@keetanetwork/anchor 0.0.45 → 0.0.47

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 (73) hide show
  1. package/LICENSE +163 -34
  2. package/lib/asset.d.ts +30 -0
  3. package/lib/asset.d.ts.map +1 -0
  4. package/lib/asset.js +78 -0
  5. package/lib/asset.js.map +1 -0
  6. package/lib/certificates.d.ts +15 -44
  7. package/lib/certificates.d.ts.map +1 -1
  8. package/lib/certificates.js +32 -342
  9. package/lib/certificates.js.map +1 -1
  10. package/lib/resolver.d.ts +9 -2
  11. package/lib/resolver.d.ts.map +1 -1
  12. package/lib/resolver.js +195 -159
  13. package/lib/resolver.js.map +1 -1
  14. package/lib/sensitive-attribute.d.ts +87 -0
  15. package/lib/sensitive-attribute.d.ts.map +1 -0
  16. package/lib/sensitive-attribute.js +419 -0
  17. package/lib/sensitive-attribute.js.map +1 -0
  18. package/lib/token-metadata.d.ts +21 -0
  19. package/lib/token-metadata.d.ts.map +1 -0
  20. package/lib/token-metadata.generated.d.ts +5 -0
  21. package/lib/token-metadata.generated.d.ts.map +1 -0
  22. package/lib/token-metadata.generated.js +70 -0
  23. package/lib/token-metadata.generated.js.map +1 -0
  24. package/lib/token-metadata.js +57 -0
  25. package/lib/token-metadata.js.map +1 -0
  26. package/lib/utils/pii.d.ts +128 -0
  27. package/lib/utils/pii.d.ts.map +1 -0
  28. package/lib/utils/pii.js +198 -0
  29. package/lib/utils/pii.js.map +1 -0
  30. package/npm-shrinkwrap.json +2 -2
  31. package/package.json +1 -1
  32. package/services/asset-movement/common.d.ts +6 -28
  33. package/services/asset-movement/common.d.ts.map +1 -1
  34. package/services/asset-movement/common.js +3286 -2142
  35. package/services/asset-movement/common.js.map +1 -1
  36. package/services/asset-movement/lib/data/addresses/bank-account/interac.js +1 -1
  37. package/services/asset-movement/lib/data/addresses/bank-account/interac.js.map +1 -1
  38. package/services/asset-movement/lib/data/addresses/types.generated.d.ts +39 -31
  39. package/services/asset-movement/lib/data/addresses/types.generated.d.ts.map +1 -1
  40. package/services/asset-movement/lib/data/addresses/types.generated.js +37 -24
  41. package/services/asset-movement/lib/data/addresses/types.generated.js.map +1 -1
  42. package/services/asset-movement/lib/data/types.d.ts.map +1 -1
  43. package/services/asset-movement/lib/data/types.js +15 -10
  44. package/services/asset-movement/lib/data/types.js.map +1 -1
  45. package/services/fx/client.d.ts.map +1 -1
  46. package/services/fx/client.js +6 -2
  47. package/services/fx/client.js.map +1 -1
  48. package/services/fx/common.d.ts +14 -6
  49. package/services/fx/common.d.ts.map +1 -1
  50. package/services/fx/common.js +34 -8
  51. package/services/fx/common.js.map +1 -1
  52. package/services/fx/server.d.ts +6 -0
  53. package/services/fx/server.d.ts.map +1 -1
  54. package/services/fx/server.js +52 -10
  55. package/services/fx/server.js.map +1 -1
  56. package/services/kyc/common.d.ts +7 -0
  57. package/services/kyc/common.d.ts.map +1 -1
  58. package/services/kyc/common.generated.js +6 -1
  59. package/services/kyc/common.generated.js.map +1 -1
  60. package/services/kyc/common.js.map +1 -1
  61. package/services/notification/client.d.ts +1 -1
  62. package/services/notification/client.d.ts.map +1 -1
  63. package/services/notification/client.js +65 -2
  64. package/services/notification/client.js.map +1 -1
  65. package/services/notification/common.d.ts +1 -0
  66. package/services/notification/common.d.ts.map +1 -1
  67. package/services/notification/common.js.map +1 -1
  68. package/services/storage/clients/contacts.generated.js +370 -227
  69. package/services/storage/clients/contacts.generated.js.map +1 -1
  70. package/services/storage/server.d.ts +8 -1
  71. package/services/storage/server.d.ts.map +1 -1
  72. package/services/storage/server.js +9 -1
  73. package/services/storage/server.js.map +1 -1
@@ -6,33 +6,33 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
6
6
  if (undefined === value)
7
7
  return true;
8
8
  return Array.isArray(value) && value.every(elem => "username" === elem);
9
- }); const _io5 = input => "KEETA_SEND" === input.type && (undefined === input.external || "string" === typeof input.external) && (null !== input.location && undefined !== input.location && (true === _iv3.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 && _iu2(input.location))) && "string" === typeof input.sendToAddress && "string" === typeof input.tokenAddress; const _io6 = input => "chain" === input.type && ("object" === typeof input.chain && null !== input.chain && _iu3(input.chain)); const _io7 = input => "evm" === input.type && "bigint" === typeof input.chainId; const _io8 = input => "solana" === input.type && "string" === typeof input.genesisHash; const _io9 = input => "bitcoin" === input.type && "string" === typeof input.magicBytes; const _io10 = input => "tron" === input.type && (null !== input.networkAlias && undefined !== input.networkAlias && ("mainnet" === input.networkAlias || "shasta" === input.networkAlias || "nile" === input.networkAlias || "string" === typeof input.networkAlias && RegExp(/^custom:(.*)/).test(input.networkAlias))); const _io11 = input => "object" === typeof input.account && null !== input.account && _io12(input.account) && "bank-account" === input.type; const _io12 = input => "card" === input.type || "clabe" === input.type || "iban-swift" === input.type || "interac" === input.type || "pix" === input.type || "us" === input.type; const _io13 = input => "object" === typeof input.account && null !== input.account && _io14(input.account) && "mobile-wallet" === input.type; const _io14 = input => true === _iv4.has(input.type); const _io15 = input => "EVM_SEND" === input.type && (null !== input.location && undefined !== input.location && (true === _iv5.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 && _iu2(input.location))) && ("string" === typeof input.sendToAddress && RegExp(/^0x(.*)/).test(input.sendToAddress)) && ("string" === typeof input.tokenAddress && RegExp(/^0x(.*)/).test(input.tokenAddress)); const _io16 = input => "EVM_CALL" === input.type && (null !== input.location && undefined !== input.location && (true === _iv6.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 && _iu2(input.location))) && ("string" === typeof input.contractAddress && RegExp(/^0x(.*)/).test(input.contractAddress)) && "string" === typeof input.contractMethodName && (Array.isArray(input.contractMethodArgs) && input.contractMethodArgs.every(elem => "string" === typeof elem)); const _io17 = input => ("ACH" === input.type || "WIRE" === input.type || "SEPA_PUSH" === input.type) && ("object" === typeof input.account && null !== input.account && _iu4(input.account)) && (undefined === input.depositMessage || "string" === typeof input.depositMessage); const _io18 = input => (undefined === input.ownerAddress || "object" === typeof input.ownerAddress && null !== input.ownerAddress && _io19(input.ownerAddress)) && "string" === typeof input.cardNumber && "string" === typeof input.securityCode && ("object" === typeof input.expirationDate && null !== input.expirationDate && _io20(input.expirationDate)) && (undefined === input.cardType || "DEBIT" === input.cardType || "CREDIT" === input.cardType || "PREPAID" === input.cardType || "UNKNOWN" === input.cardType) && "bank-account" === input.type && "card" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io21(input.accountOwner)); const _io19 = input => "string" === typeof input.line1 && (undefined === input.line2 || "string" === typeof input.line2) && true === _iv8.has(input.country) && "string" === typeof input.postalCode && "string" === typeof input.subdivision && "string" === typeof input.city; const _io20 = input => "string" === typeof input.month && "string" === typeof input.year; const _io21 = input => "individual" === input.type && "string" === typeof input.firstName && "string" === typeof input.lastName; const _io22 = input => (undefined === input.ownerAddress || "object" === typeof input.ownerAddress && null !== input.ownerAddress && _io19(input.ownerAddress)) && "string" === typeof input.cardNumber && "string" === typeof input.securityCode && ("object" === typeof input.expirationDate && null !== input.expirationDate && _io20(input.expirationDate)) && (undefined === input.cardType || "DEBIT" === input.cardType || "CREDIT" === input.cardType || "PREPAID" === input.cardType || "UNKNOWN" === input.cardType) && "bank-account" === input.type && "card" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io23(input.accountOwner)); const _io23 = input => "business" === input.type && "string" === typeof input.businessName; const _io24 = input => (undefined === input.ownerAddress || "object" === typeof input.ownerAddress && null !== input.ownerAddress && _io19(input.ownerAddress)) && "string" === typeof input.cardNumber && "string" === typeof input.securityCode && ("object" === typeof input.expirationDate && null !== input.expirationDate && _io20(input.expirationDate)) && (undefined === input.cardType || "DEBIT" === input.cardType || "CREDIT" === input.cardType || "PREPAID" === input.cardType || "UNKNOWN" === input.cardType) && "bank-account" === input.type && "card" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io25(input.accountOwner)); const _io25 = input => "unknown" === input.type && "string" === typeof input.beneficiaryName; const _io26 = input => "string" === typeof input.accountNumber && "bank-account" === input.type && "clabe" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io21(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io27 = input => "string" === typeof input.accountNumber && "bank-account" === input.type && "clabe" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io23(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io28 = input => "string" === typeof input.accountNumber && "bank-account" === input.type && "clabe" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io25(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io29 = input => (undefined === input.country || true === _iv9.has(input.country)) && (undefined === input.accountNumber || "string" === typeof input.accountNumber) && (undefined === input.bic || "string" === typeof input.bic) && (undefined === input.iban || "string" === typeof input.iban) && (undefined === input.bankAddress || "object" === typeof input.bankAddress && null !== input.bankAddress && _io19(input.bankAddress)) && (undefined === input.swift || "object" === typeof input.swift && null !== input.swift && false === Array.isArray(input.swift) && _io30(input.swift)) && "bank-account" === input.type && "iban-swift" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io21(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io30 = input => (undefined === input.category || "string" === typeof input.category) && (undefined === input.purposeOfFunds || Array.isArray(input.purposeOfFunds) && input.purposeOfFunds.every(elem => "string" === typeof elem)) && (undefined === input.businessDescription || "string" === typeof input.businessDescription); const _io31 = input => (undefined === input.country || true === _iv11.has(input.country)) && (undefined === input.accountNumber || "string" === typeof input.accountNumber) && (undefined === input.bic || "string" === typeof input.bic) && (undefined === input.iban || "string" === typeof input.iban) && (undefined === input.bankAddress || "object" === typeof input.bankAddress && null !== input.bankAddress && _io19(input.bankAddress)) && (undefined === input.swift || "object" === typeof input.swift && null !== input.swift && false === Array.isArray(input.swift) && _io30(input.swift)) && "bank-account" === input.type && "iban-swift" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io23(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io32 = input => (undefined === input.country || true === _iv12.has(input.country)) && (undefined === input.accountNumber || "string" === typeof input.accountNumber) && (undefined === input.bic || "string" === typeof input.bic) && (undefined === input.iban || "string" === typeof input.iban) && (undefined === input.bankAddress || "object" === typeof input.bankAddress && null !== input.bankAddress && _io19(input.bankAddress)) && (undefined === input.swift || "object" === typeof input.swift && null !== input.swift && false === Array.isArray(input.swift) && _io30(input.swift)) && "bank-account" === input.type && "iban-swift" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io25(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io33 = input => "string" === typeof input.bankCode && (undefined === input.bankAccountNumber || "string" === typeof input.bankAccountNumber) && "string" === typeof input.routingCode && "bank-account" === input.type && "interac" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && (undefined === input.bankName || "string" === typeof input.bankName); const _io34 = input => (undefined === input.brCode || "string" === typeof input.brCode) && (undefined === input.pixKey || "string" === typeof input.pixKey) && (undefined === input.document || "object" === typeof input.document && null !== input.document && _io35(input.document)) && "bank-account" === input.type && "pix" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io21(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io35 = input => (undefined === input.type || "cpf" === input.type || "cnpj" === input.type) && "string" === typeof input.number; const _io36 = input => (undefined === input.brCode || "string" === typeof input.brCode) && (undefined === input.pixKey || "string" === typeof input.pixKey) && (undefined === input.document || "object" === typeof input.document && null !== input.document && _io35(input.document)) && "bank-account" === input.type && "pix" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io23(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io37 = input => (undefined === input.brCode || "string" === typeof input.brCode) && (undefined === input.pixKey || "string" === typeof input.pixKey) && (undefined === input.document || "object" === typeof input.document && null !== input.document && _io35(input.document)) && "bank-account" === input.type && "pix" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io25(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io38 = input => "string" === typeof input.accountNumber && "string" === typeof input.routingNumber && ("checking" === input.accountTypeDetail || "savings" === input.accountTypeDetail) && (undefined === input.accountAddress || "object" === typeof input.accountAddress && null !== input.accountAddress && _io19(input.accountAddress)) && "bank-account" === input.type && "us" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io21(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io39 = input => "string" === typeof input.accountNumber && "string" === typeof input.routingNumber && ("checking" === input.accountTypeDetail || "savings" === input.accountTypeDetail) && (undefined === input.accountAddress || "object" === typeof input.accountAddress && null !== input.accountAddress && _io19(input.accountAddress)) && "bank-account" === input.type && "us" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io23(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io40 = input => "string" === typeof input.accountNumber && "string" === typeof input.routingNumber && ("checking" === input.accountTypeDetail || "savings" === input.accountTypeDetail) && (undefined === input.accountAddress || "object" === typeof input.accountAddress && null !== input.accountAddress && _io19(input.accountAddress)) && "bank-account" === input.type && "us" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io25(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io41 = input => "TRON_SEND" === input.type && (null !== input.location && undefined !== input.location && (true === _iv13.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 && _iu2(input.location))) && "string" === typeof input.sendToAddress && (undefined === input.tokenAddress || "string" === typeof input.tokenAddress); const _io42 = input => "BITCOIN_SEND" === input.type && (null !== input.location && undefined !== input.location && (true === _iv14.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 && _iu2(input.location))) && "string" === typeof input.sendToAddress; const _io43 = input => "SOLANA_SEND" === input.type && (null !== input.location && undefined !== input.location && (true === _iv15.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 && _iu2(input.location))) && "string" === typeof input.sendToAddress && (undefined === input.tokenMintAddress || "string" === typeof input.tokenMintAddress); const _io44 = input => "object" === typeof input.recipient && null !== input.recipient && _io45(input.recipient) && (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 && _iu2(input.location))) && (undefined === input.providerInformation || "object" === typeof input.providerInformation && null !== input.providerInformation && false === Array.isArray(input.providerInformation) && _io46(input.providerInformation)) && (undefined === input.pastInstructions || Array.isArray(input.pastInstructions) && input.pastInstructions.every(elem => "object" === typeof elem && null !== elem && _iu0(elem))); const _io45 = input => "persistent-address" === input.type && "string" === typeof input.persistentAddressId; const _io46 = input => Object.keys(input).every(key => {
9
+ }); const _io5 = input => "KEETA_SEND" === input.type && (undefined === input.external || "string" === typeof input.external) && (null !== input.location && undefined !== input.location && (true === _iv3.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 && _iu2(input.location))) && "string" === typeof input.sendToAddress && "string" === typeof input.tokenAddress; const _io6 = input => "chain" === input.type && ("object" === typeof input.chain && null !== input.chain && _iu3(input.chain)); const _io7 = input => "evm" === input.type && "bigint" === typeof input.chainId; const _io8 = input => "solana" === input.type && "string" === typeof input.genesisHash; const _io9 = input => "bitcoin" === input.type && "string" === typeof input.magicBytes; const _io10 = input => "tron" === input.type && (null !== input.networkAlias && undefined !== input.networkAlias && ("mainnet" === input.networkAlias || "shasta" === input.networkAlias || "nile" === input.networkAlias || "string" === typeof input.networkAlias && RegExp(/^custom:(.*)/).test(input.networkAlias))); const _io11 = input => "object" === typeof input.account && null !== input.account && _io12(input.account) && "bank-account" === input.type; const _io12 = input => "card" === input.type || "clabe" === input.type || "iban-swift" === input.type || "interac" === input.type || "pix" === input.type || "us" === input.type; const _io13 = input => "object" === typeof input.account && null !== input.account && _io14(input.account) && "mobile-wallet" === input.type; const _io14 = input => true === _iv4.has(input.type); const _io15 = input => "EVM_SEND" === input.type && (null !== input.location && undefined !== input.location && (true === _iv5.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 && _iu2(input.location))) && ("string" === typeof input.sendToAddress && RegExp(/^0x(.*)/).test(input.sendToAddress)) && ("string" === typeof input.tokenAddress && RegExp(/^0x(.*)/).test(input.tokenAddress)); const _io16 = input => "EVM_CALL" === input.type && (null !== input.location && undefined !== input.location && (true === _iv6.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 && _iu2(input.location))) && ("string" === typeof input.contractAddress && RegExp(/^0x(.*)/).test(input.contractAddress)) && "string" === typeof input.contractMethodName && (Array.isArray(input.contractMethodArgs) && input.contractMethodArgs.every(elem => "string" === typeof elem)); const _io17 = input => ("ACH" === input.type || "ACH_DEBIT" === input.type || "WIRE" === input.type || "PIX_PUSH" === input.type || "SPEI_PUSH" === input.type || "WIRE_INTL_PUSH" === input.type || "SEPA_PUSH" === input.type || "MOBILE_WALLET" === input.type) && ("object" === typeof input.account && null !== input.account && _iu4(input.account)) && (undefined === input.depositMessage || "string" === typeof input.depositMessage); const _io18 = input => null !== input.ownerAddress && (undefined === input.ownerAddress || "string" === typeof input.ownerAddress || "object" === typeof input.ownerAddress && null !== input.ownerAddress && _io19(input.ownerAddress)) && "string" === typeof input.cardNumber && "string" === typeof input.securityCode && ("object" === typeof input.expirationDate && null !== input.expirationDate && _io20(input.expirationDate)) && (undefined === input.cardType || "DEBIT" === input.cardType || "CREDIT" === input.cardType || "PREPAID" === input.cardType || "UNKNOWN" === input.cardType) && "bank-account" === input.type && "card" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io21(input.accountOwner)); const _io19 = input => "string" === typeof input.line1 && (undefined === input.line2 || "string" === typeof input.line2) && true === _iv8.has(input.country) && "string" === typeof input.postalCode && "string" === typeof input.subdivision && "string" === typeof input.city; const _io20 = input => "string" === typeof input.month && "string" === typeof input.year; const _io21 = input => "individual" === input.type && "string" === typeof input.firstName && "string" === typeof input.lastName; const _io22 = input => null !== input.ownerAddress && (undefined === input.ownerAddress || "string" === typeof input.ownerAddress || "object" === typeof input.ownerAddress && null !== input.ownerAddress && _io19(input.ownerAddress)) && "string" === typeof input.cardNumber && "string" === typeof input.securityCode && ("object" === typeof input.expirationDate && null !== input.expirationDate && _io20(input.expirationDate)) && (undefined === input.cardType || "DEBIT" === input.cardType || "CREDIT" === input.cardType || "PREPAID" === input.cardType || "UNKNOWN" === input.cardType) && "bank-account" === input.type && "card" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io23(input.accountOwner)); const _io23 = input => "business" === input.type && "string" === typeof input.businessName; const _io24 = input => null !== input.ownerAddress && (undefined === input.ownerAddress || "string" === typeof input.ownerAddress || "object" === typeof input.ownerAddress && null !== input.ownerAddress && _io19(input.ownerAddress)) && "string" === typeof input.cardNumber && "string" === typeof input.securityCode && ("object" === typeof input.expirationDate && null !== input.expirationDate && _io20(input.expirationDate)) && (undefined === input.cardType || "DEBIT" === input.cardType || "CREDIT" === input.cardType || "PREPAID" === input.cardType || "UNKNOWN" === input.cardType) && "bank-account" === input.type && "card" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io25(input.accountOwner)); const _io25 = input => "unknown" === input.type && "string" === typeof input.beneficiaryName; const _io26 = input => "string" === typeof input.accountNumber && "bank-account" === input.type && "clabe" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io21(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io27 = input => "string" === typeof input.accountNumber && "bank-account" === input.type && "clabe" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io23(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io28 = input => "string" === typeof input.accountNumber && "bank-account" === input.type && "clabe" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io25(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io29 = input => (undefined === input.country || true === _iv9.has(input.country)) && (undefined === input.accountNumber || "string" === typeof input.accountNumber) && (undefined === input.bic || "string" === typeof input.bic) && (undefined === input.iban || "string" === typeof input.iban) && (null !== input.bankAddress && (undefined === input.bankAddress || "string" === typeof input.bankAddress || "object" === typeof input.bankAddress && null !== input.bankAddress && _io19(input.bankAddress))) && (undefined === input.swift || "object" === typeof input.swift && null !== input.swift && false === Array.isArray(input.swift) && _io30(input.swift)) && "bank-account" === input.type && "iban-swift" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io21(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io30 = input => (undefined === input.category || "string" === typeof input.category) && (undefined === input.purposeOfFunds || Array.isArray(input.purposeOfFunds) && input.purposeOfFunds.every(elem => "string" === typeof elem)) && (undefined === input.businessDescription || "string" === typeof input.businessDescription); const _io31 = input => (undefined === input.country || true === _iv11.has(input.country)) && (undefined === input.accountNumber || "string" === typeof input.accountNumber) && (undefined === input.bic || "string" === typeof input.bic) && (undefined === input.iban || "string" === typeof input.iban) && (null !== input.bankAddress && (undefined === input.bankAddress || "string" === typeof input.bankAddress || "object" === typeof input.bankAddress && null !== input.bankAddress && _io19(input.bankAddress))) && (undefined === input.swift || "object" === typeof input.swift && null !== input.swift && false === Array.isArray(input.swift) && _io30(input.swift)) && "bank-account" === input.type && "iban-swift" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io23(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io32 = input => (undefined === input.country || true === _iv12.has(input.country)) && (undefined === input.accountNumber || "string" === typeof input.accountNumber) && (undefined === input.bic || "string" === typeof input.bic) && (undefined === input.iban || "string" === typeof input.iban) && (null !== input.bankAddress && (undefined === input.bankAddress || "string" === typeof input.bankAddress || "object" === typeof input.bankAddress && null !== input.bankAddress && _io19(input.bankAddress))) && (undefined === input.swift || "object" === typeof input.swift && null !== input.swift && false === Array.isArray(input.swift) && _io30(input.swift)) && "bank-account" === input.type && "iban-swift" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io25(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io33 = input => "string" === typeof input.bankCode && (undefined === input.bankAccountNumber || "string" === typeof input.bankAccountNumber) && "string" === typeof input.routingCode && "bank-account" === input.type && "interac" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io21(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io34 = input => "string" === typeof input.bankCode && (undefined === input.bankAccountNumber || "string" === typeof input.bankAccountNumber) && "string" === typeof input.routingCode && "bank-account" === input.type && "interac" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io23(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io35 = input => "string" === typeof input.bankCode && (undefined === input.bankAccountNumber || "string" === typeof input.bankAccountNumber) && "string" === typeof input.routingCode && "bank-account" === input.type && "interac" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io25(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io36 = input => (undefined === input.brCode || "string" === typeof input.brCode) && (undefined === input.pixKey || "string" === typeof input.pixKey) && (undefined === input.document || "object" === typeof input.document && null !== input.document && _io37(input.document)) && "bank-account" === input.type && "pix" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io21(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io37 = input => (undefined === input.type || "cpf" === input.type || "cnpj" === input.type) && "string" === typeof input.number; const _io38 = input => (undefined === input.brCode || "string" === typeof input.brCode) && (undefined === input.pixKey || "string" === typeof input.pixKey) && (undefined === input.document || "object" === typeof input.document && null !== input.document && _io37(input.document)) && "bank-account" === input.type && "pix" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io23(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io39 = input => (undefined === input.brCode || "string" === typeof input.brCode) && (undefined === input.pixKey || "string" === typeof input.pixKey) && (undefined === input.document || "object" === typeof input.document && null !== input.document && _io37(input.document)) && "bank-account" === input.type && "pix" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io25(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io40 = input => "string" === typeof input.accountNumber && "string" === typeof input.routingNumber && ("checking" === input.accountTypeDetail || "savings" === input.accountTypeDetail) && (null !== input.accountAddress && (undefined === input.accountAddress || "string" === typeof input.accountAddress || "object" === typeof input.accountAddress && null !== input.accountAddress && _io19(input.accountAddress))) && "bank-account" === input.type && "us" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io21(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io41 = input => "string" === typeof input.accountNumber && "string" === typeof input.routingNumber && ("checking" === input.accountTypeDetail || "savings" === input.accountTypeDetail) && (null !== input.accountAddress && (undefined === input.accountAddress || "string" === typeof input.accountAddress || "object" === typeof input.accountAddress && null !== input.accountAddress && _io19(input.accountAddress))) && "bank-account" === input.type && "us" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io23(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io42 = input => "string" === typeof input.accountNumber && "string" === typeof input.routingNumber && ("checking" === input.accountTypeDetail || "savings" === input.accountTypeDetail) && (null !== input.accountAddress && (undefined === input.accountAddress || "string" === typeof input.accountAddress || "object" === typeof input.accountAddress && null !== input.accountAddress && _io19(input.accountAddress))) && "bank-account" === input.type && "us" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && ("object" === typeof input.accountOwner && null !== input.accountOwner && _io25(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io43 = input => "TRON_SEND" === input.type && (null !== input.location && undefined !== input.location && (true === _iv13.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 && _iu2(input.location))) && "string" === typeof input.sendToAddress && (undefined === input.tokenAddress || "string" === typeof input.tokenAddress); const _io44 = input => "BITCOIN_SEND" === input.type && (null !== input.location && undefined !== input.location && (true === _iv14.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 && _iu2(input.location))) && "string" === typeof input.sendToAddress; const _io45 = input => "SOLANA_SEND" === input.type && (null !== input.location && undefined !== input.location && (true === _iv15.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 && _iu2(input.location))) && "string" === typeof input.sendToAddress && (undefined === input.tokenMintAddress || "string" === typeof input.tokenMintAddress); const _io46 = input => "object" === typeof input.recipient && null !== input.recipient && _io47(input.recipient) && (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 && _iu2(input.location))) && (undefined === input.providerInformation || "object" === typeof input.providerInformation && null !== input.providerInformation && false === Array.isArray(input.providerInformation) && _io48(input.providerInformation)) && (undefined === input.pastInstructions || Array.isArray(input.pastInstructions) && input.pastInstructions.every(elem => "object" === typeof elem && null !== elem && _iu0(elem))); const _io47 = input => "persistent-address" === input.type && "string" === typeof input.persistentAddressId; const _io48 = input => Object.keys(input).every(key => {
10
10
  const value = input[key];
11
11
  if (undefined === value)
12
12
  return true;
13
13
  return Array.isArray(value) && value.every(elem => "template" === elem);
14
- }); const _io47 = input => null !== input.recipient && undefined !== input.recipient && ("string" === typeof input.recipient || "object" === typeof input.recipient && null !== input.recipient && _iu5(input.recipient)) && (null !== input.location && (undefined === input.location || true === _iv19.has(input.location) || "string" === typeof 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 && _iu2(input.location))) && (undefined === input.providerInformation || "object" === typeof input.providerInformation && null !== input.providerInformation && false === Array.isArray(input.providerInformation) && _io46(input.providerInformation)) && (undefined === input.pastInstructions || Array.isArray(input.pastInstructions) && input.pastInstructions.every(elem => "object" === typeof elem && null !== elem && _iu0(elem))); const _io48 = input => "mobile-wallet" === input.type && "airtel-money" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io49 = input => "mobile-wallet" === input.type && "bkash" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io50 = input => "mobile-wallet" === input.type && "easy-paisa" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io51 = input => "mobile-wallet" === input.type && "finja-wallet" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io52 = input => "mobile-wallet" === input.type && "jazz-cash" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io53 = input => "mobile-wallet" === input.type && "mtn-mobile-money" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io54 = input => "mobile-wallet" === input.type && "nagad" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io55 = input => "mobile-wallet" === input.type && "naya-pay" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io56 = input => (undefined === input.phoneNumber || "string" === typeof input.phoneNumber) && (undefined === input.email || "string" === typeof input.email) && "mobile-wallet" === input.type && "paypal" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated); const _io57 = input => "mobile-wallet" === input.type && "rocket" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io58 = input => "mobile-wallet" === input.type && "sada-pay" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io59 = input => "string" === typeof input.username && "mobile-wallet" === input.type && "venmo" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated); const _iu0 = input => (() => {
14
+ }); const _io49 = input => null !== input.recipient && undefined !== input.recipient && ("string" === typeof input.recipient || "object" === typeof input.recipient && null !== input.recipient && _iu5(input.recipient)) && (null !== input.location && (undefined === input.location || true === _iv19.has(input.location) || "string" === typeof 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 && _iu2(input.location))) && (undefined === input.providerInformation || "object" === typeof input.providerInformation && null !== input.providerInformation && false === Array.isArray(input.providerInformation) && _io48(input.providerInformation)) && (undefined === input.pastInstructions || Array.isArray(input.pastInstructions) && input.pastInstructions.every(elem => "object" === typeof elem && null !== elem && _iu0(elem))); const _io50 = input => "mobile-wallet" === input.type && "airtel-money" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io51 = input => "mobile-wallet" === input.type && "bkash" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io52 = input => "mobile-wallet" === input.type && "easy-paisa" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io53 = input => "mobile-wallet" === input.type && "finja-wallet" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io54 = input => "mobile-wallet" === input.type && "jazz-cash" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io55 = input => "mobile-wallet" === input.type && "mtn-mobile-money" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io56 = input => "mobile-wallet" === input.type && "nagad" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io57 = input => "mobile-wallet" === input.type && "naya-pay" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io58 = input => (undefined === input.phoneNumber || "string" === typeof input.phoneNumber) && (undefined === input.email || "string" === typeof input.email) && "mobile-wallet" === input.type && "paypal" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated); const _io59 = input => "mobile-wallet" === input.type && "rocket" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io60 = input => "mobile-wallet" === input.type && "sada-pay" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io61 = input => "string" === typeof input.username && "mobile-wallet" === input.type && "venmo" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated); const _iu0 = input => (() => {
15
15
  if ("KEETA_SEND" === input.type)
16
16
  return _io5(input);
17
17
  else if ("EVM_SEND" === input.type)
18
18
  return _io15(input);
19
19
  else if ("EVM_CALL" === input.type)
20
20
  return _io16(input);
21
- else if ("ACH" === input.type || "WIRE" === input.type || "SEPA_PUSH" === input.type)
21
+ else if ("ACH" === input.type || "ACH_DEBIT" === input.type || "WIRE" === input.type || "PIX_PUSH" === input.type || "SPEI_PUSH" === input.type || "WIRE_INTL_PUSH" === input.type || "SEPA_PUSH" === input.type || "MOBILE_WALLET" === input.type)
22
22
  return _io17(input);
23
23
  else if ("TRON_SEND" === input.type)
24
- return _io41(input);
24
+ return _io43(input);
25
25
  else if ("BITCOIN_SEND" === input.type)
26
- return _io42(input);
26
+ return _io44(input);
27
27
  else if ("SOLANA_SEND" === input.type)
28
- return _io43(input);
28
+ return _io45(input);
29
29
  else
30
30
  return false;
31
31
  })(); const _iu1 = input => (() => {
32
- if (_io47(input))
33
- return _io47(input);
34
- if (_io44(input))
35
- return _io44(input);
32
+ if (_io49(input))
33
+ return _io49(input);
34
+ if (_io46(input))
35
+ return _io46(input);
36
36
  if (_io1(input))
37
37
  return _io1(input);
38
38
  return false;
@@ -59,69 +59,68 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
59
59
  else
60
60
  return false;
61
61
  })(); const _iu4 = input => (() => {
62
- if ("interac" === input.accountType)
62
+ if (_io24(input))
63
+ return _io24(input);
64
+ if (_io22(input))
65
+ return _io22(input);
66
+ if (_io18(input))
67
+ return _io18(input);
68
+ if (_io28(input))
69
+ return _io28(input);
70
+ if (_io27(input))
71
+ return _io27(input);
72
+ if (_io26(input))
73
+ return _io26(input);
74
+ if (_io32(input))
75
+ return _io32(input);
76
+ if (_io31(input))
77
+ return _io31(input);
78
+ if (_io29(input))
79
+ return _io29(input);
80
+ if (_io35(input))
81
+ return _io35(input);
82
+ if (_io34(input))
83
+ return _io34(input);
84
+ if (_io33(input))
63
85
  return _io33(input);
64
- else
65
- return (() => {
66
- if (_io24(input))
67
- return _io24(input);
68
- if (_io22(input))
69
- return _io22(input);
70
- if (_io18(input))
71
- return _io18(input);
72
- if (_io28(input))
73
- return _io28(input);
74
- if (_io27(input))
75
- return _io27(input);
76
- if (_io26(input))
77
- return _io26(input);
78
- if (_io32(input))
79
- return _io32(input);
80
- if (_io31(input))
81
- return _io31(input);
82
- if (_io29(input))
83
- return _io29(input);
84
- if (_io37(input))
85
- return _io37(input);
86
- if (_io36(input))
87
- return _io36(input);
88
- if (_io34(input))
89
- return _io34(input);
90
- if (_io40(input))
91
- return _io40(input);
92
- if (_io39(input))
93
- return _io39(input);
94
- if (_io38(input))
95
- return _io38(input);
96
- return false;
97
- })();
86
+ if (_io39(input))
87
+ return _io39(input);
88
+ if (_io38(input))
89
+ return _io38(input);
90
+ if (_io36(input))
91
+ return _io36(input);
92
+ if (_io42(input))
93
+ return _io42(input);
94
+ if (_io41(input))
95
+ return _io41(input);
96
+ if (_io40(input))
97
+ return _io40(input);
98
+ return false;
98
99
  })(); const _iu5 = input => (() => {
99
- if ("interac" === input.accountType)
100
- return _io33(input);
101
- else if ("sada-pay" === input.accountType)
102
- return _io58(input);
100
+ if ("sada-pay" === input.accountType)
101
+ return _io60(input);
103
102
  else if ("rocket" === input.accountType)
104
- return _io57(input);
103
+ return _io59(input);
105
104
  else if ("naya-pay" === input.accountType)
106
- return _io55(input);
105
+ return _io57(input);
107
106
  else if ("nagad" === input.accountType)
108
- return _io54(input);
107
+ return _io56(input);
109
108
  else if ("mtn-mobile-money" === input.accountType)
110
- return _io53(input);
109
+ return _io55(input);
111
110
  else if ("jazz-cash" === input.accountType)
112
- return _io52(input);
111
+ return _io54(input);
113
112
  else if ("finja-wallet" === input.accountType)
114
- return _io51(input);
113
+ return _io53(input);
115
114
  else if ("easy-paisa" === input.accountType)
116
- return _io50(input);
115
+ return _io52(input);
117
116
  else if ("bkash" === input.accountType)
118
- return _io49(input);
117
+ return _io51(input);
119
118
  else if ("airtel-money" === input.accountType)
120
- return _io48(input);
119
+ return _io50(input);
121
120
  else if ("paypal" === input.accountType)
122
- return _io56(input);
121
+ return _io58(input);
123
122
  else if ("venmo" === input.accountType)
124
- return _io59(input);
123
+ return _io61(input);
125
124
  else
126
125
  return (() => {
127
126
  if (_io24(input))
@@ -142,18 +141,24 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
142
141
  return _io31(input);
143
142
  if (_io29(input))
144
143
  return _io29(input);
145
- if (_io37(input))
146
- return _io37(input);
147
- if (_io36(input))
148
- return _io36(input);
144
+ if (_io35(input))
145
+ return _io35(input);
149
146
  if (_io34(input))
150
147
  return _io34(input);
151
- if (_io40(input))
152
- return _io40(input);
148
+ if (_io33(input))
149
+ return _io33(input);
153
150
  if (_io39(input))
154
151
  return _io39(input);
155
152
  if (_io38(input))
156
153
  return _io38(input);
154
+ if (_io36(input))
155
+ return _io36(input);
156
+ if (_io42(input))
157
+ return _io42(input);
158
+ if (_io41(input))
159
+ return _io41(input);
160
+ if (_io40(input))
161
+ return _io40(input);
157
162
  return false;
158
163
  })();
159
164
  })(); const _ao0 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -214,12 +219,12 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
214
219
  }, _errorFactory)) && input.pastInstructions.every((elem, _index21) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
215
220
  method: "createAssert",
216
221
  path: _path + ".pastInstructions[" + _index21 + "]",
217
- expected: "(Omit<{ type: \"ACH\" | \"WIRE\" | \"SEPA_PUSH\"; account: BankAccountAddressResolved; depositMessage?: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"BITCOIN_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_CALL\"; location: AssetLocationLike; contractAddress: `0x${string}`; contractMethodName: string; contractMethodArgs: string[]; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_SEND\"; location: AssetLocationLike; sendToAddress: `0x${string}`; value: string; tokenAddress: `0x${string}`; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"KEETA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress: string; external?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"SOLANA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenMintAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"TRON_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\">)",
222
+ expected: "(Omit<{ type: \"BITCOIN_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_CALL\"; location: AssetLocationLike; contractAddress: `0x${string}`; contractMethodName: string; contractMethodArgs: string[]; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_SEND\"; location: AssetLocationLike; sendToAddress: `0x${string}`; value: string; tokenAddress: `0x${string}`; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"KEETA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress: string; external?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"SOLANA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenMintAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"TRON_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: FiatRails; account: BankAccountAddressResolved; depositMessage?: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\">)",
218
223
  value: elem
219
224
  }, _errorFactory)) && _au0(elem, _path + ".pastInstructions[" + _index21 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
220
225
  method: "createAssert",
221
226
  path: _path + ".pastInstructions[" + _index21 + "]",
222
- expected: "(Omit<{ type: \"ACH\" | \"WIRE\" | \"SEPA_PUSH\"; account: BankAccountAddressResolved; depositMessage?: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"BITCOIN_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_CALL\"; location: AssetLocationLike; contractAddress: `0x${string}`; contractMethodName: string; contractMethodArgs: string[]; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_SEND\"; location: AssetLocationLike; sendToAddress: `0x${string}`; value: string; tokenAddress: `0x${string}`; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"KEETA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress: string; external?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"SOLANA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenMintAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"TRON_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\">)",
227
+ expected: "(Omit<{ type: \"BITCOIN_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_CALL\"; location: AssetLocationLike; contractAddress: `0x${string}`; contractMethodName: string; contractMethodArgs: string[]; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_SEND\"; location: AssetLocationLike; sendToAddress: `0x${string}`; value: string; tokenAddress: `0x${string}`; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"KEETA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress: string; external?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"SOLANA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenMintAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"TRON_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: FiatRails; account: BankAccountAddressResolved; depositMessage?: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\">)",
223
228
  value: elem
224
229
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
225
230
  method: "createAssert",
@@ -501,35 +506,40 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
501
506
  path: _path + ".contractMethodArgs",
502
507
  expected: "Array<string>",
503
508
  value: input.contractMethodArgs
504
- }, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => ("ACH" === input.type || "WIRE" === input.type || "SEPA_PUSH" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
509
+ }, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => ("ACH" === input.type || "ACH_DEBIT" === input.type || "WIRE" === input.type || "PIX_PUSH" === input.type || "SPEI_PUSH" === input.type || "WIRE_INTL_PUSH" === input.type || "SEPA_PUSH" === input.type || "MOBILE_WALLET" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
505
510
  method: "createAssert",
506
511
  path: _path + ".type",
507
- expected: "(\"ACH\" | \"SEPA_PUSH\" | \"WIRE\")",
512
+ expected: "(\"ACH\" | \"ACH_DEBIT\" | \"MOBILE_WALLET\" | \"PIX_PUSH\" | \"SEPA_PUSH\" | \"SPEI_PUSH\" | \"WIRE\" | \"WIRE_INTL_PUSH\")",
508
513
  value: input.type
509
514
  }, _errorFactory)) && (("object" === typeof input.account && null !== input.account || __typia_transform__assertGuard._assertGuard(_exceptionable, {
510
515
  method: "createAssert",
511
516
  path: _path + ".account",
512
- expected: "(InteracBankAccountResolved | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; } | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { bankName?: string; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o1 | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o2 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; } | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o1 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o2)",
517
+ expected: "({ accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; } | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { bankName?: string; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o1 | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o2 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; } | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o1 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o2)",
513
518
  value: input.account
514
519
  }, _errorFactory)) && _au4(input.account, _path + ".account", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
515
520
  method: "createAssert",
516
521
  path: _path + ".account",
517
- expected: "(InteracBankAccountResolved | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; } | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { bankName?: string; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o1 | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o2 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; } | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o1 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o2)",
522
+ expected: "({ accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; } | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { bankName?: string; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o1 | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o2 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; } | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o1 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o2)",
518
523
  value: input.account
519
524
  }, _errorFactory)) && (undefined === input.depositMessage || "string" === typeof input.depositMessage || __typia_transform__assertGuard._assertGuard(_exceptionable, {
520
525
  method: "createAssert",
521
526
  path: _path + ".depositMessage",
522
527
  expected: "(string | undefined)",
523
528
  value: input.depositMessage
524
- }, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => (undefined === input.ownerAddress || ("object" === typeof input.ownerAddress && null !== input.ownerAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
529
+ }, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => (null !== input.ownerAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
525
530
  method: "createAssert",
526
531
  path: _path + ".ownerAddress",
527
- expected: "(PhysicalAddress | undefined)",
532
+ expected: "(__type.o9 | string | undefined)",
533
+ value: input.ownerAddress
534
+ }, _errorFactory)) && (undefined === input.ownerAddress || "string" === typeof input.ownerAddress || ("object" === typeof input.ownerAddress && null !== input.ownerAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
535
+ method: "createAssert",
536
+ path: _path + ".ownerAddress",
537
+ expected: "(__type.o9 | string | undefined)",
528
538
  value: input.ownerAddress
529
539
  }, _errorFactory)) && _ao19(input.ownerAddress, _path + ".ownerAddress", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
530
540
  method: "createAssert",
531
541
  path: _path + ".ownerAddress",
532
- expected: "(PhysicalAddress | undefined)",
542
+ expected: "(__type.o9 | string | undefined)",
533
543
  value: input.ownerAddress
534
544
  }, _errorFactory)) && ("string" === typeof input.cardNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
535
545
  method: "createAssert",
@@ -574,12 +584,12 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
574
584
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
575
585
  method: "createAssert",
576
586
  path: _path + ".accountOwner",
577
- expected: "__type.o11",
587
+ expected: "__type.o12",
578
588
  value: input.accountOwner
579
589
  }, _errorFactory)) && _ao21(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
580
590
  method: "createAssert",
581
591
  path: _path + ".accountOwner",
582
- expected: "__type.o11",
592
+ expected: "__type.o12",
583
593
  value: input.accountOwner
584
594
  }, _errorFactory)); const _ao19 = (input, _path, _exceptionable = true) => ("string" === typeof input.line1 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
585
595
  method: "createAssert",
@@ -636,15 +646,20 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
636
646
  path: _path + ".lastName",
637
647
  expected: "string",
638
648
  value: input.lastName
639
- }, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => (undefined === input.ownerAddress || ("object" === typeof input.ownerAddress && null !== input.ownerAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
649
+ }, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => (null !== input.ownerAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
650
+ method: "createAssert",
651
+ path: _path + ".ownerAddress",
652
+ expected: "(__type.o9 | string | undefined)",
653
+ value: input.ownerAddress
654
+ }, _errorFactory)) && (undefined === input.ownerAddress || "string" === typeof input.ownerAddress || ("object" === typeof input.ownerAddress && null !== input.ownerAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
640
655
  method: "createAssert",
641
656
  path: _path + ".ownerAddress",
642
- expected: "(PhysicalAddress | undefined)",
657
+ expected: "(__type.o9 | string | undefined)",
643
658
  value: input.ownerAddress
644
659
  }, _errorFactory)) && _ao19(input.ownerAddress, _path + ".ownerAddress", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
645
660
  method: "createAssert",
646
661
  path: _path + ".ownerAddress",
647
- expected: "(PhysicalAddress | undefined)",
662
+ expected: "(__type.o9 | string | undefined)",
648
663
  value: input.ownerAddress
649
664
  }, _errorFactory)) && ("string" === typeof input.cardNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
650
665
  method: "createAssert",
@@ -689,12 +704,12 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
689
704
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
690
705
  method: "createAssert",
691
706
  path: _path + ".accountOwner",
692
- expected: "__type.o13",
707
+ expected: "__type.o14",
693
708
  value: input.accountOwner
694
709
  }, _errorFactory)) && _ao23(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
695
710
  method: "createAssert",
696
711
  path: _path + ".accountOwner",
697
- expected: "__type.o13",
712
+ expected: "__type.o14",
698
713
  value: input.accountOwner
699
714
  }, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => ("business" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
700
715
  method: "createAssert",
@@ -706,15 +721,20 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
706
721
  path: _path + ".businessName",
707
722
  expected: "string",
708
723
  value: input.businessName
709
- }, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => (undefined === input.ownerAddress || ("object" === typeof input.ownerAddress && null !== input.ownerAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
724
+ }, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => (null !== input.ownerAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
725
+ method: "createAssert",
726
+ path: _path + ".ownerAddress",
727
+ expected: "(__type.o9 | string | undefined)",
728
+ value: input.ownerAddress
729
+ }, _errorFactory)) && (undefined === input.ownerAddress || "string" === typeof input.ownerAddress || ("object" === typeof input.ownerAddress && null !== input.ownerAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
710
730
  method: "createAssert",
711
731
  path: _path + ".ownerAddress",
712
- expected: "(PhysicalAddress | undefined)",
732
+ expected: "(__type.o9 | string | undefined)",
713
733
  value: input.ownerAddress
714
734
  }, _errorFactory)) && _ao19(input.ownerAddress, _path + ".ownerAddress", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
715
735
  method: "createAssert",
716
736
  path: _path + ".ownerAddress",
717
- expected: "(PhysicalAddress | undefined)",
737
+ expected: "(__type.o9 | string | undefined)",
718
738
  value: input.ownerAddress
719
739
  }, _errorFactory)) && ("string" === typeof input.cardNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
720
740
  method: "createAssert",
@@ -759,12 +779,12 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
759
779
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
760
780
  method: "createAssert",
761
781
  path: _path + ".accountOwner",
762
- expected: "__type.o15",
782
+ expected: "__type.o16",
763
783
  value: input.accountOwner
764
784
  }, _errorFactory)) && _ao25(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
765
785
  method: "createAssert",
766
786
  path: _path + ".accountOwner",
767
- expected: "__type.o15",
787
+ expected: "__type.o16",
768
788
  value: input.accountOwner
769
789
  }, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => ("unknown" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
770
790
  method: "createAssert",
@@ -799,12 +819,12 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
799
819
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
800
820
  method: "createAssert",
801
821
  path: _path + ".accountOwner",
802
- expected: "__type.o11",
822
+ expected: "__type.o12",
803
823
  value: input.accountOwner
804
824
  }, _errorFactory)) && _ao21(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
805
825
  method: "createAssert",
806
826
  path: _path + ".accountOwner",
807
- expected: "__type.o11",
827
+ expected: "__type.o12",
808
828
  value: input.accountOwner
809
829
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
810
830
  method: "createAssert",
@@ -834,12 +854,12 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
834
854
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
835
855
  method: "createAssert",
836
856
  path: _path + ".accountOwner",
837
- expected: "__type.o13",
857
+ expected: "__type.o14",
838
858
  value: input.accountOwner
839
859
  }, _errorFactory)) && _ao23(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
840
860
  method: "createAssert",
841
861
  path: _path + ".accountOwner",
842
- expected: "__type.o13",
862
+ expected: "__type.o14",
843
863
  value: input.accountOwner
844
864
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
845
865
  method: "createAssert",
@@ -869,12 +889,12 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
869
889
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
870
890
  method: "createAssert",
871
891
  path: _path + ".accountOwner",
872
- expected: "__type.o15",
892
+ expected: "__type.o16",
873
893
  value: input.accountOwner
874
894
  }, _errorFactory)) && _ao25(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
875
895
  method: "createAssert",
876
896
  path: _path + ".accountOwner",
877
- expected: "__type.o15",
897
+ expected: "__type.o16",
878
898
  value: input.accountOwner
879
899
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
880
900
  method: "createAssert",
@@ -901,25 +921,30 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
901
921
  path: _path + ".iban",
902
922
  expected: "(string | undefined)",
903
923
  value: input.iban
904
- }, _errorFactory)) && (undefined === input.bankAddress || ("object" === typeof input.bankAddress && null !== input.bankAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
924
+ }, _errorFactory)) && ((null !== input.bankAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
925
+ method: "createAssert",
926
+ path: _path + ".bankAddress",
927
+ expected: "(__type.o9 | string | undefined)",
928
+ value: input.bankAddress
929
+ }, _errorFactory)) && (undefined === input.bankAddress || "string" === typeof input.bankAddress || ("object" === typeof input.bankAddress && null !== input.bankAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
905
930
  method: "createAssert",
906
931
  path: _path + ".bankAddress",
907
- expected: "(PhysicalAddress | undefined)",
932
+ expected: "(__type.o9 | string | undefined)",
908
933
  value: input.bankAddress
909
934
  }, _errorFactory)) && _ao19(input.bankAddress, _path + ".bankAddress", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
910
935
  method: "createAssert",
911
936
  path: _path + ".bankAddress",
912
- expected: "(PhysicalAddress | undefined)",
937
+ expected: "(__type.o9 | string | undefined)",
913
938
  value: input.bankAddress
914
- }, _errorFactory)) && (undefined === input.swift || ("object" === typeof input.swift && null !== input.swift && false === Array.isArray(input.swift) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
939
+ }, _errorFactory))) && (undefined === input.swift || ("object" === typeof input.swift && null !== input.swift && false === Array.isArray(input.swift) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
915
940
  method: "createAssert",
916
941
  path: _path + ".swift",
917
- expected: "(__type.o20 | undefined)",
942
+ expected: "(__type.o21 | undefined)",
918
943
  value: input.swift
919
944
  }, _errorFactory)) && _ao30(input.swift, _path + ".swift", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
920
945
  method: "createAssert",
921
946
  path: _path + ".swift",
922
- expected: "(__type.o20 | undefined)",
947
+ expected: "(__type.o21 | undefined)",
923
948
  value: input.swift
924
949
  }, _errorFactory)) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
925
950
  method: "createAssert",
@@ -939,12 +964,12 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
939
964
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
940
965
  method: "createAssert",
941
966
  path: _path + ".accountOwner",
942
- expected: "__type.o11",
967
+ expected: "__type.o12",
943
968
  value: input.accountOwner
944
969
  }, _errorFactory)) && _ao21(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
945
970
  method: "createAssert",
946
971
  path: _path + ".accountOwner",
947
- expected: "__type.o11",
972
+ expected: "__type.o12",
948
973
  value: input.accountOwner
949
974
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
950
975
  method: "createAssert",
@@ -996,25 +1021,30 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
996
1021
  path: _path + ".iban",
997
1022
  expected: "(string | undefined)",
998
1023
  value: input.iban
999
- }, _errorFactory)) && (undefined === input.bankAddress || ("object" === typeof input.bankAddress && null !== input.bankAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1024
+ }, _errorFactory)) && ((null !== input.bankAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1000
1025
  method: "createAssert",
1001
1026
  path: _path + ".bankAddress",
1002
- expected: "(PhysicalAddress | undefined)",
1027
+ expected: "(__type.o9 | string | undefined)",
1028
+ value: input.bankAddress
1029
+ }, _errorFactory)) && (undefined === input.bankAddress || "string" === typeof input.bankAddress || ("object" === typeof input.bankAddress && null !== input.bankAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1030
+ method: "createAssert",
1031
+ path: _path + ".bankAddress",
1032
+ expected: "(__type.o9 | string | undefined)",
1003
1033
  value: input.bankAddress
1004
1034
  }, _errorFactory)) && _ao19(input.bankAddress, _path + ".bankAddress", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1005
1035
  method: "createAssert",
1006
1036
  path: _path + ".bankAddress",
1007
- expected: "(PhysicalAddress | undefined)",
1037
+ expected: "(__type.o9 | string | undefined)",
1008
1038
  value: input.bankAddress
1009
- }, _errorFactory)) && (undefined === input.swift || ("object" === typeof input.swift && null !== input.swift && false === Array.isArray(input.swift) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1039
+ }, _errorFactory))) && (undefined === input.swift || ("object" === typeof input.swift && null !== input.swift && false === Array.isArray(input.swift) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1010
1040
  method: "createAssert",
1011
1041
  path: _path + ".swift",
1012
- expected: "(__type.o20 | undefined)",
1042
+ expected: "(__type.o21 | undefined)",
1013
1043
  value: input.swift
1014
1044
  }, _errorFactory)) && _ao30(input.swift, _path + ".swift", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1015
1045
  method: "createAssert",
1016
1046
  path: _path + ".swift",
1017
- expected: "(__type.o20 | undefined)",
1047
+ expected: "(__type.o21 | undefined)",
1018
1048
  value: input.swift
1019
1049
  }, _errorFactory)) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1020
1050
  method: "createAssert",
@@ -1034,12 +1064,12 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1034
1064
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1035
1065
  method: "createAssert",
1036
1066
  path: _path + ".accountOwner",
1037
- expected: "__type.o13",
1067
+ expected: "__type.o14",
1038
1068
  value: input.accountOwner
1039
1069
  }, _errorFactory)) && _ao23(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1040
1070
  method: "createAssert",
1041
1071
  path: _path + ".accountOwner",
1042
- expected: "__type.o13",
1072
+ expected: "__type.o14",
1043
1073
  value: input.accountOwner
1044
1074
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1045
1075
  method: "createAssert",
@@ -1066,25 +1096,30 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1066
1096
  path: _path + ".iban",
1067
1097
  expected: "(string | undefined)",
1068
1098
  value: input.iban
1069
- }, _errorFactory)) && (undefined === input.bankAddress || ("object" === typeof input.bankAddress && null !== input.bankAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1099
+ }, _errorFactory)) && ((null !== input.bankAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1070
1100
  method: "createAssert",
1071
1101
  path: _path + ".bankAddress",
1072
- expected: "(PhysicalAddress | undefined)",
1102
+ expected: "(__type.o9 | string | undefined)",
1103
+ value: input.bankAddress
1104
+ }, _errorFactory)) && (undefined === input.bankAddress || "string" === typeof input.bankAddress || ("object" === typeof input.bankAddress && null !== input.bankAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1105
+ method: "createAssert",
1106
+ path: _path + ".bankAddress",
1107
+ expected: "(__type.o9 | string | undefined)",
1073
1108
  value: input.bankAddress
1074
1109
  }, _errorFactory)) && _ao19(input.bankAddress, _path + ".bankAddress", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1075
1110
  method: "createAssert",
1076
1111
  path: _path + ".bankAddress",
1077
- expected: "(PhysicalAddress | undefined)",
1112
+ expected: "(__type.o9 | string | undefined)",
1078
1113
  value: input.bankAddress
1079
- }, _errorFactory)) && (undefined === input.swift || ("object" === typeof input.swift && null !== input.swift && false === Array.isArray(input.swift) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1114
+ }, _errorFactory))) && (undefined === input.swift || ("object" === typeof input.swift && null !== input.swift && false === Array.isArray(input.swift) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1080
1115
  method: "createAssert",
1081
1116
  path: _path + ".swift",
1082
- expected: "(__type.o20 | undefined)",
1117
+ expected: "(__type.o21 | undefined)",
1083
1118
  value: input.swift
1084
1119
  }, _errorFactory)) && _ao30(input.swift, _path + ".swift", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1085
1120
  method: "createAssert",
1086
1121
  path: _path + ".swift",
1087
- expected: "(__type.o20 | undefined)",
1122
+ expected: "(__type.o21 | undefined)",
1088
1123
  value: input.swift
1089
1124
  }, _errorFactory)) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1090
1125
  method: "createAssert",
@@ -1104,12 +1139,12 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1104
1139
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1105
1140
  method: "createAssert",
1106
1141
  path: _path + ".accountOwner",
1107
- expected: "__type.o15",
1142
+ expected: "__type.o16",
1108
1143
  value: input.accountOwner
1109
1144
  }, _errorFactory)) && _ao25(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1110
1145
  method: "createAssert",
1111
1146
  path: _path + ".accountOwner",
1112
- expected: "__type.o15",
1147
+ expected: "__type.o16",
1113
1148
  value: input.accountOwner
1114
1149
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1115
1150
  method: "createAssert",
@@ -1146,12 +1181,112 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1146
1181
  path: _path + ".obfuscated",
1147
1182
  expected: "(false | undefined)",
1148
1183
  value: input.obfuscated
1184
+ }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1185
+ method: "createAssert",
1186
+ path: _path + ".accountOwner",
1187
+ expected: "__type.o12",
1188
+ value: input.accountOwner
1189
+ }, _errorFactory)) && _ao21(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1190
+ method: "createAssert",
1191
+ path: _path + ".accountOwner",
1192
+ expected: "__type.o12",
1193
+ value: input.accountOwner
1194
+ }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1195
+ method: "createAssert",
1196
+ path: _path + ".bankName",
1197
+ expected: "(string | undefined)",
1198
+ value: input.bankName
1199
+ }, _errorFactory)); const _ao34 = (input, _path, _exceptionable = true) => ("string" === typeof input.bankCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1200
+ method: "createAssert",
1201
+ path: _path + ".bankCode",
1202
+ expected: "string",
1203
+ value: input.bankCode
1204
+ }, _errorFactory)) && (undefined === input.bankAccountNumber || "string" === typeof input.bankAccountNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1205
+ method: "createAssert",
1206
+ path: _path + ".bankAccountNumber",
1207
+ expected: "(string | undefined)",
1208
+ value: input.bankAccountNumber
1209
+ }, _errorFactory)) && ("string" === typeof input.routingCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1210
+ method: "createAssert",
1211
+ path: _path + ".routingCode",
1212
+ expected: "string",
1213
+ value: input.routingCode
1214
+ }, _errorFactory)) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1215
+ method: "createAssert",
1216
+ path: _path + ".type",
1217
+ expected: "\"bank-account\"",
1218
+ value: input.type
1219
+ }, _errorFactory)) && ("interac" === input.accountType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1220
+ method: "createAssert",
1221
+ path: _path + ".accountType",
1222
+ expected: "\"interac\"",
1223
+ value: input.accountType
1224
+ }, _errorFactory)) && (undefined === input.obfuscated || false === input.obfuscated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1225
+ method: "createAssert",
1226
+ path: _path + ".obfuscated",
1227
+ expected: "(false | undefined)",
1228
+ value: input.obfuscated
1229
+ }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1230
+ method: "createAssert",
1231
+ path: _path + ".accountOwner",
1232
+ expected: "__type.o14",
1233
+ value: input.accountOwner
1234
+ }, _errorFactory)) && _ao23(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1235
+ method: "createAssert",
1236
+ path: _path + ".accountOwner",
1237
+ expected: "__type.o14",
1238
+ value: input.accountOwner
1149
1239
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1150
1240
  method: "createAssert",
1151
1241
  path: _path + ".bankName",
1152
1242
  expected: "(string | undefined)",
1153
1243
  value: input.bankName
1154
- }, _errorFactory)); const _ao34 = (input, _path, _exceptionable = true) => (undefined === input.brCode || "string" === typeof input.brCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1244
+ }, _errorFactory)); const _ao35 = (input, _path, _exceptionable = true) => ("string" === typeof input.bankCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1245
+ method: "createAssert",
1246
+ path: _path + ".bankCode",
1247
+ expected: "string",
1248
+ value: input.bankCode
1249
+ }, _errorFactory)) && (undefined === input.bankAccountNumber || "string" === typeof input.bankAccountNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1250
+ method: "createAssert",
1251
+ path: _path + ".bankAccountNumber",
1252
+ expected: "(string | undefined)",
1253
+ value: input.bankAccountNumber
1254
+ }, _errorFactory)) && ("string" === typeof input.routingCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1255
+ method: "createAssert",
1256
+ path: _path + ".routingCode",
1257
+ expected: "string",
1258
+ value: input.routingCode
1259
+ }, _errorFactory)) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1260
+ method: "createAssert",
1261
+ path: _path + ".type",
1262
+ expected: "\"bank-account\"",
1263
+ value: input.type
1264
+ }, _errorFactory)) && ("interac" === input.accountType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1265
+ method: "createAssert",
1266
+ path: _path + ".accountType",
1267
+ expected: "\"interac\"",
1268
+ value: input.accountType
1269
+ }, _errorFactory)) && (undefined === input.obfuscated || false === input.obfuscated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1270
+ method: "createAssert",
1271
+ path: _path + ".obfuscated",
1272
+ expected: "(false | undefined)",
1273
+ value: input.obfuscated
1274
+ }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1275
+ method: "createAssert",
1276
+ path: _path + ".accountOwner",
1277
+ expected: "__type.o16",
1278
+ value: input.accountOwner
1279
+ }, _errorFactory)) && _ao25(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1280
+ method: "createAssert",
1281
+ path: _path + ".accountOwner",
1282
+ expected: "__type.o16",
1283
+ value: input.accountOwner
1284
+ }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1285
+ method: "createAssert",
1286
+ path: _path + ".bankName",
1287
+ expected: "(string | undefined)",
1288
+ value: input.bankName
1289
+ }, _errorFactory)); const _ao36 = (input, _path, _exceptionable = true) => (undefined === input.brCode || "string" === typeof input.brCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1155
1290
  method: "createAssert",
1156
1291
  path: _path + ".brCode",
1157
1292
  expected: "(string | undefined)",
@@ -1164,12 +1299,12 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1164
1299
  }, _errorFactory)) && (undefined === input.document || ("object" === typeof input.document && null !== input.document || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1165
1300
  method: "createAssert",
1166
1301
  path: _path + ".document",
1167
- expected: "(__type.o27 | undefined)",
1302
+ expected: "(__type.o28 | undefined)",
1168
1303
  value: input.document
1169
- }, _errorFactory)) && _ao35(input.document, _path + ".document", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1304
+ }, _errorFactory)) && _ao37(input.document, _path + ".document", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1170
1305
  method: "createAssert",
1171
1306
  path: _path + ".document",
1172
- expected: "(__type.o27 | undefined)",
1307
+ expected: "(__type.o28 | undefined)",
1173
1308
  value: input.document
1174
1309
  }, _errorFactory)) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1175
1310
  method: "createAssert",
@@ -1189,19 +1324,19 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1189
1324
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1190
1325
  method: "createAssert",
1191
1326
  path: _path + ".accountOwner",
1192
- expected: "__type.o11",
1327
+ expected: "__type.o12",
1193
1328
  value: input.accountOwner
1194
1329
  }, _errorFactory)) && _ao21(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1195
1330
  method: "createAssert",
1196
1331
  path: _path + ".accountOwner",
1197
- expected: "__type.o11",
1332
+ expected: "__type.o12",
1198
1333
  value: input.accountOwner
1199
1334
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1200
1335
  method: "createAssert",
1201
1336
  path: _path + ".bankName",
1202
1337
  expected: "(string | undefined)",
1203
1338
  value: input.bankName
1204
- }, _errorFactory)); const _ao35 = (input, _path, _exceptionable = true) => (undefined === input.type || "cpf" === input.type || "cnpj" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1339
+ }, _errorFactory)); const _ao37 = (input, _path, _exceptionable = true) => (undefined === input.type || "cpf" === input.type || "cnpj" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1205
1340
  method: "createAssert",
1206
1341
  path: _path + ".type",
1207
1342
  expected: "(\"cnpj\" | \"cpf\" | undefined)",
@@ -1211,7 +1346,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1211
1346
  path: _path + ".number",
1212
1347
  expected: "string",
1213
1348
  value: input.number
1214
- }, _errorFactory)); const _ao36 = (input, _path, _exceptionable = true) => (undefined === input.brCode || "string" === typeof input.brCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1349
+ }, _errorFactory)); const _ao38 = (input, _path, _exceptionable = true) => (undefined === input.brCode || "string" === typeof input.brCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1215
1350
  method: "createAssert",
1216
1351
  path: _path + ".brCode",
1217
1352
  expected: "(string | undefined)",
@@ -1224,12 +1359,12 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1224
1359
  }, _errorFactory)) && (undefined === input.document || ("object" === typeof input.document && null !== input.document || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1225
1360
  method: "createAssert",
1226
1361
  path: _path + ".document",
1227
- expected: "(__type.o27 | undefined)",
1362
+ expected: "(__type.o28 | undefined)",
1228
1363
  value: input.document
1229
- }, _errorFactory)) && _ao35(input.document, _path + ".document", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1364
+ }, _errorFactory)) && _ao37(input.document, _path + ".document", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1230
1365
  method: "createAssert",
1231
1366
  path: _path + ".document",
1232
- expected: "(__type.o27 | undefined)",
1367
+ expected: "(__type.o28 | undefined)",
1233
1368
  value: input.document
1234
1369
  }, _errorFactory)) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1235
1370
  method: "createAssert",
@@ -1249,19 +1384,19 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1249
1384
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1250
1385
  method: "createAssert",
1251
1386
  path: _path + ".accountOwner",
1252
- expected: "__type.o13",
1387
+ expected: "__type.o14",
1253
1388
  value: input.accountOwner
1254
1389
  }, _errorFactory)) && _ao23(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1255
1390
  method: "createAssert",
1256
1391
  path: _path + ".accountOwner",
1257
- expected: "__type.o13",
1392
+ expected: "__type.o14",
1258
1393
  value: input.accountOwner
1259
1394
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1260
1395
  method: "createAssert",
1261
1396
  path: _path + ".bankName",
1262
1397
  expected: "(string | undefined)",
1263
1398
  value: input.bankName
1264
- }, _errorFactory)); const _ao37 = (input, _path, _exceptionable = true) => (undefined === input.brCode || "string" === typeof input.brCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1399
+ }, _errorFactory)); const _ao39 = (input, _path, _exceptionable = true) => (undefined === input.brCode || "string" === typeof input.brCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1265
1400
  method: "createAssert",
1266
1401
  path: _path + ".brCode",
1267
1402
  expected: "(string | undefined)",
@@ -1274,12 +1409,12 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1274
1409
  }, _errorFactory)) && (undefined === input.document || ("object" === typeof input.document && null !== input.document || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1275
1410
  method: "createAssert",
1276
1411
  path: _path + ".document",
1277
- expected: "(__type.o27 | undefined)",
1412
+ expected: "(__type.o28 | undefined)",
1278
1413
  value: input.document
1279
- }, _errorFactory)) && _ao35(input.document, _path + ".document", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1414
+ }, _errorFactory)) && _ao37(input.document, _path + ".document", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1280
1415
  method: "createAssert",
1281
1416
  path: _path + ".document",
1282
- expected: "(__type.o27 | undefined)",
1417
+ expected: "(__type.o28 | undefined)",
1283
1418
  value: input.document
1284
1419
  }, _errorFactory)) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1285
1420
  method: "createAssert",
@@ -1299,19 +1434,19 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1299
1434
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1300
1435
  method: "createAssert",
1301
1436
  path: _path + ".accountOwner",
1302
- expected: "__type.o15",
1437
+ expected: "__type.o16",
1303
1438
  value: input.accountOwner
1304
1439
  }, _errorFactory)) && _ao25(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1305
1440
  method: "createAssert",
1306
1441
  path: _path + ".accountOwner",
1307
- expected: "__type.o15",
1442
+ expected: "__type.o16",
1308
1443
  value: input.accountOwner
1309
1444
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1310
1445
  method: "createAssert",
1311
1446
  path: _path + ".bankName",
1312
1447
  expected: "(string | undefined)",
1313
1448
  value: input.bankName
1314
- }, _errorFactory)); const _ao38 = (input, _path, _exceptionable = true) => ("string" === typeof input.accountNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1449
+ }, _errorFactory)); const _ao40 = (input, _path, _exceptionable = true) => ("string" === typeof input.accountNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1315
1450
  method: "createAssert",
1316
1451
  path: _path + ".accountNumber",
1317
1452
  expected: "string",
@@ -1326,17 +1461,22 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1326
1461
  path: _path + ".accountTypeDetail",
1327
1462
  expected: "(\"checking\" | \"savings\")",
1328
1463
  value: input.accountTypeDetail
1329
- }, _errorFactory)) && (undefined === input.accountAddress || ("object" === typeof input.accountAddress && null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1464
+ }, _errorFactory)) && ((null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1465
+ method: "createAssert",
1466
+ path: _path + ".accountAddress",
1467
+ expected: "(__type.o9 | string | undefined)",
1468
+ value: input.accountAddress
1469
+ }, _errorFactory)) && (undefined === input.accountAddress || "string" === typeof input.accountAddress || ("object" === typeof input.accountAddress && null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1330
1470
  method: "createAssert",
1331
1471
  path: _path + ".accountAddress",
1332
- expected: "(PhysicalAddress | undefined)",
1472
+ expected: "(__type.o9 | string | undefined)",
1333
1473
  value: input.accountAddress
1334
1474
  }, _errorFactory)) && _ao19(input.accountAddress, _path + ".accountAddress", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1335
1475
  method: "createAssert",
1336
1476
  path: _path + ".accountAddress",
1337
- expected: "(PhysicalAddress | undefined)",
1477
+ expected: "(__type.o9 | string | undefined)",
1338
1478
  value: input.accountAddress
1339
- }, _errorFactory)) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1479
+ }, _errorFactory))) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1340
1480
  method: "createAssert",
1341
1481
  path: _path + ".type",
1342
1482
  expected: "\"bank-account\"",
@@ -1354,19 +1494,19 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1354
1494
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1355
1495
  method: "createAssert",
1356
1496
  path: _path + ".accountOwner",
1357
- expected: "__type.o11",
1497
+ expected: "__type.o12",
1358
1498
  value: input.accountOwner
1359
1499
  }, _errorFactory)) && _ao21(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1360
1500
  method: "createAssert",
1361
1501
  path: _path + ".accountOwner",
1362
- expected: "__type.o11",
1502
+ expected: "__type.o12",
1363
1503
  value: input.accountOwner
1364
1504
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1365
1505
  method: "createAssert",
1366
1506
  path: _path + ".bankName",
1367
1507
  expected: "(string | undefined)",
1368
1508
  value: input.bankName
1369
- }, _errorFactory)); const _ao39 = (input, _path, _exceptionable = true) => ("string" === typeof input.accountNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1509
+ }, _errorFactory)); const _ao41 = (input, _path, _exceptionable = true) => ("string" === typeof input.accountNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1370
1510
  method: "createAssert",
1371
1511
  path: _path + ".accountNumber",
1372
1512
  expected: "string",
@@ -1381,17 +1521,22 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1381
1521
  path: _path + ".accountTypeDetail",
1382
1522
  expected: "(\"checking\" | \"savings\")",
1383
1523
  value: input.accountTypeDetail
1384
- }, _errorFactory)) && (undefined === input.accountAddress || ("object" === typeof input.accountAddress && null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1524
+ }, _errorFactory)) && ((null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1385
1525
  method: "createAssert",
1386
1526
  path: _path + ".accountAddress",
1387
- expected: "(PhysicalAddress | undefined)",
1527
+ expected: "(__type.o9 | string | undefined)",
1528
+ value: input.accountAddress
1529
+ }, _errorFactory)) && (undefined === input.accountAddress || "string" === typeof input.accountAddress || ("object" === typeof input.accountAddress && null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1530
+ method: "createAssert",
1531
+ path: _path + ".accountAddress",
1532
+ expected: "(__type.o9 | string | undefined)",
1388
1533
  value: input.accountAddress
1389
1534
  }, _errorFactory)) && _ao19(input.accountAddress, _path + ".accountAddress", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1390
1535
  method: "createAssert",
1391
1536
  path: _path + ".accountAddress",
1392
- expected: "(PhysicalAddress | undefined)",
1537
+ expected: "(__type.o9 | string | undefined)",
1393
1538
  value: input.accountAddress
1394
- }, _errorFactory)) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1539
+ }, _errorFactory))) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1395
1540
  method: "createAssert",
1396
1541
  path: _path + ".type",
1397
1542
  expected: "\"bank-account\"",
@@ -1409,19 +1554,19 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1409
1554
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1410
1555
  method: "createAssert",
1411
1556
  path: _path + ".accountOwner",
1412
- expected: "__type.o13",
1557
+ expected: "__type.o14",
1413
1558
  value: input.accountOwner
1414
1559
  }, _errorFactory)) && _ao23(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1415
1560
  method: "createAssert",
1416
1561
  path: _path + ".accountOwner",
1417
- expected: "__type.o13",
1562
+ expected: "__type.o14",
1418
1563
  value: input.accountOwner
1419
1564
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1420
1565
  method: "createAssert",
1421
1566
  path: _path + ".bankName",
1422
1567
  expected: "(string | undefined)",
1423
1568
  value: input.bankName
1424
- }, _errorFactory)); const _ao40 = (input, _path, _exceptionable = true) => ("string" === typeof input.accountNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1569
+ }, _errorFactory)); const _ao42 = (input, _path, _exceptionable = true) => ("string" === typeof input.accountNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1425
1570
  method: "createAssert",
1426
1571
  path: _path + ".accountNumber",
1427
1572
  expected: "string",
@@ -1436,17 +1581,22 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1436
1581
  path: _path + ".accountTypeDetail",
1437
1582
  expected: "(\"checking\" | \"savings\")",
1438
1583
  value: input.accountTypeDetail
1439
- }, _errorFactory)) && (undefined === input.accountAddress || ("object" === typeof input.accountAddress && null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1584
+ }, _errorFactory)) && ((null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1585
+ method: "createAssert",
1586
+ path: _path + ".accountAddress",
1587
+ expected: "(__type.o9 | string | undefined)",
1588
+ value: input.accountAddress
1589
+ }, _errorFactory)) && (undefined === input.accountAddress || "string" === typeof input.accountAddress || ("object" === typeof input.accountAddress && null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1440
1590
  method: "createAssert",
1441
1591
  path: _path + ".accountAddress",
1442
- expected: "(PhysicalAddress | undefined)",
1592
+ expected: "(__type.o9 | string | undefined)",
1443
1593
  value: input.accountAddress
1444
1594
  }, _errorFactory)) && _ao19(input.accountAddress, _path + ".accountAddress", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1445
1595
  method: "createAssert",
1446
1596
  path: _path + ".accountAddress",
1447
- expected: "(PhysicalAddress | undefined)",
1597
+ expected: "(__type.o9 | string | undefined)",
1448
1598
  value: input.accountAddress
1449
- }, _errorFactory)) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1599
+ }, _errorFactory))) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1450
1600
  method: "createAssert",
1451
1601
  path: _path + ".type",
1452
1602
  expected: "\"bank-account\"",
@@ -1464,19 +1614,19 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1464
1614
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1465
1615
  method: "createAssert",
1466
1616
  path: _path + ".accountOwner",
1467
- expected: "__type.o15",
1617
+ expected: "__type.o16",
1468
1618
  value: input.accountOwner
1469
1619
  }, _errorFactory)) && _ao25(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1470
1620
  method: "createAssert",
1471
1621
  path: _path + ".accountOwner",
1472
- expected: "__type.o15",
1622
+ expected: "__type.o16",
1473
1623
  value: input.accountOwner
1474
1624
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1475
1625
  method: "createAssert",
1476
1626
  path: _path + ".bankName",
1477
1627
  expected: "(string | undefined)",
1478
1628
  value: input.bankName
1479
- }, _errorFactory)); const _ao41 = (input, _path, _exceptionable = true) => ("TRON_SEND" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1629
+ }, _errorFactory)); const _ao43 = (input, _path, _exceptionable = true) => ("TRON_SEND" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1480
1630
  method: "createAssert",
1481
1631
  path: _path + ".type",
1482
1632
  expected: "\"TRON_SEND\"",
@@ -1511,7 +1661,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1511
1661
  path: _path + ".tokenAddress",
1512
1662
  expected: "(string | undefined)",
1513
1663
  value: input.tokenAddress
1514
- }, _errorFactory)); const _ao42 = (input, _path, _exceptionable = true) => ("BITCOIN_SEND" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1664
+ }, _errorFactory)); const _ao44 = (input, _path, _exceptionable = true) => ("BITCOIN_SEND" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1515
1665
  method: "createAssert",
1516
1666
  path: _path + ".type",
1517
1667
  expected: "\"BITCOIN_SEND\"",
@@ -1541,7 +1691,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1541
1691
  path: _path + ".sendToAddress",
1542
1692
  expected: "string",
1543
1693
  value: input.sendToAddress
1544
- }, _errorFactory)); const _ao43 = (input, _path, _exceptionable = true) => ("SOLANA_SEND" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1694
+ }, _errorFactory)); const _ao45 = (input, _path, _exceptionable = true) => ("SOLANA_SEND" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1545
1695
  method: "createAssert",
1546
1696
  path: _path + ".type",
1547
1697
  expected: "\"SOLANA_SEND\"",
@@ -1576,15 +1726,15 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1576
1726
  path: _path + ".tokenMintAddress",
1577
1727
  expected: "(string | undefined)",
1578
1728
  value: input.tokenMintAddress
1579
- }, _errorFactory)); const _ao44 = (input, _path, _exceptionable = true) => (("object" === typeof input.recipient && null !== input.recipient || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1729
+ }, _errorFactory)); const _ao46 = (input, _path, _exceptionable = true) => (("object" === typeof input.recipient && null !== input.recipient || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1580
1730
  method: "createAssert",
1581
1731
  path: _path + ".recipient",
1582
- expected: "__type.o33",
1732
+ expected: "__type.o34",
1583
1733
  value: input.recipient
1584
- }, _errorFactory)) && _ao45(input.recipient, _path + ".recipient", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1734
+ }, _errorFactory)) && _ao47(input.recipient, _path + ".recipient", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1585
1735
  method: "createAssert",
1586
1736
  path: _path + ".recipient",
1587
- expected: "__type.o33",
1737
+ expected: "__type.o34",
1588
1738
  value: input.recipient
1589
1739
  }, _errorFactory)) && ((null !== input.location || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1590
1740
  method: "createAssert",
@@ -1604,12 +1754,12 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1604
1754
  }, _errorFactory))) && (undefined === input.providerInformation || ("object" === typeof input.providerInformation && null !== input.providerInformation && false === Array.isArray(input.providerInformation) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1605
1755
  method: "createAssert",
1606
1756
  path: _path + ".providerInformation",
1607
- expected: "(__type.o34 | undefined)",
1757
+ expected: "(__type.o35 | undefined)",
1608
1758
  value: input.providerInformation
1609
- }, _errorFactory)) && _ao46(input.providerInformation, _path + ".providerInformation", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1759
+ }, _errorFactory)) && _ao48(input.providerInformation, _path + ".providerInformation", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1610
1760
  method: "createAssert",
1611
1761
  path: _path + ".providerInformation",
1612
- expected: "(__type.o34 | undefined)",
1762
+ expected: "(__type.o35 | undefined)",
1613
1763
  value: input.providerInformation
1614
1764
  }, _errorFactory)) && (undefined === input.pastInstructions || (Array.isArray(input.pastInstructions) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1615
1765
  method: "createAssert",
@@ -1619,19 +1769,19 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1619
1769
  }, _errorFactory)) && input.pastInstructions.every((elem, _index37) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1620
1770
  method: "createAssert",
1621
1771
  path: _path + ".pastInstructions[" + _index37 + "]",
1622
- expected: "(Omit<{ type: \"ACH\" | \"WIRE\" | \"SEPA_PUSH\"; account: BankAccountAddressResolved; depositMessage?: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"BITCOIN_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_CALL\"; location: AssetLocationLike; contractAddress: `0x${string}`; contractMethodName: string; contractMethodArgs: string[]; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_SEND\"; location: AssetLocationLike; sendToAddress: `0x${string}`; value: string; tokenAddress: `0x${string}`; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"KEETA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress: string; external?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"SOLANA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenMintAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"TRON_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\">)",
1772
+ expected: "(Omit<{ type: \"BITCOIN_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_CALL\"; location: AssetLocationLike; contractAddress: `0x${string}`; contractMethodName: string; contractMethodArgs: string[]; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_SEND\"; location: AssetLocationLike; sendToAddress: `0x${string}`; value: string; tokenAddress: `0x${string}`; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"KEETA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress: string; external?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"SOLANA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenMintAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"TRON_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: FiatRails; account: BankAccountAddressResolved; depositMessage?: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\">)",
1623
1773
  value: elem
1624
1774
  }, _errorFactory)) && _au0(elem, _path + ".pastInstructions[" + _index37 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1625
1775
  method: "createAssert",
1626
1776
  path: _path + ".pastInstructions[" + _index37 + "]",
1627
- expected: "(Omit<{ type: \"ACH\" | \"WIRE\" | \"SEPA_PUSH\"; account: BankAccountAddressResolved; depositMessage?: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"BITCOIN_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_CALL\"; location: AssetLocationLike; contractAddress: `0x${string}`; contractMethodName: string; contractMethodArgs: string[]; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_SEND\"; location: AssetLocationLike; sendToAddress: `0x${string}`; value: string; tokenAddress: `0x${string}`; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"KEETA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress: string; external?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"SOLANA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenMintAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"TRON_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\">)",
1777
+ expected: "(Omit<{ type: \"BITCOIN_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_CALL\"; location: AssetLocationLike; contractAddress: `0x${string}`; contractMethodName: string; contractMethodArgs: string[]; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_SEND\"; location: AssetLocationLike; sendToAddress: `0x${string}`; value: string; tokenAddress: `0x${string}`; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"KEETA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress: string; external?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"SOLANA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenMintAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"TRON_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: FiatRails; account: BankAccountAddressResolved; depositMessage?: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\">)",
1628
1778
  value: elem
1629
1779
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1630
1780
  method: "createAssert",
1631
1781
  path: _path + ".pastInstructions",
1632
1782
  expected: "(Array<TransferInstructionShape> | undefined)",
1633
1783
  value: input.pastInstructions
1634
- }, _errorFactory)); const _ao45 = (input, _path, _exceptionable = true) => ("persistent-address" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1784
+ }, _errorFactory)); const _ao47 = (input, _path, _exceptionable = true) => ("persistent-address" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1635
1785
  method: "createAssert",
1636
1786
  path: _path + ".type",
1637
1787
  expected: "\"persistent-address\"",
@@ -1641,7 +1791,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1641
1791
  path: _path + ".persistentAddressId",
1642
1792
  expected: "string",
1643
1793
  value: input.persistentAddressId
1644
- }, _errorFactory)); const _ao46 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
1794
+ }, _errorFactory)); const _ao48 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
1645
1795
  const value = input[key];
1646
1796
  if (undefined === value)
1647
1797
  return true;
@@ -1661,25 +1811,25 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1661
1811
  expected: "Array<\"template\">",
1662
1812
  value: value
1663
1813
  }, _errorFactory);
1664
- }); const _ao47 = (input, _path, _exceptionable = true) => (null !== input.recipient || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1814
+ }); const _ao49 = (input, _path, _exceptionable = true) => (null !== input.recipient || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1665
1815
  method: "createAssert",
1666
1816
  path: _path + ".recipient",
1667
- expected: "(AirtelMoneyMobileWalletResolved | BkashMobileWalletResolved | EasyPaisaMobileWalletResolved | FinjaWalletMobileWalletResolved | InteracBankAccountResolved | JazzCashMobileWalletResolved | MtnMobileMoneyMobileWalletResolved | NagadMobileWalletResolved | NayaPayMobileWalletResolved | PaypalMobileWalletResolved | RocketMobileWalletResolved | SadaPayMobileWalletResolved | VenmoMobileWalletResolved | string | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; } | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { bankName?: string; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o1 | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o2 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; } | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o1 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o2)",
1817
+ expected: "(AirtelMoneyMobileWalletResolved | BkashMobileWalletResolved | EasyPaisaMobileWalletResolved | FinjaWalletMobileWalletResolved | JazzCashMobileWalletResolved | MtnMobileMoneyMobileWalletResolved | NagadMobileWalletResolved | NayaPayMobileWalletResolved | PaypalMobileWalletResolved | RocketMobileWalletResolved | SadaPayMobileWalletResolved | VenmoMobileWalletResolved | string | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; } | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { bankName?: string; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o1 | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o2 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; } | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o1 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o2)",
1668
1818
  value: input.recipient
1669
1819
  }, _errorFactory)) && (undefined !== input.recipient || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1670
1820
  method: "createAssert",
1671
1821
  path: _path + ".recipient",
1672
- expected: "(AirtelMoneyMobileWalletResolved | BkashMobileWalletResolved | EasyPaisaMobileWalletResolved | FinjaWalletMobileWalletResolved | InteracBankAccountResolved | JazzCashMobileWalletResolved | MtnMobileMoneyMobileWalletResolved | NagadMobileWalletResolved | NayaPayMobileWalletResolved | PaypalMobileWalletResolved | RocketMobileWalletResolved | SadaPayMobileWalletResolved | VenmoMobileWalletResolved | string | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; } | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { bankName?: string; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o1 | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o2 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; } | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o1 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o2)",
1822
+ expected: "(AirtelMoneyMobileWalletResolved | BkashMobileWalletResolved | EasyPaisaMobileWalletResolved | FinjaWalletMobileWalletResolved | JazzCashMobileWalletResolved | MtnMobileMoneyMobileWalletResolved | NagadMobileWalletResolved | NayaPayMobileWalletResolved | PaypalMobileWalletResolved | RocketMobileWalletResolved | SadaPayMobileWalletResolved | VenmoMobileWalletResolved | string | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; } | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { bankName?: string; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o1 | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o2 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; } | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o1 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o2)",
1673
1823
  value: input.recipient
1674
1824
  }, _errorFactory)) && ("string" === typeof input.recipient || ("object" === typeof input.recipient && null !== input.recipient || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1675
1825
  method: "createAssert",
1676
1826
  path: _path + ".recipient",
1677
- expected: "(AirtelMoneyMobileWalletResolved | BkashMobileWalletResolved | EasyPaisaMobileWalletResolved | FinjaWalletMobileWalletResolved | InteracBankAccountResolved | JazzCashMobileWalletResolved | MtnMobileMoneyMobileWalletResolved | NagadMobileWalletResolved | NayaPayMobileWalletResolved | PaypalMobileWalletResolved | RocketMobileWalletResolved | SadaPayMobileWalletResolved | VenmoMobileWalletResolved | string | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; } | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { bankName?: string; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o1 | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o2 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; } | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o1 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o2)",
1827
+ expected: "(AirtelMoneyMobileWalletResolved | BkashMobileWalletResolved | EasyPaisaMobileWalletResolved | FinjaWalletMobileWalletResolved | JazzCashMobileWalletResolved | MtnMobileMoneyMobileWalletResolved | NagadMobileWalletResolved | NayaPayMobileWalletResolved | PaypalMobileWalletResolved | RocketMobileWalletResolved | SadaPayMobileWalletResolved | VenmoMobileWalletResolved | string | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; } | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { bankName?: string; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o1 | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o2 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; } | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o1 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o2)",
1678
1828
  value: input.recipient
1679
1829
  }, _errorFactory)) && _au5(input.recipient, _path + ".recipient", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1680
1830
  method: "createAssert",
1681
1831
  path: _path + ".recipient",
1682
- expected: "(AirtelMoneyMobileWalletResolved | BkashMobileWalletResolved | EasyPaisaMobileWalletResolved | FinjaWalletMobileWalletResolved | InteracBankAccountResolved | JazzCashMobileWalletResolved | MtnMobileMoneyMobileWalletResolved | NagadMobileWalletResolved | NayaPayMobileWalletResolved | PaypalMobileWalletResolved | RocketMobileWalletResolved | SadaPayMobileWalletResolved | VenmoMobileWalletResolved | string | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; } | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { bankName?: string; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o1 | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o2 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; } | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o1 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o2)",
1832
+ expected: "(AirtelMoneyMobileWalletResolved | BkashMobileWalletResolved | EasyPaisaMobileWalletResolved | FinjaWalletMobileWalletResolved | JazzCashMobileWalletResolved | MtnMobileMoneyMobileWalletResolved | NagadMobileWalletResolved | NayaPayMobileWalletResolved | PaypalMobileWalletResolved | RocketMobileWalletResolved | SadaPayMobileWalletResolved | VenmoMobileWalletResolved | string | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; } | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { bankName?: string; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o1 | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o2 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; } | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o1 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o2)",
1683
1833
  value: input.recipient
1684
1834
  }, _errorFactory)) && ((null !== input.location || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1685
1835
  method: "createAssert",
@@ -1699,12 +1849,12 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1699
1849
  }, _errorFactory))) && (undefined === input.providerInformation || ("object" === typeof input.providerInformation && null !== input.providerInformation && false === Array.isArray(input.providerInformation) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1700
1850
  method: "createAssert",
1701
1851
  path: _path + ".providerInformation",
1702
- expected: "(__type.o34 | undefined)",
1852
+ expected: "(__type.o35 | undefined)",
1703
1853
  value: input.providerInformation
1704
- }, _errorFactory)) && _ao46(input.providerInformation, _path + ".providerInformation", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1854
+ }, _errorFactory)) && _ao48(input.providerInformation, _path + ".providerInformation", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1705
1855
  method: "createAssert",
1706
1856
  path: _path + ".providerInformation",
1707
- expected: "(__type.o34 | undefined)",
1857
+ expected: "(__type.o35 | undefined)",
1708
1858
  value: input.providerInformation
1709
1859
  }, _errorFactory)) && (undefined === input.pastInstructions || (Array.isArray(input.pastInstructions) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1710
1860
  method: "createAssert",
@@ -1714,19 +1864,19 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1714
1864
  }, _errorFactory)) && input.pastInstructions.every((elem, _index40) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1715
1865
  method: "createAssert",
1716
1866
  path: _path + ".pastInstructions[" + _index40 + "]",
1717
- expected: "(Omit<{ type: \"ACH\" | \"WIRE\" | \"SEPA_PUSH\"; account: BankAccountAddressResolved; depositMessage?: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"BITCOIN_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_CALL\"; location: AssetLocationLike; contractAddress: `0x${string}`; contractMethodName: string; contractMethodArgs: string[]; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_SEND\"; location: AssetLocationLike; sendToAddress: `0x${string}`; value: string; tokenAddress: `0x${string}`; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"KEETA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress: string; external?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"SOLANA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenMintAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"TRON_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\">)",
1867
+ expected: "(Omit<{ type: \"BITCOIN_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_CALL\"; location: AssetLocationLike; contractAddress: `0x${string}`; contractMethodName: string; contractMethodArgs: string[]; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_SEND\"; location: AssetLocationLike; sendToAddress: `0x${string}`; value: string; tokenAddress: `0x${string}`; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"KEETA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress: string; external?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"SOLANA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenMintAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"TRON_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: FiatRails; account: BankAccountAddressResolved; depositMessage?: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\">)",
1718
1868
  value: elem
1719
1869
  }, _errorFactory)) && _au0(elem, _path + ".pastInstructions[" + _index40 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1720
1870
  method: "createAssert",
1721
1871
  path: _path + ".pastInstructions[" + _index40 + "]",
1722
- expected: "(Omit<{ type: \"ACH\" | \"WIRE\" | \"SEPA_PUSH\"; account: BankAccountAddressResolved; depositMessage?: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"BITCOIN_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_CALL\"; location: AssetLocationLike; contractAddress: `0x${string}`; contractMethodName: string; contractMethodArgs: string[]; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_SEND\"; location: AssetLocationLike; sendToAddress: `0x${string}`; value: string; tokenAddress: `0x${string}`; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"KEETA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress: string; external?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"SOLANA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenMintAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"TRON_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\">)",
1872
+ expected: "(Omit<{ type: \"BITCOIN_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_CALL\"; location: AssetLocationLike; contractAddress: `0x${string}`; contractMethodName: string; contractMethodArgs: string[]; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_SEND\"; location: AssetLocationLike; sendToAddress: `0x${string}`; value: string; tokenAddress: `0x${string}`; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"KEETA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress: string; external?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"SOLANA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenMintAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"TRON_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: FiatRails; account: BankAccountAddressResolved; depositMessage?: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\">)",
1723
1873
  value: elem
1724
1874
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1725
1875
  method: "createAssert",
1726
1876
  path: _path + ".pastInstructions",
1727
1877
  expected: "(Array<TransferInstructionShape> | undefined)",
1728
1878
  value: input.pastInstructions
1729
- }, _errorFactory)); const _ao48 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1879
+ }, _errorFactory)); const _ao50 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1730
1880
  method: "createAssert",
1731
1881
  path: _path + ".type",
1732
1882
  expected: "\"mobile-wallet\"",
@@ -1746,7 +1896,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1746
1896
  path: _path + ".phoneNumber",
1747
1897
  expected: "string",
1748
1898
  value: input.phoneNumber
1749
- }, _errorFactory)); const _ao49 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1899
+ }, _errorFactory)); const _ao51 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1750
1900
  method: "createAssert",
1751
1901
  path: _path + ".type",
1752
1902
  expected: "\"mobile-wallet\"",
@@ -1766,7 +1916,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1766
1916
  path: _path + ".phoneNumber",
1767
1917
  expected: "string",
1768
1918
  value: input.phoneNumber
1769
- }, _errorFactory)); const _ao50 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1919
+ }, _errorFactory)); const _ao52 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1770
1920
  method: "createAssert",
1771
1921
  path: _path + ".type",
1772
1922
  expected: "\"mobile-wallet\"",
@@ -1786,7 +1936,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1786
1936
  path: _path + ".phoneNumber",
1787
1937
  expected: "string",
1788
1938
  value: input.phoneNumber
1789
- }, _errorFactory)); const _ao51 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1939
+ }, _errorFactory)); const _ao53 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1790
1940
  method: "createAssert",
1791
1941
  path: _path + ".type",
1792
1942
  expected: "\"mobile-wallet\"",
@@ -1806,7 +1956,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1806
1956
  path: _path + ".phoneNumber",
1807
1957
  expected: "string",
1808
1958
  value: input.phoneNumber
1809
- }, _errorFactory)); const _ao52 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1959
+ }, _errorFactory)); const _ao54 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1810
1960
  method: "createAssert",
1811
1961
  path: _path + ".type",
1812
1962
  expected: "\"mobile-wallet\"",
@@ -1826,7 +1976,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1826
1976
  path: _path + ".phoneNumber",
1827
1977
  expected: "string",
1828
1978
  value: input.phoneNumber
1829
- }, _errorFactory)); const _ao53 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1979
+ }, _errorFactory)); const _ao55 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1830
1980
  method: "createAssert",
1831
1981
  path: _path + ".type",
1832
1982
  expected: "\"mobile-wallet\"",
@@ -1846,7 +1996,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1846
1996
  path: _path + ".phoneNumber",
1847
1997
  expected: "string",
1848
1998
  value: input.phoneNumber
1849
- }, _errorFactory)); const _ao54 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1999
+ }, _errorFactory)); const _ao56 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1850
2000
  method: "createAssert",
1851
2001
  path: _path + ".type",
1852
2002
  expected: "\"mobile-wallet\"",
@@ -1866,7 +2016,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1866
2016
  path: _path + ".phoneNumber",
1867
2017
  expected: "string",
1868
2018
  value: input.phoneNumber
1869
- }, _errorFactory)); const _ao55 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2019
+ }, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1870
2020
  method: "createAssert",
1871
2021
  path: _path + ".type",
1872
2022
  expected: "\"mobile-wallet\"",
@@ -1886,7 +2036,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1886
2036
  path: _path + ".phoneNumber",
1887
2037
  expected: "string",
1888
2038
  value: input.phoneNumber
1889
- }, _errorFactory)); const _ao56 = (input, _path, _exceptionable = true) => (undefined === input.phoneNumber || "string" === typeof input.phoneNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2039
+ }, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => (undefined === input.phoneNumber || "string" === typeof input.phoneNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1890
2040
  method: "createAssert",
1891
2041
  path: _path + ".phoneNumber",
1892
2042
  expected: "(string | undefined)",
@@ -1911,7 +2061,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1911
2061
  path: _path + ".obfuscated",
1912
2062
  expected: "(false | undefined)",
1913
2063
  value: input.obfuscated
1914
- }, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2064
+ }, _errorFactory)); const _ao59 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1915
2065
  method: "createAssert",
1916
2066
  path: _path + ".type",
1917
2067
  expected: "\"mobile-wallet\"",
@@ -1931,7 +2081,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1931
2081
  path: _path + ".phoneNumber",
1932
2082
  expected: "string",
1933
2083
  value: input.phoneNumber
1934
- }, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2084
+ }, _errorFactory)); const _ao60 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1935
2085
  method: "createAssert",
1936
2086
  path: _path + ".type",
1937
2087
  expected: "\"mobile-wallet\"",
@@ -1951,7 +2101,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1951
2101
  path: _path + ".phoneNumber",
1952
2102
  expected: "string",
1953
2103
  value: input.phoneNumber
1954
- }, _errorFactory)); const _ao59 = (input, _path, _exceptionable = true) => ("string" === typeof input.username || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2104
+ }, _errorFactory)); const _ao61 = (input, _path, _exceptionable = true) => ("string" === typeof input.username || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1955
2105
  method: "createAssert",
1956
2106
  path: _path + ".username",
1957
2107
  expected: "string",
@@ -1978,22 +2128,22 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1978
2128
  return _ao15(input, _path, true && _exceptionable);
1979
2129
  else if ("EVM_CALL" === input.type)
1980
2130
  return _ao16(input, _path, true && _exceptionable);
1981
- else if ("ACH" === input.type || "WIRE" === input.type || "SEPA_PUSH" === input.type)
2131
+ else if ("ACH" === input.type || "ACH_DEBIT" === input.type || "WIRE" === input.type || "PIX_PUSH" === input.type || "SPEI_PUSH" === input.type || "WIRE_INTL_PUSH" === input.type || "SEPA_PUSH" === input.type || "MOBILE_WALLET" === input.type)
1982
2132
  return _ao17(input, _path, true && _exceptionable);
1983
2133
  else if ("TRON_SEND" === input.type)
1984
- return _ao41(input, _path, true && _exceptionable);
2134
+ return _ao43(input, _path, true && _exceptionable);
1985
2135
  else if ("BITCOIN_SEND" === input.type)
1986
- return _ao42(input, _path, true && _exceptionable);
2136
+ return _ao44(input, _path, true && _exceptionable);
1987
2137
  else if ("SOLANA_SEND" === input.type)
1988
- return _ao43(input, _path, true && _exceptionable);
2138
+ return _ao45(input, _path, true && _exceptionable);
1989
2139
  else
1990
2140
  return __typia_transform__assertGuard._assertGuard(_exceptionable, {
1991
2141
  method: "createAssert",
1992
2142
  path: _path,
1993
- expected: "(Omit<{ type: \"KEETA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress: string; external?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_SEND\"; location: AssetLocationLike; sendToAddress: `0x${string}`; value: string; tokenAddress: `0x${string}`; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_CALL\"; location: AssetLocationLike; contractAddress: `0x${string}`; contractMethodName: string; contractMethodArgs: string[]; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"ACH\" | \"WIRE\" | \"SEPA_PUSH\"; account: BankAccountAddressResolved; depositMessage?: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"TRON_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"BITCOIN_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"SOLANA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenMintAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\">)",
2143
+ expected: "(Omit<{ type: \"KEETA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress: string; external?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_SEND\"; location: AssetLocationLike; sendToAddress: `0x${string}`; value: string; tokenAddress: `0x${string}`; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"EVM_CALL\"; location: AssetLocationLike; contractAddress: `0x${string}`; contractMethodName: string; contractMethodArgs: string[]; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: FiatRails; account: BankAccountAddressResolved; depositMessage?: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"TRON_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"BITCOIN_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\"> | Omit<{ type: \"SOLANA_SEND\"; location: AssetLocationLike; sendToAddress: string; value: string; tokenMintAddress?: string; } & { assetFee: string | AssetFeeBreakdown; totalReceiveAmount?: string; persistentAddressId?: string; }, \"value\" | \"persistentAddressId\" | \"assetFee\" | \"totalReceiveAmount\">)",
1994
2144
  value: input
1995
2145
  }, _errorFactory);
1996
- })(); const _au1 = (input, _path, _exceptionable = true) => _ao47(input, _path, false && _exceptionable) || _ao44(input, _path, false && _exceptionable) || _ao1(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2146
+ })(); const _au1 = (input, _path, _exceptionable = true) => _ao49(input, _path, false && _exceptionable) || _ao46(input, _path, false && _exceptionable) || _ao1(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1997
2147
  method: "createAssert",
1998
2148
  path: _path,
1999
2149
  expected: "(OtherContactAddress | TemplateContactAddress | KeetaContactAddress)",
@@ -2030,48 +2180,41 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
2030
2180
  expected: "(__type | __type.o2 | __type.o3 | __type.o4 | __type.o5)",
2031
2181
  value: input
2032
2182
  }, _errorFactory);
2033
- })(); const _au4 = (input, _path, _exceptionable = true) => (() => {
2034
- if ("interac" === input.accountType)
2035
- return _ao33(input, _path, true && _exceptionable);
2036
- else
2037
- return _ao24(input, _path, false && _exceptionable) || _ao22(input, _path, false && _exceptionable) || _ao18(input, _path, false && _exceptionable) || _ao28(input, _path, false && _exceptionable) || _ao27(input, _path, false && _exceptionable) || _ao26(input, _path, false && _exceptionable) || _ao32(input, _path, false && _exceptionable) || _ao31(input, _path, false && _exceptionable) || _ao29(input, _path, false && _exceptionable) || _ao37(input, _path, false && _exceptionable) || _ao36(input, _path, false && _exceptionable) || _ao34(input, _path, false && _exceptionable) || _ao40(input, _path, false && _exceptionable) || _ao39(input, _path, false && _exceptionable) || _ao38(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2038
- method: "createAssert",
2039
- path: _path,
2040
- expected: "({ ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o2 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o1 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { bankName?: string; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o2 | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o1 | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; })",
2041
- value: input
2042
- }, _errorFactory);
2043
- })(); const _au5 = (input, _path, _exceptionable = true) => (() => {
2044
- if ("interac" === input.accountType)
2045
- return _ao33(input, _path, true && _exceptionable);
2046
- else if ("sada-pay" === input.accountType)
2047
- return _ao58(input, _path, true && _exceptionable);
2183
+ })(); const _au4 = (input, _path, _exceptionable = true) => _ao24(input, _path, false && _exceptionable) || _ao22(input, _path, false && _exceptionable) || _ao18(input, _path, false && _exceptionable) || _ao28(input, _path, false && _exceptionable) || _ao27(input, _path, false && _exceptionable) || _ao26(input, _path, false && _exceptionable) || _ao32(input, _path, false && _exceptionable) || _ao31(input, _path, false && _exceptionable) || _ao29(input, _path, false && _exceptionable) || _ao35(input, _path, false && _exceptionable) || _ao34(input, _path, false && _exceptionable) || _ao33(input, _path, false && _exceptionable) || _ao39(input, _path, false && _exceptionable) || _ao38(input, _path, false && _exceptionable) || _ao36(input, _path, false && _exceptionable) || _ao42(input, _path, false && _exceptionable) || _ao41(input, _path, false && _exceptionable) || _ao40(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2184
+ method: "createAssert",
2185
+ path: _path,
2186
+ expected: "({ ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o2 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o1 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { bankName?: string; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o2 | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o1 | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; })",
2187
+ value: input
2188
+ }, _errorFactory); const _au5 = (input, _path, _exceptionable = true) => (() => {
2189
+ if ("sada-pay" === input.accountType)
2190
+ return _ao60(input, _path, true && _exceptionable);
2048
2191
  else if ("rocket" === input.accountType)
2049
- return _ao57(input, _path, true && _exceptionable);
2192
+ return _ao59(input, _path, true && _exceptionable);
2050
2193
  else if ("naya-pay" === input.accountType)
2051
- return _ao55(input, _path, true && _exceptionable);
2194
+ return _ao57(input, _path, true && _exceptionable);
2052
2195
  else if ("nagad" === input.accountType)
2053
- return _ao54(input, _path, true && _exceptionable);
2196
+ return _ao56(input, _path, true && _exceptionable);
2054
2197
  else if ("mtn-mobile-money" === input.accountType)
2055
- return _ao53(input, _path, true && _exceptionable);
2198
+ return _ao55(input, _path, true && _exceptionable);
2056
2199
  else if ("jazz-cash" === input.accountType)
2057
- return _ao52(input, _path, true && _exceptionable);
2200
+ return _ao54(input, _path, true && _exceptionable);
2058
2201
  else if ("finja-wallet" === input.accountType)
2059
- return _ao51(input, _path, true && _exceptionable);
2202
+ return _ao53(input, _path, true && _exceptionable);
2060
2203
  else if ("easy-paisa" === input.accountType)
2061
- return _ao50(input, _path, true && _exceptionable);
2204
+ return _ao52(input, _path, true && _exceptionable);
2062
2205
  else if ("bkash" === input.accountType)
2063
- return _ao49(input, _path, true && _exceptionable);
2206
+ return _ao51(input, _path, true && _exceptionable);
2064
2207
  else if ("airtel-money" === input.accountType)
2065
- return _ao48(input, _path, true && _exceptionable);
2208
+ return _ao50(input, _path, true && _exceptionable);
2066
2209
  else if ("paypal" === input.accountType)
2067
- return _ao56(input, _path, true && _exceptionable);
2210
+ return _ao58(input, _path, true && _exceptionable);
2068
2211
  else if ("venmo" === input.accountType)
2069
- return _ao59(input, _path, true && _exceptionable);
2212
+ return _ao61(input, _path, true && _exceptionable);
2070
2213
  else
2071
- return _ao24(input, _path, false && _exceptionable) || _ao22(input, _path, false && _exceptionable) || _ao18(input, _path, false && _exceptionable) || _ao28(input, _path, false && _exceptionable) || _ao27(input, _path, false && _exceptionable) || _ao26(input, _path, false && _exceptionable) || _ao32(input, _path, false && _exceptionable) || _ao31(input, _path, false && _exceptionable) || _ao29(input, _path, false && _exceptionable) || _ao37(input, _path, false && _exceptionable) || _ao36(input, _path, false && _exceptionable) || _ao34(input, _path, false && _exceptionable) || _ao40(input, _path, false && _exceptionable) || _ao39(input, _path, false && _exceptionable) || _ao38(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2214
+ return _ao24(input, _path, false && _exceptionable) || _ao22(input, _path, false && _exceptionable) || _ao18(input, _path, false && _exceptionable) || _ao28(input, _path, false && _exceptionable) || _ao27(input, _path, false && _exceptionable) || _ao26(input, _path, false && _exceptionable) || _ao32(input, _path, false && _exceptionable) || _ao31(input, _path, false && _exceptionable) || _ao29(input, _path, false && _exceptionable) || _ao35(input, _path, false && _exceptionable) || _ao34(input, _path, false && _exceptionable) || _ao33(input, _path, false && _exceptionable) || _ao39(input, _path, false && _exceptionable) || _ao38(input, _path, false && _exceptionable) || _ao36(input, _path, false && _exceptionable) || _ao42(input, _path, false && _exceptionable) || _ao41(input, _path, false && _exceptionable) || _ao40(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2072
2215
  method: "createAssert",
2073
2216
  path: _path,
2074
- expected: "({ ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o2 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o1 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { bankName?: string; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o2 | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o1 | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; })",
2217
+ expected: "({ ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o2 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; }.o1 | { ownerAddress?: PhysicalAddress; cardNumber: string; securityCode: string; expirationDate: MonthYearDateInput; cardType?: CardType; } & { ...; } & { ...; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { bankName?: string; } | { accountNumber: string; } & { type: \"bank-account\"; accountType: \"clabe\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { bankName?: string; } | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o2 | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; }.o1 | { country?: \"AF\" | \"AX\" | \"AL\" | \"DZ\" | \"AS\" | \"AD\" | \"AO\" | \"AI\" | \"AQ\" | \"AG\" | \"AR\" | \"AM\" | \"AW\" | \"AU\" | \"AT\" | \"AZ\" | \"BS\" | \"BH\" | \"BD\" | \"BB\" | \"BY\" | \"BE\" | \"BZ\" | \"BJ\" | \"BM\" | \"BT\" | ... 221 more ... | \"ZW\"; ... 4 more ...; swift?: { ...; }; } & { ...; } & { ...; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"unknown\"; beneficiaryName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"business\"; businessName: string; }; } & { ...; } | { brCode?: string; pixKey?: string; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { accountOwner: { type: \"individual\"; firstName: string; lastName: string; }; } & { ...; } | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { accountNumber: string; routingNumber: string; accountTypeDetail: \"checking\" | \"savings\"; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"us\"; obfuscated?: false; } & { ...; } & { ...; })",
2075
2218
  value: input
2076
2219
  }, _errorFactory);
2077
2220
  })(); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {