Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.346.3
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jul 29, 2024
1 parent cb1a7a1 commit 2288c2d
Show file tree
Hide file tree
Showing 99 changed files with 121 additions and 127 deletions.
12 changes: 6 additions & 6 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: e5deb43d96d4d418550e1cec0de131a1
docChecksum: 3a41efc27f0622ed34034d315390d0f6
docVersion: v1.0.0
speakeasyVersion: 1.345.4
generationVersion: 2.378.3
releaseVersion: 4.14.1
configChecksum: 09a47d42e1a4453072368f6ec527c6f7
speakeasyVersion: 1.346.3
generationVersion: 2.379.6
releaseVersion: 4.14.2
configChecksum: 3926946790c8e7351f6d24ad3d3bae29
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.11.9
core: 3.11.10
defaultEnabledRetries: 0.1.0
deprecations: 2.81.1
devContainers: 2.90.0
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.345.4
speakeasyVersion: 1.346.3
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:bdbfeac146dc24132125682c8d6eed4382bded3d6fba04adc14562b2126ebe92
sourceBlobDigest: sha256:a04823b0406aa4761ec1f6e4f88f3a11533e3e75571786e8f0ca09a37ab5b945
sourceRevisionDigest: sha256:92acfd300c5c59ac415f8ff984266de3316dbc338743ab4989940710cc40a8b5
sourceBlobDigest: sha256:d1c8c276b2380d236351bd02a9d6243d47c810ee2260043b7ae4c443be3f77ab
tags:
- latest
- main
targets:
leonardo-ts-sdk:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:bdbfeac146dc24132125682c8d6eed4382bded3d6fba04adc14562b2126ebe92
sourceBlobDigest: sha256:a04823b0406aa4761ec1f6e4f88f3a11533e3e75571786e8f0ca09a37ab5b945
sourceRevisionDigest: sha256:92acfd300c5c59ac415f8ff984266de3316dbc338743ab4989940710cc40a8b5
sourceBlobDigest: sha256:d1c8c276b2380d236351bd02a9d6243d47c810ee2260043b7ae4c443be3f77ab
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 @@ -2429,4 +2429,14 @@ Based on:
### Generated
- [typescript v4.14.1]
### Releases
- [NPM v4.14.1] https://www.npmjs.com/package/@leonardo-ai/sdk/v/4.14.1 -
- [NPM v4.14.1] https://www.npmjs.com/package/@leonardo-ai/sdk/v/4.14.1 -

## 2024-07-29 02:16:31
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.346.3 (2.379.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v4.14.2]
### Releases
- [NPM v4.14.2] https://www.npmjs.com/package/@leonardo-ai/sdk/v/4.14.2 -
2 changes: 0 additions & 2 deletions docs/sdk/models/operations/creategenerationrequestbody.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Query parameters to be provided in the request body as a JSON object
| ~~`controlNetType`~~ | [shared.ControlnetType](../../../sdk/models/shared/controlnettype.md) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>This parameter will be deprecated in September 2024. Please use the controlnets array instead. |
| `controlnets` | [shared.ControlnetInput](../../../sdk/models/shared/controlnetinput.md)[] | :heavy_minus_sign: | N/A |
| `elements` | [shared.ElementInput](../../../sdk/models/shared/elementinput.md)[] | :heavy_minus_sign: | N/A |
| `enhancePrompt` | *boolean* | :heavy_minus_sign: | When enabled, your prompt is expanded to include more detail. |
| `enhancePromptInstruction` | *string* | :heavy_minus_sign: | When enhancePrompt is enabled, the prompt is enhanced based on the given instructions. |
| `expandedDomain` | *boolean* | :heavy_minus_sign: | Enable to use the Expanded Domain feature of Alchemy. |
| `fantasyAvatar` | *boolean* | :heavy_minus_sign: | Enable to use the Fantasy Avatar feature. |
| `guidanceScale` | *number* | :heavy_minus_sign: | How strongly the generation should reflect the prompt. 7 is recommended. Must be between 1 and 20. |
Expand Down
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.14.1
version: 4.14.2
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.14.1",
"version": "4.14.2",
"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.14.1",
"version": "4.14.2",
"author": "leonardoai",
"main": "./index.js",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/hooks.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

import { RequestInput } from "../lib/http.js";
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

export * from "./types.js";
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

import { HTTPClient, RequestInput } from "../lib/http.js";
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

export * from "./sdk/sdk.js";
Expand Down
2 changes: 1 addition & 1 deletion src/lib/base64.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

import * as z from "zod";
Expand Down
8 changes: 4 additions & 4 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

import { HTTPClient } from "./http.js";
Expand Down Expand Up @@ -55,7 +55,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "v1.0.0",
sdkVersion: "4.14.1",
genVersion: "2.378.3",
userAgent: "speakeasy-sdk/typescript 4.14.1 2.378.3 v1.0.0 @leonardo-ai/sdk",
sdkVersion: "4.14.2",
genVersion: "2.379.6",
userAgent: "speakeasy-sdk/typescript 4.14.2 2.379.6 v1.0.0 @leonardo-ai/sdk",
} as const;
2 changes: 1 addition & 1 deletion src/lib/encodings.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

import { bytesToBase64 } from "./base64.js";
Expand Down
2 changes: 1 addition & 1 deletion src/lib/http.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

import { never as znever } from "zod";
Expand Down
2 changes: 1 addition & 1 deletion src/lib/is-plain-object.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion src/lib/primitives.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

export type Remap<Inp, Mapping extends { [k in keyof Inp]?: string | null }> = {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/retries.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

export type BackoffStrategy = {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/schemas.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

import { output, ZodEffects, ZodError, ZodObject, ZodRawShape, ZodTypeAny } from "zod";
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sdks.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

import { ResponseMatcher, HTTPClient, matchStatusCode } from "./http.js";
Expand Down
2 changes: 1 addition & 1 deletion src/lib/security.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

import * as shared from "../sdk/models/shared/index.js";
Expand Down
2 changes: 1 addition & 1 deletion src/lib/url.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

const hasOwn = Object.prototype.hasOwnProperty;
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/dataset.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

import { SDKHooks } from "../hooks/hooks.js";
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/elements.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

import { SDKHooks } from "../hooks/hooks.js";
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/image.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

import { SDKHooks } from "../hooks/hooks.js";
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

export * from "./sdk.js";
2 changes: 1 addition & 1 deletion src/sdk/initimages.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

import { SDKHooks } from "../hooks/hooks.js";
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/models.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

import { SDKHooks } from "../hooks/hooks.js";
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/models/errors/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

export * from "./sdkerror.js";
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/models/errors/sdkerror.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

export class SDKError extends Error {
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/models/errors/sdkvalidationerror.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

import * as z from "zod";
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/models/operations/createdataset.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/

import { remap as remap$ } from "../../../lib/primitives.js";
Expand Down
Loading

0 comments on commit 2288c2d

Please sign in to comment.