Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.411.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Oct 8, 2024
1 parent c728847 commit 80d5c94
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: edadaac9-e645-4ef4-a6c7-a1f73bc19385
management:
docChecksum: da0e11043d85a8de4b607ec6b8709636
docChecksum: 588dbc24f8067737fe66a440c824796b
docVersion: v1.0.0
speakeasyVersion: 1.411.1
generationVersion: 2.436.1
releaseVersion: 4.18.0
configChecksum: 3ec33b24728e0a77f4d09dd3947d96e0
releaseVersion: 4.18.1
configChecksum: cdf7fa51a35ce59fa23d6bbb1bd19263
repoURL: https://github.com/Leonardo-Interactive/leonardo-ts-sdk.git
repoSubDirectory: .
installationURL: https://github.com/Leonardo-Interactive/leonardo-ts-sdk
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ speakeasyVersion: 1.411.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:5ed19a11b224bca2feb0540d1bf2bade4254f069febdee71b570fd6972b2df59
sourceBlobDigest: sha256:f67101855bfc0add74be26af9745c84c32419d0646c36539e64e607a91640428
sourceRevisionDigest: sha256:dae8d0567c63ca7dcfc1efe9d10bc31a36e01bf33a136d989ea5a9e4a446c83b
sourceBlobDigest: sha256:e72bb849b6ab5da38ac9d33e38282abe3aefcd21c6e43f7ffcc8154dba9a2e56
tags:
- latest
- main
targets:
leonardo-ts-sdk:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:5ed19a11b224bca2feb0540d1bf2bade4254f069febdee71b570fd6972b2df59
sourceBlobDigest: sha256:f67101855bfc0add74be26af9745c84c32419d0646c36539e64e607a91640428
sourceRevisionDigest: sha256:dae8d0567c63ca7dcfc1efe9d10bc31a36e01bf33a136d989ea5a9e4a446c83b
sourceBlobDigest: sha256:e72bb849b6ab5da38ac9d33e38282abe3aefcd21c6e43f7ffcc8154dba9a2e56
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 @@ -2479,4 +2479,14 @@ Based on:
### Generated
- [typescript v4.18.0] .
### Releases
- [NPM v4.18.0] https://www.npmjs.com/package/@leonardo-ai/sdk/v/4.18.0 - .
- [NPM v4.18.0] https://www.npmjs.com/package/@leonardo-ai/sdk/v/4.18.0 - .

## 2024-10-08 07:58:10
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.411.1 (2.436.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v4.18.1] .
### Releases
- [NPM v4.18.1] https://www.npmjs.com/package/@leonardo-ai/sdk/v/4.18.1 - .
3 changes: 2 additions & 1 deletion docs/sdk/models/shared/sdversions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ let value: SdVersions = SdVersions.Sdxl09;
| `Sdxl08` | SDXL_0_8 |
| `Sdxl09` | SDXL_0_9 |
| `Sdxl10` | SDXL_1_0 |
| `SdxlLightning` | SDXL_LIGHTNING |
| `SdxlLightning` | SDXL_LIGHTNING |
| `Phoenix` | PHOENIX |
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.18.0
version: 4.18.1
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.18.0",
"version": "4.18.1",
"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.18.0",
"version": "4.18.1",
"author": "leonardoai",
"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 @@ -57,7 +57,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "v1.0.0",
sdkVersion: "4.18.0",
sdkVersion: "4.18.1",
genVersion: "2.436.1",
userAgent: "speakeasy-sdk/typescript 4.18.0 2.436.1 v1.0.0 @leonardo-ai/sdk",
userAgent: "speakeasy-sdk/typescript 4.18.1 2.436.1 v1.0.0 @leonardo-ai/sdk",
} as const;
1 change: 1 addition & 0 deletions src/sdk/models/shared/sdversions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export enum SdVersions {
Sdxl09 = "SDXL_0_9",
Sdxl10 = "SDXL_1_0",
SdxlLightning = "SDXL_LIGHTNING",
Phoenix = "PHOENIX",
}

/** @internal */
Expand Down

0 comments on commit 80d5c94

Please sign in to comment.