@claritylabs/cl-sdk 0.13.0 → 0.14.0
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +827 -46
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +827 -46
- package/dist/index.mjs.map +1 -1
- package/dist/storage-sqlite.d.mts +1 -1
- package/dist/storage-sqlite.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -28202,7 +28202,7 @@ interface DocumentChunk {
|
|
|
28202
28202
|
/** Source document ID */
|
|
28203
28203
|
documentId: string;
|
|
28204
28204
|
/** Chunk type for filtering */
|
|
28205
|
-
type: "carrier_info" | "named_insured" | "coverage" | "endorsement" | "exclusion" | "condition" | "section" | "declaration" | "loss_history" | "premium" | "supplementary";
|
|
28205
|
+
type: "carrier_info" | "named_insured" | "coverage" | "endorsement" | "exclusion" | "condition" | "section" | "declaration" | "loss_history" | "premium" | "supplementary" | "location" | "vehicle" | "classification" | "financial" | "party" | "subjectivity" | "underwriting_condition";
|
|
28206
28206
|
/** Human-readable text for embedding */
|
|
28207
28207
|
text: string;
|
|
28208
28208
|
/** Structured metadata for filtering */
|
package/dist/index.d.ts
CHANGED
|
@@ -28202,7 +28202,7 @@ interface DocumentChunk {
|
|
|
28202
28202
|
/** Source document ID */
|
|
28203
28203
|
documentId: string;
|
|
28204
28204
|
/** Chunk type for filtering */
|
|
28205
|
-
type: "carrier_info" | "named_insured" | "coverage" | "endorsement" | "exclusion" | "condition" | "section" | "declaration" | "loss_history" | "premium" | "supplementary";
|
|
28205
|
+
type: "carrier_info" | "named_insured" | "coverage" | "endorsement" | "exclusion" | "condition" | "section" | "declaration" | "loss_history" | "premium" | "supplementary" | "location" | "vehicle" | "classification" | "financial" | "party" | "subjectivity" | "underwriting_condition";
|
|
28206
28206
|
/** Human-readable text for embedding */
|
|
28207
28207
|
text: string;
|
|
28208
28208
|
/** Structured metadata for filtering */
|