Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.399.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Sep 18, 2024
1 parent 90fb9d9 commit 03c9c9e
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 13 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.399.0
generationVersion: 2.415.8
releaseVersion: 0.13.3
configChecksum: 330e4f6d65f1268c463f6cb6cb5258db
releaseVersion: 0.13.4
configChecksum: c2eaee8f96e5d76e04f7ad519add9e78
repoURL: https://github.com/panoratech/typescript-sdk.git
installationURL: https://github.com/panoratech/typescript-sdk
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 @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 0.13.3
version: 0.13.4
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.399.0
sources:
panora-open-api-swagger:
sourceNamespace: panora-open-api-swagger
sourceRevisionDigest: sha256:e9608c812c94ec7e32c740c7976df07b696cb12bb7d12404305e6f0baf9cbe5d
sourceRevisionDigest: sha256:d162ff2f806977d6de93e15ab35872ebc4b37c90bc97cf4dfbf3b63f1f466ee5
sourceBlobDigest: sha256:8552b0893045d00a287d1d8c677e993e49c028745cef6b837680cd2d6f7551b8
tags:
- latest
Expand All @@ -11,10 +11,10 @@ targets:
my-first-target:
source: panora-open-api-swagger
sourceNamespace: panora-open-api-swagger
sourceRevisionDigest: sha256:e9608c812c94ec7e32c740c7976df07b696cb12bb7d12404305e6f0baf9cbe5d
sourceRevisionDigest: sha256:d162ff2f806977d6de93e15ab35872ebc4b37c90bc97cf4dfbf3b63f1f466ee5
sourceBlobDigest: sha256:8552b0893045d00a287d1d8c677e993e49c028745cef6b837680cd2d6f7551b8
codeSamplesNamespace: code-samples-typescript-my-first-target
codeSamplesRevisionDigest: sha256:cfc6a1520d303c00aedf4a3d4ecc6cffd63e959c4b279cd20b15cca8fe0bbfda
codeSamplesRevisionDigest: sha256:a539ee82da31427f0f9b1413d13e62f7e219159d49298257f3220e53521e40e3
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 @@ -268,4 +268,14 @@ Based on:
### Generated
- [typescript v0.13.3] .
### Releases
- [NPM v0.13.3] https://www.npmjs.com/package/@panora/sdk/v/0.13.3 - .
- [NPM v0.13.3] https://www.npmjs.com/package/@panora/sdk/v/0.13.3 - .

## 2024-09-18 06:28:30
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.399.0 (2.415.8) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.13.4] .
### Releases
- [NPM v0.13.4] https://www.npmjs.com/package/@panora/sdk/v/0.13.4 - .
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": "@panora/sdk",
"version": "0.13.3",
"version": "0.13.4",
"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": "@panora/sdk",
"version": "0.13.3",
"version": "0.13.4",
"author": "Speakeasy",
"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 @@ -65,7 +65,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0",
sdkVersion: "0.13.3",
sdkVersion: "0.13.4",
genVersion: "2.415.8",
userAgent: "speakeasy-sdk/typescript 0.13.3 2.415.8 1.0 @panora/sdk",
userAgent: "speakeasy-sdk/typescript 0.13.4 2.415.8 1.0 @panora/sdk",
} as const;

0 comments on commit 03c9c9e

Please sign in to comment.