Skip to content

Commit

Permalink
add error dto to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarco committed Jan 15, 2025
1 parent a434879 commit cfef9d5
Show file tree
Hide file tree
Showing 125 changed files with 460 additions and 460 deletions.
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 6bff3a53-3f0b-40b4-942f-ff70dc583ae5
management:
docChecksum: fb4910e1d49bd296f8e316f69fffe911
docChecksum: 422d7f3d661d5297f9549953007b33a2
docVersion: "1.0"
speakeasyVersion: 1.468.7
generationVersion: 2.493.15
releaseVersion: 0.0.1-alpha.193
configChecksum: eeee4f7b0fb605eaeab130ba9a26c1d1
releaseVersion: 0.0.1-alpha.195
configChecksum: 0a0667faf039b4b5069b51a1f47a6063
published: true
features:
typescript:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
typescript:
version: 0.0.1-alpha.193
version: 0.0.1-alpha.195
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ speakeasyVersion: 1.468.7
sources:
json-development:
sourceNamespace: json-development
sourceRevisionDigest: sha256:d4bbb657de0da1bdf7ccc18544d8c1242abc6f37dff6c29931dad56fb046099f
sourceBlobDigest: sha256:18f018514943a5560033ec6edf21c7d176c3753e6748e3d6b80b46e84493784d
sourceRevisionDigest: sha256:6c47913ff677744d2d6f44387fbb56ac35d9c921424332629f722b996a0f4adb
sourceBlobDigest: sha256:ad22d47a16eb9d33eab073a4c3f8038961a979f7134b02be27627e5aaf910a8a
tags:
- latest
- "1.0"
targets:
my-first-target:
source: json-development
sourceNamespace: json-development
sourceRevisionDigest: sha256:d4bbb657de0da1bdf7ccc18544d8c1242abc6f37dff6c29931dad56fb046099f
sourceBlobDigest: sha256:18f018514943a5560033ec6edf21c7d176c3753e6748e3d6b80b46e84493784d
sourceRevisionDigest: sha256:6c47913ff677744d2d6f44387fbb56ac35d9c921424332629f722b996a0f4adb
sourceBlobDigest: sha256:ad22d47a16eb9d33eab073a4c3f8038961a979f7134b02be27627e5aaf910a8a
codeSamplesNamespace: code-samples-typescript
codeSamplesRevisionDigest: sha256:9996c4a1900f191ef40e1a732f543fb5757e3542c34bd113a38f3c592ae40f9f
codeSamplesRevisionDigest: sha256:564f70bd46c94e3a67f1e5a8efebd83e4cf38d9a372fee16cd7b19d6f48b63d7
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
6 changes: 3 additions & 3 deletions docs/models/components/messageresponsedto.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ let value: MessageResponseDto = {
organizationId: "<id>",
environmentId: "<id>",
deleted: false,
createdAt: "1716738166742",
updatedAt: "1736898569316",
createdAt: "1716748775763",
updatedAt: "1736909178337",
},
createdAt: "1710798412192",
createdAt: "1710809021215",
content: "<value>",
transactionId: "<id>",
channel: "in_app",
Expand Down
4 changes: 2 additions & 2 deletions docs/models/components/subscriberresponsedto.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ let value: SubscriberResponseDto = {
organizationId: "<id>",
environmentId: "<id>",
deleted: false,
createdAt: "1730810031559",
updatedAt: "1736896313996",
createdAt: "1730820640574",
updatedAt: "1736906923011",
};
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ let value: SubscribersControllerCreateSubscriberResponse = {
organizationId: "<id>",
environmentId: "<id>",
deleted: false,
createdAt: "1718462676745",
updatedAt: "1736858355560",
createdAt: "1718473285830",
updatedAt: "1736868964645",
},
};
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ let value: SubscribersControllerGetSubscriberResponse = {
organizationId: "<id>",
environmentId: "<id>",
deleted: false,
createdAt: "1719771054646",
updatedAt: "1736884610350",
createdAt: "1719781663734",
updatedAt: "1736895219438",
},
};
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ let value: SubscribersControllerListSubscribersResponse = {
organizationId: "<id>",
environmentId: "<id>",
deleted: false,
createdAt: "1709906687341",
updatedAt: "1736917116663",
createdAt: "1709917296428",
updatedAt: "1736927725750",
},
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ let value: SubscribersControllerListSubscribersResponseBody = {
organizationId: "<id>",
environmentId: "<id>",
deleted: false,
createdAt: "1730588161891",
updatedAt: "1736875369564",
createdAt: "1730598770977",
updatedAt: "1736885978650",
},
],
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ let value: SubscribersControllerMarkActionAsSeenResponse = {
organizationId: "<id>",
environmentId: "<id>",
deleted: false,
createdAt: "1708448084136",
updatedAt: "1736907896002",
createdAt: "1708458693152",
updatedAt: "1736918505018",
},
createdAt: "1708416457696",
createdAt: "1708427066712",
content: "<value>",
transactionId: "<id>",
channel: "sms",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ let value: SubscribersControllerMarkMessagesAsResponse = {
organizationId: "<id>",
environmentId: "<id>",
deleted: false,
createdAt: "1725982321883",
updatedAt: "1736857382525",
createdAt: "1725992930900",
updatedAt: "1736867991542",
},
createdAt: "1720091474450",
createdAt: "1720102083468",
content: {
type: "button",
content: "<value>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ let value: SubscribersControllerModifySubscriberChannelResponse = {
organizationId: "<id>",
environmentId: "<id>",
deleted: false,
createdAt: "1707285168686",
updatedAt: "1736893106251",
createdAt: "1707295777758",
updatedAt: "1736903715323",
},
};
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ let value: SubscribersControllerUpdateSubscriberChannelResponse = {
organizationId: "<id>",
environmentId: "<id>",
deleted: false,
createdAt: "1726887782537",
updatedAt: "1736866559389",
createdAt: "1726898391610",
updatedAt: "1736877168462",
},
};
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ let value: SubscribersControllerUpdateSubscriberOnlineFlagResponse = {
organizationId: "<id>",
environmentId: "<id>",
deleted: false,
createdAt: "1712020522570",
updatedAt: "1736846637438",
createdAt: "1712031131597",
updatedAt: "1736857246465",
},
};
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ let value: SubscribersControllerUpdateSubscriberResponse = {
organizationId: "<id>",
environmentId: "<id>",
deleted: false,
createdAt: "1724863650659",
updatedAt: "1736888382699",
createdAt: "1724874259739",
updatedAt: "1736898991779",
},
};
```
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "@novu/api",
"version": "0.0.1-alpha.193",
"version": "0.0.1-alpha.195",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/api",
"version": "0.0.1-alpha.193",
"version": "0.0.1-alpha.195",
"author": "Novu",
"main": "./index.js",
"sideEffects": false,
Expand Down
Loading

0 comments on commit cfef9d5

Please sign in to comment.