Skip to content

Commit

Permalink
add idempotency test endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarco committed Jan 13, 2025
1 parent 0db1e9e commit 34d16cb
Show file tree
Hide file tree
Showing 19 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: "1.0"
speakeasyVersion: 1.468.2
generationVersion: 2.493.4
releaseVersion: 0.0.1-alpha.178
configChecksum: e504f9495ec551208f227af71ce3b128
releaseVersion: 0.0.1-alpha.179
configChecksum: 6194db36d2c259867714e83aee98a68a
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.178
version: 0.0.1-alpha.179
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.468.2
sources:
json-development:
sourceNamespace: json-development
sourceRevisionDigest: sha256:36365d0a75d8c176996d2ec853526ade73d50993da20ca2857bdad6f108b7e5b
sourceRevisionDigest: sha256:e9c6c6ddc99905e9aa8d5f3a9ccaa565fe832e7d4811e243cb22e1f630bee8d8
sourceBlobDigest: sha256:ab8e8daf7f729d09d69a3060980440570217f12d6d03cc4f414d27ef43effbac
tags:
- latest
Expand All @@ -11,10 +11,10 @@ targets:
my-first-target:
source: json-development
sourceNamespace: json-development
sourceRevisionDigest: sha256:36365d0a75d8c176996d2ec853526ade73d50993da20ca2857bdad6f108b7e5b
sourceRevisionDigest: sha256:e9c6c6ddc99905e9aa8d5f3a9ccaa565fe832e7d4811e243cb22e1f630bee8d8
sourceBlobDigest: sha256:ab8e8daf7f729d09d69a3060980440570217f12d6d03cc4f414d27ef43effbac
codeSamplesNamespace: code-samples-typescript
codeSamplesRevisionDigest: sha256:8da40bca8da0d8fbd424d3bcbf015844cf27a8c5376cd9879e42e90abb27678a
codeSamplesRevisionDigest: sha256:90a744d29228e64a5a1742e0b0f1182b2478eff03018f566591188592b6a4ba1
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: "1710366465496",
updatedAt: "1736744872202",
createdAt: "1710367478051",
updatedAt: "1736745884757",
},
createdAt: "1709146875326",
createdAt: "1709147887882",
content: "<value>",
transactionId: "<id>",
channel: "push",
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: "1714389975489",
updatedAt: "1736745084273",
createdAt: "1714390988000",
updatedAt: "1736746096784",
};
```

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: "1718318866614",
updatedAt: "1736714545429",
createdAt: "1718319879097",
updatedAt: "1736715557912",
},
};
```
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: "1719627244515",
updatedAt: "1736740800219",
createdAt: "1719628257002",
updatedAt: "1736741812706",
},
};
```
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: "1709762877212",
updatedAt: "1736773306534",
createdAt: "1709763889695",
updatedAt: "1736774319017",
},
],
},
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: "1730444351762",
updatedAt: "1736731559435",
createdAt: "1730445364245",
updatedAt: "1736732571918",
},
],
};
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: "1708304273912",
updatedAt: "1736764085778",
createdAt: "1708305286419",
updatedAt: "1736765098285",
},
createdAt: "1708272647472",
createdAt: "1708273659978",
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: "1725838511662",
updatedAt: "1736713572304",
createdAt: "1725839524167",
updatedAt: "1736714584809",
},
createdAt: "1719947664229",
createdAt: "1719948676735",
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: "1707141358531",
updatedAt: "1736749296096",
createdAt: "1707142371020",
updatedAt: "1736750308585",
},
};
```
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: "1726743972383",
updatedAt: "1736722749235",
createdAt: "1726744984872",
updatedAt: "1736723761725",
},
};
```
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: "1711876712362",
updatedAt: "1736702827230",
createdAt: "1711877724862",
updatedAt: "1736703839730",
},
};
```
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: "1724719840517",
updatedAt: "1736744572557",
createdAt: "1724720853006",
updatedAt: "1736745585046",
},
};
```
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.178",
"version": "0.0.1-alpha.179",
"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.178",
"version": "0.0.1-alpha.179",
"author": "Novu",
"main": "./index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0",
sdkVersion: "0.0.1-alpha.178",
sdkVersion: "0.0.1-alpha.179",
genVersion: "2.493.4",
userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.178 2.493.4 1.0 @novu/api",
userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.179 2.493.4 1.0 @novu/api",
} as const;

0 comments on commit 34d16cb

Please sign in to comment.