mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-15 12:34:57 -05:00
chore(ui): typegen
This commit is contained in:
@@ -6460,6 +6460,12 @@ export type components = {
|
||||
* @default true
|
||||
*/
|
||||
use_cache?: boolean;
|
||||
/**
|
||||
* Link Id
|
||||
* @description The zipped data ID
|
||||
* @default
|
||||
*/
|
||||
link_id?: string;
|
||||
/**
|
||||
* Floats
|
||||
* @description The floats to batch over
|
||||
@@ -8397,6 +8403,12 @@ export type components = {
|
||||
* @default true
|
||||
*/
|
||||
use_cache?: boolean;
|
||||
/**
|
||||
* Link Id
|
||||
* @description The zipped data ID
|
||||
* @default
|
||||
*/
|
||||
link_id?: string;
|
||||
/**
|
||||
* Images
|
||||
* @description The images to batch over
|
||||
@@ -10092,6 +10104,12 @@ export type components = {
|
||||
* @default true
|
||||
*/
|
||||
use_cache?: boolean;
|
||||
/**
|
||||
* Link Id
|
||||
* @description The zipped data ID
|
||||
* @default
|
||||
*/
|
||||
link_id?: string;
|
||||
/**
|
||||
* Integers
|
||||
* @description The integers to batch over
|
||||
@@ -17174,6 +17192,12 @@ export type components = {
|
||||
* @default true
|
||||
*/
|
||||
use_cache?: boolean;
|
||||
/**
|
||||
* Link Id
|
||||
* @description The zipped data ID
|
||||
* @default
|
||||
*/
|
||||
link_id?: string;
|
||||
/**
|
||||
* Strings
|
||||
* @description The strings to batch over
|
||||
|
||||
Reference in New Issue
Block a user