@comfyorg/comfyui-frontend-types 1.41.11 → 1.41.12

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 +7 -7
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -78,7 +78,7 @@ declare type ApiToEventType<T = ApiCalls> = {
78
78
  [K in keyof T]: K extends 'status' ? StatusWsMessageStatus : K extends 'executing' ? NodeId_2 : T[K];
79
79
  };
80
80
 
81
- declare type AppMode = 'graph' | 'app' | 'builder:select' | 'builder:arrange';
81
+ declare type AppMode = 'graph' | 'app' | 'builder:inputs' | 'builder:outputs' | 'builder:arrange';
82
82
 
83
83
  /** Wraps all properties in {@link CustomEvent}. */
84
84
  declare type AsCustomEvents<T> = {
@@ -15001,6 +15001,9 @@ export declare class ComfyApp {
15001
15001
  }, z.ZodTypeAny, "passthrough"> | undefined;
15002
15002
  };
15003
15003
  prompt_id?: string | undefined;
15004
+ exec_info?: {
15005
+ queue_remaining?: number | undefined;
15006
+ } | undefined;
15004
15007
  node_errors?: Record<string | number, {
15005
15008
  class_type: string;
15006
15009
  errors: {
@@ -15013,9 +15016,6 @@ export declare class ComfyApp {
15013
15016
  }[];
15014
15017
  dependent_outputs: any[];
15015
15018
  }> | undefined;
15016
- exec_info?: {
15017
- queue_remaining?: number | undefined;
15018
- } | undefined;
15019
15019
  }, {
15020
15020
  error: string | {
15021
15021
  type: string;
@@ -15026,6 +15026,9 @@ export declare class ComfyApp {
15026
15026
  }, z.ZodTypeAny, "passthrough"> | undefined;
15027
15027
  };
15028
15028
  prompt_id?: string | undefined;
15029
+ exec_info?: {
15030
+ queue_remaining?: number | undefined;
15031
+ } | undefined;
15029
15032
  node_errors?: Record<string | number, {
15030
15033
  class_type: string;
15031
15034
  errors: {
@@ -15038,9 +15041,6 @@ export declare class ComfyApp {
15038
15041
  }[];
15039
15042
  dependent_outputs: any[];
15040
15043
  }> | undefined;
15041
- exec_info?: {
15042
- queue_remaining?: number | undefined;
15043
- } | undefined;
15044
15044
  }>;
15045
15045
 
15046
15046
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.41.11",
3
+ "version": "1.41.12",
4
4
  "types": "./index.d.ts",
5
5
  "files": [
6
6
  "index.d.ts"