@comfyorg/comfyui-frontend-types 1.6.0 → 1.6.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.
Files changed (2) hide show
  1. package/index.d.ts +11 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -383,7 +383,7 @@ export declare class ComfyApp {
383
383
  extensions: ComfyExtension[];
384
384
  extensionManager: ExtensionManager;
385
385
  _nodeOutputs: Record<string, any>;
386
- nodePreviewImages: Record<string, typeof Image>;
386
+ nodePreviewImages: Record<string, string[]>;
387
387
  graph: LGraph;
388
388
  canvas: LGraphCanvas;
389
389
  dragOverNode: LGraphNode | null;
@@ -7908,6 +7908,7 @@ export declare class ComfyApp {
7908
7908
  filename?: string;
7909
7909
  subfolder?: string;
7910
7910
  }>, "many">>;
7911
+ animated: z.ZodOptional<z.ZodArray<z.ZodBoolean, "many">>;
7911
7912
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
7912
7913
  audio: z.ZodOptional<z.ZodArray<z.ZodObject<{
7913
7914
  filename: z.ZodOptional<z.ZodString>;
@@ -7935,6 +7936,7 @@ export declare class ComfyApp {
7935
7936
  filename?: string;
7936
7937
  subfolder?: string;
7937
7938
  }>, "many">>;
7939
+ animated: z.ZodOptional<z.ZodArray<z.ZodBoolean, "many">>;
7938
7940
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
7939
7941
  audio: z.ZodOptional<z.ZodArray<z.ZodObject<{
7940
7942
  filename: z.ZodOptional<z.ZodString>;
@@ -7962,6 +7964,7 @@ export declare class ComfyApp {
7962
7964
  filename?: string;
7963
7965
  subfolder?: string;
7964
7966
  }>, "many">>;
7967
+ animated: z.ZodOptional<z.ZodArray<z.ZodBoolean, "many">>;
7965
7968
  }, z.ZodTypeAny, "passthrough">>;
7966
7969
  merge: z.ZodOptional<z.ZodBoolean>;
7967
7970
  }>, "strip", z.ZodTypeAny, {
@@ -7979,6 +7982,7 @@ export declare class ComfyApp {
7979
7982
  filename?: string;
7980
7983
  subfolder?: string;
7981
7984
  }[];
7985
+ animated?: boolean[];
7982
7986
  } & {
7983
7987
  [k: string]: unknown;
7984
7988
  };
@@ -7998,6 +8002,7 @@ export declare class ComfyApp {
7998
8002
  filename?: string;
7999
8003
  subfolder?: string;
8000
8004
  }[];
8005
+ animated?: boolean[];
8001
8006
  } & {
8002
8007
  [k: string]: unknown;
8003
8008
  };
@@ -15233,6 +15238,7 @@ export declare class ComfyApp {
15233
15238
  filename?: string;
15234
15239
  subfolder?: string;
15235
15240
  }>, "many">>;
15241
+ animated: z.ZodOptional<z.ZodArray<z.ZodBoolean, "many">>;
15236
15242
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
15237
15243
  audio: z.ZodOptional<z.ZodArray<z.ZodObject<{
15238
15244
  filename: z.ZodOptional<z.ZodString>;
@@ -15260,6 +15266,7 @@ export declare class ComfyApp {
15260
15266
  filename?: string;
15261
15267
  subfolder?: string;
15262
15268
  }>, "many">>;
15269
+ animated: z.ZodOptional<z.ZodArray<z.ZodBoolean, "many">>;
15263
15270
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
15264
15271
  audio: z.ZodOptional<z.ZodArray<z.ZodObject<{
15265
15272
  filename: z.ZodOptional<z.ZodString>;
@@ -15287,6 +15294,7 @@ export declare class ComfyApp {
15287
15294
  filename?: string;
15288
15295
  subfolder?: string;
15289
15296
  }>, "many">>;
15297
+ animated: z.ZodOptional<z.ZodArray<z.ZodBoolean, "many">>;
15290
15298
  }, z.ZodTypeAny, "passthrough">>>;
15291
15299
  }, "strip", z.ZodTypeAny, {
15292
15300
  status?: {
@@ -15348,6 +15356,7 @@ export declare class ComfyApp {
15348
15356
  filename?: string;
15349
15357
  subfolder?: string;
15350
15358
  }>, "many">>;
15359
+ animated: z.ZodOptional<z.ZodArray<z.ZodBoolean, "many">>;
15351
15360
  }, z.ZodTypeAny, "passthrough">>;
15352
15361
  taskType?: "History";
15353
15362
  prompt?: [number, string, Record<string, {
@@ -15584,6 +15593,7 @@ export declare class ComfyApp {
15584
15593
  filename?: string;
15585
15594
  subfolder?: string;
15586
15595
  }>, "many">>;
15596
+ animated: z.ZodOptional<z.ZodArray<z.ZodBoolean, "many">>;
15587
15597
  }, z.ZodTypeAny, "passthrough">>;
15588
15598
  taskType?: "History";
15589
15599
  prompt?: [number, string, Record<string, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
4
4
  "types": "./index.d.ts",
5
5
  "files": [
6
6
  "index.d.ts"