File tree Expand file tree Collapse file tree 8 files changed +26
-15
lines changed
Expand file tree Collapse file tree 8 files changed +26
-15
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: "1.0"
66 speakeasyVersion: 1.308.1
77 generationVersion: 2.342.6
8- releaseVersion: 0.0.1-alpha.5
9- configChecksum: f8e0d4a259ae276c499fe9feabfacd64
8+ releaseVersion: 0.0.1-alpha.6
9+ configChecksum: 40ee02b261170530dac0a8f1dc53b78c
1010 repoURL: https://github.com/novuhq/novu-node.git
1111 installationURL: https://github.com/novuhq/novu-node
1212 published: true
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ generation:
1111 auth :
1212 oAuth2ClientCredentialsEnabled : false
1313typescript :
14- version : 0.0.1-alpha.5
14+ version : 0.0.1-alpha.6
1515 additionalDependencies :
1616 dependencies : {}
1717 devDependencies : {}
Original file line number Diff line number Diff line change @@ -2,17 +2,18 @@ speakeasyVersion: 1.308.1
22sources:
33 json-development:
44 sourceNamespace: json-development
5- sourceRevisionDigest: sha256:7875c1202d72ff33c9b2ef0b5525a3228dbc6eef1370a4909d040c39be32769c
6- sourceBlobDigest: sha256:d2b7aee3cfd92f49214772ab896a1906265fa2972f025b5b2e60cb50d9e9d8b1
5+ sourceRevisionDigest: sha256:1634ded5478fd93c3b54d8d129ed11832abf56b92cdbf75a3ff6970e55b5e0c5
6+ sourceBlobDigest: sha256:dcd592b3a38277e608f394e389a8f7a4f955f26d70dc716c992a6c1a67c683e4
77 tags:
88 - latest
9+ - main
910targets:
1011 my-first-target:
1112 source: json-development
1213 sourceNamespace: json-development
13- sourceRevisionDigest: sha256:7875c1202d72ff33c9b2ef0b5525a3228dbc6eef1370a4909d040c39be32769c
14- sourceBlobDigest: sha256:d2b7aee3cfd92f49214772ab896a1906265fa2972f025b5b2e60cb50d9e9d8b1
15- outLocation: /Users/galtidhar/Documents/GitHub/novu-ts-sdk
14+ sourceRevisionDigest: sha256:1634ded5478fd93c3b54d8d129ed11832abf56b92cdbf75a3ff6970e55b5e0c5
15+ sourceBlobDigest: sha256:dcd592b3a38277e608f394e389a8f7a4f955f26d70dc716c992a6c1a67c683e4
16+ outLocation: /github/workspace/repo
1617workflow:
1718 workflowVersion: 1.0.0
1819 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -8,4 +8,14 @@ Based on:
88### Generated
99- [ typescript v0.0.1-alpha.3] .
1010### Releases
11- - [ NPM v0.0.1-alpha.3] https://www.npmjs.com/package/novu-sdk/v/0.0.1-alpha.3 - .
11+ - [ NPM v0.0.1-alpha.3] https://www.npmjs.com/package/novu-sdk/v/0.0.1-alpha.3 - .
12+
13+ ## 2024-06-14 12:40:02
14+ ### Changes
15+ Based on:
16+ - OpenAPI Doc
17+ - Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy
18+ ### Generated
19+ - [ typescript v0.0.1-alpha.6] .
20+ ### Releases
21+ - [ NPM v0.0.1-alpha.6] https://www.npmjs.com/package/@novu/api/v/0.0.1-alpha.6 - .
Original file line number Diff line number Diff line change 22
33{
44 "name" : " @novu/api" ,
5- "version" : " 0.0.1-alpha.5 " ,
5+ "version" : " 0.0.1-alpha.6 " ,
66 "exports" : {
77 "." : " ./src/index.ts" ,
88 "./models/errors" : " ./src/models/errors/index.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @novu/api" ,
3- "version" : " 0.0.1-alpha.5 " ,
3+ "version" : " 0.0.1-alpha.6 " ,
44 "author" : " Novu" ,
55 "main" : " ./index.js" ,
66 "sideEffects" : false ,
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
4949export const SDK_METADATA = {
5050 language : "typescript" ,
5151 openapiDocVersion : "1.0" ,
52- sdkVersion : "0.0.1-alpha.5 " ,
52+ sdkVersion : "0.0.1-alpha.6 " ,
5353 genVersion : "2.342.6" ,
54- userAgent : "speakeasy-sdk/typescript 0.0.1-alpha.5 2.342.6 1.0 @novu/api" ,
54+ userAgent : "speakeasy-sdk/typescript 0.0.1-alpha.6 2.342.6 1.0 @novu/api" ,
5555} as const ;
You can’t perform that action at this time.
0 commit comments