@comfyorg/comfyui-frontend-types 1.44.7 → 1.44.8
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 +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -46658,8 +46658,8 @@ export declare class ComfyApp {
|
|
|
46658
46658
|
bytes_downloaded: number;
|
|
46659
46659
|
asset_name: string;
|
|
46660
46660
|
bytes_total: number;
|
|
46661
|
-
error?: string | undefined;
|
|
46662
46661
|
asset_id?: string | undefined;
|
|
46662
|
+
error?: string | undefined;
|
|
46663
46663
|
}, {
|
|
46664
46664
|
status: "running" | "completed" | "failed" | "created";
|
|
46665
46665
|
progress: number;
|
|
@@ -46667,8 +46667,8 @@ export declare class ComfyApp {
|
|
|
46667
46667
|
bytes_downloaded: number;
|
|
46668
46668
|
asset_name: string;
|
|
46669
46669
|
bytes_total: number;
|
|
46670
|
-
error?: string | undefined;
|
|
46671
46670
|
asset_id?: string | undefined;
|
|
46671
|
+
error?: string | undefined;
|
|
46672
46672
|
}>;
|
|
46673
46673
|
|
|
46674
46674
|
declare const zAssetExportWsMessage: z.ZodObject<{
|