Skip to content

Commit

Permalink
change trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarco committed Dec 12, 2024
1 parent 7871ab1 commit e7e388f
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 17 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: f3951cf6b089a8b8decfc5414e648c81
docChecksum: 008b25f13cc6a43ace98f0232da0d922
docVersion: "1.0"
speakeasyVersion: 1.454.0
generationVersion: 2.477.0
releaseVersion: 0.0.1-alpha.88
configChecksum: ce392f441f897021ce423159e7562298
releaseVersion: 0.0.1-alpha.92
configChecksum: 9d6ec75f19225ba063e7fc81d5c455eb
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.88
version: 0.0.1-alpha.92
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.454.0
sources:
json-development:
sourceNamespace: json-development
sourceRevisionDigest: sha256:712b111b65281ec10ae0c1b169aecc526978894ec06c95c9569a2e0e5f7c3345
sourceBlobDigest: sha256:3b6b29a949e873fb672ff433bb51dec3173cac27884922ccc60445b656893d28
sourceRevisionDigest: sha256:f576c0e1c9084c935eae10b3ad9534967399938af2177115457f2972e17acf2a
sourceBlobDigest: sha256:3c416c872a7dc95fe7c6f2031f395b31d6e2831df8dd64611d5198f576bbd798
tags:
- latest
- "1.0"
targets:
my-first-target:
source: json-development
sourceNamespace: json-development
sourceRevisionDigest: sha256:712b111b65281ec10ae0c1b169aecc526978894ec06c95c9569a2e0e5f7c3345
sourceBlobDigest: sha256:3b6b29a949e873fb672ff433bb51dec3173cac27884922ccc60445b656893d28
sourceRevisionDigest: sha256:f576c0e1c9084c935eae10b3ad9534967399938af2177115457f2972e17acf2a
sourceBlobDigest: sha256:3c416c872a7dc95fe7c6f2031f395b31d6e2831df8dd64611d5198f576bbd798
codeSamplesNamespace: code-samples-typescript
codeSamplesRevisionDigest: sha256:7ba25d1428413484d4967a4fe6a6ac0ec784c2700dd11d7aeaff1b2920680811
codeSamplesRevisionDigest: sha256:165c3944815ed9b4f7d0e74c6f6b93887d53a211f8aa8795fbcd73b9d4d5b1e9
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
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.88",
"version": "0.0.1-alpha.92",
"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.88",
"version": "0.0.1-alpha.92",
"author": "Novu",
"main": "./index.js",
"sideEffects": false,
Expand Down
2 changes: 0 additions & 2 deletions sources/json-development.json
Original file line number Diff line number Diff line change
Expand Up @@ -10584,7 +10584,6 @@
"example": null
},
"type": {
"example": "user",
"$ref": "#/components/schemas/ActorTypeEnum"
}
},
Expand Down Expand Up @@ -10739,7 +10738,6 @@
"example": "Test Notification Subject"
},
"channel": {
"example": "email",
"$ref": "#/components/schemas/ChannelTypeEnum"
},
"read": {
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.88",
sdkVersion: "0.0.1-alpha.92",
genVersion: "2.477.0",
userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.88 2.477.0 1.0 @novu/api",
userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.92 2.477.0 1.0 @novu/api",
} as const;

0 comments on commit e7e388f

Please sign in to comment.