@socotra/ec-react-schemas 2.14.1-next.1 → 2.14.1-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +103 -103
- package/dist/index.es.js +2228 -2138
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1372,7 +1372,7 @@ export declare const AddChangeInstructionResponseSchema: z.ZodObject<z.objectUti
|
|
|
1372
1372
|
coverageTerms: Record<string, string>;
|
|
1373
1373
|
parentLocator: string;
|
|
1374
1374
|
staticLocator?: string | undefined;
|
|
1375
|
-
} & any)[];
|
|
1375
|
+
} & /*elided*/ any)[];
|
|
1376
1376
|
}, z.ZodTypeDef, {
|
|
1377
1377
|
type: string;
|
|
1378
1378
|
data: Record<string, any>;
|
|
@@ -1386,7 +1386,7 @@ export declare const AddChangeInstructionResponseSchema: z.ZodObject<z.objectUti
|
|
|
1386
1386
|
coverageTerms: Record<string, string>;
|
|
1387
1387
|
parentLocator: string;
|
|
1388
1388
|
staticLocator?: string | undefined;
|
|
1389
|
-
} & any)[];
|
|
1389
|
+
} & /*elided*/ any)[];
|
|
1390
1390
|
}>, "many">;
|
|
1391
1391
|
}>, "strip", z.ZodTypeAny, {
|
|
1392
1392
|
locator: string;
|
|
@@ -1403,7 +1403,7 @@ export declare const AddChangeInstructionResponseSchema: z.ZodObject<z.objectUti
|
|
|
1403
1403
|
coverageTerms: Record<string, string>;
|
|
1404
1404
|
parentLocator: string;
|
|
1405
1405
|
staticLocator?: string | undefined;
|
|
1406
|
-
} & any)[];
|
|
1406
|
+
} & /*elided*/ any)[];
|
|
1407
1407
|
})[];
|
|
1408
1408
|
action: "params" | "add" | "delete" | "modify";
|
|
1409
1409
|
}, {
|
|
@@ -1421,7 +1421,7 @@ export declare const AddChangeInstructionResponseSchema: z.ZodObject<z.objectUti
|
|
|
1421
1421
|
coverageTerms: Record<string, string>;
|
|
1422
1422
|
parentLocator: string;
|
|
1423
1423
|
staticLocator?: string | undefined;
|
|
1424
|
-
} & any)[];
|
|
1424
|
+
} & /*elided*/ any)[];
|
|
1425
1425
|
})[];
|
|
1426
1426
|
action: "params" | "add" | "delete" | "modify";
|
|
1427
1427
|
}>;
|
|
@@ -1753,18 +1753,18 @@ export declare const AttachDocumentRequestBodySchema: z.ZodObject<{
|
|
|
1753
1753
|
name: z.ZodString;
|
|
1754
1754
|
filename: z.ZodString;
|
|
1755
1755
|
size: z.ZodNumber;
|
|
1756
|
-
buffer: z.ZodType<Buffer
|
|
1756
|
+
buffer: z.ZodType<Buffer<ArrayBuffer>, z.ZodTypeDef, Buffer<ArrayBuffer>>;
|
|
1757
1757
|
}>, "strip", z.ZodTypeAny, {
|
|
1758
1758
|
name: string;
|
|
1759
1759
|
filename: string;
|
|
1760
1760
|
size: number;
|
|
1761
|
-
buffer: Buffer
|
|
1761
|
+
buffer: Buffer<ArrayBuffer>;
|
|
1762
1762
|
mimetype: MimeType_2.applicationOctetStream | MimeType_2.applicationPdf | MimeType_2.applicationZip | MimeType_2.applicationZipWindows | MimeType_2.imageJpg | MimeType_2.textCsv | MimeType_2.textHtml | MimeType_2.text;
|
|
1763
1763
|
}, {
|
|
1764
1764
|
name: string;
|
|
1765
1765
|
filename: string;
|
|
1766
1766
|
size: number;
|
|
1767
|
-
buffer: Buffer
|
|
1767
|
+
buffer: Buffer<ArrayBuffer>;
|
|
1768
1768
|
mimetype: MimeType_2.applicationOctetStream | MimeType_2.applicationPdf | MimeType_2.applicationZip | MimeType_2.applicationZipWindows | MimeType_2.imageJpg | MimeType_2.textCsv | MimeType_2.textHtml | MimeType_2.text;
|
|
1769
1769
|
}>;
|
|
1770
1770
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1772,7 +1772,7 @@ export declare const AttachDocumentRequestBodySchema: z.ZodObject<{
|
|
|
1772
1772
|
name: string;
|
|
1773
1773
|
filename: string;
|
|
1774
1774
|
size: number;
|
|
1775
|
-
buffer: Buffer
|
|
1775
|
+
buffer: Buffer<ArrayBuffer>;
|
|
1776
1776
|
mimetype: MimeType_2.applicationOctetStream | MimeType_2.applicationPdf | MimeType_2.applicationZip | MimeType_2.applicationZipWindows | MimeType_2.imageJpg | MimeType_2.textCsv | MimeType_2.textHtml | MimeType_2.text;
|
|
1777
1777
|
};
|
|
1778
1778
|
}, {
|
|
@@ -1780,7 +1780,7 @@ export declare const AttachDocumentRequestBodySchema: z.ZodObject<{
|
|
|
1780
1780
|
name: string;
|
|
1781
1781
|
filename: string;
|
|
1782
1782
|
size: number;
|
|
1783
|
-
buffer: Buffer
|
|
1783
|
+
buffer: Buffer<ArrayBuffer>;
|
|
1784
1784
|
mimetype: MimeType_2.applicationOctetStream | MimeType_2.applicationPdf | MimeType_2.applicationZip | MimeType_2.applicationZipWindows | MimeType_2.imageJpg | MimeType_2.textCsv | MimeType_2.textHtml | MimeType_2.text;
|
|
1785
1785
|
};
|
|
1786
1786
|
}>;
|
|
@@ -2244,7 +2244,7 @@ export declare const BasePolicyTransactionResponseSchema: z.ZodObject<{
|
|
|
2244
2244
|
coverageTerms: Record<string, string>;
|
|
2245
2245
|
parentLocator: string;
|
|
2246
2246
|
staticLocator?: string | undefined;
|
|
2247
|
-
} & any)[];
|
|
2247
|
+
} & /*elided*/ any)[];
|
|
2248
2248
|
}, z.ZodTypeDef, {
|
|
2249
2249
|
type: string;
|
|
2250
2250
|
data: Record<string, any>;
|
|
@@ -2258,7 +2258,7 @@ export declare const BasePolicyTransactionResponseSchema: z.ZodObject<{
|
|
|
2258
2258
|
coverageTerms: Record<string, string>;
|
|
2259
2259
|
parentLocator: string;
|
|
2260
2260
|
staticLocator?: string | undefined;
|
|
2261
|
-
} & any)[];
|
|
2261
|
+
} & /*elided*/ any)[];
|
|
2262
2262
|
}>, "many">;
|
|
2263
2263
|
}>, "strip", z.ZodTypeAny, {
|
|
2264
2264
|
locator: string;
|
|
@@ -2275,7 +2275,7 @@ export declare const BasePolicyTransactionResponseSchema: z.ZodObject<{
|
|
|
2275
2275
|
coverageTerms: Record<string, string>;
|
|
2276
2276
|
parentLocator: string;
|
|
2277
2277
|
staticLocator?: string | undefined;
|
|
2278
|
-
} & any)[];
|
|
2278
|
+
} & /*elided*/ any)[];
|
|
2279
2279
|
})[];
|
|
2280
2280
|
action: "params" | "add" | "delete" | "modify";
|
|
2281
2281
|
}, {
|
|
@@ -2293,7 +2293,7 @@ export declare const BasePolicyTransactionResponseSchema: z.ZodObject<{
|
|
|
2293
2293
|
coverageTerms: Record<string, string>;
|
|
2294
2294
|
parentLocator: string;
|
|
2295
2295
|
staticLocator?: string | undefined;
|
|
2296
|
-
} & any)[];
|
|
2296
|
+
} & /*elided*/ any)[];
|
|
2297
2297
|
})[];
|
|
2298
2298
|
action: "params" | "add" | "delete" | "modify";
|
|
2299
2299
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -2612,7 +2612,7 @@ export declare const BasePolicyTransactionResponseSchema: z.ZodObject<{
|
|
|
2612
2612
|
coverageTerms: Record<string, string>;
|
|
2613
2613
|
parentLocator: string;
|
|
2614
2614
|
staticLocator?: string | undefined;
|
|
2615
|
-
} & any)[];
|
|
2615
|
+
} & /*elided*/ any)[];
|
|
2616
2616
|
})[];
|
|
2617
2617
|
action: "params" | "add" | "delete" | "modify";
|
|
2618
2618
|
} | {
|
|
@@ -2714,7 +2714,7 @@ export declare const BasePolicyTransactionResponseSchema: z.ZodObject<{
|
|
|
2714
2714
|
coverageTerms: Record<string, string>;
|
|
2715
2715
|
parentLocator: string;
|
|
2716
2716
|
staticLocator?: string | undefined;
|
|
2717
|
-
} & any)[];
|
|
2717
|
+
} & /*elided*/ any)[];
|
|
2718
2718
|
})[];
|
|
2719
2719
|
action: "params" | "add" | "delete" | "modify";
|
|
2720
2720
|
} | {
|
|
@@ -3653,7 +3653,7 @@ export declare const CreatePolicyChangeTransactionRequestBodySchema: z.ZodArray<
|
|
|
3653
3653
|
coverageTerms: Record<string, string>;
|
|
3654
3654
|
parentLocator: string;
|
|
3655
3655
|
staticLocator?: string | undefined;
|
|
3656
|
-
} & any)[];
|
|
3656
|
+
} & /*elided*/ any)[];
|
|
3657
3657
|
}, z.ZodTypeDef, {
|
|
3658
3658
|
type: string;
|
|
3659
3659
|
data: Record<string, any>;
|
|
@@ -3667,7 +3667,7 @@ export declare const CreatePolicyChangeTransactionRequestBodySchema: z.ZodArray<
|
|
|
3667
3667
|
coverageTerms: Record<string, string>;
|
|
3668
3668
|
parentLocator: string;
|
|
3669
3669
|
staticLocator?: string | undefined;
|
|
3670
|
-
} & any)[];
|
|
3670
|
+
} & /*elided*/ any)[];
|
|
3671
3671
|
}>, "many">;
|
|
3672
3672
|
}>, "strip", z.ZodTypeAny, {
|
|
3673
3673
|
locator: string;
|
|
@@ -3684,7 +3684,7 @@ export declare const CreatePolicyChangeTransactionRequestBodySchema: z.ZodArray<
|
|
|
3684
3684
|
coverageTerms: Record<string, string>;
|
|
3685
3685
|
parentLocator: string;
|
|
3686
3686
|
staticLocator?: string | undefined;
|
|
3687
|
-
} & any)[];
|
|
3687
|
+
} & /*elided*/ any)[];
|
|
3688
3688
|
})[];
|
|
3689
3689
|
action: "params" | "add" | "delete" | "modify";
|
|
3690
3690
|
}, {
|
|
@@ -3702,7 +3702,7 @@ export declare const CreatePolicyChangeTransactionRequestBodySchema: z.ZodArray<
|
|
|
3702
3702
|
coverageTerms: Record<string, string>;
|
|
3703
3703
|
parentLocator: string;
|
|
3704
3704
|
staticLocator?: string | undefined;
|
|
3705
|
-
} & any)[];
|
|
3705
|
+
} & /*elided*/ any)[];
|
|
3706
3706
|
})[];
|
|
3707
3707
|
action: "params" | "add" | "delete" | "modify";
|
|
3708
3708
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -3984,7 +3984,7 @@ export declare const CreateRenewalTransactionRequestBodySchema: z.ZodArray<z.Zod
|
|
|
3984
3984
|
coverageTerms: Record<string, string>;
|
|
3985
3985
|
parentLocator: string;
|
|
3986
3986
|
staticLocator?: string | undefined;
|
|
3987
|
-
} & any)[];
|
|
3987
|
+
} & /*elided*/ any)[];
|
|
3988
3988
|
}, z.ZodTypeDef, {
|
|
3989
3989
|
type: string;
|
|
3990
3990
|
data: Record<string, any>;
|
|
@@ -3998,7 +3998,7 @@ export declare const CreateRenewalTransactionRequestBodySchema: z.ZodArray<z.Zod
|
|
|
3998
3998
|
coverageTerms: Record<string, string>;
|
|
3999
3999
|
parentLocator: string;
|
|
4000
4000
|
staticLocator?: string | undefined;
|
|
4001
|
-
} & any)[];
|
|
4001
|
+
} & /*elided*/ any)[];
|
|
4002
4002
|
}>, "many">;
|
|
4003
4003
|
}>, "strip", z.ZodTypeAny, {
|
|
4004
4004
|
locator: string;
|
|
@@ -4015,7 +4015,7 @@ export declare const CreateRenewalTransactionRequestBodySchema: z.ZodArray<z.Zod
|
|
|
4015
4015
|
coverageTerms: Record<string, string>;
|
|
4016
4016
|
parentLocator: string;
|
|
4017
4017
|
staticLocator?: string | undefined;
|
|
4018
|
-
} & any)[];
|
|
4018
|
+
} & /*elided*/ any)[];
|
|
4019
4019
|
})[];
|
|
4020
4020
|
action: "params" | "add" | "delete" | "modify";
|
|
4021
4021
|
}, {
|
|
@@ -4033,7 +4033,7 @@ export declare const CreateRenewalTransactionRequestBodySchema: z.ZodArray<z.Zod
|
|
|
4033
4033
|
coverageTerms: Record<string, string>;
|
|
4034
4034
|
parentLocator: string;
|
|
4035
4035
|
staticLocator?: string | undefined;
|
|
4036
|
-
} & any)[];
|
|
4036
|
+
} & /*elided*/ any)[];
|
|
4037
4037
|
})[];
|
|
4038
4038
|
action: "params" | "add" | "delete" | "modify";
|
|
4039
4039
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -4315,7 +4315,7 @@ export declare const CreateTransactionRequestBodySchema: z.ZodArray<z.ZodUnion<[
|
|
|
4315
4315
|
coverageTerms: Record<string, string>;
|
|
4316
4316
|
parentLocator: string;
|
|
4317
4317
|
staticLocator?: string | undefined;
|
|
4318
|
-
} & any)[];
|
|
4318
|
+
} & /*elided*/ any)[];
|
|
4319
4319
|
}, z.ZodTypeDef, {
|
|
4320
4320
|
type: string;
|
|
4321
4321
|
data: Record<string, any>;
|
|
@@ -4329,7 +4329,7 @@ export declare const CreateTransactionRequestBodySchema: z.ZodArray<z.ZodUnion<[
|
|
|
4329
4329
|
coverageTerms: Record<string, string>;
|
|
4330
4330
|
parentLocator: string;
|
|
4331
4331
|
staticLocator?: string | undefined;
|
|
4332
|
-
} & any)[];
|
|
4332
|
+
} & /*elided*/ any)[];
|
|
4333
4333
|
}>, "many">;
|
|
4334
4334
|
}>, "strip", z.ZodTypeAny, {
|
|
4335
4335
|
locator: string;
|
|
@@ -4346,7 +4346,7 @@ export declare const CreateTransactionRequestBodySchema: z.ZodArray<z.ZodUnion<[
|
|
|
4346
4346
|
coverageTerms: Record<string, string>;
|
|
4347
4347
|
parentLocator: string;
|
|
4348
4348
|
staticLocator?: string | undefined;
|
|
4349
|
-
} & any)[];
|
|
4349
|
+
} & /*elided*/ any)[];
|
|
4350
4350
|
})[];
|
|
4351
4351
|
action: "params" | "add" | "delete" | "modify";
|
|
4352
4352
|
}, {
|
|
@@ -4364,7 +4364,7 @@ export declare const CreateTransactionRequestBodySchema: z.ZodArray<z.ZodUnion<[
|
|
|
4364
4364
|
coverageTerms: Record<string, string>;
|
|
4365
4365
|
parentLocator: string;
|
|
4366
4366
|
staticLocator?: string | undefined;
|
|
4367
|
-
} & any)[];
|
|
4367
|
+
} & /*elided*/ any)[];
|
|
4368
4368
|
})[];
|
|
4369
4369
|
action: "params" | "add" | "delete" | "modify";
|
|
4370
4370
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -13783,7 +13783,7 @@ export declare const PolicySnapshotResponseSchema: z.ZodObject<z.objectUtil.exte
|
|
|
13783
13783
|
category?: "product" | "coverage" | "exposure" | "exposureGroup" | "policyLine" | undefined;
|
|
13784
13784
|
coverageTerms?: Record<string, string> | undefined;
|
|
13785
13785
|
originalEffectiveTime?: string | undefined;
|
|
13786
|
-
} & any)[];
|
|
13786
|
+
} & /*elided*/ any)[];
|
|
13787
13787
|
}, z.ZodTypeDef, {
|
|
13788
13788
|
locator: string;
|
|
13789
13789
|
type: string;
|
|
@@ -13803,7 +13803,7 @@ export declare const PolicySnapshotResponseSchema: z.ZodObject<z.objectUtil.exte
|
|
|
13803
13803
|
category?: "product" | "coverage" | "exposure" | "exposureGroup" | "policyLine" | undefined;
|
|
13804
13804
|
coverageTerms?: Record<string, string> | undefined;
|
|
13805
13805
|
originalEffectiveTime?: string | undefined;
|
|
13806
|
-
} & any)[];
|
|
13806
|
+
} & /*elided*/ any)[];
|
|
13807
13807
|
}>;
|
|
13808
13808
|
basedOn: z.ZodOptional<z.ZodString>;
|
|
13809
13809
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -13827,7 +13827,7 @@ export declare const PolicySnapshotResponseSchema: z.ZodObject<z.objectUtil.exte
|
|
|
13827
13827
|
category?: "product" | "coverage" | "exposure" | "exposureGroup" | "policyLine" | undefined;
|
|
13828
13828
|
coverageTerms?: Record<string, string> | undefined;
|
|
13829
13829
|
originalEffectiveTime?: string | undefined;
|
|
13830
|
-
} & any)[];
|
|
13830
|
+
} & /*elided*/ any)[];
|
|
13831
13831
|
};
|
|
13832
13832
|
startTime: string;
|
|
13833
13833
|
endTime: string;
|
|
@@ -13856,7 +13856,7 @@ export declare const PolicySnapshotResponseSchema: z.ZodObject<z.objectUtil.exte
|
|
|
13856
13856
|
category?: "product" | "coverage" | "exposure" | "exposureGroup" | "policyLine" | undefined;
|
|
13857
13857
|
coverageTerms?: Record<string, string> | undefined;
|
|
13858
13858
|
originalEffectiveTime?: string | undefined;
|
|
13859
|
-
} & any)[];
|
|
13859
|
+
} & /*elided*/ any)[];
|
|
13860
13860
|
};
|
|
13861
13861
|
startTime: string;
|
|
13862
13862
|
endTime: string;
|
|
@@ -13888,7 +13888,7 @@ export declare const PolicySnapshotResponseSchema: z.ZodObject<z.objectUtil.exte
|
|
|
13888
13888
|
category?: "product" | "coverage" | "exposure" | "exposureGroup" | "policyLine" | undefined;
|
|
13889
13889
|
coverageTerms?: Record<string, string> | undefined;
|
|
13890
13890
|
originalEffectiveTime?: string | undefined;
|
|
13891
|
-
} & any)[];
|
|
13891
|
+
} & /*elided*/ any)[];
|
|
13892
13892
|
};
|
|
13893
13893
|
startTime: string;
|
|
13894
13894
|
endTime: string;
|
|
@@ -13944,7 +13944,7 @@ export declare const PolicySnapshotResponseSchema: z.ZodObject<z.objectUtil.exte
|
|
|
13944
13944
|
category?: "product" | "coverage" | "exposure" | "exposureGroup" | "policyLine" | undefined;
|
|
13945
13945
|
coverageTerms?: Record<string, string> | undefined;
|
|
13946
13946
|
originalEffectiveTime?: string | undefined;
|
|
13947
|
-
} & any)[];
|
|
13947
|
+
} & /*elided*/ any)[];
|
|
13948
13948
|
};
|
|
13949
13949
|
startTime: string;
|
|
13950
13950
|
endTime: string;
|
|
@@ -14003,7 +14003,7 @@ export declare const PolicySnapshotResponseSchema: z.ZodObject<z.objectUtil.exte
|
|
|
14003
14003
|
category?: "product" | "coverage" | "exposure" | "exposureGroup" | "policyLine" | undefined;
|
|
14004
14004
|
coverageTerms?: Record<string, string> | undefined;
|
|
14005
14005
|
originalEffectiveTime?: string | undefined;
|
|
14006
|
-
} & any)[];
|
|
14006
|
+
} & /*elided*/ any)[];
|
|
14007
14007
|
};
|
|
14008
14008
|
startTime: string;
|
|
14009
14009
|
endTime: string;
|
|
@@ -14069,7 +14069,7 @@ export declare const PolicySnapshotResponseSchema: z.ZodObject<z.objectUtil.exte
|
|
|
14069
14069
|
category?: "product" | "coverage" | "exposure" | "exposureGroup" | "policyLine" | undefined;
|
|
14070
14070
|
coverageTerms?: Record<string, string> | undefined;
|
|
14071
14071
|
originalEffectiveTime?: string | undefined;
|
|
14072
|
-
} & any)[];
|
|
14072
|
+
} & /*elided*/ any)[];
|
|
14073
14073
|
};
|
|
14074
14074
|
startTime: string;
|
|
14075
14075
|
endTime: string;
|
|
@@ -14233,7 +14233,7 @@ export declare const policySnapshotResponseSchema: z.ZodObject<{
|
|
|
14233
14233
|
rootLocator?: string | undefined;
|
|
14234
14234
|
tenantLocator?: string | undefined;
|
|
14235
14235
|
originalEffectiveTime?: string | undefined;
|
|
14236
|
-
} & any)[];
|
|
14236
|
+
} & /*elided*/ any)[];
|
|
14237
14237
|
}, z.ZodTypeDef, {
|
|
14238
14238
|
locator: string;
|
|
14239
14239
|
type: string;
|
|
@@ -14255,7 +14255,7 @@ export declare const policySnapshotResponseSchema: z.ZodObject<{
|
|
|
14255
14255
|
rootLocator?: string | undefined;
|
|
14256
14256
|
tenantLocator?: string | undefined;
|
|
14257
14257
|
originalEffectiveTime?: string | undefined;
|
|
14258
|
-
} & any)[];
|
|
14258
|
+
} & /*elided*/ any)[];
|
|
14259
14259
|
}>;
|
|
14260
14260
|
segmentType: z.ZodEnum<["coverage", "gap"]>;
|
|
14261
14261
|
basedOn: z.ZodOptional<z.ZodString>;
|
|
@@ -14282,7 +14282,7 @@ export declare const policySnapshotResponseSchema: z.ZodObject<{
|
|
|
14282
14282
|
rootLocator?: string | undefined;
|
|
14283
14283
|
tenantLocator?: string | undefined;
|
|
14284
14284
|
originalEffectiveTime?: string | undefined;
|
|
14285
|
-
} & any)[];
|
|
14285
|
+
} & /*elided*/ any)[];
|
|
14286
14286
|
};
|
|
14287
14287
|
startTime: string;
|
|
14288
14288
|
endTime: string;
|
|
@@ -14312,7 +14312,7 @@ export declare const policySnapshotResponseSchema: z.ZodObject<{
|
|
|
14312
14312
|
rootLocator?: string | undefined;
|
|
14313
14313
|
tenantLocator?: string | undefined;
|
|
14314
14314
|
originalEffectiveTime?: string | undefined;
|
|
14315
|
-
} & any)[];
|
|
14315
|
+
} & /*elided*/ any)[];
|
|
14316
14316
|
};
|
|
14317
14317
|
startTime: string;
|
|
14318
14318
|
endTime: string;
|
|
@@ -14347,7 +14347,7 @@ export declare const policySnapshotResponseSchema: z.ZodObject<{
|
|
|
14347
14347
|
rootLocator?: string | undefined;
|
|
14348
14348
|
tenantLocator?: string | undefined;
|
|
14349
14349
|
originalEffectiveTime?: string | undefined;
|
|
14350
|
-
} & any)[];
|
|
14350
|
+
} & /*elided*/ any)[];
|
|
14351
14351
|
};
|
|
14352
14352
|
startTime: string;
|
|
14353
14353
|
endTime: string;
|
|
@@ -14403,7 +14403,7 @@ export declare const policySnapshotResponseSchema: z.ZodObject<{
|
|
|
14403
14403
|
rootLocator?: string | undefined;
|
|
14404
14404
|
tenantLocator?: string | undefined;
|
|
14405
14405
|
originalEffectiveTime?: string | undefined;
|
|
14406
|
-
} & any)[];
|
|
14406
|
+
} & /*elided*/ any)[];
|
|
14407
14407
|
};
|
|
14408
14408
|
startTime: string;
|
|
14409
14409
|
endTime: string;
|
|
@@ -14464,7 +14464,7 @@ export declare const policySnapshotResponseSchema: z.ZodObject<{
|
|
|
14464
14464
|
rootLocator?: string | undefined;
|
|
14465
14465
|
tenantLocator?: string | undefined;
|
|
14466
14466
|
originalEffectiveTime?: string | undefined;
|
|
14467
|
-
} & any)[];
|
|
14467
|
+
} & /*elided*/ any)[];
|
|
14468
14468
|
};
|
|
14469
14469
|
startTime: string;
|
|
14470
14470
|
endTime: string;
|
|
@@ -14529,7 +14529,7 @@ export declare const policySnapshotResponseSchema: z.ZodObject<{
|
|
|
14529
14529
|
rootLocator?: string | undefined;
|
|
14530
14530
|
tenantLocator?: string | undefined;
|
|
14531
14531
|
originalEffectiveTime?: string | undefined;
|
|
14532
|
-
} & any)[];
|
|
14532
|
+
} & /*elided*/ any)[];
|
|
14533
14533
|
};
|
|
14534
14534
|
startTime: string;
|
|
14535
14535
|
endTime: string;
|
|
@@ -15006,7 +15006,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
|
|
|
15006
15006
|
coverageTerms: Record<string, string>;
|
|
15007
15007
|
parentLocator: string;
|
|
15008
15008
|
staticLocator?: string | undefined;
|
|
15009
|
-
} & any)[];
|
|
15009
|
+
} & /*elided*/ any)[];
|
|
15010
15010
|
}, z.ZodTypeDef, {
|
|
15011
15011
|
type: string;
|
|
15012
15012
|
data: Record<string, any>;
|
|
@@ -15020,7 +15020,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
|
|
|
15020
15020
|
coverageTerms: Record<string, string>;
|
|
15021
15021
|
parentLocator: string;
|
|
15022
15022
|
staticLocator?: string | undefined;
|
|
15023
|
-
} & any)[];
|
|
15023
|
+
} & /*elided*/ any)[];
|
|
15024
15024
|
}>, "many">;
|
|
15025
15025
|
}>, "strip", z.ZodTypeAny, {
|
|
15026
15026
|
locator: string;
|
|
@@ -15037,7 +15037,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
|
|
|
15037
15037
|
coverageTerms: Record<string, string>;
|
|
15038
15038
|
parentLocator: string;
|
|
15039
15039
|
staticLocator?: string | undefined;
|
|
15040
|
-
} & any)[];
|
|
15040
|
+
} & /*elided*/ any)[];
|
|
15041
15041
|
})[];
|
|
15042
15042
|
action: "params" | "add" | "delete" | "modify";
|
|
15043
15043
|
}, {
|
|
@@ -15055,7 +15055,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
|
|
|
15055
15055
|
coverageTerms: Record<string, string>;
|
|
15056
15056
|
parentLocator: string;
|
|
15057
15057
|
staticLocator?: string | undefined;
|
|
15058
|
-
} & any)[];
|
|
15058
|
+
} & /*elided*/ any)[];
|
|
15059
15059
|
})[];
|
|
15060
15060
|
action: "params" | "add" | "delete" | "modify";
|
|
15061
15061
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -15547,7 +15547,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
|
|
|
15547
15547
|
coverageTerms: Record<string, string>;
|
|
15548
15548
|
parentLocator: string;
|
|
15549
15549
|
staticLocator?: string | undefined;
|
|
15550
|
-
} & any)[];
|
|
15550
|
+
} & /*elided*/ any)[];
|
|
15551
15551
|
}, z.ZodTypeDef, {
|
|
15552
15552
|
type: string;
|
|
15553
15553
|
data: Record<string, any>;
|
|
@@ -15561,7 +15561,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
|
|
|
15561
15561
|
coverageTerms: Record<string, string>;
|
|
15562
15562
|
parentLocator: string;
|
|
15563
15563
|
staticLocator?: string | undefined;
|
|
15564
|
-
} & any)[];
|
|
15564
|
+
} & /*elided*/ any)[];
|
|
15565
15565
|
}>, "many">;
|
|
15566
15566
|
}>, "strip", z.ZodTypeAny, {
|
|
15567
15567
|
locator: string;
|
|
@@ -15578,7 +15578,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
|
|
|
15578
15578
|
coverageTerms: Record<string, string>;
|
|
15579
15579
|
parentLocator: string;
|
|
15580
15580
|
staticLocator?: string | undefined;
|
|
15581
|
-
} & any)[];
|
|
15581
|
+
} & /*elided*/ any)[];
|
|
15582
15582
|
})[];
|
|
15583
15583
|
action: "params" | "add" | "delete" | "modify";
|
|
15584
15584
|
}, {
|
|
@@ -15596,7 +15596,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
|
|
|
15596
15596
|
coverageTerms: Record<string, string>;
|
|
15597
15597
|
parentLocator: string;
|
|
15598
15598
|
staticLocator?: string | undefined;
|
|
15599
|
-
} & any)[];
|
|
15599
|
+
} & /*elided*/ any)[];
|
|
15600
15600
|
})[];
|
|
15601
15601
|
action: "params" | "add" | "delete" | "modify";
|
|
15602
15602
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -15915,7 +15915,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
|
|
|
15915
15915
|
coverageTerms: Record<string, string>;
|
|
15916
15916
|
parentLocator: string;
|
|
15917
15917
|
staticLocator?: string | undefined;
|
|
15918
|
-
} & any)[];
|
|
15918
|
+
} & /*elided*/ any)[];
|
|
15919
15919
|
})[];
|
|
15920
15920
|
action: "params" | "add" | "delete" | "modify";
|
|
15921
15921
|
} | {
|
|
@@ -16017,7 +16017,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
|
|
|
16017
16017
|
coverageTerms: Record<string, string>;
|
|
16018
16018
|
parentLocator: string;
|
|
16019
16019
|
staticLocator?: string | undefined;
|
|
16020
|
-
} & any)[];
|
|
16020
|
+
} & /*elided*/ any)[];
|
|
16021
16021
|
})[];
|
|
16022
16022
|
action: "params" | "add" | "delete" | "modify";
|
|
16023
16023
|
} | {
|
|
@@ -16129,7 +16129,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
|
|
|
16129
16129
|
coverageTerms: Record<string, string>;
|
|
16130
16130
|
parentLocator: string;
|
|
16131
16131
|
staticLocator?: string | undefined;
|
|
16132
|
-
} & any)[];
|
|
16132
|
+
} & /*elided*/ any)[];
|
|
16133
16133
|
})[];
|
|
16134
16134
|
action: "params" | "add" | "delete" | "modify";
|
|
16135
16135
|
} | {
|
|
@@ -16223,7 +16223,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
|
|
|
16223
16223
|
coverageTerms: Record<string, string>;
|
|
16224
16224
|
parentLocator: string;
|
|
16225
16225
|
staticLocator?: string | undefined;
|
|
16226
|
-
} & any)[];
|
|
16226
|
+
} & /*elided*/ any)[];
|
|
16227
16227
|
})[];
|
|
16228
16228
|
action: "params" | "add" | "delete" | "modify";
|
|
16229
16229
|
} | {
|
|
@@ -16334,7 +16334,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
|
|
|
16334
16334
|
coverageTerms: Record<string, string>;
|
|
16335
16335
|
parentLocator: string;
|
|
16336
16336
|
staticLocator?: string | undefined;
|
|
16337
|
-
} & any)[];
|
|
16337
|
+
} & /*elided*/ any)[];
|
|
16338
16338
|
})[];
|
|
16339
16339
|
action: "params" | "add" | "delete" | "modify";
|
|
16340
16340
|
} | {
|
|
@@ -16428,7 +16428,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
|
|
|
16428
16428
|
coverageTerms: Record<string, string>;
|
|
16429
16429
|
parentLocator: string;
|
|
16430
16430
|
staticLocator?: string | undefined;
|
|
16431
|
-
} & any)[];
|
|
16431
|
+
} & /*elided*/ any)[];
|
|
16432
16432
|
})[];
|
|
16433
16433
|
action: "params" | "add" | "delete" | "modify";
|
|
16434
16434
|
} | {
|
|
@@ -16541,7 +16541,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
|
|
|
16541
16541
|
coverageTerms: Record<string, string>;
|
|
16542
16542
|
parentLocator: string;
|
|
16543
16543
|
staticLocator?: string | undefined;
|
|
16544
|
-
} & any)[];
|
|
16544
|
+
} & /*elided*/ any)[];
|
|
16545
16545
|
})[];
|
|
16546
16546
|
action: "params" | "add" | "delete" | "modify";
|
|
16547
16547
|
} | {
|
|
@@ -16635,7 +16635,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
|
|
|
16635
16635
|
coverageTerms: Record<string, string>;
|
|
16636
16636
|
parentLocator: string;
|
|
16637
16637
|
staticLocator?: string | undefined;
|
|
16638
|
-
} & any)[];
|
|
16638
|
+
} & /*elided*/ any)[];
|
|
16639
16639
|
})[];
|
|
16640
16640
|
action: "params" | "add" | "delete" | "modify";
|
|
16641
16641
|
} | {
|
|
@@ -16749,7 +16749,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
|
|
|
16749
16749
|
coverageTerms: Record<string, string>;
|
|
16750
16750
|
parentLocator: string;
|
|
16751
16751
|
staticLocator?: string | undefined;
|
|
16752
|
-
} & any)[];
|
|
16752
|
+
} & /*elided*/ any)[];
|
|
16753
16753
|
})[];
|
|
16754
16754
|
action: "params" | "add" | "delete" | "modify";
|
|
16755
16755
|
} | {
|
|
@@ -16843,7 +16843,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
|
|
|
16843
16843
|
coverageTerms: Record<string, string>;
|
|
16844
16844
|
parentLocator: string;
|
|
16845
16845
|
staticLocator?: string | undefined;
|
|
16846
|
-
} & any)[];
|
|
16846
|
+
} & /*elided*/ any)[];
|
|
16847
16847
|
})[];
|
|
16848
16848
|
action: "params" | "add" | "delete" | "modify";
|
|
16849
16849
|
} | {
|
|
@@ -17123,7 +17123,7 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<z.objectUtil.e
|
|
|
17123
17123
|
coverageTerms: Record<string, string>;
|
|
17124
17124
|
parentLocator: string;
|
|
17125
17125
|
staticLocator?: string | undefined;
|
|
17126
|
-
} & any)[];
|
|
17126
|
+
} & /*elided*/ any)[];
|
|
17127
17127
|
}, z.ZodTypeDef, {
|
|
17128
17128
|
type: string;
|
|
17129
17129
|
data: Record<string, any>;
|
|
@@ -17137,7 +17137,7 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<z.objectUtil.e
|
|
|
17137
17137
|
coverageTerms: Record<string, string>;
|
|
17138
17138
|
parentLocator: string;
|
|
17139
17139
|
staticLocator?: string | undefined;
|
|
17140
|
-
} & any)[];
|
|
17140
|
+
} & /*elided*/ any)[];
|
|
17141
17141
|
}>, "many">;
|
|
17142
17142
|
}>, "strip", z.ZodTypeAny, {
|
|
17143
17143
|
locator: string;
|
|
@@ -17154,7 +17154,7 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<z.objectUtil.e
|
|
|
17154
17154
|
coverageTerms: Record<string, string>;
|
|
17155
17155
|
parentLocator: string;
|
|
17156
17156
|
staticLocator?: string | undefined;
|
|
17157
|
-
} & any)[];
|
|
17157
|
+
} & /*elided*/ any)[];
|
|
17158
17158
|
})[];
|
|
17159
17159
|
action: "params" | "add" | "delete" | "modify";
|
|
17160
17160
|
}, {
|
|
@@ -17172,7 +17172,7 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<z.objectUtil.e
|
|
|
17172
17172
|
coverageTerms: Record<string, string>;
|
|
17173
17173
|
parentLocator: string;
|
|
17174
17174
|
staticLocator?: string | undefined;
|
|
17175
|
-
} & any)[];
|
|
17175
|
+
} & /*elided*/ any)[];
|
|
17176
17176
|
})[];
|
|
17177
17177
|
action: "params" | "add" | "delete" | "modify";
|
|
17178
17178
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -17664,7 +17664,7 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<z.objectUtil.e
|
|
|
17664
17664
|
coverageTerms: Record<string, string>;
|
|
17665
17665
|
parentLocator: string;
|
|
17666
17666
|
staticLocator?: string | undefined;
|
|
17667
|
-
} & any)[];
|
|
17667
|
+
} & /*elided*/ any)[];
|
|
17668
17668
|
}, z.ZodTypeDef, {
|
|
17669
17669
|
type: string;
|
|
17670
17670
|
data: Record<string, any>;
|
|
@@ -17678,7 +17678,7 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<z.objectUtil.e
|
|
|
17678
17678
|
coverageTerms: Record<string, string>;
|
|
17679
17679
|
parentLocator: string;
|
|
17680
17680
|
staticLocator?: string | undefined;
|
|
17681
|
-
} & any)[];
|
|
17681
|
+
} & /*elided*/ any)[];
|
|
17682
17682
|
}>, "many">;
|
|
17683
17683
|
}>, "strip", z.ZodTypeAny, {
|
|
17684
17684
|
locator: string;
|
|
@@ -17695,7 +17695,7 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<z.objectUtil.e
|
|
|
17695
17695
|
coverageTerms: Record<string, string>;
|
|
17696
17696
|
parentLocator: string;
|
|
17697
17697
|
staticLocator?: string | undefined;
|
|
17698
|
-
} & any)[];
|
|
17698
|
+
} & /*elided*/ any)[];
|
|
17699
17699
|
})[];
|
|
17700
17700
|
action: "params" | "add" | "delete" | "modify";
|
|
17701
17701
|
}, {
|
|
@@ -17713,7 +17713,7 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<z.objectUtil.e
|
|
|
17713
17713
|
coverageTerms: Record<string, string>;
|
|
17714
17714
|
parentLocator: string;
|
|
17715
17715
|
staticLocator?: string | undefined;
|
|
17716
|
-
} & any)[];
|
|
17716
|
+
} & /*elided*/ any)[];
|
|
17717
17717
|
})[];
|
|
17718
17718
|
action: "params" | "add" | "delete" | "modify";
|
|
17719
17719
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -18032,7 +18032,7 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<z.objectUtil.e
|
|
|
18032
18032
|
coverageTerms: Record<string, string>;
|
|
18033
18033
|
parentLocator: string;
|
|
18034
18034
|
staticLocator?: string | undefined;
|
|
18035
|
-
} & any)[];
|
|
18035
|
+
} & /*elided*/ any)[];
|
|
18036
18036
|
})[];
|
|
18037
18037
|
action: "params" | "add" | "delete" | "modify";
|
|
18038
18038
|
} | {
|
|
@@ -18134,7 +18134,7 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<z.objectUtil.e
|
|
|
18134
18134
|
coverageTerms: Record<string, string>;
|
|
18135
18135
|
parentLocator: string;
|
|
18136
18136
|
staticLocator?: string | undefined;
|
|
18137
|
-
} & any)[];
|
|
18137
|
+
} & /*elided*/ any)[];
|
|
18138
18138
|
})[];
|
|
18139
18139
|
action: "params" | "add" | "delete" | "modify";
|
|
18140
18140
|
} | {
|
|
@@ -18246,7 +18246,7 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<z.objectUtil.e
|
|
|
18246
18246
|
coverageTerms: Record<string, string>;
|
|
18247
18247
|
parentLocator: string;
|
|
18248
18248
|
staticLocator?: string | undefined;
|
|
18249
|
-
} & any)[];
|
|
18249
|
+
} & /*elided*/ any)[];
|
|
18250
18250
|
})[];
|
|
18251
18251
|
action: "params" | "add" | "delete" | "modify";
|
|
18252
18252
|
} | {
|
|
@@ -18340,7 +18340,7 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<z.objectUtil.e
|
|
|
18340
18340
|
coverageTerms: Record<string, string>;
|
|
18341
18341
|
parentLocator: string;
|
|
18342
18342
|
staticLocator?: string | undefined;
|
|
18343
|
-
} & any)[];
|
|
18343
|
+
} & /*elided*/ any)[];
|
|
18344
18344
|
})[];
|
|
18345
18345
|
action: "params" | "add" | "delete" | "modify";
|
|
18346
18346
|
} | {
|
|
@@ -18451,7 +18451,7 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<z.objectUtil.e
|
|
|
18451
18451
|
coverageTerms: Record<string, string>;
|
|
18452
18452
|
parentLocator: string;
|
|
18453
18453
|
staticLocator?: string | undefined;
|
|
18454
|
-
} & any)[];
|
|
18454
|
+
} & /*elided*/ any)[];
|
|
18455
18455
|
})[];
|
|
18456
18456
|
action: "params" | "add" | "delete" | "modify";
|
|
18457
18457
|
} | {
|
|
@@ -18545,7 +18545,7 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<z.objectUtil.e
|
|
|
18545
18545
|
coverageTerms: Record<string, string>;
|
|
18546
18546
|
parentLocator: string;
|
|
18547
18547
|
staticLocator?: string | undefined;
|
|
18548
|
-
} & any)[];
|
|
18548
|
+
} & /*elided*/ any)[];
|
|
18549
18549
|
})[];
|
|
18550
18550
|
action: "params" | "add" | "delete" | "modify";
|
|
18551
18551
|
} | {
|
|
@@ -20369,7 +20369,7 @@ export declare const QuoteCreateRequestSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
20369
20369
|
coverageTerms: Record<string, string>;
|
|
20370
20370
|
parentLocator: string;
|
|
20371
20371
|
staticLocator?: string | undefined;
|
|
20372
|
-
} & any)[];
|
|
20372
|
+
} & /*elided*/ any)[];
|
|
20373
20373
|
}, z.ZodTypeDef, {
|
|
20374
20374
|
type: string;
|
|
20375
20375
|
data: Record<string, any>;
|
|
@@ -20383,7 +20383,7 @@ export declare const QuoteCreateRequestSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
20383
20383
|
coverageTerms: Record<string, string>;
|
|
20384
20384
|
parentLocator: string;
|
|
20385
20385
|
staticLocator?: string | undefined;
|
|
20386
|
-
} & any)[];
|
|
20386
|
+
} & /*elided*/ any)[];
|
|
20387
20387
|
}>, "many">;
|
|
20388
20388
|
}>, "strip", z.ZodTypeAny, {
|
|
20389
20389
|
data: Record<string, any>;
|
|
@@ -20400,7 +20400,7 @@ export declare const QuoteCreateRequestSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
20400
20400
|
coverageTerms: Record<string, string>;
|
|
20401
20401
|
parentLocator: string;
|
|
20402
20402
|
staticLocator?: string | undefined;
|
|
20403
|
-
} & any)[];
|
|
20403
|
+
} & /*elided*/ any)[];
|
|
20404
20404
|
})[];
|
|
20405
20405
|
productName: string;
|
|
20406
20406
|
delinquencyPlanName: string;
|
|
@@ -20452,7 +20452,7 @@ export declare const QuoteCreateRequestSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
20452
20452
|
coverageTerms: Record<string, string>;
|
|
20453
20453
|
parentLocator: string;
|
|
20454
20454
|
staticLocator?: string | undefined;
|
|
20455
|
-
} & any)[];
|
|
20455
|
+
} & /*elided*/ any)[];
|
|
20456
20456
|
})[];
|
|
20457
20457
|
productName: string;
|
|
20458
20458
|
delinquencyPlanName: string;
|
|
@@ -22161,7 +22161,7 @@ export declare const quoteResponseSchema: z.ZodObject<{
|
|
|
22161
22161
|
rootLocator?: string | undefined;
|
|
22162
22162
|
tenantLocator?: string | undefined;
|
|
22163
22163
|
originalEffectiveTime?: string | undefined;
|
|
22164
|
-
} & any)[];
|
|
22164
|
+
} & /*elided*/ any)[];
|
|
22165
22165
|
}, z.ZodTypeDef, {
|
|
22166
22166
|
locator: string;
|
|
22167
22167
|
type: string;
|
|
@@ -22183,7 +22183,7 @@ export declare const quoteResponseSchema: z.ZodObject<{
|
|
|
22183
22183
|
rootLocator?: string | undefined;
|
|
22184
22184
|
tenantLocator?: string | undefined;
|
|
22185
22185
|
originalEffectiveTime?: string | undefined;
|
|
22186
|
-
} & any)[];
|
|
22186
|
+
} & /*elided*/ any)[];
|
|
22187
22187
|
}>>;
|
|
22188
22188
|
type: z.ZodOptional<z.ZodString>;
|
|
22189
22189
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
@@ -22258,7 +22258,7 @@ export declare const quoteResponseSchema: z.ZodObject<{
|
|
|
22258
22258
|
rootLocator?: string | undefined;
|
|
22259
22259
|
tenantLocator?: string | undefined;
|
|
22260
22260
|
originalEffectiveTime?: string | undefined;
|
|
22261
|
-
} & any)[];
|
|
22261
|
+
} & /*elided*/ any)[];
|
|
22262
22262
|
}) | undefined;
|
|
22263
22263
|
delinquencyPlanName?: string | undefined;
|
|
22264
22264
|
startTime?: string | undefined;
|
|
@@ -22313,7 +22313,7 @@ export declare const quoteResponseSchema: z.ZodObject<{
|
|
|
22313
22313
|
rootLocator?: string | undefined;
|
|
22314
22314
|
tenantLocator?: string | undefined;
|
|
22315
22315
|
originalEffectiveTime?: string | undefined;
|
|
22316
|
-
} & any)[];
|
|
22316
|
+
} & /*elided*/ any)[];
|
|
22317
22317
|
}) | undefined;
|
|
22318
22318
|
delinquencyPlanName?: string | undefined;
|
|
22319
22319
|
startTime?: string | undefined;
|
|
@@ -23653,7 +23653,7 @@ export declare const segmentResponseSchema: z.ZodObject<{
|
|
|
23653
23653
|
rootLocator?: string | undefined;
|
|
23654
23654
|
tenantLocator?: string | undefined;
|
|
23655
23655
|
originalEffectiveTime?: string | undefined;
|
|
23656
|
-
} & any)[];
|
|
23656
|
+
} & /*elided*/ any)[];
|
|
23657
23657
|
}, z.ZodTypeDef, {
|
|
23658
23658
|
locator: string;
|
|
23659
23659
|
type: string;
|
|
@@ -23675,7 +23675,7 @@ export declare const segmentResponseSchema: z.ZodObject<{
|
|
|
23675
23675
|
rootLocator?: string | undefined;
|
|
23676
23676
|
tenantLocator?: string | undefined;
|
|
23677
23677
|
originalEffectiveTime?: string | undefined;
|
|
23678
|
-
} & any)[];
|
|
23678
|
+
} & /*elided*/ any)[];
|
|
23679
23679
|
}>;
|
|
23680
23680
|
segmentType: z.ZodEnum<["coverage", "gap"]>;
|
|
23681
23681
|
basedOn: z.ZodOptional<z.ZodString>;
|
|
@@ -23702,7 +23702,7 @@ export declare const segmentResponseSchema: z.ZodObject<{
|
|
|
23702
23702
|
rootLocator?: string | undefined;
|
|
23703
23703
|
tenantLocator?: string | undefined;
|
|
23704
23704
|
originalEffectiveTime?: string | undefined;
|
|
23705
|
-
} & any)[];
|
|
23705
|
+
} & /*elided*/ any)[];
|
|
23706
23706
|
};
|
|
23707
23707
|
startTime: string;
|
|
23708
23708
|
endTime: string;
|
|
@@ -23732,7 +23732,7 @@ export declare const segmentResponseSchema: z.ZodObject<{
|
|
|
23732
23732
|
rootLocator?: string | undefined;
|
|
23733
23733
|
tenantLocator?: string | undefined;
|
|
23734
23734
|
originalEffectiveTime?: string | undefined;
|
|
23735
|
-
} & any)[];
|
|
23735
|
+
} & /*elided*/ any)[];
|
|
23736
23736
|
};
|
|
23737
23737
|
startTime: string;
|
|
23738
23738
|
endTime: string;
|
|
@@ -23774,7 +23774,7 @@ export declare const SegmentSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
23774
23774
|
category?: "product" | "coverage" | "exposure" | "exposureGroup" | "policyLine" | undefined;
|
|
23775
23775
|
coverageTerms?: Record<string, string> | undefined;
|
|
23776
23776
|
originalEffectiveTime?: string | undefined;
|
|
23777
|
-
} & any)[];
|
|
23777
|
+
} & /*elided*/ any)[];
|
|
23778
23778
|
}, z.ZodTypeDef, {
|
|
23779
23779
|
locator: string;
|
|
23780
23780
|
type: string;
|
|
@@ -23794,7 +23794,7 @@ export declare const SegmentSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
23794
23794
|
category?: "product" | "coverage" | "exposure" | "exposureGroup" | "policyLine" | undefined;
|
|
23795
23795
|
coverageTerms?: Record<string, string> | undefined;
|
|
23796
23796
|
originalEffectiveTime?: string | undefined;
|
|
23797
|
-
} & any)[];
|
|
23797
|
+
} & /*elided*/ any)[];
|
|
23798
23798
|
}>;
|
|
23799
23799
|
basedOn: z.ZodOptional<z.ZodString>;
|
|
23800
23800
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -23818,7 +23818,7 @@ export declare const SegmentSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
23818
23818
|
category?: "product" | "coverage" | "exposure" | "exposureGroup" | "policyLine" | undefined;
|
|
23819
23819
|
coverageTerms?: Record<string, string> | undefined;
|
|
23820
23820
|
originalEffectiveTime?: string | undefined;
|
|
23821
|
-
} & any)[];
|
|
23821
|
+
} & /*elided*/ any)[];
|
|
23822
23822
|
};
|
|
23823
23823
|
startTime: string;
|
|
23824
23824
|
endTime: string;
|
|
@@ -23847,7 +23847,7 @@ export declare const SegmentSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
23847
23847
|
category?: "product" | "coverage" | "exposure" | "exposureGroup" | "policyLine" | undefined;
|
|
23848
23848
|
coverageTerms?: Record<string, string> | undefined;
|
|
23849
23849
|
originalEffectiveTime?: string | undefined;
|
|
23850
|
-
} & any)[];
|
|
23850
|
+
} & /*elided*/ any)[];
|
|
23851
23851
|
};
|
|
23852
23852
|
startTime: string;
|
|
23853
23853
|
endTime: string;
|
|
@@ -25001,7 +25001,7 @@ export declare const TransactionSnapshotResponseSchema: z.ZodObject<z.objectUtil
|
|
|
25001
25001
|
category?: "product" | "coverage" | "exposure" | "exposureGroup" | "policyLine" | undefined;
|
|
25002
25002
|
coverageTerms?: Record<string, string> | undefined;
|
|
25003
25003
|
originalEffectiveTime?: string | undefined;
|
|
25004
|
-
} & any)[];
|
|
25004
|
+
} & /*elided*/ any)[];
|
|
25005
25005
|
}, z.ZodTypeDef, {
|
|
25006
25006
|
locator: string;
|
|
25007
25007
|
type: string;
|
|
@@ -25021,7 +25021,7 @@ export declare const TransactionSnapshotResponseSchema: z.ZodObject<z.objectUtil
|
|
|
25021
25021
|
category?: "product" | "coverage" | "exposure" | "exposureGroup" | "policyLine" | undefined;
|
|
25022
25022
|
coverageTerms?: Record<string, string> | undefined;
|
|
25023
25023
|
originalEffectiveTime?: string | undefined;
|
|
25024
|
-
} & any)[];
|
|
25024
|
+
} & /*elided*/ any)[];
|
|
25025
25025
|
}>;
|
|
25026
25026
|
basedOn: z.ZodOptional<z.ZodString>;
|
|
25027
25027
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -25045,7 +25045,7 @@ export declare const TransactionSnapshotResponseSchema: z.ZodObject<z.objectUtil
|
|
|
25045
25045
|
category?: "product" | "coverage" | "exposure" | "exposureGroup" | "policyLine" | undefined;
|
|
25046
25046
|
coverageTerms?: Record<string, string> | undefined;
|
|
25047
25047
|
originalEffectiveTime?: string | undefined;
|
|
25048
|
-
} & any)[];
|
|
25048
|
+
} & /*elided*/ any)[];
|
|
25049
25049
|
};
|
|
25050
25050
|
startTime: string;
|
|
25051
25051
|
endTime: string;
|
|
@@ -25074,7 +25074,7 @@ export declare const TransactionSnapshotResponseSchema: z.ZodObject<z.objectUtil
|
|
|
25074
25074
|
category?: "product" | "coverage" | "exposure" | "exposureGroup" | "policyLine" | undefined;
|
|
25075
25075
|
coverageTerms?: Record<string, string> | undefined;
|
|
25076
25076
|
originalEffectiveTime?: string | undefined;
|
|
25077
|
-
} & any)[];
|
|
25077
|
+
} & /*elided*/ any)[];
|
|
25078
25078
|
};
|
|
25079
25079
|
startTime: string;
|
|
25080
25080
|
endTime: string;
|
|
@@ -25106,7 +25106,7 @@ export declare const TransactionSnapshotResponseSchema: z.ZodObject<z.objectUtil
|
|
|
25106
25106
|
category?: "product" | "coverage" | "exposure" | "exposureGroup" | "policyLine" | undefined;
|
|
25107
25107
|
coverageTerms?: Record<string, string> | undefined;
|
|
25108
25108
|
originalEffectiveTime?: string | undefined;
|
|
25109
|
-
} & any)[];
|
|
25109
|
+
} & /*elided*/ any)[];
|
|
25110
25110
|
};
|
|
25111
25111
|
startTime: string;
|
|
25112
25112
|
endTime: string;
|
|
@@ -25162,7 +25162,7 @@ export declare const TransactionSnapshotResponseSchema: z.ZodObject<z.objectUtil
|
|
|
25162
25162
|
category?: "product" | "coverage" | "exposure" | "exposureGroup" | "policyLine" | undefined;
|
|
25163
25163
|
coverageTerms?: Record<string, string> | undefined;
|
|
25164
25164
|
originalEffectiveTime?: string | undefined;
|
|
25165
|
-
} & any)[];
|
|
25165
|
+
} & /*elided*/ any)[];
|
|
25166
25166
|
};
|
|
25167
25167
|
startTime: string;
|
|
25168
25168
|
endTime: string;
|
|
@@ -25312,7 +25312,7 @@ export declare const transactionSnapshotResponseSchema: z.ZodObject<{
|
|
|
25312
25312
|
rootLocator?: string | undefined;
|
|
25313
25313
|
tenantLocator?: string | undefined;
|
|
25314
25314
|
originalEffectiveTime?: string | undefined;
|
|
25315
|
-
} & any)[];
|
|
25315
|
+
} & /*elided*/ any)[];
|
|
25316
25316
|
}, z.ZodTypeDef, {
|
|
25317
25317
|
locator: string;
|
|
25318
25318
|
type: string;
|
|
@@ -25334,7 +25334,7 @@ export declare const transactionSnapshotResponseSchema: z.ZodObject<{
|
|
|
25334
25334
|
rootLocator?: string | undefined;
|
|
25335
25335
|
tenantLocator?: string | undefined;
|
|
25336
25336
|
originalEffectiveTime?: string | undefined;
|
|
25337
|
-
} & any)[];
|
|
25337
|
+
} & /*elided*/ any)[];
|
|
25338
25338
|
}>;
|
|
25339
25339
|
segmentType: z.ZodEnum<["coverage", "gap"]>;
|
|
25340
25340
|
basedOn: z.ZodOptional<z.ZodString>;
|
|
@@ -25361,7 +25361,7 @@ export declare const transactionSnapshotResponseSchema: z.ZodObject<{
|
|
|
25361
25361
|
rootLocator?: string | undefined;
|
|
25362
25362
|
tenantLocator?: string | undefined;
|
|
25363
25363
|
originalEffectiveTime?: string | undefined;
|
|
25364
|
-
} & any)[];
|
|
25364
|
+
} & /*elided*/ any)[];
|
|
25365
25365
|
};
|
|
25366
25366
|
startTime: string;
|
|
25367
25367
|
endTime: string;
|
|
@@ -25391,7 +25391,7 @@ export declare const transactionSnapshotResponseSchema: z.ZodObject<{
|
|
|
25391
25391
|
rootLocator?: string | undefined;
|
|
25392
25392
|
tenantLocator?: string | undefined;
|
|
25393
25393
|
originalEffectiveTime?: string | undefined;
|
|
25394
|
-
} & any)[];
|
|
25394
|
+
} & /*elided*/ any)[];
|
|
25395
25395
|
};
|
|
25396
25396
|
startTime: string;
|
|
25397
25397
|
endTime: string;
|
|
@@ -25426,7 +25426,7 @@ export declare const transactionSnapshotResponseSchema: z.ZodObject<{
|
|
|
25426
25426
|
rootLocator?: string | undefined;
|
|
25427
25427
|
tenantLocator?: string | undefined;
|
|
25428
25428
|
originalEffectiveTime?: string | undefined;
|
|
25429
|
-
} & any)[];
|
|
25429
|
+
} & /*elided*/ any)[];
|
|
25430
25430
|
};
|
|
25431
25431
|
startTime: string;
|
|
25432
25432
|
endTime: string;
|
|
@@ -25482,7 +25482,7 @@ export declare const transactionSnapshotResponseSchema: z.ZodObject<{
|
|
|
25482
25482
|
rootLocator?: string | undefined;
|
|
25483
25483
|
tenantLocator?: string | undefined;
|
|
25484
25484
|
originalEffectiveTime?: string | undefined;
|
|
25485
|
-
} & any)[];
|
|
25485
|
+
} & /*elided*/ any)[];
|
|
25486
25486
|
};
|
|
25487
25487
|
startTime: string;
|
|
25488
25488
|
endTime: string;
|