@comfyorg/comfyui-frontend-types 1.15.2 → 1.15.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +441 -0
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -5267,6 +5267,13 @@ export declare class ComfyApp {
|
|
|
5267
5267
|
1: z.ZodNumber;
|
|
5268
5268
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
5269
5269
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
5270
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
5271
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
5272
|
+
}, "strip", z.ZodTypeAny, {
|
|
5273
|
+
slotType: "input" | "output";
|
|
5274
|
+
}, {
|
|
5275
|
+
slotType: "input" | "output";
|
|
5276
|
+
}>>;
|
|
5270
5277
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
5271
5278
|
id: z.ZodNumber;
|
|
5272
5279
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5284,6 +5291,13 @@ export declare class ComfyApp {
|
|
|
5284
5291
|
1: z.ZodNumber;
|
|
5285
5292
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
5286
5293
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
5294
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
5295
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
5296
|
+
}, "strip", z.ZodTypeAny, {
|
|
5297
|
+
slotType: "input" | "output";
|
|
5298
|
+
}, {
|
|
5299
|
+
slotType: "input" | "output";
|
|
5300
|
+
}>>;
|
|
5287
5301
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
5288
5302
|
id: z.ZodNumber;
|
|
5289
5303
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5301,6 +5315,13 @@ export declare class ComfyApp {
|
|
|
5301
5315
|
1: z.ZodNumber;
|
|
5302
5316
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
5303
5317
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
5318
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
5319
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
5320
|
+
}, "strip", z.ZodTypeAny, {
|
|
5321
|
+
slotType: "input" | "output";
|
|
5322
|
+
}, {
|
|
5323
|
+
slotType: "input" | "output";
|
|
5324
|
+
}>>;
|
|
5304
5325
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
5305
5326
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
5306
5327
|
ds: z.ZodOptional<z.ZodObject<{
|
|
@@ -5401,6 +5422,13 @@ export declare class ComfyApp {
|
|
|
5401
5422
|
1: z.ZodNumber;
|
|
5402
5423
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
5403
5424
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
5425
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
5426
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
5427
|
+
}, "strip", z.ZodTypeAny, {
|
|
5428
|
+
slotType: "input" | "output";
|
|
5429
|
+
}, {
|
|
5430
|
+
slotType: "input" | "output";
|
|
5431
|
+
}>>;
|
|
5404
5432
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
5405
5433
|
id: z.ZodNumber;
|
|
5406
5434
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5418,6 +5446,13 @@ export declare class ComfyApp {
|
|
|
5418
5446
|
1: z.ZodNumber;
|
|
5419
5447
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
5420
5448
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
5449
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
5450
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
5451
|
+
}, "strip", z.ZodTypeAny, {
|
|
5452
|
+
slotType: "input" | "output";
|
|
5453
|
+
}, {
|
|
5454
|
+
slotType: "input" | "output";
|
|
5455
|
+
}>>;
|
|
5421
5456
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
5422
5457
|
id: z.ZodNumber;
|
|
5423
5458
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5435,6 +5470,13 @@ export declare class ComfyApp {
|
|
|
5435
5470
|
1: z.ZodNumber;
|
|
5436
5471
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
5437
5472
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
5473
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
5474
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
5475
|
+
}, "strip", z.ZodTypeAny, {
|
|
5476
|
+
slotType: "input" | "output";
|
|
5477
|
+
}, {
|
|
5478
|
+
slotType: "input" | "output";
|
|
5479
|
+
}>>;
|
|
5438
5480
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
5439
5481
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
5440
5482
|
ds: z.ZodOptional<z.ZodObject<{
|
|
@@ -5535,6 +5577,13 @@ export declare class ComfyApp {
|
|
|
5535
5577
|
1: z.ZodNumber;
|
|
5536
5578
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
5537
5579
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
5580
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
5581
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
5582
|
+
}, "strip", z.ZodTypeAny, {
|
|
5583
|
+
slotType: "input" | "output";
|
|
5584
|
+
}, {
|
|
5585
|
+
slotType: "input" | "output";
|
|
5586
|
+
}>>;
|
|
5538
5587
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
5539
5588
|
id: z.ZodNumber;
|
|
5540
5589
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5552,6 +5601,13 @@ export declare class ComfyApp {
|
|
|
5552
5601
|
1: z.ZodNumber;
|
|
5553
5602
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
5554
5603
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
5604
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
5605
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
5606
|
+
}, "strip", z.ZodTypeAny, {
|
|
5607
|
+
slotType: "input" | "output";
|
|
5608
|
+
}, {
|
|
5609
|
+
slotType: "input" | "output";
|
|
5610
|
+
}>>;
|
|
5555
5611
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
5556
5612
|
id: z.ZodNumber;
|
|
5557
5613
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5569,6 +5625,13 @@ export declare class ComfyApp {
|
|
|
5569
5625
|
1: z.ZodNumber;
|
|
5570
5626
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
5571
5627
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
5628
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
5629
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
5630
|
+
}, "strip", z.ZodTypeAny, {
|
|
5631
|
+
slotType: "input" | "output";
|
|
5632
|
+
}, {
|
|
5633
|
+
slotType: "input" | "output";
|
|
5634
|
+
}>>;
|
|
5572
5635
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
5573
5636
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
5574
5637
|
version: z.ZodNumber;
|
|
@@ -6225,6 +6288,13 @@ export declare class ComfyApp {
|
|
|
6225
6288
|
1: z.ZodNumber;
|
|
6226
6289
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
6227
6290
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
6291
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
6292
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
6293
|
+
}, "strip", z.ZodTypeAny, {
|
|
6294
|
+
slotType: "input" | "output";
|
|
6295
|
+
}, {
|
|
6296
|
+
slotType: "input" | "output";
|
|
6297
|
+
}>>;
|
|
6228
6298
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
6229
6299
|
id: z.ZodNumber;
|
|
6230
6300
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6242,6 +6312,13 @@ export declare class ComfyApp {
|
|
|
6242
6312
|
1: z.ZodNumber;
|
|
6243
6313
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
6244
6314
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
6315
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
6316
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
6317
|
+
}, "strip", z.ZodTypeAny, {
|
|
6318
|
+
slotType: "input" | "output";
|
|
6319
|
+
}, {
|
|
6320
|
+
slotType: "input" | "output";
|
|
6321
|
+
}>>;
|
|
6245
6322
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
6246
6323
|
id: z.ZodNumber;
|
|
6247
6324
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6259,6 +6336,13 @@ export declare class ComfyApp {
|
|
|
6259
6336
|
1: z.ZodNumber;
|
|
6260
6337
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
6261
6338
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
6339
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
6340
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
6341
|
+
}, "strip", z.ZodTypeAny, {
|
|
6342
|
+
slotType: "input" | "output";
|
|
6343
|
+
}, {
|
|
6344
|
+
slotType: "input" | "output";
|
|
6345
|
+
}>>;
|
|
6262
6346
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
6263
6347
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
6264
6348
|
ds: z.ZodOptional<z.ZodObject<{
|
|
@@ -6359,6 +6443,13 @@ export declare class ComfyApp {
|
|
|
6359
6443
|
1: z.ZodNumber;
|
|
6360
6444
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
6361
6445
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
6446
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
6447
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
6448
|
+
}, "strip", z.ZodTypeAny, {
|
|
6449
|
+
slotType: "input" | "output";
|
|
6450
|
+
}, {
|
|
6451
|
+
slotType: "input" | "output";
|
|
6452
|
+
}>>;
|
|
6362
6453
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
6363
6454
|
id: z.ZodNumber;
|
|
6364
6455
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6376,6 +6467,13 @@ export declare class ComfyApp {
|
|
|
6376
6467
|
1: z.ZodNumber;
|
|
6377
6468
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
6378
6469
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
6470
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
6471
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
6472
|
+
}, "strip", z.ZodTypeAny, {
|
|
6473
|
+
slotType: "input" | "output";
|
|
6474
|
+
}, {
|
|
6475
|
+
slotType: "input" | "output";
|
|
6476
|
+
}>>;
|
|
6379
6477
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
6380
6478
|
id: z.ZodNumber;
|
|
6381
6479
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6393,6 +6491,13 @@ export declare class ComfyApp {
|
|
|
6393
6491
|
1: z.ZodNumber;
|
|
6394
6492
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
6395
6493
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
6494
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
6495
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
6496
|
+
}, "strip", z.ZodTypeAny, {
|
|
6497
|
+
slotType: "input" | "output";
|
|
6498
|
+
}, {
|
|
6499
|
+
slotType: "input" | "output";
|
|
6500
|
+
}>>;
|
|
6396
6501
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
6397
6502
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
6398
6503
|
ds: z.ZodOptional<z.ZodObject<{
|
|
@@ -6493,6 +6598,13 @@ export declare class ComfyApp {
|
|
|
6493
6598
|
1: z.ZodNumber;
|
|
6494
6599
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
6495
6600
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
6601
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
6602
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
6603
|
+
}, "strip", z.ZodTypeAny, {
|
|
6604
|
+
slotType: "input" | "output";
|
|
6605
|
+
}, {
|
|
6606
|
+
slotType: "input" | "output";
|
|
6607
|
+
}>>;
|
|
6496
6608
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
6497
6609
|
id: z.ZodNumber;
|
|
6498
6610
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6510,6 +6622,13 @@ export declare class ComfyApp {
|
|
|
6510
6622
|
1: z.ZodNumber;
|
|
6511
6623
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
6512
6624
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
6625
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
6626
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
6627
|
+
}, "strip", z.ZodTypeAny, {
|
|
6628
|
+
slotType: "input" | "output";
|
|
6629
|
+
}, {
|
|
6630
|
+
slotType: "input" | "output";
|
|
6631
|
+
}>>;
|
|
6513
6632
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
6514
6633
|
id: z.ZodNumber;
|
|
6515
6634
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6527,6 +6646,13 @@ export declare class ComfyApp {
|
|
|
6527
6646
|
1: z.ZodNumber;
|
|
6528
6647
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
6529
6648
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
6649
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
6650
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
6651
|
+
}, "strip", z.ZodTypeAny, {
|
|
6652
|
+
slotType: "input" | "output";
|
|
6653
|
+
}, {
|
|
6654
|
+
slotType: "input" | "output";
|
|
6655
|
+
}>>;
|
|
6530
6656
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
6531
6657
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
6532
6658
|
version: z.ZodNumber;
|
|
@@ -7183,6 +7309,13 @@ export declare class ComfyApp {
|
|
|
7183
7309
|
1: z.ZodNumber;
|
|
7184
7310
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
7185
7311
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
7312
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
7313
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
7314
|
+
}, "strip", z.ZodTypeAny, {
|
|
7315
|
+
slotType: "input" | "output";
|
|
7316
|
+
}, {
|
|
7317
|
+
slotType: "input" | "output";
|
|
7318
|
+
}>>;
|
|
7186
7319
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
7187
7320
|
id: z.ZodNumber;
|
|
7188
7321
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7200,6 +7333,13 @@ export declare class ComfyApp {
|
|
|
7200
7333
|
1: z.ZodNumber;
|
|
7201
7334
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
7202
7335
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
7336
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
7337
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
7338
|
+
}, "strip", z.ZodTypeAny, {
|
|
7339
|
+
slotType: "input" | "output";
|
|
7340
|
+
}, {
|
|
7341
|
+
slotType: "input" | "output";
|
|
7342
|
+
}>>;
|
|
7203
7343
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
7204
7344
|
id: z.ZodNumber;
|
|
7205
7345
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7217,6 +7357,13 @@ export declare class ComfyApp {
|
|
|
7217
7357
|
1: z.ZodNumber;
|
|
7218
7358
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
7219
7359
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
7360
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
7361
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
7362
|
+
}, "strip", z.ZodTypeAny, {
|
|
7363
|
+
slotType: "input" | "output";
|
|
7364
|
+
}, {
|
|
7365
|
+
slotType: "input" | "output";
|
|
7366
|
+
}>>;
|
|
7220
7367
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
7221
7368
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
7222
7369
|
ds: z.ZodOptional<z.ZodObject<{
|
|
@@ -7317,6 +7464,13 @@ export declare class ComfyApp {
|
|
|
7317
7464
|
1: z.ZodNumber;
|
|
7318
7465
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
7319
7466
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
7467
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
7468
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
7469
|
+
}, "strip", z.ZodTypeAny, {
|
|
7470
|
+
slotType: "input" | "output";
|
|
7471
|
+
}, {
|
|
7472
|
+
slotType: "input" | "output";
|
|
7473
|
+
}>>;
|
|
7320
7474
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
7321
7475
|
id: z.ZodNumber;
|
|
7322
7476
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7334,6 +7488,13 @@ export declare class ComfyApp {
|
|
|
7334
7488
|
1: z.ZodNumber;
|
|
7335
7489
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
7336
7490
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
7491
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
7492
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
7493
|
+
}, "strip", z.ZodTypeAny, {
|
|
7494
|
+
slotType: "input" | "output";
|
|
7495
|
+
}, {
|
|
7496
|
+
slotType: "input" | "output";
|
|
7497
|
+
}>>;
|
|
7337
7498
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
7338
7499
|
id: z.ZodNumber;
|
|
7339
7500
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7351,6 +7512,13 @@ export declare class ComfyApp {
|
|
|
7351
7512
|
1: z.ZodNumber;
|
|
7352
7513
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
7353
7514
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
7515
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
7516
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
7517
|
+
}, "strip", z.ZodTypeAny, {
|
|
7518
|
+
slotType: "input" | "output";
|
|
7519
|
+
}, {
|
|
7520
|
+
slotType: "input" | "output";
|
|
7521
|
+
}>>;
|
|
7354
7522
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
7355
7523
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
7356
7524
|
ds: z.ZodOptional<z.ZodObject<{
|
|
@@ -7451,6 +7619,13 @@ export declare class ComfyApp {
|
|
|
7451
7619
|
1: z.ZodNumber;
|
|
7452
7620
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
7453
7621
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
7622
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
7623
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
7624
|
+
}, "strip", z.ZodTypeAny, {
|
|
7625
|
+
slotType: "input" | "output";
|
|
7626
|
+
}, {
|
|
7627
|
+
slotType: "input" | "output";
|
|
7628
|
+
}>>;
|
|
7454
7629
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
7455
7630
|
id: z.ZodNumber;
|
|
7456
7631
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7468,6 +7643,13 @@ export declare class ComfyApp {
|
|
|
7468
7643
|
1: z.ZodNumber;
|
|
7469
7644
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
7470
7645
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
7646
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
7647
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
7648
|
+
}, "strip", z.ZodTypeAny, {
|
|
7649
|
+
slotType: "input" | "output";
|
|
7650
|
+
}, {
|
|
7651
|
+
slotType: "input" | "output";
|
|
7652
|
+
}>>;
|
|
7471
7653
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
7472
7654
|
id: z.ZodNumber;
|
|
7473
7655
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7485,6 +7667,13 @@ export declare class ComfyApp {
|
|
|
7485
7667
|
1: z.ZodNumber;
|
|
7486
7668
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
7487
7669
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
7670
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
7671
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
7672
|
+
}, "strip", z.ZodTypeAny, {
|
|
7673
|
+
slotType: "input" | "output";
|
|
7674
|
+
}, {
|
|
7675
|
+
slotType: "input" | "output";
|
|
7676
|
+
}>>;
|
|
7488
7677
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
7489
7678
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
7490
7679
|
version: z.ZodNumber;
|
|
@@ -8101,6 +8290,13 @@ export declare class ComfyApp {
|
|
|
8101
8290
|
1: z.ZodNumber;
|
|
8102
8291
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
8103
8292
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
8293
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
8294
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
8295
|
+
}, "strip", z.ZodTypeAny, {
|
|
8296
|
+
slotType: "input" | "output";
|
|
8297
|
+
}, {
|
|
8298
|
+
slotType: "input" | "output";
|
|
8299
|
+
}>>;
|
|
8104
8300
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
8105
8301
|
id: z.ZodNumber;
|
|
8106
8302
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -8118,6 +8314,13 @@ export declare class ComfyApp {
|
|
|
8118
8314
|
1: z.ZodNumber;
|
|
8119
8315
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
8120
8316
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
8317
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
8318
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
8319
|
+
}, "strip", z.ZodTypeAny, {
|
|
8320
|
+
slotType: "input" | "output";
|
|
8321
|
+
}, {
|
|
8322
|
+
slotType: "input" | "output";
|
|
8323
|
+
}>>;
|
|
8121
8324
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
8122
8325
|
id: z.ZodNumber;
|
|
8123
8326
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -8135,6 +8338,13 @@ export declare class ComfyApp {
|
|
|
8135
8338
|
1: z.ZodNumber;
|
|
8136
8339
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
8137
8340
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
8341
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
8342
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
8343
|
+
}, "strip", z.ZodTypeAny, {
|
|
8344
|
+
slotType: "input" | "output";
|
|
8345
|
+
}, {
|
|
8346
|
+
slotType: "input" | "output";
|
|
8347
|
+
}>>;
|
|
8138
8348
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
8139
8349
|
extra: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
8140
8350
|
ds: z.ZodOptional<z.ZodObject<{
|
|
@@ -8235,6 +8445,13 @@ export declare class ComfyApp {
|
|
|
8235
8445
|
1: z.ZodNumber;
|
|
8236
8446
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
8237
8447
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
8448
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
8449
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
8450
|
+
}, "strip", z.ZodTypeAny, {
|
|
8451
|
+
slotType: "input" | "output";
|
|
8452
|
+
}, {
|
|
8453
|
+
slotType: "input" | "output";
|
|
8454
|
+
}>>;
|
|
8238
8455
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
8239
8456
|
id: z.ZodNumber;
|
|
8240
8457
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -8252,6 +8469,13 @@ export declare class ComfyApp {
|
|
|
8252
8469
|
1: z.ZodNumber;
|
|
8253
8470
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
8254
8471
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
8472
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
8473
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
8474
|
+
}, "strip", z.ZodTypeAny, {
|
|
8475
|
+
slotType: "input" | "output";
|
|
8476
|
+
}, {
|
|
8477
|
+
slotType: "input" | "output";
|
|
8478
|
+
}>>;
|
|
8255
8479
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
8256
8480
|
id: z.ZodNumber;
|
|
8257
8481
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -8269,6 +8493,13 @@ export declare class ComfyApp {
|
|
|
8269
8493
|
1: z.ZodNumber;
|
|
8270
8494
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
8271
8495
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
8496
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
8497
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
8498
|
+
}, "strip", z.ZodTypeAny, {
|
|
8499
|
+
slotType: "input" | "output";
|
|
8500
|
+
}, {
|
|
8501
|
+
slotType: "input" | "output";
|
|
8502
|
+
}>>;
|
|
8272
8503
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
8273
8504
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
8274
8505
|
ds: z.ZodOptional<z.ZodObject<{
|
|
@@ -8369,6 +8600,13 @@ export declare class ComfyApp {
|
|
|
8369
8600
|
1: z.ZodNumber;
|
|
8370
8601
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
8371
8602
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
8603
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
8604
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
8605
|
+
}, "strip", z.ZodTypeAny, {
|
|
8606
|
+
slotType: "input" | "output";
|
|
8607
|
+
}, {
|
|
8608
|
+
slotType: "input" | "output";
|
|
8609
|
+
}>>;
|
|
8372
8610
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
8373
8611
|
id: z.ZodNumber;
|
|
8374
8612
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -8386,6 +8624,13 @@ export declare class ComfyApp {
|
|
|
8386
8624
|
1: z.ZodNumber;
|
|
8387
8625
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
8388
8626
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
8627
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
8628
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
8629
|
+
}, "strip", z.ZodTypeAny, {
|
|
8630
|
+
slotType: "input" | "output";
|
|
8631
|
+
}, {
|
|
8632
|
+
slotType: "input" | "output";
|
|
8633
|
+
}>>;
|
|
8389
8634
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
8390
8635
|
id: z.ZodNumber;
|
|
8391
8636
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -8403,6 +8648,13 @@ export declare class ComfyApp {
|
|
|
8403
8648
|
1: z.ZodNumber;
|
|
8404
8649
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
8405
8650
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
8651
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
8652
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
8653
|
+
}, "strip", z.ZodTypeAny, {
|
|
8654
|
+
slotType: "input" | "output";
|
|
8655
|
+
}, {
|
|
8656
|
+
slotType: "input" | "output";
|
|
8657
|
+
}>>;
|
|
8406
8658
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
8407
8659
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
8408
8660
|
ds: z.ZodOptional<z.ZodObject<{
|
|
@@ -8503,6 +8755,13 @@ export declare class ComfyApp {
|
|
|
8503
8755
|
1: z.ZodNumber;
|
|
8504
8756
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
8505
8757
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
8758
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
8759
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
8760
|
+
}, "strip", z.ZodTypeAny, {
|
|
8761
|
+
slotType: "input" | "output";
|
|
8762
|
+
}, {
|
|
8763
|
+
slotType: "input" | "output";
|
|
8764
|
+
}>>;
|
|
8506
8765
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
8507
8766
|
id: z.ZodNumber;
|
|
8508
8767
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -8520,6 +8779,13 @@ export declare class ComfyApp {
|
|
|
8520
8779
|
1: z.ZodNumber;
|
|
8521
8780
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
8522
8781
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
8782
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
8783
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
8784
|
+
}, "strip", z.ZodTypeAny, {
|
|
8785
|
+
slotType: "input" | "output";
|
|
8786
|
+
}, {
|
|
8787
|
+
slotType: "input" | "output";
|
|
8788
|
+
}>>;
|
|
8523
8789
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
8524
8790
|
id: z.ZodNumber;
|
|
8525
8791
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -8537,6 +8803,13 @@ export declare class ComfyApp {
|
|
|
8537
8803
|
1: z.ZodNumber;
|
|
8538
8804
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
8539
8805
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
8806
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
8807
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
8808
|
+
}, "strip", z.ZodTypeAny, {
|
|
8809
|
+
slotType: "input" | "output";
|
|
8810
|
+
}, {
|
|
8811
|
+
slotType: "input" | "output";
|
|
8812
|
+
}>>;
|
|
8540
8813
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
8541
8814
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
8542
8815
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -9149,6 +9422,13 @@ export declare class ComfyApp {
|
|
|
9149
9422
|
1: z.ZodNumber;
|
|
9150
9423
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
9151
9424
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
9425
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
9426
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
9427
|
+
}, "strip", z.ZodTypeAny, {
|
|
9428
|
+
slotType: "input" | "output";
|
|
9429
|
+
}, {
|
|
9430
|
+
slotType: "input" | "output";
|
|
9431
|
+
}>>;
|
|
9152
9432
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
9153
9433
|
id: z.ZodNumber;
|
|
9154
9434
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -9166,6 +9446,13 @@ export declare class ComfyApp {
|
|
|
9166
9446
|
1: z.ZodNumber;
|
|
9167
9447
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
9168
9448
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
9449
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
9450
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
9451
|
+
}, "strip", z.ZodTypeAny, {
|
|
9452
|
+
slotType: "input" | "output";
|
|
9453
|
+
}, {
|
|
9454
|
+
slotType: "input" | "output";
|
|
9455
|
+
}>>;
|
|
9169
9456
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
9170
9457
|
id: z.ZodNumber;
|
|
9171
9458
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -9183,6 +9470,13 @@ export declare class ComfyApp {
|
|
|
9183
9470
|
1: z.ZodNumber;
|
|
9184
9471
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
9185
9472
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
9473
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
9474
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
9475
|
+
}, "strip", z.ZodTypeAny, {
|
|
9476
|
+
slotType: "input" | "output";
|
|
9477
|
+
}, {
|
|
9478
|
+
slotType: "input" | "output";
|
|
9479
|
+
}>>;
|
|
9186
9480
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
9187
9481
|
extra: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9188
9482
|
ds: z.ZodOptional<z.ZodObject<{
|
|
@@ -9283,6 +9577,13 @@ export declare class ComfyApp {
|
|
|
9283
9577
|
1: z.ZodNumber;
|
|
9284
9578
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
9285
9579
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
9580
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
9581
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
9582
|
+
}, "strip", z.ZodTypeAny, {
|
|
9583
|
+
slotType: "input" | "output";
|
|
9584
|
+
}, {
|
|
9585
|
+
slotType: "input" | "output";
|
|
9586
|
+
}>>;
|
|
9286
9587
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
9287
9588
|
id: z.ZodNumber;
|
|
9288
9589
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -9300,6 +9601,13 @@ export declare class ComfyApp {
|
|
|
9300
9601
|
1: z.ZodNumber;
|
|
9301
9602
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
9302
9603
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
9604
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
9605
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
9606
|
+
}, "strip", z.ZodTypeAny, {
|
|
9607
|
+
slotType: "input" | "output";
|
|
9608
|
+
}, {
|
|
9609
|
+
slotType: "input" | "output";
|
|
9610
|
+
}>>;
|
|
9303
9611
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
9304
9612
|
id: z.ZodNumber;
|
|
9305
9613
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -9317,6 +9625,13 @@ export declare class ComfyApp {
|
|
|
9317
9625
|
1: z.ZodNumber;
|
|
9318
9626
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
9319
9627
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
9628
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
9629
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
9630
|
+
}, "strip", z.ZodTypeAny, {
|
|
9631
|
+
slotType: "input" | "output";
|
|
9632
|
+
}, {
|
|
9633
|
+
slotType: "input" | "output";
|
|
9634
|
+
}>>;
|
|
9320
9635
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
9321
9636
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
9322
9637
|
ds: z.ZodOptional<z.ZodObject<{
|
|
@@ -9417,6 +9732,13 @@ export declare class ComfyApp {
|
|
|
9417
9732
|
1: z.ZodNumber;
|
|
9418
9733
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
9419
9734
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
9735
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
9736
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
9737
|
+
}, "strip", z.ZodTypeAny, {
|
|
9738
|
+
slotType: "input" | "output";
|
|
9739
|
+
}, {
|
|
9740
|
+
slotType: "input" | "output";
|
|
9741
|
+
}>>;
|
|
9420
9742
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
9421
9743
|
id: z.ZodNumber;
|
|
9422
9744
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -9434,6 +9756,13 @@ export declare class ComfyApp {
|
|
|
9434
9756
|
1: z.ZodNumber;
|
|
9435
9757
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
9436
9758
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
9759
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
9760
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
9761
|
+
}, "strip", z.ZodTypeAny, {
|
|
9762
|
+
slotType: "input" | "output";
|
|
9763
|
+
}, {
|
|
9764
|
+
slotType: "input" | "output";
|
|
9765
|
+
}>>;
|
|
9437
9766
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
9438
9767
|
id: z.ZodNumber;
|
|
9439
9768
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -9451,6 +9780,13 @@ export declare class ComfyApp {
|
|
|
9451
9780
|
1: z.ZodNumber;
|
|
9452
9781
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
9453
9782
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
9783
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
9784
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
9785
|
+
}, "strip", z.ZodTypeAny, {
|
|
9786
|
+
slotType: "input" | "output";
|
|
9787
|
+
}, {
|
|
9788
|
+
slotType: "input" | "output";
|
|
9789
|
+
}>>;
|
|
9454
9790
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
9455
9791
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
9456
9792
|
ds: z.ZodOptional<z.ZodObject<{
|
|
@@ -9551,6 +9887,13 @@ export declare class ComfyApp {
|
|
|
9551
9887
|
1: z.ZodNumber;
|
|
9552
9888
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
9553
9889
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
9890
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
9891
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
9892
|
+
}, "strip", z.ZodTypeAny, {
|
|
9893
|
+
slotType: "input" | "output";
|
|
9894
|
+
}, {
|
|
9895
|
+
slotType: "input" | "output";
|
|
9896
|
+
}>>;
|
|
9554
9897
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
9555
9898
|
id: z.ZodNumber;
|
|
9556
9899
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -9568,6 +9911,13 @@ export declare class ComfyApp {
|
|
|
9568
9911
|
1: z.ZodNumber;
|
|
9569
9912
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
9570
9913
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
9914
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
9915
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
9916
|
+
}, "strip", z.ZodTypeAny, {
|
|
9917
|
+
slotType: "input" | "output";
|
|
9918
|
+
}, {
|
|
9919
|
+
slotType: "input" | "output";
|
|
9920
|
+
}>>;
|
|
9571
9921
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
9572
9922
|
id: z.ZodNumber;
|
|
9573
9923
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -9585,6 +9935,13 @@ export declare class ComfyApp {
|
|
|
9585
9935
|
1: z.ZodNumber;
|
|
9586
9936
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
9587
9937
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
9938
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
9939
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
9940
|
+
}, "strip", z.ZodTypeAny, {
|
|
9941
|
+
slotType: "input" | "output";
|
|
9942
|
+
}, {
|
|
9943
|
+
slotType: "input" | "output";
|
|
9944
|
+
}>>;
|
|
9588
9945
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
9589
9946
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
9590
9947
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -10197,6 +10554,13 @@ export declare class ComfyApp {
|
|
|
10197
10554
|
1: z.ZodNumber;
|
|
10198
10555
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
10199
10556
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
10557
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
10558
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
10559
|
+
}, "strip", z.ZodTypeAny, {
|
|
10560
|
+
slotType: "input" | "output";
|
|
10561
|
+
}, {
|
|
10562
|
+
slotType: "input" | "output";
|
|
10563
|
+
}>>;
|
|
10200
10564
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
10201
10565
|
id: z.ZodNumber;
|
|
10202
10566
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -10214,6 +10578,13 @@ export declare class ComfyApp {
|
|
|
10214
10578
|
1: z.ZodNumber;
|
|
10215
10579
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
10216
10580
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
10581
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
10582
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
10583
|
+
}, "strip", z.ZodTypeAny, {
|
|
10584
|
+
slotType: "input" | "output";
|
|
10585
|
+
}, {
|
|
10586
|
+
slotType: "input" | "output";
|
|
10587
|
+
}>>;
|
|
10217
10588
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
10218
10589
|
id: z.ZodNumber;
|
|
10219
10590
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -10231,6 +10602,13 @@ export declare class ComfyApp {
|
|
|
10231
10602
|
1: z.ZodNumber;
|
|
10232
10603
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
10233
10604
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
10605
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
10606
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
10607
|
+
}, "strip", z.ZodTypeAny, {
|
|
10608
|
+
slotType: "input" | "output";
|
|
10609
|
+
}, {
|
|
10610
|
+
slotType: "input" | "output";
|
|
10611
|
+
}>>;
|
|
10234
10612
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
10235
10613
|
extra: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
10236
10614
|
ds: z.ZodOptional<z.ZodObject<{
|
|
@@ -10331,6 +10709,13 @@ export declare class ComfyApp {
|
|
|
10331
10709
|
1: z.ZodNumber;
|
|
10332
10710
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
10333
10711
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
10712
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
10713
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
10714
|
+
}, "strip", z.ZodTypeAny, {
|
|
10715
|
+
slotType: "input" | "output";
|
|
10716
|
+
}, {
|
|
10717
|
+
slotType: "input" | "output";
|
|
10718
|
+
}>>;
|
|
10334
10719
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
10335
10720
|
id: z.ZodNumber;
|
|
10336
10721
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -10348,6 +10733,13 @@ export declare class ComfyApp {
|
|
|
10348
10733
|
1: z.ZodNumber;
|
|
10349
10734
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
10350
10735
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
10736
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
10737
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
10738
|
+
}, "strip", z.ZodTypeAny, {
|
|
10739
|
+
slotType: "input" | "output";
|
|
10740
|
+
}, {
|
|
10741
|
+
slotType: "input" | "output";
|
|
10742
|
+
}>>;
|
|
10351
10743
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
10352
10744
|
id: z.ZodNumber;
|
|
10353
10745
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -10365,6 +10757,13 @@ export declare class ComfyApp {
|
|
|
10365
10757
|
1: z.ZodNumber;
|
|
10366
10758
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
10367
10759
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
10760
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
10761
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
10762
|
+
}, "strip", z.ZodTypeAny, {
|
|
10763
|
+
slotType: "input" | "output";
|
|
10764
|
+
}, {
|
|
10765
|
+
slotType: "input" | "output";
|
|
10766
|
+
}>>;
|
|
10368
10767
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
10369
10768
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
10370
10769
|
ds: z.ZodOptional<z.ZodObject<{
|
|
@@ -10465,6 +10864,13 @@ export declare class ComfyApp {
|
|
|
10465
10864
|
1: z.ZodNumber;
|
|
10466
10865
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
10467
10866
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
10867
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
10868
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
10869
|
+
}, "strip", z.ZodTypeAny, {
|
|
10870
|
+
slotType: "input" | "output";
|
|
10871
|
+
}, {
|
|
10872
|
+
slotType: "input" | "output";
|
|
10873
|
+
}>>;
|
|
10468
10874
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
10469
10875
|
id: z.ZodNumber;
|
|
10470
10876
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -10482,6 +10888,13 @@ export declare class ComfyApp {
|
|
|
10482
10888
|
1: z.ZodNumber;
|
|
10483
10889
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
10484
10890
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
10891
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
10892
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
10893
|
+
}, "strip", z.ZodTypeAny, {
|
|
10894
|
+
slotType: "input" | "output";
|
|
10895
|
+
}, {
|
|
10896
|
+
slotType: "input" | "output";
|
|
10897
|
+
}>>;
|
|
10485
10898
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
10486
10899
|
id: z.ZodNumber;
|
|
10487
10900
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -10499,6 +10912,13 @@ export declare class ComfyApp {
|
|
|
10499
10912
|
1: z.ZodNumber;
|
|
10500
10913
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
10501
10914
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
10915
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
10916
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
10917
|
+
}, "strip", z.ZodTypeAny, {
|
|
10918
|
+
slotType: "input" | "output";
|
|
10919
|
+
}, {
|
|
10920
|
+
slotType: "input" | "output";
|
|
10921
|
+
}>>;
|
|
10502
10922
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
10503
10923
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
10504
10924
|
ds: z.ZodOptional<z.ZodObject<{
|
|
@@ -10599,6 +11019,13 @@ export declare class ComfyApp {
|
|
|
10599
11019
|
1: z.ZodNumber;
|
|
10600
11020
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
10601
11021
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
11022
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
11023
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
11024
|
+
}, "strip", z.ZodTypeAny, {
|
|
11025
|
+
slotType: "input" | "output";
|
|
11026
|
+
}, {
|
|
11027
|
+
slotType: "input" | "output";
|
|
11028
|
+
}>>;
|
|
10602
11029
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
10603
11030
|
id: z.ZodNumber;
|
|
10604
11031
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -10616,6 +11043,13 @@ export declare class ComfyApp {
|
|
|
10616
11043
|
1: z.ZodNumber;
|
|
10617
11044
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
10618
11045
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
11046
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
11047
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
11048
|
+
}, "strip", z.ZodTypeAny, {
|
|
11049
|
+
slotType: "input" | "output";
|
|
11050
|
+
}, {
|
|
11051
|
+
slotType: "input" | "output";
|
|
11052
|
+
}>>;
|
|
10619
11053
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
10620
11054
|
id: z.ZodNumber;
|
|
10621
11055
|
parentId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -10633,6 +11067,13 @@ export declare class ComfyApp {
|
|
|
10633
11067
|
1: z.ZodNumber;
|
|
10634
11068
|
}, z.ZodTypeAny, "passthrough">>, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>]>;
|
|
10635
11069
|
linkIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
11070
|
+
floating: z.ZodOptional<z.ZodObject<{
|
|
11071
|
+
slotType: z.ZodEnum<["input", "output"]>;
|
|
11072
|
+
}, "strip", z.ZodTypeAny, {
|
|
11073
|
+
slotType: "input" | "output";
|
|
11074
|
+
}, {
|
|
11075
|
+
slotType: "input" | "output";
|
|
11076
|
+
}>>;
|
|
10636
11077
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
10637
11078
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
10638
11079
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comfyorg/comfyui-frontend-types",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.4",
|
|
4
4
|
"types": "./index.d.ts",
|
|
5
5
|
"files": [
|
|
6
6
|
"index.d.ts"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"description": "TypeScript definitions for @comfyorg/comfyui-frontend",
|
|
14
14
|
"license": "GPL-3.0-only",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@comfyorg/litegraph": "^0.11.
|
|
16
|
+
"@comfyorg/litegraph": "^0.11.5"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"vue": "^3.5.13",
|