@claritylabs/cl-sdk 3.1.2 → 3.1.4
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 +1 -1
- package/dist/application.d.mts +1 -1
- package/dist/application.d.ts +1 -1
- package/dist/{index-D23NUbxr.d.mts → index-BbDPEnG9.d.mts} +2291 -635
- package/dist/{index-D23NUbxr.d.ts → index-BbDPEnG9.d.ts} +2291 -635
- package/dist/index.d.mts +418 -51
- package/dist/index.d.ts +418 -51
- package/dist/index.js +748 -371
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +746 -371
- package/dist/index.mjs.map +1 -1
- package/dist/storage-sqlite.d.mts +1114 -286
- package/dist/storage-sqlite.d.ts +1114 -286
- package/package.json +1 -1
|
@@ -61,10 +61,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
|
62
62
|
name: string;
|
|
63
63
|
limit: string;
|
|
64
|
-
formNumber?: string | undefined;
|
|
65
|
-
documentNodeId?: string | undefined;
|
|
66
64
|
sourceSpanIds?: string[] | undefined;
|
|
65
|
+
documentNodeId?: string | undefined;
|
|
67
66
|
sourceTextHash?: string | undefined;
|
|
67
|
+
formNumber?: string | undefined;
|
|
68
68
|
deductible?: string | undefined;
|
|
69
69
|
limitAmount?: number | undefined;
|
|
70
70
|
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
@@ -80,10 +80,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
80
80
|
}, {
|
|
81
81
|
name: string;
|
|
82
82
|
limit: string;
|
|
83
|
-
formNumber?: string | undefined;
|
|
84
|
-
documentNodeId?: string | undefined;
|
|
85
83
|
sourceSpanIds?: string[] | undefined;
|
|
84
|
+
documentNodeId?: string | undefined;
|
|
86
85
|
sourceTextHash?: string | undefined;
|
|
86
|
+
formNumber?: string | undefined;
|
|
87
87
|
deductible?: string | undefined;
|
|
88
88
|
limitAmount?: number | undefined;
|
|
89
89
|
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
@@ -114,22 +114,22 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
114
114
|
formNumber: string;
|
|
115
115
|
formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
|
|
116
116
|
title?: string | undefined;
|
|
117
|
-
editionDate?: string | undefined;
|
|
118
|
-
pageStart?: number | undefined;
|
|
119
|
-
pageEnd?: number | undefined;
|
|
120
|
-
documentNodeId?: string | undefined;
|
|
121
117
|
sourceSpanIds?: string[] | undefined;
|
|
118
|
+
documentNodeId?: string | undefined;
|
|
122
119
|
sourceTextHash?: string | undefined;
|
|
120
|
+
pageStart?: number | undefined;
|
|
121
|
+
pageEnd?: number | undefined;
|
|
122
|
+
editionDate?: string | undefined;
|
|
123
123
|
}, {
|
|
124
124
|
formNumber: string;
|
|
125
125
|
formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
|
|
126
126
|
title?: string | undefined;
|
|
127
|
-
editionDate?: string | undefined;
|
|
128
|
-
pageStart?: number | undefined;
|
|
129
|
-
pageEnd?: number | undefined;
|
|
130
|
-
documentNodeId?: string | undefined;
|
|
131
127
|
sourceSpanIds?: string[] | undefined;
|
|
128
|
+
documentNodeId?: string | undefined;
|
|
132
129
|
sourceTextHash?: string | undefined;
|
|
130
|
+
pageStart?: number | undefined;
|
|
131
|
+
pageEnd?: number | undefined;
|
|
132
|
+
editionDate?: string | undefined;
|
|
133
133
|
}>, "many">>;
|
|
134
134
|
tableOfContents: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
135
135
|
title: z.ZodString;
|
|
@@ -140,17 +140,17 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
140
140
|
sourceSpanIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
141
141
|
}, "strip", z.ZodTypeAny, {
|
|
142
142
|
title: string;
|
|
143
|
+
sourceSpanIds?: string[] | undefined;
|
|
144
|
+
documentNodeId?: string | undefined;
|
|
143
145
|
pageStart?: number | undefined;
|
|
144
146
|
pageEnd?: number | undefined;
|
|
145
|
-
documentNodeId?: string | undefined;
|
|
146
|
-
sourceSpanIds?: string[] | undefined;
|
|
147
147
|
level?: number | undefined;
|
|
148
148
|
}, {
|
|
149
149
|
title: string;
|
|
150
|
+
sourceSpanIds?: string[] | undefined;
|
|
151
|
+
documentNodeId?: string | undefined;
|
|
150
152
|
pageStart?: number | undefined;
|
|
151
153
|
pageEnd?: number | undefined;
|
|
152
|
-
documentNodeId?: string | undefined;
|
|
153
|
-
sourceSpanIds?: string[] | undefined;
|
|
154
154
|
level?: number | undefined;
|
|
155
155
|
}>, "many">>;
|
|
156
156
|
pageMap: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -163,16 +163,16 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
163
163
|
sourceSpanIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
164
164
|
}, "strip", z.ZodTypeAny, {
|
|
165
165
|
page: number;
|
|
166
|
-
formNumber?: string | undefined;
|
|
167
166
|
sourceSpanIds?: string[] | undefined;
|
|
167
|
+
formNumber?: string | undefined;
|
|
168
168
|
formTitle?: string | undefined;
|
|
169
169
|
label?: string | undefined;
|
|
170
170
|
sectionTitle?: string | undefined;
|
|
171
171
|
extractorNames?: string[] | undefined;
|
|
172
172
|
}, {
|
|
173
173
|
page: number;
|
|
174
|
-
formNumber?: string | undefined;
|
|
175
174
|
sourceSpanIds?: string[] | undefined;
|
|
175
|
+
formNumber?: string | undefined;
|
|
176
176
|
formTitle?: string | undefined;
|
|
177
177
|
label?: string | undefined;
|
|
178
178
|
sectionTitle?: string | undefined;
|
|
@@ -201,25 +201,25 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
201
201
|
formNumber: string;
|
|
202
202
|
formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
|
|
203
203
|
title?: string | undefined;
|
|
204
|
-
editionDate?: string | undefined;
|
|
205
|
-
pageStart?: number | undefined;
|
|
206
|
-
pageEnd?: number | undefined;
|
|
207
|
-
documentNodeId?: string | undefined;
|
|
208
204
|
sourceSpanIds?: string[] | undefined;
|
|
205
|
+
documentNodeId?: string | undefined;
|
|
209
206
|
sourceTextHash?: string | undefined;
|
|
207
|
+
pageStart?: number | undefined;
|
|
208
|
+
pageEnd?: number | undefined;
|
|
209
|
+
editionDate?: string | undefined;
|
|
210
210
|
}[] | undefined;
|
|
211
211
|
tableOfContents?: {
|
|
212
212
|
title: string;
|
|
213
|
+
sourceSpanIds?: string[] | undefined;
|
|
214
|
+
documentNodeId?: string | undefined;
|
|
213
215
|
pageStart?: number | undefined;
|
|
214
216
|
pageEnd?: number | undefined;
|
|
215
|
-
documentNodeId?: string | undefined;
|
|
216
|
-
sourceSpanIds?: string[] | undefined;
|
|
217
217
|
level?: number | undefined;
|
|
218
218
|
}[] | undefined;
|
|
219
219
|
pageMap?: {
|
|
220
220
|
page: number;
|
|
221
|
-
formNumber?: string | undefined;
|
|
222
221
|
sourceSpanIds?: string[] | undefined;
|
|
222
|
+
formNumber?: string | undefined;
|
|
223
223
|
formTitle?: string | undefined;
|
|
224
224
|
label?: string | undefined;
|
|
225
225
|
sectionTitle?: string | undefined;
|
|
@@ -238,25 +238,25 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
238
238
|
formNumber: string;
|
|
239
239
|
formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
|
|
240
240
|
title?: string | undefined;
|
|
241
|
-
editionDate?: string | undefined;
|
|
242
|
-
pageStart?: number | undefined;
|
|
243
|
-
pageEnd?: number | undefined;
|
|
244
|
-
documentNodeId?: string | undefined;
|
|
245
241
|
sourceSpanIds?: string[] | undefined;
|
|
242
|
+
documentNodeId?: string | undefined;
|
|
246
243
|
sourceTextHash?: string | undefined;
|
|
244
|
+
pageStart?: number | undefined;
|
|
245
|
+
pageEnd?: number | undefined;
|
|
246
|
+
editionDate?: string | undefined;
|
|
247
247
|
}[] | undefined;
|
|
248
248
|
tableOfContents?: {
|
|
249
249
|
title: string;
|
|
250
|
+
sourceSpanIds?: string[] | undefined;
|
|
251
|
+
documentNodeId?: string | undefined;
|
|
250
252
|
pageStart?: number | undefined;
|
|
251
253
|
pageEnd?: number | undefined;
|
|
252
|
-
documentNodeId?: string | undefined;
|
|
253
|
-
sourceSpanIds?: string[] | undefined;
|
|
254
254
|
level?: number | undefined;
|
|
255
255
|
}[] | undefined;
|
|
256
256
|
pageMap?: {
|
|
257
257
|
page: number;
|
|
258
|
-
formNumber?: string | undefined;
|
|
259
258
|
sourceSpanIds?: string[] | undefined;
|
|
259
|
+
formNumber?: string | undefined;
|
|
260
260
|
formTitle?: string | undefined;
|
|
261
261
|
label?: string | undefined;
|
|
262
262
|
sectionTitle?: string | undefined;
|
|
@@ -290,8 +290,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
290
290
|
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
291
291
|
}, "strip", z.ZodTypeAny, {
|
|
292
292
|
title: string;
|
|
293
|
-
documentNodeId?: string | undefined;
|
|
294
293
|
sourceSpanIds?: string[] | undefined;
|
|
294
|
+
documentNodeId?: string | undefined;
|
|
295
295
|
sourceTextHash?: string | undefined;
|
|
296
296
|
pageNumber?: number | undefined;
|
|
297
297
|
excerpt?: string | undefined;
|
|
@@ -299,8 +299,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
299
299
|
sectionNumber?: string | undefined;
|
|
300
300
|
}, {
|
|
301
301
|
title: string;
|
|
302
|
-
documentNodeId?: string | undefined;
|
|
303
302
|
sourceSpanIds?: string[] | undefined;
|
|
303
|
+
documentNodeId?: string | undefined;
|
|
304
304
|
sourceTextHash?: string | undefined;
|
|
305
305
|
pageNumber?: number | undefined;
|
|
306
306
|
excerpt?: string | undefined;
|
|
@@ -315,10 +315,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
315
315
|
title: string;
|
|
316
316
|
type: string;
|
|
317
317
|
pageStart: number;
|
|
318
|
-
pageEnd?: number | undefined;
|
|
319
|
-
documentNodeId?: string | undefined;
|
|
320
318
|
sourceSpanIds?: string[] | undefined;
|
|
319
|
+
documentNodeId?: string | undefined;
|
|
321
320
|
sourceTextHash?: string | undefined;
|
|
321
|
+
pageEnd?: number | undefined;
|
|
322
322
|
recordId?: string | undefined;
|
|
323
323
|
excerpt?: string | undefined;
|
|
324
324
|
content?: string | undefined;
|
|
@@ -326,8 +326,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
326
326
|
coverageType?: string | undefined;
|
|
327
327
|
subsections?: {
|
|
328
328
|
title: string;
|
|
329
|
-
documentNodeId?: string | undefined;
|
|
330
329
|
sourceSpanIds?: string[] | undefined;
|
|
330
|
+
documentNodeId?: string | undefined;
|
|
331
331
|
sourceTextHash?: string | undefined;
|
|
332
332
|
pageNumber?: number | undefined;
|
|
333
333
|
excerpt?: string | undefined;
|
|
@@ -338,10 +338,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
338
338
|
title: string;
|
|
339
339
|
type: string;
|
|
340
340
|
pageStart: number;
|
|
341
|
-
pageEnd?: number | undefined;
|
|
342
|
-
documentNodeId?: string | undefined;
|
|
343
341
|
sourceSpanIds?: string[] | undefined;
|
|
342
|
+
documentNodeId?: string | undefined;
|
|
344
343
|
sourceTextHash?: string | undefined;
|
|
344
|
+
pageEnd?: number | undefined;
|
|
345
345
|
recordId?: string | undefined;
|
|
346
346
|
excerpt?: string | undefined;
|
|
347
347
|
content?: string | undefined;
|
|
@@ -349,8 +349,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
349
349
|
coverageType?: string | undefined;
|
|
350
350
|
subsections?: {
|
|
351
351
|
title: string;
|
|
352
|
-
documentNodeId?: string | undefined;
|
|
353
352
|
sourceSpanIds?: string[] | undefined;
|
|
353
|
+
documentNodeId?: string | undefined;
|
|
354
354
|
sourceTextHash?: string | undefined;
|
|
355
355
|
pageNumber?: number | undefined;
|
|
356
356
|
excerpt?: string | undefined;
|
|
@@ -373,10 +373,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
373
373
|
}, "strip", z.ZodTypeAny, {
|
|
374
374
|
definition: string;
|
|
375
375
|
term: string;
|
|
376
|
-
formNumber?: string | undefined;
|
|
377
|
-
documentNodeId?: string | undefined;
|
|
378
376
|
sourceSpanIds?: string[] | undefined;
|
|
377
|
+
documentNodeId?: string | undefined;
|
|
379
378
|
sourceTextHash?: string | undefined;
|
|
379
|
+
formNumber?: string | undefined;
|
|
380
380
|
pageNumber?: number | undefined;
|
|
381
381
|
sectionRef?: string | undefined;
|
|
382
382
|
originalContent?: string | undefined;
|
|
@@ -385,10 +385,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
385
385
|
}, {
|
|
386
386
|
definition: string;
|
|
387
387
|
term: string;
|
|
388
|
-
formNumber?: string | undefined;
|
|
389
|
-
documentNodeId?: string | undefined;
|
|
390
388
|
sourceSpanIds?: string[] | undefined;
|
|
389
|
+
documentNodeId?: string | undefined;
|
|
391
390
|
sourceTextHash?: string | undefined;
|
|
391
|
+
formNumber?: string | undefined;
|
|
392
392
|
pageNumber?: number | undefined;
|
|
393
393
|
sectionRef?: string | undefined;
|
|
394
394
|
originalContent?: string | undefined;
|
|
@@ -417,10 +417,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
417
417
|
coverageName: string;
|
|
418
418
|
title?: string | undefined;
|
|
419
419
|
conditions?: string[] | undefined;
|
|
420
|
-
formNumber?: string | undefined;
|
|
421
|
-
documentNodeId?: string | undefined;
|
|
422
420
|
sourceSpanIds?: string[] | undefined;
|
|
421
|
+
documentNodeId?: string | undefined;
|
|
423
422
|
sourceTextHash?: string | undefined;
|
|
423
|
+
formNumber?: string | undefined;
|
|
424
424
|
appliesTo?: string[] | undefined;
|
|
425
425
|
pageNumber?: number | undefined;
|
|
426
426
|
sectionRef?: string | undefined;
|
|
@@ -434,10 +434,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
434
434
|
coverageName: string;
|
|
435
435
|
title?: string | undefined;
|
|
436
436
|
conditions?: string[] | undefined;
|
|
437
|
-
formNumber?: string | undefined;
|
|
438
|
-
documentNodeId?: string | undefined;
|
|
439
437
|
sourceSpanIds?: string[] | undefined;
|
|
438
|
+
documentNodeId?: string | undefined;
|
|
440
439
|
sourceTextHash?: string | undefined;
|
|
440
|
+
formNumber?: string | undefined;
|
|
441
441
|
appliesTo?: string[] | undefined;
|
|
442
442
|
pageNumber?: number | undefined;
|
|
443
443
|
sectionRef?: string | undefined;
|
|
@@ -468,18 +468,34 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
468
468
|
state: z.ZodString;
|
|
469
469
|
zip: z.ZodString;
|
|
470
470
|
country: z.ZodOptional<z.ZodString>;
|
|
471
|
+
} & {
|
|
472
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
473
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
474
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
475
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
476
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
471
477
|
}, "strip", z.ZodTypeAny, {
|
|
478
|
+
sourceSpanIds: string[];
|
|
472
479
|
street1: string;
|
|
473
480
|
city: string;
|
|
474
481
|
state: string;
|
|
475
482
|
zip: string;
|
|
483
|
+
documentNodeId?: string | undefined;
|
|
484
|
+
sourceTextHash?: string | undefined;
|
|
485
|
+
pageStart?: number | undefined;
|
|
486
|
+
pageEnd?: number | undefined;
|
|
476
487
|
street2?: string | undefined;
|
|
477
488
|
country?: string | undefined;
|
|
478
489
|
}, {
|
|
490
|
+
sourceSpanIds: string[];
|
|
479
491
|
street1: string;
|
|
480
492
|
city: string;
|
|
481
493
|
state: string;
|
|
482
494
|
zip: string;
|
|
495
|
+
documentNodeId?: string | undefined;
|
|
496
|
+
sourceTextHash?: string | undefined;
|
|
497
|
+
pageStart?: number | undefined;
|
|
498
|
+
pageEnd?: number | undefined;
|
|
483
499
|
street2?: string | undefined;
|
|
484
500
|
country?: string | undefined;
|
|
485
501
|
}>>;
|
|
@@ -509,8 +525,19 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
509
525
|
street2?: string | undefined;
|
|
510
526
|
country?: string | undefined;
|
|
511
527
|
}>>;
|
|
528
|
+
} & {
|
|
529
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
530
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
531
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
532
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
533
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
512
534
|
}, "strip", z.ZodTypeAny, {
|
|
535
|
+
sourceSpanIds: string[];
|
|
513
536
|
name: string;
|
|
537
|
+
documentNodeId?: string | undefined;
|
|
538
|
+
sourceTextHash?: string | undefined;
|
|
539
|
+
pageStart?: number | undefined;
|
|
540
|
+
pageEnd?: number | undefined;
|
|
514
541
|
address?: {
|
|
515
542
|
street1: string;
|
|
516
543
|
city: string;
|
|
@@ -521,7 +548,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
521
548
|
} | undefined;
|
|
522
549
|
relationship?: string | undefined;
|
|
523
550
|
}, {
|
|
551
|
+
sourceSpanIds: string[];
|
|
524
552
|
name: string;
|
|
553
|
+
documentNodeId?: string | undefined;
|
|
554
|
+
sourceTextHash?: string | undefined;
|
|
555
|
+
pageStart?: number | undefined;
|
|
556
|
+
pageEnd?: number | undefined;
|
|
525
557
|
address?: {
|
|
526
558
|
street1: string;
|
|
527
559
|
city: string;
|
|
@@ -568,10 +600,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
568
600
|
name: string;
|
|
569
601
|
limit: string;
|
|
570
602
|
included: boolean;
|
|
571
|
-
formNumber?: string | undefined;
|
|
572
|
-
documentNodeId?: string | undefined;
|
|
573
603
|
sourceSpanIds?: string[] | undefined;
|
|
604
|
+
documentNodeId?: string | undefined;
|
|
574
605
|
sourceTextHash?: string | undefined;
|
|
606
|
+
formNumber?: string | undefined;
|
|
575
607
|
deductible?: string | undefined;
|
|
576
608
|
limitAmount?: number | undefined;
|
|
577
609
|
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
@@ -597,10 +629,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
597
629
|
name: string;
|
|
598
630
|
limit: string;
|
|
599
631
|
included: boolean;
|
|
600
|
-
formNumber?: string | undefined;
|
|
601
|
-
documentNodeId?: string | undefined;
|
|
602
632
|
sourceSpanIds?: string[] | undefined;
|
|
633
|
+
documentNodeId?: string | undefined;
|
|
603
634
|
sourceTextHash?: string | undefined;
|
|
635
|
+
formNumber?: string | undefined;
|
|
604
636
|
deductible?: string | undefined;
|
|
605
637
|
limitAmount?: number | undefined;
|
|
606
638
|
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
@@ -657,9 +689,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
657
689
|
}>>;
|
|
658
690
|
relationship: z.ZodOptional<z.ZodString>;
|
|
659
691
|
scope: z.ZodOptional<z.ZodString>;
|
|
692
|
+
} & {
|
|
693
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
694
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
695
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
696
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
697
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
660
698
|
}, "strip", z.ZodTypeAny, {
|
|
699
|
+
sourceSpanIds: string[];
|
|
661
700
|
name: string;
|
|
662
701
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
702
|
+
documentNodeId?: string | undefined;
|
|
703
|
+
sourceTextHash?: string | undefined;
|
|
704
|
+
pageStart?: number | undefined;
|
|
705
|
+
pageEnd?: number | undefined;
|
|
663
706
|
address?: {
|
|
664
707
|
street1: string;
|
|
665
708
|
city: string;
|
|
@@ -671,8 +714,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
671
714
|
relationship?: string | undefined;
|
|
672
715
|
scope?: string | undefined;
|
|
673
716
|
}, {
|
|
717
|
+
sourceSpanIds: string[];
|
|
674
718
|
name: string;
|
|
675
719
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
720
|
+
documentNodeId?: string | undefined;
|
|
721
|
+
sourceTextHash?: string | undefined;
|
|
722
|
+
pageStart?: number | undefined;
|
|
723
|
+
pageEnd?: number | undefined;
|
|
676
724
|
address?: {
|
|
677
725
|
street1: string;
|
|
678
726
|
city: string;
|
|
@@ -696,20 +744,25 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
696
744
|
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
697
745
|
}, "strip", z.ZodTypeAny, {
|
|
698
746
|
title: string;
|
|
699
|
-
formNumber: string;
|
|
700
747
|
pageStart: number;
|
|
748
|
+
formNumber: string;
|
|
701
749
|
endorsementType: "other" | "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";
|
|
702
|
-
editionDate?: string | undefined;
|
|
703
|
-
pageEnd?: number | undefined;
|
|
704
|
-
documentNodeId?: string | undefined;
|
|
705
750
|
sourceSpanIds?: string[] | undefined;
|
|
751
|
+
documentNodeId?: string | undefined;
|
|
706
752
|
sourceTextHash?: string | undefined;
|
|
753
|
+
pageEnd?: number | undefined;
|
|
754
|
+
editionDate?: string | undefined;
|
|
707
755
|
recordId?: string | undefined;
|
|
708
756
|
effectiveDate?: string | undefined;
|
|
709
757
|
affectedCoverageParts?: string[] | undefined;
|
|
710
758
|
namedParties?: {
|
|
759
|
+
sourceSpanIds: string[];
|
|
711
760
|
name: string;
|
|
712
761
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
762
|
+
documentNodeId?: string | undefined;
|
|
763
|
+
sourceTextHash?: string | undefined;
|
|
764
|
+
pageStart?: number | undefined;
|
|
765
|
+
pageEnd?: number | undefined;
|
|
713
766
|
address?: {
|
|
714
767
|
street1: string;
|
|
715
768
|
city: string;
|
|
@@ -727,20 +780,25 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
727
780
|
content?: string | undefined;
|
|
728
781
|
}, {
|
|
729
782
|
title: string;
|
|
730
|
-
formNumber: string;
|
|
731
783
|
pageStart: number;
|
|
784
|
+
formNumber: string;
|
|
732
785
|
endorsementType: "other" | "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";
|
|
733
|
-
editionDate?: string | undefined;
|
|
734
|
-
pageEnd?: number | undefined;
|
|
735
|
-
documentNodeId?: string | undefined;
|
|
736
786
|
sourceSpanIds?: string[] | undefined;
|
|
787
|
+
documentNodeId?: string | undefined;
|
|
737
788
|
sourceTextHash?: string | undefined;
|
|
789
|
+
pageEnd?: number | undefined;
|
|
790
|
+
editionDate?: string | undefined;
|
|
738
791
|
recordId?: string | undefined;
|
|
739
792
|
effectiveDate?: string | undefined;
|
|
740
793
|
affectedCoverageParts?: string[] | undefined;
|
|
741
794
|
namedParties?: {
|
|
795
|
+
sourceSpanIds: string[];
|
|
742
796
|
name: string;
|
|
743
797
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
798
|
+
documentNodeId?: string | undefined;
|
|
799
|
+
sourceTextHash?: string | undefined;
|
|
800
|
+
pageStart?: number | undefined;
|
|
801
|
+
pageEnd?: number | undefined;
|
|
744
802
|
address?: {
|
|
745
803
|
street1: string;
|
|
746
804
|
city: string;
|
|
@@ -775,10 +833,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
775
833
|
}, "strip", z.ZodTypeAny, {
|
|
776
834
|
name: string;
|
|
777
835
|
content: string;
|
|
778
|
-
formNumber?: string | undefined;
|
|
779
|
-
documentNodeId?: string | undefined;
|
|
780
836
|
sourceSpanIds?: string[] | undefined;
|
|
837
|
+
documentNodeId?: string | undefined;
|
|
781
838
|
sourceTextHash?: string | undefined;
|
|
839
|
+
formNumber?: string | undefined;
|
|
782
840
|
appliesTo?: string[] | undefined;
|
|
783
841
|
pageNumber?: number | undefined;
|
|
784
842
|
recordId?: string | undefined;
|
|
@@ -790,10 +848,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
790
848
|
}, {
|
|
791
849
|
name: string;
|
|
792
850
|
content: string;
|
|
793
|
-
formNumber?: string | undefined;
|
|
794
|
-
documentNodeId?: string | undefined;
|
|
795
851
|
sourceSpanIds?: string[] | undefined;
|
|
852
|
+
documentNodeId?: string | undefined;
|
|
796
853
|
sourceTextHash?: string | undefined;
|
|
854
|
+
formNumber?: string | undefined;
|
|
797
855
|
appliesTo?: string[] | undefined;
|
|
798
856
|
pageNumber?: number | undefined;
|
|
799
857
|
recordId?: string | undefined;
|
|
@@ -826,8 +884,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
826
884
|
name: string;
|
|
827
885
|
content: string;
|
|
828
886
|
conditionType: "other" | "duties_after_loss" | "notice_requirements" | "other_insurance" | "cancellation" | "nonrenewal" | "transfer_of_rights" | "liberalization" | "arbitration" | "concealment_fraud" | "examination_under_oath" | "legal_action" | "loss_payment" | "appraisal" | "mortgage_holders" | "policy_territory" | "separation_of_insureds";
|
|
829
|
-
documentNodeId?: string | undefined;
|
|
830
887
|
sourceSpanIds?: string[] | undefined;
|
|
888
|
+
documentNodeId?: string | undefined;
|
|
831
889
|
sourceTextHash?: string | undefined;
|
|
832
890
|
pageNumber?: number | undefined;
|
|
833
891
|
recordId?: string | undefined;
|
|
@@ -839,8 +897,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
839
897
|
name: string;
|
|
840
898
|
content: string;
|
|
841
899
|
conditionType: "other" | "duties_after_loss" | "notice_requirements" | "other_insurance" | "cancellation" | "nonrenewal" | "transfer_of_rights" | "liberalization" | "arbitration" | "concealment_fraud" | "examination_under_oath" | "legal_action" | "loss_payment" | "appraisal" | "mortgage_holders" | "policy_territory" | "separation_of_insureds";
|
|
842
|
-
documentNodeId?: string | undefined;
|
|
843
900
|
sourceSpanIds?: string[] | undefined;
|
|
901
|
+
documentNodeId?: string | undefined;
|
|
844
902
|
sourceTextHash?: string | undefined;
|
|
845
903
|
pageNumber?: number | undefined;
|
|
846
904
|
recordId?: string | undefined;
|
|
@@ -1179,22 +1237,22 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1179
1237
|
formNumber: string;
|
|
1180
1238
|
formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
|
|
1181
1239
|
title?: string | undefined;
|
|
1182
|
-
editionDate?: string | undefined;
|
|
1183
|
-
pageStart?: number | undefined;
|
|
1184
|
-
pageEnd?: number | undefined;
|
|
1185
|
-
documentNodeId?: string | undefined;
|
|
1186
1240
|
sourceSpanIds?: string[] | undefined;
|
|
1241
|
+
documentNodeId?: string | undefined;
|
|
1187
1242
|
sourceTextHash?: string | undefined;
|
|
1243
|
+
pageStart?: number | undefined;
|
|
1244
|
+
pageEnd?: number | undefined;
|
|
1245
|
+
editionDate?: string | undefined;
|
|
1188
1246
|
}, {
|
|
1189
1247
|
formNumber: string;
|
|
1190
1248
|
formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
|
|
1191
1249
|
title?: string | undefined;
|
|
1192
|
-
editionDate?: string | undefined;
|
|
1193
|
-
pageStart?: number | undefined;
|
|
1194
|
-
pageEnd?: number | undefined;
|
|
1195
|
-
documentNodeId?: string | undefined;
|
|
1196
1250
|
sourceSpanIds?: string[] | undefined;
|
|
1251
|
+
documentNodeId?: string | undefined;
|
|
1197
1252
|
sourceTextHash?: string | undefined;
|
|
1253
|
+
pageStart?: number | undefined;
|
|
1254
|
+
pageEnd?: number | undefined;
|
|
1255
|
+
editionDate?: string | undefined;
|
|
1198
1256
|
}>, "many">>;
|
|
1199
1257
|
declarations: z.ZodOptional<z.ZodDiscriminatedUnion<"line", [z.ZodObject<{
|
|
1200
1258
|
line: z.ZodLiteral<"homeowners">;
|
|
@@ -1300,9 +1358,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1300
1358
|
}>>;
|
|
1301
1359
|
relationship: z.ZodOptional<z.ZodString>;
|
|
1302
1360
|
scope: z.ZodOptional<z.ZodString>;
|
|
1361
|
+
} & {
|
|
1362
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
1363
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
1364
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
1365
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
1366
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
1303
1367
|
}, "strip", z.ZodTypeAny, {
|
|
1368
|
+
sourceSpanIds: string[];
|
|
1304
1369
|
name: string;
|
|
1305
1370
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
1371
|
+
documentNodeId?: string | undefined;
|
|
1372
|
+
sourceTextHash?: string | undefined;
|
|
1373
|
+
pageStart?: number | undefined;
|
|
1374
|
+
pageEnd?: number | undefined;
|
|
1306
1375
|
address?: {
|
|
1307
1376
|
street1: string;
|
|
1308
1377
|
city: string;
|
|
@@ -1314,8 +1383,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1314
1383
|
relationship?: string | undefined;
|
|
1315
1384
|
scope?: string | undefined;
|
|
1316
1385
|
}, {
|
|
1386
|
+
sourceSpanIds: string[];
|
|
1317
1387
|
name: string;
|
|
1318
1388
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
1389
|
+
documentNodeId?: string | undefined;
|
|
1390
|
+
sourceTextHash?: string | undefined;
|
|
1391
|
+
pageStart?: number | undefined;
|
|
1392
|
+
pageEnd?: number | undefined;
|
|
1319
1393
|
address?: {
|
|
1320
1394
|
street1: string;
|
|
1321
1395
|
city: string;
|
|
@@ -1354,9 +1428,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1354
1428
|
}>>;
|
|
1355
1429
|
relationship: z.ZodOptional<z.ZodString>;
|
|
1356
1430
|
scope: z.ZodOptional<z.ZodString>;
|
|
1431
|
+
} & {
|
|
1432
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
1433
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
1434
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
1435
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
1436
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
1357
1437
|
}, "strip", z.ZodTypeAny, {
|
|
1438
|
+
sourceSpanIds: string[];
|
|
1358
1439
|
name: string;
|
|
1359
1440
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
1441
|
+
documentNodeId?: string | undefined;
|
|
1442
|
+
sourceTextHash?: string | undefined;
|
|
1443
|
+
pageStart?: number | undefined;
|
|
1444
|
+
pageEnd?: number | undefined;
|
|
1360
1445
|
address?: {
|
|
1361
1446
|
street1: string;
|
|
1362
1447
|
city: string;
|
|
@@ -1368,8 +1453,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1368
1453
|
relationship?: string | undefined;
|
|
1369
1454
|
scope?: string | undefined;
|
|
1370
1455
|
}, {
|
|
1456
|
+
sourceSpanIds: string[];
|
|
1371
1457
|
name: string;
|
|
1372
1458
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
1459
|
+
documentNodeId?: string | undefined;
|
|
1460
|
+
sourceTextHash?: string | undefined;
|
|
1461
|
+
pageStart?: number | undefined;
|
|
1462
|
+
pageEnd?: number | undefined;
|
|
1373
1463
|
address?: {
|
|
1374
1464
|
street1: string;
|
|
1375
1465
|
city: string;
|
|
@@ -1417,8 +1507,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1417
1507
|
hurricaneDeductible?: string | undefined;
|
|
1418
1508
|
lossSettlement?: "replacement_cost" | "actual_cash_value" | "extended_replacement_cost" | "guaranteed_replacement_cost" | undefined;
|
|
1419
1509
|
mortgagee?: {
|
|
1510
|
+
sourceSpanIds: string[];
|
|
1420
1511
|
name: string;
|
|
1421
1512
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
1513
|
+
documentNodeId?: string | undefined;
|
|
1514
|
+
sourceTextHash?: string | undefined;
|
|
1515
|
+
pageStart?: number | undefined;
|
|
1516
|
+
pageEnd?: number | undefined;
|
|
1422
1517
|
address?: {
|
|
1423
1518
|
street1: string;
|
|
1424
1519
|
city: string;
|
|
@@ -1431,8 +1526,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1431
1526
|
scope?: string | undefined;
|
|
1432
1527
|
} | undefined;
|
|
1433
1528
|
additionalMortgagees?: {
|
|
1529
|
+
sourceSpanIds: string[];
|
|
1434
1530
|
name: string;
|
|
1435
1531
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
1532
|
+
documentNodeId?: string | undefined;
|
|
1533
|
+
sourceTextHash?: string | undefined;
|
|
1534
|
+
pageStart?: number | undefined;
|
|
1535
|
+
pageEnd?: number | undefined;
|
|
1436
1536
|
address?: {
|
|
1437
1537
|
street1: string;
|
|
1438
1538
|
city: string;
|
|
@@ -1480,8 +1580,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1480
1580
|
hurricaneDeductible?: string | undefined;
|
|
1481
1581
|
lossSettlement?: "replacement_cost" | "actual_cash_value" | "extended_replacement_cost" | "guaranteed_replacement_cost" | undefined;
|
|
1482
1582
|
mortgagee?: {
|
|
1583
|
+
sourceSpanIds: string[];
|
|
1483
1584
|
name: string;
|
|
1484
1585
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
1586
|
+
documentNodeId?: string | undefined;
|
|
1587
|
+
sourceTextHash?: string | undefined;
|
|
1588
|
+
pageStart?: number | undefined;
|
|
1589
|
+
pageEnd?: number | undefined;
|
|
1485
1590
|
address?: {
|
|
1486
1591
|
street1: string;
|
|
1487
1592
|
city: string;
|
|
@@ -1494,8 +1599,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1494
1599
|
scope?: string | undefined;
|
|
1495
1600
|
} | undefined;
|
|
1496
1601
|
additionalMortgagees?: {
|
|
1602
|
+
sourceSpanIds: string[];
|
|
1497
1603
|
name: string;
|
|
1498
1604
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
1605
|
+
documentNodeId?: string | undefined;
|
|
1606
|
+
sourceTextHash?: string | undefined;
|
|
1607
|
+
pageStart?: number | undefined;
|
|
1608
|
+
pageEnd?: number | undefined;
|
|
1499
1609
|
address?: {
|
|
1500
1610
|
street1: string;
|
|
1501
1611
|
city: string;
|
|
@@ -1569,9 +1679,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1569
1679
|
}>>;
|
|
1570
1680
|
relationship: z.ZodOptional<z.ZodString>;
|
|
1571
1681
|
scope: z.ZodOptional<z.ZodString>;
|
|
1682
|
+
} & {
|
|
1683
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
1684
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
1685
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
1686
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
1687
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
1572
1688
|
}, "strip", z.ZodTypeAny, {
|
|
1689
|
+
sourceSpanIds: string[];
|
|
1573
1690
|
name: string;
|
|
1574
1691
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
1692
|
+
documentNodeId?: string | undefined;
|
|
1693
|
+
sourceTextHash?: string | undefined;
|
|
1694
|
+
pageStart?: number | undefined;
|
|
1695
|
+
pageEnd?: number | undefined;
|
|
1575
1696
|
address?: {
|
|
1576
1697
|
street1: string;
|
|
1577
1698
|
city: string;
|
|
@@ -1583,8 +1704,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1583
1704
|
relationship?: string | undefined;
|
|
1584
1705
|
scope?: string | undefined;
|
|
1585
1706
|
}, {
|
|
1707
|
+
sourceSpanIds: string[];
|
|
1586
1708
|
name: string;
|
|
1587
1709
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
1710
|
+
documentNodeId?: string | undefined;
|
|
1711
|
+
sourceTextHash?: string | undefined;
|
|
1712
|
+
pageStart?: number | undefined;
|
|
1713
|
+
pageEnd?: number | undefined;
|
|
1588
1714
|
address?: {
|
|
1589
1715
|
street1: string;
|
|
1590
1716
|
city: string;
|
|
@@ -1620,8 +1746,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1620
1746
|
odometerReading?: number | undefined;
|
|
1621
1747
|
driverAssignment?: string | undefined;
|
|
1622
1748
|
lienHolder?: {
|
|
1749
|
+
sourceSpanIds: string[];
|
|
1623
1750
|
name: string;
|
|
1624
1751
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
1752
|
+
documentNodeId?: string | undefined;
|
|
1753
|
+
sourceTextHash?: string | undefined;
|
|
1754
|
+
pageStart?: number | undefined;
|
|
1755
|
+
pageEnd?: number | undefined;
|
|
1625
1756
|
address?: {
|
|
1626
1757
|
street1: string;
|
|
1627
1758
|
city: string;
|
|
@@ -1657,8 +1788,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1657
1788
|
odometerReading?: number | undefined;
|
|
1658
1789
|
driverAssignment?: string | undefined;
|
|
1659
1790
|
lienHolder?: {
|
|
1791
|
+
sourceSpanIds: string[];
|
|
1660
1792
|
name: string;
|
|
1661
1793
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
1794
|
+
documentNodeId?: string | undefined;
|
|
1795
|
+
sourceTextHash?: string | undefined;
|
|
1796
|
+
pageStart?: number | undefined;
|
|
1797
|
+
pageEnd?: number | undefined;
|
|
1662
1798
|
address?: {
|
|
1663
1799
|
street1: string;
|
|
1664
1800
|
city: string;
|
|
@@ -1823,8 +1959,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1823
1959
|
odometerReading?: number | undefined;
|
|
1824
1960
|
driverAssignment?: string | undefined;
|
|
1825
1961
|
lienHolder?: {
|
|
1962
|
+
sourceSpanIds: string[];
|
|
1826
1963
|
name: string;
|
|
1827
1964
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
1965
|
+
documentNodeId?: string | undefined;
|
|
1966
|
+
sourceTextHash?: string | undefined;
|
|
1967
|
+
pageStart?: number | undefined;
|
|
1968
|
+
pageEnd?: number | undefined;
|
|
1828
1969
|
address?: {
|
|
1829
1970
|
street1: string;
|
|
1830
1971
|
city: string;
|
|
@@ -1903,8 +2044,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1903
2044
|
odometerReading?: number | undefined;
|
|
1904
2045
|
driverAssignment?: string | undefined;
|
|
1905
2046
|
lienHolder?: {
|
|
2047
|
+
sourceSpanIds: string[];
|
|
1906
2048
|
name: string;
|
|
1907
2049
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
2050
|
+
documentNodeId?: string | undefined;
|
|
2051
|
+
sourceTextHash?: string | undefined;
|
|
2052
|
+
pageStart?: number | undefined;
|
|
2053
|
+
pageEnd?: number | undefined;
|
|
1908
2054
|
address?: {
|
|
1909
2055
|
street1: string;
|
|
1910
2056
|
city: string;
|
|
@@ -3365,15 +3511,31 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3365
3511
|
amBestNumber: z.ZodOptional<z.ZodString>;
|
|
3366
3512
|
admittedStatus: z.ZodOptional<z.ZodEnum<["admitted", "non_admitted", "surplus_lines"]>>;
|
|
3367
3513
|
stateOfDomicile: z.ZodOptional<z.ZodString>;
|
|
3514
|
+
} & {
|
|
3515
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
3516
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
3517
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
3518
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
3519
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
3368
3520
|
}, "strip", z.ZodTypeAny, {
|
|
3521
|
+
sourceSpanIds: string[];
|
|
3369
3522
|
legalName: string;
|
|
3523
|
+
documentNodeId?: string | undefined;
|
|
3524
|
+
sourceTextHash?: string | undefined;
|
|
3525
|
+
pageStart?: number | undefined;
|
|
3526
|
+
pageEnd?: number | undefined;
|
|
3370
3527
|
naicNumber?: string | undefined;
|
|
3371
3528
|
amBestRating?: string | undefined;
|
|
3372
3529
|
amBestNumber?: string | undefined;
|
|
3373
3530
|
admittedStatus?: "admitted" | "non_admitted" | "surplus_lines" | undefined;
|
|
3374
3531
|
stateOfDomicile?: string | undefined;
|
|
3375
3532
|
}, {
|
|
3533
|
+
sourceSpanIds: string[];
|
|
3376
3534
|
legalName: string;
|
|
3535
|
+
documentNodeId?: string | undefined;
|
|
3536
|
+
sourceTextHash?: string | undefined;
|
|
3537
|
+
pageStart?: number | undefined;
|
|
3538
|
+
pageEnd?: number | undefined;
|
|
3377
3539
|
naicNumber?: string | undefined;
|
|
3378
3540
|
amBestRating?: string | undefined;
|
|
3379
3541
|
amBestNumber?: string | undefined;
|
|
@@ -3408,8 +3570,19 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3408
3570
|
street2?: string | undefined;
|
|
3409
3571
|
country?: string | undefined;
|
|
3410
3572
|
}>>;
|
|
3573
|
+
} & {
|
|
3574
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
3575
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
3576
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
3577
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
3578
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
3411
3579
|
}, "strip", z.ZodTypeAny, {
|
|
3580
|
+
sourceSpanIds: string[];
|
|
3412
3581
|
agencyName: string;
|
|
3582
|
+
documentNodeId?: string | undefined;
|
|
3583
|
+
sourceTextHash?: string | undefined;
|
|
3584
|
+
pageStart?: number | undefined;
|
|
3585
|
+
pageEnd?: number | undefined;
|
|
3413
3586
|
phone?: string | undefined;
|
|
3414
3587
|
email?: string | undefined;
|
|
3415
3588
|
address?: {
|
|
@@ -3423,7 +3596,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3423
3596
|
licenseNumber?: string | undefined;
|
|
3424
3597
|
contactName?: string | undefined;
|
|
3425
3598
|
}, {
|
|
3599
|
+
sourceSpanIds: string[];
|
|
3426
3600
|
agencyName: string;
|
|
3601
|
+
documentNodeId?: string | undefined;
|
|
3602
|
+
sourceTextHash?: string | undefined;
|
|
3603
|
+
pageStart?: number | undefined;
|
|
3604
|
+
pageEnd?: number | undefined;
|
|
3427
3605
|
phone?: string | undefined;
|
|
3428
3606
|
email?: string | undefined;
|
|
3429
3607
|
address?: {
|
|
@@ -3467,9 +3645,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3467
3645
|
country?: string | undefined;
|
|
3468
3646
|
}>>;
|
|
3469
3647
|
hours: z.ZodOptional<z.ZodString>;
|
|
3648
|
+
} & {
|
|
3649
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
3650
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
3651
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
3652
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
3653
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
3470
3654
|
}, "strip", z.ZodTypeAny, {
|
|
3655
|
+
sourceSpanIds: string[];
|
|
3471
3656
|
title?: string | undefined;
|
|
3472
3657
|
type?: string | undefined;
|
|
3658
|
+
documentNodeId?: string | undefined;
|
|
3659
|
+
sourceTextHash?: string | undefined;
|
|
3660
|
+
pageStart?: number | undefined;
|
|
3661
|
+
pageEnd?: number | undefined;
|
|
3473
3662
|
name?: string | undefined;
|
|
3474
3663
|
phone?: string | undefined;
|
|
3475
3664
|
fax?: string | undefined;
|
|
@@ -3484,8 +3673,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3484
3673
|
} | undefined;
|
|
3485
3674
|
hours?: string | undefined;
|
|
3486
3675
|
}, {
|
|
3676
|
+
sourceSpanIds: string[];
|
|
3487
3677
|
title?: string | undefined;
|
|
3488
3678
|
type?: string | undefined;
|
|
3679
|
+
documentNodeId?: string | undefined;
|
|
3680
|
+
sourceTextHash?: string | undefined;
|
|
3681
|
+
pageStart?: number | undefined;
|
|
3682
|
+
pageEnd?: number | undefined;
|
|
3489
3683
|
name?: string | undefined;
|
|
3490
3684
|
phone?: string | undefined;
|
|
3491
3685
|
fax?: string | undefined;
|
|
@@ -3530,9 +3724,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3530
3724
|
country?: string | undefined;
|
|
3531
3725
|
}>>;
|
|
3532
3726
|
hours: z.ZodOptional<z.ZodString>;
|
|
3727
|
+
} & {
|
|
3728
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
3729
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
3730
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
3731
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
3732
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
3533
3733
|
}, "strip", z.ZodTypeAny, {
|
|
3734
|
+
sourceSpanIds: string[];
|
|
3534
3735
|
title?: string | undefined;
|
|
3535
3736
|
type?: string | undefined;
|
|
3737
|
+
documentNodeId?: string | undefined;
|
|
3738
|
+
sourceTextHash?: string | undefined;
|
|
3739
|
+
pageStart?: number | undefined;
|
|
3740
|
+
pageEnd?: number | undefined;
|
|
3536
3741
|
name?: string | undefined;
|
|
3537
3742
|
phone?: string | undefined;
|
|
3538
3743
|
fax?: string | undefined;
|
|
@@ -3547,8 +3752,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3547
3752
|
} | undefined;
|
|
3548
3753
|
hours?: string | undefined;
|
|
3549
3754
|
}, {
|
|
3755
|
+
sourceSpanIds: string[];
|
|
3550
3756
|
title?: string | undefined;
|
|
3551
3757
|
type?: string | undefined;
|
|
3758
|
+
documentNodeId?: string | undefined;
|
|
3759
|
+
sourceTextHash?: string | undefined;
|
|
3760
|
+
pageStart?: number | undefined;
|
|
3761
|
+
pageEnd?: number | undefined;
|
|
3552
3762
|
name?: string | undefined;
|
|
3553
3763
|
phone?: string | undefined;
|
|
3554
3764
|
fax?: string | undefined;
|
|
@@ -3593,9 +3803,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3593
3803
|
country?: string | undefined;
|
|
3594
3804
|
}>>;
|
|
3595
3805
|
hours: z.ZodOptional<z.ZodString>;
|
|
3806
|
+
} & {
|
|
3807
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
3808
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
3809
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
3810
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
3811
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
3596
3812
|
}, "strip", z.ZodTypeAny, {
|
|
3813
|
+
sourceSpanIds: string[];
|
|
3597
3814
|
title?: string | undefined;
|
|
3598
3815
|
type?: string | undefined;
|
|
3816
|
+
documentNodeId?: string | undefined;
|
|
3817
|
+
sourceTextHash?: string | undefined;
|
|
3818
|
+
pageStart?: number | undefined;
|
|
3819
|
+
pageEnd?: number | undefined;
|
|
3599
3820
|
name?: string | undefined;
|
|
3600
3821
|
phone?: string | undefined;
|
|
3601
3822
|
fax?: string | undefined;
|
|
@@ -3610,8 +3831,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3610
3831
|
} | undefined;
|
|
3611
3832
|
hours?: string | undefined;
|
|
3612
3833
|
}, {
|
|
3834
|
+
sourceSpanIds: string[];
|
|
3613
3835
|
title?: string | undefined;
|
|
3614
3836
|
type?: string | undefined;
|
|
3837
|
+
documentNodeId?: string | undefined;
|
|
3838
|
+
sourceTextHash?: string | undefined;
|
|
3839
|
+
pageStart?: number | undefined;
|
|
3840
|
+
pageEnd?: number | undefined;
|
|
3615
3841
|
name?: string | undefined;
|
|
3616
3842
|
phone?: string | undefined;
|
|
3617
3843
|
fax?: string | undefined;
|
|
@@ -3653,9 +3879,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3653
3879
|
}>>;
|
|
3654
3880
|
relationship: z.ZodOptional<z.ZodString>;
|
|
3655
3881
|
scope: z.ZodOptional<z.ZodString>;
|
|
3882
|
+
} & {
|
|
3883
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
3884
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
3885
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
3886
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
3887
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
3656
3888
|
}, "strip", z.ZodTypeAny, {
|
|
3889
|
+
sourceSpanIds: string[];
|
|
3657
3890
|
name: string;
|
|
3658
3891
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
3892
|
+
documentNodeId?: string | undefined;
|
|
3893
|
+
sourceTextHash?: string | undefined;
|
|
3894
|
+
pageStart?: number | undefined;
|
|
3895
|
+
pageEnd?: number | undefined;
|
|
3659
3896
|
address?: {
|
|
3660
3897
|
street1: string;
|
|
3661
3898
|
city: string;
|
|
@@ -3667,8 +3904,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3667
3904
|
relationship?: string | undefined;
|
|
3668
3905
|
scope?: string | undefined;
|
|
3669
3906
|
}, {
|
|
3907
|
+
sourceSpanIds: string[];
|
|
3670
3908
|
name: string;
|
|
3671
3909
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
3910
|
+
documentNodeId?: string | undefined;
|
|
3911
|
+
sourceTextHash?: string | undefined;
|
|
3912
|
+
pageStart?: number | undefined;
|
|
3913
|
+
pageEnd?: number | undefined;
|
|
3672
3914
|
address?: {
|
|
3673
3915
|
street1: string;
|
|
3674
3916
|
city: string;
|
|
@@ -3707,9 +3949,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3707
3949
|
}>>;
|
|
3708
3950
|
relationship: z.ZodOptional<z.ZodString>;
|
|
3709
3951
|
scope: z.ZodOptional<z.ZodString>;
|
|
3952
|
+
} & {
|
|
3953
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
3954
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
3955
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
3956
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
3957
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
3710
3958
|
}, "strip", z.ZodTypeAny, {
|
|
3959
|
+
sourceSpanIds: string[];
|
|
3711
3960
|
name: string;
|
|
3712
3961
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
3962
|
+
documentNodeId?: string | undefined;
|
|
3963
|
+
sourceTextHash?: string | undefined;
|
|
3964
|
+
pageStart?: number | undefined;
|
|
3965
|
+
pageEnd?: number | undefined;
|
|
3713
3966
|
address?: {
|
|
3714
3967
|
street1: string;
|
|
3715
3968
|
city: string;
|
|
@@ -3721,8 +3974,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3721
3974
|
relationship?: string | undefined;
|
|
3722
3975
|
scope?: string | undefined;
|
|
3723
3976
|
}, {
|
|
3977
|
+
sourceSpanIds: string[];
|
|
3724
3978
|
name: string;
|
|
3725
3979
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
3980
|
+
documentNodeId?: string | undefined;
|
|
3981
|
+
sourceTextHash?: string | undefined;
|
|
3982
|
+
pageStart?: number | undefined;
|
|
3983
|
+
pageEnd?: number | undefined;
|
|
3726
3984
|
address?: {
|
|
3727
3985
|
street1: string;
|
|
3728
3986
|
city: string;
|
|
@@ -3761,9 +4019,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3761
4019
|
}>>;
|
|
3762
4020
|
relationship: z.ZodOptional<z.ZodString>;
|
|
3763
4021
|
scope: z.ZodOptional<z.ZodString>;
|
|
4022
|
+
} & {
|
|
4023
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
4024
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
4025
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
4026
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
4027
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
3764
4028
|
}, "strip", z.ZodTypeAny, {
|
|
4029
|
+
sourceSpanIds: string[];
|
|
3765
4030
|
name: string;
|
|
3766
4031
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
4032
|
+
documentNodeId?: string | undefined;
|
|
4033
|
+
sourceTextHash?: string | undefined;
|
|
4034
|
+
pageStart?: number | undefined;
|
|
4035
|
+
pageEnd?: number | undefined;
|
|
3767
4036
|
address?: {
|
|
3768
4037
|
street1: string;
|
|
3769
4038
|
city: string;
|
|
@@ -3775,8 +4044,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3775
4044
|
relationship?: string | undefined;
|
|
3776
4045
|
scope?: string | undefined;
|
|
3777
4046
|
}, {
|
|
4047
|
+
sourceSpanIds: string[];
|
|
3778
4048
|
name: string;
|
|
3779
4049
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
4050
|
+
documentNodeId?: string | undefined;
|
|
4051
|
+
sourceTextHash?: string | undefined;
|
|
4052
|
+
pageStart?: number | undefined;
|
|
4053
|
+
pageEnd?: number | undefined;
|
|
3780
4054
|
address?: {
|
|
3781
4055
|
street1: string;
|
|
3782
4056
|
city: string;
|
|
@@ -3801,8 +4075,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3801
4075
|
name: string;
|
|
3802
4076
|
amount: string;
|
|
3803
4077
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
3804
|
-
documentNodeId?: string | undefined;
|
|
3805
4078
|
sourceSpanIds?: string[] | undefined;
|
|
4079
|
+
documentNodeId?: string | undefined;
|
|
3806
4080
|
sourceTextHash?: string | undefined;
|
|
3807
4081
|
amountValue?: number | undefined;
|
|
3808
4082
|
description?: string | undefined;
|
|
@@ -3810,8 +4084,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3810
4084
|
name: string;
|
|
3811
4085
|
amount: string;
|
|
3812
4086
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
3813
|
-
documentNodeId?: string | undefined;
|
|
3814
4087
|
sourceSpanIds?: string[] | undefined;
|
|
4088
|
+
documentNodeId?: string | undefined;
|
|
3815
4089
|
sourceTextHash?: string | undefined;
|
|
3816
4090
|
amountValue?: number | undefined;
|
|
3817
4091
|
description?: string | undefined;
|
|
@@ -3958,16 +4232,16 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3958
4232
|
}, "strip", z.ZodTypeAny, {
|
|
3959
4233
|
value: string;
|
|
3960
4234
|
key: string;
|
|
3961
|
-
documentNodeId?: string | undefined;
|
|
3962
4235
|
sourceSpanIds?: string[] | undefined;
|
|
4236
|
+
documentNodeId?: string | undefined;
|
|
3963
4237
|
sourceTextHash?: string | undefined;
|
|
3964
4238
|
subject?: string | undefined;
|
|
3965
4239
|
context?: string | undefined;
|
|
3966
4240
|
}, {
|
|
3967
4241
|
value: string;
|
|
3968
4242
|
key: string;
|
|
3969
|
-
documentNodeId?: string | undefined;
|
|
3970
4243
|
sourceSpanIds?: string[] | undefined;
|
|
4244
|
+
documentNodeId?: string | undefined;
|
|
3971
4245
|
sourceTextHash?: string | undefined;
|
|
3972
4246
|
subject?: string | undefined;
|
|
3973
4247
|
context?: string | undefined;
|
|
@@ -3978,10 +4252,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3978
4252
|
coverages: {
|
|
3979
4253
|
name: string;
|
|
3980
4254
|
limit: string;
|
|
3981
|
-
formNumber?: string | undefined;
|
|
3982
|
-
documentNodeId?: string | undefined;
|
|
3983
4255
|
sourceSpanIds?: string[] | undefined;
|
|
4256
|
+
documentNodeId?: string | undefined;
|
|
3984
4257
|
sourceTextHash?: string | undefined;
|
|
4258
|
+
formNumber?: string | undefined;
|
|
3985
4259
|
deductible?: string | undefined;
|
|
3986
4260
|
limitAmount?: number | undefined;
|
|
3987
4261
|
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
@@ -4006,25 +4280,25 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4006
4280
|
formNumber: string;
|
|
4007
4281
|
formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
|
|
4008
4282
|
title?: string | undefined;
|
|
4009
|
-
editionDate?: string | undefined;
|
|
4010
|
-
pageStart?: number | undefined;
|
|
4011
|
-
pageEnd?: number | undefined;
|
|
4012
|
-
documentNodeId?: string | undefined;
|
|
4013
4283
|
sourceSpanIds?: string[] | undefined;
|
|
4284
|
+
documentNodeId?: string | undefined;
|
|
4014
4285
|
sourceTextHash?: string | undefined;
|
|
4286
|
+
pageStart?: number | undefined;
|
|
4287
|
+
pageEnd?: number | undefined;
|
|
4288
|
+
editionDate?: string | undefined;
|
|
4015
4289
|
}[] | undefined;
|
|
4016
4290
|
tableOfContents?: {
|
|
4017
4291
|
title: string;
|
|
4292
|
+
sourceSpanIds?: string[] | undefined;
|
|
4293
|
+
documentNodeId?: string | undefined;
|
|
4018
4294
|
pageStart?: number | undefined;
|
|
4019
4295
|
pageEnd?: number | undefined;
|
|
4020
|
-
documentNodeId?: string | undefined;
|
|
4021
|
-
sourceSpanIds?: string[] | undefined;
|
|
4022
4296
|
level?: number | undefined;
|
|
4023
4297
|
}[] | undefined;
|
|
4024
4298
|
pageMap?: {
|
|
4025
4299
|
page: number;
|
|
4026
|
-
formNumber?: string | undefined;
|
|
4027
4300
|
sourceSpanIds?: string[] | undefined;
|
|
4301
|
+
formNumber?: string | undefined;
|
|
4028
4302
|
formTitle?: string | undefined;
|
|
4029
4303
|
label?: string | undefined;
|
|
4030
4304
|
sectionTitle?: string | undefined;
|
|
@@ -4074,8 +4348,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4074
4348
|
hurricaneDeductible?: string | undefined;
|
|
4075
4349
|
lossSettlement?: "replacement_cost" | "actual_cash_value" | "extended_replacement_cost" | "guaranteed_replacement_cost" | undefined;
|
|
4076
4350
|
mortgagee?: {
|
|
4351
|
+
sourceSpanIds: string[];
|
|
4077
4352
|
name: string;
|
|
4078
4353
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
4354
|
+
documentNodeId?: string | undefined;
|
|
4355
|
+
sourceTextHash?: string | undefined;
|
|
4356
|
+
pageStart?: number | undefined;
|
|
4357
|
+
pageEnd?: number | undefined;
|
|
4079
4358
|
address?: {
|
|
4080
4359
|
street1: string;
|
|
4081
4360
|
city: string;
|
|
@@ -4088,8 +4367,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4088
4367
|
scope?: string | undefined;
|
|
4089
4368
|
} | undefined;
|
|
4090
4369
|
additionalMortgagees?: {
|
|
4370
|
+
sourceSpanIds: string[];
|
|
4091
4371
|
name: string;
|
|
4092
4372
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
4373
|
+
documentNodeId?: string | undefined;
|
|
4374
|
+
sourceTextHash?: string | undefined;
|
|
4375
|
+
pageStart?: number | undefined;
|
|
4376
|
+
pageEnd?: number | undefined;
|
|
4093
4377
|
address?: {
|
|
4094
4378
|
street1: string;
|
|
4095
4379
|
city: string;
|
|
@@ -4123,8 +4407,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4123
4407
|
odometerReading?: number | undefined;
|
|
4124
4408
|
driverAssignment?: string | undefined;
|
|
4125
4409
|
lienHolder?: {
|
|
4410
|
+
sourceSpanIds: string[];
|
|
4126
4411
|
name: string;
|
|
4127
4412
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
4413
|
+
documentNodeId?: string | undefined;
|
|
4414
|
+
sourceTextHash?: string | undefined;
|
|
4415
|
+
pageStart?: number | undefined;
|
|
4416
|
+
pageEnd?: number | undefined;
|
|
4128
4417
|
address?: {
|
|
4129
4418
|
street1: string;
|
|
4130
4419
|
city: string;
|
|
@@ -4537,8 +4826,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4537
4826
|
name: string;
|
|
4538
4827
|
content: string;
|
|
4539
4828
|
conditionType: "other" | "duties_after_loss" | "notice_requirements" | "other_insurance" | "cancellation" | "nonrenewal" | "transfer_of_rights" | "liberalization" | "arbitration" | "concealment_fraud" | "examination_under_oath" | "legal_action" | "loss_payment" | "appraisal" | "mortgage_holders" | "policy_territory" | "separation_of_insureds";
|
|
4540
|
-
documentNodeId?: string | undefined;
|
|
4541
4829
|
sourceSpanIds?: string[] | undefined;
|
|
4830
|
+
documentNodeId?: string | undefined;
|
|
4542
4831
|
sourceTextHash?: string | undefined;
|
|
4543
4832
|
pageNumber?: number | undefined;
|
|
4544
4833
|
recordId?: string | undefined;
|
|
@@ -4648,12 +4937,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4648
4937
|
formNumber: string;
|
|
4649
4938
|
formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
|
|
4650
4939
|
title?: string | undefined;
|
|
4651
|
-
editionDate?: string | undefined;
|
|
4652
|
-
pageStart?: number | undefined;
|
|
4653
|
-
pageEnd?: number | undefined;
|
|
4654
|
-
documentNodeId?: string | undefined;
|
|
4655
4940
|
sourceSpanIds?: string[] | undefined;
|
|
4941
|
+
documentNodeId?: string | undefined;
|
|
4656
4942
|
sourceTextHash?: string | undefined;
|
|
4943
|
+
pageStart?: number | undefined;
|
|
4944
|
+
pageEnd?: number | undefined;
|
|
4945
|
+
editionDate?: string | undefined;
|
|
4657
4946
|
}[] | undefined;
|
|
4658
4947
|
expirationDate?: string | undefined;
|
|
4659
4948
|
policyTermType?: "fixed" | "continuous" | undefined;
|
|
@@ -4667,10 +4956,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4667
4956
|
title: string;
|
|
4668
4957
|
type: string;
|
|
4669
4958
|
pageStart: number;
|
|
4670
|
-
pageEnd?: number | undefined;
|
|
4671
|
-
documentNodeId?: string | undefined;
|
|
4672
4959
|
sourceSpanIds?: string[] | undefined;
|
|
4960
|
+
documentNodeId?: string | undefined;
|
|
4673
4961
|
sourceTextHash?: string | undefined;
|
|
4962
|
+
pageEnd?: number | undefined;
|
|
4674
4963
|
recordId?: string | undefined;
|
|
4675
4964
|
excerpt?: string | undefined;
|
|
4676
4965
|
content?: string | undefined;
|
|
@@ -4678,8 +4967,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4678
4967
|
coverageType?: string | undefined;
|
|
4679
4968
|
subsections?: {
|
|
4680
4969
|
title: string;
|
|
4681
|
-
documentNodeId?: string | undefined;
|
|
4682
4970
|
sourceSpanIds?: string[] | undefined;
|
|
4971
|
+
documentNodeId?: string | undefined;
|
|
4683
4972
|
sourceTextHash?: string | undefined;
|
|
4684
4973
|
pageNumber?: number | undefined;
|
|
4685
4974
|
excerpt?: string | undefined;
|
|
@@ -4690,10 +4979,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4690
4979
|
definitions?: {
|
|
4691
4980
|
definition: string;
|
|
4692
4981
|
term: string;
|
|
4693
|
-
formNumber?: string | undefined;
|
|
4694
|
-
documentNodeId?: string | undefined;
|
|
4695
4982
|
sourceSpanIds?: string[] | undefined;
|
|
4983
|
+
documentNodeId?: string | undefined;
|
|
4696
4984
|
sourceTextHash?: string | undefined;
|
|
4985
|
+
formNumber?: string | undefined;
|
|
4697
4986
|
pageNumber?: number | undefined;
|
|
4698
4987
|
sectionRef?: string | undefined;
|
|
4699
4988
|
originalContent?: string | undefined;
|
|
@@ -4705,10 +4994,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4705
4994
|
coverageName: string;
|
|
4706
4995
|
title?: string | undefined;
|
|
4707
4996
|
conditions?: string[] | undefined;
|
|
4708
|
-
formNumber?: string | undefined;
|
|
4709
|
-
documentNodeId?: string | undefined;
|
|
4710
4997
|
sourceSpanIds?: string[] | undefined;
|
|
4998
|
+
documentNodeId?: string | undefined;
|
|
4711
4999
|
sourceTextHash?: string | undefined;
|
|
5000
|
+
formNumber?: string | undefined;
|
|
4712
5001
|
appliesTo?: string[] | undefined;
|
|
4713
5002
|
pageNumber?: number | undefined;
|
|
4714
5003
|
sectionRef?: string | undefined;
|
|
@@ -4732,16 +5021,26 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4732
5021
|
isPackage?: boolean | undefined;
|
|
4733
5022
|
insuredDba?: string | undefined;
|
|
4734
5023
|
insuredAddress?: {
|
|
5024
|
+
sourceSpanIds: string[];
|
|
4735
5025
|
street1: string;
|
|
4736
5026
|
city: string;
|
|
4737
5027
|
state: string;
|
|
4738
5028
|
zip: string;
|
|
5029
|
+
documentNodeId?: string | undefined;
|
|
5030
|
+
sourceTextHash?: string | undefined;
|
|
5031
|
+
pageStart?: number | undefined;
|
|
5032
|
+
pageEnd?: number | undefined;
|
|
4739
5033
|
street2?: string | undefined;
|
|
4740
5034
|
country?: string | undefined;
|
|
4741
5035
|
} | undefined;
|
|
4742
5036
|
insuredEntityType?: "other" | "corporation" | "llc" | "partnership" | "sole_proprietor" | "joint_venture" | "trust" | "nonprofit" | "municipality" | "individual" | "married_couple" | undefined;
|
|
4743
5037
|
additionalNamedInsureds?: {
|
|
5038
|
+
sourceSpanIds: string[];
|
|
4744
5039
|
name: string;
|
|
5040
|
+
documentNodeId?: string | undefined;
|
|
5041
|
+
sourceTextHash?: string | undefined;
|
|
5042
|
+
pageStart?: number | undefined;
|
|
5043
|
+
pageEnd?: number | undefined;
|
|
4745
5044
|
address?: {
|
|
4746
5045
|
street1: string;
|
|
4747
5046
|
city: string;
|
|
@@ -4759,10 +5058,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4759
5058
|
name: string;
|
|
4760
5059
|
limit: string;
|
|
4761
5060
|
included: boolean;
|
|
4762
|
-
formNumber?: string | undefined;
|
|
4763
|
-
documentNodeId?: string | undefined;
|
|
4764
5061
|
sourceSpanIds?: string[] | undefined;
|
|
5062
|
+
documentNodeId?: string | undefined;
|
|
4765
5063
|
sourceTextHash?: string | undefined;
|
|
5064
|
+
formNumber?: string | undefined;
|
|
4766
5065
|
deductible?: string | undefined;
|
|
4767
5066
|
limitAmount?: number | undefined;
|
|
4768
5067
|
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
@@ -4787,20 +5086,25 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4787
5086
|
}[] | undefined;
|
|
4788
5087
|
endorsements?: {
|
|
4789
5088
|
title: string;
|
|
4790
|
-
formNumber: string;
|
|
4791
5089
|
pageStart: number;
|
|
5090
|
+
formNumber: string;
|
|
4792
5091
|
endorsementType: "other" | "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";
|
|
4793
|
-
editionDate?: string | undefined;
|
|
4794
|
-
pageEnd?: number | undefined;
|
|
4795
|
-
documentNodeId?: string | undefined;
|
|
4796
5092
|
sourceSpanIds?: string[] | undefined;
|
|
5093
|
+
documentNodeId?: string | undefined;
|
|
4797
5094
|
sourceTextHash?: string | undefined;
|
|
5095
|
+
pageEnd?: number | undefined;
|
|
5096
|
+
editionDate?: string | undefined;
|
|
4798
5097
|
recordId?: string | undefined;
|
|
4799
5098
|
effectiveDate?: string | undefined;
|
|
4800
5099
|
affectedCoverageParts?: string[] | undefined;
|
|
4801
5100
|
namedParties?: {
|
|
5101
|
+
sourceSpanIds: string[];
|
|
4802
5102
|
name: string;
|
|
4803
5103
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
5104
|
+
documentNodeId?: string | undefined;
|
|
5105
|
+
sourceTextHash?: string | undefined;
|
|
5106
|
+
pageStart?: number | undefined;
|
|
5107
|
+
pageEnd?: number | undefined;
|
|
4804
5108
|
address?: {
|
|
4805
5109
|
street1: string;
|
|
4806
5110
|
city: string;
|
|
@@ -4820,10 +5124,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4820
5124
|
exclusions?: {
|
|
4821
5125
|
name: string;
|
|
4822
5126
|
content: string;
|
|
4823
|
-
formNumber?: string | undefined;
|
|
4824
|
-
documentNodeId?: string | undefined;
|
|
4825
5127
|
sourceSpanIds?: string[] | undefined;
|
|
5128
|
+
documentNodeId?: string | undefined;
|
|
4826
5129
|
sourceTextHash?: string | undefined;
|
|
5130
|
+
formNumber?: string | undefined;
|
|
4827
5131
|
appliesTo?: string[] | undefined;
|
|
4828
5132
|
pageNumber?: number | undefined;
|
|
4829
5133
|
recordId?: string | undefined;
|
|
@@ -4843,7 +5147,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4843
5147
|
waitingPeriod?: string | undefined;
|
|
4844
5148
|
} | undefined;
|
|
4845
5149
|
insurer?: {
|
|
5150
|
+
sourceSpanIds: string[];
|
|
4846
5151
|
legalName: string;
|
|
5152
|
+
documentNodeId?: string | undefined;
|
|
5153
|
+
sourceTextHash?: string | undefined;
|
|
5154
|
+
pageStart?: number | undefined;
|
|
5155
|
+
pageEnd?: number | undefined;
|
|
4847
5156
|
naicNumber?: string | undefined;
|
|
4848
5157
|
amBestRating?: string | undefined;
|
|
4849
5158
|
amBestNumber?: string | undefined;
|
|
@@ -4851,7 +5160,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4851
5160
|
stateOfDomicile?: string | undefined;
|
|
4852
5161
|
} | undefined;
|
|
4853
5162
|
producer?: {
|
|
5163
|
+
sourceSpanIds: string[];
|
|
4854
5164
|
agencyName: string;
|
|
5165
|
+
documentNodeId?: string | undefined;
|
|
5166
|
+
sourceTextHash?: string | undefined;
|
|
5167
|
+
pageStart?: number | undefined;
|
|
5168
|
+
pageEnd?: number | undefined;
|
|
4855
5169
|
phone?: string | undefined;
|
|
4856
5170
|
email?: string | undefined;
|
|
4857
5171
|
address?: {
|
|
@@ -4866,8 +5180,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4866
5180
|
contactName?: string | undefined;
|
|
4867
5181
|
} | undefined;
|
|
4868
5182
|
claimsContacts?: {
|
|
5183
|
+
sourceSpanIds: string[];
|
|
4869
5184
|
title?: string | undefined;
|
|
4870
5185
|
type?: string | undefined;
|
|
5186
|
+
documentNodeId?: string | undefined;
|
|
5187
|
+
sourceTextHash?: string | undefined;
|
|
5188
|
+
pageStart?: number | undefined;
|
|
5189
|
+
pageEnd?: number | undefined;
|
|
4871
5190
|
name?: string | undefined;
|
|
4872
5191
|
phone?: string | undefined;
|
|
4873
5192
|
fax?: string | undefined;
|
|
@@ -4883,8 +5202,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4883
5202
|
hours?: string | undefined;
|
|
4884
5203
|
}[] | undefined;
|
|
4885
5204
|
regulatoryContacts?: {
|
|
5205
|
+
sourceSpanIds: string[];
|
|
4886
5206
|
title?: string | undefined;
|
|
4887
5207
|
type?: string | undefined;
|
|
5208
|
+
documentNodeId?: string | undefined;
|
|
5209
|
+
sourceTextHash?: string | undefined;
|
|
5210
|
+
pageStart?: number | undefined;
|
|
5211
|
+
pageEnd?: number | undefined;
|
|
4888
5212
|
name?: string | undefined;
|
|
4889
5213
|
phone?: string | undefined;
|
|
4890
5214
|
fax?: string | undefined;
|
|
@@ -4900,8 +5224,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4900
5224
|
hours?: string | undefined;
|
|
4901
5225
|
}[] | undefined;
|
|
4902
5226
|
thirdPartyAdministrators?: {
|
|
5227
|
+
sourceSpanIds: string[];
|
|
4903
5228
|
title?: string | undefined;
|
|
4904
5229
|
type?: string | undefined;
|
|
5230
|
+
documentNodeId?: string | undefined;
|
|
5231
|
+
sourceTextHash?: string | undefined;
|
|
5232
|
+
pageStart?: number | undefined;
|
|
5233
|
+
pageEnd?: number | undefined;
|
|
4905
5234
|
name?: string | undefined;
|
|
4906
5235
|
phone?: string | undefined;
|
|
4907
5236
|
fax?: string | undefined;
|
|
@@ -4917,8 +5246,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4917
5246
|
hours?: string | undefined;
|
|
4918
5247
|
}[] | undefined;
|
|
4919
5248
|
additionalInsureds?: {
|
|
5249
|
+
sourceSpanIds: string[];
|
|
4920
5250
|
name: string;
|
|
4921
5251
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
5252
|
+
documentNodeId?: string | undefined;
|
|
5253
|
+
sourceTextHash?: string | undefined;
|
|
5254
|
+
pageStart?: number | undefined;
|
|
5255
|
+
pageEnd?: number | undefined;
|
|
4922
5256
|
address?: {
|
|
4923
5257
|
street1: string;
|
|
4924
5258
|
city: string;
|
|
@@ -4931,8 +5265,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4931
5265
|
scope?: string | undefined;
|
|
4932
5266
|
}[] | undefined;
|
|
4933
5267
|
lossPayees?: {
|
|
5268
|
+
sourceSpanIds: string[];
|
|
4934
5269
|
name: string;
|
|
4935
5270
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
5271
|
+
documentNodeId?: string | undefined;
|
|
5272
|
+
sourceTextHash?: string | undefined;
|
|
5273
|
+
pageStart?: number | undefined;
|
|
5274
|
+
pageEnd?: number | undefined;
|
|
4936
5275
|
address?: {
|
|
4937
5276
|
street1: string;
|
|
4938
5277
|
city: string;
|
|
@@ -4945,8 +5284,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4945
5284
|
scope?: string | undefined;
|
|
4946
5285
|
}[] | undefined;
|
|
4947
5286
|
mortgageHolders?: {
|
|
5287
|
+
sourceSpanIds: string[];
|
|
4948
5288
|
name: string;
|
|
4949
5289
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
5290
|
+
documentNodeId?: string | undefined;
|
|
5291
|
+
sourceTextHash?: string | undefined;
|
|
5292
|
+
pageStart?: number | undefined;
|
|
5293
|
+
pageEnd?: number | undefined;
|
|
4950
5294
|
address?: {
|
|
4951
5295
|
street1: string;
|
|
4952
5296
|
city: string;
|
|
@@ -4962,8 +5306,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4962
5306
|
name: string;
|
|
4963
5307
|
amount: string;
|
|
4964
5308
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
4965
|
-
documentNodeId?: string | undefined;
|
|
4966
5309
|
sourceSpanIds?: string[] | undefined;
|
|
5310
|
+
documentNodeId?: string | undefined;
|
|
4967
5311
|
sourceTextHash?: string | undefined;
|
|
4968
5312
|
amountValue?: number | undefined;
|
|
4969
5313
|
description?: string | undefined;
|
|
@@ -5017,8 +5361,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5017
5361
|
supplementaryFacts?: {
|
|
5018
5362
|
value: string;
|
|
5019
5363
|
key: string;
|
|
5020
|
-
documentNodeId?: string | undefined;
|
|
5021
5364
|
sourceSpanIds?: string[] | undefined;
|
|
5365
|
+
documentNodeId?: string | undefined;
|
|
5022
5366
|
sourceTextHash?: string | undefined;
|
|
5023
5367
|
subject?: string | undefined;
|
|
5024
5368
|
context?: string | undefined;
|
|
@@ -5029,10 +5373,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5029
5373
|
coverages: {
|
|
5030
5374
|
name: string;
|
|
5031
5375
|
limit: string;
|
|
5032
|
-
formNumber?: string | undefined;
|
|
5033
|
-
documentNodeId?: string | undefined;
|
|
5034
5376
|
sourceSpanIds?: string[] | undefined;
|
|
5377
|
+
documentNodeId?: string | undefined;
|
|
5035
5378
|
sourceTextHash?: string | undefined;
|
|
5379
|
+
formNumber?: string | undefined;
|
|
5036
5380
|
deductible?: string | undefined;
|
|
5037
5381
|
limitAmount?: number | undefined;
|
|
5038
5382
|
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
@@ -5057,25 +5401,25 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5057
5401
|
formNumber: string;
|
|
5058
5402
|
formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
|
|
5059
5403
|
title?: string | undefined;
|
|
5060
|
-
editionDate?: string | undefined;
|
|
5061
|
-
pageStart?: number | undefined;
|
|
5062
|
-
pageEnd?: number | undefined;
|
|
5063
|
-
documentNodeId?: string | undefined;
|
|
5064
5404
|
sourceSpanIds?: string[] | undefined;
|
|
5405
|
+
documentNodeId?: string | undefined;
|
|
5065
5406
|
sourceTextHash?: string | undefined;
|
|
5407
|
+
pageStart?: number | undefined;
|
|
5408
|
+
pageEnd?: number | undefined;
|
|
5409
|
+
editionDate?: string | undefined;
|
|
5066
5410
|
}[] | undefined;
|
|
5067
5411
|
tableOfContents?: {
|
|
5068
5412
|
title: string;
|
|
5413
|
+
sourceSpanIds?: string[] | undefined;
|
|
5414
|
+
documentNodeId?: string | undefined;
|
|
5069
5415
|
pageStart?: number | undefined;
|
|
5070
5416
|
pageEnd?: number | undefined;
|
|
5071
|
-
documentNodeId?: string | undefined;
|
|
5072
|
-
sourceSpanIds?: string[] | undefined;
|
|
5073
5417
|
level?: number | undefined;
|
|
5074
5418
|
}[] | undefined;
|
|
5075
5419
|
pageMap?: {
|
|
5076
5420
|
page: number;
|
|
5077
|
-
formNumber?: string | undefined;
|
|
5078
5421
|
sourceSpanIds?: string[] | undefined;
|
|
5422
|
+
formNumber?: string | undefined;
|
|
5079
5423
|
formTitle?: string | undefined;
|
|
5080
5424
|
label?: string | undefined;
|
|
5081
5425
|
sectionTitle?: string | undefined;
|
|
@@ -5125,8 +5469,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5125
5469
|
hurricaneDeductible?: string | undefined;
|
|
5126
5470
|
lossSettlement?: "replacement_cost" | "actual_cash_value" | "extended_replacement_cost" | "guaranteed_replacement_cost" | undefined;
|
|
5127
5471
|
mortgagee?: {
|
|
5472
|
+
sourceSpanIds: string[];
|
|
5128
5473
|
name: string;
|
|
5129
5474
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
5475
|
+
documentNodeId?: string | undefined;
|
|
5476
|
+
sourceTextHash?: string | undefined;
|
|
5477
|
+
pageStart?: number | undefined;
|
|
5478
|
+
pageEnd?: number | undefined;
|
|
5130
5479
|
address?: {
|
|
5131
5480
|
street1: string;
|
|
5132
5481
|
city: string;
|
|
@@ -5139,8 +5488,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5139
5488
|
scope?: string | undefined;
|
|
5140
5489
|
} | undefined;
|
|
5141
5490
|
additionalMortgagees?: {
|
|
5491
|
+
sourceSpanIds: string[];
|
|
5142
5492
|
name: string;
|
|
5143
5493
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
5494
|
+
documentNodeId?: string | undefined;
|
|
5495
|
+
sourceTextHash?: string | undefined;
|
|
5496
|
+
pageStart?: number | undefined;
|
|
5497
|
+
pageEnd?: number | undefined;
|
|
5144
5498
|
address?: {
|
|
5145
5499
|
street1: string;
|
|
5146
5500
|
city: string;
|
|
@@ -5174,8 +5528,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5174
5528
|
odometerReading?: number | undefined;
|
|
5175
5529
|
driverAssignment?: string | undefined;
|
|
5176
5530
|
lienHolder?: {
|
|
5531
|
+
sourceSpanIds: string[];
|
|
5177
5532
|
name: string;
|
|
5178
5533
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
5534
|
+
documentNodeId?: string | undefined;
|
|
5535
|
+
sourceTextHash?: string | undefined;
|
|
5536
|
+
pageStart?: number | undefined;
|
|
5537
|
+
pageEnd?: number | undefined;
|
|
5179
5538
|
address?: {
|
|
5180
5539
|
street1: string;
|
|
5181
5540
|
city: string;
|
|
@@ -5588,8 +5947,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5588
5947
|
name: string;
|
|
5589
5948
|
content: string;
|
|
5590
5949
|
conditionType: "other" | "duties_after_loss" | "notice_requirements" | "other_insurance" | "cancellation" | "nonrenewal" | "transfer_of_rights" | "liberalization" | "arbitration" | "concealment_fraud" | "examination_under_oath" | "legal_action" | "loss_payment" | "appraisal" | "mortgage_holders" | "policy_territory" | "separation_of_insureds";
|
|
5591
|
-
documentNodeId?: string | undefined;
|
|
5592
5950
|
sourceSpanIds?: string[] | undefined;
|
|
5951
|
+
documentNodeId?: string | undefined;
|
|
5593
5952
|
sourceTextHash?: string | undefined;
|
|
5594
5953
|
pageNumber?: number | undefined;
|
|
5595
5954
|
recordId?: string | undefined;
|
|
@@ -5699,12 +6058,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5699
6058
|
formNumber: string;
|
|
5700
6059
|
formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
|
|
5701
6060
|
title?: string | undefined;
|
|
5702
|
-
editionDate?: string | undefined;
|
|
5703
|
-
pageStart?: number | undefined;
|
|
5704
|
-
pageEnd?: number | undefined;
|
|
5705
|
-
documentNodeId?: string | undefined;
|
|
5706
6061
|
sourceSpanIds?: string[] | undefined;
|
|
6062
|
+
documentNodeId?: string | undefined;
|
|
5707
6063
|
sourceTextHash?: string | undefined;
|
|
6064
|
+
pageStart?: number | undefined;
|
|
6065
|
+
pageEnd?: number | undefined;
|
|
6066
|
+
editionDate?: string | undefined;
|
|
5708
6067
|
}[] | undefined;
|
|
5709
6068
|
expirationDate?: string | undefined;
|
|
5710
6069
|
policyTermType?: "fixed" | "continuous" | undefined;
|
|
@@ -5718,10 +6077,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5718
6077
|
title: string;
|
|
5719
6078
|
type: string;
|
|
5720
6079
|
pageStart: number;
|
|
5721
|
-
pageEnd?: number | undefined;
|
|
5722
|
-
documentNodeId?: string | undefined;
|
|
5723
6080
|
sourceSpanIds?: string[] | undefined;
|
|
6081
|
+
documentNodeId?: string | undefined;
|
|
5724
6082
|
sourceTextHash?: string | undefined;
|
|
6083
|
+
pageEnd?: number | undefined;
|
|
5725
6084
|
recordId?: string | undefined;
|
|
5726
6085
|
excerpt?: string | undefined;
|
|
5727
6086
|
content?: string | undefined;
|
|
@@ -5729,8 +6088,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5729
6088
|
coverageType?: string | undefined;
|
|
5730
6089
|
subsections?: {
|
|
5731
6090
|
title: string;
|
|
5732
|
-
documentNodeId?: string | undefined;
|
|
5733
6091
|
sourceSpanIds?: string[] | undefined;
|
|
6092
|
+
documentNodeId?: string | undefined;
|
|
5734
6093
|
sourceTextHash?: string | undefined;
|
|
5735
6094
|
pageNumber?: number | undefined;
|
|
5736
6095
|
excerpt?: string | undefined;
|
|
@@ -5741,10 +6100,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5741
6100
|
definitions?: {
|
|
5742
6101
|
definition: string;
|
|
5743
6102
|
term: string;
|
|
5744
|
-
formNumber?: string | undefined;
|
|
5745
|
-
documentNodeId?: string | undefined;
|
|
5746
6103
|
sourceSpanIds?: string[] | undefined;
|
|
6104
|
+
documentNodeId?: string | undefined;
|
|
5747
6105
|
sourceTextHash?: string | undefined;
|
|
6106
|
+
formNumber?: string | undefined;
|
|
5748
6107
|
pageNumber?: number | undefined;
|
|
5749
6108
|
sectionRef?: string | undefined;
|
|
5750
6109
|
originalContent?: string | undefined;
|
|
@@ -5756,10 +6115,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5756
6115
|
coverageName: string;
|
|
5757
6116
|
title?: string | undefined;
|
|
5758
6117
|
conditions?: string[] | undefined;
|
|
5759
|
-
formNumber?: string | undefined;
|
|
5760
|
-
documentNodeId?: string | undefined;
|
|
5761
6118
|
sourceSpanIds?: string[] | undefined;
|
|
6119
|
+
documentNodeId?: string | undefined;
|
|
5762
6120
|
sourceTextHash?: string | undefined;
|
|
6121
|
+
formNumber?: string | undefined;
|
|
5763
6122
|
appliesTo?: string[] | undefined;
|
|
5764
6123
|
pageNumber?: number | undefined;
|
|
5765
6124
|
sectionRef?: string | undefined;
|
|
@@ -5783,16 +6142,26 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5783
6142
|
isPackage?: boolean | undefined;
|
|
5784
6143
|
insuredDba?: string | undefined;
|
|
5785
6144
|
insuredAddress?: {
|
|
6145
|
+
sourceSpanIds: string[];
|
|
5786
6146
|
street1: string;
|
|
5787
6147
|
city: string;
|
|
5788
6148
|
state: string;
|
|
5789
6149
|
zip: string;
|
|
6150
|
+
documentNodeId?: string | undefined;
|
|
6151
|
+
sourceTextHash?: string | undefined;
|
|
6152
|
+
pageStart?: number | undefined;
|
|
6153
|
+
pageEnd?: number | undefined;
|
|
5790
6154
|
street2?: string | undefined;
|
|
5791
6155
|
country?: string | undefined;
|
|
5792
6156
|
} | undefined;
|
|
5793
6157
|
insuredEntityType?: "other" | "corporation" | "llc" | "partnership" | "sole_proprietor" | "joint_venture" | "trust" | "nonprofit" | "municipality" | "individual" | "married_couple" | undefined;
|
|
5794
6158
|
additionalNamedInsureds?: {
|
|
6159
|
+
sourceSpanIds: string[];
|
|
5795
6160
|
name: string;
|
|
6161
|
+
documentNodeId?: string | undefined;
|
|
6162
|
+
sourceTextHash?: string | undefined;
|
|
6163
|
+
pageStart?: number | undefined;
|
|
6164
|
+
pageEnd?: number | undefined;
|
|
5796
6165
|
address?: {
|
|
5797
6166
|
street1: string;
|
|
5798
6167
|
city: string;
|
|
@@ -5810,10 +6179,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5810
6179
|
name: string;
|
|
5811
6180
|
limit: string;
|
|
5812
6181
|
included: boolean;
|
|
5813
|
-
formNumber?: string | undefined;
|
|
5814
|
-
documentNodeId?: string | undefined;
|
|
5815
6182
|
sourceSpanIds?: string[] | undefined;
|
|
6183
|
+
documentNodeId?: string | undefined;
|
|
5816
6184
|
sourceTextHash?: string | undefined;
|
|
6185
|
+
formNumber?: string | undefined;
|
|
5817
6186
|
deductible?: string | undefined;
|
|
5818
6187
|
limitAmount?: number | undefined;
|
|
5819
6188
|
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
@@ -5838,20 +6207,25 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5838
6207
|
}[] | undefined;
|
|
5839
6208
|
endorsements?: {
|
|
5840
6209
|
title: string;
|
|
5841
|
-
formNumber: string;
|
|
5842
6210
|
pageStart: number;
|
|
6211
|
+
formNumber: string;
|
|
5843
6212
|
endorsementType: "other" | "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";
|
|
5844
|
-
editionDate?: string | undefined;
|
|
5845
|
-
pageEnd?: number | undefined;
|
|
5846
|
-
documentNodeId?: string | undefined;
|
|
5847
6213
|
sourceSpanIds?: string[] | undefined;
|
|
6214
|
+
documentNodeId?: string | undefined;
|
|
5848
6215
|
sourceTextHash?: string | undefined;
|
|
6216
|
+
pageEnd?: number | undefined;
|
|
6217
|
+
editionDate?: string | undefined;
|
|
5849
6218
|
recordId?: string | undefined;
|
|
5850
6219
|
effectiveDate?: string | undefined;
|
|
5851
6220
|
affectedCoverageParts?: string[] | undefined;
|
|
5852
6221
|
namedParties?: {
|
|
6222
|
+
sourceSpanIds: string[];
|
|
5853
6223
|
name: string;
|
|
5854
6224
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
6225
|
+
documentNodeId?: string | undefined;
|
|
6226
|
+
sourceTextHash?: string | undefined;
|
|
6227
|
+
pageStart?: number | undefined;
|
|
6228
|
+
pageEnd?: number | undefined;
|
|
5855
6229
|
address?: {
|
|
5856
6230
|
street1: string;
|
|
5857
6231
|
city: string;
|
|
@@ -5871,10 +6245,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5871
6245
|
exclusions?: {
|
|
5872
6246
|
name: string;
|
|
5873
6247
|
content: string;
|
|
5874
|
-
formNumber?: string | undefined;
|
|
5875
|
-
documentNodeId?: string | undefined;
|
|
5876
6248
|
sourceSpanIds?: string[] | undefined;
|
|
6249
|
+
documentNodeId?: string | undefined;
|
|
5877
6250
|
sourceTextHash?: string | undefined;
|
|
6251
|
+
formNumber?: string | undefined;
|
|
5878
6252
|
appliesTo?: string[] | undefined;
|
|
5879
6253
|
pageNumber?: number | undefined;
|
|
5880
6254
|
recordId?: string | undefined;
|
|
@@ -5894,7 +6268,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5894
6268
|
waitingPeriod?: string | undefined;
|
|
5895
6269
|
} | undefined;
|
|
5896
6270
|
insurer?: {
|
|
6271
|
+
sourceSpanIds: string[];
|
|
5897
6272
|
legalName: string;
|
|
6273
|
+
documentNodeId?: string | undefined;
|
|
6274
|
+
sourceTextHash?: string | undefined;
|
|
6275
|
+
pageStart?: number | undefined;
|
|
6276
|
+
pageEnd?: number | undefined;
|
|
5898
6277
|
naicNumber?: string | undefined;
|
|
5899
6278
|
amBestRating?: string | undefined;
|
|
5900
6279
|
amBestNumber?: string | undefined;
|
|
@@ -5902,7 +6281,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5902
6281
|
stateOfDomicile?: string | undefined;
|
|
5903
6282
|
} | undefined;
|
|
5904
6283
|
producer?: {
|
|
6284
|
+
sourceSpanIds: string[];
|
|
5905
6285
|
agencyName: string;
|
|
6286
|
+
documentNodeId?: string | undefined;
|
|
6287
|
+
sourceTextHash?: string | undefined;
|
|
6288
|
+
pageStart?: number | undefined;
|
|
6289
|
+
pageEnd?: number | undefined;
|
|
5906
6290
|
phone?: string | undefined;
|
|
5907
6291
|
email?: string | undefined;
|
|
5908
6292
|
address?: {
|
|
@@ -5917,8 +6301,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5917
6301
|
contactName?: string | undefined;
|
|
5918
6302
|
} | undefined;
|
|
5919
6303
|
claimsContacts?: {
|
|
6304
|
+
sourceSpanIds: string[];
|
|
5920
6305
|
title?: string | undefined;
|
|
5921
6306
|
type?: string | undefined;
|
|
6307
|
+
documentNodeId?: string | undefined;
|
|
6308
|
+
sourceTextHash?: string | undefined;
|
|
6309
|
+
pageStart?: number | undefined;
|
|
6310
|
+
pageEnd?: number | undefined;
|
|
5922
6311
|
name?: string | undefined;
|
|
5923
6312
|
phone?: string | undefined;
|
|
5924
6313
|
fax?: string | undefined;
|
|
@@ -5934,8 +6323,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5934
6323
|
hours?: string | undefined;
|
|
5935
6324
|
}[] | undefined;
|
|
5936
6325
|
regulatoryContacts?: {
|
|
6326
|
+
sourceSpanIds: string[];
|
|
5937
6327
|
title?: string | undefined;
|
|
5938
6328
|
type?: string | undefined;
|
|
6329
|
+
documentNodeId?: string | undefined;
|
|
6330
|
+
sourceTextHash?: string | undefined;
|
|
6331
|
+
pageStart?: number | undefined;
|
|
6332
|
+
pageEnd?: number | undefined;
|
|
5939
6333
|
name?: string | undefined;
|
|
5940
6334
|
phone?: string | undefined;
|
|
5941
6335
|
fax?: string | undefined;
|
|
@@ -5951,8 +6345,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5951
6345
|
hours?: string | undefined;
|
|
5952
6346
|
}[] | undefined;
|
|
5953
6347
|
thirdPartyAdministrators?: {
|
|
6348
|
+
sourceSpanIds: string[];
|
|
5954
6349
|
title?: string | undefined;
|
|
5955
6350
|
type?: string | undefined;
|
|
6351
|
+
documentNodeId?: string | undefined;
|
|
6352
|
+
sourceTextHash?: string | undefined;
|
|
6353
|
+
pageStart?: number | undefined;
|
|
6354
|
+
pageEnd?: number | undefined;
|
|
5956
6355
|
name?: string | undefined;
|
|
5957
6356
|
phone?: string | undefined;
|
|
5958
6357
|
fax?: string | undefined;
|
|
@@ -5968,8 +6367,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5968
6367
|
hours?: string | undefined;
|
|
5969
6368
|
}[] | undefined;
|
|
5970
6369
|
additionalInsureds?: {
|
|
6370
|
+
sourceSpanIds: string[];
|
|
5971
6371
|
name: string;
|
|
5972
6372
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
6373
|
+
documentNodeId?: string | undefined;
|
|
6374
|
+
sourceTextHash?: string | undefined;
|
|
6375
|
+
pageStart?: number | undefined;
|
|
6376
|
+
pageEnd?: number | undefined;
|
|
5973
6377
|
address?: {
|
|
5974
6378
|
street1: string;
|
|
5975
6379
|
city: string;
|
|
@@ -5982,8 +6386,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5982
6386
|
scope?: string | undefined;
|
|
5983
6387
|
}[] | undefined;
|
|
5984
6388
|
lossPayees?: {
|
|
6389
|
+
sourceSpanIds: string[];
|
|
5985
6390
|
name: string;
|
|
5986
6391
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
6392
|
+
documentNodeId?: string | undefined;
|
|
6393
|
+
sourceTextHash?: string | undefined;
|
|
6394
|
+
pageStart?: number | undefined;
|
|
6395
|
+
pageEnd?: number | undefined;
|
|
5987
6396
|
address?: {
|
|
5988
6397
|
street1: string;
|
|
5989
6398
|
city: string;
|
|
@@ -5996,8 +6405,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5996
6405
|
scope?: string | undefined;
|
|
5997
6406
|
}[] | undefined;
|
|
5998
6407
|
mortgageHolders?: {
|
|
6408
|
+
sourceSpanIds: string[];
|
|
5999
6409
|
name: string;
|
|
6000
6410
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
6411
|
+
documentNodeId?: string | undefined;
|
|
6412
|
+
sourceTextHash?: string | undefined;
|
|
6413
|
+
pageStart?: number | undefined;
|
|
6414
|
+
pageEnd?: number | undefined;
|
|
6001
6415
|
address?: {
|
|
6002
6416
|
street1: string;
|
|
6003
6417
|
city: string;
|
|
@@ -6013,8 +6427,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6013
6427
|
name: string;
|
|
6014
6428
|
amount: string;
|
|
6015
6429
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
6016
|
-
documentNodeId?: string | undefined;
|
|
6017
6430
|
sourceSpanIds?: string[] | undefined;
|
|
6431
|
+
documentNodeId?: string | undefined;
|
|
6018
6432
|
sourceTextHash?: string | undefined;
|
|
6019
6433
|
amountValue?: number | undefined;
|
|
6020
6434
|
description?: string | undefined;
|
|
@@ -6068,8 +6482,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6068
6482
|
supplementaryFacts?: {
|
|
6069
6483
|
value: string;
|
|
6070
6484
|
key: string;
|
|
6071
|
-
documentNodeId?: string | undefined;
|
|
6072
6485
|
sourceSpanIds?: string[] | undefined;
|
|
6486
|
+
documentNodeId?: string | undefined;
|
|
6073
6487
|
sourceTextHash?: string | undefined;
|
|
6074
6488
|
subject?: string | undefined;
|
|
6075
6489
|
context?: string | undefined;
|
|
@@ -6107,15 +6521,15 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6107
6521
|
}, "strip", z.ZodTypeAny, {
|
|
6108
6522
|
amount: string;
|
|
6109
6523
|
line: string;
|
|
6110
|
-
documentNodeId?: string | undefined;
|
|
6111
6524
|
sourceSpanIds?: string[] | undefined;
|
|
6525
|
+
documentNodeId?: string | undefined;
|
|
6112
6526
|
sourceTextHash?: string | undefined;
|
|
6113
6527
|
amountValue?: number | undefined;
|
|
6114
6528
|
}, {
|
|
6115
6529
|
amount: string;
|
|
6116
6530
|
line: string;
|
|
6117
|
-
documentNodeId?: string | undefined;
|
|
6118
6531
|
sourceSpanIds?: string[] | undefined;
|
|
6532
|
+
documentNodeId?: string | undefined;
|
|
6119
6533
|
sourceTextHash?: string | undefined;
|
|
6120
6534
|
amountValue?: number | undefined;
|
|
6121
6535
|
}>, "many">>;
|
|
@@ -6199,10 +6613,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6199
6613
|
}, "strip", z.ZodTypeAny, {
|
|
6200
6614
|
name: string;
|
|
6201
6615
|
limit: string;
|
|
6202
|
-
formNumber?: string | undefined;
|
|
6203
|
-
documentNodeId?: string | undefined;
|
|
6204
6616
|
sourceSpanIds?: string[] | undefined;
|
|
6617
|
+
documentNodeId?: string | undefined;
|
|
6205
6618
|
sourceTextHash?: string | undefined;
|
|
6619
|
+
formNumber?: string | undefined;
|
|
6206
6620
|
deductible?: string | undefined;
|
|
6207
6621
|
limitAmount?: number | undefined;
|
|
6208
6622
|
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
@@ -6218,10 +6632,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6218
6632
|
}, {
|
|
6219
6633
|
name: string;
|
|
6220
6634
|
limit: string;
|
|
6221
|
-
formNumber?: string | undefined;
|
|
6222
|
-
documentNodeId?: string | undefined;
|
|
6223
6635
|
sourceSpanIds?: string[] | undefined;
|
|
6636
|
+
documentNodeId?: string | undefined;
|
|
6224
6637
|
sourceTextHash?: string | undefined;
|
|
6638
|
+
formNumber?: string | undefined;
|
|
6225
6639
|
deductible?: string | undefined;
|
|
6226
6640
|
limitAmount?: number | undefined;
|
|
6227
6641
|
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
@@ -6252,22 +6666,22 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6252
6666
|
formNumber: string;
|
|
6253
6667
|
formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
|
|
6254
6668
|
title?: string | undefined;
|
|
6255
|
-
editionDate?: string | undefined;
|
|
6256
|
-
pageStart?: number | undefined;
|
|
6257
|
-
pageEnd?: number | undefined;
|
|
6258
|
-
documentNodeId?: string | undefined;
|
|
6259
6669
|
sourceSpanIds?: string[] | undefined;
|
|
6670
|
+
documentNodeId?: string | undefined;
|
|
6260
6671
|
sourceTextHash?: string | undefined;
|
|
6672
|
+
pageStart?: number | undefined;
|
|
6673
|
+
pageEnd?: number | undefined;
|
|
6674
|
+
editionDate?: string | undefined;
|
|
6261
6675
|
}, {
|
|
6262
6676
|
formNumber: string;
|
|
6263
6677
|
formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
|
|
6264
6678
|
title?: string | undefined;
|
|
6265
|
-
editionDate?: string | undefined;
|
|
6266
|
-
pageStart?: number | undefined;
|
|
6267
|
-
pageEnd?: number | undefined;
|
|
6268
|
-
documentNodeId?: string | undefined;
|
|
6269
6679
|
sourceSpanIds?: string[] | undefined;
|
|
6680
|
+
documentNodeId?: string | undefined;
|
|
6270
6681
|
sourceTextHash?: string | undefined;
|
|
6682
|
+
pageStart?: number | undefined;
|
|
6683
|
+
pageEnd?: number | undefined;
|
|
6684
|
+
editionDate?: string | undefined;
|
|
6271
6685
|
}>, "many">>;
|
|
6272
6686
|
tableOfContents: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6273
6687
|
title: z.ZodString;
|
|
@@ -6278,17 +6692,17 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6278
6692
|
sourceSpanIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6279
6693
|
}, "strip", z.ZodTypeAny, {
|
|
6280
6694
|
title: string;
|
|
6695
|
+
sourceSpanIds?: string[] | undefined;
|
|
6696
|
+
documentNodeId?: string | undefined;
|
|
6281
6697
|
pageStart?: number | undefined;
|
|
6282
6698
|
pageEnd?: number | undefined;
|
|
6283
|
-
documentNodeId?: string | undefined;
|
|
6284
|
-
sourceSpanIds?: string[] | undefined;
|
|
6285
6699
|
level?: number | undefined;
|
|
6286
6700
|
}, {
|
|
6287
6701
|
title: string;
|
|
6702
|
+
sourceSpanIds?: string[] | undefined;
|
|
6703
|
+
documentNodeId?: string | undefined;
|
|
6288
6704
|
pageStart?: number | undefined;
|
|
6289
6705
|
pageEnd?: number | undefined;
|
|
6290
|
-
documentNodeId?: string | undefined;
|
|
6291
|
-
sourceSpanIds?: string[] | undefined;
|
|
6292
6706
|
level?: number | undefined;
|
|
6293
6707
|
}>, "many">>;
|
|
6294
6708
|
pageMap: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -6301,16 +6715,16 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6301
6715
|
sourceSpanIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6302
6716
|
}, "strip", z.ZodTypeAny, {
|
|
6303
6717
|
page: number;
|
|
6304
|
-
formNumber?: string | undefined;
|
|
6305
6718
|
sourceSpanIds?: string[] | undefined;
|
|
6719
|
+
formNumber?: string | undefined;
|
|
6306
6720
|
formTitle?: string | undefined;
|
|
6307
6721
|
label?: string | undefined;
|
|
6308
6722
|
sectionTitle?: string | undefined;
|
|
6309
6723
|
extractorNames?: string[] | undefined;
|
|
6310
6724
|
}, {
|
|
6311
6725
|
page: number;
|
|
6312
|
-
formNumber?: string | undefined;
|
|
6313
6726
|
sourceSpanIds?: string[] | undefined;
|
|
6727
|
+
formNumber?: string | undefined;
|
|
6314
6728
|
formTitle?: string | undefined;
|
|
6315
6729
|
label?: string | undefined;
|
|
6316
6730
|
sectionTitle?: string | undefined;
|
|
@@ -6339,25 +6753,25 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6339
6753
|
formNumber: string;
|
|
6340
6754
|
formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
|
|
6341
6755
|
title?: string | undefined;
|
|
6342
|
-
editionDate?: string | undefined;
|
|
6343
|
-
pageStart?: number | undefined;
|
|
6344
|
-
pageEnd?: number | undefined;
|
|
6345
|
-
documentNodeId?: string | undefined;
|
|
6346
6756
|
sourceSpanIds?: string[] | undefined;
|
|
6757
|
+
documentNodeId?: string | undefined;
|
|
6347
6758
|
sourceTextHash?: string | undefined;
|
|
6759
|
+
pageStart?: number | undefined;
|
|
6760
|
+
pageEnd?: number | undefined;
|
|
6761
|
+
editionDate?: string | undefined;
|
|
6348
6762
|
}[] | undefined;
|
|
6349
6763
|
tableOfContents?: {
|
|
6350
6764
|
title: string;
|
|
6765
|
+
sourceSpanIds?: string[] | undefined;
|
|
6766
|
+
documentNodeId?: string | undefined;
|
|
6351
6767
|
pageStart?: number | undefined;
|
|
6352
6768
|
pageEnd?: number | undefined;
|
|
6353
|
-
documentNodeId?: string | undefined;
|
|
6354
|
-
sourceSpanIds?: string[] | undefined;
|
|
6355
6769
|
level?: number | undefined;
|
|
6356
6770
|
}[] | undefined;
|
|
6357
6771
|
pageMap?: {
|
|
6358
6772
|
page: number;
|
|
6359
|
-
formNumber?: string | undefined;
|
|
6360
6773
|
sourceSpanIds?: string[] | undefined;
|
|
6774
|
+
formNumber?: string | undefined;
|
|
6361
6775
|
formTitle?: string | undefined;
|
|
6362
6776
|
label?: string | undefined;
|
|
6363
6777
|
sectionTitle?: string | undefined;
|
|
@@ -6376,25 +6790,25 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6376
6790
|
formNumber: string;
|
|
6377
6791
|
formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
|
|
6378
6792
|
title?: string | undefined;
|
|
6379
|
-
editionDate?: string | undefined;
|
|
6380
|
-
pageStart?: number | undefined;
|
|
6381
|
-
pageEnd?: number | undefined;
|
|
6382
|
-
documentNodeId?: string | undefined;
|
|
6383
6793
|
sourceSpanIds?: string[] | undefined;
|
|
6794
|
+
documentNodeId?: string | undefined;
|
|
6384
6795
|
sourceTextHash?: string | undefined;
|
|
6796
|
+
pageStart?: number | undefined;
|
|
6797
|
+
pageEnd?: number | undefined;
|
|
6798
|
+
editionDate?: string | undefined;
|
|
6385
6799
|
}[] | undefined;
|
|
6386
6800
|
tableOfContents?: {
|
|
6387
6801
|
title: string;
|
|
6802
|
+
sourceSpanIds?: string[] | undefined;
|
|
6803
|
+
documentNodeId?: string | undefined;
|
|
6388
6804
|
pageStart?: number | undefined;
|
|
6389
6805
|
pageEnd?: number | undefined;
|
|
6390
|
-
documentNodeId?: string | undefined;
|
|
6391
|
-
sourceSpanIds?: string[] | undefined;
|
|
6392
6806
|
level?: number | undefined;
|
|
6393
6807
|
}[] | undefined;
|
|
6394
6808
|
pageMap?: {
|
|
6395
6809
|
page: number;
|
|
6396
|
-
formNumber?: string | undefined;
|
|
6397
6810
|
sourceSpanIds?: string[] | undefined;
|
|
6811
|
+
formNumber?: string | undefined;
|
|
6398
6812
|
formTitle?: string | undefined;
|
|
6399
6813
|
label?: string | undefined;
|
|
6400
6814
|
sectionTitle?: string | undefined;
|
|
@@ -6428,8 +6842,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6428
6842
|
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
6429
6843
|
}, "strip", z.ZodTypeAny, {
|
|
6430
6844
|
title: string;
|
|
6431
|
-
documentNodeId?: string | undefined;
|
|
6432
6845
|
sourceSpanIds?: string[] | undefined;
|
|
6846
|
+
documentNodeId?: string | undefined;
|
|
6433
6847
|
sourceTextHash?: string | undefined;
|
|
6434
6848
|
pageNumber?: number | undefined;
|
|
6435
6849
|
excerpt?: string | undefined;
|
|
@@ -6437,8 +6851,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6437
6851
|
sectionNumber?: string | undefined;
|
|
6438
6852
|
}, {
|
|
6439
6853
|
title: string;
|
|
6440
|
-
documentNodeId?: string | undefined;
|
|
6441
6854
|
sourceSpanIds?: string[] | undefined;
|
|
6855
|
+
documentNodeId?: string | undefined;
|
|
6442
6856
|
sourceTextHash?: string | undefined;
|
|
6443
6857
|
pageNumber?: number | undefined;
|
|
6444
6858
|
excerpt?: string | undefined;
|
|
@@ -6453,10 +6867,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6453
6867
|
title: string;
|
|
6454
6868
|
type: string;
|
|
6455
6869
|
pageStart: number;
|
|
6456
|
-
pageEnd?: number | undefined;
|
|
6457
|
-
documentNodeId?: string | undefined;
|
|
6458
6870
|
sourceSpanIds?: string[] | undefined;
|
|
6871
|
+
documentNodeId?: string | undefined;
|
|
6459
6872
|
sourceTextHash?: string | undefined;
|
|
6873
|
+
pageEnd?: number | undefined;
|
|
6460
6874
|
recordId?: string | undefined;
|
|
6461
6875
|
excerpt?: string | undefined;
|
|
6462
6876
|
content?: string | undefined;
|
|
@@ -6464,8 +6878,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6464
6878
|
coverageType?: string | undefined;
|
|
6465
6879
|
subsections?: {
|
|
6466
6880
|
title: string;
|
|
6467
|
-
documentNodeId?: string | undefined;
|
|
6468
6881
|
sourceSpanIds?: string[] | undefined;
|
|
6882
|
+
documentNodeId?: string | undefined;
|
|
6469
6883
|
sourceTextHash?: string | undefined;
|
|
6470
6884
|
pageNumber?: number | undefined;
|
|
6471
6885
|
excerpt?: string | undefined;
|
|
@@ -6476,10 +6890,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6476
6890
|
title: string;
|
|
6477
6891
|
type: string;
|
|
6478
6892
|
pageStart: number;
|
|
6479
|
-
pageEnd?: number | undefined;
|
|
6480
|
-
documentNodeId?: string | undefined;
|
|
6481
6893
|
sourceSpanIds?: string[] | undefined;
|
|
6894
|
+
documentNodeId?: string | undefined;
|
|
6482
6895
|
sourceTextHash?: string | undefined;
|
|
6896
|
+
pageEnd?: number | undefined;
|
|
6483
6897
|
recordId?: string | undefined;
|
|
6484
6898
|
excerpt?: string | undefined;
|
|
6485
6899
|
content?: string | undefined;
|
|
@@ -6487,8 +6901,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6487
6901
|
coverageType?: string | undefined;
|
|
6488
6902
|
subsections?: {
|
|
6489
6903
|
title: string;
|
|
6490
|
-
documentNodeId?: string | undefined;
|
|
6491
6904
|
sourceSpanIds?: string[] | undefined;
|
|
6905
|
+
documentNodeId?: string | undefined;
|
|
6492
6906
|
sourceTextHash?: string | undefined;
|
|
6493
6907
|
pageNumber?: number | undefined;
|
|
6494
6908
|
excerpt?: string | undefined;
|
|
@@ -6511,10 +6925,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6511
6925
|
}, "strip", z.ZodTypeAny, {
|
|
6512
6926
|
definition: string;
|
|
6513
6927
|
term: string;
|
|
6514
|
-
formNumber?: string | undefined;
|
|
6515
|
-
documentNodeId?: string | undefined;
|
|
6516
6928
|
sourceSpanIds?: string[] | undefined;
|
|
6929
|
+
documentNodeId?: string | undefined;
|
|
6517
6930
|
sourceTextHash?: string | undefined;
|
|
6931
|
+
formNumber?: string | undefined;
|
|
6518
6932
|
pageNumber?: number | undefined;
|
|
6519
6933
|
sectionRef?: string | undefined;
|
|
6520
6934
|
originalContent?: string | undefined;
|
|
@@ -6523,10 +6937,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6523
6937
|
}, {
|
|
6524
6938
|
definition: string;
|
|
6525
6939
|
term: string;
|
|
6526
|
-
formNumber?: string | undefined;
|
|
6527
|
-
documentNodeId?: string | undefined;
|
|
6528
6940
|
sourceSpanIds?: string[] | undefined;
|
|
6941
|
+
documentNodeId?: string | undefined;
|
|
6529
6942
|
sourceTextHash?: string | undefined;
|
|
6943
|
+
formNumber?: string | undefined;
|
|
6530
6944
|
pageNumber?: number | undefined;
|
|
6531
6945
|
sectionRef?: string | undefined;
|
|
6532
6946
|
originalContent?: string | undefined;
|
|
@@ -6555,10 +6969,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6555
6969
|
coverageName: string;
|
|
6556
6970
|
title?: string | undefined;
|
|
6557
6971
|
conditions?: string[] | undefined;
|
|
6558
|
-
formNumber?: string | undefined;
|
|
6559
|
-
documentNodeId?: string | undefined;
|
|
6560
6972
|
sourceSpanIds?: string[] | undefined;
|
|
6973
|
+
documentNodeId?: string | undefined;
|
|
6561
6974
|
sourceTextHash?: string | undefined;
|
|
6975
|
+
formNumber?: string | undefined;
|
|
6562
6976
|
appliesTo?: string[] | undefined;
|
|
6563
6977
|
pageNumber?: number | undefined;
|
|
6564
6978
|
sectionRef?: string | undefined;
|
|
@@ -6572,10 +6986,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6572
6986
|
coverageName: string;
|
|
6573
6987
|
title?: string | undefined;
|
|
6574
6988
|
conditions?: string[] | undefined;
|
|
6575
|
-
formNumber?: string | undefined;
|
|
6576
|
-
documentNodeId?: string | undefined;
|
|
6577
6989
|
sourceSpanIds?: string[] | undefined;
|
|
6990
|
+
documentNodeId?: string | undefined;
|
|
6578
6991
|
sourceTextHash?: string | undefined;
|
|
6992
|
+
formNumber?: string | undefined;
|
|
6579
6993
|
appliesTo?: string[] | undefined;
|
|
6580
6994
|
pageNumber?: number | undefined;
|
|
6581
6995
|
sectionRef?: string | undefined;
|
|
@@ -6606,18 +7020,34 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6606
7020
|
state: z.ZodString;
|
|
6607
7021
|
zip: z.ZodString;
|
|
6608
7022
|
country: z.ZodOptional<z.ZodString>;
|
|
7023
|
+
} & {
|
|
7024
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
7025
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
7026
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
7027
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
7028
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
6609
7029
|
}, "strip", z.ZodTypeAny, {
|
|
7030
|
+
sourceSpanIds: string[];
|
|
6610
7031
|
street1: string;
|
|
6611
7032
|
city: string;
|
|
6612
7033
|
state: string;
|
|
6613
7034
|
zip: string;
|
|
7035
|
+
documentNodeId?: string | undefined;
|
|
7036
|
+
sourceTextHash?: string | undefined;
|
|
7037
|
+
pageStart?: number | undefined;
|
|
7038
|
+
pageEnd?: number | undefined;
|
|
6614
7039
|
street2?: string | undefined;
|
|
6615
7040
|
country?: string | undefined;
|
|
6616
7041
|
}, {
|
|
7042
|
+
sourceSpanIds: string[];
|
|
6617
7043
|
street1: string;
|
|
6618
7044
|
city: string;
|
|
6619
7045
|
state: string;
|
|
6620
7046
|
zip: string;
|
|
7047
|
+
documentNodeId?: string | undefined;
|
|
7048
|
+
sourceTextHash?: string | undefined;
|
|
7049
|
+
pageStart?: number | undefined;
|
|
7050
|
+
pageEnd?: number | undefined;
|
|
6621
7051
|
street2?: string | undefined;
|
|
6622
7052
|
country?: string | undefined;
|
|
6623
7053
|
}>>;
|
|
@@ -6647,8 +7077,19 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6647
7077
|
street2?: string | undefined;
|
|
6648
7078
|
country?: string | undefined;
|
|
6649
7079
|
}>>;
|
|
7080
|
+
} & {
|
|
7081
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
7082
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
7083
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
7084
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
7085
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
6650
7086
|
}, "strip", z.ZodTypeAny, {
|
|
7087
|
+
sourceSpanIds: string[];
|
|
6651
7088
|
name: string;
|
|
7089
|
+
documentNodeId?: string | undefined;
|
|
7090
|
+
sourceTextHash?: string | undefined;
|
|
7091
|
+
pageStart?: number | undefined;
|
|
7092
|
+
pageEnd?: number | undefined;
|
|
6652
7093
|
address?: {
|
|
6653
7094
|
street1: string;
|
|
6654
7095
|
city: string;
|
|
@@ -6659,7 +7100,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6659
7100
|
} | undefined;
|
|
6660
7101
|
relationship?: string | undefined;
|
|
6661
7102
|
}, {
|
|
7103
|
+
sourceSpanIds: string[];
|
|
6662
7104
|
name: string;
|
|
7105
|
+
documentNodeId?: string | undefined;
|
|
7106
|
+
sourceTextHash?: string | undefined;
|
|
7107
|
+
pageStart?: number | undefined;
|
|
7108
|
+
pageEnd?: number | undefined;
|
|
6663
7109
|
address?: {
|
|
6664
7110
|
street1: string;
|
|
6665
7111
|
city: string;
|
|
@@ -6706,10 +7152,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6706
7152
|
name: string;
|
|
6707
7153
|
limit: string;
|
|
6708
7154
|
included: boolean;
|
|
6709
|
-
formNumber?: string | undefined;
|
|
6710
|
-
documentNodeId?: string | undefined;
|
|
6711
7155
|
sourceSpanIds?: string[] | undefined;
|
|
7156
|
+
documentNodeId?: string | undefined;
|
|
6712
7157
|
sourceTextHash?: string | undefined;
|
|
7158
|
+
formNumber?: string | undefined;
|
|
6713
7159
|
deductible?: string | undefined;
|
|
6714
7160
|
limitAmount?: number | undefined;
|
|
6715
7161
|
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
@@ -6735,10 +7181,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6735
7181
|
name: string;
|
|
6736
7182
|
limit: string;
|
|
6737
7183
|
included: boolean;
|
|
6738
|
-
formNumber?: string | undefined;
|
|
6739
|
-
documentNodeId?: string | undefined;
|
|
6740
7184
|
sourceSpanIds?: string[] | undefined;
|
|
7185
|
+
documentNodeId?: string | undefined;
|
|
6741
7186
|
sourceTextHash?: string | undefined;
|
|
7187
|
+
formNumber?: string | undefined;
|
|
6742
7188
|
deductible?: string | undefined;
|
|
6743
7189
|
limitAmount?: number | undefined;
|
|
6744
7190
|
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
@@ -6795,9 +7241,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6795
7241
|
}>>;
|
|
6796
7242
|
relationship: z.ZodOptional<z.ZodString>;
|
|
6797
7243
|
scope: z.ZodOptional<z.ZodString>;
|
|
7244
|
+
} & {
|
|
7245
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
7246
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
7247
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
7248
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
7249
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
6798
7250
|
}, "strip", z.ZodTypeAny, {
|
|
7251
|
+
sourceSpanIds: string[];
|
|
6799
7252
|
name: string;
|
|
6800
7253
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
7254
|
+
documentNodeId?: string | undefined;
|
|
7255
|
+
sourceTextHash?: string | undefined;
|
|
7256
|
+
pageStart?: number | undefined;
|
|
7257
|
+
pageEnd?: number | undefined;
|
|
6801
7258
|
address?: {
|
|
6802
7259
|
street1: string;
|
|
6803
7260
|
city: string;
|
|
@@ -6809,8 +7266,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6809
7266
|
relationship?: string | undefined;
|
|
6810
7267
|
scope?: string | undefined;
|
|
6811
7268
|
}, {
|
|
7269
|
+
sourceSpanIds: string[];
|
|
6812
7270
|
name: string;
|
|
6813
7271
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
7272
|
+
documentNodeId?: string | undefined;
|
|
7273
|
+
sourceTextHash?: string | undefined;
|
|
7274
|
+
pageStart?: number | undefined;
|
|
7275
|
+
pageEnd?: number | undefined;
|
|
6814
7276
|
address?: {
|
|
6815
7277
|
street1: string;
|
|
6816
7278
|
city: string;
|
|
@@ -6834,20 +7296,25 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6834
7296
|
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
6835
7297
|
}, "strip", z.ZodTypeAny, {
|
|
6836
7298
|
title: string;
|
|
6837
|
-
formNumber: string;
|
|
6838
7299
|
pageStart: number;
|
|
7300
|
+
formNumber: string;
|
|
6839
7301
|
endorsementType: "other" | "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";
|
|
6840
|
-
editionDate?: string | undefined;
|
|
6841
|
-
pageEnd?: number | undefined;
|
|
6842
|
-
documentNodeId?: string | undefined;
|
|
6843
7302
|
sourceSpanIds?: string[] | undefined;
|
|
7303
|
+
documentNodeId?: string | undefined;
|
|
6844
7304
|
sourceTextHash?: string | undefined;
|
|
7305
|
+
pageEnd?: number | undefined;
|
|
7306
|
+
editionDate?: string | undefined;
|
|
6845
7307
|
recordId?: string | undefined;
|
|
6846
7308
|
effectiveDate?: string | undefined;
|
|
6847
7309
|
affectedCoverageParts?: string[] | undefined;
|
|
6848
7310
|
namedParties?: {
|
|
7311
|
+
sourceSpanIds: string[];
|
|
6849
7312
|
name: string;
|
|
6850
7313
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
7314
|
+
documentNodeId?: string | undefined;
|
|
7315
|
+
sourceTextHash?: string | undefined;
|
|
7316
|
+
pageStart?: number | undefined;
|
|
7317
|
+
pageEnd?: number | undefined;
|
|
6851
7318
|
address?: {
|
|
6852
7319
|
street1: string;
|
|
6853
7320
|
city: string;
|
|
@@ -6865,20 +7332,25 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6865
7332
|
content?: string | undefined;
|
|
6866
7333
|
}, {
|
|
6867
7334
|
title: string;
|
|
6868
|
-
formNumber: string;
|
|
6869
7335
|
pageStart: number;
|
|
7336
|
+
formNumber: string;
|
|
6870
7337
|
endorsementType: "other" | "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";
|
|
6871
|
-
editionDate?: string | undefined;
|
|
6872
|
-
pageEnd?: number | undefined;
|
|
6873
|
-
documentNodeId?: string | undefined;
|
|
6874
7338
|
sourceSpanIds?: string[] | undefined;
|
|
7339
|
+
documentNodeId?: string | undefined;
|
|
6875
7340
|
sourceTextHash?: string | undefined;
|
|
7341
|
+
pageEnd?: number | undefined;
|
|
7342
|
+
editionDate?: string | undefined;
|
|
6876
7343
|
recordId?: string | undefined;
|
|
6877
7344
|
effectiveDate?: string | undefined;
|
|
6878
7345
|
affectedCoverageParts?: string[] | undefined;
|
|
6879
7346
|
namedParties?: {
|
|
7347
|
+
sourceSpanIds: string[];
|
|
6880
7348
|
name: string;
|
|
6881
7349
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
7350
|
+
documentNodeId?: string | undefined;
|
|
7351
|
+
sourceTextHash?: string | undefined;
|
|
7352
|
+
pageStart?: number | undefined;
|
|
7353
|
+
pageEnd?: number | undefined;
|
|
6882
7354
|
address?: {
|
|
6883
7355
|
street1: string;
|
|
6884
7356
|
city: string;
|
|
@@ -6913,10 +7385,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6913
7385
|
}, "strip", z.ZodTypeAny, {
|
|
6914
7386
|
name: string;
|
|
6915
7387
|
content: string;
|
|
6916
|
-
formNumber?: string | undefined;
|
|
6917
|
-
documentNodeId?: string | undefined;
|
|
6918
7388
|
sourceSpanIds?: string[] | undefined;
|
|
7389
|
+
documentNodeId?: string | undefined;
|
|
6919
7390
|
sourceTextHash?: string | undefined;
|
|
7391
|
+
formNumber?: string | undefined;
|
|
6920
7392
|
appliesTo?: string[] | undefined;
|
|
6921
7393
|
pageNumber?: number | undefined;
|
|
6922
7394
|
recordId?: string | undefined;
|
|
@@ -6928,10 +7400,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6928
7400
|
}, {
|
|
6929
7401
|
name: string;
|
|
6930
7402
|
content: string;
|
|
6931
|
-
formNumber?: string | undefined;
|
|
6932
|
-
documentNodeId?: string | undefined;
|
|
6933
7403
|
sourceSpanIds?: string[] | undefined;
|
|
7404
|
+
documentNodeId?: string | undefined;
|
|
6934
7405
|
sourceTextHash?: string | undefined;
|
|
7406
|
+
formNumber?: string | undefined;
|
|
6935
7407
|
appliesTo?: string[] | undefined;
|
|
6936
7408
|
pageNumber?: number | undefined;
|
|
6937
7409
|
recordId?: string | undefined;
|
|
@@ -6964,8 +7436,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6964
7436
|
name: string;
|
|
6965
7437
|
content: string;
|
|
6966
7438
|
conditionType: "other" | "duties_after_loss" | "notice_requirements" | "other_insurance" | "cancellation" | "nonrenewal" | "transfer_of_rights" | "liberalization" | "arbitration" | "concealment_fraud" | "examination_under_oath" | "legal_action" | "loss_payment" | "appraisal" | "mortgage_holders" | "policy_territory" | "separation_of_insureds";
|
|
6967
|
-
documentNodeId?: string | undefined;
|
|
6968
7439
|
sourceSpanIds?: string[] | undefined;
|
|
7440
|
+
documentNodeId?: string | undefined;
|
|
6969
7441
|
sourceTextHash?: string | undefined;
|
|
6970
7442
|
pageNumber?: number | undefined;
|
|
6971
7443
|
recordId?: string | undefined;
|
|
@@ -6977,8 +7449,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
6977
7449
|
name: string;
|
|
6978
7450
|
content: string;
|
|
6979
7451
|
conditionType: "other" | "duties_after_loss" | "notice_requirements" | "other_insurance" | "cancellation" | "nonrenewal" | "transfer_of_rights" | "liberalization" | "arbitration" | "concealment_fraud" | "examination_under_oath" | "legal_action" | "loss_payment" | "appraisal" | "mortgage_holders" | "policy_territory" | "separation_of_insureds";
|
|
6980
|
-
documentNodeId?: string | undefined;
|
|
6981
7452
|
sourceSpanIds?: string[] | undefined;
|
|
7453
|
+
documentNodeId?: string | undefined;
|
|
6982
7454
|
sourceTextHash?: string | undefined;
|
|
6983
7455
|
pageNumber?: number | undefined;
|
|
6984
7456
|
recordId?: string | undefined;
|
|
@@ -7317,22 +7789,22 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
7317
7789
|
formNumber: string;
|
|
7318
7790
|
formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
|
|
7319
7791
|
title?: string | undefined;
|
|
7320
|
-
editionDate?: string | undefined;
|
|
7321
|
-
pageStart?: number | undefined;
|
|
7322
|
-
pageEnd?: number | undefined;
|
|
7323
|
-
documentNodeId?: string | undefined;
|
|
7324
7792
|
sourceSpanIds?: string[] | undefined;
|
|
7793
|
+
documentNodeId?: string | undefined;
|
|
7325
7794
|
sourceTextHash?: string | undefined;
|
|
7795
|
+
pageStart?: number | undefined;
|
|
7796
|
+
pageEnd?: number | undefined;
|
|
7797
|
+
editionDate?: string | undefined;
|
|
7326
7798
|
}, {
|
|
7327
7799
|
formNumber: string;
|
|
7328
7800
|
formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
|
|
7329
7801
|
title?: string | undefined;
|
|
7330
|
-
editionDate?: string | undefined;
|
|
7331
|
-
pageStart?: number | undefined;
|
|
7332
|
-
pageEnd?: number | undefined;
|
|
7333
|
-
documentNodeId?: string | undefined;
|
|
7334
7802
|
sourceSpanIds?: string[] | undefined;
|
|
7803
|
+
documentNodeId?: string | undefined;
|
|
7335
7804
|
sourceTextHash?: string | undefined;
|
|
7805
|
+
pageStart?: number | undefined;
|
|
7806
|
+
pageEnd?: number | undefined;
|
|
7807
|
+
editionDate?: string | undefined;
|
|
7336
7808
|
}>, "many">>;
|
|
7337
7809
|
declarations: z.ZodOptional<z.ZodDiscriminatedUnion<"line", [z.ZodObject<{
|
|
7338
7810
|
line: z.ZodLiteral<"homeowners">;
|
|
@@ -7438,9 +7910,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
7438
7910
|
}>>;
|
|
7439
7911
|
relationship: z.ZodOptional<z.ZodString>;
|
|
7440
7912
|
scope: z.ZodOptional<z.ZodString>;
|
|
7913
|
+
} & {
|
|
7914
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
7915
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
7916
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
7917
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
7918
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
7441
7919
|
}, "strip", z.ZodTypeAny, {
|
|
7920
|
+
sourceSpanIds: string[];
|
|
7442
7921
|
name: string;
|
|
7443
7922
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
7923
|
+
documentNodeId?: string | undefined;
|
|
7924
|
+
sourceTextHash?: string | undefined;
|
|
7925
|
+
pageStart?: number | undefined;
|
|
7926
|
+
pageEnd?: number | undefined;
|
|
7444
7927
|
address?: {
|
|
7445
7928
|
street1: string;
|
|
7446
7929
|
city: string;
|
|
@@ -7452,8 +7935,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
7452
7935
|
relationship?: string | undefined;
|
|
7453
7936
|
scope?: string | undefined;
|
|
7454
7937
|
}, {
|
|
7938
|
+
sourceSpanIds: string[];
|
|
7455
7939
|
name: string;
|
|
7456
7940
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
7941
|
+
documentNodeId?: string | undefined;
|
|
7942
|
+
sourceTextHash?: string | undefined;
|
|
7943
|
+
pageStart?: number | undefined;
|
|
7944
|
+
pageEnd?: number | undefined;
|
|
7457
7945
|
address?: {
|
|
7458
7946
|
street1: string;
|
|
7459
7947
|
city: string;
|
|
@@ -7492,9 +7980,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
7492
7980
|
}>>;
|
|
7493
7981
|
relationship: z.ZodOptional<z.ZodString>;
|
|
7494
7982
|
scope: z.ZodOptional<z.ZodString>;
|
|
7983
|
+
} & {
|
|
7984
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
7985
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
7986
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
7987
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
7988
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
7495
7989
|
}, "strip", z.ZodTypeAny, {
|
|
7990
|
+
sourceSpanIds: string[];
|
|
7496
7991
|
name: string;
|
|
7497
7992
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
7993
|
+
documentNodeId?: string | undefined;
|
|
7994
|
+
sourceTextHash?: string | undefined;
|
|
7995
|
+
pageStart?: number | undefined;
|
|
7996
|
+
pageEnd?: number | undefined;
|
|
7498
7997
|
address?: {
|
|
7499
7998
|
street1: string;
|
|
7500
7999
|
city: string;
|
|
@@ -7506,8 +8005,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
7506
8005
|
relationship?: string | undefined;
|
|
7507
8006
|
scope?: string | undefined;
|
|
7508
8007
|
}, {
|
|
8008
|
+
sourceSpanIds: string[];
|
|
7509
8009
|
name: string;
|
|
7510
8010
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
8011
|
+
documentNodeId?: string | undefined;
|
|
8012
|
+
sourceTextHash?: string | undefined;
|
|
8013
|
+
pageStart?: number | undefined;
|
|
8014
|
+
pageEnd?: number | undefined;
|
|
7511
8015
|
address?: {
|
|
7512
8016
|
street1: string;
|
|
7513
8017
|
city: string;
|
|
@@ -7555,8 +8059,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
7555
8059
|
hurricaneDeductible?: string | undefined;
|
|
7556
8060
|
lossSettlement?: "replacement_cost" | "actual_cash_value" | "extended_replacement_cost" | "guaranteed_replacement_cost" | undefined;
|
|
7557
8061
|
mortgagee?: {
|
|
8062
|
+
sourceSpanIds: string[];
|
|
7558
8063
|
name: string;
|
|
7559
8064
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
8065
|
+
documentNodeId?: string | undefined;
|
|
8066
|
+
sourceTextHash?: string | undefined;
|
|
8067
|
+
pageStart?: number | undefined;
|
|
8068
|
+
pageEnd?: number | undefined;
|
|
7560
8069
|
address?: {
|
|
7561
8070
|
street1: string;
|
|
7562
8071
|
city: string;
|
|
@@ -7569,8 +8078,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
7569
8078
|
scope?: string | undefined;
|
|
7570
8079
|
} | undefined;
|
|
7571
8080
|
additionalMortgagees?: {
|
|
8081
|
+
sourceSpanIds: string[];
|
|
7572
8082
|
name: string;
|
|
7573
8083
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
8084
|
+
documentNodeId?: string | undefined;
|
|
8085
|
+
sourceTextHash?: string | undefined;
|
|
8086
|
+
pageStart?: number | undefined;
|
|
8087
|
+
pageEnd?: number | undefined;
|
|
7574
8088
|
address?: {
|
|
7575
8089
|
street1: string;
|
|
7576
8090
|
city: string;
|
|
@@ -7618,8 +8132,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
7618
8132
|
hurricaneDeductible?: string | undefined;
|
|
7619
8133
|
lossSettlement?: "replacement_cost" | "actual_cash_value" | "extended_replacement_cost" | "guaranteed_replacement_cost" | undefined;
|
|
7620
8134
|
mortgagee?: {
|
|
8135
|
+
sourceSpanIds: string[];
|
|
7621
8136
|
name: string;
|
|
7622
8137
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
8138
|
+
documentNodeId?: string | undefined;
|
|
8139
|
+
sourceTextHash?: string | undefined;
|
|
8140
|
+
pageStart?: number | undefined;
|
|
8141
|
+
pageEnd?: number | undefined;
|
|
7623
8142
|
address?: {
|
|
7624
8143
|
street1: string;
|
|
7625
8144
|
city: string;
|
|
@@ -7632,8 +8151,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
7632
8151
|
scope?: string | undefined;
|
|
7633
8152
|
} | undefined;
|
|
7634
8153
|
additionalMortgagees?: {
|
|
8154
|
+
sourceSpanIds: string[];
|
|
7635
8155
|
name: string;
|
|
7636
8156
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
8157
|
+
documentNodeId?: string | undefined;
|
|
8158
|
+
sourceTextHash?: string | undefined;
|
|
8159
|
+
pageStart?: number | undefined;
|
|
8160
|
+
pageEnd?: number | undefined;
|
|
7637
8161
|
address?: {
|
|
7638
8162
|
street1: string;
|
|
7639
8163
|
city: string;
|
|
@@ -7707,9 +8231,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
7707
8231
|
}>>;
|
|
7708
8232
|
relationship: z.ZodOptional<z.ZodString>;
|
|
7709
8233
|
scope: z.ZodOptional<z.ZodString>;
|
|
8234
|
+
} & {
|
|
8235
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
8236
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
8237
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
8238
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
8239
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
7710
8240
|
}, "strip", z.ZodTypeAny, {
|
|
8241
|
+
sourceSpanIds: string[];
|
|
7711
8242
|
name: string;
|
|
7712
8243
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
8244
|
+
documentNodeId?: string | undefined;
|
|
8245
|
+
sourceTextHash?: string | undefined;
|
|
8246
|
+
pageStart?: number | undefined;
|
|
8247
|
+
pageEnd?: number | undefined;
|
|
7713
8248
|
address?: {
|
|
7714
8249
|
street1: string;
|
|
7715
8250
|
city: string;
|
|
@@ -7721,8 +8256,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
7721
8256
|
relationship?: string | undefined;
|
|
7722
8257
|
scope?: string | undefined;
|
|
7723
8258
|
}, {
|
|
8259
|
+
sourceSpanIds: string[];
|
|
7724
8260
|
name: string;
|
|
7725
8261
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
8262
|
+
documentNodeId?: string | undefined;
|
|
8263
|
+
sourceTextHash?: string | undefined;
|
|
8264
|
+
pageStart?: number | undefined;
|
|
8265
|
+
pageEnd?: number | undefined;
|
|
7726
8266
|
address?: {
|
|
7727
8267
|
street1: string;
|
|
7728
8268
|
city: string;
|
|
@@ -7758,8 +8298,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
7758
8298
|
odometerReading?: number | undefined;
|
|
7759
8299
|
driverAssignment?: string | undefined;
|
|
7760
8300
|
lienHolder?: {
|
|
8301
|
+
sourceSpanIds: string[];
|
|
7761
8302
|
name: string;
|
|
7762
8303
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
8304
|
+
documentNodeId?: string | undefined;
|
|
8305
|
+
sourceTextHash?: string | undefined;
|
|
8306
|
+
pageStart?: number | undefined;
|
|
8307
|
+
pageEnd?: number | undefined;
|
|
7763
8308
|
address?: {
|
|
7764
8309
|
street1: string;
|
|
7765
8310
|
city: string;
|
|
@@ -7795,8 +8340,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
7795
8340
|
odometerReading?: number | undefined;
|
|
7796
8341
|
driverAssignment?: string | undefined;
|
|
7797
8342
|
lienHolder?: {
|
|
8343
|
+
sourceSpanIds: string[];
|
|
7798
8344
|
name: string;
|
|
7799
8345
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
8346
|
+
documentNodeId?: string | undefined;
|
|
8347
|
+
sourceTextHash?: string | undefined;
|
|
8348
|
+
pageStart?: number | undefined;
|
|
8349
|
+
pageEnd?: number | undefined;
|
|
7800
8350
|
address?: {
|
|
7801
8351
|
street1: string;
|
|
7802
8352
|
city: string;
|
|
@@ -7961,8 +8511,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
7961
8511
|
odometerReading?: number | undefined;
|
|
7962
8512
|
driverAssignment?: string | undefined;
|
|
7963
8513
|
lienHolder?: {
|
|
8514
|
+
sourceSpanIds: string[];
|
|
7964
8515
|
name: string;
|
|
7965
8516
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
8517
|
+
documentNodeId?: string | undefined;
|
|
8518
|
+
sourceTextHash?: string | undefined;
|
|
8519
|
+
pageStart?: number | undefined;
|
|
8520
|
+
pageEnd?: number | undefined;
|
|
7966
8521
|
address?: {
|
|
7967
8522
|
street1: string;
|
|
7968
8523
|
city: string;
|
|
@@ -8041,8 +8596,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
8041
8596
|
odometerReading?: number | undefined;
|
|
8042
8597
|
driverAssignment?: string | undefined;
|
|
8043
8598
|
lienHolder?: {
|
|
8599
|
+
sourceSpanIds: string[];
|
|
8044
8600
|
name: string;
|
|
8045
8601
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
8602
|
+
documentNodeId?: string | undefined;
|
|
8603
|
+
sourceTextHash?: string | undefined;
|
|
8604
|
+
pageStart?: number | undefined;
|
|
8605
|
+
pageEnd?: number | undefined;
|
|
8046
8606
|
address?: {
|
|
8047
8607
|
street1: string;
|
|
8048
8608
|
city: string;
|
|
@@ -9503,15 +10063,31 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9503
10063
|
amBestNumber: z.ZodOptional<z.ZodString>;
|
|
9504
10064
|
admittedStatus: z.ZodOptional<z.ZodEnum<["admitted", "non_admitted", "surplus_lines"]>>;
|
|
9505
10065
|
stateOfDomicile: z.ZodOptional<z.ZodString>;
|
|
10066
|
+
} & {
|
|
10067
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
10068
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
10069
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
10070
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
10071
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
9506
10072
|
}, "strip", z.ZodTypeAny, {
|
|
10073
|
+
sourceSpanIds: string[];
|
|
9507
10074
|
legalName: string;
|
|
10075
|
+
documentNodeId?: string | undefined;
|
|
10076
|
+
sourceTextHash?: string | undefined;
|
|
10077
|
+
pageStart?: number | undefined;
|
|
10078
|
+
pageEnd?: number | undefined;
|
|
9508
10079
|
naicNumber?: string | undefined;
|
|
9509
10080
|
amBestRating?: string | undefined;
|
|
9510
10081
|
amBestNumber?: string | undefined;
|
|
9511
10082
|
admittedStatus?: "admitted" | "non_admitted" | "surplus_lines" | undefined;
|
|
9512
10083
|
stateOfDomicile?: string | undefined;
|
|
9513
10084
|
}, {
|
|
10085
|
+
sourceSpanIds: string[];
|
|
9514
10086
|
legalName: string;
|
|
10087
|
+
documentNodeId?: string | undefined;
|
|
10088
|
+
sourceTextHash?: string | undefined;
|
|
10089
|
+
pageStart?: number | undefined;
|
|
10090
|
+
pageEnd?: number | undefined;
|
|
9515
10091
|
naicNumber?: string | undefined;
|
|
9516
10092
|
amBestRating?: string | undefined;
|
|
9517
10093
|
amBestNumber?: string | undefined;
|
|
@@ -9546,8 +10122,19 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9546
10122
|
street2?: string | undefined;
|
|
9547
10123
|
country?: string | undefined;
|
|
9548
10124
|
}>>;
|
|
10125
|
+
} & {
|
|
10126
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
10127
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
10128
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
10129
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
10130
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
9549
10131
|
}, "strip", z.ZodTypeAny, {
|
|
10132
|
+
sourceSpanIds: string[];
|
|
9550
10133
|
agencyName: string;
|
|
10134
|
+
documentNodeId?: string | undefined;
|
|
10135
|
+
sourceTextHash?: string | undefined;
|
|
10136
|
+
pageStart?: number | undefined;
|
|
10137
|
+
pageEnd?: number | undefined;
|
|
9551
10138
|
phone?: string | undefined;
|
|
9552
10139
|
email?: string | undefined;
|
|
9553
10140
|
address?: {
|
|
@@ -9561,7 +10148,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9561
10148
|
licenseNumber?: string | undefined;
|
|
9562
10149
|
contactName?: string | undefined;
|
|
9563
10150
|
}, {
|
|
10151
|
+
sourceSpanIds: string[];
|
|
9564
10152
|
agencyName: string;
|
|
10153
|
+
documentNodeId?: string | undefined;
|
|
10154
|
+
sourceTextHash?: string | undefined;
|
|
10155
|
+
pageStart?: number | undefined;
|
|
10156
|
+
pageEnd?: number | undefined;
|
|
9565
10157
|
phone?: string | undefined;
|
|
9566
10158
|
email?: string | undefined;
|
|
9567
10159
|
address?: {
|
|
@@ -9605,9 +10197,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9605
10197
|
country?: string | undefined;
|
|
9606
10198
|
}>>;
|
|
9607
10199
|
hours: z.ZodOptional<z.ZodString>;
|
|
10200
|
+
} & {
|
|
10201
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
10202
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
10203
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
10204
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
10205
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
9608
10206
|
}, "strip", z.ZodTypeAny, {
|
|
10207
|
+
sourceSpanIds: string[];
|
|
9609
10208
|
title?: string | undefined;
|
|
9610
10209
|
type?: string | undefined;
|
|
10210
|
+
documentNodeId?: string | undefined;
|
|
10211
|
+
sourceTextHash?: string | undefined;
|
|
10212
|
+
pageStart?: number | undefined;
|
|
10213
|
+
pageEnd?: number | undefined;
|
|
9611
10214
|
name?: string | undefined;
|
|
9612
10215
|
phone?: string | undefined;
|
|
9613
10216
|
fax?: string | undefined;
|
|
@@ -9622,8 +10225,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9622
10225
|
} | undefined;
|
|
9623
10226
|
hours?: string | undefined;
|
|
9624
10227
|
}, {
|
|
10228
|
+
sourceSpanIds: string[];
|
|
9625
10229
|
title?: string | undefined;
|
|
9626
10230
|
type?: string | undefined;
|
|
10231
|
+
documentNodeId?: string | undefined;
|
|
10232
|
+
sourceTextHash?: string | undefined;
|
|
10233
|
+
pageStart?: number | undefined;
|
|
10234
|
+
pageEnd?: number | undefined;
|
|
9627
10235
|
name?: string | undefined;
|
|
9628
10236
|
phone?: string | undefined;
|
|
9629
10237
|
fax?: string | undefined;
|
|
@@ -9668,9 +10276,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9668
10276
|
country?: string | undefined;
|
|
9669
10277
|
}>>;
|
|
9670
10278
|
hours: z.ZodOptional<z.ZodString>;
|
|
10279
|
+
} & {
|
|
10280
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
10281
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
10282
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
10283
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
10284
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
9671
10285
|
}, "strip", z.ZodTypeAny, {
|
|
10286
|
+
sourceSpanIds: string[];
|
|
9672
10287
|
title?: string | undefined;
|
|
9673
10288
|
type?: string | undefined;
|
|
10289
|
+
documentNodeId?: string | undefined;
|
|
10290
|
+
sourceTextHash?: string | undefined;
|
|
10291
|
+
pageStart?: number | undefined;
|
|
10292
|
+
pageEnd?: number | undefined;
|
|
9674
10293
|
name?: string | undefined;
|
|
9675
10294
|
phone?: string | undefined;
|
|
9676
10295
|
fax?: string | undefined;
|
|
@@ -9685,8 +10304,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9685
10304
|
} | undefined;
|
|
9686
10305
|
hours?: string | undefined;
|
|
9687
10306
|
}, {
|
|
10307
|
+
sourceSpanIds: string[];
|
|
9688
10308
|
title?: string | undefined;
|
|
9689
10309
|
type?: string | undefined;
|
|
10310
|
+
documentNodeId?: string | undefined;
|
|
10311
|
+
sourceTextHash?: string | undefined;
|
|
10312
|
+
pageStart?: number | undefined;
|
|
10313
|
+
pageEnd?: number | undefined;
|
|
9690
10314
|
name?: string | undefined;
|
|
9691
10315
|
phone?: string | undefined;
|
|
9692
10316
|
fax?: string | undefined;
|
|
@@ -9731,9 +10355,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9731
10355
|
country?: string | undefined;
|
|
9732
10356
|
}>>;
|
|
9733
10357
|
hours: z.ZodOptional<z.ZodString>;
|
|
10358
|
+
} & {
|
|
10359
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
10360
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
10361
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
10362
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
10363
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
9734
10364
|
}, "strip", z.ZodTypeAny, {
|
|
10365
|
+
sourceSpanIds: string[];
|
|
9735
10366
|
title?: string | undefined;
|
|
9736
10367
|
type?: string | undefined;
|
|
10368
|
+
documentNodeId?: string | undefined;
|
|
10369
|
+
sourceTextHash?: string | undefined;
|
|
10370
|
+
pageStart?: number | undefined;
|
|
10371
|
+
pageEnd?: number | undefined;
|
|
9737
10372
|
name?: string | undefined;
|
|
9738
10373
|
phone?: string | undefined;
|
|
9739
10374
|
fax?: string | undefined;
|
|
@@ -9748,8 +10383,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9748
10383
|
} | undefined;
|
|
9749
10384
|
hours?: string | undefined;
|
|
9750
10385
|
}, {
|
|
10386
|
+
sourceSpanIds: string[];
|
|
9751
10387
|
title?: string | undefined;
|
|
9752
10388
|
type?: string | undefined;
|
|
10389
|
+
documentNodeId?: string | undefined;
|
|
10390
|
+
sourceTextHash?: string | undefined;
|
|
10391
|
+
pageStart?: number | undefined;
|
|
10392
|
+
pageEnd?: number | undefined;
|
|
9753
10393
|
name?: string | undefined;
|
|
9754
10394
|
phone?: string | undefined;
|
|
9755
10395
|
fax?: string | undefined;
|
|
@@ -9791,9 +10431,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9791
10431
|
}>>;
|
|
9792
10432
|
relationship: z.ZodOptional<z.ZodString>;
|
|
9793
10433
|
scope: z.ZodOptional<z.ZodString>;
|
|
10434
|
+
} & {
|
|
10435
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
10436
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
10437
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
10438
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
10439
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
9794
10440
|
}, "strip", z.ZodTypeAny, {
|
|
10441
|
+
sourceSpanIds: string[];
|
|
9795
10442
|
name: string;
|
|
9796
10443
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
10444
|
+
documentNodeId?: string | undefined;
|
|
10445
|
+
sourceTextHash?: string | undefined;
|
|
10446
|
+
pageStart?: number | undefined;
|
|
10447
|
+
pageEnd?: number | undefined;
|
|
9797
10448
|
address?: {
|
|
9798
10449
|
street1: string;
|
|
9799
10450
|
city: string;
|
|
@@ -9805,8 +10456,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9805
10456
|
relationship?: string | undefined;
|
|
9806
10457
|
scope?: string | undefined;
|
|
9807
10458
|
}, {
|
|
10459
|
+
sourceSpanIds: string[];
|
|
9808
10460
|
name: string;
|
|
9809
10461
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
10462
|
+
documentNodeId?: string | undefined;
|
|
10463
|
+
sourceTextHash?: string | undefined;
|
|
10464
|
+
pageStart?: number | undefined;
|
|
10465
|
+
pageEnd?: number | undefined;
|
|
9810
10466
|
address?: {
|
|
9811
10467
|
street1: string;
|
|
9812
10468
|
city: string;
|
|
@@ -9845,9 +10501,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9845
10501
|
}>>;
|
|
9846
10502
|
relationship: z.ZodOptional<z.ZodString>;
|
|
9847
10503
|
scope: z.ZodOptional<z.ZodString>;
|
|
10504
|
+
} & {
|
|
10505
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
10506
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
10507
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
10508
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
10509
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
9848
10510
|
}, "strip", z.ZodTypeAny, {
|
|
10511
|
+
sourceSpanIds: string[];
|
|
9849
10512
|
name: string;
|
|
9850
10513
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
10514
|
+
documentNodeId?: string | undefined;
|
|
10515
|
+
sourceTextHash?: string | undefined;
|
|
10516
|
+
pageStart?: number | undefined;
|
|
10517
|
+
pageEnd?: number | undefined;
|
|
9851
10518
|
address?: {
|
|
9852
10519
|
street1: string;
|
|
9853
10520
|
city: string;
|
|
@@ -9859,8 +10526,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9859
10526
|
relationship?: string | undefined;
|
|
9860
10527
|
scope?: string | undefined;
|
|
9861
10528
|
}, {
|
|
10529
|
+
sourceSpanIds: string[];
|
|
9862
10530
|
name: string;
|
|
9863
10531
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
10532
|
+
documentNodeId?: string | undefined;
|
|
10533
|
+
sourceTextHash?: string | undefined;
|
|
10534
|
+
pageStart?: number | undefined;
|
|
10535
|
+
pageEnd?: number | undefined;
|
|
9864
10536
|
address?: {
|
|
9865
10537
|
street1: string;
|
|
9866
10538
|
city: string;
|
|
@@ -9899,9 +10571,20 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9899
10571
|
}>>;
|
|
9900
10572
|
relationship: z.ZodOptional<z.ZodString>;
|
|
9901
10573
|
scope: z.ZodOptional<z.ZodString>;
|
|
10574
|
+
} & {
|
|
10575
|
+
sourceSpanIds: z.ZodArray<z.ZodString, "many">;
|
|
10576
|
+
documentNodeId: z.ZodOptional<z.ZodString>;
|
|
10577
|
+
sourceTextHash: z.ZodOptional<z.ZodString>;
|
|
10578
|
+
pageStart: z.ZodOptional<z.ZodNumber>;
|
|
10579
|
+
pageEnd: z.ZodOptional<z.ZodNumber>;
|
|
9902
10580
|
}, "strip", z.ZodTypeAny, {
|
|
10581
|
+
sourceSpanIds: string[];
|
|
9903
10582
|
name: string;
|
|
9904
10583
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
10584
|
+
documentNodeId?: string | undefined;
|
|
10585
|
+
sourceTextHash?: string | undefined;
|
|
10586
|
+
pageStart?: number | undefined;
|
|
10587
|
+
pageEnd?: number | undefined;
|
|
9905
10588
|
address?: {
|
|
9906
10589
|
street1: string;
|
|
9907
10590
|
city: string;
|
|
@@ -9913,8 +10596,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9913
10596
|
relationship?: string | undefined;
|
|
9914
10597
|
scope?: string | undefined;
|
|
9915
10598
|
}, {
|
|
10599
|
+
sourceSpanIds: string[];
|
|
9916
10600
|
name: string;
|
|
9917
10601
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
10602
|
+
documentNodeId?: string | undefined;
|
|
10603
|
+
sourceTextHash?: string | undefined;
|
|
10604
|
+
pageStart?: number | undefined;
|
|
10605
|
+
pageEnd?: number | undefined;
|
|
9918
10606
|
address?: {
|
|
9919
10607
|
street1: string;
|
|
9920
10608
|
city: string;
|
|
@@ -9939,8 +10627,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9939
10627
|
name: string;
|
|
9940
10628
|
amount: string;
|
|
9941
10629
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
9942
|
-
documentNodeId?: string | undefined;
|
|
9943
10630
|
sourceSpanIds?: string[] | undefined;
|
|
10631
|
+
documentNodeId?: string | undefined;
|
|
9944
10632
|
sourceTextHash?: string | undefined;
|
|
9945
10633
|
amountValue?: number | undefined;
|
|
9946
10634
|
description?: string | undefined;
|
|
@@ -9948,8 +10636,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9948
10636
|
name: string;
|
|
9949
10637
|
amount: string;
|
|
9950
10638
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
9951
|
-
documentNodeId?: string | undefined;
|
|
9952
10639
|
sourceSpanIds?: string[] | undefined;
|
|
10640
|
+
documentNodeId?: string | undefined;
|
|
9953
10641
|
sourceTextHash?: string | undefined;
|
|
9954
10642
|
amountValue?: number | undefined;
|
|
9955
10643
|
description?: string | undefined;
|
|
@@ -10096,16 +10784,16 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10096
10784
|
}, "strip", z.ZodTypeAny, {
|
|
10097
10785
|
value: string;
|
|
10098
10786
|
key: string;
|
|
10099
|
-
documentNodeId?: string | undefined;
|
|
10100
10787
|
sourceSpanIds?: string[] | undefined;
|
|
10788
|
+
documentNodeId?: string | undefined;
|
|
10101
10789
|
sourceTextHash?: string | undefined;
|
|
10102
10790
|
subject?: string | undefined;
|
|
10103
10791
|
context?: string | undefined;
|
|
10104
10792
|
}, {
|
|
10105
10793
|
value: string;
|
|
10106
10794
|
key: string;
|
|
10107
|
-
documentNodeId?: string | undefined;
|
|
10108
10795
|
sourceSpanIds?: string[] | undefined;
|
|
10796
|
+
documentNodeId?: string | undefined;
|
|
10109
10797
|
sourceTextHash?: string | undefined;
|
|
10110
10798
|
subject?: string | undefined;
|
|
10111
10799
|
context?: string | undefined;
|
|
@@ -10115,10 +10803,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10115
10803
|
coverages: {
|
|
10116
10804
|
name: string;
|
|
10117
10805
|
limit: string;
|
|
10118
|
-
formNumber?: string | undefined;
|
|
10119
|
-
documentNodeId?: string | undefined;
|
|
10120
10806
|
sourceSpanIds?: string[] | undefined;
|
|
10807
|
+
documentNodeId?: string | undefined;
|
|
10121
10808
|
sourceTextHash?: string | undefined;
|
|
10809
|
+
formNumber?: string | undefined;
|
|
10122
10810
|
deductible?: string | undefined;
|
|
10123
10811
|
limitAmount?: number | undefined;
|
|
10124
10812
|
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
@@ -10142,25 +10830,25 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10142
10830
|
formNumber: string;
|
|
10143
10831
|
formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
|
|
10144
10832
|
title?: string | undefined;
|
|
10145
|
-
editionDate?: string | undefined;
|
|
10146
|
-
pageStart?: number | undefined;
|
|
10147
|
-
pageEnd?: number | undefined;
|
|
10148
|
-
documentNodeId?: string | undefined;
|
|
10149
10833
|
sourceSpanIds?: string[] | undefined;
|
|
10834
|
+
documentNodeId?: string | undefined;
|
|
10150
10835
|
sourceTextHash?: string | undefined;
|
|
10836
|
+
pageStart?: number | undefined;
|
|
10837
|
+
pageEnd?: number | undefined;
|
|
10838
|
+
editionDate?: string | undefined;
|
|
10151
10839
|
}[] | undefined;
|
|
10152
10840
|
tableOfContents?: {
|
|
10153
10841
|
title: string;
|
|
10842
|
+
sourceSpanIds?: string[] | undefined;
|
|
10843
|
+
documentNodeId?: string | undefined;
|
|
10154
10844
|
pageStart?: number | undefined;
|
|
10155
10845
|
pageEnd?: number | undefined;
|
|
10156
|
-
documentNodeId?: string | undefined;
|
|
10157
|
-
sourceSpanIds?: string[] | undefined;
|
|
10158
10846
|
level?: number | undefined;
|
|
10159
10847
|
}[] | undefined;
|
|
10160
10848
|
pageMap?: {
|
|
10161
10849
|
page: number;
|
|
10162
|
-
formNumber?: string | undefined;
|
|
10163
10850
|
sourceSpanIds?: string[] | undefined;
|
|
10851
|
+
formNumber?: string | undefined;
|
|
10164
10852
|
formTitle?: string | undefined;
|
|
10165
10853
|
label?: string | undefined;
|
|
10166
10854
|
sectionTitle?: string | undefined;
|
|
@@ -10211,8 +10899,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10211
10899
|
hurricaneDeductible?: string | undefined;
|
|
10212
10900
|
lossSettlement?: "replacement_cost" | "actual_cash_value" | "extended_replacement_cost" | "guaranteed_replacement_cost" | undefined;
|
|
10213
10901
|
mortgagee?: {
|
|
10902
|
+
sourceSpanIds: string[];
|
|
10214
10903
|
name: string;
|
|
10215
10904
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
10905
|
+
documentNodeId?: string | undefined;
|
|
10906
|
+
sourceTextHash?: string | undefined;
|
|
10907
|
+
pageStart?: number | undefined;
|
|
10908
|
+
pageEnd?: number | undefined;
|
|
10216
10909
|
address?: {
|
|
10217
10910
|
street1: string;
|
|
10218
10911
|
city: string;
|
|
@@ -10225,8 +10918,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10225
10918
|
scope?: string | undefined;
|
|
10226
10919
|
} | undefined;
|
|
10227
10920
|
additionalMortgagees?: {
|
|
10921
|
+
sourceSpanIds: string[];
|
|
10228
10922
|
name: string;
|
|
10229
10923
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
10924
|
+
documentNodeId?: string | undefined;
|
|
10925
|
+
sourceTextHash?: string | undefined;
|
|
10926
|
+
pageStart?: number | undefined;
|
|
10927
|
+
pageEnd?: number | undefined;
|
|
10230
10928
|
address?: {
|
|
10231
10929
|
street1: string;
|
|
10232
10930
|
city: string;
|
|
@@ -10260,8 +10958,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10260
10958
|
odometerReading?: number | undefined;
|
|
10261
10959
|
driverAssignment?: string | undefined;
|
|
10262
10960
|
lienHolder?: {
|
|
10961
|
+
sourceSpanIds: string[];
|
|
10263
10962
|
name: string;
|
|
10264
10963
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
10964
|
+
documentNodeId?: string | undefined;
|
|
10965
|
+
sourceTextHash?: string | undefined;
|
|
10966
|
+
pageStart?: number | undefined;
|
|
10967
|
+
pageEnd?: number | undefined;
|
|
10265
10968
|
address?: {
|
|
10266
10969
|
street1: string;
|
|
10267
10970
|
city: string;
|
|
@@ -10674,8 +11377,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10674
11377
|
name: string;
|
|
10675
11378
|
content: string;
|
|
10676
11379
|
conditionType: "other" | "duties_after_loss" | "notice_requirements" | "other_insurance" | "cancellation" | "nonrenewal" | "transfer_of_rights" | "liberalization" | "arbitration" | "concealment_fraud" | "examination_under_oath" | "legal_action" | "loss_payment" | "appraisal" | "mortgage_holders" | "policy_territory" | "separation_of_insureds";
|
|
10677
|
-
documentNodeId?: string | undefined;
|
|
10678
11380
|
sourceSpanIds?: string[] | undefined;
|
|
11381
|
+
documentNodeId?: string | undefined;
|
|
10679
11382
|
sourceTextHash?: string | undefined;
|
|
10680
11383
|
pageNumber?: number | undefined;
|
|
10681
11384
|
recordId?: string | undefined;
|
|
@@ -10785,12 +11488,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10785
11488
|
formNumber: string;
|
|
10786
11489
|
formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
|
|
10787
11490
|
title?: string | undefined;
|
|
10788
|
-
editionDate?: string | undefined;
|
|
10789
|
-
pageStart?: number | undefined;
|
|
10790
|
-
pageEnd?: number | undefined;
|
|
10791
|
-
documentNodeId?: string | undefined;
|
|
10792
11491
|
sourceSpanIds?: string[] | undefined;
|
|
11492
|
+
documentNodeId?: string | undefined;
|
|
10793
11493
|
sourceTextHash?: string | undefined;
|
|
11494
|
+
pageStart?: number | undefined;
|
|
11495
|
+
pageEnd?: number | undefined;
|
|
11496
|
+
editionDate?: string | undefined;
|
|
10794
11497
|
}[] | undefined;
|
|
10795
11498
|
security?: string | undefined;
|
|
10796
11499
|
premiumAmount?: number | undefined;
|
|
@@ -10800,10 +11503,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10800
11503
|
title: string;
|
|
10801
11504
|
type: string;
|
|
10802
11505
|
pageStart: number;
|
|
10803
|
-
pageEnd?: number | undefined;
|
|
10804
|
-
documentNodeId?: string | undefined;
|
|
10805
11506
|
sourceSpanIds?: string[] | undefined;
|
|
11507
|
+
documentNodeId?: string | undefined;
|
|
10806
11508
|
sourceTextHash?: string | undefined;
|
|
11509
|
+
pageEnd?: number | undefined;
|
|
10807
11510
|
recordId?: string | undefined;
|
|
10808
11511
|
excerpt?: string | undefined;
|
|
10809
11512
|
content?: string | undefined;
|
|
@@ -10811,8 +11514,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10811
11514
|
coverageType?: string | undefined;
|
|
10812
11515
|
subsections?: {
|
|
10813
11516
|
title: string;
|
|
10814
|
-
documentNodeId?: string | undefined;
|
|
10815
11517
|
sourceSpanIds?: string[] | undefined;
|
|
11518
|
+
documentNodeId?: string | undefined;
|
|
10816
11519
|
sourceTextHash?: string | undefined;
|
|
10817
11520
|
pageNumber?: number | undefined;
|
|
10818
11521
|
excerpt?: string | undefined;
|
|
@@ -10823,10 +11526,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10823
11526
|
definitions?: {
|
|
10824
11527
|
definition: string;
|
|
10825
11528
|
term: string;
|
|
10826
|
-
formNumber?: string | undefined;
|
|
10827
|
-
documentNodeId?: string | undefined;
|
|
10828
11529
|
sourceSpanIds?: string[] | undefined;
|
|
11530
|
+
documentNodeId?: string | undefined;
|
|
10829
11531
|
sourceTextHash?: string | undefined;
|
|
11532
|
+
formNumber?: string | undefined;
|
|
10830
11533
|
pageNumber?: number | undefined;
|
|
10831
11534
|
sectionRef?: string | undefined;
|
|
10832
11535
|
originalContent?: string | undefined;
|
|
@@ -10838,10 +11541,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10838
11541
|
coverageName: string;
|
|
10839
11542
|
title?: string | undefined;
|
|
10840
11543
|
conditions?: string[] | undefined;
|
|
10841
|
-
formNumber?: string | undefined;
|
|
10842
|
-
documentNodeId?: string | undefined;
|
|
10843
11544
|
sourceSpanIds?: string[] | undefined;
|
|
11545
|
+
documentNodeId?: string | undefined;
|
|
10844
11546
|
sourceTextHash?: string | undefined;
|
|
11547
|
+
formNumber?: string | undefined;
|
|
10845
11548
|
appliesTo?: string[] | undefined;
|
|
10846
11549
|
pageNumber?: number | undefined;
|
|
10847
11550
|
sectionRef?: string | undefined;
|
|
@@ -10865,16 +11568,26 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10865
11568
|
isPackage?: boolean | undefined;
|
|
10866
11569
|
insuredDba?: string | undefined;
|
|
10867
11570
|
insuredAddress?: {
|
|
11571
|
+
sourceSpanIds: string[];
|
|
10868
11572
|
street1: string;
|
|
10869
11573
|
city: string;
|
|
10870
11574
|
state: string;
|
|
10871
11575
|
zip: string;
|
|
11576
|
+
documentNodeId?: string | undefined;
|
|
11577
|
+
sourceTextHash?: string | undefined;
|
|
11578
|
+
pageStart?: number | undefined;
|
|
11579
|
+
pageEnd?: number | undefined;
|
|
10872
11580
|
street2?: string | undefined;
|
|
10873
11581
|
country?: string | undefined;
|
|
10874
11582
|
} | undefined;
|
|
10875
11583
|
insuredEntityType?: "other" | "corporation" | "llc" | "partnership" | "sole_proprietor" | "joint_venture" | "trust" | "nonprofit" | "municipality" | "individual" | "married_couple" | undefined;
|
|
10876
11584
|
additionalNamedInsureds?: {
|
|
11585
|
+
sourceSpanIds: string[];
|
|
10877
11586
|
name: string;
|
|
11587
|
+
documentNodeId?: string | undefined;
|
|
11588
|
+
sourceTextHash?: string | undefined;
|
|
11589
|
+
pageStart?: number | undefined;
|
|
11590
|
+
pageEnd?: number | undefined;
|
|
10878
11591
|
address?: {
|
|
10879
11592
|
street1: string;
|
|
10880
11593
|
city: string;
|
|
@@ -10892,10 +11605,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10892
11605
|
name: string;
|
|
10893
11606
|
limit: string;
|
|
10894
11607
|
included: boolean;
|
|
10895
|
-
formNumber?: string | undefined;
|
|
10896
|
-
documentNodeId?: string | undefined;
|
|
10897
11608
|
sourceSpanIds?: string[] | undefined;
|
|
11609
|
+
documentNodeId?: string | undefined;
|
|
10898
11610
|
sourceTextHash?: string | undefined;
|
|
11611
|
+
formNumber?: string | undefined;
|
|
10899
11612
|
deductible?: string | undefined;
|
|
10900
11613
|
limitAmount?: number | undefined;
|
|
10901
11614
|
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
@@ -10920,20 +11633,25 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10920
11633
|
}[] | undefined;
|
|
10921
11634
|
endorsements?: {
|
|
10922
11635
|
title: string;
|
|
10923
|
-
formNumber: string;
|
|
10924
11636
|
pageStart: number;
|
|
11637
|
+
formNumber: string;
|
|
10925
11638
|
endorsementType: "other" | "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";
|
|
10926
|
-
editionDate?: string | undefined;
|
|
10927
|
-
pageEnd?: number | undefined;
|
|
10928
|
-
documentNodeId?: string | undefined;
|
|
10929
11639
|
sourceSpanIds?: string[] | undefined;
|
|
11640
|
+
documentNodeId?: string | undefined;
|
|
10930
11641
|
sourceTextHash?: string | undefined;
|
|
11642
|
+
pageEnd?: number | undefined;
|
|
11643
|
+
editionDate?: string | undefined;
|
|
10931
11644
|
recordId?: string | undefined;
|
|
10932
11645
|
effectiveDate?: string | undefined;
|
|
10933
11646
|
affectedCoverageParts?: string[] | undefined;
|
|
10934
11647
|
namedParties?: {
|
|
11648
|
+
sourceSpanIds: string[];
|
|
10935
11649
|
name: string;
|
|
10936
11650
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
11651
|
+
documentNodeId?: string | undefined;
|
|
11652
|
+
sourceTextHash?: string | undefined;
|
|
11653
|
+
pageStart?: number | undefined;
|
|
11654
|
+
pageEnd?: number | undefined;
|
|
10937
11655
|
address?: {
|
|
10938
11656
|
street1: string;
|
|
10939
11657
|
city: string;
|
|
@@ -10953,10 +11671,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10953
11671
|
exclusions?: {
|
|
10954
11672
|
name: string;
|
|
10955
11673
|
content: string;
|
|
10956
|
-
formNumber?: string | undefined;
|
|
10957
|
-
documentNodeId?: string | undefined;
|
|
10958
11674
|
sourceSpanIds?: string[] | undefined;
|
|
11675
|
+
documentNodeId?: string | undefined;
|
|
10959
11676
|
sourceTextHash?: string | undefined;
|
|
11677
|
+
formNumber?: string | undefined;
|
|
10960
11678
|
appliesTo?: string[] | undefined;
|
|
10961
11679
|
pageNumber?: number | undefined;
|
|
10962
11680
|
recordId?: string | undefined;
|
|
@@ -10976,7 +11694,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10976
11694
|
waitingPeriod?: string | undefined;
|
|
10977
11695
|
} | undefined;
|
|
10978
11696
|
insurer?: {
|
|
11697
|
+
sourceSpanIds: string[];
|
|
10979
11698
|
legalName: string;
|
|
11699
|
+
documentNodeId?: string | undefined;
|
|
11700
|
+
sourceTextHash?: string | undefined;
|
|
11701
|
+
pageStart?: number | undefined;
|
|
11702
|
+
pageEnd?: number | undefined;
|
|
10980
11703
|
naicNumber?: string | undefined;
|
|
10981
11704
|
amBestRating?: string | undefined;
|
|
10982
11705
|
amBestNumber?: string | undefined;
|
|
@@ -10984,7 +11707,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10984
11707
|
stateOfDomicile?: string | undefined;
|
|
10985
11708
|
} | undefined;
|
|
10986
11709
|
producer?: {
|
|
11710
|
+
sourceSpanIds: string[];
|
|
10987
11711
|
agencyName: string;
|
|
11712
|
+
documentNodeId?: string | undefined;
|
|
11713
|
+
sourceTextHash?: string | undefined;
|
|
11714
|
+
pageStart?: number | undefined;
|
|
11715
|
+
pageEnd?: number | undefined;
|
|
10988
11716
|
phone?: string | undefined;
|
|
10989
11717
|
email?: string | undefined;
|
|
10990
11718
|
address?: {
|
|
@@ -10999,8 +11727,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10999
11727
|
contactName?: string | undefined;
|
|
11000
11728
|
} | undefined;
|
|
11001
11729
|
claimsContacts?: {
|
|
11730
|
+
sourceSpanIds: string[];
|
|
11002
11731
|
title?: string | undefined;
|
|
11003
11732
|
type?: string | undefined;
|
|
11733
|
+
documentNodeId?: string | undefined;
|
|
11734
|
+
sourceTextHash?: string | undefined;
|
|
11735
|
+
pageStart?: number | undefined;
|
|
11736
|
+
pageEnd?: number | undefined;
|
|
11004
11737
|
name?: string | undefined;
|
|
11005
11738
|
phone?: string | undefined;
|
|
11006
11739
|
fax?: string | undefined;
|
|
@@ -11016,8 +11749,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11016
11749
|
hours?: string | undefined;
|
|
11017
11750
|
}[] | undefined;
|
|
11018
11751
|
regulatoryContacts?: {
|
|
11752
|
+
sourceSpanIds: string[];
|
|
11019
11753
|
title?: string | undefined;
|
|
11020
11754
|
type?: string | undefined;
|
|
11755
|
+
documentNodeId?: string | undefined;
|
|
11756
|
+
sourceTextHash?: string | undefined;
|
|
11757
|
+
pageStart?: number | undefined;
|
|
11758
|
+
pageEnd?: number | undefined;
|
|
11021
11759
|
name?: string | undefined;
|
|
11022
11760
|
phone?: string | undefined;
|
|
11023
11761
|
fax?: string | undefined;
|
|
@@ -11033,8 +11771,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11033
11771
|
hours?: string | undefined;
|
|
11034
11772
|
}[] | undefined;
|
|
11035
11773
|
thirdPartyAdministrators?: {
|
|
11774
|
+
sourceSpanIds: string[];
|
|
11036
11775
|
title?: string | undefined;
|
|
11037
11776
|
type?: string | undefined;
|
|
11777
|
+
documentNodeId?: string | undefined;
|
|
11778
|
+
sourceTextHash?: string | undefined;
|
|
11779
|
+
pageStart?: number | undefined;
|
|
11780
|
+
pageEnd?: number | undefined;
|
|
11038
11781
|
name?: string | undefined;
|
|
11039
11782
|
phone?: string | undefined;
|
|
11040
11783
|
fax?: string | undefined;
|
|
@@ -11050,8 +11793,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11050
11793
|
hours?: string | undefined;
|
|
11051
11794
|
}[] | undefined;
|
|
11052
11795
|
additionalInsureds?: {
|
|
11796
|
+
sourceSpanIds: string[];
|
|
11053
11797
|
name: string;
|
|
11054
11798
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
11799
|
+
documentNodeId?: string | undefined;
|
|
11800
|
+
sourceTextHash?: string | undefined;
|
|
11801
|
+
pageStart?: number | undefined;
|
|
11802
|
+
pageEnd?: number | undefined;
|
|
11055
11803
|
address?: {
|
|
11056
11804
|
street1: string;
|
|
11057
11805
|
city: string;
|
|
@@ -11064,8 +11812,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11064
11812
|
scope?: string | undefined;
|
|
11065
11813
|
}[] | undefined;
|
|
11066
11814
|
lossPayees?: {
|
|
11815
|
+
sourceSpanIds: string[];
|
|
11067
11816
|
name: string;
|
|
11068
11817
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
11818
|
+
documentNodeId?: string | undefined;
|
|
11819
|
+
sourceTextHash?: string | undefined;
|
|
11820
|
+
pageStart?: number | undefined;
|
|
11821
|
+
pageEnd?: number | undefined;
|
|
11069
11822
|
address?: {
|
|
11070
11823
|
street1: string;
|
|
11071
11824
|
city: string;
|
|
@@ -11078,8 +11831,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11078
11831
|
scope?: string | undefined;
|
|
11079
11832
|
}[] | undefined;
|
|
11080
11833
|
mortgageHolders?: {
|
|
11834
|
+
sourceSpanIds: string[];
|
|
11081
11835
|
name: string;
|
|
11082
11836
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
11837
|
+
documentNodeId?: string | undefined;
|
|
11838
|
+
sourceTextHash?: string | undefined;
|
|
11839
|
+
pageStart?: number | undefined;
|
|
11840
|
+
pageEnd?: number | undefined;
|
|
11083
11841
|
address?: {
|
|
11084
11842
|
street1: string;
|
|
11085
11843
|
city: string;
|
|
@@ -11095,8 +11853,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11095
11853
|
name: string;
|
|
11096
11854
|
amount: string;
|
|
11097
11855
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
11098
|
-
documentNodeId?: string | undefined;
|
|
11099
11856
|
sourceSpanIds?: string[] | undefined;
|
|
11857
|
+
documentNodeId?: string | undefined;
|
|
11100
11858
|
sourceTextHash?: string | undefined;
|
|
11101
11859
|
amountValue?: number | undefined;
|
|
11102
11860
|
description?: string | undefined;
|
|
@@ -11150,8 +11908,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11150
11908
|
supplementaryFacts?: {
|
|
11151
11909
|
value: string;
|
|
11152
11910
|
key: string;
|
|
11153
|
-
documentNodeId?: string | undefined;
|
|
11154
11911
|
sourceSpanIds?: string[] | undefined;
|
|
11912
|
+
documentNodeId?: string | undefined;
|
|
11155
11913
|
sourceTextHash?: string | undefined;
|
|
11156
11914
|
subject?: string | undefined;
|
|
11157
11915
|
context?: string | undefined;
|
|
@@ -11169,8 +11927,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11169
11927
|
premiumBreakdown?: {
|
|
11170
11928
|
amount: string;
|
|
11171
11929
|
line: string;
|
|
11172
|
-
documentNodeId?: string | undefined;
|
|
11173
11930
|
sourceSpanIds?: string[] | undefined;
|
|
11931
|
+
documentNodeId?: string | undefined;
|
|
11174
11932
|
sourceTextHash?: string | undefined;
|
|
11175
11933
|
amountValue?: number | undefined;
|
|
11176
11934
|
}[] | undefined;
|
|
@@ -11199,10 +11957,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11199
11957
|
coverages: {
|
|
11200
11958
|
name: string;
|
|
11201
11959
|
limit: string;
|
|
11202
|
-
formNumber?: string | undefined;
|
|
11203
|
-
documentNodeId?: string | undefined;
|
|
11204
11960
|
sourceSpanIds?: string[] | undefined;
|
|
11961
|
+
documentNodeId?: string | undefined;
|
|
11205
11962
|
sourceTextHash?: string | undefined;
|
|
11963
|
+
formNumber?: string | undefined;
|
|
11206
11964
|
deductible?: string | undefined;
|
|
11207
11965
|
limitAmount?: number | undefined;
|
|
11208
11966
|
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
@@ -11226,25 +11984,25 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11226
11984
|
formNumber: string;
|
|
11227
11985
|
formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
|
|
11228
11986
|
title?: string | undefined;
|
|
11229
|
-
editionDate?: string | undefined;
|
|
11230
|
-
pageStart?: number | undefined;
|
|
11231
|
-
pageEnd?: number | undefined;
|
|
11232
|
-
documentNodeId?: string | undefined;
|
|
11233
11987
|
sourceSpanIds?: string[] | undefined;
|
|
11988
|
+
documentNodeId?: string | undefined;
|
|
11234
11989
|
sourceTextHash?: string | undefined;
|
|
11990
|
+
pageStart?: number | undefined;
|
|
11991
|
+
pageEnd?: number | undefined;
|
|
11992
|
+
editionDate?: string | undefined;
|
|
11235
11993
|
}[] | undefined;
|
|
11236
11994
|
tableOfContents?: {
|
|
11237
11995
|
title: string;
|
|
11996
|
+
sourceSpanIds?: string[] | undefined;
|
|
11997
|
+
documentNodeId?: string | undefined;
|
|
11238
11998
|
pageStart?: number | undefined;
|
|
11239
11999
|
pageEnd?: number | undefined;
|
|
11240
|
-
documentNodeId?: string | undefined;
|
|
11241
|
-
sourceSpanIds?: string[] | undefined;
|
|
11242
12000
|
level?: number | undefined;
|
|
11243
12001
|
}[] | undefined;
|
|
11244
12002
|
pageMap?: {
|
|
11245
12003
|
page: number;
|
|
11246
|
-
formNumber?: string | undefined;
|
|
11247
12004
|
sourceSpanIds?: string[] | undefined;
|
|
12005
|
+
formNumber?: string | undefined;
|
|
11248
12006
|
formTitle?: string | undefined;
|
|
11249
12007
|
label?: string | undefined;
|
|
11250
12008
|
sectionTitle?: string | undefined;
|
|
@@ -11295,8 +12053,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11295
12053
|
hurricaneDeductible?: string | undefined;
|
|
11296
12054
|
lossSettlement?: "replacement_cost" | "actual_cash_value" | "extended_replacement_cost" | "guaranteed_replacement_cost" | undefined;
|
|
11297
12055
|
mortgagee?: {
|
|
12056
|
+
sourceSpanIds: string[];
|
|
11298
12057
|
name: string;
|
|
11299
12058
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
12059
|
+
documentNodeId?: string | undefined;
|
|
12060
|
+
sourceTextHash?: string | undefined;
|
|
12061
|
+
pageStart?: number | undefined;
|
|
12062
|
+
pageEnd?: number | undefined;
|
|
11300
12063
|
address?: {
|
|
11301
12064
|
street1: string;
|
|
11302
12065
|
city: string;
|
|
@@ -11309,8 +12072,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11309
12072
|
scope?: string | undefined;
|
|
11310
12073
|
} | undefined;
|
|
11311
12074
|
additionalMortgagees?: {
|
|
12075
|
+
sourceSpanIds: string[];
|
|
11312
12076
|
name: string;
|
|
11313
12077
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
12078
|
+
documentNodeId?: string | undefined;
|
|
12079
|
+
sourceTextHash?: string | undefined;
|
|
12080
|
+
pageStart?: number | undefined;
|
|
12081
|
+
pageEnd?: number | undefined;
|
|
11314
12082
|
address?: {
|
|
11315
12083
|
street1: string;
|
|
11316
12084
|
city: string;
|
|
@@ -11344,8 +12112,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11344
12112
|
odometerReading?: number | undefined;
|
|
11345
12113
|
driverAssignment?: string | undefined;
|
|
11346
12114
|
lienHolder?: {
|
|
12115
|
+
sourceSpanIds: string[];
|
|
11347
12116
|
name: string;
|
|
11348
12117
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
12118
|
+
documentNodeId?: string | undefined;
|
|
12119
|
+
sourceTextHash?: string | undefined;
|
|
12120
|
+
pageStart?: number | undefined;
|
|
12121
|
+
pageEnd?: number | undefined;
|
|
11349
12122
|
address?: {
|
|
11350
12123
|
street1: string;
|
|
11351
12124
|
city: string;
|
|
@@ -11758,8 +12531,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11758
12531
|
name: string;
|
|
11759
12532
|
content: string;
|
|
11760
12533
|
conditionType: "other" | "duties_after_loss" | "notice_requirements" | "other_insurance" | "cancellation" | "nonrenewal" | "transfer_of_rights" | "liberalization" | "arbitration" | "concealment_fraud" | "examination_under_oath" | "legal_action" | "loss_payment" | "appraisal" | "mortgage_holders" | "policy_territory" | "separation_of_insureds";
|
|
11761
|
-
documentNodeId?: string | undefined;
|
|
11762
12534
|
sourceSpanIds?: string[] | undefined;
|
|
12535
|
+
documentNodeId?: string | undefined;
|
|
11763
12536
|
sourceTextHash?: string | undefined;
|
|
11764
12537
|
pageNumber?: number | undefined;
|
|
11765
12538
|
recordId?: string | undefined;
|
|
@@ -11869,12 +12642,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11869
12642
|
formNumber: string;
|
|
11870
12643
|
formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
|
|
11871
12644
|
title?: string | undefined;
|
|
11872
|
-
editionDate?: string | undefined;
|
|
11873
|
-
pageStart?: number | undefined;
|
|
11874
|
-
pageEnd?: number | undefined;
|
|
11875
|
-
documentNodeId?: string | undefined;
|
|
11876
12645
|
sourceSpanIds?: string[] | undefined;
|
|
12646
|
+
documentNodeId?: string | undefined;
|
|
11877
12647
|
sourceTextHash?: string | undefined;
|
|
12648
|
+
pageStart?: number | undefined;
|
|
12649
|
+
pageEnd?: number | undefined;
|
|
12650
|
+
editionDate?: string | undefined;
|
|
11878
12651
|
}[] | undefined;
|
|
11879
12652
|
security?: string | undefined;
|
|
11880
12653
|
premiumAmount?: number | undefined;
|
|
@@ -11884,10 +12657,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11884
12657
|
title: string;
|
|
11885
12658
|
type: string;
|
|
11886
12659
|
pageStart: number;
|
|
11887
|
-
pageEnd?: number | undefined;
|
|
11888
|
-
documentNodeId?: string | undefined;
|
|
11889
12660
|
sourceSpanIds?: string[] | undefined;
|
|
12661
|
+
documentNodeId?: string | undefined;
|
|
11890
12662
|
sourceTextHash?: string | undefined;
|
|
12663
|
+
pageEnd?: number | undefined;
|
|
11891
12664
|
recordId?: string | undefined;
|
|
11892
12665
|
excerpt?: string | undefined;
|
|
11893
12666
|
content?: string | undefined;
|
|
@@ -11895,8 +12668,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11895
12668
|
coverageType?: string | undefined;
|
|
11896
12669
|
subsections?: {
|
|
11897
12670
|
title: string;
|
|
11898
|
-
documentNodeId?: string | undefined;
|
|
11899
12671
|
sourceSpanIds?: string[] | undefined;
|
|
12672
|
+
documentNodeId?: string | undefined;
|
|
11900
12673
|
sourceTextHash?: string | undefined;
|
|
11901
12674
|
pageNumber?: number | undefined;
|
|
11902
12675
|
excerpt?: string | undefined;
|
|
@@ -11907,10 +12680,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11907
12680
|
definitions?: {
|
|
11908
12681
|
definition: string;
|
|
11909
12682
|
term: string;
|
|
11910
|
-
formNumber?: string | undefined;
|
|
11911
|
-
documentNodeId?: string | undefined;
|
|
11912
12683
|
sourceSpanIds?: string[] | undefined;
|
|
12684
|
+
documentNodeId?: string | undefined;
|
|
11913
12685
|
sourceTextHash?: string | undefined;
|
|
12686
|
+
formNumber?: string | undefined;
|
|
11914
12687
|
pageNumber?: number | undefined;
|
|
11915
12688
|
sectionRef?: string | undefined;
|
|
11916
12689
|
originalContent?: string | undefined;
|
|
@@ -11922,10 +12695,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11922
12695
|
coverageName: string;
|
|
11923
12696
|
title?: string | undefined;
|
|
11924
12697
|
conditions?: string[] | undefined;
|
|
11925
|
-
formNumber?: string | undefined;
|
|
11926
|
-
documentNodeId?: string | undefined;
|
|
11927
12698
|
sourceSpanIds?: string[] | undefined;
|
|
12699
|
+
documentNodeId?: string | undefined;
|
|
11928
12700
|
sourceTextHash?: string | undefined;
|
|
12701
|
+
formNumber?: string | undefined;
|
|
11929
12702
|
appliesTo?: string[] | undefined;
|
|
11930
12703
|
pageNumber?: number | undefined;
|
|
11931
12704
|
sectionRef?: string | undefined;
|
|
@@ -11949,16 +12722,26 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11949
12722
|
isPackage?: boolean | undefined;
|
|
11950
12723
|
insuredDba?: string | undefined;
|
|
11951
12724
|
insuredAddress?: {
|
|
12725
|
+
sourceSpanIds: string[];
|
|
11952
12726
|
street1: string;
|
|
11953
12727
|
city: string;
|
|
11954
12728
|
state: string;
|
|
11955
12729
|
zip: string;
|
|
12730
|
+
documentNodeId?: string | undefined;
|
|
12731
|
+
sourceTextHash?: string | undefined;
|
|
12732
|
+
pageStart?: number | undefined;
|
|
12733
|
+
pageEnd?: number | undefined;
|
|
11956
12734
|
street2?: string | undefined;
|
|
11957
12735
|
country?: string | undefined;
|
|
11958
12736
|
} | undefined;
|
|
11959
12737
|
insuredEntityType?: "other" | "corporation" | "llc" | "partnership" | "sole_proprietor" | "joint_venture" | "trust" | "nonprofit" | "municipality" | "individual" | "married_couple" | undefined;
|
|
11960
12738
|
additionalNamedInsureds?: {
|
|
12739
|
+
sourceSpanIds: string[];
|
|
11961
12740
|
name: string;
|
|
12741
|
+
documentNodeId?: string | undefined;
|
|
12742
|
+
sourceTextHash?: string | undefined;
|
|
12743
|
+
pageStart?: number | undefined;
|
|
12744
|
+
pageEnd?: number | undefined;
|
|
11962
12745
|
address?: {
|
|
11963
12746
|
street1: string;
|
|
11964
12747
|
city: string;
|
|
@@ -11976,10 +12759,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11976
12759
|
name: string;
|
|
11977
12760
|
limit: string;
|
|
11978
12761
|
included: boolean;
|
|
11979
|
-
formNumber?: string | undefined;
|
|
11980
|
-
documentNodeId?: string | undefined;
|
|
11981
12762
|
sourceSpanIds?: string[] | undefined;
|
|
12763
|
+
documentNodeId?: string | undefined;
|
|
11982
12764
|
sourceTextHash?: string | undefined;
|
|
12765
|
+
formNumber?: string | undefined;
|
|
11983
12766
|
deductible?: string | undefined;
|
|
11984
12767
|
limitAmount?: number | undefined;
|
|
11985
12768
|
limitType?: "per_occurrence" | "per_claim" | "aggregate" | "per_person" | "per_accident" | "statutory" | "blanket" | "scheduled" | undefined;
|
|
@@ -12004,20 +12787,25 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
12004
12787
|
}[] | undefined;
|
|
12005
12788
|
endorsements?: {
|
|
12006
12789
|
title: string;
|
|
12007
|
-
formNumber: string;
|
|
12008
12790
|
pageStart: number;
|
|
12791
|
+
formNumber: string;
|
|
12009
12792
|
endorsementType: "other" | "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";
|
|
12010
|
-
editionDate?: string | undefined;
|
|
12011
|
-
pageEnd?: number | undefined;
|
|
12012
|
-
documentNodeId?: string | undefined;
|
|
12013
12793
|
sourceSpanIds?: string[] | undefined;
|
|
12794
|
+
documentNodeId?: string | undefined;
|
|
12014
12795
|
sourceTextHash?: string | undefined;
|
|
12796
|
+
pageEnd?: number | undefined;
|
|
12797
|
+
editionDate?: string | undefined;
|
|
12015
12798
|
recordId?: string | undefined;
|
|
12016
12799
|
effectiveDate?: string | undefined;
|
|
12017
12800
|
affectedCoverageParts?: string[] | undefined;
|
|
12018
12801
|
namedParties?: {
|
|
12802
|
+
sourceSpanIds: string[];
|
|
12019
12803
|
name: string;
|
|
12020
12804
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
12805
|
+
documentNodeId?: string | undefined;
|
|
12806
|
+
sourceTextHash?: string | undefined;
|
|
12807
|
+
pageStart?: number | undefined;
|
|
12808
|
+
pageEnd?: number | undefined;
|
|
12021
12809
|
address?: {
|
|
12022
12810
|
street1: string;
|
|
12023
12811
|
city: string;
|
|
@@ -12037,10 +12825,10 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
12037
12825
|
exclusions?: {
|
|
12038
12826
|
name: string;
|
|
12039
12827
|
content: string;
|
|
12040
|
-
formNumber?: string | undefined;
|
|
12041
|
-
documentNodeId?: string | undefined;
|
|
12042
12828
|
sourceSpanIds?: string[] | undefined;
|
|
12829
|
+
documentNodeId?: string | undefined;
|
|
12043
12830
|
sourceTextHash?: string | undefined;
|
|
12831
|
+
formNumber?: string | undefined;
|
|
12044
12832
|
appliesTo?: string[] | undefined;
|
|
12045
12833
|
pageNumber?: number | undefined;
|
|
12046
12834
|
recordId?: string | undefined;
|
|
@@ -12060,7 +12848,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
12060
12848
|
waitingPeriod?: string | undefined;
|
|
12061
12849
|
} | undefined;
|
|
12062
12850
|
insurer?: {
|
|
12851
|
+
sourceSpanIds: string[];
|
|
12063
12852
|
legalName: string;
|
|
12853
|
+
documentNodeId?: string | undefined;
|
|
12854
|
+
sourceTextHash?: string | undefined;
|
|
12855
|
+
pageStart?: number | undefined;
|
|
12856
|
+
pageEnd?: number | undefined;
|
|
12064
12857
|
naicNumber?: string | undefined;
|
|
12065
12858
|
amBestRating?: string | undefined;
|
|
12066
12859
|
amBestNumber?: string | undefined;
|
|
@@ -12068,7 +12861,12 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
12068
12861
|
stateOfDomicile?: string | undefined;
|
|
12069
12862
|
} | undefined;
|
|
12070
12863
|
producer?: {
|
|
12864
|
+
sourceSpanIds: string[];
|
|
12071
12865
|
agencyName: string;
|
|
12866
|
+
documentNodeId?: string | undefined;
|
|
12867
|
+
sourceTextHash?: string | undefined;
|
|
12868
|
+
pageStart?: number | undefined;
|
|
12869
|
+
pageEnd?: number | undefined;
|
|
12072
12870
|
phone?: string | undefined;
|
|
12073
12871
|
email?: string | undefined;
|
|
12074
12872
|
address?: {
|
|
@@ -12083,8 +12881,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
12083
12881
|
contactName?: string | undefined;
|
|
12084
12882
|
} | undefined;
|
|
12085
12883
|
claimsContacts?: {
|
|
12884
|
+
sourceSpanIds: string[];
|
|
12086
12885
|
title?: string | undefined;
|
|
12087
12886
|
type?: string | undefined;
|
|
12887
|
+
documentNodeId?: string | undefined;
|
|
12888
|
+
sourceTextHash?: string | undefined;
|
|
12889
|
+
pageStart?: number | undefined;
|
|
12890
|
+
pageEnd?: number | undefined;
|
|
12088
12891
|
name?: string | undefined;
|
|
12089
12892
|
phone?: string | undefined;
|
|
12090
12893
|
fax?: string | undefined;
|
|
@@ -12100,8 +12903,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
12100
12903
|
hours?: string | undefined;
|
|
12101
12904
|
}[] | undefined;
|
|
12102
12905
|
regulatoryContacts?: {
|
|
12906
|
+
sourceSpanIds: string[];
|
|
12103
12907
|
title?: string | undefined;
|
|
12104
12908
|
type?: string | undefined;
|
|
12909
|
+
documentNodeId?: string | undefined;
|
|
12910
|
+
sourceTextHash?: string | undefined;
|
|
12911
|
+
pageStart?: number | undefined;
|
|
12912
|
+
pageEnd?: number | undefined;
|
|
12105
12913
|
name?: string | undefined;
|
|
12106
12914
|
phone?: string | undefined;
|
|
12107
12915
|
fax?: string | undefined;
|
|
@@ -12117,8 +12925,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
12117
12925
|
hours?: string | undefined;
|
|
12118
12926
|
}[] | undefined;
|
|
12119
12927
|
thirdPartyAdministrators?: {
|
|
12928
|
+
sourceSpanIds: string[];
|
|
12120
12929
|
title?: string | undefined;
|
|
12121
12930
|
type?: string | undefined;
|
|
12931
|
+
documentNodeId?: string | undefined;
|
|
12932
|
+
sourceTextHash?: string | undefined;
|
|
12933
|
+
pageStart?: number | undefined;
|
|
12934
|
+
pageEnd?: number | undefined;
|
|
12122
12935
|
name?: string | undefined;
|
|
12123
12936
|
phone?: string | undefined;
|
|
12124
12937
|
fax?: string | undefined;
|
|
@@ -12134,8 +12947,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
12134
12947
|
hours?: string | undefined;
|
|
12135
12948
|
}[] | undefined;
|
|
12136
12949
|
additionalInsureds?: {
|
|
12950
|
+
sourceSpanIds: string[];
|
|
12137
12951
|
name: string;
|
|
12138
12952
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
12953
|
+
documentNodeId?: string | undefined;
|
|
12954
|
+
sourceTextHash?: string | undefined;
|
|
12955
|
+
pageStart?: number | undefined;
|
|
12956
|
+
pageEnd?: number | undefined;
|
|
12139
12957
|
address?: {
|
|
12140
12958
|
street1: string;
|
|
12141
12959
|
city: string;
|
|
@@ -12148,8 +12966,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
12148
12966
|
scope?: string | undefined;
|
|
12149
12967
|
}[] | undefined;
|
|
12150
12968
|
lossPayees?: {
|
|
12969
|
+
sourceSpanIds: string[];
|
|
12151
12970
|
name: string;
|
|
12152
12971
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
12972
|
+
documentNodeId?: string | undefined;
|
|
12973
|
+
sourceTextHash?: string | undefined;
|
|
12974
|
+
pageStart?: number | undefined;
|
|
12975
|
+
pageEnd?: number | undefined;
|
|
12153
12976
|
address?: {
|
|
12154
12977
|
street1: string;
|
|
12155
12978
|
city: string;
|
|
@@ -12162,8 +12985,13 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
12162
12985
|
scope?: string | undefined;
|
|
12163
12986
|
}[] | undefined;
|
|
12164
12987
|
mortgageHolders?: {
|
|
12988
|
+
sourceSpanIds: string[];
|
|
12165
12989
|
name: string;
|
|
12166
12990
|
role: "other" | "additional_insured" | "loss_payee" | "mortgage_holder" | "certificate_holder" | "notice_recipient";
|
|
12991
|
+
documentNodeId?: string | undefined;
|
|
12992
|
+
sourceTextHash?: string | undefined;
|
|
12993
|
+
pageStart?: number | undefined;
|
|
12994
|
+
pageEnd?: number | undefined;
|
|
12167
12995
|
address?: {
|
|
12168
12996
|
street1: string;
|
|
12169
12997
|
city: string;
|
|
@@ -12179,8 +13007,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
12179
13007
|
name: string;
|
|
12180
13008
|
amount: string;
|
|
12181
13009
|
type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
|
|
12182
|
-
documentNodeId?: string | undefined;
|
|
12183
13010
|
sourceSpanIds?: string[] | undefined;
|
|
13011
|
+
documentNodeId?: string | undefined;
|
|
12184
13012
|
sourceTextHash?: string | undefined;
|
|
12185
13013
|
amountValue?: number | undefined;
|
|
12186
13014
|
description?: string | undefined;
|
|
@@ -12234,8 +13062,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
12234
13062
|
supplementaryFacts?: {
|
|
12235
13063
|
value: string;
|
|
12236
13064
|
key: string;
|
|
12237
|
-
documentNodeId?: string | undefined;
|
|
12238
13065
|
sourceSpanIds?: string[] | undefined;
|
|
13066
|
+
documentNodeId?: string | undefined;
|
|
12239
13067
|
sourceTextHash?: string | undefined;
|
|
12240
13068
|
subject?: string | undefined;
|
|
12241
13069
|
context?: string | undefined;
|
|
@@ -12253,8 +13081,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
12253
13081
|
premiumBreakdown?: {
|
|
12254
13082
|
amount: string;
|
|
12255
13083
|
line: string;
|
|
12256
|
-
documentNodeId?: string | undefined;
|
|
12257
13084
|
sourceSpanIds?: string[] | undefined;
|
|
13085
|
+
documentNodeId?: string | undefined;
|
|
12258
13086
|
sourceTextHash?: string | undefined;
|
|
12259
13087
|
amountValue?: number | undefined;
|
|
12260
13088
|
}[] | undefined;
|
|
@@ -12428,9 +13256,9 @@ declare const SourceSpanSchema: z.ZodObject<{
|
|
|
12428
13256
|
text: string;
|
|
12429
13257
|
documentId: string;
|
|
12430
13258
|
hash: string;
|
|
12431
|
-
formNumber?: string | undefined;
|
|
12432
13259
|
pageStart?: number | undefined;
|
|
12433
13260
|
pageEnd?: number | undefined;
|
|
13261
|
+
formNumber?: string | undefined;
|
|
12434
13262
|
location?: {
|
|
12435
13263
|
page?: number | undefined;
|
|
12436
13264
|
startPage?: number | undefined;
|
|
@@ -12470,9 +13298,9 @@ declare const SourceSpanSchema: z.ZodObject<{
|
|
|
12470
13298
|
text: string;
|
|
12471
13299
|
documentId: string;
|
|
12472
13300
|
hash: string;
|
|
12473
|
-
formNumber?: string | undefined;
|
|
12474
13301
|
pageStart?: number | undefined;
|
|
12475
13302
|
pageEnd?: number | undefined;
|
|
13303
|
+
formNumber?: string | undefined;
|
|
12476
13304
|
location?: {
|
|
12477
13305
|
page?: number | undefined;
|
|
12478
13306
|
startPage?: number | undefined;
|