@comfyorg/comfyui-frontend-types 1.17.2 → 1.17.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 +55 -60
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -93,11 +93,6 @@ declare type ApiEvents = AsCustomEvents<ApiEventTypes>;
|
|
|
93
93
|
/** Dictionary of types used in the detail for a custom event */
|
|
94
94
|
declare type ApiEventTypes = ApiToEventType<ApiCalls>;
|
|
95
95
|
|
|
96
|
-
declare interface ApiNodeCost {
|
|
97
|
-
name: string;
|
|
98
|
-
cost: number;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
96
|
/** Handles differing event and API signatures. */
|
|
102
97
|
declare type ApiToEventType<T = ApiCalls> = {
|
|
103
98
|
[K in keyof T]: K extends 'status' ? StatusWsMessageStatus : K extends 'executing' ? NodeId : T[K];
|
|
@@ -1787,7 +1782,7 @@ export declare class ComfyApp {
|
|
|
1787
1782
|
title?: string;
|
|
1788
1783
|
reportType?: string;
|
|
1789
1784
|
}) => void;
|
|
1790
|
-
showApiNodesSignInDialog: (
|
|
1785
|
+
showApiNodesSignInDialog: (apiNodeNames: string[]) => Promise<boolean>;
|
|
1791
1786
|
showSignInDialog: () => Promise<boolean>;
|
|
1792
1787
|
prompt: ({ title, message, defaultValue }: {
|
|
1793
1788
|
title: string;
|
|
@@ -4801,7 +4796,7 @@ export declare class ComfyApp {
|
|
|
4801
4796
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
4802
4797
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
4803
4798
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
4804
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
4799
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
4805
4800
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4806
4801
|
name: z.ZodString;
|
|
4807
4802
|
url: z.ZodString;
|
|
@@ -4825,7 +4820,7 @@ export declare class ComfyApp {
|
|
|
4825
4820
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
4826
4821
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
4827
4822
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
4828
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
4823
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
4829
4824
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4830
4825
|
name: z.ZodString;
|
|
4831
4826
|
url: z.ZodString;
|
|
@@ -4849,7 +4844,7 @@ export declare class ComfyApp {
|
|
|
4849
4844
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
4850
4845
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
4851
4846
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
4852
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
4847
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
4853
4848
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4854
4849
|
name: z.ZodString;
|
|
4855
4850
|
url: z.ZodString;
|
|
@@ -4959,7 +4954,7 @@ export declare class ComfyApp {
|
|
|
4959
4954
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
4960
4955
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
4961
4956
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
4962
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
4957
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
4963
4958
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4964
4959
|
name: z.ZodString;
|
|
4965
4960
|
url: z.ZodString;
|
|
@@ -4983,7 +4978,7 @@ export declare class ComfyApp {
|
|
|
4983
4978
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
4984
4979
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
4985
4980
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
4986
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
4981
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
4987
4982
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4988
4983
|
name: z.ZodString;
|
|
4989
4984
|
url: z.ZodString;
|
|
@@ -5007,7 +5002,7 @@ export declare class ComfyApp {
|
|
|
5007
5002
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
5008
5003
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
5009
5004
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
5010
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
5005
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
5011
5006
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5012
5007
|
name: z.ZodString;
|
|
5013
5008
|
url: z.ZodString;
|
|
@@ -5117,7 +5112,7 @@ export declare class ComfyApp {
|
|
|
5117
5112
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
5118
5113
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
5119
5114
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
5120
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
5115
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
5121
5116
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5122
5117
|
name: z.ZodString;
|
|
5123
5118
|
url: z.ZodString;
|
|
@@ -5141,7 +5136,7 @@ export declare class ComfyApp {
|
|
|
5141
5136
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
5142
5137
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
5143
5138
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
5144
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
5139
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
5145
5140
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5146
5141
|
name: z.ZodString;
|
|
5147
5142
|
url: z.ZodString;
|
|
@@ -5165,7 +5160,7 @@ export declare class ComfyApp {
|
|
|
5165
5160
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
5166
5161
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
5167
5162
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
5168
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
5163
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
5169
5164
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5170
5165
|
name: z.ZodString;
|
|
5171
5166
|
url: z.ZodString;
|
|
@@ -5750,7 +5745,7 @@ export declare class ComfyApp {
|
|
|
5750
5745
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
5751
5746
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
5752
5747
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
5753
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
5748
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
5754
5749
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5755
5750
|
name: z.ZodString;
|
|
5756
5751
|
url: z.ZodString;
|
|
@@ -5774,7 +5769,7 @@ export declare class ComfyApp {
|
|
|
5774
5769
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
5775
5770
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
5776
5771
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
5777
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
5772
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
5778
5773
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5779
5774
|
name: z.ZodString;
|
|
5780
5775
|
url: z.ZodString;
|
|
@@ -5798,7 +5793,7 @@ export declare class ComfyApp {
|
|
|
5798
5793
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
5799
5794
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
5800
5795
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
5801
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
5796
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
5802
5797
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5803
5798
|
name: z.ZodString;
|
|
5804
5799
|
url: z.ZodString;
|
|
@@ -5908,7 +5903,7 @@ export declare class ComfyApp {
|
|
|
5908
5903
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
5909
5904
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
5910
5905
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
5911
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
5906
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
5912
5907
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5913
5908
|
name: z.ZodString;
|
|
5914
5909
|
url: z.ZodString;
|
|
@@ -5932,7 +5927,7 @@ export declare class ComfyApp {
|
|
|
5932
5927
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
5933
5928
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
5934
5929
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
5935
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
5930
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
5936
5931
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5937
5932
|
name: z.ZodString;
|
|
5938
5933
|
url: z.ZodString;
|
|
@@ -5956,7 +5951,7 @@ export declare class ComfyApp {
|
|
|
5956
5951
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
5957
5952
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
5958
5953
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
5959
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
5954
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
5960
5955
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5961
5956
|
name: z.ZodString;
|
|
5962
5957
|
url: z.ZodString;
|
|
@@ -6066,7 +6061,7 @@ export declare class ComfyApp {
|
|
|
6066
6061
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
6067
6062
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
6068
6063
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
6069
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
6064
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
6070
6065
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6071
6066
|
name: z.ZodString;
|
|
6072
6067
|
url: z.ZodString;
|
|
@@ -6090,7 +6085,7 @@ export declare class ComfyApp {
|
|
|
6090
6085
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
6091
6086
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
6092
6087
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
6093
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
6088
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
6094
6089
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6095
6090
|
name: z.ZodString;
|
|
6096
6091
|
url: z.ZodString;
|
|
@@ -6114,7 +6109,7 @@ export declare class ComfyApp {
|
|
|
6114
6109
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
6115
6110
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
6116
6111
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
6117
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
6112
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
6118
6113
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6119
6114
|
name: z.ZodString;
|
|
6120
6115
|
url: z.ZodString;
|
|
@@ -6699,7 +6694,7 @@ export declare class ComfyApp {
|
|
|
6699
6694
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
6700
6695
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
6701
6696
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
6702
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
6697
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
6703
6698
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6704
6699
|
name: z.ZodString;
|
|
6705
6700
|
url: z.ZodString;
|
|
@@ -6723,7 +6718,7 @@ export declare class ComfyApp {
|
|
|
6723
6718
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
6724
6719
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
6725
6720
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
6726
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
6721
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
6727
6722
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6728
6723
|
name: z.ZodString;
|
|
6729
6724
|
url: z.ZodString;
|
|
@@ -6747,7 +6742,7 @@ export declare class ComfyApp {
|
|
|
6747
6742
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
6748
6743
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
6749
6744
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
6750
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
6745
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
6751
6746
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6752
6747
|
name: z.ZodString;
|
|
6753
6748
|
url: z.ZodString;
|
|
@@ -6857,7 +6852,7 @@ export declare class ComfyApp {
|
|
|
6857
6852
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
6858
6853
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
6859
6854
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
6860
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
6855
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
6861
6856
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6862
6857
|
name: z.ZodString;
|
|
6863
6858
|
url: z.ZodString;
|
|
@@ -6881,7 +6876,7 @@ export declare class ComfyApp {
|
|
|
6881
6876
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
6882
6877
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
6883
6878
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
6884
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
6879
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
6885
6880
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6886
6881
|
name: z.ZodString;
|
|
6887
6882
|
url: z.ZodString;
|
|
@@ -6905,7 +6900,7 @@ export declare class ComfyApp {
|
|
|
6905
6900
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
6906
6901
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
6907
6902
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
6908
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
6903
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
6909
6904
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6910
6905
|
name: z.ZodString;
|
|
6911
6906
|
url: z.ZodString;
|
|
@@ -7015,7 +7010,7 @@ export declare class ComfyApp {
|
|
|
7015
7010
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
7016
7011
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
7017
7012
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
7018
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
7013
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
7019
7014
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7020
7015
|
name: z.ZodString;
|
|
7021
7016
|
url: z.ZodString;
|
|
@@ -7039,7 +7034,7 @@ export declare class ComfyApp {
|
|
|
7039
7034
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
7040
7035
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
7041
7036
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
7042
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
7037
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
7043
7038
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7044
7039
|
name: z.ZodString;
|
|
7045
7040
|
url: z.ZodString;
|
|
@@ -7063,7 +7058,7 @@ export declare class ComfyApp {
|
|
|
7063
7058
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
7064
7059
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
7065
7060
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
7066
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
7061
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
7067
7062
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7068
7063
|
name: z.ZodString;
|
|
7069
7064
|
url: z.ZodString;
|
|
@@ -7695,7 +7690,7 @@ export declare class ComfyApp {
|
|
|
7695
7690
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
7696
7691
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
7697
7692
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
7698
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
7693
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
7699
7694
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7700
7695
|
name: z.ZodString;
|
|
7701
7696
|
url: z.ZodString;
|
|
@@ -7719,7 +7714,7 @@ export declare class ComfyApp {
|
|
|
7719
7714
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
7720
7715
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
7721
7716
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
7722
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
7717
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
7723
7718
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7724
7719
|
name: z.ZodString;
|
|
7725
7720
|
url: z.ZodString;
|
|
@@ -7743,7 +7738,7 @@ export declare class ComfyApp {
|
|
|
7743
7738
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
7744
7739
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
7745
7740
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
7746
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
7741
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
7747
7742
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7748
7743
|
name: z.ZodString;
|
|
7749
7744
|
url: z.ZodString;
|
|
@@ -7853,7 +7848,7 @@ export declare class ComfyApp {
|
|
|
7853
7848
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
7854
7849
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
7855
7850
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
7856
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
7851
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
7857
7852
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7858
7853
|
name: z.ZodString;
|
|
7859
7854
|
url: z.ZodString;
|
|
@@ -7877,7 +7872,7 @@ export declare class ComfyApp {
|
|
|
7877
7872
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
7878
7873
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
7879
7874
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
7880
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
7875
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
7881
7876
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7882
7877
|
name: z.ZodString;
|
|
7883
7878
|
url: z.ZodString;
|
|
@@ -7901,7 +7896,7 @@ export declare class ComfyApp {
|
|
|
7901
7896
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
7902
7897
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
7903
7898
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
7904
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
7899
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
7905
7900
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7906
7901
|
name: z.ZodString;
|
|
7907
7902
|
url: z.ZodString;
|
|
@@ -8011,7 +8006,7 @@ export declare class ComfyApp {
|
|
|
8011
8006
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
8012
8007
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
8013
8008
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
8014
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
8009
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
8015
8010
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8016
8011
|
name: z.ZodString;
|
|
8017
8012
|
url: z.ZodString;
|
|
@@ -8035,7 +8030,7 @@ export declare class ComfyApp {
|
|
|
8035
8030
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
8036
8031
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
8037
8032
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
8038
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
8033
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
8039
8034
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8040
8035
|
name: z.ZodString;
|
|
8041
8036
|
url: z.ZodString;
|
|
@@ -8059,7 +8054,7 @@ export declare class ComfyApp {
|
|
|
8059
8054
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
8060
8055
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
8061
8056
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
8062
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
8057
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
8063
8058
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8064
8059
|
name: z.ZodString;
|
|
8065
8060
|
url: z.ZodString;
|
|
@@ -8755,7 +8750,7 @@ export declare class ComfyApp {
|
|
|
8755
8750
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
8756
8751
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
8757
8752
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
8758
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
8753
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
8759
8754
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8760
8755
|
name: z.ZodString;
|
|
8761
8756
|
url: z.ZodString;
|
|
@@ -8779,7 +8774,7 @@ export declare class ComfyApp {
|
|
|
8779
8774
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
8780
8775
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
8781
8776
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
8782
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
8777
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
8783
8778
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8784
8779
|
name: z.ZodString;
|
|
8785
8780
|
url: z.ZodString;
|
|
@@ -8803,7 +8798,7 @@ export declare class ComfyApp {
|
|
|
8803
8798
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
8804
8799
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
8805
8800
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
8806
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
8801
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
8807
8802
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8808
8803
|
name: z.ZodString;
|
|
8809
8804
|
url: z.ZodString;
|
|
@@ -8913,7 +8908,7 @@ export declare class ComfyApp {
|
|
|
8913
8908
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
8914
8909
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
8915
8910
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
8916
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
8911
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
8917
8912
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8918
8913
|
name: z.ZodString;
|
|
8919
8914
|
url: z.ZodString;
|
|
@@ -8937,7 +8932,7 @@ export declare class ComfyApp {
|
|
|
8937
8932
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
8938
8933
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
8939
8934
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
8940
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
8935
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
8941
8936
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8942
8937
|
name: z.ZodString;
|
|
8943
8938
|
url: z.ZodString;
|
|
@@ -8961,7 +8956,7 @@ export declare class ComfyApp {
|
|
|
8961
8956
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
8962
8957
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
8963
8958
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
8964
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
8959
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
8965
8960
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8966
8961
|
name: z.ZodString;
|
|
8967
8962
|
url: z.ZodString;
|
|
@@ -9071,7 +9066,7 @@ export declare class ComfyApp {
|
|
|
9071
9066
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
9072
9067
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
9073
9068
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
9074
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
9069
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
9075
9070
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9076
9071
|
name: z.ZodString;
|
|
9077
9072
|
url: z.ZodString;
|
|
@@ -9095,7 +9090,7 @@ export declare class ComfyApp {
|
|
|
9095
9090
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
9096
9091
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
9097
9092
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
9098
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
9093
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
9099
9094
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9100
9095
|
name: z.ZodString;
|
|
9101
9096
|
url: z.ZodString;
|
|
@@ -9119,7 +9114,7 @@ export declare class ComfyApp {
|
|
|
9119
9114
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
9120
9115
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
9121
9116
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
9122
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
9117
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
9123
9118
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9124
9119
|
name: z.ZodString;
|
|
9125
9120
|
url: z.ZodString;
|
|
@@ -9815,7 +9810,7 @@ export declare class ComfyApp {
|
|
|
9815
9810
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
9816
9811
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
9817
9812
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
9818
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
9813
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
9819
9814
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9820
9815
|
name: z.ZodString;
|
|
9821
9816
|
url: z.ZodString;
|
|
@@ -9839,7 +9834,7 @@ export declare class ComfyApp {
|
|
|
9839
9834
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
9840
9835
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
9841
9836
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
9842
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
9837
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
9843
9838
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9844
9839
|
name: z.ZodString;
|
|
9845
9840
|
url: z.ZodString;
|
|
@@ -9863,7 +9858,7 @@ export declare class ComfyApp {
|
|
|
9863
9858
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
9864
9859
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
9865
9860
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
9866
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
9861
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
9867
9862
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9868
9863
|
name: z.ZodString;
|
|
9869
9864
|
url: z.ZodString;
|
|
@@ -9973,7 +9968,7 @@ export declare class ComfyApp {
|
|
|
9973
9968
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
9974
9969
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
9975
9970
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
9976
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
9971
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
9977
9972
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9978
9973
|
name: z.ZodString;
|
|
9979
9974
|
url: z.ZodString;
|
|
@@ -9997,7 +9992,7 @@ export declare class ComfyApp {
|
|
|
9997
9992
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
9998
9993
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
9999
9994
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
10000
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
9995
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
10001
9996
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10002
9997
|
name: z.ZodString;
|
|
10003
9998
|
url: z.ZodString;
|
|
@@ -10021,7 +10016,7 @@ export declare class ComfyApp {
|
|
|
10021
10016
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
10022
10017
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
10023
10018
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
10024
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
10019
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
10025
10020
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10026
10021
|
name: z.ZodString;
|
|
10027
10022
|
url: z.ZodString;
|
|
@@ -10131,7 +10126,7 @@ export declare class ComfyApp {
|
|
|
10131
10126
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
10132
10127
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
10133
10128
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
10134
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
10129
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
10135
10130
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10136
10131
|
name: z.ZodString;
|
|
10137
10132
|
url: z.ZodString;
|
|
@@ -10155,7 +10150,7 @@ export declare class ComfyApp {
|
|
|
10155
10150
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
10156
10151
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
10157
10152
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
10158
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
10153
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
10159
10154
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10160
10155
|
name: z.ZodString;
|
|
10161
10156
|
url: z.ZodString;
|
|
@@ -10179,7 +10174,7 @@ export declare class ComfyApp {
|
|
|
10179
10174
|
"Node name for S&R": z.ZodOptional<z.ZodString>;
|
|
10180
10175
|
cnr_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
10181
10176
|
aux_id: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string[], string>, string[], string>, string, string>>;
|
|
10182
|
-
ver: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<"unknown">]
|
|
10177
|
+
ver: z.ZodOptional<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>>, z.ZodLiteral<"unknown">]>>;
|
|
10183
10178
|
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10184
10179
|
name: z.ZodString;
|
|
10185
10180
|
url: z.ZodString;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comfyorg/comfyui-frontend-types",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.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.13.
|
|
16
|
+
"@comfyorg/litegraph": "^0.13.6"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"vue": "^3.5.13",
|