@keetanetwork/anchor 0.0.23 → 0.0.25
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/lib/certificates.d.ts +1 -4
- package/lib/certificates.d.ts.map +1 -1
- package/lib/certificates.js +14 -148
- package/lib/certificates.js.map +1 -1
- package/lib/error.d.ts.map +1 -1
- package/lib/error.js +2 -1
- package/lib/error.js.map +1 -1
- package/lib/http-server/common.d.ts +11 -0
- package/lib/http-server/common.d.ts.map +1 -1
- package/lib/http-server/common.js +110 -1
- package/lib/http-server/common.js.map +1 -1
- package/lib/http-server/index.js +2 -2
- package/lib/http-server/index.js.map +1 -1
- package/lib/resolver.d.ts +28 -8
- package/lib/resolver.d.ts.map +1 -1
- package/lib/resolver.js +543 -302
- package/lib/resolver.js.map +1 -1
- package/lib/utils/asn1.d.ts +13 -0
- package/lib/utils/asn1.d.ts.map +1 -1
- package/lib/utils/asn1.js +1973 -0
- package/lib/utils/asn1.js.map +1 -1
- package/lib/utils/external.d.ts.map +1 -1
- package/lib/utils/external.js +2 -9
- package/lib/utils/external.js.map +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
- package/services/asset-movement/client.d.ts +21 -11
- package/services/asset-movement/client.d.ts.map +1 -1
- package/services/asset-movement/client.js +396 -89
- package/services/asset-movement/client.js.map +1 -1
- package/services/asset-movement/common.d.ts +410 -35
- package/services/asset-movement/common.d.ts.map +1 -1
- package/services/asset-movement/common.js +10176 -1492
- package/services/asset-movement/common.js.map +1 -1
- package/services/asset-movement/server.d.ts +25 -14
- package/services/asset-movement/server.d.ts.map +1 -1
- package/services/asset-movement/server.js +247 -75
- package/services/asset-movement/server.js.map +1 -1
- package/services/fx/common.js +3 -3
- package/services/fx/server.d.ts +1 -1
- package/services/fx/server.d.ts.map +1 -1
- package/services/fx/server.js +1 -1
- package/services/fx/server.js.map +1 -1
- package/services/kyc/common.generated.js +2 -2
- package/services/kyc/iso20022.generated.js +54 -54
- package/services/kyc/iso20022.generated.js.map +1 -1
- package/services/kyc/server.d.ts +1 -1
- package/services/kyc/server.d.ts.map +1 -1
- package/services/kyc/server.js +1 -1
- package/services/kyc/server.js.map +1 -1
- package/services/kyc/utils/generate-kyc-schema.js +6 -34
- package/services/kyc/utils/generate-kyc-schema.js.map +1 -1
package/lib/resolver.js
CHANGED
|
@@ -6,7 +6,7 @@ import { assertNever } from './utils/never.js';
|
|
|
6
6
|
import { Buffer } from './utils/buffer.js';
|
|
7
7
|
import crypto from './utils/crypto.js';
|
|
8
8
|
import { createIs, createAssert } from 'typia';
|
|
9
|
-
import { convertAssetLocationInputToCanonical,
|
|
9
|
+
import { convertAssetLocationInputToCanonical, convertAssetOrPairSearchInputToCanonical } from '../services/asset-movement/common.js';
|
|
10
10
|
const KeetaNetAccount = KeetaNetClient.lib.Account;
|
|
11
11
|
const isCurrencySearchCanonical = (() => { const _iv1 = 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"]); return input => null !== input && undefined !== input && (true === _iv1.has(input) || "string" === typeof input && RegExp(/^\$(.*)/).test(input)); })();
|
|
12
12
|
function assertValidCountryCodes(input) {
|
|
@@ -257,7 +257,7 @@ const isExternalURL = (() => { const _io0 = input => "2b828e33-2692-46e9-817e-9b
|
|
|
257
257
|
* access the mutable stats object.
|
|
258
258
|
*/
|
|
259
259
|
const statsAccessToken = Symbol('statsAccessToken');
|
|
260
|
-
const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9-817e-9b93d63f28fd" === input.external && "string" === typeof input.url; const _io1 = input => null !== input.version && undefined !== input.version && ("number" === typeof input.version || "object" === typeof input.version && null !== input.version && _io0(input.version)) && ("object" === typeof input.currencyMap && null !== input.currencyMap && false === Array.isArray(input.currencyMap) && _iu4(input.currencyMap)) && ("object" === typeof input.services && null !== input.services && false === Array.isArray(input.services) && _iu5(input.services)); const _io2 = input => null !== input.AFN && (undefined === input.AFN || "string" === typeof input.AFN && (RegExp(/^keeta_am(.*)/).test(input.AFN) || RegExp(/^keeta_an(.*)/).test(input.AFN) || RegExp(/^keeta_ao(.*)/).test(input.AFN) || RegExp(/^keeta_ap(.*)/).test(input.AFN) || RegExp(/^tyblocks_am(.*)/).test(input.AFN) || RegExp(/^tyblocks_an(.*)/).test(input.AFN) || RegExp(/^tyblocks_ao(.*)/).test(input.AFN) || RegExp(/^tyblocks_ap(.*)/).test(input.AFN)) || "object" === typeof input.AFN && null !== input.AFN && _io0(input.AFN)) && (null !== input.EUR && (undefined === input.EUR || "string" === typeof input.EUR && (RegExp(/^keeta_am(.*)/).test(input.EUR) || RegExp(/^keeta_an(.*)/).test(input.EUR) || RegExp(/^keeta_ao(.*)/).test(input.EUR) || RegExp(/^keeta_ap(.*)/).test(input.EUR) || RegExp(/^tyblocks_am(.*)/).test(input.EUR) || RegExp(/^tyblocks_an(.*)/).test(input.EUR) || RegExp(/^tyblocks_ao(.*)/).test(input.EUR) || RegExp(/^tyblocks_ap(.*)/).test(input.EUR)) || "object" === typeof input.EUR && null !== input.EUR && _io0(input.EUR))) && (null !== input.ALL && (undefined === input.ALL || "string" === typeof input.ALL && (RegExp(/^keeta_am(.*)/).test(input.ALL) || RegExp(/^keeta_an(.*)/).test(input.ALL) || RegExp(/^keeta_ao(.*)/).test(input.ALL) || RegExp(/^keeta_ap(.*)/).test(input.ALL) || RegExp(/^tyblocks_am(.*)/).test(input.ALL) || RegExp(/^tyblocks_an(.*)/).test(input.ALL) || RegExp(/^tyblocks_ao(.*)/).test(input.ALL) || RegExp(/^tyblocks_ap(.*)/).test(input.ALL)) || "object" === typeof input.ALL && null !== input.ALL && _io0(input.ALL))) && (null !== input.DZD && (undefined === input.DZD || "string" === typeof input.DZD && (RegExp(/^keeta_am(.*)/).test(input.DZD) || RegExp(/^keeta_an(.*)/).test(input.DZD) || RegExp(/^keeta_ao(.*)/).test(input.DZD) || RegExp(/^keeta_ap(.*)/).test(input.DZD) || RegExp(/^tyblocks_am(.*)/).test(input.DZD) || RegExp(/^tyblocks_an(.*)/).test(input.DZD) || RegExp(/^tyblocks_ao(.*)/).test(input.DZD) || RegExp(/^tyblocks_ap(.*)/).test(input.DZD)) || "object" === typeof input.DZD && null !== input.DZD && _io0(input.DZD))) && (null !== input.USD && (undefined === input.USD || "string" === typeof input.USD && (RegExp(/^keeta_am(.*)/).test(input.USD) || RegExp(/^keeta_an(.*)/).test(input.USD) || RegExp(/^keeta_ao(.*)/).test(input.USD) || RegExp(/^keeta_ap(.*)/).test(input.USD) || RegExp(/^tyblocks_am(.*)/).test(input.USD) || RegExp(/^tyblocks_an(.*)/).test(input.USD) || RegExp(/^tyblocks_ao(.*)/).test(input.USD) || RegExp(/^tyblocks_ap(.*)/).test(input.USD)) || "object" === typeof input.USD && null !== input.USD && _io0(input.USD))) && (null !== input.AOA && (undefined === input.AOA || "string" === typeof input.AOA && (RegExp(/^keeta_am(.*)/).test(input.AOA) || RegExp(/^keeta_an(.*)/).test(input.AOA) || RegExp(/^keeta_ao(.*)/).test(input.AOA) || RegExp(/^keeta_ap(.*)/).test(input.AOA) || RegExp(/^tyblocks_am(.*)/).test(input.AOA) || RegExp(/^tyblocks_an(.*)/).test(input.AOA) || RegExp(/^tyblocks_ao(.*)/).test(input.AOA) || RegExp(/^tyblocks_ap(.*)/).test(input.AOA)) || "object" === typeof input.AOA && null !== input.AOA && _io0(input.AOA))) && (null !== input.XCD && (undefined === input.XCD || "string" === typeof input.XCD && (RegExp(/^keeta_am(.*)/).test(input.XCD) || RegExp(/^keeta_an(.*)/).test(input.XCD) || RegExp(/^keeta_ao(.*)/).test(input.XCD) || RegExp(/^keeta_ap(.*)/).test(input.XCD) || RegExp(/^tyblocks_am(.*)/).test(input.XCD) || RegExp(/^tyblocks_an(.*)/).test(input.XCD) || RegExp(/^tyblocks_ao(.*)/).test(input.XCD) || RegExp(/^tyblocks_ap(.*)/).test(input.XCD)) || "object" === typeof input.XCD && null !== input.XCD && _io0(input.XCD))) && (null !== input.ARS && (undefined === input.ARS || "string" === typeof input.ARS && (RegExp(/^keeta_am(.*)/).test(input.ARS) || RegExp(/^keeta_an(.*)/).test(input.ARS) || RegExp(/^keeta_ao(.*)/).test(input.ARS) || RegExp(/^keeta_ap(.*)/).test(input.ARS) || RegExp(/^tyblocks_am(.*)/).test(input.ARS) || RegExp(/^tyblocks_an(.*)/).test(input.ARS) || RegExp(/^tyblocks_ao(.*)/).test(input.ARS) || RegExp(/^tyblocks_ap(.*)/).test(input.ARS)) || "object" === typeof input.ARS && null !== input.ARS && _io0(input.ARS))) && (null !== input.AMD && (undefined === input.AMD || "string" === typeof input.AMD && (RegExp(/^keeta_am(.*)/).test(input.AMD) || RegExp(/^keeta_an(.*)/).test(input.AMD) || RegExp(/^keeta_ao(.*)/).test(input.AMD) || RegExp(/^keeta_ap(.*)/).test(input.AMD) || RegExp(/^tyblocks_am(.*)/).test(input.AMD) || RegExp(/^tyblocks_an(.*)/).test(input.AMD) || RegExp(/^tyblocks_ao(.*)/).test(input.AMD) || RegExp(/^tyblocks_ap(.*)/).test(input.AMD)) || "object" === typeof input.AMD && null !== input.AMD && _io0(input.AMD))) && (null !== input.AWG && (undefined === input.AWG || "string" === typeof input.AWG && (RegExp(/^keeta_am(.*)/).test(input.AWG) || RegExp(/^keeta_an(.*)/).test(input.AWG) || RegExp(/^keeta_ao(.*)/).test(input.AWG) || RegExp(/^keeta_ap(.*)/).test(input.AWG) || RegExp(/^tyblocks_am(.*)/).test(input.AWG) || RegExp(/^tyblocks_an(.*)/).test(input.AWG) || RegExp(/^tyblocks_ao(.*)/).test(input.AWG) || RegExp(/^tyblocks_ap(.*)/).test(input.AWG)) || "object" === typeof input.AWG && null !== input.AWG && _io0(input.AWG))) && (null !== input.AUD && (undefined === input.AUD || "string" === typeof input.AUD && (RegExp(/^keeta_am(.*)/).test(input.AUD) || RegExp(/^keeta_an(.*)/).test(input.AUD) || RegExp(/^keeta_ao(.*)/).test(input.AUD) || RegExp(/^keeta_ap(.*)/).test(input.AUD) || RegExp(/^tyblocks_am(.*)/).test(input.AUD) || RegExp(/^tyblocks_an(.*)/).test(input.AUD) || RegExp(/^tyblocks_ao(.*)/).test(input.AUD) || RegExp(/^tyblocks_ap(.*)/).test(input.AUD)) || "object" === typeof input.AUD && null !== input.AUD && _io0(input.AUD))) && (null !== input.AZN && (undefined === input.AZN || "string" === typeof input.AZN && (RegExp(/^keeta_am(.*)/).test(input.AZN) || RegExp(/^keeta_an(.*)/).test(input.AZN) || RegExp(/^keeta_ao(.*)/).test(input.AZN) || RegExp(/^keeta_ap(.*)/).test(input.AZN) || RegExp(/^tyblocks_am(.*)/).test(input.AZN) || RegExp(/^tyblocks_an(.*)/).test(input.AZN) || RegExp(/^tyblocks_ao(.*)/).test(input.AZN) || RegExp(/^tyblocks_ap(.*)/).test(input.AZN)) || "object" === typeof input.AZN && null !== input.AZN && _io0(input.AZN))) && (null !== input.BSD && (undefined === input.BSD || "string" === typeof input.BSD && (RegExp(/^keeta_am(.*)/).test(input.BSD) || RegExp(/^keeta_an(.*)/).test(input.BSD) || RegExp(/^keeta_ao(.*)/).test(input.BSD) || RegExp(/^keeta_ap(.*)/).test(input.BSD) || RegExp(/^tyblocks_am(.*)/).test(input.BSD) || RegExp(/^tyblocks_an(.*)/).test(input.BSD) || RegExp(/^tyblocks_ao(.*)/).test(input.BSD) || RegExp(/^tyblocks_ap(.*)/).test(input.BSD)) || "object" === typeof input.BSD && null !== input.BSD && _io0(input.BSD))) && (null !== input.BHD && (undefined === input.BHD || "string" === typeof input.BHD && (RegExp(/^keeta_am(.*)/).test(input.BHD) || RegExp(/^keeta_an(.*)/).test(input.BHD) || RegExp(/^keeta_ao(.*)/).test(input.BHD) || RegExp(/^keeta_ap(.*)/).test(input.BHD) || RegExp(/^tyblocks_am(.*)/).test(input.BHD) || RegExp(/^tyblocks_an(.*)/).test(input.BHD) || RegExp(/^tyblocks_ao(.*)/).test(input.BHD) || RegExp(/^tyblocks_ap(.*)/).test(input.BHD)) || "object" === typeof input.BHD && null !== input.BHD && _io0(input.BHD))) && (null !== input.BDT && (undefined === input.BDT || "string" === typeof input.BDT && (RegExp(/^keeta_am(.*)/).test(input.BDT) || RegExp(/^keeta_an(.*)/).test(input.BDT) || RegExp(/^keeta_ao(.*)/).test(input.BDT) || RegExp(/^keeta_ap(.*)/).test(input.BDT) || RegExp(/^tyblocks_am(.*)/).test(input.BDT) || RegExp(/^tyblocks_an(.*)/).test(input.BDT) || RegExp(/^tyblocks_ao(.*)/).test(input.BDT) || RegExp(/^tyblocks_ap(.*)/).test(input.BDT)) || "object" === typeof input.BDT && null !== input.BDT && _io0(input.BDT))) && (null !== input.BBD && (undefined === input.BBD || "string" === typeof input.BBD && (RegExp(/^keeta_am(.*)/).test(input.BBD) || RegExp(/^keeta_an(.*)/).test(input.BBD) || RegExp(/^keeta_ao(.*)/).test(input.BBD) || RegExp(/^keeta_ap(.*)/).test(input.BBD) || RegExp(/^tyblocks_am(.*)/).test(input.BBD) || RegExp(/^tyblocks_an(.*)/).test(input.BBD) || RegExp(/^tyblocks_ao(.*)/).test(input.BBD) || RegExp(/^tyblocks_ap(.*)/).test(input.BBD)) || "object" === typeof input.BBD && null !== input.BBD && _io0(input.BBD))) && (null !== input.BYN && (undefined === input.BYN || "string" === typeof input.BYN && (RegExp(/^keeta_am(.*)/).test(input.BYN) || RegExp(/^keeta_an(.*)/).test(input.BYN) || RegExp(/^keeta_ao(.*)/).test(input.BYN) || RegExp(/^keeta_ap(.*)/).test(input.BYN) || RegExp(/^tyblocks_am(.*)/).test(input.BYN) || RegExp(/^tyblocks_an(.*)/).test(input.BYN) || RegExp(/^tyblocks_ao(.*)/).test(input.BYN) || RegExp(/^tyblocks_ap(.*)/).test(input.BYN)) || "object" === typeof input.BYN && null !== input.BYN && _io0(input.BYN))) && (null !== input.BZD && (undefined === input.BZD || "string" === typeof input.BZD && (RegExp(/^keeta_am(.*)/).test(input.BZD) || RegExp(/^keeta_an(.*)/).test(input.BZD) || RegExp(/^keeta_ao(.*)/).test(input.BZD) || RegExp(/^keeta_ap(.*)/).test(input.BZD) || RegExp(/^tyblocks_am(.*)/).test(input.BZD) || RegExp(/^tyblocks_an(.*)/).test(input.BZD) || RegExp(/^tyblocks_ao(.*)/).test(input.BZD) || RegExp(/^tyblocks_ap(.*)/).test(input.BZD)) || "object" === typeof input.BZD && null !== input.BZD && _io0(input.BZD))) && (null !== input.XOF && (undefined === input.XOF || "string" === typeof input.XOF && (RegExp(/^keeta_am(.*)/).test(input.XOF) || RegExp(/^keeta_an(.*)/).test(input.XOF) || RegExp(/^keeta_ao(.*)/).test(input.XOF) || RegExp(/^keeta_ap(.*)/).test(input.XOF) || RegExp(/^tyblocks_am(.*)/).test(input.XOF) || RegExp(/^tyblocks_an(.*)/).test(input.XOF) || RegExp(/^tyblocks_ao(.*)/).test(input.XOF) || RegExp(/^tyblocks_ap(.*)/).test(input.XOF)) || "object" === typeof input.XOF && null !== input.XOF && _io0(input.XOF))) && (null !== input.BMD && (undefined === input.BMD || "string" === typeof input.BMD && (RegExp(/^keeta_am(.*)/).test(input.BMD) || RegExp(/^keeta_an(.*)/).test(input.BMD) || RegExp(/^keeta_ao(.*)/).test(input.BMD) || RegExp(/^keeta_ap(.*)/).test(input.BMD) || RegExp(/^tyblocks_am(.*)/).test(input.BMD) || RegExp(/^tyblocks_an(.*)/).test(input.BMD) || RegExp(/^tyblocks_ao(.*)/).test(input.BMD) || RegExp(/^tyblocks_ap(.*)/).test(input.BMD)) || "object" === typeof input.BMD && null !== input.BMD && _io0(input.BMD))) && (null !== input.INR && (undefined === input.INR || "string" === typeof input.INR && (RegExp(/^keeta_am(.*)/).test(input.INR) || RegExp(/^keeta_an(.*)/).test(input.INR) || RegExp(/^keeta_ao(.*)/).test(input.INR) || RegExp(/^keeta_ap(.*)/).test(input.INR) || RegExp(/^tyblocks_am(.*)/).test(input.INR) || RegExp(/^tyblocks_an(.*)/).test(input.INR) || RegExp(/^tyblocks_ao(.*)/).test(input.INR) || RegExp(/^tyblocks_ap(.*)/).test(input.INR)) || "object" === typeof input.INR && null !== input.INR && _io0(input.INR))) && (null !== input.BTN && (undefined === input.BTN || "string" === typeof input.BTN && (RegExp(/^keeta_am(.*)/).test(input.BTN) || RegExp(/^keeta_an(.*)/).test(input.BTN) || RegExp(/^keeta_ao(.*)/).test(input.BTN) || RegExp(/^keeta_ap(.*)/).test(input.BTN) || RegExp(/^tyblocks_am(.*)/).test(input.BTN) || RegExp(/^tyblocks_an(.*)/).test(input.BTN) || RegExp(/^tyblocks_ao(.*)/).test(input.BTN) || RegExp(/^tyblocks_ap(.*)/).test(input.BTN)) || "object" === typeof input.BTN && null !== input.BTN && _io0(input.BTN))) && (null !== input.BOB && (undefined === input.BOB || "string" === typeof input.BOB && (RegExp(/^keeta_am(.*)/).test(input.BOB) || RegExp(/^keeta_an(.*)/).test(input.BOB) || RegExp(/^keeta_ao(.*)/).test(input.BOB) || RegExp(/^keeta_ap(.*)/).test(input.BOB) || RegExp(/^tyblocks_am(.*)/).test(input.BOB) || RegExp(/^tyblocks_an(.*)/).test(input.BOB) || RegExp(/^tyblocks_ao(.*)/).test(input.BOB) || RegExp(/^tyblocks_ap(.*)/).test(input.BOB)) || "object" === typeof input.BOB && null !== input.BOB && _io0(input.BOB))) && (null !== input.BOV && (undefined === input.BOV || "string" === typeof input.BOV && (RegExp(/^keeta_am(.*)/).test(input.BOV) || RegExp(/^keeta_an(.*)/).test(input.BOV) || RegExp(/^keeta_ao(.*)/).test(input.BOV) || RegExp(/^keeta_ap(.*)/).test(input.BOV) || RegExp(/^tyblocks_am(.*)/).test(input.BOV) || RegExp(/^tyblocks_an(.*)/).test(input.BOV) || RegExp(/^tyblocks_ao(.*)/).test(input.BOV) || RegExp(/^tyblocks_ap(.*)/).test(input.BOV)) || "object" === typeof input.BOV && null !== input.BOV && _io0(input.BOV))) && (null !== input.BAM && (undefined === input.BAM || "string" === typeof input.BAM && (RegExp(/^keeta_am(.*)/).test(input.BAM) || RegExp(/^keeta_an(.*)/).test(input.BAM) || RegExp(/^keeta_ao(.*)/).test(input.BAM) || RegExp(/^keeta_ap(.*)/).test(input.BAM) || RegExp(/^tyblocks_am(.*)/).test(input.BAM) || RegExp(/^tyblocks_an(.*)/).test(input.BAM) || RegExp(/^tyblocks_ao(.*)/).test(input.BAM) || RegExp(/^tyblocks_ap(.*)/).test(input.BAM)) || "object" === typeof input.BAM && null !== input.BAM && _io0(input.BAM))) && (null !== input.BWP && (undefined === input.BWP || "string" === typeof input.BWP && (RegExp(/^keeta_am(.*)/).test(input.BWP) || RegExp(/^keeta_an(.*)/).test(input.BWP) || RegExp(/^keeta_ao(.*)/).test(input.BWP) || RegExp(/^keeta_ap(.*)/).test(input.BWP) || RegExp(/^tyblocks_am(.*)/).test(input.BWP) || RegExp(/^tyblocks_an(.*)/).test(input.BWP) || RegExp(/^tyblocks_ao(.*)/).test(input.BWP) || RegExp(/^tyblocks_ap(.*)/).test(input.BWP)) || "object" === typeof input.BWP && null !== input.BWP && _io0(input.BWP))) && (null !== input.NOK && (undefined === input.NOK || "string" === typeof input.NOK && (RegExp(/^keeta_am(.*)/).test(input.NOK) || RegExp(/^keeta_an(.*)/).test(input.NOK) || RegExp(/^keeta_ao(.*)/).test(input.NOK) || RegExp(/^keeta_ap(.*)/).test(input.NOK) || RegExp(/^tyblocks_am(.*)/).test(input.NOK) || RegExp(/^tyblocks_an(.*)/).test(input.NOK) || RegExp(/^tyblocks_ao(.*)/).test(input.NOK) || RegExp(/^tyblocks_ap(.*)/).test(input.NOK)) || "object" === typeof input.NOK && null !== input.NOK && _io0(input.NOK))) && (null !== input.BRL && (undefined === input.BRL || "string" === typeof input.BRL && (RegExp(/^keeta_am(.*)/).test(input.BRL) || RegExp(/^keeta_an(.*)/).test(input.BRL) || RegExp(/^keeta_ao(.*)/).test(input.BRL) || RegExp(/^keeta_ap(.*)/).test(input.BRL) || RegExp(/^tyblocks_am(.*)/).test(input.BRL) || RegExp(/^tyblocks_an(.*)/).test(input.BRL) || RegExp(/^tyblocks_ao(.*)/).test(input.BRL) || RegExp(/^tyblocks_ap(.*)/).test(input.BRL)) || "object" === typeof input.BRL && null !== input.BRL && _io0(input.BRL))) && (null !== input.BND && (undefined === input.BND || "string" === typeof input.BND && (RegExp(/^keeta_am(.*)/).test(input.BND) || RegExp(/^keeta_an(.*)/).test(input.BND) || RegExp(/^keeta_ao(.*)/).test(input.BND) || RegExp(/^keeta_ap(.*)/).test(input.BND) || RegExp(/^tyblocks_am(.*)/).test(input.BND) || RegExp(/^tyblocks_an(.*)/).test(input.BND) || RegExp(/^tyblocks_ao(.*)/).test(input.BND) || RegExp(/^tyblocks_ap(.*)/).test(input.BND)) || "object" === typeof input.BND && null !== input.BND && _io0(input.BND))) && (null !== input.BGN && (undefined === input.BGN || "string" === typeof input.BGN && (RegExp(/^keeta_am(.*)/).test(input.BGN) || RegExp(/^keeta_an(.*)/).test(input.BGN) || RegExp(/^keeta_ao(.*)/).test(input.BGN) || RegExp(/^keeta_ap(.*)/).test(input.BGN) || RegExp(/^tyblocks_am(.*)/).test(input.BGN) || RegExp(/^tyblocks_an(.*)/).test(input.BGN) || RegExp(/^tyblocks_ao(.*)/).test(input.BGN) || RegExp(/^tyblocks_ap(.*)/).test(input.BGN)) || "object" === typeof input.BGN && null !== input.BGN && _io0(input.BGN))) && (null !== input.BIF && (undefined === input.BIF || "string" === typeof input.BIF && (RegExp(/^keeta_am(.*)/).test(input.BIF) || RegExp(/^keeta_an(.*)/).test(input.BIF) || RegExp(/^keeta_ao(.*)/).test(input.BIF) || RegExp(/^keeta_ap(.*)/).test(input.BIF) || RegExp(/^tyblocks_am(.*)/).test(input.BIF) || RegExp(/^tyblocks_an(.*)/).test(input.BIF) || RegExp(/^tyblocks_ao(.*)/).test(input.BIF) || RegExp(/^tyblocks_ap(.*)/).test(input.BIF)) || "object" === typeof input.BIF && null !== input.BIF && _io0(input.BIF))) && (null !== input.CVE && (undefined === input.CVE || "string" === typeof input.CVE && (RegExp(/^keeta_am(.*)/).test(input.CVE) || RegExp(/^keeta_an(.*)/).test(input.CVE) || RegExp(/^keeta_ao(.*)/).test(input.CVE) || RegExp(/^keeta_ap(.*)/).test(input.CVE) || RegExp(/^tyblocks_am(.*)/).test(input.CVE) || RegExp(/^tyblocks_an(.*)/).test(input.CVE) || RegExp(/^tyblocks_ao(.*)/).test(input.CVE) || RegExp(/^tyblocks_ap(.*)/).test(input.CVE)) || "object" === typeof input.CVE && null !== input.CVE && _io0(input.CVE))) && (null !== input.KHR && (undefined === input.KHR || "string" === typeof input.KHR && (RegExp(/^keeta_am(.*)/).test(input.KHR) || RegExp(/^keeta_an(.*)/).test(input.KHR) || RegExp(/^keeta_ao(.*)/).test(input.KHR) || RegExp(/^keeta_ap(.*)/).test(input.KHR) || RegExp(/^tyblocks_am(.*)/).test(input.KHR) || RegExp(/^tyblocks_an(.*)/).test(input.KHR) || RegExp(/^tyblocks_ao(.*)/).test(input.KHR) || RegExp(/^tyblocks_ap(.*)/).test(input.KHR)) || "object" === typeof input.KHR && null !== input.KHR && _io0(input.KHR))) && (null !== input.XAF && (undefined === input.XAF || "string" === typeof input.XAF && (RegExp(/^keeta_am(.*)/).test(input.XAF) || RegExp(/^keeta_an(.*)/).test(input.XAF) || RegExp(/^keeta_ao(.*)/).test(input.XAF) || RegExp(/^keeta_ap(.*)/).test(input.XAF) || RegExp(/^tyblocks_am(.*)/).test(input.XAF) || RegExp(/^tyblocks_an(.*)/).test(input.XAF) || RegExp(/^tyblocks_ao(.*)/).test(input.XAF) || RegExp(/^tyblocks_ap(.*)/).test(input.XAF)) || "object" === typeof input.XAF && null !== input.XAF && _io0(input.XAF))) && (null !== input.CAD && (undefined === input.CAD || "string" === typeof input.CAD && (RegExp(/^keeta_am(.*)/).test(input.CAD) || RegExp(/^keeta_an(.*)/).test(input.CAD) || RegExp(/^keeta_ao(.*)/).test(input.CAD) || RegExp(/^keeta_ap(.*)/).test(input.CAD) || RegExp(/^tyblocks_am(.*)/).test(input.CAD) || RegExp(/^tyblocks_an(.*)/).test(input.CAD) || RegExp(/^tyblocks_ao(.*)/).test(input.CAD) || RegExp(/^tyblocks_ap(.*)/).test(input.CAD)) || "object" === typeof input.CAD && null !== input.CAD && _io0(input.CAD))) && (null !== input.KYD && (undefined === input.KYD || "string" === typeof input.KYD && (RegExp(/^keeta_am(.*)/).test(input.KYD) || RegExp(/^keeta_an(.*)/).test(input.KYD) || RegExp(/^keeta_ao(.*)/).test(input.KYD) || RegExp(/^keeta_ap(.*)/).test(input.KYD) || RegExp(/^tyblocks_am(.*)/).test(input.KYD) || RegExp(/^tyblocks_an(.*)/).test(input.KYD) || RegExp(/^tyblocks_ao(.*)/).test(input.KYD) || RegExp(/^tyblocks_ap(.*)/).test(input.KYD)) || "object" === typeof input.KYD && null !== input.KYD && _io0(input.KYD))) && (null !== input.CLP && (undefined === input.CLP || "string" === typeof input.CLP && (RegExp(/^keeta_am(.*)/).test(input.CLP) || RegExp(/^keeta_an(.*)/).test(input.CLP) || RegExp(/^keeta_ao(.*)/).test(input.CLP) || RegExp(/^keeta_ap(.*)/).test(input.CLP) || RegExp(/^tyblocks_am(.*)/).test(input.CLP) || RegExp(/^tyblocks_an(.*)/).test(input.CLP) || RegExp(/^tyblocks_ao(.*)/).test(input.CLP) || RegExp(/^tyblocks_ap(.*)/).test(input.CLP)) || "object" === typeof input.CLP && null !== input.CLP && _io0(input.CLP))) && (null !== input.CLF && (undefined === input.CLF || "string" === typeof input.CLF && (RegExp(/^keeta_am(.*)/).test(input.CLF) || RegExp(/^keeta_an(.*)/).test(input.CLF) || RegExp(/^keeta_ao(.*)/).test(input.CLF) || RegExp(/^keeta_ap(.*)/).test(input.CLF) || RegExp(/^tyblocks_am(.*)/).test(input.CLF) || RegExp(/^tyblocks_an(.*)/).test(input.CLF) || RegExp(/^tyblocks_ao(.*)/).test(input.CLF) || RegExp(/^tyblocks_ap(.*)/).test(input.CLF)) || "object" === typeof input.CLF && null !== input.CLF && _io0(input.CLF))) && (null !== input.CNY && (undefined === input.CNY || "string" === typeof input.CNY && (RegExp(/^keeta_am(.*)/).test(input.CNY) || RegExp(/^keeta_an(.*)/).test(input.CNY) || RegExp(/^keeta_ao(.*)/).test(input.CNY) || RegExp(/^keeta_ap(.*)/).test(input.CNY) || RegExp(/^tyblocks_am(.*)/).test(input.CNY) || RegExp(/^tyblocks_an(.*)/).test(input.CNY) || RegExp(/^tyblocks_ao(.*)/).test(input.CNY) || RegExp(/^tyblocks_ap(.*)/).test(input.CNY)) || "object" === typeof input.CNY && null !== input.CNY && _io0(input.CNY))) && (null !== input.COP && (undefined === input.COP || "string" === typeof input.COP && (RegExp(/^keeta_am(.*)/).test(input.COP) || RegExp(/^keeta_an(.*)/).test(input.COP) || RegExp(/^keeta_ao(.*)/).test(input.COP) || RegExp(/^keeta_ap(.*)/).test(input.COP) || RegExp(/^tyblocks_am(.*)/).test(input.COP) || RegExp(/^tyblocks_an(.*)/).test(input.COP) || RegExp(/^tyblocks_ao(.*)/).test(input.COP) || RegExp(/^tyblocks_ap(.*)/).test(input.COP)) || "object" === typeof input.COP && null !== input.COP && _io0(input.COP))) && (null !== input.COU && (undefined === input.COU || "string" === typeof input.COU && (RegExp(/^keeta_am(.*)/).test(input.COU) || RegExp(/^keeta_an(.*)/).test(input.COU) || RegExp(/^keeta_ao(.*)/).test(input.COU) || RegExp(/^keeta_ap(.*)/).test(input.COU) || RegExp(/^tyblocks_am(.*)/).test(input.COU) || RegExp(/^tyblocks_an(.*)/).test(input.COU) || RegExp(/^tyblocks_ao(.*)/).test(input.COU) || RegExp(/^tyblocks_ap(.*)/).test(input.COU)) || "object" === typeof input.COU && null !== input.COU && _io0(input.COU))) && (null !== input.KMF && (undefined === input.KMF || "string" === typeof input.KMF && (RegExp(/^keeta_am(.*)/).test(input.KMF) || RegExp(/^keeta_an(.*)/).test(input.KMF) || RegExp(/^keeta_ao(.*)/).test(input.KMF) || RegExp(/^keeta_ap(.*)/).test(input.KMF) || RegExp(/^tyblocks_am(.*)/).test(input.KMF) || RegExp(/^tyblocks_an(.*)/).test(input.KMF) || RegExp(/^tyblocks_ao(.*)/).test(input.KMF) || RegExp(/^tyblocks_ap(.*)/).test(input.KMF)) || "object" === typeof input.KMF && null !== input.KMF && _io0(input.KMF))) && (null !== input.CDF && (undefined === input.CDF || "string" === typeof input.CDF && (RegExp(/^keeta_am(.*)/).test(input.CDF) || RegExp(/^keeta_an(.*)/).test(input.CDF) || RegExp(/^keeta_ao(.*)/).test(input.CDF) || RegExp(/^keeta_ap(.*)/).test(input.CDF) || RegExp(/^tyblocks_am(.*)/).test(input.CDF) || RegExp(/^tyblocks_an(.*)/).test(input.CDF) || RegExp(/^tyblocks_ao(.*)/).test(input.CDF) || RegExp(/^tyblocks_ap(.*)/).test(input.CDF)) || "object" === typeof input.CDF && null !== input.CDF && _io0(input.CDF))) && (null !== input.NZD && (undefined === input.NZD || "string" === typeof input.NZD && (RegExp(/^keeta_am(.*)/).test(input.NZD) || RegExp(/^keeta_an(.*)/).test(input.NZD) || RegExp(/^keeta_ao(.*)/).test(input.NZD) || RegExp(/^keeta_ap(.*)/).test(input.NZD) || RegExp(/^tyblocks_am(.*)/).test(input.NZD) || RegExp(/^tyblocks_an(.*)/).test(input.NZD) || RegExp(/^tyblocks_ao(.*)/).test(input.NZD) || RegExp(/^tyblocks_ap(.*)/).test(input.NZD)) || "object" === typeof input.NZD && null !== input.NZD && _io0(input.NZD))) && (null !== input.CRC && (undefined === input.CRC || "string" === typeof input.CRC && (RegExp(/^keeta_am(.*)/).test(input.CRC) || RegExp(/^keeta_an(.*)/).test(input.CRC) || RegExp(/^keeta_ao(.*)/).test(input.CRC) || RegExp(/^keeta_ap(.*)/).test(input.CRC) || RegExp(/^tyblocks_am(.*)/).test(input.CRC) || RegExp(/^tyblocks_an(.*)/).test(input.CRC) || RegExp(/^tyblocks_ao(.*)/).test(input.CRC) || RegExp(/^tyblocks_ap(.*)/).test(input.CRC)) || "object" === typeof input.CRC && null !== input.CRC && _io0(input.CRC))) && (null !== input.CUP && (undefined === input.CUP || "string" === typeof input.CUP && (RegExp(/^keeta_am(.*)/).test(input.CUP) || RegExp(/^keeta_an(.*)/).test(input.CUP) || RegExp(/^keeta_ao(.*)/).test(input.CUP) || RegExp(/^keeta_ap(.*)/).test(input.CUP) || RegExp(/^tyblocks_am(.*)/).test(input.CUP) || RegExp(/^tyblocks_an(.*)/).test(input.CUP) || RegExp(/^tyblocks_ao(.*)/).test(input.CUP) || RegExp(/^tyblocks_ap(.*)/).test(input.CUP)) || "object" === typeof input.CUP && null !== input.CUP && _io0(input.CUP))) && (null !== input.CUC && (undefined === input.CUC || "string" === typeof input.CUC && (RegExp(/^keeta_am(.*)/).test(input.CUC) || RegExp(/^keeta_an(.*)/).test(input.CUC) || RegExp(/^keeta_ao(.*)/).test(input.CUC) || RegExp(/^keeta_ap(.*)/).test(input.CUC) || RegExp(/^tyblocks_am(.*)/).test(input.CUC) || RegExp(/^tyblocks_an(.*)/).test(input.CUC) || RegExp(/^tyblocks_ao(.*)/).test(input.CUC) || RegExp(/^tyblocks_ap(.*)/).test(input.CUC)) || "object" === typeof input.CUC && null !== input.CUC && _io0(input.CUC))) && (null !== input.ANG && (undefined === input.ANG || "string" === typeof input.ANG && (RegExp(/^keeta_am(.*)/).test(input.ANG) || RegExp(/^keeta_an(.*)/).test(input.ANG) || RegExp(/^keeta_ao(.*)/).test(input.ANG) || RegExp(/^keeta_ap(.*)/).test(input.ANG) || RegExp(/^tyblocks_am(.*)/).test(input.ANG) || RegExp(/^tyblocks_an(.*)/).test(input.ANG) || RegExp(/^tyblocks_ao(.*)/).test(input.ANG) || RegExp(/^tyblocks_ap(.*)/).test(input.ANG)) || "object" === typeof input.ANG && null !== input.ANG && _io0(input.ANG))) && (null !== input.CZK && (undefined === input.CZK || "string" === typeof input.CZK && (RegExp(/^keeta_am(.*)/).test(input.CZK) || RegExp(/^keeta_an(.*)/).test(input.CZK) || RegExp(/^keeta_ao(.*)/).test(input.CZK) || RegExp(/^keeta_ap(.*)/).test(input.CZK) || RegExp(/^tyblocks_am(.*)/).test(input.CZK) || RegExp(/^tyblocks_an(.*)/).test(input.CZK) || RegExp(/^tyblocks_ao(.*)/).test(input.CZK) || RegExp(/^tyblocks_ap(.*)/).test(input.CZK)) || "object" === typeof input.CZK && null !== input.CZK && _io0(input.CZK))) && (null !== input.DKK && (undefined === input.DKK || "string" === typeof input.DKK && (RegExp(/^keeta_am(.*)/).test(input.DKK) || RegExp(/^keeta_an(.*)/).test(input.DKK) || RegExp(/^keeta_ao(.*)/).test(input.DKK) || RegExp(/^keeta_ap(.*)/).test(input.DKK) || RegExp(/^tyblocks_am(.*)/).test(input.DKK) || RegExp(/^tyblocks_an(.*)/).test(input.DKK) || RegExp(/^tyblocks_ao(.*)/).test(input.DKK) || RegExp(/^tyblocks_ap(.*)/).test(input.DKK)) || "object" === typeof input.DKK && null !== input.DKK && _io0(input.DKK))) && (null !== input.DJF && (undefined === input.DJF || "string" === typeof input.DJF && (RegExp(/^keeta_am(.*)/).test(input.DJF) || RegExp(/^keeta_an(.*)/).test(input.DJF) || RegExp(/^keeta_ao(.*)/).test(input.DJF) || RegExp(/^keeta_ap(.*)/).test(input.DJF) || RegExp(/^tyblocks_am(.*)/).test(input.DJF) || RegExp(/^tyblocks_an(.*)/).test(input.DJF) || RegExp(/^tyblocks_ao(.*)/).test(input.DJF) || RegExp(/^tyblocks_ap(.*)/).test(input.DJF)) || "object" === typeof input.DJF && null !== input.DJF && _io0(input.DJF))) && (null !== input.DOP && (undefined === input.DOP || "string" === typeof input.DOP && (RegExp(/^keeta_am(.*)/).test(input.DOP) || RegExp(/^keeta_an(.*)/).test(input.DOP) || RegExp(/^keeta_ao(.*)/).test(input.DOP) || RegExp(/^keeta_ap(.*)/).test(input.DOP) || RegExp(/^tyblocks_am(.*)/).test(input.DOP) || RegExp(/^tyblocks_an(.*)/).test(input.DOP) || RegExp(/^tyblocks_ao(.*)/).test(input.DOP) || RegExp(/^tyblocks_ap(.*)/).test(input.DOP)) || "object" === typeof input.DOP && null !== input.DOP && _io0(input.DOP))) && (null !== input.EGP && (undefined === input.EGP || "string" === typeof input.EGP && (RegExp(/^keeta_am(.*)/).test(input.EGP) || RegExp(/^keeta_an(.*)/).test(input.EGP) || RegExp(/^keeta_ao(.*)/).test(input.EGP) || RegExp(/^keeta_ap(.*)/).test(input.EGP) || RegExp(/^tyblocks_am(.*)/).test(input.EGP) || RegExp(/^tyblocks_an(.*)/).test(input.EGP) || RegExp(/^tyblocks_ao(.*)/).test(input.EGP) || RegExp(/^tyblocks_ap(.*)/).test(input.EGP)) || "object" === typeof input.EGP && null !== input.EGP && _io0(input.EGP))) && (null !== input.SVC && (undefined === input.SVC || "string" === typeof input.SVC && (RegExp(/^keeta_am(.*)/).test(input.SVC) || RegExp(/^keeta_an(.*)/).test(input.SVC) || RegExp(/^keeta_ao(.*)/).test(input.SVC) || RegExp(/^keeta_ap(.*)/).test(input.SVC) || RegExp(/^tyblocks_am(.*)/).test(input.SVC) || RegExp(/^tyblocks_an(.*)/).test(input.SVC) || RegExp(/^tyblocks_ao(.*)/).test(input.SVC) || RegExp(/^tyblocks_ap(.*)/).test(input.SVC)) || "object" === typeof input.SVC && null !== input.SVC && _io0(input.SVC))) && (null !== input.ERN && (undefined === input.ERN || "string" === typeof input.ERN && (RegExp(/^keeta_am(.*)/).test(input.ERN) || RegExp(/^keeta_an(.*)/).test(input.ERN) || RegExp(/^keeta_ao(.*)/).test(input.ERN) || RegExp(/^keeta_ap(.*)/).test(input.ERN) || RegExp(/^tyblocks_am(.*)/).test(input.ERN) || RegExp(/^tyblocks_an(.*)/).test(input.ERN) || RegExp(/^tyblocks_ao(.*)/).test(input.ERN) || RegExp(/^tyblocks_ap(.*)/).test(input.ERN)) || "object" === typeof input.ERN && null !== input.ERN && _io0(input.ERN))) && (null !== input.SZL && (undefined === input.SZL || "string" === typeof input.SZL && (RegExp(/^keeta_am(.*)/).test(input.SZL) || RegExp(/^keeta_an(.*)/).test(input.SZL) || RegExp(/^keeta_ao(.*)/).test(input.SZL) || RegExp(/^keeta_ap(.*)/).test(input.SZL) || RegExp(/^tyblocks_am(.*)/).test(input.SZL) || RegExp(/^tyblocks_an(.*)/).test(input.SZL) || RegExp(/^tyblocks_ao(.*)/).test(input.SZL) || RegExp(/^tyblocks_ap(.*)/).test(input.SZL)) || "object" === typeof input.SZL && null !== input.SZL && _io0(input.SZL))) && (null !== input.ETB && (undefined === input.ETB || "string" === typeof input.ETB && (RegExp(/^keeta_am(.*)/).test(input.ETB) || RegExp(/^keeta_an(.*)/).test(input.ETB) || RegExp(/^keeta_ao(.*)/).test(input.ETB) || RegExp(/^keeta_ap(.*)/).test(input.ETB) || RegExp(/^tyblocks_am(.*)/).test(input.ETB) || RegExp(/^tyblocks_an(.*)/).test(input.ETB) || RegExp(/^tyblocks_ao(.*)/).test(input.ETB) || RegExp(/^tyblocks_ap(.*)/).test(input.ETB)) || "object" === typeof input.ETB && null !== input.ETB && _io0(input.ETB))) && (null !== input.FKP && (undefined === input.FKP || "string" === typeof input.FKP && (RegExp(/^keeta_am(.*)/).test(input.FKP) || RegExp(/^keeta_an(.*)/).test(input.FKP) || RegExp(/^keeta_ao(.*)/).test(input.FKP) || RegExp(/^keeta_ap(.*)/).test(input.FKP) || RegExp(/^tyblocks_am(.*)/).test(input.FKP) || RegExp(/^tyblocks_an(.*)/).test(input.FKP) || RegExp(/^tyblocks_ao(.*)/).test(input.FKP) || RegExp(/^tyblocks_ap(.*)/).test(input.FKP)) || "object" === typeof input.FKP && null !== input.FKP && _io0(input.FKP))) && (null !== input.FJD && (undefined === input.FJD || "string" === typeof input.FJD && (RegExp(/^keeta_am(.*)/).test(input.FJD) || RegExp(/^keeta_an(.*)/).test(input.FJD) || RegExp(/^keeta_ao(.*)/).test(input.FJD) || RegExp(/^keeta_ap(.*)/).test(input.FJD) || RegExp(/^tyblocks_am(.*)/).test(input.FJD) || RegExp(/^tyblocks_an(.*)/).test(input.FJD) || RegExp(/^tyblocks_ao(.*)/).test(input.FJD) || RegExp(/^tyblocks_ap(.*)/).test(input.FJD)) || "object" === typeof input.FJD && null !== input.FJD && _io0(input.FJD))) && (null !== input.XPF && (undefined === input.XPF || "string" === typeof input.XPF && (RegExp(/^keeta_am(.*)/).test(input.XPF) || RegExp(/^keeta_an(.*)/).test(input.XPF) || RegExp(/^keeta_ao(.*)/).test(input.XPF) || RegExp(/^keeta_ap(.*)/).test(input.XPF) || RegExp(/^tyblocks_am(.*)/).test(input.XPF) || RegExp(/^tyblocks_an(.*)/).test(input.XPF) || RegExp(/^tyblocks_ao(.*)/).test(input.XPF) || RegExp(/^tyblocks_ap(.*)/).test(input.XPF)) || "object" === typeof input.XPF && null !== input.XPF && _io0(input.XPF))) && (null !== input.GMD && (undefined === input.GMD || "string" === typeof input.GMD && (RegExp(/^keeta_am(.*)/).test(input.GMD) || RegExp(/^keeta_an(.*)/).test(input.GMD) || RegExp(/^keeta_ao(.*)/).test(input.GMD) || RegExp(/^keeta_ap(.*)/).test(input.GMD) || RegExp(/^tyblocks_am(.*)/).test(input.GMD) || RegExp(/^tyblocks_an(.*)/).test(input.GMD) || RegExp(/^tyblocks_ao(.*)/).test(input.GMD) || RegExp(/^tyblocks_ap(.*)/).test(input.GMD)) || "object" === typeof input.GMD && null !== input.GMD && _io0(input.GMD))) && (null !== input.GEL && (undefined === input.GEL || "string" === typeof input.GEL && (RegExp(/^keeta_am(.*)/).test(input.GEL) || RegExp(/^keeta_an(.*)/).test(input.GEL) || RegExp(/^keeta_ao(.*)/).test(input.GEL) || RegExp(/^keeta_ap(.*)/).test(input.GEL) || RegExp(/^tyblocks_am(.*)/).test(input.GEL) || RegExp(/^tyblocks_an(.*)/).test(input.GEL) || RegExp(/^tyblocks_ao(.*)/).test(input.GEL) || RegExp(/^tyblocks_ap(.*)/).test(input.GEL)) || "object" === typeof input.GEL && null !== input.GEL && _io0(input.GEL))) && (null !== input.GHS && (undefined === input.GHS || "string" === typeof input.GHS && (RegExp(/^keeta_am(.*)/).test(input.GHS) || RegExp(/^keeta_an(.*)/).test(input.GHS) || RegExp(/^keeta_ao(.*)/).test(input.GHS) || RegExp(/^keeta_ap(.*)/).test(input.GHS) || RegExp(/^tyblocks_am(.*)/).test(input.GHS) || RegExp(/^tyblocks_an(.*)/).test(input.GHS) || RegExp(/^tyblocks_ao(.*)/).test(input.GHS) || RegExp(/^tyblocks_ap(.*)/).test(input.GHS)) || "object" === typeof input.GHS && null !== input.GHS && _io0(input.GHS))) && (null !== input.GIP && (undefined === input.GIP || "string" === typeof input.GIP && (RegExp(/^keeta_am(.*)/).test(input.GIP) || RegExp(/^keeta_an(.*)/).test(input.GIP) || RegExp(/^keeta_ao(.*)/).test(input.GIP) || RegExp(/^keeta_ap(.*)/).test(input.GIP) || RegExp(/^tyblocks_am(.*)/).test(input.GIP) || RegExp(/^tyblocks_an(.*)/).test(input.GIP) || RegExp(/^tyblocks_ao(.*)/).test(input.GIP) || RegExp(/^tyblocks_ap(.*)/).test(input.GIP)) || "object" === typeof input.GIP && null !== input.GIP && _io0(input.GIP))) && (null !== input.GTQ && (undefined === input.GTQ || "string" === typeof input.GTQ && (RegExp(/^keeta_am(.*)/).test(input.GTQ) || RegExp(/^keeta_an(.*)/).test(input.GTQ) || RegExp(/^keeta_ao(.*)/).test(input.GTQ) || RegExp(/^keeta_ap(.*)/).test(input.GTQ) || RegExp(/^tyblocks_am(.*)/).test(input.GTQ) || RegExp(/^tyblocks_an(.*)/).test(input.GTQ) || RegExp(/^tyblocks_ao(.*)/).test(input.GTQ) || RegExp(/^tyblocks_ap(.*)/).test(input.GTQ)) || "object" === typeof input.GTQ && null !== input.GTQ && _io0(input.GTQ))) && (null !== input.GBP && (undefined === input.GBP || "string" === typeof input.GBP && (RegExp(/^keeta_am(.*)/).test(input.GBP) || RegExp(/^keeta_an(.*)/).test(input.GBP) || RegExp(/^keeta_ao(.*)/).test(input.GBP) || RegExp(/^keeta_ap(.*)/).test(input.GBP) || RegExp(/^tyblocks_am(.*)/).test(input.GBP) || RegExp(/^tyblocks_an(.*)/).test(input.GBP) || RegExp(/^tyblocks_ao(.*)/).test(input.GBP) || RegExp(/^tyblocks_ap(.*)/).test(input.GBP)) || "object" === typeof input.GBP && null !== input.GBP && _io0(input.GBP))) && (null !== input.GNF && (undefined === input.GNF || "string" === typeof input.GNF && (RegExp(/^keeta_am(.*)/).test(input.GNF) || RegExp(/^keeta_an(.*)/).test(input.GNF) || RegExp(/^keeta_ao(.*)/).test(input.GNF) || RegExp(/^keeta_ap(.*)/).test(input.GNF) || RegExp(/^tyblocks_am(.*)/).test(input.GNF) || RegExp(/^tyblocks_an(.*)/).test(input.GNF) || RegExp(/^tyblocks_ao(.*)/).test(input.GNF) || RegExp(/^tyblocks_ap(.*)/).test(input.GNF)) || "object" === typeof input.GNF && null !== input.GNF && _io0(input.GNF))) && (null !== input.GYD && (undefined === input.GYD || "string" === typeof input.GYD && (RegExp(/^keeta_am(.*)/).test(input.GYD) || RegExp(/^keeta_an(.*)/).test(input.GYD) || RegExp(/^keeta_ao(.*)/).test(input.GYD) || RegExp(/^keeta_ap(.*)/).test(input.GYD) || RegExp(/^tyblocks_am(.*)/).test(input.GYD) || RegExp(/^tyblocks_an(.*)/).test(input.GYD) || RegExp(/^tyblocks_ao(.*)/).test(input.GYD) || RegExp(/^tyblocks_ap(.*)/).test(input.GYD)) || "object" === typeof input.GYD && null !== input.GYD && _io0(input.GYD))) && (null !== input.HTG && (undefined === input.HTG || "string" === typeof input.HTG && (RegExp(/^keeta_am(.*)/).test(input.HTG) || RegExp(/^keeta_an(.*)/).test(input.HTG) || RegExp(/^keeta_ao(.*)/).test(input.HTG) || RegExp(/^keeta_ap(.*)/).test(input.HTG) || RegExp(/^tyblocks_am(.*)/).test(input.HTG) || RegExp(/^tyblocks_an(.*)/).test(input.HTG) || RegExp(/^tyblocks_ao(.*)/).test(input.HTG) || RegExp(/^tyblocks_ap(.*)/).test(input.HTG)) || "object" === typeof input.HTG && null !== input.HTG && _io0(input.HTG))) && (null !== input.HNL && (undefined === input.HNL || "string" === typeof input.HNL && (RegExp(/^keeta_am(.*)/).test(input.HNL) || RegExp(/^keeta_an(.*)/).test(input.HNL) || RegExp(/^keeta_ao(.*)/).test(input.HNL) || RegExp(/^keeta_ap(.*)/).test(input.HNL) || RegExp(/^tyblocks_am(.*)/).test(input.HNL) || RegExp(/^tyblocks_an(.*)/).test(input.HNL) || RegExp(/^tyblocks_ao(.*)/).test(input.HNL) || RegExp(/^tyblocks_ap(.*)/).test(input.HNL)) || "object" === typeof input.HNL && null !== input.HNL && _io0(input.HNL))) && (null !== input.HKD && (undefined === input.HKD || "string" === typeof input.HKD && (RegExp(/^keeta_am(.*)/).test(input.HKD) || RegExp(/^keeta_an(.*)/).test(input.HKD) || RegExp(/^keeta_ao(.*)/).test(input.HKD) || RegExp(/^keeta_ap(.*)/).test(input.HKD) || RegExp(/^tyblocks_am(.*)/).test(input.HKD) || RegExp(/^tyblocks_an(.*)/).test(input.HKD) || RegExp(/^tyblocks_ao(.*)/).test(input.HKD) || RegExp(/^tyblocks_ap(.*)/).test(input.HKD)) || "object" === typeof input.HKD && null !== input.HKD && _io0(input.HKD))) && (null !== input.HUF && (undefined === input.HUF || "string" === typeof input.HUF && (RegExp(/^keeta_am(.*)/).test(input.HUF) || RegExp(/^keeta_an(.*)/).test(input.HUF) || RegExp(/^keeta_ao(.*)/).test(input.HUF) || RegExp(/^keeta_ap(.*)/).test(input.HUF) || RegExp(/^tyblocks_am(.*)/).test(input.HUF) || RegExp(/^tyblocks_an(.*)/).test(input.HUF) || RegExp(/^tyblocks_ao(.*)/).test(input.HUF) || RegExp(/^tyblocks_ap(.*)/).test(input.HUF)) || "object" === typeof input.HUF && null !== input.HUF && _io0(input.HUF))) && (null !== input.ISK && (undefined === input.ISK || "string" === typeof input.ISK && (RegExp(/^keeta_am(.*)/).test(input.ISK) || RegExp(/^keeta_an(.*)/).test(input.ISK) || RegExp(/^keeta_ao(.*)/).test(input.ISK) || RegExp(/^keeta_ap(.*)/).test(input.ISK) || RegExp(/^tyblocks_am(.*)/).test(input.ISK) || RegExp(/^tyblocks_an(.*)/).test(input.ISK) || RegExp(/^tyblocks_ao(.*)/).test(input.ISK) || RegExp(/^tyblocks_ap(.*)/).test(input.ISK)) || "object" === typeof input.ISK && null !== input.ISK && _io0(input.ISK))) && (null !== input.IDR && (undefined === input.IDR || "string" === typeof input.IDR && (RegExp(/^keeta_am(.*)/).test(input.IDR) || RegExp(/^keeta_an(.*)/).test(input.IDR) || RegExp(/^keeta_ao(.*)/).test(input.IDR) || RegExp(/^keeta_ap(.*)/).test(input.IDR) || RegExp(/^tyblocks_am(.*)/).test(input.IDR) || RegExp(/^tyblocks_an(.*)/).test(input.IDR) || RegExp(/^tyblocks_ao(.*)/).test(input.IDR) || RegExp(/^tyblocks_ap(.*)/).test(input.IDR)) || "object" === typeof input.IDR && null !== input.IDR && _io0(input.IDR))) && (null !== input.IRR && (undefined === input.IRR || "string" === typeof input.IRR && (RegExp(/^keeta_am(.*)/).test(input.IRR) || RegExp(/^keeta_an(.*)/).test(input.IRR) || RegExp(/^keeta_ao(.*)/).test(input.IRR) || RegExp(/^keeta_ap(.*)/).test(input.IRR) || RegExp(/^tyblocks_am(.*)/).test(input.IRR) || RegExp(/^tyblocks_an(.*)/).test(input.IRR) || RegExp(/^tyblocks_ao(.*)/).test(input.IRR) || RegExp(/^tyblocks_ap(.*)/).test(input.IRR)) || "object" === typeof input.IRR && null !== input.IRR && _io0(input.IRR))) && (null !== input.IQD && (undefined === input.IQD || "string" === typeof input.IQD && (RegExp(/^keeta_am(.*)/).test(input.IQD) || RegExp(/^keeta_an(.*)/).test(input.IQD) || RegExp(/^keeta_ao(.*)/).test(input.IQD) || RegExp(/^keeta_ap(.*)/).test(input.IQD) || RegExp(/^tyblocks_am(.*)/).test(input.IQD) || RegExp(/^tyblocks_an(.*)/).test(input.IQD) || RegExp(/^tyblocks_ao(.*)/).test(input.IQD) || RegExp(/^tyblocks_ap(.*)/).test(input.IQD)) || "object" === typeof input.IQD && null !== input.IQD && _io0(input.IQD))) && (null !== input.ILS && (undefined === input.ILS || "string" === typeof input.ILS && (RegExp(/^keeta_am(.*)/).test(input.ILS) || RegExp(/^keeta_an(.*)/).test(input.ILS) || RegExp(/^keeta_ao(.*)/).test(input.ILS) || RegExp(/^keeta_ap(.*)/).test(input.ILS) || RegExp(/^tyblocks_am(.*)/).test(input.ILS) || RegExp(/^tyblocks_an(.*)/).test(input.ILS) || RegExp(/^tyblocks_ao(.*)/).test(input.ILS) || RegExp(/^tyblocks_ap(.*)/).test(input.ILS)) || "object" === typeof input.ILS && null !== input.ILS && _io0(input.ILS))) && (null !== input.JMD && (undefined === input.JMD || "string" === typeof input.JMD && (RegExp(/^keeta_am(.*)/).test(input.JMD) || RegExp(/^keeta_an(.*)/).test(input.JMD) || RegExp(/^keeta_ao(.*)/).test(input.JMD) || RegExp(/^keeta_ap(.*)/).test(input.JMD) || RegExp(/^tyblocks_am(.*)/).test(input.JMD) || RegExp(/^tyblocks_an(.*)/).test(input.JMD) || RegExp(/^tyblocks_ao(.*)/).test(input.JMD) || RegExp(/^tyblocks_ap(.*)/).test(input.JMD)) || "object" === typeof input.JMD && null !== input.JMD && _io0(input.JMD))) && (null !== input.JPY && (undefined === input.JPY || "string" === typeof input.JPY && (RegExp(/^keeta_am(.*)/).test(input.JPY) || RegExp(/^keeta_an(.*)/).test(input.JPY) || RegExp(/^keeta_ao(.*)/).test(input.JPY) || RegExp(/^keeta_ap(.*)/).test(input.JPY) || RegExp(/^tyblocks_am(.*)/).test(input.JPY) || RegExp(/^tyblocks_an(.*)/).test(input.JPY) || RegExp(/^tyblocks_ao(.*)/).test(input.JPY) || RegExp(/^tyblocks_ap(.*)/).test(input.JPY)) || "object" === typeof input.JPY && null !== input.JPY && _io0(input.JPY))) && (null !== input.JOD && (undefined === input.JOD || "string" === typeof input.JOD && (RegExp(/^keeta_am(.*)/).test(input.JOD) || RegExp(/^keeta_an(.*)/).test(input.JOD) || RegExp(/^keeta_ao(.*)/).test(input.JOD) || RegExp(/^keeta_ap(.*)/).test(input.JOD) || RegExp(/^tyblocks_am(.*)/).test(input.JOD) || RegExp(/^tyblocks_an(.*)/).test(input.JOD) || RegExp(/^tyblocks_ao(.*)/).test(input.JOD) || RegExp(/^tyblocks_ap(.*)/).test(input.JOD)) || "object" === typeof input.JOD && null !== input.JOD && _io0(input.JOD))) && (null !== input.KZT && (undefined === input.KZT || "string" === typeof input.KZT && (RegExp(/^keeta_am(.*)/).test(input.KZT) || RegExp(/^keeta_an(.*)/).test(input.KZT) || RegExp(/^keeta_ao(.*)/).test(input.KZT) || RegExp(/^keeta_ap(.*)/).test(input.KZT) || RegExp(/^tyblocks_am(.*)/).test(input.KZT) || RegExp(/^tyblocks_an(.*)/).test(input.KZT) || RegExp(/^tyblocks_ao(.*)/).test(input.KZT) || RegExp(/^tyblocks_ap(.*)/).test(input.KZT)) || "object" === typeof input.KZT && null !== input.KZT && _io0(input.KZT))) && (null !== input.KES && (undefined === input.KES || "string" === typeof input.KES && (RegExp(/^keeta_am(.*)/).test(input.KES) || RegExp(/^keeta_an(.*)/).test(input.KES) || RegExp(/^keeta_ao(.*)/).test(input.KES) || RegExp(/^keeta_ap(.*)/).test(input.KES) || RegExp(/^tyblocks_am(.*)/).test(input.KES) || RegExp(/^tyblocks_an(.*)/).test(input.KES) || RegExp(/^tyblocks_ao(.*)/).test(input.KES) || RegExp(/^tyblocks_ap(.*)/).test(input.KES)) || "object" === typeof input.KES && null !== input.KES && _io0(input.KES))) && (null !== input.KPW && (undefined === input.KPW || "string" === typeof input.KPW && (RegExp(/^keeta_am(.*)/).test(input.KPW) || RegExp(/^keeta_an(.*)/).test(input.KPW) || RegExp(/^keeta_ao(.*)/).test(input.KPW) || RegExp(/^keeta_ap(.*)/).test(input.KPW) || RegExp(/^tyblocks_am(.*)/).test(input.KPW) || RegExp(/^tyblocks_an(.*)/).test(input.KPW) || RegExp(/^tyblocks_ao(.*)/).test(input.KPW) || RegExp(/^tyblocks_ap(.*)/).test(input.KPW)) || "object" === typeof input.KPW && null !== input.KPW && _io0(input.KPW))) && (null !== input.KRW && (undefined === input.KRW || "string" === typeof input.KRW && (RegExp(/^keeta_am(.*)/).test(input.KRW) || RegExp(/^keeta_an(.*)/).test(input.KRW) || RegExp(/^keeta_ao(.*)/).test(input.KRW) || RegExp(/^keeta_ap(.*)/).test(input.KRW) || RegExp(/^tyblocks_am(.*)/).test(input.KRW) || RegExp(/^tyblocks_an(.*)/).test(input.KRW) || RegExp(/^tyblocks_ao(.*)/).test(input.KRW) || RegExp(/^tyblocks_ap(.*)/).test(input.KRW)) || "object" === typeof input.KRW && null !== input.KRW && _io0(input.KRW))) && (null !== input.KWD && (undefined === input.KWD || "string" === typeof input.KWD && (RegExp(/^keeta_am(.*)/).test(input.KWD) || RegExp(/^keeta_an(.*)/).test(input.KWD) || RegExp(/^keeta_ao(.*)/).test(input.KWD) || RegExp(/^keeta_ap(.*)/).test(input.KWD) || RegExp(/^tyblocks_am(.*)/).test(input.KWD) || RegExp(/^tyblocks_an(.*)/).test(input.KWD) || RegExp(/^tyblocks_ao(.*)/).test(input.KWD) || RegExp(/^tyblocks_ap(.*)/).test(input.KWD)) || "object" === typeof input.KWD && null !== input.KWD && _io0(input.KWD))) && (null !== input.KGS && (undefined === input.KGS || "string" === typeof input.KGS && (RegExp(/^keeta_am(.*)/).test(input.KGS) || RegExp(/^keeta_an(.*)/).test(input.KGS) || RegExp(/^keeta_ao(.*)/).test(input.KGS) || RegExp(/^keeta_ap(.*)/).test(input.KGS) || RegExp(/^tyblocks_am(.*)/).test(input.KGS) || RegExp(/^tyblocks_an(.*)/).test(input.KGS) || RegExp(/^tyblocks_ao(.*)/).test(input.KGS) || RegExp(/^tyblocks_ap(.*)/).test(input.KGS)) || "object" === typeof input.KGS && null !== input.KGS && _io0(input.KGS))) && (null !== input.LAK && (undefined === input.LAK || "string" === typeof input.LAK && (RegExp(/^keeta_am(.*)/).test(input.LAK) || RegExp(/^keeta_an(.*)/).test(input.LAK) || RegExp(/^keeta_ao(.*)/).test(input.LAK) || RegExp(/^keeta_ap(.*)/).test(input.LAK) || RegExp(/^tyblocks_am(.*)/).test(input.LAK) || RegExp(/^tyblocks_an(.*)/).test(input.LAK) || RegExp(/^tyblocks_ao(.*)/).test(input.LAK) || RegExp(/^tyblocks_ap(.*)/).test(input.LAK)) || "object" === typeof input.LAK && null !== input.LAK && _io0(input.LAK))) && (null !== input.LBP && (undefined === input.LBP || "string" === typeof input.LBP && (RegExp(/^keeta_am(.*)/).test(input.LBP) || RegExp(/^keeta_an(.*)/).test(input.LBP) || RegExp(/^keeta_ao(.*)/).test(input.LBP) || RegExp(/^keeta_ap(.*)/).test(input.LBP) || RegExp(/^tyblocks_am(.*)/).test(input.LBP) || RegExp(/^tyblocks_an(.*)/).test(input.LBP) || RegExp(/^tyblocks_ao(.*)/).test(input.LBP) || RegExp(/^tyblocks_ap(.*)/).test(input.LBP)) || "object" === typeof input.LBP && null !== input.LBP && _io0(input.LBP))) && (null !== input.LSL && (undefined === input.LSL || "string" === typeof input.LSL && (RegExp(/^keeta_am(.*)/).test(input.LSL) || RegExp(/^keeta_an(.*)/).test(input.LSL) || RegExp(/^keeta_ao(.*)/).test(input.LSL) || RegExp(/^keeta_ap(.*)/).test(input.LSL) || RegExp(/^tyblocks_am(.*)/).test(input.LSL) || RegExp(/^tyblocks_an(.*)/).test(input.LSL) || RegExp(/^tyblocks_ao(.*)/).test(input.LSL) || RegExp(/^tyblocks_ap(.*)/).test(input.LSL)) || "object" === typeof input.LSL && null !== input.LSL && _io0(input.LSL))) && (null !== input.ZAR && (undefined === input.ZAR || "string" === typeof input.ZAR && (RegExp(/^keeta_am(.*)/).test(input.ZAR) || RegExp(/^keeta_an(.*)/).test(input.ZAR) || RegExp(/^keeta_ao(.*)/).test(input.ZAR) || RegExp(/^keeta_ap(.*)/).test(input.ZAR) || RegExp(/^tyblocks_am(.*)/).test(input.ZAR) || RegExp(/^tyblocks_an(.*)/).test(input.ZAR) || RegExp(/^tyblocks_ao(.*)/).test(input.ZAR) || RegExp(/^tyblocks_ap(.*)/).test(input.ZAR)) || "object" === typeof input.ZAR && null !== input.ZAR && _io0(input.ZAR))) && (null !== input.LRD && (undefined === input.LRD || "string" === typeof input.LRD && (RegExp(/^keeta_am(.*)/).test(input.LRD) || RegExp(/^keeta_an(.*)/).test(input.LRD) || RegExp(/^keeta_ao(.*)/).test(input.LRD) || RegExp(/^keeta_ap(.*)/).test(input.LRD) || RegExp(/^tyblocks_am(.*)/).test(input.LRD) || RegExp(/^tyblocks_an(.*)/).test(input.LRD) || RegExp(/^tyblocks_ao(.*)/).test(input.LRD) || RegExp(/^tyblocks_ap(.*)/).test(input.LRD)) || "object" === typeof input.LRD && null !== input.LRD && _io0(input.LRD))) && (null !== input.LYD && (undefined === input.LYD || "string" === typeof input.LYD && (RegExp(/^keeta_am(.*)/).test(input.LYD) || RegExp(/^keeta_an(.*)/).test(input.LYD) || RegExp(/^keeta_ao(.*)/).test(input.LYD) || RegExp(/^keeta_ap(.*)/).test(input.LYD) || RegExp(/^tyblocks_am(.*)/).test(input.LYD) || RegExp(/^tyblocks_an(.*)/).test(input.LYD) || RegExp(/^tyblocks_ao(.*)/).test(input.LYD) || RegExp(/^tyblocks_ap(.*)/).test(input.LYD)) || "object" === typeof input.LYD && null !== input.LYD && _io0(input.LYD))) && (null !== input.CHF && (undefined === input.CHF || "string" === typeof input.CHF && (RegExp(/^keeta_am(.*)/).test(input.CHF) || RegExp(/^keeta_an(.*)/).test(input.CHF) || RegExp(/^keeta_ao(.*)/).test(input.CHF) || RegExp(/^keeta_ap(.*)/).test(input.CHF) || RegExp(/^tyblocks_am(.*)/).test(input.CHF) || RegExp(/^tyblocks_an(.*)/).test(input.CHF) || RegExp(/^tyblocks_ao(.*)/).test(input.CHF) || RegExp(/^tyblocks_ap(.*)/).test(input.CHF)) || "object" === typeof input.CHF && null !== input.CHF && _io0(input.CHF))) && (null !== input.MOP && (undefined === input.MOP || "string" === typeof input.MOP && (RegExp(/^keeta_am(.*)/).test(input.MOP) || RegExp(/^keeta_an(.*)/).test(input.MOP) || RegExp(/^keeta_ao(.*)/).test(input.MOP) || RegExp(/^keeta_ap(.*)/).test(input.MOP) || RegExp(/^tyblocks_am(.*)/).test(input.MOP) || RegExp(/^tyblocks_an(.*)/).test(input.MOP) || RegExp(/^tyblocks_ao(.*)/).test(input.MOP) || RegExp(/^tyblocks_ap(.*)/).test(input.MOP)) || "object" === typeof input.MOP && null !== input.MOP && _io0(input.MOP))) && (null !== input.MKD && (undefined === input.MKD || "string" === typeof input.MKD && (RegExp(/^keeta_am(.*)/).test(input.MKD) || RegExp(/^keeta_an(.*)/).test(input.MKD) || RegExp(/^keeta_ao(.*)/).test(input.MKD) || RegExp(/^keeta_ap(.*)/).test(input.MKD) || RegExp(/^tyblocks_am(.*)/).test(input.MKD) || RegExp(/^tyblocks_an(.*)/).test(input.MKD) || RegExp(/^tyblocks_ao(.*)/).test(input.MKD) || RegExp(/^tyblocks_ap(.*)/).test(input.MKD)) || "object" === typeof input.MKD && null !== input.MKD && _io0(input.MKD))) && (null !== input.MGA && (undefined === input.MGA || "string" === typeof input.MGA && (RegExp(/^keeta_am(.*)/).test(input.MGA) || RegExp(/^keeta_an(.*)/).test(input.MGA) || RegExp(/^keeta_ao(.*)/).test(input.MGA) || RegExp(/^keeta_ap(.*)/).test(input.MGA) || RegExp(/^tyblocks_am(.*)/).test(input.MGA) || RegExp(/^tyblocks_an(.*)/).test(input.MGA) || RegExp(/^tyblocks_ao(.*)/).test(input.MGA) || RegExp(/^tyblocks_ap(.*)/).test(input.MGA)) || "object" === typeof input.MGA && null !== input.MGA && _io0(input.MGA))) && (null !== input.MWK && (undefined === input.MWK || "string" === typeof input.MWK && (RegExp(/^keeta_am(.*)/).test(input.MWK) || RegExp(/^keeta_an(.*)/).test(input.MWK) || RegExp(/^keeta_ao(.*)/).test(input.MWK) || RegExp(/^keeta_ap(.*)/).test(input.MWK) || RegExp(/^tyblocks_am(.*)/).test(input.MWK) || RegExp(/^tyblocks_an(.*)/).test(input.MWK) || RegExp(/^tyblocks_ao(.*)/).test(input.MWK) || RegExp(/^tyblocks_ap(.*)/).test(input.MWK)) || "object" === typeof input.MWK && null !== input.MWK && _io0(input.MWK))) && (null !== input.MYR && (undefined === input.MYR || "string" === typeof input.MYR && (RegExp(/^keeta_am(.*)/).test(input.MYR) || RegExp(/^keeta_an(.*)/).test(input.MYR) || RegExp(/^keeta_ao(.*)/).test(input.MYR) || RegExp(/^keeta_ap(.*)/).test(input.MYR) || RegExp(/^tyblocks_am(.*)/).test(input.MYR) || RegExp(/^tyblocks_an(.*)/).test(input.MYR) || RegExp(/^tyblocks_ao(.*)/).test(input.MYR) || RegExp(/^tyblocks_ap(.*)/).test(input.MYR)) || "object" === typeof input.MYR && null !== input.MYR && _io0(input.MYR))) && (null !== input.MVR && (undefined === input.MVR || "string" === typeof input.MVR && (RegExp(/^keeta_am(.*)/).test(input.MVR) || RegExp(/^keeta_an(.*)/).test(input.MVR) || RegExp(/^keeta_ao(.*)/).test(input.MVR) || RegExp(/^keeta_ap(.*)/).test(input.MVR) || RegExp(/^tyblocks_am(.*)/).test(input.MVR) || RegExp(/^tyblocks_an(.*)/).test(input.MVR) || RegExp(/^tyblocks_ao(.*)/).test(input.MVR) || RegExp(/^tyblocks_ap(.*)/).test(input.MVR)) || "object" === typeof input.MVR && null !== input.MVR && _io0(input.MVR))) && (null !== input.MRU && (undefined === input.MRU || "string" === typeof input.MRU && (RegExp(/^keeta_am(.*)/).test(input.MRU) || RegExp(/^keeta_an(.*)/).test(input.MRU) || RegExp(/^keeta_ao(.*)/).test(input.MRU) || RegExp(/^keeta_ap(.*)/).test(input.MRU) || RegExp(/^tyblocks_am(.*)/).test(input.MRU) || RegExp(/^tyblocks_an(.*)/).test(input.MRU) || RegExp(/^tyblocks_ao(.*)/).test(input.MRU) || RegExp(/^tyblocks_ap(.*)/).test(input.MRU)) || "object" === typeof input.MRU && null !== input.MRU && _io0(input.MRU))) && (null !== input.MUR && (undefined === input.MUR || "string" === typeof input.MUR && (RegExp(/^keeta_am(.*)/).test(input.MUR) || RegExp(/^keeta_an(.*)/).test(input.MUR) || RegExp(/^keeta_ao(.*)/).test(input.MUR) || RegExp(/^keeta_ap(.*)/).test(input.MUR) || RegExp(/^tyblocks_am(.*)/).test(input.MUR) || RegExp(/^tyblocks_an(.*)/).test(input.MUR) || RegExp(/^tyblocks_ao(.*)/).test(input.MUR) || RegExp(/^tyblocks_ap(.*)/).test(input.MUR)) || "object" === typeof input.MUR && null !== input.MUR && _io0(input.MUR))) && (null !== input.MXN && (undefined === input.MXN || "string" === typeof input.MXN && (RegExp(/^keeta_am(.*)/).test(input.MXN) || RegExp(/^keeta_an(.*)/).test(input.MXN) || RegExp(/^keeta_ao(.*)/).test(input.MXN) || RegExp(/^keeta_ap(.*)/).test(input.MXN) || RegExp(/^tyblocks_am(.*)/).test(input.MXN) || RegExp(/^tyblocks_an(.*)/).test(input.MXN) || RegExp(/^tyblocks_ao(.*)/).test(input.MXN) || RegExp(/^tyblocks_ap(.*)/).test(input.MXN)) || "object" === typeof input.MXN && null !== input.MXN && _io0(input.MXN))) && (null !== input.MXV && (undefined === input.MXV || "string" === typeof input.MXV && (RegExp(/^keeta_am(.*)/).test(input.MXV) || RegExp(/^keeta_an(.*)/).test(input.MXV) || RegExp(/^keeta_ao(.*)/).test(input.MXV) || RegExp(/^keeta_ap(.*)/).test(input.MXV) || RegExp(/^tyblocks_am(.*)/).test(input.MXV) || RegExp(/^tyblocks_an(.*)/).test(input.MXV) || RegExp(/^tyblocks_ao(.*)/).test(input.MXV) || RegExp(/^tyblocks_ap(.*)/).test(input.MXV)) || "object" === typeof input.MXV && null !== input.MXV && _io0(input.MXV))) && (null !== input.MDL && (undefined === input.MDL || "string" === typeof input.MDL && (RegExp(/^keeta_am(.*)/).test(input.MDL) || RegExp(/^keeta_an(.*)/).test(input.MDL) || RegExp(/^keeta_ao(.*)/).test(input.MDL) || RegExp(/^keeta_ap(.*)/).test(input.MDL) || RegExp(/^tyblocks_am(.*)/).test(input.MDL) || RegExp(/^tyblocks_an(.*)/).test(input.MDL) || RegExp(/^tyblocks_ao(.*)/).test(input.MDL) || RegExp(/^tyblocks_ap(.*)/).test(input.MDL)) || "object" === typeof input.MDL && null !== input.MDL && _io0(input.MDL))) && (null !== input.MNT && (undefined === input.MNT || "string" === typeof input.MNT && (RegExp(/^keeta_am(.*)/).test(input.MNT) || RegExp(/^keeta_an(.*)/).test(input.MNT) || RegExp(/^keeta_ao(.*)/).test(input.MNT) || RegExp(/^keeta_ap(.*)/).test(input.MNT) || RegExp(/^tyblocks_am(.*)/).test(input.MNT) || RegExp(/^tyblocks_an(.*)/).test(input.MNT) || RegExp(/^tyblocks_ao(.*)/).test(input.MNT) || RegExp(/^tyblocks_ap(.*)/).test(input.MNT)) || "object" === typeof input.MNT && null !== input.MNT && _io0(input.MNT))) && (null !== input.MAD && (undefined === input.MAD || "string" === typeof input.MAD && (RegExp(/^keeta_am(.*)/).test(input.MAD) || RegExp(/^keeta_an(.*)/).test(input.MAD) || RegExp(/^keeta_ao(.*)/).test(input.MAD) || RegExp(/^keeta_ap(.*)/).test(input.MAD) || RegExp(/^tyblocks_am(.*)/).test(input.MAD) || RegExp(/^tyblocks_an(.*)/).test(input.MAD) || RegExp(/^tyblocks_ao(.*)/).test(input.MAD) || RegExp(/^tyblocks_ap(.*)/).test(input.MAD)) || "object" === typeof input.MAD && null !== input.MAD && _io0(input.MAD))) && (null !== input.MZN && (undefined === input.MZN || "string" === typeof input.MZN && (RegExp(/^keeta_am(.*)/).test(input.MZN) || RegExp(/^keeta_an(.*)/).test(input.MZN) || RegExp(/^keeta_ao(.*)/).test(input.MZN) || RegExp(/^keeta_ap(.*)/).test(input.MZN) || RegExp(/^tyblocks_am(.*)/).test(input.MZN) || RegExp(/^tyblocks_an(.*)/).test(input.MZN) || RegExp(/^tyblocks_ao(.*)/).test(input.MZN) || RegExp(/^tyblocks_ap(.*)/).test(input.MZN)) || "object" === typeof input.MZN && null !== input.MZN && _io0(input.MZN))) && (null !== input.MMK && (undefined === input.MMK || "string" === typeof input.MMK && (RegExp(/^keeta_am(.*)/).test(input.MMK) || RegExp(/^keeta_an(.*)/).test(input.MMK) || RegExp(/^keeta_ao(.*)/).test(input.MMK) || RegExp(/^keeta_ap(.*)/).test(input.MMK) || RegExp(/^tyblocks_am(.*)/).test(input.MMK) || RegExp(/^tyblocks_an(.*)/).test(input.MMK) || RegExp(/^tyblocks_ao(.*)/).test(input.MMK) || RegExp(/^tyblocks_ap(.*)/).test(input.MMK)) || "object" === typeof input.MMK && null !== input.MMK && _io0(input.MMK))) && (null !== input.NAD && (undefined === input.NAD || "string" === typeof input.NAD && (RegExp(/^keeta_am(.*)/).test(input.NAD) || RegExp(/^keeta_an(.*)/).test(input.NAD) || RegExp(/^keeta_ao(.*)/).test(input.NAD) || RegExp(/^keeta_ap(.*)/).test(input.NAD) || RegExp(/^tyblocks_am(.*)/).test(input.NAD) || RegExp(/^tyblocks_an(.*)/).test(input.NAD) || RegExp(/^tyblocks_ao(.*)/).test(input.NAD) || RegExp(/^tyblocks_ap(.*)/).test(input.NAD)) || "object" === typeof input.NAD && null !== input.NAD && _io0(input.NAD))) && (null !== input.NPR && (undefined === input.NPR || "string" === typeof input.NPR && (RegExp(/^keeta_am(.*)/).test(input.NPR) || RegExp(/^keeta_an(.*)/).test(input.NPR) || RegExp(/^keeta_ao(.*)/).test(input.NPR) || RegExp(/^keeta_ap(.*)/).test(input.NPR) || RegExp(/^tyblocks_am(.*)/).test(input.NPR) || RegExp(/^tyblocks_an(.*)/).test(input.NPR) || RegExp(/^tyblocks_ao(.*)/).test(input.NPR) || RegExp(/^tyblocks_ap(.*)/).test(input.NPR)) || "object" === typeof input.NPR && null !== input.NPR && _io0(input.NPR))) && (null !== input.NIO && (undefined === input.NIO || "string" === typeof input.NIO && (RegExp(/^keeta_am(.*)/).test(input.NIO) || RegExp(/^keeta_an(.*)/).test(input.NIO) || RegExp(/^keeta_ao(.*)/).test(input.NIO) || RegExp(/^keeta_ap(.*)/).test(input.NIO) || RegExp(/^tyblocks_am(.*)/).test(input.NIO) || RegExp(/^tyblocks_an(.*)/).test(input.NIO) || RegExp(/^tyblocks_ao(.*)/).test(input.NIO) || RegExp(/^tyblocks_ap(.*)/).test(input.NIO)) || "object" === typeof input.NIO && null !== input.NIO && _io0(input.NIO))) && (null !== input.NGN && (undefined === input.NGN || "string" === typeof input.NGN && (RegExp(/^keeta_am(.*)/).test(input.NGN) || RegExp(/^keeta_an(.*)/).test(input.NGN) || RegExp(/^keeta_ao(.*)/).test(input.NGN) || RegExp(/^keeta_ap(.*)/).test(input.NGN) || RegExp(/^tyblocks_am(.*)/).test(input.NGN) || RegExp(/^tyblocks_an(.*)/).test(input.NGN) || RegExp(/^tyblocks_ao(.*)/).test(input.NGN) || RegExp(/^tyblocks_ap(.*)/).test(input.NGN)) || "object" === typeof input.NGN && null !== input.NGN && _io0(input.NGN))) && (null !== input.OMR && (undefined === input.OMR || "string" === typeof input.OMR && (RegExp(/^keeta_am(.*)/).test(input.OMR) || RegExp(/^keeta_an(.*)/).test(input.OMR) || RegExp(/^keeta_ao(.*)/).test(input.OMR) || RegExp(/^keeta_ap(.*)/).test(input.OMR) || RegExp(/^tyblocks_am(.*)/).test(input.OMR) || RegExp(/^tyblocks_an(.*)/).test(input.OMR) || RegExp(/^tyblocks_ao(.*)/).test(input.OMR) || RegExp(/^tyblocks_ap(.*)/).test(input.OMR)) || "object" === typeof input.OMR && null !== input.OMR && _io0(input.OMR))) && (null !== input.PKR && (undefined === input.PKR || "string" === typeof input.PKR && (RegExp(/^keeta_am(.*)/).test(input.PKR) || RegExp(/^keeta_an(.*)/).test(input.PKR) || RegExp(/^keeta_ao(.*)/).test(input.PKR) || RegExp(/^keeta_ap(.*)/).test(input.PKR) || RegExp(/^tyblocks_am(.*)/).test(input.PKR) || RegExp(/^tyblocks_an(.*)/).test(input.PKR) || RegExp(/^tyblocks_ao(.*)/).test(input.PKR) || RegExp(/^tyblocks_ap(.*)/).test(input.PKR)) || "object" === typeof input.PKR && null !== input.PKR && _io0(input.PKR))) && (null !== input.PAB && (undefined === input.PAB || "string" === typeof input.PAB && (RegExp(/^keeta_am(.*)/).test(input.PAB) || RegExp(/^keeta_an(.*)/).test(input.PAB) || RegExp(/^keeta_ao(.*)/).test(input.PAB) || RegExp(/^keeta_ap(.*)/).test(input.PAB) || RegExp(/^tyblocks_am(.*)/).test(input.PAB) || RegExp(/^tyblocks_an(.*)/).test(input.PAB) || RegExp(/^tyblocks_ao(.*)/).test(input.PAB) || RegExp(/^tyblocks_ap(.*)/).test(input.PAB)) || "object" === typeof input.PAB && null !== input.PAB && _io0(input.PAB))) && (null !== input.PGK && (undefined === input.PGK || "string" === typeof input.PGK && (RegExp(/^keeta_am(.*)/).test(input.PGK) || RegExp(/^keeta_an(.*)/).test(input.PGK) || RegExp(/^keeta_ao(.*)/).test(input.PGK) || RegExp(/^keeta_ap(.*)/).test(input.PGK) || RegExp(/^tyblocks_am(.*)/).test(input.PGK) || RegExp(/^tyblocks_an(.*)/).test(input.PGK) || RegExp(/^tyblocks_ao(.*)/).test(input.PGK) || RegExp(/^tyblocks_ap(.*)/).test(input.PGK)) || "object" === typeof input.PGK && null !== input.PGK && _io0(input.PGK))) && (null !== input.PYG && (undefined === input.PYG || "string" === typeof input.PYG && (RegExp(/^keeta_am(.*)/).test(input.PYG) || RegExp(/^keeta_an(.*)/).test(input.PYG) || RegExp(/^keeta_ao(.*)/).test(input.PYG) || RegExp(/^keeta_ap(.*)/).test(input.PYG) || RegExp(/^tyblocks_am(.*)/).test(input.PYG) || RegExp(/^tyblocks_an(.*)/).test(input.PYG) || RegExp(/^tyblocks_ao(.*)/).test(input.PYG) || RegExp(/^tyblocks_ap(.*)/).test(input.PYG)) || "object" === typeof input.PYG && null !== input.PYG && _io0(input.PYG))) && (null !== input.PEN && (undefined === input.PEN || "string" === typeof input.PEN && (RegExp(/^keeta_am(.*)/).test(input.PEN) || RegExp(/^keeta_an(.*)/).test(input.PEN) || RegExp(/^keeta_ao(.*)/).test(input.PEN) || RegExp(/^keeta_ap(.*)/).test(input.PEN) || RegExp(/^tyblocks_am(.*)/).test(input.PEN) || RegExp(/^tyblocks_an(.*)/).test(input.PEN) || RegExp(/^tyblocks_ao(.*)/).test(input.PEN) || RegExp(/^tyblocks_ap(.*)/).test(input.PEN)) || "object" === typeof input.PEN && null !== input.PEN && _io0(input.PEN))) && (null !== input.PHP && (undefined === input.PHP || "string" === typeof input.PHP && (RegExp(/^keeta_am(.*)/).test(input.PHP) || RegExp(/^keeta_an(.*)/).test(input.PHP) || RegExp(/^keeta_ao(.*)/).test(input.PHP) || RegExp(/^keeta_ap(.*)/).test(input.PHP) || RegExp(/^tyblocks_am(.*)/).test(input.PHP) || RegExp(/^tyblocks_an(.*)/).test(input.PHP) || RegExp(/^tyblocks_ao(.*)/).test(input.PHP) || RegExp(/^tyblocks_ap(.*)/).test(input.PHP)) || "object" === typeof input.PHP && null !== input.PHP && _io0(input.PHP))) && (null !== input.PLN && (undefined === input.PLN || "string" === typeof input.PLN && (RegExp(/^keeta_am(.*)/).test(input.PLN) || RegExp(/^keeta_an(.*)/).test(input.PLN) || RegExp(/^keeta_ao(.*)/).test(input.PLN) || RegExp(/^keeta_ap(.*)/).test(input.PLN) || RegExp(/^tyblocks_am(.*)/).test(input.PLN) || RegExp(/^tyblocks_an(.*)/).test(input.PLN) || RegExp(/^tyblocks_ao(.*)/).test(input.PLN) || RegExp(/^tyblocks_ap(.*)/).test(input.PLN)) || "object" === typeof input.PLN && null !== input.PLN && _io0(input.PLN))) && (null !== input.QAR && (undefined === input.QAR || "string" === typeof input.QAR && (RegExp(/^keeta_am(.*)/).test(input.QAR) || RegExp(/^keeta_an(.*)/).test(input.QAR) || RegExp(/^keeta_ao(.*)/).test(input.QAR) || RegExp(/^keeta_ap(.*)/).test(input.QAR) || RegExp(/^tyblocks_am(.*)/).test(input.QAR) || RegExp(/^tyblocks_an(.*)/).test(input.QAR) || RegExp(/^tyblocks_ao(.*)/).test(input.QAR) || RegExp(/^tyblocks_ap(.*)/).test(input.QAR)) || "object" === typeof input.QAR && null !== input.QAR && _io0(input.QAR))) && (null !== input.RON && (undefined === input.RON || "string" === typeof input.RON && (RegExp(/^keeta_am(.*)/).test(input.RON) || RegExp(/^keeta_an(.*)/).test(input.RON) || RegExp(/^keeta_ao(.*)/).test(input.RON) || RegExp(/^keeta_ap(.*)/).test(input.RON) || RegExp(/^tyblocks_am(.*)/).test(input.RON) || RegExp(/^tyblocks_an(.*)/).test(input.RON) || RegExp(/^tyblocks_ao(.*)/).test(input.RON) || RegExp(/^tyblocks_ap(.*)/).test(input.RON)) || "object" === typeof input.RON && null !== input.RON && _io0(input.RON))) && (null !== input.RUB && (undefined === input.RUB || "string" === typeof input.RUB && (RegExp(/^keeta_am(.*)/).test(input.RUB) || RegExp(/^keeta_an(.*)/).test(input.RUB) || RegExp(/^keeta_ao(.*)/).test(input.RUB) || RegExp(/^keeta_ap(.*)/).test(input.RUB) || RegExp(/^tyblocks_am(.*)/).test(input.RUB) || RegExp(/^tyblocks_an(.*)/).test(input.RUB) || RegExp(/^tyblocks_ao(.*)/).test(input.RUB) || RegExp(/^tyblocks_ap(.*)/).test(input.RUB)) || "object" === typeof input.RUB && null !== input.RUB && _io0(input.RUB))) && (null !== input.RWF && (undefined === input.RWF || "string" === typeof input.RWF && (RegExp(/^keeta_am(.*)/).test(input.RWF) || RegExp(/^keeta_an(.*)/).test(input.RWF) || RegExp(/^keeta_ao(.*)/).test(input.RWF) || RegExp(/^keeta_ap(.*)/).test(input.RWF) || RegExp(/^tyblocks_am(.*)/).test(input.RWF) || RegExp(/^tyblocks_an(.*)/).test(input.RWF) || RegExp(/^tyblocks_ao(.*)/).test(input.RWF) || RegExp(/^tyblocks_ap(.*)/).test(input.RWF)) || "object" === typeof input.RWF && null !== input.RWF && _io0(input.RWF))) && (null !== input.SHP && (undefined === input.SHP || "string" === typeof input.SHP && (RegExp(/^keeta_am(.*)/).test(input.SHP) || RegExp(/^keeta_an(.*)/).test(input.SHP) || RegExp(/^keeta_ao(.*)/).test(input.SHP) || RegExp(/^keeta_ap(.*)/).test(input.SHP) || RegExp(/^tyblocks_am(.*)/).test(input.SHP) || RegExp(/^tyblocks_an(.*)/).test(input.SHP) || RegExp(/^tyblocks_ao(.*)/).test(input.SHP) || RegExp(/^tyblocks_ap(.*)/).test(input.SHP)) || "object" === typeof input.SHP && null !== input.SHP && _io0(input.SHP))) && (null !== input.WST && (undefined === input.WST || "string" === typeof input.WST && (RegExp(/^keeta_am(.*)/).test(input.WST) || RegExp(/^keeta_an(.*)/).test(input.WST) || RegExp(/^keeta_ao(.*)/).test(input.WST) || RegExp(/^keeta_ap(.*)/).test(input.WST) || RegExp(/^tyblocks_am(.*)/).test(input.WST) || RegExp(/^tyblocks_an(.*)/).test(input.WST) || RegExp(/^tyblocks_ao(.*)/).test(input.WST) || RegExp(/^tyblocks_ap(.*)/).test(input.WST)) || "object" === typeof input.WST && null !== input.WST && _io0(input.WST))) && (null !== input.STN && (undefined === input.STN || "string" === typeof input.STN && (RegExp(/^keeta_am(.*)/).test(input.STN) || RegExp(/^keeta_an(.*)/).test(input.STN) || RegExp(/^keeta_ao(.*)/).test(input.STN) || RegExp(/^keeta_ap(.*)/).test(input.STN) || RegExp(/^tyblocks_am(.*)/).test(input.STN) || RegExp(/^tyblocks_an(.*)/).test(input.STN) || RegExp(/^tyblocks_ao(.*)/).test(input.STN) || RegExp(/^tyblocks_ap(.*)/).test(input.STN)) || "object" === typeof input.STN && null !== input.STN && _io0(input.STN))) && (null !== input.SAR && (undefined === input.SAR || "string" === typeof input.SAR && (RegExp(/^keeta_am(.*)/).test(input.SAR) || RegExp(/^keeta_an(.*)/).test(input.SAR) || RegExp(/^keeta_ao(.*)/).test(input.SAR) || RegExp(/^keeta_ap(.*)/).test(input.SAR) || RegExp(/^tyblocks_am(.*)/).test(input.SAR) || RegExp(/^tyblocks_an(.*)/).test(input.SAR) || RegExp(/^tyblocks_ao(.*)/).test(input.SAR) || RegExp(/^tyblocks_ap(.*)/).test(input.SAR)) || "object" === typeof input.SAR && null !== input.SAR && _io0(input.SAR))) && (null !== input.RSD && (undefined === input.RSD || "string" === typeof input.RSD && (RegExp(/^keeta_am(.*)/).test(input.RSD) || RegExp(/^keeta_an(.*)/).test(input.RSD) || RegExp(/^keeta_ao(.*)/).test(input.RSD) || RegExp(/^keeta_ap(.*)/).test(input.RSD) || RegExp(/^tyblocks_am(.*)/).test(input.RSD) || RegExp(/^tyblocks_an(.*)/).test(input.RSD) || RegExp(/^tyblocks_ao(.*)/).test(input.RSD) || RegExp(/^tyblocks_ap(.*)/).test(input.RSD)) || "object" === typeof input.RSD && null !== input.RSD && _io0(input.RSD))) && (null !== input.SCR && (undefined === input.SCR || "string" === typeof input.SCR && (RegExp(/^keeta_am(.*)/).test(input.SCR) || RegExp(/^keeta_an(.*)/).test(input.SCR) || RegExp(/^keeta_ao(.*)/).test(input.SCR) || RegExp(/^keeta_ap(.*)/).test(input.SCR) || RegExp(/^tyblocks_am(.*)/).test(input.SCR) || RegExp(/^tyblocks_an(.*)/).test(input.SCR) || RegExp(/^tyblocks_ao(.*)/).test(input.SCR) || RegExp(/^tyblocks_ap(.*)/).test(input.SCR)) || "object" === typeof input.SCR && null !== input.SCR && _io0(input.SCR))) && (null !== input.SLL && (undefined === input.SLL || "string" === typeof input.SLL && (RegExp(/^keeta_am(.*)/).test(input.SLL) || RegExp(/^keeta_an(.*)/).test(input.SLL) || RegExp(/^keeta_ao(.*)/).test(input.SLL) || RegExp(/^keeta_ap(.*)/).test(input.SLL) || RegExp(/^tyblocks_am(.*)/).test(input.SLL) || RegExp(/^tyblocks_an(.*)/).test(input.SLL) || RegExp(/^tyblocks_ao(.*)/).test(input.SLL) || RegExp(/^tyblocks_ap(.*)/).test(input.SLL)) || "object" === typeof input.SLL && null !== input.SLL && _io0(input.SLL))) && (null !== input.SLE && (undefined === input.SLE || "string" === typeof input.SLE && (RegExp(/^keeta_am(.*)/).test(input.SLE) || RegExp(/^keeta_an(.*)/).test(input.SLE) || RegExp(/^keeta_ao(.*)/).test(input.SLE) || RegExp(/^keeta_ap(.*)/).test(input.SLE) || RegExp(/^tyblocks_am(.*)/).test(input.SLE) || RegExp(/^tyblocks_an(.*)/).test(input.SLE) || RegExp(/^tyblocks_ao(.*)/).test(input.SLE) || RegExp(/^tyblocks_ap(.*)/).test(input.SLE)) || "object" === typeof input.SLE && null !== input.SLE && _io0(input.SLE))) && (null !== input.SGD && (undefined === input.SGD || "string" === typeof input.SGD && (RegExp(/^keeta_am(.*)/).test(input.SGD) || RegExp(/^keeta_an(.*)/).test(input.SGD) || RegExp(/^keeta_ao(.*)/).test(input.SGD) || RegExp(/^keeta_ap(.*)/).test(input.SGD) || RegExp(/^tyblocks_am(.*)/).test(input.SGD) || RegExp(/^tyblocks_an(.*)/).test(input.SGD) || RegExp(/^tyblocks_ao(.*)/).test(input.SGD) || RegExp(/^tyblocks_ap(.*)/).test(input.SGD)) || "object" === typeof input.SGD && null !== input.SGD && _io0(input.SGD))) && (null !== input.SBD && (undefined === input.SBD || "string" === typeof input.SBD && (RegExp(/^keeta_am(.*)/).test(input.SBD) || RegExp(/^keeta_an(.*)/).test(input.SBD) || RegExp(/^keeta_ao(.*)/).test(input.SBD) || RegExp(/^keeta_ap(.*)/).test(input.SBD) || RegExp(/^tyblocks_am(.*)/).test(input.SBD) || RegExp(/^tyblocks_an(.*)/).test(input.SBD) || RegExp(/^tyblocks_ao(.*)/).test(input.SBD) || RegExp(/^tyblocks_ap(.*)/).test(input.SBD)) || "object" === typeof input.SBD && null !== input.SBD && _io0(input.SBD))) && (null !== input.SOS && (undefined === input.SOS || "string" === typeof input.SOS && (RegExp(/^keeta_am(.*)/).test(input.SOS) || RegExp(/^keeta_an(.*)/).test(input.SOS) || RegExp(/^keeta_ao(.*)/).test(input.SOS) || RegExp(/^keeta_ap(.*)/).test(input.SOS) || RegExp(/^tyblocks_am(.*)/).test(input.SOS) || RegExp(/^tyblocks_an(.*)/).test(input.SOS) || RegExp(/^tyblocks_ao(.*)/).test(input.SOS) || RegExp(/^tyblocks_ap(.*)/).test(input.SOS)) || "object" === typeof input.SOS && null !== input.SOS && _io0(input.SOS))) && (null !== input.SSP && (undefined === input.SSP || "string" === typeof input.SSP && (RegExp(/^keeta_am(.*)/).test(input.SSP) || RegExp(/^keeta_an(.*)/).test(input.SSP) || RegExp(/^keeta_ao(.*)/).test(input.SSP) || RegExp(/^keeta_ap(.*)/).test(input.SSP) || RegExp(/^tyblocks_am(.*)/).test(input.SSP) || RegExp(/^tyblocks_an(.*)/).test(input.SSP) || RegExp(/^tyblocks_ao(.*)/).test(input.SSP) || RegExp(/^tyblocks_ap(.*)/).test(input.SSP)) || "object" === typeof input.SSP && null !== input.SSP && _io0(input.SSP))) && (null !== input.LKR && (undefined === input.LKR || "string" === typeof input.LKR && (RegExp(/^keeta_am(.*)/).test(input.LKR) || RegExp(/^keeta_an(.*)/).test(input.LKR) || RegExp(/^keeta_ao(.*)/).test(input.LKR) || RegExp(/^keeta_ap(.*)/).test(input.LKR) || RegExp(/^tyblocks_am(.*)/).test(input.LKR) || RegExp(/^tyblocks_an(.*)/).test(input.LKR) || RegExp(/^tyblocks_ao(.*)/).test(input.LKR) || RegExp(/^tyblocks_ap(.*)/).test(input.LKR)) || "object" === typeof input.LKR && null !== input.LKR && _io0(input.LKR))) && (null !== input.SDG && (undefined === input.SDG || "string" === typeof input.SDG && (RegExp(/^keeta_am(.*)/).test(input.SDG) || RegExp(/^keeta_an(.*)/).test(input.SDG) || RegExp(/^keeta_ao(.*)/).test(input.SDG) || RegExp(/^keeta_ap(.*)/).test(input.SDG) || RegExp(/^tyblocks_am(.*)/).test(input.SDG) || RegExp(/^tyblocks_an(.*)/).test(input.SDG) || RegExp(/^tyblocks_ao(.*)/).test(input.SDG) || RegExp(/^tyblocks_ap(.*)/).test(input.SDG)) || "object" === typeof input.SDG && null !== input.SDG && _io0(input.SDG))) && (null !== input.SRD && (undefined === input.SRD || "string" === typeof input.SRD && (RegExp(/^keeta_am(.*)/).test(input.SRD) || RegExp(/^keeta_an(.*)/).test(input.SRD) || RegExp(/^keeta_ao(.*)/).test(input.SRD) || RegExp(/^keeta_ap(.*)/).test(input.SRD) || RegExp(/^tyblocks_am(.*)/).test(input.SRD) || RegExp(/^tyblocks_an(.*)/).test(input.SRD) || RegExp(/^tyblocks_ao(.*)/).test(input.SRD) || RegExp(/^tyblocks_ap(.*)/).test(input.SRD)) || "object" === typeof input.SRD && null !== input.SRD && _io0(input.SRD))) && (null !== input.SEK && (undefined === input.SEK || "string" === typeof input.SEK && (RegExp(/^keeta_am(.*)/).test(input.SEK) || RegExp(/^keeta_an(.*)/).test(input.SEK) || RegExp(/^keeta_ao(.*)/).test(input.SEK) || RegExp(/^keeta_ap(.*)/).test(input.SEK) || RegExp(/^tyblocks_am(.*)/).test(input.SEK) || RegExp(/^tyblocks_an(.*)/).test(input.SEK) || RegExp(/^tyblocks_ao(.*)/).test(input.SEK) || RegExp(/^tyblocks_ap(.*)/).test(input.SEK)) || "object" === typeof input.SEK && null !== input.SEK && _io0(input.SEK))) && (null !== input.CHE && (undefined === input.CHE || "string" === typeof input.CHE && (RegExp(/^keeta_am(.*)/).test(input.CHE) || RegExp(/^keeta_an(.*)/).test(input.CHE) || RegExp(/^keeta_ao(.*)/).test(input.CHE) || RegExp(/^keeta_ap(.*)/).test(input.CHE) || RegExp(/^tyblocks_am(.*)/).test(input.CHE) || RegExp(/^tyblocks_an(.*)/).test(input.CHE) || RegExp(/^tyblocks_ao(.*)/).test(input.CHE) || RegExp(/^tyblocks_ap(.*)/).test(input.CHE)) || "object" === typeof input.CHE && null !== input.CHE && _io0(input.CHE))) && (null !== input.CHW && (undefined === input.CHW || "string" === typeof input.CHW && (RegExp(/^keeta_am(.*)/).test(input.CHW) || RegExp(/^keeta_an(.*)/).test(input.CHW) || RegExp(/^keeta_ao(.*)/).test(input.CHW) || RegExp(/^keeta_ap(.*)/).test(input.CHW) || RegExp(/^tyblocks_am(.*)/).test(input.CHW) || RegExp(/^tyblocks_an(.*)/).test(input.CHW) || RegExp(/^tyblocks_ao(.*)/).test(input.CHW) || RegExp(/^tyblocks_ap(.*)/).test(input.CHW)) || "object" === typeof input.CHW && null !== input.CHW && _io0(input.CHW))) && (null !== input.SYP && (undefined === input.SYP || "string" === typeof input.SYP && (RegExp(/^keeta_am(.*)/).test(input.SYP) || RegExp(/^keeta_an(.*)/).test(input.SYP) || RegExp(/^keeta_ao(.*)/).test(input.SYP) || RegExp(/^keeta_ap(.*)/).test(input.SYP) || RegExp(/^tyblocks_am(.*)/).test(input.SYP) || RegExp(/^tyblocks_an(.*)/).test(input.SYP) || RegExp(/^tyblocks_ao(.*)/).test(input.SYP) || RegExp(/^tyblocks_ap(.*)/).test(input.SYP)) || "object" === typeof input.SYP && null !== input.SYP && _io0(input.SYP))) && (null !== input.TWD && (undefined === input.TWD || "string" === typeof input.TWD && (RegExp(/^keeta_am(.*)/).test(input.TWD) || RegExp(/^keeta_an(.*)/).test(input.TWD) || RegExp(/^keeta_ao(.*)/).test(input.TWD) || RegExp(/^keeta_ap(.*)/).test(input.TWD) || RegExp(/^tyblocks_am(.*)/).test(input.TWD) || RegExp(/^tyblocks_an(.*)/).test(input.TWD) || RegExp(/^tyblocks_ao(.*)/).test(input.TWD) || RegExp(/^tyblocks_ap(.*)/).test(input.TWD)) || "object" === typeof input.TWD && null !== input.TWD && _io0(input.TWD))) && (null !== input.TJS && (undefined === input.TJS || "string" === typeof input.TJS && (RegExp(/^keeta_am(.*)/).test(input.TJS) || RegExp(/^keeta_an(.*)/).test(input.TJS) || RegExp(/^keeta_ao(.*)/).test(input.TJS) || RegExp(/^keeta_ap(.*)/).test(input.TJS) || RegExp(/^tyblocks_am(.*)/).test(input.TJS) || RegExp(/^tyblocks_an(.*)/).test(input.TJS) || RegExp(/^tyblocks_ao(.*)/).test(input.TJS) || RegExp(/^tyblocks_ap(.*)/).test(input.TJS)) || "object" === typeof input.TJS && null !== input.TJS && _io0(input.TJS))) && (null !== input.TZS && (undefined === input.TZS || "string" === typeof input.TZS && (RegExp(/^keeta_am(.*)/).test(input.TZS) || RegExp(/^keeta_an(.*)/).test(input.TZS) || RegExp(/^keeta_ao(.*)/).test(input.TZS) || RegExp(/^keeta_ap(.*)/).test(input.TZS) || RegExp(/^tyblocks_am(.*)/).test(input.TZS) || RegExp(/^tyblocks_an(.*)/).test(input.TZS) || RegExp(/^tyblocks_ao(.*)/).test(input.TZS) || RegExp(/^tyblocks_ap(.*)/).test(input.TZS)) || "object" === typeof input.TZS && null !== input.TZS && _io0(input.TZS))) && (null !== input.THB && (undefined === input.THB || "string" === typeof input.THB && (RegExp(/^keeta_am(.*)/).test(input.THB) || RegExp(/^keeta_an(.*)/).test(input.THB) || RegExp(/^keeta_ao(.*)/).test(input.THB) || RegExp(/^keeta_ap(.*)/).test(input.THB) || RegExp(/^tyblocks_am(.*)/).test(input.THB) || RegExp(/^tyblocks_an(.*)/).test(input.THB) || RegExp(/^tyblocks_ao(.*)/).test(input.THB) || RegExp(/^tyblocks_ap(.*)/).test(input.THB)) || "object" === typeof input.THB && null !== input.THB && _io0(input.THB))) && (null !== input.TOP && (undefined === input.TOP || "string" === typeof input.TOP && (RegExp(/^keeta_am(.*)/).test(input.TOP) || RegExp(/^keeta_an(.*)/).test(input.TOP) || RegExp(/^keeta_ao(.*)/).test(input.TOP) || RegExp(/^keeta_ap(.*)/).test(input.TOP) || RegExp(/^tyblocks_am(.*)/).test(input.TOP) || RegExp(/^tyblocks_an(.*)/).test(input.TOP) || RegExp(/^tyblocks_ao(.*)/).test(input.TOP) || RegExp(/^tyblocks_ap(.*)/).test(input.TOP)) || "object" === typeof input.TOP && null !== input.TOP && _io0(input.TOP))) && (null !== input.TTD && (undefined === input.TTD || "string" === typeof input.TTD && (RegExp(/^keeta_am(.*)/).test(input.TTD) || RegExp(/^keeta_an(.*)/).test(input.TTD) || RegExp(/^keeta_ao(.*)/).test(input.TTD) || RegExp(/^keeta_ap(.*)/).test(input.TTD) || RegExp(/^tyblocks_am(.*)/).test(input.TTD) || RegExp(/^tyblocks_an(.*)/).test(input.TTD) || RegExp(/^tyblocks_ao(.*)/).test(input.TTD) || RegExp(/^tyblocks_ap(.*)/).test(input.TTD)) || "object" === typeof input.TTD && null !== input.TTD && _io0(input.TTD))) && (null !== input.TND && (undefined === input.TND || "string" === typeof input.TND && (RegExp(/^keeta_am(.*)/).test(input.TND) || RegExp(/^keeta_an(.*)/).test(input.TND) || RegExp(/^keeta_ao(.*)/).test(input.TND) || RegExp(/^keeta_ap(.*)/).test(input.TND) || RegExp(/^tyblocks_am(.*)/).test(input.TND) || RegExp(/^tyblocks_an(.*)/).test(input.TND) || RegExp(/^tyblocks_ao(.*)/).test(input.TND) || RegExp(/^tyblocks_ap(.*)/).test(input.TND)) || "object" === typeof input.TND && null !== input.TND && _io0(input.TND))) && (null !== input.TRY && (undefined === input.TRY || "string" === typeof input.TRY && (RegExp(/^keeta_am(.*)/).test(input.TRY) || RegExp(/^keeta_an(.*)/).test(input.TRY) || RegExp(/^keeta_ao(.*)/).test(input.TRY) || RegExp(/^keeta_ap(.*)/).test(input.TRY) || RegExp(/^tyblocks_am(.*)/).test(input.TRY) || RegExp(/^tyblocks_an(.*)/).test(input.TRY) || RegExp(/^tyblocks_ao(.*)/).test(input.TRY) || RegExp(/^tyblocks_ap(.*)/).test(input.TRY)) || "object" === typeof input.TRY && null !== input.TRY && _io0(input.TRY))) && (null !== input.TMT && (undefined === input.TMT || "string" === typeof input.TMT && (RegExp(/^keeta_am(.*)/).test(input.TMT) || RegExp(/^keeta_an(.*)/).test(input.TMT) || RegExp(/^keeta_ao(.*)/).test(input.TMT) || RegExp(/^keeta_ap(.*)/).test(input.TMT) || RegExp(/^tyblocks_am(.*)/).test(input.TMT) || RegExp(/^tyblocks_an(.*)/).test(input.TMT) || RegExp(/^tyblocks_ao(.*)/).test(input.TMT) || RegExp(/^tyblocks_ap(.*)/).test(input.TMT)) || "object" === typeof input.TMT && null !== input.TMT && _io0(input.TMT))) && (null !== input.UGX && (undefined === input.UGX || "string" === typeof input.UGX && (RegExp(/^keeta_am(.*)/).test(input.UGX) || RegExp(/^keeta_an(.*)/).test(input.UGX) || RegExp(/^keeta_ao(.*)/).test(input.UGX) || RegExp(/^keeta_ap(.*)/).test(input.UGX) || RegExp(/^tyblocks_am(.*)/).test(input.UGX) || RegExp(/^tyblocks_an(.*)/).test(input.UGX) || RegExp(/^tyblocks_ao(.*)/).test(input.UGX) || RegExp(/^tyblocks_ap(.*)/).test(input.UGX)) || "object" === typeof input.UGX && null !== input.UGX && _io0(input.UGX))) && (null !== input.UAH && (undefined === input.UAH || "string" === typeof input.UAH && (RegExp(/^keeta_am(.*)/).test(input.UAH) || RegExp(/^keeta_an(.*)/).test(input.UAH) || RegExp(/^keeta_ao(.*)/).test(input.UAH) || RegExp(/^keeta_ap(.*)/).test(input.UAH) || RegExp(/^tyblocks_am(.*)/).test(input.UAH) || RegExp(/^tyblocks_an(.*)/).test(input.UAH) || RegExp(/^tyblocks_ao(.*)/).test(input.UAH) || RegExp(/^tyblocks_ap(.*)/).test(input.UAH)) || "object" === typeof input.UAH && null !== input.UAH && _io0(input.UAH))) && (null !== input.AED && (undefined === input.AED || "string" === typeof input.AED && (RegExp(/^keeta_am(.*)/).test(input.AED) || RegExp(/^keeta_an(.*)/).test(input.AED) || RegExp(/^keeta_ao(.*)/).test(input.AED) || RegExp(/^keeta_ap(.*)/).test(input.AED) || RegExp(/^tyblocks_am(.*)/).test(input.AED) || RegExp(/^tyblocks_an(.*)/).test(input.AED) || RegExp(/^tyblocks_ao(.*)/).test(input.AED) || RegExp(/^tyblocks_ap(.*)/).test(input.AED)) || "object" === typeof input.AED && null !== input.AED && _io0(input.AED))) && (null !== input.USN && (undefined === input.USN || "string" === typeof input.USN && (RegExp(/^keeta_am(.*)/).test(input.USN) || RegExp(/^keeta_an(.*)/).test(input.USN) || RegExp(/^keeta_ao(.*)/).test(input.USN) || RegExp(/^keeta_ap(.*)/).test(input.USN) || RegExp(/^tyblocks_am(.*)/).test(input.USN) || RegExp(/^tyblocks_an(.*)/).test(input.USN) || RegExp(/^tyblocks_ao(.*)/).test(input.USN) || RegExp(/^tyblocks_ap(.*)/).test(input.USN)) || "object" === typeof input.USN && null !== input.USN && _io0(input.USN))) && (null !== input.UYU && (undefined === input.UYU || "string" === typeof input.UYU && (RegExp(/^keeta_am(.*)/).test(input.UYU) || RegExp(/^keeta_an(.*)/).test(input.UYU) || RegExp(/^keeta_ao(.*)/).test(input.UYU) || RegExp(/^keeta_ap(.*)/).test(input.UYU) || RegExp(/^tyblocks_am(.*)/).test(input.UYU) || RegExp(/^tyblocks_an(.*)/).test(input.UYU) || RegExp(/^tyblocks_ao(.*)/).test(input.UYU) || RegExp(/^tyblocks_ap(.*)/).test(input.UYU)) || "object" === typeof input.UYU && null !== input.UYU && _io0(input.UYU))) && (null !== input.UYI && (undefined === input.UYI || "string" === typeof input.UYI && (RegExp(/^keeta_am(.*)/).test(input.UYI) || RegExp(/^keeta_an(.*)/).test(input.UYI) || RegExp(/^keeta_ao(.*)/).test(input.UYI) || RegExp(/^keeta_ap(.*)/).test(input.UYI) || RegExp(/^tyblocks_am(.*)/).test(input.UYI) || RegExp(/^tyblocks_an(.*)/).test(input.UYI) || RegExp(/^tyblocks_ao(.*)/).test(input.UYI) || RegExp(/^tyblocks_ap(.*)/).test(input.UYI)) || "object" === typeof input.UYI && null !== input.UYI && _io0(input.UYI))) && (null !== input.UYW && (undefined === input.UYW || "string" === typeof input.UYW && (RegExp(/^keeta_am(.*)/).test(input.UYW) || RegExp(/^keeta_an(.*)/).test(input.UYW) || RegExp(/^keeta_ao(.*)/).test(input.UYW) || RegExp(/^keeta_ap(.*)/).test(input.UYW) || RegExp(/^tyblocks_am(.*)/).test(input.UYW) || RegExp(/^tyblocks_an(.*)/).test(input.UYW) || RegExp(/^tyblocks_ao(.*)/).test(input.UYW) || RegExp(/^tyblocks_ap(.*)/).test(input.UYW)) || "object" === typeof input.UYW && null !== input.UYW && _io0(input.UYW))) && (null !== input.UZS && (undefined === input.UZS || "string" === typeof input.UZS && (RegExp(/^keeta_am(.*)/).test(input.UZS) || RegExp(/^keeta_an(.*)/).test(input.UZS) || RegExp(/^keeta_ao(.*)/).test(input.UZS) || RegExp(/^keeta_ap(.*)/).test(input.UZS) || RegExp(/^tyblocks_am(.*)/).test(input.UZS) || RegExp(/^tyblocks_an(.*)/).test(input.UZS) || RegExp(/^tyblocks_ao(.*)/).test(input.UZS) || RegExp(/^tyblocks_ap(.*)/).test(input.UZS)) || "object" === typeof input.UZS && null !== input.UZS && _io0(input.UZS))) && (null !== input.VUV && (undefined === input.VUV || "string" === typeof input.VUV && (RegExp(/^keeta_am(.*)/).test(input.VUV) || RegExp(/^keeta_an(.*)/).test(input.VUV) || RegExp(/^keeta_ao(.*)/).test(input.VUV) || RegExp(/^keeta_ap(.*)/).test(input.VUV) || RegExp(/^tyblocks_am(.*)/).test(input.VUV) || RegExp(/^tyblocks_an(.*)/).test(input.VUV) || RegExp(/^tyblocks_ao(.*)/).test(input.VUV) || RegExp(/^tyblocks_ap(.*)/).test(input.VUV)) || "object" === typeof input.VUV && null !== input.VUV && _io0(input.VUV))) && (null !== input.VES && (undefined === input.VES || "string" === typeof input.VES && (RegExp(/^keeta_am(.*)/).test(input.VES) || RegExp(/^keeta_an(.*)/).test(input.VES) || RegExp(/^keeta_ao(.*)/).test(input.VES) || RegExp(/^keeta_ap(.*)/).test(input.VES) || RegExp(/^tyblocks_am(.*)/).test(input.VES) || RegExp(/^tyblocks_an(.*)/).test(input.VES) || RegExp(/^tyblocks_ao(.*)/).test(input.VES) || RegExp(/^tyblocks_ap(.*)/).test(input.VES)) || "object" === typeof input.VES && null !== input.VES && _io0(input.VES))) && (null !== input.VED && (undefined === input.VED || "string" === typeof input.VED && (RegExp(/^keeta_am(.*)/).test(input.VED) || RegExp(/^keeta_an(.*)/).test(input.VED) || RegExp(/^keeta_ao(.*)/).test(input.VED) || RegExp(/^keeta_ap(.*)/).test(input.VED) || RegExp(/^tyblocks_am(.*)/).test(input.VED) || RegExp(/^tyblocks_an(.*)/).test(input.VED) || RegExp(/^tyblocks_ao(.*)/).test(input.VED) || RegExp(/^tyblocks_ap(.*)/).test(input.VED)) || "object" === typeof input.VED && null !== input.VED && _io0(input.VED))) && (null !== input.VND && (undefined === input.VND || "string" === typeof input.VND && (RegExp(/^keeta_am(.*)/).test(input.VND) || RegExp(/^keeta_an(.*)/).test(input.VND) || RegExp(/^keeta_ao(.*)/).test(input.VND) || RegExp(/^keeta_ap(.*)/).test(input.VND) || RegExp(/^tyblocks_am(.*)/).test(input.VND) || RegExp(/^tyblocks_an(.*)/).test(input.VND) || RegExp(/^tyblocks_ao(.*)/).test(input.VND) || RegExp(/^tyblocks_ap(.*)/).test(input.VND)) || "object" === typeof input.VND && null !== input.VND && _io0(input.VND))) && (null !== input.YER && (undefined === input.YER || "string" === typeof input.YER && (RegExp(/^keeta_am(.*)/).test(input.YER) || RegExp(/^keeta_an(.*)/).test(input.YER) || RegExp(/^keeta_ao(.*)/).test(input.YER) || RegExp(/^keeta_ap(.*)/).test(input.YER) || RegExp(/^tyblocks_am(.*)/).test(input.YER) || RegExp(/^tyblocks_an(.*)/).test(input.YER) || RegExp(/^tyblocks_ao(.*)/).test(input.YER) || RegExp(/^tyblocks_ap(.*)/).test(input.YER)) || "object" === typeof input.YER && null !== input.YER && _io0(input.YER))) && (null !== input.ZMW && (undefined === input.ZMW || "string" === typeof input.ZMW && (RegExp(/^keeta_am(.*)/).test(input.ZMW) || RegExp(/^keeta_an(.*)/).test(input.ZMW) || RegExp(/^keeta_ao(.*)/).test(input.ZMW) || RegExp(/^keeta_ap(.*)/).test(input.ZMW) || RegExp(/^tyblocks_am(.*)/).test(input.ZMW) || RegExp(/^tyblocks_an(.*)/).test(input.ZMW) || RegExp(/^tyblocks_ao(.*)/).test(input.ZMW) || RegExp(/^tyblocks_ap(.*)/).test(input.ZMW)) || "object" === typeof input.ZMW && null !== input.ZMW && _io0(input.ZMW))) && (null !== input.ZWL && (undefined === input.ZWL || "string" === typeof input.ZWL && (RegExp(/^keeta_am(.*)/).test(input.ZWL) || RegExp(/^keeta_an(.*)/).test(input.ZWL) || RegExp(/^keeta_ao(.*)/).test(input.ZWL) || RegExp(/^keeta_ap(.*)/).test(input.ZWL) || RegExp(/^tyblocks_am(.*)/).test(input.ZWL) || RegExp(/^tyblocks_an(.*)/).test(input.ZWL) || RegExp(/^tyblocks_ao(.*)/).test(input.ZWL) || RegExp(/^tyblocks_ap(.*)/).test(input.ZWL)) || "object" === typeof input.ZWL && null !== input.ZWL && _io0(input.ZWL))) && Object.keys(input).every(key => {
|
|
260
|
+
const assertServiceMetadata = (() => { 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(["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 _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 _iv16 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _iv18 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _iv20 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _iv22 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _iv24 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _iv26 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _iv28 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); 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 _av39 = 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(["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 _av44 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _av46 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _av48 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _av50 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _av52 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _av54 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _av56 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _io0 = input => "2b828e33-2692-46e9-817e-9b93d63f28fd" === input.external && "string" === typeof input.url; const _io1 = input => null !== input.version && undefined !== input.version && ("number" === typeof input.version || "object" === typeof input.version && null !== input.version && _io0(input.version)) && ("object" === typeof input.currencyMap && null !== input.currencyMap && false === Array.isArray(input.currencyMap) && _iu4(input.currencyMap)) && ("object" === typeof input.services && null !== input.services && false === Array.isArray(input.services) && _iu5(input.services)); const _io2 = input => null !== input.AFN && (undefined === input.AFN || "string" === typeof input.AFN && (RegExp(/^keeta_am(.*)/).test(input.AFN) || RegExp(/^keeta_an(.*)/).test(input.AFN) || RegExp(/^keeta_ao(.*)/).test(input.AFN) || RegExp(/^keeta_ap(.*)/).test(input.AFN) || RegExp(/^tyblocks_am(.*)/).test(input.AFN) || RegExp(/^tyblocks_an(.*)/).test(input.AFN) || RegExp(/^tyblocks_ao(.*)/).test(input.AFN) || RegExp(/^tyblocks_ap(.*)/).test(input.AFN)) || "object" === typeof input.AFN && null !== input.AFN && _io0(input.AFN)) && (null !== input.EUR && (undefined === input.EUR || "string" === typeof input.EUR && (RegExp(/^keeta_am(.*)/).test(input.EUR) || RegExp(/^keeta_an(.*)/).test(input.EUR) || RegExp(/^keeta_ao(.*)/).test(input.EUR) || RegExp(/^keeta_ap(.*)/).test(input.EUR) || RegExp(/^tyblocks_am(.*)/).test(input.EUR) || RegExp(/^tyblocks_an(.*)/).test(input.EUR) || RegExp(/^tyblocks_ao(.*)/).test(input.EUR) || RegExp(/^tyblocks_ap(.*)/).test(input.EUR)) || "object" === typeof input.EUR && null !== input.EUR && _io0(input.EUR))) && (null !== input.ALL && (undefined === input.ALL || "string" === typeof input.ALL && (RegExp(/^keeta_am(.*)/).test(input.ALL) || RegExp(/^keeta_an(.*)/).test(input.ALL) || RegExp(/^keeta_ao(.*)/).test(input.ALL) || RegExp(/^keeta_ap(.*)/).test(input.ALL) || RegExp(/^tyblocks_am(.*)/).test(input.ALL) || RegExp(/^tyblocks_an(.*)/).test(input.ALL) || RegExp(/^tyblocks_ao(.*)/).test(input.ALL) || RegExp(/^tyblocks_ap(.*)/).test(input.ALL)) || "object" === typeof input.ALL && null !== input.ALL && _io0(input.ALL))) && (null !== input.DZD && (undefined === input.DZD || "string" === typeof input.DZD && (RegExp(/^keeta_am(.*)/).test(input.DZD) || RegExp(/^keeta_an(.*)/).test(input.DZD) || RegExp(/^keeta_ao(.*)/).test(input.DZD) || RegExp(/^keeta_ap(.*)/).test(input.DZD) || RegExp(/^tyblocks_am(.*)/).test(input.DZD) || RegExp(/^tyblocks_an(.*)/).test(input.DZD) || RegExp(/^tyblocks_ao(.*)/).test(input.DZD) || RegExp(/^tyblocks_ap(.*)/).test(input.DZD)) || "object" === typeof input.DZD && null !== input.DZD && _io0(input.DZD))) && (null !== input.USD && (undefined === input.USD || "string" === typeof input.USD && (RegExp(/^keeta_am(.*)/).test(input.USD) || RegExp(/^keeta_an(.*)/).test(input.USD) || RegExp(/^keeta_ao(.*)/).test(input.USD) || RegExp(/^keeta_ap(.*)/).test(input.USD) || RegExp(/^tyblocks_am(.*)/).test(input.USD) || RegExp(/^tyblocks_an(.*)/).test(input.USD) || RegExp(/^tyblocks_ao(.*)/).test(input.USD) || RegExp(/^tyblocks_ap(.*)/).test(input.USD)) || "object" === typeof input.USD && null !== input.USD && _io0(input.USD))) && (null !== input.AOA && (undefined === input.AOA || "string" === typeof input.AOA && (RegExp(/^keeta_am(.*)/).test(input.AOA) || RegExp(/^keeta_an(.*)/).test(input.AOA) || RegExp(/^keeta_ao(.*)/).test(input.AOA) || RegExp(/^keeta_ap(.*)/).test(input.AOA) || RegExp(/^tyblocks_am(.*)/).test(input.AOA) || RegExp(/^tyblocks_an(.*)/).test(input.AOA) || RegExp(/^tyblocks_ao(.*)/).test(input.AOA) || RegExp(/^tyblocks_ap(.*)/).test(input.AOA)) || "object" === typeof input.AOA && null !== input.AOA && _io0(input.AOA))) && (null !== input.XCD && (undefined === input.XCD || "string" === typeof input.XCD && (RegExp(/^keeta_am(.*)/).test(input.XCD) || RegExp(/^keeta_an(.*)/).test(input.XCD) || RegExp(/^keeta_ao(.*)/).test(input.XCD) || RegExp(/^keeta_ap(.*)/).test(input.XCD) || RegExp(/^tyblocks_am(.*)/).test(input.XCD) || RegExp(/^tyblocks_an(.*)/).test(input.XCD) || RegExp(/^tyblocks_ao(.*)/).test(input.XCD) || RegExp(/^tyblocks_ap(.*)/).test(input.XCD)) || "object" === typeof input.XCD && null !== input.XCD && _io0(input.XCD))) && (null !== input.ARS && (undefined === input.ARS || "string" === typeof input.ARS && (RegExp(/^keeta_am(.*)/).test(input.ARS) || RegExp(/^keeta_an(.*)/).test(input.ARS) || RegExp(/^keeta_ao(.*)/).test(input.ARS) || RegExp(/^keeta_ap(.*)/).test(input.ARS) || RegExp(/^tyblocks_am(.*)/).test(input.ARS) || RegExp(/^tyblocks_an(.*)/).test(input.ARS) || RegExp(/^tyblocks_ao(.*)/).test(input.ARS) || RegExp(/^tyblocks_ap(.*)/).test(input.ARS)) || "object" === typeof input.ARS && null !== input.ARS && _io0(input.ARS))) && (null !== input.AMD && (undefined === input.AMD || "string" === typeof input.AMD && (RegExp(/^keeta_am(.*)/).test(input.AMD) || RegExp(/^keeta_an(.*)/).test(input.AMD) || RegExp(/^keeta_ao(.*)/).test(input.AMD) || RegExp(/^keeta_ap(.*)/).test(input.AMD) || RegExp(/^tyblocks_am(.*)/).test(input.AMD) || RegExp(/^tyblocks_an(.*)/).test(input.AMD) || RegExp(/^tyblocks_ao(.*)/).test(input.AMD) || RegExp(/^tyblocks_ap(.*)/).test(input.AMD)) || "object" === typeof input.AMD && null !== input.AMD && _io0(input.AMD))) && (null !== input.AWG && (undefined === input.AWG || "string" === typeof input.AWG && (RegExp(/^keeta_am(.*)/).test(input.AWG) || RegExp(/^keeta_an(.*)/).test(input.AWG) || RegExp(/^keeta_ao(.*)/).test(input.AWG) || RegExp(/^keeta_ap(.*)/).test(input.AWG) || RegExp(/^tyblocks_am(.*)/).test(input.AWG) || RegExp(/^tyblocks_an(.*)/).test(input.AWG) || RegExp(/^tyblocks_ao(.*)/).test(input.AWG) || RegExp(/^tyblocks_ap(.*)/).test(input.AWG)) || "object" === typeof input.AWG && null !== input.AWG && _io0(input.AWG))) && (null !== input.AUD && (undefined === input.AUD || "string" === typeof input.AUD && (RegExp(/^keeta_am(.*)/).test(input.AUD) || RegExp(/^keeta_an(.*)/).test(input.AUD) || RegExp(/^keeta_ao(.*)/).test(input.AUD) || RegExp(/^keeta_ap(.*)/).test(input.AUD) || RegExp(/^tyblocks_am(.*)/).test(input.AUD) || RegExp(/^tyblocks_an(.*)/).test(input.AUD) || RegExp(/^tyblocks_ao(.*)/).test(input.AUD) || RegExp(/^tyblocks_ap(.*)/).test(input.AUD)) || "object" === typeof input.AUD && null !== input.AUD && _io0(input.AUD))) && (null !== input.AZN && (undefined === input.AZN || "string" === typeof input.AZN && (RegExp(/^keeta_am(.*)/).test(input.AZN) || RegExp(/^keeta_an(.*)/).test(input.AZN) || RegExp(/^keeta_ao(.*)/).test(input.AZN) || RegExp(/^keeta_ap(.*)/).test(input.AZN) || RegExp(/^tyblocks_am(.*)/).test(input.AZN) || RegExp(/^tyblocks_an(.*)/).test(input.AZN) || RegExp(/^tyblocks_ao(.*)/).test(input.AZN) || RegExp(/^tyblocks_ap(.*)/).test(input.AZN)) || "object" === typeof input.AZN && null !== input.AZN && _io0(input.AZN))) && (null !== input.BSD && (undefined === input.BSD || "string" === typeof input.BSD && (RegExp(/^keeta_am(.*)/).test(input.BSD) || RegExp(/^keeta_an(.*)/).test(input.BSD) || RegExp(/^keeta_ao(.*)/).test(input.BSD) || RegExp(/^keeta_ap(.*)/).test(input.BSD) || RegExp(/^tyblocks_am(.*)/).test(input.BSD) || RegExp(/^tyblocks_an(.*)/).test(input.BSD) || RegExp(/^tyblocks_ao(.*)/).test(input.BSD) || RegExp(/^tyblocks_ap(.*)/).test(input.BSD)) || "object" === typeof input.BSD && null !== input.BSD && _io0(input.BSD))) && (null !== input.BHD && (undefined === input.BHD || "string" === typeof input.BHD && (RegExp(/^keeta_am(.*)/).test(input.BHD) || RegExp(/^keeta_an(.*)/).test(input.BHD) || RegExp(/^keeta_ao(.*)/).test(input.BHD) || RegExp(/^keeta_ap(.*)/).test(input.BHD) || RegExp(/^tyblocks_am(.*)/).test(input.BHD) || RegExp(/^tyblocks_an(.*)/).test(input.BHD) || RegExp(/^tyblocks_ao(.*)/).test(input.BHD) || RegExp(/^tyblocks_ap(.*)/).test(input.BHD)) || "object" === typeof input.BHD && null !== input.BHD && _io0(input.BHD))) && (null !== input.BDT && (undefined === input.BDT || "string" === typeof input.BDT && (RegExp(/^keeta_am(.*)/).test(input.BDT) || RegExp(/^keeta_an(.*)/).test(input.BDT) || RegExp(/^keeta_ao(.*)/).test(input.BDT) || RegExp(/^keeta_ap(.*)/).test(input.BDT) || RegExp(/^tyblocks_am(.*)/).test(input.BDT) || RegExp(/^tyblocks_an(.*)/).test(input.BDT) || RegExp(/^tyblocks_ao(.*)/).test(input.BDT) || RegExp(/^tyblocks_ap(.*)/).test(input.BDT)) || "object" === typeof input.BDT && null !== input.BDT && _io0(input.BDT))) && (null !== input.BBD && (undefined === input.BBD || "string" === typeof input.BBD && (RegExp(/^keeta_am(.*)/).test(input.BBD) || RegExp(/^keeta_an(.*)/).test(input.BBD) || RegExp(/^keeta_ao(.*)/).test(input.BBD) || RegExp(/^keeta_ap(.*)/).test(input.BBD) || RegExp(/^tyblocks_am(.*)/).test(input.BBD) || RegExp(/^tyblocks_an(.*)/).test(input.BBD) || RegExp(/^tyblocks_ao(.*)/).test(input.BBD) || RegExp(/^tyblocks_ap(.*)/).test(input.BBD)) || "object" === typeof input.BBD && null !== input.BBD && _io0(input.BBD))) && (null !== input.BYN && (undefined === input.BYN || "string" === typeof input.BYN && (RegExp(/^keeta_am(.*)/).test(input.BYN) || RegExp(/^keeta_an(.*)/).test(input.BYN) || RegExp(/^keeta_ao(.*)/).test(input.BYN) || RegExp(/^keeta_ap(.*)/).test(input.BYN) || RegExp(/^tyblocks_am(.*)/).test(input.BYN) || RegExp(/^tyblocks_an(.*)/).test(input.BYN) || RegExp(/^tyblocks_ao(.*)/).test(input.BYN) || RegExp(/^tyblocks_ap(.*)/).test(input.BYN)) || "object" === typeof input.BYN && null !== input.BYN && _io0(input.BYN))) && (null !== input.BZD && (undefined === input.BZD || "string" === typeof input.BZD && (RegExp(/^keeta_am(.*)/).test(input.BZD) || RegExp(/^keeta_an(.*)/).test(input.BZD) || RegExp(/^keeta_ao(.*)/).test(input.BZD) || RegExp(/^keeta_ap(.*)/).test(input.BZD) || RegExp(/^tyblocks_am(.*)/).test(input.BZD) || RegExp(/^tyblocks_an(.*)/).test(input.BZD) || RegExp(/^tyblocks_ao(.*)/).test(input.BZD) || RegExp(/^tyblocks_ap(.*)/).test(input.BZD)) || "object" === typeof input.BZD && null !== input.BZD && _io0(input.BZD))) && (null !== input.XOF && (undefined === input.XOF || "string" === typeof input.XOF && (RegExp(/^keeta_am(.*)/).test(input.XOF) || RegExp(/^keeta_an(.*)/).test(input.XOF) || RegExp(/^keeta_ao(.*)/).test(input.XOF) || RegExp(/^keeta_ap(.*)/).test(input.XOF) || RegExp(/^tyblocks_am(.*)/).test(input.XOF) || RegExp(/^tyblocks_an(.*)/).test(input.XOF) || RegExp(/^tyblocks_ao(.*)/).test(input.XOF) || RegExp(/^tyblocks_ap(.*)/).test(input.XOF)) || "object" === typeof input.XOF && null !== input.XOF && _io0(input.XOF))) && (null !== input.BMD && (undefined === input.BMD || "string" === typeof input.BMD && (RegExp(/^keeta_am(.*)/).test(input.BMD) || RegExp(/^keeta_an(.*)/).test(input.BMD) || RegExp(/^keeta_ao(.*)/).test(input.BMD) || RegExp(/^keeta_ap(.*)/).test(input.BMD) || RegExp(/^tyblocks_am(.*)/).test(input.BMD) || RegExp(/^tyblocks_an(.*)/).test(input.BMD) || RegExp(/^tyblocks_ao(.*)/).test(input.BMD) || RegExp(/^tyblocks_ap(.*)/).test(input.BMD)) || "object" === typeof input.BMD && null !== input.BMD && _io0(input.BMD))) && (null !== input.INR && (undefined === input.INR || "string" === typeof input.INR && (RegExp(/^keeta_am(.*)/).test(input.INR) || RegExp(/^keeta_an(.*)/).test(input.INR) || RegExp(/^keeta_ao(.*)/).test(input.INR) || RegExp(/^keeta_ap(.*)/).test(input.INR) || RegExp(/^tyblocks_am(.*)/).test(input.INR) || RegExp(/^tyblocks_an(.*)/).test(input.INR) || RegExp(/^tyblocks_ao(.*)/).test(input.INR) || RegExp(/^tyblocks_ap(.*)/).test(input.INR)) || "object" === typeof input.INR && null !== input.INR && _io0(input.INR))) && (null !== input.BTN && (undefined === input.BTN || "string" === typeof input.BTN && (RegExp(/^keeta_am(.*)/).test(input.BTN) || RegExp(/^keeta_an(.*)/).test(input.BTN) || RegExp(/^keeta_ao(.*)/).test(input.BTN) || RegExp(/^keeta_ap(.*)/).test(input.BTN) || RegExp(/^tyblocks_am(.*)/).test(input.BTN) || RegExp(/^tyblocks_an(.*)/).test(input.BTN) || RegExp(/^tyblocks_ao(.*)/).test(input.BTN) || RegExp(/^tyblocks_ap(.*)/).test(input.BTN)) || "object" === typeof input.BTN && null !== input.BTN && _io0(input.BTN))) && (null !== input.BOB && (undefined === input.BOB || "string" === typeof input.BOB && (RegExp(/^keeta_am(.*)/).test(input.BOB) || RegExp(/^keeta_an(.*)/).test(input.BOB) || RegExp(/^keeta_ao(.*)/).test(input.BOB) || RegExp(/^keeta_ap(.*)/).test(input.BOB) || RegExp(/^tyblocks_am(.*)/).test(input.BOB) || RegExp(/^tyblocks_an(.*)/).test(input.BOB) || RegExp(/^tyblocks_ao(.*)/).test(input.BOB) || RegExp(/^tyblocks_ap(.*)/).test(input.BOB)) || "object" === typeof input.BOB && null !== input.BOB && _io0(input.BOB))) && (null !== input.BOV && (undefined === input.BOV || "string" === typeof input.BOV && (RegExp(/^keeta_am(.*)/).test(input.BOV) || RegExp(/^keeta_an(.*)/).test(input.BOV) || RegExp(/^keeta_ao(.*)/).test(input.BOV) || RegExp(/^keeta_ap(.*)/).test(input.BOV) || RegExp(/^tyblocks_am(.*)/).test(input.BOV) || RegExp(/^tyblocks_an(.*)/).test(input.BOV) || RegExp(/^tyblocks_ao(.*)/).test(input.BOV) || RegExp(/^tyblocks_ap(.*)/).test(input.BOV)) || "object" === typeof input.BOV && null !== input.BOV && _io0(input.BOV))) && (null !== input.BAM && (undefined === input.BAM || "string" === typeof input.BAM && (RegExp(/^keeta_am(.*)/).test(input.BAM) || RegExp(/^keeta_an(.*)/).test(input.BAM) || RegExp(/^keeta_ao(.*)/).test(input.BAM) || RegExp(/^keeta_ap(.*)/).test(input.BAM) || RegExp(/^tyblocks_am(.*)/).test(input.BAM) || RegExp(/^tyblocks_an(.*)/).test(input.BAM) || RegExp(/^tyblocks_ao(.*)/).test(input.BAM) || RegExp(/^tyblocks_ap(.*)/).test(input.BAM)) || "object" === typeof input.BAM && null !== input.BAM && _io0(input.BAM))) && (null !== input.BWP && (undefined === input.BWP || "string" === typeof input.BWP && (RegExp(/^keeta_am(.*)/).test(input.BWP) || RegExp(/^keeta_an(.*)/).test(input.BWP) || RegExp(/^keeta_ao(.*)/).test(input.BWP) || RegExp(/^keeta_ap(.*)/).test(input.BWP) || RegExp(/^tyblocks_am(.*)/).test(input.BWP) || RegExp(/^tyblocks_an(.*)/).test(input.BWP) || RegExp(/^tyblocks_ao(.*)/).test(input.BWP) || RegExp(/^tyblocks_ap(.*)/).test(input.BWP)) || "object" === typeof input.BWP && null !== input.BWP && _io0(input.BWP))) && (null !== input.NOK && (undefined === input.NOK || "string" === typeof input.NOK && (RegExp(/^keeta_am(.*)/).test(input.NOK) || RegExp(/^keeta_an(.*)/).test(input.NOK) || RegExp(/^keeta_ao(.*)/).test(input.NOK) || RegExp(/^keeta_ap(.*)/).test(input.NOK) || RegExp(/^tyblocks_am(.*)/).test(input.NOK) || RegExp(/^tyblocks_an(.*)/).test(input.NOK) || RegExp(/^tyblocks_ao(.*)/).test(input.NOK) || RegExp(/^tyblocks_ap(.*)/).test(input.NOK)) || "object" === typeof input.NOK && null !== input.NOK && _io0(input.NOK))) && (null !== input.BRL && (undefined === input.BRL || "string" === typeof input.BRL && (RegExp(/^keeta_am(.*)/).test(input.BRL) || RegExp(/^keeta_an(.*)/).test(input.BRL) || RegExp(/^keeta_ao(.*)/).test(input.BRL) || RegExp(/^keeta_ap(.*)/).test(input.BRL) || RegExp(/^tyblocks_am(.*)/).test(input.BRL) || RegExp(/^tyblocks_an(.*)/).test(input.BRL) || RegExp(/^tyblocks_ao(.*)/).test(input.BRL) || RegExp(/^tyblocks_ap(.*)/).test(input.BRL)) || "object" === typeof input.BRL && null !== input.BRL && _io0(input.BRL))) && (null !== input.BND && (undefined === input.BND || "string" === typeof input.BND && (RegExp(/^keeta_am(.*)/).test(input.BND) || RegExp(/^keeta_an(.*)/).test(input.BND) || RegExp(/^keeta_ao(.*)/).test(input.BND) || RegExp(/^keeta_ap(.*)/).test(input.BND) || RegExp(/^tyblocks_am(.*)/).test(input.BND) || RegExp(/^tyblocks_an(.*)/).test(input.BND) || RegExp(/^tyblocks_ao(.*)/).test(input.BND) || RegExp(/^tyblocks_ap(.*)/).test(input.BND)) || "object" === typeof input.BND && null !== input.BND && _io0(input.BND))) && (null !== input.BGN && (undefined === input.BGN || "string" === typeof input.BGN && (RegExp(/^keeta_am(.*)/).test(input.BGN) || RegExp(/^keeta_an(.*)/).test(input.BGN) || RegExp(/^keeta_ao(.*)/).test(input.BGN) || RegExp(/^keeta_ap(.*)/).test(input.BGN) || RegExp(/^tyblocks_am(.*)/).test(input.BGN) || RegExp(/^tyblocks_an(.*)/).test(input.BGN) || RegExp(/^tyblocks_ao(.*)/).test(input.BGN) || RegExp(/^tyblocks_ap(.*)/).test(input.BGN)) || "object" === typeof input.BGN && null !== input.BGN && _io0(input.BGN))) && (null !== input.BIF && (undefined === input.BIF || "string" === typeof input.BIF && (RegExp(/^keeta_am(.*)/).test(input.BIF) || RegExp(/^keeta_an(.*)/).test(input.BIF) || RegExp(/^keeta_ao(.*)/).test(input.BIF) || RegExp(/^keeta_ap(.*)/).test(input.BIF) || RegExp(/^tyblocks_am(.*)/).test(input.BIF) || RegExp(/^tyblocks_an(.*)/).test(input.BIF) || RegExp(/^tyblocks_ao(.*)/).test(input.BIF) || RegExp(/^tyblocks_ap(.*)/).test(input.BIF)) || "object" === typeof input.BIF && null !== input.BIF && _io0(input.BIF))) && (null !== input.CVE && (undefined === input.CVE || "string" === typeof input.CVE && (RegExp(/^keeta_am(.*)/).test(input.CVE) || RegExp(/^keeta_an(.*)/).test(input.CVE) || RegExp(/^keeta_ao(.*)/).test(input.CVE) || RegExp(/^keeta_ap(.*)/).test(input.CVE) || RegExp(/^tyblocks_am(.*)/).test(input.CVE) || RegExp(/^tyblocks_an(.*)/).test(input.CVE) || RegExp(/^tyblocks_ao(.*)/).test(input.CVE) || RegExp(/^tyblocks_ap(.*)/).test(input.CVE)) || "object" === typeof input.CVE && null !== input.CVE && _io0(input.CVE))) && (null !== input.KHR && (undefined === input.KHR || "string" === typeof input.KHR && (RegExp(/^keeta_am(.*)/).test(input.KHR) || RegExp(/^keeta_an(.*)/).test(input.KHR) || RegExp(/^keeta_ao(.*)/).test(input.KHR) || RegExp(/^keeta_ap(.*)/).test(input.KHR) || RegExp(/^tyblocks_am(.*)/).test(input.KHR) || RegExp(/^tyblocks_an(.*)/).test(input.KHR) || RegExp(/^tyblocks_ao(.*)/).test(input.KHR) || RegExp(/^tyblocks_ap(.*)/).test(input.KHR)) || "object" === typeof input.KHR && null !== input.KHR && _io0(input.KHR))) && (null !== input.XAF && (undefined === input.XAF || "string" === typeof input.XAF && (RegExp(/^keeta_am(.*)/).test(input.XAF) || RegExp(/^keeta_an(.*)/).test(input.XAF) || RegExp(/^keeta_ao(.*)/).test(input.XAF) || RegExp(/^keeta_ap(.*)/).test(input.XAF) || RegExp(/^tyblocks_am(.*)/).test(input.XAF) || RegExp(/^tyblocks_an(.*)/).test(input.XAF) || RegExp(/^tyblocks_ao(.*)/).test(input.XAF) || RegExp(/^tyblocks_ap(.*)/).test(input.XAF)) || "object" === typeof input.XAF && null !== input.XAF && _io0(input.XAF))) && (null !== input.CAD && (undefined === input.CAD || "string" === typeof input.CAD && (RegExp(/^keeta_am(.*)/).test(input.CAD) || RegExp(/^keeta_an(.*)/).test(input.CAD) || RegExp(/^keeta_ao(.*)/).test(input.CAD) || RegExp(/^keeta_ap(.*)/).test(input.CAD) || RegExp(/^tyblocks_am(.*)/).test(input.CAD) || RegExp(/^tyblocks_an(.*)/).test(input.CAD) || RegExp(/^tyblocks_ao(.*)/).test(input.CAD) || RegExp(/^tyblocks_ap(.*)/).test(input.CAD)) || "object" === typeof input.CAD && null !== input.CAD && _io0(input.CAD))) && (null !== input.KYD && (undefined === input.KYD || "string" === typeof input.KYD && (RegExp(/^keeta_am(.*)/).test(input.KYD) || RegExp(/^keeta_an(.*)/).test(input.KYD) || RegExp(/^keeta_ao(.*)/).test(input.KYD) || RegExp(/^keeta_ap(.*)/).test(input.KYD) || RegExp(/^tyblocks_am(.*)/).test(input.KYD) || RegExp(/^tyblocks_an(.*)/).test(input.KYD) || RegExp(/^tyblocks_ao(.*)/).test(input.KYD) || RegExp(/^tyblocks_ap(.*)/).test(input.KYD)) || "object" === typeof input.KYD && null !== input.KYD && _io0(input.KYD))) && (null !== input.CLP && (undefined === input.CLP || "string" === typeof input.CLP && (RegExp(/^keeta_am(.*)/).test(input.CLP) || RegExp(/^keeta_an(.*)/).test(input.CLP) || RegExp(/^keeta_ao(.*)/).test(input.CLP) || RegExp(/^keeta_ap(.*)/).test(input.CLP) || RegExp(/^tyblocks_am(.*)/).test(input.CLP) || RegExp(/^tyblocks_an(.*)/).test(input.CLP) || RegExp(/^tyblocks_ao(.*)/).test(input.CLP) || RegExp(/^tyblocks_ap(.*)/).test(input.CLP)) || "object" === typeof input.CLP && null !== input.CLP && _io0(input.CLP))) && (null !== input.CLF && (undefined === input.CLF || "string" === typeof input.CLF && (RegExp(/^keeta_am(.*)/).test(input.CLF) || RegExp(/^keeta_an(.*)/).test(input.CLF) || RegExp(/^keeta_ao(.*)/).test(input.CLF) || RegExp(/^keeta_ap(.*)/).test(input.CLF) || RegExp(/^tyblocks_am(.*)/).test(input.CLF) || RegExp(/^tyblocks_an(.*)/).test(input.CLF) || RegExp(/^tyblocks_ao(.*)/).test(input.CLF) || RegExp(/^tyblocks_ap(.*)/).test(input.CLF)) || "object" === typeof input.CLF && null !== input.CLF && _io0(input.CLF))) && (null !== input.CNY && (undefined === input.CNY || "string" === typeof input.CNY && (RegExp(/^keeta_am(.*)/).test(input.CNY) || RegExp(/^keeta_an(.*)/).test(input.CNY) || RegExp(/^keeta_ao(.*)/).test(input.CNY) || RegExp(/^keeta_ap(.*)/).test(input.CNY) || RegExp(/^tyblocks_am(.*)/).test(input.CNY) || RegExp(/^tyblocks_an(.*)/).test(input.CNY) || RegExp(/^tyblocks_ao(.*)/).test(input.CNY) || RegExp(/^tyblocks_ap(.*)/).test(input.CNY)) || "object" === typeof input.CNY && null !== input.CNY && _io0(input.CNY))) && (null !== input.COP && (undefined === input.COP || "string" === typeof input.COP && (RegExp(/^keeta_am(.*)/).test(input.COP) || RegExp(/^keeta_an(.*)/).test(input.COP) || RegExp(/^keeta_ao(.*)/).test(input.COP) || RegExp(/^keeta_ap(.*)/).test(input.COP) || RegExp(/^tyblocks_am(.*)/).test(input.COP) || RegExp(/^tyblocks_an(.*)/).test(input.COP) || RegExp(/^tyblocks_ao(.*)/).test(input.COP) || RegExp(/^tyblocks_ap(.*)/).test(input.COP)) || "object" === typeof input.COP && null !== input.COP && _io0(input.COP))) && (null !== input.COU && (undefined === input.COU || "string" === typeof input.COU && (RegExp(/^keeta_am(.*)/).test(input.COU) || RegExp(/^keeta_an(.*)/).test(input.COU) || RegExp(/^keeta_ao(.*)/).test(input.COU) || RegExp(/^keeta_ap(.*)/).test(input.COU) || RegExp(/^tyblocks_am(.*)/).test(input.COU) || RegExp(/^tyblocks_an(.*)/).test(input.COU) || RegExp(/^tyblocks_ao(.*)/).test(input.COU) || RegExp(/^tyblocks_ap(.*)/).test(input.COU)) || "object" === typeof input.COU && null !== input.COU && _io0(input.COU))) && (null !== input.KMF && (undefined === input.KMF || "string" === typeof input.KMF && (RegExp(/^keeta_am(.*)/).test(input.KMF) || RegExp(/^keeta_an(.*)/).test(input.KMF) || RegExp(/^keeta_ao(.*)/).test(input.KMF) || RegExp(/^keeta_ap(.*)/).test(input.KMF) || RegExp(/^tyblocks_am(.*)/).test(input.KMF) || RegExp(/^tyblocks_an(.*)/).test(input.KMF) || RegExp(/^tyblocks_ao(.*)/).test(input.KMF) || RegExp(/^tyblocks_ap(.*)/).test(input.KMF)) || "object" === typeof input.KMF && null !== input.KMF && _io0(input.KMF))) && (null !== input.CDF && (undefined === input.CDF || "string" === typeof input.CDF && (RegExp(/^keeta_am(.*)/).test(input.CDF) || RegExp(/^keeta_an(.*)/).test(input.CDF) || RegExp(/^keeta_ao(.*)/).test(input.CDF) || RegExp(/^keeta_ap(.*)/).test(input.CDF) || RegExp(/^tyblocks_am(.*)/).test(input.CDF) || RegExp(/^tyblocks_an(.*)/).test(input.CDF) || RegExp(/^tyblocks_ao(.*)/).test(input.CDF) || RegExp(/^tyblocks_ap(.*)/).test(input.CDF)) || "object" === typeof input.CDF && null !== input.CDF && _io0(input.CDF))) && (null !== input.NZD && (undefined === input.NZD || "string" === typeof input.NZD && (RegExp(/^keeta_am(.*)/).test(input.NZD) || RegExp(/^keeta_an(.*)/).test(input.NZD) || RegExp(/^keeta_ao(.*)/).test(input.NZD) || RegExp(/^keeta_ap(.*)/).test(input.NZD) || RegExp(/^tyblocks_am(.*)/).test(input.NZD) || RegExp(/^tyblocks_an(.*)/).test(input.NZD) || RegExp(/^tyblocks_ao(.*)/).test(input.NZD) || RegExp(/^tyblocks_ap(.*)/).test(input.NZD)) || "object" === typeof input.NZD && null !== input.NZD && _io0(input.NZD))) && (null !== input.CRC && (undefined === input.CRC || "string" === typeof input.CRC && (RegExp(/^keeta_am(.*)/).test(input.CRC) || RegExp(/^keeta_an(.*)/).test(input.CRC) || RegExp(/^keeta_ao(.*)/).test(input.CRC) || RegExp(/^keeta_ap(.*)/).test(input.CRC) || RegExp(/^tyblocks_am(.*)/).test(input.CRC) || RegExp(/^tyblocks_an(.*)/).test(input.CRC) || RegExp(/^tyblocks_ao(.*)/).test(input.CRC) || RegExp(/^tyblocks_ap(.*)/).test(input.CRC)) || "object" === typeof input.CRC && null !== input.CRC && _io0(input.CRC))) && (null !== input.CUP && (undefined === input.CUP || "string" === typeof input.CUP && (RegExp(/^keeta_am(.*)/).test(input.CUP) || RegExp(/^keeta_an(.*)/).test(input.CUP) || RegExp(/^keeta_ao(.*)/).test(input.CUP) || RegExp(/^keeta_ap(.*)/).test(input.CUP) || RegExp(/^tyblocks_am(.*)/).test(input.CUP) || RegExp(/^tyblocks_an(.*)/).test(input.CUP) || RegExp(/^tyblocks_ao(.*)/).test(input.CUP) || RegExp(/^tyblocks_ap(.*)/).test(input.CUP)) || "object" === typeof input.CUP && null !== input.CUP && _io0(input.CUP))) && (null !== input.CUC && (undefined === input.CUC || "string" === typeof input.CUC && (RegExp(/^keeta_am(.*)/).test(input.CUC) || RegExp(/^keeta_an(.*)/).test(input.CUC) || RegExp(/^keeta_ao(.*)/).test(input.CUC) || RegExp(/^keeta_ap(.*)/).test(input.CUC) || RegExp(/^tyblocks_am(.*)/).test(input.CUC) || RegExp(/^tyblocks_an(.*)/).test(input.CUC) || RegExp(/^tyblocks_ao(.*)/).test(input.CUC) || RegExp(/^tyblocks_ap(.*)/).test(input.CUC)) || "object" === typeof input.CUC && null !== input.CUC && _io0(input.CUC))) && (null !== input.ANG && (undefined === input.ANG || "string" === typeof input.ANG && (RegExp(/^keeta_am(.*)/).test(input.ANG) || RegExp(/^keeta_an(.*)/).test(input.ANG) || RegExp(/^keeta_ao(.*)/).test(input.ANG) || RegExp(/^keeta_ap(.*)/).test(input.ANG) || RegExp(/^tyblocks_am(.*)/).test(input.ANG) || RegExp(/^tyblocks_an(.*)/).test(input.ANG) || RegExp(/^tyblocks_ao(.*)/).test(input.ANG) || RegExp(/^tyblocks_ap(.*)/).test(input.ANG)) || "object" === typeof input.ANG && null !== input.ANG && _io0(input.ANG))) && (null !== input.CZK && (undefined === input.CZK || "string" === typeof input.CZK && (RegExp(/^keeta_am(.*)/).test(input.CZK) || RegExp(/^keeta_an(.*)/).test(input.CZK) || RegExp(/^keeta_ao(.*)/).test(input.CZK) || RegExp(/^keeta_ap(.*)/).test(input.CZK) || RegExp(/^tyblocks_am(.*)/).test(input.CZK) || RegExp(/^tyblocks_an(.*)/).test(input.CZK) || RegExp(/^tyblocks_ao(.*)/).test(input.CZK) || RegExp(/^tyblocks_ap(.*)/).test(input.CZK)) || "object" === typeof input.CZK && null !== input.CZK && _io0(input.CZK))) && (null !== input.DKK && (undefined === input.DKK || "string" === typeof input.DKK && (RegExp(/^keeta_am(.*)/).test(input.DKK) || RegExp(/^keeta_an(.*)/).test(input.DKK) || RegExp(/^keeta_ao(.*)/).test(input.DKK) || RegExp(/^keeta_ap(.*)/).test(input.DKK) || RegExp(/^tyblocks_am(.*)/).test(input.DKK) || RegExp(/^tyblocks_an(.*)/).test(input.DKK) || RegExp(/^tyblocks_ao(.*)/).test(input.DKK) || RegExp(/^tyblocks_ap(.*)/).test(input.DKK)) || "object" === typeof input.DKK && null !== input.DKK && _io0(input.DKK))) && (null !== input.DJF && (undefined === input.DJF || "string" === typeof input.DJF && (RegExp(/^keeta_am(.*)/).test(input.DJF) || RegExp(/^keeta_an(.*)/).test(input.DJF) || RegExp(/^keeta_ao(.*)/).test(input.DJF) || RegExp(/^keeta_ap(.*)/).test(input.DJF) || RegExp(/^tyblocks_am(.*)/).test(input.DJF) || RegExp(/^tyblocks_an(.*)/).test(input.DJF) || RegExp(/^tyblocks_ao(.*)/).test(input.DJF) || RegExp(/^tyblocks_ap(.*)/).test(input.DJF)) || "object" === typeof input.DJF && null !== input.DJF && _io0(input.DJF))) && (null !== input.DOP && (undefined === input.DOP || "string" === typeof input.DOP && (RegExp(/^keeta_am(.*)/).test(input.DOP) || RegExp(/^keeta_an(.*)/).test(input.DOP) || RegExp(/^keeta_ao(.*)/).test(input.DOP) || RegExp(/^keeta_ap(.*)/).test(input.DOP) || RegExp(/^tyblocks_am(.*)/).test(input.DOP) || RegExp(/^tyblocks_an(.*)/).test(input.DOP) || RegExp(/^tyblocks_ao(.*)/).test(input.DOP) || RegExp(/^tyblocks_ap(.*)/).test(input.DOP)) || "object" === typeof input.DOP && null !== input.DOP && _io0(input.DOP))) && (null !== input.EGP && (undefined === input.EGP || "string" === typeof input.EGP && (RegExp(/^keeta_am(.*)/).test(input.EGP) || RegExp(/^keeta_an(.*)/).test(input.EGP) || RegExp(/^keeta_ao(.*)/).test(input.EGP) || RegExp(/^keeta_ap(.*)/).test(input.EGP) || RegExp(/^tyblocks_am(.*)/).test(input.EGP) || RegExp(/^tyblocks_an(.*)/).test(input.EGP) || RegExp(/^tyblocks_ao(.*)/).test(input.EGP) || RegExp(/^tyblocks_ap(.*)/).test(input.EGP)) || "object" === typeof input.EGP && null !== input.EGP && _io0(input.EGP))) && (null !== input.SVC && (undefined === input.SVC || "string" === typeof input.SVC && (RegExp(/^keeta_am(.*)/).test(input.SVC) || RegExp(/^keeta_an(.*)/).test(input.SVC) || RegExp(/^keeta_ao(.*)/).test(input.SVC) || RegExp(/^keeta_ap(.*)/).test(input.SVC) || RegExp(/^tyblocks_am(.*)/).test(input.SVC) || RegExp(/^tyblocks_an(.*)/).test(input.SVC) || RegExp(/^tyblocks_ao(.*)/).test(input.SVC) || RegExp(/^tyblocks_ap(.*)/).test(input.SVC)) || "object" === typeof input.SVC && null !== input.SVC && _io0(input.SVC))) && (null !== input.ERN && (undefined === input.ERN || "string" === typeof input.ERN && (RegExp(/^keeta_am(.*)/).test(input.ERN) || RegExp(/^keeta_an(.*)/).test(input.ERN) || RegExp(/^keeta_ao(.*)/).test(input.ERN) || RegExp(/^keeta_ap(.*)/).test(input.ERN) || RegExp(/^tyblocks_am(.*)/).test(input.ERN) || RegExp(/^tyblocks_an(.*)/).test(input.ERN) || RegExp(/^tyblocks_ao(.*)/).test(input.ERN) || RegExp(/^tyblocks_ap(.*)/).test(input.ERN)) || "object" === typeof input.ERN && null !== input.ERN && _io0(input.ERN))) && (null !== input.SZL && (undefined === input.SZL || "string" === typeof input.SZL && (RegExp(/^keeta_am(.*)/).test(input.SZL) || RegExp(/^keeta_an(.*)/).test(input.SZL) || RegExp(/^keeta_ao(.*)/).test(input.SZL) || RegExp(/^keeta_ap(.*)/).test(input.SZL) || RegExp(/^tyblocks_am(.*)/).test(input.SZL) || RegExp(/^tyblocks_an(.*)/).test(input.SZL) || RegExp(/^tyblocks_ao(.*)/).test(input.SZL) || RegExp(/^tyblocks_ap(.*)/).test(input.SZL)) || "object" === typeof input.SZL && null !== input.SZL && _io0(input.SZL))) && (null !== input.ETB && (undefined === input.ETB || "string" === typeof input.ETB && (RegExp(/^keeta_am(.*)/).test(input.ETB) || RegExp(/^keeta_an(.*)/).test(input.ETB) || RegExp(/^keeta_ao(.*)/).test(input.ETB) || RegExp(/^keeta_ap(.*)/).test(input.ETB) || RegExp(/^tyblocks_am(.*)/).test(input.ETB) || RegExp(/^tyblocks_an(.*)/).test(input.ETB) || RegExp(/^tyblocks_ao(.*)/).test(input.ETB) || RegExp(/^tyblocks_ap(.*)/).test(input.ETB)) || "object" === typeof input.ETB && null !== input.ETB && _io0(input.ETB))) && (null !== input.FKP && (undefined === input.FKP || "string" === typeof input.FKP && (RegExp(/^keeta_am(.*)/).test(input.FKP) || RegExp(/^keeta_an(.*)/).test(input.FKP) || RegExp(/^keeta_ao(.*)/).test(input.FKP) || RegExp(/^keeta_ap(.*)/).test(input.FKP) || RegExp(/^tyblocks_am(.*)/).test(input.FKP) || RegExp(/^tyblocks_an(.*)/).test(input.FKP) || RegExp(/^tyblocks_ao(.*)/).test(input.FKP) || RegExp(/^tyblocks_ap(.*)/).test(input.FKP)) || "object" === typeof input.FKP && null !== input.FKP && _io0(input.FKP))) && (null !== input.FJD && (undefined === input.FJD || "string" === typeof input.FJD && (RegExp(/^keeta_am(.*)/).test(input.FJD) || RegExp(/^keeta_an(.*)/).test(input.FJD) || RegExp(/^keeta_ao(.*)/).test(input.FJD) || RegExp(/^keeta_ap(.*)/).test(input.FJD) || RegExp(/^tyblocks_am(.*)/).test(input.FJD) || RegExp(/^tyblocks_an(.*)/).test(input.FJD) || RegExp(/^tyblocks_ao(.*)/).test(input.FJD) || RegExp(/^tyblocks_ap(.*)/).test(input.FJD)) || "object" === typeof input.FJD && null !== input.FJD && _io0(input.FJD))) && (null !== input.XPF && (undefined === input.XPF || "string" === typeof input.XPF && (RegExp(/^keeta_am(.*)/).test(input.XPF) || RegExp(/^keeta_an(.*)/).test(input.XPF) || RegExp(/^keeta_ao(.*)/).test(input.XPF) || RegExp(/^keeta_ap(.*)/).test(input.XPF) || RegExp(/^tyblocks_am(.*)/).test(input.XPF) || RegExp(/^tyblocks_an(.*)/).test(input.XPF) || RegExp(/^tyblocks_ao(.*)/).test(input.XPF) || RegExp(/^tyblocks_ap(.*)/).test(input.XPF)) || "object" === typeof input.XPF && null !== input.XPF && _io0(input.XPF))) && (null !== input.GMD && (undefined === input.GMD || "string" === typeof input.GMD && (RegExp(/^keeta_am(.*)/).test(input.GMD) || RegExp(/^keeta_an(.*)/).test(input.GMD) || RegExp(/^keeta_ao(.*)/).test(input.GMD) || RegExp(/^keeta_ap(.*)/).test(input.GMD) || RegExp(/^tyblocks_am(.*)/).test(input.GMD) || RegExp(/^tyblocks_an(.*)/).test(input.GMD) || RegExp(/^tyblocks_ao(.*)/).test(input.GMD) || RegExp(/^tyblocks_ap(.*)/).test(input.GMD)) || "object" === typeof input.GMD && null !== input.GMD && _io0(input.GMD))) && (null !== input.GEL && (undefined === input.GEL || "string" === typeof input.GEL && (RegExp(/^keeta_am(.*)/).test(input.GEL) || RegExp(/^keeta_an(.*)/).test(input.GEL) || RegExp(/^keeta_ao(.*)/).test(input.GEL) || RegExp(/^keeta_ap(.*)/).test(input.GEL) || RegExp(/^tyblocks_am(.*)/).test(input.GEL) || RegExp(/^tyblocks_an(.*)/).test(input.GEL) || RegExp(/^tyblocks_ao(.*)/).test(input.GEL) || RegExp(/^tyblocks_ap(.*)/).test(input.GEL)) || "object" === typeof input.GEL && null !== input.GEL && _io0(input.GEL))) && (null !== input.GHS && (undefined === input.GHS || "string" === typeof input.GHS && (RegExp(/^keeta_am(.*)/).test(input.GHS) || RegExp(/^keeta_an(.*)/).test(input.GHS) || RegExp(/^keeta_ao(.*)/).test(input.GHS) || RegExp(/^keeta_ap(.*)/).test(input.GHS) || RegExp(/^tyblocks_am(.*)/).test(input.GHS) || RegExp(/^tyblocks_an(.*)/).test(input.GHS) || RegExp(/^tyblocks_ao(.*)/).test(input.GHS) || RegExp(/^tyblocks_ap(.*)/).test(input.GHS)) || "object" === typeof input.GHS && null !== input.GHS && _io0(input.GHS))) && (null !== input.GIP && (undefined === input.GIP || "string" === typeof input.GIP && (RegExp(/^keeta_am(.*)/).test(input.GIP) || RegExp(/^keeta_an(.*)/).test(input.GIP) || RegExp(/^keeta_ao(.*)/).test(input.GIP) || RegExp(/^keeta_ap(.*)/).test(input.GIP) || RegExp(/^tyblocks_am(.*)/).test(input.GIP) || RegExp(/^tyblocks_an(.*)/).test(input.GIP) || RegExp(/^tyblocks_ao(.*)/).test(input.GIP) || RegExp(/^tyblocks_ap(.*)/).test(input.GIP)) || "object" === typeof input.GIP && null !== input.GIP && _io0(input.GIP))) && (null !== input.GTQ && (undefined === input.GTQ || "string" === typeof input.GTQ && (RegExp(/^keeta_am(.*)/).test(input.GTQ) || RegExp(/^keeta_an(.*)/).test(input.GTQ) || RegExp(/^keeta_ao(.*)/).test(input.GTQ) || RegExp(/^keeta_ap(.*)/).test(input.GTQ) || RegExp(/^tyblocks_am(.*)/).test(input.GTQ) || RegExp(/^tyblocks_an(.*)/).test(input.GTQ) || RegExp(/^tyblocks_ao(.*)/).test(input.GTQ) || RegExp(/^tyblocks_ap(.*)/).test(input.GTQ)) || "object" === typeof input.GTQ && null !== input.GTQ && _io0(input.GTQ))) && (null !== input.GBP && (undefined === input.GBP || "string" === typeof input.GBP && (RegExp(/^keeta_am(.*)/).test(input.GBP) || RegExp(/^keeta_an(.*)/).test(input.GBP) || RegExp(/^keeta_ao(.*)/).test(input.GBP) || RegExp(/^keeta_ap(.*)/).test(input.GBP) || RegExp(/^tyblocks_am(.*)/).test(input.GBP) || RegExp(/^tyblocks_an(.*)/).test(input.GBP) || RegExp(/^tyblocks_ao(.*)/).test(input.GBP) || RegExp(/^tyblocks_ap(.*)/).test(input.GBP)) || "object" === typeof input.GBP && null !== input.GBP && _io0(input.GBP))) && (null !== input.GNF && (undefined === input.GNF || "string" === typeof input.GNF && (RegExp(/^keeta_am(.*)/).test(input.GNF) || RegExp(/^keeta_an(.*)/).test(input.GNF) || RegExp(/^keeta_ao(.*)/).test(input.GNF) || RegExp(/^keeta_ap(.*)/).test(input.GNF) || RegExp(/^tyblocks_am(.*)/).test(input.GNF) || RegExp(/^tyblocks_an(.*)/).test(input.GNF) || RegExp(/^tyblocks_ao(.*)/).test(input.GNF) || RegExp(/^tyblocks_ap(.*)/).test(input.GNF)) || "object" === typeof input.GNF && null !== input.GNF && _io0(input.GNF))) && (null !== input.GYD && (undefined === input.GYD || "string" === typeof input.GYD && (RegExp(/^keeta_am(.*)/).test(input.GYD) || RegExp(/^keeta_an(.*)/).test(input.GYD) || RegExp(/^keeta_ao(.*)/).test(input.GYD) || RegExp(/^keeta_ap(.*)/).test(input.GYD) || RegExp(/^tyblocks_am(.*)/).test(input.GYD) || RegExp(/^tyblocks_an(.*)/).test(input.GYD) || RegExp(/^tyblocks_ao(.*)/).test(input.GYD) || RegExp(/^tyblocks_ap(.*)/).test(input.GYD)) || "object" === typeof input.GYD && null !== input.GYD && _io0(input.GYD))) && (null !== input.HTG && (undefined === input.HTG || "string" === typeof input.HTG && (RegExp(/^keeta_am(.*)/).test(input.HTG) || RegExp(/^keeta_an(.*)/).test(input.HTG) || RegExp(/^keeta_ao(.*)/).test(input.HTG) || RegExp(/^keeta_ap(.*)/).test(input.HTG) || RegExp(/^tyblocks_am(.*)/).test(input.HTG) || RegExp(/^tyblocks_an(.*)/).test(input.HTG) || RegExp(/^tyblocks_ao(.*)/).test(input.HTG) || RegExp(/^tyblocks_ap(.*)/).test(input.HTG)) || "object" === typeof input.HTG && null !== input.HTG && _io0(input.HTG))) && (null !== input.HNL && (undefined === input.HNL || "string" === typeof input.HNL && (RegExp(/^keeta_am(.*)/).test(input.HNL) || RegExp(/^keeta_an(.*)/).test(input.HNL) || RegExp(/^keeta_ao(.*)/).test(input.HNL) || RegExp(/^keeta_ap(.*)/).test(input.HNL) || RegExp(/^tyblocks_am(.*)/).test(input.HNL) || RegExp(/^tyblocks_an(.*)/).test(input.HNL) || RegExp(/^tyblocks_ao(.*)/).test(input.HNL) || RegExp(/^tyblocks_ap(.*)/).test(input.HNL)) || "object" === typeof input.HNL && null !== input.HNL && _io0(input.HNL))) && (null !== input.HKD && (undefined === input.HKD || "string" === typeof input.HKD && (RegExp(/^keeta_am(.*)/).test(input.HKD) || RegExp(/^keeta_an(.*)/).test(input.HKD) || RegExp(/^keeta_ao(.*)/).test(input.HKD) || RegExp(/^keeta_ap(.*)/).test(input.HKD) || RegExp(/^tyblocks_am(.*)/).test(input.HKD) || RegExp(/^tyblocks_an(.*)/).test(input.HKD) || RegExp(/^tyblocks_ao(.*)/).test(input.HKD) || RegExp(/^tyblocks_ap(.*)/).test(input.HKD)) || "object" === typeof input.HKD && null !== input.HKD && _io0(input.HKD))) && (null !== input.HUF && (undefined === input.HUF || "string" === typeof input.HUF && (RegExp(/^keeta_am(.*)/).test(input.HUF) || RegExp(/^keeta_an(.*)/).test(input.HUF) || RegExp(/^keeta_ao(.*)/).test(input.HUF) || RegExp(/^keeta_ap(.*)/).test(input.HUF) || RegExp(/^tyblocks_am(.*)/).test(input.HUF) || RegExp(/^tyblocks_an(.*)/).test(input.HUF) || RegExp(/^tyblocks_ao(.*)/).test(input.HUF) || RegExp(/^tyblocks_ap(.*)/).test(input.HUF)) || "object" === typeof input.HUF && null !== input.HUF && _io0(input.HUF))) && (null !== input.ISK && (undefined === input.ISK || "string" === typeof input.ISK && (RegExp(/^keeta_am(.*)/).test(input.ISK) || RegExp(/^keeta_an(.*)/).test(input.ISK) || RegExp(/^keeta_ao(.*)/).test(input.ISK) || RegExp(/^keeta_ap(.*)/).test(input.ISK) || RegExp(/^tyblocks_am(.*)/).test(input.ISK) || RegExp(/^tyblocks_an(.*)/).test(input.ISK) || RegExp(/^tyblocks_ao(.*)/).test(input.ISK) || RegExp(/^tyblocks_ap(.*)/).test(input.ISK)) || "object" === typeof input.ISK && null !== input.ISK && _io0(input.ISK))) && (null !== input.IDR && (undefined === input.IDR || "string" === typeof input.IDR && (RegExp(/^keeta_am(.*)/).test(input.IDR) || RegExp(/^keeta_an(.*)/).test(input.IDR) || RegExp(/^keeta_ao(.*)/).test(input.IDR) || RegExp(/^keeta_ap(.*)/).test(input.IDR) || RegExp(/^tyblocks_am(.*)/).test(input.IDR) || RegExp(/^tyblocks_an(.*)/).test(input.IDR) || RegExp(/^tyblocks_ao(.*)/).test(input.IDR) || RegExp(/^tyblocks_ap(.*)/).test(input.IDR)) || "object" === typeof input.IDR && null !== input.IDR && _io0(input.IDR))) && (null !== input.IRR && (undefined === input.IRR || "string" === typeof input.IRR && (RegExp(/^keeta_am(.*)/).test(input.IRR) || RegExp(/^keeta_an(.*)/).test(input.IRR) || RegExp(/^keeta_ao(.*)/).test(input.IRR) || RegExp(/^keeta_ap(.*)/).test(input.IRR) || RegExp(/^tyblocks_am(.*)/).test(input.IRR) || RegExp(/^tyblocks_an(.*)/).test(input.IRR) || RegExp(/^tyblocks_ao(.*)/).test(input.IRR) || RegExp(/^tyblocks_ap(.*)/).test(input.IRR)) || "object" === typeof input.IRR && null !== input.IRR && _io0(input.IRR))) && (null !== input.IQD && (undefined === input.IQD || "string" === typeof input.IQD && (RegExp(/^keeta_am(.*)/).test(input.IQD) || RegExp(/^keeta_an(.*)/).test(input.IQD) || RegExp(/^keeta_ao(.*)/).test(input.IQD) || RegExp(/^keeta_ap(.*)/).test(input.IQD) || RegExp(/^tyblocks_am(.*)/).test(input.IQD) || RegExp(/^tyblocks_an(.*)/).test(input.IQD) || RegExp(/^tyblocks_ao(.*)/).test(input.IQD) || RegExp(/^tyblocks_ap(.*)/).test(input.IQD)) || "object" === typeof input.IQD && null !== input.IQD && _io0(input.IQD))) && (null !== input.ILS && (undefined === input.ILS || "string" === typeof input.ILS && (RegExp(/^keeta_am(.*)/).test(input.ILS) || RegExp(/^keeta_an(.*)/).test(input.ILS) || RegExp(/^keeta_ao(.*)/).test(input.ILS) || RegExp(/^keeta_ap(.*)/).test(input.ILS) || RegExp(/^tyblocks_am(.*)/).test(input.ILS) || RegExp(/^tyblocks_an(.*)/).test(input.ILS) || RegExp(/^tyblocks_ao(.*)/).test(input.ILS) || RegExp(/^tyblocks_ap(.*)/).test(input.ILS)) || "object" === typeof input.ILS && null !== input.ILS && _io0(input.ILS))) && (null !== input.JMD && (undefined === input.JMD || "string" === typeof input.JMD && (RegExp(/^keeta_am(.*)/).test(input.JMD) || RegExp(/^keeta_an(.*)/).test(input.JMD) || RegExp(/^keeta_ao(.*)/).test(input.JMD) || RegExp(/^keeta_ap(.*)/).test(input.JMD) || RegExp(/^tyblocks_am(.*)/).test(input.JMD) || RegExp(/^tyblocks_an(.*)/).test(input.JMD) || RegExp(/^tyblocks_ao(.*)/).test(input.JMD) || RegExp(/^tyblocks_ap(.*)/).test(input.JMD)) || "object" === typeof input.JMD && null !== input.JMD && _io0(input.JMD))) && (null !== input.JPY && (undefined === input.JPY || "string" === typeof input.JPY && (RegExp(/^keeta_am(.*)/).test(input.JPY) || RegExp(/^keeta_an(.*)/).test(input.JPY) || RegExp(/^keeta_ao(.*)/).test(input.JPY) || RegExp(/^keeta_ap(.*)/).test(input.JPY) || RegExp(/^tyblocks_am(.*)/).test(input.JPY) || RegExp(/^tyblocks_an(.*)/).test(input.JPY) || RegExp(/^tyblocks_ao(.*)/).test(input.JPY) || RegExp(/^tyblocks_ap(.*)/).test(input.JPY)) || "object" === typeof input.JPY && null !== input.JPY && _io0(input.JPY))) && (null !== input.JOD && (undefined === input.JOD || "string" === typeof input.JOD && (RegExp(/^keeta_am(.*)/).test(input.JOD) || RegExp(/^keeta_an(.*)/).test(input.JOD) || RegExp(/^keeta_ao(.*)/).test(input.JOD) || RegExp(/^keeta_ap(.*)/).test(input.JOD) || RegExp(/^tyblocks_am(.*)/).test(input.JOD) || RegExp(/^tyblocks_an(.*)/).test(input.JOD) || RegExp(/^tyblocks_ao(.*)/).test(input.JOD) || RegExp(/^tyblocks_ap(.*)/).test(input.JOD)) || "object" === typeof input.JOD && null !== input.JOD && _io0(input.JOD))) && (null !== input.KZT && (undefined === input.KZT || "string" === typeof input.KZT && (RegExp(/^keeta_am(.*)/).test(input.KZT) || RegExp(/^keeta_an(.*)/).test(input.KZT) || RegExp(/^keeta_ao(.*)/).test(input.KZT) || RegExp(/^keeta_ap(.*)/).test(input.KZT) || RegExp(/^tyblocks_am(.*)/).test(input.KZT) || RegExp(/^tyblocks_an(.*)/).test(input.KZT) || RegExp(/^tyblocks_ao(.*)/).test(input.KZT) || RegExp(/^tyblocks_ap(.*)/).test(input.KZT)) || "object" === typeof input.KZT && null !== input.KZT && _io0(input.KZT))) && (null !== input.KES && (undefined === input.KES || "string" === typeof input.KES && (RegExp(/^keeta_am(.*)/).test(input.KES) || RegExp(/^keeta_an(.*)/).test(input.KES) || RegExp(/^keeta_ao(.*)/).test(input.KES) || RegExp(/^keeta_ap(.*)/).test(input.KES) || RegExp(/^tyblocks_am(.*)/).test(input.KES) || RegExp(/^tyblocks_an(.*)/).test(input.KES) || RegExp(/^tyblocks_ao(.*)/).test(input.KES) || RegExp(/^tyblocks_ap(.*)/).test(input.KES)) || "object" === typeof input.KES && null !== input.KES && _io0(input.KES))) && (null !== input.KPW && (undefined === input.KPW || "string" === typeof input.KPW && (RegExp(/^keeta_am(.*)/).test(input.KPW) || RegExp(/^keeta_an(.*)/).test(input.KPW) || RegExp(/^keeta_ao(.*)/).test(input.KPW) || RegExp(/^keeta_ap(.*)/).test(input.KPW) || RegExp(/^tyblocks_am(.*)/).test(input.KPW) || RegExp(/^tyblocks_an(.*)/).test(input.KPW) || RegExp(/^tyblocks_ao(.*)/).test(input.KPW) || RegExp(/^tyblocks_ap(.*)/).test(input.KPW)) || "object" === typeof input.KPW && null !== input.KPW && _io0(input.KPW))) && (null !== input.KRW && (undefined === input.KRW || "string" === typeof input.KRW && (RegExp(/^keeta_am(.*)/).test(input.KRW) || RegExp(/^keeta_an(.*)/).test(input.KRW) || RegExp(/^keeta_ao(.*)/).test(input.KRW) || RegExp(/^keeta_ap(.*)/).test(input.KRW) || RegExp(/^tyblocks_am(.*)/).test(input.KRW) || RegExp(/^tyblocks_an(.*)/).test(input.KRW) || RegExp(/^tyblocks_ao(.*)/).test(input.KRW) || RegExp(/^tyblocks_ap(.*)/).test(input.KRW)) || "object" === typeof input.KRW && null !== input.KRW && _io0(input.KRW))) && (null !== input.KWD && (undefined === input.KWD || "string" === typeof input.KWD && (RegExp(/^keeta_am(.*)/).test(input.KWD) || RegExp(/^keeta_an(.*)/).test(input.KWD) || RegExp(/^keeta_ao(.*)/).test(input.KWD) || RegExp(/^keeta_ap(.*)/).test(input.KWD) || RegExp(/^tyblocks_am(.*)/).test(input.KWD) || RegExp(/^tyblocks_an(.*)/).test(input.KWD) || RegExp(/^tyblocks_ao(.*)/).test(input.KWD) || RegExp(/^tyblocks_ap(.*)/).test(input.KWD)) || "object" === typeof input.KWD && null !== input.KWD && _io0(input.KWD))) && (null !== input.KGS && (undefined === input.KGS || "string" === typeof input.KGS && (RegExp(/^keeta_am(.*)/).test(input.KGS) || RegExp(/^keeta_an(.*)/).test(input.KGS) || RegExp(/^keeta_ao(.*)/).test(input.KGS) || RegExp(/^keeta_ap(.*)/).test(input.KGS) || RegExp(/^tyblocks_am(.*)/).test(input.KGS) || RegExp(/^tyblocks_an(.*)/).test(input.KGS) || RegExp(/^tyblocks_ao(.*)/).test(input.KGS) || RegExp(/^tyblocks_ap(.*)/).test(input.KGS)) || "object" === typeof input.KGS && null !== input.KGS && _io0(input.KGS))) && (null !== input.LAK && (undefined === input.LAK || "string" === typeof input.LAK && (RegExp(/^keeta_am(.*)/).test(input.LAK) || RegExp(/^keeta_an(.*)/).test(input.LAK) || RegExp(/^keeta_ao(.*)/).test(input.LAK) || RegExp(/^keeta_ap(.*)/).test(input.LAK) || RegExp(/^tyblocks_am(.*)/).test(input.LAK) || RegExp(/^tyblocks_an(.*)/).test(input.LAK) || RegExp(/^tyblocks_ao(.*)/).test(input.LAK) || RegExp(/^tyblocks_ap(.*)/).test(input.LAK)) || "object" === typeof input.LAK && null !== input.LAK && _io0(input.LAK))) && (null !== input.LBP && (undefined === input.LBP || "string" === typeof input.LBP && (RegExp(/^keeta_am(.*)/).test(input.LBP) || RegExp(/^keeta_an(.*)/).test(input.LBP) || RegExp(/^keeta_ao(.*)/).test(input.LBP) || RegExp(/^keeta_ap(.*)/).test(input.LBP) || RegExp(/^tyblocks_am(.*)/).test(input.LBP) || RegExp(/^tyblocks_an(.*)/).test(input.LBP) || RegExp(/^tyblocks_ao(.*)/).test(input.LBP) || RegExp(/^tyblocks_ap(.*)/).test(input.LBP)) || "object" === typeof input.LBP && null !== input.LBP && _io0(input.LBP))) && (null !== input.LSL && (undefined === input.LSL || "string" === typeof input.LSL && (RegExp(/^keeta_am(.*)/).test(input.LSL) || RegExp(/^keeta_an(.*)/).test(input.LSL) || RegExp(/^keeta_ao(.*)/).test(input.LSL) || RegExp(/^keeta_ap(.*)/).test(input.LSL) || RegExp(/^tyblocks_am(.*)/).test(input.LSL) || RegExp(/^tyblocks_an(.*)/).test(input.LSL) || RegExp(/^tyblocks_ao(.*)/).test(input.LSL) || RegExp(/^tyblocks_ap(.*)/).test(input.LSL)) || "object" === typeof input.LSL && null !== input.LSL && _io0(input.LSL))) && (null !== input.ZAR && (undefined === input.ZAR || "string" === typeof input.ZAR && (RegExp(/^keeta_am(.*)/).test(input.ZAR) || RegExp(/^keeta_an(.*)/).test(input.ZAR) || RegExp(/^keeta_ao(.*)/).test(input.ZAR) || RegExp(/^keeta_ap(.*)/).test(input.ZAR) || RegExp(/^tyblocks_am(.*)/).test(input.ZAR) || RegExp(/^tyblocks_an(.*)/).test(input.ZAR) || RegExp(/^tyblocks_ao(.*)/).test(input.ZAR) || RegExp(/^tyblocks_ap(.*)/).test(input.ZAR)) || "object" === typeof input.ZAR && null !== input.ZAR && _io0(input.ZAR))) && (null !== input.LRD && (undefined === input.LRD || "string" === typeof input.LRD && (RegExp(/^keeta_am(.*)/).test(input.LRD) || RegExp(/^keeta_an(.*)/).test(input.LRD) || RegExp(/^keeta_ao(.*)/).test(input.LRD) || RegExp(/^keeta_ap(.*)/).test(input.LRD) || RegExp(/^tyblocks_am(.*)/).test(input.LRD) || RegExp(/^tyblocks_an(.*)/).test(input.LRD) || RegExp(/^tyblocks_ao(.*)/).test(input.LRD) || RegExp(/^tyblocks_ap(.*)/).test(input.LRD)) || "object" === typeof input.LRD && null !== input.LRD && _io0(input.LRD))) && (null !== input.LYD && (undefined === input.LYD || "string" === typeof input.LYD && (RegExp(/^keeta_am(.*)/).test(input.LYD) || RegExp(/^keeta_an(.*)/).test(input.LYD) || RegExp(/^keeta_ao(.*)/).test(input.LYD) || RegExp(/^keeta_ap(.*)/).test(input.LYD) || RegExp(/^tyblocks_am(.*)/).test(input.LYD) || RegExp(/^tyblocks_an(.*)/).test(input.LYD) || RegExp(/^tyblocks_ao(.*)/).test(input.LYD) || RegExp(/^tyblocks_ap(.*)/).test(input.LYD)) || "object" === typeof input.LYD && null !== input.LYD && _io0(input.LYD))) && (null !== input.CHF && (undefined === input.CHF || "string" === typeof input.CHF && (RegExp(/^keeta_am(.*)/).test(input.CHF) || RegExp(/^keeta_an(.*)/).test(input.CHF) || RegExp(/^keeta_ao(.*)/).test(input.CHF) || RegExp(/^keeta_ap(.*)/).test(input.CHF) || RegExp(/^tyblocks_am(.*)/).test(input.CHF) || RegExp(/^tyblocks_an(.*)/).test(input.CHF) || RegExp(/^tyblocks_ao(.*)/).test(input.CHF) || RegExp(/^tyblocks_ap(.*)/).test(input.CHF)) || "object" === typeof input.CHF && null !== input.CHF && _io0(input.CHF))) && (null !== input.MOP && (undefined === input.MOP || "string" === typeof input.MOP && (RegExp(/^keeta_am(.*)/).test(input.MOP) || RegExp(/^keeta_an(.*)/).test(input.MOP) || RegExp(/^keeta_ao(.*)/).test(input.MOP) || RegExp(/^keeta_ap(.*)/).test(input.MOP) || RegExp(/^tyblocks_am(.*)/).test(input.MOP) || RegExp(/^tyblocks_an(.*)/).test(input.MOP) || RegExp(/^tyblocks_ao(.*)/).test(input.MOP) || RegExp(/^tyblocks_ap(.*)/).test(input.MOP)) || "object" === typeof input.MOP && null !== input.MOP && _io0(input.MOP))) && (null !== input.MKD && (undefined === input.MKD || "string" === typeof input.MKD && (RegExp(/^keeta_am(.*)/).test(input.MKD) || RegExp(/^keeta_an(.*)/).test(input.MKD) || RegExp(/^keeta_ao(.*)/).test(input.MKD) || RegExp(/^keeta_ap(.*)/).test(input.MKD) || RegExp(/^tyblocks_am(.*)/).test(input.MKD) || RegExp(/^tyblocks_an(.*)/).test(input.MKD) || RegExp(/^tyblocks_ao(.*)/).test(input.MKD) || RegExp(/^tyblocks_ap(.*)/).test(input.MKD)) || "object" === typeof input.MKD && null !== input.MKD && _io0(input.MKD))) && (null !== input.MGA && (undefined === input.MGA || "string" === typeof input.MGA && (RegExp(/^keeta_am(.*)/).test(input.MGA) || RegExp(/^keeta_an(.*)/).test(input.MGA) || RegExp(/^keeta_ao(.*)/).test(input.MGA) || RegExp(/^keeta_ap(.*)/).test(input.MGA) || RegExp(/^tyblocks_am(.*)/).test(input.MGA) || RegExp(/^tyblocks_an(.*)/).test(input.MGA) || RegExp(/^tyblocks_ao(.*)/).test(input.MGA) || RegExp(/^tyblocks_ap(.*)/).test(input.MGA)) || "object" === typeof input.MGA && null !== input.MGA && _io0(input.MGA))) && (null !== input.MWK && (undefined === input.MWK || "string" === typeof input.MWK && (RegExp(/^keeta_am(.*)/).test(input.MWK) || RegExp(/^keeta_an(.*)/).test(input.MWK) || RegExp(/^keeta_ao(.*)/).test(input.MWK) || RegExp(/^keeta_ap(.*)/).test(input.MWK) || RegExp(/^tyblocks_am(.*)/).test(input.MWK) || RegExp(/^tyblocks_an(.*)/).test(input.MWK) || RegExp(/^tyblocks_ao(.*)/).test(input.MWK) || RegExp(/^tyblocks_ap(.*)/).test(input.MWK)) || "object" === typeof input.MWK && null !== input.MWK && _io0(input.MWK))) && (null !== input.MYR && (undefined === input.MYR || "string" === typeof input.MYR && (RegExp(/^keeta_am(.*)/).test(input.MYR) || RegExp(/^keeta_an(.*)/).test(input.MYR) || RegExp(/^keeta_ao(.*)/).test(input.MYR) || RegExp(/^keeta_ap(.*)/).test(input.MYR) || RegExp(/^tyblocks_am(.*)/).test(input.MYR) || RegExp(/^tyblocks_an(.*)/).test(input.MYR) || RegExp(/^tyblocks_ao(.*)/).test(input.MYR) || RegExp(/^tyblocks_ap(.*)/).test(input.MYR)) || "object" === typeof input.MYR && null !== input.MYR && _io0(input.MYR))) && (null !== input.MVR && (undefined === input.MVR || "string" === typeof input.MVR && (RegExp(/^keeta_am(.*)/).test(input.MVR) || RegExp(/^keeta_an(.*)/).test(input.MVR) || RegExp(/^keeta_ao(.*)/).test(input.MVR) || RegExp(/^keeta_ap(.*)/).test(input.MVR) || RegExp(/^tyblocks_am(.*)/).test(input.MVR) || RegExp(/^tyblocks_an(.*)/).test(input.MVR) || RegExp(/^tyblocks_ao(.*)/).test(input.MVR) || RegExp(/^tyblocks_ap(.*)/).test(input.MVR)) || "object" === typeof input.MVR && null !== input.MVR && _io0(input.MVR))) && (null !== input.MRU && (undefined === input.MRU || "string" === typeof input.MRU && (RegExp(/^keeta_am(.*)/).test(input.MRU) || RegExp(/^keeta_an(.*)/).test(input.MRU) || RegExp(/^keeta_ao(.*)/).test(input.MRU) || RegExp(/^keeta_ap(.*)/).test(input.MRU) || RegExp(/^tyblocks_am(.*)/).test(input.MRU) || RegExp(/^tyblocks_an(.*)/).test(input.MRU) || RegExp(/^tyblocks_ao(.*)/).test(input.MRU) || RegExp(/^tyblocks_ap(.*)/).test(input.MRU)) || "object" === typeof input.MRU && null !== input.MRU && _io0(input.MRU))) && (null !== input.MUR && (undefined === input.MUR || "string" === typeof input.MUR && (RegExp(/^keeta_am(.*)/).test(input.MUR) || RegExp(/^keeta_an(.*)/).test(input.MUR) || RegExp(/^keeta_ao(.*)/).test(input.MUR) || RegExp(/^keeta_ap(.*)/).test(input.MUR) || RegExp(/^tyblocks_am(.*)/).test(input.MUR) || RegExp(/^tyblocks_an(.*)/).test(input.MUR) || RegExp(/^tyblocks_ao(.*)/).test(input.MUR) || RegExp(/^tyblocks_ap(.*)/).test(input.MUR)) || "object" === typeof input.MUR && null !== input.MUR && _io0(input.MUR))) && (null !== input.MXN && (undefined === input.MXN || "string" === typeof input.MXN && (RegExp(/^keeta_am(.*)/).test(input.MXN) || RegExp(/^keeta_an(.*)/).test(input.MXN) || RegExp(/^keeta_ao(.*)/).test(input.MXN) || RegExp(/^keeta_ap(.*)/).test(input.MXN) || RegExp(/^tyblocks_am(.*)/).test(input.MXN) || RegExp(/^tyblocks_an(.*)/).test(input.MXN) || RegExp(/^tyblocks_ao(.*)/).test(input.MXN) || RegExp(/^tyblocks_ap(.*)/).test(input.MXN)) || "object" === typeof input.MXN && null !== input.MXN && _io0(input.MXN))) && (null !== input.MXV && (undefined === input.MXV || "string" === typeof input.MXV && (RegExp(/^keeta_am(.*)/).test(input.MXV) || RegExp(/^keeta_an(.*)/).test(input.MXV) || RegExp(/^keeta_ao(.*)/).test(input.MXV) || RegExp(/^keeta_ap(.*)/).test(input.MXV) || RegExp(/^tyblocks_am(.*)/).test(input.MXV) || RegExp(/^tyblocks_an(.*)/).test(input.MXV) || RegExp(/^tyblocks_ao(.*)/).test(input.MXV) || RegExp(/^tyblocks_ap(.*)/).test(input.MXV)) || "object" === typeof input.MXV && null !== input.MXV && _io0(input.MXV))) && (null !== input.MDL && (undefined === input.MDL || "string" === typeof input.MDL && (RegExp(/^keeta_am(.*)/).test(input.MDL) || RegExp(/^keeta_an(.*)/).test(input.MDL) || RegExp(/^keeta_ao(.*)/).test(input.MDL) || RegExp(/^keeta_ap(.*)/).test(input.MDL) || RegExp(/^tyblocks_am(.*)/).test(input.MDL) || RegExp(/^tyblocks_an(.*)/).test(input.MDL) || RegExp(/^tyblocks_ao(.*)/).test(input.MDL) || RegExp(/^tyblocks_ap(.*)/).test(input.MDL)) || "object" === typeof input.MDL && null !== input.MDL && _io0(input.MDL))) && (null !== input.MNT && (undefined === input.MNT || "string" === typeof input.MNT && (RegExp(/^keeta_am(.*)/).test(input.MNT) || RegExp(/^keeta_an(.*)/).test(input.MNT) || RegExp(/^keeta_ao(.*)/).test(input.MNT) || RegExp(/^keeta_ap(.*)/).test(input.MNT) || RegExp(/^tyblocks_am(.*)/).test(input.MNT) || RegExp(/^tyblocks_an(.*)/).test(input.MNT) || RegExp(/^tyblocks_ao(.*)/).test(input.MNT) || RegExp(/^tyblocks_ap(.*)/).test(input.MNT)) || "object" === typeof input.MNT && null !== input.MNT && _io0(input.MNT))) && (null !== input.MAD && (undefined === input.MAD || "string" === typeof input.MAD && (RegExp(/^keeta_am(.*)/).test(input.MAD) || RegExp(/^keeta_an(.*)/).test(input.MAD) || RegExp(/^keeta_ao(.*)/).test(input.MAD) || RegExp(/^keeta_ap(.*)/).test(input.MAD) || RegExp(/^tyblocks_am(.*)/).test(input.MAD) || RegExp(/^tyblocks_an(.*)/).test(input.MAD) || RegExp(/^tyblocks_ao(.*)/).test(input.MAD) || RegExp(/^tyblocks_ap(.*)/).test(input.MAD)) || "object" === typeof input.MAD && null !== input.MAD && _io0(input.MAD))) && (null !== input.MZN && (undefined === input.MZN || "string" === typeof input.MZN && (RegExp(/^keeta_am(.*)/).test(input.MZN) || RegExp(/^keeta_an(.*)/).test(input.MZN) || RegExp(/^keeta_ao(.*)/).test(input.MZN) || RegExp(/^keeta_ap(.*)/).test(input.MZN) || RegExp(/^tyblocks_am(.*)/).test(input.MZN) || RegExp(/^tyblocks_an(.*)/).test(input.MZN) || RegExp(/^tyblocks_ao(.*)/).test(input.MZN) || RegExp(/^tyblocks_ap(.*)/).test(input.MZN)) || "object" === typeof input.MZN && null !== input.MZN && _io0(input.MZN))) && (null !== input.MMK && (undefined === input.MMK || "string" === typeof input.MMK && (RegExp(/^keeta_am(.*)/).test(input.MMK) || RegExp(/^keeta_an(.*)/).test(input.MMK) || RegExp(/^keeta_ao(.*)/).test(input.MMK) || RegExp(/^keeta_ap(.*)/).test(input.MMK) || RegExp(/^tyblocks_am(.*)/).test(input.MMK) || RegExp(/^tyblocks_an(.*)/).test(input.MMK) || RegExp(/^tyblocks_ao(.*)/).test(input.MMK) || RegExp(/^tyblocks_ap(.*)/).test(input.MMK)) || "object" === typeof input.MMK && null !== input.MMK && _io0(input.MMK))) && (null !== input.NAD && (undefined === input.NAD || "string" === typeof input.NAD && (RegExp(/^keeta_am(.*)/).test(input.NAD) || RegExp(/^keeta_an(.*)/).test(input.NAD) || RegExp(/^keeta_ao(.*)/).test(input.NAD) || RegExp(/^keeta_ap(.*)/).test(input.NAD) || RegExp(/^tyblocks_am(.*)/).test(input.NAD) || RegExp(/^tyblocks_an(.*)/).test(input.NAD) || RegExp(/^tyblocks_ao(.*)/).test(input.NAD) || RegExp(/^tyblocks_ap(.*)/).test(input.NAD)) || "object" === typeof input.NAD && null !== input.NAD && _io0(input.NAD))) && (null !== input.NPR && (undefined === input.NPR || "string" === typeof input.NPR && (RegExp(/^keeta_am(.*)/).test(input.NPR) || RegExp(/^keeta_an(.*)/).test(input.NPR) || RegExp(/^keeta_ao(.*)/).test(input.NPR) || RegExp(/^keeta_ap(.*)/).test(input.NPR) || RegExp(/^tyblocks_am(.*)/).test(input.NPR) || RegExp(/^tyblocks_an(.*)/).test(input.NPR) || RegExp(/^tyblocks_ao(.*)/).test(input.NPR) || RegExp(/^tyblocks_ap(.*)/).test(input.NPR)) || "object" === typeof input.NPR && null !== input.NPR && _io0(input.NPR))) && (null !== input.NIO && (undefined === input.NIO || "string" === typeof input.NIO && (RegExp(/^keeta_am(.*)/).test(input.NIO) || RegExp(/^keeta_an(.*)/).test(input.NIO) || RegExp(/^keeta_ao(.*)/).test(input.NIO) || RegExp(/^keeta_ap(.*)/).test(input.NIO) || RegExp(/^tyblocks_am(.*)/).test(input.NIO) || RegExp(/^tyblocks_an(.*)/).test(input.NIO) || RegExp(/^tyblocks_ao(.*)/).test(input.NIO) || RegExp(/^tyblocks_ap(.*)/).test(input.NIO)) || "object" === typeof input.NIO && null !== input.NIO && _io0(input.NIO))) && (null !== input.NGN && (undefined === input.NGN || "string" === typeof input.NGN && (RegExp(/^keeta_am(.*)/).test(input.NGN) || RegExp(/^keeta_an(.*)/).test(input.NGN) || RegExp(/^keeta_ao(.*)/).test(input.NGN) || RegExp(/^keeta_ap(.*)/).test(input.NGN) || RegExp(/^tyblocks_am(.*)/).test(input.NGN) || RegExp(/^tyblocks_an(.*)/).test(input.NGN) || RegExp(/^tyblocks_ao(.*)/).test(input.NGN) || RegExp(/^tyblocks_ap(.*)/).test(input.NGN)) || "object" === typeof input.NGN && null !== input.NGN && _io0(input.NGN))) && (null !== input.OMR && (undefined === input.OMR || "string" === typeof input.OMR && (RegExp(/^keeta_am(.*)/).test(input.OMR) || RegExp(/^keeta_an(.*)/).test(input.OMR) || RegExp(/^keeta_ao(.*)/).test(input.OMR) || RegExp(/^keeta_ap(.*)/).test(input.OMR) || RegExp(/^tyblocks_am(.*)/).test(input.OMR) || RegExp(/^tyblocks_an(.*)/).test(input.OMR) || RegExp(/^tyblocks_ao(.*)/).test(input.OMR) || RegExp(/^tyblocks_ap(.*)/).test(input.OMR)) || "object" === typeof input.OMR && null !== input.OMR && _io0(input.OMR))) && (null !== input.PKR && (undefined === input.PKR || "string" === typeof input.PKR && (RegExp(/^keeta_am(.*)/).test(input.PKR) || RegExp(/^keeta_an(.*)/).test(input.PKR) || RegExp(/^keeta_ao(.*)/).test(input.PKR) || RegExp(/^keeta_ap(.*)/).test(input.PKR) || RegExp(/^tyblocks_am(.*)/).test(input.PKR) || RegExp(/^tyblocks_an(.*)/).test(input.PKR) || RegExp(/^tyblocks_ao(.*)/).test(input.PKR) || RegExp(/^tyblocks_ap(.*)/).test(input.PKR)) || "object" === typeof input.PKR && null !== input.PKR && _io0(input.PKR))) && (null !== input.PAB && (undefined === input.PAB || "string" === typeof input.PAB && (RegExp(/^keeta_am(.*)/).test(input.PAB) || RegExp(/^keeta_an(.*)/).test(input.PAB) || RegExp(/^keeta_ao(.*)/).test(input.PAB) || RegExp(/^keeta_ap(.*)/).test(input.PAB) || RegExp(/^tyblocks_am(.*)/).test(input.PAB) || RegExp(/^tyblocks_an(.*)/).test(input.PAB) || RegExp(/^tyblocks_ao(.*)/).test(input.PAB) || RegExp(/^tyblocks_ap(.*)/).test(input.PAB)) || "object" === typeof input.PAB && null !== input.PAB && _io0(input.PAB))) && (null !== input.PGK && (undefined === input.PGK || "string" === typeof input.PGK && (RegExp(/^keeta_am(.*)/).test(input.PGK) || RegExp(/^keeta_an(.*)/).test(input.PGK) || RegExp(/^keeta_ao(.*)/).test(input.PGK) || RegExp(/^keeta_ap(.*)/).test(input.PGK) || RegExp(/^tyblocks_am(.*)/).test(input.PGK) || RegExp(/^tyblocks_an(.*)/).test(input.PGK) || RegExp(/^tyblocks_ao(.*)/).test(input.PGK) || RegExp(/^tyblocks_ap(.*)/).test(input.PGK)) || "object" === typeof input.PGK && null !== input.PGK && _io0(input.PGK))) && (null !== input.PYG && (undefined === input.PYG || "string" === typeof input.PYG && (RegExp(/^keeta_am(.*)/).test(input.PYG) || RegExp(/^keeta_an(.*)/).test(input.PYG) || RegExp(/^keeta_ao(.*)/).test(input.PYG) || RegExp(/^keeta_ap(.*)/).test(input.PYG) || RegExp(/^tyblocks_am(.*)/).test(input.PYG) || RegExp(/^tyblocks_an(.*)/).test(input.PYG) || RegExp(/^tyblocks_ao(.*)/).test(input.PYG) || RegExp(/^tyblocks_ap(.*)/).test(input.PYG)) || "object" === typeof input.PYG && null !== input.PYG && _io0(input.PYG))) && (null !== input.PEN && (undefined === input.PEN || "string" === typeof input.PEN && (RegExp(/^keeta_am(.*)/).test(input.PEN) || RegExp(/^keeta_an(.*)/).test(input.PEN) || RegExp(/^keeta_ao(.*)/).test(input.PEN) || RegExp(/^keeta_ap(.*)/).test(input.PEN) || RegExp(/^tyblocks_am(.*)/).test(input.PEN) || RegExp(/^tyblocks_an(.*)/).test(input.PEN) || RegExp(/^tyblocks_ao(.*)/).test(input.PEN) || RegExp(/^tyblocks_ap(.*)/).test(input.PEN)) || "object" === typeof input.PEN && null !== input.PEN && _io0(input.PEN))) && (null !== input.PHP && (undefined === input.PHP || "string" === typeof input.PHP && (RegExp(/^keeta_am(.*)/).test(input.PHP) || RegExp(/^keeta_an(.*)/).test(input.PHP) || RegExp(/^keeta_ao(.*)/).test(input.PHP) || RegExp(/^keeta_ap(.*)/).test(input.PHP) || RegExp(/^tyblocks_am(.*)/).test(input.PHP) || RegExp(/^tyblocks_an(.*)/).test(input.PHP) || RegExp(/^tyblocks_ao(.*)/).test(input.PHP) || RegExp(/^tyblocks_ap(.*)/).test(input.PHP)) || "object" === typeof input.PHP && null !== input.PHP && _io0(input.PHP))) && (null !== input.PLN && (undefined === input.PLN || "string" === typeof input.PLN && (RegExp(/^keeta_am(.*)/).test(input.PLN) || RegExp(/^keeta_an(.*)/).test(input.PLN) || RegExp(/^keeta_ao(.*)/).test(input.PLN) || RegExp(/^keeta_ap(.*)/).test(input.PLN) || RegExp(/^tyblocks_am(.*)/).test(input.PLN) || RegExp(/^tyblocks_an(.*)/).test(input.PLN) || RegExp(/^tyblocks_ao(.*)/).test(input.PLN) || RegExp(/^tyblocks_ap(.*)/).test(input.PLN)) || "object" === typeof input.PLN && null !== input.PLN && _io0(input.PLN))) && (null !== input.QAR && (undefined === input.QAR || "string" === typeof input.QAR && (RegExp(/^keeta_am(.*)/).test(input.QAR) || RegExp(/^keeta_an(.*)/).test(input.QAR) || RegExp(/^keeta_ao(.*)/).test(input.QAR) || RegExp(/^keeta_ap(.*)/).test(input.QAR) || RegExp(/^tyblocks_am(.*)/).test(input.QAR) || RegExp(/^tyblocks_an(.*)/).test(input.QAR) || RegExp(/^tyblocks_ao(.*)/).test(input.QAR) || RegExp(/^tyblocks_ap(.*)/).test(input.QAR)) || "object" === typeof input.QAR && null !== input.QAR && _io0(input.QAR))) && (null !== input.RON && (undefined === input.RON || "string" === typeof input.RON && (RegExp(/^keeta_am(.*)/).test(input.RON) || RegExp(/^keeta_an(.*)/).test(input.RON) || RegExp(/^keeta_ao(.*)/).test(input.RON) || RegExp(/^keeta_ap(.*)/).test(input.RON) || RegExp(/^tyblocks_am(.*)/).test(input.RON) || RegExp(/^tyblocks_an(.*)/).test(input.RON) || RegExp(/^tyblocks_ao(.*)/).test(input.RON) || RegExp(/^tyblocks_ap(.*)/).test(input.RON)) || "object" === typeof input.RON && null !== input.RON && _io0(input.RON))) && (null !== input.RUB && (undefined === input.RUB || "string" === typeof input.RUB && (RegExp(/^keeta_am(.*)/).test(input.RUB) || RegExp(/^keeta_an(.*)/).test(input.RUB) || RegExp(/^keeta_ao(.*)/).test(input.RUB) || RegExp(/^keeta_ap(.*)/).test(input.RUB) || RegExp(/^tyblocks_am(.*)/).test(input.RUB) || RegExp(/^tyblocks_an(.*)/).test(input.RUB) || RegExp(/^tyblocks_ao(.*)/).test(input.RUB) || RegExp(/^tyblocks_ap(.*)/).test(input.RUB)) || "object" === typeof input.RUB && null !== input.RUB && _io0(input.RUB))) && (null !== input.RWF && (undefined === input.RWF || "string" === typeof input.RWF && (RegExp(/^keeta_am(.*)/).test(input.RWF) || RegExp(/^keeta_an(.*)/).test(input.RWF) || RegExp(/^keeta_ao(.*)/).test(input.RWF) || RegExp(/^keeta_ap(.*)/).test(input.RWF) || RegExp(/^tyblocks_am(.*)/).test(input.RWF) || RegExp(/^tyblocks_an(.*)/).test(input.RWF) || RegExp(/^tyblocks_ao(.*)/).test(input.RWF) || RegExp(/^tyblocks_ap(.*)/).test(input.RWF)) || "object" === typeof input.RWF && null !== input.RWF && _io0(input.RWF))) && (null !== input.SHP && (undefined === input.SHP || "string" === typeof input.SHP && (RegExp(/^keeta_am(.*)/).test(input.SHP) || RegExp(/^keeta_an(.*)/).test(input.SHP) || RegExp(/^keeta_ao(.*)/).test(input.SHP) || RegExp(/^keeta_ap(.*)/).test(input.SHP) || RegExp(/^tyblocks_am(.*)/).test(input.SHP) || RegExp(/^tyblocks_an(.*)/).test(input.SHP) || RegExp(/^tyblocks_ao(.*)/).test(input.SHP) || RegExp(/^tyblocks_ap(.*)/).test(input.SHP)) || "object" === typeof input.SHP && null !== input.SHP && _io0(input.SHP))) && (null !== input.WST && (undefined === input.WST || "string" === typeof input.WST && (RegExp(/^keeta_am(.*)/).test(input.WST) || RegExp(/^keeta_an(.*)/).test(input.WST) || RegExp(/^keeta_ao(.*)/).test(input.WST) || RegExp(/^keeta_ap(.*)/).test(input.WST) || RegExp(/^tyblocks_am(.*)/).test(input.WST) || RegExp(/^tyblocks_an(.*)/).test(input.WST) || RegExp(/^tyblocks_ao(.*)/).test(input.WST) || RegExp(/^tyblocks_ap(.*)/).test(input.WST)) || "object" === typeof input.WST && null !== input.WST && _io0(input.WST))) && (null !== input.STN && (undefined === input.STN || "string" === typeof input.STN && (RegExp(/^keeta_am(.*)/).test(input.STN) || RegExp(/^keeta_an(.*)/).test(input.STN) || RegExp(/^keeta_ao(.*)/).test(input.STN) || RegExp(/^keeta_ap(.*)/).test(input.STN) || RegExp(/^tyblocks_am(.*)/).test(input.STN) || RegExp(/^tyblocks_an(.*)/).test(input.STN) || RegExp(/^tyblocks_ao(.*)/).test(input.STN) || RegExp(/^tyblocks_ap(.*)/).test(input.STN)) || "object" === typeof input.STN && null !== input.STN && _io0(input.STN))) && (null !== input.SAR && (undefined === input.SAR || "string" === typeof input.SAR && (RegExp(/^keeta_am(.*)/).test(input.SAR) || RegExp(/^keeta_an(.*)/).test(input.SAR) || RegExp(/^keeta_ao(.*)/).test(input.SAR) || RegExp(/^keeta_ap(.*)/).test(input.SAR) || RegExp(/^tyblocks_am(.*)/).test(input.SAR) || RegExp(/^tyblocks_an(.*)/).test(input.SAR) || RegExp(/^tyblocks_ao(.*)/).test(input.SAR) || RegExp(/^tyblocks_ap(.*)/).test(input.SAR)) || "object" === typeof input.SAR && null !== input.SAR && _io0(input.SAR))) && (null !== input.RSD && (undefined === input.RSD || "string" === typeof input.RSD && (RegExp(/^keeta_am(.*)/).test(input.RSD) || RegExp(/^keeta_an(.*)/).test(input.RSD) || RegExp(/^keeta_ao(.*)/).test(input.RSD) || RegExp(/^keeta_ap(.*)/).test(input.RSD) || RegExp(/^tyblocks_am(.*)/).test(input.RSD) || RegExp(/^tyblocks_an(.*)/).test(input.RSD) || RegExp(/^tyblocks_ao(.*)/).test(input.RSD) || RegExp(/^tyblocks_ap(.*)/).test(input.RSD)) || "object" === typeof input.RSD && null !== input.RSD && _io0(input.RSD))) && (null !== input.SCR && (undefined === input.SCR || "string" === typeof input.SCR && (RegExp(/^keeta_am(.*)/).test(input.SCR) || RegExp(/^keeta_an(.*)/).test(input.SCR) || RegExp(/^keeta_ao(.*)/).test(input.SCR) || RegExp(/^keeta_ap(.*)/).test(input.SCR) || RegExp(/^tyblocks_am(.*)/).test(input.SCR) || RegExp(/^tyblocks_an(.*)/).test(input.SCR) || RegExp(/^tyblocks_ao(.*)/).test(input.SCR) || RegExp(/^tyblocks_ap(.*)/).test(input.SCR)) || "object" === typeof input.SCR && null !== input.SCR && _io0(input.SCR))) && (null !== input.SLL && (undefined === input.SLL || "string" === typeof input.SLL && (RegExp(/^keeta_am(.*)/).test(input.SLL) || RegExp(/^keeta_an(.*)/).test(input.SLL) || RegExp(/^keeta_ao(.*)/).test(input.SLL) || RegExp(/^keeta_ap(.*)/).test(input.SLL) || RegExp(/^tyblocks_am(.*)/).test(input.SLL) || RegExp(/^tyblocks_an(.*)/).test(input.SLL) || RegExp(/^tyblocks_ao(.*)/).test(input.SLL) || RegExp(/^tyblocks_ap(.*)/).test(input.SLL)) || "object" === typeof input.SLL && null !== input.SLL && _io0(input.SLL))) && (null !== input.SLE && (undefined === input.SLE || "string" === typeof input.SLE && (RegExp(/^keeta_am(.*)/).test(input.SLE) || RegExp(/^keeta_an(.*)/).test(input.SLE) || RegExp(/^keeta_ao(.*)/).test(input.SLE) || RegExp(/^keeta_ap(.*)/).test(input.SLE) || RegExp(/^tyblocks_am(.*)/).test(input.SLE) || RegExp(/^tyblocks_an(.*)/).test(input.SLE) || RegExp(/^tyblocks_ao(.*)/).test(input.SLE) || RegExp(/^tyblocks_ap(.*)/).test(input.SLE)) || "object" === typeof input.SLE && null !== input.SLE && _io0(input.SLE))) && (null !== input.SGD && (undefined === input.SGD || "string" === typeof input.SGD && (RegExp(/^keeta_am(.*)/).test(input.SGD) || RegExp(/^keeta_an(.*)/).test(input.SGD) || RegExp(/^keeta_ao(.*)/).test(input.SGD) || RegExp(/^keeta_ap(.*)/).test(input.SGD) || RegExp(/^tyblocks_am(.*)/).test(input.SGD) || RegExp(/^tyblocks_an(.*)/).test(input.SGD) || RegExp(/^tyblocks_ao(.*)/).test(input.SGD) || RegExp(/^tyblocks_ap(.*)/).test(input.SGD)) || "object" === typeof input.SGD && null !== input.SGD && _io0(input.SGD))) && (null !== input.SBD && (undefined === input.SBD || "string" === typeof input.SBD && (RegExp(/^keeta_am(.*)/).test(input.SBD) || RegExp(/^keeta_an(.*)/).test(input.SBD) || RegExp(/^keeta_ao(.*)/).test(input.SBD) || RegExp(/^keeta_ap(.*)/).test(input.SBD) || RegExp(/^tyblocks_am(.*)/).test(input.SBD) || RegExp(/^tyblocks_an(.*)/).test(input.SBD) || RegExp(/^tyblocks_ao(.*)/).test(input.SBD) || RegExp(/^tyblocks_ap(.*)/).test(input.SBD)) || "object" === typeof input.SBD && null !== input.SBD && _io0(input.SBD))) && (null !== input.SOS && (undefined === input.SOS || "string" === typeof input.SOS && (RegExp(/^keeta_am(.*)/).test(input.SOS) || RegExp(/^keeta_an(.*)/).test(input.SOS) || RegExp(/^keeta_ao(.*)/).test(input.SOS) || RegExp(/^keeta_ap(.*)/).test(input.SOS) || RegExp(/^tyblocks_am(.*)/).test(input.SOS) || RegExp(/^tyblocks_an(.*)/).test(input.SOS) || RegExp(/^tyblocks_ao(.*)/).test(input.SOS) || RegExp(/^tyblocks_ap(.*)/).test(input.SOS)) || "object" === typeof input.SOS && null !== input.SOS && _io0(input.SOS))) && (null !== input.SSP && (undefined === input.SSP || "string" === typeof input.SSP && (RegExp(/^keeta_am(.*)/).test(input.SSP) || RegExp(/^keeta_an(.*)/).test(input.SSP) || RegExp(/^keeta_ao(.*)/).test(input.SSP) || RegExp(/^keeta_ap(.*)/).test(input.SSP) || RegExp(/^tyblocks_am(.*)/).test(input.SSP) || RegExp(/^tyblocks_an(.*)/).test(input.SSP) || RegExp(/^tyblocks_ao(.*)/).test(input.SSP) || RegExp(/^tyblocks_ap(.*)/).test(input.SSP)) || "object" === typeof input.SSP && null !== input.SSP && _io0(input.SSP))) && (null !== input.LKR && (undefined === input.LKR || "string" === typeof input.LKR && (RegExp(/^keeta_am(.*)/).test(input.LKR) || RegExp(/^keeta_an(.*)/).test(input.LKR) || RegExp(/^keeta_ao(.*)/).test(input.LKR) || RegExp(/^keeta_ap(.*)/).test(input.LKR) || RegExp(/^tyblocks_am(.*)/).test(input.LKR) || RegExp(/^tyblocks_an(.*)/).test(input.LKR) || RegExp(/^tyblocks_ao(.*)/).test(input.LKR) || RegExp(/^tyblocks_ap(.*)/).test(input.LKR)) || "object" === typeof input.LKR && null !== input.LKR && _io0(input.LKR))) && (null !== input.SDG && (undefined === input.SDG || "string" === typeof input.SDG && (RegExp(/^keeta_am(.*)/).test(input.SDG) || RegExp(/^keeta_an(.*)/).test(input.SDG) || RegExp(/^keeta_ao(.*)/).test(input.SDG) || RegExp(/^keeta_ap(.*)/).test(input.SDG) || RegExp(/^tyblocks_am(.*)/).test(input.SDG) || RegExp(/^tyblocks_an(.*)/).test(input.SDG) || RegExp(/^tyblocks_ao(.*)/).test(input.SDG) || RegExp(/^tyblocks_ap(.*)/).test(input.SDG)) || "object" === typeof input.SDG && null !== input.SDG && _io0(input.SDG))) && (null !== input.SRD && (undefined === input.SRD || "string" === typeof input.SRD && (RegExp(/^keeta_am(.*)/).test(input.SRD) || RegExp(/^keeta_an(.*)/).test(input.SRD) || RegExp(/^keeta_ao(.*)/).test(input.SRD) || RegExp(/^keeta_ap(.*)/).test(input.SRD) || RegExp(/^tyblocks_am(.*)/).test(input.SRD) || RegExp(/^tyblocks_an(.*)/).test(input.SRD) || RegExp(/^tyblocks_ao(.*)/).test(input.SRD) || RegExp(/^tyblocks_ap(.*)/).test(input.SRD)) || "object" === typeof input.SRD && null !== input.SRD && _io0(input.SRD))) && (null !== input.SEK && (undefined === input.SEK || "string" === typeof input.SEK && (RegExp(/^keeta_am(.*)/).test(input.SEK) || RegExp(/^keeta_an(.*)/).test(input.SEK) || RegExp(/^keeta_ao(.*)/).test(input.SEK) || RegExp(/^keeta_ap(.*)/).test(input.SEK) || RegExp(/^tyblocks_am(.*)/).test(input.SEK) || RegExp(/^tyblocks_an(.*)/).test(input.SEK) || RegExp(/^tyblocks_ao(.*)/).test(input.SEK) || RegExp(/^tyblocks_ap(.*)/).test(input.SEK)) || "object" === typeof input.SEK && null !== input.SEK && _io0(input.SEK))) && (null !== input.CHE && (undefined === input.CHE || "string" === typeof input.CHE && (RegExp(/^keeta_am(.*)/).test(input.CHE) || RegExp(/^keeta_an(.*)/).test(input.CHE) || RegExp(/^keeta_ao(.*)/).test(input.CHE) || RegExp(/^keeta_ap(.*)/).test(input.CHE) || RegExp(/^tyblocks_am(.*)/).test(input.CHE) || RegExp(/^tyblocks_an(.*)/).test(input.CHE) || RegExp(/^tyblocks_ao(.*)/).test(input.CHE) || RegExp(/^tyblocks_ap(.*)/).test(input.CHE)) || "object" === typeof input.CHE && null !== input.CHE && _io0(input.CHE))) && (null !== input.CHW && (undefined === input.CHW || "string" === typeof input.CHW && (RegExp(/^keeta_am(.*)/).test(input.CHW) || RegExp(/^keeta_an(.*)/).test(input.CHW) || RegExp(/^keeta_ao(.*)/).test(input.CHW) || RegExp(/^keeta_ap(.*)/).test(input.CHW) || RegExp(/^tyblocks_am(.*)/).test(input.CHW) || RegExp(/^tyblocks_an(.*)/).test(input.CHW) || RegExp(/^tyblocks_ao(.*)/).test(input.CHW) || RegExp(/^tyblocks_ap(.*)/).test(input.CHW)) || "object" === typeof input.CHW && null !== input.CHW && _io0(input.CHW))) && (null !== input.SYP && (undefined === input.SYP || "string" === typeof input.SYP && (RegExp(/^keeta_am(.*)/).test(input.SYP) || RegExp(/^keeta_an(.*)/).test(input.SYP) || RegExp(/^keeta_ao(.*)/).test(input.SYP) || RegExp(/^keeta_ap(.*)/).test(input.SYP) || RegExp(/^tyblocks_am(.*)/).test(input.SYP) || RegExp(/^tyblocks_an(.*)/).test(input.SYP) || RegExp(/^tyblocks_ao(.*)/).test(input.SYP) || RegExp(/^tyblocks_ap(.*)/).test(input.SYP)) || "object" === typeof input.SYP && null !== input.SYP && _io0(input.SYP))) && (null !== input.TWD && (undefined === input.TWD || "string" === typeof input.TWD && (RegExp(/^keeta_am(.*)/).test(input.TWD) || RegExp(/^keeta_an(.*)/).test(input.TWD) || RegExp(/^keeta_ao(.*)/).test(input.TWD) || RegExp(/^keeta_ap(.*)/).test(input.TWD) || RegExp(/^tyblocks_am(.*)/).test(input.TWD) || RegExp(/^tyblocks_an(.*)/).test(input.TWD) || RegExp(/^tyblocks_ao(.*)/).test(input.TWD) || RegExp(/^tyblocks_ap(.*)/).test(input.TWD)) || "object" === typeof input.TWD && null !== input.TWD && _io0(input.TWD))) && (null !== input.TJS && (undefined === input.TJS || "string" === typeof input.TJS && (RegExp(/^keeta_am(.*)/).test(input.TJS) || RegExp(/^keeta_an(.*)/).test(input.TJS) || RegExp(/^keeta_ao(.*)/).test(input.TJS) || RegExp(/^keeta_ap(.*)/).test(input.TJS) || RegExp(/^tyblocks_am(.*)/).test(input.TJS) || RegExp(/^tyblocks_an(.*)/).test(input.TJS) || RegExp(/^tyblocks_ao(.*)/).test(input.TJS) || RegExp(/^tyblocks_ap(.*)/).test(input.TJS)) || "object" === typeof input.TJS && null !== input.TJS && _io0(input.TJS))) && (null !== input.TZS && (undefined === input.TZS || "string" === typeof input.TZS && (RegExp(/^keeta_am(.*)/).test(input.TZS) || RegExp(/^keeta_an(.*)/).test(input.TZS) || RegExp(/^keeta_ao(.*)/).test(input.TZS) || RegExp(/^keeta_ap(.*)/).test(input.TZS) || RegExp(/^tyblocks_am(.*)/).test(input.TZS) || RegExp(/^tyblocks_an(.*)/).test(input.TZS) || RegExp(/^tyblocks_ao(.*)/).test(input.TZS) || RegExp(/^tyblocks_ap(.*)/).test(input.TZS)) || "object" === typeof input.TZS && null !== input.TZS && _io0(input.TZS))) && (null !== input.THB && (undefined === input.THB || "string" === typeof input.THB && (RegExp(/^keeta_am(.*)/).test(input.THB) || RegExp(/^keeta_an(.*)/).test(input.THB) || RegExp(/^keeta_ao(.*)/).test(input.THB) || RegExp(/^keeta_ap(.*)/).test(input.THB) || RegExp(/^tyblocks_am(.*)/).test(input.THB) || RegExp(/^tyblocks_an(.*)/).test(input.THB) || RegExp(/^tyblocks_ao(.*)/).test(input.THB) || RegExp(/^tyblocks_ap(.*)/).test(input.THB)) || "object" === typeof input.THB && null !== input.THB && _io0(input.THB))) && (null !== input.TOP && (undefined === input.TOP || "string" === typeof input.TOP && (RegExp(/^keeta_am(.*)/).test(input.TOP) || RegExp(/^keeta_an(.*)/).test(input.TOP) || RegExp(/^keeta_ao(.*)/).test(input.TOP) || RegExp(/^keeta_ap(.*)/).test(input.TOP) || RegExp(/^tyblocks_am(.*)/).test(input.TOP) || RegExp(/^tyblocks_an(.*)/).test(input.TOP) || RegExp(/^tyblocks_ao(.*)/).test(input.TOP) || RegExp(/^tyblocks_ap(.*)/).test(input.TOP)) || "object" === typeof input.TOP && null !== input.TOP && _io0(input.TOP))) && (null !== input.TTD && (undefined === input.TTD || "string" === typeof input.TTD && (RegExp(/^keeta_am(.*)/).test(input.TTD) || RegExp(/^keeta_an(.*)/).test(input.TTD) || RegExp(/^keeta_ao(.*)/).test(input.TTD) || RegExp(/^keeta_ap(.*)/).test(input.TTD) || RegExp(/^tyblocks_am(.*)/).test(input.TTD) || RegExp(/^tyblocks_an(.*)/).test(input.TTD) || RegExp(/^tyblocks_ao(.*)/).test(input.TTD) || RegExp(/^tyblocks_ap(.*)/).test(input.TTD)) || "object" === typeof input.TTD && null !== input.TTD && _io0(input.TTD))) && (null !== input.TND && (undefined === input.TND || "string" === typeof input.TND && (RegExp(/^keeta_am(.*)/).test(input.TND) || RegExp(/^keeta_an(.*)/).test(input.TND) || RegExp(/^keeta_ao(.*)/).test(input.TND) || RegExp(/^keeta_ap(.*)/).test(input.TND) || RegExp(/^tyblocks_am(.*)/).test(input.TND) || RegExp(/^tyblocks_an(.*)/).test(input.TND) || RegExp(/^tyblocks_ao(.*)/).test(input.TND) || RegExp(/^tyblocks_ap(.*)/).test(input.TND)) || "object" === typeof input.TND && null !== input.TND && _io0(input.TND))) && (null !== input.TRY && (undefined === input.TRY || "string" === typeof input.TRY && (RegExp(/^keeta_am(.*)/).test(input.TRY) || RegExp(/^keeta_an(.*)/).test(input.TRY) || RegExp(/^keeta_ao(.*)/).test(input.TRY) || RegExp(/^keeta_ap(.*)/).test(input.TRY) || RegExp(/^tyblocks_am(.*)/).test(input.TRY) || RegExp(/^tyblocks_an(.*)/).test(input.TRY) || RegExp(/^tyblocks_ao(.*)/).test(input.TRY) || RegExp(/^tyblocks_ap(.*)/).test(input.TRY)) || "object" === typeof input.TRY && null !== input.TRY && _io0(input.TRY))) && (null !== input.TMT && (undefined === input.TMT || "string" === typeof input.TMT && (RegExp(/^keeta_am(.*)/).test(input.TMT) || RegExp(/^keeta_an(.*)/).test(input.TMT) || RegExp(/^keeta_ao(.*)/).test(input.TMT) || RegExp(/^keeta_ap(.*)/).test(input.TMT) || RegExp(/^tyblocks_am(.*)/).test(input.TMT) || RegExp(/^tyblocks_an(.*)/).test(input.TMT) || RegExp(/^tyblocks_ao(.*)/).test(input.TMT) || RegExp(/^tyblocks_ap(.*)/).test(input.TMT)) || "object" === typeof input.TMT && null !== input.TMT && _io0(input.TMT))) && (null !== input.UGX && (undefined === input.UGX || "string" === typeof input.UGX && (RegExp(/^keeta_am(.*)/).test(input.UGX) || RegExp(/^keeta_an(.*)/).test(input.UGX) || RegExp(/^keeta_ao(.*)/).test(input.UGX) || RegExp(/^keeta_ap(.*)/).test(input.UGX) || RegExp(/^tyblocks_am(.*)/).test(input.UGX) || RegExp(/^tyblocks_an(.*)/).test(input.UGX) || RegExp(/^tyblocks_ao(.*)/).test(input.UGX) || RegExp(/^tyblocks_ap(.*)/).test(input.UGX)) || "object" === typeof input.UGX && null !== input.UGX && _io0(input.UGX))) && (null !== input.UAH && (undefined === input.UAH || "string" === typeof input.UAH && (RegExp(/^keeta_am(.*)/).test(input.UAH) || RegExp(/^keeta_an(.*)/).test(input.UAH) || RegExp(/^keeta_ao(.*)/).test(input.UAH) || RegExp(/^keeta_ap(.*)/).test(input.UAH) || RegExp(/^tyblocks_am(.*)/).test(input.UAH) || RegExp(/^tyblocks_an(.*)/).test(input.UAH) || RegExp(/^tyblocks_ao(.*)/).test(input.UAH) || RegExp(/^tyblocks_ap(.*)/).test(input.UAH)) || "object" === typeof input.UAH && null !== input.UAH && _io0(input.UAH))) && (null !== input.AED && (undefined === input.AED || "string" === typeof input.AED && (RegExp(/^keeta_am(.*)/).test(input.AED) || RegExp(/^keeta_an(.*)/).test(input.AED) || RegExp(/^keeta_ao(.*)/).test(input.AED) || RegExp(/^keeta_ap(.*)/).test(input.AED) || RegExp(/^tyblocks_am(.*)/).test(input.AED) || RegExp(/^tyblocks_an(.*)/).test(input.AED) || RegExp(/^tyblocks_ao(.*)/).test(input.AED) || RegExp(/^tyblocks_ap(.*)/).test(input.AED)) || "object" === typeof input.AED && null !== input.AED && _io0(input.AED))) && (null !== input.USN && (undefined === input.USN || "string" === typeof input.USN && (RegExp(/^keeta_am(.*)/).test(input.USN) || RegExp(/^keeta_an(.*)/).test(input.USN) || RegExp(/^keeta_ao(.*)/).test(input.USN) || RegExp(/^keeta_ap(.*)/).test(input.USN) || RegExp(/^tyblocks_am(.*)/).test(input.USN) || RegExp(/^tyblocks_an(.*)/).test(input.USN) || RegExp(/^tyblocks_ao(.*)/).test(input.USN) || RegExp(/^tyblocks_ap(.*)/).test(input.USN)) || "object" === typeof input.USN && null !== input.USN && _io0(input.USN))) && (null !== input.UYU && (undefined === input.UYU || "string" === typeof input.UYU && (RegExp(/^keeta_am(.*)/).test(input.UYU) || RegExp(/^keeta_an(.*)/).test(input.UYU) || RegExp(/^keeta_ao(.*)/).test(input.UYU) || RegExp(/^keeta_ap(.*)/).test(input.UYU) || RegExp(/^tyblocks_am(.*)/).test(input.UYU) || RegExp(/^tyblocks_an(.*)/).test(input.UYU) || RegExp(/^tyblocks_ao(.*)/).test(input.UYU) || RegExp(/^tyblocks_ap(.*)/).test(input.UYU)) || "object" === typeof input.UYU && null !== input.UYU && _io0(input.UYU))) && (null !== input.UYI && (undefined === input.UYI || "string" === typeof input.UYI && (RegExp(/^keeta_am(.*)/).test(input.UYI) || RegExp(/^keeta_an(.*)/).test(input.UYI) || RegExp(/^keeta_ao(.*)/).test(input.UYI) || RegExp(/^keeta_ap(.*)/).test(input.UYI) || RegExp(/^tyblocks_am(.*)/).test(input.UYI) || RegExp(/^tyblocks_an(.*)/).test(input.UYI) || RegExp(/^tyblocks_ao(.*)/).test(input.UYI) || RegExp(/^tyblocks_ap(.*)/).test(input.UYI)) || "object" === typeof input.UYI && null !== input.UYI && _io0(input.UYI))) && (null !== input.UYW && (undefined === input.UYW || "string" === typeof input.UYW && (RegExp(/^keeta_am(.*)/).test(input.UYW) || RegExp(/^keeta_an(.*)/).test(input.UYW) || RegExp(/^keeta_ao(.*)/).test(input.UYW) || RegExp(/^keeta_ap(.*)/).test(input.UYW) || RegExp(/^tyblocks_am(.*)/).test(input.UYW) || RegExp(/^tyblocks_an(.*)/).test(input.UYW) || RegExp(/^tyblocks_ao(.*)/).test(input.UYW) || RegExp(/^tyblocks_ap(.*)/).test(input.UYW)) || "object" === typeof input.UYW && null !== input.UYW && _io0(input.UYW))) && (null !== input.UZS && (undefined === input.UZS || "string" === typeof input.UZS && (RegExp(/^keeta_am(.*)/).test(input.UZS) || RegExp(/^keeta_an(.*)/).test(input.UZS) || RegExp(/^keeta_ao(.*)/).test(input.UZS) || RegExp(/^keeta_ap(.*)/).test(input.UZS) || RegExp(/^tyblocks_am(.*)/).test(input.UZS) || RegExp(/^tyblocks_an(.*)/).test(input.UZS) || RegExp(/^tyblocks_ao(.*)/).test(input.UZS) || RegExp(/^tyblocks_ap(.*)/).test(input.UZS)) || "object" === typeof input.UZS && null !== input.UZS && _io0(input.UZS))) && (null !== input.VUV && (undefined === input.VUV || "string" === typeof input.VUV && (RegExp(/^keeta_am(.*)/).test(input.VUV) || RegExp(/^keeta_an(.*)/).test(input.VUV) || RegExp(/^keeta_ao(.*)/).test(input.VUV) || RegExp(/^keeta_ap(.*)/).test(input.VUV) || RegExp(/^tyblocks_am(.*)/).test(input.VUV) || RegExp(/^tyblocks_an(.*)/).test(input.VUV) || RegExp(/^tyblocks_ao(.*)/).test(input.VUV) || RegExp(/^tyblocks_ap(.*)/).test(input.VUV)) || "object" === typeof input.VUV && null !== input.VUV && _io0(input.VUV))) && (null !== input.VES && (undefined === input.VES || "string" === typeof input.VES && (RegExp(/^keeta_am(.*)/).test(input.VES) || RegExp(/^keeta_an(.*)/).test(input.VES) || RegExp(/^keeta_ao(.*)/).test(input.VES) || RegExp(/^keeta_ap(.*)/).test(input.VES) || RegExp(/^tyblocks_am(.*)/).test(input.VES) || RegExp(/^tyblocks_an(.*)/).test(input.VES) || RegExp(/^tyblocks_ao(.*)/).test(input.VES) || RegExp(/^tyblocks_ap(.*)/).test(input.VES)) || "object" === typeof input.VES && null !== input.VES && _io0(input.VES))) && (null !== input.VED && (undefined === input.VED || "string" === typeof input.VED && (RegExp(/^keeta_am(.*)/).test(input.VED) || RegExp(/^keeta_an(.*)/).test(input.VED) || RegExp(/^keeta_ao(.*)/).test(input.VED) || RegExp(/^keeta_ap(.*)/).test(input.VED) || RegExp(/^tyblocks_am(.*)/).test(input.VED) || RegExp(/^tyblocks_an(.*)/).test(input.VED) || RegExp(/^tyblocks_ao(.*)/).test(input.VED) || RegExp(/^tyblocks_ap(.*)/).test(input.VED)) || "object" === typeof input.VED && null !== input.VED && _io0(input.VED))) && (null !== input.VND && (undefined === input.VND || "string" === typeof input.VND && (RegExp(/^keeta_am(.*)/).test(input.VND) || RegExp(/^keeta_an(.*)/).test(input.VND) || RegExp(/^keeta_ao(.*)/).test(input.VND) || RegExp(/^keeta_ap(.*)/).test(input.VND) || RegExp(/^tyblocks_am(.*)/).test(input.VND) || RegExp(/^tyblocks_an(.*)/).test(input.VND) || RegExp(/^tyblocks_ao(.*)/).test(input.VND) || RegExp(/^tyblocks_ap(.*)/).test(input.VND)) || "object" === typeof input.VND && null !== input.VND && _io0(input.VND))) && (null !== input.YER && (undefined === input.YER || "string" === typeof input.YER && (RegExp(/^keeta_am(.*)/).test(input.YER) || RegExp(/^keeta_an(.*)/).test(input.YER) || RegExp(/^keeta_ao(.*)/).test(input.YER) || RegExp(/^keeta_ap(.*)/).test(input.YER) || RegExp(/^tyblocks_am(.*)/).test(input.YER) || RegExp(/^tyblocks_an(.*)/).test(input.YER) || RegExp(/^tyblocks_ao(.*)/).test(input.YER) || RegExp(/^tyblocks_ap(.*)/).test(input.YER)) || "object" === typeof input.YER && null !== input.YER && _io0(input.YER))) && (null !== input.ZMW && (undefined === input.ZMW || "string" === typeof input.ZMW && (RegExp(/^keeta_am(.*)/).test(input.ZMW) || RegExp(/^keeta_an(.*)/).test(input.ZMW) || RegExp(/^keeta_ao(.*)/).test(input.ZMW) || RegExp(/^keeta_ap(.*)/).test(input.ZMW) || RegExp(/^tyblocks_am(.*)/).test(input.ZMW) || RegExp(/^tyblocks_an(.*)/).test(input.ZMW) || RegExp(/^tyblocks_ao(.*)/).test(input.ZMW) || RegExp(/^tyblocks_ap(.*)/).test(input.ZMW)) || "object" === typeof input.ZMW && null !== input.ZMW && _io0(input.ZMW))) && (null !== input.ZWL && (undefined === input.ZWL || "string" === typeof input.ZWL && (RegExp(/^keeta_am(.*)/).test(input.ZWL) || RegExp(/^keeta_an(.*)/).test(input.ZWL) || RegExp(/^keeta_ao(.*)/).test(input.ZWL) || RegExp(/^keeta_ap(.*)/).test(input.ZWL) || RegExp(/^tyblocks_am(.*)/).test(input.ZWL) || RegExp(/^tyblocks_an(.*)/).test(input.ZWL) || RegExp(/^tyblocks_ao(.*)/).test(input.ZWL) || RegExp(/^tyblocks_ap(.*)/).test(input.ZWL)) || "object" === typeof input.ZWL && null !== input.ZWL && _io0(input.ZWL))) && Object.keys(input).every(key => {
|
|
261
261
|
if (["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"].some(prop => key === prop))
|
|
262
262
|
return true;
|
|
263
263
|
const value = input[key];
|
|
@@ -286,12 +286,12 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
286
286
|
if (undefined === value)
|
|
287
287
|
return true;
|
|
288
288
|
return "object" === typeof value && null !== value && _iu17(value);
|
|
289
|
-
}); const _io15 = input => "object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) && _iu18(input.operations) && (null !== input.supportedAssets && undefined !== input.supportedAssets && (Array.isArray(input.supportedAssets) && input.supportedAssets.every(elem => "object" === typeof elem && null !== elem && _iu1(elem)) || "object" === typeof input.supportedAssets && null !== input.supportedAssets && _io0(input.supportedAssets))); const _io16 = input => null !== input.initiateTransfer && (undefined === input.initiateTransfer || "string" === typeof input.initiateTransfer || "object" === typeof input.initiateTransfer && null !== input.initiateTransfer &&
|
|
289
|
+
}); const _io15 = input => "object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) && _iu18(input.operations) && (null !== input.supportedAssets && undefined !== input.supportedAssets && (Array.isArray(input.supportedAssets) && input.supportedAssets.every(elem => "object" === typeof elem && null !== elem && _iu1(elem)) || "object" === typeof input.supportedAssets && null !== input.supportedAssets && _io0(input.supportedAssets))); const _io16 = input => null !== input.initiateTransfer && (undefined === input.initiateTransfer || "string" === typeof input.initiateTransfer || "object" === typeof input.initiateTransfer && null !== input.initiateTransfer && _iu19(input.initiateTransfer)) && (null !== input.getTransferStatus && (undefined === input.getTransferStatus || "string" === typeof input.getTransferStatus || "object" === typeof input.getTransferStatus && null !== input.getTransferStatus && _iu19(input.getTransferStatus))) && (null !== input.createPersistentForwardingTemplate && (undefined === input.createPersistentForwardingTemplate || "string" === typeof input.createPersistentForwardingTemplate || "object" === typeof input.createPersistentForwardingTemplate && null !== input.createPersistentForwardingTemplate && _iu19(input.createPersistentForwardingTemplate))) && (null !== input.listPersistentForwardingTemplate && (undefined === input.listPersistentForwardingTemplate || "string" === typeof input.listPersistentForwardingTemplate || "object" === typeof input.listPersistentForwardingTemplate && null !== input.listPersistentForwardingTemplate && _iu19(input.listPersistentForwardingTemplate))) && (null !== input.createPersistentForwarding && (undefined === input.createPersistentForwarding || "string" === typeof input.createPersistentForwarding || "object" === typeof input.createPersistentForwarding && null !== input.createPersistentForwarding && _iu19(input.createPersistentForwarding))) && (null !== input.listPersistentForwarding && (undefined === input.listPersistentForwarding || "string" === typeof input.listPersistentForwarding || "object" === typeof input.listPersistentForwarding && null !== input.listPersistentForwarding && _iu19(input.listPersistentForwarding))) && (null !== input.listTransactions && (undefined === input.listTransactions || "string" === typeof input.listTransactions || "object" === typeof input.listTransactions && null !== input.listTransactions && _iu19(input.listTransactions))) && (null !== input.shareKYC && (undefined === input.shareKYC || "string" === typeof input.shareKYC || "object" === typeof input.shareKYC && null !== input.shareKYC && _iu19(input.shareKYC))); const _io17 = input => "string" === typeof input.url && (undefined === input.options || "object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) && _io18(input.options)); const _io18 = input => undefined === input.authentication || "object" === typeof input.authentication && null !== input.authentication && _io19(input.authentication); const _io19 = input => "keeta-account" === input.method && ("optional" === input.type || "required" === input.type || "none" === input.type); const _io20 = input => null !== input.asset && undefined !== input.asset && (true === _iv10.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 === _iv11.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 === _iv12.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]))))) || "object" === typeof input.asset && null !== input.asset && _io0(input.asset))) && (null !== input.paths && undefined !== input.paths && (Array.isArray(input.paths) && input.paths.every(elem => "object" === typeof elem && null !== elem && _iu2(elem)) || "object" === typeof input.paths && null !== input.paths && _io0(input.paths))); const _io21 = input => null !== input.pair && undefined !== input.pair && (Array.isArray(input.pair) && (input.pair.length === 2 && ("object" === typeof input.pair[0] && null !== input.pair[0] && _iu3(input.pair[0])) && ("object" === typeof input.pair[1] && null !== input.pair[1] && _iu3(input.pair[1]))) || "object" === typeof input.pair && null !== input.pair && _io0(input.pair)) && (null !== input.kycProviders && (undefined === input.kycProviders || (Array.isArray(input.kycProviders) && input.kycProviders.every(elem => null !== elem && undefined !== elem && ("string" === typeof elem || "object" === typeof elem && null !== elem && _io0(elem))) || "object" === typeof input.kycProviders && null !== input.kycProviders && _io0(input.kycProviders)))); const _io22 = input => null !== input.location && undefined !== input.location && ("string" === typeof input.location || "object" === typeof input.location && null !== input.location && _io0(input.location)) && (null !== input.id && undefined !== input.id && ("string" === typeof input.id || "object" === typeof input.id && null !== input.id && _io0(input.id))) && ("object" === typeof input.rails && null !== input.rails && false === Array.isArray(input.rails) && _iu20(input.rails)); const _io23 = input => null !== input.inbound && undefined !== input.inbound && (Array.isArray(input.inbound) && input.inbound.every(elem => null !== elem && undefined !== elem && (true === _iv16.has(elem) || "object" === typeof elem && null !== elem && _io0(elem))) || "object" === typeof input.inbound && null !== input.inbound && _io0(input.inbound)) && (null !== input.outbound && (undefined === input.outbound || (Array.isArray(input.outbound) && input.outbound.every(elem => null !== elem && undefined !== elem && (true === _iv18.has(elem) || "object" === typeof elem && null !== elem && _io0(elem))) || "object" === typeof input.outbound && null !== input.outbound && _io0(input.outbound)))) && (null !== input.common && (undefined === input.common || (Array.isArray(input.common) && input.common.every(elem => null !== elem && undefined !== elem && (true === _iv20.has(elem) || "object" === typeof elem && null !== elem && _io0(elem))) || "object" === typeof input.common && null !== input.common && _io0(input.common)))); const _io24 = input => null !== input.inbound && (undefined === input.inbound || (Array.isArray(input.inbound) && input.inbound.every(elem => null !== elem && undefined !== elem && (true === _iv22.has(elem) || "object" === typeof elem && null !== elem && _io0(elem))) || "object" === typeof input.inbound && null !== input.inbound && _io0(input.inbound))) && (null !== input.outbound && undefined !== input.outbound && (Array.isArray(input.outbound) && input.outbound.every(elem => null !== elem && undefined !== elem && (true === _iv24.has(elem) || "object" === typeof elem && null !== elem && _io0(elem))) || "object" === typeof input.outbound && null !== input.outbound && _io0(input.outbound))) && (null !== input.common && (undefined === input.common || (Array.isArray(input.common) && input.common.every(elem => null !== elem && undefined !== elem && (true === _iv26.has(elem) || "object" === typeof elem && null !== elem && _io0(elem))) || "object" === typeof input.common && null !== input.common && _io0(input.common)))); const _io25 = input => (undefined === input.inbound || "object" === typeof input.inbound && null !== input.inbound && _io0(input.inbound)) && (undefined === input.outbound || "object" === typeof input.outbound && null !== input.outbound && _io0(input.outbound)) && (null !== input.common && (undefined === input.common || (Array.isArray(input.common) && input.common.every(elem => null !== elem && undefined !== elem && (true === _iv28.has(elem) || "object" === typeof elem && null !== elem && _io0(elem))) || "object" === typeof input.common && null !== input.common && _io0(input.common)))); const _io26 = input => Object.keys(input).every(key => {
|
|
290
290
|
const value = input[key];
|
|
291
291
|
if (undefined === value)
|
|
292
292
|
return true;
|
|
293
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
294
|
-
}); const
|
|
293
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu21(value);
|
|
294
|
+
}); const _io27 = input => null !== input.workInProgress && (undefined === input.workInProgress || true === input.workInProgress || "object" === typeof input.workInProgress && null !== input.workInProgress && _io0(input.workInProgress)); const _iu0 = input => (() => {
|
|
295
295
|
if (undefined !== input.external)
|
|
296
296
|
return _io0(input);
|
|
297
297
|
else if (undefined !== input.currencyCodes)
|
|
@@ -302,21 +302,21 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
302
302
|
if (undefined !== input.external)
|
|
303
303
|
return _io0(input);
|
|
304
304
|
else if (undefined !== input.asset)
|
|
305
|
-
return
|
|
305
|
+
return _io20(input);
|
|
306
306
|
else
|
|
307
307
|
return false;
|
|
308
308
|
})(); const _iu2 = input => (() => {
|
|
309
309
|
if (undefined !== input.external)
|
|
310
310
|
return _io0(input);
|
|
311
311
|
else if (undefined !== input.pair)
|
|
312
|
-
return
|
|
312
|
+
return _io21(input);
|
|
313
313
|
else
|
|
314
314
|
return false;
|
|
315
315
|
})(); const _iu3 = input => (() => {
|
|
316
316
|
if (undefined !== input.external)
|
|
317
317
|
return _io0(input);
|
|
318
318
|
else if (undefined !== input.location)
|
|
319
|
-
return
|
|
319
|
+
return _io22(input);
|
|
320
320
|
else
|
|
321
321
|
return false;
|
|
322
322
|
})(); const _iu4 = input => (() => {
|
|
@@ -353,7 +353,7 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
353
353
|
if (undefined !== input.external)
|
|
354
354
|
return _io0(input);
|
|
355
355
|
else
|
|
356
|
-
return
|
|
356
|
+
return _io26(input);
|
|
357
357
|
})(); const _iu11 = input => (() => {
|
|
358
358
|
if (undefined !== input.external)
|
|
359
359
|
return _io0(input);
|
|
@@ -405,24 +405,29 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
405
405
|
else
|
|
406
406
|
return _io16(input);
|
|
407
407
|
})(); const _iu19 = input => (() => {
|
|
408
|
+
if (undefined !== input.external)
|
|
409
|
+
return _io0(input);
|
|
410
|
+
else
|
|
411
|
+
return _io17(input);
|
|
412
|
+
})(); const _iu20 = input => (() => {
|
|
408
413
|
if (undefined !== input.external)
|
|
409
414
|
return _io0(input);
|
|
410
415
|
else
|
|
411
416
|
return (() => {
|
|
412
|
-
if (
|
|
413
|
-
return
|
|
414
|
-
if (
|
|
415
|
-
return
|
|
416
|
-
if (
|
|
417
|
-
return
|
|
417
|
+
if (_io25(input))
|
|
418
|
+
return _io25(input);
|
|
419
|
+
if (_io24(input))
|
|
420
|
+
return _io24(input);
|
|
421
|
+
if (_io23(input))
|
|
422
|
+
return _io23(input);
|
|
418
423
|
return false;
|
|
419
424
|
})();
|
|
420
|
-
})(); const
|
|
425
|
+
})(); const _iu21 = input => (() => {
|
|
421
426
|
if (undefined !== input.external)
|
|
422
427
|
return _io0(input);
|
|
423
428
|
else
|
|
424
|
-
return
|
|
425
|
-
})(); const
|
|
429
|
+
return _io27(input);
|
|
430
|
+
})(); const _iu22 = input => (() => {
|
|
426
431
|
if (undefined !== input.external)
|
|
427
432
|
return _io0(input);
|
|
428
433
|
else if (undefined !== input.version)
|
|
@@ -3093,24 +3098,24 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
3093
3098
|
path: _path + ".currencyCodes",
|
|
3094
3099
|
expected: "(Array<string | ExternalURL> | ExternalURL)",
|
|
3095
3100
|
value: input.currencyCodes
|
|
3096
|
-
}, _errorFactory)) && (Array.isArray(input.currencyCodes) && input.currencyCodes.every((elem,
|
|
3101
|
+
}, _errorFactory)) && (Array.isArray(input.currencyCodes) && input.currencyCodes.every((elem, _index29) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3097
3102
|
method: "createAssert",
|
|
3098
|
-
path: _path + ".currencyCodes[" +
|
|
3103
|
+
path: _path + ".currencyCodes[" + _index29 + "]",
|
|
3099
3104
|
expected: "(ExternalURL | string)",
|
|
3100
3105
|
value: elem
|
|
3101
3106
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3102
3107
|
method: "createAssert",
|
|
3103
|
-
path: _path + ".currencyCodes[" +
|
|
3108
|
+
path: _path + ".currencyCodes[" + _index29 + "]",
|
|
3104
3109
|
expected: "(ExternalURL | string)",
|
|
3105
3110
|
value: elem
|
|
3106
3111
|
}, _errorFactory)) && ("string" === typeof elem || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3107
3112
|
method: "createAssert",
|
|
3108
|
-
path: _path + ".currencyCodes[" +
|
|
3113
|
+
path: _path + ".currencyCodes[" + _index29 + "]",
|
|
3109
3114
|
expected: "(ExternalURL | string)",
|
|
3110
3115
|
value: elem
|
|
3111
|
-
}, _errorFactory)) && _ao0(elem, _path + ".currencyCodes[" +
|
|
3116
|
+
}, _errorFactory)) && _ao0(elem, _path + ".currencyCodes[" + _index29 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3112
3117
|
method: "createAssert",
|
|
3113
|
-
path: _path + ".currencyCodes[" +
|
|
3118
|
+
path: _path + ".currencyCodes[" + _index29 + "]",
|
|
3114
3119
|
expected: "(ExternalURL | string)",
|
|
3115
3120
|
value: elem
|
|
3116
3121
|
}, _errorFactory))) || "object" === typeof input.currencyCodes && null !== input.currencyCodes && _ao0(input.currencyCodes, _path + ".currencyCodes", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -3133,24 +3138,24 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
3133
3138
|
path: _path + ".countryCodes",
|
|
3134
3139
|
expected: "(Array<string | ExternalURL> | ExternalURL)",
|
|
3135
3140
|
value: input.countryCodes
|
|
3136
|
-
}, _errorFactory)) && (Array.isArray(input.countryCodes) && input.countryCodes.every((elem,
|
|
3141
|
+
}, _errorFactory)) && (Array.isArray(input.countryCodes) && input.countryCodes.every((elem, _index30) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3137
3142
|
method: "createAssert",
|
|
3138
|
-
path: _path + ".countryCodes[" +
|
|
3143
|
+
path: _path + ".countryCodes[" + _index30 + "]",
|
|
3139
3144
|
expected: "(ExternalURL | string)",
|
|
3140
3145
|
value: elem
|
|
3141
3146
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3142
3147
|
method: "createAssert",
|
|
3143
|
-
path: _path + ".countryCodes[" +
|
|
3148
|
+
path: _path + ".countryCodes[" + _index30 + "]",
|
|
3144
3149
|
expected: "(ExternalURL | string)",
|
|
3145
3150
|
value: elem
|
|
3146
3151
|
}, _errorFactory)) && ("string" === typeof elem || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3147
3152
|
method: "createAssert",
|
|
3148
|
-
path: _path + ".countryCodes[" +
|
|
3153
|
+
path: _path + ".countryCodes[" + _index30 + "]",
|
|
3149
3154
|
expected: "(ExternalURL | string)",
|
|
3150
3155
|
value: elem
|
|
3151
|
-
}, _errorFactory)) && _ao0(elem, _path + ".countryCodes[" +
|
|
3156
|
+
}, _errorFactory)) && _ao0(elem, _path + ".countryCodes[" + _index30 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3152
3157
|
method: "createAssert",
|
|
3153
|
-
path: _path + ".countryCodes[" +
|
|
3158
|
+
path: _path + ".countryCodes[" + _index30 + "]",
|
|
3154
3159
|
expected: "(ExternalURL | string)",
|
|
3155
3160
|
value: elem
|
|
3156
3161
|
}, _errorFactory))) || "object" === typeof input.countryCodes && null !== input.countryCodes && _ao0(input.countryCodes, _path + ".countryCodes", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -3168,24 +3173,24 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
3168
3173
|
path: _path + ".kycProviders",
|
|
3169
3174
|
expected: "(Array<string | ExternalURL> | ExternalURL | undefined)",
|
|
3170
3175
|
value: input.kycProviders
|
|
3171
|
-
}, _errorFactory)) && (undefined === input.kycProviders || (Array.isArray(input.kycProviders) && input.kycProviders.every((elem,
|
|
3176
|
+
}, _errorFactory)) && (undefined === input.kycProviders || (Array.isArray(input.kycProviders) && input.kycProviders.every((elem, _index31) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3172
3177
|
method: "createAssert",
|
|
3173
|
-
path: _path + ".kycProviders[" +
|
|
3178
|
+
path: _path + ".kycProviders[" + _index31 + "]",
|
|
3174
3179
|
expected: "(ExternalURL | string)",
|
|
3175
3180
|
value: elem
|
|
3176
3181
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3177
3182
|
method: "createAssert",
|
|
3178
|
-
path: _path + ".kycProviders[" +
|
|
3183
|
+
path: _path + ".kycProviders[" + _index31 + "]",
|
|
3179
3184
|
expected: "(ExternalURL | string)",
|
|
3180
3185
|
value: elem
|
|
3181
3186
|
}, _errorFactory)) && ("string" === typeof elem || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3182
3187
|
method: "createAssert",
|
|
3183
|
-
path: _path + ".kycProviders[" +
|
|
3188
|
+
path: _path + ".kycProviders[" + _index31 + "]",
|
|
3184
3189
|
expected: "(ExternalURL | string)",
|
|
3185
3190
|
value: elem
|
|
3186
|
-
}, _errorFactory)) && _ao0(elem, _path + ".kycProviders[" +
|
|
3191
|
+
}, _errorFactory)) && _ao0(elem, _path + ".kycProviders[" + _index31 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3187
3192
|
method: "createAssert",
|
|
3188
|
-
path: _path + ".kycProviders[" +
|
|
3193
|
+
path: _path + ".kycProviders[" + _index31 + "]",
|
|
3189
3194
|
expected: "(ExternalURL | string)",
|
|
3190
3195
|
value: elem
|
|
3191
3196
|
}, _errorFactory))) || "object" === typeof input.kycProviders && null !== input.kycProviders && _ao0(input.kycProviders, _path + ".kycProviders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -3243,24 +3248,24 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
3243
3248
|
path: _path + ".countryCodes",
|
|
3244
3249
|
expected: "(Array<string | ExternalURL> | ExternalURL | undefined)",
|
|
3245
3250
|
value: input.countryCodes
|
|
3246
|
-
}, _errorFactory)) && (undefined === input.countryCodes || (Array.isArray(input.countryCodes) && input.countryCodes.every((elem,
|
|
3251
|
+
}, _errorFactory)) && (undefined === input.countryCodes || (Array.isArray(input.countryCodes) && input.countryCodes.every((elem, _index32) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3247
3252
|
method: "createAssert",
|
|
3248
|
-
path: _path + ".countryCodes[" +
|
|
3253
|
+
path: _path + ".countryCodes[" + _index32 + "]",
|
|
3249
3254
|
expected: "(ExternalURL | string)",
|
|
3250
3255
|
value: elem
|
|
3251
3256
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3252
3257
|
method: "createAssert",
|
|
3253
|
-
path: _path + ".countryCodes[" +
|
|
3258
|
+
path: _path + ".countryCodes[" + _index32 + "]",
|
|
3254
3259
|
expected: "(ExternalURL | string)",
|
|
3255
3260
|
value: elem
|
|
3256
3261
|
}, _errorFactory)) && ("string" === typeof elem || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3257
3262
|
method: "createAssert",
|
|
3258
|
-
path: _path + ".countryCodes[" +
|
|
3263
|
+
path: _path + ".countryCodes[" + _index32 + "]",
|
|
3259
3264
|
expected: "(ExternalURL | string)",
|
|
3260
3265
|
value: elem
|
|
3261
|
-
}, _errorFactory)) && _ao0(elem, _path + ".countryCodes[" +
|
|
3266
|
+
}, _errorFactory)) && _ao0(elem, _path + ".countryCodes[" + _index32 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3262
3267
|
method: "createAssert",
|
|
3263
|
-
path: _path + ".countryCodes[" +
|
|
3268
|
+
path: _path + ".countryCodes[" + _index32 + "]",
|
|
3264
3269
|
expected: "(ExternalURL | string)",
|
|
3265
3270
|
value: elem
|
|
3266
3271
|
}, _errorFactory))) || "object" === typeof input.countryCodes && null !== input.countryCodes && _ao0(input.countryCodes, _path + ".countryCodes", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -3388,14 +3393,14 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
3388
3393
|
path: _path + ".from",
|
|
3389
3394
|
expected: "(Array<ExternalURL | ToJSONValuizableObject<{ currencyCodes: TokenPublicKeyString[]; to: TokenPublicKeyString[]; kycProviders?: string[]; }>> | ExternalURL)",
|
|
3390
3395
|
value: input.from
|
|
3391
|
-
}, _errorFactory)) && (Array.isArray(input.from) && input.from.every((elem,
|
|
3396
|
+
}, _errorFactory)) && (Array.isArray(input.from) && input.from.every((elem, _index33) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3392
3397
|
method: "createAssert",
|
|
3393
|
-
path: _path + ".from[" +
|
|
3398
|
+
path: _path + ".from[" + _index33 + "]",
|
|
3394
3399
|
expected: "(ExternalURL | ToJSONValuizableObject<__type>.o11)",
|
|
3395
3400
|
value: elem
|
|
3396
|
-
}, _errorFactory)) && _au0(elem, _path + ".from[" +
|
|
3401
|
+
}, _errorFactory)) && _au0(elem, _path + ".from[" + _index33 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3397
3402
|
method: "createAssert",
|
|
3398
|
-
path: _path + ".from[" +
|
|
3403
|
+
path: _path + ".from[" + _index33 + "]",
|
|
3399
3404
|
expected: "(ExternalURL | ToJSONValuizableObject<__type>.o11)",
|
|
3400
3405
|
value: elem
|
|
3401
3406
|
}, _errorFactory)) || "object" === typeof input.from && null !== input.from && _ao0(input.from, _path + ".from", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -3493,24 +3498,24 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
3493
3498
|
path: _path + ".currencyCodes",
|
|
3494
3499
|
expected: "(Array<TokenPublicKeyString | ExternalURL> | ExternalURL)",
|
|
3495
3500
|
value: input.currencyCodes
|
|
3496
|
-
}, _errorFactory)) && (Array.isArray(input.currencyCodes) && input.currencyCodes.every((elem,
|
|
3501
|
+
}, _errorFactory)) && (Array.isArray(input.currencyCodes) && input.currencyCodes.every((elem, _index34) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3497
3502
|
method: "createAssert",
|
|
3498
|
-
path: _path + ".currencyCodes[" +
|
|
3503
|
+
path: _path + ".currencyCodes[" + _index34 + "]",
|
|
3499
3504
|
expected: "(ExternalURL | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
|
|
3500
3505
|
value: elem
|
|
3501
3506
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3502
3507
|
method: "createAssert",
|
|
3503
|
-
path: _path + ".currencyCodes[" +
|
|
3508
|
+
path: _path + ".currencyCodes[" + _index34 + "]",
|
|
3504
3509
|
expected: "(ExternalURL | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
|
|
3505
3510
|
value: elem
|
|
3506
3511
|
}, _errorFactory)) && ("string" === typeof elem && (RegExp(/^keeta_am(.*)/).test(elem) || RegExp(/^keeta_an(.*)/).test(elem) || RegExp(/^keeta_ao(.*)/).test(elem) || RegExp(/^keeta_ap(.*)/).test(elem) || RegExp(/^tyblocks_am(.*)/).test(elem) || RegExp(/^tyblocks_an(.*)/).test(elem) || RegExp(/^tyblocks_ao(.*)/).test(elem) || RegExp(/^tyblocks_ap(.*)/).test(elem)) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3507
3512
|
method: "createAssert",
|
|
3508
|
-
path: _path + ".currencyCodes[" +
|
|
3513
|
+
path: _path + ".currencyCodes[" + _index34 + "]",
|
|
3509
3514
|
expected: "(ExternalURL | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
|
|
3510
3515
|
value: elem
|
|
3511
|
-
}, _errorFactory)) && _ao0(elem, _path + ".currencyCodes[" +
|
|
3516
|
+
}, _errorFactory)) && _ao0(elem, _path + ".currencyCodes[" + _index34 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3512
3517
|
method: "createAssert",
|
|
3513
|
-
path: _path + ".currencyCodes[" +
|
|
3518
|
+
path: _path + ".currencyCodes[" + _index34 + "]",
|
|
3514
3519
|
expected: "(ExternalURL | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
|
|
3515
3520
|
value: elem
|
|
3516
3521
|
}, _errorFactory))) || "object" === typeof input.currencyCodes && null !== input.currencyCodes && _ao0(input.currencyCodes, _path + ".currencyCodes", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -3533,24 +3538,24 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
3533
3538
|
path: _path + ".to",
|
|
3534
3539
|
expected: "(Array<TokenPublicKeyString | ExternalURL> | ExternalURL)",
|
|
3535
3540
|
value: input.to
|
|
3536
|
-
}, _errorFactory)) && (Array.isArray(input.to) && input.to.every((elem,
|
|
3541
|
+
}, _errorFactory)) && (Array.isArray(input.to) && input.to.every((elem, _index35) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3537
3542
|
method: "createAssert",
|
|
3538
|
-
path: _path + ".to[" +
|
|
3543
|
+
path: _path + ".to[" + _index35 + "]",
|
|
3539
3544
|
expected: "(ExternalURL | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
|
|
3540
3545
|
value: elem
|
|
3541
3546
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3542
3547
|
method: "createAssert",
|
|
3543
|
-
path: _path + ".to[" +
|
|
3548
|
+
path: _path + ".to[" + _index35 + "]",
|
|
3544
3549
|
expected: "(ExternalURL | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
|
|
3545
3550
|
value: elem
|
|
3546
3551
|
}, _errorFactory)) && ("string" === typeof elem && (RegExp(/^keeta_am(.*)/).test(elem) || RegExp(/^keeta_an(.*)/).test(elem) || RegExp(/^keeta_ao(.*)/).test(elem) || RegExp(/^keeta_ap(.*)/).test(elem) || RegExp(/^tyblocks_am(.*)/).test(elem) || RegExp(/^tyblocks_an(.*)/).test(elem) || RegExp(/^tyblocks_ao(.*)/).test(elem) || RegExp(/^tyblocks_ap(.*)/).test(elem)) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3547
3552
|
method: "createAssert",
|
|
3548
|
-
path: _path + ".to[" +
|
|
3553
|
+
path: _path + ".to[" + _index35 + "]",
|
|
3549
3554
|
expected: "(ExternalURL | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
|
|
3550
3555
|
value: elem
|
|
3551
|
-
}, _errorFactory)) && _ao0(elem, _path + ".to[" +
|
|
3556
|
+
}, _errorFactory)) && _ao0(elem, _path + ".to[" + _index35 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3552
3557
|
method: "createAssert",
|
|
3553
|
-
path: _path + ".to[" +
|
|
3558
|
+
path: _path + ".to[" + _index35 + "]",
|
|
3554
3559
|
expected: "(ExternalURL | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
|
|
3555
3560
|
value: elem
|
|
3556
3561
|
}, _errorFactory))) || "object" === typeof input.to && null !== input.to && _ao0(input.to, _path + ".to", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -3568,24 +3573,24 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
3568
3573
|
path: _path + ".kycProviders",
|
|
3569
3574
|
expected: "(Array<string | ExternalURL> | ExternalURL | undefined)",
|
|
3570
3575
|
value: input.kycProviders
|
|
3571
|
-
}, _errorFactory)) && (undefined === input.kycProviders || (Array.isArray(input.kycProviders) && input.kycProviders.every((elem,
|
|
3576
|
+
}, _errorFactory)) && (undefined === input.kycProviders || (Array.isArray(input.kycProviders) && input.kycProviders.every((elem, _index36) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3572
3577
|
method: "createAssert",
|
|
3573
|
-
path: _path + ".kycProviders[" +
|
|
3578
|
+
path: _path + ".kycProviders[" + _index36 + "]",
|
|
3574
3579
|
expected: "(ExternalURL | string)",
|
|
3575
3580
|
value: elem
|
|
3576
3581
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3577
3582
|
method: "createAssert",
|
|
3578
|
-
path: _path + ".kycProviders[" +
|
|
3583
|
+
path: _path + ".kycProviders[" + _index36 + "]",
|
|
3579
3584
|
expected: "(ExternalURL | string)",
|
|
3580
3585
|
value: elem
|
|
3581
3586
|
}, _errorFactory)) && ("string" === typeof elem || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3582
3587
|
method: "createAssert",
|
|
3583
|
-
path: _path + ".kycProviders[" +
|
|
3588
|
+
path: _path + ".kycProviders[" + _index36 + "]",
|
|
3584
3589
|
expected: "(ExternalURL | string)",
|
|
3585
3590
|
value: elem
|
|
3586
|
-
}, _errorFactory)) && _ao0(elem, _path + ".kycProviders[" +
|
|
3591
|
+
}, _errorFactory)) && _ao0(elem, _path + ".kycProviders[" + _index36 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3587
3592
|
method: "createAssert",
|
|
3588
|
-
path: _path + ".kycProviders[" +
|
|
3593
|
+
path: _path + ".kycProviders[" + _index36 + "]",
|
|
3589
3594
|
expected: "(ExternalURL | string)",
|
|
3590
3595
|
value: elem
|
|
3591
3596
|
}, _errorFactory))) || "object" === typeof input.kycProviders && null !== input.kycProviders && _ao0(input.kycProviders, _path + ".kycProviders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -3626,112 +3631,242 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
3626
3631
|
}, _errorFactory)) && ((null !== input.supportedAssets || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3627
3632
|
method: "createAssert",
|
|
3628
3633
|
path: _path + ".supportedAssets",
|
|
3629
|
-
expected: "(Array<ExternalURL | ToJSONValuizableObject<{ asset: TokenPublicKeyString
|
|
3634
|
+
expected: "(Array<ExternalURL | ToJSONValuizableObject<{ asset: ServiceMetadataCurrencyCodeCanonical | TokenPublicKeyString | [ServiceMetadataCurrencyCodeCanonical | TokenPublicKeyString, ServiceMetadataCurrencyCodeCanonical | TokenPublicKeyString]; paths: { ...; }[]; }>> | ExternalURL)",
|
|
3630
3635
|
value: input.supportedAssets
|
|
3631
3636
|
}, _errorFactory)) && (undefined !== input.supportedAssets || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3632
3637
|
method: "createAssert",
|
|
3633
3638
|
path: _path + ".supportedAssets",
|
|
3634
|
-
expected: "(Array<ExternalURL | ToJSONValuizableObject<{ asset: TokenPublicKeyString
|
|
3639
|
+
expected: "(Array<ExternalURL | ToJSONValuizableObject<{ asset: ServiceMetadataCurrencyCodeCanonical | TokenPublicKeyString | [ServiceMetadataCurrencyCodeCanonical | TokenPublicKeyString, ServiceMetadataCurrencyCodeCanonical | TokenPublicKeyString]; paths: { ...; }[]; }>> | ExternalURL)",
|
|
3635
3640
|
value: input.supportedAssets
|
|
3636
|
-
}, _errorFactory)) && (Array.isArray(input.supportedAssets) && input.supportedAssets.every((elem,
|
|
3641
|
+
}, _errorFactory)) && (Array.isArray(input.supportedAssets) && input.supportedAssets.every((elem, _index37) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3637
3642
|
method: "createAssert",
|
|
3638
|
-
path: _path + ".supportedAssets[" +
|
|
3643
|
+
path: _path + ".supportedAssets[" + _index37 + "]",
|
|
3639
3644
|
expected: "(ExternalURL | ToJSONValuizableObject<__type>.o15)",
|
|
3640
3645
|
value: elem
|
|
3641
|
-
}, _errorFactory)) && _au1(elem, _path + ".supportedAssets[" +
|
|
3646
|
+
}, _errorFactory)) && _au1(elem, _path + ".supportedAssets[" + _index37 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3642
3647
|
method: "createAssert",
|
|
3643
|
-
path: _path + ".supportedAssets[" +
|
|
3648
|
+
path: _path + ".supportedAssets[" + _index37 + "]",
|
|
3644
3649
|
expected: "(ExternalURL | ToJSONValuizableObject<__type>.o15)",
|
|
3645
3650
|
value: elem
|
|
3646
3651
|
}, _errorFactory)) || "object" === typeof input.supportedAssets && null !== input.supportedAssets && _ao0(input.supportedAssets, _path + ".supportedAssets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3647
3652
|
method: "createAssert",
|
|
3648
3653
|
path: _path + ".supportedAssets",
|
|
3649
|
-
expected: "(Array<ExternalURL | ToJSONValuizableObject<{ asset: TokenPublicKeyString
|
|
3654
|
+
expected: "(Array<ExternalURL | ToJSONValuizableObject<{ asset: ServiceMetadataCurrencyCodeCanonical | TokenPublicKeyString | [ServiceMetadataCurrencyCodeCanonical | TokenPublicKeyString, ServiceMetadataCurrencyCodeCanonical | TokenPublicKeyString]; paths: { ...; }[]; }>> | ExternalURL)",
|
|
3650
3655
|
value: input.supportedAssets
|
|
3651
3656
|
}, _errorFactory) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3652
3657
|
method: "createAssert",
|
|
3653
3658
|
path: _path + ".supportedAssets",
|
|
3654
|
-
expected: "(Array<ExternalURL | ToJSONValuizableObject<{ asset: TokenPublicKeyString
|
|
3659
|
+
expected: "(Array<ExternalURL | ToJSONValuizableObject<{ asset: ServiceMetadataCurrencyCodeCanonical | TokenPublicKeyString | [ServiceMetadataCurrencyCodeCanonical | TokenPublicKeyString, ServiceMetadataCurrencyCodeCanonical | TokenPublicKeyString]; paths: { ...; }[]; }>> | ExternalURL)",
|
|
3655
3660
|
value: input.supportedAssets
|
|
3656
3661
|
}, _errorFactory))); const _ao16 = (input, _path, _exceptionable = true) => (null !== input.initiateTransfer || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3657
3662
|
method: "createAssert",
|
|
3658
3663
|
path: _path + ".initiateTransfer",
|
|
3659
|
-
expected: "(ExternalURL | string | undefined)",
|
|
3664
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3660
3665
|
value: input.initiateTransfer
|
|
3661
3666
|
}, _errorFactory)) && (undefined === input.initiateTransfer || "string" === typeof input.initiateTransfer || ("object" === typeof input.initiateTransfer && null !== input.initiateTransfer || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3662
3667
|
method: "createAssert",
|
|
3663
3668
|
path: _path + ".initiateTransfer",
|
|
3664
|
-
expected: "(ExternalURL | string | undefined)",
|
|
3669
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3665
3670
|
value: input.initiateTransfer
|
|
3666
|
-
}, _errorFactory)) &&
|
|
3671
|
+
}, _errorFactory)) && _au19(input.initiateTransfer, _path + ".initiateTransfer", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3667
3672
|
method: "createAssert",
|
|
3668
3673
|
path: _path + ".initiateTransfer",
|
|
3669
|
-
expected: "(ExternalURL | string | undefined)",
|
|
3674
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3670
3675
|
value: input.initiateTransfer
|
|
3671
3676
|
}, _errorFactory)) && ((null !== input.getTransferStatus || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3672
3677
|
method: "createAssert",
|
|
3673
3678
|
path: _path + ".getTransferStatus",
|
|
3674
|
-
expected: "(ExternalURL | string | undefined)",
|
|
3679
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3675
3680
|
value: input.getTransferStatus
|
|
3676
3681
|
}, _errorFactory)) && (undefined === input.getTransferStatus || "string" === typeof input.getTransferStatus || ("object" === typeof input.getTransferStatus && null !== input.getTransferStatus || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3677
3682
|
method: "createAssert",
|
|
3678
3683
|
path: _path + ".getTransferStatus",
|
|
3679
|
-
expected: "(ExternalURL | string | undefined)",
|
|
3684
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3680
3685
|
value: input.getTransferStatus
|
|
3681
|
-
}, _errorFactory)) &&
|
|
3686
|
+
}, _errorFactory)) && _au19(input.getTransferStatus, _path + ".getTransferStatus", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3682
3687
|
method: "createAssert",
|
|
3683
3688
|
path: _path + ".getTransferStatus",
|
|
3684
|
-
expected: "(ExternalURL | string | undefined)",
|
|
3689
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3685
3690
|
value: input.getTransferStatus
|
|
3691
|
+
}, _errorFactory))) && ((null !== input.createPersistentForwardingTemplate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3692
|
+
method: "createAssert",
|
|
3693
|
+
path: _path + ".createPersistentForwardingTemplate",
|
|
3694
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3695
|
+
value: input.createPersistentForwardingTemplate
|
|
3696
|
+
}, _errorFactory)) && (undefined === input.createPersistentForwardingTemplate || "string" === typeof input.createPersistentForwardingTemplate || ("object" === typeof input.createPersistentForwardingTemplate && null !== input.createPersistentForwardingTemplate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3697
|
+
method: "createAssert",
|
|
3698
|
+
path: _path + ".createPersistentForwardingTemplate",
|
|
3699
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3700
|
+
value: input.createPersistentForwardingTemplate
|
|
3701
|
+
}, _errorFactory)) && _au19(input.createPersistentForwardingTemplate, _path + ".createPersistentForwardingTemplate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3702
|
+
method: "createAssert",
|
|
3703
|
+
path: _path + ".createPersistentForwardingTemplate",
|
|
3704
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3705
|
+
value: input.createPersistentForwardingTemplate
|
|
3706
|
+
}, _errorFactory))) && ((null !== input.listPersistentForwardingTemplate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3707
|
+
method: "createAssert",
|
|
3708
|
+
path: _path + ".listPersistentForwardingTemplate",
|
|
3709
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3710
|
+
value: input.listPersistentForwardingTemplate
|
|
3711
|
+
}, _errorFactory)) && (undefined === input.listPersistentForwardingTemplate || "string" === typeof input.listPersistentForwardingTemplate || ("object" === typeof input.listPersistentForwardingTemplate && null !== input.listPersistentForwardingTemplate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3712
|
+
method: "createAssert",
|
|
3713
|
+
path: _path + ".listPersistentForwardingTemplate",
|
|
3714
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3715
|
+
value: input.listPersistentForwardingTemplate
|
|
3716
|
+
}, _errorFactory)) && _au19(input.listPersistentForwardingTemplate, _path + ".listPersistentForwardingTemplate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3717
|
+
method: "createAssert",
|
|
3718
|
+
path: _path + ".listPersistentForwardingTemplate",
|
|
3719
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3720
|
+
value: input.listPersistentForwardingTemplate
|
|
3686
3721
|
}, _errorFactory))) && ((null !== input.createPersistentForwarding || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3687
3722
|
method: "createAssert",
|
|
3688
3723
|
path: _path + ".createPersistentForwarding",
|
|
3689
|
-
expected: "(ExternalURL | string | undefined)",
|
|
3724
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3690
3725
|
value: input.createPersistentForwarding
|
|
3691
3726
|
}, _errorFactory)) && (undefined === input.createPersistentForwarding || "string" === typeof input.createPersistentForwarding || ("object" === typeof input.createPersistentForwarding && null !== input.createPersistentForwarding || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3692
3727
|
method: "createAssert",
|
|
3693
3728
|
path: _path + ".createPersistentForwarding",
|
|
3694
|
-
expected: "(ExternalURL | string | undefined)",
|
|
3729
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3695
3730
|
value: input.createPersistentForwarding
|
|
3696
|
-
}, _errorFactory)) &&
|
|
3731
|
+
}, _errorFactory)) && _au19(input.createPersistentForwarding, _path + ".createPersistentForwarding", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3697
3732
|
method: "createAssert",
|
|
3698
3733
|
path: _path + ".createPersistentForwarding",
|
|
3699
|
-
expected: "(ExternalURL | string | undefined)",
|
|
3734
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3700
3735
|
value: input.createPersistentForwarding
|
|
3736
|
+
}, _errorFactory))) && ((null !== input.listPersistentForwarding || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3737
|
+
method: "createAssert",
|
|
3738
|
+
path: _path + ".listPersistentForwarding",
|
|
3739
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3740
|
+
value: input.listPersistentForwarding
|
|
3741
|
+
}, _errorFactory)) && (undefined === input.listPersistentForwarding || "string" === typeof input.listPersistentForwarding || ("object" === typeof input.listPersistentForwarding && null !== input.listPersistentForwarding || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3742
|
+
method: "createAssert",
|
|
3743
|
+
path: _path + ".listPersistentForwarding",
|
|
3744
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3745
|
+
value: input.listPersistentForwarding
|
|
3746
|
+
}, _errorFactory)) && _au19(input.listPersistentForwarding, _path + ".listPersistentForwarding", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3747
|
+
method: "createAssert",
|
|
3748
|
+
path: _path + ".listPersistentForwarding",
|
|
3749
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3750
|
+
value: input.listPersistentForwarding
|
|
3701
3751
|
}, _errorFactory))) && ((null !== input.listTransactions || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3702
3752
|
method: "createAssert",
|
|
3703
3753
|
path: _path + ".listTransactions",
|
|
3704
|
-
expected: "(ExternalURL | string | undefined)",
|
|
3754
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3705
3755
|
value: input.listTransactions
|
|
3706
3756
|
}, _errorFactory)) && (undefined === input.listTransactions || "string" === typeof input.listTransactions || ("object" === typeof input.listTransactions && null !== input.listTransactions || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3707
3757
|
method: "createAssert",
|
|
3708
3758
|
path: _path + ".listTransactions",
|
|
3709
|
-
expected: "(ExternalURL | string | undefined)",
|
|
3759
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3710
3760
|
value: input.listTransactions
|
|
3711
|
-
}, _errorFactory)) &&
|
|
3761
|
+
}, _errorFactory)) && _au19(input.listTransactions, _path + ".listTransactions", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3712
3762
|
method: "createAssert",
|
|
3713
3763
|
path: _path + ".listTransactions",
|
|
3714
|
-
expected: "(ExternalURL | string | undefined)",
|
|
3764
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3715
3765
|
value: input.listTransactions
|
|
3716
|
-
}, _errorFactory)))
|
|
3766
|
+
}, _errorFactory))) && ((null !== input.shareKYC || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3767
|
+
method: "createAssert",
|
|
3768
|
+
path: _path + ".shareKYC",
|
|
3769
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3770
|
+
value: input.shareKYC
|
|
3771
|
+
}, _errorFactory)) && (undefined === input.shareKYC || "string" === typeof input.shareKYC || ("object" === typeof input.shareKYC && null !== input.shareKYC || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3772
|
+
method: "createAssert",
|
|
3773
|
+
path: _path + ".shareKYC",
|
|
3774
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3775
|
+
value: input.shareKYC
|
|
3776
|
+
}, _errorFactory)) && _au19(input.shareKYC, _path + ".shareKYC", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3777
|
+
method: "createAssert",
|
|
3778
|
+
path: _path + ".shareKYC",
|
|
3779
|
+
expected: "(ExternalURL | __type | string | undefined)",
|
|
3780
|
+
value: input.shareKYC
|
|
3781
|
+
}, _errorFactory))); const _ao17 = (input, _path, _exceptionable = true) => ("string" === typeof input.url || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3782
|
+
method: "createAssert",
|
|
3783
|
+
path: _path + ".url",
|
|
3784
|
+
expected: "string",
|
|
3785
|
+
value: input.url
|
|
3786
|
+
}, _errorFactory)) && (undefined === input.options || ("object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3787
|
+
method: "createAssert",
|
|
3788
|
+
path: _path + ".options",
|
|
3789
|
+
expected: "(__type.o1 | undefined)",
|
|
3790
|
+
value: input.options
|
|
3791
|
+
}, _errorFactory)) && _ao18(input.options, _path + ".options", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3792
|
+
method: "createAssert",
|
|
3793
|
+
path: _path + ".options",
|
|
3794
|
+
expected: "(__type.o1 | undefined)",
|
|
3795
|
+
value: input.options
|
|
3796
|
+
}, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => undefined === input.authentication || ("object" === typeof input.authentication && null !== input.authentication || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3797
|
+
method: "createAssert",
|
|
3798
|
+
path: _path + ".authentication",
|
|
3799
|
+
expected: "(ServiceMetadataAuthenticationType | undefined)",
|
|
3800
|
+
value: input.authentication
|
|
3801
|
+
}, _errorFactory)) && _ao19(input.authentication, _path + ".authentication", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3802
|
+
method: "createAssert",
|
|
3803
|
+
path: _path + ".authentication",
|
|
3804
|
+
expected: "(ServiceMetadataAuthenticationType | undefined)",
|
|
3805
|
+
value: input.authentication
|
|
3806
|
+
}, _errorFactory); const _ao19 = (input, _path, _exceptionable = true) => ("keeta-account" === input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3807
|
+
method: "createAssert",
|
|
3808
|
+
path: _path + ".method",
|
|
3809
|
+
expected: "\"keeta-account\"",
|
|
3810
|
+
value: input.method
|
|
3811
|
+
}, _errorFactory)) && ("optional" === input.type || "required" === input.type || "none" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3812
|
+
method: "createAssert",
|
|
3813
|
+
path: _path + ".type",
|
|
3814
|
+
expected: "(\"none\" | \"optional\" | \"required\")",
|
|
3815
|
+
value: input.type
|
|
3816
|
+
}, _errorFactory)); const _ao20 = (input, _path, _exceptionable = true) => (null !== input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3717
3817
|
method: "createAssert",
|
|
3718
3818
|
path: _path + ".asset",
|
|
3719
|
-
expected: "(ExternalURL | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
|
|
3819
|
+
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\" | ExternalURL | [ServiceMetadataCurrencyCodeCanonical | TokenPublicKeyString, ServiceMetadataCurrencyCodeCanonical | TokenPublicKeyString] | `$${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}`)",
|
|
3720
3820
|
value: input.asset
|
|
3721
3821
|
}, _errorFactory)) && (undefined !== input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3722
3822
|
method: "createAssert",
|
|
3723
3823
|
path: _path + ".asset",
|
|
3724
|
-
expected: "(ExternalURL | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
|
|
3824
|
+
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\" | ExternalURL | [ServiceMetadataCurrencyCodeCanonical | TokenPublicKeyString, ServiceMetadataCurrencyCodeCanonical | TokenPublicKeyString] | `$${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}`)",
|
|
3725
3825
|
value: input.asset
|
|
3726
|
-
}, _errorFactory)) && ("string" === typeof 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)) || (
|
|
3826
|
+
}, _errorFactory)) && (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)) || (Array.isArray(input.asset) && ((input.asset.length === 2 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3727
3827
|
method: "createAssert",
|
|
3728
3828
|
path: _path + ".asset",
|
|
3729
|
-
expected: "(
|
|
3829
|
+
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}`), (\"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}`)]",
|
|
3730
3830
|
value: input.asset
|
|
3731
|
-
}, _errorFactory)) &&
|
|
3831
|
+
}, _errorFactory)) && ((null !== input.asset[0] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3832
|
+
method: "createAssert",
|
|
3833
|
+
path: _path + ".asset[0]",
|
|
3834
|
+
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}`)",
|
|
3835
|
+
value: input.asset[0]
|
|
3836
|
+
}, _errorFactory)) && (undefined !== input.asset[0] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3837
|
+
method: "createAssert",
|
|
3838
|
+
path: _path + ".asset[0]",
|
|
3839
|
+
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}`)",
|
|
3840
|
+
value: input.asset[0]
|
|
3841
|
+
}, _errorFactory)) && (true === _av39.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, {
|
|
3842
|
+
method: "createAssert",
|
|
3843
|
+
path: _path + ".asset[0]",
|
|
3844
|
+
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}`)",
|
|
3845
|
+
value: input.asset[0]
|
|
3846
|
+
}, _errorFactory))) && ((null !== input.asset[1] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3847
|
+
method: "createAssert",
|
|
3848
|
+
path: _path + ".asset[1]",
|
|
3849
|
+
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}`)",
|
|
3850
|
+
value: input.asset[1]
|
|
3851
|
+
}, _errorFactory)) && (undefined !== input.asset[1] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3852
|
+
method: "createAssert",
|
|
3853
|
+
path: _path + ".asset[1]",
|
|
3854
|
+
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}`)",
|
|
3855
|
+
value: input.asset[1]
|
|
3856
|
+
}, _errorFactory)) && (true === _av40.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, {
|
|
3857
|
+
method: "createAssert",
|
|
3858
|
+
path: _path + ".asset[1]",
|
|
3859
|
+
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}`)",
|
|
3860
|
+
value: input.asset[1]
|
|
3861
|
+
}, _errorFactory)))) || "object" === typeof input.asset && null !== input.asset && _ao0(input.asset, _path + ".asset", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3732
3862
|
method: "createAssert",
|
|
3733
3863
|
path: _path + ".asset",
|
|
3734
|
-
expected: "(ExternalURL | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
|
|
3864
|
+
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\" | ExternalURL | [ServiceMetadataCurrencyCodeCanonical | TokenPublicKeyString, ServiceMetadataCurrencyCodeCanonical | TokenPublicKeyString] | `$${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}`)",
|
|
3865
|
+
value: input.asset
|
|
3866
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3867
|
+
method: "createAssert",
|
|
3868
|
+
path: _path + ".asset",
|
|
3869
|
+
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\" | ExternalURL | [ServiceMetadataCurrencyCodeCanonical | TokenPublicKeyString, ServiceMetadataCurrencyCodeCanonical | TokenPublicKeyString] | `$${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}`)",
|
|
3735
3870
|
value: input.asset
|
|
3736
3871
|
}, _errorFactory)) && ((null !== input.paths || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3737
3872
|
method: "createAssert",
|
|
@@ -3743,14 +3878,14 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
3743
3878
|
path: _path + ".paths",
|
|
3744
3879
|
expected: "(Array<ExternalURL | ToJSONValuizableObject<{ pair: [AssetWithRailsMetadata, AssetWithRailsMetadata]; kycProviders?: string[]; }>> | ExternalURL)",
|
|
3745
3880
|
value: input.paths
|
|
3746
|
-
}, _errorFactory)) && (Array.isArray(input.paths) && input.paths.every((elem,
|
|
3881
|
+
}, _errorFactory)) && (Array.isArray(input.paths) && input.paths.every((elem, _index41) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3747
3882
|
method: "createAssert",
|
|
3748
|
-
path: _path + ".paths[" +
|
|
3883
|
+
path: _path + ".paths[" + _index41 + "]",
|
|
3749
3884
|
expected: "(ExternalURL | ToJSONValuizableObject<__type>.o16)",
|
|
3750
3885
|
value: elem
|
|
3751
|
-
}, _errorFactory)) && _au2(elem, _path + ".paths[" +
|
|
3886
|
+
}, _errorFactory)) && _au2(elem, _path + ".paths[" + _index41 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3752
3887
|
method: "createAssert",
|
|
3753
|
-
path: _path + ".paths[" +
|
|
3888
|
+
path: _path + ".paths[" + _index41 + "]",
|
|
3754
3889
|
expected: "(ExternalURL | ToJSONValuizableObject<__type>.o16)",
|
|
3755
3890
|
value: elem
|
|
3756
3891
|
}, _errorFactory)) || "object" === typeof input.paths && null !== input.paths && _ao0(input.paths, _path + ".paths", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -3763,7 +3898,7 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
3763
3898
|
path: _path + ".paths",
|
|
3764
3899
|
expected: "(Array<ExternalURL | ToJSONValuizableObject<{ pair: [AssetWithRailsMetadata, AssetWithRailsMetadata]; kycProviders?: string[]; }>> | ExternalURL)",
|
|
3765
3900
|
value: input.paths
|
|
3766
|
-
}, _errorFactory))); const
|
|
3901
|
+
}, _errorFactory))); const _ao21 = (input, _path, _exceptionable = true) => (null !== input.pair || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3767
3902
|
method: "createAssert",
|
|
3768
3903
|
path: _path + ".pair",
|
|
3769
3904
|
expected: "(ExternalURL | [ExternalURL | ToJSONValuizableObject<AssetWithRailsMetadata>, ExternalURL | ToJSONValuizableObject<AssetWithRailsMetadata>])",
|
|
@@ -3813,24 +3948,24 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
3813
3948
|
path: _path + ".kycProviders",
|
|
3814
3949
|
expected: "(Array<string | ExternalURL> | ExternalURL | undefined)",
|
|
3815
3950
|
value: input.kycProviders
|
|
3816
|
-
}, _errorFactory)) && (undefined === input.kycProviders || (Array.isArray(input.kycProviders) && input.kycProviders.every((elem,
|
|
3951
|
+
}, _errorFactory)) && (undefined === input.kycProviders || (Array.isArray(input.kycProviders) && input.kycProviders.every((elem, _index42) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3817
3952
|
method: "createAssert",
|
|
3818
|
-
path: _path + ".kycProviders[" +
|
|
3953
|
+
path: _path + ".kycProviders[" + _index42 + "]",
|
|
3819
3954
|
expected: "(ExternalURL | string)",
|
|
3820
3955
|
value: elem
|
|
3821
3956
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3822
3957
|
method: "createAssert",
|
|
3823
|
-
path: _path + ".kycProviders[" +
|
|
3958
|
+
path: _path + ".kycProviders[" + _index42 + "]",
|
|
3824
3959
|
expected: "(ExternalURL | string)",
|
|
3825
3960
|
value: elem
|
|
3826
3961
|
}, _errorFactory)) && ("string" === typeof elem || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3827
3962
|
method: "createAssert",
|
|
3828
|
-
path: _path + ".kycProviders[" +
|
|
3963
|
+
path: _path + ".kycProviders[" + _index42 + "]",
|
|
3829
3964
|
expected: "(ExternalURL | string)",
|
|
3830
3965
|
value: elem
|
|
3831
|
-
}, _errorFactory)) && _ao0(elem, _path + ".kycProviders[" +
|
|
3966
|
+
}, _errorFactory)) && _ao0(elem, _path + ".kycProviders[" + _index42 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3832
3967
|
method: "createAssert",
|
|
3833
|
-
path: _path + ".kycProviders[" +
|
|
3968
|
+
path: _path + ".kycProviders[" + _index42 + "]",
|
|
3834
3969
|
expected: "(ExternalURL | string)",
|
|
3835
3970
|
value: elem
|
|
3836
3971
|
}, _errorFactory))) || "object" === typeof input.kycProviders && null !== input.kycProviders && _ao0(input.kycProviders, _path + ".kycProviders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -3843,7 +3978,7 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
3843
3978
|
path: _path + ".kycProviders",
|
|
3844
3979
|
expected: "(Array<string | ExternalURL> | ExternalURL | undefined)",
|
|
3845
3980
|
value: input.kycProviders
|
|
3846
|
-
}, _errorFactory))); const
|
|
3981
|
+
}, _errorFactory))); const _ao22 = (input, _path, _exceptionable = true) => (null !== input.location || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3847
3982
|
method: "createAssert",
|
|
3848
3983
|
path: _path + ".location",
|
|
3849
3984
|
expected: "(ExternalURL | string)",
|
|
@@ -3886,234 +4021,234 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
3886
4021
|
}, _errorFactory))) && (("object" === typeof input.rails && null !== input.rails && false === Array.isArray(input.rails) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3887
4022
|
method: "createAssert",
|
|
3888
4023
|
path: _path + ".rails",
|
|
3889
|
-
expected: "(ExternalURL | ToJSONValuizableObject<{ inbound:
|
|
4024
|
+
expected: "(ExternalURL | ToJSONValuizableObject<{ inbound: Rail[]; outbound?: Rail[]; } & { common?: Rail[]; }> | ToJSONValuizableObject<{ inbound?: Rail[]; outbound: Rail[]; } & { common?: Rail[]; }> | ToJSONValuizableObject<{ inbound?: never; outbound?: never; } & { common?: Rail[]; }>)",
|
|
3890
4025
|
value: input.rails
|
|
3891
|
-
}, _errorFactory)) &&
|
|
4026
|
+
}, _errorFactory)) && _au20(input.rails, _path + ".rails", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3892
4027
|
method: "createAssert",
|
|
3893
4028
|
path: _path + ".rails",
|
|
3894
|
-
expected: "(ExternalURL | ToJSONValuizableObject<{ inbound:
|
|
4029
|
+
expected: "(ExternalURL | ToJSONValuizableObject<{ inbound: Rail[]; outbound?: Rail[]; } & { common?: Rail[]; }> | ToJSONValuizableObject<{ inbound?: Rail[]; outbound: Rail[]; } & { common?: Rail[]; }> | ToJSONValuizableObject<{ inbound?: never; outbound?: never; } & { common?: Rail[]; }>)",
|
|
3895
4030
|
value: input.rails
|
|
3896
|
-
}, _errorFactory)); const
|
|
4031
|
+
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => (null !== input.inbound || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3897
4032
|
method: "createAssert",
|
|
3898
4033
|
path: _path + ".inbound",
|
|
3899
|
-
expected: "(Array<
|
|
4034
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL)",
|
|
3900
4035
|
value: input.inbound
|
|
3901
4036
|
}, _errorFactory)) && (undefined !== input.inbound || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3902
4037
|
method: "createAssert",
|
|
3903
4038
|
path: _path + ".inbound",
|
|
3904
|
-
expected: "(Array<
|
|
4039
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL)",
|
|
3905
4040
|
value: input.inbound
|
|
3906
|
-
}, _errorFactory)) && (Array.isArray(input.inbound) && input.inbound.every((elem,
|
|
4041
|
+
}, _errorFactory)) && (Array.isArray(input.inbound) && input.inbound.every((elem, _index43) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3907
4042
|
method: "createAssert",
|
|
3908
|
-
path: _path + ".inbound[" +
|
|
3909
|
-
expected: "(
|
|
4043
|
+
path: _path + ".inbound[" + _index43 + "]",
|
|
4044
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
3910
4045
|
value: elem
|
|
3911
4046
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3912
4047
|
method: "createAssert",
|
|
3913
|
-
path: _path + ".inbound[" +
|
|
3914
|
-
expected: "(
|
|
4048
|
+
path: _path + ".inbound[" + _index43 + "]",
|
|
4049
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
3915
4050
|
value: elem
|
|
3916
|
-
}, _errorFactory)) && (
|
|
4051
|
+
}, _errorFactory)) && (true === _av44.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3917
4052
|
method: "createAssert",
|
|
3918
|
-
path: _path + ".inbound[" +
|
|
3919
|
-
expected: "(
|
|
4053
|
+
path: _path + ".inbound[" + _index43 + "]",
|
|
4054
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
3920
4055
|
value: elem
|
|
3921
|
-
}, _errorFactory)) && _ao0(elem, _path + ".inbound[" +
|
|
4056
|
+
}, _errorFactory)) && _ao0(elem, _path + ".inbound[" + _index43 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3922
4057
|
method: "createAssert",
|
|
3923
|
-
path: _path + ".inbound[" +
|
|
3924
|
-
expected: "(
|
|
4058
|
+
path: _path + ".inbound[" + _index43 + "]",
|
|
4059
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
3925
4060
|
value: elem
|
|
3926
4061
|
}, _errorFactory))) || "object" === typeof input.inbound && null !== input.inbound && _ao0(input.inbound, _path + ".inbound", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3927
4062
|
method: "createAssert",
|
|
3928
4063
|
path: _path + ".inbound",
|
|
3929
|
-
expected: "(Array<
|
|
4064
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL)",
|
|
3930
4065
|
value: input.inbound
|
|
3931
4066
|
}, _errorFactory) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3932
4067
|
method: "createAssert",
|
|
3933
4068
|
path: _path + ".inbound",
|
|
3934
|
-
expected: "(Array<
|
|
4069
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL)",
|
|
3935
4070
|
value: input.inbound
|
|
3936
4071
|
}, _errorFactory)) && ((null !== input.outbound || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3937
4072
|
method: "createAssert",
|
|
3938
4073
|
path: _path + ".outbound",
|
|
3939
|
-
expected: "(Array<
|
|
4074
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL | undefined)",
|
|
3940
4075
|
value: input.outbound
|
|
3941
|
-
}, _errorFactory)) && (undefined === input.outbound || (Array.isArray(input.outbound) && input.outbound.every((elem,
|
|
4076
|
+
}, _errorFactory)) && (undefined === input.outbound || (Array.isArray(input.outbound) && input.outbound.every((elem, _index45) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3942
4077
|
method: "createAssert",
|
|
3943
|
-
path: _path + ".outbound[" +
|
|
3944
|
-
expected: "(
|
|
4078
|
+
path: _path + ".outbound[" + _index45 + "]",
|
|
4079
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
3945
4080
|
value: elem
|
|
3946
4081
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3947
4082
|
method: "createAssert",
|
|
3948
|
-
path: _path + ".outbound[" +
|
|
3949
|
-
expected: "(
|
|
4083
|
+
path: _path + ".outbound[" + _index45 + "]",
|
|
4084
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
3950
4085
|
value: elem
|
|
3951
|
-
}, _errorFactory)) && (
|
|
4086
|
+
}, _errorFactory)) && (true === _av46.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3952
4087
|
method: "createAssert",
|
|
3953
|
-
path: _path + ".outbound[" +
|
|
3954
|
-
expected: "(
|
|
4088
|
+
path: _path + ".outbound[" + _index45 + "]",
|
|
4089
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
3955
4090
|
value: elem
|
|
3956
|
-
}, _errorFactory)) && _ao0(elem, _path + ".outbound[" +
|
|
4091
|
+
}, _errorFactory)) && _ao0(elem, _path + ".outbound[" + _index45 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3957
4092
|
method: "createAssert",
|
|
3958
|
-
path: _path + ".outbound[" +
|
|
3959
|
-
expected: "(
|
|
4093
|
+
path: _path + ".outbound[" + _index45 + "]",
|
|
4094
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
3960
4095
|
value: elem
|
|
3961
4096
|
}, _errorFactory))) || "object" === typeof input.outbound && null !== input.outbound && _ao0(input.outbound, _path + ".outbound", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3962
4097
|
method: "createAssert",
|
|
3963
4098
|
path: _path + ".outbound",
|
|
3964
|
-
expected: "(Array<
|
|
4099
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL | undefined)",
|
|
3965
4100
|
value: input.outbound
|
|
3966
4101
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3967
4102
|
method: "createAssert",
|
|
3968
4103
|
path: _path + ".outbound",
|
|
3969
|
-
expected: "(Array<
|
|
4104
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL | undefined)",
|
|
3970
4105
|
value: input.outbound
|
|
3971
4106
|
}, _errorFactory))) && ((null !== input.common || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3972
4107
|
method: "createAssert",
|
|
3973
4108
|
path: _path + ".common",
|
|
3974
|
-
expected: "(Array<
|
|
4109
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL | undefined)",
|
|
3975
4110
|
value: input.common
|
|
3976
|
-
}, _errorFactory)) && (undefined === input.common || (Array.isArray(input.common) && input.common.every((elem,
|
|
4111
|
+
}, _errorFactory)) && (undefined === input.common || (Array.isArray(input.common) && input.common.every((elem, _index47) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3977
4112
|
method: "createAssert",
|
|
3978
|
-
path: _path + ".common[" +
|
|
3979
|
-
expected: "(
|
|
4113
|
+
path: _path + ".common[" + _index47 + "]",
|
|
4114
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
3980
4115
|
value: elem
|
|
3981
4116
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3982
4117
|
method: "createAssert",
|
|
3983
|
-
path: _path + ".common[" +
|
|
3984
|
-
expected: "(
|
|
4118
|
+
path: _path + ".common[" + _index47 + "]",
|
|
4119
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
3985
4120
|
value: elem
|
|
3986
|
-
}, _errorFactory)) && (
|
|
4121
|
+
}, _errorFactory)) && (true === _av48.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3987
4122
|
method: "createAssert",
|
|
3988
|
-
path: _path + ".common[" +
|
|
3989
|
-
expected: "(
|
|
4123
|
+
path: _path + ".common[" + _index47 + "]",
|
|
4124
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
3990
4125
|
value: elem
|
|
3991
|
-
}, _errorFactory)) && _ao0(elem, _path + ".common[" +
|
|
4126
|
+
}, _errorFactory)) && _ao0(elem, _path + ".common[" + _index47 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3992
4127
|
method: "createAssert",
|
|
3993
|
-
path: _path + ".common[" +
|
|
3994
|
-
expected: "(
|
|
4128
|
+
path: _path + ".common[" + _index47 + "]",
|
|
4129
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
3995
4130
|
value: elem
|
|
3996
4131
|
}, _errorFactory))) || "object" === typeof input.common && null !== input.common && _ao0(input.common, _path + ".common", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3997
4132
|
method: "createAssert",
|
|
3998
4133
|
path: _path + ".common",
|
|
3999
|
-
expected: "(Array<
|
|
4134
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL | undefined)",
|
|
4000
4135
|
value: input.common
|
|
4001
4136
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4002
4137
|
method: "createAssert",
|
|
4003
4138
|
path: _path + ".common",
|
|
4004
|
-
expected: "(Array<
|
|
4139
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL | undefined)",
|
|
4005
4140
|
value: input.common
|
|
4006
|
-
}, _errorFactory))); const
|
|
4141
|
+
}, _errorFactory))); const _ao24 = (input, _path, _exceptionable = true) => (null !== input.inbound || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4007
4142
|
method: "createAssert",
|
|
4008
4143
|
path: _path + ".inbound",
|
|
4009
|
-
expected: "(Array<
|
|
4144
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL | undefined)",
|
|
4010
4145
|
value: input.inbound
|
|
4011
|
-
}, _errorFactory)) && (undefined === input.inbound || (Array.isArray(input.inbound) && input.inbound.every((elem,
|
|
4146
|
+
}, _errorFactory)) && (undefined === input.inbound || (Array.isArray(input.inbound) && input.inbound.every((elem, _index49) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4012
4147
|
method: "createAssert",
|
|
4013
|
-
path: _path + ".inbound[" +
|
|
4014
|
-
expected: "(
|
|
4148
|
+
path: _path + ".inbound[" + _index49 + "]",
|
|
4149
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
4015
4150
|
value: elem
|
|
4016
4151
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4017
4152
|
method: "createAssert",
|
|
4018
|
-
path: _path + ".inbound[" +
|
|
4019
|
-
expected: "(
|
|
4153
|
+
path: _path + ".inbound[" + _index49 + "]",
|
|
4154
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
4020
4155
|
value: elem
|
|
4021
|
-
}, _errorFactory)) && (
|
|
4156
|
+
}, _errorFactory)) && (true === _av50.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4022
4157
|
method: "createAssert",
|
|
4023
|
-
path: _path + ".inbound[" +
|
|
4024
|
-
expected: "(
|
|
4158
|
+
path: _path + ".inbound[" + _index49 + "]",
|
|
4159
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
4025
4160
|
value: elem
|
|
4026
|
-
}, _errorFactory)) && _ao0(elem, _path + ".inbound[" +
|
|
4161
|
+
}, _errorFactory)) && _ao0(elem, _path + ".inbound[" + _index49 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4027
4162
|
method: "createAssert",
|
|
4028
|
-
path: _path + ".inbound[" +
|
|
4029
|
-
expected: "(
|
|
4163
|
+
path: _path + ".inbound[" + _index49 + "]",
|
|
4164
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
4030
4165
|
value: elem
|
|
4031
4166
|
}, _errorFactory))) || "object" === typeof input.inbound && null !== input.inbound && _ao0(input.inbound, _path + ".inbound", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4032
4167
|
method: "createAssert",
|
|
4033
4168
|
path: _path + ".inbound",
|
|
4034
|
-
expected: "(Array<
|
|
4169
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL | undefined)",
|
|
4035
4170
|
value: input.inbound
|
|
4036
4171
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4037
4172
|
method: "createAssert",
|
|
4038
4173
|
path: _path + ".inbound",
|
|
4039
|
-
expected: "(Array<
|
|
4174
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL | undefined)",
|
|
4040
4175
|
value: input.inbound
|
|
4041
4176
|
}, _errorFactory)) && ((null !== input.outbound || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4042
4177
|
method: "createAssert",
|
|
4043
4178
|
path: _path + ".outbound",
|
|
4044
|
-
expected: "(Array<
|
|
4179
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL)",
|
|
4045
4180
|
value: input.outbound
|
|
4046
4181
|
}, _errorFactory)) && (undefined !== input.outbound || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4047
4182
|
method: "createAssert",
|
|
4048
4183
|
path: _path + ".outbound",
|
|
4049
|
-
expected: "(Array<
|
|
4184
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL)",
|
|
4050
4185
|
value: input.outbound
|
|
4051
|
-
}, _errorFactory)) && (Array.isArray(input.outbound) && input.outbound.every((elem,
|
|
4186
|
+
}, _errorFactory)) && (Array.isArray(input.outbound) && input.outbound.every((elem, _index51) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4052
4187
|
method: "createAssert",
|
|
4053
|
-
path: _path + ".outbound[" +
|
|
4054
|
-
expected: "(
|
|
4188
|
+
path: _path + ".outbound[" + _index51 + "]",
|
|
4189
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
4055
4190
|
value: elem
|
|
4056
4191
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4057
4192
|
method: "createAssert",
|
|
4058
|
-
path: _path + ".outbound[" +
|
|
4059
|
-
expected: "(
|
|
4193
|
+
path: _path + ".outbound[" + _index51 + "]",
|
|
4194
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
4060
4195
|
value: elem
|
|
4061
|
-
}, _errorFactory)) && (
|
|
4196
|
+
}, _errorFactory)) && (true === _av52.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4062
4197
|
method: "createAssert",
|
|
4063
|
-
path: _path + ".outbound[" +
|
|
4064
|
-
expected: "(
|
|
4198
|
+
path: _path + ".outbound[" + _index51 + "]",
|
|
4199
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
4065
4200
|
value: elem
|
|
4066
|
-
}, _errorFactory)) && _ao0(elem, _path + ".outbound[" +
|
|
4201
|
+
}, _errorFactory)) && _ao0(elem, _path + ".outbound[" + _index51 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4067
4202
|
method: "createAssert",
|
|
4068
|
-
path: _path + ".outbound[" +
|
|
4069
|
-
expected: "(
|
|
4203
|
+
path: _path + ".outbound[" + _index51 + "]",
|
|
4204
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
4070
4205
|
value: elem
|
|
4071
4206
|
}, _errorFactory))) || "object" === typeof input.outbound && null !== input.outbound && _ao0(input.outbound, _path + ".outbound", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4072
4207
|
method: "createAssert",
|
|
4073
4208
|
path: _path + ".outbound",
|
|
4074
|
-
expected: "(Array<
|
|
4209
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL)",
|
|
4075
4210
|
value: input.outbound
|
|
4076
4211
|
}, _errorFactory) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4077
4212
|
method: "createAssert",
|
|
4078
4213
|
path: _path + ".outbound",
|
|
4079
|
-
expected: "(Array<
|
|
4214
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL)",
|
|
4080
4215
|
value: input.outbound
|
|
4081
4216
|
}, _errorFactory))) && ((null !== input.common || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4082
4217
|
method: "createAssert",
|
|
4083
4218
|
path: _path + ".common",
|
|
4084
|
-
expected: "(Array<
|
|
4219
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL | undefined)",
|
|
4085
4220
|
value: input.common
|
|
4086
|
-
}, _errorFactory)) && (undefined === input.common || (Array.isArray(input.common) && input.common.every((elem,
|
|
4221
|
+
}, _errorFactory)) && (undefined === input.common || (Array.isArray(input.common) && input.common.every((elem, _index53) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4087
4222
|
method: "createAssert",
|
|
4088
|
-
path: _path + ".common[" +
|
|
4089
|
-
expected: "(
|
|
4223
|
+
path: _path + ".common[" + _index53 + "]",
|
|
4224
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
4090
4225
|
value: elem
|
|
4091
4226
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4092
4227
|
method: "createAssert",
|
|
4093
|
-
path: _path + ".common[" +
|
|
4094
|
-
expected: "(
|
|
4228
|
+
path: _path + ".common[" + _index53 + "]",
|
|
4229
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
4095
4230
|
value: elem
|
|
4096
|
-
}, _errorFactory)) && (
|
|
4231
|
+
}, _errorFactory)) && (true === _av54.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4097
4232
|
method: "createAssert",
|
|
4098
|
-
path: _path + ".common[" +
|
|
4099
|
-
expected: "(
|
|
4233
|
+
path: _path + ".common[" + _index53 + "]",
|
|
4234
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
4100
4235
|
value: elem
|
|
4101
|
-
}, _errorFactory)) && _ao0(elem, _path + ".common[" +
|
|
4236
|
+
}, _errorFactory)) && _ao0(elem, _path + ".common[" + _index53 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4102
4237
|
method: "createAssert",
|
|
4103
|
-
path: _path + ".common[" +
|
|
4104
|
-
expected: "(
|
|
4238
|
+
path: _path + ".common[" + _index53 + "]",
|
|
4239
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
4105
4240
|
value: elem
|
|
4106
4241
|
}, _errorFactory))) || "object" === typeof input.common && null !== input.common && _ao0(input.common, _path + ".common", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4107
4242
|
method: "createAssert",
|
|
4108
4243
|
path: _path + ".common",
|
|
4109
|
-
expected: "(Array<
|
|
4244
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL | undefined)",
|
|
4110
4245
|
value: input.common
|
|
4111
4246
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4112
4247
|
method: "createAssert",
|
|
4113
4248
|
path: _path + ".common",
|
|
4114
|
-
expected: "(Array<
|
|
4249
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL | undefined)",
|
|
4115
4250
|
value: input.common
|
|
4116
|
-
}, _errorFactory))); const
|
|
4251
|
+
}, _errorFactory))); const _ao25 = (input, _path, _exceptionable = true) => (undefined === input.inbound || ("object" === typeof input.inbound && null !== input.inbound || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4117
4252
|
method: "createAssert",
|
|
4118
4253
|
path: _path + ".inbound",
|
|
4119
4254
|
expected: "(ExternalURL | undefined)",
|
|
@@ -4136,39 +4271,39 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
4136
4271
|
}, _errorFactory)) && ((null !== input.common || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4137
4272
|
method: "createAssert",
|
|
4138
4273
|
path: _path + ".common",
|
|
4139
|
-
expected: "(Array<
|
|
4274
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL | undefined)",
|
|
4140
4275
|
value: input.common
|
|
4141
|
-
}, _errorFactory)) && (undefined === input.common || (Array.isArray(input.common) && input.common.every((elem,
|
|
4276
|
+
}, _errorFactory)) && (undefined === input.common || (Array.isArray(input.common) && input.common.every((elem, _index55) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4142
4277
|
method: "createAssert",
|
|
4143
|
-
path: _path + ".common[" +
|
|
4144
|
-
expected: "(
|
|
4278
|
+
path: _path + ".common[" + _index55 + "]",
|
|
4279
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
4145
4280
|
value: elem
|
|
4146
4281
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4147
4282
|
method: "createAssert",
|
|
4148
|
-
path: _path + ".common[" +
|
|
4149
|
-
expected: "(
|
|
4283
|
+
path: _path + ".common[" + _index55 + "]",
|
|
4284
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
4150
4285
|
value: elem
|
|
4151
|
-
}, _errorFactory)) && (
|
|
4286
|
+
}, _errorFactory)) && (true === _av56.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4152
4287
|
method: "createAssert",
|
|
4153
|
-
path: _path + ".common[" +
|
|
4154
|
-
expected: "(
|
|
4288
|
+
path: _path + ".common[" + _index55 + "]",
|
|
4289
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
4155
4290
|
value: elem
|
|
4156
|
-
}, _errorFactory)) && _ao0(elem, _path + ".common[" +
|
|
4291
|
+
}, _errorFactory)) && _ao0(elem, _path + ".common[" + _index55 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4157
4292
|
method: "createAssert",
|
|
4158
|
-
path: _path + ".common[" +
|
|
4159
|
-
expected: "(
|
|
4293
|
+
path: _path + ".common[" + _index55 + "]",
|
|
4294
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\" | ExternalURL)",
|
|
4160
4295
|
value: elem
|
|
4161
4296
|
}, _errorFactory))) || "object" === typeof input.common && null !== input.common && _ao0(input.common, _path + ".common", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4162
4297
|
method: "createAssert",
|
|
4163
4298
|
path: _path + ".common",
|
|
4164
|
-
expected: "(Array<
|
|
4299
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL | undefined)",
|
|
4165
4300
|
value: input.common
|
|
4166
4301
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4167
4302
|
method: "createAssert",
|
|
4168
4303
|
path: _path + ".common",
|
|
4169
|
-
expected: "(Array<
|
|
4304
|
+
expected: "(Array<Rail | ExternalURL> | ExternalURL | undefined)",
|
|
4170
4305
|
value: input.common
|
|
4171
|
-
}, _errorFactory))); const
|
|
4306
|
+
}, _errorFactory))); const _ao26 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
4172
4307
|
const value = input[key];
|
|
4173
4308
|
if (undefined === value)
|
|
4174
4309
|
return true;
|
|
@@ -4177,13 +4312,13 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
4177
4312
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
4178
4313
|
expected: "(ExternalURL | ToJSONValuizableObject<__type>.o18)",
|
|
4179
4314
|
value: value
|
|
4180
|
-
}, _errorFactory)) &&
|
|
4315
|
+
}, _errorFactory)) && _au21(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4181
4316
|
method: "createAssert",
|
|
4182
4317
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
4183
4318
|
expected: "(ExternalURL | ToJSONValuizableObject<__type>.o18)",
|
|
4184
4319
|
value: value
|
|
4185
4320
|
}, _errorFactory);
|
|
4186
|
-
}); const
|
|
4321
|
+
}); const _ao27 = (input, _path, _exceptionable = true) => (null !== input.workInProgress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4187
4322
|
method: "createAssert",
|
|
4188
4323
|
path: _path + ".workInProgress",
|
|
4189
4324
|
expected: "(ExternalURL | true | undefined)",
|
|
@@ -4214,7 +4349,7 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
4214
4349
|
if (undefined !== input.external)
|
|
4215
4350
|
return _ao0(input, _path, true && _exceptionable);
|
|
4216
4351
|
else if (undefined !== input.asset)
|
|
4217
|
-
return
|
|
4352
|
+
return _ao20(input, _path, true && _exceptionable);
|
|
4218
4353
|
else
|
|
4219
4354
|
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4220
4355
|
method: "createAssert",
|
|
@@ -4226,7 +4361,7 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
4226
4361
|
if (undefined !== input.external)
|
|
4227
4362
|
return _ao0(input, _path, true && _exceptionable);
|
|
4228
4363
|
else if (undefined !== input.pair)
|
|
4229
|
-
return
|
|
4364
|
+
return _ao21(input, _path, true && _exceptionable);
|
|
4230
4365
|
else
|
|
4231
4366
|
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4232
4367
|
method: "createAssert",
|
|
@@ -4238,7 +4373,7 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
4238
4373
|
if (undefined !== input.external)
|
|
4239
4374
|
return _ao0(input, _path, true && _exceptionable);
|
|
4240
4375
|
else if (undefined !== input.location)
|
|
4241
|
-
return
|
|
4376
|
+
return _ao22(input, _path, true && _exceptionable);
|
|
4242
4377
|
else
|
|
4243
4378
|
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4244
4379
|
method: "createAssert",
|
|
@@ -4280,7 +4415,7 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
4280
4415
|
if (undefined !== input.external)
|
|
4281
4416
|
return _ao0(input, _path, true && _exceptionable);
|
|
4282
4417
|
else
|
|
4283
|
-
return
|
|
4418
|
+
return _ao26(input, _path, true && _exceptionable);
|
|
4284
4419
|
})(); const _au11 = (input, _path, _exceptionable = true) => (() => {
|
|
4285
4420
|
if (undefined !== input.external)
|
|
4286
4421
|
return _ao0(input, _path, true && _exceptionable);
|
|
@@ -4360,18 +4495,23 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
4360
4495
|
if (undefined !== input.external)
|
|
4361
4496
|
return _ao0(input, _path, true && _exceptionable);
|
|
4362
4497
|
else
|
|
4363
|
-
return
|
|
4498
|
+
return _ao17(input, _path, true && _exceptionable);
|
|
4499
|
+
})(); const _au20 = (input, _path, _exceptionable = true) => (() => {
|
|
4500
|
+
if (undefined !== input.external)
|
|
4501
|
+
return _ao0(input, _path, true && _exceptionable);
|
|
4502
|
+
else
|
|
4503
|
+
return _ao25(input, _path, false && _exceptionable) || _ao24(input, _path, false && _exceptionable) || _ao23(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4364
4504
|
method: "createAssert",
|
|
4365
4505
|
path: _path,
|
|
4366
|
-
expected: "(ToJSONValuizableObject<{ inbound?: never; outbound?: never; } & { common?:
|
|
4506
|
+
expected: "(ToJSONValuizableObject<{ inbound?: never; outbound?: never; } & { common?: Rail[]; }> | ToJSONValuizableObject<{ inbound?: Rail[]; outbound: Rail[]; } & { common?: Rail[]; }> | ToJSONValuizableObject<{ inbound: Rail[]; outbound?: Rail[]; } & { common?: Rail[]; }>)",
|
|
4367
4507
|
value: input
|
|
4368
4508
|
}, _errorFactory);
|
|
4369
|
-
})(); const
|
|
4509
|
+
})(); const _au21 = (input, _path, _exceptionable = true) => (() => {
|
|
4370
4510
|
if (undefined !== input.external)
|
|
4371
4511
|
return _ao0(input, _path, true && _exceptionable);
|
|
4372
4512
|
else
|
|
4373
|
-
return
|
|
4374
|
-
})(); const
|
|
4513
|
+
return _ao27(input, _path, true && _exceptionable);
|
|
4514
|
+
})(); const _au22 = (input, _path, _exceptionable = true) => (() => {
|
|
4375
4515
|
if (undefined !== input.external)
|
|
4376
4516
|
return _ao0(input, _path, true && _exceptionable);
|
|
4377
4517
|
else if (undefined !== input.version)
|
|
@@ -4383,7 +4523,7 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
4383
4523
|
expected: "(ExternalURL | ToJSONValuizableObject<ServiceMetadata>)",
|
|
4384
4524
|
value: input
|
|
4385
4525
|
}, _errorFactory);
|
|
4386
|
-
})(); const __is = input => "object" === typeof input && null !== input &&
|
|
4526
|
+
})(); const __is = input => "object" === typeof input && null !== input && _iu22(input); let _errorFactory; return (input, errorFactory) => {
|
|
4387
4527
|
if (false === __is(input)) {
|
|
4388
4528
|
_errorFactory = errorFactory;
|
|
4389
4529
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
@@ -4391,7 +4531,7 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
4391
4531
|
path: _path + "",
|
|
4392
4532
|
expected: "(ExternalURL | ToJSONValuizableObject<ServiceMetadata>)",
|
|
4393
4533
|
value: input
|
|
4394
|
-
}, _errorFactory)) &&
|
|
4534
|
+
}, _errorFactory)) && _au22(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
4395
4535
|
method: "createAssert",
|
|
4396
4536
|
path: _path + "",
|
|
4397
4537
|
expected: "(ExternalURL | ToJSONValuizableObject<ServiceMetadata>)",
|
|
@@ -4400,7 +4540,7 @@ const assertServiceMetadata = (() => { const _io0 = input => "2b828e33-2692-46e9
|
|
|
4400
4540
|
}
|
|
4401
4541
|
return input;
|
|
4402
4542
|
}; })();
|
|
4403
|
-
const assertKeetaSupportedAssets = (() => { const _io0 = input => "string" === typeof 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.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) && (undefined === 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))) && "string" === typeof input.id; const _io3 = input => Array.isArray(input.inbound) && input.inbound.every(elem => "ACH_SEND" === elem || "ACH_DEBIT" === elem || "KEETA_SEND" === elem || "EVM_SEND" === elem || "EVM_CALL" === elem) && (undefined === input.outbound || Array.isArray(input.outbound) && input.outbound.every(elem => "ACH_SEND" === elem || "ACH_DEBIT" === elem || "KEETA_SEND" === elem || "EVM_SEND" === elem || "EVM_CALL" === elem)) && (undefined === input.common || Array.isArray(input.common) && input.common.every(elem => "ACH_SEND" === elem || "ACH_DEBIT" === elem || "KEETA_SEND" === elem || "EVM_SEND" === elem || "EVM_CALL" === elem)); const _io4 = input => (undefined === input.inbound || Array.isArray(input.inbound) && input.inbound.every(elem => "ACH_SEND" === elem || "ACH_DEBIT" === elem || "KEETA_SEND" === elem || "EVM_SEND" === elem || "EVM_CALL" === elem)) && (Array.isArray(input.outbound) && input.outbound.every(elem => "ACH_SEND" === elem || "ACH_DEBIT" === elem || "KEETA_SEND" === elem || "EVM_SEND" === elem || "EVM_CALL" === elem)) && (undefined === input.common || Array.isArray(input.common) && input.common.every(elem => "ACH_SEND" === elem || "ACH_DEBIT" === elem || "KEETA_SEND" === elem || "EVM_SEND" === elem || "EVM_CALL" === 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 => "ACH_SEND" === elem || "ACH_DEBIT" === elem || "KEETA_SEND" === elem || "EVM_SEND" === elem || "EVM_CALL" === elem)); const _iu0 = input => (() => {
|
|
4543
|
+
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", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _iv10 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _iv12 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _iv14 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _iv16 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _iv18 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _iv20 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); 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", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _av30 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _av32 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _av34 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _av36 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _av38 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); const _av40 = new Set(["ACH", "ACH_DEBIT", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "WIRE", "WIRE_RECEIVE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "CLABE_PUSH", "SEPA_PUSH"]); 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)))) && "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 => (() => {
|
|
4404
4544
|
if (_io5(input))
|
|
4405
4545
|
return _io5(input);
|
|
4406
4546
|
if (_io4(input))
|
|
@@ -4408,24 +4548,74 @@ const assertKeetaSupportedAssets = (() => { const _io0 = input => "string" === t
|
|
|
4408
4548
|
if (_io3(input))
|
|
4409
4549
|
return _io3(input);
|
|
4410
4550
|
return false;
|
|
4411
|
-
})(); const _ao0 = (input, _path, _exceptionable = true) => (
|
|
4551
|
+
})(); const _ao0 = (input, _path, _exceptionable = true) => (null !== input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4552
|
+
method: "createAssert",
|
|
4553
|
+
path: _path + ".asset",
|
|
4554
|
+
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}`)",
|
|
4555
|
+
value: input.asset
|
|
4556
|
+
}, _errorFactory)) && (undefined !== input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4557
|
+
method: "createAssert",
|
|
4558
|
+
path: _path + ".asset",
|
|
4559
|
+
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}`)",
|
|
4560
|
+
value: input.asset
|
|
4561
|
+
}, _errorFactory)) && (true === _av22.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, {
|
|
4562
|
+
method: "createAssert",
|
|
4563
|
+
path: _path + ".asset",
|
|
4564
|
+
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}`)",
|
|
4565
|
+
value: input.asset
|
|
4566
|
+
}, _errorFactory)) && ((input.asset.length === 2 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4412
4567
|
method: "createAssert",
|
|
4413
4568
|
path: _path + ".asset",
|
|
4414
|
-
expected: "(`keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
|
|
4569
|
+
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}`), (\"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}`)]",
|
|
4570
|
+
value: input.asset
|
|
4571
|
+
}, _errorFactory)) && ((null !== input.asset[0] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4572
|
+
method: "createAssert",
|
|
4573
|
+
path: _path + ".asset[0]",
|
|
4574
|
+
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}`)",
|
|
4575
|
+
value: input.asset[0]
|
|
4576
|
+
}, _errorFactory)) && (undefined !== input.asset[0] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4577
|
+
method: "createAssert",
|
|
4578
|
+
path: _path + ".asset[0]",
|
|
4579
|
+
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}`)",
|
|
4580
|
+
value: input.asset[0]
|
|
4581
|
+
}, _errorFactory)) && (true === _av23.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, {
|
|
4582
|
+
method: "createAssert",
|
|
4583
|
+
path: _path + ".asset[0]",
|
|
4584
|
+
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}`)",
|
|
4585
|
+
value: input.asset[0]
|
|
4586
|
+
}, _errorFactory))) && ((null !== input.asset[1] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4587
|
+
method: "createAssert",
|
|
4588
|
+
path: _path + ".asset[1]",
|
|
4589
|
+
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}`)",
|
|
4590
|
+
value: input.asset[1]
|
|
4591
|
+
}, _errorFactory)) && (undefined !== input.asset[1] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4592
|
+
method: "createAssert",
|
|
4593
|
+
path: _path + ".asset[1]",
|
|
4594
|
+
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}`)",
|
|
4595
|
+
value: input.asset[1]
|
|
4596
|
+
}, _errorFactory)) && (true === _av24.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, {
|
|
4597
|
+
method: "createAssert",
|
|
4598
|
+
path: _path + ".asset[1]",
|
|
4599
|
+
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}`)",
|
|
4600
|
+
value: input.asset[1]
|
|
4601
|
+
}, _errorFactory)))) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4602
|
+
method: "createAssert",
|
|
4603
|
+
path: _path + ".asset",
|
|
4604
|
+
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}`)",
|
|
4415
4605
|
value: input.asset
|
|
4416
4606
|
}, _errorFactory)) && ((Array.isArray(input.paths) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4417
4607
|
method: "createAssert",
|
|
4418
4608
|
path: _path + ".paths",
|
|
4419
4609
|
expected: "Array<AssetPath>",
|
|
4420
4610
|
value: input.paths
|
|
4421
|
-
}, _errorFactory)) && input.paths.every((elem,
|
|
4611
|
+
}, _errorFactory)) && input.paths.every((elem, _index25) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4422
4612
|
method: "createAssert",
|
|
4423
|
-
path: _path + ".paths[" +
|
|
4613
|
+
path: _path + ".paths[" + _index25 + "]",
|
|
4424
4614
|
expected: "AssetPath",
|
|
4425
4615
|
value: elem
|
|
4426
|
-
}, _errorFactory)) && _ao1(elem, _path + ".paths[" +
|
|
4616
|
+
}, _errorFactory)) && _ao1(elem, _path + ".paths[" + _index25 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4427
4617
|
method: "createAssert",
|
|
4428
|
-
path: _path + ".paths[" +
|
|
4618
|
+
path: _path + ".paths[" + _index25 + "]",
|
|
4429
4619
|
expected: "AssetPath",
|
|
4430
4620
|
value: elem
|
|
4431
4621
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -4473,9 +4663,9 @@ const assertKeetaSupportedAssets = (() => { const _io0 = input => "string" === t
|
|
|
4473
4663
|
path: _path + ".kycProviders",
|
|
4474
4664
|
expected: "(Array<string> | undefined)",
|
|
4475
4665
|
value: input.kycProviders
|
|
4476
|
-
}, _errorFactory)) && input.kycProviders.every((elem,
|
|
4666
|
+
}, _errorFactory)) && input.kycProviders.every((elem, _index26) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4477
4667
|
method: "createAssert",
|
|
4478
|
-
path: _path + ".kycProviders[" +
|
|
4668
|
+
path: _path + ".kycProviders[" + _index26 + "]",
|
|
4479
4669
|
expected: "string",
|
|
4480
4670
|
value: elem
|
|
4481
4671
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -4493,12 +4683,17 @@ const assertKeetaSupportedAssets = (() => { const _io0 = input => "string" === t
|
|
|
4493
4683
|
path: _path + ".rails",
|
|
4494
4684
|
expected: "({ inbound: Rail[]; outbound?: Rail[]; } & { common?: Rail[]; } | { inbound?: Rail[]; outbound: Rail[]; } & { common?: Rail[]; } | { inbound?: never; outbound?: never; } & { common?: Rail[]; })",
|
|
4495
4685
|
value: input.rails
|
|
4496
|
-
}, _errorFactory)) && (
|
|
4686
|
+
}, _errorFactory)) && ((null !== input.location || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4687
|
+
method: "createAssert",
|
|
4688
|
+
path: _path + ".location",
|
|
4689
|
+
expected: "(\"bank-account:clabe\" | \"bank-account:iban-swift\" | \"bank-account:pix\" | \"bank-account:us\" | `chain:evm:${bigint}` | `chain:keeta:${bigint}` | undefined)",
|
|
4690
|
+
value: input.location
|
|
4691
|
+
}, _errorFactory)) && (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)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4497
4692
|
method: "createAssert",
|
|
4498
4693
|
path: _path + ".location",
|
|
4499
|
-
expected: "(`chain:evm:${bigint}` | `chain:keeta:${bigint}` | undefined)",
|
|
4694
|
+
expected: "(\"bank-account:clabe\" | \"bank-account:iban-swift\" | \"bank-account:pix\" | \"bank-account:us\" | `chain:evm:${bigint}` | `chain:keeta:${bigint}` | undefined)",
|
|
4500
4695
|
value: input.location
|
|
4501
|
-
}, _errorFactory)) && ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4696
|
+
}, _errorFactory))) && ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4502
4697
|
method: "createAssert",
|
|
4503
4698
|
path: _path + ".id",
|
|
4504
4699
|
expected: "string",
|
|
@@ -4508,10 +4703,10 @@ const assertKeetaSupportedAssets = (() => { const _io0 = input => "string" === t
|
|
|
4508
4703
|
path: _path + ".inbound",
|
|
4509
4704
|
expected: "Array<Rail>",
|
|
4510
4705
|
value: input.inbound
|
|
4511
|
-
}, _errorFactory)) && input.inbound.every((elem,
|
|
4706
|
+
}, _errorFactory)) && input.inbound.every((elem, _index27) => true === _av28.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4512
4707
|
method: "createAssert",
|
|
4513
|
-
path: _path + ".inbound[" +
|
|
4514
|
-
expected: "(\"ACH_DEBIT\" | \"
|
|
4708
|
+
path: _path + ".inbound[" + _index27 + "]",
|
|
4709
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\")",
|
|
4515
4710
|
value: elem
|
|
4516
4711
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4517
4712
|
method: "createAssert",
|
|
@@ -4523,10 +4718,10 @@ const assertKeetaSupportedAssets = (() => { const _io0 = input => "string" === t
|
|
|
4523
4718
|
path: _path + ".outbound",
|
|
4524
4719
|
expected: "(Array<Rail> | undefined)",
|
|
4525
4720
|
value: input.outbound
|
|
4526
|
-
}, _errorFactory)) && input.outbound.every((elem,
|
|
4721
|
+
}, _errorFactory)) && input.outbound.every((elem, _index29) => true === _av30.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4527
4722
|
method: "createAssert",
|
|
4528
|
-
path: _path + ".outbound[" +
|
|
4529
|
-
expected: "(\"ACH_DEBIT\" | \"
|
|
4723
|
+
path: _path + ".outbound[" + _index29 + "]",
|
|
4724
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\")",
|
|
4530
4725
|
value: elem
|
|
4531
4726
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4532
4727
|
method: "createAssert",
|
|
@@ -4538,10 +4733,10 @@ const assertKeetaSupportedAssets = (() => { const _io0 = input => "string" === t
|
|
|
4538
4733
|
path: _path + ".common",
|
|
4539
4734
|
expected: "(Array<Rail> | undefined)",
|
|
4540
4735
|
value: input.common
|
|
4541
|
-
}, _errorFactory)) && input.common.every((elem,
|
|
4736
|
+
}, _errorFactory)) && input.common.every((elem, _index31) => true === _av32.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4542
4737
|
method: "createAssert",
|
|
4543
|
-
path: _path + ".common[" +
|
|
4544
|
-
expected: "(\"ACH_DEBIT\" | \"
|
|
4738
|
+
path: _path + ".common[" + _index31 + "]",
|
|
4739
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\")",
|
|
4545
4740
|
value: elem
|
|
4546
4741
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4547
4742
|
method: "createAssert",
|
|
@@ -4553,10 +4748,10 @@ const assertKeetaSupportedAssets = (() => { const _io0 = input => "string" === t
|
|
|
4553
4748
|
path: _path + ".inbound",
|
|
4554
4749
|
expected: "(Array<Rail> | undefined)",
|
|
4555
4750
|
value: input.inbound
|
|
4556
|
-
}, _errorFactory)) && input.inbound.every((elem,
|
|
4751
|
+
}, _errorFactory)) && input.inbound.every((elem, _index33) => true === _av34.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4557
4752
|
method: "createAssert",
|
|
4558
|
-
path: _path + ".inbound[" +
|
|
4559
|
-
expected: "(\"ACH_DEBIT\" | \"
|
|
4753
|
+
path: _path + ".inbound[" + _index33 + "]",
|
|
4754
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\")",
|
|
4560
4755
|
value: elem
|
|
4561
4756
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4562
4757
|
method: "createAssert",
|
|
@@ -4568,10 +4763,10 @@ const assertKeetaSupportedAssets = (() => { const _io0 = input => "string" === t
|
|
|
4568
4763
|
path: _path + ".outbound",
|
|
4569
4764
|
expected: "Array<Rail>",
|
|
4570
4765
|
value: input.outbound
|
|
4571
|
-
}, _errorFactory)) && input.outbound.every((elem,
|
|
4766
|
+
}, _errorFactory)) && input.outbound.every((elem, _index35) => true === _av36.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4572
4767
|
method: "createAssert",
|
|
4573
|
-
path: _path + ".outbound[" +
|
|
4574
|
-
expected: "(\"ACH_DEBIT\" | \"
|
|
4768
|
+
path: _path + ".outbound[" + _index35 + "]",
|
|
4769
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\")",
|
|
4575
4770
|
value: elem
|
|
4576
4771
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4577
4772
|
method: "createAssert",
|
|
@@ -4583,10 +4778,10 @@ const assertKeetaSupportedAssets = (() => { const _io0 = input => "string" === t
|
|
|
4583
4778
|
path: _path + ".common",
|
|
4584
4779
|
expected: "(Array<Rail> | undefined)",
|
|
4585
4780
|
value: input.common
|
|
4586
|
-
}, _errorFactory)) && input.common.every((elem,
|
|
4781
|
+
}, _errorFactory)) && input.common.every((elem, _index37) => true === _av38.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4587
4782
|
method: "createAssert",
|
|
4588
|
-
path: _path + ".common[" +
|
|
4589
|
-
expected: "(\"ACH_DEBIT\" | \"
|
|
4783
|
+
path: _path + ".common[" + _index37 + "]",
|
|
4784
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\")",
|
|
4590
4785
|
value: elem
|
|
4591
4786
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4592
4787
|
method: "createAssert",
|
|
@@ -4618,10 +4813,10 @@ const assertKeetaSupportedAssets = (() => { const _io0 = input => "string" === t
|
|
|
4618
4813
|
path: _path + ".common",
|
|
4619
4814
|
expected: "(Array<Rail> | undefined)",
|
|
4620
4815
|
value: input.common
|
|
4621
|
-
}, _errorFactory)) && input.common.every((elem,
|
|
4816
|
+
}, _errorFactory)) && input.common.every((elem, _index39) => true === _av40.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4622
4817
|
method: "createAssert",
|
|
4623
|
-
path: _path + ".common[" +
|
|
4624
|
-
expected: "(\"ACH_DEBIT\" | \"
|
|
4818
|
+
path: _path + ".common[" + _index39 + "]",
|
|
4819
|
+
expected: "(\"ACH\" | \"ACH_DEBIT\" | \"CLABE_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"KEETA_SEND\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | \"WIRE_RECEIVE\")",
|
|
4625
4820
|
value: elem
|
|
4626
4821
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4627
4822
|
method: "createAssert",
|
|
@@ -4641,14 +4836,14 @@ const assertKeetaSupportedAssets = (() => { const _io0 = input => "string" === t
|
|
|
4641
4836
|
path: _path + "",
|
|
4642
4837
|
expected: "Array<SupportedAssets>",
|
|
4643
4838
|
value: input
|
|
4644
|
-
}, _errorFactory)) && input.every((elem,
|
|
4839
|
+
}, _errorFactory)) && input.every((elem, _index21) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(true, {
|
|
4645
4840
|
method: "createAssert",
|
|
4646
|
-
path: _path + "[" +
|
|
4841
|
+
path: _path + "[" + _index21 + "]",
|
|
4647
4842
|
expected: "SupportedAssets",
|
|
4648
4843
|
value: elem
|
|
4649
|
-
}, _errorFactory)) && _ao0(elem, _path + "[" +
|
|
4844
|
+
}, _errorFactory)) && _ao0(elem, _path + "[" + _index21 + "]", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
4650
4845
|
method: "createAssert",
|
|
4651
|
-
path: _path + "[" +
|
|
4846
|
+
path: _path + "[" + _index21 + "]",
|
|
4652
4847
|
expected: "SupportedAssets",
|
|
4653
4848
|
value: elem
|
|
4654
4849
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(true, {
|
|
@@ -5335,54 +5530,83 @@ class Resolver {
|
|
|
5335
5530
|
return (retval);
|
|
5336
5531
|
}
|
|
5337
5532
|
async filterSupportedAssets(assetService, criteria = {}) {
|
|
5338
|
-
|
|
5339
|
-
throw (new Error('Asset movement service does not support rail search criteria'));
|
|
5340
|
-
}
|
|
5341
|
-
const assetCanonical = criteria.asset ? convertAssetSearchInputToCanonical(criteria.asset) : undefined;
|
|
5533
|
+
const assetCanonical = criteria.asset ? convertAssetOrPairSearchInputToCanonical(criteria.asset) : undefined;
|
|
5342
5534
|
const fromCanonical = criteria.from ? convertAssetLocationInputToCanonical(criteria.from) : undefined;
|
|
5343
5535
|
const toCanonical = criteria.to ? convertAssetLocationInputToCanonical(criteria.to) : undefined;
|
|
5344
5536
|
const resolvedService = await Metadata.fullyResolveValuizable(assetService.supportedAssets);
|
|
5345
5537
|
const supportedAssets = assertKeetaSupportedAssets(resolvedService);
|
|
5346
5538
|
const filteredAssetMovement = [];
|
|
5347
5539
|
for (const supportedAsset of supportedAssets) {
|
|
5348
|
-
|
|
5349
|
-
|
|
5350
|
-
|
|
5351
|
-
|
|
5352
|
-
|
|
5353
|
-
|
|
5354
|
-
for (const pair of path.pair) {
|
|
5355
|
-
if (pair.location === fromCanonical) {
|
|
5356
|
-
const commonPairMatch = pair.rails.common && pair.rails.common.length > 0;
|
|
5357
|
-
const outboundPairMatch = pair.rails.outbound && pair.rails.outbound.length > 0;
|
|
5358
|
-
if (commonPairMatch || outboundPairMatch) {
|
|
5359
|
-
fromMatch = true;
|
|
5360
|
-
}
|
|
5361
|
-
}
|
|
5540
|
+
let matchFound = false;
|
|
5541
|
+
for (const path of supportedAsset.paths) {
|
|
5542
|
+
const pairSorted = [...path.pair];
|
|
5543
|
+
if (fromCanonical) {
|
|
5544
|
+
if (pairSorted[0]?.location !== fromCanonical) {
|
|
5545
|
+
pairSorted.reverse();
|
|
5362
5546
|
}
|
|
5363
5547
|
}
|
|
5364
|
-
if (
|
|
5548
|
+
else if (toCanonical) {
|
|
5549
|
+
if (pairSorted[1]?.location !== toCanonical) {
|
|
5550
|
+
pairSorted.reverse();
|
|
5551
|
+
}
|
|
5552
|
+
}
|
|
5553
|
+
if (fromCanonical && pairSorted[0].location !== fromCanonical) {
|
|
5365
5554
|
continue;
|
|
5366
5555
|
}
|
|
5367
|
-
|
|
5368
|
-
|
|
5369
|
-
|
|
5370
|
-
|
|
5371
|
-
|
|
5372
|
-
if (
|
|
5373
|
-
|
|
5374
|
-
|
|
5375
|
-
|
|
5376
|
-
|
|
5556
|
+
if (toCanonical && pairSorted[1].location !== toCanonical) {
|
|
5557
|
+
continue;
|
|
5558
|
+
}
|
|
5559
|
+
if (assetCanonical) {
|
|
5560
|
+
if (typeof assetCanonical === 'string') {
|
|
5561
|
+
if (!([pairSorted[0].id, pairSorted[1].id].includes(assetCanonical))) {
|
|
5562
|
+
continue;
|
|
5563
|
+
}
|
|
5564
|
+
}
|
|
5565
|
+
else {
|
|
5566
|
+
if (fromCanonical || toCanonical) {
|
|
5567
|
+
if (pairSorted[0].id !== assetCanonical.from || pairSorted[1].id !== assetCanonical.to) {
|
|
5568
|
+
continue;
|
|
5569
|
+
}
|
|
5570
|
+
}
|
|
5571
|
+
else {
|
|
5572
|
+
const eitherId = new Set([pairSorted[0].id, pairSorted[1].id]);
|
|
5573
|
+
if (!(eitherId.has(assetCanonical.from)) || !(eitherId.has(assetCanonical.to))) {
|
|
5574
|
+
continue;
|
|
5377
5575
|
}
|
|
5378
5576
|
}
|
|
5379
5577
|
}
|
|
5380
5578
|
}
|
|
5381
|
-
|
|
5579
|
+
const [from /* , to */] = pairSorted;
|
|
5580
|
+
// XXX:TODO what rails do we want to check here? This is just inbound
|
|
5581
|
+
const supportedRails = [...(from.rails.inbound ?? []), ...(from.rails.common ?? [])];
|
|
5582
|
+
if (supportedRails.length === 0) {
|
|
5382
5583
|
continue;
|
|
5383
5584
|
}
|
|
5585
|
+
if (criteria.rail !== undefined) {
|
|
5586
|
+
if (typeof criteria.rail === 'string') {
|
|
5587
|
+
if (!supportedRails.includes(criteria.rail)) {
|
|
5588
|
+
continue;
|
|
5589
|
+
}
|
|
5590
|
+
}
|
|
5591
|
+
else {
|
|
5592
|
+
let railMatchFound = false;
|
|
5593
|
+
for (const checkRail of criteria.rail) {
|
|
5594
|
+
if (supportedRails.includes(checkRail)) {
|
|
5595
|
+
railMatchFound = true;
|
|
5596
|
+
break;
|
|
5597
|
+
}
|
|
5598
|
+
}
|
|
5599
|
+
if (!railMatchFound) {
|
|
5600
|
+
continue;
|
|
5601
|
+
}
|
|
5602
|
+
}
|
|
5603
|
+
}
|
|
5604
|
+
matchFound = true;
|
|
5605
|
+
break;
|
|
5606
|
+
}
|
|
5607
|
+
if (matchFound) {
|
|
5608
|
+
filteredAssetMovement.push(supportedAsset);
|
|
5384
5609
|
}
|
|
5385
|
-
filteredAssetMovement.push(supportedAsset);
|
|
5386
5610
|
}
|
|
5387
5611
|
return (filteredAssetMovement);
|
|
5388
5612
|
}
|
|
@@ -5594,7 +5818,7 @@ class Resolver {
|
|
|
5594
5818
|
}
|
|
5595
5819
|
const assetMovementServices = await services.assetMovement('object');
|
|
5596
5820
|
const allAssets = new Set();
|
|
5597
|
-
await Promise.all(Object.values(assetMovementServices).map(async
|
|
5821
|
+
await Promise.all(Object.values(assetMovementServices).map(async (service) => {
|
|
5598
5822
|
if (service === undefined) {
|
|
5599
5823
|
throw (new Error('assetMovement has undefined service entry'));
|
|
5600
5824
|
}
|
|
@@ -5603,7 +5827,7 @@ class Resolver {
|
|
|
5603
5827
|
throw (new Error('service entry is missing "supportedAssets"'));
|
|
5604
5828
|
}
|
|
5605
5829
|
const supportedAssets = await serviceEntry.supportedAssets('array');
|
|
5606
|
-
await Promise.all(supportedAssets.map(async
|
|
5830
|
+
await Promise.all(supportedAssets.map(async (supportedAsset) => {
|
|
5607
5831
|
if (supportedAsset === undefined) {
|
|
5608
5832
|
throw (new Error('supportedAsset entry is undefined'));
|
|
5609
5833
|
}
|
|
@@ -5611,12 +5835,29 @@ class Resolver {
|
|
|
5611
5835
|
if (!('asset' in assetEntry) || assetEntry.asset === undefined) {
|
|
5612
5836
|
throw (new Error('asset is missing from supportedAsset entry'));
|
|
5613
5837
|
}
|
|
5614
|
-
const asset = await assetEntry.asset('
|
|
5615
|
-
|
|
5616
|
-
if (
|
|
5617
|
-
|
|
5838
|
+
const asset = await assetEntry.asset('any');
|
|
5839
|
+
let toAddAssets;
|
|
5840
|
+
if (typeof asset === 'string') {
|
|
5841
|
+
toAddAssets = [asset];
|
|
5842
|
+
}
|
|
5843
|
+
else if (Array.isArray(asset) && asset[0] && asset[1]) {
|
|
5844
|
+
toAddAssets = [await asset[0]('string'), await asset[1]('string')];
|
|
5845
|
+
}
|
|
5846
|
+
else {
|
|
5847
|
+
throw (new Error('unsupported asset type in supportedAsset entry'));
|
|
5848
|
+
}
|
|
5849
|
+
for (const asset of toAddAssets) {
|
|
5850
|
+
try {
|
|
5851
|
+
const checkTokenObject = KeetaNetAccount.fromPublicKeyString(asset);
|
|
5852
|
+
if (!checkTokenObject.isToken()) {
|
|
5853
|
+
throw (new Error('Not a token account'));
|
|
5854
|
+
}
|
|
5855
|
+
allAssets.add(checkTokenObject.publicKeyString.get());
|
|
5856
|
+
}
|
|
5857
|
+
catch (error) {
|
|
5858
|
+
this.#logger?.debug(`Resolver:${this.id}`, 'Invalid token public key in supportedAsset entry:', asset, ' -- ignoring:', error);
|
|
5859
|
+
}
|
|
5618
5860
|
}
|
|
5619
|
-
allAssets.add(checkTokenObject.publicKeyString.get());
|
|
5620
5861
|
}));
|
|
5621
5862
|
}));
|
|
5622
5863
|
return ([...allAssets]);
|