@socotra/ec-react-schemas 2.25.0-next.0 → 2.25.0-next.10
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 +15 -11
- package/dist/index.es.js +3911 -3817
- 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";
|
|
@@ -4998,6 +5001,7 @@ export declare const FILE_EXTENSIONS_TO_MIME_TYPES: {
|
|
|
4998
5001
|
export declare type FnolCreateRequest = z.infer<typeof FnolCreateRequestSchema>;
|
|
4999
5002
|
|
|
5000
5003
|
export declare const FnolCreateRequestSchema: z.ZodObject<{
|
|
5004
|
+
data: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
5001
5005
|
losses: z.ZodArray<z.ZodObject<{
|
|
5002
5006
|
locator: z.ZodULID;
|
|
5003
5007
|
fnolLossState: z.ZodEnum<{
|
|
@@ -5005,7 +5009,7 @@ export declare const FnolCreateRequestSchema: z.ZodObject<{
|
|
|
5005
5009
|
excluded: "excluded";
|
|
5006
5010
|
valid: "valid";
|
|
5007
5011
|
}>;
|
|
5008
|
-
data: z.ZodRecord<z.ZodString, z.
|
|
5012
|
+
data: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
5009
5013
|
validationResult: z.ZodOptional<z.ZodObject<{
|
|
5010
5014
|
validationItems: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5011
5015
|
locator: z.ZodOptional<z.ZodULID>;
|
|
@@ -5028,7 +5032,6 @@ export declare const FnolCreateRequestSchema: z.ZodObject<{
|
|
|
5028
5032
|
roles: z.ZodArray<z.ZodString>;
|
|
5029
5033
|
}, z.core.$strip>>;
|
|
5030
5034
|
type: z.ZodString;
|
|
5031
|
-
data: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
5032
5035
|
incidentTime: z.ZodOptional<z.ZodISODateTime>;
|
|
5033
5036
|
incidentTimezone: z.ZodOptional<z.ZodString>;
|
|
5034
5037
|
incidentSummary: z.ZodOptional<z.ZodString>;
|
|
@@ -5076,7 +5079,7 @@ export declare const FnolListResponseSchema: z.ZodObject<{
|
|
|
5076
5079
|
excluded: "excluded";
|
|
5077
5080
|
valid: "valid";
|
|
5078
5081
|
}>;
|
|
5079
|
-
data: z.ZodRecord<z.ZodString, z.
|
|
5082
|
+
data: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
5080
5083
|
validationResult: z.ZodOptional<z.ZodObject<{
|
|
5081
5084
|
validationItems: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5082
5085
|
locator: z.ZodOptional<z.ZodULID>;
|
|
@@ -5131,7 +5134,7 @@ export declare const FnolLossSchema: z.ZodObject<{
|
|
|
5131
5134
|
excluded: "excluded";
|
|
5132
5135
|
valid: "valid";
|
|
5133
5136
|
}>;
|
|
5134
|
-
data: z.ZodRecord<z.ZodString, z.
|
|
5137
|
+
data: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
5135
5138
|
validationResult: z.ZodOptional<z.ZodObject<{
|
|
5136
5139
|
validationItems: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5137
5140
|
locator: z.ZodOptional<z.ZodULID>;
|
|
@@ -5158,8 +5161,8 @@ export declare const FnolLossStateEnumSchema: z.ZodEnum<{
|
|
|
5158
5161
|
export declare type FnolPatchRequest = z.infer<typeof FnolPatchRequestSchema>;
|
|
5159
5162
|
|
|
5160
5163
|
export declare const FnolPatchRequestSchema: z.ZodObject<{
|
|
5161
|
-
setData: z.ZodRecord<z.ZodString, z.
|
|
5162
|
-
removeData: z.ZodRecord<z.ZodString, z.
|
|
5164
|
+
setData: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
5165
|
+
removeData: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
5163
5166
|
accountLocator: z.ZodOptional<z.ZodULID>;
|
|
5164
5167
|
policyLocator: z.ZodOptional<z.ZodULID>;
|
|
5165
5168
|
incidentTime: z.ZodOptional<z.ZodISODateTime>;
|
|
@@ -5264,7 +5267,7 @@ export declare const FnolResponseSchema: z.ZodObject<{
|
|
|
5264
5267
|
excluded: "excluded";
|
|
5265
5268
|
valid: "valid";
|
|
5266
5269
|
}>;
|
|
5267
|
-
data: z.ZodRecord<z.ZodString, z.
|
|
5270
|
+
data: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
5268
5271
|
validationResult: z.ZodOptional<z.ZodObject<{
|
|
5269
5272
|
validationItems: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5270
5273
|
locator: z.ZodOptional<z.ZodULID>;
|
|
@@ -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
|
}>;
|