mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
chore(ui): typegen
This commit is contained in:
@@ -2475,7 +2475,7 @@ export type components = {
|
||||
api_input_fields?: components["schemas"]["FieldIdentifier"][] | null;
|
||||
/**
|
||||
* Api Output Fields
|
||||
* @description The nodes that were used as output from the API
|
||||
* @description The fields that were used as output from the API
|
||||
*/
|
||||
api_output_fields?: components["schemas"]["FieldIdentifier"][] | null;
|
||||
};
|
||||
@@ -21928,6 +21928,11 @@ export type components = {
|
||||
form?: {
|
||||
[key: string]: components["schemas"]["JsonValue"];
|
||||
} | null;
|
||||
/**
|
||||
* Is Published
|
||||
* @description Whether the workflow is published or not.
|
||||
*/
|
||||
is_published?: boolean | null;
|
||||
/**
|
||||
* Id
|
||||
* @description The id of the workflow.
|
||||
@@ -22143,6 +22148,11 @@ export type components = {
|
||||
form?: {
|
||||
[key: string]: components["schemas"]["JsonValue"];
|
||||
} | null;
|
||||
/**
|
||||
* Is Published
|
||||
* @description Whether the workflow is published or not.
|
||||
*/
|
||||
is_published?: boolean | null;
|
||||
};
|
||||
/**
|
||||
* Zoe (Depth) Processor
|
||||
|
||||
Reference in New Issue
Block a user