chore(ui): typegen

This commit is contained in:
psychedelicious 2024-08-23 19:52:37 +10:00
parent 9cf357e184
commit 7e382c5f3f

View File

@ -12037,12 +12037,6 @@ export type components = {
*/
queue_id: string;
};
/**
* QueueItemOrigin
* @description The origin of a batch. For example, a batch can be created from the canvas or workflows tab.
* @enum {string}
*/
QueueItemOrigin: "canvas" | "workflows";
/**
* QueueItemStatusChangedEvent
* @description Event model for queue_item_status_changed
@ -18219,7 +18213,7 @@ export interface operations {
parameters: {
query: {
/** @description The origin to cancel all queue items for */
origin: components["schemas"]["QueueItemOrigin"];
origin: string;
};
header?: never;
path: {