@remit/search-service 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/src/types.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/search-service",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "type": "module",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
package/src/types.ts CHANGED
@@ -40,6 +40,8 @@ export interface ChunkMetadata {
40
40
  subject?: string;
41
41
  /** Header-derived category. Stored at index time; absent for pre-enrichment vectors. */
42
42
  category?: MessageCategory;
43
+ /** Normalized `List-Id` header value. Stored at index time so the semantic-arm literal refine can match a `ListId` clause; absent for pre-enrichment vectors or non-list mail. */
44
+ listId?: string;
43
45
  /**
44
46
  * sha256 over the embedding model/version id and the chunk's embeddable text.
45
47
  * Lets a re-index skip an unchanged chunk and re-embed only when content or the