@remit/api-http-client 0.0.9 → 0.0.10

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.gen.ts +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/api-http-client",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./index.ts",
package/types.gen.ts CHANGED
@@ -1399,6 +1399,10 @@ export type RemitImapOrganizePreviewResponse = {
1399
1399
  * Ids of the matching messages, bounded to the same cap the apply pass uses
1400
1400
  */
1401
1401
  messageIds: Array<string>;
1402
+ /**
1403
+ * 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.
1404
+ */
1405
+ semanticUnavailable?: boolean;
1402
1406
  };
1403
1407
 
1404
1408
  /**