@claritylabs/cl-sdk 0.13.1 → 0.14.1

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.
@@ -10943,7 +10943,7 @@ interface DocumentChunk {
10943
10943
  /** Source document ID */
10944
10944
  documentId: string;
10945
10945
  /** Chunk type for filtering */
10946
- type: "carrier_info" | "named_insured" | "coverage" | "endorsement" | "exclusion" | "condition" | "section" | "declaration" | "loss_history" | "premium" | "supplementary";
10946
+ type: "carrier_info" | "named_insured" | "coverage" | "endorsement" | "exclusion" | "condition" | "section" | "declaration" | "loss_history" | "premium" | "supplementary" | "location" | "vehicle" | "classification" | "financial" | "party" | "subjectivity" | "underwriting_condition";
10947
10947
  /** Human-readable text for embedding */
10948
10948
  text: string;
10949
10949
  /** Structured metadata for filtering */
@@ -10943,7 +10943,7 @@ interface DocumentChunk {
10943
10943
  /** Source document ID */
10944
10944
  documentId: string;
10945
10945
  /** Chunk type for filtering */
10946
- type: "carrier_info" | "named_insured" | "coverage" | "endorsement" | "exclusion" | "condition" | "section" | "declaration" | "loss_history" | "premium" | "supplementary";
10946
+ type: "carrier_info" | "named_insured" | "coverage" | "endorsement" | "exclusion" | "condition" | "section" | "declaration" | "loss_history" | "premium" | "supplementary" | "location" | "vehicle" | "classification" | "financial" | "party" | "subjectivity" | "underwriting_condition";
10947
10947
  /** Human-readable text for embedding */
10948
10948
  text: string;
10949
10949
  /** Structured metadata for filtering */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claritylabs/cl-sdk",
3
- "version": "0.13.1",
3
+ "version": "0.14.1",
4
4
  "description": "CL-0 SDK — open infrastructure for building AI agents that work with insurance",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",