@comfyorg/comfyui-frontend-types 1.19.7 → 1.19.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.
Files changed (2) hide show
  1. package/index.d.ts +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -52,6 +52,7 @@ import { PendingTaskItem } from '../schemas/apiSchema';
52
52
  import { PluralizationRules } from '@intlify/core-base';
53
53
  import { Positionable } from '@comfyorg/litegraph/dist/interfaces';
54
54
  import { PostTranslationHandler } from 'vue-i18n';
55
+ import { ProgressTextWsMessage } from '../schemas/apiSchema';
55
56
  import { ProgressWsMessage } from '../schemas/apiSchema';
56
57
  import { PromptResponse } from '../schemas/apiSchema';
57
58
  import { RenderFunction } from 'vue';
@@ -117,6 +118,7 @@ declare interface BackendApiCalls {
117
118
  logs: LogsWsMessage;
118
119
  /** Binary preview/progress data */
119
120
  b_preview: Blob;
121
+ progress_text: ProgressTextWsMessage;
120
122
  }
121
123
 
122
124
  declare interface BaseBottomPanelExtension {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.19.7",
3
+ "version": "1.19.8",
4
4
  "types": "./index.d.ts",
5
5
  "files": [
6
6
  "index.d.ts"