@remit/api-openapi-types 0.0.10 → 0.0.11

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/package.json +1 -1
  2. package/types.d.ts +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/api-openapi-types",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "type": "module",
5
5
  "main": "types.d.ts",
6
6
  "types": "types.d.ts",
package/types.d.ts CHANGED
@@ -1552,6 +1552,10 @@ vectors at match time and never persisted as a FilterAnchor row.
1552
1552
  * Ids of the matching messages, bounded to the same cap the apply pass uses
1553
1553
  */
1554
1554
  messageIds: string[];
1555
+ /**
1556
+ * True when the semantic widen could not run because this deployment ships no vector pipeline (self-host without sqlite-vec / the embedding model). The matched set is then the literal matches only, or empty for an anchor-only predicate; literal search is unaffected. Absent on deployments where the widen ran.
1557
+ */
1558
+ semanticUnavailable?: boolean;
1555
1559
  }
1556
1560
  /**
1557
1561
  * An async "all like these" back-apply job (RFC 034 recap, #1278). Modeled on