Skip to content

Commit bdeb9fb

Browse files
chore(ui): typegen
1 parent dadff57 commit bdeb9fb

File tree

1 file changed

+5
-1
lines changed
  • invokeai/frontend/web/src/services/api

1 file changed

+5
-1
lines changed

invokeai/frontend/web/src/services/api/schema.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11820,6 +11820,11 @@ export type components = {
1182011820
* @default null
1182111821
*/
1182211822
ui_model_variant: (components["schemas"]["ClipVariantType"] | components["schemas"]["ModelVariantType"])[] | null;
11823+
/**
11824+
* Ui Model Format
11825+
* @default null
11826+
*/
11827+
ui_model_format: components["schemas"]["ModelFormat"][] | null;
1182311828
};
1182411829
/**
1182511830
* InstallStatus
@@ -17736,7 +17741,6 @@ export type components = {
1773617741
field_kind: components["schemas"]["FieldKind"];
1773717742
/** Ui Hidden */
1773817743
ui_hidden: boolean;
17739-
ui_type: components["schemas"]["UIType"] | null;
1774017744
/** Ui Order */
1774117745
ui_order: number | null;
1774217746
};

0 commit comments

Comments
 (0)