Skip to content

Commit

Permalink
Merge pull request #36 from panoratech/speakeasy-sdk-regen-1731803522
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.14.0
  • Loading branch information
rflihxyz authored Nov 18, 2024
2 parents 54df836 + 2f656cd commit 70efd0f
Show file tree
Hide file tree
Showing 1,010 changed files with 23,849 additions and 53,588 deletions.
487 changes: 14 additions & 473 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,20 @@ generation:
requestResponseComponentNamesFeb2024: true
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
typescript:
version: 0.13.8
version: 0.14.0
additionalDependencies:
dependencies: {}
devDependencies: {}
peerDependencies: {}
additionalPackageJSON: {}
author: Speakeasy
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKError
enumFormat: enum
flattenGlobalSecurity: true
flatteningOrder: body-first
imports:
option: openapi
paths:
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.399.5
speakeasyVersion: 1.440.2
sources:
panora-open-api-swagger:
sourceNamespace: panora-open-api-swagger
sourceRevisionDigest: sha256:f81dc59e151901a11b5bde569a7e1ca083eb0acdc627392eda9f64ba779f5795
sourceBlobDigest: sha256:66ac34466cefad6d00f37a1a38dfff731c7c286e75d73963f2820874d9dc0135
sourceRevisionDigest: sha256:d3236d7b709d3defa9e616c5d8f9e87e63ee432d5a22edd0c0636ad7596f49bf
sourceBlobDigest: sha256:c3baeb1c04282c36b71950e2794c677901e518bc81a6fbe3b27510ce6d74e56a
tags:
- latest
- main
- speakeasy-sdk-regen-1731803522
targets:
my-first-target:
source: panora-open-api-swagger
sourceNamespace: panora-open-api-swagger
sourceRevisionDigest: sha256:f81dc59e151901a11b5bde569a7e1ca083eb0acdc627392eda9f64ba779f5795
sourceBlobDigest: sha256:66ac34466cefad6d00f37a1a38dfff731c7c286e75d73963f2820874d9dc0135
sourceRevisionDigest: sha256:d3236d7b709d3defa9e616c5d8f9e87e63ee432d5a22edd0c0636ad7596f49bf
sourceBlobDigest: sha256:c3baeb1c04282c36b71950e2794c677901e518bc81a6fbe3b27510ce6d74e56a
codeSamplesNamespace: code-samples-typescript-my-first-target
codeSamplesRevisionDigest: sha256:2c192d82d27ff00201f0c9f541b4437af8c478003a51ce4388dc4bc4e4c048b1
codeSamplesRevisionDigest: sha256:440a8310b9f9aebc56cd8b0e5549dd9879209d29dc6a87ba9dbb2ebf79c4aad2
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
2 changes: 1 addition & 1 deletion FUNCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async function run() {
const { value: result } = res;

// Handle the result
console.log(result)
console.log(result);
}

run();
Expand Down
634 changes: 206 additions & 428 deletions README.md

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,4 +318,14 @@ Based on:
### Generated
- [typescript v0.13.8] .
### Releases
- [NPM v0.13.8] https://www.npmjs.com/package/@panora/sdk/v/0.13.8 - .
- [NPM v0.13.8] https://www.npmjs.com/package/@panora/sdk/v/0.13.8 - .

## 2024-11-18 18:03:25
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.440.2 (2.460.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.14.0] .
### Releases
- [NPM v0.14.0] https://www.npmjs.com/package/@panora/sdk/v/0.14.0 - .
Loading

0 comments on commit 70efd0f

Please sign in to comment.