@comfyorg/comfyui-frontend-types 1.6.17 → 1.7.2
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 +5 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -30360,6 +30360,7 @@ export declare class ComfyApp {
|
|
|
30360
30360
|
"bar-shadow"?: string;
|
|
30361
30361
|
};
|
|
30362
30362
|
}>;
|
|
30363
|
+
light_theme: z.ZodOptional<z.ZodBoolean>;
|
|
30363
30364
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
30364
30365
|
id: z.ZodString;
|
|
30365
30366
|
name: z.ZodString;
|
|
@@ -30686,6 +30687,7 @@ export declare class ComfyApp {
|
|
|
30686
30687
|
"bar-shadow"?: string;
|
|
30687
30688
|
};
|
|
30688
30689
|
}>;
|
|
30690
|
+
light_theme: z.ZodOptional<z.ZodBoolean>;
|
|
30689
30691
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
30690
30692
|
id: z.ZodString;
|
|
30691
30693
|
name: z.ZodString;
|
|
@@ -31012,6 +31014,7 @@ export declare class ComfyApp {
|
|
|
31012
31014
|
"bar-shadow"?: string;
|
|
31013
31015
|
};
|
|
31014
31016
|
}>;
|
|
31017
|
+
light_theme: z.ZodOptional<z.ZodBoolean>;
|
|
31015
31018
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
31016
31019
|
'Comfy.ConfirmClear': z.ZodBoolean;
|
|
31017
31020
|
'Comfy.DevMode': z.ZodBoolean;
|
|
@@ -31496,6 +31499,7 @@ export declare class ComfyApp {
|
|
|
31496
31499
|
"bar-shadow"?: string;
|
|
31497
31500
|
};
|
|
31498
31501
|
}>;
|
|
31502
|
+
light_theme: z.ZodOptional<z.ZodBoolean>;
|
|
31499
31503
|
}, z.ZodTypeAny, "passthrough">>;
|
|
31500
31504
|
'Comfy.ConfirmClear'?: boolean;
|
|
31501
31505
|
'Comfy.DevMode'?: boolean;
|
|
@@ -31910,6 +31914,7 @@ export declare class ComfyApp {
|
|
|
31910
31914
|
"bar-shadow"?: string;
|
|
31911
31915
|
};
|
|
31912
31916
|
}>;
|
|
31917
|
+
light_theme: z.ZodOptional<z.ZodBoolean>;
|
|
31913
31918
|
}, z.ZodTypeAny, "passthrough">>;
|
|
31914
31919
|
'Comfy.ConfirmClear'?: boolean;
|
|
31915
31920
|
'Comfy.DevMode'?: boolean;
|