@claritylabs/cl-sdk 3.2.13 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -14
- package/dist/application.d.mts +1 -1
- package/dist/application.d.ts +1 -1
- package/dist/application.js +426 -402
- package/dist/application.js.map +1 -1
- package/dist/application.mjs +426 -402
- package/dist/application.mjs.map +1 -1
- package/dist/{index-WjheX6Dt.d.mts → index-Cte-BzHF.d.mts} +356 -259
- package/dist/{index-WjheX6Dt.d.ts → index-Cte-BzHF.d.ts} +356 -259
- package/dist/index.d.mts +93 -84
- package/dist/index.d.ts +93 -84
- package/dist/index.js +2050 -1799
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2037 -1794
- package/dist/index.mjs.map +1 -1
- package/dist/storage-sqlite.d.mts +188 -188
- package/dist/storage-sqlite.d.ts +188 -188
- package/dist/storage-sqlite.js +426 -402
- package/dist/storage-sqlite.js.map +1 -1
- package/dist/storage-sqlite.mjs +426 -402
- package/dist/storage-sqlite.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -396,8 +396,8 @@ declare const CoveredReasonSchema: z.ZodObject<{
|
|
|
396
396
|
}, "strip", z.ZodTypeAny, {
|
|
397
397
|
content: string;
|
|
398
398
|
coverageName: string;
|
|
399
|
-
title?: string | undefined;
|
|
400
399
|
conditions?: string[] | undefined;
|
|
400
|
+
title?: string | undefined;
|
|
401
401
|
sourceSpanIds?: string[] | undefined;
|
|
402
402
|
documentNodeId?: string | undefined;
|
|
403
403
|
sourceTextHash?: string | undefined;
|
|
@@ -413,8 +413,8 @@ declare const CoveredReasonSchema: z.ZodObject<{
|
|
|
413
413
|
}, {
|
|
414
414
|
content: string;
|
|
415
415
|
coverageName: string;
|
|
416
|
-
title?: string | undefined;
|
|
417
416
|
conditions?: string[] | undefined;
|
|
417
|
+
title?: string | undefined;
|
|
418
418
|
sourceSpanIds?: string[] | undefined;
|
|
419
419
|
documentNodeId?: string | undefined;
|
|
420
420
|
sourceTextHash?: string | undefined;
|
|
@@ -703,7 +703,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
703
703
|
premium: z.ZodOptional<z.ZodString>;
|
|
704
704
|
premiumAmount: z.ZodOptional<z.ZodNumber>;
|
|
705
705
|
summary: z.ZodOptional<z.ZodString>;
|
|
706
|
-
|
|
706
|
+
linesOfBusiness: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
707
707
|
coverages: z.ZodArray<z.ZodObject<{
|
|
708
708
|
name: z.ZodString;
|
|
709
709
|
limit: z.ZodString;
|
|
@@ -1080,8 +1080,8 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
1080
1080
|
}, "strip", z.ZodTypeAny, {
|
|
1081
1081
|
content: string;
|
|
1082
1082
|
coverageName: string;
|
|
1083
|
-
title?: string | undefined;
|
|
1084
1083
|
conditions?: string[] | undefined;
|
|
1084
|
+
title?: string | undefined;
|
|
1085
1085
|
sourceSpanIds?: string[] | undefined;
|
|
1086
1086
|
documentNodeId?: string | undefined;
|
|
1087
1087
|
sourceTextHash?: string | undefined;
|
|
@@ -1097,8 +1097,8 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
1097
1097
|
}, {
|
|
1098
1098
|
content: string;
|
|
1099
1099
|
coverageName: string;
|
|
1100
|
-
title?: string | undefined;
|
|
1101
1100
|
conditions?: string[] | undefined;
|
|
1101
|
+
title?: string | undefined;
|
|
1102
1102
|
sourceSpanIds?: string[] | undefined;
|
|
1103
1103
|
documentNodeId?: string | undefined;
|
|
1104
1104
|
sourceTextHash?: string | undefined;
|
|
@@ -1363,7 +1363,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
1363
1363
|
}, "strip", z.ZodTypeAny, {
|
|
1364
1364
|
sourceSpanIds: string[];
|
|
1365
1365
|
name: string;
|
|
1366
|
-
role: "
|
|
1366
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
1367
1367
|
documentNodeId?: string | undefined;
|
|
1368
1368
|
sourceTextHash?: string | undefined;
|
|
1369
1369
|
pageStart?: number | undefined;
|
|
@@ -1381,7 +1381,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
1381
1381
|
}, {
|
|
1382
1382
|
sourceSpanIds: string[];
|
|
1383
1383
|
name: string;
|
|
1384
|
-
role: "
|
|
1384
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
1385
1385
|
documentNodeId?: string | undefined;
|
|
1386
1386
|
sourceTextHash?: string | undefined;
|
|
1387
1387
|
pageStart?: number | undefined;
|
|
@@ -1411,7 +1411,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
1411
1411
|
title: string;
|
|
1412
1412
|
pageStart: number;
|
|
1413
1413
|
formNumber: string;
|
|
1414
|
-
endorsementType: "
|
|
1414
|
+
endorsementType: "additional_insured" | "waiver_of_subrogation" | "primary_noncontributory" | "blanket_additional_insured" | "loss_payee" | "mortgage_holder" | "broadening" | "restriction" | "exclusion" | "amendatory" | "notice_of_cancellation" | "designated_premises" | "classification_change" | "schedule_update" | "deductible_change" | "limit_change" | "territorial_extension" | "other";
|
|
1415
1415
|
sourceSpanIds?: string[] | undefined;
|
|
1416
1416
|
documentNodeId?: string | undefined;
|
|
1417
1417
|
sourceTextHash?: string | undefined;
|
|
@@ -1423,7 +1423,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
1423
1423
|
namedParties?: {
|
|
1424
1424
|
sourceSpanIds: string[];
|
|
1425
1425
|
name: string;
|
|
1426
|
-
role: "
|
|
1426
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
1427
1427
|
documentNodeId?: string | undefined;
|
|
1428
1428
|
sourceTextHash?: string | undefined;
|
|
1429
1429
|
pageStart?: number | undefined;
|
|
@@ -1447,7 +1447,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
1447
1447
|
title: string;
|
|
1448
1448
|
pageStart: number;
|
|
1449
1449
|
formNumber: string;
|
|
1450
|
-
endorsementType: "
|
|
1450
|
+
endorsementType: "additional_insured" | "waiver_of_subrogation" | "primary_noncontributory" | "blanket_additional_insured" | "loss_payee" | "mortgage_holder" | "broadening" | "restriction" | "exclusion" | "amendatory" | "notice_of_cancellation" | "designated_premises" | "classification_change" | "schedule_update" | "deductible_change" | "limit_change" | "territorial_extension" | "other";
|
|
1451
1451
|
sourceSpanIds?: string[] | undefined;
|
|
1452
1452
|
documentNodeId?: string | undefined;
|
|
1453
1453
|
sourceTextHash?: string | undefined;
|
|
@@ -1459,7 +1459,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
1459
1459
|
namedParties?: {
|
|
1460
1460
|
sourceSpanIds: string[];
|
|
1461
1461
|
name: string;
|
|
1462
|
-
role: "
|
|
1462
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
1463
1463
|
documentNodeId?: string | undefined;
|
|
1464
1464
|
sourceTextHash?: string | undefined;
|
|
1465
1465
|
pageStart?: number | undefined;
|
|
@@ -1816,12 +1816,12 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
1816
1816
|
deductible: z.ZodOptional<z.ZodString>;
|
|
1817
1817
|
included: z.ZodBoolean;
|
|
1818
1818
|
}, "strip", z.ZodTypeAny, {
|
|
1819
|
-
type: "
|
|
1819
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
1820
1820
|
included: boolean;
|
|
1821
1821
|
limit?: string | undefined;
|
|
1822
1822
|
deductible?: string | undefined;
|
|
1823
1823
|
}, {
|
|
1824
|
-
type: "
|
|
1824
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
1825
1825
|
included: boolean;
|
|
1826
1826
|
limit?: string | undefined;
|
|
1827
1827
|
deductible?: string | undefined;
|
|
@@ -1838,7 +1838,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
1838
1838
|
statedValue?: string | undefined;
|
|
1839
1839
|
garageLocation?: number | undefined;
|
|
1840
1840
|
coverages?: {
|
|
1841
|
-
type: "
|
|
1841
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
1842
1842
|
included: boolean;
|
|
1843
1843
|
limit?: string | undefined;
|
|
1844
1844
|
deductible?: string | undefined;
|
|
@@ -1855,7 +1855,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
1855
1855
|
statedValue?: string | undefined;
|
|
1856
1856
|
garageLocation?: number | undefined;
|
|
1857
1857
|
coverages?: {
|
|
1858
|
-
type: "
|
|
1858
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
1859
1859
|
included: boolean;
|
|
1860
1860
|
limit?: string | undefined;
|
|
1861
1861
|
deductible?: string | undefined;
|
|
@@ -2032,7 +2032,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
2032
2032
|
}, "strip", z.ZodTypeAny, {
|
|
2033
2033
|
sourceSpanIds: string[];
|
|
2034
2034
|
name: string;
|
|
2035
|
-
role: "
|
|
2035
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
2036
2036
|
documentNodeId?: string | undefined;
|
|
2037
2037
|
sourceTextHash?: string | undefined;
|
|
2038
2038
|
pageStart?: number | undefined;
|
|
@@ -2050,7 +2050,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
2050
2050
|
}, {
|
|
2051
2051
|
sourceSpanIds: string[];
|
|
2052
2052
|
name: string;
|
|
2053
|
-
role: "
|
|
2053
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
2054
2054
|
documentNodeId?: string | undefined;
|
|
2055
2055
|
sourceTextHash?: string | undefined;
|
|
2056
2056
|
pageStart?: number | undefined;
|
|
@@ -2102,7 +2102,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
2102
2102
|
}, "strip", z.ZodTypeAny, {
|
|
2103
2103
|
sourceSpanIds: string[];
|
|
2104
2104
|
name: string;
|
|
2105
|
-
role: "
|
|
2105
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
2106
2106
|
documentNodeId?: string | undefined;
|
|
2107
2107
|
sourceTextHash?: string | undefined;
|
|
2108
2108
|
pageStart?: number | undefined;
|
|
@@ -2120,7 +2120,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
2120
2120
|
}, {
|
|
2121
2121
|
sourceSpanIds: string[];
|
|
2122
2122
|
name: string;
|
|
2123
|
-
role: "
|
|
2123
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
2124
2124
|
documentNodeId?: string | undefined;
|
|
2125
2125
|
sourceTextHash?: string | undefined;
|
|
2126
2126
|
pageStart?: number | undefined;
|
|
@@ -2174,7 +2174,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
2174
2174
|
mortgagee?: {
|
|
2175
2175
|
sourceSpanIds: string[];
|
|
2176
2176
|
name: string;
|
|
2177
|
-
role: "
|
|
2177
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
2178
2178
|
documentNodeId?: string | undefined;
|
|
2179
2179
|
sourceTextHash?: string | undefined;
|
|
2180
2180
|
pageStart?: number | undefined;
|
|
@@ -2193,7 +2193,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
2193
2193
|
additionalMortgagees?: {
|
|
2194
2194
|
sourceSpanIds: string[];
|
|
2195
2195
|
name: string;
|
|
2196
|
-
role: "
|
|
2196
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
2197
2197
|
documentNodeId?: string | undefined;
|
|
2198
2198
|
sourceTextHash?: string | undefined;
|
|
2199
2199
|
pageStart?: number | undefined;
|
|
@@ -2247,7 +2247,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
2247
2247
|
mortgagee?: {
|
|
2248
2248
|
sourceSpanIds: string[];
|
|
2249
2249
|
name: string;
|
|
2250
|
-
role: "
|
|
2250
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
2251
2251
|
documentNodeId?: string | undefined;
|
|
2252
2252
|
sourceTextHash?: string | undefined;
|
|
2253
2253
|
pageStart?: number | undefined;
|
|
@@ -2266,7 +2266,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
2266
2266
|
additionalMortgagees?: {
|
|
2267
2267
|
sourceSpanIds: string[];
|
|
2268
2268
|
name: string;
|
|
2269
|
-
role: "
|
|
2269
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
2270
2270
|
documentNodeId?: string | undefined;
|
|
2271
2271
|
sourceTextHash?: string | undefined;
|
|
2272
2272
|
pageStart?: number | undefined;
|
|
@@ -2353,7 +2353,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
2353
2353
|
}, "strip", z.ZodTypeAny, {
|
|
2354
2354
|
sourceSpanIds: string[];
|
|
2355
2355
|
name: string;
|
|
2356
|
-
role: "
|
|
2356
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
2357
2357
|
documentNodeId?: string | undefined;
|
|
2358
2358
|
sourceTextHash?: string | undefined;
|
|
2359
2359
|
pageStart?: number | undefined;
|
|
@@ -2371,7 +2371,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
2371
2371
|
}, {
|
|
2372
2372
|
sourceSpanIds: string[];
|
|
2373
2373
|
name: string;
|
|
2374
|
-
role: "
|
|
2374
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
2375
2375
|
documentNodeId?: string | undefined;
|
|
2376
2376
|
sourceTextHash?: string | undefined;
|
|
2377
2377
|
pageStart?: number | undefined;
|
|
@@ -2413,7 +2413,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
2413
2413
|
lienHolder?: {
|
|
2414
2414
|
sourceSpanIds: string[];
|
|
2415
2415
|
name: string;
|
|
2416
|
-
role: "
|
|
2416
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
2417
2417
|
documentNodeId?: string | undefined;
|
|
2418
2418
|
sourceTextHash?: string | undefined;
|
|
2419
2419
|
pageStart?: number | undefined;
|
|
@@ -2455,7 +2455,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
2455
2455
|
lienHolder?: {
|
|
2456
2456
|
sourceSpanIds: string[];
|
|
2457
2457
|
name: string;
|
|
2458
|
-
role: "
|
|
2458
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
2459
2459
|
documentNodeId?: string | undefined;
|
|
2460
2460
|
sourceTextHash?: string | undefined;
|
|
2461
2461
|
pageStart?: number | undefined;
|
|
@@ -2626,7 +2626,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
2626
2626
|
lienHolder?: {
|
|
2627
2627
|
sourceSpanIds: string[];
|
|
2628
2628
|
name: string;
|
|
2629
|
-
role: "
|
|
2629
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
2630
2630
|
documentNodeId?: string | undefined;
|
|
2631
2631
|
sourceTextHash?: string | undefined;
|
|
2632
2632
|
pageStart?: number | undefined;
|
|
@@ -2711,7 +2711,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
2711
2711
|
lienHolder?: {
|
|
2712
2712
|
sourceSpanIds: string[];
|
|
2713
2713
|
name: string;
|
|
2714
|
-
role: "
|
|
2714
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
2715
2715
|
documentNodeId?: string | undefined;
|
|
2716
2716
|
sourceTextHash?: string | undefined;
|
|
2717
2717
|
pageStart?: number | undefined;
|
|
@@ -3769,12 +3769,12 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
3769
3769
|
deductible: z.ZodOptional<z.ZodString>;
|
|
3770
3770
|
included: z.ZodBoolean;
|
|
3771
3771
|
}, "strip", z.ZodTypeAny, {
|
|
3772
|
-
type: "
|
|
3772
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
3773
3773
|
included: boolean;
|
|
3774
3774
|
limit?: string | undefined;
|
|
3775
3775
|
deductible?: string | undefined;
|
|
3776
3776
|
}, {
|
|
3777
|
-
type: "
|
|
3777
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
3778
3778
|
included: boolean;
|
|
3779
3779
|
limit?: string | undefined;
|
|
3780
3780
|
deductible?: string | undefined;
|
|
@@ -3791,7 +3791,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
3791
3791
|
statedValue?: string | undefined;
|
|
3792
3792
|
garageLocation?: number | undefined;
|
|
3793
3793
|
coverages?: {
|
|
3794
|
-
type: "
|
|
3794
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
3795
3795
|
included: boolean;
|
|
3796
3796
|
limit?: string | undefined;
|
|
3797
3797
|
deductible?: string | undefined;
|
|
@@ -3808,7 +3808,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
3808
3808
|
statedValue?: string | undefined;
|
|
3809
3809
|
garageLocation?: number | undefined;
|
|
3810
3810
|
coverages?: {
|
|
3811
|
-
type: "
|
|
3811
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
3812
3812
|
included: boolean;
|
|
3813
3813
|
limit?: string | undefined;
|
|
3814
3814
|
deductible?: string | undefined;
|
|
@@ -3834,7 +3834,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
3834
3834
|
statedValue?: string | undefined;
|
|
3835
3835
|
garageLocation?: number | undefined;
|
|
3836
3836
|
coverages?: {
|
|
3837
|
-
type: "
|
|
3837
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
3838
3838
|
included: boolean;
|
|
3839
3839
|
limit?: string | undefined;
|
|
3840
3840
|
deductible?: string | undefined;
|
|
@@ -3860,7 +3860,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
3860
3860
|
statedValue?: string | undefined;
|
|
3861
3861
|
garageLocation?: number | undefined;
|
|
3862
3862
|
coverages?: {
|
|
3863
|
-
type: "
|
|
3863
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
3864
3864
|
included: boolean;
|
|
3865
3865
|
limit?: string | undefined;
|
|
3866
3866
|
deductible?: string | undefined;
|
|
@@ -4553,7 +4553,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
4553
4553
|
}, "strip", z.ZodTypeAny, {
|
|
4554
4554
|
sourceSpanIds: string[];
|
|
4555
4555
|
name: string;
|
|
4556
|
-
role: "
|
|
4556
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
4557
4557
|
documentNodeId?: string | undefined;
|
|
4558
4558
|
sourceTextHash?: string | undefined;
|
|
4559
4559
|
pageStart?: number | undefined;
|
|
@@ -4571,7 +4571,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
4571
4571
|
}, {
|
|
4572
4572
|
sourceSpanIds: string[];
|
|
4573
4573
|
name: string;
|
|
4574
|
-
role: "
|
|
4574
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
4575
4575
|
documentNodeId?: string | undefined;
|
|
4576
4576
|
sourceTextHash?: string | undefined;
|
|
4577
4577
|
pageStart?: number | undefined;
|
|
@@ -4623,7 +4623,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
4623
4623
|
}, "strip", z.ZodTypeAny, {
|
|
4624
4624
|
sourceSpanIds: string[];
|
|
4625
4625
|
name: string;
|
|
4626
|
-
role: "
|
|
4626
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
4627
4627
|
documentNodeId?: string | undefined;
|
|
4628
4628
|
sourceTextHash?: string | undefined;
|
|
4629
4629
|
pageStart?: number | undefined;
|
|
@@ -4641,7 +4641,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
4641
4641
|
}, {
|
|
4642
4642
|
sourceSpanIds: string[];
|
|
4643
4643
|
name: string;
|
|
4644
|
-
role: "
|
|
4644
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
4645
4645
|
documentNodeId?: string | undefined;
|
|
4646
4646
|
sourceTextHash?: string | undefined;
|
|
4647
4647
|
pageStart?: number | undefined;
|
|
@@ -4693,7 +4693,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
4693
4693
|
}, "strip", z.ZodTypeAny, {
|
|
4694
4694
|
sourceSpanIds: string[];
|
|
4695
4695
|
name: string;
|
|
4696
|
-
role: "
|
|
4696
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
4697
4697
|
documentNodeId?: string | undefined;
|
|
4698
4698
|
sourceTextHash?: string | undefined;
|
|
4699
4699
|
pageStart?: number | undefined;
|
|
@@ -4711,7 +4711,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
4711
4711
|
}, {
|
|
4712
4712
|
sourceSpanIds: string[];
|
|
4713
4713
|
name: string;
|
|
4714
|
-
role: "
|
|
4714
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
4715
4715
|
documentNodeId?: string | undefined;
|
|
4716
4716
|
sourceTextHash?: string | undefined;
|
|
4717
4717
|
pageStart?: number | undefined;
|
|
@@ -5015,7 +5015,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
5015
5015
|
mortgagee?: {
|
|
5016
5016
|
sourceSpanIds: string[];
|
|
5017
5017
|
name: string;
|
|
5018
|
-
role: "
|
|
5018
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
5019
5019
|
documentNodeId?: string | undefined;
|
|
5020
5020
|
sourceTextHash?: string | undefined;
|
|
5021
5021
|
pageStart?: number | undefined;
|
|
@@ -5034,7 +5034,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
5034
5034
|
additionalMortgagees?: {
|
|
5035
5035
|
sourceSpanIds: string[];
|
|
5036
5036
|
name: string;
|
|
5037
|
-
role: "
|
|
5037
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
5038
5038
|
documentNodeId?: string | undefined;
|
|
5039
5039
|
sourceTextHash?: string | undefined;
|
|
5040
5040
|
pageStart?: number | undefined;
|
|
@@ -5074,7 +5074,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
5074
5074
|
lienHolder?: {
|
|
5075
5075
|
sourceSpanIds: string[];
|
|
5076
5076
|
name: string;
|
|
5077
|
-
role: "
|
|
5077
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
5078
5078
|
documentNodeId?: string | undefined;
|
|
5079
5079
|
sourceTextHash?: string | undefined;
|
|
5080
5080
|
pageStart?: number | undefined;
|
|
@@ -5401,7 +5401,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
5401
5401
|
statedValue?: string | undefined;
|
|
5402
5402
|
garageLocation?: number | undefined;
|
|
5403
5403
|
coverages?: {
|
|
5404
|
-
type: "
|
|
5404
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
5405
5405
|
included: boolean;
|
|
5406
5406
|
limit?: string | undefined;
|
|
5407
5407
|
deductible?: string | undefined;
|
|
@@ -5513,7 +5513,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
5513
5513
|
statedValue?: string | undefined;
|
|
5514
5514
|
garageLocation?: number | undefined;
|
|
5515
5515
|
coverages?: {
|
|
5516
|
-
type: "
|
|
5516
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
5517
5517
|
included: boolean;
|
|
5518
5518
|
limit?: string | undefined;
|
|
5519
5519
|
deductible?: string | undefined;
|
|
@@ -5616,7 +5616,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
5616
5616
|
security?: string | undefined;
|
|
5617
5617
|
premiumAmount?: number | undefined;
|
|
5618
5618
|
summary?: string | undefined;
|
|
5619
|
-
|
|
5619
|
+
linesOfBusiness?: string[] | undefined;
|
|
5620
5620
|
sections?: {
|
|
5621
5621
|
type: string;
|
|
5622
5622
|
title: string;
|
|
@@ -5657,8 +5657,8 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
5657
5657
|
coveredReasons?: {
|
|
5658
5658
|
content: string;
|
|
5659
5659
|
coverageName: string;
|
|
5660
|
-
title?: string | undefined;
|
|
5661
5660
|
conditions?: string[] | undefined;
|
|
5661
|
+
title?: string | undefined;
|
|
5662
5662
|
sourceSpanIds?: string[] | undefined;
|
|
5663
5663
|
documentNodeId?: string | undefined;
|
|
5664
5664
|
sourceTextHash?: string | undefined;
|
|
@@ -5753,7 +5753,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
5753
5753
|
title: string;
|
|
5754
5754
|
pageStart: number;
|
|
5755
5755
|
formNumber: string;
|
|
5756
|
-
endorsementType: "
|
|
5756
|
+
endorsementType: "additional_insured" | "waiver_of_subrogation" | "primary_noncontributory" | "blanket_additional_insured" | "loss_payee" | "mortgage_holder" | "broadening" | "restriction" | "exclusion" | "amendatory" | "notice_of_cancellation" | "designated_premises" | "classification_change" | "schedule_update" | "deductible_change" | "limit_change" | "territorial_extension" | "other";
|
|
5757
5757
|
sourceSpanIds?: string[] | undefined;
|
|
5758
5758
|
documentNodeId?: string | undefined;
|
|
5759
5759
|
sourceTextHash?: string | undefined;
|
|
@@ -5765,7 +5765,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
5765
5765
|
namedParties?: {
|
|
5766
5766
|
sourceSpanIds: string[];
|
|
5767
5767
|
name: string;
|
|
5768
|
-
role: "
|
|
5768
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
5769
5769
|
documentNodeId?: string | undefined;
|
|
5770
5770
|
sourceTextHash?: string | undefined;
|
|
5771
5771
|
pageStart?: number | undefined;
|
|
@@ -5913,7 +5913,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
5913
5913
|
additionalInsureds?: {
|
|
5914
5914
|
sourceSpanIds: string[];
|
|
5915
5915
|
name: string;
|
|
5916
|
-
role: "
|
|
5916
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
5917
5917
|
documentNodeId?: string | undefined;
|
|
5918
5918
|
sourceTextHash?: string | undefined;
|
|
5919
5919
|
pageStart?: number | undefined;
|
|
@@ -5932,7 +5932,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
5932
5932
|
lossPayees?: {
|
|
5933
5933
|
sourceSpanIds: string[];
|
|
5934
5934
|
name: string;
|
|
5935
|
-
role: "
|
|
5935
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
5936
5936
|
documentNodeId?: string | undefined;
|
|
5937
5937
|
sourceTextHash?: string | undefined;
|
|
5938
5938
|
pageStart?: number | undefined;
|
|
@@ -5951,7 +5951,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
5951
5951
|
mortgageHolders?: {
|
|
5952
5952
|
sourceSpanIds: string[];
|
|
5953
5953
|
name: string;
|
|
5954
|
-
role: "
|
|
5954
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
5955
5955
|
documentNodeId?: string | undefined;
|
|
5956
5956
|
sourceTextHash?: string | undefined;
|
|
5957
5957
|
pageStart?: number | undefined;
|
|
@@ -6136,7 +6136,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
6136
6136
|
mortgagee?: {
|
|
6137
6137
|
sourceSpanIds: string[];
|
|
6138
6138
|
name: string;
|
|
6139
|
-
role: "
|
|
6139
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
6140
6140
|
documentNodeId?: string | undefined;
|
|
6141
6141
|
sourceTextHash?: string | undefined;
|
|
6142
6142
|
pageStart?: number | undefined;
|
|
@@ -6155,7 +6155,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
6155
6155
|
additionalMortgagees?: {
|
|
6156
6156
|
sourceSpanIds: string[];
|
|
6157
6157
|
name: string;
|
|
6158
|
-
role: "
|
|
6158
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
6159
6159
|
documentNodeId?: string | undefined;
|
|
6160
6160
|
sourceTextHash?: string | undefined;
|
|
6161
6161
|
pageStart?: number | undefined;
|
|
@@ -6195,7 +6195,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
6195
6195
|
lienHolder?: {
|
|
6196
6196
|
sourceSpanIds: string[];
|
|
6197
6197
|
name: string;
|
|
6198
|
-
role: "
|
|
6198
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
6199
6199
|
documentNodeId?: string | undefined;
|
|
6200
6200
|
sourceTextHash?: string | undefined;
|
|
6201
6201
|
pageStart?: number | undefined;
|
|
@@ -6522,7 +6522,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
6522
6522
|
statedValue?: string | undefined;
|
|
6523
6523
|
garageLocation?: number | undefined;
|
|
6524
6524
|
coverages?: {
|
|
6525
|
-
type: "
|
|
6525
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
6526
6526
|
included: boolean;
|
|
6527
6527
|
limit?: string | undefined;
|
|
6528
6528
|
deductible?: string | undefined;
|
|
@@ -6634,7 +6634,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
6634
6634
|
statedValue?: string | undefined;
|
|
6635
6635
|
garageLocation?: number | undefined;
|
|
6636
6636
|
coverages?: {
|
|
6637
|
-
type: "
|
|
6637
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
6638
6638
|
included: boolean;
|
|
6639
6639
|
limit?: string | undefined;
|
|
6640
6640
|
deductible?: string | undefined;
|
|
@@ -6737,7 +6737,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
6737
6737
|
security?: string | undefined;
|
|
6738
6738
|
premiumAmount?: number | undefined;
|
|
6739
6739
|
summary?: string | undefined;
|
|
6740
|
-
|
|
6740
|
+
linesOfBusiness?: string[] | undefined;
|
|
6741
6741
|
sections?: {
|
|
6742
6742
|
type: string;
|
|
6743
6743
|
title: string;
|
|
@@ -6778,8 +6778,8 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
6778
6778
|
coveredReasons?: {
|
|
6779
6779
|
content: string;
|
|
6780
6780
|
coverageName: string;
|
|
6781
|
-
title?: string | undefined;
|
|
6782
6781
|
conditions?: string[] | undefined;
|
|
6782
|
+
title?: string | undefined;
|
|
6783
6783
|
sourceSpanIds?: string[] | undefined;
|
|
6784
6784
|
documentNodeId?: string | undefined;
|
|
6785
6785
|
sourceTextHash?: string | undefined;
|
|
@@ -6874,7 +6874,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
6874
6874
|
title: string;
|
|
6875
6875
|
pageStart: number;
|
|
6876
6876
|
formNumber: string;
|
|
6877
|
-
endorsementType: "
|
|
6877
|
+
endorsementType: "additional_insured" | "waiver_of_subrogation" | "primary_noncontributory" | "blanket_additional_insured" | "loss_payee" | "mortgage_holder" | "broadening" | "restriction" | "exclusion" | "amendatory" | "notice_of_cancellation" | "designated_premises" | "classification_change" | "schedule_update" | "deductible_change" | "limit_change" | "territorial_extension" | "other";
|
|
6878
6878
|
sourceSpanIds?: string[] | undefined;
|
|
6879
6879
|
documentNodeId?: string | undefined;
|
|
6880
6880
|
sourceTextHash?: string | undefined;
|
|
@@ -6886,7 +6886,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
6886
6886
|
namedParties?: {
|
|
6887
6887
|
sourceSpanIds: string[];
|
|
6888
6888
|
name: string;
|
|
6889
|
-
role: "
|
|
6889
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
6890
6890
|
documentNodeId?: string | undefined;
|
|
6891
6891
|
sourceTextHash?: string | undefined;
|
|
6892
6892
|
pageStart?: number | undefined;
|
|
@@ -7034,7 +7034,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
7034
7034
|
additionalInsureds?: {
|
|
7035
7035
|
sourceSpanIds: string[];
|
|
7036
7036
|
name: string;
|
|
7037
|
-
role: "
|
|
7037
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
7038
7038
|
documentNodeId?: string | undefined;
|
|
7039
7039
|
sourceTextHash?: string | undefined;
|
|
7040
7040
|
pageStart?: number | undefined;
|
|
@@ -7053,7 +7053,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
7053
7053
|
lossPayees?: {
|
|
7054
7054
|
sourceSpanIds: string[];
|
|
7055
7055
|
name: string;
|
|
7056
|
-
role: "
|
|
7056
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
7057
7057
|
documentNodeId?: string | undefined;
|
|
7058
7058
|
sourceTextHash?: string | undefined;
|
|
7059
7059
|
pageStart?: number | undefined;
|
|
@@ -7072,7 +7072,7 @@ declare const PolicyDocumentSchema: z.ZodObject<{
|
|
|
7072
7072
|
mortgageHolders?: {
|
|
7073
7073
|
sourceSpanIds: string[];
|
|
7074
7074
|
name: string;
|
|
7075
|
-
role: "
|
|
7075
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
7076
7076
|
documentNodeId?: string | undefined;
|
|
7077
7077
|
sourceTextHash?: string | undefined;
|
|
7078
7078
|
pageStart?: number | undefined;
|
|
@@ -7257,7 +7257,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
7257
7257
|
premium: z.ZodOptional<z.ZodString>;
|
|
7258
7258
|
premiumAmount: z.ZodOptional<z.ZodNumber>;
|
|
7259
7259
|
summary: z.ZodOptional<z.ZodString>;
|
|
7260
|
-
|
|
7260
|
+
linesOfBusiness: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7261
7261
|
coverages: z.ZodArray<z.ZodObject<{
|
|
7262
7262
|
name: z.ZodString;
|
|
7263
7263
|
limit: z.ZodString;
|
|
@@ -7634,8 +7634,8 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
7634
7634
|
}, "strip", z.ZodTypeAny, {
|
|
7635
7635
|
content: string;
|
|
7636
7636
|
coverageName: string;
|
|
7637
|
-
title?: string | undefined;
|
|
7638
7637
|
conditions?: string[] | undefined;
|
|
7638
|
+
title?: string | undefined;
|
|
7639
7639
|
sourceSpanIds?: string[] | undefined;
|
|
7640
7640
|
documentNodeId?: string | undefined;
|
|
7641
7641
|
sourceTextHash?: string | undefined;
|
|
@@ -7651,8 +7651,8 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
7651
7651
|
}, {
|
|
7652
7652
|
content: string;
|
|
7653
7653
|
coverageName: string;
|
|
7654
|
-
title?: string | undefined;
|
|
7655
7654
|
conditions?: string[] | undefined;
|
|
7655
|
+
title?: string | undefined;
|
|
7656
7656
|
sourceSpanIds?: string[] | undefined;
|
|
7657
7657
|
documentNodeId?: string | undefined;
|
|
7658
7658
|
sourceTextHash?: string | undefined;
|
|
@@ -7917,7 +7917,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
7917
7917
|
}, "strip", z.ZodTypeAny, {
|
|
7918
7918
|
sourceSpanIds: string[];
|
|
7919
7919
|
name: string;
|
|
7920
|
-
role: "
|
|
7920
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
7921
7921
|
documentNodeId?: string | undefined;
|
|
7922
7922
|
sourceTextHash?: string | undefined;
|
|
7923
7923
|
pageStart?: number | undefined;
|
|
@@ -7935,7 +7935,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
7935
7935
|
}, {
|
|
7936
7936
|
sourceSpanIds: string[];
|
|
7937
7937
|
name: string;
|
|
7938
|
-
role: "
|
|
7938
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
7939
7939
|
documentNodeId?: string | undefined;
|
|
7940
7940
|
sourceTextHash?: string | undefined;
|
|
7941
7941
|
pageStart?: number | undefined;
|
|
@@ -7965,7 +7965,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
7965
7965
|
title: string;
|
|
7966
7966
|
pageStart: number;
|
|
7967
7967
|
formNumber: string;
|
|
7968
|
-
endorsementType: "
|
|
7968
|
+
endorsementType: "additional_insured" | "waiver_of_subrogation" | "primary_noncontributory" | "blanket_additional_insured" | "loss_payee" | "mortgage_holder" | "broadening" | "restriction" | "exclusion" | "amendatory" | "notice_of_cancellation" | "designated_premises" | "classification_change" | "schedule_update" | "deductible_change" | "limit_change" | "territorial_extension" | "other";
|
|
7969
7969
|
sourceSpanIds?: string[] | undefined;
|
|
7970
7970
|
documentNodeId?: string | undefined;
|
|
7971
7971
|
sourceTextHash?: string | undefined;
|
|
@@ -7977,7 +7977,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
7977
7977
|
namedParties?: {
|
|
7978
7978
|
sourceSpanIds: string[];
|
|
7979
7979
|
name: string;
|
|
7980
|
-
role: "
|
|
7980
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
7981
7981
|
documentNodeId?: string | undefined;
|
|
7982
7982
|
sourceTextHash?: string | undefined;
|
|
7983
7983
|
pageStart?: number | undefined;
|
|
@@ -8001,7 +8001,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
8001
8001
|
title: string;
|
|
8002
8002
|
pageStart: number;
|
|
8003
8003
|
formNumber: string;
|
|
8004
|
-
endorsementType: "
|
|
8004
|
+
endorsementType: "additional_insured" | "waiver_of_subrogation" | "primary_noncontributory" | "blanket_additional_insured" | "loss_payee" | "mortgage_holder" | "broadening" | "restriction" | "exclusion" | "amendatory" | "notice_of_cancellation" | "designated_premises" | "classification_change" | "schedule_update" | "deductible_change" | "limit_change" | "territorial_extension" | "other";
|
|
8005
8005
|
sourceSpanIds?: string[] | undefined;
|
|
8006
8006
|
documentNodeId?: string | undefined;
|
|
8007
8007
|
sourceTextHash?: string | undefined;
|
|
@@ -8013,7 +8013,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
8013
8013
|
namedParties?: {
|
|
8014
8014
|
sourceSpanIds: string[];
|
|
8015
8015
|
name: string;
|
|
8016
|
-
role: "
|
|
8016
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
8017
8017
|
documentNodeId?: string | undefined;
|
|
8018
8018
|
sourceTextHash?: string | undefined;
|
|
8019
8019
|
pageStart?: number | undefined;
|
|
@@ -8370,12 +8370,12 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
8370
8370
|
deductible: z.ZodOptional<z.ZodString>;
|
|
8371
8371
|
included: z.ZodBoolean;
|
|
8372
8372
|
}, "strip", z.ZodTypeAny, {
|
|
8373
|
-
type: "
|
|
8373
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
8374
8374
|
included: boolean;
|
|
8375
8375
|
limit?: string | undefined;
|
|
8376
8376
|
deductible?: string | undefined;
|
|
8377
8377
|
}, {
|
|
8378
|
-
type: "
|
|
8378
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
8379
8379
|
included: boolean;
|
|
8380
8380
|
limit?: string | undefined;
|
|
8381
8381
|
deductible?: string | undefined;
|
|
@@ -8392,7 +8392,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
8392
8392
|
statedValue?: string | undefined;
|
|
8393
8393
|
garageLocation?: number | undefined;
|
|
8394
8394
|
coverages?: {
|
|
8395
|
-
type: "
|
|
8395
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
8396
8396
|
included: boolean;
|
|
8397
8397
|
limit?: string | undefined;
|
|
8398
8398
|
deductible?: string | undefined;
|
|
@@ -8409,7 +8409,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
8409
8409
|
statedValue?: string | undefined;
|
|
8410
8410
|
garageLocation?: number | undefined;
|
|
8411
8411
|
coverages?: {
|
|
8412
|
-
type: "
|
|
8412
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
8413
8413
|
included: boolean;
|
|
8414
8414
|
limit?: string | undefined;
|
|
8415
8415
|
deductible?: string | undefined;
|
|
@@ -8586,7 +8586,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
8586
8586
|
}, "strip", z.ZodTypeAny, {
|
|
8587
8587
|
sourceSpanIds: string[];
|
|
8588
8588
|
name: string;
|
|
8589
|
-
role: "
|
|
8589
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
8590
8590
|
documentNodeId?: string | undefined;
|
|
8591
8591
|
sourceTextHash?: string | undefined;
|
|
8592
8592
|
pageStart?: number | undefined;
|
|
@@ -8604,7 +8604,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
8604
8604
|
}, {
|
|
8605
8605
|
sourceSpanIds: string[];
|
|
8606
8606
|
name: string;
|
|
8607
|
-
role: "
|
|
8607
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
8608
8608
|
documentNodeId?: string | undefined;
|
|
8609
8609
|
sourceTextHash?: string | undefined;
|
|
8610
8610
|
pageStart?: number | undefined;
|
|
@@ -8656,7 +8656,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
8656
8656
|
}, "strip", z.ZodTypeAny, {
|
|
8657
8657
|
sourceSpanIds: string[];
|
|
8658
8658
|
name: string;
|
|
8659
|
-
role: "
|
|
8659
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
8660
8660
|
documentNodeId?: string | undefined;
|
|
8661
8661
|
sourceTextHash?: string | undefined;
|
|
8662
8662
|
pageStart?: number | undefined;
|
|
@@ -8674,7 +8674,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
8674
8674
|
}, {
|
|
8675
8675
|
sourceSpanIds: string[];
|
|
8676
8676
|
name: string;
|
|
8677
|
-
role: "
|
|
8677
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
8678
8678
|
documentNodeId?: string | undefined;
|
|
8679
8679
|
sourceTextHash?: string | undefined;
|
|
8680
8680
|
pageStart?: number | undefined;
|
|
@@ -8728,7 +8728,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
8728
8728
|
mortgagee?: {
|
|
8729
8729
|
sourceSpanIds: string[];
|
|
8730
8730
|
name: string;
|
|
8731
|
-
role: "
|
|
8731
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
8732
8732
|
documentNodeId?: string | undefined;
|
|
8733
8733
|
sourceTextHash?: string | undefined;
|
|
8734
8734
|
pageStart?: number | undefined;
|
|
@@ -8747,7 +8747,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
8747
8747
|
additionalMortgagees?: {
|
|
8748
8748
|
sourceSpanIds: string[];
|
|
8749
8749
|
name: string;
|
|
8750
|
-
role: "
|
|
8750
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
8751
8751
|
documentNodeId?: string | undefined;
|
|
8752
8752
|
sourceTextHash?: string | undefined;
|
|
8753
8753
|
pageStart?: number | undefined;
|
|
@@ -8801,7 +8801,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
8801
8801
|
mortgagee?: {
|
|
8802
8802
|
sourceSpanIds: string[];
|
|
8803
8803
|
name: string;
|
|
8804
|
-
role: "
|
|
8804
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
8805
8805
|
documentNodeId?: string | undefined;
|
|
8806
8806
|
sourceTextHash?: string | undefined;
|
|
8807
8807
|
pageStart?: number | undefined;
|
|
@@ -8820,7 +8820,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
8820
8820
|
additionalMortgagees?: {
|
|
8821
8821
|
sourceSpanIds: string[];
|
|
8822
8822
|
name: string;
|
|
8823
|
-
role: "
|
|
8823
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
8824
8824
|
documentNodeId?: string | undefined;
|
|
8825
8825
|
sourceTextHash?: string | undefined;
|
|
8826
8826
|
pageStart?: number | undefined;
|
|
@@ -8907,7 +8907,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
8907
8907
|
}, "strip", z.ZodTypeAny, {
|
|
8908
8908
|
sourceSpanIds: string[];
|
|
8909
8909
|
name: string;
|
|
8910
|
-
role: "
|
|
8910
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
8911
8911
|
documentNodeId?: string | undefined;
|
|
8912
8912
|
sourceTextHash?: string | undefined;
|
|
8913
8913
|
pageStart?: number | undefined;
|
|
@@ -8925,7 +8925,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
8925
8925
|
}, {
|
|
8926
8926
|
sourceSpanIds: string[];
|
|
8927
8927
|
name: string;
|
|
8928
|
-
role: "
|
|
8928
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
8929
8929
|
documentNodeId?: string | undefined;
|
|
8930
8930
|
sourceTextHash?: string | undefined;
|
|
8931
8931
|
pageStart?: number | undefined;
|
|
@@ -8967,7 +8967,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
8967
8967
|
lienHolder?: {
|
|
8968
8968
|
sourceSpanIds: string[];
|
|
8969
8969
|
name: string;
|
|
8970
|
-
role: "
|
|
8970
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
8971
8971
|
documentNodeId?: string | undefined;
|
|
8972
8972
|
sourceTextHash?: string | undefined;
|
|
8973
8973
|
pageStart?: number | undefined;
|
|
@@ -9009,7 +9009,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
9009
9009
|
lienHolder?: {
|
|
9010
9010
|
sourceSpanIds: string[];
|
|
9011
9011
|
name: string;
|
|
9012
|
-
role: "
|
|
9012
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
9013
9013
|
documentNodeId?: string | undefined;
|
|
9014
9014
|
sourceTextHash?: string | undefined;
|
|
9015
9015
|
pageStart?: number | undefined;
|
|
@@ -9180,7 +9180,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
9180
9180
|
lienHolder?: {
|
|
9181
9181
|
sourceSpanIds: string[];
|
|
9182
9182
|
name: string;
|
|
9183
|
-
role: "
|
|
9183
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
9184
9184
|
documentNodeId?: string | undefined;
|
|
9185
9185
|
sourceTextHash?: string | undefined;
|
|
9186
9186
|
pageStart?: number | undefined;
|
|
@@ -9265,7 +9265,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
9265
9265
|
lienHolder?: {
|
|
9266
9266
|
sourceSpanIds: string[];
|
|
9267
9267
|
name: string;
|
|
9268
|
-
role: "
|
|
9268
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
9269
9269
|
documentNodeId?: string | undefined;
|
|
9270
9270
|
sourceTextHash?: string | undefined;
|
|
9271
9271
|
pageStart?: number | undefined;
|
|
@@ -10323,12 +10323,12 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
10323
10323
|
deductible: z.ZodOptional<z.ZodString>;
|
|
10324
10324
|
included: z.ZodBoolean;
|
|
10325
10325
|
}, "strip", z.ZodTypeAny, {
|
|
10326
|
-
type: "
|
|
10326
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
10327
10327
|
included: boolean;
|
|
10328
10328
|
limit?: string | undefined;
|
|
10329
10329
|
deductible?: string | undefined;
|
|
10330
10330
|
}, {
|
|
10331
|
-
type: "
|
|
10331
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
10332
10332
|
included: boolean;
|
|
10333
10333
|
limit?: string | undefined;
|
|
10334
10334
|
deductible?: string | undefined;
|
|
@@ -10345,7 +10345,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
10345
10345
|
statedValue?: string | undefined;
|
|
10346
10346
|
garageLocation?: number | undefined;
|
|
10347
10347
|
coverages?: {
|
|
10348
|
-
type: "
|
|
10348
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
10349
10349
|
included: boolean;
|
|
10350
10350
|
limit?: string | undefined;
|
|
10351
10351
|
deductible?: string | undefined;
|
|
@@ -10362,7 +10362,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
10362
10362
|
statedValue?: string | undefined;
|
|
10363
10363
|
garageLocation?: number | undefined;
|
|
10364
10364
|
coverages?: {
|
|
10365
|
-
type: "
|
|
10365
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
10366
10366
|
included: boolean;
|
|
10367
10367
|
limit?: string | undefined;
|
|
10368
10368
|
deductible?: string | undefined;
|
|
@@ -10388,7 +10388,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
10388
10388
|
statedValue?: string | undefined;
|
|
10389
10389
|
garageLocation?: number | undefined;
|
|
10390
10390
|
coverages?: {
|
|
10391
|
-
type: "
|
|
10391
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
10392
10392
|
included: boolean;
|
|
10393
10393
|
limit?: string | undefined;
|
|
10394
10394
|
deductible?: string | undefined;
|
|
@@ -10414,7 +10414,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
10414
10414
|
statedValue?: string | undefined;
|
|
10415
10415
|
garageLocation?: number | undefined;
|
|
10416
10416
|
coverages?: {
|
|
10417
|
-
type: "
|
|
10417
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
10418
10418
|
included: boolean;
|
|
10419
10419
|
limit?: string | undefined;
|
|
10420
10420
|
deductible?: string | undefined;
|
|
@@ -11107,7 +11107,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
11107
11107
|
}, "strip", z.ZodTypeAny, {
|
|
11108
11108
|
sourceSpanIds: string[];
|
|
11109
11109
|
name: string;
|
|
11110
|
-
role: "
|
|
11110
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
11111
11111
|
documentNodeId?: string | undefined;
|
|
11112
11112
|
sourceTextHash?: string | undefined;
|
|
11113
11113
|
pageStart?: number | undefined;
|
|
@@ -11125,7 +11125,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
11125
11125
|
}, {
|
|
11126
11126
|
sourceSpanIds: string[];
|
|
11127
11127
|
name: string;
|
|
11128
|
-
role: "
|
|
11128
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
11129
11129
|
documentNodeId?: string | undefined;
|
|
11130
11130
|
sourceTextHash?: string | undefined;
|
|
11131
11131
|
pageStart?: number | undefined;
|
|
@@ -11177,7 +11177,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
11177
11177
|
}, "strip", z.ZodTypeAny, {
|
|
11178
11178
|
sourceSpanIds: string[];
|
|
11179
11179
|
name: string;
|
|
11180
|
-
role: "
|
|
11180
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
11181
11181
|
documentNodeId?: string | undefined;
|
|
11182
11182
|
sourceTextHash?: string | undefined;
|
|
11183
11183
|
pageStart?: number | undefined;
|
|
@@ -11195,7 +11195,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
11195
11195
|
}, {
|
|
11196
11196
|
sourceSpanIds: string[];
|
|
11197
11197
|
name: string;
|
|
11198
|
-
role: "
|
|
11198
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
11199
11199
|
documentNodeId?: string | undefined;
|
|
11200
11200
|
sourceTextHash?: string | undefined;
|
|
11201
11201
|
pageStart?: number | undefined;
|
|
@@ -11247,7 +11247,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
11247
11247
|
}, "strip", z.ZodTypeAny, {
|
|
11248
11248
|
sourceSpanIds: string[];
|
|
11249
11249
|
name: string;
|
|
11250
|
-
role: "
|
|
11250
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
11251
11251
|
documentNodeId?: string | undefined;
|
|
11252
11252
|
sourceTextHash?: string | undefined;
|
|
11253
11253
|
pageStart?: number | undefined;
|
|
@@ -11265,7 +11265,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
11265
11265
|
}, {
|
|
11266
11266
|
sourceSpanIds: string[];
|
|
11267
11267
|
name: string;
|
|
11268
|
-
role: "
|
|
11268
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
11269
11269
|
documentNodeId?: string | undefined;
|
|
11270
11270
|
sourceTextHash?: string | undefined;
|
|
11271
11271
|
pageStart?: number | undefined;
|
|
@@ -11568,7 +11568,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
11568
11568
|
mortgagee?: {
|
|
11569
11569
|
sourceSpanIds: string[];
|
|
11570
11570
|
name: string;
|
|
11571
|
-
role: "
|
|
11571
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
11572
11572
|
documentNodeId?: string | undefined;
|
|
11573
11573
|
sourceTextHash?: string | undefined;
|
|
11574
11574
|
pageStart?: number | undefined;
|
|
@@ -11587,7 +11587,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
11587
11587
|
additionalMortgagees?: {
|
|
11588
11588
|
sourceSpanIds: string[];
|
|
11589
11589
|
name: string;
|
|
11590
|
-
role: "
|
|
11590
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
11591
11591
|
documentNodeId?: string | undefined;
|
|
11592
11592
|
sourceTextHash?: string | undefined;
|
|
11593
11593
|
pageStart?: number | undefined;
|
|
@@ -11627,7 +11627,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
11627
11627
|
lienHolder?: {
|
|
11628
11628
|
sourceSpanIds: string[];
|
|
11629
11629
|
name: string;
|
|
11630
|
-
role: "
|
|
11630
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
11631
11631
|
documentNodeId?: string | undefined;
|
|
11632
11632
|
sourceTextHash?: string | undefined;
|
|
11633
11633
|
pageStart?: number | undefined;
|
|
@@ -11954,7 +11954,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
11954
11954
|
statedValue?: string | undefined;
|
|
11955
11955
|
garageLocation?: number | undefined;
|
|
11956
11956
|
coverages?: {
|
|
11957
|
-
type: "
|
|
11957
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
11958
11958
|
included: boolean;
|
|
11959
11959
|
limit?: string | undefined;
|
|
11960
11960
|
deductible?: string | undefined;
|
|
@@ -12066,7 +12066,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
12066
12066
|
statedValue?: string | undefined;
|
|
12067
12067
|
garageLocation?: number | undefined;
|
|
12068
12068
|
coverages?: {
|
|
12069
|
-
type: "
|
|
12069
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
12070
12070
|
included: boolean;
|
|
12071
12071
|
limit?: string | undefined;
|
|
12072
12072
|
deductible?: string | undefined;
|
|
@@ -12165,7 +12165,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
12165
12165
|
security?: string | undefined;
|
|
12166
12166
|
premiumAmount?: number | undefined;
|
|
12167
12167
|
summary?: string | undefined;
|
|
12168
|
-
|
|
12168
|
+
linesOfBusiness?: string[] | undefined;
|
|
12169
12169
|
sections?: {
|
|
12170
12170
|
type: string;
|
|
12171
12171
|
title: string;
|
|
@@ -12206,8 +12206,8 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
12206
12206
|
coveredReasons?: {
|
|
12207
12207
|
content: string;
|
|
12208
12208
|
coverageName: string;
|
|
12209
|
-
title?: string | undefined;
|
|
12210
12209
|
conditions?: string[] | undefined;
|
|
12210
|
+
title?: string | undefined;
|
|
12211
12211
|
sourceSpanIds?: string[] | undefined;
|
|
12212
12212
|
documentNodeId?: string | undefined;
|
|
12213
12213
|
sourceTextHash?: string | undefined;
|
|
@@ -12302,7 +12302,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
12302
12302
|
title: string;
|
|
12303
12303
|
pageStart: number;
|
|
12304
12304
|
formNumber: string;
|
|
12305
|
-
endorsementType: "
|
|
12305
|
+
endorsementType: "additional_insured" | "waiver_of_subrogation" | "primary_noncontributory" | "blanket_additional_insured" | "loss_payee" | "mortgage_holder" | "broadening" | "restriction" | "exclusion" | "amendatory" | "notice_of_cancellation" | "designated_premises" | "classification_change" | "schedule_update" | "deductible_change" | "limit_change" | "territorial_extension" | "other";
|
|
12306
12306
|
sourceSpanIds?: string[] | undefined;
|
|
12307
12307
|
documentNodeId?: string | undefined;
|
|
12308
12308
|
sourceTextHash?: string | undefined;
|
|
@@ -12314,7 +12314,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
12314
12314
|
namedParties?: {
|
|
12315
12315
|
sourceSpanIds: string[];
|
|
12316
12316
|
name: string;
|
|
12317
|
-
role: "
|
|
12317
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
12318
12318
|
documentNodeId?: string | undefined;
|
|
12319
12319
|
sourceTextHash?: string | undefined;
|
|
12320
12320
|
pageStart?: number | undefined;
|
|
@@ -12462,7 +12462,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
12462
12462
|
additionalInsureds?: {
|
|
12463
12463
|
sourceSpanIds: string[];
|
|
12464
12464
|
name: string;
|
|
12465
|
-
role: "
|
|
12465
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
12466
12466
|
documentNodeId?: string | undefined;
|
|
12467
12467
|
sourceTextHash?: string | undefined;
|
|
12468
12468
|
pageStart?: number | undefined;
|
|
@@ -12481,7 +12481,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
12481
12481
|
lossPayees?: {
|
|
12482
12482
|
sourceSpanIds: string[];
|
|
12483
12483
|
name: string;
|
|
12484
|
-
role: "
|
|
12484
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
12485
12485
|
documentNodeId?: string | undefined;
|
|
12486
12486
|
sourceTextHash?: string | undefined;
|
|
12487
12487
|
pageStart?: number | undefined;
|
|
@@ -12500,7 +12500,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
12500
12500
|
mortgageHolders?: {
|
|
12501
12501
|
sourceSpanIds: string[];
|
|
12502
12502
|
name: string;
|
|
12503
|
-
role: "
|
|
12503
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
12504
12504
|
documentNodeId?: string | undefined;
|
|
12505
12505
|
sourceTextHash?: string | undefined;
|
|
12506
12506
|
pageStart?: number | undefined;
|
|
@@ -12722,7 +12722,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
12722
12722
|
mortgagee?: {
|
|
12723
12723
|
sourceSpanIds: string[];
|
|
12724
12724
|
name: string;
|
|
12725
|
-
role: "
|
|
12725
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
12726
12726
|
documentNodeId?: string | undefined;
|
|
12727
12727
|
sourceTextHash?: string | undefined;
|
|
12728
12728
|
pageStart?: number | undefined;
|
|
@@ -12741,7 +12741,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
12741
12741
|
additionalMortgagees?: {
|
|
12742
12742
|
sourceSpanIds: string[];
|
|
12743
12743
|
name: string;
|
|
12744
|
-
role: "
|
|
12744
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
12745
12745
|
documentNodeId?: string | undefined;
|
|
12746
12746
|
sourceTextHash?: string | undefined;
|
|
12747
12747
|
pageStart?: number | undefined;
|
|
@@ -12781,7 +12781,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
12781
12781
|
lienHolder?: {
|
|
12782
12782
|
sourceSpanIds: string[];
|
|
12783
12783
|
name: string;
|
|
12784
|
-
role: "
|
|
12784
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
12785
12785
|
documentNodeId?: string | undefined;
|
|
12786
12786
|
sourceTextHash?: string | undefined;
|
|
12787
12787
|
pageStart?: number | undefined;
|
|
@@ -13108,7 +13108,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
13108
13108
|
statedValue?: string | undefined;
|
|
13109
13109
|
garageLocation?: number | undefined;
|
|
13110
13110
|
coverages?: {
|
|
13111
|
-
type: "
|
|
13111
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
13112
13112
|
included: boolean;
|
|
13113
13113
|
limit?: string | undefined;
|
|
13114
13114
|
deductible?: string | undefined;
|
|
@@ -13220,7 +13220,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
13220
13220
|
statedValue?: string | undefined;
|
|
13221
13221
|
garageLocation?: number | undefined;
|
|
13222
13222
|
coverages?: {
|
|
13223
|
-
type: "
|
|
13223
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
13224
13224
|
included: boolean;
|
|
13225
13225
|
limit?: string | undefined;
|
|
13226
13226
|
deductible?: string | undefined;
|
|
@@ -13319,7 +13319,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
13319
13319
|
security?: string | undefined;
|
|
13320
13320
|
premiumAmount?: number | undefined;
|
|
13321
13321
|
summary?: string | undefined;
|
|
13322
|
-
|
|
13322
|
+
linesOfBusiness?: string[] | undefined;
|
|
13323
13323
|
sections?: {
|
|
13324
13324
|
type: string;
|
|
13325
13325
|
title: string;
|
|
@@ -13360,8 +13360,8 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
13360
13360
|
coveredReasons?: {
|
|
13361
13361
|
content: string;
|
|
13362
13362
|
coverageName: string;
|
|
13363
|
-
title?: string | undefined;
|
|
13364
13363
|
conditions?: string[] | undefined;
|
|
13364
|
+
title?: string | undefined;
|
|
13365
13365
|
sourceSpanIds?: string[] | undefined;
|
|
13366
13366
|
documentNodeId?: string | undefined;
|
|
13367
13367
|
sourceTextHash?: string | undefined;
|
|
@@ -13456,7 +13456,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
13456
13456
|
title: string;
|
|
13457
13457
|
pageStart: number;
|
|
13458
13458
|
formNumber: string;
|
|
13459
|
-
endorsementType: "
|
|
13459
|
+
endorsementType: "additional_insured" | "waiver_of_subrogation" | "primary_noncontributory" | "blanket_additional_insured" | "loss_payee" | "mortgage_holder" | "broadening" | "restriction" | "exclusion" | "amendatory" | "notice_of_cancellation" | "designated_premises" | "classification_change" | "schedule_update" | "deductible_change" | "limit_change" | "territorial_extension" | "other";
|
|
13460
13460
|
sourceSpanIds?: string[] | undefined;
|
|
13461
13461
|
documentNodeId?: string | undefined;
|
|
13462
13462
|
sourceTextHash?: string | undefined;
|
|
@@ -13468,7 +13468,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
13468
13468
|
namedParties?: {
|
|
13469
13469
|
sourceSpanIds: string[];
|
|
13470
13470
|
name: string;
|
|
13471
|
-
role: "
|
|
13471
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
13472
13472
|
documentNodeId?: string | undefined;
|
|
13473
13473
|
sourceTextHash?: string | undefined;
|
|
13474
13474
|
pageStart?: number | undefined;
|
|
@@ -13616,7 +13616,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
13616
13616
|
additionalInsureds?: {
|
|
13617
13617
|
sourceSpanIds: string[];
|
|
13618
13618
|
name: string;
|
|
13619
|
-
role: "
|
|
13619
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
13620
13620
|
documentNodeId?: string | undefined;
|
|
13621
13621
|
sourceTextHash?: string | undefined;
|
|
13622
13622
|
pageStart?: number | undefined;
|
|
@@ -13635,7 +13635,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
13635
13635
|
lossPayees?: {
|
|
13636
13636
|
sourceSpanIds: string[];
|
|
13637
13637
|
name: string;
|
|
13638
|
-
role: "
|
|
13638
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
13639
13639
|
documentNodeId?: string | undefined;
|
|
13640
13640
|
sourceTextHash?: string | undefined;
|
|
13641
13641
|
pageStart?: number | undefined;
|
|
@@ -13654,7 +13654,7 @@ declare const QuoteDocumentSchema: z.ZodObject<{
|
|
|
13654
13654
|
mortgageHolders?: {
|
|
13655
13655
|
sourceSpanIds: string[];
|
|
13656
13656
|
name: string;
|
|
13657
|
-
role: "
|
|
13657
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
13658
13658
|
documentNodeId?: string | undefined;
|
|
13659
13659
|
sourceTextHash?: string | undefined;
|
|
13660
13660
|
pageStart?: number | undefined;
|
|
@@ -13790,7 +13790,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
13790
13790
|
premium: z.ZodOptional<z.ZodString>;
|
|
13791
13791
|
premiumAmount: z.ZodOptional<z.ZodNumber>;
|
|
13792
13792
|
summary: z.ZodOptional<z.ZodString>;
|
|
13793
|
-
|
|
13793
|
+
linesOfBusiness: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
13794
13794
|
coverages: z.ZodArray<z.ZodObject<{
|
|
13795
13795
|
name: z.ZodString;
|
|
13796
13796
|
limit: z.ZodString;
|
|
@@ -14167,8 +14167,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
14167
14167
|
}, "strip", z.ZodTypeAny, {
|
|
14168
14168
|
content: string;
|
|
14169
14169
|
coverageName: string;
|
|
14170
|
-
title?: string | undefined;
|
|
14171
14170
|
conditions?: string[] | undefined;
|
|
14171
|
+
title?: string | undefined;
|
|
14172
14172
|
sourceSpanIds?: string[] | undefined;
|
|
14173
14173
|
documentNodeId?: string | undefined;
|
|
14174
14174
|
sourceTextHash?: string | undefined;
|
|
@@ -14184,8 +14184,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
14184
14184
|
}, {
|
|
14185
14185
|
content: string;
|
|
14186
14186
|
coverageName: string;
|
|
14187
|
-
title?: string | undefined;
|
|
14188
14187
|
conditions?: string[] | undefined;
|
|
14188
|
+
title?: string | undefined;
|
|
14189
14189
|
sourceSpanIds?: string[] | undefined;
|
|
14190
14190
|
documentNodeId?: string | undefined;
|
|
14191
14191
|
sourceTextHash?: string | undefined;
|
|
@@ -14450,7 +14450,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
14450
14450
|
}, "strip", z.ZodTypeAny, {
|
|
14451
14451
|
sourceSpanIds: string[];
|
|
14452
14452
|
name: string;
|
|
14453
|
-
role: "
|
|
14453
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
14454
14454
|
documentNodeId?: string | undefined;
|
|
14455
14455
|
sourceTextHash?: string | undefined;
|
|
14456
14456
|
pageStart?: number | undefined;
|
|
@@ -14468,7 +14468,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
14468
14468
|
}, {
|
|
14469
14469
|
sourceSpanIds: string[];
|
|
14470
14470
|
name: string;
|
|
14471
|
-
role: "
|
|
14471
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
14472
14472
|
documentNodeId?: string | undefined;
|
|
14473
14473
|
sourceTextHash?: string | undefined;
|
|
14474
14474
|
pageStart?: number | undefined;
|
|
@@ -14498,7 +14498,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
14498
14498
|
title: string;
|
|
14499
14499
|
pageStart: number;
|
|
14500
14500
|
formNumber: string;
|
|
14501
|
-
endorsementType: "
|
|
14501
|
+
endorsementType: "additional_insured" | "waiver_of_subrogation" | "primary_noncontributory" | "blanket_additional_insured" | "loss_payee" | "mortgage_holder" | "broadening" | "restriction" | "exclusion" | "amendatory" | "notice_of_cancellation" | "designated_premises" | "classification_change" | "schedule_update" | "deductible_change" | "limit_change" | "territorial_extension" | "other";
|
|
14502
14502
|
sourceSpanIds?: string[] | undefined;
|
|
14503
14503
|
documentNodeId?: string | undefined;
|
|
14504
14504
|
sourceTextHash?: string | undefined;
|
|
@@ -14510,7 +14510,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
14510
14510
|
namedParties?: {
|
|
14511
14511
|
sourceSpanIds: string[];
|
|
14512
14512
|
name: string;
|
|
14513
|
-
role: "
|
|
14513
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
14514
14514
|
documentNodeId?: string | undefined;
|
|
14515
14515
|
sourceTextHash?: string | undefined;
|
|
14516
14516
|
pageStart?: number | undefined;
|
|
@@ -14534,7 +14534,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
14534
14534
|
title: string;
|
|
14535
14535
|
pageStart: number;
|
|
14536
14536
|
formNumber: string;
|
|
14537
|
-
endorsementType: "
|
|
14537
|
+
endorsementType: "additional_insured" | "waiver_of_subrogation" | "primary_noncontributory" | "blanket_additional_insured" | "loss_payee" | "mortgage_holder" | "broadening" | "restriction" | "exclusion" | "amendatory" | "notice_of_cancellation" | "designated_premises" | "classification_change" | "schedule_update" | "deductible_change" | "limit_change" | "territorial_extension" | "other";
|
|
14538
14538
|
sourceSpanIds?: string[] | undefined;
|
|
14539
14539
|
documentNodeId?: string | undefined;
|
|
14540
14540
|
sourceTextHash?: string | undefined;
|
|
@@ -14546,7 +14546,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
14546
14546
|
namedParties?: {
|
|
14547
14547
|
sourceSpanIds: string[];
|
|
14548
14548
|
name: string;
|
|
14549
|
-
role: "
|
|
14549
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
14550
14550
|
documentNodeId?: string | undefined;
|
|
14551
14551
|
sourceTextHash?: string | undefined;
|
|
14552
14552
|
pageStart?: number | undefined;
|
|
@@ -14903,12 +14903,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
14903
14903
|
deductible: z.ZodOptional<z.ZodString>;
|
|
14904
14904
|
included: z.ZodBoolean;
|
|
14905
14905
|
}, "strip", z.ZodTypeAny, {
|
|
14906
|
-
type: "
|
|
14906
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
14907
14907
|
included: boolean;
|
|
14908
14908
|
limit?: string | undefined;
|
|
14909
14909
|
deductible?: string | undefined;
|
|
14910
14910
|
}, {
|
|
14911
|
-
type: "
|
|
14911
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
14912
14912
|
included: boolean;
|
|
14913
14913
|
limit?: string | undefined;
|
|
14914
14914
|
deductible?: string | undefined;
|
|
@@ -14925,7 +14925,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
14925
14925
|
statedValue?: string | undefined;
|
|
14926
14926
|
garageLocation?: number | undefined;
|
|
14927
14927
|
coverages?: {
|
|
14928
|
-
type: "
|
|
14928
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
14929
14929
|
included: boolean;
|
|
14930
14930
|
limit?: string | undefined;
|
|
14931
14931
|
deductible?: string | undefined;
|
|
@@ -14942,7 +14942,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
14942
14942
|
statedValue?: string | undefined;
|
|
14943
14943
|
garageLocation?: number | undefined;
|
|
14944
14944
|
coverages?: {
|
|
14945
|
-
type: "
|
|
14945
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
14946
14946
|
included: boolean;
|
|
14947
14947
|
limit?: string | undefined;
|
|
14948
14948
|
deductible?: string | undefined;
|
|
@@ -15119,7 +15119,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
15119
15119
|
}, "strip", z.ZodTypeAny, {
|
|
15120
15120
|
sourceSpanIds: string[];
|
|
15121
15121
|
name: string;
|
|
15122
|
-
role: "
|
|
15122
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
15123
15123
|
documentNodeId?: string | undefined;
|
|
15124
15124
|
sourceTextHash?: string | undefined;
|
|
15125
15125
|
pageStart?: number | undefined;
|
|
@@ -15137,7 +15137,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
15137
15137
|
}, {
|
|
15138
15138
|
sourceSpanIds: string[];
|
|
15139
15139
|
name: string;
|
|
15140
|
-
role: "
|
|
15140
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
15141
15141
|
documentNodeId?: string | undefined;
|
|
15142
15142
|
sourceTextHash?: string | undefined;
|
|
15143
15143
|
pageStart?: number | undefined;
|
|
@@ -15189,7 +15189,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
15189
15189
|
}, "strip", z.ZodTypeAny, {
|
|
15190
15190
|
sourceSpanIds: string[];
|
|
15191
15191
|
name: string;
|
|
15192
|
-
role: "
|
|
15192
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
15193
15193
|
documentNodeId?: string | undefined;
|
|
15194
15194
|
sourceTextHash?: string | undefined;
|
|
15195
15195
|
pageStart?: number | undefined;
|
|
@@ -15207,7 +15207,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
15207
15207
|
}, {
|
|
15208
15208
|
sourceSpanIds: string[];
|
|
15209
15209
|
name: string;
|
|
15210
|
-
role: "
|
|
15210
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
15211
15211
|
documentNodeId?: string | undefined;
|
|
15212
15212
|
sourceTextHash?: string | undefined;
|
|
15213
15213
|
pageStart?: number | undefined;
|
|
@@ -15261,7 +15261,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
15261
15261
|
mortgagee?: {
|
|
15262
15262
|
sourceSpanIds: string[];
|
|
15263
15263
|
name: string;
|
|
15264
|
-
role: "
|
|
15264
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
15265
15265
|
documentNodeId?: string | undefined;
|
|
15266
15266
|
sourceTextHash?: string | undefined;
|
|
15267
15267
|
pageStart?: number | undefined;
|
|
@@ -15280,7 +15280,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
15280
15280
|
additionalMortgagees?: {
|
|
15281
15281
|
sourceSpanIds: string[];
|
|
15282
15282
|
name: string;
|
|
15283
|
-
role: "
|
|
15283
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
15284
15284
|
documentNodeId?: string | undefined;
|
|
15285
15285
|
sourceTextHash?: string | undefined;
|
|
15286
15286
|
pageStart?: number | undefined;
|
|
@@ -15334,7 +15334,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
15334
15334
|
mortgagee?: {
|
|
15335
15335
|
sourceSpanIds: string[];
|
|
15336
15336
|
name: string;
|
|
15337
|
-
role: "
|
|
15337
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
15338
15338
|
documentNodeId?: string | undefined;
|
|
15339
15339
|
sourceTextHash?: string | undefined;
|
|
15340
15340
|
pageStart?: number | undefined;
|
|
@@ -15353,7 +15353,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
15353
15353
|
additionalMortgagees?: {
|
|
15354
15354
|
sourceSpanIds: string[];
|
|
15355
15355
|
name: string;
|
|
15356
|
-
role: "
|
|
15356
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
15357
15357
|
documentNodeId?: string | undefined;
|
|
15358
15358
|
sourceTextHash?: string | undefined;
|
|
15359
15359
|
pageStart?: number | undefined;
|
|
@@ -15440,7 +15440,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
15440
15440
|
}, "strip", z.ZodTypeAny, {
|
|
15441
15441
|
sourceSpanIds: string[];
|
|
15442
15442
|
name: string;
|
|
15443
|
-
role: "
|
|
15443
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
15444
15444
|
documentNodeId?: string | undefined;
|
|
15445
15445
|
sourceTextHash?: string | undefined;
|
|
15446
15446
|
pageStart?: number | undefined;
|
|
@@ -15458,7 +15458,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
15458
15458
|
}, {
|
|
15459
15459
|
sourceSpanIds: string[];
|
|
15460
15460
|
name: string;
|
|
15461
|
-
role: "
|
|
15461
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
15462
15462
|
documentNodeId?: string | undefined;
|
|
15463
15463
|
sourceTextHash?: string | undefined;
|
|
15464
15464
|
pageStart?: number | undefined;
|
|
@@ -15500,7 +15500,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
15500
15500
|
lienHolder?: {
|
|
15501
15501
|
sourceSpanIds: string[];
|
|
15502
15502
|
name: string;
|
|
15503
|
-
role: "
|
|
15503
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
15504
15504
|
documentNodeId?: string | undefined;
|
|
15505
15505
|
sourceTextHash?: string | undefined;
|
|
15506
15506
|
pageStart?: number | undefined;
|
|
@@ -15542,7 +15542,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
15542
15542
|
lienHolder?: {
|
|
15543
15543
|
sourceSpanIds: string[];
|
|
15544
15544
|
name: string;
|
|
15545
|
-
role: "
|
|
15545
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
15546
15546
|
documentNodeId?: string | undefined;
|
|
15547
15547
|
sourceTextHash?: string | undefined;
|
|
15548
15548
|
pageStart?: number | undefined;
|
|
@@ -15713,7 +15713,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
15713
15713
|
lienHolder?: {
|
|
15714
15714
|
sourceSpanIds: string[];
|
|
15715
15715
|
name: string;
|
|
15716
|
-
role: "
|
|
15716
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
15717
15717
|
documentNodeId?: string | undefined;
|
|
15718
15718
|
sourceTextHash?: string | undefined;
|
|
15719
15719
|
pageStart?: number | undefined;
|
|
@@ -15798,7 +15798,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
15798
15798
|
lienHolder?: {
|
|
15799
15799
|
sourceSpanIds: string[];
|
|
15800
15800
|
name: string;
|
|
15801
|
-
role: "
|
|
15801
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
15802
15802
|
documentNodeId?: string | undefined;
|
|
15803
15803
|
sourceTextHash?: string | undefined;
|
|
15804
15804
|
pageStart?: number | undefined;
|
|
@@ -16856,12 +16856,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
16856
16856
|
deductible: z.ZodOptional<z.ZodString>;
|
|
16857
16857
|
included: z.ZodBoolean;
|
|
16858
16858
|
}, "strip", z.ZodTypeAny, {
|
|
16859
|
-
type: "
|
|
16859
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
16860
16860
|
included: boolean;
|
|
16861
16861
|
limit?: string | undefined;
|
|
16862
16862
|
deductible?: string | undefined;
|
|
16863
16863
|
}, {
|
|
16864
|
-
type: "
|
|
16864
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
16865
16865
|
included: boolean;
|
|
16866
16866
|
limit?: string | undefined;
|
|
16867
16867
|
deductible?: string | undefined;
|
|
@@ -16878,7 +16878,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
16878
16878
|
statedValue?: string | undefined;
|
|
16879
16879
|
garageLocation?: number | undefined;
|
|
16880
16880
|
coverages?: {
|
|
16881
|
-
type: "
|
|
16881
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
16882
16882
|
included: boolean;
|
|
16883
16883
|
limit?: string | undefined;
|
|
16884
16884
|
deductible?: string | undefined;
|
|
@@ -16895,7 +16895,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
16895
16895
|
statedValue?: string | undefined;
|
|
16896
16896
|
garageLocation?: number | undefined;
|
|
16897
16897
|
coverages?: {
|
|
16898
|
-
type: "
|
|
16898
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
16899
16899
|
included: boolean;
|
|
16900
16900
|
limit?: string | undefined;
|
|
16901
16901
|
deductible?: string | undefined;
|
|
@@ -16921,7 +16921,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
16921
16921
|
statedValue?: string | undefined;
|
|
16922
16922
|
garageLocation?: number | undefined;
|
|
16923
16923
|
coverages?: {
|
|
16924
|
-
type: "
|
|
16924
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
16925
16925
|
included: boolean;
|
|
16926
16926
|
limit?: string | undefined;
|
|
16927
16927
|
deductible?: string | undefined;
|
|
@@ -16947,7 +16947,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
16947
16947
|
statedValue?: string | undefined;
|
|
16948
16948
|
garageLocation?: number | undefined;
|
|
16949
16949
|
coverages?: {
|
|
16950
|
-
type: "
|
|
16950
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
16951
16951
|
included: boolean;
|
|
16952
16952
|
limit?: string | undefined;
|
|
16953
16953
|
deductible?: string | undefined;
|
|
@@ -17640,7 +17640,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
17640
17640
|
}, "strip", z.ZodTypeAny, {
|
|
17641
17641
|
sourceSpanIds: string[];
|
|
17642
17642
|
name: string;
|
|
17643
|
-
role: "
|
|
17643
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
17644
17644
|
documentNodeId?: string | undefined;
|
|
17645
17645
|
sourceTextHash?: string | undefined;
|
|
17646
17646
|
pageStart?: number | undefined;
|
|
@@ -17658,7 +17658,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
17658
17658
|
}, {
|
|
17659
17659
|
sourceSpanIds: string[];
|
|
17660
17660
|
name: string;
|
|
17661
|
-
role: "
|
|
17661
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
17662
17662
|
documentNodeId?: string | undefined;
|
|
17663
17663
|
sourceTextHash?: string | undefined;
|
|
17664
17664
|
pageStart?: number | undefined;
|
|
@@ -17710,7 +17710,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
17710
17710
|
}, "strip", z.ZodTypeAny, {
|
|
17711
17711
|
sourceSpanIds: string[];
|
|
17712
17712
|
name: string;
|
|
17713
|
-
role: "
|
|
17713
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
17714
17714
|
documentNodeId?: string | undefined;
|
|
17715
17715
|
sourceTextHash?: string | undefined;
|
|
17716
17716
|
pageStart?: number | undefined;
|
|
@@ -17728,7 +17728,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
17728
17728
|
}, {
|
|
17729
17729
|
sourceSpanIds: string[];
|
|
17730
17730
|
name: string;
|
|
17731
|
-
role: "
|
|
17731
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
17732
17732
|
documentNodeId?: string | undefined;
|
|
17733
17733
|
sourceTextHash?: string | undefined;
|
|
17734
17734
|
pageStart?: number | undefined;
|
|
@@ -17780,7 +17780,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
17780
17780
|
}, "strip", z.ZodTypeAny, {
|
|
17781
17781
|
sourceSpanIds: string[];
|
|
17782
17782
|
name: string;
|
|
17783
|
-
role: "
|
|
17783
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
17784
17784
|
documentNodeId?: string | undefined;
|
|
17785
17785
|
sourceTextHash?: string | undefined;
|
|
17786
17786
|
pageStart?: number | undefined;
|
|
@@ -17798,7 +17798,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
17798
17798
|
}, {
|
|
17799
17799
|
sourceSpanIds: string[];
|
|
17800
17800
|
name: string;
|
|
17801
|
-
role: "
|
|
17801
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
17802
17802
|
documentNodeId?: string | undefined;
|
|
17803
17803
|
sourceTextHash?: string | undefined;
|
|
17804
17804
|
pageStart?: number | undefined;
|
|
@@ -18102,7 +18102,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
18102
18102
|
mortgagee?: {
|
|
18103
18103
|
sourceSpanIds: string[];
|
|
18104
18104
|
name: string;
|
|
18105
|
-
role: "
|
|
18105
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
18106
18106
|
documentNodeId?: string | undefined;
|
|
18107
18107
|
sourceTextHash?: string | undefined;
|
|
18108
18108
|
pageStart?: number | undefined;
|
|
@@ -18121,7 +18121,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
18121
18121
|
additionalMortgagees?: {
|
|
18122
18122
|
sourceSpanIds: string[];
|
|
18123
18123
|
name: string;
|
|
18124
|
-
role: "
|
|
18124
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
18125
18125
|
documentNodeId?: string | undefined;
|
|
18126
18126
|
sourceTextHash?: string | undefined;
|
|
18127
18127
|
pageStart?: number | undefined;
|
|
@@ -18161,7 +18161,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
18161
18161
|
lienHolder?: {
|
|
18162
18162
|
sourceSpanIds: string[];
|
|
18163
18163
|
name: string;
|
|
18164
|
-
role: "
|
|
18164
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
18165
18165
|
documentNodeId?: string | undefined;
|
|
18166
18166
|
sourceTextHash?: string | undefined;
|
|
18167
18167
|
pageStart?: number | undefined;
|
|
@@ -18488,7 +18488,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
18488
18488
|
statedValue?: string | undefined;
|
|
18489
18489
|
garageLocation?: number | undefined;
|
|
18490
18490
|
coverages?: {
|
|
18491
|
-
type: "
|
|
18491
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
18492
18492
|
included: boolean;
|
|
18493
18493
|
limit?: string | undefined;
|
|
18494
18494
|
deductible?: string | undefined;
|
|
@@ -18600,7 +18600,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
18600
18600
|
statedValue?: string | undefined;
|
|
18601
18601
|
garageLocation?: number | undefined;
|
|
18602
18602
|
coverages?: {
|
|
18603
|
-
type: "
|
|
18603
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
18604
18604
|
included: boolean;
|
|
18605
18605
|
limit?: string | undefined;
|
|
18606
18606
|
deductible?: string | undefined;
|
|
@@ -18703,7 +18703,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
18703
18703
|
security?: string | undefined;
|
|
18704
18704
|
premiumAmount?: number | undefined;
|
|
18705
18705
|
summary?: string | undefined;
|
|
18706
|
-
|
|
18706
|
+
linesOfBusiness?: string[] | undefined;
|
|
18707
18707
|
sections?: {
|
|
18708
18708
|
type: string;
|
|
18709
18709
|
title: string;
|
|
@@ -18744,8 +18744,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
18744
18744
|
coveredReasons?: {
|
|
18745
18745
|
content: string;
|
|
18746
18746
|
coverageName: string;
|
|
18747
|
-
title?: string | undefined;
|
|
18748
18747
|
conditions?: string[] | undefined;
|
|
18748
|
+
title?: string | undefined;
|
|
18749
18749
|
sourceSpanIds?: string[] | undefined;
|
|
18750
18750
|
documentNodeId?: string | undefined;
|
|
18751
18751
|
sourceTextHash?: string | undefined;
|
|
@@ -18840,7 +18840,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
18840
18840
|
title: string;
|
|
18841
18841
|
pageStart: number;
|
|
18842
18842
|
formNumber: string;
|
|
18843
|
-
endorsementType: "
|
|
18843
|
+
endorsementType: "additional_insured" | "waiver_of_subrogation" | "primary_noncontributory" | "blanket_additional_insured" | "loss_payee" | "mortgage_holder" | "broadening" | "restriction" | "exclusion" | "amendatory" | "notice_of_cancellation" | "designated_premises" | "classification_change" | "schedule_update" | "deductible_change" | "limit_change" | "territorial_extension" | "other";
|
|
18844
18844
|
sourceSpanIds?: string[] | undefined;
|
|
18845
18845
|
documentNodeId?: string | undefined;
|
|
18846
18846
|
sourceTextHash?: string | undefined;
|
|
@@ -18852,7 +18852,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
18852
18852
|
namedParties?: {
|
|
18853
18853
|
sourceSpanIds: string[];
|
|
18854
18854
|
name: string;
|
|
18855
|
-
role: "
|
|
18855
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
18856
18856
|
documentNodeId?: string | undefined;
|
|
18857
18857
|
sourceTextHash?: string | undefined;
|
|
18858
18858
|
pageStart?: number | undefined;
|
|
@@ -19000,7 +19000,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
19000
19000
|
additionalInsureds?: {
|
|
19001
19001
|
sourceSpanIds: string[];
|
|
19002
19002
|
name: string;
|
|
19003
|
-
role: "
|
|
19003
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
19004
19004
|
documentNodeId?: string | undefined;
|
|
19005
19005
|
sourceTextHash?: string | undefined;
|
|
19006
19006
|
pageStart?: number | undefined;
|
|
@@ -19019,7 +19019,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
19019
19019
|
lossPayees?: {
|
|
19020
19020
|
sourceSpanIds: string[];
|
|
19021
19021
|
name: string;
|
|
19022
|
-
role: "
|
|
19022
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
19023
19023
|
documentNodeId?: string | undefined;
|
|
19024
19024
|
sourceTextHash?: string | undefined;
|
|
19025
19025
|
pageStart?: number | undefined;
|
|
@@ -19038,7 +19038,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
19038
19038
|
mortgageHolders?: {
|
|
19039
19039
|
sourceSpanIds: string[];
|
|
19040
19040
|
name: string;
|
|
19041
|
-
role: "
|
|
19041
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
19042
19042
|
documentNodeId?: string | undefined;
|
|
19043
19043
|
sourceTextHash?: string | undefined;
|
|
19044
19044
|
pageStart?: number | undefined;
|
|
@@ -19223,7 +19223,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
19223
19223
|
mortgagee?: {
|
|
19224
19224
|
sourceSpanIds: string[];
|
|
19225
19225
|
name: string;
|
|
19226
|
-
role: "
|
|
19226
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
19227
19227
|
documentNodeId?: string | undefined;
|
|
19228
19228
|
sourceTextHash?: string | undefined;
|
|
19229
19229
|
pageStart?: number | undefined;
|
|
@@ -19242,7 +19242,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
19242
19242
|
additionalMortgagees?: {
|
|
19243
19243
|
sourceSpanIds: string[];
|
|
19244
19244
|
name: string;
|
|
19245
|
-
role: "
|
|
19245
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
19246
19246
|
documentNodeId?: string | undefined;
|
|
19247
19247
|
sourceTextHash?: string | undefined;
|
|
19248
19248
|
pageStart?: number | undefined;
|
|
@@ -19282,7 +19282,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
19282
19282
|
lienHolder?: {
|
|
19283
19283
|
sourceSpanIds: string[];
|
|
19284
19284
|
name: string;
|
|
19285
|
-
role: "
|
|
19285
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
19286
19286
|
documentNodeId?: string | undefined;
|
|
19287
19287
|
sourceTextHash?: string | undefined;
|
|
19288
19288
|
pageStart?: number | undefined;
|
|
@@ -19609,7 +19609,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
19609
19609
|
statedValue?: string | undefined;
|
|
19610
19610
|
garageLocation?: number | undefined;
|
|
19611
19611
|
coverages?: {
|
|
19612
|
-
type: "
|
|
19612
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
19613
19613
|
included: boolean;
|
|
19614
19614
|
limit?: string | undefined;
|
|
19615
19615
|
deductible?: string | undefined;
|
|
@@ -19721,7 +19721,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
19721
19721
|
statedValue?: string | undefined;
|
|
19722
19722
|
garageLocation?: number | undefined;
|
|
19723
19723
|
coverages?: {
|
|
19724
|
-
type: "
|
|
19724
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
19725
19725
|
included: boolean;
|
|
19726
19726
|
limit?: string | undefined;
|
|
19727
19727
|
deductible?: string | undefined;
|
|
@@ -19824,7 +19824,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
19824
19824
|
security?: string | undefined;
|
|
19825
19825
|
premiumAmount?: number | undefined;
|
|
19826
19826
|
summary?: string | undefined;
|
|
19827
|
-
|
|
19827
|
+
linesOfBusiness?: string[] | undefined;
|
|
19828
19828
|
sections?: {
|
|
19829
19829
|
type: string;
|
|
19830
19830
|
title: string;
|
|
@@ -19865,8 +19865,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
19865
19865
|
coveredReasons?: {
|
|
19866
19866
|
content: string;
|
|
19867
19867
|
coverageName: string;
|
|
19868
|
-
title?: string | undefined;
|
|
19869
19868
|
conditions?: string[] | undefined;
|
|
19869
|
+
title?: string | undefined;
|
|
19870
19870
|
sourceSpanIds?: string[] | undefined;
|
|
19871
19871
|
documentNodeId?: string | undefined;
|
|
19872
19872
|
sourceTextHash?: string | undefined;
|
|
@@ -19961,7 +19961,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
19961
19961
|
title: string;
|
|
19962
19962
|
pageStart: number;
|
|
19963
19963
|
formNumber: string;
|
|
19964
|
-
endorsementType: "
|
|
19964
|
+
endorsementType: "additional_insured" | "waiver_of_subrogation" | "primary_noncontributory" | "blanket_additional_insured" | "loss_payee" | "mortgage_holder" | "broadening" | "restriction" | "exclusion" | "amendatory" | "notice_of_cancellation" | "designated_premises" | "classification_change" | "schedule_update" | "deductible_change" | "limit_change" | "territorial_extension" | "other";
|
|
19965
19965
|
sourceSpanIds?: string[] | undefined;
|
|
19966
19966
|
documentNodeId?: string | undefined;
|
|
19967
19967
|
sourceTextHash?: string | undefined;
|
|
@@ -19973,7 +19973,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
19973
19973
|
namedParties?: {
|
|
19974
19974
|
sourceSpanIds: string[];
|
|
19975
19975
|
name: string;
|
|
19976
|
-
role: "
|
|
19976
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
19977
19977
|
documentNodeId?: string | undefined;
|
|
19978
19978
|
sourceTextHash?: string | undefined;
|
|
19979
19979
|
pageStart?: number | undefined;
|
|
@@ -20121,7 +20121,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
20121
20121
|
additionalInsureds?: {
|
|
20122
20122
|
sourceSpanIds: string[];
|
|
20123
20123
|
name: string;
|
|
20124
|
-
role: "
|
|
20124
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
20125
20125
|
documentNodeId?: string | undefined;
|
|
20126
20126
|
sourceTextHash?: string | undefined;
|
|
20127
20127
|
pageStart?: number | undefined;
|
|
@@ -20140,7 +20140,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
20140
20140
|
lossPayees?: {
|
|
20141
20141
|
sourceSpanIds: string[];
|
|
20142
20142
|
name: string;
|
|
20143
|
-
role: "
|
|
20143
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
20144
20144
|
documentNodeId?: string | undefined;
|
|
20145
20145
|
sourceTextHash?: string | undefined;
|
|
20146
20146
|
pageStart?: number | undefined;
|
|
@@ -20159,7 +20159,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
20159
20159
|
mortgageHolders?: {
|
|
20160
20160
|
sourceSpanIds: string[];
|
|
20161
20161
|
name: string;
|
|
20162
|
-
role: "
|
|
20162
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
20163
20163
|
documentNodeId?: string | undefined;
|
|
20164
20164
|
sourceTextHash?: string | undefined;
|
|
20165
20165
|
pageStart?: number | undefined;
|
|
@@ -20342,7 +20342,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
20342
20342
|
premium: z.ZodOptional<z.ZodString>;
|
|
20343
20343
|
premiumAmount: z.ZodOptional<z.ZodNumber>;
|
|
20344
20344
|
summary: z.ZodOptional<z.ZodString>;
|
|
20345
|
-
|
|
20345
|
+
linesOfBusiness: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
20346
20346
|
coverages: z.ZodArray<z.ZodObject<{
|
|
20347
20347
|
name: z.ZodString;
|
|
20348
20348
|
limit: z.ZodString;
|
|
@@ -20719,8 +20719,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
20719
20719
|
}, "strip", z.ZodTypeAny, {
|
|
20720
20720
|
content: string;
|
|
20721
20721
|
coverageName: string;
|
|
20722
|
-
title?: string | undefined;
|
|
20723
20722
|
conditions?: string[] | undefined;
|
|
20723
|
+
title?: string | undefined;
|
|
20724
20724
|
sourceSpanIds?: string[] | undefined;
|
|
20725
20725
|
documentNodeId?: string | undefined;
|
|
20726
20726
|
sourceTextHash?: string | undefined;
|
|
@@ -20736,8 +20736,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
20736
20736
|
}, {
|
|
20737
20737
|
content: string;
|
|
20738
20738
|
coverageName: string;
|
|
20739
|
-
title?: string | undefined;
|
|
20740
20739
|
conditions?: string[] | undefined;
|
|
20740
|
+
title?: string | undefined;
|
|
20741
20741
|
sourceSpanIds?: string[] | undefined;
|
|
20742
20742
|
documentNodeId?: string | undefined;
|
|
20743
20743
|
sourceTextHash?: string | undefined;
|
|
@@ -21002,7 +21002,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21002
21002
|
}, "strip", z.ZodTypeAny, {
|
|
21003
21003
|
sourceSpanIds: string[];
|
|
21004
21004
|
name: string;
|
|
21005
|
-
role: "
|
|
21005
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
21006
21006
|
documentNodeId?: string | undefined;
|
|
21007
21007
|
sourceTextHash?: string | undefined;
|
|
21008
21008
|
pageStart?: number | undefined;
|
|
@@ -21020,7 +21020,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21020
21020
|
}, {
|
|
21021
21021
|
sourceSpanIds: string[];
|
|
21022
21022
|
name: string;
|
|
21023
|
-
role: "
|
|
21023
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
21024
21024
|
documentNodeId?: string | undefined;
|
|
21025
21025
|
sourceTextHash?: string | undefined;
|
|
21026
21026
|
pageStart?: number | undefined;
|
|
@@ -21050,7 +21050,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21050
21050
|
title: string;
|
|
21051
21051
|
pageStart: number;
|
|
21052
21052
|
formNumber: string;
|
|
21053
|
-
endorsementType: "
|
|
21053
|
+
endorsementType: "additional_insured" | "waiver_of_subrogation" | "primary_noncontributory" | "blanket_additional_insured" | "loss_payee" | "mortgage_holder" | "broadening" | "restriction" | "exclusion" | "amendatory" | "notice_of_cancellation" | "designated_premises" | "classification_change" | "schedule_update" | "deductible_change" | "limit_change" | "territorial_extension" | "other";
|
|
21054
21054
|
sourceSpanIds?: string[] | undefined;
|
|
21055
21055
|
documentNodeId?: string | undefined;
|
|
21056
21056
|
sourceTextHash?: string | undefined;
|
|
@@ -21062,7 +21062,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21062
21062
|
namedParties?: {
|
|
21063
21063
|
sourceSpanIds: string[];
|
|
21064
21064
|
name: string;
|
|
21065
|
-
role: "
|
|
21065
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
21066
21066
|
documentNodeId?: string | undefined;
|
|
21067
21067
|
sourceTextHash?: string | undefined;
|
|
21068
21068
|
pageStart?: number | undefined;
|
|
@@ -21086,7 +21086,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21086
21086
|
title: string;
|
|
21087
21087
|
pageStart: number;
|
|
21088
21088
|
formNumber: string;
|
|
21089
|
-
endorsementType: "
|
|
21089
|
+
endorsementType: "additional_insured" | "waiver_of_subrogation" | "primary_noncontributory" | "blanket_additional_insured" | "loss_payee" | "mortgage_holder" | "broadening" | "restriction" | "exclusion" | "amendatory" | "notice_of_cancellation" | "designated_premises" | "classification_change" | "schedule_update" | "deductible_change" | "limit_change" | "territorial_extension" | "other";
|
|
21090
21090
|
sourceSpanIds?: string[] | undefined;
|
|
21091
21091
|
documentNodeId?: string | undefined;
|
|
21092
21092
|
sourceTextHash?: string | undefined;
|
|
@@ -21098,7 +21098,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21098
21098
|
namedParties?: {
|
|
21099
21099
|
sourceSpanIds: string[];
|
|
21100
21100
|
name: string;
|
|
21101
|
-
role: "
|
|
21101
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
21102
21102
|
documentNodeId?: string | undefined;
|
|
21103
21103
|
sourceTextHash?: string | undefined;
|
|
21104
21104
|
pageStart?: number | undefined;
|
|
@@ -21455,12 +21455,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21455
21455
|
deductible: z.ZodOptional<z.ZodString>;
|
|
21456
21456
|
included: z.ZodBoolean;
|
|
21457
21457
|
}, "strip", z.ZodTypeAny, {
|
|
21458
|
-
type: "
|
|
21458
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
21459
21459
|
included: boolean;
|
|
21460
21460
|
limit?: string | undefined;
|
|
21461
21461
|
deductible?: string | undefined;
|
|
21462
21462
|
}, {
|
|
21463
|
-
type: "
|
|
21463
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
21464
21464
|
included: boolean;
|
|
21465
21465
|
limit?: string | undefined;
|
|
21466
21466
|
deductible?: string | undefined;
|
|
@@ -21477,7 +21477,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21477
21477
|
statedValue?: string | undefined;
|
|
21478
21478
|
garageLocation?: number | undefined;
|
|
21479
21479
|
coverages?: {
|
|
21480
|
-
type: "
|
|
21480
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
21481
21481
|
included: boolean;
|
|
21482
21482
|
limit?: string | undefined;
|
|
21483
21483
|
deductible?: string | undefined;
|
|
@@ -21494,7 +21494,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21494
21494
|
statedValue?: string | undefined;
|
|
21495
21495
|
garageLocation?: number | undefined;
|
|
21496
21496
|
coverages?: {
|
|
21497
|
-
type: "
|
|
21497
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
21498
21498
|
included: boolean;
|
|
21499
21499
|
limit?: string | undefined;
|
|
21500
21500
|
deductible?: string | undefined;
|
|
@@ -21671,7 +21671,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21671
21671
|
}, "strip", z.ZodTypeAny, {
|
|
21672
21672
|
sourceSpanIds: string[];
|
|
21673
21673
|
name: string;
|
|
21674
|
-
role: "
|
|
21674
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
21675
21675
|
documentNodeId?: string | undefined;
|
|
21676
21676
|
sourceTextHash?: string | undefined;
|
|
21677
21677
|
pageStart?: number | undefined;
|
|
@@ -21689,7 +21689,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21689
21689
|
}, {
|
|
21690
21690
|
sourceSpanIds: string[];
|
|
21691
21691
|
name: string;
|
|
21692
|
-
role: "
|
|
21692
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
21693
21693
|
documentNodeId?: string | undefined;
|
|
21694
21694
|
sourceTextHash?: string | undefined;
|
|
21695
21695
|
pageStart?: number | undefined;
|
|
@@ -21741,7 +21741,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21741
21741
|
}, "strip", z.ZodTypeAny, {
|
|
21742
21742
|
sourceSpanIds: string[];
|
|
21743
21743
|
name: string;
|
|
21744
|
-
role: "
|
|
21744
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
21745
21745
|
documentNodeId?: string | undefined;
|
|
21746
21746
|
sourceTextHash?: string | undefined;
|
|
21747
21747
|
pageStart?: number | undefined;
|
|
@@ -21759,7 +21759,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21759
21759
|
}, {
|
|
21760
21760
|
sourceSpanIds: string[];
|
|
21761
21761
|
name: string;
|
|
21762
|
-
role: "
|
|
21762
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
21763
21763
|
documentNodeId?: string | undefined;
|
|
21764
21764
|
sourceTextHash?: string | undefined;
|
|
21765
21765
|
pageStart?: number | undefined;
|
|
@@ -21813,7 +21813,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21813
21813
|
mortgagee?: {
|
|
21814
21814
|
sourceSpanIds: string[];
|
|
21815
21815
|
name: string;
|
|
21816
|
-
role: "
|
|
21816
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
21817
21817
|
documentNodeId?: string | undefined;
|
|
21818
21818
|
sourceTextHash?: string | undefined;
|
|
21819
21819
|
pageStart?: number | undefined;
|
|
@@ -21832,7 +21832,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21832
21832
|
additionalMortgagees?: {
|
|
21833
21833
|
sourceSpanIds: string[];
|
|
21834
21834
|
name: string;
|
|
21835
|
-
role: "
|
|
21835
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
21836
21836
|
documentNodeId?: string | undefined;
|
|
21837
21837
|
sourceTextHash?: string | undefined;
|
|
21838
21838
|
pageStart?: number | undefined;
|
|
@@ -21886,7 +21886,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21886
21886
|
mortgagee?: {
|
|
21887
21887
|
sourceSpanIds: string[];
|
|
21888
21888
|
name: string;
|
|
21889
|
-
role: "
|
|
21889
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
21890
21890
|
documentNodeId?: string | undefined;
|
|
21891
21891
|
sourceTextHash?: string | undefined;
|
|
21892
21892
|
pageStart?: number | undefined;
|
|
@@ -21905,7 +21905,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21905
21905
|
additionalMortgagees?: {
|
|
21906
21906
|
sourceSpanIds: string[];
|
|
21907
21907
|
name: string;
|
|
21908
|
-
role: "
|
|
21908
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
21909
21909
|
documentNodeId?: string | undefined;
|
|
21910
21910
|
sourceTextHash?: string | undefined;
|
|
21911
21911
|
pageStart?: number | undefined;
|
|
@@ -21992,7 +21992,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
21992
21992
|
}, "strip", z.ZodTypeAny, {
|
|
21993
21993
|
sourceSpanIds: string[];
|
|
21994
21994
|
name: string;
|
|
21995
|
-
role: "
|
|
21995
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
21996
21996
|
documentNodeId?: string | undefined;
|
|
21997
21997
|
sourceTextHash?: string | undefined;
|
|
21998
21998
|
pageStart?: number | undefined;
|
|
@@ -22010,7 +22010,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
22010
22010
|
}, {
|
|
22011
22011
|
sourceSpanIds: string[];
|
|
22012
22012
|
name: string;
|
|
22013
|
-
role: "
|
|
22013
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
22014
22014
|
documentNodeId?: string | undefined;
|
|
22015
22015
|
sourceTextHash?: string | undefined;
|
|
22016
22016
|
pageStart?: number | undefined;
|
|
@@ -22052,7 +22052,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
22052
22052
|
lienHolder?: {
|
|
22053
22053
|
sourceSpanIds: string[];
|
|
22054
22054
|
name: string;
|
|
22055
|
-
role: "
|
|
22055
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
22056
22056
|
documentNodeId?: string | undefined;
|
|
22057
22057
|
sourceTextHash?: string | undefined;
|
|
22058
22058
|
pageStart?: number | undefined;
|
|
@@ -22094,7 +22094,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
22094
22094
|
lienHolder?: {
|
|
22095
22095
|
sourceSpanIds: string[];
|
|
22096
22096
|
name: string;
|
|
22097
|
-
role: "
|
|
22097
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
22098
22098
|
documentNodeId?: string | undefined;
|
|
22099
22099
|
sourceTextHash?: string | undefined;
|
|
22100
22100
|
pageStart?: number | undefined;
|
|
@@ -22265,7 +22265,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
22265
22265
|
lienHolder?: {
|
|
22266
22266
|
sourceSpanIds: string[];
|
|
22267
22267
|
name: string;
|
|
22268
|
-
role: "
|
|
22268
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
22269
22269
|
documentNodeId?: string | undefined;
|
|
22270
22270
|
sourceTextHash?: string | undefined;
|
|
22271
22271
|
pageStart?: number | undefined;
|
|
@@ -22350,7 +22350,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
22350
22350
|
lienHolder?: {
|
|
22351
22351
|
sourceSpanIds: string[];
|
|
22352
22352
|
name: string;
|
|
22353
|
-
role: "
|
|
22353
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
22354
22354
|
documentNodeId?: string | undefined;
|
|
22355
22355
|
sourceTextHash?: string | undefined;
|
|
22356
22356
|
pageStart?: number | undefined;
|
|
@@ -23408,12 +23408,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
23408
23408
|
deductible: z.ZodOptional<z.ZodString>;
|
|
23409
23409
|
included: z.ZodBoolean;
|
|
23410
23410
|
}, "strip", z.ZodTypeAny, {
|
|
23411
|
-
type: "
|
|
23411
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
23412
23412
|
included: boolean;
|
|
23413
23413
|
limit?: string | undefined;
|
|
23414
23414
|
deductible?: string | undefined;
|
|
23415
23415
|
}, {
|
|
23416
|
-
type: "
|
|
23416
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
23417
23417
|
included: boolean;
|
|
23418
23418
|
limit?: string | undefined;
|
|
23419
23419
|
deductible?: string | undefined;
|
|
@@ -23430,7 +23430,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
23430
23430
|
statedValue?: string | undefined;
|
|
23431
23431
|
garageLocation?: number | undefined;
|
|
23432
23432
|
coverages?: {
|
|
23433
|
-
type: "
|
|
23433
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
23434
23434
|
included: boolean;
|
|
23435
23435
|
limit?: string | undefined;
|
|
23436
23436
|
deductible?: string | undefined;
|
|
@@ -23447,7 +23447,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
23447
23447
|
statedValue?: string | undefined;
|
|
23448
23448
|
garageLocation?: number | undefined;
|
|
23449
23449
|
coverages?: {
|
|
23450
|
-
type: "
|
|
23450
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
23451
23451
|
included: boolean;
|
|
23452
23452
|
limit?: string | undefined;
|
|
23453
23453
|
deductible?: string | undefined;
|
|
@@ -23473,7 +23473,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
23473
23473
|
statedValue?: string | undefined;
|
|
23474
23474
|
garageLocation?: number | undefined;
|
|
23475
23475
|
coverages?: {
|
|
23476
|
-
type: "
|
|
23476
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
23477
23477
|
included: boolean;
|
|
23478
23478
|
limit?: string | undefined;
|
|
23479
23479
|
deductible?: string | undefined;
|
|
@@ -23499,7 +23499,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
23499
23499
|
statedValue?: string | undefined;
|
|
23500
23500
|
garageLocation?: number | undefined;
|
|
23501
23501
|
coverages?: {
|
|
23502
|
-
type: "
|
|
23502
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
23503
23503
|
included: boolean;
|
|
23504
23504
|
limit?: string | undefined;
|
|
23505
23505
|
deductible?: string | undefined;
|
|
@@ -24192,7 +24192,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
24192
24192
|
}, "strip", z.ZodTypeAny, {
|
|
24193
24193
|
sourceSpanIds: string[];
|
|
24194
24194
|
name: string;
|
|
24195
|
-
role: "
|
|
24195
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
24196
24196
|
documentNodeId?: string | undefined;
|
|
24197
24197
|
sourceTextHash?: string | undefined;
|
|
24198
24198
|
pageStart?: number | undefined;
|
|
@@ -24210,7 +24210,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
24210
24210
|
}, {
|
|
24211
24211
|
sourceSpanIds: string[];
|
|
24212
24212
|
name: string;
|
|
24213
|
-
role: "
|
|
24213
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
24214
24214
|
documentNodeId?: string | undefined;
|
|
24215
24215
|
sourceTextHash?: string | undefined;
|
|
24216
24216
|
pageStart?: number | undefined;
|
|
@@ -24262,7 +24262,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
24262
24262
|
}, "strip", z.ZodTypeAny, {
|
|
24263
24263
|
sourceSpanIds: string[];
|
|
24264
24264
|
name: string;
|
|
24265
|
-
role: "
|
|
24265
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
24266
24266
|
documentNodeId?: string | undefined;
|
|
24267
24267
|
sourceTextHash?: string | undefined;
|
|
24268
24268
|
pageStart?: number | undefined;
|
|
@@ -24280,7 +24280,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
24280
24280
|
}, {
|
|
24281
24281
|
sourceSpanIds: string[];
|
|
24282
24282
|
name: string;
|
|
24283
|
-
role: "
|
|
24283
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
24284
24284
|
documentNodeId?: string | undefined;
|
|
24285
24285
|
sourceTextHash?: string | undefined;
|
|
24286
24286
|
pageStart?: number | undefined;
|
|
@@ -24332,7 +24332,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
24332
24332
|
}, "strip", z.ZodTypeAny, {
|
|
24333
24333
|
sourceSpanIds: string[];
|
|
24334
24334
|
name: string;
|
|
24335
|
-
role: "
|
|
24335
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
24336
24336
|
documentNodeId?: string | undefined;
|
|
24337
24337
|
sourceTextHash?: string | undefined;
|
|
24338
24338
|
pageStart?: number | undefined;
|
|
@@ -24350,7 +24350,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
24350
24350
|
}, {
|
|
24351
24351
|
sourceSpanIds: string[];
|
|
24352
24352
|
name: string;
|
|
24353
|
-
role: "
|
|
24353
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
24354
24354
|
documentNodeId?: string | undefined;
|
|
24355
24355
|
sourceTextHash?: string | undefined;
|
|
24356
24356
|
pageStart?: number | undefined;
|
|
@@ -24653,7 +24653,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
24653
24653
|
mortgagee?: {
|
|
24654
24654
|
sourceSpanIds: string[];
|
|
24655
24655
|
name: string;
|
|
24656
|
-
role: "
|
|
24656
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
24657
24657
|
documentNodeId?: string | undefined;
|
|
24658
24658
|
sourceTextHash?: string | undefined;
|
|
24659
24659
|
pageStart?: number | undefined;
|
|
@@ -24672,7 +24672,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
24672
24672
|
additionalMortgagees?: {
|
|
24673
24673
|
sourceSpanIds: string[];
|
|
24674
24674
|
name: string;
|
|
24675
|
-
role: "
|
|
24675
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
24676
24676
|
documentNodeId?: string | undefined;
|
|
24677
24677
|
sourceTextHash?: string | undefined;
|
|
24678
24678
|
pageStart?: number | undefined;
|
|
@@ -24712,7 +24712,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
24712
24712
|
lienHolder?: {
|
|
24713
24713
|
sourceSpanIds: string[];
|
|
24714
24714
|
name: string;
|
|
24715
|
-
role: "
|
|
24715
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
24716
24716
|
documentNodeId?: string | undefined;
|
|
24717
24717
|
sourceTextHash?: string | undefined;
|
|
24718
24718
|
pageStart?: number | undefined;
|
|
@@ -25039,7 +25039,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
25039
25039
|
statedValue?: string | undefined;
|
|
25040
25040
|
garageLocation?: number | undefined;
|
|
25041
25041
|
coverages?: {
|
|
25042
|
-
type: "
|
|
25042
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
25043
25043
|
included: boolean;
|
|
25044
25044
|
limit?: string | undefined;
|
|
25045
25045
|
deductible?: string | undefined;
|
|
@@ -25151,7 +25151,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
25151
25151
|
statedValue?: string | undefined;
|
|
25152
25152
|
garageLocation?: number | undefined;
|
|
25153
25153
|
coverages?: {
|
|
25154
|
-
type: "
|
|
25154
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
25155
25155
|
included: boolean;
|
|
25156
25156
|
limit?: string | undefined;
|
|
25157
25157
|
deductible?: string | undefined;
|
|
@@ -25250,7 +25250,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
25250
25250
|
security?: string | undefined;
|
|
25251
25251
|
premiumAmount?: number | undefined;
|
|
25252
25252
|
summary?: string | undefined;
|
|
25253
|
-
|
|
25253
|
+
linesOfBusiness?: string[] | undefined;
|
|
25254
25254
|
sections?: {
|
|
25255
25255
|
type: string;
|
|
25256
25256
|
title: string;
|
|
@@ -25291,8 +25291,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
25291
25291
|
coveredReasons?: {
|
|
25292
25292
|
content: string;
|
|
25293
25293
|
coverageName: string;
|
|
25294
|
-
title?: string | undefined;
|
|
25295
25294
|
conditions?: string[] | undefined;
|
|
25295
|
+
title?: string | undefined;
|
|
25296
25296
|
sourceSpanIds?: string[] | undefined;
|
|
25297
25297
|
documentNodeId?: string | undefined;
|
|
25298
25298
|
sourceTextHash?: string | undefined;
|
|
@@ -25387,7 +25387,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
25387
25387
|
title: string;
|
|
25388
25388
|
pageStart: number;
|
|
25389
25389
|
formNumber: string;
|
|
25390
|
-
endorsementType: "
|
|
25390
|
+
endorsementType: "additional_insured" | "waiver_of_subrogation" | "primary_noncontributory" | "blanket_additional_insured" | "loss_payee" | "mortgage_holder" | "broadening" | "restriction" | "exclusion" | "amendatory" | "notice_of_cancellation" | "designated_premises" | "classification_change" | "schedule_update" | "deductible_change" | "limit_change" | "territorial_extension" | "other";
|
|
25391
25391
|
sourceSpanIds?: string[] | undefined;
|
|
25392
25392
|
documentNodeId?: string | undefined;
|
|
25393
25393
|
sourceTextHash?: string | undefined;
|
|
@@ -25399,7 +25399,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
25399
25399
|
namedParties?: {
|
|
25400
25400
|
sourceSpanIds: string[];
|
|
25401
25401
|
name: string;
|
|
25402
|
-
role: "
|
|
25402
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
25403
25403
|
documentNodeId?: string | undefined;
|
|
25404
25404
|
sourceTextHash?: string | undefined;
|
|
25405
25405
|
pageStart?: number | undefined;
|
|
@@ -25547,7 +25547,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
25547
25547
|
additionalInsureds?: {
|
|
25548
25548
|
sourceSpanIds: string[];
|
|
25549
25549
|
name: string;
|
|
25550
|
-
role: "
|
|
25550
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
25551
25551
|
documentNodeId?: string | undefined;
|
|
25552
25552
|
sourceTextHash?: string | undefined;
|
|
25553
25553
|
pageStart?: number | undefined;
|
|
@@ -25566,7 +25566,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
25566
25566
|
lossPayees?: {
|
|
25567
25567
|
sourceSpanIds: string[];
|
|
25568
25568
|
name: string;
|
|
25569
|
-
role: "
|
|
25569
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
25570
25570
|
documentNodeId?: string | undefined;
|
|
25571
25571
|
sourceTextHash?: string | undefined;
|
|
25572
25572
|
pageStart?: number | undefined;
|
|
@@ -25585,7 +25585,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
25585
25585
|
mortgageHolders?: {
|
|
25586
25586
|
sourceSpanIds: string[];
|
|
25587
25587
|
name: string;
|
|
25588
|
-
role: "
|
|
25588
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
25589
25589
|
documentNodeId?: string | undefined;
|
|
25590
25590
|
sourceTextHash?: string | undefined;
|
|
25591
25591
|
pageStart?: number | undefined;
|
|
@@ -25807,7 +25807,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
25807
25807
|
mortgagee?: {
|
|
25808
25808
|
sourceSpanIds: string[];
|
|
25809
25809
|
name: string;
|
|
25810
|
-
role: "
|
|
25810
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
25811
25811
|
documentNodeId?: string | undefined;
|
|
25812
25812
|
sourceTextHash?: string | undefined;
|
|
25813
25813
|
pageStart?: number | undefined;
|
|
@@ -25826,7 +25826,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
25826
25826
|
additionalMortgagees?: {
|
|
25827
25827
|
sourceSpanIds: string[];
|
|
25828
25828
|
name: string;
|
|
25829
|
-
role: "
|
|
25829
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
25830
25830
|
documentNodeId?: string | undefined;
|
|
25831
25831
|
sourceTextHash?: string | undefined;
|
|
25832
25832
|
pageStart?: number | undefined;
|
|
@@ -25866,7 +25866,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
25866
25866
|
lienHolder?: {
|
|
25867
25867
|
sourceSpanIds: string[];
|
|
25868
25868
|
name: string;
|
|
25869
|
-
role: "
|
|
25869
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
25870
25870
|
documentNodeId?: string | undefined;
|
|
25871
25871
|
sourceTextHash?: string | undefined;
|
|
25872
25872
|
pageStart?: number | undefined;
|
|
@@ -26193,7 +26193,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
26193
26193
|
statedValue?: string | undefined;
|
|
26194
26194
|
garageLocation?: number | undefined;
|
|
26195
26195
|
coverages?: {
|
|
26196
|
-
type: "
|
|
26196
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
26197
26197
|
included: boolean;
|
|
26198
26198
|
limit?: string | undefined;
|
|
26199
26199
|
deductible?: string | undefined;
|
|
@@ -26305,7 +26305,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
26305
26305
|
statedValue?: string | undefined;
|
|
26306
26306
|
garageLocation?: number | undefined;
|
|
26307
26307
|
coverages?: {
|
|
26308
|
-
type: "
|
|
26308
|
+
type: "liability" | "collision" | "comprehensive" | "uninsured_motorist" | "underinsured_motorist" | "medical_payments" | "hired_auto" | "non_owned_auto" | "cargo" | "physical_damage";
|
|
26309
26309
|
included: boolean;
|
|
26310
26310
|
limit?: string | undefined;
|
|
26311
26311
|
deductible?: string | undefined;
|
|
@@ -26404,7 +26404,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
26404
26404
|
security?: string | undefined;
|
|
26405
26405
|
premiumAmount?: number | undefined;
|
|
26406
26406
|
summary?: string | undefined;
|
|
26407
|
-
|
|
26407
|
+
linesOfBusiness?: string[] | undefined;
|
|
26408
26408
|
sections?: {
|
|
26409
26409
|
type: string;
|
|
26410
26410
|
title: string;
|
|
@@ -26445,8 +26445,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
26445
26445
|
coveredReasons?: {
|
|
26446
26446
|
content: string;
|
|
26447
26447
|
coverageName: string;
|
|
26448
|
-
title?: string | undefined;
|
|
26449
26448
|
conditions?: string[] | undefined;
|
|
26449
|
+
title?: string | undefined;
|
|
26450
26450
|
sourceSpanIds?: string[] | undefined;
|
|
26451
26451
|
documentNodeId?: string | undefined;
|
|
26452
26452
|
sourceTextHash?: string | undefined;
|
|
@@ -26541,7 +26541,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
26541
26541
|
title: string;
|
|
26542
26542
|
pageStart: number;
|
|
26543
26543
|
formNumber: string;
|
|
26544
|
-
endorsementType: "
|
|
26544
|
+
endorsementType: "additional_insured" | "waiver_of_subrogation" | "primary_noncontributory" | "blanket_additional_insured" | "loss_payee" | "mortgage_holder" | "broadening" | "restriction" | "exclusion" | "amendatory" | "notice_of_cancellation" | "designated_premises" | "classification_change" | "schedule_update" | "deductible_change" | "limit_change" | "territorial_extension" | "other";
|
|
26545
26545
|
sourceSpanIds?: string[] | undefined;
|
|
26546
26546
|
documentNodeId?: string | undefined;
|
|
26547
26547
|
sourceTextHash?: string | undefined;
|
|
@@ -26553,7 +26553,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
26553
26553
|
namedParties?: {
|
|
26554
26554
|
sourceSpanIds: string[];
|
|
26555
26555
|
name: string;
|
|
26556
|
-
role: "
|
|
26556
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
26557
26557
|
documentNodeId?: string | undefined;
|
|
26558
26558
|
sourceTextHash?: string | undefined;
|
|
26559
26559
|
pageStart?: number | undefined;
|
|
@@ -26701,7 +26701,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
26701
26701
|
additionalInsureds?: {
|
|
26702
26702
|
sourceSpanIds: string[];
|
|
26703
26703
|
name: string;
|
|
26704
|
-
role: "
|
|
26704
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
26705
26705
|
documentNodeId?: string | undefined;
|
|
26706
26706
|
sourceTextHash?: string | undefined;
|
|
26707
26707
|
pageStart?: number | undefined;
|
|
@@ -26720,7 +26720,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
26720
26720
|
lossPayees?: {
|
|
26721
26721
|
sourceSpanIds: string[];
|
|
26722
26722
|
name: string;
|
|
26723
|
-
role: "
|
|
26723
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
26724
26724
|
documentNodeId?: string | undefined;
|
|
26725
26725
|
sourceTextHash?: string | undefined;
|
|
26726
26726
|
pageStart?: number | undefined;
|
|
@@ -26739,7 +26739,7 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
26739
26739
|
mortgageHolders?: {
|
|
26740
26740
|
sourceSpanIds: string[];
|
|
26741
26741
|
name: string;
|
|
26742
|
-
role: "
|
|
26742
|
+
role: "additional_insured" | "loss_payee" | "mortgage_holder" | "other" | "certificate_holder" | "notice_recipient";
|
|
26743
26743
|
documentNodeId?: string | undefined;
|
|
26744
26744
|
sourceTextHash?: string | undefined;
|
|
26745
26745
|
pageStart?: number | undefined;
|
|
@@ -27548,9 +27548,9 @@ declare const OperationalEndorsementSupportSchema: z.ZodObject<{
|
|
|
27548
27548
|
sourceNodeIds?: string[] | undefined;
|
|
27549
27549
|
}>;
|
|
27550
27550
|
type OperationalEndorsementSupport = z.infer<typeof OperationalEndorsementSupportSchema>;
|
|
27551
|
-
declare const PolicyOperationalProfileSchema: z.ZodObject<{
|
|
27551
|
+
declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
|
|
27552
27552
|
documentType: z.ZodDefault<z.ZodEnum<["policy", "quote"]>>;
|
|
27553
|
-
|
|
27553
|
+
linesOfBusiness: z.ZodEffects<z.ZodDefault<z.ZodArray<z.ZodEnum<["AAPPL", "AGLIA", "AGPP", "AGPR", "AIRC", "AIRPFB", "APKG", "APKGE", "APROD", "ARVP", "AUTO", "AUTOB", "AUTOP", "AVPKG", "BANDM", "BLANK", "BMISC", "BOAT", "BOP", "BOPGL", "BOPPR", "CAVN", "CEQFL", "CFIRE", "CFRM", "CGL", "COMAR", "COMR", "CONTR", "CPKGE", "CPMP", "CRIME", "DFIRE", "DISAB", "DO", "EDP", "EL", "EO", "EPLI", "EQ", "EQPFL", "EXLIA", "FIDTY", "FIDUC", "FINEA", "FLOOD", "GARAG", "GL", "GLASS", "HANG", "HBB", "HOME", "INBR", "INMAR", "INMRC", "INMRP", "JUDCL", "KIDRA", "LL", "MHOME", "MMAL", "Motorcycle", "MTRTK", "OLIB", "PHYS", "PKG", "PL", "PLMSC", "PPKGE", "PROP", "PROPC", "PUBOF", "RECV", "SCHPR", "SIGNS", "SMP", "SURE", "TRANS", "TRUCK", "UMBRC", "UMBRL", "UMBRP", "UN", "WCMA", "WIND", "WORK", "WORKP", "WORKV"]>, "many">>, ("AAPPL" | "AGLIA" | "AGPP" | "AGPR" | "AIRC" | "AIRPFB" | "APKG" | "APKGE" | "APROD" | "ARVP" | "AUTO" | "AUTOB" | "AUTOP" | "AVPKG" | "BANDM" | "BLANK" | "BMISC" | "BOAT" | "BOP" | "BOPGL" | "BOPPR" | "CAVN" | "CEQFL" | "CFIRE" | "CFRM" | "CGL" | "COMAR" | "COMR" | "CONTR" | "CPKGE" | "CPMP" | "CRIME" | "DFIRE" | "DISAB" | "DO" | "EDP" | "EL" | "EO" | "EPLI" | "EQ" | "EQPFL" | "EXLIA" | "FIDTY" | "FIDUC" | "FINEA" | "FLOOD" | "GARAG" | "GL" | "GLASS" | "HANG" | "HBB" | "HOME" | "INBR" | "INMAR" | "INMRC" | "INMRP" | "JUDCL" | "KIDRA" | "LL" | "MHOME" | "MMAL" | "Motorcycle" | "MTRTK" | "OLIB" | "PHYS" | "PKG" | "PL" | "PLMSC" | "PPKGE" | "PROP" | "PROPC" | "PUBOF" | "RECV" | "SCHPR" | "SIGNS" | "SMP" | "SURE" | "TRANS" | "TRUCK" | "UMBRC" | "UMBRL" | "UMBRP" | "UN" | "WCMA" | "WIND" | "WORK" | "WORKP" | "WORKV")[], unknown>;
|
|
27554
27554
|
policyNumber: z.ZodOptional<z.ZodObject<{
|
|
27555
27555
|
value: z.ZodString;
|
|
27556
27556
|
normalizedValue: z.ZodOptional<z.ZodString>;
|
|
@@ -27845,7 +27845,7 @@ declare const PolicyOperationalProfileSchema: z.ZodObject<{
|
|
|
27845
27845
|
premium?: string | undefined;
|
|
27846
27846
|
endorsementNumber?: string | undefined;
|
|
27847
27847
|
}[];
|
|
27848
|
-
|
|
27848
|
+
linesOfBusiness: ("AAPPL" | "AGLIA" | "AGPP" | "AGPR" | "AIRC" | "AIRPFB" | "APKG" | "APKGE" | "APROD" | "ARVP" | "AUTO" | "AUTOB" | "AUTOP" | "AVPKG" | "BANDM" | "BLANK" | "BMISC" | "BOAT" | "BOP" | "BOPGL" | "BOPPR" | "CAVN" | "CEQFL" | "CFIRE" | "CFRM" | "CGL" | "COMAR" | "COMR" | "CONTR" | "CPKGE" | "CPMP" | "CRIME" | "DFIRE" | "DISAB" | "DO" | "EDP" | "EL" | "EO" | "EPLI" | "EQ" | "EQPFL" | "EXLIA" | "FIDTY" | "FIDUC" | "FINEA" | "FLOOD" | "GARAG" | "GL" | "GLASS" | "HANG" | "HBB" | "HOME" | "INBR" | "INMAR" | "INMRC" | "INMRP" | "JUDCL" | "KIDRA" | "LL" | "MHOME" | "MMAL" | "Motorcycle" | "MTRTK" | "OLIB" | "PHYS" | "PKG" | "PL" | "PLMSC" | "PPKGE" | "PROP" | "PROPC" | "PUBOF" | "RECV" | "SCHPR" | "SIGNS" | "SMP" | "SURE" | "TRANS" | "TRUCK" | "UMBRC" | "UMBRL" | "UMBRP" | "UN" | "WCMA" | "WIND" | "WORK" | "WORKP" | "WORKV")[];
|
|
27849
27849
|
sourceNodeIds: string[];
|
|
27850
27850
|
documentType: "policy" | "quote";
|
|
27851
27851
|
parties: {
|
|
@@ -27977,7 +27977,7 @@ declare const PolicyOperationalProfileSchema: z.ZodObject<{
|
|
|
27977
27977
|
normalizedValue?: string | undefined;
|
|
27978
27978
|
sourceNodeIds?: string[] | undefined;
|
|
27979
27979
|
} | undefined;
|
|
27980
|
-
|
|
27980
|
+
linesOfBusiness?: unknown;
|
|
27981
27981
|
insurer?: {
|
|
27982
27982
|
value: string;
|
|
27983
27983
|
sourceSpanIds?: string[] | undefined;
|
|
@@ -28015,7 +28015,104 @@ declare const PolicyOperationalProfileSchema: z.ZodObject<{
|
|
|
28015
28015
|
sourceNodeIds?: string[] | undefined;
|
|
28016
28016
|
}[] | undefined;
|
|
28017
28017
|
warnings?: string[] | undefined;
|
|
28018
|
-
}
|
|
28018
|
+
}>, {
|
|
28019
|
+
sourceSpanIds: string[];
|
|
28020
|
+
coverages: {
|
|
28021
|
+
sourceSpanIds: string[];
|
|
28022
|
+
name: string;
|
|
28023
|
+
limits: {
|
|
28024
|
+
value: string;
|
|
28025
|
+
sourceSpanIds: string[];
|
|
28026
|
+
label: string;
|
|
28027
|
+
kind: "other" | "deductible" | "sublimit" | "premium" | "retention" | "each_claim_limit" | "each_occurrence_limit" | "each_loss_limit" | "aggregate_limit" | "retroactive_date";
|
|
28028
|
+
sourceNodeIds: string[];
|
|
28029
|
+
amount?: number | undefined;
|
|
28030
|
+
appliesTo?: string | undefined;
|
|
28031
|
+
}[];
|
|
28032
|
+
sourceNodeIds: string[];
|
|
28033
|
+
formNumber?: string | undefined;
|
|
28034
|
+
limit?: string | undefined;
|
|
28035
|
+
deductible?: string | undefined;
|
|
28036
|
+
retroactiveDate?: string | undefined;
|
|
28037
|
+
sectionRef?: string | undefined;
|
|
28038
|
+
coverageCode?: string | undefined;
|
|
28039
|
+
premium?: string | undefined;
|
|
28040
|
+
endorsementNumber?: string | undefined;
|
|
28041
|
+
}[];
|
|
28042
|
+
linesOfBusiness: ("AAPPL" | "AGLIA" | "AGPP" | "AGPR" | "AIRC" | "AIRPFB" | "APKG" | "APKGE" | "APROD" | "ARVP" | "AUTO" | "AUTOB" | "AUTOP" | "AVPKG" | "BANDM" | "BLANK" | "BMISC" | "BOAT" | "BOP" | "BOPGL" | "BOPPR" | "CAVN" | "CEQFL" | "CFIRE" | "CFRM" | "CGL" | "COMAR" | "COMR" | "CONTR" | "CPKGE" | "CPMP" | "CRIME" | "DFIRE" | "DISAB" | "DO" | "EDP" | "EL" | "EO" | "EPLI" | "EQ" | "EQPFL" | "EXLIA" | "FIDTY" | "FIDUC" | "FINEA" | "FLOOD" | "GARAG" | "GL" | "GLASS" | "HANG" | "HBB" | "HOME" | "INBR" | "INMAR" | "INMRC" | "INMRP" | "JUDCL" | "KIDRA" | "LL" | "MHOME" | "MMAL" | "Motorcycle" | "MTRTK" | "OLIB" | "PHYS" | "PKG" | "PL" | "PLMSC" | "PPKGE" | "PROP" | "PROPC" | "PUBOF" | "RECV" | "SCHPR" | "SIGNS" | "SMP" | "SURE" | "TRANS" | "TRUCK" | "UMBRC" | "UMBRL" | "UMBRP" | "UN" | "WCMA" | "WIND" | "WORK" | "WORKP" | "WORKV")[];
|
|
28043
|
+
sourceNodeIds: string[];
|
|
28044
|
+
documentType: "policy" | "quote";
|
|
28045
|
+
parties: {
|
|
28046
|
+
sourceSpanIds: string[];
|
|
28047
|
+
name: string;
|
|
28048
|
+
role: string;
|
|
28049
|
+
sourceNodeIds: string[];
|
|
28050
|
+
}[];
|
|
28051
|
+
endorsementSupport: {
|
|
28052
|
+
status: "supported" | "excluded" | "requires_review";
|
|
28053
|
+
sourceSpanIds: string[];
|
|
28054
|
+
kind: string;
|
|
28055
|
+
summary: string;
|
|
28056
|
+
sourceNodeIds: string[];
|
|
28057
|
+
}[];
|
|
28058
|
+
warnings: string[];
|
|
28059
|
+
retroactiveDate?: {
|
|
28060
|
+
value: string;
|
|
28061
|
+
sourceSpanIds: string[];
|
|
28062
|
+
confidence: "low" | "medium" | "high";
|
|
28063
|
+
sourceNodeIds: string[];
|
|
28064
|
+
normalizedValue?: string | undefined;
|
|
28065
|
+
} | undefined;
|
|
28066
|
+
premium?: {
|
|
28067
|
+
value: string;
|
|
28068
|
+
sourceSpanIds: string[];
|
|
28069
|
+
confidence: "low" | "medium" | "high";
|
|
28070
|
+
sourceNodeIds: string[];
|
|
28071
|
+
normalizedValue?: string | undefined;
|
|
28072
|
+
} | undefined;
|
|
28073
|
+
effectiveDate?: {
|
|
28074
|
+
value: string;
|
|
28075
|
+
sourceSpanIds: string[];
|
|
28076
|
+
confidence: "low" | "medium" | "high";
|
|
28077
|
+
sourceNodeIds: string[];
|
|
28078
|
+
normalizedValue?: string | undefined;
|
|
28079
|
+
} | undefined;
|
|
28080
|
+
policyNumber?: {
|
|
28081
|
+
value: string;
|
|
28082
|
+
sourceSpanIds: string[];
|
|
28083
|
+
confidence: "low" | "medium" | "high";
|
|
28084
|
+
sourceNodeIds: string[];
|
|
28085
|
+
normalizedValue?: string | undefined;
|
|
28086
|
+
} | undefined;
|
|
28087
|
+
expirationDate?: {
|
|
28088
|
+
value: string;
|
|
28089
|
+
sourceSpanIds: string[];
|
|
28090
|
+
confidence: "low" | "medium" | "high";
|
|
28091
|
+
sourceNodeIds: string[];
|
|
28092
|
+
normalizedValue?: string | undefined;
|
|
28093
|
+
} | undefined;
|
|
28094
|
+
insurer?: {
|
|
28095
|
+
value: string;
|
|
28096
|
+
sourceSpanIds: string[];
|
|
28097
|
+
confidence: "low" | "medium" | "high";
|
|
28098
|
+
sourceNodeIds: string[];
|
|
28099
|
+
normalizedValue?: string | undefined;
|
|
28100
|
+
} | undefined;
|
|
28101
|
+
broker?: {
|
|
28102
|
+
value: string;
|
|
28103
|
+
sourceSpanIds: string[];
|
|
28104
|
+
confidence: "low" | "medium" | "high";
|
|
28105
|
+
sourceNodeIds: string[];
|
|
28106
|
+
normalizedValue?: string | undefined;
|
|
28107
|
+
} | undefined;
|
|
28108
|
+
namedInsured?: {
|
|
28109
|
+
value: string;
|
|
28110
|
+
sourceSpanIds: string[];
|
|
28111
|
+
confidence: "low" | "medium" | "high";
|
|
28112
|
+
sourceNodeIds: string[];
|
|
28113
|
+
normalizedValue?: string | undefined;
|
|
28114
|
+
} | undefined;
|
|
28115
|
+
}, unknown>;
|
|
28019
28116
|
type PolicyOperationalProfile = z.infer<typeof PolicyOperationalProfileSchema>;
|
|
28020
28117
|
|
|
28021
28118
|
interface DocumentStore {
|