Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.307.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jun 13, 2024
1 parent 959d2d3 commit 60fd175
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 19 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: edadaac9-e645-4ef4-a6c7-a1f73bc19385
management:
docChecksum: ccea4d36ebd5eea281cd3bd2e9664c26
docVersion: v1.0.0
speakeasyVersion: 1.305.0
generationVersion: 2.340.3
releaseVersion: 4.11.6
configChecksum: 709417f21241e9f36f818bea19303f28
speakeasyVersion: 1.307.0
generationVersion: 2.342.0
releaseVersion: 4.11.7
configChecksum: 69240b472ddb8519e16f8267838e5f3e
repoURL: https://github.com/Leonardo-Interactive/leonardo-ts-sdk.git
repoSubDirectory: .
installationURL: https://github.com/Leonardo-Interactive/leonardo-ts-sdk
Expand All @@ -15,7 +15,7 @@ features:
typescript:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.5
core: 3.9.13
core: 3.9.14
deprecations: 2.81.1
devContainers: 2.90.0
flattening: 2.81.1
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.305.0
speakeasyVersion: 1.307.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:9b85f6cce40372b89d6bb5581a3356d7029d168eb33bb73eac6d56133ef76e76
sourceBlobDigest: sha256:8ac986c196083a7e1a43dd6df7e6c02bf75bc84fc2b3f650bf60b2631ed4cdf5
sourceRevisionDigest: sha256:f5ba8adfff04274f899b3536c2bb963b3b541aeaeca6369f02e35ec3305aa297
sourceBlobDigest: sha256:fb1c20bc027912b7ab4f804ae726663aba7d69c362ebd66fbcf109afaf8aa360
tags:
- latest
- main
targets:
leonardo-ts-sdk:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:9b85f6cce40372b89d6bb5581a3356d7029d168eb33bb73eac6d56133ef76e76
sourceBlobDigest: sha256:8ac986c196083a7e1a43dd6df7e6c02bf75bc84fc2b3f650bf60b2631ed4cdf5
sourceRevisionDigest: sha256:f5ba8adfff04274f899b3536c2bb963b3b541aeaeca6369f02e35ec3305aa297
sourceBlobDigest: sha256:fb1c20bc027912b7ab4f804ae726663aba7d69c362ebd66fbcf109afaf8aa360
outLocation: ./
workflow:
workflowVersion: 1.0.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2309,4 +2309,14 @@ Based on:
### Generated
- [typescript v4.11.6] ./
### Releases
- [NPM v4.11.6] https://www.npmjs.com/package/@leonardo-ai/sdk/v/4.11.6 - ./
- [NPM v4.11.6] https://www.npmjs.com/package/@leonardo-ai/sdk/v/4.11.6 - ./

## 2024-06-13 11:02:35
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.307.0 (2.342.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v4.11.7] ./
### Releases
- [NPM v4.11.7] https://www.npmjs.com/package/@leonardo-ai/sdk/v/4.11.7 - ./
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 4.11.6
version: 4.11.7
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
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": "@leonardo-ai/sdk",
"version": "4.11.6",
"version": "4.11.7",
"exports": {
".": "./src/index.ts",
"./sdk/models/errors": "./src/sdk/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": "@leonardo-ai/sdk",
"version": "4.11.6",
"version": "4.11.7",
"author": "leonardoai",
"main": "./index.js",
"sideEffects": false,
Expand Down
6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "v1.0.0",
sdkVersion: "4.11.6",
genVersion: "2.340.3",
userAgent: "speakeasy-sdk/typescript 4.11.6 2.340.3 v1.0.0 @leonardo-ai/sdk",
sdkVersion: "4.11.7",
genVersion: "2.342.0",
userAgent: "speakeasy-sdk/typescript 4.11.7 2.342.0 v1.0.0 @leonardo-ai/sdk",
} as const;

0 comments on commit 60fd175

Please sign in to comment.