Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.379.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Aug 26, 2024
1 parent 79b99b6 commit ff6d29b
Show file tree
Hide file tree
Showing 896 changed files with 16,480 additions and 2,498 deletions.
16 changes: 9 additions & 7 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
lockVersion: 2.0.0
id: caaaa8c3-6dd7-43a5-841e-c3193e68cc73
management:
docChecksum: 48ac6f67817965485d3501a5755fd4a6
docChecksum: 124c1a4b77042f351cfd73fe0c3e5ac7
docVersion: "1.0"
speakeasyVersion: 1.366.0
generationVersion: 2.396.0
releaseVersion: 0.11.0
configChecksum: 6c261756723602ccee557c16cdd8bcba
speakeasyVersion: 1.379.0
generationVersion: 2.404.3
releaseVersion: 0.12.0
configChecksum: 07abd4346da89750c2377416f5799a45
repoURL: https://github.com/panoratech/typescript-sdk.git
installationURL: https://github.com/panoratech/typescript-sdk
published: true
features:
typescript:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.7
core: 3.13.1
constsAndDefaults: 0.1.11
core: 3.14.1
defaultEnabledRetries: 0.1.0
envVarSecurityUsage: 0.1.1
globalSecurity: 2.82.11
Expand Down Expand Up @@ -1238,7 +1238,9 @@ generatedFiles:
- docs/models/operations/remoteidrequest.md
- docs/models/operations/getpanoracoreeventsrequest.md
- docs/models/operations/requestrequest.md
- docs/models/operations/requestpassthroughresponsebody.md
- docs/models/operations/requestresponsebody.md
- docs/models/operations/requestresponse.md
- docs/models/operations/getretriedrequestresponserequest.md
- docs/models/operations/listhrisbankinforequest.md
- docs/models/operations/listhrisbankinforesponsebody.md
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.11.0
version: 0.12.0
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.366.0
speakeasyVersion: 1.379.0
sources:
panora-open-api-swagger:
sourceNamespace: panora-open-api-swagger
sourceRevisionDigest: sha256:0db8ab701ce7dd81f348b36d0adbdc7d7ad5708b004bed009ee414f0c796fc6b
sourceBlobDigest: sha256:132b52765c782c8d45dc35538b7792f878d777d3ad53af0272e423f5dddcf0b5
sourceRevisionDigest: sha256:5f6278743ec5995469d41f144fd0e03f697266ee2d5fdc75b85de4502a055f56
sourceBlobDigest: sha256:705b0127a8913a33f01a2d96901af5f10583aba93a6040902467f9e784956383
tags:
- latest
- main
targets:
my-first-target:
source: panora-open-api-swagger
sourceNamespace: panora-open-api-swagger
sourceRevisionDigest: sha256:0db8ab701ce7dd81f348b36d0adbdc7d7ad5708b004bed009ee414f0c796fc6b
sourceBlobDigest: sha256:132b52765c782c8d45dc35538b7792f878d777d3ad53af0272e423f5dddcf0b5
sourceRevisionDigest: sha256:5f6278743ec5995469d41f144fd0e03f697266ee2d5fdc75b85de4502a055f56
sourceBlobDigest: sha256:705b0127a8913a33f01a2d96901af5f10583aba93a6040902467f9e784956383
codeSamplesNamespace: code-samples-typescript-my-first-target
codeSamplesRevisionDigest: sha256:ac7e50977ee0f9d2a68f0b9e0d3793f7cbc75d9f1d380a72bab1f50549ca0077
codeSamplesRevisionDigest: sha256:f4b5135747535e718cd28fe13995abb5d18796c15b5419f6c8ca769c22486edc
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,9 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
<!-- Start Debugging [debug] -->
## Debugging

To log HTTP requests and responses, you can pass a logger that matches `console`'s interface as an SDK option.
You can setup your SDK to emit debug logs for SDK requests and responses.

You can pass a logger that matches `console`'s interface as an SDK option.

> [!WARNING]
> Beware that debug logging will reveal secrets, like API tokens in headers, in log messages printed to a console or files. It's recommended to use this feature only during local development and not in production.
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,14 @@ Based on:
### Generated
- [typescript v0.11.0] .
### Releases
- [NPM v0.11.0] https://www.npmjs.com/package/@panora/sdk/v/0.11.0 - .
- [NPM v0.11.0] https://www.npmjs.com/package/@panora/sdk/v/0.11.0 - .

## 2024-08-26 20:04:19
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.379.0 (2.404.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.12.0] .
### Releases
- [NPM v0.12.0] https://www.npmjs.com/package/@panora/sdk/v/0.12.0 - .
Loading

0 comments on commit ff6d29b

Please sign in to comment.