Skip to content

Commit 391e5b7

Browse files
Mary Hippmaryhipp
authored andcommitted
update schema
1 parent c9d2a5f commit 391e5b7

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
@@ -19293,7 +19293,7 @@ export type components = {
1929319293
api_output_fields?: components["schemas"]["FieldIdentifier"][] | null;
1929419294
/**
1929519295
* Credits
19296-
* @description Total credits used for this queue item
19296+
* @description The total credits used for this queue item
1929719297
*/
1929819298
credits?: number | null;
1929919299
/** @description The fully-populated session to be executed */
@@ -19414,9 +19414,9 @@ export type components = {
1941419414
api_output_fields?: components["schemas"]["FieldIdentifier"][] | null;
1941519415
/**
1941619416
* Credits
19417-
* @description Total credits used for this queue item
19417+
* @description The total credits used for this queue item
1941819418
*/
19419-
credits?: number | null;
19419+
credits: number | null;
1942019420
};
1942119421
/** SessionQueueStatus */
1942219422
SessionQueueStatus: {

0 commit comments

Comments
 (0)