@keetanetwork/anchor 0.0.45 → 0.0.48

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 (82) 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 +11 -38
  7. package/lib/certificates.d.ts.map +1 -1
  8. package/lib/certificates.js +33 -336
  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 +7 -29
  33. package/services/asset-movement/common.d.ts.map +1 -1
  34. package/services/asset-movement/common.js +5223 -2660
  35. package/services/asset-movement/common.js.map +1 -1
  36. package/services/asset-movement/lib/data/addresses/bank-account/iban-swift.d.ts.map +1 -1
  37. package/services/asset-movement/lib/data/addresses/bank-account/iban-swift.js +22 -1
  38. package/services/asset-movement/lib/data/addresses/bank-account/iban-swift.js.map +1 -1
  39. package/services/asset-movement/lib/data/addresses/bank-account/interac.d.ts +1 -1
  40. package/services/asset-movement/lib/data/addresses/bank-account/interac.d.ts.map +1 -1
  41. package/services/asset-movement/lib/data/addresses/bank-account/interac.js +13 -3
  42. package/services/asset-movement/lib/data/addresses/bank-account/interac.js.map +1 -1
  43. package/services/asset-movement/lib/data/addresses/bank-account/pix.d.ts +1 -1
  44. package/services/asset-movement/lib/data/addresses/bank-account/pix.d.ts.map +1 -1
  45. package/services/asset-movement/lib/data/addresses/bank-account/pix.js +11 -1
  46. package/services/asset-movement/lib/data/addresses/bank-account/pix.js.map +1 -1
  47. package/services/asset-movement/lib/data/addresses/types.generated.d.ts +116 -33
  48. package/services/asset-movement/lib/data/addresses/types.generated.d.ts.map +1 -1
  49. package/services/asset-movement/lib/data/addresses/types.generated.js +102 -26
  50. package/services/asset-movement/lib/data/addresses/types.generated.js.map +1 -1
  51. package/services/asset-movement/lib/data/types.d.ts.map +1 -1
  52. package/services/asset-movement/lib/data/types.js +15 -10
  53. package/services/asset-movement/lib/data/types.js.map +1 -1
  54. package/services/fx/client.d.ts.map +1 -1
  55. package/services/fx/client.js +6 -2
  56. package/services/fx/client.js.map +1 -1
  57. package/services/fx/common.d.ts +14 -6
  58. package/services/fx/common.d.ts.map +1 -1
  59. package/services/fx/common.js +34 -8
  60. package/services/fx/common.js.map +1 -1
  61. package/services/fx/server.d.ts +6 -0
  62. package/services/fx/server.d.ts.map +1 -1
  63. package/services/fx/server.js +52 -10
  64. package/services/fx/server.js.map +1 -1
  65. package/services/kyc/common.d.ts +7 -0
  66. package/services/kyc/common.d.ts.map +1 -1
  67. package/services/kyc/common.generated.js +6 -1
  68. package/services/kyc/common.generated.js.map +1 -1
  69. package/services/kyc/common.js.map +1 -1
  70. package/services/notification/client.d.ts +1 -1
  71. package/services/notification/client.d.ts.map +1 -1
  72. package/services/notification/client.js +65 -2
  73. package/services/notification/client.js.map +1 -1
  74. package/services/notification/common.d.ts +1 -0
  75. package/services/notification/common.d.ts.map +1 -1
  76. package/services/notification/common.js.map +1 -1
  77. package/services/storage/clients/contacts.generated.js +506 -233
  78. package/services/storage/clients/contacts.generated.js.map +1 -1
  79. package/services/storage/server.d.ts +8 -1
  80. package/services/storage/server.d.ts.map +1 -1
  81. package/services/storage/server.js +9 -1
  82. 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.beneficiaryName || "string" === typeof input.beneficiaryName) && (undefined === input.intermediaryBank || "object" === typeof input.intermediaryBank && null !== input.intermediaryBank && false === Array.isArray(input.intermediaryBank) && _io31(input.intermediaryBank)) && (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.bic || "string" === typeof input.bic) && (undefined === input.name || "string" === typeof input.name) && (null !== input.address && (undefined === input.address || "string" === typeof input.address || "object" === typeof input.address && null !== input.address && _io19(input.address))); const _io32 = 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 _io33 = 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 _io34 = input => "string" === typeof input.bankCode && (undefined === input.bankAccountNumber || "string" === typeof input.bankAccountNumber) && "string" === typeof input.routingCode && (null !== input.accountAddress && (undefined === input.accountAddress || "string" === typeof input.accountAddress || "object" === typeof input.accountAddress && null !== input.accountAddress && _io19(input.accountAddress))) && "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 _io35 = input => "string" === typeof input.bankCode && (undefined === input.bankAccountNumber || "string" === typeof input.bankAccountNumber) && "string" === typeof input.routingCode && (null !== input.accountAddress && (undefined === input.accountAddress || "string" === typeof input.accountAddress || "object" === typeof input.accountAddress && null !== input.accountAddress && _io19(input.accountAddress))) && "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 _io36 = input => "string" === typeof input.bankCode && (undefined === input.bankAccountNumber || "string" === typeof input.bankAccountNumber) && "string" === typeof input.routingCode && (null !== input.accountAddress && (undefined === input.accountAddress || "string" === typeof input.accountAddress || "object" === typeof input.accountAddress && null !== input.accountAddress && _io19(input.accountAddress))) && "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 _io37 = input => (undefined === input.brCode || "string" === typeof input.brCode) && (undefined === input.pixKey || "string" === typeof input.pixKey) && (null !== input.accountAddress && (undefined === input.accountAddress || "string" === typeof input.accountAddress || "object" === typeof input.accountAddress && null !== input.accountAddress && _io19(input.accountAddress))) && (undefined === input.document || "object" === typeof input.document && null !== input.document && _io38(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 _io38 = input => (undefined === input.type || "cpf" === input.type || "cnpj" === input.type) && "string" === typeof input.number; const _io39 = input => (undefined === input.brCode || "string" === typeof input.brCode) && (undefined === input.pixKey || "string" === typeof input.pixKey) && (null !== input.accountAddress && (undefined === input.accountAddress || "string" === typeof input.accountAddress || "object" === typeof input.accountAddress && null !== input.accountAddress && _io19(input.accountAddress))) && (undefined === input.document || "object" === typeof input.document && null !== input.document && _io38(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 _io40 = input => (undefined === input.brCode || "string" === typeof input.brCode) && (undefined === input.pixKey || "string" === typeof input.pixKey) && (null !== input.accountAddress && (undefined === input.accountAddress || "string" === typeof input.accountAddress || "object" === typeof input.accountAddress && null !== input.accountAddress && _io19(input.accountAddress))) && (undefined === input.document || "object" === typeof input.document && null !== input.document && _io38(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 _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 && _io21(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 && _io23(input.accountOwner)) && (undefined === input.bankName || "string" === typeof input.bankName); const _io43 = 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 _io44 = 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 _io45 = 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 _io46 = 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 _io47 = input => "object" === typeof input.recipient && null !== input.recipient && _io48(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) && _io49(input.providerInformation)) && (undefined === input.pastInstructions || Array.isArray(input.pastInstructions) && input.pastInstructions.every(elem => "object" === typeof elem && null !== elem && _iu0(elem))); const _io48 = input => "persistent-address" === input.type && "string" === typeof input.persistentAddressId; const _io49 = 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 _io50 = 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) && _io49(input.providerInformation)) && (undefined === input.pastInstructions || Array.isArray(input.pastInstructions) && input.pastInstructions.every(elem => "object" === typeof elem && null !== elem && _iu0(elem))); const _io51 = input => "mobile-wallet" === input.type && "airtel-money" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io52 = input => "mobile-wallet" === input.type && "bkash" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io53 = input => "mobile-wallet" === input.type && "easy-paisa" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io54 = input => "mobile-wallet" === input.type && "finja-wallet" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io55 = input => "mobile-wallet" === input.type && "jazz-cash" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io56 = input => "mobile-wallet" === input.type && "mtn-mobile-money" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io57 = input => "mobile-wallet" === input.type && "nagad" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io58 = input => "mobile-wallet" === input.type && "naya-pay" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io59 = 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 _io60 = input => "mobile-wallet" === input.type && "rocket" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io61 = input => "mobile-wallet" === input.type && "sada-pay" === input.accountType && (undefined === input.obfuscated || false === input.obfuscated) && "string" === typeof input.phoneNumber; const _io62 = 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 _io44(input);
25
25
  else if ("BITCOIN_SEND" === input.type)
26
- return _io42(input);
26
+ return _io45(input);
27
27
  else if ("SOLANA_SEND" === input.type)
28
- return _io43(input);
28
+ return _io46(input);
29
29
  else
30
30
  return false;
31
31
  })(); const _iu1 = input => (() => {
32
+ if (_io50(input))
33
+ return _io50(input);
32
34
  if (_io47(input))
33
35
  return _io47(input);
34
- if (_io44(input))
35
- return _io44(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 (_io33(input))
63
75
  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
- })();
76
+ if (_io32(input))
77
+ return _io32(input);
78
+ if (_io29(input))
79
+ return _io29(input);
80
+ if (_io36(input))
81
+ return _io36(input);
82
+ if (_io35(input))
83
+ return _io35(input);
84
+ if (_io34(input))
85
+ return _io34(input);
86
+ if (_io40(input))
87
+ return _io40(input);
88
+ if (_io39(input))
89
+ return _io39(input);
90
+ if (_io37(input))
91
+ return _io37(input);
92
+ if (_io43(input))
93
+ return _io43(input);
94
+ if (_io42(input))
95
+ return _io42(input);
96
+ if (_io41(input))
97
+ return _io41(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 _io61(input);
103
102
  else if ("rocket" === input.accountType)
104
- return _io57(input);
103
+ return _io60(input);
105
104
  else if ("naya-pay" === input.accountType)
106
- return _io55(input);
105
+ return _io58(input);
107
106
  else if ("nagad" === input.accountType)
108
- return _io54(input);
107
+ return _io57(input);
109
108
  else if ("mtn-mobile-money" === input.accountType)
110
- return _io53(input);
109
+ return _io56(input);
111
110
  else if ("jazz-cash" === input.accountType)
112
- return _io52(input);
111
+ return _io55(input);
113
112
  else if ("finja-wallet" === input.accountType)
114
- return _io51(input);
113
+ return _io54(input);
115
114
  else if ("easy-paisa" === input.accountType)
116
- return _io50(input);
115
+ return _io53(input);
117
116
  else if ("bkash" === input.accountType)
118
- return _io49(input);
117
+ return _io52(input);
119
118
  else if ("airtel-money" === input.accountType)
120
- return _io48(input);
119
+ return _io51(input);
121
120
  else if ("paypal" === input.accountType)
122
- return _io56(input);
123
- else if ("venmo" === input.accountType)
124
121
  return _io59(input);
122
+ else if ("venmo" === input.accountType)
123
+ return _io62(input);
125
124
  else
126
125
  return (() => {
127
126
  if (_io24(input))
@@ -136,24 +135,30 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
136
135
  return _io27(input);
137
136
  if (_io26(input))
138
137
  return _io26(input);
138
+ if (_io33(input))
139
+ return _io33(input);
139
140
  if (_io32(input))
140
141
  return _io32(input);
141
- if (_io31(input))
142
- return _io31(input);
143
142
  if (_io29(input))
144
143
  return _io29(input);
145
- if (_io37(input))
146
- return _io37(input);
147
144
  if (_io36(input))
148
145
  return _io36(input);
146
+ if (_io35(input))
147
+ return _io35(input);
149
148
  if (_io34(input))
150
149
  return _io34(input);
151
150
  if (_io40(input))
152
151
  return _io40(input);
153
152
  if (_io39(input))
154
153
  return _io39(input);
155
- if (_io38(input))
156
- return _io38(input);
154
+ if (_io37(input))
155
+ return _io37(input);
156
+ if (_io43(input))
157
+ return _io43(input);
158
+ if (_io42(input))
159
+ return _io42(input);
160
+ if (_io41(input))
161
+ return _io41(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; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { bankCode: string; bankAccountNumber?: string; routingCode: string; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; } | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; }.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?: { ...; }; } & { ...; } & { ...; } & { ...; } | { 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; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { bankCode: string; bankAccountNumber?: string; routingCode: string; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; } | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; }.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?: { ...; }; } & { ...; } & { ...; } & { ...; } | { 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, {
640
650
  method: "createAssert",
641
651
  path: _path + ".ownerAddress",
642
- expected: "(PhysicalAddress | undefined)",
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, {
655
+ method: "createAssert",
656
+ path: _path + ".ownerAddress",
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, {
905
925
  method: "createAssert",
906
926
  path: _path + ".bankAddress",
907
- expected: "(PhysicalAddress | undefined)",
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, {
930
+ method: "createAssert",
931
+ path: _path + ".bankAddress",
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,19 +964,34 @@ 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",
951
976
  path: _path + ".bankName",
952
977
  expected: "(string | undefined)",
953
978
  value: input.bankName
954
- }, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => (undefined === input.category || "string" === typeof input.category || __typia_transform__assertGuard._assertGuard(_exceptionable, {
979
+ }, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => (undefined === input.beneficiaryName || "string" === typeof input.beneficiaryName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
980
+ method: "createAssert",
981
+ path: _path + ".beneficiaryName",
982
+ expected: "(string | undefined)",
983
+ value: input.beneficiaryName
984
+ }, _errorFactory)) && (undefined === input.intermediaryBank || ("object" === typeof input.intermediaryBank && null !== input.intermediaryBank && false === Array.isArray(input.intermediaryBank) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
985
+ method: "createAssert",
986
+ path: _path + ".intermediaryBank",
987
+ expected: "(__type.o22 | undefined)",
988
+ value: input.intermediaryBank
989
+ }, _errorFactory)) && _ao31(input.intermediaryBank, _path + ".intermediaryBank", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
990
+ method: "createAssert",
991
+ path: _path + ".intermediaryBank",
992
+ expected: "(__type.o22 | undefined)",
993
+ value: input.intermediaryBank
994
+ }, _errorFactory)) && (undefined === input.category || "string" === typeof input.category || __typia_transform__assertGuard._assertGuard(_exceptionable, {
955
995
  method: "createAssert",
956
996
  path: _path + ".category",
957
997
  expected: "(string | undefined)",
@@ -976,7 +1016,32 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
976
1016
  path: _path + ".businessDescription",
977
1017
  expected: "(string | undefined)",
978
1018
  value: input.businessDescription
979
- }, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => (undefined === input.country || true === _av31.has(input.country) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1019
+ }, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => (undefined === input.bic || "string" === typeof input.bic || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1020
+ method: "createAssert",
1021
+ path: _path + ".bic",
1022
+ expected: "(string | undefined)",
1023
+ value: input.bic
1024
+ }, _errorFactory)) && (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1025
+ method: "createAssert",
1026
+ path: _path + ".name",
1027
+ expected: "(string | undefined)",
1028
+ value: input.name
1029
+ }, _errorFactory)) && ((null !== input.address || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1030
+ method: "createAssert",
1031
+ path: _path + ".address",
1032
+ expected: "(__type.o9 | string | undefined)",
1033
+ value: input.address
1034
+ }, _errorFactory)) && (undefined === input.address || "string" === typeof input.address || ("object" === typeof input.address && null !== input.address || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1035
+ method: "createAssert",
1036
+ path: _path + ".address",
1037
+ expected: "(__type.o9 | string | undefined)",
1038
+ value: input.address
1039
+ }, _errorFactory)) && _ao19(input.address, _path + ".address", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1040
+ method: "createAssert",
1041
+ path: _path + ".address",
1042
+ expected: "(__type.o9 | string | undefined)",
1043
+ value: input.address
1044
+ }, _errorFactory))); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.country || true === _av31.has(input.country) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
980
1045
  method: "createAssert",
981
1046
  path: _path + ".country",
982
1047
  expected: "(\"AD\" | \"AE\" | \"AF\" | \"AG\" | \"AI\" | \"AL\" | \"AM\" | \"AO\" | \"AQ\" | \"AR\" | \"AS\" | \"AT\" | \"AU\" | \"AW\" | \"AX\" | \"AZ\" | \"BA\" | \"BB\" | \"BD\" | \"BE\" | \"BF\" | \"BG\" | \"BH\" | \"BI\" | \"BJ\" | \"BL\" | \"BM\" | \"BN\" | \"BO\" | \"BQ\" | \"BR\" | \"BS\" | \"BT\" | \"BV\" | \"BW\" | \"BY\" | \"BZ\" | \"CA\" | \"CC\" | \"CD\" | \"CF\" | \"CG\" | \"CH\" | \"CI\" | \"CK\" | \"CL\" | \"CM\" | \"CN\" | \"CO\" | \"CR\" | \"CU\" | \"CV\" | \"CW\" | \"CX\" | \"CY\" | \"CZ\" | \"DE\" | \"DJ\" | \"DK\" | \"DM\" | \"DO\" | \"DZ\" | \"EC\" | \"EE\" | \"EG\" | \"EH\" | \"ER\" | \"ES\" | \"ET\" | \"FI\" | \"FJ\" | \"FK\" | \"FM\" | \"FO\" | \"FR\" | \"GA\" | \"GB\" | \"GD\" | \"GE\" | \"GF\" | \"GG\" | \"GH\" | \"GI\" | \"GL\" | \"GM\" | \"GN\" | \"GP\" | \"GQ\" | \"GR\" | \"GS\" | \"GT\" | \"GU\" | \"GW\" | \"GY\" | \"HK\" | \"HM\" | \"HN\" | \"HR\" | \"HT\" | \"HU\" | \"ID\" | \"IE\" | \"IL\" | \"IM\" | \"IN\" | \"IO\" | \"IQ\" | \"IR\" | \"IS\" | \"IT\" | \"JE\" | \"JM\" | \"JO\" | \"JP\" | \"KE\" | \"KG\" | \"KH\" | \"KI\" | \"KM\" | \"KN\" | \"KP\" | \"KR\" | \"KW\" | \"KY\" | \"KZ\" | \"LA\" | \"LB\" | \"LC\" | \"LI\" | \"LK\" | \"LR\" | \"LS\" | \"LT\" | \"LU\" | \"LV\" | \"LY\" | \"MA\" | \"MC\" | \"MD\" | \"ME\" | \"MF\" | \"MG\" | \"MH\" | \"MK\" | \"ML\" | \"MM\" | \"MN\" | \"MO\" | \"MP\" | \"MQ\" | \"MR\" | \"MS\" | \"MT\" | \"MU\" | \"MV\" | \"MW\" | \"MX\" | \"MY\" | \"MZ\" | \"NA\" | \"NC\" | \"NE\" | \"NF\" | \"NG\" | \"NI\" | \"NL\" | \"NO\" | \"NP\" | \"NR\" | \"NU\" | \"NZ\" | \"OM\" | \"PA\" | \"PE\" | \"PF\" | \"PG\" | \"PH\" | \"PK\" | \"PL\" | \"PM\" | \"PN\" | \"PR\" | \"PT\" | \"PW\" | \"PY\" | \"QA\" | \"RE\" | \"RO\" | \"RS\" | \"RU\" | \"RW\" | \"SA\" | \"SB\" | \"SC\" | \"SD\" | \"SE\" | \"SG\" | \"SH\" | \"SI\" | \"SJ\" | \"SK\" | \"SL\" | \"SM\" | \"SN\" | \"SO\" | \"SR\" | \"SS\" | \"ST\" | \"SV\" | \"SX\" | \"SY\" | \"SZ\" | \"TC\" | \"TD\" | \"TF\" | \"TG\" | \"TH\" | \"TJ\" | \"TK\" | \"TL\" | \"TM\" | \"TN\" | \"TO\" | \"TR\" | \"TT\" | \"TV\" | \"TW\" | \"TZ\" | \"UA\" | \"UG\" | \"UM\" | \"US\" | \"UY\" | \"UZ\" | \"VA\" | \"VC\" | \"VE\" | \"VG\" | \"VI\" | \"VN\" | \"VU\" | \"WF\" | \"WS\" | \"YE\" | \"YT\" | \"ZA\" | \"ZM\" | \"ZW\" | undefined)",
@@ -996,25 +1061,30 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
996
1061
  path: _path + ".iban",
997
1062
  expected: "(string | undefined)",
998
1063
  value: input.iban
999
- }, _errorFactory)) && (undefined === input.bankAddress || ("object" === typeof input.bankAddress && null !== input.bankAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1064
+ }, _errorFactory)) && ((null !== input.bankAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1000
1065
  method: "createAssert",
1001
1066
  path: _path + ".bankAddress",
1002
- expected: "(PhysicalAddress | undefined)",
1067
+ expected: "(__type.o9 | string | undefined)",
1068
+ value: input.bankAddress
1069
+ }, _errorFactory)) && (undefined === input.bankAddress || "string" === typeof input.bankAddress || ("object" === typeof input.bankAddress && null !== input.bankAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1070
+ method: "createAssert",
1071
+ path: _path + ".bankAddress",
1072
+ expected: "(__type.o9 | string | undefined)",
1003
1073
  value: input.bankAddress
1004
1074
  }, _errorFactory)) && _ao19(input.bankAddress, _path + ".bankAddress", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1005
1075
  method: "createAssert",
1006
1076
  path: _path + ".bankAddress",
1007
- expected: "(PhysicalAddress | undefined)",
1077
+ expected: "(__type.o9 | string | undefined)",
1008
1078
  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, {
1079
+ }, _errorFactory))) && (undefined === input.swift || ("object" === typeof input.swift && null !== input.swift && false === Array.isArray(input.swift) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1010
1080
  method: "createAssert",
1011
1081
  path: _path + ".swift",
1012
- expected: "(__type.o20 | undefined)",
1082
+ expected: "(__type.o21 | undefined)",
1013
1083
  value: input.swift
1014
1084
  }, _errorFactory)) && _ao30(input.swift, _path + ".swift", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1015
1085
  method: "createAssert",
1016
1086
  path: _path + ".swift",
1017
- expected: "(__type.o20 | undefined)",
1087
+ expected: "(__type.o21 | undefined)",
1018
1088
  value: input.swift
1019
1089
  }, _errorFactory)) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1020
1090
  method: "createAssert",
@@ -1034,19 +1104,19 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1034
1104
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1035
1105
  method: "createAssert",
1036
1106
  path: _path + ".accountOwner",
1037
- expected: "__type.o13",
1107
+ expected: "__type.o14",
1038
1108
  value: input.accountOwner
1039
1109
  }, _errorFactory)) && _ao23(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1040
1110
  method: "createAssert",
1041
1111
  path: _path + ".accountOwner",
1042
- expected: "__type.o13",
1112
+ expected: "__type.o14",
1043
1113
  value: input.accountOwner
1044
1114
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1045
1115
  method: "createAssert",
1046
1116
  path: _path + ".bankName",
1047
1117
  expected: "(string | undefined)",
1048
1118
  value: input.bankName
1049
- }, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.country || true === _av32.has(input.country) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1119
+ }, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => (undefined === input.country || true === _av32.has(input.country) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1050
1120
  method: "createAssert",
1051
1121
  path: _path + ".country",
1052
1122
  expected: "(\"AD\" | \"AE\" | \"AF\" | \"AG\" | \"AI\" | \"AL\" | \"AM\" | \"AO\" | \"AQ\" | \"AR\" | \"AS\" | \"AT\" | \"AU\" | \"AW\" | \"AX\" | \"AZ\" | \"BA\" | \"BB\" | \"BD\" | \"BE\" | \"BF\" | \"BG\" | \"BH\" | \"BI\" | \"BJ\" | \"BL\" | \"BM\" | \"BN\" | \"BO\" | \"BQ\" | \"BR\" | \"BS\" | \"BT\" | \"BV\" | \"BW\" | \"BY\" | \"BZ\" | \"CA\" | \"CC\" | \"CD\" | \"CF\" | \"CG\" | \"CH\" | \"CI\" | \"CK\" | \"CL\" | \"CM\" | \"CN\" | \"CO\" | \"CR\" | \"CU\" | \"CV\" | \"CW\" | \"CX\" | \"CY\" | \"CZ\" | \"DE\" | \"DJ\" | \"DK\" | \"DM\" | \"DO\" | \"DZ\" | \"EC\" | \"EE\" | \"EG\" | \"EH\" | \"ER\" | \"ES\" | \"ET\" | \"FI\" | \"FJ\" | \"FK\" | \"FM\" | \"FO\" | \"FR\" | \"GA\" | \"GB\" | \"GD\" | \"GE\" | \"GF\" | \"GG\" | \"GH\" | \"GI\" | \"GL\" | \"GM\" | \"GN\" | \"GP\" | \"GQ\" | \"GR\" | \"GS\" | \"GT\" | \"GU\" | \"GW\" | \"GY\" | \"HK\" | \"HM\" | \"HN\" | \"HR\" | \"HT\" | \"HU\" | \"ID\" | \"IE\" | \"IL\" | \"IM\" | \"IN\" | \"IO\" | \"IQ\" | \"IR\" | \"IS\" | \"IT\" | \"JE\" | \"JM\" | \"JO\" | \"JP\" | \"KE\" | \"KG\" | \"KH\" | \"KI\" | \"KM\" | \"KN\" | \"KP\" | \"KR\" | \"KW\" | \"KY\" | \"KZ\" | \"LA\" | \"LB\" | \"LC\" | \"LI\" | \"LK\" | \"LR\" | \"LS\" | \"LT\" | \"LU\" | \"LV\" | \"LY\" | \"MA\" | \"MC\" | \"MD\" | \"ME\" | \"MF\" | \"MG\" | \"MH\" | \"MK\" | \"ML\" | \"MM\" | \"MN\" | \"MO\" | \"MP\" | \"MQ\" | \"MR\" | \"MS\" | \"MT\" | \"MU\" | \"MV\" | \"MW\" | \"MX\" | \"MY\" | \"MZ\" | \"NA\" | \"NC\" | \"NE\" | \"NF\" | \"NG\" | \"NI\" | \"NL\" | \"NO\" | \"NP\" | \"NR\" | \"NU\" | \"NZ\" | \"OM\" | \"PA\" | \"PE\" | \"PF\" | \"PG\" | \"PH\" | \"PK\" | \"PL\" | \"PM\" | \"PN\" | \"PR\" | \"PT\" | \"PW\" | \"PY\" | \"QA\" | \"RE\" | \"RO\" | \"RS\" | \"RU\" | \"RW\" | \"SA\" | \"SB\" | \"SC\" | \"SD\" | \"SE\" | \"SG\" | \"SH\" | \"SI\" | \"SJ\" | \"SK\" | \"SL\" | \"SM\" | \"SN\" | \"SO\" | \"SR\" | \"SS\" | \"ST\" | \"SV\" | \"SX\" | \"SY\" | \"SZ\" | \"TC\" | \"TD\" | \"TF\" | \"TG\" | \"TH\" | \"TJ\" | \"TK\" | \"TL\" | \"TM\" | \"TN\" | \"TO\" | \"TR\" | \"TT\" | \"TV\" | \"TW\" | \"TZ\" | \"UA\" | \"UG\" | \"UM\" | \"US\" | \"UY\" | \"UZ\" | \"VA\" | \"VC\" | \"VE\" | \"VG\" | \"VI\" | \"VN\" | \"VU\" | \"WF\" | \"WS\" | \"YE\" | \"YT\" | \"ZA\" | \"ZM\" | \"ZW\" | undefined)",
@@ -1066,25 +1136,30 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1066
1136
  path: _path + ".iban",
1067
1137
  expected: "(string | undefined)",
1068
1138
  value: input.iban
1069
- }, _errorFactory)) && (undefined === input.bankAddress || ("object" === typeof input.bankAddress && null !== input.bankAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1139
+ }, _errorFactory)) && ((null !== input.bankAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1140
+ method: "createAssert",
1141
+ path: _path + ".bankAddress",
1142
+ expected: "(__type.o9 | string | undefined)",
1143
+ value: input.bankAddress
1144
+ }, _errorFactory)) && (undefined === input.bankAddress || "string" === typeof input.bankAddress || ("object" === typeof input.bankAddress && null !== input.bankAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1070
1145
  method: "createAssert",
1071
1146
  path: _path + ".bankAddress",
1072
- expected: "(PhysicalAddress | undefined)",
1147
+ expected: "(__type.o9 | string | undefined)",
1073
1148
  value: input.bankAddress
1074
1149
  }, _errorFactory)) && _ao19(input.bankAddress, _path + ".bankAddress", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1075
1150
  method: "createAssert",
1076
1151
  path: _path + ".bankAddress",
1077
- expected: "(PhysicalAddress | undefined)",
1152
+ expected: "(__type.o9 | string | undefined)",
1078
1153
  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, {
1154
+ }, _errorFactory))) && (undefined === input.swift || ("object" === typeof input.swift && null !== input.swift && false === Array.isArray(input.swift) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1080
1155
  method: "createAssert",
1081
1156
  path: _path + ".swift",
1082
- expected: "(__type.o20 | undefined)",
1157
+ expected: "(__type.o21 | undefined)",
1083
1158
  value: input.swift
1084
1159
  }, _errorFactory)) && _ao30(input.swift, _path + ".swift", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1085
1160
  method: "createAssert",
1086
1161
  path: _path + ".swift",
1087
- expected: "(__type.o20 | undefined)",
1162
+ expected: "(__type.o21 | undefined)",
1088
1163
  value: input.swift
1089
1164
  }, _errorFactory)) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1090
1165
  method: "createAssert",
@@ -1104,19 +1179,19 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1104
1179
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1105
1180
  method: "createAssert",
1106
1181
  path: _path + ".accountOwner",
1107
- expected: "__type.o15",
1182
+ expected: "__type.o16",
1108
1183
  value: input.accountOwner
1109
1184
  }, _errorFactory)) && _ao25(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1110
1185
  method: "createAssert",
1111
1186
  path: _path + ".accountOwner",
1112
- expected: "__type.o15",
1187
+ expected: "__type.o16",
1113
1188
  value: input.accountOwner
1114
1189
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1115
1190
  method: "createAssert",
1116
1191
  path: _path + ".bankName",
1117
1192
  expected: "(string | undefined)",
1118
1193
  value: input.bankName
1119
- }, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => ("string" === typeof input.bankCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1194
+ }, _errorFactory)); const _ao34 = (input, _path, _exceptionable = true) => ("string" === typeof input.bankCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1120
1195
  method: "createAssert",
1121
1196
  path: _path + ".bankCode",
1122
1197
  expected: "string",
@@ -1131,7 +1206,82 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1131
1206
  path: _path + ".routingCode",
1132
1207
  expected: "string",
1133
1208
  value: input.routingCode
1134
- }, _errorFactory)) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1209
+ }, _errorFactory)) && ((null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1210
+ method: "createAssert",
1211
+ path: _path + ".accountAddress",
1212
+ expected: "(__type.o9 | string | undefined)",
1213
+ value: input.accountAddress
1214
+ }, _errorFactory)) && (undefined === input.accountAddress || "string" === typeof input.accountAddress || ("object" === typeof input.accountAddress && null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1215
+ method: "createAssert",
1216
+ path: _path + ".accountAddress",
1217
+ expected: "(__type.o9 | string | undefined)",
1218
+ value: input.accountAddress
1219
+ }, _errorFactory)) && _ao19(input.accountAddress, _path + ".accountAddress", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1220
+ method: "createAssert",
1221
+ path: _path + ".accountAddress",
1222
+ expected: "(__type.o9 | string | undefined)",
1223
+ value: input.accountAddress
1224
+ }, _errorFactory))) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1225
+ method: "createAssert",
1226
+ path: _path + ".type",
1227
+ expected: "\"bank-account\"",
1228
+ value: input.type
1229
+ }, _errorFactory)) && ("interac" === input.accountType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1230
+ method: "createAssert",
1231
+ path: _path + ".accountType",
1232
+ expected: "\"interac\"",
1233
+ value: input.accountType
1234
+ }, _errorFactory)) && (undefined === input.obfuscated || false === input.obfuscated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1235
+ method: "createAssert",
1236
+ path: _path + ".obfuscated",
1237
+ expected: "(false | undefined)",
1238
+ value: input.obfuscated
1239
+ }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1240
+ method: "createAssert",
1241
+ path: _path + ".accountOwner",
1242
+ expected: "__type.o12",
1243
+ value: input.accountOwner
1244
+ }, _errorFactory)) && _ao21(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1245
+ method: "createAssert",
1246
+ path: _path + ".accountOwner",
1247
+ expected: "__type.o12",
1248
+ value: input.accountOwner
1249
+ }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1250
+ method: "createAssert",
1251
+ path: _path + ".bankName",
1252
+ expected: "(string | undefined)",
1253
+ value: input.bankName
1254
+ }, _errorFactory)); const _ao35 = (input, _path, _exceptionable = true) => ("string" === typeof input.bankCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1255
+ method: "createAssert",
1256
+ path: _path + ".bankCode",
1257
+ expected: "string",
1258
+ value: input.bankCode
1259
+ }, _errorFactory)) && (undefined === input.bankAccountNumber || "string" === typeof input.bankAccountNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1260
+ method: "createAssert",
1261
+ path: _path + ".bankAccountNumber",
1262
+ expected: "(string | undefined)",
1263
+ value: input.bankAccountNumber
1264
+ }, _errorFactory)) && ("string" === typeof input.routingCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1265
+ method: "createAssert",
1266
+ path: _path + ".routingCode",
1267
+ expected: "string",
1268
+ value: input.routingCode
1269
+ }, _errorFactory)) && ((null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1270
+ method: "createAssert",
1271
+ path: _path + ".accountAddress",
1272
+ expected: "(__type.o9 | string | undefined)",
1273
+ value: input.accountAddress
1274
+ }, _errorFactory)) && (undefined === input.accountAddress || "string" === typeof input.accountAddress || ("object" === typeof input.accountAddress && null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1275
+ method: "createAssert",
1276
+ path: _path + ".accountAddress",
1277
+ expected: "(__type.o9 | string | undefined)",
1278
+ value: input.accountAddress
1279
+ }, _errorFactory)) && _ao19(input.accountAddress, _path + ".accountAddress", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1280
+ method: "createAssert",
1281
+ path: _path + ".accountAddress",
1282
+ expected: "(__type.o9 | string | undefined)",
1283
+ value: input.accountAddress
1284
+ }, _errorFactory))) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1135
1285
  method: "createAssert",
1136
1286
  path: _path + ".type",
1137
1287
  expected: "\"bank-account\"",
@@ -1146,12 +1296,82 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1146
1296
  path: _path + ".obfuscated",
1147
1297
  expected: "(false | undefined)",
1148
1298
  value: input.obfuscated
1299
+ }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1300
+ method: "createAssert",
1301
+ path: _path + ".accountOwner",
1302
+ expected: "__type.o14",
1303
+ value: input.accountOwner
1304
+ }, _errorFactory)) && _ao23(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1305
+ method: "createAssert",
1306
+ path: _path + ".accountOwner",
1307
+ expected: "__type.o14",
1308
+ value: input.accountOwner
1149
1309
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1150
1310
  method: "createAssert",
1151
1311
  path: _path + ".bankName",
1152
1312
  expected: "(string | undefined)",
1153
1313
  value: input.bankName
1154
- }, _errorFactory)); const _ao34 = (input, _path, _exceptionable = true) => (undefined === input.brCode || "string" === typeof input.brCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1314
+ }, _errorFactory)); const _ao36 = (input, _path, _exceptionable = true) => ("string" === typeof input.bankCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1315
+ method: "createAssert",
1316
+ path: _path + ".bankCode",
1317
+ expected: "string",
1318
+ value: input.bankCode
1319
+ }, _errorFactory)) && (undefined === input.bankAccountNumber || "string" === typeof input.bankAccountNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1320
+ method: "createAssert",
1321
+ path: _path + ".bankAccountNumber",
1322
+ expected: "(string | undefined)",
1323
+ value: input.bankAccountNumber
1324
+ }, _errorFactory)) && ("string" === typeof input.routingCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1325
+ method: "createAssert",
1326
+ path: _path + ".routingCode",
1327
+ expected: "string",
1328
+ value: input.routingCode
1329
+ }, _errorFactory)) && ((null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1330
+ method: "createAssert",
1331
+ path: _path + ".accountAddress",
1332
+ expected: "(__type.o9 | string | undefined)",
1333
+ value: input.accountAddress
1334
+ }, _errorFactory)) && (undefined === input.accountAddress || "string" === typeof input.accountAddress || ("object" === typeof input.accountAddress && null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1335
+ method: "createAssert",
1336
+ path: _path + ".accountAddress",
1337
+ expected: "(__type.o9 | string | undefined)",
1338
+ value: input.accountAddress
1339
+ }, _errorFactory)) && _ao19(input.accountAddress, _path + ".accountAddress", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1340
+ method: "createAssert",
1341
+ path: _path + ".accountAddress",
1342
+ expected: "(__type.o9 | string | undefined)",
1343
+ value: input.accountAddress
1344
+ }, _errorFactory))) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1345
+ method: "createAssert",
1346
+ path: _path + ".type",
1347
+ expected: "\"bank-account\"",
1348
+ value: input.type
1349
+ }, _errorFactory)) && ("interac" === input.accountType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1350
+ method: "createAssert",
1351
+ path: _path + ".accountType",
1352
+ expected: "\"interac\"",
1353
+ value: input.accountType
1354
+ }, _errorFactory)) && (undefined === input.obfuscated || false === input.obfuscated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1355
+ method: "createAssert",
1356
+ path: _path + ".obfuscated",
1357
+ expected: "(false | undefined)",
1358
+ value: input.obfuscated
1359
+ }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1360
+ method: "createAssert",
1361
+ path: _path + ".accountOwner",
1362
+ expected: "__type.o16",
1363
+ value: input.accountOwner
1364
+ }, _errorFactory)) && _ao25(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1365
+ method: "createAssert",
1366
+ path: _path + ".accountOwner",
1367
+ expected: "__type.o16",
1368
+ value: input.accountOwner
1369
+ }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1370
+ method: "createAssert",
1371
+ path: _path + ".bankName",
1372
+ expected: "(string | undefined)",
1373
+ value: input.bankName
1374
+ }, _errorFactory)); const _ao37 = (input, _path, _exceptionable = true) => (undefined === input.brCode || "string" === typeof input.brCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1155
1375
  method: "createAssert",
1156
1376
  path: _path + ".brCode",
1157
1377
  expected: "(string | undefined)",
@@ -1161,15 +1381,30 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1161
1381
  path: _path + ".pixKey",
1162
1382
  expected: "(string | undefined)",
1163
1383
  value: input.pixKey
1164
- }, _errorFactory)) && (undefined === input.document || ("object" === typeof input.document && null !== input.document || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1384
+ }, _errorFactory)) && ((null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1385
+ method: "createAssert",
1386
+ path: _path + ".accountAddress",
1387
+ expected: "(__type.o9 | string | undefined)",
1388
+ value: input.accountAddress
1389
+ }, _errorFactory)) && (undefined === input.accountAddress || "string" === typeof input.accountAddress || ("object" === typeof input.accountAddress && null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1390
+ method: "createAssert",
1391
+ path: _path + ".accountAddress",
1392
+ expected: "(__type.o9 | string | undefined)",
1393
+ value: input.accountAddress
1394
+ }, _errorFactory)) && _ao19(input.accountAddress, _path + ".accountAddress", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1395
+ method: "createAssert",
1396
+ path: _path + ".accountAddress",
1397
+ expected: "(__type.o9 | string | undefined)",
1398
+ value: input.accountAddress
1399
+ }, _errorFactory))) && (undefined === input.document || ("object" === typeof input.document && null !== input.document || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1165
1400
  method: "createAssert",
1166
1401
  path: _path + ".document",
1167
- expected: "(__type.o27 | undefined)",
1402
+ expected: "(__type.o29 | undefined)",
1168
1403
  value: input.document
1169
- }, _errorFactory)) && _ao35(input.document, _path + ".document", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1404
+ }, _errorFactory)) && _ao38(input.document, _path + ".document", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1170
1405
  method: "createAssert",
1171
1406
  path: _path + ".document",
1172
- expected: "(__type.o27 | undefined)",
1407
+ expected: "(__type.o29 | undefined)",
1173
1408
  value: input.document
1174
1409
  }, _errorFactory)) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1175
1410
  method: "createAssert",
@@ -1189,19 +1424,19 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1189
1424
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1190
1425
  method: "createAssert",
1191
1426
  path: _path + ".accountOwner",
1192
- expected: "__type.o11",
1427
+ expected: "__type.o12",
1193
1428
  value: input.accountOwner
1194
1429
  }, _errorFactory)) && _ao21(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1195
1430
  method: "createAssert",
1196
1431
  path: _path + ".accountOwner",
1197
- expected: "__type.o11",
1432
+ expected: "__type.o12",
1198
1433
  value: input.accountOwner
1199
1434
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1200
1435
  method: "createAssert",
1201
1436
  path: _path + ".bankName",
1202
1437
  expected: "(string | undefined)",
1203
1438
  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, {
1439
+ }, _errorFactory)); const _ao38 = (input, _path, _exceptionable = true) => (undefined === input.type || "cpf" === input.type || "cnpj" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1205
1440
  method: "createAssert",
1206
1441
  path: _path + ".type",
1207
1442
  expected: "(\"cnpj\" | \"cpf\" | undefined)",
@@ -1211,7 +1446,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1211
1446
  path: _path + ".number",
1212
1447
  expected: "string",
1213
1448
  value: input.number
1214
- }, _errorFactory)); const _ao36 = (input, _path, _exceptionable = true) => (undefined === input.brCode || "string" === typeof input.brCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1449
+ }, _errorFactory)); const _ao39 = (input, _path, _exceptionable = true) => (undefined === input.brCode || "string" === typeof input.brCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1215
1450
  method: "createAssert",
1216
1451
  path: _path + ".brCode",
1217
1452
  expected: "(string | undefined)",
@@ -1221,15 +1456,30 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1221
1456
  path: _path + ".pixKey",
1222
1457
  expected: "(string | undefined)",
1223
1458
  value: input.pixKey
1224
- }, _errorFactory)) && (undefined === input.document || ("object" === typeof input.document && null !== input.document || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1459
+ }, _errorFactory)) && ((null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1460
+ method: "createAssert",
1461
+ path: _path + ".accountAddress",
1462
+ expected: "(__type.o9 | string | undefined)",
1463
+ value: input.accountAddress
1464
+ }, _errorFactory)) && (undefined === input.accountAddress || "string" === typeof input.accountAddress || ("object" === typeof input.accountAddress && 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)) && _ao19(input.accountAddress, _path + ".accountAddress", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1470
+ method: "createAssert",
1471
+ path: _path + ".accountAddress",
1472
+ expected: "(__type.o9 | string | undefined)",
1473
+ value: input.accountAddress
1474
+ }, _errorFactory))) && (undefined === input.document || ("object" === typeof input.document && null !== input.document || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1225
1475
  method: "createAssert",
1226
1476
  path: _path + ".document",
1227
- expected: "(__type.o27 | undefined)",
1477
+ expected: "(__type.o29 | undefined)",
1228
1478
  value: input.document
1229
- }, _errorFactory)) && _ao35(input.document, _path + ".document", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1479
+ }, _errorFactory)) && _ao38(input.document, _path + ".document", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1230
1480
  method: "createAssert",
1231
1481
  path: _path + ".document",
1232
- expected: "(__type.o27 | undefined)",
1482
+ expected: "(__type.o29 | undefined)",
1233
1483
  value: input.document
1234
1484
  }, _errorFactory)) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1235
1485
  method: "createAssert",
@@ -1249,19 +1499,19 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1249
1499
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1250
1500
  method: "createAssert",
1251
1501
  path: _path + ".accountOwner",
1252
- expected: "__type.o13",
1502
+ expected: "__type.o14",
1253
1503
  value: input.accountOwner
1254
1504
  }, _errorFactory)) && _ao23(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1255
1505
  method: "createAssert",
1256
1506
  path: _path + ".accountOwner",
1257
- expected: "__type.o13",
1507
+ expected: "__type.o14",
1258
1508
  value: input.accountOwner
1259
1509
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1260
1510
  method: "createAssert",
1261
1511
  path: _path + ".bankName",
1262
1512
  expected: "(string | undefined)",
1263
1513
  value: input.bankName
1264
- }, _errorFactory)); const _ao37 = (input, _path, _exceptionable = true) => (undefined === input.brCode || "string" === typeof input.brCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1514
+ }, _errorFactory)); const _ao40 = (input, _path, _exceptionable = true) => (undefined === input.brCode || "string" === typeof input.brCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1265
1515
  method: "createAssert",
1266
1516
  path: _path + ".brCode",
1267
1517
  expected: "(string | undefined)",
@@ -1271,15 +1521,30 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1271
1521
  path: _path + ".pixKey",
1272
1522
  expected: "(string | undefined)",
1273
1523
  value: input.pixKey
1274
- }, _errorFactory)) && (undefined === input.document || ("object" === typeof input.document && null !== input.document || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1524
+ }, _errorFactory)) && ((null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1525
+ method: "createAssert",
1526
+ path: _path + ".accountAddress",
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)",
1533
+ value: input.accountAddress
1534
+ }, _errorFactory)) && _ao19(input.accountAddress, _path + ".accountAddress", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1535
+ method: "createAssert",
1536
+ path: _path + ".accountAddress",
1537
+ expected: "(__type.o9 | string | undefined)",
1538
+ value: input.accountAddress
1539
+ }, _errorFactory))) && (undefined === input.document || ("object" === typeof input.document && null !== input.document || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1275
1540
  method: "createAssert",
1276
1541
  path: _path + ".document",
1277
- expected: "(__type.o27 | undefined)",
1542
+ expected: "(__type.o29 | undefined)",
1278
1543
  value: input.document
1279
- }, _errorFactory)) && _ao35(input.document, _path + ".document", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1544
+ }, _errorFactory)) && _ao38(input.document, _path + ".document", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1280
1545
  method: "createAssert",
1281
1546
  path: _path + ".document",
1282
- expected: "(__type.o27 | undefined)",
1547
+ expected: "(__type.o29 | undefined)",
1283
1548
  value: input.document
1284
1549
  }, _errorFactory)) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1285
1550
  method: "createAssert",
@@ -1299,19 +1564,19 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1299
1564
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1300
1565
  method: "createAssert",
1301
1566
  path: _path + ".accountOwner",
1302
- expected: "__type.o15",
1567
+ expected: "__type.o16",
1303
1568
  value: input.accountOwner
1304
1569
  }, _errorFactory)) && _ao25(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1305
1570
  method: "createAssert",
1306
1571
  path: _path + ".accountOwner",
1307
- expected: "__type.o15",
1572
+ expected: "__type.o16",
1308
1573
  value: input.accountOwner
1309
1574
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1310
1575
  method: "createAssert",
1311
1576
  path: _path + ".bankName",
1312
1577
  expected: "(string | undefined)",
1313
1578
  value: input.bankName
1314
- }, _errorFactory)); const _ao38 = (input, _path, _exceptionable = true) => ("string" === typeof input.accountNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1579
+ }, _errorFactory)); const _ao41 = (input, _path, _exceptionable = true) => ("string" === typeof input.accountNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1315
1580
  method: "createAssert",
1316
1581
  path: _path + ".accountNumber",
1317
1582
  expected: "string",
@@ -1326,17 +1591,22 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1326
1591
  path: _path + ".accountTypeDetail",
1327
1592
  expected: "(\"checking\" | \"savings\")",
1328
1593
  value: input.accountTypeDetail
1329
- }, _errorFactory)) && (undefined === input.accountAddress || ("object" === typeof input.accountAddress && null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1594
+ }, _errorFactory)) && ((null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1330
1595
  method: "createAssert",
1331
1596
  path: _path + ".accountAddress",
1332
- expected: "(PhysicalAddress | undefined)",
1597
+ expected: "(__type.o9 | string | undefined)",
1598
+ value: input.accountAddress
1599
+ }, _errorFactory)) && (undefined === input.accountAddress || "string" === typeof input.accountAddress || ("object" === typeof input.accountAddress && null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1600
+ method: "createAssert",
1601
+ path: _path + ".accountAddress",
1602
+ expected: "(__type.o9 | string | undefined)",
1333
1603
  value: input.accountAddress
1334
1604
  }, _errorFactory)) && _ao19(input.accountAddress, _path + ".accountAddress", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1335
1605
  method: "createAssert",
1336
1606
  path: _path + ".accountAddress",
1337
- expected: "(PhysicalAddress | undefined)",
1607
+ expected: "(__type.o9 | string | undefined)",
1338
1608
  value: input.accountAddress
1339
- }, _errorFactory)) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1609
+ }, _errorFactory))) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1340
1610
  method: "createAssert",
1341
1611
  path: _path + ".type",
1342
1612
  expected: "\"bank-account\"",
@@ -1354,19 +1624,19 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1354
1624
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1355
1625
  method: "createAssert",
1356
1626
  path: _path + ".accountOwner",
1357
- expected: "__type.o11",
1627
+ expected: "__type.o12",
1358
1628
  value: input.accountOwner
1359
1629
  }, _errorFactory)) && _ao21(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1360
1630
  method: "createAssert",
1361
1631
  path: _path + ".accountOwner",
1362
- expected: "__type.o11",
1632
+ expected: "__type.o12",
1363
1633
  value: input.accountOwner
1364
1634
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1365
1635
  method: "createAssert",
1366
1636
  path: _path + ".bankName",
1367
1637
  expected: "(string | undefined)",
1368
1638
  value: input.bankName
1369
- }, _errorFactory)); const _ao39 = (input, _path, _exceptionable = true) => ("string" === typeof input.accountNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1639
+ }, _errorFactory)); const _ao42 = (input, _path, _exceptionable = true) => ("string" === typeof input.accountNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1370
1640
  method: "createAssert",
1371
1641
  path: _path + ".accountNumber",
1372
1642
  expected: "string",
@@ -1381,17 +1651,22 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1381
1651
  path: _path + ".accountTypeDetail",
1382
1652
  expected: "(\"checking\" | \"savings\")",
1383
1653
  value: input.accountTypeDetail
1384
- }, _errorFactory)) && (undefined === input.accountAddress || ("object" === typeof input.accountAddress && null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1654
+ }, _errorFactory)) && ((null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1385
1655
  method: "createAssert",
1386
1656
  path: _path + ".accountAddress",
1387
- expected: "(PhysicalAddress | undefined)",
1657
+ expected: "(__type.o9 | string | undefined)",
1658
+ value: input.accountAddress
1659
+ }, _errorFactory)) && (undefined === input.accountAddress || "string" === typeof input.accountAddress || ("object" === typeof input.accountAddress && null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1660
+ method: "createAssert",
1661
+ path: _path + ".accountAddress",
1662
+ expected: "(__type.o9 | string | undefined)",
1388
1663
  value: input.accountAddress
1389
1664
  }, _errorFactory)) && _ao19(input.accountAddress, _path + ".accountAddress", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1390
1665
  method: "createAssert",
1391
1666
  path: _path + ".accountAddress",
1392
- expected: "(PhysicalAddress | undefined)",
1667
+ expected: "(__type.o9 | string | undefined)",
1393
1668
  value: input.accountAddress
1394
- }, _errorFactory)) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1669
+ }, _errorFactory))) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1395
1670
  method: "createAssert",
1396
1671
  path: _path + ".type",
1397
1672
  expected: "\"bank-account\"",
@@ -1409,19 +1684,19 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1409
1684
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1410
1685
  method: "createAssert",
1411
1686
  path: _path + ".accountOwner",
1412
- expected: "__type.o13",
1687
+ expected: "__type.o14",
1413
1688
  value: input.accountOwner
1414
1689
  }, _errorFactory)) && _ao23(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1415
1690
  method: "createAssert",
1416
1691
  path: _path + ".accountOwner",
1417
- expected: "__type.o13",
1692
+ expected: "__type.o14",
1418
1693
  value: input.accountOwner
1419
1694
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1420
1695
  method: "createAssert",
1421
1696
  path: _path + ".bankName",
1422
1697
  expected: "(string | undefined)",
1423
1698
  value: input.bankName
1424
- }, _errorFactory)); const _ao40 = (input, _path, _exceptionable = true) => ("string" === typeof input.accountNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1699
+ }, _errorFactory)); const _ao43 = (input, _path, _exceptionable = true) => ("string" === typeof input.accountNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1425
1700
  method: "createAssert",
1426
1701
  path: _path + ".accountNumber",
1427
1702
  expected: "string",
@@ -1436,17 +1711,22 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1436
1711
  path: _path + ".accountTypeDetail",
1437
1712
  expected: "(\"checking\" | \"savings\")",
1438
1713
  value: input.accountTypeDetail
1439
- }, _errorFactory)) && (undefined === input.accountAddress || ("object" === typeof input.accountAddress && null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1714
+ }, _errorFactory)) && ((null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1440
1715
  method: "createAssert",
1441
1716
  path: _path + ".accountAddress",
1442
- expected: "(PhysicalAddress | undefined)",
1717
+ expected: "(__type.o9 | string | undefined)",
1718
+ value: input.accountAddress
1719
+ }, _errorFactory)) && (undefined === input.accountAddress || "string" === typeof input.accountAddress || ("object" === typeof input.accountAddress && null !== input.accountAddress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1720
+ method: "createAssert",
1721
+ path: _path + ".accountAddress",
1722
+ expected: "(__type.o9 | string | undefined)",
1443
1723
  value: input.accountAddress
1444
1724
  }, _errorFactory)) && _ao19(input.accountAddress, _path + ".accountAddress", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1445
1725
  method: "createAssert",
1446
1726
  path: _path + ".accountAddress",
1447
- expected: "(PhysicalAddress | undefined)",
1727
+ expected: "(__type.o9 | string | undefined)",
1448
1728
  value: input.accountAddress
1449
- }, _errorFactory)) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1729
+ }, _errorFactory))) && ("bank-account" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1450
1730
  method: "createAssert",
1451
1731
  path: _path + ".type",
1452
1732
  expected: "\"bank-account\"",
@@ -1464,19 +1744,19 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1464
1744
  }, _errorFactory)) && (("object" === typeof input.accountOwner && null !== input.accountOwner || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1465
1745
  method: "createAssert",
1466
1746
  path: _path + ".accountOwner",
1467
- expected: "__type.o15",
1747
+ expected: "__type.o16",
1468
1748
  value: input.accountOwner
1469
1749
  }, _errorFactory)) && _ao25(input.accountOwner, _path + ".accountOwner", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1470
1750
  method: "createAssert",
1471
1751
  path: _path + ".accountOwner",
1472
- expected: "__type.o15",
1752
+ expected: "__type.o16",
1473
1753
  value: input.accountOwner
1474
1754
  }, _errorFactory)) && (undefined === input.bankName || "string" === typeof input.bankName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1475
1755
  method: "createAssert",
1476
1756
  path: _path + ".bankName",
1477
1757
  expected: "(string | undefined)",
1478
1758
  value: input.bankName
1479
- }, _errorFactory)); const _ao41 = (input, _path, _exceptionable = true) => ("TRON_SEND" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1759
+ }, _errorFactory)); const _ao44 = (input, _path, _exceptionable = true) => ("TRON_SEND" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1480
1760
  method: "createAssert",
1481
1761
  path: _path + ".type",
1482
1762
  expected: "\"TRON_SEND\"",
@@ -1511,7 +1791,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1511
1791
  path: _path + ".tokenAddress",
1512
1792
  expected: "(string | undefined)",
1513
1793
  value: input.tokenAddress
1514
- }, _errorFactory)); const _ao42 = (input, _path, _exceptionable = true) => ("BITCOIN_SEND" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1794
+ }, _errorFactory)); const _ao45 = (input, _path, _exceptionable = true) => ("BITCOIN_SEND" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1515
1795
  method: "createAssert",
1516
1796
  path: _path + ".type",
1517
1797
  expected: "\"BITCOIN_SEND\"",
@@ -1541,7 +1821,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1541
1821
  path: _path + ".sendToAddress",
1542
1822
  expected: "string",
1543
1823
  value: input.sendToAddress
1544
- }, _errorFactory)); const _ao43 = (input, _path, _exceptionable = true) => ("SOLANA_SEND" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1824
+ }, _errorFactory)); const _ao46 = (input, _path, _exceptionable = true) => ("SOLANA_SEND" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1545
1825
  method: "createAssert",
1546
1826
  path: _path + ".type",
1547
1827
  expected: "\"SOLANA_SEND\"",
@@ -1576,15 +1856,15 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1576
1856
  path: _path + ".tokenMintAddress",
1577
1857
  expected: "(string | undefined)",
1578
1858
  value: input.tokenMintAddress
1579
- }, _errorFactory)); const _ao44 = (input, _path, _exceptionable = true) => (("object" === typeof input.recipient && null !== input.recipient || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1859
+ }, _errorFactory)); const _ao47 = (input, _path, _exceptionable = true) => (("object" === typeof input.recipient && null !== input.recipient || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1580
1860
  method: "createAssert",
1581
1861
  path: _path + ".recipient",
1582
- expected: "__type.o33",
1862
+ expected: "__type.o35",
1583
1863
  value: input.recipient
1584
- }, _errorFactory)) && _ao45(input.recipient, _path + ".recipient", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1864
+ }, _errorFactory)) && _ao48(input.recipient, _path + ".recipient", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1585
1865
  method: "createAssert",
1586
1866
  path: _path + ".recipient",
1587
- expected: "__type.o33",
1867
+ expected: "__type.o35",
1588
1868
  value: input.recipient
1589
1869
  }, _errorFactory)) && ((null !== input.location || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1590
1870
  method: "createAssert",
@@ -1604,12 +1884,12 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1604
1884
  }, _errorFactory))) && (undefined === input.providerInformation || ("object" === typeof input.providerInformation && null !== input.providerInformation && false === Array.isArray(input.providerInformation) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1605
1885
  method: "createAssert",
1606
1886
  path: _path + ".providerInformation",
1607
- expected: "(__type.o34 | undefined)",
1887
+ expected: "(__type.o36 | undefined)",
1608
1888
  value: input.providerInformation
1609
- }, _errorFactory)) && _ao46(input.providerInformation, _path + ".providerInformation", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1889
+ }, _errorFactory)) && _ao49(input.providerInformation, _path + ".providerInformation", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1610
1890
  method: "createAssert",
1611
1891
  path: _path + ".providerInformation",
1612
- expected: "(__type.o34 | undefined)",
1892
+ expected: "(__type.o36 | undefined)",
1613
1893
  value: input.providerInformation
1614
1894
  }, _errorFactory)) && (undefined === input.pastInstructions || (Array.isArray(input.pastInstructions) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1615
1895
  method: "createAssert",
@@ -1619,19 +1899,19 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1619
1899
  }, _errorFactory)) && input.pastInstructions.every((elem, _index37) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1620
1900
  method: "createAssert",
1621
1901
  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\">)",
1902
+ 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
1903
  value: elem
1624
1904
  }, _errorFactory)) && _au0(elem, _path + ".pastInstructions[" + _index37 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1625
1905
  method: "createAssert",
1626
1906
  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\">)",
1907
+ 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
1908
  value: elem
1629
1909
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1630
1910
  method: "createAssert",
1631
1911
  path: _path + ".pastInstructions",
1632
1912
  expected: "(Array<TransferInstructionShape> | undefined)",
1633
1913
  value: input.pastInstructions
1634
- }, _errorFactory)); const _ao45 = (input, _path, _exceptionable = true) => ("persistent-address" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1914
+ }, _errorFactory)); const _ao48 = (input, _path, _exceptionable = true) => ("persistent-address" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1635
1915
  method: "createAssert",
1636
1916
  path: _path + ".type",
1637
1917
  expected: "\"persistent-address\"",
@@ -1641,7 +1921,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1641
1921
  path: _path + ".persistentAddressId",
1642
1922
  expected: "string",
1643
1923
  value: input.persistentAddressId
1644
- }, _errorFactory)); const _ao46 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
1924
+ }, _errorFactory)); const _ao49 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
1645
1925
  const value = input[key];
1646
1926
  if (undefined === value)
1647
1927
  return true;
@@ -1661,25 +1941,25 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1661
1941
  expected: "Array<\"template\">",
1662
1942
  value: value
1663
1943
  }, _errorFactory);
1664
- }); const _ao47 = (input, _path, _exceptionable = true) => (null !== input.recipient || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1944
+ }); const _ao50 = (input, _path, _exceptionable = true) => (null !== input.recipient || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1665
1945
  method: "createAssert",
1666
1946
  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)",
1947
+ 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; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { bankCode: string; bankAccountNumber?: string; routingCode: string; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; } | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; }.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?: { ...; }; } & { ...; } & { ...; } & { ...; } | { 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
1948
  value: input.recipient
1669
1949
  }, _errorFactory)) && (undefined !== input.recipient || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1670
1950
  method: "createAssert",
1671
1951
  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)",
1952
+ 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; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { bankCode: string; bankAccountNumber?: string; routingCode: string; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; } | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; }.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?: { ...; }; } & { ...; } & { ...; } & { ...; } | { 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
1953
  value: input.recipient
1674
1954
  }, _errorFactory)) && ("string" === typeof input.recipient || ("object" === typeof input.recipient && null !== input.recipient || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1675
1955
  method: "createAssert",
1676
1956
  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)",
1957
+ 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; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { bankCode: string; bankAccountNumber?: string; routingCode: string; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; } | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; }.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?: { ...; }; } & { ...; } & { ...; } & { ...; } | { 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
1958
  value: input.recipient
1679
1959
  }, _errorFactory)) && _au5(input.recipient, _path + ".recipient", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1680
1960
  method: "createAssert",
1681
1961
  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)",
1962
+ 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; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; } | { bankCode: string; bankAccountNumber?: string; routingCode: string; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { bankCode: string; bankAccountNumber?: string; routingCode: string; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; } | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; }.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?: { ...; }; } & { ...; } & { ...; } & { ...; } | { 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
1963
  value: input.recipient
1684
1964
  }, _errorFactory)) && ((null !== input.location || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1685
1965
  method: "createAssert",
@@ -1699,12 +1979,12 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1699
1979
  }, _errorFactory))) && (undefined === input.providerInformation || ("object" === typeof input.providerInformation && null !== input.providerInformation && false === Array.isArray(input.providerInformation) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1700
1980
  method: "createAssert",
1701
1981
  path: _path + ".providerInformation",
1702
- expected: "(__type.o34 | undefined)",
1982
+ expected: "(__type.o36 | undefined)",
1703
1983
  value: input.providerInformation
1704
- }, _errorFactory)) && _ao46(input.providerInformation, _path + ".providerInformation", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1984
+ }, _errorFactory)) && _ao49(input.providerInformation, _path + ".providerInformation", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1705
1985
  method: "createAssert",
1706
1986
  path: _path + ".providerInformation",
1707
- expected: "(__type.o34 | undefined)",
1987
+ expected: "(__type.o36 | undefined)",
1708
1988
  value: input.providerInformation
1709
1989
  }, _errorFactory)) && (undefined === input.pastInstructions || (Array.isArray(input.pastInstructions) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1710
1990
  method: "createAssert",
@@ -1714,19 +1994,19 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1714
1994
  }, _errorFactory)) && input.pastInstructions.every((elem, _index40) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1715
1995
  method: "createAssert",
1716
1996
  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\">)",
1997
+ 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
1998
  value: elem
1719
1999
  }, _errorFactory)) && _au0(elem, _path + ".pastInstructions[" + _index40 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1720
2000
  method: "createAssert",
1721
2001
  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\">)",
2002
+ 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
2003
  value: elem
1724
2004
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1725
2005
  method: "createAssert",
1726
2006
  path: _path + ".pastInstructions",
1727
2007
  expected: "(Array<TransferInstructionShape> | undefined)",
1728
2008
  value: input.pastInstructions
1729
- }, _errorFactory)); const _ao48 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2009
+ }, _errorFactory)); const _ao51 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1730
2010
  method: "createAssert",
1731
2011
  path: _path + ".type",
1732
2012
  expected: "\"mobile-wallet\"",
@@ -1746,7 +2026,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1746
2026
  path: _path + ".phoneNumber",
1747
2027
  expected: "string",
1748
2028
  value: input.phoneNumber
1749
- }, _errorFactory)); const _ao49 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2029
+ }, _errorFactory)); const _ao52 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1750
2030
  method: "createAssert",
1751
2031
  path: _path + ".type",
1752
2032
  expected: "\"mobile-wallet\"",
@@ -1766,7 +2046,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1766
2046
  path: _path + ".phoneNumber",
1767
2047
  expected: "string",
1768
2048
  value: input.phoneNumber
1769
- }, _errorFactory)); const _ao50 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2049
+ }, _errorFactory)); const _ao53 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1770
2050
  method: "createAssert",
1771
2051
  path: _path + ".type",
1772
2052
  expected: "\"mobile-wallet\"",
@@ -1786,7 +2066,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1786
2066
  path: _path + ".phoneNumber",
1787
2067
  expected: "string",
1788
2068
  value: input.phoneNumber
1789
- }, _errorFactory)); const _ao51 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2069
+ }, _errorFactory)); const _ao54 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1790
2070
  method: "createAssert",
1791
2071
  path: _path + ".type",
1792
2072
  expected: "\"mobile-wallet\"",
@@ -1806,7 +2086,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1806
2086
  path: _path + ".phoneNumber",
1807
2087
  expected: "string",
1808
2088
  value: input.phoneNumber
1809
- }, _errorFactory)); const _ao52 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2089
+ }, _errorFactory)); const _ao55 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1810
2090
  method: "createAssert",
1811
2091
  path: _path + ".type",
1812
2092
  expected: "\"mobile-wallet\"",
@@ -1826,7 +2106,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1826
2106
  path: _path + ".phoneNumber",
1827
2107
  expected: "string",
1828
2108
  value: input.phoneNumber
1829
- }, _errorFactory)); const _ao53 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2109
+ }, _errorFactory)); const _ao56 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1830
2110
  method: "createAssert",
1831
2111
  path: _path + ".type",
1832
2112
  expected: "\"mobile-wallet\"",
@@ -1846,7 +2126,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1846
2126
  path: _path + ".phoneNumber",
1847
2127
  expected: "string",
1848
2128
  value: input.phoneNumber
1849
- }, _errorFactory)); const _ao54 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2129
+ }, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1850
2130
  method: "createAssert",
1851
2131
  path: _path + ".type",
1852
2132
  expected: "\"mobile-wallet\"",
@@ -1866,7 +2146,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1866
2146
  path: _path + ".phoneNumber",
1867
2147
  expected: "string",
1868
2148
  value: input.phoneNumber
1869
- }, _errorFactory)); const _ao55 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2149
+ }, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1870
2150
  method: "createAssert",
1871
2151
  path: _path + ".type",
1872
2152
  expected: "\"mobile-wallet\"",
@@ -1886,7 +2166,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1886
2166
  path: _path + ".phoneNumber",
1887
2167
  expected: "string",
1888
2168
  value: input.phoneNumber
1889
- }, _errorFactory)); const _ao56 = (input, _path, _exceptionable = true) => (undefined === input.phoneNumber || "string" === typeof input.phoneNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2169
+ }, _errorFactory)); const _ao59 = (input, _path, _exceptionable = true) => (undefined === input.phoneNumber || "string" === typeof input.phoneNumber || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1890
2170
  method: "createAssert",
1891
2171
  path: _path + ".phoneNumber",
1892
2172
  expected: "(string | undefined)",
@@ -1911,7 +2191,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1911
2191
  path: _path + ".obfuscated",
1912
2192
  expected: "(false | undefined)",
1913
2193
  value: input.obfuscated
1914
- }, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2194
+ }, _errorFactory)); const _ao60 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1915
2195
  method: "createAssert",
1916
2196
  path: _path + ".type",
1917
2197
  expected: "\"mobile-wallet\"",
@@ -1931,7 +2211,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1931
2211
  path: _path + ".phoneNumber",
1932
2212
  expected: "string",
1933
2213
  value: input.phoneNumber
1934
- }, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2214
+ }, _errorFactory)); const _ao61 = (input, _path, _exceptionable = true) => ("mobile-wallet" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1935
2215
  method: "createAssert",
1936
2216
  path: _path + ".type",
1937
2217
  expected: "\"mobile-wallet\"",
@@ -1951,7 +2231,7 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1951
2231
  path: _path + ".phoneNumber",
1952
2232
  expected: "string",
1953
2233
  value: input.phoneNumber
1954
- }, _errorFactory)); const _ao59 = (input, _path, _exceptionable = true) => ("string" === typeof input.username || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2234
+ }, _errorFactory)); const _ao62 = (input, _path, _exceptionable = true) => ("string" === typeof input.username || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1955
2235
  method: "createAssert",
1956
2236
  path: _path + ".username",
1957
2237
  expected: "string",
@@ -1978,22 +2258,22 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
1978
2258
  return _ao15(input, _path, true && _exceptionable);
1979
2259
  else if ("EVM_CALL" === input.type)
1980
2260
  return _ao16(input, _path, true && _exceptionable);
1981
- else if ("ACH" === input.type || "WIRE" === input.type || "SEPA_PUSH" === input.type)
2261
+ 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
2262
  return _ao17(input, _path, true && _exceptionable);
1983
2263
  else if ("TRON_SEND" === input.type)
1984
- return _ao41(input, _path, true && _exceptionable);
2264
+ return _ao44(input, _path, true && _exceptionable);
1985
2265
  else if ("BITCOIN_SEND" === input.type)
1986
- return _ao42(input, _path, true && _exceptionable);
2266
+ return _ao45(input, _path, true && _exceptionable);
1987
2267
  else if ("SOLANA_SEND" === input.type)
1988
- return _ao43(input, _path, true && _exceptionable);
2268
+ return _ao46(input, _path, true && _exceptionable);
1989
2269
  else
1990
2270
  return __typia_transform__assertGuard._assertGuard(_exceptionable, {
1991
2271
  method: "createAssert",
1992
2272
  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\">)",
2273
+ 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
2274
  value: input
1995
2275
  }, _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, {
2276
+ })(); const _au1 = (input, _path, _exceptionable = true) => _ao50(input, _path, false && _exceptionable) || _ao47(input, _path, false && _exceptionable) || _ao1(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1997
2277
  method: "createAssert",
1998
2278
  path: _path,
1999
2279
  expected: "(OtherContactAddress | TemplateContactAddress | KeetaContactAddress)",
@@ -2030,48 +2310,41 @@ export const assertContact = (() => { const _iv3 = new Set(["bank-account:card",
2030
2310
  expected: "(__type | __type.o2 | __type.o3 | __type.o4 | __type.o5)",
2031
2311
  value: input
2032
2312
  }, _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);
2313
+ })(); 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) || _ao33(input, _path, false && _exceptionable) || _ao32(input, _path, false && _exceptionable) || _ao29(input, _path, false && _exceptionable) || _ao36(input, _path, false && _exceptionable) || _ao35(input, _path, false && _exceptionable) || _ao34(input, _path, false && _exceptionable) || _ao40(input, _path, false && _exceptionable) || _ao39(input, _path, false && _exceptionable) || _ao37(input, _path, false && _exceptionable) || _ao43(input, _path, false && _exceptionable) || _ao42(input, _path, false && _exceptionable) || _ao41(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2314
+ method: "createAssert",
2315
+ path: _path,
2316
+ 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; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { bankCode: string; bankAccountNumber?: string; routingCode: string; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { bankCode: string; bankAccountNumber?: string; routingCode: string; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; } | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; } | { 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; } & { ...; } & { ...; })",
2317
+ value: input
2318
+ }, _errorFactory); const _au5 = (input, _path, _exceptionable = true) => (() => {
2319
+ if ("sada-pay" === input.accountType)
2320
+ return _ao61(input, _path, true && _exceptionable);
2048
2321
  else if ("rocket" === input.accountType)
2049
- return _ao57(input, _path, true && _exceptionable);
2322
+ return _ao60(input, _path, true && _exceptionable);
2050
2323
  else if ("naya-pay" === input.accountType)
2051
- return _ao55(input, _path, true && _exceptionable);
2324
+ return _ao58(input, _path, true && _exceptionable);
2052
2325
  else if ("nagad" === input.accountType)
2053
- return _ao54(input, _path, true && _exceptionable);
2326
+ return _ao57(input, _path, true && _exceptionable);
2054
2327
  else if ("mtn-mobile-money" === input.accountType)
2055
- return _ao53(input, _path, true && _exceptionable);
2328
+ return _ao56(input, _path, true && _exceptionable);
2056
2329
  else if ("jazz-cash" === input.accountType)
2057
- return _ao52(input, _path, true && _exceptionable);
2330
+ return _ao55(input, _path, true && _exceptionable);
2058
2331
  else if ("finja-wallet" === input.accountType)
2059
- return _ao51(input, _path, true && _exceptionable);
2332
+ return _ao54(input, _path, true && _exceptionable);
2060
2333
  else if ("easy-paisa" === input.accountType)
2061
- return _ao50(input, _path, true && _exceptionable);
2334
+ return _ao53(input, _path, true && _exceptionable);
2062
2335
  else if ("bkash" === input.accountType)
2063
- return _ao49(input, _path, true && _exceptionable);
2336
+ return _ao52(input, _path, true && _exceptionable);
2064
2337
  else if ("airtel-money" === input.accountType)
2065
- return _ao48(input, _path, true && _exceptionable);
2338
+ return _ao51(input, _path, true && _exceptionable);
2066
2339
  else if ("paypal" === input.accountType)
2067
- return _ao56(input, _path, true && _exceptionable);
2068
- else if ("venmo" === input.accountType)
2069
2340
  return _ao59(input, _path, true && _exceptionable);
2341
+ else if ("venmo" === input.accountType)
2342
+ return _ao62(input, _path, true && _exceptionable);
2070
2343
  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, {
2344
+ 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) || _ao33(input, _path, false && _exceptionable) || _ao32(input, _path, false && _exceptionable) || _ao29(input, _path, false && _exceptionable) || _ao36(input, _path, false && _exceptionable) || _ao35(input, _path, false && _exceptionable) || _ao34(input, _path, false && _exceptionable) || _ao40(input, _path, false && _exceptionable) || _ao39(input, _path, false && _exceptionable) || _ao37(input, _path, false && _exceptionable) || _ao43(input, _path, false && _exceptionable) || _ao42(input, _path, false && _exceptionable) || _ao41(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2072
2345
  method: "createAssert",
2073
2346
  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; } & { ...; } & { ...; })",
2347
+ 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; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { bankCode: string; bankAccountNumber?: string; routingCode: string; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { bankCode: string; bankAccountNumber?: string; routingCode: string; accountAddress?: PhysicalAddress; } & { type: \"bank-account\"; accountType: \"interac\"; obfuscated?: false; } & { ...; } & { ...; } | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; }.o2 | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; }.o1 | { brCode?: string; pixKey?: string; accountAddress?: PhysicalAddress; document?: { type?: \"cpf\" | \"cnpj\"; number: string; }; } & { type: \"bank-account\"; accountType: \"pix\"; obfuscated?: false; } & { ...; } & { ...; } | { 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
2348
  value: input
2076
2349
  }, _errorFactory);
2077
2350
  })(); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {