@comfyorg/comfyui-frontend-types 1.9.7 → 1.9.9
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 +544 -170
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -1412,11 +1412,22 @@ export declare class ComfyApp {
|
|
|
1412
1412
|
}, {
|
|
1413
1413
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
1414
1414
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1415
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
1416
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
1417
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
1418
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
1419
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1420
|
+
}, "strip", z.ZodTypeAny, {
|
|
1421
|
+
refresh?: number;
|
|
1422
|
+
route?: string;
|
|
1423
|
+
response_key?: string;
|
|
1424
|
+
query_params?: Record<string, string>;
|
|
1425
|
+
}, {
|
|
1426
|
+
refresh?: number;
|
|
1427
|
+
route?: string;
|
|
1428
|
+
response_key?: string;
|
|
1429
|
+
query_params?: Record<string, string>;
|
|
1430
|
+
}>>;
|
|
1420
1431
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
1421
1432
|
default: z.ZodOptional<z.ZodAny>;
|
|
1422
1433
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1429,11 +1440,22 @@ export declare class ComfyApp {
|
|
|
1429
1440
|
}, {
|
|
1430
1441
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
1431
1442
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1443
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
1444
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
1445
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
1446
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
1447
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1448
|
+
}, "strip", z.ZodTypeAny, {
|
|
1449
|
+
refresh?: number;
|
|
1450
|
+
route?: string;
|
|
1451
|
+
response_key?: string;
|
|
1452
|
+
query_params?: Record<string, string>;
|
|
1453
|
+
}, {
|
|
1454
|
+
refresh?: number;
|
|
1455
|
+
route?: string;
|
|
1456
|
+
response_key?: string;
|
|
1457
|
+
query_params?: Record<string, string>;
|
|
1458
|
+
}>>;
|
|
1437
1459
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
1438
1460
|
default: z.ZodOptional<z.ZodAny>;
|
|
1439
1461
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1446,11 +1468,22 @@ export declare class ComfyApp {
|
|
|
1446
1468
|
}, {
|
|
1447
1469
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
1448
1470
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1471
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
1472
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
1473
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
1474
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
1475
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1476
|
+
}, "strip", z.ZodTypeAny, {
|
|
1477
|
+
refresh?: number;
|
|
1478
|
+
route?: string;
|
|
1479
|
+
response_key?: string;
|
|
1480
|
+
query_params?: Record<string, string>;
|
|
1481
|
+
}, {
|
|
1482
|
+
refresh?: number;
|
|
1483
|
+
route?: string;
|
|
1484
|
+
response_key?: string;
|
|
1485
|
+
query_params?: Record<string, string>;
|
|
1486
|
+
}>>;
|
|
1454
1487
|
}>, z.ZodTypeAny, "passthrough">>], null>, z.ZodEffects<z.ZodTuple<[z.ZodArray<z.ZodAny, "many">], null>, (any[] | {})[], [any[], ...unknown[]]>, ...z.ZodEffects<z.ZodArray<z.ZodAny, "many">, any[], any[]>[]]>, z.ZodUnion<[z.ZodTuple<[z.ZodLiteral<"COMBO">, z.ZodObject<z.objectUtil.extendShape<{
|
|
1455
1488
|
default: z.ZodOptional<z.ZodAny>;
|
|
1456
1489
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1463,11 +1496,22 @@ export declare class ComfyApp {
|
|
|
1463
1496
|
}, {
|
|
1464
1497
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
1465
1498
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1499
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
1500
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
1501
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
1502
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
1503
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1504
|
+
}, "strip", z.ZodTypeAny, {
|
|
1505
|
+
refresh?: number;
|
|
1506
|
+
route?: string;
|
|
1507
|
+
response_key?: string;
|
|
1508
|
+
query_params?: Record<string, string>;
|
|
1509
|
+
}, {
|
|
1510
|
+
refresh?: number;
|
|
1511
|
+
route?: string;
|
|
1512
|
+
response_key?: string;
|
|
1513
|
+
query_params?: Record<string, string>;
|
|
1514
|
+
}>>;
|
|
1471
1515
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
1472
1516
|
default: z.ZodOptional<z.ZodAny>;
|
|
1473
1517
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1480,11 +1524,22 @@ export declare class ComfyApp {
|
|
|
1480
1524
|
}, {
|
|
1481
1525
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
1482
1526
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1527
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
1528
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
1529
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
1530
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
1531
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1532
|
+
}, "strip", z.ZodTypeAny, {
|
|
1533
|
+
refresh?: number;
|
|
1534
|
+
route?: string;
|
|
1535
|
+
response_key?: string;
|
|
1536
|
+
query_params?: Record<string, string>;
|
|
1537
|
+
}, {
|
|
1538
|
+
refresh?: number;
|
|
1539
|
+
route?: string;
|
|
1540
|
+
response_key?: string;
|
|
1541
|
+
query_params?: Record<string, string>;
|
|
1542
|
+
}>>;
|
|
1488
1543
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
1489
1544
|
default: z.ZodOptional<z.ZodAny>;
|
|
1490
1545
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1497,11 +1552,22 @@ export declare class ComfyApp {
|
|
|
1497
1552
|
}, {
|
|
1498
1553
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
1499
1554
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1555
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
1556
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
1557
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
1558
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
1559
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1560
|
+
}, "strip", z.ZodTypeAny, {
|
|
1561
|
+
refresh?: number;
|
|
1562
|
+
route?: string;
|
|
1563
|
+
response_key?: string;
|
|
1564
|
+
query_params?: Record<string, string>;
|
|
1565
|
+
}, {
|
|
1566
|
+
refresh?: number;
|
|
1567
|
+
route?: string;
|
|
1568
|
+
response_key?: string;
|
|
1569
|
+
query_params?: Record<string, string>;
|
|
1570
|
+
}>>;
|
|
1505
1571
|
}>, z.ZodTypeAny, "passthrough">>], null>, z.ZodEffects<z.ZodTuple<[z.ZodLiteral<"COMBO">], null>, ("COMBO" | {})[], ["COMBO", ...unknown[]]>, ...z.ZodEffects<z.ZodLiteral<"COMBO">, any[], "COMBO">[]]>, z.ZodUnion<[z.ZodTuple<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
1506
1572
|
default: z.ZodOptional<z.ZodAny>;
|
|
1507
1573
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1713,11 +1779,22 @@ export declare class ComfyApp {
|
|
|
1713
1779
|
}, {
|
|
1714
1780
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
1715
1781
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1782
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
1783
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
1784
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
1785
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
1786
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1787
|
+
}, "strip", z.ZodTypeAny, {
|
|
1788
|
+
refresh?: number;
|
|
1789
|
+
route?: string;
|
|
1790
|
+
response_key?: string;
|
|
1791
|
+
query_params?: Record<string, string>;
|
|
1792
|
+
}, {
|
|
1793
|
+
refresh?: number;
|
|
1794
|
+
route?: string;
|
|
1795
|
+
response_key?: string;
|
|
1796
|
+
query_params?: Record<string, string>;
|
|
1797
|
+
}>>;
|
|
1721
1798
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
1722
1799
|
default: z.ZodOptional<z.ZodAny>;
|
|
1723
1800
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1730,11 +1807,22 @@ export declare class ComfyApp {
|
|
|
1730
1807
|
}, {
|
|
1731
1808
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
1732
1809
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1810
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
1811
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
1812
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
1813
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
1814
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1815
|
+
}, "strip", z.ZodTypeAny, {
|
|
1816
|
+
refresh?: number;
|
|
1817
|
+
route?: string;
|
|
1818
|
+
response_key?: string;
|
|
1819
|
+
query_params?: Record<string, string>;
|
|
1820
|
+
}, {
|
|
1821
|
+
refresh?: number;
|
|
1822
|
+
route?: string;
|
|
1823
|
+
response_key?: string;
|
|
1824
|
+
query_params?: Record<string, string>;
|
|
1825
|
+
}>>;
|
|
1738
1826
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
1739
1827
|
default: z.ZodOptional<z.ZodAny>;
|
|
1740
1828
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1747,11 +1835,22 @@ export declare class ComfyApp {
|
|
|
1747
1835
|
}, {
|
|
1748
1836
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
1749
1837
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1838
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
1839
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
1840
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
1841
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
1842
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1843
|
+
}, "strip", z.ZodTypeAny, {
|
|
1844
|
+
refresh?: number;
|
|
1845
|
+
route?: string;
|
|
1846
|
+
response_key?: string;
|
|
1847
|
+
query_params?: Record<string, string>;
|
|
1848
|
+
}, {
|
|
1849
|
+
refresh?: number;
|
|
1850
|
+
route?: string;
|
|
1851
|
+
response_key?: string;
|
|
1852
|
+
query_params?: Record<string, string>;
|
|
1853
|
+
}>>;
|
|
1755
1854
|
}>, z.ZodTypeAny, "passthrough">>], null>, z.ZodEffects<z.ZodTuple<[z.ZodArray<z.ZodAny, "many">], null>, (any[] | {})[], [any[], ...unknown[]]>, ...z.ZodEffects<z.ZodArray<z.ZodAny, "many">, any[], any[]>[]]>, z.ZodUnion<[z.ZodTuple<[z.ZodLiteral<"COMBO">, z.ZodObject<z.objectUtil.extendShape<{
|
|
1756
1855
|
default: z.ZodOptional<z.ZodAny>;
|
|
1757
1856
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1764,11 +1863,22 @@ export declare class ComfyApp {
|
|
|
1764
1863
|
}, {
|
|
1765
1864
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
1766
1865
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1866
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
1867
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
1868
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
1869
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
1870
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1871
|
+
}, "strip", z.ZodTypeAny, {
|
|
1872
|
+
refresh?: number;
|
|
1873
|
+
route?: string;
|
|
1874
|
+
response_key?: string;
|
|
1875
|
+
query_params?: Record<string, string>;
|
|
1876
|
+
}, {
|
|
1877
|
+
refresh?: number;
|
|
1878
|
+
route?: string;
|
|
1879
|
+
response_key?: string;
|
|
1880
|
+
query_params?: Record<string, string>;
|
|
1881
|
+
}>>;
|
|
1772
1882
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
1773
1883
|
default: z.ZodOptional<z.ZodAny>;
|
|
1774
1884
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1781,11 +1891,22 @@ export declare class ComfyApp {
|
|
|
1781
1891
|
}, {
|
|
1782
1892
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
1783
1893
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1894
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
1895
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
1896
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
1897
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
1898
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1899
|
+
}, "strip", z.ZodTypeAny, {
|
|
1900
|
+
refresh?: number;
|
|
1901
|
+
route?: string;
|
|
1902
|
+
response_key?: string;
|
|
1903
|
+
query_params?: Record<string, string>;
|
|
1904
|
+
}, {
|
|
1905
|
+
refresh?: number;
|
|
1906
|
+
route?: string;
|
|
1907
|
+
response_key?: string;
|
|
1908
|
+
query_params?: Record<string, string>;
|
|
1909
|
+
}>>;
|
|
1789
1910
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
1790
1911
|
default: z.ZodOptional<z.ZodAny>;
|
|
1791
1912
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1798,11 +1919,22 @@ export declare class ComfyApp {
|
|
|
1798
1919
|
}, {
|
|
1799
1920
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
1800
1921
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1922
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
1923
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
1924
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
1925
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
1926
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1927
|
+
}, "strip", z.ZodTypeAny, {
|
|
1928
|
+
refresh?: number;
|
|
1929
|
+
route?: string;
|
|
1930
|
+
response_key?: string;
|
|
1931
|
+
query_params?: Record<string, string>;
|
|
1932
|
+
}, {
|
|
1933
|
+
refresh?: number;
|
|
1934
|
+
route?: string;
|
|
1935
|
+
response_key?: string;
|
|
1936
|
+
query_params?: Record<string, string>;
|
|
1937
|
+
}>>;
|
|
1806
1938
|
}>, z.ZodTypeAny, "passthrough">>], null>, z.ZodEffects<z.ZodTuple<[z.ZodLiteral<"COMBO">], null>, ("COMBO" | {})[], ["COMBO", ...unknown[]]>, ...z.ZodEffects<z.ZodLiteral<"COMBO">, any[], "COMBO">[]]>, z.ZodUnion<[z.ZodTuple<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
1807
1939
|
default: z.ZodOptional<z.ZodAny>;
|
|
1808
1940
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1902,11 +2034,22 @@ export declare class ComfyApp {
|
|
|
1902
2034
|
}, {
|
|
1903
2035
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
1904
2036
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
2037
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
2038
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
2039
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
2040
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
2041
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2042
|
+
}, "strip", z.ZodTypeAny, {
|
|
2043
|
+
refresh?: number;
|
|
2044
|
+
route?: string;
|
|
2045
|
+
response_key?: string;
|
|
2046
|
+
query_params?: Record<string, string>;
|
|
2047
|
+
}, {
|
|
2048
|
+
refresh?: number;
|
|
2049
|
+
route?: string;
|
|
2050
|
+
response_key?: string;
|
|
2051
|
+
query_params?: Record<string, string>;
|
|
2052
|
+
}>>;
|
|
1910
2053
|
}>, z.ZodTypeAny, "passthrough">, ...unknown[]] | ["COMBO", z.objectOutputType<z.objectUtil.extendShape<{
|
|
1911
2054
|
default: z.ZodOptional<z.ZodAny>;
|
|
1912
2055
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1919,11 +2062,22 @@ export declare class ComfyApp {
|
|
|
1919
2062
|
}, {
|
|
1920
2063
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
1921
2064
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
2065
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
2066
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
2067
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
2068
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
2069
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2070
|
+
}, "strip", z.ZodTypeAny, {
|
|
2071
|
+
refresh?: number;
|
|
2072
|
+
route?: string;
|
|
2073
|
+
response_key?: string;
|
|
2074
|
+
query_params?: Record<string, string>;
|
|
2075
|
+
}, {
|
|
2076
|
+
refresh?: number;
|
|
2077
|
+
route?: string;
|
|
2078
|
+
response_key?: string;
|
|
2079
|
+
query_params?: Record<string, string>;
|
|
2080
|
+
}>>;
|
|
1927
2081
|
}>, z.ZodTypeAny, "passthrough">, ...unknown[]] | (string | {})[] | [string, z.objectOutputType<{
|
|
1928
2082
|
default: z.ZodOptional<z.ZodAny>;
|
|
1929
2083
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2004,11 +2158,22 @@ export declare class ComfyApp {
|
|
|
2004
2158
|
}, {
|
|
2005
2159
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
2006
2160
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2161
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
2162
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
2163
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
2164
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
2165
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2166
|
+
}, "strip", z.ZodTypeAny, {
|
|
2167
|
+
refresh?: number;
|
|
2168
|
+
route?: string;
|
|
2169
|
+
response_key?: string;
|
|
2170
|
+
query_params?: Record<string, string>;
|
|
2171
|
+
}, {
|
|
2172
|
+
refresh?: number;
|
|
2173
|
+
route?: string;
|
|
2174
|
+
response_key?: string;
|
|
2175
|
+
query_params?: Record<string, string>;
|
|
2176
|
+
}>>;
|
|
2012
2177
|
}>, z.ZodTypeAny, "passthrough">, ...unknown[]] | ["COMBO", z.objectOutputType<z.objectUtil.extendShape<{
|
|
2013
2178
|
default: z.ZodOptional<z.ZodAny>;
|
|
2014
2179
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2021,11 +2186,22 @@ export declare class ComfyApp {
|
|
|
2021
2186
|
}, {
|
|
2022
2187
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
2023
2188
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2189
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
2190
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
2191
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
2192
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
2193
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2194
|
+
}, "strip", z.ZodTypeAny, {
|
|
2195
|
+
refresh?: number;
|
|
2196
|
+
route?: string;
|
|
2197
|
+
response_key?: string;
|
|
2198
|
+
query_params?: Record<string, string>;
|
|
2199
|
+
}, {
|
|
2200
|
+
refresh?: number;
|
|
2201
|
+
route?: string;
|
|
2202
|
+
response_key?: string;
|
|
2203
|
+
query_params?: Record<string, string>;
|
|
2204
|
+
}>>;
|
|
2029
2205
|
}>, z.ZodTypeAny, "passthrough">, ...unknown[]] | (string | {})[] | [string, z.objectOutputType<{
|
|
2030
2206
|
default: z.ZodOptional<z.ZodAny>;
|
|
2031
2207
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2106,11 +2282,22 @@ export declare class ComfyApp {
|
|
|
2106
2282
|
}, {
|
|
2107
2283
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
2108
2284
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2285
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
2286
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
2287
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
2288
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
2289
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2290
|
+
}, "strip", z.ZodTypeAny, {
|
|
2291
|
+
refresh?: number;
|
|
2292
|
+
route?: string;
|
|
2293
|
+
response_key?: string;
|
|
2294
|
+
query_params?: Record<string, string>;
|
|
2295
|
+
}, {
|
|
2296
|
+
refresh?: number;
|
|
2297
|
+
route?: string;
|
|
2298
|
+
response_key?: string;
|
|
2299
|
+
query_params?: Record<string, string>;
|
|
2300
|
+
}>>;
|
|
2114
2301
|
}>, z.ZodTypeAny, "passthrough">, ...unknown[]] | ["COMBO", z.objectInputType<z.objectUtil.extendShape<{
|
|
2115
2302
|
default: z.ZodOptional<z.ZodAny>;
|
|
2116
2303
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2123,11 +2310,22 @@ export declare class ComfyApp {
|
|
|
2123
2310
|
}, {
|
|
2124
2311
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
2125
2312
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2313
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
2314
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
2315
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
2316
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
2317
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2318
|
+
}, "strip", z.ZodTypeAny, {
|
|
2319
|
+
refresh?: number;
|
|
2320
|
+
route?: string;
|
|
2321
|
+
response_key?: string;
|
|
2322
|
+
query_params?: Record<string, string>;
|
|
2323
|
+
}, {
|
|
2324
|
+
refresh?: number;
|
|
2325
|
+
route?: string;
|
|
2326
|
+
response_key?: string;
|
|
2327
|
+
query_params?: Record<string, string>;
|
|
2328
|
+
}>>;
|
|
2131
2329
|
}>, z.ZodTypeAny, "passthrough">, ...unknown[]] | [string, ...unknown[]] | [string, z.objectInputType<{
|
|
2132
2330
|
default: z.ZodOptional<z.ZodAny>;
|
|
2133
2331
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2208,11 +2406,22 @@ export declare class ComfyApp {
|
|
|
2208
2406
|
}, {
|
|
2209
2407
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
2210
2408
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2409
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
2410
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
2411
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
2412
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
2413
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2414
|
+
}, "strip", z.ZodTypeAny, {
|
|
2415
|
+
refresh?: number;
|
|
2416
|
+
route?: string;
|
|
2417
|
+
response_key?: string;
|
|
2418
|
+
query_params?: Record<string, string>;
|
|
2419
|
+
}, {
|
|
2420
|
+
refresh?: number;
|
|
2421
|
+
route?: string;
|
|
2422
|
+
response_key?: string;
|
|
2423
|
+
query_params?: Record<string, string>;
|
|
2424
|
+
}>>;
|
|
2216
2425
|
}>, z.ZodTypeAny, "passthrough">, ...unknown[]] | ["COMBO", z.objectInputType<z.objectUtil.extendShape<{
|
|
2217
2426
|
default: z.ZodOptional<z.ZodAny>;
|
|
2218
2427
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2225,11 +2434,22 @@ export declare class ComfyApp {
|
|
|
2225
2434
|
}, {
|
|
2226
2435
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
2227
2436
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2437
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
2438
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
2439
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
2440
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
2441
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2442
|
+
}, "strip", z.ZodTypeAny, {
|
|
2443
|
+
refresh?: number;
|
|
2444
|
+
route?: string;
|
|
2445
|
+
response_key?: string;
|
|
2446
|
+
query_params?: Record<string, string>;
|
|
2447
|
+
}, {
|
|
2448
|
+
refresh?: number;
|
|
2449
|
+
route?: string;
|
|
2450
|
+
response_key?: string;
|
|
2451
|
+
query_params?: Record<string, string>;
|
|
2452
|
+
}>>;
|
|
2233
2453
|
}>, z.ZodTypeAny, "passthrough">, ...unknown[]] | [string, ...unknown[]] | [string, z.objectInputType<{
|
|
2234
2454
|
default: z.ZodOptional<z.ZodAny>;
|
|
2235
2455
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2325,11 +2545,22 @@ export declare class ComfyApp {
|
|
|
2325
2545
|
}, {
|
|
2326
2546
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
2327
2547
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2548
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
2549
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
2550
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
2551
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
2552
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2553
|
+
}, "strip", z.ZodTypeAny, {
|
|
2554
|
+
refresh?: number;
|
|
2555
|
+
route?: string;
|
|
2556
|
+
response_key?: string;
|
|
2557
|
+
query_params?: Record<string, string>;
|
|
2558
|
+
}, {
|
|
2559
|
+
refresh?: number;
|
|
2560
|
+
route?: string;
|
|
2561
|
+
response_key?: string;
|
|
2562
|
+
query_params?: Record<string, string>;
|
|
2563
|
+
}>>;
|
|
2333
2564
|
}>, z.ZodTypeAny, "passthrough">, ...unknown[]] | ["COMBO", z.objectOutputType<z.objectUtil.extendShape<{
|
|
2334
2565
|
default: z.ZodOptional<z.ZodAny>;
|
|
2335
2566
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2342,11 +2573,22 @@ export declare class ComfyApp {
|
|
|
2342
2573
|
}, {
|
|
2343
2574
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
2344
2575
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2576
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
2577
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
2578
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
2579
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
2580
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2581
|
+
}, "strip", z.ZodTypeAny, {
|
|
2582
|
+
refresh?: number;
|
|
2583
|
+
route?: string;
|
|
2584
|
+
response_key?: string;
|
|
2585
|
+
query_params?: Record<string, string>;
|
|
2586
|
+
}, {
|
|
2587
|
+
refresh?: number;
|
|
2588
|
+
route?: string;
|
|
2589
|
+
response_key?: string;
|
|
2590
|
+
query_params?: Record<string, string>;
|
|
2591
|
+
}>>;
|
|
2350
2592
|
}>, z.ZodTypeAny, "passthrough">, ...unknown[]] | (string | {})[] | [string, z.objectOutputType<{
|
|
2351
2593
|
default: z.ZodOptional<z.ZodAny>;
|
|
2352
2594
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2427,11 +2669,22 @@ export declare class ComfyApp {
|
|
|
2427
2669
|
}, {
|
|
2428
2670
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
2429
2671
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2672
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
2673
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
2674
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
2675
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
2676
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2677
|
+
}, "strip", z.ZodTypeAny, {
|
|
2678
|
+
refresh?: number;
|
|
2679
|
+
route?: string;
|
|
2680
|
+
response_key?: string;
|
|
2681
|
+
query_params?: Record<string, string>;
|
|
2682
|
+
}, {
|
|
2683
|
+
refresh?: number;
|
|
2684
|
+
route?: string;
|
|
2685
|
+
response_key?: string;
|
|
2686
|
+
query_params?: Record<string, string>;
|
|
2687
|
+
}>>;
|
|
2435
2688
|
}>, z.ZodTypeAny, "passthrough">, ...unknown[]] | ["COMBO", z.objectOutputType<z.objectUtil.extendShape<{
|
|
2436
2689
|
default: z.ZodOptional<z.ZodAny>;
|
|
2437
2690
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2444,11 +2697,22 @@ export declare class ComfyApp {
|
|
|
2444
2697
|
}, {
|
|
2445
2698
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
2446
2699
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2700
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
2701
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
2702
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
2703
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
2704
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2705
|
+
}, "strip", z.ZodTypeAny, {
|
|
2706
|
+
refresh?: number;
|
|
2707
|
+
route?: string;
|
|
2708
|
+
response_key?: string;
|
|
2709
|
+
query_params?: Record<string, string>;
|
|
2710
|
+
}, {
|
|
2711
|
+
refresh?: number;
|
|
2712
|
+
route?: string;
|
|
2713
|
+
response_key?: string;
|
|
2714
|
+
query_params?: Record<string, string>;
|
|
2715
|
+
}>>;
|
|
2452
2716
|
}>, z.ZodTypeAny, "passthrough">, ...unknown[]] | (string | {})[] | [string, z.objectOutputType<{
|
|
2453
2717
|
default: z.ZodOptional<z.ZodAny>;
|
|
2454
2718
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2543,11 +2807,22 @@ export declare class ComfyApp {
|
|
|
2543
2807
|
}, {
|
|
2544
2808
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
2545
2809
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2810
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
2811
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
2812
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
2813
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
2814
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2815
|
+
}, "strip", z.ZodTypeAny, {
|
|
2816
|
+
refresh?: number;
|
|
2817
|
+
route?: string;
|
|
2818
|
+
response_key?: string;
|
|
2819
|
+
query_params?: Record<string, string>;
|
|
2820
|
+
}, {
|
|
2821
|
+
refresh?: number;
|
|
2822
|
+
route?: string;
|
|
2823
|
+
response_key?: string;
|
|
2824
|
+
query_params?: Record<string, string>;
|
|
2825
|
+
}>>;
|
|
2551
2826
|
}>, z.ZodTypeAny, "passthrough">, ...unknown[]] | ["COMBO", z.objectInputType<z.objectUtil.extendShape<{
|
|
2552
2827
|
default: z.ZodOptional<z.ZodAny>;
|
|
2553
2828
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2560,11 +2835,22 @@ export declare class ComfyApp {
|
|
|
2560
2835
|
}, {
|
|
2561
2836
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
2562
2837
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2838
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
2839
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
2840
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
2841
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
2842
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2843
|
+
}, "strip", z.ZodTypeAny, {
|
|
2844
|
+
refresh?: number;
|
|
2845
|
+
route?: string;
|
|
2846
|
+
response_key?: string;
|
|
2847
|
+
query_params?: Record<string, string>;
|
|
2848
|
+
}, {
|
|
2849
|
+
refresh?: number;
|
|
2850
|
+
route?: string;
|
|
2851
|
+
response_key?: string;
|
|
2852
|
+
query_params?: Record<string, string>;
|
|
2853
|
+
}>>;
|
|
2568
2854
|
}>, z.ZodTypeAny, "passthrough">, ...unknown[]] | [string, ...unknown[]] | [string, z.objectInputType<{
|
|
2569
2855
|
default: z.ZodOptional<z.ZodAny>;
|
|
2570
2856
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2645,11 +2931,22 @@ export declare class ComfyApp {
|
|
|
2645
2931
|
}, {
|
|
2646
2932
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
2647
2933
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2934
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
2935
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
2936
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
2937
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
2938
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2939
|
+
}, "strip", z.ZodTypeAny, {
|
|
2940
|
+
refresh?: number;
|
|
2941
|
+
route?: string;
|
|
2942
|
+
response_key?: string;
|
|
2943
|
+
query_params?: Record<string, string>;
|
|
2944
|
+
}, {
|
|
2945
|
+
refresh?: number;
|
|
2946
|
+
route?: string;
|
|
2947
|
+
response_key?: string;
|
|
2948
|
+
query_params?: Record<string, string>;
|
|
2949
|
+
}>>;
|
|
2653
2950
|
}>, z.ZodTypeAny, "passthrough">, ...unknown[]] | ["COMBO", z.objectInputType<z.objectUtil.extendShape<{
|
|
2654
2951
|
default: z.ZodOptional<z.ZodAny>;
|
|
2655
2952
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2662,11 +2959,22 @@ export declare class ComfyApp {
|
|
|
2662
2959
|
}, {
|
|
2663
2960
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
2664
2961
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2962
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
2963
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
2964
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
2965
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
2966
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2967
|
+
}, "strip", z.ZodTypeAny, {
|
|
2968
|
+
refresh?: number;
|
|
2969
|
+
route?: string;
|
|
2970
|
+
response_key?: string;
|
|
2971
|
+
query_params?: Record<string, string>;
|
|
2972
|
+
}, {
|
|
2973
|
+
refresh?: number;
|
|
2974
|
+
route?: string;
|
|
2975
|
+
response_key?: string;
|
|
2976
|
+
query_params?: Record<string, string>;
|
|
2977
|
+
}>>;
|
|
2670
2978
|
}>, z.ZodTypeAny, "passthrough">, ...unknown[]] | [string, ...unknown[]] | [string, z.objectInputType<{
|
|
2671
2979
|
default: z.ZodOptional<z.ZodAny>;
|
|
2672
2980
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -15498,11 +15806,22 @@ export declare class ComfyApp {
|
|
|
15498
15806
|
}, {
|
|
15499
15807
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
15500
15808
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
15501
|
-
|
|
15502
|
-
|
|
15503
|
-
|
|
15504
|
-
|
|
15505
|
-
|
|
15809
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
15810
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
15811
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
15812
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
15813
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
15814
|
+
}, "strip", z.ZodTypeAny, {
|
|
15815
|
+
refresh?: number;
|
|
15816
|
+
route?: string;
|
|
15817
|
+
response_key?: string;
|
|
15818
|
+
query_params?: Record<string, string>;
|
|
15819
|
+
}, {
|
|
15820
|
+
refresh?: number;
|
|
15821
|
+
route?: string;
|
|
15822
|
+
response_key?: string;
|
|
15823
|
+
query_params?: Record<string, string>;
|
|
15824
|
+
}>>;
|
|
15506
15825
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
15507
15826
|
default: z.ZodOptional<z.ZodAny>;
|
|
15508
15827
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -15515,11 +15834,22 @@ export declare class ComfyApp {
|
|
|
15515
15834
|
}, {
|
|
15516
15835
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
15517
15836
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
15518
|
-
|
|
15519
|
-
|
|
15520
|
-
|
|
15521
|
-
|
|
15522
|
-
|
|
15837
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
15838
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
15839
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
15840
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
15841
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
15842
|
+
}, "strip", z.ZodTypeAny, {
|
|
15843
|
+
refresh?: number;
|
|
15844
|
+
route?: string;
|
|
15845
|
+
response_key?: string;
|
|
15846
|
+
query_params?: Record<string, string>;
|
|
15847
|
+
}, {
|
|
15848
|
+
refresh?: number;
|
|
15849
|
+
route?: string;
|
|
15850
|
+
response_key?: string;
|
|
15851
|
+
query_params?: Record<string, string>;
|
|
15852
|
+
}>>;
|
|
15523
15853
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
15524
15854
|
default: z.ZodOptional<z.ZodAny>;
|
|
15525
15855
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -15532,11 +15862,22 @@ export declare class ComfyApp {
|
|
|
15532
15862
|
}, {
|
|
15533
15863
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
15534
15864
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
15535
|
-
|
|
15536
|
-
|
|
15537
|
-
|
|
15538
|
-
|
|
15539
|
-
|
|
15865
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
15866
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
15867
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
15868
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
15869
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
15870
|
+
}, "strip", z.ZodTypeAny, {
|
|
15871
|
+
refresh?: number;
|
|
15872
|
+
route?: string;
|
|
15873
|
+
response_key?: string;
|
|
15874
|
+
query_params?: Record<string, string>;
|
|
15875
|
+
}, {
|
|
15876
|
+
refresh?: number;
|
|
15877
|
+
route?: string;
|
|
15878
|
+
response_key?: string;
|
|
15879
|
+
query_params?: Record<string, string>;
|
|
15880
|
+
}>>;
|
|
15540
15881
|
}>, z.ZodTypeAny, "passthrough">>], null>, z.ZodEffects<z.ZodTuple<[z.ZodArray<z.ZodAny, "many">], null>, (any[] | {})[], [any[], ...unknown[]]>, ...z.ZodEffects<z.ZodArray<z.ZodAny, "many">, any[], any[]>[]]>, z.ZodUnion<[z.ZodTuple<[z.ZodLiteral<"COMBO">, z.ZodObject<z.objectUtil.extendShape<{
|
|
15541
15882
|
default: z.ZodOptional<z.ZodAny>;
|
|
15542
15883
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -15549,11 +15890,22 @@ export declare class ComfyApp {
|
|
|
15549
15890
|
}, {
|
|
15550
15891
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
15551
15892
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
15552
|
-
|
|
15553
|
-
|
|
15554
|
-
|
|
15555
|
-
|
|
15556
|
-
|
|
15893
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
15894
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
15895
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
15896
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
15897
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
15898
|
+
}, "strip", z.ZodTypeAny, {
|
|
15899
|
+
refresh?: number;
|
|
15900
|
+
route?: string;
|
|
15901
|
+
response_key?: string;
|
|
15902
|
+
query_params?: Record<string, string>;
|
|
15903
|
+
}, {
|
|
15904
|
+
refresh?: number;
|
|
15905
|
+
route?: string;
|
|
15906
|
+
response_key?: string;
|
|
15907
|
+
query_params?: Record<string, string>;
|
|
15908
|
+
}>>;
|
|
15557
15909
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
15558
15910
|
default: z.ZodOptional<z.ZodAny>;
|
|
15559
15911
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -15566,11 +15918,22 @@ export declare class ComfyApp {
|
|
|
15566
15918
|
}, {
|
|
15567
15919
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
15568
15920
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
15569
|
-
|
|
15570
|
-
|
|
15571
|
-
|
|
15572
|
-
|
|
15573
|
-
|
|
15921
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
15922
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
15923
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
15924
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
15925
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
15926
|
+
}, "strip", z.ZodTypeAny, {
|
|
15927
|
+
refresh?: number;
|
|
15928
|
+
route?: string;
|
|
15929
|
+
response_key?: string;
|
|
15930
|
+
query_params?: Record<string, string>;
|
|
15931
|
+
}, {
|
|
15932
|
+
refresh?: number;
|
|
15933
|
+
route?: string;
|
|
15934
|
+
response_key?: string;
|
|
15935
|
+
query_params?: Record<string, string>;
|
|
15936
|
+
}>>;
|
|
15574
15937
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
15575
15938
|
default: z.ZodOptional<z.ZodAny>;
|
|
15576
15939
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -15583,11 +15946,22 @@ export declare class ComfyApp {
|
|
|
15583
15946
|
}, {
|
|
15584
15947
|
control_after_generate: z.ZodOptional<z.ZodBoolean>;
|
|
15585
15948
|
image_upload: z.ZodOptional<z.ZodBoolean>;
|
|
15586
|
-
|
|
15587
|
-
|
|
15588
|
-
|
|
15589
|
-
|
|
15590
|
-
|
|
15949
|
+
remote: z.ZodOptional<z.ZodObject<{
|
|
15950
|
+
route: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
15951
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;
|
|
15952
|
+
response_key: z.ZodOptional<z.ZodString>;
|
|
15953
|
+
query_params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
15954
|
+
}, "strip", z.ZodTypeAny, {
|
|
15955
|
+
refresh?: number;
|
|
15956
|
+
route?: string;
|
|
15957
|
+
response_key?: string;
|
|
15958
|
+
query_params?: Record<string, string>;
|
|
15959
|
+
}, {
|
|
15960
|
+
refresh?: number;
|
|
15961
|
+
route?: string;
|
|
15962
|
+
response_key?: string;
|
|
15963
|
+
query_params?: Record<string, string>;
|
|
15964
|
+
}>>;
|
|
15591
15965
|
}>, z.ZodTypeAny, "passthrough">>], null>, z.ZodEffects<z.ZodTuple<[z.ZodLiteral<"COMBO">], null>, ("COMBO" | {})[], ["COMBO", ...unknown[]]>, ...z.ZodEffects<z.ZodLiteral<"COMBO">, any[], "COMBO">[]]>, z.ZodUnion<[z.ZodTuple<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
15592
15966
|
default: z.ZodOptional<z.ZodAny>;
|
|
15593
15967
|
defaultInput: z.ZodOptional<z.ZodBoolean>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comfyorg/comfyui-frontend-types",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.9",
|
|
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.8.
|
|
16
|
+
"@comfyorg/litegraph": "^0.8.74"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"vue": "^3.5.13",
|