Skip to content

Commit 159f020

Browse files
fix(ui): typegen schema sync
1 parent 151dd4d commit 159f020

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7204,7 +7204,7 @@ export type components = {
72047204
/**
72057205
* Use Cache
72067206
* @description Whether or not to use the cache
7207-
* @default true
7207+
* @default false
72087208
*/
72097209
use_cache?: boolean;
72107210
/**
@@ -20477,7 +20477,7 @@ export type components = {
2047720477
/**
2047820478
* Use Cache
2047920479
* @description Whether or not to use the cache
20480-
* @default true
20480+
* @default false
2048120481
*/
2048220482
use_cache?: boolean;
2048320483
/**
@@ -20524,7 +20524,7 @@ export type components = {
2052420524
/**
2052520525
* Use Cache
2052620526
* @description Whether or not to use the cache
20527-
* @default true
20527+
* @default false
2052820528
*/
2052920529
use_cache?: boolean;
2053020530
/**
@@ -20565,7 +20565,7 @@ export type components = {
2056520565
/**
2056620566
* Use Cache
2056720567
* @description Whether or not to use the cache
20568-
* @default true
20568+
* @default false
2056920569
*/
2057020570
use_cache?: boolean;
2057120571
/**
@@ -21656,7 +21656,7 @@ export type components = {
2165621656
/**
2165721657
* Use Cache
2165821658
* @description Whether or not to use the cache
21659-
* @default true
21659+
* @default false
2166021660
*/
2166121661
use_cache?: boolean;
2166221662
/**

0 commit comments

Comments
 (0)