chore(ui): typegen

This commit is contained in:
psychedelicious
2025-04-04 08:29:35 +11:00
parent 571710fab6
commit af3a31dfec

View File

@@ -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