Skip to content

Commit

Permalink
Merge pull request #2 from novuhq/speakeasy-sdk-regen-1718368804
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
tatarco authored Jun 14, 2024
2 parents f400d1b + 3ed4ba3 commit 1ba07e4
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 15 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.308.1
generationVersion: 2.342.6
releaseVersion: 0.0.1-alpha.5
configChecksum: f8e0d4a259ae276c499fe9feabfacd64
releaseVersion: 0.0.1-alpha.6
configChecksum: 40ee02b261170530dac0a8f1dc53b78c
repoURL: https://github.com/novuhq/novu-node.git
installationURL: https://github.com/novuhq/novu-node
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 0.0.1-alpha.5
version: 0.0.1-alpha.6
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
11 changes: 6 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@ speakeasyVersion: 1.308.1
sources:
json-development:
sourceNamespace: json-development
sourceRevisionDigest: sha256:7875c1202d72ff33c9b2ef0b5525a3228dbc6eef1370a4909d040c39be32769c
sourceBlobDigest: sha256:d2b7aee3cfd92f49214772ab896a1906265fa2972f025b5b2e60cb50d9e9d8b1
sourceRevisionDigest: sha256:1634ded5478fd93c3b54d8d129ed11832abf56b92cdbf75a3ff6970e55b5e0c5
sourceBlobDigest: sha256:dcd592b3a38277e608f394e389a8f7a4f955f26d70dc716c992a6c1a67c683e4
tags:
- latest
- main
targets:
my-first-target:
source: json-development
sourceNamespace: json-development
sourceRevisionDigest: sha256:7875c1202d72ff33c9b2ef0b5525a3228dbc6eef1370a4909d040c39be32769c
sourceBlobDigest: sha256:d2b7aee3cfd92f49214772ab896a1906265fa2972f025b5b2e60cb50d9e9d8b1
outLocation: /Users/galtidhar/Documents/GitHub/novu-ts-sdk
sourceRevisionDigest: sha256:1634ded5478fd93c3b54d8d129ed11832abf56b92cdbf75a3ff6970e55b5e0c5
sourceBlobDigest: sha256:dcd592b3a38277e608f394e389a8f7a4f955f26d70dc716c992a6c1a67c683e4
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@ Based on:
### Generated
- [typescript v0.0.1-alpha.3] .
### Releases
- [NPM v0.0.1-alpha.3] https://www.npmjs.com/package/novu-sdk/v/0.0.1-alpha.3 - .
- [NPM v0.0.1-alpha.3] https://www.npmjs.com/package/novu-sdk/v/0.0.1-alpha.3 - .

## 2024-06-14 12:40:02
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.0.1-alpha.6] .
### Releases
- [NPM v0.0.1-alpha.6] https://www.npmjs.com/package/@novu/api/v/0.0.1-alpha.6 - .
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.5",
"version": "0.0.1-alpha.6",
"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.5",
"version": "0.0.1-alpha.6",
"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 @@ -49,7 +49,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0",
sdkVersion: "0.0.1-alpha.5",
sdkVersion: "0.0.1-alpha.6",
genVersion: "2.342.6",
userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.5 2.342.6 1.0 @novu/api",
userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.6 2.342.6 1.0 @novu/api",
} as const;

0 comments on commit 1ba07e4

Please sign in to comment.