@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.
- package/package.json +1 -1
- package/types.gen.ts +4 -0
package/package.json
CHANGED
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
|
/**
|