@remit/api-openapi-types 0.0.9 → 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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/api-openapi-types",
3
- "version": "0.0.9",
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
@@ -3342,17 +3346,13 @@ server-capped window. `items` is omitted when `results=false` (count-only);
3342
3346
  */
3343
3347
  export interface MessageBulkOperationResult {
3344
3348
  /**
3345
- * Number of items successfully processed
3349
+ * Number of items accepted for processing
3346
3350
  */
3347
3351
  successCount: number;
3348
3352
  /**
3349
- * Number of items that failed
3353
+ * Number of items rejected before processing
3350
3354
  */
3351
3355
  failureCount: number;
3352
- /**
3353
- * IDs of failed items
3354
- */
3355
- failedIds?: UUID[];
3356
3356
  }
3357
3357
  /**
3358
3358
  * Input for deleting messages