@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.
- package/index.d.ts +3 -1
- 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
|
-
/**
|
|
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 }
|