mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
undo changes that made category optional
This commit is contained in:
committed by
Mary Hipp Rogers
parent
b33dbfc95f
commit
acfeb4a276
@@ -20050,7 +20050,7 @@ export interface operations {
|
||||
/** @description The direction to order by */
|
||||
direction?: components["schemas"]["SQLiteDirection"];
|
||||
/** @description The category of workflow to get */
|
||||
category?: components["schemas"]["WorkflowCategory"] | null;
|
||||
category?: components["schemas"]["WorkflowCategory"];
|
||||
/** @description The text to query by (matches name and description) */
|
||||
query?: string | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user