Skip to content

Commit 5a9cbe3

Browse files
Mary Hippmaryhipp
authored andcommitted
typegen fix
1 parent df18fe0 commit 5a9cbe3

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21177,7 +21177,7 @@ export type components = {
2117721177
* Opened At
2117821178
* @description The opened timestamp of the workflow.
2117921179
*/
21180-
opened_at: string | null;
21180+
opened_at?: string | null;
2118121181
/** @description The workflow. */
2118221182
workflow: components["schemas"]["Workflow"];
2118321183
};
@@ -21207,7 +21207,7 @@ export type components = {
2120721207
* Opened At
2120821208
* @description The opened timestamp of the workflow.
2120921209
*/
21210-
opened_at: string | null;
21210+
opened_at?: string | null;
2121121211
/**
2121221212
* Description
2121321213
* @description The description of the workflow.
@@ -21258,7 +21258,7 @@ export type components = {
2125821258
* Opened At
2125921259
* @description The opened timestamp of the workflow.
2126021260
*/
21261-
opened_at: string | null;
21261+
opened_at?: string | null;
2126221262
/** @description The workflow. */
2126321263
workflow: components["schemas"]["Workflow"];
2126421264
/**

0 commit comments

Comments
 (0)