@socotra/ec-react-schemas 2.25.0-next.0 → 2.25.0-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 +8 -4
- package/dist/index.es.js +3888 -3824
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +11 -11
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1028,6 +1028,7 @@ declare const BaseTransactionPriceSchema: z.ZodObject<{
|
|
|
1028
1028
|
flatPremium: "flatPremium";
|
|
1029
1029
|
flatTax: "flatTax";
|
|
1030
1030
|
flatFee: "flatFee";
|
|
1031
|
+
invoiceFee: "invoiceFee";
|
|
1031
1032
|
flatCommission: "flatCommission";
|
|
1032
1033
|
cededPremium: "cededPremium";
|
|
1033
1034
|
flatCededPremium: "flatCededPremium";
|
|
@@ -1250,6 +1251,7 @@ export declare const ChargeCategoryEnumSchema: z.ZodEnum<{
|
|
|
1250
1251
|
flatPremium: "flatPremium";
|
|
1251
1252
|
flatTax: "flatTax";
|
|
1252
1253
|
flatFee: "flatFee";
|
|
1254
|
+
invoiceFee: "invoiceFee";
|
|
1253
1255
|
flatCommission: "flatCommission";
|
|
1254
1256
|
cededPremium: "cededPremium";
|
|
1255
1257
|
flatCededPremium: "flatCededPremium";
|
|
@@ -1371,6 +1373,7 @@ export declare const ChargeResponseSchema: z.ZodObject<{
|
|
|
1371
1373
|
flatPremium: "flatPremium";
|
|
1372
1374
|
flatTax: "flatTax";
|
|
1373
1375
|
flatFee: "flatFee";
|
|
1376
|
+
invoiceFee: "invoiceFee";
|
|
1374
1377
|
flatCommission: "flatCommission";
|
|
1375
1378
|
cededPremium: "cededPremium";
|
|
1376
1379
|
flatCededPremium: "flatCededPremium";
|
|
@@ -10536,6 +10539,7 @@ export declare const QuotePriceResponseSchema: z.ZodObject<{
|
|
|
10536
10539
|
flatPremium: "flatPremium";
|
|
10537
10540
|
flatTax: "flatTax";
|
|
10538
10541
|
flatFee: "flatFee";
|
|
10542
|
+
invoiceFee: "invoiceFee";
|
|
10539
10543
|
flatCommission: "flatCommission";
|
|
10540
10544
|
cededPremium: "cededPremium";
|
|
10541
10545
|
flatCededPremium: "flatCededPremium";
|
|
@@ -11509,8 +11513,8 @@ export declare const SearchEntityTypeEnum: z.ZodEnum<{
|
|
|
11509
11513
|
policy: "policy";
|
|
11510
11514
|
quote: "quote";
|
|
11511
11515
|
payment: "payment";
|
|
11512
|
-
unspecified: "unspecified";
|
|
11513
11516
|
fnol: "fnol";
|
|
11517
|
+
unspecified: "unspecified";
|
|
11514
11518
|
contact: "contact";
|
|
11515
11519
|
diary: "diary";
|
|
11516
11520
|
}>;
|
|
@@ -11530,8 +11534,8 @@ export declare const SearchRequestSchema: z.ZodObject<{
|
|
|
11530
11534
|
policy: "policy";
|
|
11531
11535
|
quote: "quote";
|
|
11532
11536
|
payment: "payment";
|
|
11533
|
-
unspecified: "unspecified";
|
|
11534
11537
|
fnol: "fnol";
|
|
11538
|
+
unspecified: "unspecified";
|
|
11535
11539
|
contact: "contact";
|
|
11536
11540
|
diary: "diary";
|
|
11537
11541
|
}>>;
|
|
@@ -11568,8 +11572,8 @@ export declare const SearchResponseSchema: z.ZodObject<{
|
|
|
11568
11572
|
policy: "policy";
|
|
11569
11573
|
quote: "quote";
|
|
11570
11574
|
payment: "payment";
|
|
11571
|
-
unspecified: "unspecified";
|
|
11572
11575
|
fnol: "fnol";
|
|
11576
|
+
unspecified: "unspecified";
|
|
11573
11577
|
contact: "contact";
|
|
11574
11578
|
diary: "diary";
|
|
11575
11579
|
}>;
|
|
@@ -11588,8 +11592,8 @@ export declare const SearchResultSchema: z.ZodObject<{
|
|
|
11588
11592
|
policy: "policy";
|
|
11589
11593
|
quote: "quote";
|
|
11590
11594
|
payment: "payment";
|
|
11591
|
-
unspecified: "unspecified";
|
|
11592
11595
|
fnol: "fnol";
|
|
11596
|
+
unspecified: "unspecified";
|
|
11593
11597
|
contact: "contact";
|
|
11594
11598
|
diary: "diary";
|
|
11595
11599
|
}>;
|