Skip to content

Commit

Permalink
Merge pull request #1 from novuhq/speakeasy-sdk-regen-1718363898
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 549e814 + 6682213 commit 0a5d5a1
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 14 deletions.
6 changes: 4 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ management:
docVersion: "1.0"
speakeasyVersion: 1.308.1
generationVersion: 2.342.6
releaseVersion: 0.0.1-alpha.2
configChecksum: 944abba41b79fc21b9eb7d6917828fcd
releaseVersion: 0.0.1-alpha.3
configChecksum: bbfdab87886dee8005889d3f8b62750e
repoURL: https://github.com/novuhq/novu-node.git
installationURL: https://github.com/novuhq/novu-node
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 @@ -11,7 +11,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 0.0.1-alpha.2
version: 0.0.1-alpha.3
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:5dce7a6bba8b99f7be22ce80c2bb074e61aac4a930cdd1139124d2fb72166852
sourceBlobDigest: sha256:8bfbf39247b9510f916783be29abd7f814f07787477ae0c10816a5219a97ecf9
sourceRevisionDigest: sha256:982045b21acca1a17b35425cdf42b96eb501241c9ffe0558279454243f541483
sourceBlobDigest: sha256:62518c241de1eead14ff8707dee528e3c2a4d66499610ff7e09885eb0a1c66a8
tags:
- latest
- main
targets:
my-first-target:
source: json-development
sourceNamespace: json-development
sourceRevisionDigest: sha256:5dce7a6bba8b99f7be22ce80c2bb074e61aac4a930cdd1139124d2fb72166852
sourceBlobDigest: sha256:8bfbf39247b9510f916783be29abd7f814f07787477ae0c10816a5219a97ecf9
outLocation: /Users/galtidhar/Documents/GitHub/novu-ts-sdk
sourceRevisionDigest: sha256:982045b21acca1a17b35425cdf42b96eb501241c9ffe0558279454243f541483
sourceBlobDigest: sha256:62518c241de1eead14ff8707dee528e3c2a4d66499610ff7e09885eb0a1c66a8
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


## 2024-06-14 11:18:15
### 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.3] .
### Releases
- [NPM v0.0.1-alpha.3] https://www.npmjs.com/package/novu-sdk/v/0.0.1-alpha.3 - .
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-sdk",
"version": "0.0.1-alpha.2",
"version": "0.0.1-alpha.3",
"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.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "novu-sdk",
"version": "0.0.1-alpha.2",
"version": "0.0.1-alpha.3",
"author": "Novu",
"main": "./index.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/novuhq/novu-node.git"
},
"scripts": {
"lint": "eslint --max-warnings=0 src",
"build": "tsc",
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.2",
sdkVersion: "0.0.1-alpha.3",
genVersion: "2.342.6",
userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.2 2.342.6 1.0 novu-sdk",
userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.3 2.342.6 1.0 novu-sdk",
} as const;

0 comments on commit 0a5d5a1

Please sign in to comment.