@comfyorg/comfyui-frontend-types 1.45.2 → 1.45.3

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
@@ -7616,7 +7616,9 @@ export declare class ComfyApp {
7616
7616
  /**
7617
7617
  * - `true` — confirmed missing
7618
7618
  * - `false` — confirmed present
7619
- * - `undefined` — pending async verification (cloud only)
7619
+ * - `undefined` — pending async verification. Cloud candidates start pending;
7620
+ * OSS output annotated paths may also be deferred to generated-history
7621
+ * verification.
7620
7622
  */
7621
7623
  isMissing: boolean | undefined;
7622
7624
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.45.2",
3
+ "version": "1.45.3",
4
4
  "types": "./index.d.ts",
5
5
  "files": [
6
6
  "index.d.ts"