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:
@@ -2468,6 +2468,11 @@ export type components = {
|
||||
* @default false
|
||||
*/
|
||||
is_api_validation_run?: boolean;
|
||||
/**
|
||||
* Published Workflow Id
|
||||
* @description The ID of the published workflow associated with this queue item
|
||||
*/
|
||||
published_workflow_id?: string | null;
|
||||
/**
|
||||
* Api Input Fields
|
||||
* @description The fields that were used as input to the API
|
||||
@@ -19508,6 +19513,11 @@ export type components = {
|
||||
* @default false
|
||||
*/
|
||||
is_api_validation_run?: boolean;
|
||||
/**
|
||||
* Published Workflow Id
|
||||
* @description The ID of the published workflow associated with this queue item
|
||||
*/
|
||||
published_workflow_id?: string | null;
|
||||
/**
|
||||
* Api Input Fields
|
||||
* @description The fields that were used as input to the API
|
||||
@@ -19619,6 +19629,11 @@ export type components = {
|
||||
* @default false
|
||||
*/
|
||||
is_api_validation_run?: boolean;
|
||||
/**
|
||||
* Published Workflow Id
|
||||
* @description The ID of the published workflow associated with this queue item
|
||||
*/
|
||||
published_workflow_id?: string | null;
|
||||
/**
|
||||
* Api Input Fields
|
||||
* @description The fields that were used as input to the API
|
||||
|
||||
Reference in New Issue
Block a user