@leonardo-ai/sdk 2.30.2 → 2.30.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ export declare class CreateGenerationRequestBody extends SpeakeasyBase {
10
10
  */
11
11
  alchemy?: boolean;
12
12
  /**
13
- * Contrast Ratio to use with Alchemy.
13
+ * Contrast Ratio to use with Alchemy. Must be a float between 0 and 1 inclusive.
14
14
  */
15
15
  contrastRatio?: number;
16
16
  /**
package/dist/sdk/sdk.js CHANGED
@@ -52,9 +52,9 @@ var SDKConfiguration = /** @class */ (function () {
52
52
  function SDKConfiguration(init) {
53
53
  this.language = "typescript";
54
54
  this.openapiDocVersion = "v1.0.0";
55
- this.sdkVersion = "2.30.2";
56
- this.genVersion = "2.237.2";
57
- this.userAgent = "speakeasy-sdk/typescript 2.30.2 2.237.2 v1.0.0 @leonardo-ai/sdk";
55
+ this.sdkVersion = "2.30.3";
56
+ this.genVersion = "2.237.3";
57
+ this.userAgent = "speakeasy-sdk/typescript 2.30.3 2.237.3 v1.0.0 @leonardo-ai/sdk";
58
58
  Object.assign(this, init);
59
59
  }
60
60
  return SDKConfiguration;
@@ -8,7 +8,7 @@ Query parameters to be provided in the request body as a JSON object
8
8
  | Field | Type | Required | Description |
9
9
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
10
10
  | `alchemy` | *boolean* | :heavy_minus_sign: | Enable to use Alchemy. |
11
- | `contrastRatio` | *number* | :heavy_minus_sign: | Contrast Ratio to use with Alchemy. |
11
+ | `contrastRatio` | *number* | :heavy_minus_sign: | Contrast Ratio to use with Alchemy. Must be a float between 0 and 1 inclusive. |
12
12
  | `controlNet` | *boolean* | :heavy_minus_sign: | Enable to use ControlNet. Requires an init image to be provided. Requires a model based on SD v1.5 |
13
13
  | `controlNetType` | [shared.ControlnetType](../../../sdk/models/shared/controlnettype.md) | :heavy_minus_sign: | The type of ControlNet to use. |
14
14
  | `elements` | [shared.ElementInput](../../../sdk/models/shared/elementinput.md)[] | :heavy_minus_sign: | N/A |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leonardo-ai/sdk",
3
- "version": "2.30.2",
3
+ "version": "2.30.3",
4
4
  "author": "leonardoai",
5
5
  "scripts": {
6
6
  "prepare": "tsc --build",