Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 120240617.1.6 #106

Merged
merged 2 commits into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/update-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { execSync } from "node:child_process";

// NOTE: Merged with API version to produce the full SDK version string
// https://docs.substrate.run/versioning
const SDK_VERSION = "1.1.5";
const SDK_VERSION = "1.1.6";

const ok = (message: string) => console.log("\x1b[32m✓\x1b[0m", message);

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": "substrate",
"version": "120240617.1.5",
"version": "120240617.1.6",
"description": "The official SDK for the Substrate API",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/GEN_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240617.20240718
20240617.20240724
38 changes: 19 additions & 19 deletions src/Nodes.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* 𐃏 Substrate
* @generated file
* 20240617.20240718
* 20240617.20240724
*/

import * as OpenAPI from "substrate/OpenAPI";
Expand Down Expand Up @@ -1381,7 +1381,7 @@ export class GenerateImageIn extends FutureObject {
get prompt() {
return new FutureString(this._directive.next("prompt"));
}
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://guides.substrate.run/guides/external-file-storage). If unset, the image data will be returned as a base64-encoded string. */
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://docs.substrate.run/reference/external-files). If unset, the image data will be returned as a base64-encoded string. */
get store() {
return new FutureString(this._directive.next("store"));
}
Expand Down Expand Up @@ -1411,7 +1411,7 @@ export class MultiGenerateImageIn extends FutureObject {
get num_images() {
return new FutureNumber(this._directive.next("num_images"));
}
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://guides.substrate.run/guides/external-file-storage). If unset, the image data will be returned as a base64-encoded string. */
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://docs.substrate.run/reference/external-files). If unset, the image data will be returned as a base64-encoded string. */
get store() {
return new FutureString(this._directive.next("store"));
}
Expand Down Expand Up @@ -1449,7 +1449,7 @@ export class StableDiffusionXLIn extends FutureObject {
get num_images() {
return new FutureNumber(this._directive.next("num_images"));
}
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://guides.substrate.run/guides/external-file-storage). If unset, the image data will be returned as a base64-encoded string. */
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://docs.substrate.run/reference/external-files). If unset, the image data will be returned as a base64-encoded string. */
get store() {
return new FutureString(this._directive.next("store"));
}
Expand Down Expand Up @@ -1515,7 +1515,7 @@ export class StableDiffusionXLLightningIn extends FutureObject {
get num_images() {
return new FutureNumber(this._directive.next("num_images"));
}
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://guides.substrate.run/guides/external-file-storage). If unset, the image data will be returned as a base64-encoded string. */
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://docs.substrate.run/reference/external-files). If unset, the image data will be returned as a base64-encoded string. */
get store() {
return new FutureString(this._directive.next("store"));
}
Expand Down Expand Up @@ -1572,7 +1572,7 @@ export class StableDiffusionXLIPAdapterIn extends FutureObject {
get negative_prompt() {
return new FutureString(this._directive.next("negative_prompt"));
}
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://guides.substrate.run/guides/external-file-storage). If unset, the image data will be returned as a base64-encoded string. */
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://docs.substrate.run/reference/external-files). If unset, the image data will be returned as a base64-encoded string. */
get store() {
return new FutureString(this._directive.next("store"));
}
Expand Down Expand Up @@ -1633,7 +1633,7 @@ export class StableDiffusionXLControlNetIn extends FutureObject {
get negative_prompt() {
return new FutureString(this._directive.next("negative_prompt"));
}
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://guides.substrate.run/guides/external-file-storage). If unset, the image data will be returned as a base64-encoded string. */
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://docs.substrate.run/reference/external-files). If unset, the image data will be returned as a base64-encoded string. */
get store() {
return new FutureString(this._directive.next("store"));
}
Expand Down Expand Up @@ -1684,7 +1684,7 @@ export class InpaintImageIn extends FutureObject {
get mask_image_uri() {
return new FutureString(this._directive.next("mask_image_uri"));
}
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://guides.substrate.run/guides/external-file-storage). If unset, the image data will be returned as a base64-encoded string. */
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://docs.substrate.run/reference/external-files). If unset, the image data will be returned as a base64-encoded string. */
get store() {
return new FutureString(this._directive.next("store"));
}
Expand Down Expand Up @@ -1722,7 +1722,7 @@ export class MultiInpaintImageIn extends FutureObject {
get num_images() {
return new FutureNumber(this._directive.next("num_images"));
}
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://guides.substrate.run/guides/external-file-storage). If unset, the image data will be returned as a base64-encoded string. */
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://docs.substrate.run/reference/external-files). If unset, the image data will be returned as a base64-encoded string. */
get store() {
return new FutureString(this._directive.next("store"));
}
Expand Down Expand Up @@ -1768,7 +1768,7 @@ export class StableDiffusionXLInpaintIn extends FutureObject {
get negative_prompt() {
return new FutureString(this._directive.next("negative_prompt"));
}
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://guides.substrate.run/guides/external-file-storage). If unset, the image data will be returned as a base64-encoded string. */
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://docs.substrate.run/reference/external-files). If unset, the image data will be returned as a base64-encoded string. */
get store() {
return new FutureString(this._directive.next("store"));
}
Expand Down Expand Up @@ -1847,7 +1847,7 @@ export class EraseImageIn extends FutureObject {
get mask_image_uri() {
return new FutureString(this._directive.next("mask_image_uri"));
}
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://guides.substrate.run/guides/external-file-storage). If unset, the image data will be returned as a base64-encoded string. */
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://docs.substrate.run/reference/external-files). If unset, the image data will be returned as a base64-encoded string. */
get store() {
return new FutureString(this._directive.next("store"));
}
Expand Down Expand Up @@ -1877,7 +1877,7 @@ export class BigLaMaIn extends FutureObject {
get mask_image_uri() {
return new FutureString(this._directive.next("mask_image_uri"));
}
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://guides.substrate.run/guides/external-file-storage). If unset, the image data will be returned as a base64-encoded string. */
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://docs.substrate.run/reference/external-files). If unset, the image data will be returned as a base64-encoded string. */
get store() {
return new FutureString(this._directive.next("store"));
}
Expand Down Expand Up @@ -1915,7 +1915,7 @@ export class RemoveBackgroundIn extends FutureObject {
get background_color() {
return new FutureString(this._directive.next("background_color"));
}
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://guides.substrate.run/guides/external-file-storage). If unset, the image data will be returned as a base64-encoded string. */
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://docs.substrate.run/reference/external-files). If unset, the image data will be returned as a base64-encoded string. */
get store() {
return new FutureString(this._directive.next("store"));
}
Expand All @@ -1941,7 +1941,7 @@ export class DISISNetIn extends FutureObject {
get image_uri() {
return new FutureString(this._directive.next("image_uri"));
}
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://guides.substrate.run/guides/external-file-storage). If unset, the image data will be returned as a base64-encoded string. */
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://docs.substrate.run/reference/external-files). If unset, the image data will be returned as a base64-encoded string. */
get store() {
return new FutureString(this._directive.next("store"));
}
Expand Down Expand Up @@ -1975,7 +1975,7 @@ export class UpscaleImageIn extends FutureObject {
get output_resolution() {
return new FutureNumber(this._directive.next("output_resolution"));
}
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://guides.substrate.run/guides/external-file-storage). If unset, the image data will be returned as a base64-encoded string. */
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://docs.substrate.run/reference/external-files). If unset, the image data will be returned as a base64-encoded string. */
get store() {
return new FutureString(this._directive.next("store"));
}
Expand Down Expand Up @@ -2005,7 +2005,7 @@ export class SegmentUnderPointIn extends FutureObject {
get point() {
return new Point(this._directive.next("point"));
}
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://guides.substrate.run/guides/external-file-storage). If unset, the image data will be returned as a base64-encoded string. */
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://docs.substrate.run/reference/external-files). If unset, the image data will be returned as a base64-encoded string. */
get store() {
return new FutureString(this._directive.next("store"));
}
Expand Down Expand Up @@ -2043,7 +2043,7 @@ export class SegmentAnythingIn extends FutureObject {
get box_prompts() {
return new SegmentAnythingInBoxPrompts(this._directive.next("box_prompts"));
}
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://guides.substrate.run/guides/external-file-storage). If unset, the image data will be returned as a base64-encoded string. */
/** (Optional) Use "hosted" to return an image URL hosted on Substrate. You can also provide a URL to a registered [file store](https://docs.substrate.run/reference/external-files). If unset, the image data will be returned as a base64-encoded string. */
get store() {
return new FutureString(this._directive.next("store"));
}
Expand Down Expand Up @@ -2191,7 +2191,7 @@ export class GenerateSpeechIn extends FutureObject {
get text() {
return new FutureString(this._directive.next("text"));
}
/** (Optional) Use "hosted" to return an audio URL hosted on Substrate. You can also provide a URL to a registered [file store](https://guides.substrate.run/guides/external-file-storage). If unset, the audio data will be returned as a base64-encoded string. */
/** (Optional) Use "hosted" to return an audio URL hosted on Substrate. You can also provide a URL to a registered [file store](https://docs.substrate.run/reference/external-files). If unset, the audio data will be returned as a base64-encoded string. */
get store() {
return new FutureString(this._directive.next("store"));
}
Expand Down Expand Up @@ -2225,7 +2225,7 @@ export class XTTSV2In extends FutureObject {
get language() {
return new FutureString(this._directive.next("language"));
}
/** (Optional) Use "hosted" to return an audio URL hosted on Substrate. You can also provide a URL to a registered [file store](https://guides.substrate.run/guides/external-file-storage). If unset, the audio data will be returned as a base64-encoded string. */
/** (Optional) Use "hosted" to return an audio URL hosted on Substrate. You can also provide a URL to a registered [file store](https://docs.substrate.run/reference/external-files). If unset, the audio data will be returned as a base64-encoded string. */
get store() {
return new FutureString(this._directive.next("store"));
}
Expand Down
Loading
Loading