Skip to content

Commit 4951870

Browse files
author
Kevin Turner
committed
chore: typegen
1 parent b81e0f5 commit 4951870

File tree

1 file changed

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

1 file changed

+135
-0
lines changed

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

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2914,6 +2914,11 @@ export type components = {
29142914
*/
29152915
path: string;
29162916
/**
2917+
* Size
2918+
* @description The size of the model in bytes.
2919+
*/
2920+
size: number;
2921+
/**
29172922
* Name
29182923
* @description Name of the model.
29192924
*/
@@ -2991,6 +2996,11 @@ export type components = {
29912996
*/
29922997
path: string;
29932998
/**
2999+
* Size
3000+
* @description The size of the model in bytes.
3001+
*/
3002+
size: number;
3003+
/**
29943004
* Name
29953005
* @description Name of the model.
29963006
*/
@@ -3144,6 +3154,11 @@ export type components = {
31443154
*/
31453155
path: string;
31463156
/**
3157+
* Size
3158+
* @description The size of the model in bytes.
3159+
*/
3160+
size: number;
3161+
/**
31473162
* Name
31483163
* @description Name of the model.
31493164
*/
@@ -4301,6 +4316,11 @@ export type components = {
43014316
*/
43024317
path: string;
43034318
/**
4319+
* Size
4320+
* @description The size of the model in bytes.
4321+
*/
4322+
size: number;
4323+
/**
43044324
* Name
43054325
* @description Name of the model.
43064326
*/
@@ -4389,6 +4409,11 @@ export type components = {
43894409
*/
43904410
path: string;
43914411
/**
4412+
* Size
4413+
* @description The size of the model in bytes.
4414+
*/
4415+
size: number;
4416+
/**
43924417
* Name
43934418
* @description Name of the model.
43944419
*/
@@ -4465,6 +4490,11 @@ export type components = {
44654490
*/
44664491
path: string;
44674492
/**
4493+
* Size
4494+
* @description The size of the model in bytes.
4495+
*/
4496+
size: number;
4497+
/**
44684498
* Name
44694499
* @description Name of the model.
44704500
*/
@@ -4547,6 +4577,11 @@ export type components = {
45474577
*/
45484578
path: string;
45494579
/**
4580+
* Size
4581+
* @description The size of the model in bytes.
4582+
*/
4583+
size: number;
4584+
/**
45504585
* Name
45514586
* @description Name of the model.
45524587
*/
@@ -7737,6 +7772,11 @@ export type components = {
77377772
*/
77387773
path: string;
77397774
/**
7775+
* Size
7776+
* @description The size of the model in bytes.
7777+
*/
7778+
size: number;
7779+
/**
77407780
* Name
77417781
* @description Name of the model.
77427782
*/
@@ -8493,6 +8533,11 @@ export type components = {
84938533
*/
84948534
path: string;
84958535
/**
8536+
* Size
8537+
* @description The size of the model in bytes.
8538+
*/
8539+
size: number;
8540+
/**
84968541
* Name
84978542
* @description Name of the model.
84988543
*/
@@ -8681,6 +8726,11 @@ export type components = {
86818726
*/
86828727
path: string;
86838728
/**
8729+
* Size
8730+
* @description The size of the model in bytes.
8731+
*/
8732+
size: number;
8733+
/**
86848734
* Name
86858735
* @description Name of the model.
86868736
*/
@@ -12748,6 +12798,11 @@ export type components = {
1274812798
*/
1274912799
path: string;
1275012800
/**
12801+
* Size
12802+
* @description The size of the model in bytes.
12803+
*/
12804+
size: number;
12805+
/**
1275112806
* Name
1275212807
* @description Name of the model.
1275312808
*/
@@ -12913,6 +12968,11 @@ export type components = {
1291312968
*/
1291412969
path: string;
1291512970
/**
12971+
* Size
12972+
* @description The size of the model in bytes.
12973+
*/
12974+
size: number;
12975+
/**
1291612976
* Name
1291712977
* @description Name of the model.
1291812978
*/
@@ -13074,6 +13134,11 @@ export type components = {
1307413134
*/
1307513135
path: string;
1307613136
/**
13137+
* Size
13138+
* @description The size of the model in bytes.
13139+
*/
13140+
size: number;
13141+
/**
1307713142
* Name
1307813143
* @description Name of the model.
1307913144
*/
@@ -13340,6 +13405,11 @@ export type components = {
1334013405
*/
1334113406
path: string;
1334213407
/**
13408+
* Size
13409+
* @description The size of the model in bytes.
13410+
*/
13411+
size: number;
13412+
/**
1334313413
* Name
1334413414
* @description Name of the model.
1334513415
*/
@@ -13438,6 +13508,11 @@ export type components = {
1343813508
*/
1343913509
path: string;
1344013510
/**
13511+
* Size
13512+
* @description The size of the model in bytes.
13513+
*/
13514+
size: number;
13515+
/**
1344113516
* Name
1344213517
* @description Name of the model.
1344313518
*/
@@ -13537,6 +13612,11 @@ export type components = {
1353713612
*/
1353813613
path: string;
1353913614
/**
13615+
* Size
13616+
* @description The size of the model in bytes.
13617+
*/
13618+
size: number;
13619+
/**
1354013620
* Name
1354113621
* @description Name of the model.
1354213622
*/
@@ -13620,6 +13700,11 @@ export type components = {
1362013700
*/
1362113701
path: string;
1362213702
/**
13703+
* Size
13704+
* @description The size of the model in bytes.
13705+
*/
13706+
size: number;
13707+
/**
1362313708
* Name
1362413709
* @description Name of the model.
1362513710
*/
@@ -15744,6 +15829,11 @@ export type components = {
1574415829
*/
1574515830
hash?: string | null;
1574615831
/**
15832+
* Size
15833+
* @description Size of model file
15834+
*/
15835+
size?: number | null;
15836+
/**
1574715837
* Format
1574815838
* @description format of model file
1574915839
*/
@@ -18471,6 +18561,11 @@ export type components = {
1847118561
*/
1847218562
path: string;
1847318563
/**
18564+
* Size
18565+
* @description The size of the model in bytes.
18566+
*/
18567+
size: number;
18568+
/**
1847418569
* Name
1847518570
* @description Name of the model.
1847618571
*/
@@ -18610,6 +18705,11 @@ export type components = {
1861018705
*/
1861118706
path: string;
1861218707
/**
18708+
* Size
18709+
* @description The size of the model in bytes.
18710+
*/
18711+
size: number;
18712+
/**
1861318713
* Name
1861418714
* @description Name of the model.
1861518715
*/
@@ -19327,6 +19427,11 @@ export type components = {
1932719427
*/
1932819428
path: string;
1932919429
/**
19430+
* Size
19431+
* @description The size of the model in bytes.
19432+
*/
19433+
size: number;
19434+
/**
1933019435
* Name
1933119436
* @description Name of the model.
1933219437
*/
@@ -19545,6 +19650,11 @@ export type components = {
1954519650
*/
1954619651
path: string;
1954719652
/**
19653+
* Size
19654+
* @description The size of the model in bytes.
19655+
*/
19656+
size: number;
19657+
/**
1954819658
* Name
1954919659
* @description Name of the model.
1955019660
*/
@@ -19611,6 +19721,11 @@ export type components = {
1961119721
*/
1961219722
path: string;
1961319723
/**
19724+
* Size
19725+
* @description The size of the model in bytes.
19726+
*/
19727+
size: number;
19728+
/**
1961419729
* Name
1961519730
* @description Name of the model.
1961619731
*/
@@ -19714,6 +19829,11 @@ export type components = {
1971419829
*/
1971519830
path: string;
1971619831
/**
19832+
* Size
19833+
* @description The size of the model in bytes.
19834+
*/
19835+
size: number;
19836+
/**
1971719837
* Name
1971819838
* @description Name of the model.
1971919839
*/
@@ -19783,6 +19903,11 @@ export type components = {
1978319903
*/
1978419904
path: string;
1978519905
/**
19906+
* Size
19907+
* @description The size of the model in bytes.
19908+
*/
19909+
size: number;
19910+
/**
1978619911
* Name
1978719912
* @description Name of the model.
1978819913
*/
@@ -20302,6 +20427,11 @@ export type components = {
2030220427
*/
2030320428
path: string;
2030420429
/**
20430+
* Size
20431+
* @description The size of the model in bytes.
20432+
*/
20433+
size: number;
20434+
/**
2030520435
* Name
2030620436
* @description Name of the model.
2030720437
*/
@@ -20382,6 +20512,11 @@ export type components = {
2038220512
*/
2038320513
path: string;
2038420514
/**
20515+
* Size
20516+
* @description The size of the model in bytes.
20517+
*/
20518+
size: number;
20519+
/**
2038520520
* Name
2038620521
* @description Name of the model.
2038720522
*/

0 commit comments

Comments
 (0)