@comfyorg/comfyui-frontend-types 1.32.6 → 1.32.7

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
@@ -19,6 +19,7 @@ import { LogsRawResponse } from '../schemas/apiSchema';
19
19
  import { LogsWsMessage } from '../schemas/apiSchema';
20
20
  import { NodeError } from '../schemas/apiSchema';
21
21
  import { NodeId as NodeId_2 } from '../platform/workflow/validation/schemas/workflowSchema';
22
+ import { NotificationWsMessage } from '../schemas/apiSchema';
22
23
  import { PendingTaskItem } from '../schemas/apiSchema';
23
24
  import { ProgressStateWsMessage } from '../schemas/apiSchema';
24
25
  import { ProgressTextWsMessage } from '../schemas/apiSchema';
@@ -116,6 +117,7 @@ declare interface BackendApiCalls {
116
117
  executing: ExecutingWsMessage;
117
118
  executed: ExecutedWsMessage;
118
119
  status: StatusWsMessage;
120
+ notification: NotificationWsMessage;
119
121
  execution_start: ExecutionStartWsMessage;
120
122
  execution_success: ExecutionSuccessWsMessage;
121
123
  execution_error: ExecutionErrorWsMessage;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.32.6",
3
+ "version": "1.32.7",
4
4
  "types": "./index.d.ts",
5
5
  "files": [
6
6
  "index.d.ts"