Skip to content

Commit 92098dd

Browse files
chore(ui): typegen
1 parent 92e909f commit 92098dd

File tree

1 file changed

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

1 file changed

+2
-5
lines changed

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

+2-5
Original file line numberDiff line numberDiff line change
@@ -20851,11 +20851,8 @@ export type components = {
2085120851
* @description The version of the workflow schema.
2085220852
*/
2085320853
version: string;
20854-
/**
20855-
* @description The category of the workflow (user or default).
20856-
* @default user
20857-
*/
20858-
category?: components["schemas"]["WorkflowCategory"];
20854+
/** @description The category of the workflow (user or default). */
20855+
category: components["schemas"]["WorkflowCategory"];
2085920856
};
2086020857
/** WorkflowRecordDTO */
2086120858
WorkflowRecordDTO: {

0 commit comments

Comments
 (0)