@heliofi/common 0.2.193 → 0.2.194-alpha.1772814222

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 (254) hide show
  1. package/dist/src/domain/constants/index.d.ts +0 -1
  2. package/dist/src/domain/constants/index.js +0 -1
  3. package/dist/src/domain/constants/index.js.map +1 -1
  4. package/dist/src/domain/model/blockchain/constants/BlockchainEngineToBlockchain.spec.js.map +1 -1
  5. package/dist/src/domain/model/blockchain/constants/BlockchainSymbol.d.ts +1 -0
  6. package/dist/src/domain/model/blockchain/constants/BlockchainSymbol.js +1 -0
  7. package/dist/src/domain/model/blockchain/constants/BlockchainSymbol.js.map +1 -1
  8. package/dist/src/domain/model/blockchain/constants/BlockchainSymbolToDecentChainId.js +5 -0
  9. package/dist/src/domain/model/blockchain/constants/BlockchainSymbolToDecentChainId.js.map +1 -1
  10. package/dist/src/domain/model/blockchain/constants/BlockchainToBlockchainEngine.js +2 -0
  11. package/dist/src/domain/model/blockchain/constants/BlockchainToBlockchainEngine.js.map +1 -1
  12. package/dist/src/domain/model/blockchain/constants/ConfirmTimeoutSec.d.ts +1 -0
  13. package/dist/src/domain/model/blockchain/constants/ConfirmTimeoutSec.js +1 -0
  14. package/dist/src/domain/model/blockchain/constants/ConfirmTimeoutSec.js.map +1 -1
  15. package/dist/src/domain/model/blockchainEngine/constants/BlockchainEngineType.d.ts +2 -1
  16. package/dist/src/domain/model/blockchainEngine/constants/BlockchainEngineType.js +1 -0
  17. package/dist/src/domain/model/blockchainEngine/constants/BlockchainEngineType.js.map +1 -1
  18. package/dist/src/domain/model/charge/constants/ChargeSource.d.ts +4 -0
  19. package/dist/src/domain/model/charge/constants/ChargeSource.js +9 -0
  20. package/dist/src/domain/model/charge/constants/ChargeSource.js.map +1 -0
  21. package/dist/src/domain/model/charge/constants/index.d.ts +1 -0
  22. package/dist/src/domain/model/{raffle-details/dtos → charge/constants}/index.js +1 -1
  23. package/dist/src/domain/model/charge/constants/index.js.map +1 -0
  24. package/dist/src/domain/model/charge/entities/Charge.entity.d.ts +4 -1
  25. package/dist/src/domain/model/charge/entities/Charge.entity.js.map +1 -1
  26. package/dist/src/domain/model/charge/entities/ChargeApiKeyResponse.entity.d.ts +6 -0
  27. package/dist/src/domain/model/charge/entities/ChargeApiKeyResponse.entity.js +8 -0
  28. package/dist/src/domain/model/charge/entities/ChargeApiKeyResponse.entity.js.map +1 -0
  29. package/dist/src/domain/model/charge/entities/EnrichedCharge.entity.d.ts +2 -0
  30. package/dist/src/domain/model/charge/entities/EnrichedCharge.entity.js +20 -0
  31. package/dist/src/domain/model/charge/entities/EnrichedCharge.entity.js.map +1 -1
  32. package/dist/src/domain/model/charge/entities/index.d.ts +1 -0
  33. package/dist/src/domain/model/charge/entities/index.js +1 -0
  34. package/dist/src/domain/model/charge/entities/index.js.map +1 -1
  35. package/dist/src/domain/model/charge/index.d.ts +1 -0
  36. package/dist/src/domain/model/charge/index.js +1 -0
  37. package/dist/src/domain/model/charge/index.js.map +1 -1
  38. package/dist/src/domain/model/coinbase-auth/dtos/Confirm2FA.dto.d.ts +4 -0
  39. package/dist/src/domain/model/{email/dtos/emailRaffleWinner.dto.js → coinbase-auth/dtos/Confirm2FA.dto.js} +6 -16
  40. package/dist/src/domain/model/coinbase-auth/dtos/Confirm2FA.dto.js.map +1 -0
  41. package/dist/src/domain/model/coinbase-auth/dtos/Resend2FA.dto.d.ts +3 -0
  42. package/dist/src/domain/model/coinbase-auth/dtos/Resend2FA.dto.js +22 -0
  43. package/dist/src/domain/model/coinbase-auth/dtos/Resend2FA.dto.js.map +1 -0
  44. package/dist/src/domain/model/coinbase-auth/dtos/SendCrypto.dto.d.ts +6 -0
  45. package/dist/src/domain/model/{raffle-entry/dtos/entryDetails.dto.js → coinbase-auth/dtos/SendCrypto.dto.js} +13 -9
  46. package/dist/src/domain/model/coinbase-auth/dtos/SendCrypto.dto.js.map +1 -0
  47. package/dist/src/domain/model/coinbase-auth/dtos/index.d.ts +3 -0
  48. package/dist/src/domain/model/coinbase-auth/dtos/index.js +3 -0
  49. package/dist/src/domain/model/coinbase-auth/dtos/index.js.map +1 -1
  50. package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAuthStatusResponse.entity.d.ts +1 -0
  51. package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAuthStatusResponse.entity.js.map +1 -1
  52. package/dist/src/domain/model/coinbase-auth/entities/CoinbaseWithdrawalResponse.entity.d.ts +13 -0
  53. package/dist/src/domain/model/coinbase-auth/entities/CoinbaseWithdrawalResponse.entity.js +8 -0
  54. package/dist/src/domain/model/coinbase-auth/entities/CoinbaseWithdrawalResponse.entity.js.map +1 -0
  55. package/dist/src/domain/model/coinbase-auth/entities/index.d.ts +1 -0
  56. package/dist/src/domain/model/coinbase-auth/entities/index.js +1 -0
  57. package/dist/src/domain/model/coinbase-auth/entities/index.js.map +1 -1
  58. package/dist/src/domain/model/decent-swap/entities/DecentApiError.d.ts +40 -0
  59. package/dist/src/domain/model/decent-swap/entities/DecentApiError.js +29 -0
  60. package/dist/src/domain/model/decent-swap/entities/DecentApiError.js.map +1 -0
  61. package/dist/src/domain/model/decent-swap/entities/DecentBridgeProvider.d.ts +13 -0
  62. package/dist/src/domain/model/decent-swap/entities/DecentBridgeProvider.js +18 -0
  63. package/dist/src/domain/model/decent-swap/entities/DecentBridgeProvider.js.map +1 -0
  64. package/dist/src/domain/model/decent-swap/entities/DecentChainId.d.ts +2 -1
  65. package/dist/src/domain/model/decent-swap/entities/DecentChainId.js +1 -0
  66. package/dist/src/domain/model/decent-swap/entities/DecentChainId.js.map +1 -1
  67. package/dist/src/domain/model/decent-swap/entities/GetRoutesOptions.d.ts +1 -0
  68. package/dist/src/domain/model/decent-swap/entities/index.d.ts +2 -0
  69. package/dist/src/domain/model/decent-swap/entities/index.js +2 -0
  70. package/dist/src/domain/model/decent-swap/entities/index.js.map +1 -1
  71. package/dist/src/domain/model/deposit/constants/DepositCustomerType.d.ts +4 -0
  72. package/dist/src/domain/model/deposit/constants/DepositCustomerType.js +9 -0
  73. package/dist/src/domain/model/deposit/constants/DepositCustomerType.js.map +1 -0
  74. package/dist/src/domain/model/deposit/constants/index.d.ts +1 -0
  75. package/dist/src/domain/model/{raffle-details/entities → deposit/constants}/index.js +1 -1
  76. package/dist/src/domain/model/deposit/constants/index.js.map +1 -0
  77. package/dist/src/domain/model/deposit/dtos/acceptDepositCustomerVirtualBankAccountTerms.dto.d.ts +2 -0
  78. package/dist/src/domain/model/deposit/dtos/acceptDepositCustomerVirtualBankAccountTerms.dto.js +7 -0
  79. package/dist/src/domain/model/deposit/dtos/acceptDepositCustomerVirtualBankAccountTerms.dto.js.map +1 -0
  80. package/dist/src/domain/model/deposit/dtos/index.d.ts +2 -0
  81. package/dist/src/domain/model/deposit/dtos/index.js +2 -0
  82. package/dist/src/domain/model/deposit/dtos/index.js.map +1 -1
  83. package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountCountry.dto.d.ts +3 -0
  84. package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountCountry.dto.js +23 -0
  85. package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountCountry.dto.js.map +1 -0
  86. package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountEmail.dto.d.ts +3 -0
  87. package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountEmail.dto.js +22 -0
  88. package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountEmail.dto.js.map +1 -0
  89. package/dist/src/domain/model/deposit/dtos/updateDepositWallet.dto.d.ts +2 -0
  90. package/dist/src/domain/model/deposit/dtos/updateDepositWallet.dto.js +11 -0
  91. package/dist/src/domain/model/deposit/dtos/updateDepositWallet.dto.js.map +1 -1
  92. package/dist/src/domain/model/deposit/entities/Deposit.entity.d.ts +1 -0
  93. package/dist/src/domain/model/deposit/entities/Deposit.entity.js.map +1 -1
  94. package/dist/src/domain/model/deposit/entities/DepositCustomer.entity.d.ts +8 -0
  95. package/dist/src/domain/model/deposit/entities/DepositCustomer.entity.js.map +1 -1
  96. package/dist/src/domain/model/deposit/entities/DepositCustomerEnriched.entity.d.ts +14 -0
  97. package/dist/src/domain/model/deposit/entities/DepositCustomerEnriched.entity.js.map +1 -1
  98. package/dist/src/domain/model/deposit/entities/DepositCustomerVirtualAccountDetails.entity.d.ts +12 -0
  99. package/dist/src/domain/model/deposit/entities/DepositCustomerVirtualAccountDetails.entity.js +8 -0
  100. package/dist/src/domain/model/deposit/entities/DepositCustomerVirtualAccountDetails.entity.js.map +1 -0
  101. package/dist/src/domain/model/deposit/entities/DepositSearchResult.entity.d.ts +6 -0
  102. package/dist/src/domain/model/deposit/entities/DepositSearchResult.entity.js.map +1 -1
  103. package/dist/src/domain/model/deposit/entities/DepositWallet.entity.d.ts +2 -0
  104. package/dist/src/domain/model/deposit/entities/DepositWallet.entity.js.map +1 -1
  105. package/dist/src/domain/model/deposit/entities/KycLink.entity.d.ts +3 -0
  106. package/dist/src/domain/model/deposit/entities/KycLink.entity.js +7 -0
  107. package/dist/src/domain/model/deposit/entities/KycLink.entity.js.map +1 -0
  108. package/dist/src/domain/model/deposit/entities/VirtualAccount.enums.d.ts +29 -0
  109. package/dist/src/domain/model/deposit/entities/VirtualAccount.enums.js +37 -0
  110. package/dist/src/domain/model/deposit/entities/VirtualAccount.enums.js.map +1 -0
  111. package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetails.entity.d.ts +10 -0
  112. package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetails.entity.js +7 -0
  113. package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetails.entity.js.map +1 -0
  114. package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetailsInfo.entity.d.ts +11 -0
  115. package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetailsInfo.entity.js +7 -0
  116. package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetailsInfo.entity.js.map +1 -0
  117. package/dist/src/domain/model/deposit/entities/VirtualAccountTransaction.entity.d.ts +7 -0
  118. package/dist/src/domain/model/deposit/entities/VirtualAccountTransaction.entity.js +7 -0
  119. package/dist/src/domain/model/deposit/entities/VirtualAccountTransaction.entity.js.map +1 -0
  120. package/dist/src/domain/model/deposit/entities/VirtualAccountView.entity.d.ts +7 -0
  121. package/dist/src/domain/model/deposit/entities/VirtualAccountView.entity.js +7 -0
  122. package/dist/src/domain/model/deposit/entities/VirtualAccountView.entity.js.map +1 -0
  123. package/dist/src/domain/model/deposit/entities/index.d.ts +9 -0
  124. package/dist/src/domain/model/deposit/entities/index.js +9 -0
  125. package/dist/src/domain/model/deposit/entities/index.js.map +1 -1
  126. package/dist/src/domain/model/deposit/index.d.ts +1 -0
  127. package/dist/src/domain/model/deposit/index.js +1 -0
  128. package/dist/src/domain/model/deposit/index.js.map +1 -1
  129. package/dist/src/domain/model/deposit-management/dtos/Sweep.dto.d.ts +4 -0
  130. package/dist/src/domain/model/{email/dtos/emailRaffleMerchant.dto.js → deposit-management/dtos/Sweep.dto.js} +6 -17
  131. package/dist/src/domain/model/deposit-management/dtos/Sweep.dto.js.map +1 -0
  132. package/dist/src/domain/model/deposit-management/dtos/index.d.ts +1 -0
  133. package/dist/src/domain/model/deposit-management/dtos/index.js +1 -0
  134. package/dist/src/domain/model/deposit-management/dtos/index.js.map +1 -1
  135. package/dist/src/domain/model/deposit-management/entities/DepositRefund.entity.d.ts +15 -0
  136. package/dist/src/domain/model/deposit-management/entities/DepositRefund.entity.js +7 -0
  137. package/dist/src/domain/model/deposit-management/entities/DepositRefund.entity.js.map +1 -0
  138. package/dist/src/domain/model/deposit-management/entities/DepositRefundStatus.d.ts +5 -0
  139. package/dist/src/domain/model/deposit-management/entities/DepositRefundStatus.js +10 -0
  140. package/dist/src/domain/model/deposit-management/entities/DepositRefundStatus.js.map +1 -0
  141. package/dist/src/domain/model/deposit-management/entities/ExecuteSweepResponse.d.ts +9 -0
  142. package/dist/src/domain/model/deposit-management/entities/ExecuteSweepResponse.js +7 -0
  143. package/dist/src/domain/model/deposit-management/entities/ExecuteSweepResponse.js.map +1 -0
  144. package/dist/src/domain/model/deposit-management/entities/SweepExecutionStep.d.ts +7 -0
  145. package/dist/src/domain/model/deposit-management/entities/SweepExecutionStep.js +7 -0
  146. package/dist/src/domain/model/deposit-management/entities/SweepExecutionStep.js.map +1 -0
  147. package/dist/src/domain/model/deposit-management/entities/index.d.ts +4 -0
  148. package/dist/src/domain/model/deposit-management/entities/index.js +4 -0
  149. package/dist/src/domain/model/deposit-management/entities/index.js.map +1 -1
  150. package/dist/src/domain/model/deposit-wallet-incoming-transaction/entities/DepositWalletIncomingTransaction.entity.d.ts +2 -0
  151. package/dist/src/domain/model/deposit-wallet-incoming-transaction/entities/DepositWalletIncomingTransaction.entity.js.map +1 -1
  152. package/dist/src/domain/model/email/dtos/index.d.ts +0 -2
  153. package/dist/src/domain/model/email/dtos/index.js +0 -2
  154. package/dist/src/domain/model/email/dtos/index.js.map +1 -1
  155. package/dist/src/domain/model/index.d.ts +1 -2
  156. package/dist/src/domain/model/index.js +1 -2
  157. package/dist/src/domain/model/index.js.map +1 -1
  158. package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.d.ts +0 -1
  159. package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.js +0 -5
  160. package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.js.map +1 -1
  161. package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.d.ts +0 -1
  162. package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.js +0 -5
  163. package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.js.map +1 -1
  164. package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.d.ts +1 -1
  165. package/dist/src/domain/model/paylink/dtos/createPaylink.dto.d.ts +0 -2
  166. package/dist/src/domain/model/paylink/dtos/createPaylink.dto.js +0 -7
  167. package/dist/src/domain/model/paylink/dtos/createPaylink.dto.js.map +1 -1
  168. package/dist/src/domain/model/paylink/dtos/createPaylinkWithApi.dto.d.ts +0 -2
  169. package/dist/src/domain/model/paylink/dtos/createPaylinkWithApi.dto.js +0 -7
  170. package/dist/src/domain/model/paylink/dtos/createPaylinkWithApi.dto.js.map +1 -1
  171. package/dist/src/domain/model/paylink/dtos/updatePaylink.dto.d.ts +0 -2
  172. package/dist/src/domain/model/paylink/dtos/updatePaylink.dto.js +0 -7
  173. package/dist/src/domain/model/paylink/dtos/updatePaylink.dto.js.map +1 -1
  174. package/dist/src/domain/model/paylink/dtos/updatePaylinkWithApi.dto.d.ts +0 -2
  175. package/dist/src/domain/model/paylink/dtos/updatePaylinkWithApi.dto.js +0 -7
  176. package/dist/src/domain/model/paylink/dtos/updatePaylinkWithApi.dto.js.map +1 -1
  177. package/dist/src/domain/model/paylink/entities/BasePaylink.d.ts +0 -2
  178. package/dist/src/domain/model/paylink/entities/BasePaylink.js.map +1 -1
  179. package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.entity.d.ts +0 -2
  180. package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.entity.js.map +1 -1
  181. package/dist/src/domain/model/privateRpc/entities/PrivateRpcUsageUi.enum.d.ts +2 -1
  182. package/dist/src/domain/model/privateRpc/entities/PrivateRpcUsageUi.enum.js +1 -0
  183. package/dist/src/domain/model/privateRpc/entities/PrivateRpcUsageUi.enum.js.map +1 -1
  184. package/dist/src/domain/model/report/entities/ReportItem.entity.d.ts +1 -0
  185. package/dist/src/domain/model/report/entities/ReportItem.entity.js.map +1 -1
  186. package/dist/src/domain/model/swap-route-config/dtos/createSwapRouteConfig.dto.d.ts +7 -0
  187. package/dist/src/domain/model/{raffle-entry/dtos/createRaffleEntry.dto.js → swap-route-config/dtos/createSwapRouteConfig.dto.js} +17 -26
  188. package/dist/src/domain/model/swap-route-config/dtos/createSwapRouteConfig.dto.js.map +1 -0
  189. package/dist/src/domain/model/swap-route-config/dtos/index.d.ts +2 -0
  190. package/dist/src/domain/model/{raffle-entry → swap-route-config}/dtos/index.js +2 -2
  191. package/dist/src/domain/model/swap-route-config/dtos/index.js.map +1 -0
  192. package/dist/src/domain/model/swap-route-config/dtos/updateSwapRouteConfig.dto.d.ts +5 -0
  193. package/dist/src/domain/model/swap-route-config/dtos/updateSwapRouteConfig.dto.js +29 -0
  194. package/dist/src/domain/model/swap-route-config/dtos/updateSwapRouteConfig.dto.js.map +1 -0
  195. package/dist/src/domain/model/swap-route-config/entities/BaseSwapRouteConfig.entity.d.ts +10 -0
  196. package/dist/src/domain/model/swap-route-config/entities/BaseSwapRouteConfig.entity.js +8 -0
  197. package/dist/src/domain/model/swap-route-config/entities/BaseSwapRouteConfig.entity.js.map +1 -0
  198. package/dist/src/domain/model/swap-route-config/entities/SwapRouteConfigEnriched.entity.d.ts +6 -0
  199. package/dist/src/domain/model/swap-route-config/entities/SwapRouteConfigEnriched.entity.js +8 -0
  200. package/dist/src/domain/model/swap-route-config/entities/SwapRouteConfigEnriched.entity.js.map +1 -0
  201. package/dist/src/domain/model/swap-route-config/entities/index.d.ts +2 -0
  202. package/dist/src/domain/model/swap-route-config/entities/index.js +19 -0
  203. package/dist/src/domain/model/swap-route-config/entities/index.js.map +1 -0
  204. package/dist/src/domain/model/swap-route-config/index.js.map +1 -0
  205. package/dist/src/domain/model/sweep-attempt/entities/RecentSweepAttempt.d.ts +8 -0
  206. package/dist/src/domain/model/sweep-attempt/entities/RecentSweepAttempt.js.map +1 -1
  207. package/dist/src/domain/model/transaction-meta/entities/UpdateTransactionMeta.d.ts +1 -0
  208. package/dist/src/domain/model/transaction-meta/entities/UpdateTransactionMeta.js.map +1 -1
  209. package/dist/src/domain/services/AmountService.d.ts +1 -0
  210. package/dist/src/domain/services/AmountService.js +10 -0
  211. package/dist/src/domain/services/AmountService.js.map +1 -1
  212. package/dist/src/domain/services/ClusterService.d.ts +1 -0
  213. package/dist/src/domain/services/ClusterService.js +10 -0
  214. package/dist/src/domain/services/ClusterService.js.map +1 -1
  215. package/dist/tsconfig.tsbuildinfo +1 -1
  216. package/package.json +3 -3
  217. package/dist/src/domain/constants/raffle.d.ts +0 -10
  218. package/dist/src/domain/constants/raffle.js +0 -16
  219. package/dist/src/domain/constants/raffle.js.map +0 -1
  220. package/dist/src/domain/model/email/dtos/emailRaffleMerchant.dto.d.ts +0 -6
  221. package/dist/src/domain/model/email/dtos/emailRaffleMerchant.dto.js.map +0 -1
  222. package/dist/src/domain/model/email/dtos/emailRaffleWinner.dto.d.ts +0 -6
  223. package/dist/src/domain/model/email/dtos/emailRaffleWinner.dto.js.map +0 -1
  224. package/dist/src/domain/model/raffle-details/dtos/index.d.ts +0 -1
  225. package/dist/src/domain/model/raffle-details/dtos/index.js.map +0 -1
  226. package/dist/src/domain/model/raffle-details/dtos/raffleDetailsDto.d.ts +0 -7
  227. package/dist/src/domain/model/raffle-details/dtos/raffleDetailsDto.js +0 -47
  228. package/dist/src/domain/model/raffle-details/dtos/raffleDetailsDto.js.map +0 -1
  229. package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.d.ts +0 -9
  230. package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.js +0 -7
  231. package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.js.map +0 -1
  232. package/dist/src/domain/model/raffle-details/entities/index.d.ts +0 -1
  233. package/dist/src/domain/model/raffle-details/entities/index.js.map +0 -1
  234. package/dist/src/domain/model/raffle-details/index.js.map +0 -1
  235. package/dist/src/domain/model/raffle-entry/dtos/createRaffleEntry.dto.d.ts +0 -8
  236. package/dist/src/domain/model/raffle-entry/dtos/createRaffleEntry.dto.js.map +0 -1
  237. package/dist/src/domain/model/raffle-entry/dtos/entryDetails.dto.d.ts +0 -6
  238. package/dist/src/domain/model/raffle-entry/dtos/entryDetails.dto.js.map +0 -1
  239. package/dist/src/domain/model/raffle-entry/dtos/index.d.ts +0 -2
  240. package/dist/src/domain/model/raffle-entry/dtos/index.js.map +0 -1
  241. package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.d.ts +0 -6
  242. package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.js +0 -7
  243. package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.js.map +0 -1
  244. package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.d.ts +0 -9
  245. package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.js +0 -8
  246. package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.js.map +0 -1
  247. package/dist/src/domain/model/raffle-entry/entities/index.d.ts +0 -2
  248. package/dist/src/domain/model/raffle-entry/entities/index.js +0 -19
  249. package/dist/src/domain/model/raffle-entry/entities/index.js.map +0 -1
  250. package/dist/src/domain/model/raffle-entry/index.d.ts +0 -2
  251. package/dist/src/domain/model/raffle-entry/index.js +0 -19
  252. package/dist/src/domain/model/raffle-entry/index.js.map +0 -1
  253. /package/dist/src/domain/model/{raffle-details → swap-route-config}/index.d.ts +0 -0
  254. /package/dist/src/domain/model/{raffle-details → swap-route-config}/index.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DecentApiError.js","sourceRoot":"","sources":["../../../../../../src/domain/model/decent-swap/entities/DecentApiError.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAuBX;AAvBD,WAAY,eAAe;IACzB,sDAAmC,CAAA;IACnC,oDAAiC,CAAA;IACjC,4EAAyD,CAAA;IACzD,kDAA+B,CAAA;IAC/B,8CAA2B,CAAA;IAC3B,oEAAiD,CAAA;IACjD,oEAAiD,CAAA;IACjD,8DAA2C,CAAA;IAC3C,sDAAmC,CAAA;IACnC,0EAAuD,CAAA;IACvD,0DAAuC,CAAA;IACvC,gEAA6C,CAAA;IAC7C,kEAA+C,CAAA;IAC/C,4DAAyC,CAAA;IACzC,sDAAmC,CAAA;IACnC,oEAAiD,CAAA;IACjD,4DAAyC,CAAA;IACzC,8DAA2C,CAAA;IAC3C,wEAAqD,CAAA;IACrD,oFAAiE,CAAA;IACjE,4EAAyD,CAAA;IACzD,sDAAmC,CAAA;AACrC,CAAC,EAvBW,eAAe,+BAAf,eAAe,QAuB1B"}
@@ -0,0 +1,13 @@
1
+ export declare enum DecentBridgeProvider {
2
+ RELAY = "relay",
3
+ MAYAN = "mayan",
4
+ ALT_VM_1 = "alt-vm-1",
5
+ ALT_VM_2 = "alt-vm-2",
6
+ OPTIMISM = "optimism",
7
+ OFT = "oft",
8
+ YIELD_OFT = "yield-oft",
9
+ ARBITRUM = "arbitrum",
10
+ ACROSS = "across",
11
+ HYPERLANE = "hyperlane",
12
+ GHOST = "ghost"
13
+ }
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DecentBridgeProvider = void 0;
4
+ var DecentBridgeProvider;
5
+ (function (DecentBridgeProvider) {
6
+ DecentBridgeProvider["RELAY"] = "relay";
7
+ DecentBridgeProvider["MAYAN"] = "mayan";
8
+ DecentBridgeProvider["ALT_VM_1"] = "alt-vm-1";
9
+ DecentBridgeProvider["ALT_VM_2"] = "alt-vm-2";
10
+ DecentBridgeProvider["OPTIMISM"] = "optimism";
11
+ DecentBridgeProvider["OFT"] = "oft";
12
+ DecentBridgeProvider["YIELD_OFT"] = "yield-oft";
13
+ DecentBridgeProvider["ARBITRUM"] = "arbitrum";
14
+ DecentBridgeProvider["ACROSS"] = "across";
15
+ DecentBridgeProvider["HYPERLANE"] = "hyperlane";
16
+ DecentBridgeProvider["GHOST"] = "ghost";
17
+ })(DecentBridgeProvider || (exports.DecentBridgeProvider = DecentBridgeProvider = {}));
18
+ //# sourceMappingURL=DecentBridgeProvider.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DecentBridgeProvider.js","sourceRoot":"","sources":["../../../../../../src/domain/model/decent-swap/entities/DecentBridgeProvider.ts"],"names":[],"mappings":";;;AAAA,IAAY,oBAYX;AAZD,WAAY,oBAAoB;IAC9B,uCAAe,CAAA;IACf,uCAAe,CAAA;IACf,6CAAqB,CAAA;IACrB,6CAAqB,CAAA;IACrB,6CAAqB,CAAA;IACrB,mCAAW,CAAA;IACX,+CAAuB,CAAA;IACvB,6CAAqB,CAAA;IACrB,yCAAiB,CAAA;IACjB,+CAAuB,CAAA;IACvB,uCAAe,CAAA;AACjB,CAAC,EAZW,oBAAoB,oCAApB,oBAAoB,QAY/B"}
@@ -16,5 +16,6 @@ export declare enum DecentChainId {
16
16
  ABSTRACT_MAINNET = 2741,
17
17
  HYPERLIQUID_MAINNET = 999,
18
18
  PLASMA_MAINNET = 9745,
19
- TRON_MAINNET = 728126428
19
+ TRON_MAINNET = 728126428,
20
+ HYPERCORE_MAINNET = 1337
20
21
  }
@@ -21,5 +21,6 @@ var DecentChainId;
21
21
  DecentChainId[DecentChainId["HYPERLIQUID_MAINNET"] = 999] = "HYPERLIQUID_MAINNET";
22
22
  DecentChainId[DecentChainId["PLASMA_MAINNET"] = 9745] = "PLASMA_MAINNET";
23
23
  DecentChainId[DecentChainId["TRON_MAINNET"] = 728126428] = "TRON_MAINNET";
24
+ DecentChainId[DecentChainId["HYPERCORE_MAINNET"] = 1337] = "HYPERCORE_MAINNET";
24
25
  })(DecentChainId || (exports.DecentChainId = DecentChainId = {}));
25
26
  //# sourceMappingURL=DecentChainId.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DecentChainId.js","sourceRoot":"","sources":["../../../../../../src/domain/model/decent-swap/entities/DecentChainId.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAmBX;AAnBD,WAAY,aAAa;IACvB,yEAAoB,CAAA;IACpB,uEAAmB,CAAA;IACnB,gFAA2B,CAAA;IAC3B,yEAAqB,CAAA;IACrB,yEAAsB,CAAA;IACtB,oEAAmB,CAAA;IACnB,qEAAoB,CAAA;IACpB,qEAAoB,CAAA;IACpB,8EAA2B,CAAA;IAC3B,uEAAqB,CAAA;IACrB,+EAA2B,CAAA;IAC3B,6EAAwB,CAAA;IACxB,4EAAwB,CAAA;IACxB,gEAAgB,CAAA;IAChB,4EAAuB,CAAA;IACvB,iFAAyB,CAAA;IACzB,wEAAqB,CAAA;IACrB,yEAAwB,CAAA;AAC1B,CAAC,EAnBW,aAAa,6BAAb,aAAa,QAmBxB"}
1
+ {"version":3,"file":"DecentChainId.js","sourceRoot":"","sources":["../../../../../../src/domain/model/decent-swap/entities/DecentChainId.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAoBX;AApBD,WAAY,aAAa;IACvB,yEAAoB,CAAA;IACpB,uEAAmB,CAAA;IACnB,gFAA2B,CAAA;IAC3B,yEAAqB,CAAA;IACrB,yEAAsB,CAAA;IACtB,oEAAmB,CAAA;IACnB,qEAAoB,CAAA;IACpB,qEAAoB,CAAA;IACpB,8EAA2B,CAAA;IAC3B,uEAAqB,CAAA;IACrB,+EAA2B,CAAA;IAC3B,6EAAwB,CAAA;IACxB,4EAAwB,CAAA;IACxB,gEAAgB,CAAA;IAChB,4EAAuB,CAAA;IACvB,iFAAyB,CAAA;IACzB,wEAAqB,CAAA;IACrB,yEAAwB,CAAA;IACxB,8EAAwB,CAAA;AAC1B,CAAC,EApBW,aAAa,6BAAb,aAAa,QAoBxB"}
@@ -12,4 +12,5 @@ export interface GetRoutesOptions {
12
12
  recipient?: string;
13
13
  amount?: string;
14
14
  appFees?: DecentAppFeeOverride[];
15
+ bridgeIds?: string[];
15
16
  }
@@ -6,3 +6,5 @@ export * from './GetRoutesOptions';
6
6
  export * from './SwapOptions';
7
7
  export * from './DecentChainId';
8
8
  export * from './DecentAppFeeOverride';
9
+ export * from './DecentBridgeProvider';
10
+ export * from './DecentApiError';
@@ -22,4 +22,6 @@ __exportStar(require("./GetRoutesOptions"), exports);
22
22
  __exportStar(require("./SwapOptions"), exports);
23
23
  __exportStar(require("./DecentChainId"), exports);
24
24
  __exportStar(require("./DecentAppFeeOverride"), exports);
25
+ __exportStar(require("./DecentBridgeProvider"), exports);
26
+ __exportStar(require("./DecentApiError"), exports);
25
27
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/decent-swap/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,oDAAkC;AAClC,4DAA0C;AAC1C,mDAAiC;AACjC,qDAAmC;AACnC,gDAA8B;AAC9B,kDAAgC;AAChC,yDAAuC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/decent-swap/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,oDAAkC;AAClC,4DAA0C;AAC1C,mDAAiC;AACjC,qDAAmC;AACnC,gDAA8B;AAC9B,kDAAgC;AAChC,yDAAuC;AACvC,yDAAuC;AACvC,mDAAiC"}
@@ -0,0 +1,4 @@
1
+ export declare enum DepositCustomerType {
2
+ DEPOSIT = "deposit",
3
+ PAYLINK = "paylink"
4
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DepositCustomerType = void 0;
4
+ var DepositCustomerType;
5
+ (function (DepositCustomerType) {
6
+ DepositCustomerType["DEPOSIT"] = "deposit";
7
+ DepositCustomerType["PAYLINK"] = "paylink";
8
+ })(DepositCustomerType || (exports.DepositCustomerType = DepositCustomerType = {}));
9
+ //# sourceMappingURL=DepositCustomerType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DepositCustomerType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/constants/DepositCustomerType.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,0CAAmB,CAAA;AACrB,CAAC,EAHW,mBAAmB,mCAAnB,mBAAmB,QAG9B"}
@@ -0,0 +1 @@
1
+ export * from './DepositCustomerType';
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./RaffleDetails.entity"), exports);
17
+ __exportStar(require("./DepositCustomerType"), exports);
18
18
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
@@ -0,0 +1,2 @@
1
+ export declare class AcceptDepositCustomerVirtualAccountTermsDto {
2
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AcceptDepositCustomerVirtualAccountTermsDto = void 0;
4
+ class AcceptDepositCustomerVirtualAccountTermsDto {
5
+ }
6
+ exports.AcceptDepositCustomerVirtualAccountTermsDto = AcceptDepositCustomerVirtualAccountTermsDto;
7
+ //# sourceMappingURL=acceptDepositCustomerVirtualBankAccountTerms.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"acceptDepositCustomerVirtualBankAccountTerms.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/acceptDepositCustomerVirtualBankAccountTerms.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,2CAA2C;CAEvD;AAFD,kGAEC"}
@@ -4,3 +4,5 @@ export * from './createDepositCustomer.dto';
4
4
  export * from './updateDepositWallet.dto';
5
5
  export * from './updateWalletActivity.dto';
6
6
  export * from './updateDeposit.dto';
7
+ export * from './setDepositCustomerVirtualAccountEmail.dto';
8
+ export * from './setDepositCustomerVirtualAccountCountry.dto';
@@ -20,4 +20,6 @@ __exportStar(require("./createDepositCustomer.dto"), exports);
20
20
  __exportStar(require("./updateDepositWallet.dto"), exports);
21
21
  __exportStar(require("./updateWalletActivity.dto"), exports);
22
22
  __exportStar(require("./updateDeposit.dto"), exports);
23
+ __exportStar(require("./setDepositCustomerVirtualAccountEmail.dto"), exports);
24
+ __exportStar(require("./setDepositCustomerVirtualAccountCountry.dto"), exports);
23
25
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,8DAA4C;AAC5C,8DAA4C;AAC5C,4DAA0C;AAC1C,6DAA2C;AAC3C,sDAAoC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,8DAA4C;AAC5C,8DAA4C;AAC5C,4DAA0C;AAC1C,6DAA2C;AAC3C,sDAAoC;AACpC,8EAA4D;AAC5D,gFAA8D"}
@@ -0,0 +1,3 @@
1
+ export declare class SetDepositCustomerVirtualAccountCountryDto {
2
+ countryCode: string;
3
+ }
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.SetDepositCustomerVirtualAccountCountryDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class SetDepositCustomerVirtualAccountCountryDto {
15
+ }
16
+ exports.SetDepositCustomerVirtualAccountCountryDto = SetDepositCustomerVirtualAccountCountryDto;
17
+ __decorate([
18
+ (0, class_validator_1.IsString)(),
19
+ (0, class_validator_1.IsNotEmpty)(),
20
+ (0, class_validator_1.Length)(2, 2),
21
+ __metadata("design:type", String)
22
+ ], SetDepositCustomerVirtualAccountCountryDto.prototype, "countryCode", void 0);
23
+ //# sourceMappingURL=setDepositCustomerVirtualAccountCountry.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setDepositCustomerVirtualAccountCountry.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountCountry.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAE/D,MAAa,0CAA0C;CAKtD;AALD,gGAKC;AADC;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,CAAC,EAAE,CAAC,CAAC;;+EACO"}
@@ -0,0 +1,3 @@
1
+ export declare class SetDepositCustomerVirtualAccountEmailDto {
2
+ email: string;
3
+ }
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.SetDepositCustomerVirtualAccountEmailDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class SetDepositCustomerVirtualAccountEmailDto {
15
+ }
16
+ exports.SetDepositCustomerVirtualAccountEmailDto = SetDepositCustomerVirtualAccountEmailDto;
17
+ __decorate([
18
+ (0, class_validator_1.IsEmail)(),
19
+ (0, class_validator_1.IsNotEmpty)(),
20
+ __metadata("design:type", String)
21
+ ], SetDepositCustomerVirtualAccountEmailDto.prototype, "email", void 0);
22
+ //# sourceMappingURL=setDepositCustomerVirtualAccountEmail.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setDepositCustomerVirtualAccountEmail.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountEmail.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAsD;AAEtD,MAAa,wCAAwC;CAIpD;AAJD,4FAIC;AADC;IAFC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;uEACC"}
@@ -3,4 +3,6 @@ export declare class UpdateDepositWalletDto {
3
3
  lastActivityAt?: Date;
4
4
  syncStartedAt?: Date;
5
5
  shouldEnrichIncomingTransactions?: boolean;
6
+ sanctionedAt?: Date;
7
+ sanctionedByAddress?: string;
6
8
  }
@@ -38,4 +38,15 @@ __decorate([
38
38
  (0, class_validator_1.IsOptional)(),
39
39
  __metadata("design:type", Boolean)
40
40
  ], UpdateDepositWalletDto.prototype, "shouldEnrichIncomingTransactions", void 0);
41
+ __decorate([
42
+ (0, class_transformer_1.Type)(() => Date),
43
+ (0, class_validator_1.IsDate)(),
44
+ (0, class_validator_1.IsOptional)(),
45
+ __metadata("design:type", Date)
46
+ ], UpdateDepositWalletDto.prototype, "sanctionedAt", void 0);
47
+ __decorate([
48
+ (0, class_validator_1.IsString)(),
49
+ (0, class_validator_1.IsOptional)(),
50
+ __metadata("design:type", String)
51
+ ], UpdateDepositWalletDto.prototype, "sanctionedByAddress", void 0);
41
52
  //# sourceMappingURL=updateDepositWallet.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateDepositWallet.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/updateDepositWallet.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgE;AAChE,yDAAyC;AAEzC,MAAa,sBAAsB;CAmBlC;AAnBD,wDAmBC;AAfC;IAHC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACA,IAAI;0DAAC;AAKlB;IAHC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACI,IAAI;8DAAC;AAKtB;IAHC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACG,IAAI;6DAAC;AAIrB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;gFAC8B"}
1
+ {"version":3,"file":"updateDepositWallet.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/updateDepositWallet.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA0E;AAC1E,yDAAyC;AAEzC,MAAa,sBAAsB;CA4BlC;AA5BD,wDA4BC;AAxBC;IAHC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACA,IAAI;0DAAC;AAKlB;IAHC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACI,IAAI;8DAAC;AAKtB;IAHC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACG,IAAI;6DAAC;AAIrB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;gFAC8B;AAK3C;IAHC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACE,IAAI;4DAAC;AAIpB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mEACgB"}
@@ -7,6 +7,7 @@ export declare class DepositEntity extends Entity {
7
7
  id: string;
8
8
  name: string;
9
9
  description?: string;
10
+ paylinkId?: string;
10
11
  platform: Platform;
11
12
  notifyReceiverByEmail: boolean;
12
13
  disabled: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"Deposit.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/Deposit.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAStC,MAAa,aAAc,SAAQ,eAAM;CAwBxC;AAxBD,sCAwBC"}
1
+ {"version":3,"file":"Deposit.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/Deposit.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAStC,MAAa,aAAc,SAAQ,eAAM;CA0BxC;AA1BD,sCA0BC"}
@@ -1,12 +1,20 @@
1
1
  import { Entity } from '../../entity';
2
+ import { DepositCustomerType } from '../constants/DepositCustomerType';
3
+ import { DepositCustomerVirtualAccountDetails } from './DepositCustomerVirtualAccountDetails.entity';
2
4
  export declare class DepositCustomerEntity extends Entity {
3
5
  id: string;
4
6
  deposit: string;
5
7
  customerId: string;
6
8
  customerEmail?: string;
7
9
  token: string;
10
+ type: DepositCustomerType;
8
11
  recipientPublicKeys: string[];
9
12
  additionalJSON?: string;
10
13
  defaultOnrampAmount?: number;
14
+ virtualAccountDetails?: DepositCustomerVirtualAccountDetails;
15
+ requiredAmountMinimalUnit?: string;
16
+ requiredAmountDecimals?: number;
17
+ pricingCurrencyId?: string;
18
+ remainingDueMinimalUnit?: string;
11
19
  disabled: boolean;
12
20
  }
@@ -1 +1 @@
1
- {"version":3,"file":"DepositCustomer.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositCustomer.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,qBAAsB,SAAQ,eAAM;CAkBhD;AAlBD,sDAkBC"}
1
+ {"version":3,"file":"DepositCustomer.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositCustomer.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAItC,MAAa,qBAAsB,SAAQ,eAAM;CA8BhD;AA9BD,sDA8BC"}
@@ -1,6 +1,8 @@
1
1
  import { Entity } from '../../entity';
2
+ import { DepositCustomerType } from '../constants/DepositCustomerType';
2
3
  import { DepositEnrichedEntity } from './DepositEnriched.entity';
3
4
  import { DepositWalletEnrichedEntity } from './DepositWalletEnriched.entity';
5
+ import { DepositCustomerVirtualAccountDetails } from './DepositCustomerVirtualAccountDetails.entity';
4
6
  export declare class DepositCustomerEnrichedEntity extends Entity {
5
7
  id: string;
6
8
  deposit: DepositEnrichedEntity;
@@ -8,7 +10,19 @@ export declare class DepositCustomerEnrichedEntity extends Entity {
8
10
  customerId: string;
9
11
  customerEmail?: string;
10
12
  token: string;
13
+ type: DepositCustomerType;
11
14
  recipientPublicKeys: string[];
12
15
  defaultOnrampAmount?: number;
16
+ requiredAmountMinimalUnit?: string;
17
+ requiredAmountDecimals?: number;
18
+ pricingCurrencyId?: string;
19
+ remainingDueMinimalUnit?: string;
20
+ depositedCurrency?: {
21
+ symbol: string;
22
+ blockchain: {
23
+ symbol: string;
24
+ };
25
+ };
26
+ virtualAccountDetails?: DepositCustomerVirtualAccountDetails;
13
27
  disabled: boolean;
14
28
  }
@@ -1 +1 @@
1
- {"version":3,"file":"DepositCustomerEnriched.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositCustomerEnriched.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAMtC,MAAa,6BAA8B,SAAQ,eAAM;CAkBxD;AAlBD,sEAkBC"}
1
+ {"version":3,"file":"DepositCustomerEnriched.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositCustomerEnriched.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAQtC,MAAa,6BAA8B,SAAQ,eAAM;CAqCxD;AArCD,sEAqCC"}
@@ -0,0 +1,12 @@
1
+ import { VirtualAccountBankDetailsStatus, VirtualAccountKycStatus, VirtualAccountStep, VirtualAccountTransactionStatus } from './VirtualAccount.enums';
2
+ import { Entity } from '../../entity';
3
+ export declare class DepositCustomerVirtualAccountDetails extends Entity {
4
+ hasEmail: boolean;
5
+ hasCountry: boolean;
6
+ hasAgreedTerms: boolean;
7
+ hasVirtualAccountCustomerId: boolean;
8
+ kycStatus?: VirtualAccountKycStatus;
9
+ bankDetailsStatus?: VirtualAccountBankDetailsStatus;
10
+ latestTransactionStatus?: VirtualAccountTransactionStatus;
11
+ step: VirtualAccountStep;
12
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DepositCustomerVirtualAccountDetails = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class DepositCustomerVirtualAccountDetails extends entity_1.Entity {
6
+ }
7
+ exports.DepositCustomerVirtualAccountDetails = DepositCustomerVirtualAccountDetails;
8
+ //# sourceMappingURL=DepositCustomerVirtualAccountDetails.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DepositCustomerVirtualAccountDetails.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositCustomerVirtualAccountDetails.entity.ts"],"names":[],"mappings":";;;AAMA,yCAAsC;AAEtC,MAAa,oCAAqC,SAAQ,eAAM;CAgB/D;AAhBD,oFAgBC"}
@@ -20,9 +20,15 @@ export interface DepositTransactionStats {
20
20
  totalAmount: string;
21
21
  transactionsByStatus: TransactionStatsByStatus[];
22
22
  }
23
+ export interface DepositSearchLinkage {
24
+ paylinkId: string | null;
25
+ chargeId: string | null;
26
+ depositCustomerId: string | null;
27
+ }
23
28
  export declare class DepositSearchResultEntity {
24
29
  deposit: DepositEnrichedEntity;
25
30
  wallets: DepositWalletEnrichedWithDepositCustomerEntity;
26
31
  balances: DepositWalletWithBalance;
27
32
  transactionStats: DepositTransactionStats;
33
+ linkage: DepositSearchLinkage;
28
34
  }
@@ -1 +1 @@
1
- {"version":3,"file":"DepositSearchResult.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositSearchResult.entity.ts"],"names":[],"mappings":";;;AA2BA,MAAa,yBAAyB;CAQrC;AARD,8DAQC"}
1
+ {"version":3,"file":"DepositSearchResult.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositSearchResult.entity.ts"],"names":[],"mappings":";;;AAiCA,MAAa,yBAAyB;CAUrC;AAVD,8DAUC"}
@@ -3,6 +3,8 @@ export declare class DepositWalletEntity extends Entity {
3
3
  id: string;
4
4
  publicKey: string;
5
5
  blockchainEngine: string;
6
+ sanctionedAt?: string;
7
+ sanctionedByAddress?: string;
6
8
  createdAt: string;
7
9
  updatedAt: string;
8
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"DepositWallet.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositWallet.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,mBAAoB,SAAQ,eAAM;CAU9C;AAVD,kDAUC"}
1
+ {"version":3,"file":"DepositWallet.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositWallet.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,mBAAoB,SAAQ,eAAM;CAc9C;AAdD,kDAcC"}
@@ -0,0 +1,3 @@
1
+ export declare class KycLink {
2
+ url: string | null;
3
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.KycLink = void 0;
4
+ class KycLink {
5
+ }
6
+ exports.KycLink = KycLink;
7
+ //# sourceMappingURL=KycLink.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KycLink.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/KycLink.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,OAAO;CAEnB;AAFD,0BAEC"}
@@ -0,0 +1,29 @@
1
+ export declare enum VirtualAccountKycStatus {
2
+ NOT_STARTED = "NOT_STARTED",
3
+ PENDING = "PENDING",
4
+ APPROVED = "APPROVED",
5
+ REJECTED = "REJECTED"
6
+ }
7
+ export declare enum VirtualAccountBankDetailsStatus {
8
+ CREATING = "CREATING",
9
+ PENDING = "PENDING",
10
+ APPROVED = "APPROVED",
11
+ REJECTED = "REJECTED",
12
+ ERROR = "ERROR"
13
+ }
14
+ export declare enum VirtualAccountTransactionStatus {
15
+ PENDING = "PENDING",
16
+ RECEIVED_FIAT = "RECEIVED_FIAT",
17
+ SENDING_CRYPTO = "SENDING_CRYPTO",
18
+ SENT_CRYPTO = "SENT_CRYPTO",
19
+ FAILED = "FAILED"
20
+ }
21
+ export declare enum VirtualAccountStep {
22
+ INIT = "INIT",
23
+ COLLECT_EMAIL = "COLLECT_EMAIL",
24
+ COLLECT_COUNTRY = "COLLECT_COUNTRY",
25
+ KYC = "KYC",
26
+ TERMS = "TERMS",
27
+ BANK_DETAILS_PENDING = "BANK_DETAILS_PENDING",
28
+ READY = "READY"
29
+ }
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VirtualAccountStep = exports.VirtualAccountTransactionStatus = exports.VirtualAccountBankDetailsStatus = exports.VirtualAccountKycStatus = void 0;
4
+ var VirtualAccountKycStatus;
5
+ (function (VirtualAccountKycStatus) {
6
+ VirtualAccountKycStatus["NOT_STARTED"] = "NOT_STARTED";
7
+ VirtualAccountKycStatus["PENDING"] = "PENDING";
8
+ VirtualAccountKycStatus["APPROVED"] = "APPROVED";
9
+ VirtualAccountKycStatus["REJECTED"] = "REJECTED";
10
+ })(VirtualAccountKycStatus || (exports.VirtualAccountKycStatus = VirtualAccountKycStatus = {}));
11
+ var VirtualAccountBankDetailsStatus;
12
+ (function (VirtualAccountBankDetailsStatus) {
13
+ VirtualAccountBankDetailsStatus["CREATING"] = "CREATING";
14
+ VirtualAccountBankDetailsStatus["PENDING"] = "PENDING";
15
+ VirtualAccountBankDetailsStatus["APPROVED"] = "APPROVED";
16
+ VirtualAccountBankDetailsStatus["REJECTED"] = "REJECTED";
17
+ VirtualAccountBankDetailsStatus["ERROR"] = "ERROR";
18
+ })(VirtualAccountBankDetailsStatus || (exports.VirtualAccountBankDetailsStatus = VirtualAccountBankDetailsStatus = {}));
19
+ var VirtualAccountTransactionStatus;
20
+ (function (VirtualAccountTransactionStatus) {
21
+ VirtualAccountTransactionStatus["PENDING"] = "PENDING";
22
+ VirtualAccountTransactionStatus["RECEIVED_FIAT"] = "RECEIVED_FIAT";
23
+ VirtualAccountTransactionStatus["SENDING_CRYPTO"] = "SENDING_CRYPTO";
24
+ VirtualAccountTransactionStatus["SENT_CRYPTO"] = "SENT_CRYPTO";
25
+ VirtualAccountTransactionStatus["FAILED"] = "FAILED";
26
+ })(VirtualAccountTransactionStatus || (exports.VirtualAccountTransactionStatus = VirtualAccountTransactionStatus = {}));
27
+ var VirtualAccountStep;
28
+ (function (VirtualAccountStep) {
29
+ VirtualAccountStep["INIT"] = "INIT";
30
+ VirtualAccountStep["COLLECT_EMAIL"] = "COLLECT_EMAIL";
31
+ VirtualAccountStep["COLLECT_COUNTRY"] = "COLLECT_COUNTRY";
32
+ VirtualAccountStep["KYC"] = "KYC";
33
+ VirtualAccountStep["TERMS"] = "TERMS";
34
+ VirtualAccountStep["BANK_DETAILS_PENDING"] = "BANK_DETAILS_PENDING";
35
+ VirtualAccountStep["READY"] = "READY";
36
+ })(VirtualAccountStep || (exports.VirtualAccountStep = VirtualAccountStep = {}));
37
+ //# sourceMappingURL=VirtualAccount.enums.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VirtualAccount.enums.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/VirtualAccount.enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,sDAA2B,CAAA;IAC3B,8CAAmB,CAAA;IACnB,gDAAqB,CAAA;IACrB,gDAAqB,CAAA;AACvB,CAAC,EALW,uBAAuB,uCAAvB,uBAAuB,QAKlC;AAED,IAAY,+BAMX;AAND,WAAY,+BAA+B;IACzC,wDAAqB,CAAA;IACrB,sDAAmB,CAAA;IACnB,wDAAqB,CAAA;IACrB,wDAAqB,CAAA;IACrB,kDAAe,CAAA;AACjB,CAAC,EANW,+BAA+B,+CAA/B,+BAA+B,QAM1C;AAED,IAAY,+BAMX;AAND,WAAY,+BAA+B;IACzC,sDAAmB,CAAA;IACnB,kEAA+B,CAAA;IAC/B,oEAAiC,CAAA;IACjC,8DAA2B,CAAA;IAC3B,oDAAiB,CAAA;AACnB,CAAC,EANW,+BAA+B,+CAA/B,+BAA+B,QAM1C;AAED,IAAY,kBAQX;AARD,WAAY,kBAAkB;IAC5B,mCAAa,CAAA;IACb,qDAA+B,CAAA;IAC/B,yDAAmC,CAAA;IACnC,iCAAW,CAAA;IACX,qCAAe,CAAA;IACf,mEAA6C,CAAA;IAC7C,qCAAe,CAAA;AACjB,CAAC,EARW,kBAAkB,kCAAlB,kBAAkB,QAQ7B"}
@@ -0,0 +1,10 @@
1
+ import { VirtualAccountBankDetailsStatus } from './VirtualAccount.enums';
2
+ import { VirtualAccountBankDetailsInfo } from './VirtualAccountBankDetailsInfo.entity';
3
+ export declare class VirtualAccountBankDetails {
4
+ id: string;
5
+ direction: string;
6
+ fromCurrency: string;
7
+ toCurrency: string;
8
+ status: VirtualAccountBankDetailsStatus;
9
+ bankDetails?: VirtualAccountBankDetailsInfo | null;
10
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VirtualAccountBankDetails = void 0;
4
+ class VirtualAccountBankDetails {
5
+ }
6
+ exports.VirtualAccountBankDetails = VirtualAccountBankDetails;
7
+ //# sourceMappingURL=VirtualAccountBankDetails.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VirtualAccountBankDetails.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/VirtualAccountBankDetails.entity.ts"],"names":[],"mappings":";;;AAGA,MAAa,yBAAyB;CAYrC;AAZD,8DAYC"}
@@ -0,0 +1,11 @@
1
+ export declare class VirtualAccountBankDetailsInfo {
2
+ type: string | null;
3
+ sortCode: string | null;
4
+ accountNumber: string | null;
5
+ routingNumber: string | null;
6
+ iban: string | null;
7
+ swift: string | null;
8
+ bankName: string | null;
9
+ accountName: string | null;
10
+ reference: string | null;
11
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VirtualAccountBankDetailsInfo = void 0;
4
+ class VirtualAccountBankDetailsInfo {
5
+ }
6
+ exports.VirtualAccountBankDetailsInfo = VirtualAccountBankDetailsInfo;
7
+ //# sourceMappingURL=VirtualAccountBankDetailsInfo.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VirtualAccountBankDetailsInfo.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/VirtualAccountBankDetailsInfo.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,6BAA6B;CAkBzC;AAlBD,sEAkBC"}
@@ -0,0 +1,7 @@
1
+ import { VirtualAccountTransactionStatus } from './VirtualAccount.enums';
2
+ export declare class VirtualAccountTransaction {
3
+ id: string;
4
+ externalId: string;
5
+ status: VirtualAccountTransactionStatus;
6
+ occurredAt?: string;
7
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VirtualAccountTransaction = void 0;
4
+ class VirtualAccountTransaction {
5
+ }
6
+ exports.VirtualAccountTransaction = VirtualAccountTransaction;
7
+ //# sourceMappingURL=VirtualAccountTransaction.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VirtualAccountTransaction.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/VirtualAccountTransaction.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,yBAAyB;CAQrC;AARD,8DAQC"}
@@ -0,0 +1,7 @@
1
+ import { VirtualAccountBankDetails } from './VirtualAccountBankDetails.entity';
2
+ export declare class VirtualAccountView {
3
+ hasEmail: boolean;
4
+ countryCode: string | null;
5
+ acceptedTerms: boolean;
6
+ bankDetails: VirtualAccountBankDetails | null;
7
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VirtualAccountView = void 0;
4
+ class VirtualAccountView {
5
+ }
6
+ exports.VirtualAccountView = VirtualAccountView;
7
+ //# sourceMappingURL=VirtualAccountView.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VirtualAccountView.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/VirtualAccountView.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,kBAAkB;CAQ9B;AARD,gDAQC"}