@claritylabs/cl-sdk 3.1.4 → 3.1.5
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/application.d.mts +1 -1
- package/dist/application.d.ts +1 -1
- package/dist/index.d.mts +58 -58
- package/dist/index.d.ts +58 -58
- package/dist/index.js +56 -46
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +56 -46
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/{index-BbDPEnG9.d.mts → index-2WYX6Agm.d.mts} +162 -162
- package/dist/{index-BbDPEnG9.d.ts → index-2WYX6Agm.d.ts} +162 -162
|
@@ -1870,16 +1870,16 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
1870
1870
|
premium: z.ZodOptional<z.ZodString>;
|
|
1871
1871
|
locationNumber: z.ZodOptional<z.ZodNumber>;
|
|
1872
1872
|
}, "strip", z.ZodTypeAny, {
|
|
1873
|
-
code: string;
|
|
1874
1873
|
description: string;
|
|
1874
|
+
code: string;
|
|
1875
1875
|
premiumBasis: string;
|
|
1876
1876
|
premium?: string | undefined;
|
|
1877
1877
|
locationNumber?: number | undefined;
|
|
1878
1878
|
basisAmount?: string | undefined;
|
|
1879
1879
|
rate?: string | undefined;
|
|
1880
1880
|
}, {
|
|
1881
|
-
code: string;
|
|
1882
1881
|
description: string;
|
|
1882
|
+
code: string;
|
|
1883
1883
|
premiumBasis: string;
|
|
1884
1884
|
premium?: string | undefined;
|
|
1885
1885
|
locationNumber?: number | undefined;
|
|
@@ -2491,12 +2491,12 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
2491
2491
|
description: z.ZodOptional<z.ZodString>;
|
|
2492
2492
|
}, "strip", z.ZodTypeAny, {
|
|
2493
2493
|
type?: string | undefined;
|
|
2494
|
-
date?: string | undefined;
|
|
2495
2494
|
description?: string | undefined;
|
|
2495
|
+
date?: string | undefined;
|
|
2496
2496
|
}, {
|
|
2497
2497
|
type?: string | undefined;
|
|
2498
|
-
date?: string | undefined;
|
|
2499
2498
|
description?: string | undefined;
|
|
2499
|
+
date?: string | undefined;
|
|
2500
2500
|
}>, "many">>;
|
|
2501
2501
|
accidents: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2502
2502
|
date: z.ZodOptional<z.ZodString>;
|
|
@@ -2504,13 +2504,13 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
2504
2504
|
description: z.ZodOptional<z.ZodString>;
|
|
2505
2505
|
amountPaid: z.ZodOptional<z.ZodString>;
|
|
2506
2506
|
}, "strip", z.ZodTypeAny, {
|
|
2507
|
-
date?: string | undefined;
|
|
2508
2507
|
description?: string | undefined;
|
|
2508
|
+
date?: string | undefined;
|
|
2509
2509
|
atFault?: boolean | undefined;
|
|
2510
2510
|
amountPaid?: string | undefined;
|
|
2511
2511
|
}, {
|
|
2512
|
-
date?: string | undefined;
|
|
2513
2512
|
description?: string | undefined;
|
|
2513
|
+
date?: string | undefined;
|
|
2514
2514
|
atFault?: boolean | undefined;
|
|
2515
2515
|
amountPaid?: string | undefined;
|
|
2516
2516
|
}>, "many">>;
|
|
@@ -2528,12 +2528,12 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
2528
2528
|
defensiveDriverDiscount?: boolean | undefined;
|
|
2529
2529
|
violations?: {
|
|
2530
2530
|
type?: string | undefined;
|
|
2531
|
-
date?: string | undefined;
|
|
2532
2531
|
description?: string | undefined;
|
|
2532
|
+
date?: string | undefined;
|
|
2533
2533
|
}[] | undefined;
|
|
2534
2534
|
accidents?: {
|
|
2535
|
-
date?: string | undefined;
|
|
2536
2535
|
description?: string | undefined;
|
|
2536
|
+
date?: string | undefined;
|
|
2537
2537
|
atFault?: boolean | undefined;
|
|
2538
2538
|
amountPaid?: string | undefined;
|
|
2539
2539
|
}[] | undefined;
|
|
@@ -2551,12 +2551,12 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
2551
2551
|
defensiveDriverDiscount?: boolean | undefined;
|
|
2552
2552
|
violations?: {
|
|
2553
2553
|
type?: string | undefined;
|
|
2554
|
-
date?: string | undefined;
|
|
2555
2554
|
description?: string | undefined;
|
|
2555
|
+
date?: string | undefined;
|
|
2556
2556
|
}[] | undefined;
|
|
2557
2557
|
accidents?: {
|
|
2558
|
-
date?: string | undefined;
|
|
2559
2558
|
description?: string | undefined;
|
|
2559
|
+
date?: string | undefined;
|
|
2560
2560
|
atFault?: boolean | undefined;
|
|
2561
2561
|
amountPaid?: string | undefined;
|
|
2562
2562
|
}[] | undefined;
|
|
@@ -2658,12 +2658,12 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
2658
2658
|
defensiveDriverDiscount?: boolean | undefined;
|
|
2659
2659
|
violations?: {
|
|
2660
2660
|
type?: string | undefined;
|
|
2661
|
-
date?: string | undefined;
|
|
2662
2661
|
description?: string | undefined;
|
|
2662
|
+
date?: string | undefined;
|
|
2663
2663
|
}[] | undefined;
|
|
2664
2664
|
accidents?: {
|
|
2665
|
-
date?: string | undefined;
|
|
2666
2665
|
description?: string | undefined;
|
|
2666
|
+
date?: string | undefined;
|
|
2667
2667
|
atFault?: boolean | undefined;
|
|
2668
2668
|
amountPaid?: string | undefined;
|
|
2669
2669
|
}[] | undefined;
|
|
@@ -2743,12 +2743,12 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
2743
2743
|
defensiveDriverDiscount?: boolean | undefined;
|
|
2744
2744
|
violations?: {
|
|
2745
2745
|
type?: string | undefined;
|
|
2746
|
-
date?: string | undefined;
|
|
2747
2746
|
description?: string | undefined;
|
|
2747
|
+
date?: string | undefined;
|
|
2748
2748
|
}[] | undefined;
|
|
2749
2749
|
accidents?: {
|
|
2750
|
-
date?: string | undefined;
|
|
2751
2750
|
description?: string | undefined;
|
|
2751
|
+
date?: string | undefined;
|
|
2752
2752
|
atFault?: boolean | undefined;
|
|
2753
2753
|
amountPaid?: string | undefined;
|
|
2754
2754
|
}[] | undefined;
|
|
@@ -3545,16 +3545,16 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
3545
3545
|
premium: z.ZodOptional<z.ZodString>;
|
|
3546
3546
|
locationNumber: z.ZodOptional<z.ZodNumber>;
|
|
3547
3547
|
}, "strip", z.ZodTypeAny, {
|
|
3548
|
-
code: string;
|
|
3549
3548
|
description: string;
|
|
3549
|
+
code: string;
|
|
3550
3550
|
premiumBasis: string;
|
|
3551
3551
|
premium?: string | undefined;
|
|
3552
3552
|
locationNumber?: number | undefined;
|
|
3553
3553
|
basisAmount?: string | undefined;
|
|
3554
3554
|
rate?: string | undefined;
|
|
3555
3555
|
}, {
|
|
3556
|
-
code: string;
|
|
3557
3556
|
description: string;
|
|
3557
|
+
code: string;
|
|
3558
3558
|
premiumBasis: string;
|
|
3559
3559
|
premium?: string | undefined;
|
|
3560
3560
|
locationNumber?: number | undefined;
|
|
@@ -3575,8 +3575,8 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
3575
3575
|
perOccurrenceLimit?: string | undefined;
|
|
3576
3576
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
3577
3577
|
classifications?: {
|
|
3578
|
-
code: string;
|
|
3579
3578
|
description: string;
|
|
3579
|
+
code: string;
|
|
3580
3580
|
premiumBasis: string;
|
|
3581
3581
|
premium?: string | undefined;
|
|
3582
3582
|
locationNumber?: number | undefined;
|
|
@@ -3596,8 +3596,8 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
3596
3596
|
perOccurrenceLimit?: string | undefined;
|
|
3597
3597
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
3598
3598
|
classifications?: {
|
|
3599
|
-
code: string;
|
|
3600
3599
|
description: string;
|
|
3600
|
+
code: string;
|
|
3601
3601
|
premiumBasis: string;
|
|
3602
3602
|
premium?: string | undefined;
|
|
3603
3603
|
locationNumber?: number | undefined;
|
|
@@ -3884,16 +3884,16 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
3884
3884
|
premium: z.ZodOptional<z.ZodString>;
|
|
3885
3885
|
locationNumber: z.ZodOptional<z.ZodNumber>;
|
|
3886
3886
|
}, "strip", z.ZodTypeAny, {
|
|
3887
|
-
code: string;
|
|
3888
3887
|
description: string;
|
|
3888
|
+
code: string;
|
|
3889
3889
|
premiumBasis: string;
|
|
3890
3890
|
premium?: string | undefined;
|
|
3891
3891
|
locationNumber?: number | undefined;
|
|
3892
3892
|
basisAmount?: string | undefined;
|
|
3893
3893
|
rate?: string | undefined;
|
|
3894
3894
|
}, {
|
|
3895
|
-
code: string;
|
|
3896
3895
|
description: string;
|
|
3896
|
+
code: string;
|
|
3897
3897
|
premiumBasis: string;
|
|
3898
3898
|
premium?: string | undefined;
|
|
3899
3899
|
locationNumber?: number | undefined;
|
|
@@ -3929,8 +3929,8 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
3929
3929
|
}, "strip", z.ZodTypeAny, {
|
|
3930
3930
|
line: "workers_comp";
|
|
3931
3931
|
classifications: {
|
|
3932
|
-
code: string;
|
|
3933
3932
|
description: string;
|
|
3933
|
+
code: string;
|
|
3934
3934
|
premiumBasis: string;
|
|
3935
3935
|
premium?: string | undefined;
|
|
3936
3936
|
locationNumber?: number | undefined;
|
|
@@ -3951,8 +3951,8 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
3951
3951
|
}, {
|
|
3952
3952
|
line: "workers_comp";
|
|
3953
3953
|
classifications: {
|
|
3954
|
-
code: string;
|
|
3955
3954
|
description: string;
|
|
3955
|
+
code: string;
|
|
3956
3956
|
premiumBasis: string;
|
|
3957
3957
|
premium?: string | undefined;
|
|
3958
3958
|
locationNumber?: number | undefined;
|
|
@@ -4738,20 +4738,20 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
4738
4738
|
name: string;
|
|
4739
4739
|
amount: string;
|
|
4740
4740
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
4741
|
+
description?: string | undefined;
|
|
4741
4742
|
sourceSpanIds?: string[] | undefined;
|
|
4742
4743
|
documentNodeId?: string | undefined;
|
|
4743
4744
|
sourceTextHash?: string | undefined;
|
|
4744
4745
|
amountValue?: number | undefined;
|
|
4745
|
-
description?: string | undefined;
|
|
4746
4746
|
}, {
|
|
4747
4747
|
name: string;
|
|
4748
4748
|
amount: string;
|
|
4749
4749
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
4750
|
+
description?: string | undefined;
|
|
4750
4751
|
sourceSpanIds?: string[] | undefined;
|
|
4751
4752
|
documentNodeId?: string | undefined;
|
|
4752
4753
|
sourceTextHash?: string | undefined;
|
|
4753
4754
|
amountValue?: number | undefined;
|
|
4754
|
-
description?: string | undefined;
|
|
4755
4755
|
}>, "many">>;
|
|
4756
4756
|
totalCost: z.ZodOptional<z.ZodString>;
|
|
4757
4757
|
totalCostAmount: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4796,12 +4796,12 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
4796
4796
|
description: z.ZodOptional<z.ZodString>;
|
|
4797
4797
|
}, "strip", z.ZodTypeAny, {
|
|
4798
4798
|
type: "other" | "payroll" | "revenue" | "area" | "units" | "vehicle_count" | "employee_count" | "per_capita" | "dwelling_value" | "vehicle_value" | "contents_value";
|
|
4799
|
-
amount?: string | undefined;
|
|
4800
4799
|
description?: string | undefined;
|
|
4800
|
+
amount?: string | undefined;
|
|
4801
4801
|
}, {
|
|
4802
4802
|
type: "other" | "payroll" | "revenue" | "area" | "units" | "vehicle_count" | "employee_count" | "per_capita" | "dwelling_value" | "vehicle_value" | "contents_value";
|
|
4803
|
-
amount?: string | undefined;
|
|
4804
4803
|
description?: string | undefined;
|
|
4804
|
+
amount?: string | undefined;
|
|
4805
4805
|
}>, "many">>;
|
|
4806
4806
|
premiumByLocation: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4807
4807
|
locationNumber: z.ZodNumber;
|
|
@@ -5106,12 +5106,12 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
5106
5106
|
defensiveDriverDiscount?: boolean | undefined;
|
|
5107
5107
|
violations?: {
|
|
5108
5108
|
type?: string | undefined;
|
|
5109
|
-
date?: string | undefined;
|
|
5110
5109
|
description?: string | undefined;
|
|
5110
|
+
date?: string | undefined;
|
|
5111
5111
|
}[] | undefined;
|
|
5112
5112
|
accidents?: {
|
|
5113
|
-
date?: string | undefined;
|
|
5114
5113
|
description?: string | undefined;
|
|
5114
|
+
date?: string | undefined;
|
|
5115
5115
|
atFault?: boolean | undefined;
|
|
5116
5116
|
amountPaid?: string | undefined;
|
|
5117
5117
|
}[] | undefined;
|
|
@@ -5349,8 +5349,8 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
5349
5349
|
perOccurrenceLimit?: string | undefined;
|
|
5350
5350
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
5351
5351
|
classifications?: {
|
|
5352
|
-
code: string;
|
|
5353
5352
|
description: string;
|
|
5353
|
+
code: string;
|
|
5354
5354
|
premiumBasis: string;
|
|
5355
5355
|
premium?: string | undefined;
|
|
5356
5356
|
locationNumber?: number | undefined;
|
|
@@ -5416,8 +5416,8 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
5416
5416
|
} | {
|
|
5417
5417
|
line: "workers_comp";
|
|
5418
5418
|
classifications: {
|
|
5419
|
-
code: string;
|
|
5420
5419
|
description: string;
|
|
5420
|
+
code: string;
|
|
5421
5421
|
premiumBasis: string;
|
|
5422
5422
|
premium?: string | undefined;
|
|
5423
5423
|
locationNumber?: number | undefined;
|
|
@@ -5556,8 +5556,8 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
5556
5556
|
underwriter?: string | undefined;
|
|
5557
5557
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
5558
5558
|
classifications?: {
|
|
5559
|
-
code: string;
|
|
5560
5559
|
description: string;
|
|
5560
|
+
code: string;
|
|
5561
5561
|
premiumBasis: string;
|
|
5562
5562
|
premium?: string | undefined;
|
|
5563
5563
|
locationNumber?: number | undefined;
|
|
@@ -5969,11 +5969,11 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
5969
5969
|
name: string;
|
|
5970
5970
|
amount: string;
|
|
5971
5971
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
5972
|
+
description?: string | undefined;
|
|
5972
5973
|
sourceSpanIds?: string[] | undefined;
|
|
5973
5974
|
documentNodeId?: string | undefined;
|
|
5974
5975
|
sourceTextHash?: string | undefined;
|
|
5975
5976
|
amountValue?: number | undefined;
|
|
5976
|
-
description?: string | undefined;
|
|
5977
5977
|
}[] | undefined;
|
|
5978
5978
|
totalCost?: string | undefined;
|
|
5979
5979
|
totalCostAmount?: number | undefined;
|
|
@@ -5992,8 +5992,8 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
5992
5992
|
auditType?: "annual" | "semi_annual" | "quarterly" | "monthly" | "self" | "physical" | "none" | undefined;
|
|
5993
5993
|
ratingBasis?: {
|
|
5994
5994
|
type: "other" | "payroll" | "revenue" | "area" | "units" | "vehicle_count" | "employee_count" | "per_capita" | "dwelling_value" | "vehicle_value" | "contents_value";
|
|
5995
|
-
amount?: string | undefined;
|
|
5996
5995
|
description?: string | undefined;
|
|
5996
|
+
amount?: string | undefined;
|
|
5997
5997
|
}[] | undefined;
|
|
5998
5998
|
premiumByLocation?: {
|
|
5999
5999
|
premium: string;
|
|
@@ -6227,12 +6227,12 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
6227
6227
|
defensiveDriverDiscount?: boolean | undefined;
|
|
6228
6228
|
violations?: {
|
|
6229
6229
|
type?: string | undefined;
|
|
6230
|
-
date?: string | undefined;
|
|
6231
6230
|
description?: string | undefined;
|
|
6231
|
+
date?: string | undefined;
|
|
6232
6232
|
}[] | undefined;
|
|
6233
6233
|
accidents?: {
|
|
6234
|
-
date?: string | undefined;
|
|
6235
6234
|
description?: string | undefined;
|
|
6235
|
+
date?: string | undefined;
|
|
6236
6236
|
atFault?: boolean | undefined;
|
|
6237
6237
|
amountPaid?: string | undefined;
|
|
6238
6238
|
}[] | undefined;
|
|
@@ -6470,8 +6470,8 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
6470
6470
|
perOccurrenceLimit?: string | undefined;
|
|
6471
6471
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
6472
6472
|
classifications?: {
|
|
6473
|
-
code: string;
|
|
6474
6473
|
description: string;
|
|
6474
|
+
code: string;
|
|
6475
6475
|
premiumBasis: string;
|
|
6476
6476
|
premium?: string | undefined;
|
|
6477
6477
|
locationNumber?: number | undefined;
|
|
@@ -6537,8 +6537,8 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
6537
6537
|
} | {
|
|
6538
6538
|
line: "workers_comp";
|
|
6539
6539
|
classifications: {
|
|
6540
|
-
code: string;
|
|
6541
6540
|
description: string;
|
|
6541
|
+
code: string;
|
|
6542
6542
|
premiumBasis: string;
|
|
6543
6543
|
premium?: string | undefined;
|
|
6544
6544
|
locationNumber?: number | undefined;
|
|
@@ -6677,8 +6677,8 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
6677
6677
|
underwriter?: string | undefined;
|
|
6678
6678
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
6679
6679
|
classifications?: {
|
|
6680
|
-
code: string;
|
|
6681
6680
|
description: string;
|
|
6681
|
+
code: string;
|
|
6682
6682
|
premiumBasis: string;
|
|
6683
6683
|
premium?: string | undefined;
|
|
6684
6684
|
locationNumber?: number | undefined;
|
|
@@ -7090,11 +7090,11 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
7090
7090
|
name: string;
|
|
7091
7091
|
amount: string;
|
|
7092
7092
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
7093
|
+
description?: string | undefined;
|
|
7093
7094
|
sourceSpanIds?: string[] | undefined;
|
|
7094
7095
|
documentNodeId?: string | undefined;
|
|
7095
7096
|
sourceTextHash?: string | undefined;
|
|
7096
7097
|
amountValue?: number | undefined;
|
|
7097
|
-
description?: string | undefined;
|
|
7098
7098
|
}[] | undefined;
|
|
7099
7099
|
totalCost?: string | undefined;
|
|
7100
7100
|
totalCostAmount?: number | undefined;
|
|
@@ -7113,8 +7113,8 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
7113
7113
|
auditType?: "annual" | "semi_annual" | "quarterly" | "monthly" | "self" | "physical" | "none" | undefined;
|
|
7114
7114
|
ratingBasis?: {
|
|
7115
7115
|
type: "other" | "payroll" | "revenue" | "area" | "units" | "vehicle_count" | "employee_count" | "per_capita" | "dwelling_value" | "vehicle_value" | "contents_value";
|
|
7116
|
-
amount?: string | undefined;
|
|
7117
7116
|
description?: string | undefined;
|
|
7117
|
+
amount?: string | undefined;
|
|
7118
7118
|
}[] | undefined;
|
|
7119
7119
|
premiumByLocation?: {
|
|
7120
7120
|
premium: string;
|
|
@@ -8424,16 +8424,16 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
8424
8424
|
premium: z.ZodOptional<z.ZodString>;
|
|
8425
8425
|
locationNumber: z.ZodOptional<z.ZodNumber>;
|
|
8426
8426
|
}, "strip", z.ZodTypeAny, {
|
|
8427
|
-
code: string;
|
|
8428
8427
|
description: string;
|
|
8428
|
+
code: string;
|
|
8429
8429
|
premiumBasis: string;
|
|
8430
8430
|
premium?: string | undefined;
|
|
8431
8431
|
locationNumber?: number | undefined;
|
|
8432
8432
|
basisAmount?: string | undefined;
|
|
8433
8433
|
rate?: string | undefined;
|
|
8434
8434
|
}, {
|
|
8435
|
-
code: string;
|
|
8436
8435
|
description: string;
|
|
8436
|
+
code: string;
|
|
8437
8437
|
premiumBasis: string;
|
|
8438
8438
|
premium?: string | undefined;
|
|
8439
8439
|
locationNumber?: number | undefined;
|
|
@@ -9045,12 +9045,12 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
9045
9045
|
description: z.ZodOptional<z.ZodString>;
|
|
9046
9046
|
}, "strip", z.ZodTypeAny, {
|
|
9047
9047
|
type?: string | undefined;
|
|
9048
|
-
date?: string | undefined;
|
|
9049
9048
|
description?: string | undefined;
|
|
9049
|
+
date?: string | undefined;
|
|
9050
9050
|
}, {
|
|
9051
9051
|
type?: string | undefined;
|
|
9052
|
-
date?: string | undefined;
|
|
9053
9052
|
description?: string | undefined;
|
|
9053
|
+
date?: string | undefined;
|
|
9054
9054
|
}>, "many">>;
|
|
9055
9055
|
accidents: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9056
9056
|
date: z.ZodOptional<z.ZodString>;
|
|
@@ -9058,13 +9058,13 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
9058
9058
|
description: z.ZodOptional<z.ZodString>;
|
|
9059
9059
|
amountPaid: z.ZodOptional<z.ZodString>;
|
|
9060
9060
|
}, "strip", z.ZodTypeAny, {
|
|
9061
|
-
date?: string | undefined;
|
|
9062
9061
|
description?: string | undefined;
|
|
9062
|
+
date?: string | undefined;
|
|
9063
9063
|
atFault?: boolean | undefined;
|
|
9064
9064
|
amountPaid?: string | undefined;
|
|
9065
9065
|
}, {
|
|
9066
|
-
date?: string | undefined;
|
|
9067
9066
|
description?: string | undefined;
|
|
9067
|
+
date?: string | undefined;
|
|
9068
9068
|
atFault?: boolean | undefined;
|
|
9069
9069
|
amountPaid?: string | undefined;
|
|
9070
9070
|
}>, "many">>;
|
|
@@ -9082,12 +9082,12 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
9082
9082
|
defensiveDriverDiscount?: boolean | undefined;
|
|
9083
9083
|
violations?: {
|
|
9084
9084
|
type?: string | undefined;
|
|
9085
|
-
date?: string | undefined;
|
|
9086
9085
|
description?: string | undefined;
|
|
9086
|
+
date?: string | undefined;
|
|
9087
9087
|
}[] | undefined;
|
|
9088
9088
|
accidents?: {
|
|
9089
|
-
date?: string | undefined;
|
|
9090
9089
|
description?: string | undefined;
|
|
9090
|
+
date?: string | undefined;
|
|
9091
9091
|
atFault?: boolean | undefined;
|
|
9092
9092
|
amountPaid?: string | undefined;
|
|
9093
9093
|
}[] | undefined;
|
|
@@ -9105,12 +9105,12 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
9105
9105
|
defensiveDriverDiscount?: boolean | undefined;
|
|
9106
9106
|
violations?: {
|
|
9107
9107
|
type?: string | undefined;
|
|
9108
|
-
date?: string | undefined;
|
|
9109
9108
|
description?: string | undefined;
|
|
9109
|
+
date?: string | undefined;
|
|
9110
9110
|
}[] | undefined;
|
|
9111
9111
|
accidents?: {
|
|
9112
|
-
date?: string | undefined;
|
|
9113
9112
|
description?: string | undefined;
|
|
9113
|
+
date?: string | undefined;
|
|
9114
9114
|
atFault?: boolean | undefined;
|
|
9115
9115
|
amountPaid?: string | undefined;
|
|
9116
9116
|
}[] | undefined;
|
|
@@ -9212,12 +9212,12 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
9212
9212
|
defensiveDriverDiscount?: boolean | undefined;
|
|
9213
9213
|
violations?: {
|
|
9214
9214
|
type?: string | undefined;
|
|
9215
|
-
date?: string | undefined;
|
|
9216
9215
|
description?: string | undefined;
|
|
9216
|
+
date?: string | undefined;
|
|
9217
9217
|
}[] | undefined;
|
|
9218
9218
|
accidents?: {
|
|
9219
|
-
date?: string | undefined;
|
|
9220
9219
|
description?: string | undefined;
|
|
9220
|
+
date?: string | undefined;
|
|
9221
9221
|
atFault?: boolean | undefined;
|
|
9222
9222
|
amountPaid?: string | undefined;
|
|
9223
9223
|
}[] | undefined;
|
|
@@ -9297,12 +9297,12 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
9297
9297
|
defensiveDriverDiscount?: boolean | undefined;
|
|
9298
9298
|
violations?: {
|
|
9299
9299
|
type?: string | undefined;
|
|
9300
|
-
date?: string | undefined;
|
|
9301
9300
|
description?: string | undefined;
|
|
9301
|
+
date?: string | undefined;
|
|
9302
9302
|
}[] | undefined;
|
|
9303
9303
|
accidents?: {
|
|
9304
|
-
date?: string | undefined;
|
|
9305
9304
|
description?: string | undefined;
|
|
9305
|
+
date?: string | undefined;
|
|
9306
9306
|
atFault?: boolean | undefined;
|
|
9307
9307
|
amountPaid?: string | undefined;
|
|
9308
9308
|
}[] | undefined;
|
|
@@ -10099,16 +10099,16 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
10099
10099
|
premium: z.ZodOptional<z.ZodString>;
|
|
10100
10100
|
locationNumber: z.ZodOptional<z.ZodNumber>;
|
|
10101
10101
|
}, "strip", z.ZodTypeAny, {
|
|
10102
|
-
code: string;
|
|
10103
10102
|
description: string;
|
|
10103
|
+
code: string;
|
|
10104
10104
|
premiumBasis: string;
|
|
10105
10105
|
premium?: string | undefined;
|
|
10106
10106
|
locationNumber?: number | undefined;
|
|
10107
10107
|
basisAmount?: string | undefined;
|
|
10108
10108
|
rate?: string | undefined;
|
|
10109
10109
|
}, {
|
|
10110
|
-
code: string;
|
|
10111
10110
|
description: string;
|
|
10111
|
+
code: string;
|
|
10112
10112
|
premiumBasis: string;
|
|
10113
10113
|
premium?: string | undefined;
|
|
10114
10114
|
locationNumber?: number | undefined;
|
|
@@ -10129,8 +10129,8 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
10129
10129
|
perOccurrenceLimit?: string | undefined;
|
|
10130
10130
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
10131
10131
|
classifications?: {
|
|
10132
|
-
code: string;
|
|
10133
10132
|
description: string;
|
|
10133
|
+
code: string;
|
|
10134
10134
|
premiumBasis: string;
|
|
10135
10135
|
premium?: string | undefined;
|
|
10136
10136
|
locationNumber?: number | undefined;
|
|
@@ -10150,8 +10150,8 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
10150
10150
|
perOccurrenceLimit?: string | undefined;
|
|
10151
10151
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
10152
10152
|
classifications?: {
|
|
10153
|
-
code: string;
|
|
10154
10153
|
description: string;
|
|
10154
|
+
code: string;
|
|
10155
10155
|
premiumBasis: string;
|
|
10156
10156
|
premium?: string | undefined;
|
|
10157
10157
|
locationNumber?: number | undefined;
|
|
@@ -10438,16 +10438,16 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
10438
10438
|
premium: z.ZodOptional<z.ZodString>;
|
|
10439
10439
|
locationNumber: z.ZodOptional<z.ZodNumber>;
|
|
10440
10440
|
}, "strip", z.ZodTypeAny, {
|
|
10441
|
-
code: string;
|
|
10442
10441
|
description: string;
|
|
10442
|
+
code: string;
|
|
10443
10443
|
premiumBasis: string;
|
|
10444
10444
|
premium?: string | undefined;
|
|
10445
10445
|
locationNumber?: number | undefined;
|
|
10446
10446
|
basisAmount?: string | undefined;
|
|
10447
10447
|
rate?: string | undefined;
|
|
10448
10448
|
}, {
|
|
10449
|
-
code: string;
|
|
10450
10449
|
description: string;
|
|
10450
|
+
code: string;
|
|
10451
10451
|
premiumBasis: string;
|
|
10452
10452
|
premium?: string | undefined;
|
|
10453
10453
|
locationNumber?: number | undefined;
|
|
@@ -10483,8 +10483,8 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
10483
10483
|
}, "strip", z.ZodTypeAny, {
|
|
10484
10484
|
line: "workers_comp";
|
|
10485
10485
|
classifications: {
|
|
10486
|
-
code: string;
|
|
10487
10486
|
description: string;
|
|
10487
|
+
code: string;
|
|
10488
10488
|
premiumBasis: string;
|
|
10489
10489
|
premium?: string | undefined;
|
|
10490
10490
|
locationNumber?: number | undefined;
|
|
@@ -10505,8 +10505,8 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
10505
10505
|
}, {
|
|
10506
10506
|
line: "workers_comp";
|
|
10507
10507
|
classifications: {
|
|
10508
|
-
code: string;
|
|
10509
10508
|
description: string;
|
|
10509
|
+
code: string;
|
|
10510
10510
|
premiumBasis: string;
|
|
10511
10511
|
premium?: string | undefined;
|
|
10512
10512
|
locationNumber?: number | undefined;
|
|
@@ -11292,20 +11292,20 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
11292
11292
|
name: string;
|
|
11293
11293
|
amount: string;
|
|
11294
11294
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
11295
|
+
description?: string | undefined;
|
|
11295
11296
|
sourceSpanIds?: string[] | undefined;
|
|
11296
11297
|
documentNodeId?: string | undefined;
|
|
11297
11298
|
sourceTextHash?: string | undefined;
|
|
11298
11299
|
amountValue?: number | undefined;
|
|
11299
|
-
description?: string | undefined;
|
|
11300
11300
|
}, {
|
|
11301
11301
|
name: string;
|
|
11302
11302
|
amount: string;
|
|
11303
11303
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
11304
|
+
description?: string | undefined;
|
|
11304
11305
|
sourceSpanIds?: string[] | undefined;
|
|
11305
11306
|
documentNodeId?: string | undefined;
|
|
11306
11307
|
sourceTextHash?: string | undefined;
|
|
11307
11308
|
amountValue?: number | undefined;
|
|
11308
|
-
description?: string | undefined;
|
|
11309
11309
|
}>, "many">>;
|
|
11310
11310
|
totalCost: z.ZodOptional<z.ZodString>;
|
|
11311
11311
|
totalCostAmount: z.ZodOptional<z.ZodNumber>;
|
|
@@ -11350,12 +11350,12 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
11350
11350
|
description: z.ZodOptional<z.ZodString>;
|
|
11351
11351
|
}, "strip", z.ZodTypeAny, {
|
|
11352
11352
|
type: "other" | "payroll" | "revenue" | "area" | "units" | "vehicle_count" | "employee_count" | "per_capita" | "dwelling_value" | "vehicle_value" | "contents_value";
|
|
11353
|
-
amount?: string | undefined;
|
|
11354
11353
|
description?: string | undefined;
|
|
11354
|
+
amount?: string | undefined;
|
|
11355
11355
|
}, {
|
|
11356
11356
|
type: "other" | "payroll" | "revenue" | "area" | "units" | "vehicle_count" | "employee_count" | "per_capita" | "dwelling_value" | "vehicle_value" | "contents_value";
|
|
11357
|
-
amount?: string | undefined;
|
|
11358
11357
|
description?: string | undefined;
|
|
11358
|
+
amount?: string | undefined;
|
|
11359
11359
|
}>, "many">>;
|
|
11360
11360
|
premiumByLocation: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11361
11361
|
locationNumber: z.ZodNumber;
|
|
@@ -11659,12 +11659,12 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
11659
11659
|
defensiveDriverDiscount?: boolean | undefined;
|
|
11660
11660
|
violations?: {
|
|
11661
11661
|
type?: string | undefined;
|
|
11662
|
-
date?: string | undefined;
|
|
11663
11662
|
description?: string | undefined;
|
|
11663
|
+
date?: string | undefined;
|
|
11664
11664
|
}[] | undefined;
|
|
11665
11665
|
accidents?: {
|
|
11666
|
-
date?: string | undefined;
|
|
11667
11666
|
description?: string | undefined;
|
|
11667
|
+
date?: string | undefined;
|
|
11668
11668
|
atFault?: boolean | undefined;
|
|
11669
11669
|
amountPaid?: string | undefined;
|
|
11670
11670
|
}[] | undefined;
|
|
@@ -11902,8 +11902,8 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
11902
11902
|
perOccurrenceLimit?: string | undefined;
|
|
11903
11903
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
11904
11904
|
classifications?: {
|
|
11905
|
-
code: string;
|
|
11906
11905
|
description: string;
|
|
11906
|
+
code: string;
|
|
11907
11907
|
premiumBasis: string;
|
|
11908
11908
|
premium?: string | undefined;
|
|
11909
11909
|
locationNumber?: number | undefined;
|
|
@@ -11969,8 +11969,8 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
11969
11969
|
} | {
|
|
11970
11970
|
line: "workers_comp";
|
|
11971
11971
|
classifications: {
|
|
11972
|
-
code: string;
|
|
11973
11972
|
description: string;
|
|
11973
|
+
code: string;
|
|
11974
11974
|
premiumBasis: string;
|
|
11975
11975
|
premium?: string | undefined;
|
|
11976
11976
|
locationNumber?: number | undefined;
|
|
@@ -12109,8 +12109,8 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
12109
12109
|
underwriter?: string | undefined;
|
|
12110
12110
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
12111
12111
|
classifications?: {
|
|
12112
|
-
code: string;
|
|
12113
12112
|
description: string;
|
|
12113
|
+
code: string;
|
|
12114
12114
|
premiumBasis: string;
|
|
12115
12115
|
premium?: string | undefined;
|
|
12116
12116
|
locationNumber?: number | undefined;
|
|
@@ -12518,11 +12518,11 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
12518
12518
|
name: string;
|
|
12519
12519
|
amount: string;
|
|
12520
12520
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
12521
|
+
description?: string | undefined;
|
|
12521
12522
|
sourceSpanIds?: string[] | undefined;
|
|
12522
12523
|
documentNodeId?: string | undefined;
|
|
12523
12524
|
sourceTextHash?: string | undefined;
|
|
12524
12525
|
amountValue?: number | undefined;
|
|
12525
|
-
description?: string | undefined;
|
|
12526
12526
|
}[] | undefined;
|
|
12527
12527
|
totalCost?: string | undefined;
|
|
12528
12528
|
totalCostAmount?: number | undefined;
|
|
@@ -12541,8 +12541,8 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
12541
12541
|
auditType?: "annual" | "semi_annual" | "quarterly" | "monthly" | "self" | "physical" | "none" | undefined;
|
|
12542
12542
|
ratingBasis?: {
|
|
12543
12543
|
type: "other" | "payroll" | "revenue" | "area" | "units" | "vehicle_count" | "employee_count" | "per_capita" | "dwelling_value" | "vehicle_value" | "contents_value";
|
|
12544
|
-
amount?: string | undefined;
|
|
12545
12544
|
description?: string | undefined;
|
|
12545
|
+
amount?: string | undefined;
|
|
12546
12546
|
}[] | undefined;
|
|
12547
12547
|
premiumByLocation?: {
|
|
12548
12548
|
premium: string;
|
|
@@ -12813,12 +12813,12 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
12813
12813
|
defensiveDriverDiscount?: boolean | undefined;
|
|
12814
12814
|
violations?: {
|
|
12815
12815
|
type?: string | undefined;
|
|
12816
|
-
date?: string | undefined;
|
|
12817
12816
|
description?: string | undefined;
|
|
12817
|
+
date?: string | undefined;
|
|
12818
12818
|
}[] | undefined;
|
|
12819
12819
|
accidents?: {
|
|
12820
|
-
date?: string | undefined;
|
|
12821
12820
|
description?: string | undefined;
|
|
12821
|
+
date?: string | undefined;
|
|
12822
12822
|
atFault?: boolean | undefined;
|
|
12823
12823
|
amountPaid?: string | undefined;
|
|
12824
12824
|
}[] | undefined;
|
|
@@ -13056,8 +13056,8 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
13056
13056
|
perOccurrenceLimit?: string | undefined;
|
|
13057
13057
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
13058
13058
|
classifications?: {
|
|
13059
|
-
code: string;
|
|
13060
13059
|
description: string;
|
|
13060
|
+
code: string;
|
|
13061
13061
|
premiumBasis: string;
|
|
13062
13062
|
premium?: string | undefined;
|
|
13063
13063
|
locationNumber?: number | undefined;
|
|
@@ -13123,8 +13123,8 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
13123
13123
|
} | {
|
|
13124
13124
|
line: "workers_comp";
|
|
13125
13125
|
classifications: {
|
|
13126
|
-
code: string;
|
|
13127
13126
|
description: string;
|
|
13127
|
+
code: string;
|
|
13128
13128
|
premiumBasis: string;
|
|
13129
13129
|
premium?: string | undefined;
|
|
13130
13130
|
locationNumber?: number | undefined;
|
|
@@ -13263,8 +13263,8 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
13263
13263
|
underwriter?: string | undefined;
|
|
13264
13264
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
13265
13265
|
classifications?: {
|
|
13266
|
-
code: string;
|
|
13267
13266
|
description: string;
|
|
13267
|
+
code: string;
|
|
13268
13268
|
premiumBasis: string;
|
|
13269
13269
|
premium?: string | undefined;
|
|
13270
13270
|
locationNumber?: number | undefined;
|
|
@@ -13672,11 +13672,11 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
13672
13672
|
name: string;
|
|
13673
13673
|
amount: string;
|
|
13674
13674
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
13675
|
+
description?: string | undefined;
|
|
13675
13676
|
sourceSpanIds?: string[] | undefined;
|
|
13676
13677
|
documentNodeId?: string | undefined;
|
|
13677
13678
|
sourceTextHash?: string | undefined;
|
|
13678
13679
|
amountValue?: number | undefined;
|
|
13679
|
-
description?: string | undefined;
|
|
13680
13680
|
}[] | undefined;
|
|
13681
13681
|
totalCost?: string | undefined;
|
|
13682
13682
|
totalCostAmount?: number | undefined;
|
|
@@ -13695,8 +13695,8 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
13695
13695
|
auditType?: "annual" | "semi_annual" | "quarterly" | "monthly" | "self" | "physical" | "none" | undefined;
|
|
13696
13696
|
ratingBasis?: {
|
|
13697
13697
|
type: "other" | "payroll" | "revenue" | "area" | "units" | "vehicle_count" | "employee_count" | "per_capita" | "dwelling_value" | "vehicle_value" | "contents_value";
|
|
13698
|
-
amount?: string | undefined;
|
|
13699
13698
|
description?: string | undefined;
|
|
13699
|
+
amount?: string | undefined;
|
|
13700
13700
|
}[] | undefined;
|
|
13701
13701
|
premiumByLocation?: {
|
|
13702
13702
|
premium: string;
|
|
@@ -14957,16 +14957,16 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
14957
14957
|
premium: z.ZodOptional<z.ZodString>;
|
|
14958
14958
|
locationNumber: z.ZodOptional<z.ZodNumber>;
|
|
14959
14959
|
}, "strip", z.ZodTypeAny, {
|
|
14960
|
-
code: string;
|
|
14961
14960
|
description: string;
|
|
14961
|
+
code: string;
|
|
14962
14962
|
premiumBasis: string;
|
|
14963
14963
|
premium?: string | undefined;
|
|
14964
14964
|
locationNumber?: number | undefined;
|
|
14965
14965
|
basisAmount?: string | undefined;
|
|
14966
14966
|
rate?: string | undefined;
|
|
14967
14967
|
}, {
|
|
14968
|
-
code: string;
|
|
14969
14968
|
description: string;
|
|
14969
|
+
code: string;
|
|
14970
14970
|
premiumBasis: string;
|
|
14971
14971
|
premium?: string | undefined;
|
|
14972
14972
|
locationNumber?: number | undefined;
|
|
@@ -15578,12 +15578,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
15578
15578
|
description: z.ZodOptional<z.ZodString>;
|
|
15579
15579
|
}, "strip", z.ZodTypeAny, {
|
|
15580
15580
|
type?: string | undefined;
|
|
15581
|
-
date?: string | undefined;
|
|
15582
15581
|
description?: string | undefined;
|
|
15582
|
+
date?: string | undefined;
|
|
15583
15583
|
}, {
|
|
15584
15584
|
type?: string | undefined;
|
|
15585
|
-
date?: string | undefined;
|
|
15586
15585
|
description?: string | undefined;
|
|
15586
|
+
date?: string | undefined;
|
|
15587
15587
|
}>, "many">>;
|
|
15588
15588
|
accidents: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
15589
15589
|
date: z.ZodOptional<z.ZodString>;
|
|
@@ -15591,13 +15591,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
15591
15591
|
description: z.ZodOptional<z.ZodString>;
|
|
15592
15592
|
amountPaid: z.ZodOptional<z.ZodString>;
|
|
15593
15593
|
}, "strip", z.ZodTypeAny, {
|
|
15594
|
-
date?: string | undefined;
|
|
15595
15594
|
description?: string | undefined;
|
|
15595
|
+
date?: string | undefined;
|
|
15596
15596
|
atFault?: boolean | undefined;
|
|
15597
15597
|
amountPaid?: string | undefined;
|
|
15598
15598
|
}, {
|
|
15599
|
-
date?: string | undefined;
|
|
15600
15599
|
description?: string | undefined;
|
|
15600
|
+
date?: string | undefined;
|
|
15601
15601
|
atFault?: boolean | undefined;
|
|
15602
15602
|
amountPaid?: string | undefined;
|
|
15603
15603
|
}>, "many">>;
|
|
@@ -15615,12 +15615,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
15615
15615
|
defensiveDriverDiscount?: boolean | undefined;
|
|
15616
15616
|
violations?: {
|
|
15617
15617
|
type?: string | undefined;
|
|
15618
|
-
date?: string | undefined;
|
|
15619
15618
|
description?: string | undefined;
|
|
15619
|
+
date?: string | undefined;
|
|
15620
15620
|
}[] | undefined;
|
|
15621
15621
|
accidents?: {
|
|
15622
|
-
date?: string | undefined;
|
|
15623
15622
|
description?: string | undefined;
|
|
15623
|
+
date?: string | undefined;
|
|
15624
15624
|
atFault?: boolean | undefined;
|
|
15625
15625
|
amountPaid?: string | undefined;
|
|
15626
15626
|
}[] | undefined;
|
|
@@ -15638,12 +15638,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
15638
15638
|
defensiveDriverDiscount?: boolean | undefined;
|
|
15639
15639
|
violations?: {
|
|
15640
15640
|
type?: string | undefined;
|
|
15641
|
-
date?: string | undefined;
|
|
15642
15641
|
description?: string | undefined;
|
|
15642
|
+
date?: string | undefined;
|
|
15643
15643
|
}[] | undefined;
|
|
15644
15644
|
accidents?: {
|
|
15645
|
-
date?: string | undefined;
|
|
15646
15645
|
description?: string | undefined;
|
|
15646
|
+
date?: string | undefined;
|
|
15647
15647
|
atFault?: boolean | undefined;
|
|
15648
15648
|
amountPaid?: string | undefined;
|
|
15649
15649
|
}[] | undefined;
|
|
@@ -15745,12 +15745,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
15745
15745
|
defensiveDriverDiscount?: boolean | undefined;
|
|
15746
15746
|
violations?: {
|
|
15747
15747
|
type?: string | undefined;
|
|
15748
|
-
date?: string | undefined;
|
|
15749
15748
|
description?: string | undefined;
|
|
15749
|
+
date?: string | undefined;
|
|
15750
15750
|
}[] | undefined;
|
|
15751
15751
|
accidents?: {
|
|
15752
|
-
date?: string | undefined;
|
|
15753
15752
|
description?: string | undefined;
|
|
15753
|
+
date?: string | undefined;
|
|
15754
15754
|
atFault?: boolean | undefined;
|
|
15755
15755
|
amountPaid?: string | undefined;
|
|
15756
15756
|
}[] | undefined;
|
|
@@ -15830,12 +15830,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
15830
15830
|
defensiveDriverDiscount?: boolean | undefined;
|
|
15831
15831
|
violations?: {
|
|
15832
15832
|
type?: string | undefined;
|
|
15833
|
-
date?: string | undefined;
|
|
15834
15833
|
description?: string | undefined;
|
|
15834
|
+
date?: string | undefined;
|
|
15835
15835
|
}[] | undefined;
|
|
15836
15836
|
accidents?: {
|
|
15837
|
-
date?: string | undefined;
|
|
15838
15837
|
description?: string | undefined;
|
|
15838
|
+
date?: string | undefined;
|
|
15839
15839
|
atFault?: boolean | undefined;
|
|
15840
15840
|
amountPaid?: string | undefined;
|
|
15841
15841
|
}[] | undefined;
|
|
@@ -16632,16 +16632,16 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
16632
16632
|
premium: z.ZodOptional<z.ZodString>;
|
|
16633
16633
|
locationNumber: z.ZodOptional<z.ZodNumber>;
|
|
16634
16634
|
}, "strip", z.ZodTypeAny, {
|
|
16635
|
-
code: string;
|
|
16636
16635
|
description: string;
|
|
16636
|
+
code: string;
|
|
16637
16637
|
premiumBasis: string;
|
|
16638
16638
|
premium?: string | undefined;
|
|
16639
16639
|
locationNumber?: number | undefined;
|
|
16640
16640
|
basisAmount?: string | undefined;
|
|
16641
16641
|
rate?: string | undefined;
|
|
16642
16642
|
}, {
|
|
16643
|
-
code: string;
|
|
16644
16643
|
description: string;
|
|
16644
|
+
code: string;
|
|
16645
16645
|
premiumBasis: string;
|
|
16646
16646
|
premium?: string | undefined;
|
|
16647
16647
|
locationNumber?: number | undefined;
|
|
@@ -16662,8 +16662,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
16662
16662
|
perOccurrenceLimit?: string | undefined;
|
|
16663
16663
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
16664
16664
|
classifications?: {
|
|
16665
|
-
code: string;
|
|
16666
16665
|
description: string;
|
|
16666
|
+
code: string;
|
|
16667
16667
|
premiumBasis: string;
|
|
16668
16668
|
premium?: string | undefined;
|
|
16669
16669
|
locationNumber?: number | undefined;
|
|
@@ -16683,8 +16683,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
16683
16683
|
perOccurrenceLimit?: string | undefined;
|
|
16684
16684
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
16685
16685
|
classifications?: {
|
|
16686
|
-
code: string;
|
|
16687
16686
|
description: string;
|
|
16687
|
+
code: string;
|
|
16688
16688
|
premiumBasis: string;
|
|
16689
16689
|
premium?: string | undefined;
|
|
16690
16690
|
locationNumber?: number | undefined;
|
|
@@ -16971,16 +16971,16 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
16971
16971
|
premium: z.ZodOptional<z.ZodString>;
|
|
16972
16972
|
locationNumber: z.ZodOptional<z.ZodNumber>;
|
|
16973
16973
|
}, "strip", z.ZodTypeAny, {
|
|
16974
|
-
code: string;
|
|
16975
16974
|
description: string;
|
|
16975
|
+
code: string;
|
|
16976
16976
|
premiumBasis: string;
|
|
16977
16977
|
premium?: string | undefined;
|
|
16978
16978
|
locationNumber?: number | undefined;
|
|
16979
16979
|
basisAmount?: string | undefined;
|
|
16980
16980
|
rate?: string | undefined;
|
|
16981
16981
|
}, {
|
|
16982
|
-
code: string;
|
|
16983
16982
|
description: string;
|
|
16983
|
+
code: string;
|
|
16984
16984
|
premiumBasis: string;
|
|
16985
16985
|
premium?: string | undefined;
|
|
16986
16986
|
locationNumber?: number | undefined;
|
|
@@ -17016,8 +17016,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
17016
17016
|
}, "strip", z.ZodTypeAny, {
|
|
17017
17017
|
line: "workers_comp";
|
|
17018
17018
|
classifications: {
|
|
17019
|
-
code: string;
|
|
17020
17019
|
description: string;
|
|
17020
|
+
code: string;
|
|
17021
17021
|
premiumBasis: string;
|
|
17022
17022
|
premium?: string | undefined;
|
|
17023
17023
|
locationNumber?: number | undefined;
|
|
@@ -17038,8 +17038,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
17038
17038
|
}, {
|
|
17039
17039
|
line: "workers_comp";
|
|
17040
17040
|
classifications: {
|
|
17041
|
-
code: string;
|
|
17042
17041
|
description: string;
|
|
17042
|
+
code: string;
|
|
17043
17043
|
premiumBasis: string;
|
|
17044
17044
|
premium?: string | undefined;
|
|
17045
17045
|
locationNumber?: number | undefined;
|
|
@@ -17825,20 +17825,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
17825
17825
|
name: string;
|
|
17826
17826
|
amount: string;
|
|
17827
17827
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
17828
|
+
description?: string | undefined;
|
|
17828
17829
|
sourceSpanIds?: string[] | undefined;
|
|
17829
17830
|
documentNodeId?: string | undefined;
|
|
17830
17831
|
sourceTextHash?: string | undefined;
|
|
17831
17832
|
amountValue?: number | undefined;
|
|
17832
|
-
description?: string | undefined;
|
|
17833
17833
|
}, {
|
|
17834
17834
|
name: string;
|
|
17835
17835
|
amount: string;
|
|
17836
17836
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
17837
|
+
description?: string | undefined;
|
|
17837
17838
|
sourceSpanIds?: string[] | undefined;
|
|
17838
17839
|
documentNodeId?: string | undefined;
|
|
17839
17840
|
sourceTextHash?: string | undefined;
|
|
17840
17841
|
amountValue?: number | undefined;
|
|
17841
|
-
description?: string | undefined;
|
|
17842
17842
|
}>, "many">>;
|
|
17843
17843
|
totalCost: z.ZodOptional<z.ZodString>;
|
|
17844
17844
|
totalCostAmount: z.ZodOptional<z.ZodNumber>;
|
|
@@ -17883,12 +17883,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
17883
17883
|
description: z.ZodOptional<z.ZodString>;
|
|
17884
17884
|
}, "strip", z.ZodTypeAny, {
|
|
17885
17885
|
type: "other" | "payroll" | "revenue" | "area" | "units" | "vehicle_count" | "employee_count" | "per_capita" | "dwelling_value" | "vehicle_value" | "contents_value";
|
|
17886
|
-
amount?: string | undefined;
|
|
17887
17886
|
description?: string | undefined;
|
|
17887
|
+
amount?: string | undefined;
|
|
17888
17888
|
}, {
|
|
17889
17889
|
type: "other" | "payroll" | "revenue" | "area" | "units" | "vehicle_count" | "employee_count" | "per_capita" | "dwelling_value" | "vehicle_value" | "contents_value";
|
|
17890
|
-
amount?: string | undefined;
|
|
17891
17890
|
description?: string | undefined;
|
|
17891
|
+
amount?: string | undefined;
|
|
17892
17892
|
}>, "many">>;
|
|
17893
17893
|
premiumByLocation: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
17894
17894
|
locationNumber: z.ZodNumber;
|
|
@@ -18193,12 +18193,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
18193
18193
|
defensiveDriverDiscount?: boolean | undefined;
|
|
18194
18194
|
violations?: {
|
|
18195
18195
|
type?: string | undefined;
|
|
18196
|
-
date?: string | undefined;
|
|
18197
18196
|
description?: string | undefined;
|
|
18197
|
+
date?: string | undefined;
|
|
18198
18198
|
}[] | undefined;
|
|
18199
18199
|
accidents?: {
|
|
18200
|
-
date?: string | undefined;
|
|
18201
18200
|
description?: string | undefined;
|
|
18201
|
+
date?: string | undefined;
|
|
18202
18202
|
atFault?: boolean | undefined;
|
|
18203
18203
|
amountPaid?: string | undefined;
|
|
18204
18204
|
}[] | undefined;
|
|
@@ -18436,8 +18436,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
18436
18436
|
perOccurrenceLimit?: string | undefined;
|
|
18437
18437
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
18438
18438
|
classifications?: {
|
|
18439
|
-
code: string;
|
|
18440
18439
|
description: string;
|
|
18440
|
+
code: string;
|
|
18441
18441
|
premiumBasis: string;
|
|
18442
18442
|
premium?: string | undefined;
|
|
18443
18443
|
locationNumber?: number | undefined;
|
|
@@ -18503,8 +18503,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
18503
18503
|
} | {
|
|
18504
18504
|
line: "workers_comp";
|
|
18505
18505
|
classifications: {
|
|
18506
|
-
code: string;
|
|
18507
18506
|
description: string;
|
|
18507
|
+
code: string;
|
|
18508
18508
|
premiumBasis: string;
|
|
18509
18509
|
premium?: string | undefined;
|
|
18510
18510
|
locationNumber?: number | undefined;
|
|
@@ -18643,8 +18643,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
18643
18643
|
underwriter?: string | undefined;
|
|
18644
18644
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
18645
18645
|
classifications?: {
|
|
18646
|
-
code: string;
|
|
18647
18646
|
description: string;
|
|
18647
|
+
code: string;
|
|
18648
18648
|
premiumBasis: string;
|
|
18649
18649
|
premium?: string | undefined;
|
|
18650
18650
|
locationNumber?: number | undefined;
|
|
@@ -19056,11 +19056,11 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
19056
19056
|
name: string;
|
|
19057
19057
|
amount: string;
|
|
19058
19058
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
19059
|
+
description?: string | undefined;
|
|
19059
19060
|
sourceSpanIds?: string[] | undefined;
|
|
19060
19061
|
documentNodeId?: string | undefined;
|
|
19061
19062
|
sourceTextHash?: string | undefined;
|
|
19062
19063
|
amountValue?: number | undefined;
|
|
19063
|
-
description?: string | undefined;
|
|
19064
19064
|
}[] | undefined;
|
|
19065
19065
|
totalCost?: string | undefined;
|
|
19066
19066
|
totalCostAmount?: number | undefined;
|
|
@@ -19079,8 +19079,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
19079
19079
|
auditType?: "annual" | "semi_annual" | "quarterly" | "monthly" | "self" | "physical" | "none" | undefined;
|
|
19080
19080
|
ratingBasis?: {
|
|
19081
19081
|
type: "other" | "payroll" | "revenue" | "area" | "units" | "vehicle_count" | "employee_count" | "per_capita" | "dwelling_value" | "vehicle_value" | "contents_value";
|
|
19082
|
-
amount?: string | undefined;
|
|
19083
19082
|
description?: string | undefined;
|
|
19083
|
+
amount?: string | undefined;
|
|
19084
19084
|
}[] | undefined;
|
|
19085
19085
|
premiumByLocation?: {
|
|
19086
19086
|
premium: string;
|
|
@@ -19314,12 +19314,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
19314
19314
|
defensiveDriverDiscount?: boolean | undefined;
|
|
19315
19315
|
violations?: {
|
|
19316
19316
|
type?: string | undefined;
|
|
19317
|
-
date?: string | undefined;
|
|
19318
19317
|
description?: string | undefined;
|
|
19318
|
+
date?: string | undefined;
|
|
19319
19319
|
}[] | undefined;
|
|
19320
19320
|
accidents?: {
|
|
19321
|
-
date?: string | undefined;
|
|
19322
19321
|
description?: string | undefined;
|
|
19322
|
+
date?: string | undefined;
|
|
19323
19323
|
atFault?: boolean | undefined;
|
|
19324
19324
|
amountPaid?: string | undefined;
|
|
19325
19325
|
}[] | undefined;
|
|
@@ -19557,8 +19557,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
19557
19557
|
perOccurrenceLimit?: string | undefined;
|
|
19558
19558
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
19559
19559
|
classifications?: {
|
|
19560
|
-
code: string;
|
|
19561
19560
|
description: string;
|
|
19561
|
+
code: string;
|
|
19562
19562
|
premiumBasis: string;
|
|
19563
19563
|
premium?: string | undefined;
|
|
19564
19564
|
locationNumber?: number | undefined;
|
|
@@ -19624,8 +19624,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
19624
19624
|
} | {
|
|
19625
19625
|
line: "workers_comp";
|
|
19626
19626
|
classifications: {
|
|
19627
|
-
code: string;
|
|
19628
19627
|
description: string;
|
|
19628
|
+
code: string;
|
|
19629
19629
|
premiumBasis: string;
|
|
19630
19630
|
premium?: string | undefined;
|
|
19631
19631
|
locationNumber?: number | undefined;
|
|
@@ -19764,8 +19764,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
19764
19764
|
underwriter?: string | undefined;
|
|
19765
19765
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
19766
19766
|
classifications?: {
|
|
19767
|
-
code: string;
|
|
19768
19767
|
description: string;
|
|
19768
|
+
code: string;
|
|
19769
19769
|
premiumBasis: string;
|
|
19770
19770
|
premium?: string | undefined;
|
|
19771
19771
|
locationNumber?: number | undefined;
|
|
@@ -20177,11 +20177,11 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
20177
20177
|
name: string;
|
|
20178
20178
|
amount: string;
|
|
20179
20179
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
20180
|
+
description?: string | undefined;
|
|
20180
20181
|
sourceSpanIds?: string[] | undefined;
|
|
20181
20182
|
documentNodeId?: string | undefined;
|
|
20182
20183
|
sourceTextHash?: string | undefined;
|
|
20183
20184
|
amountValue?: number | undefined;
|
|
20184
|
-
description?: string | undefined;
|
|
20185
20185
|
}[] | undefined;
|
|
20186
20186
|
totalCost?: string | undefined;
|
|
20187
20187
|
totalCostAmount?: number | undefined;
|
|
@@ -20200,8 +20200,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
20200
20200
|
auditType?: "annual" | "semi_annual" | "quarterly" | "monthly" | "self" | "physical" | "none" | undefined;
|
|
20201
20201
|
ratingBasis?: {
|
|
20202
20202
|
type: "other" | "payroll" | "revenue" | "area" | "units" | "vehicle_count" | "employee_count" | "per_capita" | "dwelling_value" | "vehicle_value" | "contents_value";
|
|
20203
|
-
amount?: string | undefined;
|
|
20204
20203
|
description?: string | undefined;
|
|
20204
|
+
amount?: string | undefined;
|
|
20205
20205
|
}[] | undefined;
|
|
20206
20206
|
premiumByLocation?: {
|
|
20207
20207
|
premium: string;
|
|
@@ -21509,16 +21509,16 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21509
21509
|
premium: z.ZodOptional<z.ZodString>;
|
|
21510
21510
|
locationNumber: z.ZodOptional<z.ZodNumber>;
|
|
21511
21511
|
}, "strip", z.ZodTypeAny, {
|
|
21512
|
-
code: string;
|
|
21513
21512
|
description: string;
|
|
21513
|
+
code: string;
|
|
21514
21514
|
premiumBasis: string;
|
|
21515
21515
|
premium?: string | undefined;
|
|
21516
21516
|
locationNumber?: number | undefined;
|
|
21517
21517
|
basisAmount?: string | undefined;
|
|
21518
21518
|
rate?: string | undefined;
|
|
21519
21519
|
}, {
|
|
21520
|
-
code: string;
|
|
21521
21520
|
description: string;
|
|
21521
|
+
code: string;
|
|
21522
21522
|
premiumBasis: string;
|
|
21523
21523
|
premium?: string | undefined;
|
|
21524
21524
|
locationNumber?: number | undefined;
|
|
@@ -22130,12 +22130,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
22130
22130
|
description: z.ZodOptional<z.ZodString>;
|
|
22131
22131
|
}, "strip", z.ZodTypeAny, {
|
|
22132
22132
|
type?: string | undefined;
|
|
22133
|
-
date?: string | undefined;
|
|
22134
22133
|
description?: string | undefined;
|
|
22134
|
+
date?: string | undefined;
|
|
22135
22135
|
}, {
|
|
22136
22136
|
type?: string | undefined;
|
|
22137
|
-
date?: string | undefined;
|
|
22138
22137
|
description?: string | undefined;
|
|
22138
|
+
date?: string | undefined;
|
|
22139
22139
|
}>, "many">>;
|
|
22140
22140
|
accidents: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
22141
22141
|
date: z.ZodOptional<z.ZodString>;
|
|
@@ -22143,13 +22143,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
22143
22143
|
description: z.ZodOptional<z.ZodString>;
|
|
22144
22144
|
amountPaid: z.ZodOptional<z.ZodString>;
|
|
22145
22145
|
}, "strip", z.ZodTypeAny, {
|
|
22146
|
-
date?: string | undefined;
|
|
22147
22146
|
description?: string | undefined;
|
|
22147
|
+
date?: string | undefined;
|
|
22148
22148
|
atFault?: boolean | undefined;
|
|
22149
22149
|
amountPaid?: string | undefined;
|
|
22150
22150
|
}, {
|
|
22151
|
-
date?: string | undefined;
|
|
22152
22151
|
description?: string | undefined;
|
|
22152
|
+
date?: string | undefined;
|
|
22153
22153
|
atFault?: boolean | undefined;
|
|
22154
22154
|
amountPaid?: string | undefined;
|
|
22155
22155
|
}>, "many">>;
|
|
@@ -22167,12 +22167,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
22167
22167
|
defensiveDriverDiscount?: boolean | undefined;
|
|
22168
22168
|
violations?: {
|
|
22169
22169
|
type?: string | undefined;
|
|
22170
|
-
date?: string | undefined;
|
|
22171
22170
|
description?: string | undefined;
|
|
22171
|
+
date?: string | undefined;
|
|
22172
22172
|
}[] | undefined;
|
|
22173
22173
|
accidents?: {
|
|
22174
|
-
date?: string | undefined;
|
|
22175
22174
|
description?: string | undefined;
|
|
22175
|
+
date?: string | undefined;
|
|
22176
22176
|
atFault?: boolean | undefined;
|
|
22177
22177
|
amountPaid?: string | undefined;
|
|
22178
22178
|
}[] | undefined;
|
|
@@ -22190,12 +22190,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
22190
22190
|
defensiveDriverDiscount?: boolean | undefined;
|
|
22191
22191
|
violations?: {
|
|
22192
22192
|
type?: string | undefined;
|
|
22193
|
-
date?: string | undefined;
|
|
22194
22193
|
description?: string | undefined;
|
|
22194
|
+
date?: string | undefined;
|
|
22195
22195
|
}[] | undefined;
|
|
22196
22196
|
accidents?: {
|
|
22197
|
-
date?: string | undefined;
|
|
22198
22197
|
description?: string | undefined;
|
|
22198
|
+
date?: string | undefined;
|
|
22199
22199
|
atFault?: boolean | undefined;
|
|
22200
22200
|
amountPaid?: string | undefined;
|
|
22201
22201
|
}[] | undefined;
|
|
@@ -22297,12 +22297,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
22297
22297
|
defensiveDriverDiscount?: boolean | undefined;
|
|
22298
22298
|
violations?: {
|
|
22299
22299
|
type?: string | undefined;
|
|
22300
|
-
date?: string | undefined;
|
|
22301
22300
|
description?: string | undefined;
|
|
22301
|
+
date?: string | undefined;
|
|
22302
22302
|
}[] | undefined;
|
|
22303
22303
|
accidents?: {
|
|
22304
|
-
date?: string | undefined;
|
|
22305
22304
|
description?: string | undefined;
|
|
22305
|
+
date?: string | undefined;
|
|
22306
22306
|
atFault?: boolean | undefined;
|
|
22307
22307
|
amountPaid?: string | undefined;
|
|
22308
22308
|
}[] | undefined;
|
|
@@ -22382,12 +22382,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
22382
22382
|
defensiveDriverDiscount?: boolean | undefined;
|
|
22383
22383
|
violations?: {
|
|
22384
22384
|
type?: string | undefined;
|
|
22385
|
-
date?: string | undefined;
|
|
22386
22385
|
description?: string | undefined;
|
|
22386
|
+
date?: string | undefined;
|
|
22387
22387
|
}[] | undefined;
|
|
22388
22388
|
accidents?: {
|
|
22389
|
-
date?: string | undefined;
|
|
22390
22389
|
description?: string | undefined;
|
|
22390
|
+
date?: string | undefined;
|
|
22391
22391
|
atFault?: boolean | undefined;
|
|
22392
22392
|
amountPaid?: string | undefined;
|
|
22393
22393
|
}[] | undefined;
|
|
@@ -23184,16 +23184,16 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
23184
23184
|
premium: z.ZodOptional<z.ZodString>;
|
|
23185
23185
|
locationNumber: z.ZodOptional<z.ZodNumber>;
|
|
23186
23186
|
}, "strip", z.ZodTypeAny, {
|
|
23187
|
-
code: string;
|
|
23188
23187
|
description: string;
|
|
23188
|
+
code: string;
|
|
23189
23189
|
premiumBasis: string;
|
|
23190
23190
|
premium?: string | undefined;
|
|
23191
23191
|
locationNumber?: number | undefined;
|
|
23192
23192
|
basisAmount?: string | undefined;
|
|
23193
23193
|
rate?: string | undefined;
|
|
23194
23194
|
}, {
|
|
23195
|
-
code: string;
|
|
23196
23195
|
description: string;
|
|
23196
|
+
code: string;
|
|
23197
23197
|
premiumBasis: string;
|
|
23198
23198
|
premium?: string | undefined;
|
|
23199
23199
|
locationNumber?: number | undefined;
|
|
@@ -23214,8 +23214,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
23214
23214
|
perOccurrenceLimit?: string | undefined;
|
|
23215
23215
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
23216
23216
|
classifications?: {
|
|
23217
|
-
code: string;
|
|
23218
23217
|
description: string;
|
|
23218
|
+
code: string;
|
|
23219
23219
|
premiumBasis: string;
|
|
23220
23220
|
premium?: string | undefined;
|
|
23221
23221
|
locationNumber?: number | undefined;
|
|
@@ -23235,8 +23235,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
23235
23235
|
perOccurrenceLimit?: string | undefined;
|
|
23236
23236
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
23237
23237
|
classifications?: {
|
|
23238
|
-
code: string;
|
|
23239
23238
|
description: string;
|
|
23239
|
+
code: string;
|
|
23240
23240
|
premiumBasis: string;
|
|
23241
23241
|
premium?: string | undefined;
|
|
23242
23242
|
locationNumber?: number | undefined;
|
|
@@ -23523,16 +23523,16 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
23523
23523
|
premium: z.ZodOptional<z.ZodString>;
|
|
23524
23524
|
locationNumber: z.ZodOptional<z.ZodNumber>;
|
|
23525
23525
|
}, "strip", z.ZodTypeAny, {
|
|
23526
|
-
code: string;
|
|
23527
23526
|
description: string;
|
|
23527
|
+
code: string;
|
|
23528
23528
|
premiumBasis: string;
|
|
23529
23529
|
premium?: string | undefined;
|
|
23530
23530
|
locationNumber?: number | undefined;
|
|
23531
23531
|
basisAmount?: string | undefined;
|
|
23532
23532
|
rate?: string | undefined;
|
|
23533
23533
|
}, {
|
|
23534
|
-
code: string;
|
|
23535
23534
|
description: string;
|
|
23535
|
+
code: string;
|
|
23536
23536
|
premiumBasis: string;
|
|
23537
23537
|
premium?: string | undefined;
|
|
23538
23538
|
locationNumber?: number | undefined;
|
|
@@ -23568,8 +23568,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
23568
23568
|
}, "strip", z.ZodTypeAny, {
|
|
23569
23569
|
line: "workers_comp";
|
|
23570
23570
|
classifications: {
|
|
23571
|
-
code: string;
|
|
23572
23571
|
description: string;
|
|
23572
|
+
code: string;
|
|
23573
23573
|
premiumBasis: string;
|
|
23574
23574
|
premium?: string | undefined;
|
|
23575
23575
|
locationNumber?: number | undefined;
|
|
@@ -23590,8 +23590,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
23590
23590
|
}, {
|
|
23591
23591
|
line: "workers_comp";
|
|
23592
23592
|
classifications: {
|
|
23593
|
-
code: string;
|
|
23594
23593
|
description: string;
|
|
23594
|
+
code: string;
|
|
23595
23595
|
premiumBasis: string;
|
|
23596
23596
|
premium?: string | undefined;
|
|
23597
23597
|
locationNumber?: number | undefined;
|
|
@@ -24377,20 +24377,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
24377
24377
|
name: string;
|
|
24378
24378
|
amount: string;
|
|
24379
24379
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
24380
|
+
description?: string | undefined;
|
|
24380
24381
|
sourceSpanIds?: string[] | undefined;
|
|
24381
24382
|
documentNodeId?: string | undefined;
|
|
24382
24383
|
sourceTextHash?: string | undefined;
|
|
24383
24384
|
amountValue?: number | undefined;
|
|
24384
|
-
description?: string | undefined;
|
|
24385
24385
|
}, {
|
|
24386
24386
|
name: string;
|
|
24387
24387
|
amount: string;
|
|
24388
24388
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
24389
|
+
description?: string | undefined;
|
|
24389
24390
|
sourceSpanIds?: string[] | undefined;
|
|
24390
24391
|
documentNodeId?: string | undefined;
|
|
24391
24392
|
sourceTextHash?: string | undefined;
|
|
24392
24393
|
amountValue?: number | undefined;
|
|
24393
|
-
description?: string | undefined;
|
|
24394
24394
|
}>, "many">>;
|
|
24395
24395
|
totalCost: z.ZodOptional<z.ZodString>;
|
|
24396
24396
|
totalCostAmount: z.ZodOptional<z.ZodNumber>;
|
|
@@ -24435,12 +24435,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
24435
24435
|
description: z.ZodOptional<z.ZodString>;
|
|
24436
24436
|
}, "strip", z.ZodTypeAny, {
|
|
24437
24437
|
type: "other" | "payroll" | "revenue" | "area" | "units" | "vehicle_count" | "employee_count" | "per_capita" | "dwelling_value" | "vehicle_value" | "contents_value";
|
|
24438
|
-
amount?: string | undefined;
|
|
24439
24438
|
description?: string | undefined;
|
|
24439
|
+
amount?: string | undefined;
|
|
24440
24440
|
}, {
|
|
24441
24441
|
type: "other" | "payroll" | "revenue" | "area" | "units" | "vehicle_count" | "employee_count" | "per_capita" | "dwelling_value" | "vehicle_value" | "contents_value";
|
|
24442
|
-
amount?: string | undefined;
|
|
24443
24442
|
description?: string | undefined;
|
|
24443
|
+
amount?: string | undefined;
|
|
24444
24444
|
}>, "many">>;
|
|
24445
24445
|
premiumByLocation: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
24446
24446
|
locationNumber: z.ZodNumber;
|
|
@@ -24744,12 +24744,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
24744
24744
|
defensiveDriverDiscount?: boolean | undefined;
|
|
24745
24745
|
violations?: {
|
|
24746
24746
|
type?: string | undefined;
|
|
24747
|
-
date?: string | undefined;
|
|
24748
24747
|
description?: string | undefined;
|
|
24748
|
+
date?: string | undefined;
|
|
24749
24749
|
}[] | undefined;
|
|
24750
24750
|
accidents?: {
|
|
24751
|
-
date?: string | undefined;
|
|
24752
24751
|
description?: string | undefined;
|
|
24752
|
+
date?: string | undefined;
|
|
24753
24753
|
atFault?: boolean | undefined;
|
|
24754
24754
|
amountPaid?: string | undefined;
|
|
24755
24755
|
}[] | undefined;
|
|
@@ -24987,8 +24987,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
24987
24987
|
perOccurrenceLimit?: string | undefined;
|
|
24988
24988
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
24989
24989
|
classifications?: {
|
|
24990
|
-
code: string;
|
|
24991
24990
|
description: string;
|
|
24991
|
+
code: string;
|
|
24992
24992
|
premiumBasis: string;
|
|
24993
24993
|
premium?: string | undefined;
|
|
24994
24994
|
locationNumber?: number | undefined;
|
|
@@ -25054,8 +25054,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
25054
25054
|
} | {
|
|
25055
25055
|
line: "workers_comp";
|
|
25056
25056
|
classifications: {
|
|
25057
|
-
code: string;
|
|
25058
25057
|
description: string;
|
|
25058
|
+
code: string;
|
|
25059
25059
|
premiumBasis: string;
|
|
25060
25060
|
premium?: string | undefined;
|
|
25061
25061
|
locationNumber?: number | undefined;
|
|
@@ -25194,8 +25194,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
25194
25194
|
underwriter?: string | undefined;
|
|
25195
25195
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
25196
25196
|
classifications?: {
|
|
25197
|
-
code: string;
|
|
25198
25197
|
description: string;
|
|
25198
|
+
code: string;
|
|
25199
25199
|
premiumBasis: string;
|
|
25200
25200
|
premium?: string | undefined;
|
|
25201
25201
|
locationNumber?: number | undefined;
|
|
@@ -25603,11 +25603,11 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
25603
25603
|
name: string;
|
|
25604
25604
|
amount: string;
|
|
25605
25605
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
25606
|
+
description?: string | undefined;
|
|
25606
25607
|
sourceSpanIds?: string[] | undefined;
|
|
25607
25608
|
documentNodeId?: string | undefined;
|
|
25608
25609
|
sourceTextHash?: string | undefined;
|
|
25609
25610
|
amountValue?: number | undefined;
|
|
25610
|
-
description?: string | undefined;
|
|
25611
25611
|
}[] | undefined;
|
|
25612
25612
|
totalCost?: string | undefined;
|
|
25613
25613
|
totalCostAmount?: number | undefined;
|
|
@@ -25626,8 +25626,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
25626
25626
|
auditType?: "annual" | "semi_annual" | "quarterly" | "monthly" | "self" | "physical" | "none" | undefined;
|
|
25627
25627
|
ratingBasis?: {
|
|
25628
25628
|
type: "other" | "payroll" | "revenue" | "area" | "units" | "vehicle_count" | "employee_count" | "per_capita" | "dwelling_value" | "vehicle_value" | "contents_value";
|
|
25629
|
-
amount?: string | undefined;
|
|
25630
25629
|
description?: string | undefined;
|
|
25630
|
+
amount?: string | undefined;
|
|
25631
25631
|
}[] | undefined;
|
|
25632
25632
|
premiumByLocation?: {
|
|
25633
25633
|
premium: string;
|
|
@@ -25898,12 +25898,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
25898
25898
|
defensiveDriverDiscount?: boolean | undefined;
|
|
25899
25899
|
violations?: {
|
|
25900
25900
|
type?: string | undefined;
|
|
25901
|
-
date?: string | undefined;
|
|
25902
25901
|
description?: string | undefined;
|
|
25902
|
+
date?: string | undefined;
|
|
25903
25903
|
}[] | undefined;
|
|
25904
25904
|
accidents?: {
|
|
25905
|
-
date?: string | undefined;
|
|
25906
25905
|
description?: string | undefined;
|
|
25906
|
+
date?: string | undefined;
|
|
25907
25907
|
atFault?: boolean | undefined;
|
|
25908
25908
|
amountPaid?: string | undefined;
|
|
25909
25909
|
}[] | undefined;
|
|
@@ -26141,8 +26141,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
26141
26141
|
perOccurrenceLimit?: string | undefined;
|
|
26142
26142
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
26143
26143
|
classifications?: {
|
|
26144
|
-
code: string;
|
|
26145
26144
|
description: string;
|
|
26145
|
+
code: string;
|
|
26146
26146
|
premiumBasis: string;
|
|
26147
26147
|
premium?: string | undefined;
|
|
26148
26148
|
locationNumber?: number | undefined;
|
|
@@ -26208,8 +26208,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
26208
26208
|
} | {
|
|
26209
26209
|
line: "workers_comp";
|
|
26210
26210
|
classifications: {
|
|
26211
|
-
code: string;
|
|
26212
26211
|
description: string;
|
|
26212
|
+
code: string;
|
|
26213
26213
|
premiumBasis: string;
|
|
26214
26214
|
premium?: string | undefined;
|
|
26215
26215
|
locationNumber?: number | undefined;
|
|
@@ -26348,8 +26348,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
26348
26348
|
underwriter?: string | undefined;
|
|
26349
26349
|
coverageForm?: "occurrence" | "claims_made" | "accident" | undefined;
|
|
26350
26350
|
classifications?: {
|
|
26351
|
-
code: string;
|
|
26352
26351
|
description: string;
|
|
26352
|
+
code: string;
|
|
26353
26353
|
premiumBasis: string;
|
|
26354
26354
|
premium?: string | undefined;
|
|
26355
26355
|
locationNumber?: number | undefined;
|
|
@@ -26757,11 +26757,11 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
26757
26757
|
name: string;
|
|
26758
26758
|
amount: string;
|
|
26759
26759
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
26760
|
+
description?: string | undefined;
|
|
26760
26761
|
sourceSpanIds?: string[] | undefined;
|
|
26761
26762
|
documentNodeId?: string | undefined;
|
|
26762
26763
|
sourceTextHash?: string | undefined;
|
|
26763
26764
|
amountValue?: number | undefined;
|
|
26764
|
-
description?: string | undefined;
|
|
26765
26765
|
}[] | undefined;
|
|
26766
26766
|
totalCost?: string | undefined;
|
|
26767
26767
|
totalCostAmount?: number | undefined;
|
|
@@ -26780,8 +26780,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
26780
26780
|
auditType?: "annual" | "semi_annual" | "quarterly" | "monthly" | "self" | "physical" | "none" | undefined;
|
|
26781
26781
|
ratingBasis?: {
|
|
26782
26782
|
type: "other" | "payroll" | "revenue" | "area" | "units" | "vehicle_count" | "employee_count" | "per_capita" | "dwelling_value" | "vehicle_value" | "contents_value";
|
|
26783
|
-
amount?: string | undefined;
|
|
26784
26783
|
description?: string | undefined;
|
|
26784
|
+
amount?: string | undefined;
|
|
26785
26785
|
}[] | undefined;
|
|
26786
26786
|
premiumByLocation?: {
|
|
26787
26787
|
premium: string;
|
|
@@ -27339,10 +27339,10 @@ declare const DocumentSourceNodeSchema: z.ZodObject<{
|
|
|
27339
27339
|
path: z.ZodString;
|
|
27340
27340
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
27341
27341
|
}, "strip", z.ZodTypeAny, {
|
|
27342
|
+
description: string;
|
|
27342
27343
|
path: string;
|
|
27343
27344
|
title: string;
|
|
27344
27345
|
sourceSpanIds: string[];
|
|
27345
|
-
description: string;
|
|
27346
27346
|
kind: "endorsement" | "schedule" | "page" | "text" | "section" | "table" | "table_row" | "table_cell" | "document" | "page_group" | "form" | "clause";
|
|
27347
27347
|
id: string;
|
|
27348
27348
|
documentId: string;
|
|
@@ -27360,10 +27360,10 @@ declare const DocumentSourceNodeSchema: z.ZodObject<{
|
|
|
27360
27360
|
parentId?: string | undefined;
|
|
27361
27361
|
textExcerpt?: string | undefined;
|
|
27362
27362
|
}, {
|
|
27363
|
+
description: string;
|
|
27363
27364
|
path: string;
|
|
27364
27365
|
title: string;
|
|
27365
27366
|
sourceSpanIds: string[];
|
|
27366
|
-
description: string;
|
|
27367
27367
|
kind: "endorsement" | "schedule" | "page" | "text" | "section" | "table" | "table_row" | "table_cell" | "document" | "page_group" | "form" | "clause";
|
|
27368
27368
|
id: string;
|
|
27369
27369
|
documentId: string;
|