@socotra/ec-react-schemas 2.26.1-next.5 → 2.26.1-next.7
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 +291 -71
- package/dist/index.es.js +2979 -2965
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +5 -5
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -6179,11 +6179,222 @@ export declare const ledgerAccountReferenceTypeEnumSchema: z.ZodEnum<{
|
|
|
6179
6179
|
accountExpenseBalance: "accountExpenseBalance";
|
|
6180
6180
|
}>;
|
|
6181
6181
|
|
|
6182
|
-
export declare type LedgerAccountResponse = z.infer<typeof
|
|
6182
|
+
export declare type LedgerAccountResponse = z.infer<typeof LedgerAccountResponseSchema>;
|
|
6183
6183
|
|
|
6184
|
+
declare const LedgerAccountResponseSchema: z.ZodObject<{
|
|
6185
|
+
currency: z.ZodOptional<z.ZodEnum<{
|
|
6186
|
+
AED: "AED";
|
|
6187
|
+
AFN: "AFN";
|
|
6188
|
+
ALL: "ALL";
|
|
6189
|
+
AMD: "AMD";
|
|
6190
|
+
ANG: "ANG";
|
|
6191
|
+
AOA: "AOA";
|
|
6192
|
+
ARS: "ARS";
|
|
6193
|
+
AUD: "AUD";
|
|
6194
|
+
AWG: "AWG";
|
|
6195
|
+
AZN: "AZN";
|
|
6196
|
+
BAM: "BAM";
|
|
6197
|
+
BBD: "BBD";
|
|
6198
|
+
BDT: "BDT";
|
|
6199
|
+
BGN: "BGN";
|
|
6200
|
+
BHD: "BHD";
|
|
6201
|
+
BIF: "BIF";
|
|
6202
|
+
BMD: "BMD";
|
|
6203
|
+
BND: "BND";
|
|
6204
|
+
BOB: "BOB";
|
|
6205
|
+
BOV: "BOV";
|
|
6206
|
+
BRL: "BRL";
|
|
6207
|
+
BSD: "BSD";
|
|
6208
|
+
BTN: "BTN";
|
|
6209
|
+
BWP: "BWP";
|
|
6210
|
+
BYN: "BYN";
|
|
6211
|
+
BZD: "BZD";
|
|
6212
|
+
CAD: "CAD";
|
|
6213
|
+
CDF: "CDF";
|
|
6214
|
+
CHE: "CHE";
|
|
6215
|
+
CHF: "CHF";
|
|
6216
|
+
CHW: "CHW";
|
|
6217
|
+
CLF: "CLF";
|
|
6218
|
+
CLP: "CLP";
|
|
6219
|
+
COP: "COP";
|
|
6220
|
+
COU: "COU";
|
|
6221
|
+
CRC: "CRC";
|
|
6222
|
+
CUP: "CUP";
|
|
6223
|
+
CVE: "CVE";
|
|
6224
|
+
CZK: "CZK";
|
|
6225
|
+
DJF: "DJF";
|
|
6226
|
+
DKK: "DKK";
|
|
6227
|
+
DOP: "DOP";
|
|
6228
|
+
DZD: "DZD";
|
|
6229
|
+
EGP: "EGP";
|
|
6230
|
+
ERN: "ERN";
|
|
6231
|
+
ETB: "ETB";
|
|
6232
|
+
EUR: "EUR";
|
|
6233
|
+
FJD: "FJD";
|
|
6234
|
+
FKP: "FKP";
|
|
6235
|
+
GBP: "GBP";
|
|
6236
|
+
GEL: "GEL";
|
|
6237
|
+
GHS: "GHS";
|
|
6238
|
+
GIP: "GIP";
|
|
6239
|
+
GMD: "GMD";
|
|
6240
|
+
GNF: "GNF";
|
|
6241
|
+
GTQ: "GTQ";
|
|
6242
|
+
GYD: "GYD";
|
|
6243
|
+
HKD: "HKD";
|
|
6244
|
+
HNL: "HNL";
|
|
6245
|
+
HTG: "HTG";
|
|
6246
|
+
HUF: "HUF";
|
|
6247
|
+
IDR: "IDR";
|
|
6248
|
+
ILS: "ILS";
|
|
6249
|
+
INR: "INR";
|
|
6250
|
+
IQD: "IQD";
|
|
6251
|
+
IRR: "IRR";
|
|
6252
|
+
ISK: "ISK";
|
|
6253
|
+
JMD: "JMD";
|
|
6254
|
+
JOD: "JOD";
|
|
6255
|
+
JPY: "JPY";
|
|
6256
|
+
KES: "KES";
|
|
6257
|
+
KGS: "KGS";
|
|
6258
|
+
KHR: "KHR";
|
|
6259
|
+
KMF: "KMF";
|
|
6260
|
+
KPW: "KPW";
|
|
6261
|
+
KRW: "KRW";
|
|
6262
|
+
KWD: "KWD";
|
|
6263
|
+
KYD: "KYD";
|
|
6264
|
+
KZT: "KZT";
|
|
6265
|
+
LAK: "LAK";
|
|
6266
|
+
LBP: "LBP";
|
|
6267
|
+
LKR: "LKR";
|
|
6268
|
+
LRD: "LRD";
|
|
6269
|
+
LSL: "LSL";
|
|
6270
|
+
LYD: "LYD";
|
|
6271
|
+
MAD: "MAD";
|
|
6272
|
+
MDL: "MDL";
|
|
6273
|
+
MGA: "MGA";
|
|
6274
|
+
MKD: "MKD";
|
|
6275
|
+
MMK: "MMK";
|
|
6276
|
+
MNT: "MNT";
|
|
6277
|
+
MOP: "MOP";
|
|
6278
|
+
MRU: "MRU";
|
|
6279
|
+
MUR: "MUR";
|
|
6280
|
+
MVR: "MVR";
|
|
6281
|
+
MWK: "MWK";
|
|
6282
|
+
MXN: "MXN";
|
|
6283
|
+
MXV: "MXV";
|
|
6284
|
+
MYR: "MYR";
|
|
6285
|
+
MZN: "MZN";
|
|
6286
|
+
NAD: "NAD";
|
|
6287
|
+
NGN: "NGN";
|
|
6288
|
+
NIO: "NIO";
|
|
6289
|
+
NOK: "NOK";
|
|
6290
|
+
NPR: "NPR";
|
|
6291
|
+
NZD: "NZD";
|
|
6292
|
+
OMR: "OMR";
|
|
6293
|
+
PAB: "PAB";
|
|
6294
|
+
PEN: "PEN";
|
|
6295
|
+
PGK: "PGK";
|
|
6296
|
+
PHP: "PHP";
|
|
6297
|
+
PKR: "PKR";
|
|
6298
|
+
PLN: "PLN";
|
|
6299
|
+
PYG: "PYG";
|
|
6300
|
+
QAR: "QAR";
|
|
6301
|
+
RON: "RON";
|
|
6302
|
+
RSD: "RSD";
|
|
6303
|
+
CNY: "CNY";
|
|
6304
|
+
RUB: "RUB";
|
|
6305
|
+
RWF: "RWF";
|
|
6306
|
+
SAR: "SAR";
|
|
6307
|
+
SBD: "SBD";
|
|
6308
|
+
SCR: "SCR";
|
|
6309
|
+
SDG: "SDG";
|
|
6310
|
+
SEK: "SEK";
|
|
6311
|
+
SGD: "SGD";
|
|
6312
|
+
SHP: "SHP";
|
|
6313
|
+
SLE: "SLE";
|
|
6314
|
+
SLL: "SLL";
|
|
6315
|
+
SOS: "SOS";
|
|
6316
|
+
SRD: "SRD";
|
|
6317
|
+
SSP: "SSP";
|
|
6318
|
+
STN: "STN";
|
|
6319
|
+
SVC: "SVC";
|
|
6320
|
+
SYP: "SYP";
|
|
6321
|
+
SZL: "SZL";
|
|
6322
|
+
THB: "THB";
|
|
6323
|
+
TJS: "TJS";
|
|
6324
|
+
TMT: "TMT";
|
|
6325
|
+
TND: "TND";
|
|
6326
|
+
TOP: "TOP";
|
|
6327
|
+
TRY: "TRY";
|
|
6328
|
+
TTD: "TTD";
|
|
6329
|
+
TWD: "TWD";
|
|
6330
|
+
TZS: "TZS";
|
|
6331
|
+
UAH: "UAH";
|
|
6332
|
+
UGX: "UGX";
|
|
6333
|
+
USD: "USD";
|
|
6334
|
+
USN: "USN";
|
|
6335
|
+
UYI: "UYI";
|
|
6336
|
+
UYU: "UYU";
|
|
6337
|
+
UYW: "UYW";
|
|
6338
|
+
UZS: "UZS";
|
|
6339
|
+
VED: "VED";
|
|
6340
|
+
VES: "VES";
|
|
6341
|
+
VND: "VND";
|
|
6342
|
+
VUV: "VUV";
|
|
6343
|
+
WST: "WST";
|
|
6344
|
+
XAF: "XAF";
|
|
6345
|
+
XAG: "XAG";
|
|
6346
|
+
XAU: "XAU";
|
|
6347
|
+
XBA: "XBA";
|
|
6348
|
+
XBB: "XBB";
|
|
6349
|
+
XBC: "XBC";
|
|
6350
|
+
XBD: "XBD";
|
|
6351
|
+
XCD: "XCD";
|
|
6352
|
+
XDR: "XDR";
|
|
6353
|
+
XOF: "XOF";
|
|
6354
|
+
XPD: "XPD";
|
|
6355
|
+
XPF: "XPF";
|
|
6356
|
+
XPT: "XPT";
|
|
6357
|
+
XSU: "XSU";
|
|
6358
|
+
XTS: "XTS";
|
|
6359
|
+
XUA: "XUA";
|
|
6360
|
+
XXX: "XXX";
|
|
6361
|
+
YER: "YER";
|
|
6362
|
+
ZAR: "ZAR";
|
|
6363
|
+
ZMW: "ZMW";
|
|
6364
|
+
ZWL: "ZWL";
|
|
6365
|
+
}>>;
|
|
6366
|
+
lineItems: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6367
|
+
faTransactionLocator: z.ZodString;
|
|
6368
|
+
faTransactionTime: z.ZodISODateTime;
|
|
6369
|
+
faTransactionNote: z.ZodString;
|
|
6370
|
+
accountingType: z.ZodEnum<{
|
|
6371
|
+
credit: "credit";
|
|
6372
|
+
debit: "debit";
|
|
6373
|
+
}>;
|
|
6374
|
+
amount: z.ZodNumber;
|
|
6375
|
+
}, z.core.$strip>>>;
|
|
6376
|
+
referenceLocator: z.ZodString;
|
|
6377
|
+
referenceType: z.ZodEnum<{
|
|
6378
|
+
account: "account";
|
|
6379
|
+
policy: "policy";
|
|
6380
|
+
quote: "quote";
|
|
6381
|
+
transaction: "transaction";
|
|
6382
|
+
credit: "credit";
|
|
6383
|
+
invoiceItem: "invoiceItem";
|
|
6384
|
+
cash: "cash";
|
|
6385
|
+
accountCreditBalance: "accountCreditBalance";
|
|
6386
|
+
creditCash: "creditCash";
|
|
6387
|
+
charge: "charge";
|
|
6388
|
+
installmentItem: "installmentItem";
|
|
6389
|
+
accountExpenseBalance: "accountExpenseBalance";
|
|
6390
|
+
}>;
|
|
6391
|
+
balance: z.ZodNumber;
|
|
6392
|
+
}, z.core.$strip>;
|
|
6393
|
+
|
|
6394
|
+
/** @deprecated - use ledgerAccountListResponseSchema instead */
|
|
6184
6395
|
export declare const ledgerAccountResponseSchema: z.ZodObject<{
|
|
6185
6396
|
referenceLocator: z.ZodString;
|
|
6186
|
-
currency: z.ZodEnum<{
|
|
6397
|
+
currency: z.ZodOptional<z.ZodEnum<{
|
|
6187
6398
|
AED: "AED";
|
|
6188
6399
|
AFN: "AFN";
|
|
6189
6400
|
ALL: "ALL";
|
|
@@ -6363,7 +6574,7 @@ export declare const ledgerAccountResponseSchema: z.ZodObject<{
|
|
|
6363
6574
|
ZAR: "ZAR";
|
|
6364
6575
|
ZMW: "ZMW";
|
|
6365
6576
|
ZWL: "ZWL";
|
|
6366
|
-
}
|
|
6577
|
+
}>>;
|
|
6367
6578
|
balance: z.ZodNumber;
|
|
6368
6579
|
referenceType: z.ZodEnum<{
|
|
6369
6580
|
policy: "policy";
|
|
@@ -6377,7 +6588,7 @@ export declare const ledgerAccountResponseSchema: z.ZodObject<{
|
|
|
6377
6588
|
installmentItem: "installmentItem";
|
|
6378
6589
|
accountExpenseBalance: "accountExpenseBalance";
|
|
6379
6590
|
}>;
|
|
6380
|
-
lineItems: z.ZodArray<z.ZodObject<{
|
|
6591
|
+
lineItems: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6381
6592
|
faTransactionLocator: z.ZodString;
|
|
6382
6593
|
accountingType: z.ZodEnum<{
|
|
6383
6594
|
credit: "credit";
|
|
@@ -6386,7 +6597,7 @@ export declare const ledgerAccountResponseSchema: z.ZodObject<{
|
|
|
6386
6597
|
amount: z.ZodNumber;
|
|
6387
6598
|
faTransactionNote: z.ZodString;
|
|
6388
6599
|
faTransactionTime: z.ZodString;
|
|
6389
|
-
}, z.core.$strip
|
|
6600
|
+
}, z.core.$strip>>>;
|
|
6390
6601
|
}, z.core.$strip>;
|
|
6391
6602
|
|
|
6392
6603
|
export declare type ListBasicUserResponse = z.infer<typeof ListBasicUserResponseSchema>;
|
|
@@ -13710,6 +13921,15 @@ export declare type TransactionUnderwritingResponse = z.infer<typeof Transaction
|
|
|
13710
13921
|
export declare const TransactionUnderwritingResponseSchema: z.ZodObject<{
|
|
13711
13922
|
locator: z.ZodString;
|
|
13712
13923
|
policyLocator: z.ZodString;
|
|
13924
|
+
transactionCategory: z.ZodEnum<{
|
|
13925
|
+
issuance: "issuance";
|
|
13926
|
+
change: "change";
|
|
13927
|
+
renewal: "renewal";
|
|
13928
|
+
cancellation: "cancellation";
|
|
13929
|
+
reinstatement: "reinstatement";
|
|
13930
|
+
reversal: "reversal";
|
|
13931
|
+
aggregate: "aggregate";
|
|
13932
|
+
}>;
|
|
13713
13933
|
transactionState: z.ZodEnum<{
|
|
13714
13934
|
draft: "draft";
|
|
13715
13935
|
validated: "validated";
|
|
@@ -13727,19 +13947,9 @@ export declare const TransactionUnderwritingResponseSchema: z.ZodObject<{
|
|
|
13727
13947
|
invalidated: "invalidated";
|
|
13728
13948
|
reversed: "reversed";
|
|
13729
13949
|
}>;
|
|
13730
|
-
effectiveTime: z.
|
|
13731
|
-
transactionCategory: z.ZodEnum<{
|
|
13732
|
-
issuance: "issuance";
|
|
13733
|
-
change: "change";
|
|
13734
|
-
renewal: "renewal";
|
|
13735
|
-
cancellation: "cancellation";
|
|
13736
|
-
reinstatement: "reinstatement";
|
|
13737
|
-
reversal: "reversal";
|
|
13738
|
-
aggregate: "aggregate";
|
|
13739
|
-
}>;
|
|
13740
|
-
underwritingStatus: z.ZodString;
|
|
13950
|
+
effectiveTime: z.ZodISODateTime;
|
|
13741
13951
|
underwritingFlags: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13742
|
-
locator: z.
|
|
13952
|
+
locator: z.ZodString;
|
|
13743
13953
|
level: z.ZodEnum<{
|
|
13744
13954
|
none: "none";
|
|
13745
13955
|
info: "info";
|
|
@@ -13748,37 +13958,45 @@ export declare const TransactionUnderwritingResponseSchema: z.ZodObject<{
|
|
|
13748
13958
|
reject: "reject";
|
|
13749
13959
|
approve: "approve";
|
|
13750
13960
|
}>;
|
|
13751
|
-
referenceType: z.
|
|
13961
|
+
referenceType: z.ZodEnum<{
|
|
13752
13962
|
quote: "quote";
|
|
13753
13963
|
transaction: "transaction";
|
|
13754
|
-
}
|
|
13755
|
-
referenceLocator: z.
|
|
13756
|
-
note: z.
|
|
13757
|
-
tag: z.
|
|
13758
|
-
elementLocator: z.ZodOptional<z.
|
|
13759
|
-
createdBy: z.
|
|
13760
|
-
createdTime: z.
|
|
13761
|
-
clearedBy: z.
|
|
13762
|
-
clearedTime: z.
|
|
13763
|
-
taskCreationResponse: z.
|
|
13964
|
+
}>;
|
|
13965
|
+
referenceLocator: z.ZodString;
|
|
13966
|
+
note: z.ZodString;
|
|
13967
|
+
tag: z.ZodString;
|
|
13968
|
+
elementLocator: z.ZodOptional<z.ZodString>;
|
|
13969
|
+
createdBy: z.ZodUUID;
|
|
13970
|
+
createdTime: z.ZodISODateTime;
|
|
13971
|
+
clearedBy: z.ZodUUID;
|
|
13972
|
+
clearedTime: z.ZodISODateTime;
|
|
13973
|
+
taskCreationResponse: z.ZodObject<{
|
|
13764
13974
|
taskLocator: z.ZodString;
|
|
13765
13975
|
status: z.ZodEnum<{
|
|
13766
13976
|
succeeded: "succeeded";
|
|
13767
13977
|
failed: "failed";
|
|
13768
13978
|
}>;
|
|
13769
|
-
}, z.core.$strip
|
|
13979
|
+
}, z.core.$strip>;
|
|
13770
13980
|
}, z.core.$strip>>>;
|
|
13771
|
-
|
|
13772
|
-
|
|
13773
|
-
|
|
13774
|
-
|
|
13775
|
-
|
|
13776
|
-
|
|
13777
|
-
|
|
13778
|
-
}, z.core.$strip>>;
|
|
13981
|
+
underwritingStatus: z.ZodOptional<z.ZodEnum<{
|
|
13982
|
+
none: "none";
|
|
13983
|
+
declined: "declined";
|
|
13984
|
+
rejected: "rejected";
|
|
13985
|
+
approved: "approved";
|
|
13986
|
+
blocked: "blocked";
|
|
13987
|
+
}>>;
|
|
13779
13988
|
aggregatedTransactions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13780
13989
|
locator: z.ZodString;
|
|
13781
13990
|
policyLocator: z.ZodString;
|
|
13991
|
+
transactionCategory: z.ZodEnum<{
|
|
13992
|
+
issuance: "issuance";
|
|
13993
|
+
change: "change";
|
|
13994
|
+
renewal: "renewal";
|
|
13995
|
+
cancellation: "cancellation";
|
|
13996
|
+
reinstatement: "reinstatement";
|
|
13997
|
+
reversal: "reversal";
|
|
13998
|
+
aggregate: "aggregate";
|
|
13999
|
+
}>;
|
|
13782
14000
|
transactionState: z.ZodEnum<{
|
|
13783
14001
|
draft: "draft";
|
|
13784
14002
|
validated: "validated";
|
|
@@ -13796,19 +14014,9 @@ export declare const TransactionUnderwritingResponseSchema: z.ZodObject<{
|
|
|
13796
14014
|
invalidated: "invalidated";
|
|
13797
14015
|
reversed: "reversed";
|
|
13798
14016
|
}>;
|
|
13799
|
-
effectiveTime: z.
|
|
13800
|
-
transactionCategory: z.ZodEnum<{
|
|
13801
|
-
issuance: "issuance";
|
|
13802
|
-
change: "change";
|
|
13803
|
-
renewal: "renewal";
|
|
13804
|
-
cancellation: "cancellation";
|
|
13805
|
-
reinstatement: "reinstatement";
|
|
13806
|
-
reversal: "reversal";
|
|
13807
|
-
aggregate: "aggregate";
|
|
13808
|
-
}>;
|
|
13809
|
-
underwritingStatus: z.ZodString;
|
|
14017
|
+
effectiveTime: z.ZodISODateTime;
|
|
13810
14018
|
underwritingFlags: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13811
|
-
locator: z.
|
|
14019
|
+
locator: z.ZodString;
|
|
13812
14020
|
level: z.ZodEnum<{
|
|
13813
14021
|
none: "none";
|
|
13814
14022
|
info: "info";
|
|
@@ -13817,35 +14025,35 @@ export declare const TransactionUnderwritingResponseSchema: z.ZodObject<{
|
|
|
13817
14025
|
reject: "reject";
|
|
13818
14026
|
approve: "approve";
|
|
13819
14027
|
}>;
|
|
13820
|
-
referenceType: z.
|
|
14028
|
+
referenceType: z.ZodEnum<{
|
|
13821
14029
|
quote: "quote";
|
|
13822
14030
|
transaction: "transaction";
|
|
13823
|
-
}
|
|
13824
|
-
referenceLocator: z.
|
|
13825
|
-
note: z.
|
|
13826
|
-
tag: z.
|
|
13827
|
-
elementLocator: z.ZodOptional<z.
|
|
13828
|
-
createdBy: z.
|
|
13829
|
-
createdTime: z.
|
|
13830
|
-
clearedBy: z.
|
|
13831
|
-
clearedTime: z.
|
|
13832
|
-
taskCreationResponse: z.
|
|
14031
|
+
}>;
|
|
14032
|
+
referenceLocator: z.ZodString;
|
|
14033
|
+
note: z.ZodString;
|
|
14034
|
+
tag: z.ZodString;
|
|
14035
|
+
elementLocator: z.ZodOptional<z.ZodString>;
|
|
14036
|
+
createdBy: z.ZodUUID;
|
|
14037
|
+
createdTime: z.ZodISODateTime;
|
|
14038
|
+
clearedBy: z.ZodUUID;
|
|
14039
|
+
clearedTime: z.ZodISODateTime;
|
|
14040
|
+
taskCreationResponse: z.ZodObject<{
|
|
13833
14041
|
taskLocator: z.ZodString;
|
|
13834
14042
|
status: z.ZodEnum<{
|
|
13835
14043
|
succeeded: "succeeded";
|
|
13836
14044
|
failed: "failed";
|
|
13837
14045
|
}>;
|
|
13838
|
-
}, z.core.$strip
|
|
14046
|
+
}, z.core.$strip>;
|
|
13839
14047
|
}, z.core.$strip>>>;
|
|
13840
|
-
validationResult: z.ZodOptional<z.ZodObject<{
|
|
13841
|
-
validationItems: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13842
|
-
locator: z.ZodOptional<z.ZodULID>;
|
|
13843
|
-
elementType: z.ZodOptional<z.ZodString>;
|
|
13844
|
-
errors: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
13845
|
-
}, z.core.$strip>>>;
|
|
13846
|
-
success: z.ZodOptional<z.ZodBoolean>;
|
|
13847
|
-
}, z.core.$strip>>;
|
|
13848
14048
|
}, z.core.$strip>>>;
|
|
14049
|
+
validationResult: z.ZodOptional<z.ZodObject<{
|
|
14050
|
+
validationItems: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14051
|
+
locator: z.ZodOptional<z.ZodULID>;
|
|
14052
|
+
elementType: z.ZodOptional<z.ZodString>;
|
|
14053
|
+
errors: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
14054
|
+
}, z.core.$strip>>>;
|
|
14055
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
14056
|
+
}, z.core.$strip>>;
|
|
13849
14057
|
}, z.core.$strip>;
|
|
13850
14058
|
|
|
13851
14059
|
/** @deprecated - use TransactionUnderwritingResponseSchema */
|
|
@@ -13879,7 +14087,13 @@ export declare const transactionUnderwritingResponseSchema: z.ZodObject<{
|
|
|
13879
14087
|
reversal: "reversal";
|
|
13880
14088
|
aggregate: "aggregate";
|
|
13881
14089
|
}>;
|
|
13882
|
-
underwritingStatus: z.
|
|
14090
|
+
underwritingStatus: z.ZodOptional<z.ZodEnum<{
|
|
14091
|
+
none: "none";
|
|
14092
|
+
declined: "declined";
|
|
14093
|
+
rejected: "rejected";
|
|
14094
|
+
approved: "approved";
|
|
14095
|
+
blocked: "blocked";
|
|
14096
|
+
}>>;
|
|
13883
14097
|
underwritingFlags: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13884
14098
|
locator: z.ZodULID;
|
|
13885
14099
|
level: z.ZodEnum<{
|
|
@@ -13948,7 +14162,13 @@ export declare const transactionUnderwritingResponseSchema: z.ZodObject<{
|
|
|
13948
14162
|
reversal: "reversal";
|
|
13949
14163
|
aggregate: "aggregate";
|
|
13950
14164
|
}>;
|
|
13951
|
-
underwritingStatus: z.
|
|
14165
|
+
underwritingStatus: z.ZodOptional<z.ZodEnum<{
|
|
14166
|
+
none: "none";
|
|
14167
|
+
declined: "declined";
|
|
14168
|
+
rejected: "rejected";
|
|
14169
|
+
approved: "approved";
|
|
14170
|
+
blocked: "blocked";
|
|
14171
|
+
}>>;
|
|
13952
14172
|
underwritingFlags: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13953
14173
|
locator: z.ZodULID;
|
|
13954
14174
|
level: z.ZodEnum<{
|