@keetanetwork/anchor 0.0.53 → 0.0.60

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.
Files changed (95) hide show
  1. package/lib/asset.d.ts +18 -4
  2. package/lib/asset.d.ts.map +1 -1
  3. package/lib/asset.js +18 -0
  4. package/lib/asset.js.map +1 -1
  5. package/lib/chaining-graph.cli.d.ts +2 -0
  6. package/lib/chaining-graph.cli.d.ts.map +1 -0
  7. package/lib/chaining-graph.cli.js +257 -0
  8. package/lib/chaining-graph.cli.js.map +1 -0
  9. package/lib/chaining.d.ts +247 -0
  10. package/lib/chaining.d.ts.map +1 -0
  11. package/lib/chaining.js +1187 -0
  12. package/lib/chaining.js.map +1 -0
  13. package/lib/metadata.types.d.ts +28 -0
  14. package/lib/metadata.types.d.ts.map +1 -0
  15. package/lib/metadata.types.generated.d.ts +3 -0
  16. package/lib/metadata.types.generated.d.ts.map +1 -0
  17. package/lib/metadata.types.generated.js +15 -0
  18. package/lib/metadata.types.generated.js.map +1 -0
  19. package/lib/metadata.types.js +50 -0
  20. package/lib/metadata.types.js.map +1 -0
  21. package/lib/queue/drivers/queue_postgres.d.ts +20 -3
  22. package/lib/queue/drivers/queue_postgres.d.ts.map +1 -1
  23. package/lib/queue/drivers/queue_postgres.js +152 -40
  24. package/lib/queue/drivers/queue_postgres.js.map +1 -1
  25. package/lib/resolver.d.ts +15 -19
  26. package/lib/resolver.d.ts.map +1 -1
  27. package/lib/resolver.js +1106 -504
  28. package/lib/resolver.js.map +1 -1
  29. package/npm-shrinkwrap.json +2 -2
  30. package/package.json +1 -1
  31. package/services/asset-movement/client.d.ts +31 -12
  32. package/services/asset-movement/client.d.ts.map +1 -1
  33. package/services/asset-movement/client.js +247 -25
  34. package/services/asset-movement/client.js.map +1 -1
  35. package/services/asset-movement/common.d.ts +142 -62
  36. package/services/asset-movement/common.d.ts.map +1 -1
  37. package/services/asset-movement/common.generated.d.ts +51 -0
  38. package/services/asset-movement/common.generated.d.ts.map +1 -0
  39. package/services/asset-movement/common.generated.js +54492 -0
  40. package/services/asset-movement/common.generated.js.map +1 -0
  41. package/services/asset-movement/common.js +25 -35368
  42. package/services/asset-movement/common.js.map +1 -1
  43. package/services/asset-movement/lib/data/addresses/bank-account/ca.d.ts +4 -0
  44. package/services/asset-movement/lib/data/addresses/bank-account/ca.d.ts.map +1 -0
  45. package/services/asset-movement/lib/data/addresses/bank-account/ca.js +49 -0
  46. package/services/asset-movement/lib/data/addresses/bank-account/ca.js.map +1 -0
  47. package/services/asset-movement/lib/data/addresses/bank-account/index.generated.d.ts +4 -0
  48. package/services/asset-movement/lib/data/addresses/bank-account/index.generated.d.ts.map +1 -1
  49. package/services/asset-movement/lib/data/addresses/bank-account/index.generated.js +4 -0
  50. package/services/asset-movement/lib/data/addresses/bank-account/index.generated.js.map +1 -1
  51. package/services/asset-movement/lib/data/addresses/bank-account/interac.d.ts.map +1 -1
  52. package/services/asset-movement/lib/data/addresses/bank-account/interac.js +9 -20
  53. package/services/asset-movement/lib/data/addresses/bank-account/interac.js.map +1 -1
  54. package/services/asset-movement/lib/data/addresses/bank-account/pix.d.ts.map +1 -1
  55. package/services/asset-movement/lib/data/addresses/bank-account/pix.js +3 -2
  56. package/services/asset-movement/lib/data/addresses/bank-account/pix.js.map +1 -1
  57. package/services/asset-movement/lib/data/addresses/bank-account/uae.d.ts +4 -0
  58. package/services/asset-movement/lib/data/addresses/bank-account/uae.d.ts.map +1 -0
  59. package/services/asset-movement/lib/data/addresses/bank-account/uae.js +45 -0
  60. package/services/asset-movement/lib/data/addresses/bank-account/uae.js.map +1 -0
  61. package/services/asset-movement/lib/data/addresses/types.generated.d.ts +260 -52
  62. package/services/asset-movement/lib/data/addresses/types.generated.d.ts.map +1 -1
  63. package/services/asset-movement/lib/data/addresses/types.generated.js +252 -35
  64. package/services/asset-movement/lib/data/addresses/types.generated.js.map +1 -1
  65. package/services/asset-movement/lib/location.d.ts +10 -1
  66. package/services/asset-movement/lib/location.d.ts.map +1 -1
  67. package/services/asset-movement/lib/location.generated.d.ts +2 -1
  68. package/services/asset-movement/lib/location.generated.d.ts.map +1 -1
  69. package/services/asset-movement/lib/location.generated.js +25 -2
  70. package/services/asset-movement/lib/location.generated.js.map +1 -1
  71. package/services/asset-movement/lib/location.js +3 -0
  72. package/services/asset-movement/lib/location.js.map +1 -1
  73. package/services/asset-movement/server.d.ts +21 -6
  74. package/services/asset-movement/server.d.ts.map +1 -1
  75. package/services/asset-movement/server.js +69 -3
  76. package/services/asset-movement/server.js.map +1 -1
  77. package/services/fx/client.d.ts +3 -2
  78. package/services/fx/client.d.ts.map +1 -1
  79. package/services/fx/client.js +8 -3
  80. package/services/fx/client.js.map +1 -1
  81. package/services/fx/server.d.ts +2 -1
  82. package/services/fx/server.d.ts.map +1 -1
  83. package/services/fx/server.js +3 -0
  84. package/services/fx/server.js.map +1 -1
  85. package/services/storage/clients/contacts.generated.js +686 -310
  86. package/services/storage/clients/contacts.generated.js.map +1 -1
  87. package/services/storage/common.d.ts +7 -1
  88. package/services/storage/common.d.ts.map +1 -1
  89. package/services/storage/common.js.map +1 -1
  90. package/services/storage/server.js +1 -1
  91. package/services/storage/server.js.map +1 -1
  92. package/services/storage/test-utils.d.ts +1 -0
  93. package/services/storage/test-utils.d.ts.map +1 -1
  94. package/services/storage/test-utils.js +3 -0
  95. package/services/storage/test-utils.js.map +1 -1
package/lib/resolver.js CHANGED
@@ -284,7 +284,7 @@ const isExternalURL = (() => { const _io0 = input => "2b828e33-2692-46e9-817e-9b
284
284
  * access the mutable stats object.
285
285
  */
286
286
  const statsAccessToken = Symbol('statsAccessToken');
287
- const assertServiceMetadata = (() => { 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 _iv13 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _iv16 = new Set(["bank-account:bcr-pay", "bank-account:card", "bank-account:clabe", "bank-account:duit-now", "bank-account:fps", "bank-account:hk-fps", "bank-account:iban-swift", "bank-account:interac", "bank-account:pay-now", "bank-account:pix", "bank-account:upi", "bank-account:us", "mobile-wallet:airtel-money", "mobile-wallet:bkash", "mobile-wallet:easy-paisa", "mobile-wallet:finja-wallet", "mobile-wallet:jazz-cash", "mobile-wallet:mtn-mobile-money", "mobile-wallet:nagad", "mobile-wallet:naya-pay", "mobile-wallet:paypal", "mobile-wallet:rocket", "mobile-wallet:sada-pay", "mobile-wallet:venmo"]); const _iv18 = new Set(["ACH", "ACH_DEBIT", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "CARD_PULL", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv20 = new Set(["ACH", "ACH_DEBIT", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "CARD_PULL", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv22 = new Set(["ACH", "ACH_DEBIT", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "CARD_PULL", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv23 = new Set(["ACH", "ACH_DEBIT", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "CARD_PULL", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv24 = 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 _iv25 = 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 _iv27 = new Set(["ACH", "ACH_DEBIT", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "CARD_PULL", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv29 = new Set(["ACH", "ACH_DEBIT", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "CARD_PULL", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv31 = new Set(["ACH", "ACH_DEBIT", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "CARD_PULL", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv33 = new Set(["ACH", "ACH_DEBIT", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "CARD_PULL", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av47 = 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 _av48 = 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 _av49 = 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 _av52 = new Set(["bank-account:bcr-pay", "bank-account:card", "bank-account:clabe", "bank-account:duit-now", "bank-account:fps", "bank-account:hk-fps", "bank-account:iban-swift", "bank-account:interac", "bank-account:pay-now", "bank-account:pix", "bank-account:upi", "bank-account:us", "mobile-wallet:airtel-money", "mobile-wallet:bkash", "mobile-wallet:easy-paisa", "mobile-wallet:finja-wallet", "mobile-wallet:jazz-cash", "mobile-wallet:mtn-mobile-money", "mobile-wallet:nagad", "mobile-wallet:naya-pay", "mobile-wallet:paypal", "mobile-wallet:rocket", "mobile-wallet:sada-pay", "mobile-wallet:venmo"]); const _av54 = new Set(["ACH", "ACH_DEBIT", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "CARD_PULL", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av56 = new Set(["ACH", "ACH_DEBIT", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "CARD_PULL", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av58 = new Set(["ACH", "ACH_DEBIT", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "CARD_PULL", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av59 = new Set(["ACH", "ACH_DEBIT", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "CARD_PULL", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av60 = 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 _av61 = 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 _av63 = new Set(["ACH", "ACH_DEBIT", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "CARD_PULL", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av65 = new Set(["ACH", "ACH_DEBIT", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "CARD_PULL", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av67 = new Set(["ACH", "ACH_DEBIT", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "CARD_PULL", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av69 = new Set(["ACH", "ACH_DEBIT", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "CARD_PULL", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); 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) && _iu6(input.currencyMap)) && ("object" === typeof input.services && null !== input.services && false === Array.isArray(input.services) && _iu7(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 => {
287
+ const assertServiceMetadata = (() => { const _iv12 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _iv13 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _iv14 = new Set(["AFN", "EUR", "ALL", "DZD", "USD", "AOA", "XCD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "XOF", "BMD", "INR", "BTN", "BOB", "BOV", "BAM", "BWP", "NOK", "BRL", "BND", "BGN", "BIF", "CVE", "KHR", "XAF", "CAD", "KYD", "CLP", "CLF", "CNY", "COP", "COU", "KMF", "CDF", "NZD", "CRC", "CUP", "CUC", "ANG", "CZK", "DKK", "DJF", "DOP", "EGP", "SVC", "ERN", "SZL", "ETB", "FKP", "FJD", "XPF", "GMD", "GEL", "GHS", "GIP", "GTQ", "GBP", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "IDR", "IRR", "IQD", "ILS", "JMD", "JPY", "JOD", "KZT", "KES", "KPW", "KRW", "KWD", "KGS", "LAK", "LBP", "LSL", "ZAR", "LRD", "LYD", "CHF", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRU", "MUR", "MXN", "MXV", "MDL", "MNT", "MAD", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "OMR", "PKR", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "WST", "STN", "SAR", "RSD", "SCR", "SLL", "SLE", "SGD", "SBD", "SOS", "SSP", "LKR", "SDG", "SRD", "SEK", "CHE", "CHW", "SYP", "TWD", "TJS", "TZS", "THB", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "USN", "UYU", "UYI", "UYW", "UZS", "VUV", "VES", "VED", "VND", "YER", "ZMW", "ZWL"]); const _iv17 = new Set(["bank-account:bcr-pay", "bank-account:ca", "bank-account:card", "bank-account:clabe", "bank-account:duit-now", "bank-account:fps", "bank-account:hk-fps", "bank-account:iban-swift", "bank-account:interac", "bank-account:pay-now", "bank-account:pix", "bank-account:uae", "bank-account:upi", "bank-account:us", "mobile-wallet:airtel-money", "mobile-wallet:bkash", "mobile-wallet:easy-paisa", "mobile-wallet:finja-wallet", "mobile-wallet:jazz-cash", "mobile-wallet:mtn-mobile-money", "mobile-wallet:nagad", "mobile-wallet:naya-pay", "mobile-wallet:paypal", "mobile-wallet:rocket", "mobile-wallet:sada-pay", "mobile-wallet:venmo"]); const _iv18 = 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 _iv20 = new Set(["ACH_DEBIT", "CARD_PULL", "ACH", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "CA_PUSH", "AE_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv22 = new Set(["ACH_DEBIT", "CARD_PULL", "ACH", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "CA_PUSH", "AE_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv24 = new Set(["ACH_DEBIT", "CARD_PULL", "ACH", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "CA_PUSH", "AE_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv25 = new Set(["ACH_DEBIT", "CARD_PULL", "ACH", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "CA_PUSH", "AE_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv26 = 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 _iv27 = 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 _iv29 = new Set(["ACH_DEBIT", "CARD_PULL", "ACH", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "CA_PUSH", "AE_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv31 = new Set(["ACH_DEBIT", "CARD_PULL", "ACH", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "CA_PUSH", "AE_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv33 = new Set(["ACH_DEBIT", "CARD_PULL", "ACH", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "CA_PUSH", "AE_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _iv35 = new Set(["ACH_DEBIT", "CARD_PULL", "ACH", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "CA_PUSH", "AE_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av50 = 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 _av51 = 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 _av52 = 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 _av55 = new Set(["bank-account:bcr-pay", "bank-account:ca", "bank-account:card", "bank-account:clabe", "bank-account:duit-now", "bank-account:fps", "bank-account:hk-fps", "bank-account:iban-swift", "bank-account:interac", "bank-account:pay-now", "bank-account:pix", "bank-account:uae", "bank-account:upi", "bank-account:us", "mobile-wallet:airtel-money", "mobile-wallet:bkash", "mobile-wallet:easy-paisa", "mobile-wallet:finja-wallet", "mobile-wallet:jazz-cash", "mobile-wallet:mtn-mobile-money", "mobile-wallet:nagad", "mobile-wallet:naya-pay", "mobile-wallet:paypal", "mobile-wallet:rocket", "mobile-wallet:sada-pay", "mobile-wallet:venmo"]); const _av56 = 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 _av58 = new Set(["ACH_DEBIT", "CARD_PULL", "ACH", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "CA_PUSH", "AE_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av60 = new Set(["ACH_DEBIT", "CARD_PULL", "ACH", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "CA_PUSH", "AE_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av62 = new Set(["ACH_DEBIT", "CARD_PULL", "ACH", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "CA_PUSH", "AE_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av63 = new Set(["ACH_DEBIT", "CARD_PULL", "ACH", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "CA_PUSH", "AE_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av64 = 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 _av65 = 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 _av67 = new Set(["ACH_DEBIT", "CARD_PULL", "ACH", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "CA_PUSH", "AE_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av69 = new Set(["ACH_DEBIT", "CARD_PULL", "ACH", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "CA_PUSH", "AE_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av71 = new Set(["ACH_DEBIT", "CARD_PULL", "ACH", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "CA_PUSH", "AE_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); const _av73 = new Set(["ACH_DEBIT", "CARD_PULL", "ACH", "WIRE", "PIX_PUSH", "SPEI_PUSH", "WIRE_INTL_PUSH", "SEPA_PUSH", "MOBILE_WALLET", "INTERAC_PUSH", "FPS_PUSH", "CARD_PUSH", "HK_FPS_PUSH", "BCR_PAY_PUSH", "DUIT_NOW_PUSH", "PAY_NOW_PUSH", "UPI_PUSH", "CA_PUSH", "AE_PUSH", "KEETA_SEND", "EVM_SEND", "EVM_CALL", "SOLANA_SEND", "BITCOIN_SEND", "TRON_SEND"]); 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) && _iu7(input.currencyMap)) && ("object" === typeof input.services && null !== input.services && false === Array.isArray(input.services) && _iu8(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 => {
288
288
  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))
289
289
  return true;
290
290
  const value = input[key];
@@ -293,265 +293,377 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
293
293
  if ("string" === typeof key && RegExp(/^\$(.*)/).test(key))
294
294
  return null !== value && (undefined === value || "string" === typeof value && (RegExp(/^keeta_am(.*)/).test(value) || RegExp(/^keeta_an(.*)/).test(value) || RegExp(/^keeta_ao(.*)/).test(value) || RegExp(/^keeta_ap(.*)/).test(value) || RegExp(/^tyblocks_am(.*)/).test(value) || RegExp(/^tyblocks_an(.*)/).test(value) || RegExp(/^tyblocks_ao(.*)/).test(value) || RegExp(/^tyblocks_ap(.*)/).test(value)) || "object" === typeof value && null !== value && _io0(value));
295
295
  return true;
296
- }); const _io3 = input => (undefined === input.banking || "object" === typeof input.banking && null !== input.banking && false === Array.isArray(input.banking) && _iu8(input.banking)) && (undefined === input.kyc || "object" === typeof input.kyc && null !== input.kyc && false === Array.isArray(input.kyc) && _iu9(input.kyc)) && (undefined === input.fx || "object" === typeof input.fx && null !== input.fx && false === Array.isArray(input.fx) && _iu10(input.fx)) && (undefined === input.username || "object" === typeof input.username && null !== input.username && false === Array.isArray(input.username) && _iu11(input.username)) && (undefined === input.assetMovement || "object" === typeof input.assetMovement && null !== input.assetMovement && false === Array.isArray(input.assetMovement) && _iu12(input.assetMovement)) && (undefined === input.cards || "object" === typeof input.cards && null !== input.cards && false === Array.isArray(input.cards) && _iu13(input.cards)) && (undefined === input.storage || "object" === typeof input.storage && null !== input.storage && false === Array.isArray(input.storage) && _iu14(input.storage)) && (undefined === input.notification || "object" === typeof input.notification && null !== input.notification && false === Array.isArray(input.notification) && _iu15(input.notification)); const _io4 = input => Object.keys(input).every(key => {
296
+ }); const _io3 = input => (undefined === input.banking || "object" === typeof input.banking && null !== input.banking && false === Array.isArray(input.banking) && _iu9(input.banking)) && (undefined === input.kyc || "object" === typeof input.kyc && null !== input.kyc && false === Array.isArray(input.kyc) && _iu10(input.kyc)) && (undefined === input.fx || "object" === typeof input.fx && null !== input.fx && false === Array.isArray(input.fx) && _iu11(input.fx)) && (undefined === input.username || "object" === typeof input.username && null !== input.username && false === Array.isArray(input.username) && _iu12(input.username)) && (undefined === input.assetMovement || "object" === typeof input.assetMovement && null !== input.assetMovement && false === Array.isArray(input.assetMovement) && _iu13(input.assetMovement)) && (undefined === input.cards || "object" === typeof input.cards && null !== input.cards && false === Array.isArray(input.cards) && _iu14(input.cards)) && (undefined === input.storage || "object" === typeof input.storage && null !== input.storage && false === Array.isArray(input.storage) && _iu15(input.storage)) && (undefined === input.notification || "object" === typeof input.notification && null !== input.notification && false === Array.isArray(input.notification) && _iu16(input.notification)); const _io4 = input => Object.keys(input).every(key => {
297
297
  const value = input[key];
298
298
  if (undefined === value)
299
299
  return true;
300
- return "object" === typeof value && null !== value && _iu16(value);
301
- }); const _io5 = input => "object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) && _iu17(input.operations) && (null !== input.currencyCodes && undefined !== input.currencyCodes && (Array.isArray(input.currencyCodes) && input.currencyCodes.every(elem => null !== elem && undefined !== elem && ("string" === typeof elem || "object" === typeof elem && null !== elem && _io0(elem))) || "object" === typeof input.currencyCodes && null !== input.currencyCodes && _io0(input.currencyCodes))) && (null !== input.countryCodes && undefined !== input.countryCodes && (Array.isArray(input.countryCodes) && input.countryCodes.every(elem => null !== elem && undefined !== elem && ("string" === typeof elem || "object" === typeof elem && null !== elem && _io0(elem))) || "object" === typeof input.countryCodes && null !== input.countryCodes && _io0(input.countryCodes))) && (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 _io6 = input => null !== input.createAccount && (undefined === input.createAccount || "string" === typeof input.createAccount || "object" === typeof input.createAccount && null !== input.createAccount && _io0(input.createAccount)); const _io7 = input => Object.keys(input).every(key => {
300
+ return "object" === typeof value && null !== value && _iu17(value);
301
+ }); const _io5 = input => "object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) && _iu18(input.operations) && (null !== input.currencyCodes && undefined !== input.currencyCodes && (Array.isArray(input.currencyCodes) && input.currencyCodes.every(elem => null !== elem && undefined !== elem && ("string" === typeof elem || "object" === typeof elem && null !== elem && _io0(elem))) || "object" === typeof input.currencyCodes && null !== input.currencyCodes && _io0(input.currencyCodes))) && (null !== input.countryCodes && undefined !== input.countryCodes && (Array.isArray(input.countryCodes) && input.countryCodes.every(elem => null !== elem && undefined !== elem && ("string" === typeof elem || "object" === typeof elem && null !== elem && _io0(elem))) || "object" === typeof input.countryCodes && null !== input.countryCodes && _io0(input.countryCodes))) && (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 _io6 = input => null !== input.createAccount && (undefined === input.createAccount || "string" === typeof input.createAccount || "object" === typeof input.createAccount && null !== input.createAccount && _io0(input.createAccount)); const _io7 = input => Object.keys(input).every(key => {
302
302
  const value = input[key];
303
303
  if (undefined === value)
304
304
  return true;
305
- return "object" === typeof value && null !== value && _iu18(value);
306
- }); const _io8 = input => "object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) && _iu19(input.operations) && (null !== input.countryCodes && (undefined === input.countryCodes || (Array.isArray(input.countryCodes) && input.countryCodes.every(elem => null !== elem && undefined !== elem && ("string" === typeof elem || "object" === typeof elem && null !== elem && _io0(elem))) || "object" === typeof input.countryCodes && null !== input.countryCodes && _io0(input.countryCodes)))) && (null !== input.ca && undefined !== input.ca && ("string" === typeof input.ca || "object" === typeof input.ca && null !== input.ca && _io0(input.ca))); const _io9 = input => null !== input.checkLocality && (undefined === input.checkLocality || "string" === typeof input.checkLocality || "object" === typeof input.checkLocality && null !== input.checkLocality && _io0(input.checkLocality)) && (null !== input.getEstimate && (undefined === input.getEstimate || "string" === typeof input.getEstimate || "object" === typeof input.getEstimate && null !== input.getEstimate && _io0(input.getEstimate))) && (null !== input.createVerification && (undefined === input.createVerification || "string" === typeof input.createVerification || "object" === typeof input.createVerification && null !== input.createVerification && _io0(input.createVerification))) && (null !== input.getCertificates && (undefined === input.getCertificates || "string" === typeof input.getCertificates || "object" === typeof input.getCertificates && null !== input.getCertificates && _io0(input.getCertificates))); const _io10 = input => Object.keys(input).every(key => {
305
+ return "object" === typeof value && null !== value && _iu19(value);
306
+ }); const _io8 = input => "object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) && _iu20(input.operations) && (null !== input.countryCodes && (undefined === input.countryCodes || (Array.isArray(input.countryCodes) && input.countryCodes.every(elem => null !== elem && undefined !== elem && ("string" === typeof elem || "object" === typeof elem && null !== elem && _io0(elem))) || "object" === typeof input.countryCodes && null !== input.countryCodes && _io0(input.countryCodes)))) && (null !== input.ca && undefined !== input.ca && ("string" === typeof input.ca || "object" === typeof input.ca && null !== input.ca && _io0(input.ca))); const _io9 = input => null !== input.checkLocality && (undefined === input.checkLocality || "string" === typeof input.checkLocality || "object" === typeof input.checkLocality && null !== input.checkLocality && _io0(input.checkLocality)) && (null !== input.getEstimate && (undefined === input.getEstimate || "string" === typeof input.getEstimate || "object" === typeof input.getEstimate && null !== input.getEstimate && _io0(input.getEstimate))) && (null !== input.createVerification && (undefined === input.createVerification || "string" === typeof input.createVerification || "object" === typeof input.createVerification && null !== input.createVerification && _io0(input.createVerification))) && (null !== input.getCertificates && (undefined === input.getCertificates || "string" === typeof input.getCertificates || "object" === typeof input.getCertificates && null !== input.getCertificates && _io0(input.getCertificates))); const _io10 = input => Object.keys(input).every(key => {
307
307
  const value = input[key];
308
308
  if (undefined === value)
309
309
  return true;
310
- return "object" === typeof value && null !== value && _iu20(value);
311
- }); const _io11 = input => "object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) && _iu21(input.operations) && (null !== input.from && undefined !== input.from && (Array.isArray(input.from) && input.from.every(elem => "object" === typeof elem && null !== elem && _iu0(elem)) || "object" === typeof input.from && null !== input.from && _io0(input.from))) && (null !== input.acceptedCostAssets && (undefined === input.acceptedCostAssets || (Array.isArray(input.acceptedCostAssets) && input.acceptedCostAssets.every(elem => null !== elem && undefined !== elem && ("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 && _io0(elem))) || "object" === typeof input.acceptedCostAssets && null !== input.acceptedCostAssets && _io0(input.acceptedCostAssets)))); const _io12 = input => null !== input.getEstimate && (undefined === input.getEstimate || "string" === typeof input.getEstimate || "object" === typeof input.getEstimate && null !== input.getEstimate && _io0(input.getEstimate)) && (null !== input.getQuote && (undefined === input.getQuote || "string" === typeof input.getQuote || "object" === typeof input.getQuote && null !== input.getQuote && _io0(input.getQuote))) && (null !== input.createExchange && (undefined === input.createExchange || "string" === typeof input.createExchange || "object" === typeof input.createExchange && null !== input.createExchange && _io0(input.createExchange))) && (null !== input.getExchangeStatus && (undefined === input.getExchangeStatus || "string" === typeof input.getExchangeStatus || "object" === typeof input.getExchangeStatus && null !== input.getExchangeStatus && _io0(input.getExchangeStatus))); const _io13 = input => null !== input.currencyCodes && undefined !== input.currencyCodes && (Array.isArray(input.currencyCodes) && input.currencyCodes.every(elem => null !== elem && undefined !== elem && ("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 && _io0(elem))) || "object" === typeof input.currencyCodes && null !== input.currencyCodes && _io0(input.currencyCodes)) && (null !== input.to && undefined !== input.to && (Array.isArray(input.to) && input.to.every(elem => null !== elem && undefined !== elem && ("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 && _io0(elem))) || "object" === typeof input.to && null !== input.to && _io0(input.to))) && (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)))) && (undefined === input.supportedAffinities || "object" === typeof input.supportedAffinities && null !== input.supportedAffinities && false === Array.isArray(input.supportedAffinities) && _iu22(input.supportedAffinities)); const _io14 = input => null !== input.from && (undefined === input.from || "boolean" === typeof input.from || "object" === typeof input.from && null !== input.from && _io0(input.from)) && (null !== input.to && (undefined === input.to || "boolean" === typeof input.to || "object" === typeof input.to && null !== input.to && _io0(input.to))); const _io15 = input => Object.keys(input).every(key => {
310
+ return "object" === typeof value && null !== value && _iu21(value);
311
+ }); const _io11 = input => (undefined === input.legal || "object" === typeof input.legal && null !== input.legal && false === Array.isArray(input.legal) && _iu22(input.legal)) && ("object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) && _iu23(input.operations)) && (null !== input.from && undefined !== input.from && (Array.isArray(input.from) && input.from.every(elem => "object" === typeof elem && null !== elem && _iu1(elem)) || "object" === typeof input.from && null !== input.from && _io0(input.from))) && (null !== input.acceptedCostAssets && (undefined === input.acceptedCostAssets || (Array.isArray(input.acceptedCostAssets) && input.acceptedCostAssets.every(elem => null !== elem && undefined !== elem && ("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 && _io0(elem))) || "object" === typeof input.acceptedCostAssets && null !== input.acceptedCostAssets && _io0(input.acceptedCostAssets)))); const _io12 = input => null !== input.disclaimers && (undefined === input.disclaimers || (Array.isArray(input.disclaimers) && input.disclaimers.every(elem => "object" === typeof elem && null !== elem && _iu0(elem)) || "object" === typeof input.disclaimers && null !== input.disclaimers && _io0(input.disclaimers))); const _io13 = input => null !== input.purpose && undefined !== input.purpose && ("general" === input.purpose || "object" === typeof input.purpose && null !== input.purpose && _io0(input.purpose)) && ("object" === typeof input.content && null !== input.content && _iu24(input.content)); const _io14 = input => null !== input.type && undefined !== input.type && ("plaintext" === input.type || "markdown" === input.type || "object" === typeof input.type && null !== input.type && _io0(input.type)) && (null !== input.content && undefined !== input.content && ("string" === typeof input.content || "object" === typeof input.content && null !== input.content && _io0(input.content))); const _io15 = input => null !== input.getEstimate && (undefined === input.getEstimate || "string" === typeof input.getEstimate || "object" === typeof input.getEstimate && null !== input.getEstimate && _io0(input.getEstimate)) && (null !== input.getQuote && (undefined === input.getQuote || "string" === typeof input.getQuote || "object" === typeof input.getQuote && null !== input.getQuote && _io0(input.getQuote))) && (null !== input.createExchange && (undefined === input.createExchange || "string" === typeof input.createExchange || "object" === typeof input.createExchange && null !== input.createExchange && _io0(input.createExchange))) && (null !== input.getExchangeStatus && (undefined === input.getExchangeStatus || "string" === typeof input.getExchangeStatus || "object" === typeof input.getExchangeStatus && null !== input.getExchangeStatus && _io0(input.getExchangeStatus))); const _io16 = input => null !== input.currencyCodes && undefined !== input.currencyCodes && (Array.isArray(input.currencyCodes) && input.currencyCodes.every(elem => null !== elem && undefined !== elem && ("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 && _io0(elem))) || "object" === typeof input.currencyCodes && null !== input.currencyCodes && _io0(input.currencyCodes)) && (null !== input.to && undefined !== input.to && (Array.isArray(input.to) && input.to.every(elem => null !== elem && undefined !== elem && ("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 && _io0(elem))) || "object" === typeof input.to && null !== input.to && _io0(input.to))) && (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)))) && (undefined === input.supportedAffinities || "object" === typeof input.supportedAffinities && null !== input.supportedAffinities && false === Array.isArray(input.supportedAffinities) && _iu25(input.supportedAffinities)); const _io17 = input => null !== input.from && (undefined === input.from || "boolean" === typeof input.from || "object" === typeof input.from && null !== input.from && _io0(input.from)) && (null !== input.to && (undefined === input.to || "boolean" === typeof input.to || "object" === typeof input.to && null !== input.to && _io0(input.to))); const _io18 = input => Object.keys(input).every(key => {
312
312
  const value = input[key];
313
313
  if (undefined === value)
314
314
  return true;
315
- return "object" === typeof value && null !== value && _iu23(value);
316
- }); const _io16 = input => "object" === typeof input.operations && null !== input.operations && _iu24(input.operations) && (null !== input.usernamePattern && (undefined === input.usernamePattern || "string" === typeof input.usernamePattern || "object" === typeof input.usernamePattern && null !== input.usernamePattern && _io0(input.usernamePattern))); const _io17 = input => null !== input.resolve && undefined !== input.resolve && ("string" === typeof input.resolve || "object" === typeof input.resolve && null !== input.resolve && _iu25(input.resolve)) && (null !== input.claim && (undefined === input.claim || "string" === typeof input.claim || "object" === typeof input.claim && null !== input.claim && _iu25(input.claim))) && (null !== input.release && (undefined === input.release || "string" === typeof input.release || "object" === typeof input.release && null !== input.release && _iu25(input.release))) && (null !== input.search && (undefined === input.search || "string" === typeof input.search || "object" === typeof input.search && null !== input.search && _iu25(input.search))); const _io18 = input => "string" === typeof input.url && (undefined === input.options || "object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) && _io19(input.options)); const _io19 = input => undefined === input.authentication || "object" === typeof input.authentication && null !== input.authentication && _io20(input.authentication); const _io20 = input => "keeta-account" === input.method && ("optional" === input.type || "required" === input.type || "none" === input.type); const _io21 = input => Object.keys(input).every(key => {
315
+ return "object" === typeof value && null !== value && _iu26(value);
316
+ }); const _io19 = input => "object" === typeof input.operations && null !== input.operations && _iu27(input.operations) && (null !== input.usernamePattern && (undefined === input.usernamePattern || "string" === typeof input.usernamePattern || "object" === typeof input.usernamePattern && null !== input.usernamePattern && _io0(input.usernamePattern))); const _io20 = input => null !== input.resolve && undefined !== input.resolve && ("string" === typeof input.resolve || "object" === typeof input.resolve && null !== input.resolve && _iu28(input.resolve)) && (null !== input.claim && (undefined === input.claim || "string" === typeof input.claim || "object" === typeof input.claim && null !== input.claim && _iu28(input.claim))) && (null !== input.release && (undefined === input.release || "string" === typeof input.release || "object" === typeof input.release && null !== input.release && _iu28(input.release))) && (null !== input.search && (undefined === input.search || "string" === typeof input.search || "object" === typeof input.search && null !== input.search && _iu28(input.search))); const _io21 = input => "string" === typeof input.url && (undefined === input.options || "object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) && _io22(input.options)); const _io22 = input => undefined === input.authentication || "object" === typeof input.authentication && null !== input.authentication && _io23(input.authentication); const _io23 = input => "keeta-account" === input.method && ("optional" === input.type || "required" === input.type || "none" === input.type); const _io24 = input => Object.keys(input).every(key => {
317
317
  const value = input[key];
318
318
  if (undefined === value)
319
319
  return true;
320
- return "object" === typeof value && null !== value && _iu26(value);
321
- }); const _io22 = input => "object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) && _iu27(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 _io23 = input => null !== input.initiateTransfer && (undefined === input.initiateTransfer || "string" === typeof input.initiateTransfer || "object" === typeof input.initiateTransfer && null !== input.initiateTransfer && _iu25(input.initiateTransfer)) && (null !== input.getTransferStatus && (undefined === input.getTransferStatus || "string" === typeof input.getTransferStatus || "object" === typeof input.getTransferStatus && null !== input.getTransferStatus && _iu25(input.getTransferStatus))) && (null !== input.createPersistentForwardingTemplate && (undefined === input.createPersistentForwardingTemplate || "string" === typeof input.createPersistentForwardingTemplate || "object" === typeof input.createPersistentForwardingTemplate && null !== input.createPersistentForwardingTemplate && _iu25(input.createPersistentForwardingTemplate))) && (null !== input.listPersistentForwardingTemplate && (undefined === input.listPersistentForwardingTemplate || "string" === typeof input.listPersistentForwardingTemplate || "object" === typeof input.listPersistentForwardingTemplate && null !== input.listPersistentForwardingTemplate && _iu25(input.listPersistentForwardingTemplate))) && (null !== input.createPersistentForwarding && (undefined === input.createPersistentForwarding || "string" === typeof input.createPersistentForwarding || "object" === typeof input.createPersistentForwarding && null !== input.createPersistentForwarding && _iu25(input.createPersistentForwarding))) && (null !== input.listPersistentForwarding && (undefined === input.listPersistentForwarding || "string" === typeof input.listPersistentForwarding || "object" === typeof input.listPersistentForwarding && null !== input.listPersistentForwarding && _iu25(input.listPersistentForwarding))) && (null !== input.listTransactions && (undefined === input.listTransactions || "string" === typeof input.listTransactions || "object" === typeof input.listTransactions && null !== input.listTransactions && _iu25(input.listTransactions))) && (null !== input.shareKYC && (undefined === input.shareKYC || "string" === typeof input.shareKYC || "object" === typeof input.shareKYC && null !== input.shareKYC && _iu25(input.shareKYC))); const _io24 = input => null !== input.asset && undefined !== input.asset && (true === _iv11.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 === _iv12.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 === _iv13.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 _io25 = input => null !== input.pair && undefined !== input.pair && (Array.isArray(input.pair) && (input.pair.length === 2 && ("object" === typeof input.pair[0] && null !== input.pair[0] && _iu5(input.pair[0])) && ("object" === typeof input.pair[1] && null !== input.pair[1] && _iu5(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 _io26 = input => "object" === typeof input.rails && null !== input.rails && false === Array.isArray(input.rails) && _iu28(input.rails) && (null !== input.location && (undefined === input.location || true === _iv16.has(input.location) || "string" === typeof input.location && (RegExp(/^chain:keeta:[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.location) || RegExp(/^chain:evm:[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.location) || RegExp(/^chain:solana:(.*)/).test(input.location) || RegExp(/^chain:bitcoin:(.*)/).test(input.location) || RegExp(/^chain:tron:(.*)/).test(input.location)) || "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))); const _io27 = input => null !== input.inbound && undefined !== input.inbound && (Array.isArray(input.inbound) && input.inbound.every(elem => null !== elem && undefined !== elem && (true === _iv18.has(elem) || "object" === typeof elem && null !== elem && _iu3(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 === _iv20.has(elem) || "object" === typeof elem && null !== elem && _iu3(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 === _iv22.has(elem) || "object" === typeof elem && null !== elem && _iu3(elem))) || "object" === typeof input.common && null !== input.common && _io0(input.common)))); const _io28 = input => true === _iv23.has(input.rail) && (null !== input.estimatedTransferTimeMs && (undefined === input.estimatedTransferTimeMs || "number" === typeof input.estimatedTransferTimeMs || Array.isArray(input.estimatedTransferTimeMs) && (input.estimatedTransferTimeMs.length === 2 && "number" === typeof input.estimatedTransferTimeMs[0] && "number" === typeof input.estimatedTransferTimeMs[1]))) && (undefined === input.estimatedTransferValueRange || "object" === typeof input.estimatedTransferValueRange && null !== input.estimatedTransferValueRange && _io29(input.estimatedTransferValueRange)) && (undefined === input.estimatedFee || "object" === typeof input.estimatedFee && null !== input.estimatedFee && false === Array.isArray(input.estimatedFee) && _io30(input.estimatedFee)) && (undefined === input.supportedOperations || "object" === typeof input.supportedOperations && null !== input.supportedOperations && false === Array.isArray(input.supportedOperations) && _io32(input.supportedOperations)); const _io29 = input => Array.isArray(input.value) && (input.value.length === 2 && (undefined === input.value[0] || "string" === typeof input.value[0]) && (undefined === input.value[1] || "string" === typeof input.value[1])) && (null !== input.asset && (undefined === input.asset || true === _iv24.has(input.asset) || "string" === typeof input.asset && (RegExp(/^\$(.*)/).test(input.asset) || RegExp(/^keeta_am(.*)/).test(input.asset) || RegExp(/^keeta_an(.*)/).test(input.asset) || RegExp(/^keeta_ao(.*)/).test(input.asset) || RegExp(/^keeta_ap(.*)/).test(input.asset) || RegExp(/^tyblocks_am(.*)/).test(input.asset) || RegExp(/^tyblocks_an(.*)/).test(input.asset) || RegExp(/^tyblocks_ao(.*)/).test(input.asset) || RegExp(/^tyblocks_ap(.*)/).test(input.asset) || RegExp(/^solana:(.*)/).test(input.asset) || RegExp(/^evm:0x(.*)/).test(input.asset) || RegExp(/^tron:(.*)/).test(input.asset)))); const _io30 = input => (undefined === input.fixedFee || "object" === typeof input.fixedFee && null !== input.fixedFee && _io31(input.fixedFee)) && (undefined === input.variableFeeBps || "number" === typeof input.variableFeeBps); const _io31 = input => "string" === typeof input.value && (null !== input.asset && (undefined === input.asset || true === _iv25.has(input.asset) || "string" === typeof input.asset && (RegExp(/^\$(.*)/).test(input.asset) || RegExp(/^keeta_am(.*)/).test(input.asset) || RegExp(/^keeta_an(.*)/).test(input.asset) || RegExp(/^keeta_ao(.*)/).test(input.asset) || RegExp(/^keeta_ap(.*)/).test(input.asset) || RegExp(/^tyblocks_am(.*)/).test(input.asset) || RegExp(/^tyblocks_an(.*)/).test(input.asset) || RegExp(/^tyblocks_ao(.*)/).test(input.asset) || RegExp(/^tyblocks_ap(.*)/).test(input.asset) || RegExp(/^solana:(.*)/).test(input.asset) || RegExp(/^evm:0x(.*)/).test(input.asset) || RegExp(/^tron:(.*)/).test(input.asset)))); const _io32 = input => (undefined === input.createPersistentForwarding || "boolean" === typeof input.createPersistentForwarding) && (undefined === input.initiateTransfer || "boolean" === typeof input.initiateTransfer); const _io33 = input => null !== input.inbound && (undefined === input.inbound || (Array.isArray(input.inbound) && input.inbound.every(elem => null !== elem && undefined !== elem && (true === _iv27.has(elem) || "object" === typeof elem && null !== elem && _iu3(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 === _iv29.has(elem) || "object" === typeof elem && null !== elem && _iu3(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 === _iv31.has(elem) || "object" === typeof elem && null !== elem && _iu3(elem))) || "object" === typeof input.common && null !== input.common && _io0(input.common)))); const _io34 = 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 === _iv33.has(elem) || "object" === typeof elem && null !== elem && _iu3(elem))) || "object" === typeof input.common && null !== input.common && _io0(input.common)))); const _io35 = input => Object.keys(input).every(key => {
320
+ return "object" === typeof value && null !== value && _iu29(value);
321
+ }); const _io25 = input => (undefined === input.legal || "object" === typeof input.legal && null !== input.legal && false === Array.isArray(input.legal) && _iu22(input.legal)) && ("object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) && _iu30(input.operations)) && (null !== input.supportedAssets && undefined !== input.supportedAssets && (Array.isArray(input.supportedAssets) && input.supportedAssets.every(elem => "object" === typeof elem && null !== elem && _iu2(elem)) || "object" === typeof input.supportedAssets && null !== input.supportedAssets && _io0(input.supportedAssets))) && (undefined === input.locationMetadata || "object" === typeof input.locationMetadata && null !== input.locationMetadata && false === Array.isArray(input.locationMetadata) && _iu31(input.locationMetadata)); const _io26 = input => null !== input.initiateTransfer && (undefined === input.initiateTransfer || "string" === typeof input.initiateTransfer || "object" === typeof input.initiateTransfer && null !== input.initiateTransfer && _iu28(input.initiateTransfer)) && (null !== input.simulateTransfer && (undefined === input.simulateTransfer || "string" === typeof input.simulateTransfer || "object" === typeof input.simulateTransfer && null !== input.simulateTransfer && _iu28(input.simulateTransfer))) && (null !== input.executeTransfer && (undefined === input.executeTransfer || "string" === typeof input.executeTransfer || "object" === typeof input.executeTransfer && null !== input.executeTransfer && _iu28(input.executeTransfer))) && (null !== input.getTransferStatus && (undefined === input.getTransferStatus || "string" === typeof input.getTransferStatus || "object" === typeof input.getTransferStatus && null !== input.getTransferStatus && _iu28(input.getTransferStatus))) && (null !== input.initiatePersistentForwardingTemplate && (undefined === input.initiatePersistentForwardingTemplate || "string" === typeof input.initiatePersistentForwardingTemplate || "object" === typeof input.initiatePersistentForwardingTemplate && null !== input.initiatePersistentForwardingTemplate && _iu28(input.initiatePersistentForwardingTemplate))) && (null !== input.createPersistentForwardingTemplate && (undefined === input.createPersistentForwardingTemplate || "string" === typeof input.createPersistentForwardingTemplate || "object" === typeof input.createPersistentForwardingTemplate && null !== input.createPersistentForwardingTemplate && _iu28(input.createPersistentForwardingTemplate))) && (null !== input.listPersistentForwardingTemplate && (undefined === input.listPersistentForwardingTemplate || "string" === typeof input.listPersistentForwardingTemplate || "object" === typeof input.listPersistentForwardingTemplate && null !== input.listPersistentForwardingTemplate && _iu28(input.listPersistentForwardingTemplate))) && (null !== input.createPersistentForwarding && (undefined === input.createPersistentForwarding || "string" === typeof input.createPersistentForwarding || "object" === typeof input.createPersistentForwarding && null !== input.createPersistentForwarding && _iu28(input.createPersistentForwarding))) && (null !== input.listPersistentForwarding && (undefined === input.listPersistentForwarding || "string" === typeof input.listPersistentForwarding || "object" === typeof input.listPersistentForwarding && null !== input.listPersistentForwarding && _iu28(input.listPersistentForwarding))) && (null !== input.listTransactions && (undefined === input.listTransactions || "string" === typeof input.listTransactions || "object" === typeof input.listTransactions && null !== input.listTransactions && _iu28(input.listTransactions))) && (null !== input.shareKYC && (undefined === input.shareKYC || "string" === typeof input.shareKYC || "object" === typeof input.shareKYC && null !== input.shareKYC && _iu28(input.shareKYC))); const _io27 = input => null !== input.asset && undefined !== input.asset && (true === _iv12.has(input.asset) || "string" === typeof input.asset && (RegExp(/^\$(.*)/).test(input.asset) || RegExp(/^keeta_am(.*)/).test(input.asset) || RegExp(/^keeta_an(.*)/).test(input.asset) || RegExp(/^keeta_ao(.*)/).test(input.asset) || RegExp(/^keeta_ap(.*)/).test(input.asset) || RegExp(/^tyblocks_am(.*)/).test(input.asset) || RegExp(/^tyblocks_an(.*)/).test(input.asset) || RegExp(/^tyblocks_ao(.*)/).test(input.asset) || RegExp(/^tyblocks_ap(.*)/).test(input.asset) || RegExp(/^evm:0x(.*)/).test(input.asset) || RegExp(/^solana:(.*)/).test(input.asset) || RegExp(/^bitcoin:(.*)/).test(input.asset) || RegExp(/^tron:(.*)/).test(input.asset)) || (Array.isArray(input.asset) && (input.asset.length === 2 && (null !== input.asset[0] && undefined !== input.asset[0] && (true === _iv13.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]) || RegExp(/^evm:0x(.*)/).test(input.asset[0]) || RegExp(/^solana:(.*)/).test(input.asset[0]) || RegExp(/^bitcoin:(.*)/).test(input.asset[0]) || RegExp(/^tron:(.*)/).test(input.asset[0])))) && (null !== input.asset[1] && undefined !== input.asset[1] && (true === _iv14.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]) || RegExp(/^evm:0x(.*)/).test(input.asset[1]) || RegExp(/^solana:(.*)/).test(input.asset[1]) || RegExp(/^bitcoin:(.*)/).test(input.asset[1]) || RegExp(/^tron:(.*)/).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 && _iu3(elem)) || "object" === typeof input.paths && null !== input.paths && _io0(input.paths))); const _io28 = input => null !== input.pair && undefined !== input.pair && (Array.isArray(input.pair) && (input.pair.length === 2 && ("object" === typeof input.pair[0] && null !== input.pair[0] && _iu6(input.pair[0])) && ("object" === typeof input.pair[1] && null !== input.pair[1] && _iu6(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 _io29 = input => "object" === typeof input.rails && null !== input.rails && false === Array.isArray(input.rails) && _iu32(input.rails) && (null !== input.location && (undefined === input.location || true === _iv17.has(input.location) || "string" === typeof input.location && (RegExp(/^chain:keeta:[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.location) || RegExp(/^chain:evm:[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.location) || RegExp(/^chain:solana:(.*)/).test(input.location) || RegExp(/^chain:bitcoin:(.*)/).test(input.location) || RegExp(/^chain:tron:(.*)/).test(input.location)) || "object" === typeof input.location && null !== input.location && _io0(input.location))) && (null !== input.id && undefined !== input.id && (true === _iv18.has(input.id) || "string" === typeof input.id && (RegExp(/^\$(.*)/).test(input.id) || RegExp(/^keeta_am(.*)/).test(input.id) || RegExp(/^keeta_an(.*)/).test(input.id) || RegExp(/^keeta_ao(.*)/).test(input.id) || RegExp(/^keeta_ap(.*)/).test(input.id) || RegExp(/^tyblocks_am(.*)/).test(input.id) || RegExp(/^tyblocks_an(.*)/).test(input.id) || RegExp(/^tyblocks_ao(.*)/).test(input.id) || RegExp(/^tyblocks_ap(.*)/).test(input.id) || RegExp(/^evm:0x(.*)/).test(input.id) || RegExp(/^solana:(.*)/).test(input.id) || RegExp(/^bitcoin:(.*)/).test(input.id) || RegExp(/^tron:(.*)/).test(input.id)) || "object" === typeof input.id && null !== input.id && _io0(input.id))); const _io30 = input => null !== input.inbound && undefined !== input.inbound && (Array.isArray(input.inbound) && input.inbound.every(elem => null !== elem && undefined !== elem && (true === _iv20.has(elem) || "object" === typeof elem && null !== elem && _iu4(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 === _iv22.has(elem) || "object" === typeof elem && null !== elem && _iu4(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 === _iv24.has(elem) || "object" === typeof elem && null !== elem && _iu4(elem))) || "object" === typeof input.common && null !== input.common && _io0(input.common)))); const _io31 = input => true === _iv25.has(input.rail) && (null !== input.estimatedTransferTimeMs && (undefined === input.estimatedTransferTimeMs || "number" === typeof input.estimatedTransferTimeMs || Array.isArray(input.estimatedTransferTimeMs) && (input.estimatedTransferTimeMs.length === 2 && "number" === typeof input.estimatedTransferTimeMs[0] && "number" === typeof input.estimatedTransferTimeMs[1]))) && (undefined === input.estimatedTransferValueRange || "object" === typeof input.estimatedTransferValueRange && null !== input.estimatedTransferValueRange && _io32(input.estimatedTransferValueRange)) && (undefined === input.estimatedFee || "object" === typeof input.estimatedFee && null !== input.estimatedFee && false === Array.isArray(input.estimatedFee) && _io33(input.estimatedFee)) && (undefined === input.supportedOperations || "object" === typeof input.supportedOperations && null !== input.supportedOperations && false === Array.isArray(input.supportedOperations) && _io35(input.supportedOperations)); const _io32 = input => Array.isArray(input.value) && (input.value.length === 2 && (undefined === input.value[0] || "string" === typeof input.value[0]) && (undefined === input.value[1] || "string" === typeof input.value[1])) && (null !== input.asset && (undefined === input.asset || true === _iv26.has(input.asset) || "string" === typeof input.asset && (RegExp(/^\$(.*)/).test(input.asset) || RegExp(/^keeta_am(.*)/).test(input.asset) || RegExp(/^keeta_an(.*)/).test(input.asset) || RegExp(/^keeta_ao(.*)/).test(input.asset) || RegExp(/^keeta_ap(.*)/).test(input.asset) || RegExp(/^tyblocks_am(.*)/).test(input.asset) || RegExp(/^tyblocks_an(.*)/).test(input.asset) || RegExp(/^tyblocks_ao(.*)/).test(input.asset) || RegExp(/^tyblocks_ap(.*)/).test(input.asset) || RegExp(/^evm:0x(.*)/).test(input.asset) || RegExp(/^solana:(.*)/).test(input.asset) || RegExp(/^bitcoin:(.*)/).test(input.asset) || RegExp(/^tron:(.*)/).test(input.asset)))); const _io33 = input => (undefined === input.fixedFee || "object" === typeof input.fixedFee && null !== input.fixedFee && _io34(input.fixedFee)) && (undefined === input.variableFeeBps || "number" === typeof input.variableFeeBps); const _io34 = input => "string" === typeof input.value && (null !== input.asset && (undefined === input.asset || true === _iv27.has(input.asset) || "string" === typeof input.asset && (RegExp(/^\$(.*)/).test(input.asset) || RegExp(/^keeta_am(.*)/).test(input.asset) || RegExp(/^keeta_an(.*)/).test(input.asset) || RegExp(/^keeta_ao(.*)/).test(input.asset) || RegExp(/^keeta_ap(.*)/).test(input.asset) || RegExp(/^tyblocks_am(.*)/).test(input.asset) || RegExp(/^tyblocks_an(.*)/).test(input.asset) || RegExp(/^tyblocks_ao(.*)/).test(input.asset) || RegExp(/^tyblocks_ap(.*)/).test(input.asset) || RegExp(/^evm:0x(.*)/).test(input.asset) || RegExp(/^solana:(.*)/).test(input.asset) || RegExp(/^bitcoin:(.*)/).test(input.asset) || RegExp(/^tron:(.*)/).test(input.asset)))); const _io35 = input => (undefined === input.createPersistentForwarding || "boolean" === typeof input.createPersistentForwarding) && (undefined === input.initiateTransfer || "boolean" === typeof input.initiateTransfer); const _io36 = input => null !== input.inbound && (undefined === input.inbound || (Array.isArray(input.inbound) && input.inbound.every(elem => null !== elem && undefined !== elem && (true === _iv29.has(elem) || "object" === typeof elem && null !== elem && _iu4(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 === _iv31.has(elem) || "object" === typeof elem && null !== elem && _iu4(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 === _iv33.has(elem) || "object" === typeof elem && null !== elem && _iu4(elem))) || "object" === typeof input.common && null !== input.common && _io0(input.common)))); const _io37 = 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 === _iv35.has(elem) || "object" === typeof elem && null !== elem && _iu4(elem))) || "object" === typeof input.common && null !== input.common && _io0(input.common)))); const _io38 = input => Object.keys(input).every(key => {
322
+ const value = input[key];
323
+ if (undefined === value)
324
+ return true;
325
+ if ("string" === typeof key && RegExp(/^chain:evm:[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
326
+ return undefined === value || "object" === typeof value && null !== value && false === Array.isArray(value) && _iu33(value);
327
+ if ("string" === typeof key && RegExp(/^chain:solana:(.*)/).test(key))
328
+ return undefined === value || "object" === typeof value && null !== value && false === Array.isArray(value) && _iu34(value);
329
+ if ("string" === typeof key && RegExp(/^chain:bitcoin:(.*)/).test(key))
330
+ return undefined === value || "object" === typeof value && null !== value && false === Array.isArray(value) && _iu35(value);
331
+ if ("string" === typeof key && RegExp(/^chain:tron:(.*)/).test(key))
332
+ return undefined === value || "object" === typeof value && null !== value && false === Array.isArray(value) && _iu36(value);
333
+ return true;
334
+ }); const _io39 = input => undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _iu37(input.assets); const _io40 = input => Object.keys(input).every(key => {
335
+ const value = input[key];
336
+ if (undefined === value)
337
+ return true;
338
+ if ("string" === typeof key && RegExp(/^evm:0x(.*)/).test(key))
339
+ return undefined === value || "object" === typeof value && null !== value && _iu38(value);
340
+ return true;
341
+ }); const _io41 = input => null !== input.displayName && (undefined === input.displayName || "string" === typeof input.displayName || "object" === typeof input.displayName && null !== input.displayName && _io0(input.displayName)) && (null !== input.ticker && (undefined === input.ticker || "string" === typeof input.ticker && RegExp(/^\$(.*)/).test(input.ticker) || "object" === typeof input.ticker && null !== input.ticker && _io0(input.ticker))) && (null !== input.decimalPlaces && undefined !== input.decimalPlaces && ("number" === typeof input.decimalPlaces || "object" === typeof input.decimalPlaces && null !== input.decimalPlaces && _io0(input.decimalPlaces))) && (null !== input.logoURI && (undefined === input.logoURI || "string" === typeof input.logoURI || "object" === typeof input.logoURI && null !== input.logoURI && _io0(input.logoURI))); const _io42 = input => undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _iu39(input.assets); const _io43 = input => Object.keys(input).every(key => {
342
+ const value = input[key];
343
+ if (undefined === value)
344
+ return true;
345
+ if ("string" === typeof key && RegExp(/^solana:(.*)/).test(key))
346
+ return undefined === value || "object" === typeof value && null !== value && _iu38(value);
347
+ return true;
348
+ }); const _io44 = input => undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _iu40(input.assets); const _io45 = input => Object.keys(input).every(key => {
349
+ const value = input[key];
350
+ if (undefined === value)
351
+ return true;
352
+ if ("string" === typeof key && RegExp(/^bitcoin:(.*)/).test(key))
353
+ return undefined === value || "object" === typeof value && null !== value && _iu38(value);
354
+ return true;
355
+ }); const _io46 = input => undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _iu41(input.assets); const _io47 = input => Object.keys(input).every(key => {
356
+ const value = input[key];
357
+ if (undefined === value)
358
+ return true;
359
+ if ("string" === typeof key && RegExp(/^tron:(.*)/).test(key))
360
+ return undefined === value || "object" === typeof value && null !== value && _iu38(value);
361
+ return true;
362
+ }); const _io48 = input => Object.keys(input).every(key => {
322
363
  const value = input[key];
323
364
  if (undefined === value)
324
365
  return true;
325
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu29(value);
326
- }); const _io36 = input => null !== input.workInProgress && (undefined === input.workInProgress || true === input.workInProgress || "object" === typeof input.workInProgress && null !== input.workInProgress && _io0(input.workInProgress)); const _io37 = input => Object.keys(input).every(key => {
366
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu42(value);
367
+ }); const _io49 = input => null !== input.workInProgress && (undefined === input.workInProgress || true === input.workInProgress || "object" === typeof input.workInProgress && null !== input.workInProgress && _io0(input.workInProgress)); const _io50 = input => Object.keys(input).every(key => {
327
368
  const value = input[key];
328
369
  if (undefined === value)
329
370
  return true;
330
- return "object" === typeof value && null !== value && _iu30(value);
331
- }); const _io38 = input => "object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) && _iu31(input.operations) && (null !== input.anchorAccount && (undefined === input.anchorAccount || "string" === typeof input.anchorAccount || "object" === typeof input.anchorAccount && null !== input.anchorAccount && _io0(input.anchorAccount))) && (undefined === input.quotas || "object" === typeof input.quotas && null !== input.quotas && _iu32(input.quotas)) && (null !== input.signedUrlDefaultTTL && (undefined === input.signedUrlDefaultTTL || "number" === typeof input.signedUrlDefaultTTL || "object" === typeof input.signedUrlDefaultTTL && null !== input.signedUrlDefaultTTL && _io0(input.signedUrlDefaultTTL))) && (null !== input.searchableFields && (undefined === input.searchableFields || (Array.isArray(input.searchableFields) && input.searchableFields.every(elem => null !== elem && undefined !== elem && ("tags" === elem || "owner" === elem || "visibility" === elem || "pathPrefix" === elem || "object" === typeof elem && null !== elem && _io0(elem))) || "object" === typeof input.searchableFields && null !== input.searchableFields && _io0(input.searchableFields)))); const _io39 = input => null !== input.put && (undefined === input.put || "string" === typeof input.put || "object" === typeof input.put && null !== input.put && _iu25(input.put)) && (null !== input.get && (undefined === input.get || "string" === typeof input.get || "object" === typeof input.get && null !== input.get && _iu25(input.get))) && (null !== input["delete"] && (undefined === input["delete"] || "string" === typeof input["delete"] || "object" === typeof input["delete"] && null !== input["delete"] && _iu25(input["delete"]))) && (null !== input.metadata && (undefined === input.metadata || "string" === typeof input.metadata || "object" === typeof input.metadata && null !== input.metadata && _iu25(input.metadata))) && (null !== input.updateMetadata && (undefined === input.updateMetadata || "string" === typeof input.updateMetadata || "object" === typeof input.updateMetadata && null !== input.updateMetadata && _iu25(input.updateMetadata))) && (null !== input.search && (undefined === input.search || "string" === typeof input.search || "object" === typeof input.search && null !== input.search && _iu25(input.search))) && (null !== input["public"] && (undefined === input["public"] || "string" === typeof input["public"] || "object" === typeof input["public"] && null !== input["public"] && _iu25(input["public"]))) && (null !== input.quota && (undefined === input.quota || "string" === typeof input.quota || "object" === typeof input.quota && null !== input.quota && _iu25(input.quota))); const _io40 = input => null !== input.maxObjectSize && undefined !== input.maxObjectSize && ("number" === typeof input.maxObjectSize || "object" === typeof input.maxObjectSize && null !== input.maxObjectSize && _io0(input.maxObjectSize)) && (null !== input.maxObjectsPerUser && undefined !== input.maxObjectsPerUser && ("number" === typeof input.maxObjectsPerUser || "object" === typeof input.maxObjectsPerUser && null !== input.maxObjectsPerUser && _io0(input.maxObjectsPerUser))) && (null !== input.maxStoragePerUser && undefined !== input.maxStoragePerUser && ("number" === typeof input.maxStoragePerUser || "object" === typeof input.maxStoragePerUser && null !== input.maxStoragePerUser && _io0(input.maxStoragePerUser))) && (null !== input.maxSearchLimit && undefined !== input.maxSearchLimit && ("number" === typeof input.maxSearchLimit || "object" === typeof input.maxSearchLimit && null !== input.maxSearchLimit && _io0(input.maxSearchLimit))) && (null !== input.maxSignedUrlTTL && undefined !== input.maxSignedUrlTTL && ("number" === typeof input.maxSignedUrlTTL || "object" === typeof input.maxSignedUrlTTL && null !== input.maxSignedUrlTTL && _io0(input.maxSignedUrlTTL))); const _io41 = input => Object.keys(input).every(key => {
371
+ return "object" === typeof value && null !== value && _iu43(value);
372
+ }); const _io51 = input => "object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) && _iu44(input.operations) && (null !== input.anchorAccount && (undefined === input.anchorAccount || "string" === typeof input.anchorAccount || "object" === typeof input.anchorAccount && null !== input.anchorAccount && _io0(input.anchorAccount))) && (undefined === input.quotas || "object" === typeof input.quotas && null !== input.quotas && _iu45(input.quotas)) && (null !== input.signedUrlDefaultTTL && (undefined === input.signedUrlDefaultTTL || "number" === typeof input.signedUrlDefaultTTL || "object" === typeof input.signedUrlDefaultTTL && null !== input.signedUrlDefaultTTL && _io0(input.signedUrlDefaultTTL))) && (null !== input.searchableFields && (undefined === input.searchableFields || (Array.isArray(input.searchableFields) && input.searchableFields.every(elem => null !== elem && undefined !== elem && ("tags" === elem || "owner" === elem || "visibility" === elem || "pathPrefix" === elem || "object" === typeof elem && null !== elem && _io0(elem))) || "object" === typeof input.searchableFields && null !== input.searchableFields && _io0(input.searchableFields)))); const _io52 = input => null !== input.put && (undefined === input.put || "string" === typeof input.put || "object" === typeof input.put && null !== input.put && _iu28(input.put)) && (null !== input.get && (undefined === input.get || "string" === typeof input.get || "object" === typeof input.get && null !== input.get && _iu28(input.get))) && (null !== input["delete"] && (undefined === input["delete"] || "string" === typeof input["delete"] || "object" === typeof input["delete"] && null !== input["delete"] && _iu28(input["delete"]))) && (null !== input.metadata && (undefined === input.metadata || "string" === typeof input.metadata || "object" === typeof input.metadata && null !== input.metadata && _iu28(input.metadata))) && (null !== input.updateMetadata && (undefined === input.updateMetadata || "string" === typeof input.updateMetadata || "object" === typeof input.updateMetadata && null !== input.updateMetadata && _iu28(input.updateMetadata))) && (null !== input.search && (undefined === input.search || "string" === typeof input.search || "object" === typeof input.search && null !== input.search && _iu28(input.search))) && (null !== input["public"] && (undefined === input["public"] || "string" === typeof input["public"] || "object" === typeof input["public"] && null !== input["public"] && _iu28(input["public"]))) && (null !== input.quota && (undefined === input.quota || "string" === typeof input.quota || "object" === typeof input.quota && null !== input.quota && _iu28(input.quota))); const _io53 = input => null !== input.maxObjectSize && undefined !== input.maxObjectSize && ("number" === typeof input.maxObjectSize || "object" === typeof input.maxObjectSize && null !== input.maxObjectSize && _io0(input.maxObjectSize)) && (null !== input.maxObjectsPerUser && undefined !== input.maxObjectsPerUser && ("number" === typeof input.maxObjectsPerUser || "object" === typeof input.maxObjectsPerUser && null !== input.maxObjectsPerUser && _io0(input.maxObjectsPerUser))) && (null !== input.maxStoragePerUser && undefined !== input.maxStoragePerUser && ("number" === typeof input.maxStoragePerUser || "object" === typeof input.maxStoragePerUser && null !== input.maxStoragePerUser && _io0(input.maxStoragePerUser))) && (null !== input.maxSearchLimit && undefined !== input.maxSearchLimit && ("number" === typeof input.maxSearchLimit || "object" === typeof input.maxSearchLimit && null !== input.maxSearchLimit && _io0(input.maxSearchLimit))) && (null !== input.maxSignedUrlTTL && undefined !== input.maxSignedUrlTTL && ("number" === typeof input.maxSignedUrlTTL || "object" === typeof input.maxSignedUrlTTL && null !== input.maxSignedUrlTTL && _io0(input.maxSignedUrlTTL))); const _io54 = input => Object.keys(input).every(key => {
332
373
  const value = input[key];
333
374
  if (undefined === value)
334
375
  return true;
335
- return "object" === typeof value && null !== value && _iu33(value);
336
- }); const _io42 = input => (undefined === input.supportedChannels || "object" === typeof input.supportedChannels && null !== input.supportedChannels && false === Array.isArray(input.supportedChannels) && _iu34(input.supportedChannels)) && (null !== input.supportedSubscriptions && (undefined === input.supportedSubscriptions || (Array.isArray(input.supportedSubscriptions) && input.supportedSubscriptions.every(elem => null !== elem && undefined !== elem && ("RECEIVE_FUNDS" === elem || "object" === typeof elem && null !== elem && _io0(elem))) || "object" === typeof input.supportedSubscriptions && null !== input.supportedSubscriptions && _io0(input.supportedSubscriptions)))) && ("object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) && _iu35(input.operations)); const _io43 = input => null !== input.FCM && (undefined === input.FCM || (Array.isArray(input.FCM) && input.FCM.every(elem => "object" === typeof elem && null !== elem && _iu4(elem)) || "object" === typeof input.FCM && null !== input.FCM && _io0(input.FCM))); const _io44 = input => null !== input.projectId && undefined !== input.projectId && ("string" === typeof input.projectId || "object" === typeof input.projectId && null !== input.projectId && _io0(input.projectId)) && (null !== input.messagingSenderId && undefined !== input.messagingSenderId && ("string" === typeof input.messagingSenderId || "object" === typeof input.messagingSenderId && null !== input.messagingSenderId && _io0(input.messagingSenderId))) && (null !== input.appId && undefined !== input.appId && ("string" === typeof input.appId || "object" === typeof input.appId && null !== input.appId && _io0(input.appId))) && (null !== input.apiKey && undefined !== input.apiKey && ("string" === typeof input.apiKey || "object" === typeof input.apiKey && null !== input.apiKey && _io0(input.apiKey))) && (null !== input.vapidKey && (undefined === input.vapidKey || "string" === typeof input.vapidKey || "object" === typeof input.vapidKey && null !== input.vapidKey && _io0(input.vapidKey))) && (null !== input.bundleId && (undefined === input.bundleId || "string" === typeof input.bundleId || "object" === typeof input.bundleId && null !== input.bundleId && _io0(input.bundleId))); const _io45 = input => null !== input.registerTarget && (undefined === input.registerTarget || "string" === typeof input.registerTarget || "object" === typeof input.registerTarget && null !== input.registerTarget && _iu25(input.registerTarget)) && (null !== input.listTargets && (undefined === input.listTargets || "string" === typeof input.listTargets || "object" === typeof input.listTargets && null !== input.listTargets && _iu25(input.listTargets))) && (null !== input.deleteTarget && (undefined === input.deleteTarget || "string" === typeof input.deleteTarget || "object" === typeof input.deleteTarget && null !== input.deleteTarget && _iu25(input.deleteTarget))) && (null !== input.createSubscription && (undefined === input.createSubscription || "string" === typeof input.createSubscription || "object" === typeof input.createSubscription && null !== input.createSubscription && _iu25(input.createSubscription))) && (null !== input.listSubscriptions && (undefined === input.listSubscriptions || "string" === typeof input.listSubscriptions || "object" === typeof input.listSubscriptions && null !== input.listSubscriptions && _iu25(input.listSubscriptions))) && (null !== input.deleteSubscription && (undefined === input.deleteSubscription || "string" === typeof input.deleteSubscription || "object" === typeof input.deleteSubscription && null !== input.deleteSubscription && _iu25(input.deleteSubscription))); const _iu0 = input => (() => {
376
+ return "object" === typeof value && null !== value && _iu46(value);
377
+ }); const _io55 = input => (undefined === input.supportedChannels || "object" === typeof input.supportedChannels && null !== input.supportedChannels && false === Array.isArray(input.supportedChannels) && _iu47(input.supportedChannels)) && (null !== input.supportedSubscriptions && (undefined === input.supportedSubscriptions || (Array.isArray(input.supportedSubscriptions) && input.supportedSubscriptions.every(elem => null !== elem && undefined !== elem && ("RECEIVE_FUNDS" === elem || "object" === typeof elem && null !== elem && _io0(elem))) || "object" === typeof input.supportedSubscriptions && null !== input.supportedSubscriptions && _io0(input.supportedSubscriptions)))) && ("object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) && _iu48(input.operations)); const _io56 = input => null !== input.FCM && (undefined === input.FCM || (Array.isArray(input.FCM) && input.FCM.every(elem => "object" === typeof elem && null !== elem && _iu5(elem)) || "object" === typeof input.FCM && null !== input.FCM && _io0(input.FCM))); const _io57 = input => null !== input.projectId && undefined !== input.projectId && ("string" === typeof input.projectId || "object" === typeof input.projectId && null !== input.projectId && _io0(input.projectId)) && (null !== input.messagingSenderId && undefined !== input.messagingSenderId && ("string" === typeof input.messagingSenderId || "object" === typeof input.messagingSenderId && null !== input.messagingSenderId && _io0(input.messagingSenderId))) && (null !== input.appId && undefined !== input.appId && ("string" === typeof input.appId || "object" === typeof input.appId && null !== input.appId && _io0(input.appId))) && (null !== input.apiKey && undefined !== input.apiKey && ("string" === typeof input.apiKey || "object" === typeof input.apiKey && null !== input.apiKey && _io0(input.apiKey))) && (null !== input.vapidKey && (undefined === input.vapidKey || "string" === typeof input.vapidKey || "object" === typeof input.vapidKey && null !== input.vapidKey && _io0(input.vapidKey))) && (null !== input.bundleId && (undefined === input.bundleId || "string" === typeof input.bundleId || "object" === typeof input.bundleId && null !== input.bundleId && _io0(input.bundleId))); const _io58 = input => null !== input.registerTarget && (undefined === input.registerTarget || "string" === typeof input.registerTarget || "object" === typeof input.registerTarget && null !== input.registerTarget && _iu28(input.registerTarget)) && (null !== input.listTargets && (undefined === input.listTargets || "string" === typeof input.listTargets || "object" === typeof input.listTargets && null !== input.listTargets && _iu28(input.listTargets))) && (null !== input.deleteTarget && (undefined === input.deleteTarget || "string" === typeof input.deleteTarget || "object" === typeof input.deleteTarget && null !== input.deleteTarget && _iu28(input.deleteTarget))) && (null !== input.createSubscription && (undefined === input.createSubscription || "string" === typeof input.createSubscription || "object" === typeof input.createSubscription && null !== input.createSubscription && _iu28(input.createSubscription))) && (null !== input.listSubscriptions && (undefined === input.listSubscriptions || "string" === typeof input.listSubscriptions || "object" === typeof input.listSubscriptions && null !== input.listSubscriptions && _iu28(input.listSubscriptions))) && (null !== input.deleteSubscription && (undefined === input.deleteSubscription || "string" === typeof input.deleteSubscription || "object" === typeof input.deleteSubscription && null !== input.deleteSubscription && _iu28(input.deleteSubscription))); const _iu0 = input => (() => {
337
378
  if (undefined !== input.external)
338
379
  return _io0(input);
339
- else if (undefined !== input.currencyCodes)
380
+ else if (undefined !== input.purpose)
340
381
  return _io13(input);
341
382
  else
342
383
  return false;
343
384
  })(); const _iu1 = input => (() => {
344
385
  if (undefined !== input.external)
345
386
  return _io0(input);
346
- else if (undefined !== input.asset)
347
- return _io24(input);
387
+ else if (undefined !== input.currencyCodes)
388
+ return _io16(input);
348
389
  else
349
390
  return false;
350
391
  })(); const _iu2 = input => (() => {
351
392
  if (undefined !== input.external)
352
393
  return _io0(input);
353
- else if (undefined !== input.pair)
354
- return _io25(input);
394
+ else if (undefined !== input.asset)
395
+ return _io27(input);
355
396
  else
356
397
  return false;
357
398
  })(); const _iu3 = input => (() => {
358
- if (undefined !== input.rail)
359
- return _io28(input);
360
- else if (undefined !== input.external)
399
+ if (undefined !== input.external)
361
400
  return _io0(input);
401
+ else if (undefined !== input.pair)
402
+ return _io28(input);
362
403
  else
363
404
  return false;
364
405
  })(); const _iu4 = input => (() => {
365
- if (undefined !== input.external)
406
+ if (undefined !== input.rail)
407
+ return _io31(input);
408
+ else if (undefined !== input.external)
366
409
  return _io0(input);
367
- else if (undefined !== input.projectId)
368
- return _io44(input);
369
410
  else
370
411
  return false;
371
412
  })(); const _iu5 = input => (() => {
372
413
  if (undefined !== input.external)
373
414
  return _io0(input);
374
- else if (undefined !== input.rails)
375
- return _io26(input);
415
+ else if (undefined !== input.projectId)
416
+ return _io57(input);
376
417
  else
377
418
  return false;
378
419
  })(); const _iu6 = input => (() => {
379
420
  if (undefined !== input.external)
380
421
  return _io0(input);
422
+ else if (undefined !== input.rails)
423
+ return _io29(input);
381
424
  else
382
- return _io2(input);
425
+ return false;
383
426
  })(); const _iu7 = input => (() => {
384
427
  if (undefined !== input.external)
385
428
  return _io0(input);
386
429
  else
387
- return _io3(input);
430
+ return _io2(input);
388
431
  })(); const _iu8 = input => (() => {
389
432
  if (undefined !== input.external)
390
433
  return _io0(input);
391
434
  else
392
- return _io4(input);
435
+ return _io3(input);
393
436
  })(); const _iu9 = input => (() => {
394
437
  if (undefined !== input.external)
395
438
  return _io0(input);
396
439
  else
397
- return _io7(input);
440
+ return _io4(input);
398
441
  })(); const _iu10 = input => (() => {
399
442
  if (undefined !== input.external)
400
443
  return _io0(input);
401
444
  else
402
- return _io10(input);
445
+ return _io7(input);
403
446
  })(); const _iu11 = input => (() => {
404
447
  if (undefined !== input.external)
405
448
  return _io0(input);
406
449
  else
407
- return _io15(input);
450
+ return _io10(input);
408
451
  })(); const _iu12 = input => (() => {
409
452
  if (undefined !== input.external)
410
453
  return _io0(input);
411
454
  else
412
- return _io21(input);
455
+ return _io18(input);
413
456
  })(); const _iu13 = input => (() => {
414
457
  if (undefined !== input.external)
415
458
  return _io0(input);
416
459
  else
417
- return _io35(input);
460
+ return _io24(input);
418
461
  })(); const _iu14 = input => (() => {
419
462
  if (undefined !== input.external)
420
463
  return _io0(input);
421
464
  else
422
- return _io37(input);
465
+ return _io48(input);
423
466
  })(); const _iu15 = input => (() => {
424
467
  if (undefined !== input.external)
425
468
  return _io0(input);
426
469
  else
427
- return _io41(input);
470
+ return _io50(input);
428
471
  })(); const _iu16 = input => (() => {
472
+ if (undefined !== input.external)
473
+ return _io0(input);
474
+ else
475
+ return _io54(input);
476
+ })(); const _iu17 = input => (() => {
429
477
  if (undefined !== input.external)
430
478
  return _io0(input);
431
479
  else if (undefined !== input.operations)
432
480
  return _io5(input);
433
481
  else
434
482
  return false;
435
- })(); const _iu17 = input => (() => {
483
+ })(); const _iu18 = input => (() => {
436
484
  if (undefined !== input.external)
437
485
  return _io0(input);
438
486
  else
439
487
  return _io6(input);
440
- })(); const _iu18 = input => (() => {
488
+ })(); const _iu19 = input => (() => {
441
489
  if (undefined !== input.external)
442
490
  return _io0(input);
443
491
  else if (undefined !== input.operations)
444
492
  return _io8(input);
445
493
  else
446
494
  return false;
447
- })(); const _iu19 = input => (() => {
495
+ })(); const _iu20 = input => (() => {
448
496
  if (undefined !== input.external)
449
497
  return _io0(input);
450
498
  else
451
499
  return _io9(input);
452
- })(); const _iu20 = input => (() => {
500
+ })(); const _iu21 = input => (() => {
453
501
  if (undefined !== input.external)
454
502
  return _io0(input);
455
503
  else if (undefined !== input.operations)
456
504
  return _io11(input);
457
505
  else
458
506
  return false;
459
- })(); const _iu21 = input => (() => {
507
+ })(); const _iu22 = input => (() => {
460
508
  if (undefined !== input.external)
461
509
  return _io0(input);
462
510
  else
463
511
  return _io12(input);
464
- })(); const _iu22 = input => (() => {
512
+ })(); const _iu23 = input => (() => {
465
513
  if (undefined !== input.external)
466
514
  return _io0(input);
467
515
  else
516
+ return _io15(input);
517
+ })(); const _iu24 = input => (() => {
518
+ if (undefined !== input.external)
519
+ return _io0(input);
520
+ else if (undefined !== input.type)
468
521
  return _io14(input);
469
- })(); const _iu23 = input => (() => {
522
+ else
523
+ return false;
524
+ })(); const _iu25 = input => (() => {
525
+ if (undefined !== input.external)
526
+ return _io0(input);
527
+ else
528
+ return _io17(input);
529
+ })(); const _iu26 = input => (() => {
470
530
  if (undefined !== input.external)
471
531
  return _io0(input);
472
532
  else if (undefined !== input.operations)
473
- return _io16(input);
533
+ return _io19(input);
474
534
  else
475
535
  return false;
476
- })(); const _iu24 = input => (() => {
536
+ })(); const _iu27 = input => (() => {
477
537
  if (undefined !== input.external)
478
538
  return _io0(input);
479
539
  else if (undefined !== input.resolve)
480
- return _io17(input);
540
+ return _io20(input);
481
541
  else
482
542
  return false;
483
- })(); const _iu25 = input => (() => {
543
+ })(); const _iu28 = input => (() => {
484
544
  if (undefined !== input.external)
485
545
  return _io0(input);
486
546
  else
487
- return _io18(input);
488
- })(); const _iu26 = input => (() => {
547
+ return _io21(input);
548
+ })(); const _iu29 = input => (() => {
489
549
  if (undefined !== input.external)
490
550
  return _io0(input);
491
551
  else if (undefined !== input.operations)
492
- return _io22(input);
552
+ return _io25(input);
493
553
  else
494
554
  return false;
495
- })(); const _iu27 = input => (() => {
555
+ })(); const _iu30 = input => (() => {
496
556
  if (undefined !== input.external)
497
557
  return _io0(input);
498
558
  else
499
- return _io23(input);
500
- })(); const _iu28 = input => (() => {
559
+ return _io26(input);
560
+ })(); const _iu31 = input => (() => {
561
+ if (undefined !== input.external)
562
+ return _io0(input);
563
+ else
564
+ return _io38(input);
565
+ })(); const _iu32 = input => (() => {
501
566
  if (undefined !== input.external)
502
567
  return _io0(input);
503
568
  else
504
569
  return (() => {
505
- if (_io34(input))
506
- return _io34(input);
507
- if (_io33(input))
508
- return _io33(input);
509
- if (_io27(input))
510
- return _io27(input);
570
+ if (_io37(input))
571
+ return _io37(input);
572
+ if (_io36(input))
573
+ return _io36(input);
574
+ if (_io30(input))
575
+ return _io30(input);
511
576
  return false;
512
577
  })();
513
- })(); const _iu29 = input => (() => {
578
+ })(); const _iu33 = input => (() => {
514
579
  if (undefined !== input.external)
515
580
  return _io0(input);
516
581
  else
517
- return _io36(input);
518
- })(); const _iu30 = input => (() => {
582
+ return _io39(input);
583
+ })(); const _iu34 = input => (() => {
584
+ if (undefined !== input.external)
585
+ return _io0(input);
586
+ else
587
+ return _io42(input);
588
+ })(); const _iu35 = input => (() => {
589
+ if (undefined !== input.external)
590
+ return _io0(input);
591
+ else
592
+ return _io44(input);
593
+ })(); const _iu36 = input => (() => {
594
+ if (undefined !== input.external)
595
+ return _io0(input);
596
+ else
597
+ return _io46(input);
598
+ })(); const _iu37 = input => (() => {
599
+ if (undefined !== input.external)
600
+ return _io0(input);
601
+ else
602
+ return _io40(input);
603
+ })(); const _iu38 = input => (() => {
604
+ if (undefined !== input.external)
605
+ return _io0(input);
606
+ else if (undefined !== input.decimalPlaces)
607
+ return _io41(input);
608
+ else
609
+ return false;
610
+ })(); const _iu39 = input => (() => {
611
+ if (undefined !== input.external)
612
+ return _io0(input);
613
+ else
614
+ return _io43(input);
615
+ })(); const _iu40 = input => (() => {
616
+ if (undefined !== input.external)
617
+ return _io0(input);
618
+ else
619
+ return _io45(input);
620
+ })(); const _iu41 = input => (() => {
621
+ if (undefined !== input.external)
622
+ return _io0(input);
623
+ else
624
+ return _io47(input);
625
+ })(); const _iu42 = input => (() => {
626
+ if (undefined !== input.external)
627
+ return _io0(input);
628
+ else
629
+ return _io49(input);
630
+ })(); const _iu43 = input => (() => {
519
631
  if (undefined !== input.external)
520
632
  return _io0(input);
521
633
  else if (undefined !== input.operations)
522
- return _io38(input);
634
+ return _io51(input);
523
635
  else
524
636
  return false;
525
- })(); const _iu31 = input => (() => {
637
+ })(); const _iu44 = input => (() => {
526
638
  if (undefined !== input.external)
527
639
  return _io0(input);
528
640
  else
529
- return _io39(input);
530
- })(); const _iu32 = input => (() => {
641
+ return _io52(input);
642
+ })(); const _iu45 = input => (() => {
531
643
  if (undefined !== input.external)
532
644
  return _io0(input);
533
645
  else if (undefined !== input.maxObjectSize)
534
- return _io40(input);
646
+ return _io53(input);
535
647
  else
536
648
  return false;
537
- })(); const _iu33 = input => (() => {
649
+ })(); const _iu46 = input => (() => {
538
650
  if (undefined !== input.external)
539
651
  return _io0(input);
540
652
  else if (undefined !== input.operations)
541
- return _io42(input);
653
+ return _io55(input);
542
654
  else
543
655
  return false;
544
- })(); const _iu34 = input => (() => {
656
+ })(); const _iu47 = input => (() => {
545
657
  if (undefined !== input.external)
546
658
  return _io0(input);
547
659
  else
548
- return _io43(input);
549
- })(); const _iu35 = input => (() => {
660
+ return _io56(input);
661
+ })(); const _iu48 = input => (() => {
550
662
  if (undefined !== input.external)
551
663
  return _io0(input);
552
664
  else
553
- return _io45(input);
554
- })(); const _iu36 = input => (() => {
665
+ return _io58(input);
666
+ })(); const _iu49 = input => (() => {
555
667
  if (undefined !== input.external)
556
668
  return _io0(input);
557
669
  else if (undefined !== input.version)
@@ -593,7 +705,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
593
705
  path: _path + ".currencyMap",
594
706
  expected: "(ExternalURL | ToJSONValuizableObject<__type>)",
595
707
  value: input.currencyMap
596
- }, _errorFactory)) && _au6(input.currencyMap, _path + ".currencyMap", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
708
+ }, _errorFactory)) && _au7(input.currencyMap, _path + ".currencyMap", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
597
709
  method: "createAssert",
598
710
  path: _path + ".currencyMap",
599
711
  expected: "(ExternalURL | ToJSONValuizableObject<__type>)",
@@ -603,7 +715,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
603
715
  path: _path + ".services",
604
716
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o1)",
605
717
  value: input.services
606
- }, _errorFactory)) && _au7(input.services, _path + ".services", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
718
+ }, _errorFactory)) && _au8(input.services, _path + ".services", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
607
719
  method: "createAssert",
608
720
  path: _path + ".services",
609
721
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o1)",
@@ -3142,7 +3254,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3142
3254
  path: _path + ".banking",
3143
3255
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o2 | undefined)",
3144
3256
  value: input.banking
3145
- }, _errorFactory)) && _au8(input.banking, _path + ".banking", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3257
+ }, _errorFactory)) && _au9(input.banking, _path + ".banking", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3146
3258
  method: "createAssert",
3147
3259
  path: _path + ".banking",
3148
3260
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o2 | undefined)",
@@ -3152,7 +3264,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3152
3264
  path: _path + ".kyc",
3153
3265
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o5 | undefined)",
3154
3266
  value: input.kyc
3155
- }, _errorFactory)) && _au9(input.kyc, _path + ".kyc", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3267
+ }, _errorFactory)) && _au10(input.kyc, _path + ".kyc", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3156
3268
  method: "createAssert",
3157
3269
  path: _path + ".kyc",
3158
3270
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o5 | undefined)",
@@ -3162,7 +3274,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3162
3274
  path: _path + ".fx",
3163
3275
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o8 | undefined)",
3164
3276
  value: input.fx
3165
- }, _errorFactory)) && _au10(input.fx, _path + ".fx", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3277
+ }, _errorFactory)) && _au11(input.fx, _path + ".fx", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3166
3278
  method: "createAssert",
3167
3279
  path: _path + ".fx",
3168
3280
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o8 | undefined)",
@@ -3172,7 +3284,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3172
3284
  path: _path + ".username",
3173
3285
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o13 | undefined)",
3174
3286
  value: input.username
3175
- }, _errorFactory)) && _au11(input.username, _path + ".username", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3287
+ }, _errorFactory)) && _au12(input.username, _path + ".username", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3176
3288
  method: "createAssert",
3177
3289
  path: _path + ".username",
3178
3290
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o13 | undefined)",
@@ -3182,7 +3294,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3182
3294
  path: _path + ".assetMovement",
3183
3295
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o16 | undefined)",
3184
3296
  value: input.assetMovement
3185
- }, _errorFactory)) && _au12(input.assetMovement, _path + ".assetMovement", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3297
+ }, _errorFactory)) && _au13(input.assetMovement, _path + ".assetMovement", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3186
3298
  method: "createAssert",
3187
3299
  path: _path + ".assetMovement",
3188
3300
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o16 | undefined)",
@@ -3190,32 +3302,32 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3190
3302
  }, _errorFactory)) && (undefined === input.cards || ("object" === typeof input.cards && null !== input.cards && false === Array.isArray(input.cards) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3191
3303
  method: "createAssert",
3192
3304
  path: _path + ".cards",
3193
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o19 | undefined)",
3305
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o22 | undefined)",
3194
3306
  value: input.cards
3195
- }, _errorFactory)) && _au13(input.cards, _path + ".cards", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3307
+ }, _errorFactory)) && _au14(input.cards, _path + ".cards", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3196
3308
  method: "createAssert",
3197
3309
  path: _path + ".cards",
3198
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o19 | undefined)",
3310
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o22 | undefined)",
3199
3311
  value: input.cards
3200
3312
  }, _errorFactory)) && (undefined === input.storage || ("object" === typeof input.storage && null !== input.storage && false === Array.isArray(input.storage) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3201
3313
  method: "createAssert",
3202
3314
  path: _path + ".storage",
3203
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o21 | undefined)",
3315
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o24 | undefined)",
3204
3316
  value: input.storage
3205
- }, _errorFactory)) && _au14(input.storage, _path + ".storage", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3317
+ }, _errorFactory)) && _au15(input.storage, _path + ".storage", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3206
3318
  method: "createAssert",
3207
3319
  path: _path + ".storage",
3208
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o21 | undefined)",
3320
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o24 | undefined)",
3209
3321
  value: input.storage
3210
3322
  }, _errorFactory)) && (undefined === input.notification || ("object" === typeof input.notification && null !== input.notification && false === Array.isArray(input.notification) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3211
3323
  method: "createAssert",
3212
3324
  path: _path + ".notification",
3213
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o25 | undefined)",
3325
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o28 | undefined)",
3214
3326
  value: input.notification
3215
- }, _errorFactory)) && _au15(input.notification, _path + ".notification", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3327
+ }, _errorFactory)) && _au16(input.notification, _path + ".notification", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3216
3328
  method: "createAssert",
3217
3329
  path: _path + ".notification",
3218
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o25 | undefined)",
3330
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o28 | undefined)",
3219
3331
  value: input.notification
3220
3332
  }, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
3221
3333
  const value = input[key];
@@ -3226,7 +3338,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3226
3338
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
3227
3339
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o3)",
3228
3340
  value: value
3229
- }, _errorFactory)) && _au16(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3341
+ }, _errorFactory)) && _au17(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3230
3342
  method: "createAssert",
3231
3343
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
3232
3344
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o3)",
@@ -3237,7 +3349,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3237
3349
  path: _path + ".operations",
3238
3350
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o4)",
3239
3351
  value: input.operations
3240
- }, _errorFactory)) && _au17(input.operations, _path + ".operations", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3352
+ }, _errorFactory)) && _au18(input.operations, _path + ".operations", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3241
3353
  method: "createAssert",
3242
3354
  path: _path + ".operations",
3243
3355
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o4)",
@@ -3252,24 +3364,24 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3252
3364
  path: _path + ".currencyCodes",
3253
3365
  expected: "(Array<string | ExternalURL> | ExternalURL)",
3254
3366
  value: input.currencyCodes
3255
- }, _errorFactory)) && (Array.isArray(input.currencyCodes) && input.currencyCodes.every((elem, _index37) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3367
+ }, _errorFactory)) && (Array.isArray(input.currencyCodes) && input.currencyCodes.every((elem, _index39) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3256
3368
  method: "createAssert",
3257
- path: _path + ".currencyCodes[" + _index37 + "]",
3369
+ path: _path + ".currencyCodes[" + _index39 + "]",
3258
3370
  expected: "(ExternalURL | string)",
3259
3371
  value: elem
3260
3372
  }, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3261
3373
  method: "createAssert",
3262
- path: _path + ".currencyCodes[" + _index37 + "]",
3374
+ path: _path + ".currencyCodes[" + _index39 + "]",
3263
3375
  expected: "(ExternalURL | string)",
3264
3376
  value: elem
3265
3377
  }, _errorFactory)) && ("string" === typeof elem || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3266
3378
  method: "createAssert",
3267
- path: _path + ".currencyCodes[" + _index37 + "]",
3379
+ path: _path + ".currencyCodes[" + _index39 + "]",
3268
3380
  expected: "(ExternalURL | string)",
3269
3381
  value: elem
3270
- }, _errorFactory)) && _ao0(elem, _path + ".currencyCodes[" + _index37 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3382
+ }, _errorFactory)) && _ao0(elem, _path + ".currencyCodes[" + _index39 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3271
3383
  method: "createAssert",
3272
- path: _path + ".currencyCodes[" + _index37 + "]",
3384
+ path: _path + ".currencyCodes[" + _index39 + "]",
3273
3385
  expected: "(ExternalURL | string)",
3274
3386
  value: elem
3275
3387
  }, _errorFactory))) || "object" === typeof input.currencyCodes && null !== input.currencyCodes && _ao0(input.currencyCodes, _path + ".currencyCodes", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -3292,24 +3404,24 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3292
3404
  path: _path + ".countryCodes",
3293
3405
  expected: "(Array<string | ExternalURL> | ExternalURL)",
3294
3406
  value: input.countryCodes
3295
- }, _errorFactory)) && (Array.isArray(input.countryCodes) && input.countryCodes.every((elem, _index38) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3407
+ }, _errorFactory)) && (Array.isArray(input.countryCodes) && input.countryCodes.every((elem, _index40) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3296
3408
  method: "createAssert",
3297
- path: _path + ".countryCodes[" + _index38 + "]",
3409
+ path: _path + ".countryCodes[" + _index40 + "]",
3298
3410
  expected: "(ExternalURL | string)",
3299
3411
  value: elem
3300
3412
  }, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3301
3413
  method: "createAssert",
3302
- path: _path + ".countryCodes[" + _index38 + "]",
3414
+ path: _path + ".countryCodes[" + _index40 + "]",
3303
3415
  expected: "(ExternalURL | string)",
3304
3416
  value: elem
3305
3417
  }, _errorFactory)) && ("string" === typeof elem || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3306
3418
  method: "createAssert",
3307
- path: _path + ".countryCodes[" + _index38 + "]",
3419
+ path: _path + ".countryCodes[" + _index40 + "]",
3308
3420
  expected: "(ExternalURL | string)",
3309
3421
  value: elem
3310
- }, _errorFactory)) && _ao0(elem, _path + ".countryCodes[" + _index38 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3422
+ }, _errorFactory)) && _ao0(elem, _path + ".countryCodes[" + _index40 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3311
3423
  method: "createAssert",
3312
- path: _path + ".countryCodes[" + _index38 + "]",
3424
+ path: _path + ".countryCodes[" + _index40 + "]",
3313
3425
  expected: "(ExternalURL | string)",
3314
3426
  value: elem
3315
3427
  }, _errorFactory))) || "object" === typeof input.countryCodes && null !== input.countryCodes && _ao0(input.countryCodes, _path + ".countryCodes", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -3327,24 +3439,24 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3327
3439
  path: _path + ".kycProviders",
3328
3440
  expected: "(Array<string | ExternalURL> | ExternalURL | undefined)",
3329
3441
  value: input.kycProviders
3330
- }, _errorFactory)) && (undefined === input.kycProviders || (Array.isArray(input.kycProviders) && input.kycProviders.every((elem, _index39) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3442
+ }, _errorFactory)) && (undefined === input.kycProviders || (Array.isArray(input.kycProviders) && input.kycProviders.every((elem, _index41) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3331
3443
  method: "createAssert",
3332
- path: _path + ".kycProviders[" + _index39 + "]",
3444
+ path: _path + ".kycProviders[" + _index41 + "]",
3333
3445
  expected: "(ExternalURL | string)",
3334
3446
  value: elem
3335
3447
  }, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3336
3448
  method: "createAssert",
3337
- path: _path + ".kycProviders[" + _index39 + "]",
3449
+ path: _path + ".kycProviders[" + _index41 + "]",
3338
3450
  expected: "(ExternalURL | string)",
3339
3451
  value: elem
3340
3452
  }, _errorFactory)) && ("string" === typeof elem || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3341
3453
  method: "createAssert",
3342
- path: _path + ".kycProviders[" + _index39 + "]",
3454
+ path: _path + ".kycProviders[" + _index41 + "]",
3343
3455
  expected: "(ExternalURL | string)",
3344
3456
  value: elem
3345
- }, _errorFactory)) && _ao0(elem, _path + ".kycProviders[" + _index39 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3457
+ }, _errorFactory)) && _ao0(elem, _path + ".kycProviders[" + _index41 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3346
3458
  method: "createAssert",
3347
- path: _path + ".kycProviders[" + _index39 + "]",
3459
+ path: _path + ".kycProviders[" + _index41 + "]",
3348
3460
  expected: "(ExternalURL | string)",
3349
3461
  value: elem
3350
3462
  }, _errorFactory))) || "object" === typeof input.kycProviders && null !== input.kycProviders && _ao0(input.kycProviders, _path + ".kycProviders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -3381,7 +3493,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3381
3493
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
3382
3494
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o6)",
3383
3495
  value: value
3384
- }, _errorFactory)) && _au18(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3496
+ }, _errorFactory)) && _au19(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3385
3497
  method: "createAssert",
3386
3498
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
3387
3499
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o6)",
@@ -3392,7 +3504,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3392
3504
  path: _path + ".operations",
3393
3505
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o7)",
3394
3506
  value: input.operations
3395
- }, _errorFactory)) && _au19(input.operations, _path + ".operations", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3507
+ }, _errorFactory)) && _au20(input.operations, _path + ".operations", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3396
3508
  method: "createAssert",
3397
3509
  path: _path + ".operations",
3398
3510
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o7)",
@@ -3402,24 +3514,24 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3402
3514
  path: _path + ".countryCodes",
3403
3515
  expected: "(Array<string | ExternalURL> | ExternalURL | undefined)",
3404
3516
  value: input.countryCodes
3405
- }, _errorFactory)) && (undefined === input.countryCodes || (Array.isArray(input.countryCodes) && input.countryCodes.every((elem, _index40) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3517
+ }, _errorFactory)) && (undefined === input.countryCodes || (Array.isArray(input.countryCodes) && input.countryCodes.every((elem, _index42) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3406
3518
  method: "createAssert",
3407
- path: _path + ".countryCodes[" + _index40 + "]",
3519
+ path: _path + ".countryCodes[" + _index42 + "]",
3408
3520
  expected: "(ExternalURL | string)",
3409
3521
  value: elem
3410
3522
  }, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3411
3523
  method: "createAssert",
3412
- path: _path + ".countryCodes[" + _index40 + "]",
3524
+ path: _path + ".countryCodes[" + _index42 + "]",
3413
3525
  expected: "(ExternalURL | string)",
3414
3526
  value: elem
3415
3527
  }, _errorFactory)) && ("string" === typeof elem || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3416
3528
  method: "createAssert",
3417
- path: _path + ".countryCodes[" + _index40 + "]",
3529
+ path: _path + ".countryCodes[" + _index42 + "]",
3418
3530
  expected: "(ExternalURL | string)",
3419
3531
  value: elem
3420
- }, _errorFactory)) && _ao0(elem, _path + ".countryCodes[" + _index40 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3532
+ }, _errorFactory)) && _ao0(elem, _path + ".countryCodes[" + _index42 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3421
3533
  method: "createAssert",
3422
- path: _path + ".countryCodes[" + _index40 + "]",
3534
+ path: _path + ".countryCodes[" + _index42 + "]",
3423
3535
  expected: "(ExternalURL | string)",
3424
3536
  value: elem
3425
3537
  }, _errorFactory))) || "object" === typeof input.countryCodes && null !== input.countryCodes && _ao0(input.countryCodes, _path + ".countryCodes", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -3519,20 +3631,30 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3519
3631
  return ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3520
3632
  method: "createAssert",
3521
3633
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
3522
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o9)",
3634
+ expected: "(ExternalURL | ToJSONValuizableObject<SharedAnchorMetadataLegalExtension & { operations: { getEstimate?: string; getQuote?: string; createExchange?: string; getExchangeStatus?: string; }; from: { ...; }[]; acceptedCostAssets?: TokenPublicKeyString[]; }>)",
3523
3635
  value: value
3524
- }, _errorFactory)) && _au20(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3636
+ }, _errorFactory)) && _au21(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3525
3637
  method: "createAssert",
3526
3638
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
3527
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o9)",
3639
+ expected: "(ExternalURL | ToJSONValuizableObject<SharedAnchorMetadataLegalExtension & { operations: { getEstimate?: string; getQuote?: string; createExchange?: string; getExchangeStatus?: string; }; from: { ...; }[]; acceptedCostAssets?: TokenPublicKeyString[]; }>)",
3528
3640
  value: value
3529
3641
  }, _errorFactory);
3530
- }); const _ao11 = (input, _path, _exceptionable = true) => (("object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3642
+ }); const _ao11 = (input, _path, _exceptionable = true) => (undefined === input.legal || ("object" === typeof input.legal && null !== input.legal && false === Array.isArray(input.legal) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3643
+ method: "createAssert",
3644
+ path: _path + ".legal",
3645
+ expected: "(ExternalURL | ToJSONValuizableObject<AnchorMetadataLegalField> | undefined)",
3646
+ value: input.legal
3647
+ }, _errorFactory)) && _au22(input.legal, _path + ".legal", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3648
+ method: "createAssert",
3649
+ path: _path + ".legal",
3650
+ expected: "(ExternalURL | ToJSONValuizableObject<AnchorMetadataLegalField> | undefined)",
3651
+ value: input.legal
3652
+ }, _errorFactory)) && (("object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3531
3653
  method: "createAssert",
3532
3654
  path: _path + ".operations",
3533
3655
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o10)",
3534
3656
  value: input.operations
3535
- }, _errorFactory)) && _au21(input.operations, _path + ".operations", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3657
+ }, _errorFactory)) && _au23(input.operations, _path + ".operations", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3536
3658
  method: "createAssert",
3537
3659
  path: _path + ".operations",
3538
3660
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o10)",
@@ -3547,14 +3669,14 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3547
3669
  path: _path + ".from",
3548
3670
  expected: "(Array<ExternalURL | ToJSONValuizableObject<{ currencyCodes: TokenPublicKeyString[]; to: TokenPublicKeyString[]; kycProviders?: string[]; supportedAffinities?: { ...; }; }>> | ExternalURL)",
3549
3671
  value: input.from
3550
- }, _errorFactory)) && (Array.isArray(input.from) && input.from.every((elem, _index41) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3672
+ }, _errorFactory)) && (Array.isArray(input.from) && input.from.every((elem, _index43) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3551
3673
  method: "createAssert",
3552
- path: _path + ".from[" + _index41 + "]",
3674
+ path: _path + ".from[" + _index43 + "]",
3553
3675
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o11)",
3554
3676
  value: elem
3555
- }, _errorFactory)) && _au0(elem, _path + ".from[" + _index41 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3677
+ }, _errorFactory)) && _au1(elem, _path + ".from[" + _index43 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3556
3678
  method: "createAssert",
3557
- path: _path + ".from[" + _index41 + "]",
3679
+ path: _path + ".from[" + _index43 + "]",
3558
3680
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o11)",
3559
3681
  value: elem
3560
3682
  }, _errorFactory)) || "object" === typeof input.from && null !== input.from && _ao0(input.from, _path + ".from", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -3572,24 +3694,24 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3572
3694
  path: _path + ".acceptedCostAssets",
3573
3695
  expected: "(Array<TokenPublicKeyString | ExternalURL> | ExternalURL | undefined)",
3574
3696
  value: input.acceptedCostAssets
3575
- }, _errorFactory)) && (undefined === input.acceptedCostAssets || (Array.isArray(input.acceptedCostAssets) && input.acceptedCostAssets.every((elem, _index42) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3697
+ }, _errorFactory)) && (undefined === input.acceptedCostAssets || (Array.isArray(input.acceptedCostAssets) && input.acceptedCostAssets.every((elem, _index44) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3576
3698
  method: "createAssert",
3577
- path: _path + ".acceptedCostAssets[" + _index42 + "]",
3699
+ path: _path + ".acceptedCostAssets[" + _index44 + "]",
3578
3700
  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}`)",
3579
3701
  value: elem
3580
3702
  }, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3581
3703
  method: "createAssert",
3582
- path: _path + ".acceptedCostAssets[" + _index42 + "]",
3704
+ path: _path + ".acceptedCostAssets[" + _index44 + "]",
3583
3705
  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}`)",
3584
3706
  value: elem
3585
3707
  }, _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, {
3586
3708
  method: "createAssert",
3587
- path: _path + ".acceptedCostAssets[" + _index42 + "]",
3709
+ path: _path + ".acceptedCostAssets[" + _index44 + "]",
3588
3710
  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}`)",
3589
3711
  value: elem
3590
- }, _errorFactory)) && _ao0(elem, _path + ".acceptedCostAssets[" + _index42 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3712
+ }, _errorFactory)) && _ao0(elem, _path + ".acceptedCostAssets[" + _index44 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3591
3713
  method: "createAssert",
3592
- path: _path + ".acceptedCostAssets[" + _index42 + "]",
3714
+ path: _path + ".acceptedCostAssets[" + _index44 + "]",
3593
3715
  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}`)",
3594
3716
  value: elem
3595
3717
  }, _errorFactory))) || "object" === typeof input.acceptedCostAssets && null !== input.acceptedCostAssets && _ao0(input.acceptedCostAssets, _path + ".acceptedCostAssets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -3602,7 +3724,102 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3602
3724
  path: _path + ".acceptedCostAssets",
3603
3725
  expected: "(Array<TokenPublicKeyString | ExternalURL> | ExternalURL | undefined)",
3604
3726
  value: input.acceptedCostAssets
3605
- }, _errorFactory))); const _ao12 = (input, _path, _exceptionable = true) => (null !== input.getEstimate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3727
+ }, _errorFactory))); const _ao12 = (input, _path, _exceptionable = true) => (null !== input.disclaimers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3728
+ method: "createAssert",
3729
+ path: _path + ".disclaimers",
3730
+ expected: "(Array<ExternalURL | ToJSONValuizableObject<{ purpose: \"general\"; content: ClientRenderableContent; }>> | ExternalURL | undefined)",
3731
+ value: input.disclaimers
3732
+ }, _errorFactory)) && (undefined === input.disclaimers || (Array.isArray(input.disclaimers) && input.disclaimers.every((elem, _index45) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3733
+ method: "createAssert",
3734
+ path: _path + ".disclaimers[" + _index45 + "]",
3735
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o9)",
3736
+ value: elem
3737
+ }, _errorFactory)) && _au0(elem, _path + ".disclaimers[" + _index45 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3738
+ method: "createAssert",
3739
+ path: _path + ".disclaimers[" + _index45 + "]",
3740
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o9)",
3741
+ value: elem
3742
+ }, _errorFactory)) || "object" === typeof input.disclaimers && null !== input.disclaimers && _ao0(input.disclaimers, _path + ".disclaimers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3743
+ method: "createAssert",
3744
+ path: _path + ".disclaimers",
3745
+ expected: "(Array<ExternalURL | ToJSONValuizableObject<{ purpose: \"general\"; content: ClientRenderableContent; }>> | ExternalURL | undefined)",
3746
+ value: input.disclaimers
3747
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3748
+ method: "createAssert",
3749
+ path: _path + ".disclaimers",
3750
+ expected: "(Array<ExternalURL | ToJSONValuizableObject<{ purpose: \"general\"; content: ClientRenderableContent; }>> | ExternalURL | undefined)",
3751
+ value: input.disclaimers
3752
+ }, _errorFactory)); const _ao13 = (input, _path, _exceptionable = true) => (null !== input.purpose || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3753
+ method: "createAssert",
3754
+ path: _path + ".purpose",
3755
+ expected: "(\"general\" | ExternalURL)",
3756
+ value: input.purpose
3757
+ }, _errorFactory)) && (undefined !== input.purpose || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3758
+ method: "createAssert",
3759
+ path: _path + ".purpose",
3760
+ expected: "(\"general\" | ExternalURL)",
3761
+ value: input.purpose
3762
+ }, _errorFactory)) && ("general" === input.purpose || ("object" === typeof input.purpose && null !== input.purpose || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3763
+ method: "createAssert",
3764
+ path: _path + ".purpose",
3765
+ expected: "(\"general\" | ExternalURL)",
3766
+ value: input.purpose
3767
+ }, _errorFactory)) && _ao0(input.purpose, _path + ".purpose", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3768
+ method: "createAssert",
3769
+ path: _path + ".purpose",
3770
+ expected: "(\"general\" | ExternalURL)",
3771
+ value: input.purpose
3772
+ }, _errorFactory)) && (("object" === typeof input.content && null !== input.content || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3773
+ method: "createAssert",
3774
+ path: _path + ".content",
3775
+ expected: "(ExternalURL | ToJSONValuizableObject<ClientRenderableContent>)",
3776
+ value: input.content
3777
+ }, _errorFactory)) && _au24(input.content, _path + ".content", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3778
+ method: "createAssert",
3779
+ path: _path + ".content",
3780
+ expected: "(ExternalURL | ToJSONValuizableObject<ClientRenderableContent>)",
3781
+ value: input.content
3782
+ }, _errorFactory)); const _ao14 = (input, _path, _exceptionable = true) => (null !== input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3783
+ method: "createAssert",
3784
+ path: _path + ".type",
3785
+ expected: "(\"markdown\" | \"plaintext\" | ExternalURL)",
3786
+ value: input.type
3787
+ }, _errorFactory)) && (undefined !== input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3788
+ method: "createAssert",
3789
+ path: _path + ".type",
3790
+ expected: "(\"markdown\" | \"plaintext\" | ExternalURL)",
3791
+ value: input.type
3792
+ }, _errorFactory)) && ("plaintext" === input.type || "markdown" === input.type || ("object" === typeof input.type && null !== input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3793
+ method: "createAssert",
3794
+ path: _path + ".type",
3795
+ expected: "(\"markdown\" | \"plaintext\" | ExternalURL)",
3796
+ value: input.type
3797
+ }, _errorFactory)) && _ao0(input.type, _path + ".type", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3798
+ method: "createAssert",
3799
+ path: _path + ".type",
3800
+ expected: "(\"markdown\" | \"plaintext\" | ExternalURL)",
3801
+ value: input.type
3802
+ }, _errorFactory)) && ((null !== input.content || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3803
+ method: "createAssert",
3804
+ path: _path + ".content",
3805
+ expected: "(ExternalURL | string)",
3806
+ value: input.content
3807
+ }, _errorFactory)) && (undefined !== input.content || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3808
+ method: "createAssert",
3809
+ path: _path + ".content",
3810
+ expected: "(ExternalURL | string)",
3811
+ value: input.content
3812
+ }, _errorFactory)) && ("string" === typeof input.content || ("object" === typeof input.content && null !== input.content || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3813
+ method: "createAssert",
3814
+ path: _path + ".content",
3815
+ expected: "(ExternalURL | string)",
3816
+ value: input.content
3817
+ }, _errorFactory)) && _ao0(input.content, _path + ".content", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3818
+ method: "createAssert",
3819
+ path: _path + ".content",
3820
+ expected: "(ExternalURL | string)",
3821
+ value: input.content
3822
+ }, _errorFactory))); const _ao15 = (input, _path, _exceptionable = true) => (null !== input.getEstimate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3606
3823
  method: "createAssert",
3607
3824
  path: _path + ".getEstimate",
3608
3825
  expected: "(ExternalURL | string | undefined)",
@@ -3662,7 +3879,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3662
3879
  path: _path + ".getExchangeStatus",
3663
3880
  expected: "(ExternalURL | string | undefined)",
3664
3881
  value: input.getExchangeStatus
3665
- }, _errorFactory))); const _ao13 = (input, _path, _exceptionable = true) => (null !== input.currencyCodes || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3882
+ }, _errorFactory))); const _ao16 = (input, _path, _exceptionable = true) => (null !== input.currencyCodes || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3666
3883
  method: "createAssert",
3667
3884
  path: _path + ".currencyCodes",
3668
3885
  expected: "(Array<TokenPublicKeyString | ExternalURL> | ExternalURL)",
@@ -3672,24 +3889,24 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3672
3889
  path: _path + ".currencyCodes",
3673
3890
  expected: "(Array<TokenPublicKeyString | ExternalURL> | ExternalURL)",
3674
3891
  value: input.currencyCodes
3675
- }, _errorFactory)) && (Array.isArray(input.currencyCodes) && input.currencyCodes.every((elem, _index43) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3892
+ }, _errorFactory)) && (Array.isArray(input.currencyCodes) && input.currencyCodes.every((elem, _index46) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3676
3893
  method: "createAssert",
3677
- path: _path + ".currencyCodes[" + _index43 + "]",
3894
+ path: _path + ".currencyCodes[" + _index46 + "]",
3678
3895
  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}`)",
3679
3896
  value: elem
3680
3897
  }, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3681
3898
  method: "createAssert",
3682
- path: _path + ".currencyCodes[" + _index43 + "]",
3899
+ path: _path + ".currencyCodes[" + _index46 + "]",
3683
3900
  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}`)",
3684
3901
  value: elem
3685
3902
  }, _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, {
3686
3903
  method: "createAssert",
3687
- path: _path + ".currencyCodes[" + _index43 + "]",
3904
+ path: _path + ".currencyCodes[" + _index46 + "]",
3688
3905
  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}`)",
3689
3906
  value: elem
3690
- }, _errorFactory)) && _ao0(elem, _path + ".currencyCodes[" + _index43 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3907
+ }, _errorFactory)) && _ao0(elem, _path + ".currencyCodes[" + _index46 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3691
3908
  method: "createAssert",
3692
- path: _path + ".currencyCodes[" + _index43 + "]",
3909
+ path: _path + ".currencyCodes[" + _index46 + "]",
3693
3910
  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}`)",
3694
3911
  value: elem
3695
3912
  }, _errorFactory))) || "object" === typeof input.currencyCodes && null !== input.currencyCodes && _ao0(input.currencyCodes, _path + ".currencyCodes", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -3712,24 +3929,24 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3712
3929
  path: _path + ".to",
3713
3930
  expected: "(Array<TokenPublicKeyString | ExternalURL> | ExternalURL)",
3714
3931
  value: input.to
3715
- }, _errorFactory)) && (Array.isArray(input.to) && input.to.every((elem, _index44) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3932
+ }, _errorFactory)) && (Array.isArray(input.to) && input.to.every((elem, _index47) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3716
3933
  method: "createAssert",
3717
- path: _path + ".to[" + _index44 + "]",
3934
+ path: _path + ".to[" + _index47 + "]",
3718
3935
  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}`)",
3719
3936
  value: elem
3720
3937
  }, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3721
3938
  method: "createAssert",
3722
- path: _path + ".to[" + _index44 + "]",
3939
+ path: _path + ".to[" + _index47 + "]",
3723
3940
  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}`)",
3724
3941
  value: elem
3725
3942
  }, _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, {
3726
3943
  method: "createAssert",
3727
- path: _path + ".to[" + _index44 + "]",
3944
+ path: _path + ".to[" + _index47 + "]",
3728
3945
  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}`)",
3729
3946
  value: elem
3730
- }, _errorFactory)) && _ao0(elem, _path + ".to[" + _index44 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3947
+ }, _errorFactory)) && _ao0(elem, _path + ".to[" + _index47 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3731
3948
  method: "createAssert",
3732
- path: _path + ".to[" + _index44 + "]",
3949
+ path: _path + ".to[" + _index47 + "]",
3733
3950
  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}`)",
3734
3951
  value: elem
3735
3952
  }, _errorFactory))) || "object" === typeof input.to && null !== input.to && _ao0(input.to, _path + ".to", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -3747,24 +3964,24 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3747
3964
  path: _path + ".kycProviders",
3748
3965
  expected: "(Array<string | ExternalURL> | ExternalURL | undefined)",
3749
3966
  value: input.kycProviders
3750
- }, _errorFactory)) && (undefined === input.kycProviders || (Array.isArray(input.kycProviders) && input.kycProviders.every((elem, _index45) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3967
+ }, _errorFactory)) && (undefined === input.kycProviders || (Array.isArray(input.kycProviders) && input.kycProviders.every((elem, _index48) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3751
3968
  method: "createAssert",
3752
- path: _path + ".kycProviders[" + _index45 + "]",
3969
+ path: _path + ".kycProviders[" + _index48 + "]",
3753
3970
  expected: "(ExternalURL | string)",
3754
3971
  value: elem
3755
3972
  }, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3756
3973
  method: "createAssert",
3757
- path: _path + ".kycProviders[" + _index45 + "]",
3974
+ path: _path + ".kycProviders[" + _index48 + "]",
3758
3975
  expected: "(ExternalURL | string)",
3759
3976
  value: elem
3760
3977
  }, _errorFactory)) && ("string" === typeof elem || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3761
3978
  method: "createAssert",
3762
- path: _path + ".kycProviders[" + _index45 + "]",
3979
+ path: _path + ".kycProviders[" + _index48 + "]",
3763
3980
  expected: "(ExternalURL | string)",
3764
3981
  value: elem
3765
- }, _errorFactory)) && _ao0(elem, _path + ".kycProviders[" + _index45 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3982
+ }, _errorFactory)) && _ao0(elem, _path + ".kycProviders[" + _index48 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3766
3983
  method: "createAssert",
3767
- path: _path + ".kycProviders[" + _index45 + "]",
3984
+ path: _path + ".kycProviders[" + _index48 + "]",
3768
3985
  expected: "(ExternalURL | string)",
3769
3986
  value: elem
3770
3987
  }, _errorFactory))) || "object" === typeof input.kycProviders && null !== input.kycProviders && _ao0(input.kycProviders, _path + ".kycProviders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -3782,12 +3999,12 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3782
3999
  path: _path + ".supportedAffinities",
3783
4000
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o12 | undefined)",
3784
4001
  value: input.supportedAffinities
3785
- }, _errorFactory)) && _au22(input.supportedAffinities, _path + ".supportedAffinities", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4002
+ }, _errorFactory)) && _au25(input.supportedAffinities, _path + ".supportedAffinities", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3786
4003
  method: "createAssert",
3787
4004
  path: _path + ".supportedAffinities",
3788
4005
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o12 | undefined)",
3789
4006
  value: input.supportedAffinities
3790
- }, _errorFactory)); const _ao14 = (input, _path, _exceptionable = true) => (null !== input.from || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4007
+ }, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => (null !== input.from || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3791
4008
  method: "createAssert",
3792
4009
  path: _path + ".from",
3793
4010
  expected: "(ExternalURL | boolean | undefined)",
@@ -3817,7 +4034,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3817
4034
  path: _path + ".to",
3818
4035
  expected: "(ExternalURL | boolean | undefined)",
3819
4036
  value: input.to
3820
- }, _errorFactory))); const _ao15 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
4037
+ }, _errorFactory))); const _ao18 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
3821
4038
  const value = input[key];
3822
4039
  if (undefined === value)
3823
4040
  return true;
@@ -3826,18 +4043,18 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3826
4043
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
3827
4044
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o14)",
3828
4045
  value: value
3829
- }, _errorFactory)) && _au23(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4046
+ }, _errorFactory)) && _au26(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3830
4047
  method: "createAssert",
3831
4048
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
3832
4049
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o14)",
3833
4050
  value: value
3834
4051
  }, _errorFactory);
3835
- }); const _ao16 = (input, _path, _exceptionable = true) => (("object" === typeof input.operations && null !== input.operations || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4052
+ }); const _ao19 = (input, _path, _exceptionable = true) => (("object" === typeof input.operations && null !== input.operations || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3836
4053
  method: "createAssert",
3837
4054
  path: _path + ".operations",
3838
4055
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o15)",
3839
4056
  value: input.operations
3840
- }, _errorFactory)) && _au24(input.operations, _path + ".operations", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4057
+ }, _errorFactory)) && _au27(input.operations, _path + ".operations", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3841
4058
  method: "createAssert",
3842
4059
  path: _path + ".operations",
3843
4060
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o15)",
@@ -3857,7 +4074,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3857
4074
  path: _path + ".usernamePattern",
3858
4075
  expected: "(ExternalURL | string | undefined)",
3859
4076
  value: input.usernamePattern
3860
- }, _errorFactory))); const _ao17 = (input, _path, _exceptionable = true) => (null !== input.resolve || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4077
+ }, _errorFactory))); const _ao20 = (input, _path, _exceptionable = true) => (null !== input.resolve || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3861
4078
  method: "createAssert",
3862
4079
  path: _path + ".resolve",
3863
4080
  expected: "(ExternalURL | __type | string)",
@@ -3872,7 +4089,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3872
4089
  path: _path + ".resolve",
3873
4090
  expected: "(ExternalURL | __type | string)",
3874
4091
  value: input.resolve
3875
- }, _errorFactory)) && _au25(input.resolve, _path + ".resolve", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4092
+ }, _errorFactory)) && _au28(input.resolve, _path + ".resolve", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3876
4093
  method: "createAssert",
3877
4094
  path: _path + ".resolve",
3878
4095
  expected: "(ExternalURL | __type | string)",
@@ -3887,7 +4104,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3887
4104
  path: _path + ".claim",
3888
4105
  expected: "(ExternalURL | __type | string | undefined)",
3889
4106
  value: input.claim
3890
- }, _errorFactory)) && _au25(input.claim, _path + ".claim", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4107
+ }, _errorFactory)) && _au28(input.claim, _path + ".claim", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3891
4108
  method: "createAssert",
3892
4109
  path: _path + ".claim",
3893
4110
  expected: "(ExternalURL | __type | string | undefined)",
@@ -3902,7 +4119,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3902
4119
  path: _path + ".release",
3903
4120
  expected: "(ExternalURL | __type | string | undefined)",
3904
4121
  value: input.release
3905
- }, _errorFactory)) && _au25(input.release, _path + ".release", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4122
+ }, _errorFactory)) && _au28(input.release, _path + ".release", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3906
4123
  method: "createAssert",
3907
4124
  path: _path + ".release",
3908
4125
  expected: "(ExternalURL | __type | string | undefined)",
@@ -3917,12 +4134,12 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3917
4134
  path: _path + ".search",
3918
4135
  expected: "(ExternalURL | __type | string | undefined)",
3919
4136
  value: input.search
3920
- }, _errorFactory)) && _au25(input.search, _path + ".search", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4137
+ }, _errorFactory)) && _au28(input.search, _path + ".search", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3921
4138
  method: "createAssert",
3922
4139
  path: _path + ".search",
3923
4140
  expected: "(ExternalURL | __type | string | undefined)",
3924
4141
  value: input.search
3925
- }, _errorFactory))); const _ao18 = (input, _path, _exceptionable = true) => ("string" === typeof input.url || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4142
+ }, _errorFactory))); const _ao21 = (input, _path, _exceptionable = true) => ("string" === typeof input.url || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3926
4143
  method: "createAssert",
3927
4144
  path: _path + ".url",
3928
4145
  expected: "string",
@@ -3932,22 +4149,22 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3932
4149
  path: _path + ".options",
3933
4150
  expected: "(__type.o1 | undefined)",
3934
4151
  value: input.options
3935
- }, _errorFactory)) && _ao19(input.options, _path + ".options", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4152
+ }, _errorFactory)) && _ao22(input.options, _path + ".options", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3936
4153
  method: "createAssert",
3937
4154
  path: _path + ".options",
3938
4155
  expected: "(__type.o1 | undefined)",
3939
4156
  value: input.options
3940
- }, _errorFactory)); const _ao19 = (input, _path, _exceptionable = true) => undefined === input.authentication || ("object" === typeof input.authentication && null !== input.authentication || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4157
+ }, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => undefined === input.authentication || ("object" === typeof input.authentication && null !== input.authentication || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3941
4158
  method: "createAssert",
3942
4159
  path: _path + ".authentication",
3943
4160
  expected: "(ServiceMetadataAuthenticationType | undefined)",
3944
4161
  value: input.authentication
3945
- }, _errorFactory)) && _ao20(input.authentication, _path + ".authentication", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4162
+ }, _errorFactory)) && _ao23(input.authentication, _path + ".authentication", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3946
4163
  method: "createAssert",
3947
4164
  path: _path + ".authentication",
3948
4165
  expected: "(ServiceMetadataAuthenticationType | undefined)",
3949
4166
  value: input.authentication
3950
- }, _errorFactory); const _ao20 = (input, _path, _exceptionable = true) => ("keeta-account" === input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4167
+ }, _errorFactory); const _ao23 = (input, _path, _exceptionable = true) => ("keeta-account" === input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3951
4168
  method: "createAssert",
3952
4169
  path: _path + ".method",
3953
4170
  expected: "\"keeta-account\"",
@@ -3957,30 +4174,40 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3957
4174
  path: _path + ".type",
3958
4175
  expected: "(\"none\" | \"optional\" | \"required\")",
3959
4176
  value: input.type
3960
- }, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
4177
+ }, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
3961
4178
  const value = input[key];
3962
4179
  if (undefined === value)
3963
4180
  return true;
3964
4181
  return ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3965
4182
  method: "createAssert",
3966
4183
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
3967
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o17)",
4184
+ expected: "(ExternalURL | ToJSONValuizableObject<SharedAnchorMetadataLegalExtension & { operations: { initiateTransfer?: ServiceMetadataEndpoint; simulateTransfer?: ServiceMetadataEndpoint; ... 8 more ...; shareKYC?: ServiceMetadataEndpoint; }; supportedAssets: SupportedAssetsMetadata[]; locationMetadata?: AnchorCustomLocationMetadata | undefined; }>)",
3968
4185
  value: value
3969
- }, _errorFactory)) && _au26(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4186
+ }, _errorFactory)) && _au29(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3970
4187
  method: "createAssert",
3971
4188
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
3972
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o17)",
4189
+ expected: "(ExternalURL | ToJSONValuizableObject<SharedAnchorMetadataLegalExtension & { operations: { initiateTransfer?: ServiceMetadataEndpoint; simulateTransfer?: ServiceMetadataEndpoint; ... 8 more ...; shareKYC?: ServiceMetadataEndpoint; }; supportedAssets: SupportedAssetsMetadata[]; locationMetadata?: AnchorCustomLocationMetadata | undefined; }>)",
3973
4190
  value: value
3974
4191
  }, _errorFactory);
3975
- }); const _ao22 = (input, _path, _exceptionable = true) => (("object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4192
+ }); const _ao25 = (input, _path, _exceptionable = true) => (undefined === input.legal || ("object" === typeof input.legal && null !== input.legal && false === Array.isArray(input.legal) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4193
+ method: "createAssert",
4194
+ path: _path + ".legal",
4195
+ expected: "(ExternalURL | ToJSONValuizableObject<AnchorMetadataLegalField> | undefined)",
4196
+ value: input.legal
4197
+ }, _errorFactory)) && _au22(input.legal, _path + ".legal", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4198
+ method: "createAssert",
4199
+ path: _path + ".legal",
4200
+ expected: "(ExternalURL | ToJSONValuizableObject<AnchorMetadataLegalField> | undefined)",
4201
+ value: input.legal
4202
+ }, _errorFactory)) && (("object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3976
4203
  method: "createAssert",
3977
4204
  path: _path + ".operations",
3978
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o18)",
4205
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o17)",
3979
4206
  value: input.operations
3980
- }, _errorFactory)) && _au27(input.operations, _path + ".operations", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4207
+ }, _errorFactory)) && _au30(input.operations, _path + ".operations", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3981
4208
  method: "createAssert",
3982
4209
  path: _path + ".operations",
3983
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o18)",
4210
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o17)",
3984
4211
  value: input.operations
3985
4212
  }, _errorFactory)) && ((null !== input.supportedAssets || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3986
4213
  method: "createAssert",
@@ -3992,14 +4219,14 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
3992
4219
  path: _path + ".supportedAssets",
3993
4220
  expected: "(Array<ExternalURL | ToJSONValuizableObject<SupportedAssetsMetadata>> | ExternalURL)",
3994
4221
  value: input.supportedAssets
3995
- }, _errorFactory)) && (Array.isArray(input.supportedAssets) && input.supportedAssets.every((elem, _index46) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4222
+ }, _errorFactory)) && (Array.isArray(input.supportedAssets) && input.supportedAssets.every((elem, _index49) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3996
4223
  method: "createAssert",
3997
- path: _path + ".supportedAssets[" + _index46 + "]",
4224
+ path: _path + ".supportedAssets[" + _index49 + "]",
3998
4225
  expected: "(ExternalURL | ToJSONValuizableObject<SupportedAssetsMetadata>)",
3999
4226
  value: elem
4000
- }, _errorFactory)) && _au1(elem, _path + ".supportedAssets[" + _index46 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4227
+ }, _errorFactory)) && _au2(elem, _path + ".supportedAssets[" + _index49 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4001
4228
  method: "createAssert",
4002
- path: _path + ".supportedAssets[" + _index46 + "]",
4229
+ path: _path + ".supportedAssets[" + _index49 + "]",
4003
4230
  expected: "(ExternalURL | ToJSONValuizableObject<SupportedAssetsMetadata>)",
4004
4231
  value: elem
4005
4232
  }, _errorFactory)) || "object" === typeof input.supportedAssets && null !== input.supportedAssets && _ao0(input.supportedAssets, _path + ".supportedAssets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -4012,7 +4239,17 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4012
4239
  path: _path + ".supportedAssets",
4013
4240
  expected: "(Array<ExternalURL | ToJSONValuizableObject<SupportedAssetsMetadata>> | ExternalURL)",
4014
4241
  value: input.supportedAssets
4015
- }, _errorFactory))); const _ao23 = (input, _path, _exceptionable = true) => (null !== input.initiateTransfer || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4242
+ }, _errorFactory))) && (undefined === input.locationMetadata || ("object" === typeof input.locationMetadata && null !== input.locationMetadata && false === Array.isArray(input.locationMetadata) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4243
+ method: "createAssert",
4244
+ path: _path + ".locationMetadata",
4245
+ expected: "(ExternalURL | ToJSONValuizableObject<AnchorCustomLocationMetadata> | undefined)",
4246
+ value: input.locationMetadata
4247
+ }, _errorFactory)) && _au31(input.locationMetadata, _path + ".locationMetadata", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4248
+ method: "createAssert",
4249
+ path: _path + ".locationMetadata",
4250
+ expected: "(ExternalURL | ToJSONValuizableObject<AnchorCustomLocationMetadata> | undefined)",
4251
+ value: input.locationMetadata
4252
+ }, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => (null !== input.initiateTransfer || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4016
4253
  method: "createAssert",
4017
4254
  path: _path + ".initiateTransfer",
4018
4255
  expected: "(ExternalURL | __type | string | undefined)",
@@ -4022,12 +4259,42 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4022
4259
  path: _path + ".initiateTransfer",
4023
4260
  expected: "(ExternalURL | __type | string | undefined)",
4024
4261
  value: input.initiateTransfer
4025
- }, _errorFactory)) && _au25(input.initiateTransfer, _path + ".initiateTransfer", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4262
+ }, _errorFactory)) && _au28(input.initiateTransfer, _path + ".initiateTransfer", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4026
4263
  method: "createAssert",
4027
4264
  path: _path + ".initiateTransfer",
4028
4265
  expected: "(ExternalURL | __type | string | undefined)",
4029
4266
  value: input.initiateTransfer
4030
- }, _errorFactory)) && ((null !== input.getTransferStatus || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4267
+ }, _errorFactory)) && ((null !== input.simulateTransfer || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4268
+ method: "createAssert",
4269
+ path: _path + ".simulateTransfer",
4270
+ expected: "(ExternalURL | __type | string | undefined)",
4271
+ value: input.simulateTransfer
4272
+ }, _errorFactory)) && (undefined === input.simulateTransfer || "string" === typeof input.simulateTransfer || ("object" === typeof input.simulateTransfer && null !== input.simulateTransfer || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4273
+ method: "createAssert",
4274
+ path: _path + ".simulateTransfer",
4275
+ expected: "(ExternalURL | __type | string | undefined)",
4276
+ value: input.simulateTransfer
4277
+ }, _errorFactory)) && _au28(input.simulateTransfer, _path + ".simulateTransfer", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4278
+ method: "createAssert",
4279
+ path: _path + ".simulateTransfer",
4280
+ expected: "(ExternalURL | __type | string | undefined)",
4281
+ value: input.simulateTransfer
4282
+ }, _errorFactory))) && ((null !== input.executeTransfer || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4283
+ method: "createAssert",
4284
+ path: _path + ".executeTransfer",
4285
+ expected: "(ExternalURL | __type | string | undefined)",
4286
+ value: input.executeTransfer
4287
+ }, _errorFactory)) && (undefined === input.executeTransfer || "string" === typeof input.executeTransfer || ("object" === typeof input.executeTransfer && null !== input.executeTransfer || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4288
+ method: "createAssert",
4289
+ path: _path + ".executeTransfer",
4290
+ expected: "(ExternalURL | __type | string | undefined)",
4291
+ value: input.executeTransfer
4292
+ }, _errorFactory)) && _au28(input.executeTransfer, _path + ".executeTransfer", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4293
+ method: "createAssert",
4294
+ path: _path + ".executeTransfer",
4295
+ expected: "(ExternalURL | __type | string | undefined)",
4296
+ value: input.executeTransfer
4297
+ }, _errorFactory))) && ((null !== input.getTransferStatus || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4031
4298
  method: "createAssert",
4032
4299
  path: _path + ".getTransferStatus",
4033
4300
  expected: "(ExternalURL | __type | string | undefined)",
@@ -4037,11 +4304,26 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4037
4304
  path: _path + ".getTransferStatus",
4038
4305
  expected: "(ExternalURL | __type | string | undefined)",
4039
4306
  value: input.getTransferStatus
4040
- }, _errorFactory)) && _au25(input.getTransferStatus, _path + ".getTransferStatus", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4307
+ }, _errorFactory)) && _au28(input.getTransferStatus, _path + ".getTransferStatus", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4041
4308
  method: "createAssert",
4042
4309
  path: _path + ".getTransferStatus",
4043
4310
  expected: "(ExternalURL | __type | string | undefined)",
4044
4311
  value: input.getTransferStatus
4312
+ }, _errorFactory))) && ((null !== input.initiatePersistentForwardingTemplate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4313
+ method: "createAssert",
4314
+ path: _path + ".initiatePersistentForwardingTemplate",
4315
+ expected: "(ExternalURL | __type | string | undefined)",
4316
+ value: input.initiatePersistentForwardingTemplate
4317
+ }, _errorFactory)) && (undefined === input.initiatePersistentForwardingTemplate || "string" === typeof input.initiatePersistentForwardingTemplate || ("object" === typeof input.initiatePersistentForwardingTemplate && null !== input.initiatePersistentForwardingTemplate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4318
+ method: "createAssert",
4319
+ path: _path + ".initiatePersistentForwardingTemplate",
4320
+ expected: "(ExternalURL | __type | string | undefined)",
4321
+ value: input.initiatePersistentForwardingTemplate
4322
+ }, _errorFactory)) && _au28(input.initiatePersistentForwardingTemplate, _path + ".initiatePersistentForwardingTemplate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4323
+ method: "createAssert",
4324
+ path: _path + ".initiatePersistentForwardingTemplate",
4325
+ expected: "(ExternalURL | __type | string | undefined)",
4326
+ value: input.initiatePersistentForwardingTemplate
4045
4327
  }, _errorFactory))) && ((null !== input.createPersistentForwardingTemplate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4046
4328
  method: "createAssert",
4047
4329
  path: _path + ".createPersistentForwardingTemplate",
@@ -4052,7 +4334,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4052
4334
  path: _path + ".createPersistentForwardingTemplate",
4053
4335
  expected: "(ExternalURL | __type | string | undefined)",
4054
4336
  value: input.createPersistentForwardingTemplate
4055
- }, _errorFactory)) && _au25(input.createPersistentForwardingTemplate, _path + ".createPersistentForwardingTemplate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4337
+ }, _errorFactory)) && _au28(input.createPersistentForwardingTemplate, _path + ".createPersistentForwardingTemplate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4056
4338
  method: "createAssert",
4057
4339
  path: _path + ".createPersistentForwardingTemplate",
4058
4340
  expected: "(ExternalURL | __type | string | undefined)",
@@ -4067,7 +4349,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4067
4349
  path: _path + ".listPersistentForwardingTemplate",
4068
4350
  expected: "(ExternalURL | __type | string | undefined)",
4069
4351
  value: input.listPersistentForwardingTemplate
4070
- }, _errorFactory)) && _au25(input.listPersistentForwardingTemplate, _path + ".listPersistentForwardingTemplate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4352
+ }, _errorFactory)) && _au28(input.listPersistentForwardingTemplate, _path + ".listPersistentForwardingTemplate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4071
4353
  method: "createAssert",
4072
4354
  path: _path + ".listPersistentForwardingTemplate",
4073
4355
  expected: "(ExternalURL | __type | string | undefined)",
@@ -4082,7 +4364,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4082
4364
  path: _path + ".createPersistentForwarding",
4083
4365
  expected: "(ExternalURL | __type | string | undefined)",
4084
4366
  value: input.createPersistentForwarding
4085
- }, _errorFactory)) && _au25(input.createPersistentForwarding, _path + ".createPersistentForwarding", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4367
+ }, _errorFactory)) && _au28(input.createPersistentForwarding, _path + ".createPersistentForwarding", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4086
4368
  method: "createAssert",
4087
4369
  path: _path + ".createPersistentForwarding",
4088
4370
  expected: "(ExternalURL | __type | string | undefined)",
@@ -4097,7 +4379,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4097
4379
  path: _path + ".listPersistentForwarding",
4098
4380
  expected: "(ExternalURL | __type | string | undefined)",
4099
4381
  value: input.listPersistentForwarding
4100
- }, _errorFactory)) && _au25(input.listPersistentForwarding, _path + ".listPersistentForwarding", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4382
+ }, _errorFactory)) && _au28(input.listPersistentForwarding, _path + ".listPersistentForwarding", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4101
4383
  method: "createAssert",
4102
4384
  path: _path + ".listPersistentForwarding",
4103
4385
  expected: "(ExternalURL | __type | string | undefined)",
@@ -4112,7 +4394,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4112
4394
  path: _path + ".listTransactions",
4113
4395
  expected: "(ExternalURL | __type | string | undefined)",
4114
4396
  value: input.listTransactions
4115
- }, _errorFactory)) && _au25(input.listTransactions, _path + ".listTransactions", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4397
+ }, _errorFactory)) && _au28(input.listTransactions, _path + ".listTransactions", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4116
4398
  method: "createAssert",
4117
4399
  path: _path + ".listTransactions",
4118
4400
  expected: "(ExternalURL | __type | string | undefined)",
@@ -4127,65 +4409,65 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4127
4409
  path: _path + ".shareKYC",
4128
4410
  expected: "(ExternalURL | __type | string | undefined)",
4129
4411
  value: input.shareKYC
4130
- }, _errorFactory)) && _au25(input.shareKYC, _path + ".shareKYC", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4412
+ }, _errorFactory)) && _au28(input.shareKYC, _path + ".shareKYC", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4131
4413
  method: "createAssert",
4132
4414
  path: _path + ".shareKYC",
4133
4415
  expected: "(ExternalURL | __type | string | undefined)",
4134
4416
  value: input.shareKYC
4135
- }, _errorFactory))); const _ao24 = (input, _path, _exceptionable = true) => (null !== input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4417
+ }, _errorFactory))); const _ao27 = (input, _path, _exceptionable = true) => (null !== input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4136
4418
  method: "createAssert",
4137
4419
  path: _path + ".asset",
4138
- 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 | [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}`)",
4420
+ 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 | [AssetMetadataTargetValue, AssetMetadataTargetValue] | `$${string}` | `bitcoin:${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
4139
4421
  value: input.asset
4140
4422
  }, _errorFactory)) && (undefined !== input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4141
4423
  method: "createAssert",
4142
4424
  path: _path + ".asset",
4143
- 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 | [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}`)",
4425
+ 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 | [AssetMetadataTargetValue, AssetMetadataTargetValue] | `$${string}` | `bitcoin:${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
4144
4426
  value: input.asset
4145
- }, _errorFactory)) && (true === _av47.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, {
4427
+ }, _errorFactory)) && (true === _av50.has(input.asset) || "string" === typeof input.asset && (RegExp(/^\$(.*)/).test(input.asset) || RegExp(/^keeta_am(.*)/).test(input.asset) || RegExp(/^keeta_an(.*)/).test(input.asset) || RegExp(/^keeta_ao(.*)/).test(input.asset) || RegExp(/^keeta_ap(.*)/).test(input.asset) || RegExp(/^tyblocks_am(.*)/).test(input.asset) || RegExp(/^tyblocks_an(.*)/).test(input.asset) || RegExp(/^tyblocks_ao(.*)/).test(input.asset) || RegExp(/^tyblocks_ap(.*)/).test(input.asset) || RegExp(/^evm:0x(.*)/).test(input.asset) || RegExp(/^solana:(.*)/).test(input.asset) || RegExp(/^bitcoin:(.*)/).test(input.asset) || RegExp(/^tron:(.*)/).test(input.asset)) || (Array.isArray(input.asset) && ((input.asset.length === 2 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4146
4428
  method: "createAssert",
4147
4429
  path: _path + ".asset",
4148
- 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}`)]",
4430
+ 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}` | `bitcoin:${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`), (\"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}` | `bitcoin:${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)]",
4149
4431
  value: input.asset
4150
4432
  }, _errorFactory)) && ((null !== input.asset[0] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4151
4433
  method: "createAssert",
4152
4434
  path: _path + ".asset[0]",
4153
- 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}`)",
4435
+ 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}` | `bitcoin:${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
4154
4436
  value: input.asset[0]
4155
4437
  }, _errorFactory)) && (undefined !== input.asset[0] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4156
4438
  method: "createAssert",
4157
4439
  path: _path + ".asset[0]",
4158
- 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}`)",
4440
+ 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}` | `bitcoin:${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
4159
4441
  value: input.asset[0]
4160
- }, _errorFactory)) && (true === _av48.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, {
4442
+ }, _errorFactory)) && (true === _av51.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]) || RegExp(/^evm:0x(.*)/).test(input.asset[0]) || RegExp(/^solana:(.*)/).test(input.asset[0]) || RegExp(/^bitcoin:(.*)/).test(input.asset[0]) || RegExp(/^tron:(.*)/).test(input.asset[0])) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4161
4443
  method: "createAssert",
4162
4444
  path: _path + ".asset[0]",
4163
- 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}`)",
4445
+ 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}` | `bitcoin:${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
4164
4446
  value: input.asset[0]
4165
4447
  }, _errorFactory))) && ((null !== input.asset[1] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4166
4448
  method: "createAssert",
4167
4449
  path: _path + ".asset[1]",
4168
- 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}`)",
4450
+ 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}` | `bitcoin:${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
4169
4451
  value: input.asset[1]
4170
4452
  }, _errorFactory)) && (undefined !== input.asset[1] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4171
4453
  method: "createAssert",
4172
4454
  path: _path + ".asset[1]",
4173
- 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}`)",
4455
+ 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}` | `bitcoin:${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
4174
4456
  value: input.asset[1]
4175
- }, _errorFactory)) && (true === _av49.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, {
4457
+ }, _errorFactory)) && (true === _av52.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]) || RegExp(/^evm:0x(.*)/).test(input.asset[1]) || RegExp(/^solana:(.*)/).test(input.asset[1]) || RegExp(/^bitcoin:(.*)/).test(input.asset[1]) || RegExp(/^tron:(.*)/).test(input.asset[1])) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4176
4458
  method: "createAssert",
4177
4459
  path: _path + ".asset[1]",
4178
- 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}`)",
4460
+ 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}` | `bitcoin:${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
4179
4461
  value: input.asset[1]
4180
4462
  }, _errorFactory)))) || "object" === typeof input.asset && null !== input.asset && _ao0(input.asset, _path + ".asset", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4181
4463
  method: "createAssert",
4182
4464
  path: _path + ".asset",
4183
- 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 | [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}`)",
4465
+ 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 | [AssetMetadataTargetValue, AssetMetadataTargetValue] | `$${string}` | `bitcoin:${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
4184
4466
  value: input.asset
4185
4467
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4186
4468
  method: "createAssert",
4187
4469
  path: _path + ".asset",
4188
- 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 | [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}`)",
4470
+ 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 | [AssetMetadataTargetValue, AssetMetadataTargetValue] | `$${string}` | `bitcoin:${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
4189
4471
  value: input.asset
4190
4472
  }, _errorFactory)) && ((null !== input.paths || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4191
4473
  method: "createAssert",
@@ -4197,14 +4479,14 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4197
4479
  path: _path + ".paths",
4198
4480
  expected: "(Array<ExternalURL | ToJSONValuizableObject<AssetPath>> | ExternalURL)",
4199
4481
  value: input.paths
4200
- }, _errorFactory)) && (Array.isArray(input.paths) && input.paths.every((elem, _index50) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4482
+ }, _errorFactory)) && (Array.isArray(input.paths) && input.paths.every((elem, _index53) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4201
4483
  method: "createAssert",
4202
- path: _path + ".paths[" + _index50 + "]",
4484
+ path: _path + ".paths[" + _index53 + "]",
4203
4485
  expected: "(ExternalURL | ToJSONValuizableObject<AssetPath>)",
4204
4486
  value: elem
4205
- }, _errorFactory)) && _au2(elem, _path + ".paths[" + _index50 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4487
+ }, _errorFactory)) && _au3(elem, _path + ".paths[" + _index53 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4206
4488
  method: "createAssert",
4207
- path: _path + ".paths[" + _index50 + "]",
4489
+ path: _path + ".paths[" + _index53 + "]",
4208
4490
  expected: "(ExternalURL | ToJSONValuizableObject<AssetPath>)",
4209
4491
  value: elem
4210
4492
  }, _errorFactory)) || "object" === typeof input.paths && null !== input.paths && _ao0(input.paths, _path + ".paths", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -4217,7 +4499,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4217
4499
  path: _path + ".paths",
4218
4500
  expected: "(Array<ExternalURL | ToJSONValuizableObject<AssetPath>> | ExternalURL)",
4219
4501
  value: input.paths
4220
- }, _errorFactory))); const _ao25 = (input, _path, _exceptionable = true) => (null !== input.pair || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4502
+ }, _errorFactory))); const _ao28 = (input, _path, _exceptionable = true) => (null !== input.pair || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4221
4503
  method: "createAssert",
4222
4504
  path: _path + ".pair",
4223
4505
  expected: "(ExternalURL | [ExternalURL | ToJSONValuizableObject<AssetWithRails>, ExternalURL | ToJSONValuizableObject<AssetWithRails>])",
@@ -4237,7 +4519,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4237
4519
  path: _path + ".pair[0]",
4238
4520
  expected: "(ExternalURL | ToJSONValuizableObject<AssetWithRails>)",
4239
4521
  value: input.pair[0]
4240
- }, _errorFactory)) && _au5(input.pair[0], _path + ".pair[0]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4522
+ }, _errorFactory)) && _au6(input.pair[0], _path + ".pair[0]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4241
4523
  method: "createAssert",
4242
4524
  path: _path + ".pair[0]",
4243
4525
  expected: "(ExternalURL | ToJSONValuizableObject<AssetWithRails>)",
@@ -4247,7 +4529,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4247
4529
  path: _path + ".pair[1]",
4248
4530
  expected: "(ExternalURL | ToJSONValuizableObject<AssetWithRails>)",
4249
4531
  value: input.pair[1]
4250
- }, _errorFactory)) && _au5(input.pair[1], _path + ".pair[1]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4532
+ }, _errorFactory)) && _au6(input.pair[1], _path + ".pair[1]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4251
4533
  method: "createAssert",
4252
4534
  path: _path + ".pair[1]",
4253
4535
  expected: "(ExternalURL | ToJSONValuizableObject<AssetWithRails>)",
@@ -4267,24 +4549,24 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4267
4549
  path: _path + ".kycProviders",
4268
4550
  expected: "(Array<string | ExternalURL> | ExternalURL | undefined)",
4269
4551
  value: input.kycProviders
4270
- }, _errorFactory)) && (undefined === input.kycProviders || (Array.isArray(input.kycProviders) && input.kycProviders.every((elem, _index51) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4552
+ }, _errorFactory)) && (undefined === input.kycProviders || (Array.isArray(input.kycProviders) && input.kycProviders.every((elem, _index54) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4271
4553
  method: "createAssert",
4272
- path: _path + ".kycProviders[" + _index51 + "]",
4554
+ path: _path + ".kycProviders[" + _index54 + "]",
4273
4555
  expected: "(ExternalURL | string)",
4274
4556
  value: elem
4275
4557
  }, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4276
4558
  method: "createAssert",
4277
- path: _path + ".kycProviders[" + _index51 + "]",
4559
+ path: _path + ".kycProviders[" + _index54 + "]",
4278
4560
  expected: "(ExternalURL | string)",
4279
4561
  value: elem
4280
4562
  }, _errorFactory)) && ("string" === typeof elem || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4281
4563
  method: "createAssert",
4282
- path: _path + ".kycProviders[" + _index51 + "]",
4564
+ path: _path + ".kycProviders[" + _index54 + "]",
4283
4565
  expected: "(ExternalURL | string)",
4284
4566
  value: elem
4285
- }, _errorFactory)) && _ao0(elem, _path + ".kycProviders[" + _index51 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4567
+ }, _errorFactory)) && _ao0(elem, _path + ".kycProviders[" + _index54 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4286
4568
  method: "createAssert",
4287
- path: _path + ".kycProviders[" + _index51 + "]",
4569
+ path: _path + ".kycProviders[" + _index54 + "]",
4288
4570
  expected: "(ExternalURL | string)",
4289
4571
  value: elem
4290
4572
  }, _errorFactory))) || "object" === typeof input.kycProviders && null !== input.kycProviders && _ao0(input.kycProviders, _path + ".kycProviders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -4297,12 +4579,12 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4297
4579
  path: _path + ".kycProviders",
4298
4580
  expected: "(Array<string | ExternalURL> | ExternalURL | undefined)",
4299
4581
  value: input.kycProviders
4300
- }, _errorFactory))); const _ao26 = (input, _path, _exceptionable = true) => (("object" === typeof input.rails && null !== input.rails && false === Array.isArray(input.rails) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4582
+ }, _errorFactory))); const _ao29 = (input, _path, _exceptionable = true) => (("object" === typeof input.rails && null !== input.rails && false === Array.isArray(input.rails) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4301
4583
  method: "createAssert",
4302
4584
  path: _path + ".rails",
4303
4585
  expected: "(ExternalURL | ToJSONValuizableObject<{ inbound: RailOrRailWithExtendedDetails[]; outbound?: RailOrRailWithExtendedDetails[]; } & { common?: RailOrRailWithExtendedDetails[]; }> | ToJSONValuizableObject<{ inbound?: RailOrRailWithExtendedDetails[]; outbound: RailOrRailWithExtendedDetails[]; } & { common?: RailOrRailWithExtendedDetails[]; }> | ToJSONValuizableObject<{ inbound?: never; outbound?: never; } & { common?: RailOrRailWithExtendedDetails[]; }>)",
4304
4586
  value: input.rails
4305
- }, _errorFactory)) && _au28(input.rails, _path + ".rails", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4587
+ }, _errorFactory)) && _au32(input.rails, _path + ".rails", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4306
4588
  method: "createAssert",
4307
4589
  path: _path + ".rails",
4308
4590
  expected: "(ExternalURL | ToJSONValuizableObject<{ inbound: RailOrRailWithExtendedDetails[]; outbound?: RailOrRailWithExtendedDetails[]; } & { common?: RailOrRailWithExtendedDetails[]; }> | ToJSONValuizableObject<{ inbound?: RailOrRailWithExtendedDetails[]; outbound: RailOrRailWithExtendedDetails[]; } & { common?: RailOrRailWithExtendedDetails[]; }> | ToJSONValuizableObject<{ inbound?: never; outbound?: never; } & { common?: RailOrRailWithExtendedDetails[]; }>)",
@@ -4310,39 +4592,39 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4310
4592
  }, _errorFactory)) && ((null !== input.location || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4311
4593
  method: "createAssert",
4312
4594
  path: _path + ".location",
4313
- expected: "(\"bank-account:bcr-pay\" | \"bank-account:card\" | \"bank-account:clabe\" | \"bank-account:duit-now\" | \"bank-account:fps\" | \"bank-account:hk-fps\" | \"bank-account:iban-swift\" | \"bank-account:interac\" | \"bank-account:pay-now\" | \"bank-account:pix\" | \"bank-account:upi\" | \"bank-account:us\" | \"mobile-wallet:airtel-money\" | \"mobile-wallet:bkash\" | \"mobile-wallet:easy-paisa\" | \"mobile-wallet:finja-wallet\" | \"mobile-wallet:jazz-cash\" | \"mobile-wallet:mtn-mobile-money\" | \"mobile-wallet:nagad\" | \"mobile-wallet:naya-pay\" | \"mobile-wallet:paypal\" | \"mobile-wallet:rocket\" | \"mobile-wallet:sada-pay\" | \"mobile-wallet:venmo\" | ExternalURL | `chain:bitcoin:${string}` | `chain:evm:${bigint}` | `chain:keeta:${bigint}` | `chain:solana:${string}` | `chain:tron:${string}` | undefined)",
4595
+ expected: "(\"bank-account:bcr-pay\" | \"bank-account:ca\" | \"bank-account:card\" | \"bank-account:clabe\" | \"bank-account:duit-now\" | \"bank-account:fps\" | \"bank-account:hk-fps\" | \"bank-account:iban-swift\" | \"bank-account:interac\" | \"bank-account:pay-now\" | \"bank-account:pix\" | \"bank-account:uae\" | \"bank-account:upi\" | \"bank-account:us\" | \"mobile-wallet:airtel-money\" | \"mobile-wallet:bkash\" | \"mobile-wallet:easy-paisa\" | \"mobile-wallet:finja-wallet\" | \"mobile-wallet:jazz-cash\" | \"mobile-wallet:mtn-mobile-money\" | \"mobile-wallet:nagad\" | \"mobile-wallet:naya-pay\" | \"mobile-wallet:paypal\" | \"mobile-wallet:rocket\" | \"mobile-wallet:sada-pay\" | \"mobile-wallet:venmo\" | ExternalURL | `chain:bitcoin:${string}` | `chain:evm:${bigint}` | `chain:keeta:${bigint}` | `chain:solana:${string}` | `chain:tron:${string}` | undefined)",
4314
4596
  value: input.location
4315
- }, _errorFactory)) && (undefined === input.location || true === _av52.has(input.location) || "string" === typeof input.location && (RegExp(/^chain:keeta:[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.location) || RegExp(/^chain:evm:[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.location) || RegExp(/^chain:solana:(.*)/).test(input.location) || RegExp(/^chain:bitcoin:(.*)/).test(input.location) || RegExp(/^chain:tron:(.*)/).test(input.location)) || ("object" === typeof input.location && null !== input.location || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4597
+ }, _errorFactory)) && (undefined === input.location || true === _av55.has(input.location) || "string" === typeof input.location && (RegExp(/^chain:keeta:[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.location) || RegExp(/^chain:evm:[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.location) || RegExp(/^chain:solana:(.*)/).test(input.location) || RegExp(/^chain:bitcoin:(.*)/).test(input.location) || RegExp(/^chain:tron:(.*)/).test(input.location)) || ("object" === typeof input.location && null !== input.location || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4316
4598
  method: "createAssert",
4317
4599
  path: _path + ".location",
4318
- expected: "(\"bank-account:bcr-pay\" | \"bank-account:card\" | \"bank-account:clabe\" | \"bank-account:duit-now\" | \"bank-account:fps\" | \"bank-account:hk-fps\" | \"bank-account:iban-swift\" | \"bank-account:interac\" | \"bank-account:pay-now\" | \"bank-account:pix\" | \"bank-account:upi\" | \"bank-account:us\" | \"mobile-wallet:airtel-money\" | \"mobile-wallet:bkash\" | \"mobile-wallet:easy-paisa\" | \"mobile-wallet:finja-wallet\" | \"mobile-wallet:jazz-cash\" | \"mobile-wallet:mtn-mobile-money\" | \"mobile-wallet:nagad\" | \"mobile-wallet:naya-pay\" | \"mobile-wallet:paypal\" | \"mobile-wallet:rocket\" | \"mobile-wallet:sada-pay\" | \"mobile-wallet:venmo\" | ExternalURL | `chain:bitcoin:${string}` | `chain:evm:${bigint}` | `chain:keeta:${bigint}` | `chain:solana:${string}` | `chain:tron:${string}` | undefined)",
4600
+ expected: "(\"bank-account:bcr-pay\" | \"bank-account:ca\" | \"bank-account:card\" | \"bank-account:clabe\" | \"bank-account:duit-now\" | \"bank-account:fps\" | \"bank-account:hk-fps\" | \"bank-account:iban-swift\" | \"bank-account:interac\" | \"bank-account:pay-now\" | \"bank-account:pix\" | \"bank-account:uae\" | \"bank-account:upi\" | \"bank-account:us\" | \"mobile-wallet:airtel-money\" | \"mobile-wallet:bkash\" | \"mobile-wallet:easy-paisa\" | \"mobile-wallet:finja-wallet\" | \"mobile-wallet:jazz-cash\" | \"mobile-wallet:mtn-mobile-money\" | \"mobile-wallet:nagad\" | \"mobile-wallet:naya-pay\" | \"mobile-wallet:paypal\" | \"mobile-wallet:rocket\" | \"mobile-wallet:sada-pay\" | \"mobile-wallet:venmo\" | ExternalURL | `chain:bitcoin:${string}` | `chain:evm:${bigint}` | `chain:keeta:${bigint}` | `chain:solana:${string}` | `chain:tron:${string}` | undefined)",
4319
4601
  value: input.location
4320
4602
  }, _errorFactory)) && _ao0(input.location, _path + ".location", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4321
4603
  method: "createAssert",
4322
4604
  path: _path + ".location",
4323
- expected: "(\"bank-account:bcr-pay\" | \"bank-account:card\" | \"bank-account:clabe\" | \"bank-account:duit-now\" | \"bank-account:fps\" | \"bank-account:hk-fps\" | \"bank-account:iban-swift\" | \"bank-account:interac\" | \"bank-account:pay-now\" | \"bank-account:pix\" | \"bank-account:upi\" | \"bank-account:us\" | \"mobile-wallet:airtel-money\" | \"mobile-wallet:bkash\" | \"mobile-wallet:easy-paisa\" | \"mobile-wallet:finja-wallet\" | \"mobile-wallet:jazz-cash\" | \"mobile-wallet:mtn-mobile-money\" | \"mobile-wallet:nagad\" | \"mobile-wallet:naya-pay\" | \"mobile-wallet:paypal\" | \"mobile-wallet:rocket\" | \"mobile-wallet:sada-pay\" | \"mobile-wallet:venmo\" | ExternalURL | `chain:bitcoin:${string}` | `chain:evm:${bigint}` | `chain:keeta:${bigint}` | `chain:solana:${string}` | `chain:tron:${string}` | undefined)",
4605
+ expected: "(\"bank-account:bcr-pay\" | \"bank-account:ca\" | \"bank-account:card\" | \"bank-account:clabe\" | \"bank-account:duit-now\" | \"bank-account:fps\" | \"bank-account:hk-fps\" | \"bank-account:iban-swift\" | \"bank-account:interac\" | \"bank-account:pay-now\" | \"bank-account:pix\" | \"bank-account:uae\" | \"bank-account:upi\" | \"bank-account:us\" | \"mobile-wallet:airtel-money\" | \"mobile-wallet:bkash\" | \"mobile-wallet:easy-paisa\" | \"mobile-wallet:finja-wallet\" | \"mobile-wallet:jazz-cash\" | \"mobile-wallet:mtn-mobile-money\" | \"mobile-wallet:nagad\" | \"mobile-wallet:naya-pay\" | \"mobile-wallet:paypal\" | \"mobile-wallet:rocket\" | \"mobile-wallet:sada-pay\" | \"mobile-wallet:venmo\" | ExternalURL | `chain:bitcoin:${string}` | `chain:evm:${bigint}` | `chain:keeta:${bigint}` | `chain:solana:${string}` | `chain:tron:${string}` | undefined)",
4324
4606
  value: input.location
4325
4607
  }, _errorFactory))) && ((null !== input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4326
4608
  method: "createAssert",
4327
4609
  path: _path + ".id",
4328
- expected: "(ExternalURL | string)",
4610
+ 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 | `$${string}` | `bitcoin:${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
4329
4611
  value: input.id
4330
4612
  }, _errorFactory)) && (undefined !== input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4331
4613
  method: "createAssert",
4332
4614
  path: _path + ".id",
4333
- expected: "(ExternalURL | string)",
4615
+ 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 | `$${string}` | `bitcoin:${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
4334
4616
  value: input.id
4335
- }, _errorFactory)) && ("string" === typeof input.id || ("object" === typeof input.id && null !== input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4617
+ }, _errorFactory)) && (true === _av56.has(input.id) || "string" === typeof input.id && (RegExp(/^\$(.*)/).test(input.id) || RegExp(/^keeta_am(.*)/).test(input.id) || RegExp(/^keeta_an(.*)/).test(input.id) || RegExp(/^keeta_ao(.*)/).test(input.id) || RegExp(/^keeta_ap(.*)/).test(input.id) || RegExp(/^tyblocks_am(.*)/).test(input.id) || RegExp(/^tyblocks_an(.*)/).test(input.id) || RegExp(/^tyblocks_ao(.*)/).test(input.id) || RegExp(/^tyblocks_ap(.*)/).test(input.id) || RegExp(/^evm:0x(.*)/).test(input.id) || RegExp(/^solana:(.*)/).test(input.id) || RegExp(/^bitcoin:(.*)/).test(input.id) || RegExp(/^tron:(.*)/).test(input.id)) || ("object" === typeof input.id && null !== input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4336
4618
  method: "createAssert",
4337
4619
  path: _path + ".id",
4338
- expected: "(ExternalURL | string)",
4620
+ 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 | `$${string}` | `bitcoin:${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
4339
4621
  value: input.id
4340
4622
  }, _errorFactory)) && _ao0(input.id, _path + ".id", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4341
4623
  method: "createAssert",
4342
4624
  path: _path + ".id",
4343
- expected: "(ExternalURL | string)",
4625
+ 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 | `$${string}` | `bitcoin:${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}`)",
4344
4626
  value: input.id
4345
- }, _errorFactory))); const _ao27 = (input, _path, _exceptionable = true) => (null !== input.inbound || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4627
+ }, _errorFactory))); const _ao30 = (input, _path, _exceptionable = true) => (null !== input.inbound || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4346
4628
  method: "createAssert",
4347
4629
  path: _path + ".inbound",
4348
4630
  expected: "(Array<RailOrRailWithExtendedDetails | ExternalURL> | ExternalURL)",
@@ -4352,25 +4634,25 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4352
4634
  path: _path + ".inbound",
4353
4635
  expected: "(Array<RailOrRailWithExtendedDetails | ExternalURL> | ExternalURL)",
4354
4636
  value: input.inbound
4355
- }, _errorFactory)) && (Array.isArray(input.inbound) && input.inbound.every((elem, _index53) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4637
+ }, _errorFactory)) && (Array.isArray(input.inbound) && input.inbound.every((elem, _index57) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4356
4638
  method: "createAssert",
4357
- path: _path + ".inbound[" + _index53 + "]",
4358
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4639
+ path: _path + ".inbound[" + _index57 + "]",
4640
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4359
4641
  value: elem
4360
4642
  }, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4361
4643
  method: "createAssert",
4362
- path: _path + ".inbound[" + _index53 + "]",
4363
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4644
+ path: _path + ".inbound[" + _index57 + "]",
4645
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4364
4646
  value: elem
4365
- }, _errorFactory)) && (true === _av54.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4647
+ }, _errorFactory)) && (true === _av58.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4366
4648
  method: "createAssert",
4367
- path: _path + ".inbound[" + _index53 + "]",
4368
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4649
+ path: _path + ".inbound[" + _index57 + "]",
4650
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4369
4651
  value: elem
4370
- }, _errorFactory)) && _au3(elem, _path + ".inbound[" + _index53 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4652
+ }, _errorFactory)) && _au4(elem, _path + ".inbound[" + _index57 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4371
4653
  method: "createAssert",
4372
- path: _path + ".inbound[" + _index53 + "]",
4373
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4654
+ path: _path + ".inbound[" + _index57 + "]",
4655
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4374
4656
  value: elem
4375
4657
  }, _errorFactory))) || "object" === typeof input.inbound && null !== input.inbound && _ao0(input.inbound, _path + ".inbound", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4376
4658
  method: "createAssert",
@@ -4387,25 +4669,25 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4387
4669
  path: _path + ".outbound",
4388
4670
  expected: "(Array<RailOrRailWithExtendedDetails | ExternalURL> | ExternalURL | undefined)",
4389
4671
  value: input.outbound
4390
- }, _errorFactory)) && (undefined === input.outbound || (Array.isArray(input.outbound) && input.outbound.every((elem, _index55) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4672
+ }, _errorFactory)) && (undefined === input.outbound || (Array.isArray(input.outbound) && input.outbound.every((elem, _index59) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4391
4673
  method: "createAssert",
4392
- path: _path + ".outbound[" + _index55 + "]",
4393
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4674
+ path: _path + ".outbound[" + _index59 + "]",
4675
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4394
4676
  value: elem
4395
4677
  }, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4396
4678
  method: "createAssert",
4397
- path: _path + ".outbound[" + _index55 + "]",
4398
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4679
+ path: _path + ".outbound[" + _index59 + "]",
4680
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4399
4681
  value: elem
4400
- }, _errorFactory)) && (true === _av56.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4682
+ }, _errorFactory)) && (true === _av60.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4401
4683
  method: "createAssert",
4402
- path: _path + ".outbound[" + _index55 + "]",
4403
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4684
+ path: _path + ".outbound[" + _index59 + "]",
4685
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4404
4686
  value: elem
4405
- }, _errorFactory)) && _au3(elem, _path + ".outbound[" + _index55 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4687
+ }, _errorFactory)) && _au4(elem, _path + ".outbound[" + _index59 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4406
4688
  method: "createAssert",
4407
- path: _path + ".outbound[" + _index55 + "]",
4408
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4689
+ path: _path + ".outbound[" + _index59 + "]",
4690
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4409
4691
  value: elem
4410
4692
  }, _errorFactory))) || "object" === typeof input.outbound && null !== input.outbound && _ao0(input.outbound, _path + ".outbound", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4411
4693
  method: "createAssert",
@@ -4422,25 +4704,25 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4422
4704
  path: _path + ".common",
4423
4705
  expected: "(Array<RailOrRailWithExtendedDetails | ExternalURL> | ExternalURL | undefined)",
4424
4706
  value: input.common
4425
- }, _errorFactory)) && (undefined === input.common || (Array.isArray(input.common) && input.common.every((elem, _index57) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4707
+ }, _errorFactory)) && (undefined === input.common || (Array.isArray(input.common) && input.common.every((elem, _index61) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4426
4708
  method: "createAssert",
4427
- path: _path + ".common[" + _index57 + "]",
4428
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4709
+ path: _path + ".common[" + _index61 + "]",
4710
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4429
4711
  value: elem
4430
4712
  }, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4431
4713
  method: "createAssert",
4432
- path: _path + ".common[" + _index57 + "]",
4433
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4714
+ path: _path + ".common[" + _index61 + "]",
4715
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4434
4716
  value: elem
4435
- }, _errorFactory)) && (true === _av58.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4717
+ }, _errorFactory)) && (true === _av62.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4436
4718
  method: "createAssert",
4437
- path: _path + ".common[" + _index57 + "]",
4438
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4719
+ path: _path + ".common[" + _index61 + "]",
4720
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4439
4721
  value: elem
4440
- }, _errorFactory)) && _au3(elem, _path + ".common[" + _index57 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4722
+ }, _errorFactory)) && _au4(elem, _path + ".common[" + _index61 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4441
4723
  method: "createAssert",
4442
- path: _path + ".common[" + _index57 + "]",
4443
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4724
+ path: _path + ".common[" + _index61 + "]",
4725
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4444
4726
  value: elem
4445
4727
  }, _errorFactory))) || "object" === typeof input.common && null !== input.common && _ao0(input.common, _path + ".common", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4446
4728
  method: "createAssert",
@@ -4452,10 +4734,10 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4452
4734
  path: _path + ".common",
4453
4735
  expected: "(Array<RailOrRailWithExtendedDetails | ExternalURL> | ExternalURL | undefined)",
4454
4736
  value: input.common
4455
- }, _errorFactory))); const _ao28 = (input, _path, _exceptionable = true) => (true === _av59.has(input.rail) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4737
+ }, _errorFactory))); const _ao31 = (input, _path, _exceptionable = true) => (true === _av63.has(input.rail) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4456
4738
  method: "createAssert",
4457
4739
  path: _path + ".rail",
4458
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\")",
4740
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\")",
4459
4741
  value: input.rail
4460
4742
  }, _errorFactory)) && ((null !== input.estimatedTransferTimeMs || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4461
4743
  method: "createAssert",
@@ -4492,7 +4774,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4492
4774
  path: _path + ".estimatedTransferValueRange",
4493
4775
  expected: "(__type.o2 | undefined)",
4494
4776
  value: input.estimatedTransferValueRange
4495
- }, _errorFactory)) && _ao29(input.estimatedTransferValueRange, _path + ".estimatedTransferValueRange", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4777
+ }, _errorFactory)) && _ao32(input.estimatedTransferValueRange, _path + ".estimatedTransferValueRange", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4496
4778
  method: "createAssert",
4497
4779
  path: _path + ".estimatedTransferValueRange",
4498
4780
  expected: "(__type.o2 | undefined)",
@@ -4502,7 +4784,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4502
4784
  path: _path + ".estimatedFee",
4503
4785
  expected: "(__type.o3 | undefined)",
4504
4786
  value: input.estimatedFee
4505
- }, _errorFactory)) && _ao30(input.estimatedFee, _path + ".estimatedFee", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4787
+ }, _errorFactory)) && _ao33(input.estimatedFee, _path + ".estimatedFee", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4506
4788
  method: "createAssert",
4507
4789
  path: _path + ".estimatedFee",
4508
4790
  expected: "(__type.o3 | undefined)",
@@ -4512,12 +4794,12 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4512
4794
  path: _path + ".supportedOperations",
4513
4795
  expected: "(__type.o5 | undefined)",
4514
4796
  value: input.supportedOperations
4515
- }, _errorFactory)) && _ao32(input.supportedOperations, _path + ".supportedOperations", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4797
+ }, _errorFactory)) && _ao35(input.supportedOperations, _path + ".supportedOperations", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4516
4798
  method: "createAssert",
4517
4799
  path: _path + ".supportedOperations",
4518
4800
  expected: "(__type.o5 | undefined)",
4519
4801
  value: input.supportedOperations
4520
- }, _errorFactory)); const _ao29 = (input, _path, _exceptionable = true) => ((Array.isArray(input.value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4802
+ }, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => ((Array.isArray(input.value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4521
4803
  method: "createAssert",
4522
4804
  path: _path + ".value",
4523
4805
  expected: "[string | undefined, string | undefined]",
@@ -4545,19 +4827,19 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4545
4827
  }, _errorFactory)) && ((null !== input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4546
4828
  method: "createAssert",
4547
4829
  path: _path + ".asset",
4548
- expected: "(\"AED\" | \"AFN\" | \"ALL\" | \"AMD\" | \"ANG\" | \"AOA\" | \"ARS\" | \"AUD\" | \"AWG\" | \"AZN\" | \"BAM\" | \"BBD\" | \"BDT\" | \"BGN\" | \"BHD\" | \"BIF\" | \"BMD\" | \"BND\" | \"BOB\" | \"BOV\" | \"BRL\" | \"BSD\" | \"BTN\" | \"BWP\" | \"BYN\" | \"BZD\" | \"CAD\" | \"CDF\" | \"CHE\" | \"CHF\" | \"CHW\" | \"CLF\" | \"CLP\" | \"CNY\" | \"COP\" | \"COU\" | \"CRC\" | \"CUC\" | \"CUP\" | \"CVE\" | \"CZK\" | \"DJF\" | \"DKK\" | \"DOP\" | \"DZD\" | \"EGP\" | \"ERN\" | \"ETB\" | \"EUR\" | \"FJD\" | \"FKP\" | \"GBP\" | \"GEL\" | \"GHS\" | \"GIP\" | \"GMD\" | \"GNF\" | \"GTQ\" | \"GYD\" | \"HKD\" | \"HNL\" | \"HTG\" | \"HUF\" | \"IDR\" | \"ILS\" | \"INR\" | \"IQD\" | \"IRR\" | \"ISK\" | \"JMD\" | \"JOD\" | \"JPY\" | \"KES\" | \"KGS\" | \"KHR\" | \"KMF\" | \"KPW\" | \"KRW\" | \"KWD\" | \"KYD\" | \"KZT\" | \"LAK\" | \"LBP\" | \"LKR\" | \"LRD\" | \"LSL\" | \"LYD\" | \"MAD\" | \"MDL\" | \"MGA\" | \"MKD\" | \"MMK\" | \"MNT\" | \"MOP\" | \"MRU\" | \"MUR\" | \"MVR\" | \"MWK\" | \"MXN\" | \"MXV\" | \"MYR\" | \"MZN\" | \"NAD\" | \"NGN\" | \"NIO\" | \"NOK\" | \"NPR\" | \"NZD\" | \"OMR\" | \"PAB\" | \"PEN\" | \"PGK\" | \"PHP\" | \"PKR\" | \"PLN\" | \"PYG\" | \"QAR\" | \"RON\" | \"RSD\" | \"RUB\" | \"RWF\" | \"SAR\" | \"SBD\" | \"SCR\" | \"SDG\" | \"SEK\" | \"SGD\" | \"SHP\" | \"SLE\" | \"SLL\" | \"SOS\" | \"SRD\" | \"SSP\" | \"STN\" | \"SVC\" | \"SYP\" | \"SZL\" | \"THB\" | \"TJS\" | \"TMT\" | \"TND\" | \"TOP\" | \"TRY\" | \"TTD\" | \"TWD\" | \"TZS\" | \"UAH\" | \"UGX\" | \"USD\" | \"USN\" | \"UYI\" | \"UYU\" | \"UYW\" | \"UZS\" | \"VED\" | \"VES\" | \"VND\" | \"VUV\" | \"WST\" | \"XAF\" | \"XCD\" | \"XOF\" | \"XPF\" | \"YER\" | \"ZAR\" | \"ZMW\" | \"ZWL\" | `$${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}` | undefined)",
4830
+ 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}` | `bitcoin:${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}` | undefined)",
4549
4831
  value: input.asset
4550
- }, _errorFactory)) && (undefined === input.asset || true === _av60.has(input.asset) || "string" === typeof input.asset && (RegExp(/^\$(.*)/).test(input.asset) || RegExp(/^keeta_am(.*)/).test(input.asset) || RegExp(/^keeta_an(.*)/).test(input.asset) || RegExp(/^keeta_ao(.*)/).test(input.asset) || RegExp(/^keeta_ap(.*)/).test(input.asset) || RegExp(/^tyblocks_am(.*)/).test(input.asset) || RegExp(/^tyblocks_an(.*)/).test(input.asset) || RegExp(/^tyblocks_ao(.*)/).test(input.asset) || RegExp(/^tyblocks_ap(.*)/).test(input.asset) || RegExp(/^solana:(.*)/).test(input.asset) || RegExp(/^evm:0x(.*)/).test(input.asset) || RegExp(/^tron:(.*)/).test(input.asset)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4832
+ }, _errorFactory)) && (undefined === input.asset || true === _av64.has(input.asset) || "string" === typeof input.asset && (RegExp(/^\$(.*)/).test(input.asset) || RegExp(/^keeta_am(.*)/).test(input.asset) || RegExp(/^keeta_an(.*)/).test(input.asset) || RegExp(/^keeta_ao(.*)/).test(input.asset) || RegExp(/^keeta_ap(.*)/).test(input.asset) || RegExp(/^tyblocks_am(.*)/).test(input.asset) || RegExp(/^tyblocks_an(.*)/).test(input.asset) || RegExp(/^tyblocks_ao(.*)/).test(input.asset) || RegExp(/^tyblocks_ap(.*)/).test(input.asset) || RegExp(/^evm:0x(.*)/).test(input.asset) || RegExp(/^solana:(.*)/).test(input.asset) || RegExp(/^bitcoin:(.*)/).test(input.asset) || RegExp(/^tron:(.*)/).test(input.asset)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4551
4833
  method: "createAssert",
4552
4834
  path: _path + ".asset",
4553
- expected: "(\"AED\" | \"AFN\" | \"ALL\" | \"AMD\" | \"ANG\" | \"AOA\" | \"ARS\" | \"AUD\" | \"AWG\" | \"AZN\" | \"BAM\" | \"BBD\" | \"BDT\" | \"BGN\" | \"BHD\" | \"BIF\" | \"BMD\" | \"BND\" | \"BOB\" | \"BOV\" | \"BRL\" | \"BSD\" | \"BTN\" | \"BWP\" | \"BYN\" | \"BZD\" | \"CAD\" | \"CDF\" | \"CHE\" | \"CHF\" | \"CHW\" | \"CLF\" | \"CLP\" | \"CNY\" | \"COP\" | \"COU\" | \"CRC\" | \"CUC\" | \"CUP\" | \"CVE\" | \"CZK\" | \"DJF\" | \"DKK\" | \"DOP\" | \"DZD\" | \"EGP\" | \"ERN\" | \"ETB\" | \"EUR\" | \"FJD\" | \"FKP\" | \"GBP\" | \"GEL\" | \"GHS\" | \"GIP\" | \"GMD\" | \"GNF\" | \"GTQ\" | \"GYD\" | \"HKD\" | \"HNL\" | \"HTG\" | \"HUF\" | \"IDR\" | \"ILS\" | \"INR\" | \"IQD\" | \"IRR\" | \"ISK\" | \"JMD\" | \"JOD\" | \"JPY\" | \"KES\" | \"KGS\" | \"KHR\" | \"KMF\" | \"KPW\" | \"KRW\" | \"KWD\" | \"KYD\" | \"KZT\" | \"LAK\" | \"LBP\" | \"LKR\" | \"LRD\" | \"LSL\" | \"LYD\" | \"MAD\" | \"MDL\" | \"MGA\" | \"MKD\" | \"MMK\" | \"MNT\" | \"MOP\" | \"MRU\" | \"MUR\" | \"MVR\" | \"MWK\" | \"MXN\" | \"MXV\" | \"MYR\" | \"MZN\" | \"NAD\" | \"NGN\" | \"NIO\" | \"NOK\" | \"NPR\" | \"NZD\" | \"OMR\" | \"PAB\" | \"PEN\" | \"PGK\" | \"PHP\" | \"PKR\" | \"PLN\" | \"PYG\" | \"QAR\" | \"RON\" | \"RSD\" | \"RUB\" | \"RWF\" | \"SAR\" | \"SBD\" | \"SCR\" | \"SDG\" | \"SEK\" | \"SGD\" | \"SHP\" | \"SLE\" | \"SLL\" | \"SOS\" | \"SRD\" | \"SSP\" | \"STN\" | \"SVC\" | \"SYP\" | \"SZL\" | \"THB\" | \"TJS\" | \"TMT\" | \"TND\" | \"TOP\" | \"TRY\" | \"TTD\" | \"TWD\" | \"TZS\" | \"UAH\" | \"UGX\" | \"USD\" | \"USN\" | \"UYI\" | \"UYU\" | \"UYW\" | \"UZS\" | \"VED\" | \"VES\" | \"VND\" | \"VUV\" | \"WST\" | \"XAF\" | \"XCD\" | \"XOF\" | \"XPF\" | \"YER\" | \"ZAR\" | \"ZMW\" | \"ZWL\" | `$${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}` | undefined)",
4835
+ 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}` | `bitcoin:${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}` | undefined)",
4554
4836
  value: input.asset
4555
- }, _errorFactory))); const _ao30 = (input, _path, _exceptionable = true) => (undefined === input.fixedFee || ("object" === typeof input.fixedFee && null !== input.fixedFee || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4837
+ }, _errorFactory))); const _ao33 = (input, _path, _exceptionable = true) => (undefined === input.fixedFee || ("object" === typeof input.fixedFee && null !== input.fixedFee || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4556
4838
  method: "createAssert",
4557
4839
  path: _path + ".fixedFee",
4558
4840
  expected: "(__type.o4 | undefined)",
4559
4841
  value: input.fixedFee
4560
- }, _errorFactory)) && _ao31(input.fixedFee, _path + ".fixedFee", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4842
+ }, _errorFactory)) && _ao34(input.fixedFee, _path + ".fixedFee", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4561
4843
  method: "createAssert",
4562
4844
  path: _path + ".fixedFee",
4563
4845
  expected: "(__type.o4 | undefined)",
@@ -4567,7 +4849,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4567
4849
  path: _path + ".variableFeeBps",
4568
4850
  expected: "(number | undefined)",
4569
4851
  value: input.variableFeeBps
4570
- }, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => ("string" === typeof input.value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4852
+ }, _errorFactory)); const _ao34 = (input, _path, _exceptionable = true) => ("string" === typeof input.value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4571
4853
  method: "createAssert",
4572
4854
  path: _path + ".value",
4573
4855
  expected: "string",
@@ -4575,14 +4857,14 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4575
4857
  }, _errorFactory)) && ((null !== input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4576
4858
  method: "createAssert",
4577
4859
  path: _path + ".asset",
4578
- expected: "(\"AED\" | \"AFN\" | \"ALL\" | \"AMD\" | \"ANG\" | \"AOA\" | \"ARS\" | \"AUD\" | \"AWG\" | \"AZN\" | \"BAM\" | \"BBD\" | \"BDT\" | \"BGN\" | \"BHD\" | \"BIF\" | \"BMD\" | \"BND\" | \"BOB\" | \"BOV\" | \"BRL\" | \"BSD\" | \"BTN\" | \"BWP\" | \"BYN\" | \"BZD\" | \"CAD\" | \"CDF\" | \"CHE\" | \"CHF\" | \"CHW\" | \"CLF\" | \"CLP\" | \"CNY\" | \"COP\" | \"COU\" | \"CRC\" | \"CUC\" | \"CUP\" | \"CVE\" | \"CZK\" | \"DJF\" | \"DKK\" | \"DOP\" | \"DZD\" | \"EGP\" | \"ERN\" | \"ETB\" | \"EUR\" | \"FJD\" | \"FKP\" | \"GBP\" | \"GEL\" | \"GHS\" | \"GIP\" | \"GMD\" | \"GNF\" | \"GTQ\" | \"GYD\" | \"HKD\" | \"HNL\" | \"HTG\" | \"HUF\" | \"IDR\" | \"ILS\" | \"INR\" | \"IQD\" | \"IRR\" | \"ISK\" | \"JMD\" | \"JOD\" | \"JPY\" | \"KES\" | \"KGS\" | \"KHR\" | \"KMF\" | \"KPW\" | \"KRW\" | \"KWD\" | \"KYD\" | \"KZT\" | \"LAK\" | \"LBP\" | \"LKR\" | \"LRD\" | \"LSL\" | \"LYD\" | \"MAD\" | \"MDL\" | \"MGA\" | \"MKD\" | \"MMK\" | \"MNT\" | \"MOP\" | \"MRU\" | \"MUR\" | \"MVR\" | \"MWK\" | \"MXN\" | \"MXV\" | \"MYR\" | \"MZN\" | \"NAD\" | \"NGN\" | \"NIO\" | \"NOK\" | \"NPR\" | \"NZD\" | \"OMR\" | \"PAB\" | \"PEN\" | \"PGK\" | \"PHP\" | \"PKR\" | \"PLN\" | \"PYG\" | \"QAR\" | \"RON\" | \"RSD\" | \"RUB\" | \"RWF\" | \"SAR\" | \"SBD\" | \"SCR\" | \"SDG\" | \"SEK\" | \"SGD\" | \"SHP\" | \"SLE\" | \"SLL\" | \"SOS\" | \"SRD\" | \"SSP\" | \"STN\" | \"SVC\" | \"SYP\" | \"SZL\" | \"THB\" | \"TJS\" | \"TMT\" | \"TND\" | \"TOP\" | \"TRY\" | \"TTD\" | \"TWD\" | \"TZS\" | \"UAH\" | \"UGX\" | \"USD\" | \"USN\" | \"UYI\" | \"UYU\" | \"UYW\" | \"UZS\" | \"VED\" | \"VES\" | \"VND\" | \"VUV\" | \"WST\" | \"XAF\" | \"XCD\" | \"XOF\" | \"XPF\" | \"YER\" | \"ZAR\" | \"ZMW\" | \"ZWL\" | `$${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}` | undefined)",
4860
+ 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}` | `bitcoin:${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}` | undefined)",
4579
4861
  value: input.asset
4580
- }, _errorFactory)) && (undefined === input.asset || true === _av61.has(input.asset) || "string" === typeof input.asset && (RegExp(/^\$(.*)/).test(input.asset) || RegExp(/^keeta_am(.*)/).test(input.asset) || RegExp(/^keeta_an(.*)/).test(input.asset) || RegExp(/^keeta_ao(.*)/).test(input.asset) || RegExp(/^keeta_ap(.*)/).test(input.asset) || RegExp(/^tyblocks_am(.*)/).test(input.asset) || RegExp(/^tyblocks_an(.*)/).test(input.asset) || RegExp(/^tyblocks_ao(.*)/).test(input.asset) || RegExp(/^tyblocks_ap(.*)/).test(input.asset) || RegExp(/^solana:(.*)/).test(input.asset) || RegExp(/^evm:0x(.*)/).test(input.asset) || RegExp(/^tron:(.*)/).test(input.asset)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4862
+ }, _errorFactory)) && (undefined === input.asset || true === _av65.has(input.asset) || "string" === typeof input.asset && (RegExp(/^\$(.*)/).test(input.asset) || RegExp(/^keeta_am(.*)/).test(input.asset) || RegExp(/^keeta_an(.*)/).test(input.asset) || RegExp(/^keeta_ao(.*)/).test(input.asset) || RegExp(/^keeta_ap(.*)/).test(input.asset) || RegExp(/^tyblocks_am(.*)/).test(input.asset) || RegExp(/^tyblocks_an(.*)/).test(input.asset) || RegExp(/^tyblocks_ao(.*)/).test(input.asset) || RegExp(/^tyblocks_ap(.*)/).test(input.asset) || RegExp(/^evm:0x(.*)/).test(input.asset) || RegExp(/^solana:(.*)/).test(input.asset) || RegExp(/^bitcoin:(.*)/).test(input.asset) || RegExp(/^tron:(.*)/).test(input.asset)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4581
4863
  method: "createAssert",
4582
4864
  path: _path + ".asset",
4583
- expected: "(\"AED\" | \"AFN\" | \"ALL\" | \"AMD\" | \"ANG\" | \"AOA\" | \"ARS\" | \"AUD\" | \"AWG\" | \"AZN\" | \"BAM\" | \"BBD\" | \"BDT\" | \"BGN\" | \"BHD\" | \"BIF\" | \"BMD\" | \"BND\" | \"BOB\" | \"BOV\" | \"BRL\" | \"BSD\" | \"BTN\" | \"BWP\" | \"BYN\" | \"BZD\" | \"CAD\" | \"CDF\" | \"CHE\" | \"CHF\" | \"CHW\" | \"CLF\" | \"CLP\" | \"CNY\" | \"COP\" | \"COU\" | \"CRC\" | \"CUC\" | \"CUP\" | \"CVE\" | \"CZK\" | \"DJF\" | \"DKK\" | \"DOP\" | \"DZD\" | \"EGP\" | \"ERN\" | \"ETB\" | \"EUR\" | \"FJD\" | \"FKP\" | \"GBP\" | \"GEL\" | \"GHS\" | \"GIP\" | \"GMD\" | \"GNF\" | \"GTQ\" | \"GYD\" | \"HKD\" | \"HNL\" | \"HTG\" | \"HUF\" | \"IDR\" | \"ILS\" | \"INR\" | \"IQD\" | \"IRR\" | \"ISK\" | \"JMD\" | \"JOD\" | \"JPY\" | \"KES\" | \"KGS\" | \"KHR\" | \"KMF\" | \"KPW\" | \"KRW\" | \"KWD\" | \"KYD\" | \"KZT\" | \"LAK\" | \"LBP\" | \"LKR\" | \"LRD\" | \"LSL\" | \"LYD\" | \"MAD\" | \"MDL\" | \"MGA\" | \"MKD\" | \"MMK\" | \"MNT\" | \"MOP\" | \"MRU\" | \"MUR\" | \"MVR\" | \"MWK\" | \"MXN\" | \"MXV\" | \"MYR\" | \"MZN\" | \"NAD\" | \"NGN\" | \"NIO\" | \"NOK\" | \"NPR\" | \"NZD\" | \"OMR\" | \"PAB\" | \"PEN\" | \"PGK\" | \"PHP\" | \"PKR\" | \"PLN\" | \"PYG\" | \"QAR\" | \"RON\" | \"RSD\" | \"RUB\" | \"RWF\" | \"SAR\" | \"SBD\" | \"SCR\" | \"SDG\" | \"SEK\" | \"SGD\" | \"SHP\" | \"SLE\" | \"SLL\" | \"SOS\" | \"SRD\" | \"SSP\" | \"STN\" | \"SVC\" | \"SYP\" | \"SZL\" | \"THB\" | \"TJS\" | \"TMT\" | \"TND\" | \"TOP\" | \"TRY\" | \"TTD\" | \"TWD\" | \"TZS\" | \"UAH\" | \"UGX\" | \"USD\" | \"USN\" | \"UYI\" | \"UYU\" | \"UYW\" | \"UZS\" | \"VED\" | \"VES\" | \"VND\" | \"VUV\" | \"WST\" | \"XAF\" | \"XCD\" | \"XOF\" | \"XPF\" | \"YER\" | \"ZAR\" | \"ZMW\" | \"ZWL\" | `$${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}` | undefined)",
4865
+ 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}` | `bitcoin:${string}` | `evm:0x${string}` | `keeta_am${string}` | `keeta_an${string}` | `keeta_ao${string}` | `keeta_ap${string}` | `solana:${string}` | `tron:${string}` | `tyblocks_am${string}` | `tyblocks_an${string}` | `tyblocks_ao${string}` | `tyblocks_ap${string}` | undefined)",
4584
4866
  value: input.asset
4585
- }, _errorFactory))); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.createPersistentForwarding || "boolean" === typeof input.createPersistentForwarding || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4867
+ }, _errorFactory))); const _ao35 = (input, _path, _exceptionable = true) => (undefined === input.createPersistentForwarding || "boolean" === typeof input.createPersistentForwarding || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4586
4868
  method: "createAssert",
4587
4869
  path: _path + ".createPersistentForwarding",
4588
4870
  expected: "(boolean | undefined)",
@@ -4592,30 +4874,30 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4592
4874
  path: _path + ".initiateTransfer",
4593
4875
  expected: "(boolean | undefined)",
4594
4876
  value: input.initiateTransfer
4595
- }, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => (null !== input.inbound || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4877
+ }, _errorFactory)); const _ao36 = (input, _path, _exceptionable = true) => (null !== input.inbound || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4596
4878
  method: "createAssert",
4597
4879
  path: _path + ".inbound",
4598
4880
  expected: "(Array<RailOrRailWithExtendedDetails | ExternalURL> | ExternalURL | undefined)",
4599
4881
  value: input.inbound
4600
- }, _errorFactory)) && (undefined === input.inbound || (Array.isArray(input.inbound) && input.inbound.every((elem, _index62) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4882
+ }, _errorFactory)) && (undefined === input.inbound || (Array.isArray(input.inbound) && input.inbound.every((elem, _index66) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4601
4883
  method: "createAssert",
4602
- path: _path + ".inbound[" + _index62 + "]",
4603
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4884
+ path: _path + ".inbound[" + _index66 + "]",
4885
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4604
4886
  value: elem
4605
4887
  }, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4606
4888
  method: "createAssert",
4607
- path: _path + ".inbound[" + _index62 + "]",
4608
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4889
+ path: _path + ".inbound[" + _index66 + "]",
4890
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4609
4891
  value: elem
4610
- }, _errorFactory)) && (true === _av63.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4892
+ }, _errorFactory)) && (true === _av67.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4611
4893
  method: "createAssert",
4612
- path: _path + ".inbound[" + _index62 + "]",
4613
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4894
+ path: _path + ".inbound[" + _index66 + "]",
4895
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4614
4896
  value: elem
4615
- }, _errorFactory)) && _au3(elem, _path + ".inbound[" + _index62 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4897
+ }, _errorFactory)) && _au4(elem, _path + ".inbound[" + _index66 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4616
4898
  method: "createAssert",
4617
- path: _path + ".inbound[" + _index62 + "]",
4618
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4899
+ path: _path + ".inbound[" + _index66 + "]",
4900
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4619
4901
  value: elem
4620
4902
  }, _errorFactory))) || "object" === typeof input.inbound && null !== input.inbound && _ao0(input.inbound, _path + ".inbound", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4621
4903
  method: "createAssert",
@@ -4637,25 +4919,25 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4637
4919
  path: _path + ".outbound",
4638
4920
  expected: "(Array<RailOrRailWithExtendedDetails | ExternalURL> | ExternalURL)",
4639
4921
  value: input.outbound
4640
- }, _errorFactory)) && (Array.isArray(input.outbound) && input.outbound.every((elem, _index64) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4922
+ }, _errorFactory)) && (Array.isArray(input.outbound) && input.outbound.every((elem, _index68) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4641
4923
  method: "createAssert",
4642
- path: _path + ".outbound[" + _index64 + "]",
4643
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4924
+ path: _path + ".outbound[" + _index68 + "]",
4925
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4644
4926
  value: elem
4645
4927
  }, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4646
4928
  method: "createAssert",
4647
- path: _path + ".outbound[" + _index64 + "]",
4648
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4929
+ path: _path + ".outbound[" + _index68 + "]",
4930
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4649
4931
  value: elem
4650
- }, _errorFactory)) && (true === _av65.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4932
+ }, _errorFactory)) && (true === _av69.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4651
4933
  method: "createAssert",
4652
- path: _path + ".outbound[" + _index64 + "]",
4653
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4934
+ path: _path + ".outbound[" + _index68 + "]",
4935
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4654
4936
  value: elem
4655
- }, _errorFactory)) && _au3(elem, _path + ".outbound[" + _index64 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4937
+ }, _errorFactory)) && _au4(elem, _path + ".outbound[" + _index68 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4656
4938
  method: "createAssert",
4657
- path: _path + ".outbound[" + _index64 + "]",
4658
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4939
+ path: _path + ".outbound[" + _index68 + "]",
4940
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4659
4941
  value: elem
4660
4942
  }, _errorFactory))) || "object" === typeof input.outbound && null !== input.outbound && _ao0(input.outbound, _path + ".outbound", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4661
4943
  method: "createAssert",
@@ -4672,25 +4954,25 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4672
4954
  path: _path + ".common",
4673
4955
  expected: "(Array<RailOrRailWithExtendedDetails | ExternalURL> | ExternalURL | undefined)",
4674
4956
  value: input.common
4675
- }, _errorFactory)) && (undefined === input.common || (Array.isArray(input.common) && input.common.every((elem, _index66) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4957
+ }, _errorFactory)) && (undefined === input.common || (Array.isArray(input.common) && input.common.every((elem, _index70) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4676
4958
  method: "createAssert",
4677
- path: _path + ".common[" + _index66 + "]",
4678
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4959
+ path: _path + ".common[" + _index70 + "]",
4960
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4679
4961
  value: elem
4680
4962
  }, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4681
4963
  method: "createAssert",
4682
- path: _path + ".common[" + _index66 + "]",
4683
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4964
+ path: _path + ".common[" + _index70 + "]",
4965
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4684
4966
  value: elem
4685
- }, _errorFactory)) && (true === _av67.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4967
+ }, _errorFactory)) && (true === _av71.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4686
4968
  method: "createAssert",
4687
- path: _path + ".common[" + _index66 + "]",
4688
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4969
+ path: _path + ".common[" + _index70 + "]",
4970
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4689
4971
  value: elem
4690
- }, _errorFactory)) && _au3(elem, _path + ".common[" + _index66 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4972
+ }, _errorFactory)) && _au4(elem, _path + ".common[" + _index70 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4691
4973
  method: "createAssert",
4692
- path: _path + ".common[" + _index66 + "]",
4693
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4974
+ path: _path + ".common[" + _index70 + "]",
4975
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4694
4976
  value: elem
4695
4977
  }, _errorFactory))) || "object" === typeof input.common && null !== input.common && _ao0(input.common, _path + ".common", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4696
4978
  method: "createAssert",
@@ -4702,7 +4984,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4702
4984
  path: _path + ".common",
4703
4985
  expected: "(Array<RailOrRailWithExtendedDetails | ExternalURL> | ExternalURL | undefined)",
4704
4986
  value: input.common
4705
- }, _errorFactory))); const _ao34 = (input, _path, _exceptionable = true) => (undefined === input.inbound || ("object" === typeof input.inbound && null !== input.inbound || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4987
+ }, _errorFactory))); const _ao37 = (input, _path, _exceptionable = true) => (undefined === input.inbound || ("object" === typeof input.inbound && null !== input.inbound || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4706
4988
  method: "createAssert",
4707
4989
  path: _path + ".inbound",
4708
4990
  expected: "(ExternalURL | undefined)",
@@ -4727,25 +5009,25 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4727
5009
  path: _path + ".common",
4728
5010
  expected: "(Array<RailOrRailWithExtendedDetails | ExternalURL> | ExternalURL | undefined)",
4729
5011
  value: input.common
4730
- }, _errorFactory)) && (undefined === input.common || (Array.isArray(input.common) && input.common.every((elem, _index68) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5012
+ }, _errorFactory)) && (undefined === input.common || (Array.isArray(input.common) && input.common.every((elem, _index72) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4731
5013
  method: "createAssert",
4732
- path: _path + ".common[" + _index68 + "]",
4733
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
5014
+ path: _path + ".common[" + _index72 + "]",
5015
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4734
5016
  value: elem
4735
5017
  }, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4736
5018
  method: "createAssert",
4737
- path: _path + ".common[" + _index68 + "]",
4738
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
5019
+ path: _path + ".common[" + _index72 + "]",
5020
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4739
5021
  value: elem
4740
- }, _errorFactory)) && (true === _av69.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5022
+ }, _errorFactory)) && (true === _av73.has(elem) || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4741
5023
  method: "createAssert",
4742
- path: _path + ".common[" + _index68 + "]",
4743
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
5024
+ path: _path + ".common[" + _index72 + "]",
5025
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4744
5026
  value: elem
4745
- }, _errorFactory)) && _au3(elem, _path + ".common[" + _index68 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5027
+ }, _errorFactory)) && _au4(elem, _path + ".common[" + _index72 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4746
5028
  method: "createAssert",
4747
- path: _path + ".common[" + _index68 + "]",
4748
- expected: "(\"ACH\" | \"ACH_DEBIT\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
5029
+ path: _path + ".common[" + _index72 + "]",
5030
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"AE_PUSH\" | \"BCR_PAY_PUSH\" | \"BITCOIN_SEND\" | \"CARD_PULL\" | \"CARD_PUSH\" | \"CA_PUSH\" | \"DUIT_NOW_PUSH\" | \"EVM_CALL\" | \"EVM_SEND\" | \"FPS_PUSH\" | \"HK_FPS_PUSH\" | \"INTERAC_PUSH\" | \"KEETA_SEND\" | \"MOBILE_WALLET\" | \"PAY_NOW_PUSH\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SOLANA_SEND\" | \"SPEI_PUSH\" | \"TRON_SEND\" | \"UPI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\" | ExternalURL | RailWithExtendedDetails)",
4749
5031
  value: elem
4750
5032
  }, _errorFactory))) || "object" === typeof input.common && null !== input.common && _ao0(input.common, _path + ".common", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4751
5033
  method: "createAssert",
@@ -4757,22 +5039,248 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4757
5039
  path: _path + ".common",
4758
5040
  expected: "(Array<RailOrRailWithExtendedDetails | ExternalURL> | ExternalURL | undefined)",
4759
5041
  value: input.common
4760
- }, _errorFactory))); const _ao35 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
5042
+ }, _errorFactory))); const _ao38 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
4761
5043
  const value = input[key];
4762
5044
  if (undefined === value)
4763
5045
  return true;
4764
- return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4765
- method: "createAssert",
4766
- path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
4767
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o20)",
4768
- value: value
4769
- }, _errorFactory)) && _au29(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4770
- method: "createAssert",
4771
- path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
4772
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o20)",
4773
- value: value
4774
- }, _errorFactory);
4775
- }); const _ao36 = (input, _path, _exceptionable = true) => (null !== input.workInProgress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5046
+ if ("string" === typeof key && RegExp(/^chain:evm:[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
5047
+ return undefined === value || ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5048
+ method: "createAssert",
5049
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
5050
+ expected: "(ExternalURL | ToJSONValuizableObject<PerChainLocationMetadata<\"evm\">> | undefined)",
5051
+ value: value
5052
+ }, _errorFactory)) && _au33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5053
+ method: "createAssert",
5054
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
5055
+ expected: "(ExternalURL | ToJSONValuizableObject<PerChainLocationMetadata<\"evm\">> | undefined)",
5056
+ value: value
5057
+ }, _errorFactory);
5058
+ if ("string" === typeof key && RegExp(/^chain:solana:(.*)/).test(key))
5059
+ return undefined === value || ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5060
+ method: "createAssert",
5061
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
5062
+ expected: "(ExternalURL | ToJSONValuizableObject<PerChainLocationMetadata<\"solana\">> | undefined)",
5063
+ value: value
5064
+ }, _errorFactory)) && _au34(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5065
+ method: "createAssert",
5066
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
5067
+ expected: "(ExternalURL | ToJSONValuizableObject<PerChainLocationMetadata<\"solana\">> | undefined)",
5068
+ value: value
5069
+ }, _errorFactory);
5070
+ if ("string" === typeof key && RegExp(/^chain:bitcoin:(.*)/).test(key))
5071
+ return undefined === value || ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5072
+ method: "createAssert",
5073
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
5074
+ expected: "(ExternalURL | ToJSONValuizableObject<PerChainLocationMetadata<\"bitcoin\">> | undefined)",
5075
+ value: value
5076
+ }, _errorFactory)) && _au35(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5077
+ method: "createAssert",
5078
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
5079
+ expected: "(ExternalURL | ToJSONValuizableObject<PerChainLocationMetadata<\"bitcoin\">> | undefined)",
5080
+ value: value
5081
+ }, _errorFactory);
5082
+ if ("string" === typeof key && RegExp(/^chain:tron:(.*)/).test(key))
5083
+ return undefined === value || ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5084
+ method: "createAssert",
5085
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
5086
+ expected: "(ExternalURL | ToJSONValuizableObject<PerChainLocationMetadata<\"tron\">> | undefined)",
5087
+ value: value
5088
+ }, _errorFactory)) && _au36(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5089
+ method: "createAssert",
5090
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
5091
+ expected: "(ExternalURL | ToJSONValuizableObject<PerChainLocationMetadata<\"tron\">> | undefined)",
5092
+ value: value
5093
+ }, _errorFactory);
5094
+ return true;
5095
+ }); const _ao39 = (input, _path, _exceptionable = true) => undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5096
+ method: "createAssert",
5097
+ path: _path + ".assets",
5098
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o18 | undefined)",
5099
+ value: input.assets
5100
+ }, _errorFactory)) && _au37(input.assets, _path + ".assets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5101
+ method: "createAssert",
5102
+ path: _path + ".assets",
5103
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o18 | undefined)",
5104
+ value: input.assets
5105
+ }, _errorFactory); const _ao40 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
5106
+ const value = input[key];
5107
+ if (undefined === value)
5108
+ return true;
5109
+ if ("string" === typeof key && RegExp(/^evm:0x(.*)/).test(key))
5110
+ return undefined === value || ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5111
+ method: "createAssert",
5112
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
5113
+ expected: "(ExternalURL | ToJSONValuizableObject<AnchorTokenLocationMetadata> | undefined)",
5114
+ value: value
5115
+ }, _errorFactory)) && _au38(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5116
+ method: "createAssert",
5117
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
5118
+ expected: "(ExternalURL | ToJSONValuizableObject<AnchorTokenLocationMetadata> | undefined)",
5119
+ value: value
5120
+ }, _errorFactory);
5121
+ return true;
5122
+ }); const _ao41 = (input, _path, _exceptionable = true) => (null !== input.displayName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5123
+ method: "createAssert",
5124
+ path: _path + ".displayName",
5125
+ expected: "(ExternalURL | string | undefined)",
5126
+ value: input.displayName
5127
+ }, _errorFactory)) && (undefined === input.displayName || "string" === typeof input.displayName || ("object" === typeof input.displayName && null !== input.displayName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5128
+ method: "createAssert",
5129
+ path: _path + ".displayName",
5130
+ expected: "(ExternalURL | string | undefined)",
5131
+ value: input.displayName
5132
+ }, _errorFactory)) && _ao0(input.displayName, _path + ".displayName", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5133
+ method: "createAssert",
5134
+ path: _path + ".displayName",
5135
+ expected: "(ExternalURL | string | undefined)",
5136
+ value: input.displayName
5137
+ }, _errorFactory)) && ((null !== input.ticker || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5138
+ method: "createAssert",
5139
+ path: _path + ".ticker",
5140
+ expected: "(ExternalURL | `$${string}` | undefined)",
5141
+ value: input.ticker
5142
+ }, _errorFactory)) && (undefined === input.ticker || "string" === typeof input.ticker && RegExp(/^\$(.*)/).test(input.ticker) || ("object" === typeof input.ticker && null !== input.ticker || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5143
+ method: "createAssert",
5144
+ path: _path + ".ticker",
5145
+ expected: "(ExternalURL | `$${string}` | undefined)",
5146
+ value: input.ticker
5147
+ }, _errorFactory)) && _ao0(input.ticker, _path + ".ticker", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5148
+ method: "createAssert",
5149
+ path: _path + ".ticker",
5150
+ expected: "(ExternalURL | `$${string}` | undefined)",
5151
+ value: input.ticker
5152
+ }, _errorFactory))) && ((null !== input.decimalPlaces || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5153
+ method: "createAssert",
5154
+ path: _path + ".decimalPlaces",
5155
+ expected: "(ExternalURL | number)",
5156
+ value: input.decimalPlaces
5157
+ }, _errorFactory)) && (undefined !== input.decimalPlaces || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5158
+ method: "createAssert",
5159
+ path: _path + ".decimalPlaces",
5160
+ expected: "(ExternalURL | number)",
5161
+ value: input.decimalPlaces
5162
+ }, _errorFactory)) && ("number" === typeof input.decimalPlaces || ("object" === typeof input.decimalPlaces && null !== input.decimalPlaces || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5163
+ method: "createAssert",
5164
+ path: _path + ".decimalPlaces",
5165
+ expected: "(ExternalURL | number)",
5166
+ value: input.decimalPlaces
5167
+ }, _errorFactory)) && _ao0(input.decimalPlaces, _path + ".decimalPlaces", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5168
+ method: "createAssert",
5169
+ path: _path + ".decimalPlaces",
5170
+ expected: "(ExternalURL | number)",
5171
+ value: input.decimalPlaces
5172
+ }, _errorFactory))) && ((null !== input.logoURI || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5173
+ method: "createAssert",
5174
+ path: _path + ".logoURI",
5175
+ expected: "(ExternalURL | string | undefined)",
5176
+ value: input.logoURI
5177
+ }, _errorFactory)) && (undefined === input.logoURI || "string" === typeof input.logoURI || ("object" === typeof input.logoURI && null !== input.logoURI || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5178
+ method: "createAssert",
5179
+ path: _path + ".logoURI",
5180
+ expected: "(ExternalURL | string | undefined)",
5181
+ value: input.logoURI
5182
+ }, _errorFactory)) && _ao0(input.logoURI, _path + ".logoURI", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5183
+ method: "createAssert",
5184
+ path: _path + ".logoURI",
5185
+ expected: "(ExternalURL | string | undefined)",
5186
+ value: input.logoURI
5187
+ }, _errorFactory))); const _ao42 = (input, _path, _exceptionable = true) => undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5188
+ method: "createAssert",
5189
+ path: _path + ".assets",
5190
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o19 | undefined)",
5191
+ value: input.assets
5192
+ }, _errorFactory)) && _au39(input.assets, _path + ".assets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5193
+ method: "createAssert",
5194
+ path: _path + ".assets",
5195
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o19 | undefined)",
5196
+ value: input.assets
5197
+ }, _errorFactory); const _ao43 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
5198
+ const value = input[key];
5199
+ if (undefined === value)
5200
+ return true;
5201
+ if ("string" === typeof key && RegExp(/^solana:(.*)/).test(key))
5202
+ return undefined === value || ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5203
+ method: "createAssert",
5204
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
5205
+ expected: "(ExternalURL | ToJSONValuizableObject<AnchorTokenLocationMetadata> | undefined)",
5206
+ value: value
5207
+ }, _errorFactory)) && _au38(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5208
+ method: "createAssert",
5209
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
5210
+ expected: "(ExternalURL | ToJSONValuizableObject<AnchorTokenLocationMetadata> | undefined)",
5211
+ value: value
5212
+ }, _errorFactory);
5213
+ return true;
5214
+ }); const _ao44 = (input, _path, _exceptionable = true) => undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5215
+ method: "createAssert",
5216
+ path: _path + ".assets",
5217
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o20 | undefined)",
5218
+ value: input.assets
5219
+ }, _errorFactory)) && _au40(input.assets, _path + ".assets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5220
+ method: "createAssert",
5221
+ path: _path + ".assets",
5222
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o20 | undefined)",
5223
+ value: input.assets
5224
+ }, _errorFactory); const _ao45 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
5225
+ const value = input[key];
5226
+ if (undefined === value)
5227
+ return true;
5228
+ if ("string" === typeof key && RegExp(/^bitcoin:(.*)/).test(key))
5229
+ return undefined === value || ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5230
+ method: "createAssert",
5231
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
5232
+ expected: "(ExternalURL | ToJSONValuizableObject<AnchorTokenLocationMetadata> | undefined)",
5233
+ value: value
5234
+ }, _errorFactory)) && _au38(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5235
+ method: "createAssert",
5236
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
5237
+ expected: "(ExternalURL | ToJSONValuizableObject<AnchorTokenLocationMetadata> | undefined)",
5238
+ value: value
5239
+ }, _errorFactory);
5240
+ return true;
5241
+ }); const _ao46 = (input, _path, _exceptionable = true) => undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5242
+ method: "createAssert",
5243
+ path: _path + ".assets",
5244
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o21 | undefined)",
5245
+ value: input.assets
5246
+ }, _errorFactory)) && _au41(input.assets, _path + ".assets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5247
+ method: "createAssert",
5248
+ path: _path + ".assets",
5249
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o21 | undefined)",
5250
+ value: input.assets
5251
+ }, _errorFactory); const _ao47 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
5252
+ const value = input[key];
5253
+ if (undefined === value)
5254
+ return true;
5255
+ if ("string" === typeof key && RegExp(/^tron:(.*)/).test(key))
5256
+ return undefined === value || ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5257
+ method: "createAssert",
5258
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
5259
+ expected: "(ExternalURL | ToJSONValuizableObject<AnchorTokenLocationMetadata> | undefined)",
5260
+ value: value
5261
+ }, _errorFactory)) && _au38(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5262
+ method: "createAssert",
5263
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
5264
+ expected: "(ExternalURL | ToJSONValuizableObject<AnchorTokenLocationMetadata> | undefined)",
5265
+ value: value
5266
+ }, _errorFactory);
5267
+ return true;
5268
+ }); const _ao48 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
5269
+ const value = input[key];
5270
+ if (undefined === value)
5271
+ return true;
5272
+ return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5273
+ method: "createAssert",
5274
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
5275
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o23)",
5276
+ value: value
5277
+ }, _errorFactory)) && _au42(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5278
+ method: "createAssert",
5279
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
5280
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o23)",
5281
+ value: value
5282
+ }, _errorFactory);
5283
+ }); const _ao49 = (input, _path, _exceptionable = true) => (null !== input.workInProgress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4776
5284
  method: "createAssert",
4777
5285
  path: _path + ".workInProgress",
4778
5286
  expected: "(ExternalURL | true | undefined)",
@@ -4787,30 +5295,30 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4787
5295
  path: _path + ".workInProgress",
4788
5296
  expected: "(ExternalURL | true | undefined)",
4789
5297
  value: input.workInProgress
4790
- }, _errorFactory)); const _ao37 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
5298
+ }, _errorFactory)); const _ao50 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
4791
5299
  const value = input[key];
4792
5300
  if (undefined === value)
4793
5301
  return true;
4794
5302
  return ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4795
5303
  method: "createAssert",
4796
5304
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
4797
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o22)",
5305
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o25)",
4798
5306
  value: value
4799
- }, _errorFactory)) && _au30(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5307
+ }, _errorFactory)) && _au43(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4800
5308
  method: "createAssert",
4801
5309
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
4802
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o22)",
5310
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o25)",
4803
5311
  value: value
4804
5312
  }, _errorFactory);
4805
- }); const _ao38 = (input, _path, _exceptionable = true) => (("object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5313
+ }); const _ao51 = (input, _path, _exceptionable = true) => (("object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4806
5314
  method: "createAssert",
4807
5315
  path: _path + ".operations",
4808
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o23)",
5316
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o26)",
4809
5317
  value: input.operations
4810
- }, _errorFactory)) && _au31(input.operations, _path + ".operations", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5318
+ }, _errorFactory)) && _au44(input.operations, _path + ".operations", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4811
5319
  method: "createAssert",
4812
5320
  path: _path + ".operations",
4813
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o23)",
5321
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o26)",
4814
5322
  value: input.operations
4815
5323
  }, _errorFactory)) && ((null !== input.anchorAccount || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4816
5324
  method: "createAssert",
@@ -4830,12 +5338,12 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4830
5338
  }, _errorFactory))) && (undefined === input.quotas || ("object" === typeof input.quotas && null !== input.quotas || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4831
5339
  method: "createAssert",
4832
5340
  path: _path + ".quotas",
4833
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o24 | undefined)",
5341
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o27 | undefined)",
4834
5342
  value: input.quotas
4835
- }, _errorFactory)) && _au32(input.quotas, _path + ".quotas", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5343
+ }, _errorFactory)) && _au45(input.quotas, _path + ".quotas", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4836
5344
  method: "createAssert",
4837
5345
  path: _path + ".quotas",
4838
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o24 | undefined)",
5346
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o27 | undefined)",
4839
5347
  value: input.quotas
4840
5348
  }, _errorFactory)) && ((null !== input.signedUrlDefaultTTL || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4841
5349
  method: "createAssert",
@@ -4857,24 +5365,24 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4857
5365
  path: _path + ".searchableFields",
4858
5366
  expected: "(Array<\"tags\" | \"owner\" | \"visibility\" | ExternalURL | \"pathPrefix\"> | ExternalURL | undefined)",
4859
5367
  value: input.searchableFields
4860
- }, _errorFactory)) && (undefined === input.searchableFields || (Array.isArray(input.searchableFields) && input.searchableFields.every((elem, _index70) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5368
+ }, _errorFactory)) && (undefined === input.searchableFields || (Array.isArray(input.searchableFields) && input.searchableFields.every((elem, _index74) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4861
5369
  method: "createAssert",
4862
- path: _path + ".searchableFields[" + _index70 + "]",
5370
+ path: _path + ".searchableFields[" + _index74 + "]",
4863
5371
  expected: "(\"owner\" | \"pathPrefix\" | \"tags\" | \"visibility\" | ExternalURL)",
4864
5372
  value: elem
4865
5373
  }, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4866
5374
  method: "createAssert",
4867
- path: _path + ".searchableFields[" + _index70 + "]",
5375
+ path: _path + ".searchableFields[" + _index74 + "]",
4868
5376
  expected: "(\"owner\" | \"pathPrefix\" | \"tags\" | \"visibility\" | ExternalURL)",
4869
5377
  value: elem
4870
5378
  }, _errorFactory)) && ("tags" === elem || "owner" === elem || "visibility" === elem || "pathPrefix" === elem || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4871
5379
  method: "createAssert",
4872
- path: _path + ".searchableFields[" + _index70 + "]",
5380
+ path: _path + ".searchableFields[" + _index74 + "]",
4873
5381
  expected: "(\"owner\" | \"pathPrefix\" | \"tags\" | \"visibility\" | ExternalURL)",
4874
5382
  value: elem
4875
- }, _errorFactory)) && _ao0(elem, _path + ".searchableFields[" + _index70 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5383
+ }, _errorFactory)) && _ao0(elem, _path + ".searchableFields[" + _index74 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4876
5384
  method: "createAssert",
4877
- path: _path + ".searchableFields[" + _index70 + "]",
5385
+ path: _path + ".searchableFields[" + _index74 + "]",
4878
5386
  expected: "(\"owner\" | \"pathPrefix\" | \"tags\" | \"visibility\" | ExternalURL)",
4879
5387
  value: elem
4880
5388
  }, _errorFactory))) || "object" === typeof input.searchableFields && null !== input.searchableFields && _ao0(input.searchableFields, _path + ".searchableFields", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -4887,7 +5395,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4887
5395
  path: _path + ".searchableFields",
4888
5396
  expected: "(Array<\"tags\" | \"owner\" | \"visibility\" | ExternalURL | \"pathPrefix\"> | ExternalURL | undefined)",
4889
5397
  value: input.searchableFields
4890
- }, _errorFactory))); const _ao39 = (input, _path, _exceptionable = true) => (null !== input.put || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5398
+ }, _errorFactory))); const _ao52 = (input, _path, _exceptionable = true) => (null !== input.put || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4891
5399
  method: "createAssert",
4892
5400
  path: _path + ".put",
4893
5401
  expected: "(ExternalURL | __type | string | undefined)",
@@ -4897,7 +5405,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4897
5405
  path: _path + ".put",
4898
5406
  expected: "(ExternalURL | __type | string | undefined)",
4899
5407
  value: input.put
4900
- }, _errorFactory)) && _au25(input.put, _path + ".put", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5408
+ }, _errorFactory)) && _au28(input.put, _path + ".put", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4901
5409
  method: "createAssert",
4902
5410
  path: _path + ".put",
4903
5411
  expected: "(ExternalURL | __type | string | undefined)",
@@ -4912,7 +5420,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4912
5420
  path: _path + ".get",
4913
5421
  expected: "(ExternalURL | __type | string | undefined)",
4914
5422
  value: input.get
4915
- }, _errorFactory)) && _au25(input.get, _path + ".get", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5423
+ }, _errorFactory)) && _au28(input.get, _path + ".get", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4916
5424
  method: "createAssert",
4917
5425
  path: _path + ".get",
4918
5426
  expected: "(ExternalURL | __type | string | undefined)",
@@ -4927,7 +5435,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4927
5435
  path: _path + "[\"delete\"]",
4928
5436
  expected: "(ExternalURL | __type | string | undefined)",
4929
5437
  value: input["delete"]
4930
- }, _errorFactory)) && _au25(input["delete"], _path + "[\"delete\"]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5438
+ }, _errorFactory)) && _au28(input["delete"], _path + "[\"delete\"]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4931
5439
  method: "createAssert",
4932
5440
  path: _path + "[\"delete\"]",
4933
5441
  expected: "(ExternalURL | __type | string | undefined)",
@@ -4942,7 +5450,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4942
5450
  path: _path + ".metadata",
4943
5451
  expected: "(ExternalURL | __type | string | undefined)",
4944
5452
  value: input.metadata
4945
- }, _errorFactory)) && _au25(input.metadata, _path + ".metadata", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5453
+ }, _errorFactory)) && _au28(input.metadata, _path + ".metadata", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4946
5454
  method: "createAssert",
4947
5455
  path: _path + ".metadata",
4948
5456
  expected: "(ExternalURL | __type | string | undefined)",
@@ -4957,7 +5465,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4957
5465
  path: _path + ".updateMetadata",
4958
5466
  expected: "(ExternalURL | __type | string | undefined)",
4959
5467
  value: input.updateMetadata
4960
- }, _errorFactory)) && _au25(input.updateMetadata, _path + ".updateMetadata", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5468
+ }, _errorFactory)) && _au28(input.updateMetadata, _path + ".updateMetadata", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4961
5469
  method: "createAssert",
4962
5470
  path: _path + ".updateMetadata",
4963
5471
  expected: "(ExternalURL | __type | string | undefined)",
@@ -4972,7 +5480,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4972
5480
  path: _path + ".search",
4973
5481
  expected: "(ExternalURL | __type | string | undefined)",
4974
5482
  value: input.search
4975
- }, _errorFactory)) && _au25(input.search, _path + ".search", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5483
+ }, _errorFactory)) && _au28(input.search, _path + ".search", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4976
5484
  method: "createAssert",
4977
5485
  path: _path + ".search",
4978
5486
  expected: "(ExternalURL | __type | string | undefined)",
@@ -4987,7 +5495,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
4987
5495
  path: _path + "[\"public\"]",
4988
5496
  expected: "(ExternalURL | __type | string | undefined)",
4989
5497
  value: input["public"]
4990
- }, _errorFactory)) && _au25(input["public"], _path + "[\"public\"]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5498
+ }, _errorFactory)) && _au28(input["public"], _path + "[\"public\"]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4991
5499
  method: "createAssert",
4992
5500
  path: _path + "[\"public\"]",
4993
5501
  expected: "(ExternalURL | __type | string | undefined)",
@@ -5002,12 +5510,12 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5002
5510
  path: _path + ".quota",
5003
5511
  expected: "(ExternalURL | __type | string | undefined)",
5004
5512
  value: input.quota
5005
- }, _errorFactory)) && _au25(input.quota, _path + ".quota", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5513
+ }, _errorFactory)) && _au28(input.quota, _path + ".quota", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5006
5514
  method: "createAssert",
5007
5515
  path: _path + ".quota",
5008
5516
  expected: "(ExternalURL | __type | string | undefined)",
5009
5517
  value: input.quota
5010
- }, _errorFactory))); const _ao40 = (input, _path, _exceptionable = true) => (null !== input.maxObjectSize || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5518
+ }, _errorFactory))); const _ao53 = (input, _path, _exceptionable = true) => (null !== input.maxObjectSize || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5011
5519
  method: "createAssert",
5012
5520
  path: _path + ".maxObjectSize",
5013
5521
  expected: "(ExternalURL | number)",
@@ -5107,27 +5615,27 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5107
5615
  path: _path + ".maxSignedUrlTTL",
5108
5616
  expected: "(ExternalURL | number)",
5109
5617
  value: input.maxSignedUrlTTL
5110
- }, _errorFactory))); const _ao41 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
5618
+ }, _errorFactory))); const _ao54 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
5111
5619
  const value = input[key];
5112
5620
  if (undefined === value)
5113
5621
  return true;
5114
5622
  return ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5115
5623
  method: "createAssert",
5116
5624
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
5117
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o26)",
5625
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o29)",
5118
5626
  value: value
5119
- }, _errorFactory)) && _au33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5627
+ }, _errorFactory)) && _au46(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5120
5628
  method: "createAssert",
5121
5629
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
5122
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o26)",
5630
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o29)",
5123
5631
  value: value
5124
5632
  }, _errorFactory);
5125
- }); const _ao42 = (input, _path, _exceptionable = true) => (undefined === input.supportedChannels || ("object" === typeof input.supportedChannels && null !== input.supportedChannels && false === Array.isArray(input.supportedChannels) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5633
+ }); const _ao55 = (input, _path, _exceptionable = true) => (undefined === input.supportedChannels || ("object" === typeof input.supportedChannels && null !== input.supportedChannels && false === Array.isArray(input.supportedChannels) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5126
5634
  method: "createAssert",
5127
5635
  path: _path + ".supportedChannels",
5128
5636
  expected: "(ExternalURL | ToJSONValuizableObject<Partial<SupportedChannelConfigurationMetadata>> | undefined)",
5129
5637
  value: input.supportedChannels
5130
- }, _errorFactory)) && _au34(input.supportedChannels, _path + ".supportedChannels", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5638
+ }, _errorFactory)) && _au47(input.supportedChannels, _path + ".supportedChannels", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5131
5639
  method: "createAssert",
5132
5640
  path: _path + ".supportedChannels",
5133
5641
  expected: "(ExternalURL | ToJSONValuizableObject<Partial<SupportedChannelConfigurationMetadata>> | undefined)",
@@ -5137,24 +5645,24 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5137
5645
  path: _path + ".supportedSubscriptions",
5138
5646
  expected: "(Array<\"RECEIVE_FUNDS\" | ExternalURL> | ExternalURL | undefined)",
5139
5647
  value: input.supportedSubscriptions
5140
- }, _errorFactory)) && (undefined === input.supportedSubscriptions || (Array.isArray(input.supportedSubscriptions) && input.supportedSubscriptions.every((elem, _index71) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5648
+ }, _errorFactory)) && (undefined === input.supportedSubscriptions || (Array.isArray(input.supportedSubscriptions) && input.supportedSubscriptions.every((elem, _index75) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5141
5649
  method: "createAssert",
5142
- path: _path + ".supportedSubscriptions[" + _index71 + "]",
5650
+ path: _path + ".supportedSubscriptions[" + _index75 + "]",
5143
5651
  expected: "(\"RECEIVE_FUNDS\" | ExternalURL)",
5144
5652
  value: elem
5145
5653
  }, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5146
5654
  method: "createAssert",
5147
- path: _path + ".supportedSubscriptions[" + _index71 + "]",
5655
+ path: _path + ".supportedSubscriptions[" + _index75 + "]",
5148
5656
  expected: "(\"RECEIVE_FUNDS\" | ExternalURL)",
5149
5657
  value: elem
5150
5658
  }, _errorFactory)) && ("RECEIVE_FUNDS" === elem || ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5151
5659
  method: "createAssert",
5152
- path: _path + ".supportedSubscriptions[" + _index71 + "]",
5660
+ path: _path + ".supportedSubscriptions[" + _index75 + "]",
5153
5661
  expected: "(\"RECEIVE_FUNDS\" | ExternalURL)",
5154
5662
  value: elem
5155
- }, _errorFactory)) && _ao0(elem, _path + ".supportedSubscriptions[" + _index71 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5663
+ }, _errorFactory)) && _ao0(elem, _path + ".supportedSubscriptions[" + _index75 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5156
5664
  method: "createAssert",
5157
- path: _path + ".supportedSubscriptions[" + _index71 + "]",
5665
+ path: _path + ".supportedSubscriptions[" + _index75 + "]",
5158
5666
  expected: "(\"RECEIVE_FUNDS\" | ExternalURL)",
5159
5667
  value: elem
5160
5668
  }, _errorFactory))) || "object" === typeof input.supportedSubscriptions && null !== input.supportedSubscriptions && _ao0(input.supportedSubscriptions, _path + ".supportedSubscriptions", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -5170,27 +5678,27 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5170
5678
  }, _errorFactory))) && (("object" === typeof input.operations && null !== input.operations && false === Array.isArray(input.operations) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5171
5679
  method: "createAssert",
5172
5680
  path: _path + ".operations",
5173
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o28)",
5681
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o31)",
5174
5682
  value: input.operations
5175
- }, _errorFactory)) && _au35(input.operations, _path + ".operations", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5683
+ }, _errorFactory)) && _au48(input.operations, _path + ".operations", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5176
5684
  method: "createAssert",
5177
5685
  path: _path + ".operations",
5178
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o28)",
5686
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o31)",
5179
5687
  value: input.operations
5180
- }, _errorFactory)); const _ao43 = (input, _path, _exceptionable = true) => (null !== input.FCM || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5688
+ }, _errorFactory)); const _ao56 = (input, _path, _exceptionable = true) => (null !== input.FCM || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5181
5689
  method: "createAssert",
5182
5690
  path: _path + ".FCM",
5183
5691
  expected: "(Array<ExternalURL | ToJSONValuizableObject<{ projectId: string; messagingSenderId: string; appId: string; apiKey: string; vapidKey?: string; bundleId?: string; }>> | ExternalURL | undefined)",
5184
5692
  value: input.FCM
5185
- }, _errorFactory)) && (undefined === input.FCM || (Array.isArray(input.FCM) && input.FCM.every((elem, _index72) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5693
+ }, _errorFactory)) && (undefined === input.FCM || (Array.isArray(input.FCM) && input.FCM.every((elem, _index76) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5186
5694
  method: "createAssert",
5187
- path: _path + ".FCM[" + _index72 + "]",
5188
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o27)",
5695
+ path: _path + ".FCM[" + _index76 + "]",
5696
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o30)",
5189
5697
  value: elem
5190
- }, _errorFactory)) && _au4(elem, _path + ".FCM[" + _index72 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5698
+ }, _errorFactory)) && _au5(elem, _path + ".FCM[" + _index76 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5191
5699
  method: "createAssert",
5192
- path: _path + ".FCM[" + _index72 + "]",
5193
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o27)",
5700
+ path: _path + ".FCM[" + _index76 + "]",
5701
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o30)",
5194
5702
  value: elem
5195
5703
  }, _errorFactory)) || "object" === typeof input.FCM && null !== input.FCM && _ao0(input.FCM, _path + ".FCM", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5196
5704
  method: "createAssert",
@@ -5202,7 +5710,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5202
5710
  path: _path + ".FCM",
5203
5711
  expected: "(Array<ExternalURL | ToJSONValuizableObject<{ projectId: string; messagingSenderId: string; appId: string; apiKey: string; vapidKey?: string; bundleId?: string; }>> | ExternalURL | undefined)",
5204
5712
  value: input.FCM
5205
- }, _errorFactory)); const _ao44 = (input, _path, _exceptionable = true) => (null !== input.projectId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5713
+ }, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => (null !== input.projectId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5206
5714
  method: "createAssert",
5207
5715
  path: _path + ".projectId",
5208
5716
  expected: "(ExternalURL | string)",
@@ -5312,7 +5820,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5312
5820
  path: _path + ".bundleId",
5313
5821
  expected: "(ExternalURL | string | undefined)",
5314
5822
  value: input.bundleId
5315
- }, _errorFactory))); const _ao45 = (input, _path, _exceptionable = true) => (null !== input.registerTarget || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5823
+ }, _errorFactory))); const _ao58 = (input, _path, _exceptionable = true) => (null !== input.registerTarget || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5316
5824
  method: "createAssert",
5317
5825
  path: _path + ".registerTarget",
5318
5826
  expected: "(ExternalURL | __type | string | undefined)",
@@ -5322,7 +5830,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5322
5830
  path: _path + ".registerTarget",
5323
5831
  expected: "(ExternalURL | __type | string | undefined)",
5324
5832
  value: input.registerTarget
5325
- }, _errorFactory)) && _au25(input.registerTarget, _path + ".registerTarget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5833
+ }, _errorFactory)) && _au28(input.registerTarget, _path + ".registerTarget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5326
5834
  method: "createAssert",
5327
5835
  path: _path + ".registerTarget",
5328
5836
  expected: "(ExternalURL | __type | string | undefined)",
@@ -5337,7 +5845,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5337
5845
  path: _path + ".listTargets",
5338
5846
  expected: "(ExternalURL | __type | string | undefined)",
5339
5847
  value: input.listTargets
5340
- }, _errorFactory)) && _au25(input.listTargets, _path + ".listTargets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5848
+ }, _errorFactory)) && _au28(input.listTargets, _path + ".listTargets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5341
5849
  method: "createAssert",
5342
5850
  path: _path + ".listTargets",
5343
5851
  expected: "(ExternalURL | __type | string | undefined)",
@@ -5352,7 +5860,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5352
5860
  path: _path + ".deleteTarget",
5353
5861
  expected: "(ExternalURL | __type | string | undefined)",
5354
5862
  value: input.deleteTarget
5355
- }, _errorFactory)) && _au25(input.deleteTarget, _path + ".deleteTarget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5863
+ }, _errorFactory)) && _au28(input.deleteTarget, _path + ".deleteTarget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5356
5864
  method: "createAssert",
5357
5865
  path: _path + ".deleteTarget",
5358
5866
  expected: "(ExternalURL | __type | string | undefined)",
@@ -5367,7 +5875,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5367
5875
  path: _path + ".createSubscription",
5368
5876
  expected: "(ExternalURL | __type | string | undefined)",
5369
5877
  value: input.createSubscription
5370
- }, _errorFactory)) && _au25(input.createSubscription, _path + ".createSubscription", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5878
+ }, _errorFactory)) && _au28(input.createSubscription, _path + ".createSubscription", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5371
5879
  method: "createAssert",
5372
5880
  path: _path + ".createSubscription",
5373
5881
  expected: "(ExternalURL | __type | string | undefined)",
@@ -5382,7 +5890,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5382
5890
  path: _path + ".listSubscriptions",
5383
5891
  expected: "(ExternalURL | __type | string | undefined)",
5384
5892
  value: input.listSubscriptions
5385
- }, _errorFactory)) && _au25(input.listSubscriptions, _path + ".listSubscriptions", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5893
+ }, _errorFactory)) && _au28(input.listSubscriptions, _path + ".listSubscriptions", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5386
5894
  method: "createAssert",
5387
5895
  path: _path + ".listSubscriptions",
5388
5896
  expected: "(ExternalURL | __type | string | undefined)",
@@ -5397,7 +5905,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5397
5905
  path: _path + ".deleteSubscription",
5398
5906
  expected: "(ExternalURL | __type | string | undefined)",
5399
5907
  value: input.deleteSubscription
5400
- }, _errorFactory)) && _au25(input.deleteSubscription, _path + ".deleteSubscription", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5908
+ }, _errorFactory)) && _au28(input.deleteSubscription, _path + ".deleteSubscription", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5401
5909
  method: "createAssert",
5402
5910
  path: _path + ".deleteSubscription",
5403
5911
  expected: "(ExternalURL | __type | string | undefined)",
@@ -5405,20 +5913,32 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5405
5913
  }, _errorFactory))); const _au0 = (input, _path, _exceptionable = true) => (() => {
5406
5914
  if (undefined !== input.external)
5407
5915
  return _ao0(input, _path, true && _exceptionable);
5408
- else if (undefined !== input.currencyCodes)
5916
+ else if (undefined !== input.purpose)
5409
5917
  return _ao13(input, _path, true && _exceptionable);
5410
5918
  else
5411
5919
  return __typia_transform__assertGuard._assertGuard(_exceptionable, {
5412
5920
  method: "createAssert",
5413
5921
  path: _path,
5414
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o11)",
5922
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o9)",
5415
5923
  value: input
5416
5924
  }, _errorFactory);
5417
5925
  })(); const _au1 = (input, _path, _exceptionable = true) => (() => {
5926
+ if (undefined !== input.external)
5927
+ return _ao0(input, _path, true && _exceptionable);
5928
+ else if (undefined !== input.currencyCodes)
5929
+ return _ao16(input, _path, true && _exceptionable);
5930
+ else
5931
+ return __typia_transform__assertGuard._assertGuard(_exceptionable, {
5932
+ method: "createAssert",
5933
+ path: _path,
5934
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o11)",
5935
+ value: input
5936
+ }, _errorFactory);
5937
+ })(); const _au2 = (input, _path, _exceptionable = true) => (() => {
5418
5938
  if (undefined !== input.external)
5419
5939
  return _ao0(input, _path, true && _exceptionable);
5420
5940
  else if (undefined !== input.asset)
5421
- return _ao24(input, _path, true && _exceptionable);
5941
+ return _ao27(input, _path, true && _exceptionable);
5422
5942
  else
5423
5943
  return __typia_transform__assertGuard._assertGuard(_exceptionable, {
5424
5944
  method: "createAssert",
@@ -5426,11 +5946,11 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5426
5946
  expected: "(ExternalURL | ToJSONValuizableObject<SupportedAssetsMetadata>)",
5427
5947
  value: input
5428
5948
  }, _errorFactory);
5429
- })(); const _au2 = (input, _path, _exceptionable = true) => (() => {
5949
+ })(); const _au3 = (input, _path, _exceptionable = true) => (() => {
5430
5950
  if (undefined !== input.external)
5431
5951
  return _ao0(input, _path, true && _exceptionable);
5432
5952
  else if (undefined !== input.pair)
5433
- return _ao25(input, _path, true && _exceptionable);
5953
+ return _ao28(input, _path, true && _exceptionable);
5434
5954
  else
5435
5955
  return __typia_transform__assertGuard._assertGuard(_exceptionable, {
5436
5956
  method: "createAssert",
@@ -5438,9 +5958,9 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5438
5958
  expected: "(ExternalURL | ToJSONValuizableObject<AssetPath>)",
5439
5959
  value: input
5440
5960
  }, _errorFactory);
5441
- })(); const _au3 = (input, _path, _exceptionable = true) => (() => {
5961
+ })(); const _au4 = (input, _path, _exceptionable = true) => (() => {
5442
5962
  if (undefined !== input.rail)
5443
- return _ao28(input, _path, true && _exceptionable);
5963
+ return _ao31(input, _path, true && _exceptionable);
5444
5964
  else if (undefined !== input.external)
5445
5965
  return _ao0(input, _path, true && _exceptionable);
5446
5966
  else
@@ -5450,23 +5970,23 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5450
5970
  expected: "(RailWithExtendedDetails | ExternalURL)",
5451
5971
  value: input
5452
5972
  }, _errorFactory);
5453
- })(); const _au4 = (input, _path, _exceptionable = true) => (() => {
5973
+ })(); const _au5 = (input, _path, _exceptionable = true) => (() => {
5454
5974
  if (undefined !== input.external)
5455
5975
  return _ao0(input, _path, true && _exceptionable);
5456
5976
  else if (undefined !== input.projectId)
5457
- return _ao44(input, _path, true && _exceptionable);
5977
+ return _ao57(input, _path, true && _exceptionable);
5458
5978
  else
5459
5979
  return __typia_transform__assertGuard._assertGuard(_exceptionable, {
5460
5980
  method: "createAssert",
5461
5981
  path: _path,
5462
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o27)",
5982
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o30)",
5463
5983
  value: input
5464
5984
  }, _errorFactory);
5465
- })(); const _au5 = (input, _path, _exceptionable = true) => (() => {
5985
+ })(); const _au6 = (input, _path, _exceptionable = true) => (() => {
5466
5986
  if (undefined !== input.external)
5467
5987
  return _ao0(input, _path, true && _exceptionable);
5468
5988
  else if (undefined !== input.rails)
5469
- return _ao26(input, _path, true && _exceptionable);
5989
+ return _ao29(input, _path, true && _exceptionable);
5470
5990
  else
5471
5991
  return __typia_transform__assertGuard._assertGuard(_exceptionable, {
5472
5992
  method: "createAssert",
@@ -5474,57 +5994,57 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5474
5994
  expected: "(ExternalURL | ToJSONValuizableObject<AssetWithRails>)",
5475
5995
  value: input
5476
5996
  }, _errorFactory);
5477
- })(); const _au6 = (input, _path, _exceptionable = true) => (() => {
5478
- if (undefined !== input.external)
5479
- return _ao0(input, _path, true && _exceptionable);
5480
- else
5481
- return _ao2(input, _path, true && _exceptionable);
5482
5997
  })(); const _au7 = (input, _path, _exceptionable = true) => (() => {
5483
5998
  if (undefined !== input.external)
5484
5999
  return _ao0(input, _path, true && _exceptionable);
5485
6000
  else
5486
- return _ao3(input, _path, true && _exceptionable);
6001
+ return _ao2(input, _path, true && _exceptionable);
5487
6002
  })(); const _au8 = (input, _path, _exceptionable = true) => (() => {
5488
6003
  if (undefined !== input.external)
5489
6004
  return _ao0(input, _path, true && _exceptionable);
5490
6005
  else
5491
- return _ao4(input, _path, true && _exceptionable);
6006
+ return _ao3(input, _path, true && _exceptionable);
5492
6007
  })(); const _au9 = (input, _path, _exceptionable = true) => (() => {
5493
6008
  if (undefined !== input.external)
5494
6009
  return _ao0(input, _path, true && _exceptionable);
5495
6010
  else
5496
- return _ao7(input, _path, true && _exceptionable);
6011
+ return _ao4(input, _path, true && _exceptionable);
5497
6012
  })(); const _au10 = (input, _path, _exceptionable = true) => (() => {
5498
6013
  if (undefined !== input.external)
5499
6014
  return _ao0(input, _path, true && _exceptionable);
5500
6015
  else
5501
- return _ao10(input, _path, true && _exceptionable);
6016
+ return _ao7(input, _path, true && _exceptionable);
5502
6017
  })(); const _au11 = (input, _path, _exceptionable = true) => (() => {
5503
6018
  if (undefined !== input.external)
5504
6019
  return _ao0(input, _path, true && _exceptionable);
5505
6020
  else
5506
- return _ao15(input, _path, true && _exceptionable);
6021
+ return _ao10(input, _path, true && _exceptionable);
5507
6022
  })(); const _au12 = (input, _path, _exceptionable = true) => (() => {
5508
6023
  if (undefined !== input.external)
5509
6024
  return _ao0(input, _path, true && _exceptionable);
5510
6025
  else
5511
- return _ao21(input, _path, true && _exceptionable);
6026
+ return _ao18(input, _path, true && _exceptionable);
5512
6027
  })(); const _au13 = (input, _path, _exceptionable = true) => (() => {
5513
6028
  if (undefined !== input.external)
5514
6029
  return _ao0(input, _path, true && _exceptionable);
5515
6030
  else
5516
- return _ao35(input, _path, true && _exceptionable);
6031
+ return _ao24(input, _path, true && _exceptionable);
5517
6032
  })(); const _au14 = (input, _path, _exceptionable = true) => (() => {
5518
6033
  if (undefined !== input.external)
5519
6034
  return _ao0(input, _path, true && _exceptionable);
5520
6035
  else
5521
- return _ao37(input, _path, true && _exceptionable);
6036
+ return _ao48(input, _path, true && _exceptionable);
5522
6037
  })(); const _au15 = (input, _path, _exceptionable = true) => (() => {
5523
6038
  if (undefined !== input.external)
5524
6039
  return _ao0(input, _path, true && _exceptionable);
5525
6040
  else
5526
- return _ao41(input, _path, true && _exceptionable);
6041
+ return _ao50(input, _path, true && _exceptionable);
5527
6042
  })(); const _au16 = (input, _path, _exceptionable = true) => (() => {
6043
+ if (undefined !== input.external)
6044
+ return _ao0(input, _path, true && _exceptionable);
6045
+ else
6046
+ return _ao54(input, _path, true && _exceptionable);
6047
+ })(); const _au17 = (input, _path, _exceptionable = true) => (() => {
5528
6048
  if (undefined !== input.external)
5529
6049
  return _ao0(input, _path, true && _exceptionable);
5530
6050
  else if (undefined !== input.operations)
@@ -5536,12 +6056,12 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5536
6056
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o3)",
5537
6057
  value: input
5538
6058
  }, _errorFactory);
5539
- })(); const _au17 = (input, _path, _exceptionable = true) => (() => {
6059
+ })(); const _au18 = (input, _path, _exceptionable = true) => (() => {
5540
6060
  if (undefined !== input.external)
5541
6061
  return _ao0(input, _path, true && _exceptionable);
5542
6062
  else
5543
6063
  return _ao6(input, _path, true && _exceptionable);
5544
- })(); const _au18 = (input, _path, _exceptionable = true) => (() => {
6064
+ })(); const _au19 = (input, _path, _exceptionable = true) => (() => {
5545
6065
  if (undefined !== input.external)
5546
6066
  return _ao0(input, _path, true && _exceptionable);
5547
6067
  else if (undefined !== input.operations)
@@ -5553,12 +6073,12 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5553
6073
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o6)",
5554
6074
  value: input
5555
6075
  }, _errorFactory);
5556
- })(); const _au19 = (input, _path, _exceptionable = true) => (() => {
6076
+ })(); const _au20 = (input, _path, _exceptionable = true) => (() => {
5557
6077
  if (undefined !== input.external)
5558
6078
  return _ao0(input, _path, true && _exceptionable);
5559
6079
  else
5560
6080
  return _ao9(input, _path, true && _exceptionable);
5561
- })(); const _au20 = (input, _path, _exceptionable = true) => (() => {
6081
+ })(); const _au21 = (input, _path, _exceptionable = true) => (() => {
5562
6082
  if (undefined !== input.external)
5563
6083
  return _ao0(input, _path, true && _exceptionable);
5564
6084
  else if (undefined !== input.operations)
@@ -5567,24 +6087,41 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5567
6087
  return __typia_transform__assertGuard._assertGuard(_exceptionable, {
5568
6088
  method: "createAssert",
5569
6089
  path: _path,
5570
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o9)",
6090
+ expected: "(ExternalURL | ToJSONValuizableObject<SharedAnchorMetadataLegalExtension & { operations: { getEstimate?: string; getQuote?: string; createExchange?: string; getExchangeStatus?: string; }; from: { ...; }[]; acceptedCostAssets?: TokenPublicKeyString[]; }>)",
5571
6091
  value: input
5572
6092
  }, _errorFactory);
5573
- })(); const _au21 = (input, _path, _exceptionable = true) => (() => {
6093
+ })(); const _au22 = (input, _path, _exceptionable = true) => (() => {
5574
6094
  if (undefined !== input.external)
5575
6095
  return _ao0(input, _path, true && _exceptionable);
5576
6096
  else
5577
6097
  return _ao12(input, _path, true && _exceptionable);
5578
- })(); const _au22 = (input, _path, _exceptionable = true) => (() => {
6098
+ })(); const _au23 = (input, _path, _exceptionable = true) => (() => {
5579
6099
  if (undefined !== input.external)
5580
6100
  return _ao0(input, _path, true && _exceptionable);
5581
6101
  else
6102
+ return _ao15(input, _path, true && _exceptionable);
6103
+ })(); const _au24 = (input, _path, _exceptionable = true) => (() => {
6104
+ if (undefined !== input.external)
6105
+ return _ao0(input, _path, true && _exceptionable);
6106
+ else if (undefined !== input.type)
5582
6107
  return _ao14(input, _path, true && _exceptionable);
5583
- })(); const _au23 = (input, _path, _exceptionable = true) => (() => {
6108
+ else
6109
+ return __typia_transform__assertGuard._assertGuard(_exceptionable, {
6110
+ method: "createAssert",
6111
+ path: _path,
6112
+ expected: "(ExternalURL | ToJSONValuizableObject<ClientRenderableContent>)",
6113
+ value: input
6114
+ }, _errorFactory);
6115
+ })(); const _au25 = (input, _path, _exceptionable = true) => (() => {
6116
+ if (undefined !== input.external)
6117
+ return _ao0(input, _path, true && _exceptionable);
6118
+ else
6119
+ return _ao17(input, _path, true && _exceptionable);
6120
+ })(); const _au26 = (input, _path, _exceptionable = true) => (() => {
5584
6121
  if (undefined !== input.external)
5585
6122
  return _ao0(input, _path, true && _exceptionable);
5586
6123
  else if (undefined !== input.operations)
5587
- return _ao16(input, _path, true && _exceptionable);
6124
+ return _ao19(input, _path, true && _exceptionable);
5588
6125
  else
5589
6126
  return __typia_transform__assertGuard._assertGuard(_exceptionable, {
5590
6127
  method: "createAssert",
@@ -5592,11 +6129,11 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5592
6129
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o14)",
5593
6130
  value: input
5594
6131
  }, _errorFactory);
5595
- })(); const _au24 = (input, _path, _exceptionable = true) => (() => {
6132
+ })(); const _au27 = (input, _path, _exceptionable = true) => (() => {
5596
6133
  if (undefined !== input.external)
5597
6134
  return _ao0(input, _path, true && _exceptionable);
5598
6135
  else if (undefined !== input.resolve)
5599
- return _ao17(input, _path, true && _exceptionable);
6136
+ return _ao20(input, _path, true && _exceptionable);
5600
6137
  else
5601
6138
  return __typia_transform__assertGuard._assertGuard(_exceptionable, {
5602
6139
  method: "createAssert",
@@ -5604,95 +6141,152 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5604
6141
  expected: "(ExternalURL | ToJSONValuizableObject<__type>.o15)",
5605
6142
  value: input
5606
6143
  }, _errorFactory);
5607
- })(); const _au25 = (input, _path, _exceptionable = true) => (() => {
6144
+ })(); const _au28 = (input, _path, _exceptionable = true) => (() => {
5608
6145
  if (undefined !== input.external)
5609
6146
  return _ao0(input, _path, true && _exceptionable);
5610
6147
  else
5611
- return _ao18(input, _path, true && _exceptionable);
5612
- })(); const _au26 = (input, _path, _exceptionable = true) => (() => {
6148
+ return _ao21(input, _path, true && _exceptionable);
6149
+ })(); const _au29 = (input, _path, _exceptionable = true) => (() => {
5613
6150
  if (undefined !== input.external)
5614
6151
  return _ao0(input, _path, true && _exceptionable);
5615
6152
  else if (undefined !== input.operations)
5616
- return _ao22(input, _path, true && _exceptionable);
6153
+ return _ao25(input, _path, true && _exceptionable);
5617
6154
  else
5618
6155
  return __typia_transform__assertGuard._assertGuard(_exceptionable, {
5619
6156
  method: "createAssert",
5620
6157
  path: _path,
5621
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o17)",
6158
+ expected: "(ExternalURL | ToJSONValuizableObject<SharedAnchorMetadataLegalExtension & { operations: { initiateTransfer?: ServiceMetadataEndpoint; simulateTransfer?: ServiceMetadataEndpoint; ... 8 more ...; shareKYC?: ServiceMetadataEndpoint; }; supportedAssets: SupportedAssetsMetadata[]; locationMetadata?: AnchorCustomLocationMetadata | undefined; }>)",
5622
6159
  value: input
5623
6160
  }, _errorFactory);
5624
- })(); const _au27 = (input, _path, _exceptionable = true) => (() => {
6161
+ })(); const _au30 = (input, _path, _exceptionable = true) => (() => {
5625
6162
  if (undefined !== input.external)
5626
6163
  return _ao0(input, _path, true && _exceptionable);
5627
6164
  else
5628
- return _ao23(input, _path, true && _exceptionable);
5629
- })(); const _au28 = (input, _path, _exceptionable = true) => (() => {
6165
+ return _ao26(input, _path, true && _exceptionable);
6166
+ })(); const _au31 = (input, _path, _exceptionable = true) => (() => {
5630
6167
  if (undefined !== input.external)
5631
6168
  return _ao0(input, _path, true && _exceptionable);
5632
6169
  else
5633
- return _ao34(input, _path, false && _exceptionable) || _ao33(input, _path, false && _exceptionable) || _ao27(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6170
+ return _ao38(input, _path, true && _exceptionable);
6171
+ })(); const _au32 = (input, _path, _exceptionable = true) => (() => {
6172
+ if (undefined !== input.external)
6173
+ return _ao0(input, _path, true && _exceptionable);
6174
+ else
6175
+ return _ao37(input, _path, false && _exceptionable) || _ao36(input, _path, false && _exceptionable) || _ao30(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5634
6176
  method: "createAssert",
5635
6177
  path: _path,
5636
6178
  expected: "(ToJSONValuizableObject<{ inbound?: never; outbound?: never; } & { common?: RailOrRailWithExtendedDetails[]; }> | ToJSONValuizableObject<{ inbound?: RailOrRailWithExtendedDetails[]; outbound: RailOrRailWithExtendedDetails[]; } & { common?: RailOrRailWithExtendedDetails[]; }> | ToJSONValuizableObject<{ inbound: RailOrRailWithExtendedDetails[]; outbound?: RailOrRailWithExtendedDetails[]; } & { common?: RailOrRailWithExtendedDetails[]; }>)",
5637
6179
  value: input
5638
6180
  }, _errorFactory);
5639
- })(); const _au29 = (input, _path, _exceptionable = true) => (() => {
6181
+ })(); const _au33 = (input, _path, _exceptionable = true) => (() => {
5640
6182
  if (undefined !== input.external)
5641
6183
  return _ao0(input, _path, true && _exceptionable);
5642
6184
  else
5643
- return _ao36(input, _path, true && _exceptionable);
5644
- })(); const _au30 = (input, _path, _exceptionable = true) => (() => {
6185
+ return _ao39(input, _path, true && _exceptionable);
6186
+ })(); const _au34 = (input, _path, _exceptionable = true) => (() => {
6187
+ if (undefined !== input.external)
6188
+ return _ao0(input, _path, true && _exceptionable);
6189
+ else
6190
+ return _ao42(input, _path, true && _exceptionable);
6191
+ })(); const _au35 = (input, _path, _exceptionable = true) => (() => {
6192
+ if (undefined !== input.external)
6193
+ return _ao0(input, _path, true && _exceptionable);
6194
+ else
6195
+ return _ao44(input, _path, true && _exceptionable);
6196
+ })(); const _au36 = (input, _path, _exceptionable = true) => (() => {
6197
+ if (undefined !== input.external)
6198
+ return _ao0(input, _path, true && _exceptionable);
6199
+ else
6200
+ return _ao46(input, _path, true && _exceptionable);
6201
+ })(); const _au37 = (input, _path, _exceptionable = true) => (() => {
6202
+ if (undefined !== input.external)
6203
+ return _ao0(input, _path, true && _exceptionable);
6204
+ else
6205
+ return _ao40(input, _path, true && _exceptionable);
6206
+ })(); const _au38 = (input, _path, _exceptionable = true) => (() => {
6207
+ if (undefined !== input.external)
6208
+ return _ao0(input, _path, true && _exceptionable);
6209
+ else if (undefined !== input.decimalPlaces)
6210
+ return _ao41(input, _path, true && _exceptionable);
6211
+ else
6212
+ return __typia_transform__assertGuard._assertGuard(_exceptionable, {
6213
+ method: "createAssert",
6214
+ path: _path,
6215
+ expected: "(ExternalURL | ToJSONValuizableObject<AnchorTokenLocationMetadata>)",
6216
+ value: input
6217
+ }, _errorFactory);
6218
+ })(); const _au39 = (input, _path, _exceptionable = true) => (() => {
6219
+ if (undefined !== input.external)
6220
+ return _ao0(input, _path, true && _exceptionable);
6221
+ else
6222
+ return _ao43(input, _path, true && _exceptionable);
6223
+ })(); const _au40 = (input, _path, _exceptionable = true) => (() => {
6224
+ if (undefined !== input.external)
6225
+ return _ao0(input, _path, true && _exceptionable);
6226
+ else
6227
+ return _ao45(input, _path, true && _exceptionable);
6228
+ })(); const _au41 = (input, _path, _exceptionable = true) => (() => {
6229
+ if (undefined !== input.external)
6230
+ return _ao0(input, _path, true && _exceptionable);
6231
+ else
6232
+ return _ao47(input, _path, true && _exceptionable);
6233
+ })(); const _au42 = (input, _path, _exceptionable = true) => (() => {
6234
+ if (undefined !== input.external)
6235
+ return _ao0(input, _path, true && _exceptionable);
6236
+ else
6237
+ return _ao49(input, _path, true && _exceptionable);
6238
+ })(); const _au43 = (input, _path, _exceptionable = true) => (() => {
5645
6239
  if (undefined !== input.external)
5646
6240
  return _ao0(input, _path, true && _exceptionable);
5647
6241
  else if (undefined !== input.operations)
5648
- return _ao38(input, _path, true && _exceptionable);
6242
+ return _ao51(input, _path, true && _exceptionable);
5649
6243
  else
5650
6244
  return __typia_transform__assertGuard._assertGuard(_exceptionable, {
5651
6245
  method: "createAssert",
5652
6246
  path: _path,
5653
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o22)",
6247
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o25)",
5654
6248
  value: input
5655
6249
  }, _errorFactory);
5656
- })(); const _au31 = (input, _path, _exceptionable = true) => (() => {
6250
+ })(); const _au44 = (input, _path, _exceptionable = true) => (() => {
5657
6251
  if (undefined !== input.external)
5658
6252
  return _ao0(input, _path, true && _exceptionable);
5659
6253
  else
5660
- return _ao39(input, _path, true && _exceptionable);
5661
- })(); const _au32 = (input, _path, _exceptionable = true) => (() => {
6254
+ return _ao52(input, _path, true && _exceptionable);
6255
+ })(); const _au45 = (input, _path, _exceptionable = true) => (() => {
5662
6256
  if (undefined !== input.external)
5663
6257
  return _ao0(input, _path, true && _exceptionable);
5664
6258
  else if (undefined !== input.maxObjectSize)
5665
- return _ao40(input, _path, true && _exceptionable);
6259
+ return _ao53(input, _path, true && _exceptionable);
5666
6260
  else
5667
6261
  return __typia_transform__assertGuard._assertGuard(_exceptionable, {
5668
6262
  method: "createAssert",
5669
6263
  path: _path,
5670
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o24)",
6264
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o27)",
5671
6265
  value: input
5672
6266
  }, _errorFactory);
5673
- })(); const _au33 = (input, _path, _exceptionable = true) => (() => {
6267
+ })(); const _au46 = (input, _path, _exceptionable = true) => (() => {
5674
6268
  if (undefined !== input.external)
5675
6269
  return _ao0(input, _path, true && _exceptionable);
5676
6270
  else if (undefined !== input.operations)
5677
- return _ao42(input, _path, true && _exceptionable);
6271
+ return _ao55(input, _path, true && _exceptionable);
5678
6272
  else
5679
6273
  return __typia_transform__assertGuard._assertGuard(_exceptionable, {
5680
6274
  method: "createAssert",
5681
6275
  path: _path,
5682
- expected: "(ExternalURL | ToJSONValuizableObject<__type>.o26)",
6276
+ expected: "(ExternalURL | ToJSONValuizableObject<__type>.o29)",
5683
6277
  value: input
5684
6278
  }, _errorFactory);
5685
- })(); const _au34 = (input, _path, _exceptionable = true) => (() => {
6279
+ })(); const _au47 = (input, _path, _exceptionable = true) => (() => {
5686
6280
  if (undefined !== input.external)
5687
6281
  return _ao0(input, _path, true && _exceptionable);
5688
6282
  else
5689
- return _ao43(input, _path, true && _exceptionable);
5690
- })(); const _au35 = (input, _path, _exceptionable = true) => (() => {
6283
+ return _ao56(input, _path, true && _exceptionable);
6284
+ })(); const _au48 = (input, _path, _exceptionable = true) => (() => {
5691
6285
  if (undefined !== input.external)
5692
6286
  return _ao0(input, _path, true && _exceptionable);
5693
6287
  else
5694
- return _ao45(input, _path, true && _exceptionable);
5695
- })(); const _au36 = (input, _path, _exceptionable = true) => (() => {
6288
+ return _ao58(input, _path, true && _exceptionable);
6289
+ })(); const _au49 = (input, _path, _exceptionable = true) => (() => {
5696
6290
  if (undefined !== input.external)
5697
6291
  return _ao0(input, _path, true && _exceptionable);
5698
6292
  else if (undefined !== input.version)
@@ -5704,7 +6298,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5704
6298
  expected: "(ExternalURL | ToJSONValuizableObject<ServiceMetadata>)",
5705
6299
  value: input
5706
6300
  }, _errorFactory);
5707
- })(); const __is = input => "object" === typeof input && null !== input && _iu36(input); let _errorFactory; return (input, errorFactory) => {
6301
+ })(); const __is = input => "object" === typeof input && null !== input && _iu49(input); let _errorFactory; return (input, errorFactory) => {
5708
6302
  if (false === __is(input)) {
5709
6303
  _errorFactory = errorFactory;
5710
6304
  ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
@@ -5712,7 +6306,7 @@ const assertServiceMetadata = (() => { const _iv11 = new Set(["AFN", "EUR", "ALL
5712
6306
  path: _path + "",
5713
6307
  expected: "(ExternalURL | ToJSONValuizableObject<ServiceMetadata>)",
5714
6308
  value: input
5715
- }, _errorFactory)) && _au36(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
6309
+ }, _errorFactory)) && _au49(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
5716
6310
  method: "createAssert",
5717
6311
  path: _path + "",
5718
6312
  expected: "(ExternalURL | ToJSONValuizableObject<ServiceMetadata>)",
@@ -5969,53 +6563,61 @@ class Metadata {
5969
6563
  * Verify that the cache entry is still valid. If it is not,
5970
6564
  * then remove it from the cache.
5971
6565
  */
5972
- let cacheVal = this.#cache.instance.get(cacheKey);
5973
- if (this.#cache.instance.has(cacheKey) && cacheVal !== undefined) {
5974
- if (cacheVal.expires < new Date()) {
6566
+ const cacheValue = this.#cache.instance.get(cacheKey);
6567
+ if (cacheValue) {
6568
+ const resolvedCacheValue = await cacheValue;
6569
+ if (resolvedCacheValue.expires < new Date()) {
5975
6570
  this.#cache.instance.delete(cacheKey);
5976
- cacheVal = undefined;
5977
- }
5978
- }
5979
- if (cacheVal !== undefined) {
5980
- this.#stats.cache.hit++;
5981
- if (cacheVal.pass) {
5982
- return (cacheVal.value);
5983
6571
  }
5984
6572
  else {
5985
- throw (cacheVal.error);
6573
+ this.#stats.cache.hit++;
6574
+ if (resolvedCacheValue.pass) {
6575
+ return (resolvedCacheValue.value);
6576
+ }
6577
+ else {
6578
+ throw (resolvedCacheValue.error);
6579
+ }
5986
6580
  }
5987
6581
  }
5988
6582
  this.#stats.cache.miss++;
5989
- let retval;
5990
- try {
5991
- const protocol = url.protocol;
5992
- if (protocol === 'keetanet:') {
5993
- retval = await this.readKeetaNetURL(url);
5994
- }
5995
- else if (protocol === 'https:') {
5996
- retval = await this.readHTTPSURL(url);
6583
+ const readPromise = (async () => {
6584
+ let retval;
6585
+ try {
6586
+ const protocol = url.protocol;
6587
+ if (protocol === 'keetanet:') {
6588
+ retval = await this.readKeetaNetURL(url);
6589
+ }
6590
+ else if (protocol === 'https:') {
6591
+ retval = await this.readHTTPSURL(url);
6592
+ }
6593
+ else {
6594
+ this.#stats.unsupported.reads++;
6595
+ throw (new Error(`Unsupported protocol: ${protocol}`));
6596
+ }
6597
+ this.#logger?.debug(`Resolver:${this.#resolver.id}`, 'Read URL', url.toString(), ':', retval);
6598
+ return ({
6599
+ pass: true,
6600
+ value: retval,
6601
+ expires: new Date(Date.now() + this.#cache.positiveTTL)
6602
+ });
5997
6603
  }
5998
- else {
5999
- this.#stats.unsupported.reads++;
6000
- throw (new Error(`Unsupported protocol: ${protocol}`));
6604
+ catch (readError) {
6605
+ this.#logger?.debug(`Resolver:${this.#resolver.id}`, 'Read URL', url.toString(), 'failed:', readError);
6606
+ return ({
6607
+ pass: false,
6608
+ error: readError,
6609
+ expires: new Date(Date.now() + this.#cache.negativeTTL)
6610
+ });
6001
6611
  }
6612
+ })();
6613
+ this.#cache.instance.set(cacheKey, readPromise);
6614
+ const resolvedValue = await readPromise;
6615
+ if (resolvedValue.pass) {
6616
+ return (resolvedValue.value);
6002
6617
  }
6003
- catch (readError) {
6004
- this.#cache.instance.set(cacheKey, {
6005
- pass: false,
6006
- error: readError,
6007
- expires: new Date(Date.now() + this.#cache.negativeTTL)
6008
- });
6009
- this.#logger?.debug(`Resolver:${this.#resolver.id}`, 'Read URL', url.toString(), 'failed:', readError);
6010
- throw (readError);
6618
+ else {
6619
+ throw (resolvedValue.error);
6011
6620
  }
6012
- this.#logger?.debug(`Resolver:${this.#resolver.id}`, 'Read URL', url.toString(), ':', retval);
6013
- this.#cache.instance.set(cacheKey, {
6014
- pass: true,
6015
- value: retval,
6016
- expires: new Date(Date.now() + this.#cache.positiveTTL)
6017
- });
6018
- return (retval);
6019
6621
  }
6020
6622
  async resolveValue(value) {
6021
6623
  if (value === undefined) {