Skip to content

Commit 53ffa98

Browse files
chore(ui): typegen
1 parent 021a334 commit 53ffa98

File tree

1 file changed

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

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11165,9 +11165,12 @@ export type components = {
1116511165
*/
1116611166
InputFieldJSONSchemaExtra: {
1116711167
input: components["schemas"]["Input"];
11168-
/** Orig Required */
11169-
orig_required: boolean;
1117011168
field_kind: components["schemas"]["FieldKind"];
11169+
/**
11170+
* Orig Required
11171+
* @default true
11172+
*/
11173+
orig_required: boolean;
1117111174
/**
1117211175
* Default
1117311176
* @default null

0 commit comments

Comments
 (0)