@socotra/ec-react-schemas 2.25.3-next.1 → 2.25.3-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 CHANGED
@@ -1,4 +1,5 @@
1
1
  import { z } from 'zod/v4';
2
+ import { z as z_2 } from 'zod';
2
3
 
3
4
  export declare const AbsoluteEnum: z.ZodEnum<{
4
5
  none: "none";
@@ -393,10 +394,10 @@ export declare type AddChangeInstructionResponse = z.infer<typeof addChangeInstr
393
394
  export declare const AddChangeInstructionResponseSchema: z.ZodObject<{
394
395
  locator: z.ZodULID;
395
396
  action: z.ZodEnum<{
397
+ delete: "delete";
396
398
  params: "params";
397
399
  modify: "modify";
398
400
  add: "add";
399
- delete: "delete";
400
401
  }>;
401
402
  elements: z.ZodArray<z.ZodType<{
402
403
  type: string;
@@ -737,7 +738,6 @@ export declare const BasePolicyTransactionResponseSchema: z.ZodObject<{
737
738
  effectiveTime: z.ZodISODateTime;
738
739
  transactionState: z.ZodEnum<{
739
740
  draft: "draft";
740
- initialized: "initialized";
741
741
  validated: "validated";
742
742
  earlyUnderwritten: "earlyUnderwritten";
743
743
  priced: "priced";
@@ -749,6 +749,7 @@ export declare const BasePolicyTransactionResponseSchema: z.ZodObject<{
749
749
  rejected: "rejected";
750
750
  refused: "refused";
751
751
  discarded: "discarded";
752
+ initialized: "initialized";
752
753
  invalidated: "invalidated";
753
754
  reversed: "reversed";
754
755
  }>;
@@ -841,10 +842,10 @@ export declare const BasePolicyTransactionResponseSchema: z.ZodObject<{
841
842
  changeInstructions: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
842
843
  locator: z.ZodULID;
843
844
  action: z.ZodEnum<{
845
+ delete: "delete";
844
846
  params: "params";
845
847
  modify: "modify";
846
848
  add: "add";
847
- delete: "delete";
848
849
  }>;
849
850
  elements: z.ZodArray<z.ZodType<{
850
851
  type: string;
@@ -878,10 +879,10 @@ export declare const BasePolicyTransactionResponseSchema: z.ZodObject<{
878
879
  }, z.core.$strip>, z.ZodObject<{
879
880
  locator: z.ZodULID;
880
881
  action: z.ZodEnum<{
882
+ delete: "delete";
881
883
  params: "params";
882
884
  modify: "modify";
883
885
  add: "add";
884
- delete: "delete";
885
886
  }>;
886
887
  staticLocator: z.ZodULID;
887
888
  setData: z.ZodRecord<z.ZodString, z.ZodAny>;
@@ -891,10 +892,10 @@ export declare const BasePolicyTransactionResponseSchema: z.ZodObject<{
891
892
  }, z.core.$strip>, z.ZodObject<{
892
893
  locator: z.ZodULID;
893
894
  action: z.ZodEnum<{
895
+ delete: "delete";
894
896
  params: "params";
895
897
  modify: "modify";
896
898
  add: "add";
897
- delete: "delete";
898
899
  }>;
899
900
  effectiveTime: z.ZodISODateTime;
900
901
  newPolicyEndTime: z.ZodOptional<z.ZodISODateTime>;
@@ -964,10 +965,10 @@ export declare const BasePolicyTransactionResponseSchema: z.ZodObject<{
964
965
  }, z.core.$strip>, z.ZodObject<{
965
966
  locator: z.ZodULID;
966
967
  action: z.ZodEnum<{
968
+ delete: "delete";
967
969
  params: "params";
968
970
  modify: "modify";
969
971
  add: "add";
970
- delete: "delete";
971
972
  }>;
972
973
  staticElementLocators: z.ZodArray<z.ZodULID>;
973
974
  }, z.core.$strip>]>>>;
@@ -983,7 +984,6 @@ declare const BaseTransactionPriceSchema: z.ZodObject<{
983
984
  effectiveTime: z.ZodISODateTime;
984
985
  transactionState: z.ZodEnum<{
985
986
  draft: "draft";
986
- initialized: "initialized";
987
987
  validated: "validated";
988
988
  earlyUnderwritten: "earlyUnderwritten";
989
989
  priced: "priced";
@@ -995,6 +995,7 @@ declare const BaseTransactionPriceSchema: z.ZodObject<{
995
995
  rejected: "rejected";
996
996
  refused: "refused";
997
997
  discarded: "discarded";
998
+ initialized: "initialized";
998
999
  invalidated: "invalidated";
999
1000
  reversed: "reversed";
1000
1001
  }>;
@@ -1008,6 +1009,7 @@ declare const BaseTransactionPriceSchema: z.ZodObject<{
1008
1009
  handling: z.ZodEnum<{
1009
1010
  normal: "normal";
1010
1011
  flat: "flat";
1012
+ retention: "retention";
1011
1013
  }>;
1012
1014
  invoicing: z.ZodEnum<{
1013
1015
  scheduled: "scheduled";
@@ -1052,7 +1054,6 @@ declare const BaseTransactionUnderwritingResponseSchema: z.ZodObject<{
1052
1054
  }>;
1053
1055
  transactionState: z.ZodEnum<{
1054
1056
  draft: "draft";
1055
- initialized: "initialized";
1056
1057
  validated: "validated";
1057
1058
  earlyUnderwritten: "earlyUnderwritten";
1058
1059
  priced: "priced";
@@ -1064,6 +1065,7 @@ declare const BaseTransactionUnderwritingResponseSchema: z.ZodObject<{
1064
1065
  rejected: "rejected";
1065
1066
  refused: "refused";
1066
1067
  discarded: "discarded";
1068
+ initialized: "initialized";
1067
1069
  invalidated: "invalidated";
1068
1070
  reversed: "reversed";
1069
1071
  }>;
@@ -1075,8 +1077,8 @@ declare const BaseTransactionUnderwritingResponseSchema: z.ZodObject<{
1075
1077
  taskCreationResponse: z.ZodObject<{
1076
1078
  taskLocator: z.ZodString;
1077
1079
  status: z.ZodEnum<{
1078
- failed: "failed";
1079
1080
  succeeded: "succeeded";
1081
+ failed: "failed";
1080
1082
  }>;
1081
1083
  }, z.core.$strip>;
1082
1084
  locator: z.ZodULID;
@@ -1233,10 +1235,10 @@ export declare const cadenceEnumSchema: z.ZodEnum<{
1233
1235
  }>;
1234
1236
 
1235
1237
  export declare const ChangeActionEnumSchema: z.ZodEnum<{
1238
+ delete: "delete";
1236
1239
  params: "params";
1237
1240
  modify: "modify";
1238
1241
  add: "add";
1239
- delete: "delete";
1240
1242
  }>;
1241
1243
 
1242
1244
  export declare type ChargeCategory = z.infer<typeof chargeCategorySchema>;
@@ -1303,6 +1305,7 @@ export declare const ChargeRefRecordSchema: z.ZodRecord<z.ZodString, z.ZodObject
1303
1305
  handling: z.ZodOptional<z.ZodEnum<{
1304
1306
  normal: "normal";
1305
1307
  flat: "flat";
1308
+ retention: "retention";
1306
1309
  }>>;
1307
1310
  invoicing: z.ZodOptional<z.ZodEnum<{
1308
1311
  scheduled: "scheduled";
@@ -1333,6 +1336,7 @@ export declare const ChargeRefSchema: z.ZodObject<{
1333
1336
  handling: z.ZodOptional<z.ZodEnum<{
1334
1337
  normal: "normal";
1335
1338
  flat: "flat";
1339
+ retention: "retention";
1336
1340
  }>>;
1337
1341
  invoicing: z.ZodOptional<z.ZodEnum<{
1338
1342
  scheduled: "scheduled";
@@ -1353,6 +1357,7 @@ export declare const ChargeResponseSchema: z.ZodObject<{
1353
1357
  handling: z.ZodEnum<{
1354
1358
  normal: "normal";
1355
1359
  flat: "flat";
1360
+ retention: "retention";
1356
1361
  }>;
1357
1362
  invoicing: z.ZodEnum<{
1358
1363
  scheduled: "scheduled";
@@ -1536,7 +1541,6 @@ export declare const ContactRefRecordSchema: z.ZodRecord<z.ZodString, z.ZodObjec
1536
1541
  tag: z.ZodOptional<z.ZodArray<z.ZodString>>;
1537
1542
  searchable: z.ZodOptional<z.ZodBoolean>;
1538
1543
  }, z.core.$strip>>>;
1539
- displayName: z.ZodOptional<z.ZodString>;
1540
1544
  abstract: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
1541
1545
  extend: z.ZodOptional<z.ZodOptional<z.ZodString>>;
1542
1546
  defaultSearchable: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
@@ -1601,7 +1605,6 @@ export declare const ContactRefSchema: z.ZodObject<{
1601
1605
  tag: z.ZodOptional<z.ZodArray<z.ZodString>>;
1602
1606
  searchable: z.ZodOptional<z.ZodBoolean>;
1603
1607
  }, z.core.$strip>>>;
1604
- displayName: z.ZodOptional<z.ZodString>;
1605
1608
  abstract: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
1606
1609
  extend: z.ZodOptional<z.ZodOptional<z.ZodString>>;
1607
1610
  defaultSearchable: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
@@ -1671,6 +1674,7 @@ export declare type ContactValidateRequest = z.infer<typeof ContactValidateReque
1671
1674
  export declare const ContactValidateRequestSchema: z.ZodObject<{
1672
1675
  body: z.ZodOptional<z.ZodNever>;
1673
1676
  path: z.ZodObject<{
1677
+ tenantLocator: z.ZodUUID;
1674
1678
  locator: z.ZodString;
1675
1679
  }, z.core.$strip>;
1676
1680
  query: z.ZodOptional<z.ZodNever>;
@@ -1761,14 +1765,6 @@ export declare const coverageTermsRecordSchema: z.ZodRecord<z.ZodString, z.ZodOb
1761
1765
  export declare type CreateCancellationTransactionRequestBody = z.infer<typeof CreateRenewalTransactionRequestBodySchema>;
1762
1766
 
1763
1767
  export declare const CreateCancellationTransactionRequestBodySchema: z.ZodArray<z.ZodObject<{
1764
- action: z.ZodEnum<{
1765
- params: "params";
1766
- modify: "modify";
1767
- add: "add";
1768
- delete: "delete";
1769
- }>;
1770
- effectiveTime: z.ZodISODateTime;
1771
- newPolicyEndTime: z.ZodOptional<z.ZodISODateTime>;
1772
1768
  preferences: z.ZodOptional<z.ZodObject<{
1773
1769
  installmentPreferences: z.ZodOptional<z.ZodObject<{
1774
1770
  generateLeadDays: z.ZodOptional<z.ZodInt>;
@@ -1830,6 +1826,14 @@ export declare const CreateCancellationTransactionRequestBodySchema: z.ZodArray<
1830
1826
  }>;
1831
1827
  }, z.core.$strip>>;
1832
1828
  }, z.core.$strip>>;
1829
+ effectiveTime: z.ZodISODateTime;
1830
+ action: z.ZodEnum<{
1831
+ delete: "delete";
1832
+ params: "params";
1833
+ modify: "modify";
1834
+ add: "add";
1835
+ }>;
1836
+ newPolicyEndTime: z.ZodOptional<z.ZodISODateTime>;
1833
1837
  billingModeChange: z.ZodOptional<z.ZodBoolean>;
1834
1838
  triggerBillingChange: z.ZodOptional<z.ZodBoolean>;
1835
1839
  }, z.core.$strip>>;
@@ -1839,10 +1843,10 @@ export declare type CreatePolicyChangeTransactionRequestBody = z.infer<typeof Cr
1839
1843
  export declare const CreatePolicyChangeTransactionRequestBodySchema: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
1840
1844
  locator: z.ZodULID;
1841
1845
  action: z.ZodEnum<{
1846
+ delete: "delete";
1842
1847
  params: "params";
1843
1848
  modify: "modify";
1844
1849
  add: "add";
1845
- delete: "delete";
1846
1850
  }>;
1847
1851
  elements: z.ZodArray<z.ZodType<{
1848
1852
  type: string;
@@ -1876,10 +1880,10 @@ export declare const CreatePolicyChangeTransactionRequestBodySchema: z.ZodArray<
1876
1880
  }, z.core.$strip>, z.ZodObject<{
1877
1881
  locator: z.ZodULID;
1878
1882
  action: z.ZodEnum<{
1883
+ delete: "delete";
1879
1884
  params: "params";
1880
1885
  modify: "modify";
1881
1886
  add: "add";
1882
- delete: "delete";
1883
1887
  }>;
1884
1888
  staticLocator: z.ZodULID;
1885
1889
  setData: z.ZodRecord<z.ZodString, z.ZodAny>;
@@ -1889,10 +1893,10 @@ export declare const CreatePolicyChangeTransactionRequestBodySchema: z.ZodArray<
1889
1893
  }, z.core.$strip>, z.ZodObject<{
1890
1894
  locator: z.ZodULID;
1891
1895
  action: z.ZodEnum<{
1896
+ delete: "delete";
1892
1897
  params: "params";
1893
1898
  modify: "modify";
1894
1899
  add: "add";
1895
- delete: "delete";
1896
1900
  }>;
1897
1901
  effectiveTime: z.ZodISODateTime;
1898
1902
  newPolicyEndTime: z.ZodOptional<z.ZodISODateTime>;
@@ -1962,10 +1966,10 @@ export declare const CreatePolicyChangeTransactionRequestBodySchema: z.ZodArray<
1962
1966
  }, z.core.$strip>, z.ZodObject<{
1963
1967
  locator: z.ZodULID;
1964
1968
  action: z.ZodEnum<{
1969
+ delete: "delete";
1965
1970
  params: "params";
1966
1971
  modify: "modify";
1967
1972
  add: "add";
1968
- delete: "delete";
1969
1973
  }>;
1970
1974
  staticElementLocators: z.ZodArray<z.ZodULID>;
1971
1975
  }, z.core.$strip>]>>;
@@ -1975,10 +1979,10 @@ export declare type CreateRenewalTransactionRequestBody = z.infer<typeof CreateR
1975
1979
  export declare const CreateRenewalTransactionRequestBodySchema: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
1976
1980
  locator: z.ZodULID;
1977
1981
  action: z.ZodEnum<{
1982
+ delete: "delete";
1978
1983
  params: "params";
1979
1984
  modify: "modify";
1980
1985
  add: "add";
1981
- delete: "delete";
1982
1986
  }>;
1983
1987
  elements: z.ZodArray<z.ZodType<{
1984
1988
  type: string;
@@ -2012,10 +2016,10 @@ export declare const CreateRenewalTransactionRequestBodySchema: z.ZodArray<z.Zod
2012
2016
  }, z.core.$strip>, z.ZodObject<{
2013
2017
  locator: z.ZodULID;
2014
2018
  action: z.ZodEnum<{
2019
+ delete: "delete";
2015
2020
  params: "params";
2016
2021
  modify: "modify";
2017
2022
  add: "add";
2018
- delete: "delete";
2019
2023
  }>;
2020
2024
  staticLocator: z.ZodULID;
2021
2025
  setData: z.ZodRecord<z.ZodString, z.ZodAny>;
@@ -2025,10 +2029,10 @@ export declare const CreateRenewalTransactionRequestBodySchema: z.ZodArray<z.Zod
2025
2029
  }, z.core.$strip>, z.ZodObject<{
2026
2030
  locator: z.ZodULID;
2027
2031
  action: z.ZodEnum<{
2032
+ delete: "delete";
2028
2033
  params: "params";
2029
2034
  modify: "modify";
2030
2035
  add: "add";
2031
- delete: "delete";
2032
2036
  }>;
2033
2037
  effectiveTime: z.ZodISODateTime;
2034
2038
  newPolicyEndTime: z.ZodOptional<z.ZodISODateTime>;
@@ -2098,10 +2102,10 @@ export declare const CreateRenewalTransactionRequestBodySchema: z.ZodArray<z.Zod
2098
2102
  }, z.core.$strip>, z.ZodObject<{
2099
2103
  locator: z.ZodULID;
2100
2104
  action: z.ZodEnum<{
2105
+ delete: "delete";
2101
2106
  params: "params";
2102
2107
  modify: "modify";
2103
2108
  add: "add";
2104
- delete: "delete";
2105
2109
  }>;
2106
2110
  staticElementLocators: z.ZodArray<z.ZodULID>;
2107
2111
  }, z.core.$strip>]>>;
@@ -2111,10 +2115,10 @@ export declare type CreateTransactionRequestBody = z.infer<typeof CreateTransact
2111
2115
  export declare const CreateTransactionRequestBodySchema: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
2112
2116
  locator: z.ZodULID;
2113
2117
  action: z.ZodEnum<{
2118
+ delete: "delete";
2114
2119
  params: "params";
2115
2120
  modify: "modify";
2116
2121
  add: "add";
2117
- delete: "delete";
2118
2122
  }>;
2119
2123
  elements: z.ZodArray<z.ZodType<{
2120
2124
  type: string;
@@ -2148,10 +2152,10 @@ export declare const CreateTransactionRequestBodySchema: z.ZodArray<z.ZodUnion<r
2148
2152
  }, z.core.$strip>, z.ZodObject<{
2149
2153
  locator: z.ZodULID;
2150
2154
  action: z.ZodEnum<{
2155
+ delete: "delete";
2151
2156
  params: "params";
2152
2157
  modify: "modify";
2153
2158
  add: "add";
2154
- delete: "delete";
2155
2159
  }>;
2156
2160
  staticLocator: z.ZodULID;
2157
2161
  setData: z.ZodRecord<z.ZodString, z.ZodAny>;
@@ -2161,10 +2165,10 @@ export declare const CreateTransactionRequestBodySchema: z.ZodArray<z.ZodUnion<r
2161
2165
  }, z.core.$strip>, z.ZodObject<{
2162
2166
  locator: z.ZodULID;
2163
2167
  action: z.ZodEnum<{
2168
+ delete: "delete";
2164
2169
  params: "params";
2165
2170
  modify: "modify";
2166
2171
  add: "add";
2167
- delete: "delete";
2168
2172
  }>;
2169
2173
  effectiveTime: z.ZodISODateTime;
2170
2174
  newPolicyEndTime: z.ZodOptional<z.ZodISODateTime>;
@@ -2234,10 +2238,10 @@ export declare const CreateTransactionRequestBodySchema: z.ZodArray<z.ZodUnion<r
2234
2238
  }, z.core.$strip>, z.ZodObject<{
2235
2239
  locator: z.ZodULID;
2236
2240
  action: z.ZodEnum<{
2241
+ delete: "delete";
2237
2242
  params: "params";
2238
2243
  modify: "modify";
2239
2244
  add: "add";
2240
- delete: "delete";
2241
2245
  }>;
2242
2246
  staticElementLocators: z.ZodArray<z.ZodULID>;
2243
2247
  }, z.core.$strip>]>>;
@@ -3348,7 +3352,6 @@ export declare const dataModelSchema: z.ZodObject<{
3348
3352
  tag: z.ZodOptional<z.ZodArray<z.ZodString>>;
3349
3353
  searchable: z.ZodOptional<z.ZodBoolean>;
3350
3354
  }, z.core.$strip>>>;
3351
- displayName: z.ZodOptional<z.ZodString>;
3352
3355
  abstract: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
3353
3356
  extend: z.ZodOptional<z.ZodOptional<z.ZodString>>;
3354
3357
  defaultSearchable: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
@@ -3376,6 +3379,7 @@ export declare const dataModelSchema: z.ZodObject<{
3376
3379
  handling: z.ZodOptional<z.ZodEnum<{
3377
3380
  normal: "normal";
3378
3381
  flat: "flat";
3382
+ retention: "retention";
3379
3383
  }>>;
3380
3384
  invoicing: z.ZodOptional<z.ZodEnum<{
3381
3385
  scheduled: "scheduled";
@@ -3668,10 +3672,10 @@ export declare type DeleteChangeInstructionResponse = z.infer<typeof deleteChang
3668
3672
  export declare const DeleteChangeInstructionResponseSchema: z.ZodObject<{
3669
3673
  locator: z.ZodULID;
3670
3674
  action: z.ZodEnum<{
3675
+ delete: "delete";
3671
3676
  params: "params";
3672
3677
  modify: "modify";
3673
3678
  add: "add";
3674
- delete: "delete";
3675
3679
  }>;
3676
3680
  staticElementLocators: z.ZodArray<z.ZodULID>;
3677
3681
  }, z.core.$strip>;
@@ -3737,7 +3741,14 @@ export declare const delinquencyPlanSchema: z.ZodObject<{
3737
3741
  export declare type DelinquencyPlanUpdateRequest = z.infer<typeof DelinquencyPlanUpdateRequestSchema>;
3738
3742
 
3739
3743
  export declare const DelinquencyPlanUpdateRequestSchema: z.ZodObject<{
3740
- delinquencyPlanName: z.ZodString;
3744
+ body: z.ZodObject<{
3745
+ delinquencyPlanName: z.ZodString;
3746
+ }, z.core.$strip>;
3747
+ path: z.ZodObject<{
3748
+ tenantLocator: z.ZodUUID;
3749
+ locator: z.ZodString;
3750
+ }, z.core.$strip>;
3751
+ query: z.ZodOptional<z.ZodNever>;
3741
3752
  }, z.core.$strip>;
3742
3753
 
3743
3754
  export declare type DelinquencyReference = z.infer<typeof delinquencyReferenceSchema>;
@@ -4290,9 +4301,20 @@ export declare const DisbursementUpdateRequestSchema: z.ZodObject<{
4290
4301
  standard: "standard";
4291
4302
  wire: "wire";
4292
4303
  }>;
4293
- type: z.ZodOptional<z.ZodString>;
4294
- amount: z.ZodOptional<z.ZodNumber>;
4295
- useDefaultFinancialInstrument: z.ZodOptional<z.ZodBoolean>;
4304
+ type: z.ZodString;
4305
+ amount: z.ZodNumber;
4306
+ data: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4307
+ sources: z.ZodArray<z.ZodObject<{
4308
+ containerLocator: z.ZodString;
4309
+ containerType: z.ZodEnum<{
4310
+ account: "account";
4311
+ invoice: "invoice";
4312
+ invoiceItem: "invoiceItem";
4313
+ subpayment: "subpayment";
4314
+ }>;
4315
+ amount: z.ZodOptional<z.ZodNumber>;
4316
+ }, z.core.$strip>>;
4317
+ useDefaultFinancialInstrument: z.ZodBoolean;
4296
4318
  financialInstrumentLocator: z.ZodOptional<z.ZodString>;
4297
4319
  transactionNumber: z.ZodOptional<z.ZodString>;
4298
4320
  currency: z.ZodOptional<z.ZodString>;
@@ -5497,8 +5519,8 @@ export declare const InstallmentPreferencesSchema: z.ZodObject<{
5497
5519
  installmentWeights: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
5498
5520
  }, z.core.$strip>;
5499
5521
 
5500
- declare const installmentPreferencesSchema: z.ZodObject<{
5501
- cadence: z.ZodOptional<z.ZodEnum<{
5522
+ declare const installmentPreferencesSchema: z_2.ZodObject<{
5523
+ cadence: z_2.ZodOptional<z_2.ZodEnum<{
5502
5524
  none: "none";
5503
5525
  fullPay: "fullPay";
5504
5526
  weekly: "weekly";
@@ -5510,25 +5532,25 @@ declare const installmentPreferencesSchema: z.ZodObject<{
5510
5532
  thirtyDays: "thirtyDays";
5511
5533
  everyNDays: "everyNDays";
5512
5534
  }>>;
5513
- anchorMode: z.ZodOptional<z.ZodEnum<{
5535
+ anchorMode: z_2.ZodOptional<z_2.ZodEnum<{
5514
5536
  generateDay: "generateDay";
5515
5537
  termStartDay: "termStartDay";
5516
5538
  dueDay: "dueDay";
5517
5539
  }>>;
5518
- generateLeadDays: z.ZodOptional<z.ZodInt>;
5519
- dueLeadDays: z.ZodOptional<z.ZodInt>;
5520
- installmentWeights: z.ZodArray<z.ZodNumber>;
5521
- maxInstallmentsPerTerm: z.ZodOptional<z.ZodInt>;
5522
- installmentPlanName: z.ZodOptional<z.ZodString>;
5523
- anchorType: z.ZodOptional<z.ZodEnum<{
5540
+ generateLeadDays: z_2.ZodOptional<z_2.ZodInt>;
5541
+ dueLeadDays: z_2.ZodOptional<z_2.ZodInt>;
5542
+ installmentWeights: z_2.ZodArray<z_2.ZodNumber>;
5543
+ maxInstallmentsPerTerm: z_2.ZodOptional<z_2.ZodInt>;
5544
+ installmentPlanName: z_2.ZodOptional<z_2.ZodString>;
5545
+ anchorType: z_2.ZodOptional<z_2.ZodEnum<{
5524
5546
  none: "none";
5525
5547
  dayOfMonth: "dayOfMonth";
5526
5548
  anchorTime: "anchorTime";
5527
5549
  dayOfWeek: "dayOfWeek";
5528
5550
  weekOfMonth: "weekOfMonth";
5529
5551
  }>>;
5530
- dayOfMonth: z.ZodOptional<z.ZodInt>;
5531
- dayOfWeek: z.ZodOptional<z.ZodEnum<{
5552
+ dayOfMonth: z_2.ZodOptional<z_2.ZodInt>;
5553
+ dayOfWeek: z_2.ZodOptional<z_2.ZodEnum<{
5532
5554
  monday: "monday";
5533
5555
  tuesday: "tuesday";
5534
5556
  wednesday: "wednesday";
@@ -5537,7 +5559,7 @@ declare const installmentPreferencesSchema: z.ZodObject<{
5537
5559
  saturday: "saturday";
5538
5560
  sunday: "sunday";
5539
5561
  }>>;
5540
- weekOfMonth: z.ZodOptional<z.ZodEnum<{
5562
+ weekOfMonth: z_2.ZodOptional<z_2.ZodEnum<{
5541
5563
  none: "none";
5542
5564
  first: "first";
5543
5565
  second: "second";
@@ -5545,9 +5567,9 @@ declare const installmentPreferencesSchema: z.ZodObject<{
5545
5567
  fourth: "fourth";
5546
5568
  fifth: "fifth";
5547
5569
  }>>;
5548
- anchorTime: z.ZodOptional<z.ZodISODateTime>;
5549
- autopayLeadDays: z.ZodOptional<z.ZodNumber>;
5550
- }, z.core.$strip>;
5570
+ anchorTime: z_2.ZodOptional<z_2.ZodISODateTime>;
5571
+ autopayLeadDays: z_2.ZodOptional<z_2.ZodNumber>;
5572
+ }, z_2.core.$strip>;
5551
5573
 
5552
5574
  export declare type InvoiceFeeHandling = z.infer<typeof InvoiceFeeHandlingSchema>;
5553
5575
 
@@ -5573,7 +5595,6 @@ export declare const InvoiceItemSchema: z.ZodObject<{
5573
5595
  timezone: z.ZodString;
5574
5596
  quoteLocator: z.ZodOptional<z.ZodString>;
5575
5597
  policyLocator: z.ZodOptional<z.ZodString>;
5576
- transactionLocator: z.ZodOptional<z.ZodString>;
5577
5598
  elementStaticLocator: z.ZodOptional<z.ZodString>;
5578
5599
  elementType: z.ZodOptional<z.ZodString>;
5579
5600
  }, z.core.$strip>;
@@ -5780,7 +5801,6 @@ export declare const InvoiceResponseSchema: z.ZodObject<{
5780
5801
  timezone: z.ZodString;
5781
5802
  quoteLocator: z.ZodOptional<z.ZodString>;
5782
5803
  policyLocator: z.ZodOptional<z.ZodString>;
5783
- transactionLocator: z.ZodOptional<z.ZodString>;
5784
5804
  elementStaticLocator: z.ZodOptional<z.ZodString>;
5785
5805
  elementType: z.ZodOptional<z.ZodString>;
5786
5806
  }, z.core.$strip>>>;
@@ -6286,9 +6306,9 @@ export declare const ListPaymentResponseSchema: z.ZodObject<{
6286
6306
  paymentRequestLocator: z.ZodString;
6287
6307
  paymentRequestState: z.ZodEnum<{
6288
6308
  pending: "pending";
6289
- error: "error";
6290
- completed: "completed";
6291
6309
  failed: "failed";
6310
+ completed: "completed";
6311
+ error: "error";
6292
6312
  }>;
6293
6313
  requestTime: z.ZodOptional<z.ZodISODateTime>;
6294
6314
  transactionId: z.ZodOptional<z.ZodString>;
@@ -6589,10 +6609,10 @@ export declare type ModifyChangeInstructionResponse = z.infer<typeof modifyChang
6589
6609
  export declare const ModifyChangeInstructionResponseSchema: z.ZodObject<{
6590
6610
  locator: z.ZodULID;
6591
6611
  action: z.ZodEnum<{
6612
+ delete: "delete";
6592
6613
  params: "params";
6593
6614
  modify: "modify";
6594
6615
  add: "add";
6595
- delete: "delete";
6596
6616
  }>;
6597
6617
  staticLocator: z.ZodULID;
6598
6618
  setData: z.ZodRecord<z.ZodString, z.ZodAny>;
@@ -6770,14 +6790,6 @@ export declare const optionalQuantifiersSchema: z.ZodEnum<{
6770
6790
  export declare type ParamsChangeInstructionCreateRequest = z.infer<typeof paramsChangeInstructionCreateRequestSchema>;
6771
6791
 
6772
6792
  export declare const ParamsChangeInstructionCreateRequestSchema: z.ZodObject<{
6773
- action: z.ZodEnum<{
6774
- params: "params";
6775
- modify: "modify";
6776
- add: "add";
6777
- delete: "delete";
6778
- }>;
6779
- effectiveTime: z.ZodISODateTime;
6780
- newPolicyEndTime: z.ZodOptional<z.ZodISODateTime>;
6781
6793
  preferences: z.ZodOptional<z.ZodObject<{
6782
6794
  installmentPreferences: z.ZodOptional<z.ZodObject<{
6783
6795
  generateLeadDays: z.ZodOptional<z.ZodInt>;
@@ -6839,6 +6851,14 @@ export declare const ParamsChangeInstructionCreateRequestSchema: z.ZodObject<{
6839
6851
  }>;
6840
6852
  }, z.core.$strip>>;
6841
6853
  }, z.core.$strip>>;
6854
+ effectiveTime: z.ZodISODateTime;
6855
+ action: z.ZodEnum<{
6856
+ delete: "delete";
6857
+ params: "params";
6858
+ modify: "modify";
6859
+ add: "add";
6860
+ }>;
6861
+ newPolicyEndTime: z.ZodOptional<z.ZodISODateTime>;
6842
6862
  billingModeChange: z.ZodOptional<z.ZodBoolean>;
6843
6863
  triggerBillingChange: z.ZodOptional<z.ZodBoolean>;
6844
6864
  }, z.core.$strip>;
@@ -6858,10 +6878,10 @@ export declare type ParamsChangeInstructionResponse = z.infer<typeof paramsChang
6858
6878
  export declare const ParamsChangeInstructionResponseSchema: z.ZodObject<{
6859
6879
  locator: z.ZodULID;
6860
6880
  action: z.ZodEnum<{
6881
+ delete: "delete";
6861
6882
  params: "params";
6862
6883
  modify: "modify";
6863
6884
  add: "add";
6864
- delete: "delete";
6865
6885
  }>;
6866
6886
  effectiveTime: z.ZodISODateTime;
6867
6887
  newPolicyEndTime: z.ZodOptional<z.ZodISODateTime>;
@@ -7275,9 +7295,9 @@ export declare const PaymentResponseSchema: z.ZodObject<{
7275
7295
  paymentRequestLocator: z.ZodString;
7276
7296
  paymentRequestState: z.ZodEnum<{
7277
7297
  pending: "pending";
7278
- error: "error";
7279
- completed: "completed";
7280
7298
  failed: "failed";
7299
+ completed: "completed";
7300
+ error: "error";
7281
7301
  }>;
7282
7302
  requestTime: z.ZodOptional<z.ZodISODateTime>;
7283
7303
  transactionId: z.ZodOptional<z.ZodString>;
@@ -7990,7 +8010,6 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
7990
8010
  effectiveTime: z.ZodISODateTime;
7991
8011
  transactionState: z.ZodEnum<{
7992
8012
  draft: "draft";
7993
- initialized: "initialized";
7994
8013
  validated: "validated";
7995
8014
  earlyUnderwritten: "earlyUnderwritten";
7996
8015
  priced: "priced";
@@ -8002,6 +8021,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
8002
8021
  rejected: "rejected";
8003
8022
  refused: "refused";
8004
8023
  discarded: "discarded";
8024
+ initialized: "initialized";
8005
8025
  invalidated: "invalidated";
8006
8026
  reversed: "reversed";
8007
8027
  }>;
@@ -8094,10 +8114,10 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
8094
8114
  changeInstructions: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
8095
8115
  locator: z.ZodULID;
8096
8116
  action: z.ZodEnum<{
8117
+ delete: "delete";
8097
8118
  params: "params";
8098
8119
  modify: "modify";
8099
8120
  add: "add";
8100
- delete: "delete";
8101
8121
  }>;
8102
8122
  elements: z.ZodArray<z.ZodType<{
8103
8123
  type: string;
@@ -8131,10 +8151,10 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
8131
8151
  }, z.core.$strip>, z.ZodObject<{
8132
8152
  locator: z.ZodULID;
8133
8153
  action: z.ZodEnum<{
8154
+ delete: "delete";
8134
8155
  params: "params";
8135
8156
  modify: "modify";
8136
8157
  add: "add";
8137
- delete: "delete";
8138
8158
  }>;
8139
8159
  staticLocator: z.ZodULID;
8140
8160
  setData: z.ZodRecord<z.ZodString, z.ZodAny>;
@@ -8144,10 +8164,10 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
8144
8164
  }, z.core.$strip>, z.ZodObject<{
8145
8165
  locator: z.ZodULID;
8146
8166
  action: z.ZodEnum<{
8167
+ delete: "delete";
8147
8168
  params: "params";
8148
8169
  modify: "modify";
8149
8170
  add: "add";
8150
- delete: "delete";
8151
8171
  }>;
8152
8172
  effectiveTime: z.ZodISODateTime;
8153
8173
  newPolicyEndTime: z.ZodOptional<z.ZodISODateTime>;
@@ -8217,10 +8237,10 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
8217
8237
  }, z.core.$strip>, z.ZodObject<{
8218
8238
  locator: z.ZodULID;
8219
8239
  action: z.ZodEnum<{
8240
+ delete: "delete";
8220
8241
  params: "params";
8221
8242
  modify: "modify";
8222
8243
  add: "add";
8223
- delete: "delete";
8224
8244
  }>;
8225
8245
  staticElementLocators: z.ZodArray<z.ZodULID>;
8226
8246
  }, z.core.$strip>]>>>;
@@ -8235,7 +8255,6 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
8235
8255
  effectiveTime: z.ZodISODateTime;
8236
8256
  transactionState: z.ZodEnum<{
8237
8257
  draft: "draft";
8238
- initialized: "initialized";
8239
8258
  validated: "validated";
8240
8259
  earlyUnderwritten: "earlyUnderwritten";
8241
8260
  priced: "priced";
@@ -8247,6 +8266,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
8247
8266
  rejected: "rejected";
8248
8267
  refused: "refused";
8249
8268
  discarded: "discarded";
8269
+ initialized: "initialized";
8250
8270
  invalidated: "invalidated";
8251
8271
  reversed: "reversed";
8252
8272
  }>;
@@ -8339,10 +8359,10 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
8339
8359
  changeInstructions: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
8340
8360
  locator: z.ZodULID;
8341
8361
  action: z.ZodEnum<{
8362
+ delete: "delete";
8342
8363
  params: "params";
8343
8364
  modify: "modify";
8344
8365
  add: "add";
8345
- delete: "delete";
8346
8366
  }>;
8347
8367
  elements: z.ZodArray<z.ZodType<{
8348
8368
  type: string;
@@ -8376,10 +8396,10 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
8376
8396
  }, z.core.$strip>, z.ZodObject<{
8377
8397
  locator: z.ZodULID;
8378
8398
  action: z.ZodEnum<{
8399
+ delete: "delete";
8379
8400
  params: "params";
8380
8401
  modify: "modify";
8381
8402
  add: "add";
8382
- delete: "delete";
8383
8403
  }>;
8384
8404
  staticLocator: z.ZodULID;
8385
8405
  setData: z.ZodRecord<z.ZodString, z.ZodAny>;
@@ -8389,10 +8409,10 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
8389
8409
  }, z.core.$strip>, z.ZodObject<{
8390
8410
  locator: z.ZodULID;
8391
8411
  action: z.ZodEnum<{
8412
+ delete: "delete";
8392
8413
  params: "params";
8393
8414
  modify: "modify";
8394
8415
  add: "add";
8395
- delete: "delete";
8396
8416
  }>;
8397
8417
  effectiveTime: z.ZodISODateTime;
8398
8418
  newPolicyEndTime: z.ZodOptional<z.ZodISODateTime>;
@@ -8462,10 +8482,10 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
8462
8482
  }, z.core.$strip>, z.ZodObject<{
8463
8483
  locator: z.ZodULID;
8464
8484
  action: z.ZodEnum<{
8485
+ delete: "delete";
8465
8486
  params: "params";
8466
8487
  modify: "modify";
8467
8488
  add: "add";
8468
- delete: "delete";
8469
8489
  }>;
8470
8490
  staticElementLocators: z.ZodArray<z.ZodULID>;
8471
8491
  }, z.core.$strip>]>>>;
@@ -8486,7 +8506,6 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<{
8486
8506
  effectiveTime: z.ZodISODateTime;
8487
8507
  transactionState: z.ZodEnum<{
8488
8508
  draft: "draft";
8489
- initialized: "initialized";
8490
8509
  validated: "validated";
8491
8510
  earlyUnderwritten: "earlyUnderwritten";
8492
8511
  priced: "priced";
@@ -8498,6 +8517,7 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<{
8498
8517
  rejected: "rejected";
8499
8518
  refused: "refused";
8500
8519
  discarded: "discarded";
8520
+ initialized: "initialized";
8501
8521
  invalidated: "invalidated";
8502
8522
  reversed: "reversed";
8503
8523
  }>;
@@ -8590,10 +8610,10 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<{
8590
8610
  changeInstructions: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
8591
8611
  locator: z.ZodULID;
8592
8612
  action: z.ZodEnum<{
8613
+ delete: "delete";
8593
8614
  params: "params";
8594
8615
  modify: "modify";
8595
8616
  add: "add";
8596
- delete: "delete";
8597
8617
  }>;
8598
8618
  elements: z.ZodArray<z.ZodType<{
8599
8619
  type: string;
@@ -8627,10 +8647,10 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<{
8627
8647
  }, z.core.$strip>, z.ZodObject<{
8628
8648
  locator: z.ZodULID;
8629
8649
  action: z.ZodEnum<{
8650
+ delete: "delete";
8630
8651
  params: "params";
8631
8652
  modify: "modify";
8632
8653
  add: "add";
8633
- delete: "delete";
8634
8654
  }>;
8635
8655
  staticLocator: z.ZodULID;
8636
8656
  setData: z.ZodRecord<z.ZodString, z.ZodAny>;
@@ -8640,10 +8660,10 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<{
8640
8660
  }, z.core.$strip>, z.ZodObject<{
8641
8661
  locator: z.ZodULID;
8642
8662
  action: z.ZodEnum<{
8663
+ delete: "delete";
8643
8664
  params: "params";
8644
8665
  modify: "modify";
8645
8666
  add: "add";
8646
- delete: "delete";
8647
8667
  }>;
8648
8668
  effectiveTime: z.ZodISODateTime;
8649
8669
  newPolicyEndTime: z.ZodOptional<z.ZodISODateTime>;
@@ -8713,10 +8733,10 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<{
8713
8733
  }, z.core.$strip>, z.ZodObject<{
8714
8734
  locator: z.ZodULID;
8715
8735
  action: z.ZodEnum<{
8736
+ delete: "delete";
8716
8737
  params: "params";
8717
8738
  modify: "modify";
8718
8739
  add: "add";
8719
- delete: "delete";
8720
8740
  }>;
8721
8741
  staticElementLocators: z.ZodArray<z.ZodULID>;
8722
8742
  }, z.core.$strip>]>>>;
@@ -8731,7 +8751,6 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<{
8731
8751
  effectiveTime: z.ZodISODateTime;
8732
8752
  transactionState: z.ZodEnum<{
8733
8753
  draft: "draft";
8734
- initialized: "initialized";
8735
8754
  validated: "validated";
8736
8755
  earlyUnderwritten: "earlyUnderwritten";
8737
8756
  priced: "priced";
@@ -8743,6 +8762,7 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<{
8743
8762
  rejected: "rejected";
8744
8763
  refused: "refused";
8745
8764
  discarded: "discarded";
8765
+ initialized: "initialized";
8746
8766
  invalidated: "invalidated";
8747
8767
  reversed: "reversed";
8748
8768
  }>;
@@ -8835,10 +8855,10 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<{
8835
8855
  changeInstructions: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
8836
8856
  locator: z.ZodULID;
8837
8857
  action: z.ZodEnum<{
8858
+ delete: "delete";
8838
8859
  params: "params";
8839
8860
  modify: "modify";
8840
8861
  add: "add";
8841
- delete: "delete";
8842
8862
  }>;
8843
8863
  elements: z.ZodArray<z.ZodType<{
8844
8864
  type: string;
@@ -8872,10 +8892,10 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<{
8872
8892
  }, z.core.$strip>, z.ZodObject<{
8873
8893
  locator: z.ZodULID;
8874
8894
  action: z.ZodEnum<{
8895
+ delete: "delete";
8875
8896
  params: "params";
8876
8897
  modify: "modify";
8877
8898
  add: "add";
8878
- delete: "delete";
8879
8899
  }>;
8880
8900
  staticLocator: z.ZodULID;
8881
8901
  setData: z.ZodRecord<z.ZodString, z.ZodAny>;
@@ -8885,10 +8905,10 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<{
8885
8905
  }, z.core.$strip>, z.ZodObject<{
8886
8906
  locator: z.ZodULID;
8887
8907
  action: z.ZodEnum<{
8908
+ delete: "delete";
8888
8909
  params: "params";
8889
8910
  modify: "modify";
8890
8911
  add: "add";
8891
- delete: "delete";
8892
8912
  }>;
8893
8913
  effectiveTime: z.ZodISODateTime;
8894
8914
  newPolicyEndTime: z.ZodOptional<z.ZodISODateTime>;
@@ -8958,10 +8978,10 @@ export declare const PolicyTransactionResponseSchema: z.ZodObject<{
8958
8978
  }, z.core.$strip>, z.ZodObject<{
8959
8979
  locator: z.ZodULID;
8960
8980
  action: z.ZodEnum<{
8981
+ delete: "delete";
8961
8982
  params: "params";
8962
8983
  modify: "modify";
8963
8984
  add: "add";
8964
- delete: "delete";
8965
8985
  }>;
8966
8986
  staticElementLocators: z.ZodArray<z.ZodULID>;
8967
8987
  }, z.core.$strip>]>>>;
@@ -8978,7 +8998,6 @@ export declare const policyTransactionResponseSchema: z.ZodObject<{
8978
8998
  termLocator: z.ZodString;
8979
8999
  transactionState: z.ZodEnum<{
8980
9000
  draft: "draft";
8981
- initialized: "initialized";
8982
9001
  validated: "validated";
8983
9002
  earlyUnderwritten: "earlyUnderwritten";
8984
9003
  priced: "priced";
@@ -8990,6 +9009,7 @@ export declare const policyTransactionResponseSchema: z.ZodObject<{
8990
9009
  rejected: "rejected";
8991
9010
  refused: "refused";
8992
9011
  discarded: "discarded";
9012
+ initialized: "initialized";
8993
9013
  invalidated: "invalidated";
8994
9014
  reversed: "reversed";
8995
9015
  }>;
@@ -9094,7 +9114,6 @@ export declare const policyTransactionResponseSchema: z.ZodObject<{
9094
9114
  termLocator: z.ZodString;
9095
9115
  transactionState: z.ZodEnum<{
9096
9116
  draft: "draft";
9097
- initialized: "initialized";
9098
9117
  validated: "validated";
9099
9118
  earlyUnderwritten: "earlyUnderwritten";
9100
9119
  priced: "priced";
@@ -9106,6 +9125,7 @@ export declare const policyTransactionResponseSchema: z.ZodObject<{
9106
9125
  rejected: "rejected";
9107
9126
  refused: "refused";
9108
9127
  discarded: "discarded";
9128
+ initialized: "initialized";
9109
9129
  invalidated: "invalidated";
9110
9130
  reversed: "reversed";
9111
9131
  }>;
@@ -9207,14 +9227,6 @@ export declare const policyTransactionResponseSchema: z.ZodObject<{
9207
9227
  }, z.core.$strip>>>>;
9208
9228
  }, z.core.$strip>;
9209
9229
 
9210
- export declare type PolicyTransactionReversalRequest = z.infer<typeof PolicyTransactionReversalRequestSchema>;
9211
-
9212
- export declare const PolicyTransactionReversalRequestSchema: z.ZodObject<{
9213
- toTransaction: z.ZodULID;
9214
- reverseTransactions: z.ZodArray<z.ZodULID>;
9215
- baseLocator: z.ZodULID;
9216
- }, z.core.$strip>;
9217
-
9218
9230
  export declare type Preferences = z.infer<typeof PreferencesSchema>;
9219
9231
 
9220
9232
  export declare type PreferencesResponse = z.infer<typeof preferencesResponseSchema>;
@@ -9826,6 +9838,7 @@ export declare const QuickQuotePriceResponseSchema: z.ZodObject<{
9826
9838
  handling: z.ZodEnum<{
9827
9839
  normal: "normal";
9828
9840
  flat: "flat";
9841
+ retention: "retention";
9829
9842
  }>;
9830
9843
  invoicing: z.ZodEnum<{
9831
9844
  scheduled: "scheduled";
@@ -9896,11 +9909,11 @@ export declare const QuickQuoteQuoteResponseSchema: z.ZodObject<{
9896
9909
  type: z.ZodString;
9897
9910
  locator: z.ZodString;
9898
9911
  parentLocator: z.ZodString;
9899
- elements: z.ZodArray<z.ZodLazy<any>>;
9900
- coverageTerms: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>;
9901
- data: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>;
9912
+ elements: z.ZodOptional;
9913
+ coverageTerms: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
9914
+ data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
9902
9915
  staticLocator: z.ZodString;
9903
- originalEffectiveTime: z.ZodOptional<z.ZodISODateTime>;
9916
+ originalEffectiveTime: z.ZodISODateTime;
9904
9917
  category: z.ZodOptional<z.ZodEnum<{
9905
9918
  product: "product";
9906
9919
  coverage: "coverage";
@@ -9998,11 +10011,11 @@ export declare const QuickQuoteQuoteResponseSchema: z.ZodObject<{
9998
10011
  acceptedTime: z.ZodOptional<z.ZodISODateTime>;
9999
10012
  issuedTime: z.ZodOptional<z.ZodISODateTime>;
10000
10013
  validationResult: z.ZodOptional<z.ZodObject<{
10001
- validationItems: z.ZodArray<z.ZodObject<{
10014
+ validationItems: z.ZodOptional<z.ZodArray<z.ZodObject<{
10002
10015
  elementType: z.ZodString;
10003
- locator: z.ZodOptional<z.ZodString>;
10016
+ locator: z.ZodString;
10004
10017
  errors: z.ZodArray<z.ZodString>;
10005
- }, z.core.$strip>>;
10018
+ }, z.core.$strip>>>;
10006
10019
  success: z.ZodBoolean;
10007
10020
  }, z.core.$strip>>;
10008
10021
  quickQuoteLocator: z.ZodOptional<z.ZodString>;
@@ -10013,6 +10026,8 @@ export declare const QuickQuoteQuoteResponseSchema: z.ZodObject<{
10013
10026
  anonymizedAt: z.ZodOptional<z.ZodISODateTime>;
10014
10027
  invoiceFeeAmount: z.ZodOptional<z.ZodNumber>;
10015
10028
  createdAt: z.ZodOptional<z.ZodISODateTime>;
10029
+ static: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
10030
+ policyNumber: z.ZodOptional<z.ZodString>;
10016
10031
  }, z.core.$strip>;
10017
10032
  productName: z.ZodString;
10018
10033
  duration: z.ZodNumber;
@@ -10535,6 +10550,7 @@ export declare const QuotePriceResponseSchema: z.ZodObject<{
10535
10550
  handling: z.ZodEnum<{
10536
10551
  normal: "normal";
10537
10552
  flat: "flat";
10553
+ retention: "retention";
10538
10554
  }>;
10539
10555
  invoicing: z.ZodEnum<{
10540
10556
  scheduled: "scheduled";
@@ -10997,8 +11013,8 @@ export declare const QuoteUnderwritingFlagsResponseSchema: z.ZodObject<{
10997
11013
  taskCreationResponse: z.ZodObject<{
10998
11014
  taskLocator: z.ZodString;
10999
11015
  status: z.ZodEnum<{
11000
- failed: "failed";
11001
11016
  succeeded: "succeeded";
11017
+ failed: "failed";
11002
11018
  }>;
11003
11019
  }, z.core.$strip>;
11004
11020
  locator: z.ZodULID;
@@ -11027,8 +11043,8 @@ export declare const QuoteUnderwritingFlagsResponseSchema: z.ZodObject<{
11027
11043
  taskCreationResponse: z.ZodObject<{
11028
11044
  taskLocator: z.ZodString;
11029
11045
  status: z.ZodEnum<{
11030
- failed: "failed";
11031
11046
  succeeded: "succeeded";
11047
+ failed: "failed";
11032
11048
  }>;
11033
11049
  }, z.core.$strip>;
11034
11050
  locator: z.ZodULID;
@@ -11091,8 +11107,8 @@ export declare const QuoteUnderwritingResponseSchema: z.ZodObject<{
11091
11107
  taskCreationResponse: z.ZodObject<{
11092
11108
  taskLocator: z.ZodString;
11093
11109
  status: z.ZodEnum<{
11094
- failed: "failed";
11095
11110
  succeeded: "succeeded";
11111
+ failed: "failed";
11096
11112
  }>;
11097
11113
  }, z.core.$strip>;
11098
11114
  locator: z.ZodULID;
@@ -11405,8 +11421,8 @@ export declare const ReferenceTypeEnumSchema: z.ZodEnum<{
11405
11421
  }>;
11406
11422
 
11407
11423
  export declare const ResetFlagsActionEnumSchema: z.ZodEnum<{
11408
- delete: "delete";
11409
11424
  clear: "clear";
11425
+ delete: "delete";
11410
11426
  }>;
11411
11427
 
11412
11428
  export declare type ResetOptions = z.infer<typeof ResetOptionsSchema>;
@@ -11416,8 +11432,8 @@ export declare const ResetOptionsSchema: z.ZodObject<{
11416
11432
  deleteAllAutomaticDocuments: z.ZodBoolean;
11417
11433
  discardSchedules: z.ZodBoolean;
11418
11434
  resetFlagsAction: z.ZodEnum<{
11419
- delete: "delete";
11420
11435
  clear: "clear";
11436
+ delete: "delete";
11421
11437
  }>;
11422
11438
  resetFlags: z.ZodArray<z.ZodULID>;
11423
11439
  deleteDocuments: z.ZodArray<z.ZodULID>;
@@ -11426,8 +11442,8 @@ export declare const ResetOptionsSchema: z.ZodObject<{
11426
11442
  export declare type ResetQuoteFlagsAction = z.infer<typeof resetQuoteFlagsActionEnumSchema>;
11427
11443
 
11428
11444
  export declare const resetQuoteFlagsActionEnumSchema: z.ZodEnum<{
11429
- delete: "delete";
11430
11445
  clear: "clear";
11446
+ delete: "delete";
11431
11447
  }>;
11432
11448
 
11433
11449
  export declare type ResetQuoteRequest = z.infer<typeof resetQuoteRequestSchema>;
@@ -11436,8 +11452,8 @@ export declare const resetQuoteRequestSchema: z.ZodObject<{
11436
11452
  deleteAllAutomaticDocuments: z.ZodBoolean;
11437
11453
  resetAllUnderwritingFlags: z.ZodBoolean;
11438
11454
  resetFlagsAction: z.ZodEnum<{
11439
- delete: "delete";
11440
11455
  clear: "clear";
11456
+ delete: "delete";
11441
11457
  }>;
11442
11458
  deleteDocuments: z.ZodArray<z.ZodString>;
11443
11459
  resetFlags: z.ZodArray<z.ZodString>;
@@ -11449,8 +11465,8 @@ export declare const resetTransactionOptionsRequestSchema: z.ZodObject<{
11449
11465
  deleteAllAutomaticDocuments: z.ZodOptional<z.ZodBoolean>;
11450
11466
  resetAllUnderwritingFlags: z.ZodOptional<z.ZodBoolean>;
11451
11467
  resetFlagsAction: z.ZodOptional<z.ZodEnum<{
11452
- delete: "delete";
11453
11468
  clear: "clear";
11469
+ delete: "delete";
11454
11470
  }>>;
11455
11471
  deleteDocuments: z.ZodOptional<z.ZodArray<z.ZodString>>;
11456
11472
  resetFlags: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -12442,8 +12458,14 @@ export declare const tenantTypeEnumSchema: z.ZodEnum<{
12442
12458
  export declare type TenantUpdateRequest = z.infer<typeof TenantUpdateRequestSchema>;
12443
12459
 
12444
12460
  export declare const TenantUpdateRequestSchema: z.ZodObject<{
12445
- name: z.ZodString;
12446
- description: z.ZodString;
12461
+ body: z.ZodObject<{
12462
+ name: z.ZodString;
12463
+ description: z.ZodString;
12464
+ }, z.core.$strip>;
12465
+ path: z.ZodObject<{
12466
+ locator: z.ZodUUID;
12467
+ }, z.core.$strip>;
12468
+ query: z.ZodOptional<z.ZodNever>;
12447
12469
  }, z.core.$strip>;
12448
12470
 
12449
12471
  export declare type TermId = z.infer<typeof TermIdSchema>;
@@ -13195,7 +13217,6 @@ export declare const transactionPriceResponseSchema: z.ZodObject<{
13195
13217
  }>;
13196
13218
  transactionState: z.ZodEnum<{
13197
13219
  draft: "draft";
13198
- initialized: "initialized";
13199
13220
  validated: "validated";
13200
13221
  earlyUnderwritten: "earlyUnderwritten";
13201
13222
  priced: "priced";
@@ -13207,6 +13228,7 @@ export declare const transactionPriceResponseSchema: z.ZodObject<{
13207
13228
  rejected: "rejected";
13208
13229
  refused: "refused";
13209
13230
  discarded: "discarded";
13231
+ initialized: "initialized";
13210
13232
  invalidated: "invalidated";
13211
13233
  reversed: "reversed";
13212
13234
  }>;
@@ -13255,7 +13277,6 @@ export declare const transactionPriceResponseSchema: z.ZodObject<{
13255
13277
  }>;
13256
13278
  transactionState: z.ZodEnum<{
13257
13279
  draft: "draft";
13258
- initialized: "initialized";
13259
13280
  validated: "validated";
13260
13281
  earlyUnderwritten: "earlyUnderwritten";
13261
13282
  priced: "priced";
@@ -13267,6 +13288,7 @@ export declare const transactionPriceResponseSchema: z.ZodObject<{
13267
13288
  rejected: "rejected";
13268
13289
  refused: "refused";
13269
13290
  discarded: "discarded";
13291
+ initialized: "initialized";
13270
13292
  invalidated: "invalidated";
13271
13293
  reversed: "reversed";
13272
13294
  }>;
@@ -13572,7 +13594,6 @@ export declare type TransactionState = z.infer<typeof transactionStateEnumSchema
13572
13594
 
13573
13595
  export declare const TransactionStateEnumSchema: z.ZodEnum<{
13574
13596
  draft: "draft";
13575
- initialized: "initialized";
13576
13597
  validated: "validated";
13577
13598
  earlyUnderwritten: "earlyUnderwritten";
13578
13599
  priced: "priced";
@@ -13584,13 +13605,13 @@ export declare const TransactionStateEnumSchema: z.ZodEnum<{
13584
13605
  rejected: "rejected";
13585
13606
  refused: "refused";
13586
13607
  discarded: "discarded";
13608
+ initialized: "initialized";
13587
13609
  invalidated: "invalidated";
13588
13610
  reversed: "reversed";
13589
13611
  }>;
13590
13612
 
13591
13613
  export declare const transactionStateEnumSchema: z.ZodEnum<{
13592
13614
  draft: "draft";
13593
- initialized: "initialized";
13594
13615
  validated: "validated";
13595
13616
  earlyUnderwritten: "earlyUnderwritten";
13596
13617
  priced: "priced";
@@ -13602,6 +13623,7 @@ export declare const transactionStateEnumSchema: z.ZodEnum<{
13602
13623
  rejected: "rejected";
13603
13624
  refused: "refused";
13604
13625
  discarded: "discarded";
13626
+ initialized: "initialized";
13605
13627
  invalidated: "invalidated";
13606
13628
  reversed: "reversed";
13607
13629
  }>;
@@ -13702,8 +13724,8 @@ export declare const TransactionUnderwritingFlagsResponseSchema: z.ZodObject<{
13702
13724
  taskCreationResponse: z.ZodObject<{
13703
13725
  taskLocator: z.ZodString;
13704
13726
  status: z.ZodEnum<{
13705
- failed: "failed";
13706
13727
  succeeded: "succeeded";
13728
+ failed: "failed";
13707
13729
  }>;
13708
13730
  }, z.core.$strip>;
13709
13731
  locator: z.ZodULID;
@@ -13732,8 +13754,8 @@ export declare const TransactionUnderwritingFlagsResponseSchema: z.ZodObject<{
13732
13754
  taskCreationResponse: z.ZodObject<{
13733
13755
  taskLocator: z.ZodString;
13734
13756
  status: z.ZodEnum<{
13735
- failed: "failed";
13736
13757
  succeeded: "succeeded";
13758
+ failed: "failed";
13737
13759
  }>;
13738
13760
  }, z.core.$strip>;
13739
13761
  locator: z.ZodULID;
@@ -13771,7 +13793,6 @@ export declare const transactionUnderwritingResponseSchema: z.ZodObject<{
13771
13793
  policyLocator: z.ZodString;
13772
13794
  transactionState: z.ZodEnum<{
13773
13795
  draft: "draft";
13774
- initialized: "initialized";
13775
13796
  validated: "validated";
13776
13797
  earlyUnderwritten: "earlyUnderwritten";
13777
13798
  priced: "priced";
@@ -13783,6 +13804,7 @@ export declare const transactionUnderwritingResponseSchema: z.ZodObject<{
13783
13804
  rejected: "rejected";
13784
13805
  refused: "refused";
13785
13806
  discarded: "discarded";
13807
+ initialized: "initialized";
13786
13808
  invalidated: "invalidated";
13787
13809
  reversed: "reversed";
13788
13810
  }>;
@@ -13826,7 +13848,6 @@ export declare const transactionUnderwritingResponseSchema: z.ZodObject<{
13826
13848
  policyLocator: z.ZodString;
13827
13849
  transactionState: z.ZodEnum<{
13828
13850
  draft: "draft";
13829
- initialized: "initialized";
13830
13851
  validated: "validated";
13831
13852
  earlyUnderwritten: "earlyUnderwritten";
13832
13853
  priced: "priced";
@@ -13838,6 +13859,7 @@ export declare const transactionUnderwritingResponseSchema: z.ZodObject<{
13838
13859
  rejected: "rejected";
13839
13860
  refused: "refused";
13840
13861
  discarded: "discarded";
13862
+ initialized: "initialized";
13841
13863
  invalidated: "invalidated";
13842
13864
  reversed: "reversed";
13843
13865
  }>;
@@ -13945,8 +13967,8 @@ export declare const UnderwritingFlagResponseSchema: z.ZodObject<{
13945
13967
  taskCreationResponse: z.ZodObject<{
13946
13968
  taskLocator: z.ZodString;
13947
13969
  status: z.ZodEnum<{
13948
- failed: "failed";
13949
13970
  succeeded: "succeeded";
13971
+ failed: "failed";
13950
13972
  }>;
13951
13973
  }, z.core.$strip>;
13952
13974
  locator: z.ZodULID;
@@ -14386,8 +14408,14 @@ export declare const UserResponseSchema: z.ZodObject<{
14386
14408
  export declare type UserRolesUpdateRequest = z.infer<typeof UserRolesUpdateRequestSchema>;
14387
14409
 
14388
14410
  export declare const UserRolesUpdateRequestSchema: z.ZodObject<{
14389
- addRoles: z.ZodArray<z.ZodString>;
14390
- removeRoles: z.ZodArray<z.ZodString>;
14411
+ body: z.ZodObject<{
14412
+ addRoles: z.ZodArray<z.ZodString>;
14413
+ removeRoles: z.ZodArray<z.ZodString>;
14414
+ }, z.core.$strip>;
14415
+ path: z.ZodObject<{
14416
+ locator: z.ZodUUID;
14417
+ }, z.core.$strip>;
14418
+ query: z.ZodOptional<z.ZodNever>;
14391
14419
  }, z.core.$strip>;
14392
14420
 
14393
14421
  export declare const UserTasksParamsSchema: z.ZodObject<{
@@ -14398,8 +14426,14 @@ export declare const UserTasksParamsSchema: z.ZodObject<{
14398
14426
  export declare type UserTenantsAssignmentsUpdateRequest = z.infer<typeof UserTenantsAssignmentsUpdateRequestSchema>;
14399
14427
 
14400
14428
  export declare const UserTenantsAssignmentsUpdateRequestSchema: z.ZodObject<{
14401
- addTenants: z.ZodArray<z.ZodString>;
14402
- removeTenants: z.ZodArray<z.ZodString>;
14429
+ body: z.ZodObject<{
14430
+ addTenants: z.ZodArray<z.ZodString>;
14431
+ removeTenants: z.ZodArray<z.ZodString>;
14432
+ }, z.core.$strip>;
14433
+ path: z.ZodObject<{
14434
+ locator: z.ZodUUID;
14435
+ }, z.core.$strip>;
14436
+ query: z.ZodOptional<z.ZodNever>;
14403
14437
  }, z.core.$strip>;
14404
14438
 
14405
14439
  export declare type UserUpdateRequest = z.infer<typeof UserUpdateRequestSchema>;