Skip to content

Commit a0bd296

Browse files
chore(ui): typegen
1 parent ad8902f commit a0bd296

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
@@ -21091,11 +21091,8 @@ export type components = {
2109121091
* @description The version of the workflow schema.
2109221092
*/
2109321093
version: string;
21094-
/**
21095-
* @description The category of the workflow (user or default).
21096-
* @default user
21097-
*/
21098-
category?: components["schemas"]["WorkflowCategory"];
21094+
/** @description The category of the workflow (user or default). */
21095+
category: components["schemas"]["WorkflowCategory"];
2109921096
};
2110021097
/** WorkflowRecordDTO */
2110121098
WorkflowRecordDTO: {

0 commit comments

Comments
 (0)