@claritylabs/cl-sdk 0.10.2 → 0.10.3
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 +41 -18
- package/dist/index.d.ts +41 -18
- package/dist/index.js +33 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +33 -4
- package/dist/index.mjs.map +1 -1
- package/dist/storage-sqlite.d.mts +18 -8
- package/dist/storage-sqlite.d.ts +18 -8
- package/package.json +1 -1
|
@@ -21,6 +21,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21
21
|
coverages: z.ZodArray<z.ZodObject<{
|
|
22
22
|
name: z.ZodString;
|
|
23
23
|
limit: z.ZodString;
|
|
24
|
+
limitType: z.ZodOptional<z.ZodEnum<["per_occurrence", "per_claim", "aggregate", "per_person", "per_accident", "statutory", "blanket", "scheduled"]>>;
|
|
24
25
|
limitValueType: z.ZodOptional<z.ZodEnum<["numeric", "included", "not_included", "as_stated", "waiting_period", "referential", "other"]>>;
|
|
25
26
|
deductible: z.ZodOptional<z.ZodString>;
|
|
26
27
|
deductibleValueType: z.ZodOptional<z.ZodEnum<["numeric", "included", "not_included", "as_stated", "waiting_period", "referential", "other"]>>;
|
|
@@ -33,6 +34,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
33
34
|
limit: string;
|
|
34
35
|
formNumber?: string | undefined;
|
|
35
36
|
deductible?: string | undefined;
|
|
37
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
36
38
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
37
39
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
38
40
|
pageNumber?: number | undefined;
|
|
@@ -43,6 +45,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
43
45
|
limit: string;
|
|
44
46
|
formNumber?: string | undefined;
|
|
45
47
|
deductible?: string | undefined;
|
|
48
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
46
49
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
47
50
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
48
51
|
pageNumber?: number | undefined;
|
|
@@ -219,6 +222,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
219
222
|
included: boolean;
|
|
220
223
|
formNumber?: string | undefined;
|
|
221
224
|
deductible?: string | undefined;
|
|
225
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
222
226
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
223
227
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
224
228
|
pageNumber?: number | undefined;
|
|
@@ -226,7 +230,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
226
230
|
originalContent?: string | undefined;
|
|
227
231
|
coverageCode?: string | undefined;
|
|
228
232
|
formEditionDate?: string | undefined;
|
|
229
|
-
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
230
233
|
deductibleType?: "per_occurrence" | "per_claim" | "aggregate" | "percentage" | "waiting_period" | undefined;
|
|
231
234
|
sir?: string | undefined;
|
|
232
235
|
sublimit?: string | undefined;
|
|
@@ -242,6 +245,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
242
245
|
included: boolean;
|
|
243
246
|
formNumber?: string | undefined;
|
|
244
247
|
deductible?: string | undefined;
|
|
248
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
245
249
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
246
250
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
247
251
|
pageNumber?: number | undefined;
|
|
@@ -249,7 +253,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
249
253
|
originalContent?: string | undefined;
|
|
250
254
|
coverageCode?: string | undefined;
|
|
251
255
|
formEditionDate?: string | undefined;
|
|
252
|
-
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
253
256
|
deductibleType?: "per_occurrence" | "per_claim" | "aggregate" | "percentage" | "waiting_period" | undefined;
|
|
254
257
|
sir?: string | undefined;
|
|
255
258
|
sublimit?: string | undefined;
|
|
@@ -3529,6 +3532,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3529
3532
|
limit: string;
|
|
3530
3533
|
formNumber?: string | undefined;
|
|
3531
3534
|
deductible?: string | undefined;
|
|
3535
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
3532
3536
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
3533
3537
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
3534
3538
|
pageNumber?: number | undefined;
|
|
@@ -4206,6 +4210,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4206
4210
|
included: boolean;
|
|
4207
4211
|
formNumber?: string | undefined;
|
|
4208
4212
|
deductible?: string | undefined;
|
|
4213
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
4209
4214
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
4210
4215
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
4211
4216
|
pageNumber?: number | undefined;
|
|
@@ -4213,7 +4218,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4213
4218
|
originalContent?: string | undefined;
|
|
4214
4219
|
coverageCode?: string | undefined;
|
|
4215
4220
|
formEditionDate?: string | undefined;
|
|
4216
|
-
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
4217
4221
|
deductibleType?: "per_occurrence" | "per_claim" | "aggregate" | "percentage" | "waiting_period" | undefined;
|
|
4218
4222
|
sir?: string | undefined;
|
|
4219
4223
|
sublimit?: string | undefined;
|
|
@@ -4453,6 +4457,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4453
4457
|
limit: string;
|
|
4454
4458
|
formNumber?: string | undefined;
|
|
4455
4459
|
deductible?: string | undefined;
|
|
4460
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
4456
4461
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
4457
4462
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
4458
4463
|
pageNumber?: number | undefined;
|
|
@@ -5130,6 +5135,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5130
5135
|
included: boolean;
|
|
5131
5136
|
formNumber?: string | undefined;
|
|
5132
5137
|
deductible?: string | undefined;
|
|
5138
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
5133
5139
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
5134
5140
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
5135
5141
|
pageNumber?: number | undefined;
|
|
@@ -5137,7 +5143,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5137
5143
|
originalContent?: string | undefined;
|
|
5138
5144
|
coverageCode?: string | undefined;
|
|
5139
5145
|
formEditionDate?: string | undefined;
|
|
5140
|
-
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
5141
5146
|
deductibleType?: "per_occurrence" | "per_claim" | "aggregate" | "percentage" | "waiting_period" | undefined;
|
|
5142
5147
|
sir?: string | undefined;
|
|
5143
5148
|
sublimit?: string | undefined;
|
|
@@ -5462,6 +5467,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5462
5467
|
coverages: z.ZodArray<z.ZodObject<{
|
|
5463
5468
|
name: z.ZodString;
|
|
5464
5469
|
limit: z.ZodString;
|
|
5470
|
+
limitType: z.ZodOptional<z.ZodEnum<["per_occurrence", "per_claim", "aggregate", "per_person", "per_accident", "statutory", "blanket", "scheduled"]>>;
|
|
5465
5471
|
limitValueType: z.ZodOptional<z.ZodEnum<["numeric", "included", "not_included", "as_stated", "waiting_period", "referential", "other"]>>;
|
|
5466
5472
|
deductible: z.ZodOptional<z.ZodString>;
|
|
5467
5473
|
deductibleValueType: z.ZodOptional<z.ZodEnum<["numeric", "included", "not_included", "as_stated", "waiting_period", "referential", "other"]>>;
|
|
@@ -5474,6 +5480,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5474
5480
|
limit: string;
|
|
5475
5481
|
formNumber?: string | undefined;
|
|
5476
5482
|
deductible?: string | undefined;
|
|
5483
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
5477
5484
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
5478
5485
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
5479
5486
|
pageNumber?: number | undefined;
|
|
@@ -5484,6 +5491,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5484
5491
|
limit: string;
|
|
5485
5492
|
formNumber?: string | undefined;
|
|
5486
5493
|
deductible?: string | undefined;
|
|
5494
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
5487
5495
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
5488
5496
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
5489
5497
|
pageNumber?: number | undefined;
|
|
@@ -5660,6 +5668,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5660
5668
|
included: boolean;
|
|
5661
5669
|
formNumber?: string | undefined;
|
|
5662
5670
|
deductible?: string | undefined;
|
|
5671
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
5663
5672
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
5664
5673
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
5665
5674
|
pageNumber?: number | undefined;
|
|
@@ -5667,7 +5676,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5667
5676
|
originalContent?: string | undefined;
|
|
5668
5677
|
coverageCode?: string | undefined;
|
|
5669
5678
|
formEditionDate?: string | undefined;
|
|
5670
|
-
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
5671
5679
|
deductibleType?: "per_occurrence" | "per_claim" | "aggregate" | "percentage" | "waiting_period" | undefined;
|
|
5672
5680
|
sir?: string | undefined;
|
|
5673
5681
|
sublimit?: string | undefined;
|
|
@@ -5683,6 +5691,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5683
5691
|
included: boolean;
|
|
5684
5692
|
formNumber?: string | undefined;
|
|
5685
5693
|
deductible?: string | undefined;
|
|
5694
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
5686
5695
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
5687
5696
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
5688
5697
|
pageNumber?: number | undefined;
|
|
@@ -5690,7 +5699,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5690
5699
|
originalContent?: string | undefined;
|
|
5691
5700
|
coverageCode?: string | undefined;
|
|
5692
5701
|
formEditionDate?: string | undefined;
|
|
5693
|
-
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
5694
5702
|
deductibleType?: "per_occurrence" | "per_claim" | "aggregate" | "percentage" | "waiting_period" | undefined;
|
|
5695
5703
|
sir?: string | undefined;
|
|
5696
5704
|
sublimit?: string | undefined;
|
|
@@ -8969,6 +8977,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
8969
8977
|
limit: string;
|
|
8970
8978
|
formNumber?: string | undefined;
|
|
8971
8979
|
deductible?: string | undefined;
|
|
8980
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
8972
8981
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
8973
8982
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
8974
8983
|
pageNumber?: number | undefined;
|
|
@@ -9642,6 +9651,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9642
9651
|
included: boolean;
|
|
9643
9652
|
formNumber?: string | undefined;
|
|
9644
9653
|
deductible?: string | undefined;
|
|
9654
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
9645
9655
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
9646
9656
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
9647
9657
|
pageNumber?: number | undefined;
|
|
@@ -9649,7 +9659,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9649
9659
|
originalContent?: string | undefined;
|
|
9650
9660
|
coverageCode?: string | undefined;
|
|
9651
9661
|
formEditionDate?: string | undefined;
|
|
9652
|
-
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
9653
9662
|
deductibleType?: "per_occurrence" | "per_claim" | "aggregate" | "percentage" | "waiting_period" | undefined;
|
|
9654
9663
|
sir?: string | undefined;
|
|
9655
9664
|
sublimit?: string | undefined;
|
|
@@ -9922,6 +9931,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9922
9931
|
limit: string;
|
|
9923
9932
|
formNumber?: string | undefined;
|
|
9924
9933
|
deductible?: string | undefined;
|
|
9934
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
9925
9935
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
9926
9936
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
9927
9937
|
pageNumber?: number | undefined;
|
|
@@ -10595,6 +10605,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10595
10605
|
included: boolean;
|
|
10596
10606
|
formNumber?: string | undefined;
|
|
10597
10607
|
deductible?: string | undefined;
|
|
10608
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
10598
10609
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
10599
10610
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
10600
10611
|
pageNumber?: number | undefined;
|
|
@@ -10602,7 +10613,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10602
10613
|
originalContent?: string | undefined;
|
|
10603
10614
|
coverageCode?: string | undefined;
|
|
10604
10615
|
formEditionDate?: string | undefined;
|
|
10605
|
-
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
10606
10616
|
deductibleType?: "per_occurrence" | "per_claim" | "aggregate" | "percentage" | "waiting_period" | undefined;
|
|
10607
10617
|
sir?: string | undefined;
|
|
10608
10618
|
sublimit?: string | undefined;
|
package/dist/storage-sqlite.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21
21
|
coverages: z.ZodArray<z.ZodObject<{
|
|
22
22
|
name: z.ZodString;
|
|
23
23
|
limit: z.ZodString;
|
|
24
|
+
limitType: z.ZodOptional<z.ZodEnum<["per_occurrence", "per_claim", "aggregate", "per_person", "per_accident", "statutory", "blanket", "scheduled"]>>;
|
|
24
25
|
limitValueType: z.ZodOptional<z.ZodEnum<["numeric", "included", "not_included", "as_stated", "waiting_period", "referential", "other"]>>;
|
|
25
26
|
deductible: z.ZodOptional<z.ZodString>;
|
|
26
27
|
deductibleValueType: z.ZodOptional<z.ZodEnum<["numeric", "included", "not_included", "as_stated", "waiting_period", "referential", "other"]>>;
|
|
@@ -33,6 +34,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
33
34
|
limit: string;
|
|
34
35
|
formNumber?: string | undefined;
|
|
35
36
|
deductible?: string | undefined;
|
|
37
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
36
38
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
37
39
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
38
40
|
pageNumber?: number | undefined;
|
|
@@ -43,6 +45,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
43
45
|
limit: string;
|
|
44
46
|
formNumber?: string | undefined;
|
|
45
47
|
deductible?: string | undefined;
|
|
48
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
46
49
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
47
50
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
48
51
|
pageNumber?: number | undefined;
|
|
@@ -219,6 +222,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
219
222
|
included: boolean;
|
|
220
223
|
formNumber?: string | undefined;
|
|
221
224
|
deductible?: string | undefined;
|
|
225
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
222
226
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
223
227
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
224
228
|
pageNumber?: number | undefined;
|
|
@@ -226,7 +230,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
226
230
|
originalContent?: string | undefined;
|
|
227
231
|
coverageCode?: string | undefined;
|
|
228
232
|
formEditionDate?: string | undefined;
|
|
229
|
-
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
230
233
|
deductibleType?: "per_occurrence" | "per_claim" | "aggregate" | "percentage" | "waiting_period" | undefined;
|
|
231
234
|
sir?: string | undefined;
|
|
232
235
|
sublimit?: string | undefined;
|
|
@@ -242,6 +245,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
242
245
|
included: boolean;
|
|
243
246
|
formNumber?: string | undefined;
|
|
244
247
|
deductible?: string | undefined;
|
|
248
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
245
249
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
246
250
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
247
251
|
pageNumber?: number | undefined;
|
|
@@ -249,7 +253,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
249
253
|
originalContent?: string | undefined;
|
|
250
254
|
coverageCode?: string | undefined;
|
|
251
255
|
formEditionDate?: string | undefined;
|
|
252
|
-
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
253
256
|
deductibleType?: "per_occurrence" | "per_claim" | "aggregate" | "percentage" | "waiting_period" | undefined;
|
|
254
257
|
sir?: string | undefined;
|
|
255
258
|
sublimit?: string | undefined;
|
|
@@ -3529,6 +3532,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3529
3532
|
limit: string;
|
|
3530
3533
|
formNumber?: string | undefined;
|
|
3531
3534
|
deductible?: string | undefined;
|
|
3535
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
3532
3536
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
3533
3537
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
3534
3538
|
pageNumber?: number | undefined;
|
|
@@ -4206,6 +4210,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4206
4210
|
included: boolean;
|
|
4207
4211
|
formNumber?: string | undefined;
|
|
4208
4212
|
deductible?: string | undefined;
|
|
4213
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
4209
4214
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
4210
4215
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
4211
4216
|
pageNumber?: number | undefined;
|
|
@@ -4213,7 +4218,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4213
4218
|
originalContent?: string | undefined;
|
|
4214
4219
|
coverageCode?: string | undefined;
|
|
4215
4220
|
formEditionDate?: string | undefined;
|
|
4216
|
-
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
4217
4221
|
deductibleType?: "per_occurrence" | "per_claim" | "aggregate" | "percentage" | "waiting_period" | undefined;
|
|
4218
4222
|
sir?: string | undefined;
|
|
4219
4223
|
sublimit?: string | undefined;
|
|
@@ -4453,6 +4457,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4453
4457
|
limit: string;
|
|
4454
4458
|
formNumber?: string | undefined;
|
|
4455
4459
|
deductible?: string | undefined;
|
|
4460
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
4456
4461
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
4457
4462
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
4458
4463
|
pageNumber?: number | undefined;
|
|
@@ -5130,6 +5135,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5130
5135
|
included: boolean;
|
|
5131
5136
|
formNumber?: string | undefined;
|
|
5132
5137
|
deductible?: string | undefined;
|
|
5138
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
5133
5139
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
5134
5140
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
5135
5141
|
pageNumber?: number | undefined;
|
|
@@ -5137,7 +5143,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5137
5143
|
originalContent?: string | undefined;
|
|
5138
5144
|
coverageCode?: string | undefined;
|
|
5139
5145
|
formEditionDate?: string | undefined;
|
|
5140
|
-
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
5141
5146
|
deductibleType?: "per_occurrence" | "per_claim" | "aggregate" | "percentage" | "waiting_period" | undefined;
|
|
5142
5147
|
sir?: string | undefined;
|
|
5143
5148
|
sublimit?: string | undefined;
|
|
@@ -5462,6 +5467,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5462
5467
|
coverages: z.ZodArray<z.ZodObject<{
|
|
5463
5468
|
name: z.ZodString;
|
|
5464
5469
|
limit: z.ZodString;
|
|
5470
|
+
limitType: z.ZodOptional<z.ZodEnum<["per_occurrence", "per_claim", "aggregate", "per_person", "per_accident", "statutory", "blanket", "scheduled"]>>;
|
|
5465
5471
|
limitValueType: z.ZodOptional<z.ZodEnum<["numeric", "included", "not_included", "as_stated", "waiting_period", "referential", "other"]>>;
|
|
5466
5472
|
deductible: z.ZodOptional<z.ZodString>;
|
|
5467
5473
|
deductibleValueType: z.ZodOptional<z.ZodEnum<["numeric", "included", "not_included", "as_stated", "waiting_period", "referential", "other"]>>;
|
|
@@ -5474,6 +5480,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5474
5480
|
limit: string;
|
|
5475
5481
|
formNumber?: string | undefined;
|
|
5476
5482
|
deductible?: string | undefined;
|
|
5483
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
5477
5484
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
5478
5485
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
5479
5486
|
pageNumber?: number | undefined;
|
|
@@ -5484,6 +5491,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5484
5491
|
limit: string;
|
|
5485
5492
|
formNumber?: string | undefined;
|
|
5486
5493
|
deductible?: string | undefined;
|
|
5494
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
5487
5495
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
5488
5496
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
5489
5497
|
pageNumber?: number | undefined;
|
|
@@ -5660,6 +5668,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5660
5668
|
included: boolean;
|
|
5661
5669
|
formNumber?: string | undefined;
|
|
5662
5670
|
deductible?: string | undefined;
|
|
5671
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
5663
5672
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
5664
5673
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
5665
5674
|
pageNumber?: number | undefined;
|
|
@@ -5667,7 +5676,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5667
5676
|
originalContent?: string | undefined;
|
|
5668
5677
|
coverageCode?: string | undefined;
|
|
5669
5678
|
formEditionDate?: string | undefined;
|
|
5670
|
-
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
5671
5679
|
deductibleType?: "per_occurrence" | "per_claim" | "aggregate" | "percentage" | "waiting_period" | undefined;
|
|
5672
5680
|
sir?: string | undefined;
|
|
5673
5681
|
sublimit?: string | undefined;
|
|
@@ -5683,6 +5691,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5683
5691
|
included: boolean;
|
|
5684
5692
|
formNumber?: string | undefined;
|
|
5685
5693
|
deductible?: string | undefined;
|
|
5694
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
5686
5695
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
5687
5696
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
5688
5697
|
pageNumber?: number | undefined;
|
|
@@ -5690,7 +5699,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5690
5699
|
originalContent?: string | undefined;
|
|
5691
5700
|
coverageCode?: string | undefined;
|
|
5692
5701
|
formEditionDate?: string | undefined;
|
|
5693
|
-
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
5694
5702
|
deductibleType?: "per_occurrence" | "per_claim" | "aggregate" | "percentage" | "waiting_period" | undefined;
|
|
5695
5703
|
sir?: string | undefined;
|
|
5696
5704
|
sublimit?: string | undefined;
|
|
@@ -8969,6 +8977,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
8969
8977
|
limit: string;
|
|
8970
8978
|
formNumber?: string | undefined;
|
|
8971
8979
|
deductible?: string | undefined;
|
|
8980
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
8972
8981
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
8973
8982
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
8974
8983
|
pageNumber?: number | undefined;
|
|
@@ -9642,6 +9651,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9642
9651
|
included: boolean;
|
|
9643
9652
|
formNumber?: string | undefined;
|
|
9644
9653
|
deductible?: string | undefined;
|
|
9654
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
9645
9655
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
9646
9656
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
9647
9657
|
pageNumber?: number | undefined;
|
|
@@ -9649,7 +9659,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9649
9659
|
originalContent?: string | undefined;
|
|
9650
9660
|
coverageCode?: string | undefined;
|
|
9651
9661
|
formEditionDate?: string | undefined;
|
|
9652
|
-
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
9653
9662
|
deductibleType?: "per_occurrence" | "per_claim" | "aggregate" | "percentage" | "waiting_period" | undefined;
|
|
9654
9663
|
sir?: string | undefined;
|
|
9655
9664
|
sublimit?: string | undefined;
|
|
@@ -9922,6 +9931,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9922
9931
|
limit: string;
|
|
9923
9932
|
formNumber?: string | undefined;
|
|
9924
9933
|
deductible?: string | undefined;
|
|
9934
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
9925
9935
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
9926
9936
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
9927
9937
|
pageNumber?: number | undefined;
|
|
@@ -10595,6 +10605,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10595
10605
|
included: boolean;
|
|
10596
10606
|
formNumber?: string | undefined;
|
|
10597
10607
|
deductible?: string | undefined;
|
|
10608
|
+
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
10598
10609
|
limitValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
10599
10610
|
deductibleValueType?: "other" | "waiting_period" | "numeric" | "included" | "not_included" | "as_stated" | "referential" | undefined;
|
|
10600
10611
|
pageNumber?: number | undefined;
|
|
@@ -10602,7 +10613,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10602
10613
|
originalContent?: string | undefined;
|
|
10603
10614
|
coverageCode?: string | undefined;
|
|
10604
10615
|
formEditionDate?: string | undefined;
|
|
10605
|
-
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
10606
10616
|
deductibleType?: "per_occurrence" | "per_claim" | "aggregate" | "percentage" | "waiting_period" | undefined;
|
|
10607
10617
|
sir?: string | undefined;
|
|
10608
10618
|
sublimit?: string | undefined;
|
package/package.json
CHANGED