@comfyorg/comfyui-frontend-types 1.16.2 → 1.16.3
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 +4 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -3834,13 +3834,12 @@ export declare class ComfyApp {
|
|
|
3834
3834
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
3835
3835
|
experimental: z.ZodOptional<z.ZodBoolean>;
|
|
3836
3836
|
}, "strip", z.ZodTypeAny, {
|
|
3837
|
-
description: string;
|
|
3838
3837
|
name: string;
|
|
3838
|
+
description: string;
|
|
3839
3839
|
category: string;
|
|
3840
3840
|
display_name: string;
|
|
3841
3841
|
output_node: boolean;
|
|
3842
3842
|
python_module: string;
|
|
3843
|
-
deprecated?: boolean | undefined;
|
|
3844
3843
|
input?: {
|
|
3845
3844
|
required?: Record<string, ["INT", z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3846
3845
|
default: z.ZodOptional<z.ZodAny>;
|
|
@@ -4231,18 +4230,18 @@ export declare class ComfyApp {
|
|
|
4231
4230
|
}, z.ZodTypeAny, "passthrough"> | undefined]> | undefined;
|
|
4232
4231
|
} | undefined;
|
|
4233
4232
|
output?: (string | (string | number)[])[] | undefined;
|
|
4233
|
+
deprecated?: boolean | undefined;
|
|
4234
4234
|
experimental?: boolean | undefined;
|
|
4235
4235
|
output_is_list?: boolean[] | undefined;
|
|
4236
4236
|
output_name?: string[] | undefined;
|
|
4237
4237
|
output_tooltips?: string[] | undefined;
|
|
4238
4238
|
}, {
|
|
4239
|
-
description: string;
|
|
4240
4239
|
name: string;
|
|
4240
|
+
description: string;
|
|
4241
4241
|
category: string;
|
|
4242
4242
|
display_name: string;
|
|
4243
4243
|
output_node: boolean;
|
|
4244
4244
|
python_module: string;
|
|
4245
|
-
deprecated?: boolean | undefined;
|
|
4246
4245
|
input?: {
|
|
4247
4246
|
required?: Record<string, ["INT", z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4248
4247
|
default: z.ZodOptional<z.ZodAny>;
|
|
@@ -4633,6 +4632,7 @@ export declare class ComfyApp {
|
|
|
4633
4632
|
}, z.ZodTypeAny, "passthrough"> | undefined]> | undefined;
|
|
4634
4633
|
} | undefined;
|
|
4635
4634
|
output?: (string | (string | number)[])[] | undefined;
|
|
4635
|
+
deprecated?: boolean | undefined;
|
|
4636
4636
|
experimental?: boolean | undefined;
|
|
4637
4637
|
output_is_list?: boolean[] | undefined;
|
|
4638
4638
|
output_name?: string[] | undefined;
|