@keetanetwork/anchor 0.0.38 → 0.0.40
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/client/index.d.ts +6 -0
- package/client/index.d.ts.map +1 -1
- package/client/index.js +7 -0
- package/client/index.js.map +1 -1
- package/lib/block-listener.d.ts +93 -0
- package/lib/block-listener.d.ts.map +1 -0
- package/lib/block-listener.js +259 -0
- package/lib/block-listener.js.map +1 -0
- package/lib/encrypted-container.d.ts +53 -3
- package/lib/encrypted-container.d.ts.map +1 -1
- package/lib/encrypted-container.js +549 -93
- package/lib/encrypted-container.js.map +1 -1
- package/lib/error.d.ts.map +1 -1
- package/lib/error.js +3 -1
- package/lib/error.js.map +1 -1
- package/lib/http-server/index.d.ts +14 -1
- package/lib/http-server/index.d.ts.map +1 -1
- package/lib/http-server/index.js +144 -12
- package/lib/http-server/index.js.map +1 -1
- package/lib/queue/drivers/queue_firestore.d.ts +29 -0
- package/lib/queue/drivers/queue_firestore.d.ts.map +1 -0
- package/lib/queue/drivers/queue_firestore.js +279 -0
- package/lib/queue/drivers/queue_firestore.js.map +1 -0
- package/lib/queue/index.d.ts +74 -3
- package/lib/queue/index.d.ts.map +1 -1
- package/lib/queue/index.js +161 -36
- package/lib/queue/index.js.map +1 -1
- package/lib/resolver.d.ts +61 -15
- package/lib/resolver.d.ts.map +1 -1
- package/lib/resolver.js +1132 -686
- package/lib/resolver.js.map +1 -1
- package/lib/utils/signing.d.ts +12 -3
- package/lib/utils/signing.d.ts.map +1 -1
- package/lib/utils/signing.js +7 -13
- package/lib/utils/signing.js.map +1 -1
- package/npm-shrinkwrap.json +6 -6
- package/package.json +2 -1
- package/services/asset-movement/client.d.ts +10 -3
- package/services/asset-movement/client.d.ts.map +1 -1
- package/services/asset-movement/client.js +36 -3
- package/services/asset-movement/client.js.map +1 -1
- package/services/asset-movement/common.d.ts +57 -22
- package/services/asset-movement/common.d.ts.map +1 -1
- package/services/asset-movement/common.js +370 -70
- package/services/asset-movement/common.js.map +1 -1
- package/services/fx/client.d.ts +15 -3
- package/services/fx/client.d.ts.map +1 -1
- package/services/fx/client.js +18 -0
- package/services/fx/client.js.map +1 -1
- package/services/fx/common.d.ts +1 -1
- package/services/fx/common.js.map +1 -1
- package/services/fx/server.d.ts +59 -9
- package/services/fx/server.d.ts.map +1 -1
- package/services/fx/server.js +337 -140
- package/services/fx/server.js.map +1 -1
- package/services/fx/util.d.ts +26 -8
- package/services/fx/util.d.ts.map +1 -1
- package/services/fx/util.js +92 -4
- package/services/fx/util.js.map +1 -1
- package/services/storage/client.d.ts +322 -0
- package/services/storage/client.d.ts.map +1 -0
- package/services/storage/client.js +1058 -0
- package/services/storage/client.js.map +1 -0
- package/services/storage/common.d.ts +653 -0
- package/services/storage/common.d.ts.map +1 -0
- package/services/storage/common.generated.d.ts +17 -0
- package/services/storage/common.generated.d.ts.map +1 -0
- package/services/storage/common.generated.js +863 -0
- package/services/storage/common.generated.js.map +1 -0
- package/services/storage/common.js +587 -0
- package/services/storage/common.js.map +1 -0
- package/services/storage/lib/validators.d.ts +64 -0
- package/services/storage/lib/validators.d.ts.map +1 -0
- package/services/storage/lib/validators.js +82 -0
- package/services/storage/lib/validators.js.map +1 -0
- package/services/storage/server.d.ts +127 -0
- package/services/storage/server.d.ts.map +1 -0
- package/services/storage/server.js +626 -0
- package/services/storage/server.js.map +1 -0
- package/services/storage/test-utils.d.ts +70 -0
- package/services/storage/test-utils.d.ts.map +1 -0
- package/services/storage/test-utils.js +347 -0
- package/services/storage/test-utils.js.map +1 -0
- package/services/storage/utils.d.ts +3 -0
- package/services/storage/utils.d.ts.map +1 -0
- package/services/storage/utils.js +10 -0
- package/services/storage/utils.js.map +1 -0
- package/services/username/client.d.ts +145 -0
- package/services/username/client.d.ts.map +1 -0
- package/services/username/client.js +681 -0
- package/services/username/client.js.map +1 -0
- package/services/username/common.d.ts +136 -0
- package/services/username/common.d.ts.map +1 -0
- package/services/username/common.generated.d.ts +13 -0
- package/services/username/common.generated.d.ts.map +1 -0
- package/services/username/common.generated.js +256 -0
- package/services/username/common.generated.js.map +1 -0
- package/services/username/common.js +226 -0
- package/services/username/common.js.map +1 -0
- package/services/username/server.d.ts +51 -0
- package/services/username/server.d.ts.map +1 -0
- package/services/username/server.js +264 -0
- package/services/username/server.js.map +1 -0
|
@@ -206,11 +206,11 @@ export function getKeetaAssetMovementAnchorlistTransactionsRequestSigningData(_i
|
|
|
206
206
|
export function getKeetaAssetMovementAnchorShareKYCRequestSigningData(_ignore_input) {
|
|
207
207
|
return (['share-kyc']);
|
|
208
208
|
}
|
|
209
|
-
export const assertKeetaSupportedAssets = (() => { const _iv2 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _iv3 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _iv4 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _iv8 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv10 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv12 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv14 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv16 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv18 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv20 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av22 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _av23 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _av24 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _av28 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av30 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av32 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av34 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av36 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av38 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av40 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _io0 = input => null !== input.asset && undefined !== input.asset && (true === _iv2.has(input.asset) || "string" === typeof input.asset && (RegExp(/^\$(.*)/).test(input.asset) || RegExp(/^keeta_am(.*)/).test(input.asset) || RegExp(/^keeta_an(.*)/).test(input.asset) || RegExp(/^keeta_ao(.*)/).test(input.asset) || RegExp(/^keeta_ap(.*)/).test(input.asset) || RegExp(/^tyblocks_am(.*)/).test(input.asset) || RegExp(/^tyblocks_an(.*)/).test(input.asset) || RegExp(/^tyblocks_ao(.*)/).test(input.asset) || RegExp(/^tyblocks_ap(.*)/).test(input.asset)) || Array.isArray(input.asset) && (input.asset.length === 2 && (null !== input.asset[0] && undefined !== input.asset[0] && (true === _iv3.has(input.asset[0]) || "string" === typeof input.asset[0] && (RegExp(/^\$(.*)/).test(input.asset[0]) || RegExp(/^keeta_am(.*)/).test(input.asset[0]) || RegExp(/^keeta_an(.*)/).test(input.asset[0]) || RegExp(/^keeta_ao(.*)/).test(input.asset[0]) || RegExp(/^keeta_ap(.*)/).test(input.asset[0]) || RegExp(/^tyblocks_am(.*)/).test(input.asset[0]) || RegExp(/^tyblocks_an(.*)/).test(input.asset[0]) || RegExp(/^tyblocks_ao(.*)/).test(input.asset[0]) || RegExp(/^tyblocks_ap(.*)/).test(input.asset[0])))) && (null !== input.asset[1] && undefined !== input.asset[1] && (true === _iv4.has(input.asset[1]) || "string" === typeof input.asset[1] && (RegExp(/^\$(.*)/).test(input.asset[1]) || RegExp(/^keeta_am(.*)/).test(input.asset[1]) || RegExp(/^keeta_an(.*)/).test(input.asset[1]) || RegExp(/^keeta_ao(.*)/).test(input.asset[1]) || RegExp(/^keeta_ap(.*)/).test(input.asset[1]) || RegExp(/^tyblocks_am(.*)/).test(input.asset[1]) || RegExp(/^tyblocks_an(.*)/).test(input.asset[1]) || RegExp(/^tyblocks_ao(.*)/).test(input.asset[1]) || RegExp(/^tyblocks_ap(.*)/).test(input.asset[1])))))) && (Array.isArray(input.paths) && input.paths.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io1 = input => Array.isArray(input.pair) && (input.pair.length === 2 && ("object" === typeof input.pair[0] && null !== input.pair[0] && _io2(input.pair[0])) && ("object" === typeof input.pair[1] && null !== input.pair[1] && _io2(input.pair[1]))) && (undefined === input.kycProviders || Array.isArray(input.kycProviders) && input.kycProviders.every(elem => "string" === typeof elem)); const _io2 = input => "object" === typeof input.rails && null !== input.rails && false === Array.isArray(input.rails) && _iu0(input.rails) && (null !== input.location && (undefined === input.location || "bank-account:us" === input.location || "bank-account:iban-swift" === input.location || "bank-account:clabe" === input.location || "bank-account:pix" === input.location || "string" === typeof input.location && (RegExp(/^chain:keeta:[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.location) || RegExp(/^chain:evm:[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.location) || RegExp(/^chain:solana:(.*)/).test(input.location) || RegExp(/^chain:bitcoin:(.*)/).test(input.location) || RegExp(/^chain:tron:(.*)/).test(input.location)))) && "string" === typeof input.id; const _io3 = input => Array.isArray(input.inbound) && input.inbound.every(elem => true === _iv8.has(elem)) && (undefined === input.outbound || Array.isArray(input.outbound) && input.outbound.every(elem => true === _iv10.has(elem))) && (undefined === input.common || Array.isArray(input.common) && input.common.every(elem => true === _iv12.has(elem))); const _io4 = input => (undefined === input.inbound || Array.isArray(input.inbound) && input.inbound.every(elem => true === _iv14.has(elem))) && (Array.isArray(input.outbound) && input.outbound.every(elem => true === _iv16.has(elem))) && (undefined === input.common || Array.isArray(input.common) && input.common.every(elem => true === _iv18.has(elem))); const _io5 = input => null !== input.inbound && undefined === input.inbound && (null !== input.outbound && undefined === input.outbound) && (undefined === input.common || Array.isArray(input.common) && input.common.every(elem => true === _iv20.has(elem))); const _iu0 = input => (() => {
|
|
210
|
-
if (
|
|
211
|
-
return
|
|
212
|
-
if (
|
|
213
|
-
return
|
|
209
|
+
export const assertKeetaSupportedAssetsMetadata = (() => { const _iv2 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _iv3 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _iv4 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _iv8 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv10 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv12 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv13 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv14 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _iv15 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _iv17 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv19 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv21 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv23 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av25 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _av26 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _av27 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _av31 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av33 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av35 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av36 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av37 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _av38 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _av40 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av42 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av44 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av46 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _io0 = input => null !== input.asset && undefined !== input.asset && (true === _iv2.has(input.asset) || "string" === typeof input.asset && (RegExp(/^\$(.*)/).test(input.asset) || RegExp(/^keeta_am(.*)/).test(input.asset) || RegExp(/^keeta_an(.*)/).test(input.asset) || RegExp(/^keeta_ao(.*)/).test(input.asset) || RegExp(/^keeta_ap(.*)/).test(input.asset) || RegExp(/^tyblocks_am(.*)/).test(input.asset) || RegExp(/^tyblocks_an(.*)/).test(input.asset) || RegExp(/^tyblocks_ao(.*)/).test(input.asset) || RegExp(/^tyblocks_ap(.*)/).test(input.asset)) || Array.isArray(input.asset) && (input.asset.length === 2 && (null !== input.asset[0] && undefined !== input.asset[0] && (true === _iv3.has(input.asset[0]) || "string" === typeof input.asset[0] && (RegExp(/^\$(.*)/).test(input.asset[0]) || RegExp(/^keeta_am(.*)/).test(input.asset[0]) || RegExp(/^keeta_an(.*)/).test(input.asset[0]) || RegExp(/^keeta_ao(.*)/).test(input.asset[0]) || RegExp(/^keeta_ap(.*)/).test(input.asset[0]) || RegExp(/^tyblocks_am(.*)/).test(input.asset[0]) || RegExp(/^tyblocks_an(.*)/).test(input.asset[0]) || RegExp(/^tyblocks_ao(.*)/).test(input.asset[0]) || RegExp(/^tyblocks_ap(.*)/).test(input.asset[0])))) && (null !== input.asset[1] && undefined !== input.asset[1] && (true === _iv4.has(input.asset[1]) || "string" === typeof input.asset[1] && (RegExp(/^\$(.*)/).test(input.asset[1]) || RegExp(/^keeta_am(.*)/).test(input.asset[1]) || RegExp(/^keeta_an(.*)/).test(input.asset[1]) || RegExp(/^keeta_ao(.*)/).test(input.asset[1]) || RegExp(/^keeta_ap(.*)/).test(input.asset[1]) || RegExp(/^tyblocks_am(.*)/).test(input.asset[1]) || RegExp(/^tyblocks_an(.*)/).test(input.asset[1]) || RegExp(/^tyblocks_ao(.*)/).test(input.asset[1]) || RegExp(/^tyblocks_ap(.*)/).test(input.asset[1])))))) && (Array.isArray(input.paths) && input.paths.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io1 = input => Array.isArray(input.pair) && (input.pair.length === 2 && ("object" === typeof input.pair[0] && null !== input.pair[0] && _io2(input.pair[0])) && ("object" === typeof input.pair[1] && null !== input.pair[1] && _io2(input.pair[1]))) && (undefined === input.kycProviders || Array.isArray(input.kycProviders) && input.kycProviders.every(elem => "string" === typeof elem)); const _io2 = input => "object" === typeof input.rails && null !== input.rails && false === Array.isArray(input.rails) && _iu0(input.rails) && (null !== input.location && (undefined === input.location || "bank-account:us" === input.location || "bank-account:iban-swift" === input.location || "bank-account:clabe" === input.location || "bank-account:pix" === input.location || "string" === typeof input.location && (RegExp(/^chain:keeta:[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.location) || RegExp(/^chain:evm:[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.location) || RegExp(/^chain:solana:(.*)/).test(input.location) || RegExp(/^chain:bitcoin:(.*)/).test(input.location) || RegExp(/^chain:tron:(.*)/).test(input.location)))) && "string" === typeof input.id; const _io3 = input => Array.isArray(input.inbound) && input.inbound.every(elem => null !== elem && undefined !== elem && (true === _iv8.has(elem) || "object" === typeof elem && null !== elem && _io4(elem))) && (undefined === input.outbound || Array.isArray(input.outbound) && input.outbound.every(elem => null !== elem && undefined !== elem && (true === _iv10.has(elem) || "object" === typeof elem && null !== elem && _io4(elem)))) && (undefined === input.common || Array.isArray(input.common) && input.common.every(elem => null !== elem && undefined !== elem && (true === _iv12.has(elem) || "object" === typeof elem && null !== elem && _io4(elem)))); const _io4 = input => true === _iv13.has(input.rail) && (null !== input.estimatedTransferTimeMs && (undefined === input.estimatedTransferTimeMs || "number" === typeof input.estimatedTransferTimeMs || Array.isArray(input.estimatedTransferTimeMs) && (input.estimatedTransferTimeMs.length === 2 && "number" === typeof input.estimatedTransferTimeMs[0] && "number" === typeof input.estimatedTransferTimeMs[1]))) && (undefined === input.estimatedTransferValueRange || "object" === typeof input.estimatedTransferValueRange && null !== input.estimatedTransferValueRange && _io5(input.estimatedTransferValueRange)) && (undefined === input.estimatedFee || "object" === typeof input.estimatedFee && null !== input.estimatedFee && false === Array.isArray(input.estimatedFee) && _io6(input.estimatedFee)); const _io5 = input => Array.isArray(input.value) && (input.value.length === 2 && (undefined === input.value[0] || "string" === typeof input.value[0]) && (undefined === input.value[1] || "string" === typeof input.value[1])) && (null !== input.asset && (undefined === input.asset || true === _iv14.has(input.asset) || "string" === typeof input.asset && (RegExp(/^\$(.*)/).test(input.asset) || RegExp(/^keeta_am(.*)/).test(input.asset) || RegExp(/^keeta_an(.*)/).test(input.asset) || RegExp(/^keeta_ao(.*)/).test(input.asset) || RegExp(/^keeta_ap(.*)/).test(input.asset) || RegExp(/^tyblocks_am(.*)/).test(input.asset) || RegExp(/^tyblocks_an(.*)/).test(input.asset) || RegExp(/^tyblocks_ao(.*)/).test(input.asset) || RegExp(/^tyblocks_ap(.*)/).test(input.asset) || RegExp(/^solana:(.*)/).test(input.asset) || RegExp(/^evm:0x(.*)/).test(input.asset) || RegExp(/^tron:(.*)/).test(input.asset)))); const _io6 = input => (undefined === input.fixedFee || "object" === typeof input.fixedFee && null !== input.fixedFee && _io7(input.fixedFee)) && (undefined === input.variableFeeBps || "number" === typeof input.variableFeeBps); const _io7 = input => "string" === typeof input.value && (null !== input.asset && (undefined === input.asset || true === _iv15.has(input.asset) || "string" === typeof input.asset && (RegExp(/^\$(.*)/).test(input.asset) || RegExp(/^keeta_am(.*)/).test(input.asset) || RegExp(/^keeta_an(.*)/).test(input.asset) || RegExp(/^keeta_ao(.*)/).test(input.asset) || RegExp(/^keeta_ap(.*)/).test(input.asset) || RegExp(/^tyblocks_am(.*)/).test(input.asset) || RegExp(/^tyblocks_an(.*)/).test(input.asset) || RegExp(/^tyblocks_ao(.*)/).test(input.asset) || RegExp(/^tyblocks_ap(.*)/).test(input.asset) || RegExp(/^solana:(.*)/).test(input.asset) || RegExp(/^evm:0x(.*)/).test(input.asset) || RegExp(/^tron:(.*)/).test(input.asset)))); const _io8 = input => (undefined === input.inbound || Array.isArray(input.inbound) && input.inbound.every(elem => null !== elem && undefined !== elem && (true === _iv17.has(elem) || "object" === typeof elem && null !== elem && _io4(elem)))) && (Array.isArray(input.outbound) && input.outbound.every(elem => null !== elem && undefined !== elem && (true === _iv19.has(elem) || "object" === typeof elem && null !== elem && _io4(elem)))) && (undefined === input.common || Array.isArray(input.common) && input.common.every(elem => null !== elem && undefined !== elem && (true === _iv21.has(elem) || "object" === typeof elem && null !== elem && _io4(elem)))); const _io9 = input => null !== input.inbound && undefined === input.inbound && (null !== input.outbound && undefined === input.outbound) && (undefined === input.common || Array.isArray(input.common) && input.common.every(elem => null !== elem && undefined !== elem && (true === _iv23.has(elem) || "object" === typeof elem && null !== elem && _io4(elem)))); const _iu0 = input => (() => {
|
|
210
|
+
if (_io9(input))
|
|
211
|
+
return _io9(input);
|
|
212
|
+
if (_io8(input))
|
|
213
|
+
return _io8(input);
|
|
214
214
|
if (_io3(input))
|
|
215
215
|
return _io3(input);
|
|
216
216
|
return false;
|
|
@@ -224,7 +224,7 @@ export const assertKeetaSupportedAssets = (() => { const _iv2 = new Set(["AFN",
|
|
|
224
224
|
path: _path + ".asset",
|
|
225
225
|
expected: "(\"AED\" | \"AFN\" | \"ALL\" | \"AMD\" | \"ANG\" | \"AOA\" | \"ARS\" | \"AUD\" | \"AWG\" | \"AZN\" | \"BAM\" | \"BBD\" | \"BDT\" | \"BGN\" | \"BHD\" | \"BIF\" | \"BMD\" | \"BND\" | \"BOB\" | \"BOV\" | \"BRL\" | \"BSD\" | \"BTN\" | \"BWP\" | \"BYN\" | \"BZD\" | \"CAD\" | \"CDF\" | \"CHE\" | \"CHF\" | \"CHW\" | \"CLF\" | \"CLP\" | \"CNY\" | \"COP\" | \"COU\" | \"CRC\" | \"CUC\" | \"CUP\" | \"CVE\" | \"CZK\" | \"DJF\" | \"DKK\" | \"DOP\" | \"DZD\" | \"EGP\" | \"ERN\" | \"ETB\" | \"EUR\" | \"FJD\" | \"FKP\" | \"GBP\" | \"GEL\" | \"GHS\" | \"GIP\" | \"GMD\" | \"GNF\" | \"GTQ\" | \"GYD\" | \"HKD\" | \"HNL\" | \"HTG\" | \"HUF\" | \"IDR\" | \"ILS\" | \"INR\" | \"IQD\" | \"IRR\" | \"ISK\" | \"JMD\" | \"JOD\" | \"JPY\" | \"KES\" | \"KGS\" | \"KHR\" | \"KMF\" | \"KPW\" | \"KRW\" | \"KWD\" | \"KYD\" | \"KZT\" | \"LAK\" | \"LBP\" | \"LKR\" | \"LRD\" | \"LSL\" | \"LYD\" | \"MAD\" | \"MDL\" | \"MGA\" | \"MKD\" | \"MMK\" | \"MNT\" | \"MOP\" | \"MRU\" | \"MUR\" | \"MVR\" | \"MWK\" | \"MXN\" | \"MXV\" | \"MYR\" | \"MZN\" | \"NAD\" | \"NGN\" | \"NIO\" | \"NOK\" | \"NPR\" | \"NZD\" | \"OMR\" | \"PAB\" | \"PEN\" | \"PGK\" | \"PHP\" | \"PKR\" | \"PLN\" | \"PYG\" | \"QAR\" | \"RON\" | \"RSD\" | \"RUB\" | \"RWF\" | \"SAR\" | \"SBD\" | \"SCR\" | \"SDG\" | \"SEK\" | \"SGD\" | \"SHP\" | \"SLE\" | \"SLL\" | \"SOS\" | \"SRD\" | \"SSP\" | \"STN\" | \"SVC\" | \"SYP\" | \"SZL\" | \"THB\" | \"TJS\" | \"TMT\" | \"TND\" | \"TOP\" | \"TRY\" | \"TTD\" | \"TWD\" | \"TZS\" | \"UAH\" | \"UGX\" | \"USD\" | \"USN\" | \"UYI\" | \"UYU\" | \"UYW\" | \"UZS\" | \"VED\" | \"VES\" | \"VND\" | \"VUV\" | \"WST\" | \"XAF\" | \"XCD\" | \"XOF\" | \"XPF\" | \"YER\" | \"ZAR\" | \"ZMW\" | \"ZWL\" | [AssetMetadataTargetValue, AssetMetadataTargetValue] | `$${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
|
|
226
226
|
value: input.asset
|
|
227
|
-
}, _errorFactory)) && (true ===
|
|
227
|
+
}, _errorFactory)) && (true === _av25.has(input.asset) || "string" === typeof input.asset && (RegExp(/^\$(.*)/).test(input.asset) || RegExp(/^keeta_am(.*)/).test(input.asset) || RegExp(/^keeta_an(.*)/).test(input.asset) || RegExp(/^keeta_ao(.*)/).test(input.asset) || RegExp(/^keeta_ap(.*)/).test(input.asset) || RegExp(/^tyblocks_am(.*)/).test(input.asset) || RegExp(/^tyblocks_an(.*)/).test(input.asset) || RegExp(/^tyblocks_ao(.*)/).test(input.asset) || RegExp(/^tyblocks_ap(.*)/).test(input.asset)) || (Array.isArray(input.asset) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
228
228
|
method: "createAssert",
|
|
229
229
|
path: _path + ".asset",
|
|
230
230
|
expected: "(\"AED\" | \"AFN\" | \"ALL\" | \"AMD\" | \"ANG\" | \"AOA\" | \"ARS\" | \"AUD\" | \"AWG\" | \"AZN\" | \"BAM\" | \"BBD\" | \"BDT\" | \"BGN\" | \"BHD\" | \"BIF\" | \"BMD\" | \"BND\" | \"BOB\" | \"BOV\" | \"BRL\" | \"BSD\" | \"BTN\" | \"BWP\" | \"BYN\" | \"BZD\" | \"CAD\" | \"CDF\" | \"CHE\" | \"CHF\" | \"CHW\" | \"CLF\" | \"CLP\" | \"CNY\" | \"COP\" | \"COU\" | \"CRC\" | \"CUC\" | \"CUP\" | \"CVE\" | \"CZK\" | \"DJF\" | \"DKK\" | \"DOP\" | \"DZD\" | \"EGP\" | \"ERN\" | \"ETB\" | \"EUR\" | \"FJD\" | \"FKP\" | \"GBP\" | \"GEL\" | \"GHS\" | \"GIP\" | \"GMD\" | \"GNF\" | \"GTQ\" | \"GYD\" | \"HKD\" | \"HNL\" | \"HTG\" | \"HUF\" | \"IDR\" | \"ILS\" | \"INR\" | \"IQD\" | \"IRR\" | \"ISK\" | \"JMD\" | \"JOD\" | \"JPY\" | \"KES\" | \"KGS\" | \"KHR\" | \"KMF\" | \"KPW\" | \"KRW\" | \"KWD\" | \"KYD\" | \"KZT\" | \"LAK\" | \"LBP\" | \"LKR\" | \"LRD\" | \"LSL\" | \"LYD\" | \"MAD\" | \"MDL\" | \"MGA\" | \"MKD\" | \"MMK\" | \"MNT\" | \"MOP\" | \"MRU\" | \"MUR\" | \"MVR\" | \"MWK\" | \"MXN\" | \"MXV\" | \"MYR\" | \"MZN\" | \"NAD\" | \"NGN\" | \"NIO\" | \"NOK\" | \"NPR\" | \"NZD\" | \"OMR\" | \"PAB\" | \"PEN\" | \"PGK\" | \"PHP\" | \"PKR\" | \"PLN\" | \"PYG\" | \"QAR\" | \"RON\" | \"RSD\" | \"RUB\" | \"RWF\" | \"SAR\" | \"SBD\" | \"SCR\" | \"SDG\" | \"SEK\" | \"SGD\" | \"SHP\" | \"SLE\" | \"SLL\" | \"SOS\" | \"SRD\" | \"SSP\" | \"STN\" | \"SVC\" | \"SYP\" | \"SZL\" | \"THB\" | \"TJS\" | \"TMT\" | \"TND\" | \"TOP\" | \"TRY\" | \"TTD\" | \"TWD\" | \"TZS\" | \"UAH\" | \"UGX\" | \"USD\" | \"USN\" | \"UYI\" | \"UYU\" | \"UYW\" | \"UZS\" | \"VED\" | \"VES\" | \"VND\" | \"VUV\" | \"WST\" | \"XAF\" | \"XCD\" | \"XOF\" | \"XPF\" | \"YER\" | \"ZAR\" | \"ZMW\" | \"ZWL\" | [AssetMetadataTargetValue, AssetMetadataTargetValue] | `$${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
|
|
@@ -244,7 +244,7 @@ export const assertKeetaSupportedAssets = (() => { const _iv2 = new Set(["AFN",
|
|
|
244
244
|
path: _path + ".asset[0]",
|
|
245
245
|
expected: "(\"AED\" | \"AFN\" | \"ALL\" | \"AMD\" | \"ANG\" | \"AOA\" | \"ARS\" | \"AUD\" | \"AWG\" | \"AZN\" | \"BAM\" | \"BBD\" | \"BDT\" | \"BGN\" | \"BHD\" | \"BIF\" | \"BMD\" | \"BND\" | \"BOB\" | \"BOV\" | \"BRL\" | \"BSD\" | \"BTN\" | \"BWP\" | \"BYN\" | \"BZD\" | \"CAD\" | \"CDF\" | \"CHE\" | \"CHF\" | \"CHW\" | \"CLF\" | \"CLP\" | \"CNY\" | \"COP\" | \"COU\" | \"CRC\" | \"CUC\" | \"CUP\" | \"CVE\" | \"CZK\" | \"DJF\" | \"DKK\" | \"DOP\" | \"DZD\" | \"EGP\" | \"ERN\" | \"ETB\" | \"EUR\" | \"FJD\" | \"FKP\" | \"GBP\" | \"GEL\" | \"GHS\" | \"GIP\" | \"GMD\" | \"GNF\" | \"GTQ\" | \"GYD\" | \"HKD\" | \"HNL\" | \"HTG\" | \"HUF\" | \"IDR\" | \"ILS\" | \"INR\" | \"IQD\" | \"IRR\" | \"ISK\" | \"JMD\" | \"JOD\" | \"JPY\" | \"KES\" | \"KGS\" | \"KHR\" | \"KMF\" | \"KPW\" | \"KRW\" | \"KWD\" | \"KYD\" | \"KZT\" | \"LAK\" | \"LBP\" | \"LKR\" | \"LRD\" | \"LSL\" | \"LYD\" | \"MAD\" | \"MDL\" | \"MGA\" | \"MKD\" | \"MMK\" | \"MNT\" | \"MOP\" | \"MRU\" | \"MUR\" | \"MVR\" | \"MWK\" | \"MXN\" | \"MXV\" | \"MYR\" | \"MZN\" | \"NAD\" | \"NGN\" | \"NIO\" | \"NOK\" | \"NPR\" | \"NZD\" | \"OMR\" | \"PAB\" | \"PEN\" | \"PGK\" | \"PHP\" | \"PKR\" | \"PLN\" | \"PYG\" | \"QAR\" | \"RON\" | \"RSD\" | \"RUB\" | \"RWF\" | \"SAR\" | \"SBD\" | \"SCR\" | \"SDG\" | \"SEK\" | \"SGD\" | \"SHP\" | \"SLE\" | \"SLL\" | \"SOS\" | \"SRD\" | \"SSP\" | \"STN\" | \"SVC\" | \"SYP\" | \"SZL\" | \"THB\" | \"TJS\" | \"TMT\" | \"TND\" | \"TOP\" | \"TRY\" | \"TTD\" | \"TWD\" | \"TZS\" | \"UAH\" | \"UGX\" | \"USD\" | \"USN\" | \"UYI\" | \"UYU\" | \"UYW\" | \"UZS\" | \"VED\" | \"VES\" | \"VND\" | \"VUV\" | \"WST\" | \"XAF\" | \"XCD\" | \"XOF\" | \"XPF\" | \"YER\" | \"ZAR\" | \"ZMW\" | \"ZWL\" | `$${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
|
|
246
246
|
value: input.asset[0]
|
|
247
|
-
}, _errorFactory)) && (true ===
|
|
247
|
+
}, _errorFactory)) && (true === _av26.has(input.asset[0]) || "string" === typeof input.asset[0] && (RegExp(/^\$(.*)/).test(input.asset[0]) || RegExp(/^keeta_am(.*)/).test(input.asset[0]) || RegExp(/^keeta_an(.*)/).test(input.asset[0]) || RegExp(/^keeta_ao(.*)/).test(input.asset[0]) || RegExp(/^keeta_ap(.*)/).test(input.asset[0]) || RegExp(/^tyblocks_am(.*)/).test(input.asset[0]) || RegExp(/^tyblocks_an(.*)/).test(input.asset[0]) || RegExp(/^tyblocks_ao(.*)/).test(input.asset[0]) || RegExp(/^tyblocks_ap(.*)/).test(input.asset[0])) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
248
248
|
method: "createAssert",
|
|
249
249
|
path: _path + ".asset[0]",
|
|
250
250
|
expected: "(\"AED\" | \"AFN\" | \"ALL\" | \"AMD\" | \"ANG\" | \"AOA\" | \"ARS\" | \"AUD\" | \"AWG\" | \"AZN\" | \"BAM\" | \"BBD\" | \"BDT\" | \"BGN\" | \"BHD\" | \"BIF\" | \"BMD\" | \"BND\" | \"BOB\" | \"BOV\" | \"BRL\" | \"BSD\" | \"BTN\" | \"BWP\" | \"BYN\" | \"BZD\" | \"CAD\" | \"CDF\" | \"CHE\" | \"CHF\" | \"CHW\" | \"CLF\" | \"CLP\" | \"CNY\" | \"COP\" | \"COU\" | \"CRC\" | \"CUC\" | \"CUP\" | \"CVE\" | \"CZK\" | \"DJF\" | \"DKK\" | \"DOP\" | \"DZD\" | \"EGP\" | \"ERN\" | \"ETB\" | \"EUR\" | \"FJD\" | \"FKP\" | \"GBP\" | \"GEL\" | \"GHS\" | \"GIP\" | \"GMD\" | \"GNF\" | \"GTQ\" | \"GYD\" | \"HKD\" | \"HNL\" | \"HTG\" | \"HUF\" | \"IDR\" | \"ILS\" | \"INR\" | \"IQD\" | \"IRR\" | \"ISK\" | \"JMD\" | \"JOD\" | \"JPY\" | \"KES\" | \"KGS\" | \"KHR\" | \"KMF\" | \"KPW\" | \"KRW\" | \"KWD\" | \"KYD\" | \"KZT\" | \"LAK\" | \"LBP\" | \"LKR\" | \"LRD\" | \"LSL\" | \"LYD\" | \"MAD\" | \"MDL\" | \"MGA\" | \"MKD\" | \"MMK\" | \"MNT\" | \"MOP\" | \"MRU\" | \"MUR\" | \"MVR\" | \"MWK\" | \"MXN\" | \"MXV\" | \"MYR\" | \"MZN\" | \"NAD\" | \"NGN\" | \"NIO\" | \"NOK\" | \"NPR\" | \"NZD\" | \"OMR\" | \"PAB\" | \"PEN\" | \"PGK\" | \"PHP\" | \"PKR\" | \"PLN\" | \"PYG\" | \"QAR\" | \"RON\" | \"RSD\" | \"RUB\" | \"RWF\" | \"SAR\" | \"SBD\" | \"SCR\" | \"SDG\" | \"SEK\" | \"SGD\" | \"SHP\" | \"SLE\" | \"SLL\" | \"SOS\" | \"SRD\" | \"SSP\" | \"STN\" | \"SVC\" | \"SYP\" | \"SZL\" | \"THB\" | \"TJS\" | \"TMT\" | \"TND\" | \"TOP\" | \"TRY\" | \"TTD\" | \"TWD\" | \"TZS\" | \"UAH\" | \"UGX\" | \"USD\" | \"USN\" | \"UYI\" | \"UYU\" | \"UYW\" | \"UZS\" | \"VED\" | \"VES\" | \"VND\" | \"VUV\" | \"WST\" | \"XAF\" | \"XCD\" | \"XOF\" | \"XPF\" | \"YER\" | \"ZAR\" | \"ZMW\" | \"ZWL\" | `$${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
|
|
@@ -259,7 +259,7 @@ export const assertKeetaSupportedAssets = (() => { const _iv2 = new Set(["AFN",
|
|
|
259
259
|
path: _path + ".asset[1]",
|
|
260
260
|
expected: "(\"AED\" | \"AFN\" | \"ALL\" | \"AMD\" | \"ANG\" | \"AOA\" | \"ARS\" | \"AUD\" | \"AWG\" | \"AZN\" | \"BAM\" | \"BBD\" | \"BDT\" | \"BGN\" | \"BHD\" | \"BIF\" | \"BMD\" | \"BND\" | \"BOB\" | \"BOV\" | \"BRL\" | \"BSD\" | \"BTN\" | \"BWP\" | \"BYN\" | \"BZD\" | \"CAD\" | \"CDF\" | \"CHE\" | \"CHF\" | \"CHW\" | \"CLF\" | \"CLP\" | \"CNY\" | \"COP\" | \"COU\" | \"CRC\" | \"CUC\" | \"CUP\" | \"CVE\" | \"CZK\" | \"DJF\" | \"DKK\" | \"DOP\" | \"DZD\" | \"EGP\" | \"ERN\" | \"ETB\" | \"EUR\" | \"FJD\" | \"FKP\" | \"GBP\" | \"GEL\" | \"GHS\" | \"GIP\" | \"GMD\" | \"GNF\" | \"GTQ\" | \"GYD\" | \"HKD\" | \"HNL\" | \"HTG\" | \"HUF\" | \"IDR\" | \"ILS\" | \"INR\" | \"IQD\" | \"IRR\" | \"ISK\" | \"JMD\" | \"JOD\" | \"JPY\" | \"KES\" | \"KGS\" | \"KHR\" | \"KMF\" | \"KPW\" | \"KRW\" | \"KWD\" | \"KYD\" | \"KZT\" | \"LAK\" | \"LBP\" | \"LKR\" | \"LRD\" | \"LSL\" | \"LYD\" | \"MAD\" | \"MDL\" | \"MGA\" | \"MKD\" | \"MMK\" | \"MNT\" | \"MOP\" | \"MRU\" | \"MUR\" | \"MVR\" | \"MWK\" | \"MXN\" | \"MXV\" | \"MYR\" | \"MZN\" | \"NAD\" | \"NGN\" | \"NIO\" | \"NOK\" | \"NPR\" | \"NZD\" | \"OMR\" | \"PAB\" | \"PEN\" | \"PGK\" | \"PHP\" | \"PKR\" | \"PLN\" | \"PYG\" | \"QAR\" | \"RON\" | \"RSD\" | \"RUB\" | \"RWF\" | \"SAR\" | \"SBD\" | \"SCR\" | \"SDG\" | \"SEK\" | \"SGD\" | \"SHP\" | \"SLE\" | \"SLL\" | \"SOS\" | \"SRD\" | \"SSP\" | \"STN\" | \"SVC\" | \"SYP\" | \"SZL\" | \"THB\" | \"TJS\" | \"TMT\" | \"TND\" | \"TOP\" | \"TRY\" | \"TTD\" | \"TWD\" | \"TZS\" | \"UAH\" | \"UGX\" | \"USD\" | \"USN\" | \"UYI\" | \"UYU\" | \"UYW\" | \"UZS\" | \"VED\" | \"VES\" | \"VND\" | \"VUV\" | \"WST\" | \"XAF\" | \"XCD\" | \"XOF\" | \"XPF\" | \"YER\" | \"ZAR\" | \"ZMW\" | \"ZWL\" | `$${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
|
|
261
261
|
value: input.asset[1]
|
|
262
|
-
}, _errorFactory)) && (true ===
|
|
262
|
+
}, _errorFactory)) && (true === _av27.has(input.asset[1]) || "string" === typeof input.asset[1] && (RegExp(/^\$(.*)/).test(input.asset[1]) || RegExp(/^keeta_am(.*)/).test(input.asset[1]) || RegExp(/^keeta_an(.*)/).test(input.asset[1]) || RegExp(/^keeta_ao(.*)/).test(input.asset[1]) || RegExp(/^keeta_ap(.*)/).test(input.asset[1]) || RegExp(/^tyblocks_am(.*)/).test(input.asset[1]) || RegExp(/^tyblocks_an(.*)/).test(input.asset[1]) || RegExp(/^tyblocks_ao(.*)/).test(input.asset[1]) || RegExp(/^tyblocks_ap(.*)/).test(input.asset[1])) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
263
263
|
method: "createAssert",
|
|
264
264
|
path: _path + ".asset[1]",
|
|
265
265
|
expected: "(\"AED\" | \"AFN\" | \"ALL\" | \"AMD\" | \"ANG\" | \"AOA\" | \"ARS\" | \"AUD\" | \"AWG\" | \"AZN\" | \"BAM\" | \"BBD\" | \"BDT\" | \"BGN\" | \"BHD\" | \"BIF\" | \"BMD\" | \"BND\" | \"BOB\" | \"BOV\" | \"BRL\" | \"BSD\" | \"BTN\" | \"BWP\" | \"BYN\" | \"BZD\" | \"CAD\" | \"CDF\" | \"CHE\" | \"CHF\" | \"CHW\" | \"CLF\" | \"CLP\" | \"CNY\" | \"COP\" | \"COU\" | \"CRC\" | \"CUC\" | \"CUP\" | \"CVE\" | \"CZK\" | \"DJF\" | \"DKK\" | \"DOP\" | \"DZD\" | \"EGP\" | \"ERN\" | \"ETB\" | \"EUR\" | \"FJD\" | \"FKP\" | \"GBP\" | \"GEL\" | \"GHS\" | \"GIP\" | \"GMD\" | \"GNF\" | \"GTQ\" | \"GYD\" | \"HKD\" | \"HNL\" | \"HTG\" | \"HUF\" | \"IDR\" | \"ILS\" | \"INR\" | \"IQD\" | \"IRR\" | \"ISK\" | \"JMD\" | \"JOD\" | \"JPY\" | \"KES\" | \"KGS\" | \"KHR\" | \"KMF\" | \"KPW\" | \"KRW\" | \"KWD\" | \"KYD\" | \"KZT\" | \"LAK\" | \"LBP\" | \"LKR\" | \"LRD\" | \"LSL\" | \"LYD\" | \"MAD\" | \"MDL\" | \"MGA\" | \"MKD\" | \"MMK\" | \"MNT\" | \"MOP\" | \"MRU\" | \"MUR\" | \"MVR\" | \"MWK\" | \"MXN\" | \"MXV\" | \"MYR\" | \"MZN\" | \"NAD\" | \"NGN\" | \"NIO\" | \"NOK\" | \"NPR\" | \"NZD\" | \"OMR\" | \"PAB\" | \"PEN\" | \"PGK\" | \"PHP\" | \"PKR\" | \"PLN\" | \"PYG\" | \"QAR\" | \"RON\" | \"RSD\" | \"RUB\" | \"RWF\" | \"SAR\" | \"SBD\" | \"SCR\" | \"SDG\" | \"SEK\" | \"SGD\" | \"SHP\" | \"SLE\" | \"SLL\" | \"SOS\" | \"SRD\" | \"SSP\" | \"STN\" | \"SVC\" | \"SYP\" | \"SZL\" | \"THB\" | \"TJS\" | \"TMT\" | \"TND\" | \"TOP\" | \"TRY\" | \"TTD\" | \"TWD\" | \"TZS\" | \"UAH\" | \"UGX\" | \"USD\" | \"USN\" | \"UYI\" | \"UYU\" | \"UYW\" | \"UZS\" | \"VED\" | \"VES\" | \"VND\" | \"VUV\" | \"WST\" | \"XAF\" | \"XCD\" | \"XOF\" | \"XPF\" | \"YER\" | \"ZAR\" | \"ZMW\" | \"ZWL\" | `$${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
|
|
@@ -274,14 +274,14 @@ export const assertKeetaSupportedAssets = (() => { const _iv2 = new Set(["AFN",
|
|
|
274
274
|
path: _path + ".paths",
|
|
275
275
|
expected: "Array<AssetPath>",
|
|
276
276
|
value: input.paths
|
|
277
|
-
}, _errorFactory)) && input.paths.every((elem,
|
|
277
|
+
}, _errorFactory)) && input.paths.every((elem, _index28) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
278
278
|
method: "createAssert",
|
|
279
|
-
path: _path + ".paths[" +
|
|
279
|
+
path: _path + ".paths[" + _index28 + "]",
|
|
280
280
|
expected: "AssetPath",
|
|
281
281
|
value: elem
|
|
282
|
-
}, _errorFactory)) && _ao1(elem, _path + ".paths[" +
|
|
282
|
+
}, _errorFactory)) && _ao1(elem, _path + ".paths[" + _index28 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
283
283
|
method: "createAssert",
|
|
284
|
-
path: _path + ".paths[" +
|
|
284
|
+
path: _path + ".paths[" + _index28 + "]",
|
|
285
285
|
expected: "AssetPath",
|
|
286
286
|
value: elem
|
|
287
287
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -329,9 +329,9 @@ export const assertKeetaSupportedAssets = (() => { const _iv2 = new Set(["AFN",
|
|
|
329
329
|
path: _path + ".kycProviders",
|
|
330
330
|
expected: "(Array<string> | undefined)",
|
|
331
331
|
value: input.kycProviders
|
|
332
|
-
}, _errorFactory)) && input.kycProviders.every((elem,
|
|
332
|
+
}, _errorFactory)) && input.kycProviders.every((elem, _index29) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
333
333
|
method: "createAssert",
|
|
334
|
-
path: _path + ".kycProviders[" +
|
|
334
|
+
path: _path + ".kycProviders[" + _index29 + "]",
|
|
335
335
|
expected: "string",
|
|
336
336
|
value: elem
|
|
337
337
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -342,12 +342,12 @@ export const assertKeetaSupportedAssets = (() => { const _iv2 = new Set(["AFN",
|
|
|
342
342
|
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => (("object" === typeof input.rails && null !== input.rails && false === Array.isArray(input.rails) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
343
343
|
method: "createAssert",
|
|
344
344
|
path: _path + ".rails",
|
|
345
|
-
expected: "({ inbound:
|
|
345
|
+
expected: "({ inbound: RailOrRailWithExtendedDetails[]; outbound?: RailOrRailWithExtendedDetails[]; } & { common?: RailOrRailWithExtendedDetails[]; } | { inbound?: RailOrRailWithExtendedDetails[]; outbound: RailOrRailWithExtendedDetails[]; } & { common?: RailOrRailWithExtendedDetails[]; } | { inbound?: never; outbound?: never; } & { common?: RailOrRailWithExtendedDetails[]; })",
|
|
346
346
|
value: input.rails
|
|
347
347
|
}, _errorFactory)) && _au0(input.rails, _path + ".rails", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
348
348
|
method: "createAssert",
|
|
349
349
|
path: _path + ".rails",
|
|
350
|
-
expected: "({ inbound:
|
|
350
|
+
expected: "({ inbound: RailOrRailWithExtendedDetails[]; outbound?: RailOrRailWithExtendedDetails[]; } & { common?: RailOrRailWithExtendedDetails[]; } | { inbound?: RailOrRailWithExtendedDetails[]; outbound: RailOrRailWithExtendedDetails[]; } & { common?: RailOrRailWithExtendedDetails[]; } | { inbound?: never; outbound?: never; } & { common?: RailOrRailWithExtendedDetails[]; })",
|
|
351
351
|
value: input.rails
|
|
352
352
|
}, _errorFactory)) && ((null !== input.location || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
353
353
|
method: "createAssert",
|
|
@@ -367,94 +367,304 @@ export const assertKeetaSupportedAssets = (() => { const _iv2 = new Set(["AFN",
|
|
|
367
367
|
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => ((Array.isArray(input.inbound) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
368
368
|
method: "createAssert",
|
|
369
369
|
path: _path + ".inbound",
|
|
370
|
-
expected: "Array<
|
|
370
|
+
expected: "Array<RailOrRailWithExtendedDetails>",
|
|
371
371
|
value: input.inbound
|
|
372
|
-
}, _errorFactory)) && input.inbound.every((elem,
|
|
372
|
+
}, _errorFactory)) && input.inbound.every((elem, _index30) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
373
373
|
method: "createAssert",
|
|
374
|
-
path: _path + ".inbound[" +
|
|
375
|
-
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\")",
|
|
374
|
+
path: _path + ".inbound[" + _index30 + "]",
|
|
375
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
376
376
|
value: elem
|
|
377
|
-
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
377
|
+
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
378
|
+
method: "createAssert",
|
|
379
|
+
path: _path + ".inbound[" + _index30 + "]",
|
|
380
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
381
|
+
value: elem
|
|
382
|
+
}, _errorFactory)) && (true === _av31.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
383
|
+
method: "createAssert",
|
|
384
|
+
path: _path + ".inbound[" + _index30 + "]",
|
|
385
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
386
|
+
value: elem
|
|
387
|
+
}, _errorFactory)) && _ao4(elem, _path + ".inbound[" + _index30 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
388
|
+
method: "createAssert",
|
|
389
|
+
path: _path + ".inbound[" + _index30 + "]",
|
|
390
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
391
|
+
value: elem
|
|
392
|
+
}, _errorFactory))) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
378
393
|
method: "createAssert",
|
|
379
394
|
path: _path + ".inbound",
|
|
380
|
-
expected: "Array<
|
|
395
|
+
expected: "Array<RailOrRailWithExtendedDetails>",
|
|
381
396
|
value: input.inbound
|
|
382
397
|
}, _errorFactory)) && (undefined === input.outbound || (Array.isArray(input.outbound) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
383
398
|
method: "createAssert",
|
|
384
399
|
path: _path + ".outbound",
|
|
385
|
-
expected: "(Array<
|
|
400
|
+
expected: "(Array<RailOrRailWithExtendedDetails> | undefined)",
|
|
386
401
|
value: input.outbound
|
|
387
|
-
}, _errorFactory)) && input.outbound.every((elem,
|
|
402
|
+
}, _errorFactory)) && input.outbound.every((elem, _index32) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
388
403
|
method: "createAssert",
|
|
389
|
-
path: _path + ".outbound[" +
|
|
390
|
-
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\")",
|
|
404
|
+
path: _path + ".outbound[" + _index32 + "]",
|
|
405
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
391
406
|
value: elem
|
|
392
|
-
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
407
|
+
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
408
|
+
method: "createAssert",
|
|
409
|
+
path: _path + ".outbound[" + _index32 + "]",
|
|
410
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
411
|
+
value: elem
|
|
412
|
+
}, _errorFactory)) && (true === _av33.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
413
|
+
method: "createAssert",
|
|
414
|
+
path: _path + ".outbound[" + _index32 + "]",
|
|
415
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
416
|
+
value: elem
|
|
417
|
+
}, _errorFactory)) && _ao4(elem, _path + ".outbound[" + _index32 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
418
|
+
method: "createAssert",
|
|
419
|
+
path: _path + ".outbound[" + _index32 + "]",
|
|
420
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
421
|
+
value: elem
|
|
422
|
+
}, _errorFactory))) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
393
423
|
method: "createAssert",
|
|
394
424
|
path: _path + ".outbound",
|
|
395
|
-
expected: "(Array<
|
|
425
|
+
expected: "(Array<RailOrRailWithExtendedDetails> | undefined)",
|
|
396
426
|
value: input.outbound
|
|
397
427
|
}, _errorFactory)) && (undefined === input.common || (Array.isArray(input.common) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
398
428
|
method: "createAssert",
|
|
399
429
|
path: _path + ".common",
|
|
400
|
-
expected: "(Array<
|
|
430
|
+
expected: "(Array<RailOrRailWithExtendedDetails> | undefined)",
|
|
401
431
|
value: input.common
|
|
402
|
-
}, _errorFactory)) && input.common.every((elem,
|
|
432
|
+
}, _errorFactory)) && input.common.every((elem, _index34) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
403
433
|
method: "createAssert",
|
|
404
|
-
path: _path + ".common[" +
|
|
405
|
-
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\")",
|
|
434
|
+
path: _path + ".common[" + _index34 + "]",
|
|
435
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
406
436
|
value: elem
|
|
407
|
-
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
437
|
+
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
438
|
+
method: "createAssert",
|
|
439
|
+
path: _path + ".common[" + _index34 + "]",
|
|
440
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
441
|
+
value: elem
|
|
442
|
+
}, _errorFactory)) && (true === _av35.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
443
|
+
method: "createAssert",
|
|
444
|
+
path: _path + ".common[" + _index34 + "]",
|
|
445
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
446
|
+
value: elem
|
|
447
|
+
}, _errorFactory)) && _ao4(elem, _path + ".common[" + _index34 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
448
|
+
method: "createAssert",
|
|
449
|
+
path: _path + ".common[" + _index34 + "]",
|
|
450
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
451
|
+
value: elem
|
|
452
|
+
}, _errorFactory))) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
408
453
|
method: "createAssert",
|
|
409
454
|
path: _path + ".common",
|
|
410
|
-
expected: "(Array<
|
|
455
|
+
expected: "(Array<RailOrRailWithExtendedDetails> | undefined)",
|
|
411
456
|
value: input.common
|
|
412
|
-
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => (
|
|
457
|
+
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => (true === _av36.has(input.rail) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
458
|
+
method: "createAssert",
|
|
459
|
+
path: _path + ".rail",
|
|
460
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\")",
|
|
461
|
+
value: input.rail
|
|
462
|
+
}, _errorFactory)) && ((null !== input.estimatedTransferTimeMs || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
463
|
+
method: "createAssert",
|
|
464
|
+
path: _path + ".estimatedTransferTimeMs",
|
|
465
|
+
expected: "([minEstimateMs: number, maxEstimateMs: number] | number | undefined)",
|
|
466
|
+
value: input.estimatedTransferTimeMs
|
|
467
|
+
}, _errorFactory)) && (undefined === input.estimatedTransferTimeMs || "number" === typeof input.estimatedTransferTimeMs || (Array.isArray(input.estimatedTransferTimeMs) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
468
|
+
method: "createAssert",
|
|
469
|
+
path: _path + ".estimatedTransferTimeMs",
|
|
470
|
+
expected: "([minEstimateMs: number, maxEstimateMs: number] | number | undefined)",
|
|
471
|
+
value: input.estimatedTransferTimeMs
|
|
472
|
+
}, _errorFactory)) && ((input.estimatedTransferTimeMs.length === 2 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
473
|
+
method: "createAssert",
|
|
474
|
+
path: _path + ".estimatedTransferTimeMs",
|
|
475
|
+
expected: "[number, number]",
|
|
476
|
+
value: input.estimatedTransferTimeMs
|
|
477
|
+
}, _errorFactory)) && ("number" === typeof input.estimatedTransferTimeMs[0] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
478
|
+
method: "createAssert",
|
|
479
|
+
path: _path + ".estimatedTransferTimeMs[0]",
|
|
480
|
+
expected: "number",
|
|
481
|
+
value: input.estimatedTransferTimeMs[0]
|
|
482
|
+
}, _errorFactory)) && ("number" === typeof input.estimatedTransferTimeMs[1] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
483
|
+
method: "createAssert",
|
|
484
|
+
path: _path + ".estimatedTransferTimeMs[1]",
|
|
485
|
+
expected: "number",
|
|
486
|
+
value: input.estimatedTransferTimeMs[1]
|
|
487
|
+
}, _errorFactory))) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
488
|
+
method: "createAssert",
|
|
489
|
+
path: _path + ".estimatedTransferTimeMs",
|
|
490
|
+
expected: "([minEstimateMs: number, maxEstimateMs: number] | number | undefined)",
|
|
491
|
+
value: input.estimatedTransferTimeMs
|
|
492
|
+
}, _errorFactory))) && (undefined === input.estimatedTransferValueRange || ("object" === typeof input.estimatedTransferValueRange && null !== input.estimatedTransferValueRange || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
493
|
+
method: "createAssert",
|
|
494
|
+
path: _path + ".estimatedTransferValueRange",
|
|
495
|
+
expected: "(__type | undefined)",
|
|
496
|
+
value: input.estimatedTransferValueRange
|
|
497
|
+
}, _errorFactory)) && _ao5(input.estimatedTransferValueRange, _path + ".estimatedTransferValueRange", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
498
|
+
method: "createAssert",
|
|
499
|
+
path: _path + ".estimatedTransferValueRange",
|
|
500
|
+
expected: "(__type | undefined)",
|
|
501
|
+
value: input.estimatedTransferValueRange
|
|
502
|
+
}, _errorFactory)) && (undefined === input.estimatedFee || ("object" === typeof input.estimatedFee && null !== input.estimatedFee && false === Array.isArray(input.estimatedFee) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
503
|
+
method: "createAssert",
|
|
504
|
+
path: _path + ".estimatedFee",
|
|
505
|
+
expected: "(__type.o1 | undefined)",
|
|
506
|
+
value: input.estimatedFee
|
|
507
|
+
}, _errorFactory)) && _ao6(input.estimatedFee, _path + ".estimatedFee", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
508
|
+
method: "createAssert",
|
|
509
|
+
path: _path + ".estimatedFee",
|
|
510
|
+
expected: "(__type.o1 | undefined)",
|
|
511
|
+
value: input.estimatedFee
|
|
512
|
+
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => ((Array.isArray(input.value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
513
|
+
method: "createAssert",
|
|
514
|
+
path: _path + ".value",
|
|
515
|
+
expected: "[string | undefined, string | undefined]",
|
|
516
|
+
value: input.value
|
|
517
|
+
}, _errorFactory)) && ((input.value.length === 2 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
518
|
+
method: "createAssert",
|
|
519
|
+
path: _path + ".value",
|
|
520
|
+
expected: "[(string | undefined), (string | undefined)]",
|
|
521
|
+
value: input.value
|
|
522
|
+
}, _errorFactory)) && (undefined === input.value[0] || "string" === typeof input.value[0] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
523
|
+
method: "createAssert",
|
|
524
|
+
path: _path + ".value[0]",
|
|
525
|
+
expected: "(string | undefined)",
|
|
526
|
+
value: input.value[0]
|
|
527
|
+
}, _errorFactory)) && (undefined === input.value[1] || "string" === typeof input.value[1] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
528
|
+
method: "createAssert",
|
|
529
|
+
path: _path + ".value[1]",
|
|
530
|
+
expected: "(string | undefined)",
|
|
531
|
+
value: input.value[1]
|
|
532
|
+
}, _errorFactory))) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
533
|
+
method: "createAssert",
|
|
534
|
+
path: _path + ".value",
|
|
535
|
+
expected: "[string | undefined, string | undefined]",
|
|
536
|
+
value: input.value
|
|
537
|
+
}, _errorFactory)) && ((null !== input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
538
|
+
method: "createAssert",
|
|
539
|
+
path: _path + ".asset",
|
|
540
|
+
expected: "(\"AED\" | \"AFN\" | \"ALL\" | \"AMD\" | \"ANG\" | \"AOA\" | \"ARS\" | \"AUD\" | \"AWG\" | \"AZN\" | \"BAM\" | \"BBD\" | \"BDT\" | \"BGN\" | \"BHD\" | \"BIF\" | \"BMD\" | \"BND\" | \"BOB\" | \"BOV\" | \"BRL\" | \"BSD\" | \"BTN\" | \"BWP\" | \"BYN\" | \"BZD\" | \"CAD\" | \"CDF\" | \"CHE\" | \"CHF\" | \"CHW\" | \"CLF\" | \"CLP\" | \"CNY\" | \"COP\" | \"COU\" | \"CRC\" | \"CUC\" | \"CUP\" | \"CVE\" | \"CZK\" | \"DJF\" | \"DKK\" | \"DOP\" | \"DZD\" | \"EGP\" | \"ERN\" | \"ETB\" | \"EUR\" | \"FJD\" | \"FKP\" | \"GBP\" | \"GEL\" | \"GHS\" | \"GIP\" | \"GMD\" | \"GNF\" | \"GTQ\" | \"GYD\" | \"HKD\" | \"HNL\" | \"HTG\" | \"HUF\" | \"IDR\" | \"ILS\" | \"INR\" | \"IQD\" | \"IRR\" | \"ISK\" | \"JMD\" | \"JOD\" | \"JPY\" | \"KES\" | \"KGS\" | \"KHR\" | \"KMF\" | \"KPW\" | \"KRW\" | \"KWD\" | \"KYD\" | \"KZT\" | \"LAK\" | \"LBP\" | \"LKR\" | \"LRD\" | \"LSL\" | \"LYD\" | \"MAD\" | \"MDL\" | \"MGA\" | \"MKD\" | \"MMK\" | \"MNT\" | \"MOP\" | \"MRU\" | \"MUR\" | \"MVR\" | \"MWK\" | \"MXN\" | \"MXV\" | \"MYR\" | \"MZN\" | \"NAD\" | \"NGN\" | \"NIO\" | \"NOK\" | \"NPR\" | \"NZD\" | \"OMR\" | \"PAB\" | \"PEN\" | \"PGK\" | \"PHP\" | \"PKR\" | \"PLN\" | \"PYG\" | \"QAR\" | \"RON\" | \"RSD\" | \"RUB\" | \"RWF\" | \"SAR\" | \"SBD\" | \"SCR\" | \"SDG\" | \"SEK\" | \"SGD\" | \"SHP\" | \"SLE\" | \"SLL\" | \"SOS\" | \"SRD\" | \"SSP\" | \"STN\" | \"SVC\" | \"SYP\" | \"SZL\" | \"THB\" | \"TJS\" | \"TMT\" | \"TND\" | \"TOP\" | \"TRY\" | \"TTD\" | \"TWD\" | \"TZS\" | \"UAH\" | \"UGX\" | \"USD\" | \"USN\" | \"UYI\" | \"UYU\" | \"UYW\" | \"UZS\" | \"VED\" | \"VES\" | \"VND\" | \"VUV\" | \"WST\" | \"XAF\" | \"XCD\" | \"XOF\" | \"XPF\" | \"YER\" | \"ZAR\" | \"ZMW\" | \"ZWL\" | `$${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}` | undefined)",
|
|
541
|
+
value: input.asset
|
|
542
|
+
}, _errorFactory)) && (undefined === input.asset || true === _av37.has(input.asset) || "string" === typeof input.asset && (RegExp(/^\$(.*)/).test(input.asset) || RegExp(/^keeta_am(.*)/).test(input.asset) || RegExp(/^keeta_an(.*)/).test(input.asset) || RegExp(/^keeta_ao(.*)/).test(input.asset) || RegExp(/^keeta_ap(.*)/).test(input.asset) || RegExp(/^tyblocks_am(.*)/).test(input.asset) || RegExp(/^tyblocks_an(.*)/).test(input.asset) || RegExp(/^tyblocks_ao(.*)/).test(input.asset) || RegExp(/^tyblocks_ap(.*)/).test(input.asset) || RegExp(/^solana:(.*)/).test(input.asset) || RegExp(/^evm:0x(.*)/).test(input.asset) || RegExp(/^tron:(.*)/).test(input.asset)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
543
|
+
method: "createAssert",
|
|
544
|
+
path: _path + ".asset",
|
|
545
|
+
expected: "(\"AED\" | \"AFN\" | \"ALL\" | \"AMD\" | \"ANG\" | \"AOA\" | \"ARS\" | \"AUD\" | \"AWG\" | \"AZN\" | \"BAM\" | \"BBD\" | \"BDT\" | \"BGN\" | \"BHD\" | \"BIF\" | \"BMD\" | \"BND\" | \"BOB\" | \"BOV\" | \"BRL\" | \"BSD\" | \"BTN\" | \"BWP\" | \"BYN\" | \"BZD\" | \"CAD\" | \"CDF\" | \"CHE\" | \"CHF\" | \"CHW\" | \"CLF\" | \"CLP\" | \"CNY\" | \"COP\" | \"COU\" | \"CRC\" | \"CUC\" | \"CUP\" | \"CVE\" | \"CZK\" | \"DJF\" | \"DKK\" | \"DOP\" | \"DZD\" | \"EGP\" | \"ERN\" | \"ETB\" | \"EUR\" | \"FJD\" | \"FKP\" | \"GBP\" | \"GEL\" | \"GHS\" | \"GIP\" | \"GMD\" | \"GNF\" | \"GTQ\" | \"GYD\" | \"HKD\" | \"HNL\" | \"HTG\" | \"HUF\" | \"IDR\" | \"ILS\" | \"INR\" | \"IQD\" | \"IRR\" | \"ISK\" | \"JMD\" | \"JOD\" | \"JPY\" | \"KES\" | \"KGS\" | \"KHR\" | \"KMF\" | \"KPW\" | \"KRW\" | \"KWD\" | \"KYD\" | \"KZT\" | \"LAK\" | \"LBP\" | \"LKR\" | \"LRD\" | \"LSL\" | \"LYD\" | \"MAD\" | \"MDL\" | \"MGA\" | \"MKD\" | \"MMK\" | \"MNT\" | \"MOP\" | \"MRU\" | \"MUR\" | \"MVR\" | \"MWK\" | \"MXN\" | \"MXV\" | \"MYR\" | \"MZN\" | \"NAD\" | \"NGN\" | \"NIO\" | \"NOK\" | \"NPR\" | \"NZD\" | \"OMR\" | \"PAB\" | \"PEN\" | \"PGK\" | \"PHP\" | \"PKR\" | \"PLN\" | \"PYG\" | \"QAR\" | \"RON\" | \"RSD\" | \"RUB\" | \"RWF\" | \"SAR\" | \"SBD\" | \"SCR\" | \"SDG\" | \"SEK\" | \"SGD\" | \"SHP\" | \"SLE\" | \"SLL\" | \"SOS\" | \"SRD\" | \"SSP\" | \"STN\" | \"SVC\" | \"SYP\" | \"SZL\" | \"THB\" | \"TJS\" | \"TMT\" | \"TND\" | \"TOP\" | \"TRY\" | \"TTD\" | \"TWD\" | \"TZS\" | \"UAH\" | \"UGX\" | \"USD\" | \"USN\" | \"UYI\" | \"UYU\" | \"UYW\" | \"UZS\" | \"VED\" | \"VES\" | \"VND\" | \"VUV\" | \"WST\" | \"XAF\" | \"XCD\" | \"XOF\" | \"XPF\" | \"YER\" | \"ZAR\" | \"ZMW\" | \"ZWL\" | `$${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}` | undefined)",
|
|
546
|
+
value: input.asset
|
|
547
|
+
}, _errorFactory))); const _ao6 = (input, _path, _exceptionable = true) => (undefined === input.fixedFee || ("object" === typeof input.fixedFee && null !== input.fixedFee || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
548
|
+
method: "createAssert",
|
|
549
|
+
path: _path + ".fixedFee",
|
|
550
|
+
expected: "(__type.o2 | undefined)",
|
|
551
|
+
value: input.fixedFee
|
|
552
|
+
}, _errorFactory)) && _ao7(input.fixedFee, _path + ".fixedFee", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
553
|
+
method: "createAssert",
|
|
554
|
+
path: _path + ".fixedFee",
|
|
555
|
+
expected: "(__type.o2 | undefined)",
|
|
556
|
+
value: input.fixedFee
|
|
557
|
+
}, _errorFactory)) && (undefined === input.variableFeeBps || "number" === typeof input.variableFeeBps || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
558
|
+
method: "createAssert",
|
|
559
|
+
path: _path + ".variableFeeBps",
|
|
560
|
+
expected: "(number | undefined)",
|
|
561
|
+
value: input.variableFeeBps
|
|
562
|
+
}, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => ("string" === typeof input.value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
563
|
+
method: "createAssert",
|
|
564
|
+
path: _path + ".value",
|
|
565
|
+
expected: "string",
|
|
566
|
+
value: input.value
|
|
567
|
+
}, _errorFactory)) && ((null !== input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
568
|
+
method: "createAssert",
|
|
569
|
+
path: _path + ".asset",
|
|
570
|
+
expected: "(\"AED\" | \"AFN\" | \"ALL\" | \"AMD\" | \"ANG\" | \"AOA\" | \"ARS\" | \"AUD\" | \"AWG\" | \"AZN\" | \"BAM\" | \"BBD\" | \"BDT\" | \"BGN\" | \"BHD\" | \"BIF\" | \"BMD\" | \"BND\" | \"BOB\" | \"BOV\" | \"BRL\" | \"BSD\" | \"BTN\" | \"BWP\" | \"BYN\" | \"BZD\" | \"CAD\" | \"CDF\" | \"CHE\" | \"CHF\" | \"CHW\" | \"CLF\" | \"CLP\" | \"CNY\" | \"COP\" | \"COU\" | \"CRC\" | \"CUC\" | \"CUP\" | \"CVE\" | \"CZK\" | \"DJF\" | \"DKK\" | \"DOP\" | \"DZD\" | \"EGP\" | \"ERN\" | \"ETB\" | \"EUR\" | \"FJD\" | \"FKP\" | \"GBP\" | \"GEL\" | \"GHS\" | \"GIP\" | \"GMD\" | \"GNF\" | \"GTQ\" | \"GYD\" | \"HKD\" | \"HNL\" | \"HTG\" | \"HUF\" | \"IDR\" | \"ILS\" | \"INR\" | \"IQD\" | \"IRR\" | \"ISK\" | \"JMD\" | \"JOD\" | \"JPY\" | \"KES\" | \"KGS\" | \"KHR\" | \"KMF\" | \"KPW\" | \"KRW\" | \"KWD\" | \"KYD\" | \"KZT\" | \"LAK\" | \"LBP\" | \"LKR\" | \"LRD\" | \"LSL\" | \"LYD\" | \"MAD\" | \"MDL\" | \"MGA\" | \"MKD\" | \"MMK\" | \"MNT\" | \"MOP\" | \"MRU\" | \"MUR\" | \"MVR\" | \"MWK\" | \"MXN\" | \"MXV\" | \"MYR\" | \"MZN\" | \"NAD\" | \"NGN\" | \"NIO\" | \"NOK\" | \"NPR\" | \"NZD\" | \"OMR\" | \"PAB\" | \"PEN\" | \"PGK\" | \"PHP\" | \"PKR\" | \"PLN\" | \"PYG\" | \"QAR\" | \"RON\" | \"RSD\" | \"RUB\" | \"RWF\" | \"SAR\" | \"SBD\" | \"SCR\" | \"SDG\" | \"SEK\" | \"SGD\" | \"SHP\" | \"SLE\" | \"SLL\" | \"SOS\" | \"SRD\" | \"SSP\" | \"STN\" | \"SVC\" | \"SYP\" | \"SZL\" | \"THB\" | \"TJS\" | \"TMT\" | \"TND\" | \"TOP\" | \"TRY\" | \"TTD\" | \"TWD\" | \"TZS\" | \"UAH\" | \"UGX\" | \"USD\" | \"USN\" | \"UYI\" | \"UYU\" | \"UYW\" | \"UZS\" | \"VED\" | \"VES\" | \"VND\" | \"VUV\" | \"WST\" | \"XAF\" | \"XCD\" | \"XOF\" | \"XPF\" | \"YER\" | \"ZAR\" | \"ZMW\" | \"ZWL\" | `$${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}` | undefined)",
|
|
571
|
+
value: input.asset
|
|
572
|
+
}, _errorFactory)) && (undefined === input.asset || true === _av38.has(input.asset) || "string" === typeof input.asset && (RegExp(/^\$(.*)/).test(input.asset) || RegExp(/^keeta_am(.*)/).test(input.asset) || RegExp(/^keeta_an(.*)/).test(input.asset) || RegExp(/^keeta_ao(.*)/).test(input.asset) || RegExp(/^keeta_ap(.*)/).test(input.asset) || RegExp(/^tyblocks_am(.*)/).test(input.asset) || RegExp(/^tyblocks_an(.*)/).test(input.asset) || RegExp(/^tyblocks_ao(.*)/).test(input.asset) || RegExp(/^tyblocks_ap(.*)/).test(input.asset) || RegExp(/^solana:(.*)/).test(input.asset) || RegExp(/^evm:0x(.*)/).test(input.asset) || RegExp(/^tron:(.*)/).test(input.asset)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
573
|
+
method: "createAssert",
|
|
574
|
+
path: _path + ".asset",
|
|
575
|
+
expected: "(\"AED\" | \"AFN\" | \"ALL\" | \"AMD\" | \"ANG\" | \"AOA\" | \"ARS\" | \"AUD\" | \"AWG\" | \"AZN\" | \"BAM\" | \"BBD\" | \"BDT\" | \"BGN\" | \"BHD\" | \"BIF\" | \"BMD\" | \"BND\" | \"BOB\" | \"BOV\" | \"BRL\" | \"BSD\" | \"BTN\" | \"BWP\" | \"BYN\" | \"BZD\" | \"CAD\" | \"CDF\" | \"CHE\" | \"CHF\" | \"CHW\" | \"CLF\" | \"CLP\" | \"CNY\" | \"COP\" | \"COU\" | \"CRC\" | \"CUC\" | \"CUP\" | \"CVE\" | \"CZK\" | \"DJF\" | \"DKK\" | \"DOP\" | \"DZD\" | \"EGP\" | \"ERN\" | \"ETB\" | \"EUR\" | \"FJD\" | \"FKP\" | \"GBP\" | \"GEL\" | \"GHS\" | \"GIP\" | \"GMD\" | \"GNF\" | \"GTQ\" | \"GYD\" | \"HKD\" | \"HNL\" | \"HTG\" | \"HUF\" | \"IDR\" | \"ILS\" | \"INR\" | \"IQD\" | \"IRR\" | \"ISK\" | \"JMD\" | \"JOD\" | \"JPY\" | \"KES\" | \"KGS\" | \"KHR\" | \"KMF\" | \"KPW\" | \"KRW\" | \"KWD\" | \"KYD\" | \"KZT\" | \"LAK\" | \"LBP\" | \"LKR\" | \"LRD\" | \"LSL\" | \"LYD\" | \"MAD\" | \"MDL\" | \"MGA\" | \"MKD\" | \"MMK\" | \"MNT\" | \"MOP\" | \"MRU\" | \"MUR\" | \"MVR\" | \"MWK\" | \"MXN\" | \"MXV\" | \"MYR\" | \"MZN\" | \"NAD\" | \"NGN\" | \"NIO\" | \"NOK\" | \"NPR\" | \"NZD\" | \"OMR\" | \"PAB\" | \"PEN\" | \"PGK\" | \"PHP\" | \"PKR\" | \"PLN\" | \"PYG\" | \"QAR\" | \"RON\" | \"RSD\" | \"RUB\" | \"RWF\" | \"SAR\" | \"SBD\" | \"SCR\" | \"SDG\" | \"SEK\" | \"SGD\" | \"SHP\" | \"SLE\" | \"SLL\" | \"SOS\" | \"SRD\" | \"SSP\" | \"STN\" | \"SVC\" | \"SYP\" | \"SZL\" | \"THB\" | \"TJS\" | \"TMT\" | \"TND\" | \"TOP\" | \"TRY\" | \"TTD\" | \"TWD\" | \"TZS\" | \"UAH\" | \"UGX\" | \"USD\" | \"USN\" | \"UYI\" | \"UYU\" | \"UYW\" | \"UZS\" | \"VED\" | \"VES\" | \"VND\" | \"VUV\" | \"WST\" | \"XAF\" | \"XCD\" | \"XOF\" | \"XPF\" | \"YER\" | \"ZAR\" | \"ZMW\" | \"ZWL\" | `$${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}` | undefined)",
|
|
576
|
+
value: input.asset
|
|
577
|
+
}, _errorFactory))); const _ao8 = (input, _path, _exceptionable = true) => (undefined === input.inbound || (Array.isArray(input.inbound) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
413
578
|
method: "createAssert",
|
|
414
579
|
path: _path + ".inbound",
|
|
415
|
-
expected: "(Array<
|
|
580
|
+
expected: "(Array<RailOrRailWithExtendedDetails> | undefined)",
|
|
416
581
|
value: input.inbound
|
|
417
|
-
}, _errorFactory)) && input.inbound.every((elem,
|
|
582
|
+
}, _errorFactory)) && input.inbound.every((elem, _index39) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
418
583
|
method: "createAssert",
|
|
419
|
-
path: _path + ".inbound[" +
|
|
420
|
-
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\")",
|
|
584
|
+
path: _path + ".inbound[" + _index39 + "]",
|
|
585
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
421
586
|
value: elem
|
|
422
|
-
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
587
|
+
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
588
|
+
method: "createAssert",
|
|
589
|
+
path: _path + ".inbound[" + _index39 + "]",
|
|
590
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
591
|
+
value: elem
|
|
592
|
+
}, _errorFactory)) && (true === _av40.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
593
|
+
method: "createAssert",
|
|
594
|
+
path: _path + ".inbound[" + _index39 + "]",
|
|
595
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
596
|
+
value: elem
|
|
597
|
+
}, _errorFactory)) && _ao4(elem, _path + ".inbound[" + _index39 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
598
|
+
method: "createAssert",
|
|
599
|
+
path: _path + ".inbound[" + _index39 + "]",
|
|
600
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
601
|
+
value: elem
|
|
602
|
+
}, _errorFactory))) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
423
603
|
method: "createAssert",
|
|
424
604
|
path: _path + ".inbound",
|
|
425
|
-
expected: "(Array<
|
|
605
|
+
expected: "(Array<RailOrRailWithExtendedDetails> | undefined)",
|
|
426
606
|
value: input.inbound
|
|
427
607
|
}, _errorFactory)) && ((Array.isArray(input.outbound) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
428
608
|
method: "createAssert",
|
|
429
609
|
path: _path + ".outbound",
|
|
430
|
-
expected: "Array<
|
|
610
|
+
expected: "Array<RailOrRailWithExtendedDetails>",
|
|
431
611
|
value: input.outbound
|
|
432
|
-
}, _errorFactory)) && input.outbound.every((elem,
|
|
612
|
+
}, _errorFactory)) && input.outbound.every((elem, _index41) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
433
613
|
method: "createAssert",
|
|
434
|
-
path: _path + ".outbound[" +
|
|
435
|
-
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\")",
|
|
614
|
+
path: _path + ".outbound[" + _index41 + "]",
|
|
615
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
436
616
|
value: elem
|
|
437
|
-
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
617
|
+
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
618
|
+
method: "createAssert",
|
|
619
|
+
path: _path + ".outbound[" + _index41 + "]",
|
|
620
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
621
|
+
value: elem
|
|
622
|
+
}, _errorFactory)) && (true === _av42.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
623
|
+
method: "createAssert",
|
|
624
|
+
path: _path + ".outbound[" + _index41 + "]",
|
|
625
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
626
|
+
value: elem
|
|
627
|
+
}, _errorFactory)) && _ao4(elem, _path + ".outbound[" + _index41 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
628
|
+
method: "createAssert",
|
|
629
|
+
path: _path + ".outbound[" + _index41 + "]",
|
|
630
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
631
|
+
value: elem
|
|
632
|
+
}, _errorFactory))) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
438
633
|
method: "createAssert",
|
|
439
634
|
path: _path + ".outbound",
|
|
440
|
-
expected: "Array<
|
|
635
|
+
expected: "Array<RailOrRailWithExtendedDetails>",
|
|
441
636
|
value: input.outbound
|
|
442
637
|
}, _errorFactory)) && (undefined === input.common || (Array.isArray(input.common) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
443
638
|
method: "createAssert",
|
|
444
639
|
path: _path + ".common",
|
|
445
|
-
expected: "(Array<
|
|
640
|
+
expected: "(Array<RailOrRailWithExtendedDetails> | undefined)",
|
|
446
641
|
value: input.common
|
|
447
|
-
}, _errorFactory)) && input.common.every((elem,
|
|
642
|
+
}, _errorFactory)) && input.common.every((elem, _index43) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
448
643
|
method: "createAssert",
|
|
449
|
-
path: _path + ".common[" +
|
|
450
|
-
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\")",
|
|
644
|
+
path: _path + ".common[" + _index43 + "]",
|
|
645
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
451
646
|
value: elem
|
|
452
|
-
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
647
|
+
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
648
|
+
method: "createAssert",
|
|
649
|
+
path: _path + ".common[" + _index43 + "]",
|
|
650
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
651
|
+
value: elem
|
|
652
|
+
}, _errorFactory)) && (true === _av44.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
653
|
+
method: "createAssert",
|
|
654
|
+
path: _path + ".common[" + _index43 + "]",
|
|
655
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
656
|
+
value: elem
|
|
657
|
+
}, _errorFactory)) && _ao4(elem, _path + ".common[" + _index43 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
658
|
+
method: "createAssert",
|
|
659
|
+
path: _path + ".common[" + _index43 + "]",
|
|
660
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
661
|
+
value: elem
|
|
662
|
+
}, _errorFactory))) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
453
663
|
method: "createAssert",
|
|
454
664
|
path: _path + ".common",
|
|
455
|
-
expected: "(Array<
|
|
665
|
+
expected: "(Array<RailOrRailWithExtendedDetails> | undefined)",
|
|
456
666
|
value: input.common
|
|
457
|
-
}, _errorFactory)); const
|
|
667
|
+
}, _errorFactory)); const _ao9 = (input, _path, _exceptionable = true) => (null !== input.inbound || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
458
668
|
method: "createAssert",
|
|
459
669
|
path: _path + ".inbound",
|
|
460
670
|
expected: "undefined",
|
|
@@ -477,22 +687,37 @@ export const assertKeetaSupportedAssets = (() => { const _iv2 = new Set(["AFN",
|
|
|
477
687
|
}, _errorFactory))) && (undefined === input.common || (Array.isArray(input.common) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
478
688
|
method: "createAssert",
|
|
479
689
|
path: _path + ".common",
|
|
480
|
-
expected: "(Array<
|
|
690
|
+
expected: "(Array<RailOrRailWithExtendedDetails> | undefined)",
|
|
481
691
|
value: input.common
|
|
482
|
-
}, _errorFactory)) && input.common.every((elem,
|
|
692
|
+
}, _errorFactory)) && input.common.every((elem, _index45) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
483
693
|
method: "createAssert",
|
|
484
|
-
path: _path + ".common[" +
|
|
485
|
-
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\")",
|
|
694
|
+
path: _path + ".common[" + _index45 + "]",
|
|
695
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
486
696
|
value: elem
|
|
487
|
-
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
697
|
+
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
698
|
+
method: "createAssert",
|
|
699
|
+
path: _path + ".common[" + _index45 + "]",
|
|
700
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
701
|
+
value: elem
|
|
702
|
+
}, _errorFactory)) && (true === _av46.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
703
|
+
method: "createAssert",
|
|
704
|
+
path: _path + ".common[" + _index45 + "]",
|
|
705
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
706
|
+
value: elem
|
|
707
|
+
}, _errorFactory)) && _ao4(elem, _path + ".common[" + _index45 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
708
|
+
method: "createAssert",
|
|
709
|
+
path: _path + ".common[" + _index45 + "]",
|
|
710
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BITCOIN_SEND\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | RailWithExtendedDetails)",
|
|
711
|
+
value: elem
|
|
712
|
+
}, _errorFactory))) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
488
713
|
method: "createAssert",
|
|
489
714
|
path: _path + ".common",
|
|
490
|
-
expected: "(Array<
|
|
715
|
+
expected: "(Array<RailOrRailWithExtendedDetails> | undefined)",
|
|
491
716
|
value: input.common
|
|
492
|
-
}, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) =>
|
|
717
|
+
}, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => _ao9(input, _path, false && _exceptionable) || _ao8(input, _path, false && _exceptionable) || _ao3(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
493
718
|
method: "createAssert",
|
|
494
719
|
path: _path,
|
|
495
|
-
expected: "({ inbound?: never; outbound?: never; } & { common?:
|
|
720
|
+
expected: "({ inbound?: never; outbound?: never; } & { common?: RailOrRailWithExtendedDetails[]; } | { inbound?: RailOrRailWithExtendedDetails[]; outbound: RailOrRailWithExtendedDetails[]; } & { common?: RailOrRailWithExtendedDetails[]; } | { inbound: RailOrRailWithExtendedDetails[]; outbound?: RailOrRailWithExtendedDetails[]; } & { common?: RailOrRailWithExtendedDetails[]; })",
|
|
496
721
|
value: input
|
|
497
722
|
}, _errorFactory); const __is = input => Array.isArray(input) && input.every(elem => "object" === typeof elem && null !== elem && _io0(elem)); let _errorFactory; return (input, errorFactory) => {
|
|
498
723
|
if (false === __is(input)) {
|
|
@@ -500,22 +725,22 @@ export const assertKeetaSupportedAssets = (() => { const _iv2 = new Set(["AFN",
|
|
|
500
725
|
((input, _path, _exceptionable = true) => (Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
501
726
|
method: "createAssert",
|
|
502
727
|
path: _path + "",
|
|
503
|
-
expected: "Array<
|
|
728
|
+
expected: "Array<SupportedAssetsMetadata>",
|
|
504
729
|
value: input
|
|
505
|
-
}, _errorFactory)) && input.every((elem,
|
|
730
|
+
}, _errorFactory)) && input.every((elem, _index24) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(true, {
|
|
506
731
|
method: "createAssert",
|
|
507
|
-
path: _path + "[" +
|
|
508
|
-
expected: "
|
|
732
|
+
path: _path + "[" + _index24 + "]",
|
|
733
|
+
expected: "SupportedAssetsMetadata",
|
|
509
734
|
value: elem
|
|
510
|
-
}, _errorFactory)) && _ao0(elem, _path + "[" +
|
|
735
|
+
}, _errorFactory)) && _ao0(elem, _path + "[" + _index24 + "]", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
511
736
|
method: "createAssert",
|
|
512
|
-
path: _path + "[" +
|
|
513
|
-
expected: "
|
|
737
|
+
path: _path + "[" + _index24 + "]",
|
|
738
|
+
expected: "SupportedAssetsMetadata",
|
|
514
739
|
value: elem
|
|
515
740
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(true, {
|
|
516
741
|
method: "createAssert",
|
|
517
742
|
path: _path + "",
|
|
518
|
-
expected: "Array<
|
|
743
|
+
expected: "Array<SupportedAssetsMetadata>",
|
|
519
744
|
value: input
|
|
520
745
|
}, _errorFactory))(input, "$input", true);
|
|
521
746
|
}
|
|
@@ -12223,6 +12448,81 @@ export const isKeetaAssetMovementAnchorShareKYCResponse = (() => { const _io0 =
|
|
|
12223
12448
|
else
|
|
12224
12449
|
return _io0(input);
|
|
12225
12450
|
})(); return input => "object" === typeof input && null !== input && _iu0(input); })();
|
|
12451
|
+
export const isKeetaAssetMovementAnchorListPersistentForwardingResponse = (() => { const _iv2 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _iv3 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv5 = new Set(["ACH", "ACH_DEBIT", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv6 = new Set(["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "CV", "KH", "CM", "CA", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "SZ", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MK", "MP", "NO", "OM", "PK", "PW", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"]); const _iv7 = new Set(["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "CV", "KH", "CM", "CA", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "SZ", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MK", "MP", "NO", "OM", "PK", "PW", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"]); const _iv9 = new Set(["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "CV", "KH", "CM", "CA", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "SZ", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MK", "MP", "NO", "OM", "PK", "PW", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"]); const _iv10 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _iv11 = new Set(["971", "978", "8", "12", "840", "973", "951", "32", "51", "533", "36", "944", "44", "48", "50", "52", "933", "84", "952", "60", "356", "64", "68", "984", "977", "72", "578", "986", "96", "975", "108", "132", "116", "950", "124", "136", "152", "990", "156", "170", "970", "174", "976", "554", "188", "192", "931", "532", "203", "208", "262", "214", "818", "222", "232", "748", "230", "238", "242", "953", "270", "981", "936", "292", "320", "826", "324", "328", "332", "340", "344", "348", "352", "360", "364", "368", "376", "388", "392", "400", "398", "404", "408", "410", "414", "417", "418", "422", "426", "710", "430", "434", "756", "446", "807", "969", "454", "458", "462", "929", "480", "484", "979", "498", "496", "504", "943", "104", "516", "524", "558", "566", "512", "586", "590", "598", "600", "604", "608", "985", "634", "946", "643", "646", "654", "882", "930", "682", "941", "690", "694", "925", "702", "90", "706", "728", "144", "938", "968", "752", "947", "948", "760", "901", "972", "834", "764", "776", "780", "788", "949", "934", "800", "980", "784", "997", "858", "940", "927", "860", "548", "928", "926", "704", "886", "967", "932"]); const _iv12 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _iv13 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _io0 = input => true === input.ok && (Array.isArray(input.addresses) && input.addresses.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && "string" === typeof input.total; const _io1 = input => (undefined === input.id || "string" === typeof input.id) && (null !== input.address && undefined !== input.address && ("string" === typeof input.address || "object" === typeof input.address && null !== input.address && _iu0(input.address))) && (null !== input.asset && (undefined === input.asset || true === _iv2.has(input.asset) || "string" === typeof input.asset && (RegExp(/^\$(.*)/).test(input.asset) || RegExp(/^keeta_am(.*)/).test(input.asset) || RegExp(/^keeta_an(.*)/).test(input.asset) || RegExp(/^keeta_ao(.*)/).test(input.asset) || RegExp(/^keeta_ap(.*)/).test(input.asset) || RegExp(/^tyblocks_am(.*)/).test(input.asset) || RegExp(/^tyblocks_an(.*)/).test(input.asset) || RegExp(/^tyblocks_ao(.*)/).test(input.asset) || RegExp(/^tyblocks_ap(.*)/).test(input.asset) || RegExp(/^solana:(.*)/).test(input.asset) || RegExp(/^evm:0x(.*)/).test(input.asset) || RegExp(/^tron:(.*)/).test(input.asset)) || "object" === typeof input.asset && null !== input.asset && _iu1(input.asset))) && (null !== input.sourceLocation && (undefined === input.sourceLocation || "bank-account:us" === input.sourceLocation || "bank-account:iban-swift" === input.sourceLocation || "bank-account:clabe" === input.sourceLocation || "bank-account:pix" === input.sourceLocation || "string" === typeof input.sourceLocation && (RegExp(/^chain:keeta:[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.sourceLocation) || RegExp(/^chain:evm:[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.sourceLocation) || RegExp(/^chain:solana:(.*)/).test(input.sourceLocation) || RegExp(/^chain:bitcoin:(.*)/).test(input.sourceLocation) || RegExp(/^chain:tron:(.*)/).test(input.sourceLocation)) || "object" === typeof input.sourceLocation && null !== input.sourceLocation && _iu2(input.sourceLocation))) && (null !== input.destinationLocation && (undefined === input.destinationLocation || "bank-account:us" === input.destinationLocation || "bank-account:iban-swift" === input.destinationLocation || "bank-account:clabe" === input.destinationLocation || "bank-account:pix" === input.destinationLocation || "string" === typeof input.destinationLocation && (RegExp(/^chain:keeta:[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.destinationLocation) || RegExp(/^chain:evm:[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.destinationLocation) || RegExp(/^chain:solana:(.*)/).test(input.destinationLocation) || RegExp(/^chain:bitcoin:(.*)/).test(input.destinationLocation) || RegExp(/^chain:tron:(.*)/).test(input.destinationLocation)) || "object" === typeof input.destinationLocation && null !== input.destinationLocation && _iu2(input.destinationLocation))) && (null !== input.destinationAddress && (undefined === input.destinationAddress || "string" === typeof input.destinationAddress || "object" === typeof input.destinationAddress && null !== input.destinationAddress && _iu0(input.destinationAddress))) && (undefined === input.outgoingRail || true === _iv3.has(input.outgoingRail)) && (undefined === input.incomingRail || Array.isArray(input.incomingRail) && input.incomingRail.every(elem => true === _iv5.has(elem))); const _io2 = input => "bank-account" === input.type && (null !== input.accountAddress && (undefined === input.accountAddress || "string" === typeof input.accountAddress || "object" === typeof input.accountAddress && null !== input.accountAddress && _io3(input.accountAddress))) && (undefined === input.obfuscated || false === input.obfuscated) && (undefined === input.bankName || "string" === typeof input.bankName) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _iu3(input.accountOwner)) && "us" === input.accountType && "string" === typeof input.accountNumber && "string" === typeof input.routingNumber && ("checking" === input.accountTypeDetail || "savings" === input.accountTypeDetail); const _io3 = input => "string" === typeof input.line1 && (undefined === input.line2 || "string" === typeof input.line2) && true === _iv6.has(input.country) && "string" === typeof input.postalCode && "string" === typeof input.subdivision && "string" === typeof input.city; const _io4 = input => "individual" === input.type && "string" === typeof input.firstName && "string" === typeof input.lastName; const _io5 = input => "business" === input.type && "string" === typeof input.businessName; const _io6 = input => "unknown" === input.type && "string" === typeof input.beneficiaryName; const _io7 = input => "bank-account" === input.type && (null !== input.accountAddress && (undefined === input.accountAddress || "string" === typeof input.accountAddress || "object" === typeof input.accountAddress && null !== input.accountAddress && _io3(input.accountAddress))) && (undefined === input.obfuscated || false === input.obfuscated) && (undefined === input.bankName || "string" === typeof input.bankName) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _iu3(input.accountOwner)) && "iban-swift" === input.accountType && (undefined === input.country || true === _iv7.has(input.country)) && (undefined === input.accountNumber || "string" === typeof input.accountNumber) && (undefined === input.bic || "string" === typeof input.bic) && (undefined === input.iban || "string" === typeof input.iban) && (undefined === input.bankAddress || "object" === typeof input.bankAddress && null !== input.bankAddress && _io3(input.bankAddress)) && (undefined === input.swift || "object" === typeof input.swift && null !== input.swift && _io8(input.swift)); const _io8 = input => "string" === typeof input.category && (Array.isArray(input.purposeOfFunds) && input.purposeOfFunds.every(elem => "string" === typeof elem)) && "string" === typeof input.businessDescription; const _io9 = input => "bank-account" === input.type && (null !== input.accountAddress && (undefined === input.accountAddress || "string" === typeof input.accountAddress || "object" === typeof input.accountAddress && null !== input.accountAddress && _io3(input.accountAddress))) && (undefined === input.obfuscated || false === input.obfuscated) && (undefined === input.bankName || "string" === typeof input.bankName) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _iu3(input.accountOwner)) && "clabe" === input.accountType && "string" === typeof input.accountNumber; const _io10 = input => "bank-account" === input.type && (null !== input.accountAddress && (undefined === input.accountAddress || "string" === typeof input.accountAddress || "object" === typeof input.accountAddress && null !== input.accountAddress && _io3(input.accountAddress))) && (undefined === input.obfuscated || false === input.obfuscated) && (undefined === input.bankName || "string" === typeof input.bankName) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _iu3(input.accountOwner)) && "pix" === input.accountType && (undefined === input.document || "object" === typeof input.document && null !== input.document && _io11(input.document)) && "string" === typeof input.brCode; const _io11 = input => (undefined === input.type || "cpf" === input.type || "cnpj" === input.type) && "string" === typeof input.number; const _io12 = input => "bank-account" === input.type && (null !== input.accountAddress && (undefined === input.accountAddress || "string" === typeof input.accountAddress || "object" === typeof input.accountAddress && null !== input.accountAddress && _io3(input.accountAddress))) && (undefined === input.obfuscated || false === input.obfuscated) && (undefined === input.bankName || "string" === typeof input.bankName) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _iu3(input.accountOwner)) && "pix" === input.accountType && (undefined === input.document || "object" === typeof input.document && null !== input.document && _io11(input.document)) && "string" === typeof input.pixKey; const _io13 = input => "bank-account" === input.type && true === input.obfuscated && (undefined === input.accountOwner || "object" === typeof input.accountOwner && null !== input.accountOwner && false === Array.isArray(input.accountOwner) && _io14(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName) && (undefined === input.accountNumberEnding || "string" === typeof input.accountNumberEnding) && "us" === input.accountType && "string" === typeof input.routingNumber && (undefined === input.accountTypeDetail || "checking" === input.accountTypeDetail || "savings" === input.accountTypeDetail); const _io14 = input => (undefined === input.type || "individual" === input.type || "business" === input.type) && (undefined === input.name || "string" === typeof input.name) && (undefined === input.businessName || "string" === typeof input.businessName); const _io15 = input => "bank-account" === input.type && true === input.obfuscated && (undefined === input.accountOwner || "object" === typeof input.accountOwner && null !== input.accountOwner && false === Array.isArray(input.accountOwner) && _io14(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName) && (undefined === input.accountNumberEnding || "string" === typeof input.accountNumberEnding) && "iban-swift" === input.accountType && (undefined === input.country || true === _iv9.has(input.country)) && (undefined === input.bic || "string" === typeof input.bic); const _io16 = input => "bank-account" === input.type && true === input.obfuscated && (undefined === input.accountOwner || "object" === typeof input.accountOwner && null !== input.accountOwner && false === Array.isArray(input.accountOwner) && _io14(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName) && (undefined === input.accountNumberEnding || "string" === typeof input.accountNumberEnding) && "clabe" === input.accountType; const _io17 = input => "bank-account" === input.type && true === input.obfuscated && (undefined === input.accountOwner || "object" === typeof input.accountOwner && null !== input.accountOwner && false === Array.isArray(input.accountOwner) && _io14(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName) && (undefined === input.accountNumberEnding || "string" === typeof input.accountNumberEnding) && "pix" === input.accountType; const _io18 = input => true && true === _iv10.has(input.code) && "string" === typeof input.name && "string" === typeof input.precision && true === _iv11.has(input.isoNumber); const _io19 = input => true; const _io20 = input => null !== input.from && undefined !== input.from && (true === _iv12.has(input.from) || "string" === typeof input.from && (RegExp(/^\$(.*)/).test(input.from) || RegExp(/^keeta_am(.*)/).test(input.from) || RegExp(/^keeta_an(.*)/).test(input.from) || RegExp(/^keeta_ao(.*)/).test(input.from) || RegExp(/^keeta_ap(.*)/).test(input.from) || RegExp(/^tyblocks_am(.*)/).test(input.from) || RegExp(/^tyblocks_an(.*)/).test(input.from) || RegExp(/^tyblocks_ao(.*)/).test(input.from) || RegExp(/^tyblocks_ap(.*)/).test(input.from) || RegExp(/^solana:(.*)/).test(input.from) || RegExp(/^evm:0x(.*)/).test(input.from) || RegExp(/^tron:(.*)/).test(input.from)) || "object" === typeof input.from && null !== input.from && _iu4(input.from)) && (null !== input.to && undefined !== input.to && (true === _iv13.has(input.to) || "string" === typeof input.to && (RegExp(/^\$(.*)/).test(input.to) || RegExp(/^keeta_am(.*)/).test(input.to) || RegExp(/^keeta_an(.*)/).test(input.to) || RegExp(/^keeta_ao(.*)/).test(input.to) || RegExp(/^keeta_ap(.*)/).test(input.to) || RegExp(/^tyblocks_am(.*)/).test(input.to) || RegExp(/^tyblocks_an(.*)/).test(input.to) || RegExp(/^tyblocks_ao(.*)/).test(input.to) || RegExp(/^tyblocks_ap(.*)/).test(input.to) || RegExp(/^solana:(.*)/).test(input.to) || RegExp(/^evm:0x(.*)/).test(input.to) || RegExp(/^tron:(.*)/).test(input.to)) || "object" === typeof input.to && null !== input.to && _iu4(input.to))); const _io21 = input => "chain" === input.type && ("object" === typeof input.chain && null !== input.chain && _iu5(input.chain)); const _io22 = input => "keeta" === input.type && "bigint" === typeof input.networkId; const _io23 = input => "evm" === input.type && "bigint" === typeof input.chainId; const _io24 = input => "solana" === input.type && "string" === typeof input.genesisHash; const _io25 = input => "bitcoin" === input.type && "string" === typeof input.magicBytes; const _io26 = input => "tron" === input.type && (null !== input.networkAlias && undefined !== input.networkAlias && ("mainnet" === input.networkAlias || "shasta" === input.networkAlias || "nile" === input.networkAlias || "string" === typeof input.networkAlias && RegExp(/^custom:(.*)/).test(input.networkAlias))); const _io27 = input => "object" === typeof input.account && null !== input.account && _io28(input.account) && "bank-account" === input.type; const _io28 = input => "us" === input.type || "iban-swift" === input.type || "clabe" === input.type || "pix" === input.type; const _io29 = input => false === input.ok && "string" === typeof input.error; const _iu0 = input => (() => {
|
|
12452
|
+
if (undefined !== input.brCode)
|
|
12453
|
+
return _io10(input);
|
|
12454
|
+
else if (undefined !== input.pixKey)
|
|
12455
|
+
return _io12(input);
|
|
12456
|
+
else
|
|
12457
|
+
return (() => {
|
|
12458
|
+
if ("pix" === input.accountType)
|
|
12459
|
+
return _io17(input);
|
|
12460
|
+
else
|
|
12461
|
+
return (() => {
|
|
12462
|
+
if (_io2(input))
|
|
12463
|
+
return _io2(input);
|
|
12464
|
+
if (_io7(input))
|
|
12465
|
+
return _io7(input);
|
|
12466
|
+
if (_io9(input))
|
|
12467
|
+
return _io9(input);
|
|
12468
|
+
if (_io13(input))
|
|
12469
|
+
return _io13(input);
|
|
12470
|
+
if (_io15(input))
|
|
12471
|
+
return _io15(input);
|
|
12472
|
+
if (_io16(input))
|
|
12473
|
+
return _io16(input);
|
|
12474
|
+
return false;
|
|
12475
|
+
})();
|
|
12476
|
+
})();
|
|
12477
|
+
})(); const _iu1 = input => (() => {
|
|
12478
|
+
if (undefined !== input.code)
|
|
12479
|
+
return _io18(input);
|
|
12480
|
+
else if (undefined !== input.from)
|
|
12481
|
+
return _io20(input);
|
|
12482
|
+
else
|
|
12483
|
+
return _io19(input);
|
|
12484
|
+
})(); const _iu2 = input => (() => {
|
|
12485
|
+
if ("chain" === input.type)
|
|
12486
|
+
return _io21(input);
|
|
12487
|
+
else if ("bank-account" === input.type)
|
|
12488
|
+
return _io27(input);
|
|
12489
|
+
else
|
|
12490
|
+
return false;
|
|
12491
|
+
})(); const _iu3 = input => (() => {
|
|
12492
|
+
if ("individual" === input.type)
|
|
12493
|
+
return _io4(input);
|
|
12494
|
+
else if ("business" === input.type)
|
|
12495
|
+
return _io5(input);
|
|
12496
|
+
else if ("unknown" === input.type)
|
|
12497
|
+
return _io6(input);
|
|
12498
|
+
else
|
|
12499
|
+
return false;
|
|
12500
|
+
})(); const _iu4 = input => (() => {
|
|
12501
|
+
if (undefined !== input.code)
|
|
12502
|
+
return _io18(input);
|
|
12503
|
+
else
|
|
12504
|
+
return _io19(input);
|
|
12505
|
+
})(); const _iu5 = input => (() => {
|
|
12506
|
+
if ("keeta" === input.type)
|
|
12507
|
+
return _io22(input);
|
|
12508
|
+
else if ("evm" === input.type)
|
|
12509
|
+
return _io23(input);
|
|
12510
|
+
else if ("solana" === input.type)
|
|
12511
|
+
return _io24(input);
|
|
12512
|
+
else if ("bitcoin" === input.type)
|
|
12513
|
+
return _io25(input);
|
|
12514
|
+
else if ("tron" === input.type)
|
|
12515
|
+
return _io26(input);
|
|
12516
|
+
else
|
|
12517
|
+
return false;
|
|
12518
|
+
})(); const _iu6 = input => (() => {
|
|
12519
|
+
if (true === input.ok)
|
|
12520
|
+
return _io0(input);
|
|
12521
|
+
else if (false === input.ok)
|
|
12522
|
+
return _io29(input);
|
|
12523
|
+
else
|
|
12524
|
+
return false;
|
|
12525
|
+
})(); return input => "object" === typeof input && null !== input && _iu6(input); })();
|
|
12226
12526
|
export const assertKeetaAssetMovementAnchorKYCShareNeededErrorJSONProperties = (() => { const _io0 = (input, _exceptionable = true) => (undefined === input.tosFlow || "object" === typeof input.tosFlow && null !== input.tosFlow && _io1(input.tosFlow, true && _exceptionable)) && (undefined === input.neededAttributes || Array.isArray(input.neededAttributes) && input.neededAttributes.every((elem, _index1) => "string" === typeof elem)) && (Array.isArray(input.shareWithPrincipals) && input.shareWithPrincipals.every((elem, _index2) => "string" === typeof elem && (RegExp(/^keeta_aa(.*)/).test(elem) || RegExp(/^keeta_ab(.*)/).test(elem) || RegExp(/^keeta_ac(.*)/).test(elem) || RegExp(/^keeta_ad(.*)/).test(elem) || RegExp(/^tyblocks_aa(.*)/).test(elem) || RegExp(/^tyblocks_ab(.*)/).test(elem) || RegExp(/^tyblocks_ac(.*)/).test(elem) || RegExp(/^tyblocks_ad(.*)/).test(elem) || RegExp(/^keeta_ae(.*)/).test(elem) || RegExp(/^keeta_af(.*)/).test(elem) || RegExp(/^keeta_ag(.*)/).test(elem) || RegExp(/^keeta_ah(.*)/).test(elem) || RegExp(/^tyblocks_ae(.*)/).test(elem) || RegExp(/^tyblocks_af(.*)/).test(elem) || RegExp(/^tyblocks_ag(.*)/).test(elem) || RegExp(/^tyblocks_ah(.*)/).test(elem) || RegExp(/^keeta_ay(.*)/).test(elem) || RegExp(/^keeta_az(.*)/).test(elem) || RegExp(/^keeta_a2(.*)/).test(elem) || RegExp(/^keeta_a3(.*)/).test(elem) || RegExp(/^tyblocks_ay(.*)/).test(elem) || RegExp(/^tyblocks_az(.*)/).test(elem) || RegExp(/^tyblocks_a2(.*)/).test(elem) || RegExp(/^tyblocks_a3(.*)/).test(elem)))) && (Array.isArray(input.acceptedIssuers) && input.acceptedIssuers.every((elem, _index3) => Array.isArray(elem) && elem.every((elem, _index4) => "object" === typeof elem && null !== elem && _io2(elem, true && _exceptionable)))) && (2 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
12227
12527
|
if (["tosFlow", "neededAttributes", "shareWithPrincipals", "acceptedIssuers"].some(prop => key === prop))
|
|
12228
12528
|
return true;
|