@comfyorg/comfyui-frontend-types 1.19.1 → 1.19.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 +3 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -115,7 +115,7 @@ declare interface BackendApiCalls {
115
115
  execution_interrupted: ExecutionInterruptedWsMessage;
116
116
  execution_cached: ExecutionCachedWsMessage;
117
117
  logs: LogsWsMessage;
118
- /** Mr Blob Preview, I presume? */
118
+ /** Binary preview/progress data */
119
119
  b_preview: Blob;
120
120
  }
121
121
 
@@ -1117,6 +1117,8 @@ export declare class ComfyApp {
1117
1117
  mediaSubtype: string;
1118
1118
  thumbnailVariant?: string;
1119
1119
  description: string;
1120
+ localizedTitle?: string;
1121
+ localizedDescription?: string;
1120
1122
  }
1121
1123
 
1122
1124
  export { TerminalSize }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.19.1",
3
+ "version": "1.19.2",
4
4
  "types": "./index.d.ts",
5
5
  "files": [
6
6
  "index.d.ts"