@heliofi/common 0.2.192 → 0.2.193-alpha.1771868055

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 (275) hide show
  1. package/dist/src/domain/constants/deposits.d.ts +2 -1
  2. package/dist/src/domain/constants/deposits.js +1 -0
  3. package/dist/src/domain/constants/deposits.js.map +1 -1
  4. package/dist/src/domain/constants/index.d.ts +0 -1
  5. package/dist/src/domain/constants/index.js +0 -1
  6. package/dist/src/domain/constants/index.js.map +1 -1
  7. package/dist/src/domain/model/blockchain/constants/BlockchainToBlockchainEngine.js +2 -0
  8. package/dist/src/domain/model/blockchain/constants/BlockchainToBlockchainEngine.js.map +1 -1
  9. package/dist/src/domain/model/blockchain/constants/ConfirmTimeoutSec.d.ts +1 -1
  10. package/dist/src/domain/model/blockchain/constants/ConfirmTimeoutSec.js +1 -1
  11. package/dist/src/domain/model/blockchain/constants/ConfirmTimeoutSec.js.map +1 -1
  12. package/dist/src/domain/model/charge/constants/ChargeSource.d.ts +4 -0
  13. package/dist/src/domain/model/charge/constants/ChargeSource.js +9 -0
  14. package/dist/src/domain/model/charge/constants/ChargeSource.js.map +1 -0
  15. package/dist/src/domain/model/charge/constants/index.d.ts +1 -0
  16. package/dist/src/domain/model/{raffle-details/dtos → charge/constants}/index.js +1 -1
  17. package/dist/src/domain/model/charge/constants/index.js.map +1 -0
  18. package/dist/src/domain/model/charge/dtos/createChargeByApiKey.dto.d.ts +1 -0
  19. package/dist/src/domain/model/charge/dtos/createChargeByApiKey.dto.js +5 -0
  20. package/dist/src/domain/model/charge/dtos/createChargeByApiKey.dto.js.map +1 -1
  21. package/dist/src/domain/model/charge/entities/Charge.entity.d.ts +5 -1
  22. package/dist/src/domain/model/charge/entities/Charge.entity.js.map +1 -1
  23. package/dist/src/domain/model/charge/entities/EnrichedCharge.entity.d.ts +2 -0
  24. package/dist/src/domain/model/charge/entities/EnrichedCharge.entity.js +20 -0
  25. package/dist/src/domain/model/charge/entities/EnrichedCharge.entity.js.map +1 -1
  26. package/dist/src/domain/model/charge/index.d.ts +1 -0
  27. package/dist/src/domain/model/charge/index.js +1 -0
  28. package/dist/src/domain/model/charge/index.js.map +1 -1
  29. package/dist/src/domain/model/coinbase-auth/dtos/CoinbaseAuthCallback.dto.d.ts +4 -0
  30. package/dist/src/domain/model/{email/dtos/emailRaffleMerchant.dto.js → coinbase-auth/dtos/CoinbaseAuthCallback.dto.js} +6 -17
  31. package/dist/src/domain/model/coinbase-auth/dtos/CoinbaseAuthCallback.dto.js.map +1 -0
  32. package/dist/src/domain/model/coinbase-auth/dtos/Confirm2FA.dto.d.ts +4 -0
  33. package/dist/src/domain/model/coinbase-auth/dtos/Confirm2FA.dto.js +27 -0
  34. package/dist/src/domain/model/coinbase-auth/dtos/Confirm2FA.dto.js.map +1 -0
  35. package/dist/src/domain/model/coinbase-auth/dtos/Resend2FA.dto.d.ts +3 -0
  36. package/dist/src/domain/model/coinbase-auth/dtos/Resend2FA.dto.js +22 -0
  37. package/dist/src/domain/model/coinbase-auth/dtos/Resend2FA.dto.js.map +1 -0
  38. package/dist/src/domain/model/coinbase-auth/dtos/SendCrypto.dto.d.ts +6 -0
  39. package/dist/src/domain/model/{raffle-entry/dtos/entryDetails.dto.js → coinbase-auth/dtos/SendCrypto.dto.js} +13 -9
  40. package/dist/src/domain/model/coinbase-auth/dtos/SendCrypto.dto.js.map +1 -0
  41. package/dist/src/domain/model/coinbase-auth/dtos/index.d.ts +4 -0
  42. package/dist/src/domain/model/coinbase-auth/dtos/index.js +21 -0
  43. package/dist/src/domain/model/coinbase-auth/dtos/index.js.map +1 -0
  44. package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAccount.entity.d.ts +8 -0
  45. package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAccount.entity.js +8 -0
  46. package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAccount.entity.js.map +1 -0
  47. package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAccountsResponse.entity.d.ts +5 -0
  48. package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAccountsResponse.entity.js +23 -0
  49. package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAccountsResponse.entity.js.map +1 -0
  50. package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAuthInitResponse.entity.d.ts +6 -0
  51. package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAuthInitResponse.entity.js +8 -0
  52. package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAuthInitResponse.entity.js.map +1 -0
  53. package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAuthStatusResponse.entity.d.ts +4 -0
  54. package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAuthStatusResponse.entity.js +8 -0
  55. package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAuthStatusResponse.entity.js.map +1 -0
  56. package/dist/src/domain/model/coinbase-auth/entities/CoinbaseWithdrawalResponse.entity.d.ts +13 -0
  57. package/dist/src/domain/model/coinbase-auth/entities/CoinbaseWithdrawalResponse.entity.js +8 -0
  58. package/dist/src/domain/model/coinbase-auth/entities/CoinbaseWithdrawalResponse.entity.js.map +1 -0
  59. package/dist/src/domain/model/coinbase-auth/entities/index.d.ts +5 -0
  60. package/dist/src/domain/model/coinbase-auth/entities/index.js +22 -0
  61. package/dist/src/domain/model/coinbase-auth/entities/index.js.map +1 -0
  62. package/dist/src/domain/model/coinbase-auth/index.js.map +1 -0
  63. package/dist/src/domain/model/decent-swap/entities/DecentBridgeProvider.d.ts +13 -0
  64. package/dist/src/domain/model/decent-swap/entities/DecentBridgeProvider.js +18 -0
  65. package/dist/src/domain/model/decent-swap/entities/DecentBridgeProvider.js.map +1 -0
  66. package/dist/src/domain/model/decent-swap/entities/GetRoutesOptions.d.ts +1 -0
  67. package/dist/src/domain/model/decent-swap/entities/index.d.ts +1 -0
  68. package/dist/src/domain/model/decent-swap/entities/index.js +1 -0
  69. package/dist/src/domain/model/decent-swap/entities/index.js.map +1 -1
  70. package/dist/src/domain/model/deposit/constants/DepositCustomerType.d.ts +4 -0
  71. package/dist/src/domain/model/deposit/constants/DepositCustomerType.js +9 -0
  72. package/dist/src/domain/model/deposit/constants/DepositCustomerType.js.map +1 -0
  73. package/dist/src/domain/model/deposit/constants/index.d.ts +1 -0
  74. package/dist/src/domain/model/{raffle-details/entities → deposit/constants}/index.js +1 -1
  75. package/dist/src/domain/model/deposit/constants/index.js.map +1 -0
  76. package/dist/src/domain/model/deposit/dtos/acceptDepositCustomerVirtualBankAccountTerms.dto.d.ts +2 -0
  77. package/dist/src/domain/model/deposit/dtos/acceptDepositCustomerVirtualBankAccountTerms.dto.js +7 -0
  78. package/dist/src/domain/model/deposit/dtos/acceptDepositCustomerVirtualBankAccountTerms.dto.js.map +1 -0
  79. package/dist/src/domain/model/deposit/dtos/index.d.ts +2 -0
  80. package/dist/src/domain/model/deposit/dtos/index.js +2 -0
  81. package/dist/src/domain/model/deposit/dtos/index.js.map +1 -1
  82. package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountCountry.dto.d.ts +3 -0
  83. package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountCountry.dto.js +23 -0
  84. package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountCountry.dto.js.map +1 -0
  85. package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountEmail.dto.d.ts +3 -0
  86. package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountEmail.dto.js +22 -0
  87. package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountEmail.dto.js.map +1 -0
  88. package/dist/src/domain/model/deposit/entities/Deposit.entity.d.ts +1 -0
  89. package/dist/src/domain/model/deposit/entities/Deposit.entity.js.map +1 -1
  90. package/dist/src/domain/model/deposit/entities/DepositCustomer.entity.d.ts +8 -0
  91. package/dist/src/domain/model/deposit/entities/DepositCustomer.entity.js.map +1 -1
  92. package/dist/src/domain/model/deposit/entities/DepositCustomerEnriched.entity.d.ts +14 -0
  93. package/dist/src/domain/model/deposit/entities/DepositCustomerEnriched.entity.js.map +1 -1
  94. package/dist/src/domain/model/deposit/entities/DepositCustomerVirtualAccountDetails.entity.d.ts +12 -0
  95. package/dist/src/domain/model/deposit/entities/DepositCustomerVirtualAccountDetails.entity.js +8 -0
  96. package/dist/src/domain/model/deposit/entities/DepositCustomerVirtualAccountDetails.entity.js.map +1 -0
  97. package/dist/src/domain/model/deposit/entities/DepositSearchResult.entity.d.ts +6 -0
  98. package/dist/src/domain/model/deposit/entities/DepositSearchResult.entity.js.map +1 -1
  99. package/dist/src/domain/model/deposit/entities/KycLink.entity.d.ts +3 -0
  100. package/dist/src/domain/model/deposit/entities/KycLink.entity.js +7 -0
  101. package/dist/src/domain/model/deposit/entities/KycLink.entity.js.map +1 -0
  102. package/dist/src/domain/model/deposit/entities/VirtualAccount.enums.d.ts +29 -0
  103. package/dist/src/domain/model/deposit/entities/VirtualAccount.enums.js +37 -0
  104. package/dist/src/domain/model/deposit/entities/VirtualAccount.enums.js.map +1 -0
  105. package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetails.entity.d.ts +10 -0
  106. package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetails.entity.js +7 -0
  107. package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetails.entity.js.map +1 -0
  108. package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetailsInfo.entity.d.ts +11 -0
  109. package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetailsInfo.entity.js +7 -0
  110. package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetailsInfo.entity.js.map +1 -0
  111. package/dist/src/domain/model/deposit/entities/VirtualAccountTransaction.entity.d.ts +7 -0
  112. package/dist/src/domain/model/deposit/entities/VirtualAccountTransaction.entity.js +7 -0
  113. package/dist/src/domain/model/deposit/entities/VirtualAccountTransaction.entity.js.map +1 -0
  114. package/dist/src/domain/model/deposit/entities/VirtualAccountView.entity.d.ts +7 -0
  115. package/dist/src/domain/model/deposit/entities/VirtualAccountView.entity.js +7 -0
  116. package/dist/src/domain/model/deposit/entities/VirtualAccountView.entity.js.map +1 -0
  117. package/dist/src/domain/model/deposit/entities/index.d.ts +9 -0
  118. package/dist/src/domain/model/deposit/entities/index.js +9 -0
  119. package/dist/src/domain/model/deposit/entities/index.js.map +1 -1
  120. package/dist/src/domain/model/deposit/index.d.ts +1 -0
  121. package/dist/src/domain/model/deposit/index.js +1 -0
  122. package/dist/src/domain/model/deposit/index.js.map +1 -1
  123. package/dist/src/domain/model/deposit-management/dtos/GetIncomingTransactions.dto.d.ts +6 -0
  124. package/dist/src/domain/model/{raffle-details/dtos/raffleDetailsDto.js → deposit-management/dtos/GetIncomingTransactions.dto.js} +21 -28
  125. package/dist/src/domain/model/deposit-management/dtos/GetIncomingTransactions.dto.js.map +1 -0
  126. package/dist/src/domain/model/deposit-management/dtos/RefundTransaction.dto.d.ts +5 -0
  127. package/dist/src/domain/model/deposit-management/dtos/RefundTransaction.dto.js +31 -0
  128. package/dist/src/domain/model/deposit-management/dtos/RefundTransaction.dto.js.map +1 -0
  129. package/dist/src/domain/model/deposit-management/dtos/Sweep.dto.d.ts +4 -0
  130. package/dist/src/domain/model/deposit-management/dtos/Sweep.dto.js +27 -0
  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 +3 -0
  133. package/dist/src/domain/model/deposit-management/dtos/index.js +20 -0
  134. package/dist/src/domain/model/deposit-management/dtos/index.js.map +1 -0
  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/RefundTransactionResponse.entity.d.ts +7 -0
  145. package/dist/src/domain/model/deposit-management/entities/RefundTransactionResponse.entity.js +7 -0
  146. package/dist/src/domain/model/deposit-management/entities/RefundTransactionResponse.entity.js.map +1 -0
  147. package/dist/src/domain/model/deposit-management/entities/SweepExecutionStep.d.ts +7 -0
  148. package/dist/src/domain/model/deposit-management/entities/SweepExecutionStep.js +7 -0
  149. package/dist/src/domain/model/deposit-management/entities/SweepExecutionStep.js.map +1 -0
  150. package/dist/src/domain/model/deposit-management/entities/index.d.ts +5 -0
  151. package/dist/src/domain/model/deposit-management/entities/index.js +22 -0
  152. package/dist/src/domain/model/deposit-management/entities/index.js.map +1 -0
  153. package/dist/src/domain/model/deposit-management/index.js.map +1 -0
  154. package/dist/src/domain/model/deposit-wallet-incoming-transaction/entities/DepositWalletIncomingTransaction.entity.d.ts +2 -0
  155. package/dist/src/domain/model/deposit-wallet-incoming-transaction/entities/DepositWalletIncomingTransaction.entity.js.map +1 -1
  156. package/dist/src/domain/model/email/dtos/index.d.ts +0 -2
  157. package/dist/src/domain/model/email/dtos/index.js +0 -2
  158. package/dist/src/domain/model/email/dtos/index.js.map +1 -1
  159. package/dist/src/domain/model/index.d.ts +3 -2
  160. package/dist/src/domain/model/index.js +3 -2
  161. package/dist/src/domain/model/index.js.map +1 -1
  162. package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.d.ts +1 -1
  163. package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.js +5 -5
  164. package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.js.map +1 -1
  165. package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.d.ts +1 -1
  166. package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.js +4 -4
  167. package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.js.map +1 -1
  168. package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.d.ts +1 -1
  169. package/dist/src/domain/model/on-ramps/dtos/MoonPayPaymentMethodConfigQuery.dto.d.ts +7 -0
  170. package/dist/src/domain/model/{email/dtos/emailRaffleWinner.dto.js → on-ramps/dtos/MoonPayPaymentMethodConfigQuery.dto.js} +12 -11
  171. package/dist/src/domain/model/on-ramps/dtos/MoonPayPaymentMethodConfigQuery.dto.js.map +1 -0
  172. package/dist/src/domain/model/on-ramps/dtos/index.d.ts +1 -0
  173. package/dist/src/domain/model/on-ramps/dtos/index.js +1 -0
  174. package/dist/src/domain/model/on-ramps/dtos/index.js.map +1 -1
  175. package/dist/src/domain/model/on-ramps/entities/MoonPayPaymentMethodConfig.entity.d.ts +35 -0
  176. package/dist/src/domain/model/on-ramps/entities/MoonPayPaymentMethodConfig.entity.js +8 -0
  177. package/dist/src/domain/model/on-ramps/entities/MoonPayPaymentMethodConfig.entity.js.map +1 -0
  178. package/dist/src/domain/model/on-ramps/entities/MoonPayTransactionType.d.ts +4 -0
  179. package/dist/src/domain/model/on-ramps/entities/MoonPayTransactionType.js +9 -0
  180. package/dist/src/domain/model/on-ramps/entities/MoonPayTransactionType.js.map +1 -0
  181. package/dist/src/domain/model/on-ramps/entities/index.d.ts +2 -0
  182. package/dist/src/domain/model/on-ramps/entities/index.js +2 -0
  183. package/dist/src/domain/model/on-ramps/entities/index.js.map +1 -1
  184. package/dist/src/domain/model/paylink/dtos/createPaylink.dto.d.ts +0 -2
  185. package/dist/src/domain/model/paylink/dtos/createPaylink.dto.js +0 -7
  186. package/dist/src/domain/model/paylink/dtos/createPaylink.dto.js.map +1 -1
  187. package/dist/src/domain/model/paylink/dtos/createPaylinkWithApi.dto.d.ts +0 -2
  188. package/dist/src/domain/model/paylink/dtos/createPaylinkWithApi.dto.js +0 -7
  189. package/dist/src/domain/model/paylink/dtos/createPaylinkWithApi.dto.js.map +1 -1
  190. package/dist/src/domain/model/paylink/dtos/updatePaylink.dto.d.ts +0 -2
  191. package/dist/src/domain/model/paylink/dtos/updatePaylink.dto.js +0 -7
  192. package/dist/src/domain/model/paylink/dtos/updatePaylink.dto.js.map +1 -1
  193. package/dist/src/domain/model/paylink/dtos/updatePaylinkWithApi.dto.d.ts +0 -2
  194. package/dist/src/domain/model/paylink/dtos/updatePaylinkWithApi.dto.js +0 -7
  195. package/dist/src/domain/model/paylink/dtos/updatePaylinkWithApi.dto.js.map +1 -1
  196. package/dist/src/domain/model/paylink/entities/BasePaylink.d.ts +0 -2
  197. package/dist/src/domain/model/paylink/entities/BasePaylink.js.map +1 -1
  198. package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.entity.d.ts +0 -2
  199. package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.entity.js.map +1 -1
  200. package/dist/src/domain/model/payment-request/dtos/createPaymentRequestWithApi.dto.js.map +1 -1
  201. package/dist/src/domain/model/swap-route-config/dtos/createSwapRouteConfig.dto.d.ts +7 -0
  202. package/dist/src/domain/model/{raffle-entry/dtos/createRaffleEntry.dto.js → swap-route-config/dtos/createSwapRouteConfig.dto.js} +17 -26
  203. package/dist/src/domain/model/swap-route-config/dtos/createSwapRouteConfig.dto.js.map +1 -0
  204. package/dist/src/domain/model/swap-route-config/dtos/index.d.ts +2 -0
  205. package/dist/src/domain/model/{raffle-entry → swap-route-config}/dtos/index.js +2 -2
  206. package/dist/src/domain/model/swap-route-config/dtos/index.js.map +1 -0
  207. package/dist/src/domain/model/swap-route-config/dtos/updateSwapRouteConfig.dto.d.ts +5 -0
  208. package/dist/src/domain/model/swap-route-config/dtos/updateSwapRouteConfig.dto.js +29 -0
  209. package/dist/src/domain/model/swap-route-config/dtos/updateSwapRouteConfig.dto.js.map +1 -0
  210. package/dist/src/domain/model/swap-route-config/entities/BaseSwapRouteConfig.entity.d.ts +10 -0
  211. package/dist/src/domain/model/swap-route-config/entities/BaseSwapRouteConfig.entity.js +8 -0
  212. package/dist/src/domain/model/swap-route-config/entities/BaseSwapRouteConfig.entity.js.map +1 -0
  213. package/dist/src/domain/model/swap-route-config/entities/SwapRouteConfigEnriched.entity.d.ts +6 -0
  214. package/dist/src/domain/model/swap-route-config/entities/SwapRouteConfigEnriched.entity.js +8 -0
  215. package/dist/src/domain/model/swap-route-config/entities/SwapRouteConfigEnriched.entity.js.map +1 -0
  216. package/dist/src/domain/model/swap-route-config/entities/index.d.ts +2 -0
  217. package/dist/src/domain/model/swap-route-config/entities/index.js +19 -0
  218. package/dist/src/domain/model/swap-route-config/entities/index.js.map +1 -0
  219. package/dist/src/domain/model/swap-route-config/index.d.ts +2 -0
  220. package/dist/src/domain/model/swap-route-config/index.js +19 -0
  221. package/dist/src/domain/model/swap-route-config/index.js.map +1 -0
  222. package/dist/src/domain/model/sweep-attempt/entities/RecentSweepAttempt.d.ts +8 -0
  223. package/dist/src/domain/model/sweep-attempt/entities/RecentSweepAttempt.js.map +1 -1
  224. package/dist/src/domain/model/transaction/query/GetTransactionByShopifyPaymentIdQueryDto.d.ts +3 -0
  225. package/dist/src/domain/model/transaction/query/GetTransactionByShopifyPaymentIdQueryDto.js +8 -0
  226. package/dist/src/domain/model/transaction/query/GetTransactionByShopifyPaymentIdQueryDto.js.map +1 -0
  227. package/dist/src/domain/model/transaction/query/index.d.ts +1 -0
  228. package/dist/src/domain/model/transaction/query/index.js +1 -0
  229. package/dist/src/domain/model/transaction/query/index.js.map +1 -1
  230. package/dist/src/domain/model/transaction-meta/entities/UpdateTransactionMeta.d.ts +1 -0
  231. package/dist/src/domain/model/transaction-meta/entities/UpdateTransactionMeta.js.map +1 -1
  232. package/dist/src/domain/services/AmountService.d.ts +3 -0
  233. package/dist/src/domain/services/AmountService.js +17 -0
  234. package/dist/src/domain/services/AmountService.js.map +1 -1
  235. package/dist/src/domain/services/ClusterService.js +2 -2
  236. package/dist/src/domain/services/ClusterService.js.map +1 -1
  237. package/dist/tsconfig.tsbuildinfo +1 -1
  238. package/package.json +3 -3
  239. package/dist/src/domain/constants/raffle.d.ts +0 -10
  240. package/dist/src/domain/constants/raffle.js +0 -16
  241. package/dist/src/domain/constants/raffle.js.map +0 -1
  242. package/dist/src/domain/model/email/dtos/emailRaffleMerchant.dto.d.ts +0 -6
  243. package/dist/src/domain/model/email/dtos/emailRaffleMerchant.dto.js.map +0 -1
  244. package/dist/src/domain/model/email/dtos/emailRaffleWinner.dto.d.ts +0 -6
  245. package/dist/src/domain/model/email/dtos/emailRaffleWinner.dto.js.map +0 -1
  246. package/dist/src/domain/model/raffle-details/dtos/index.d.ts +0 -1
  247. package/dist/src/domain/model/raffle-details/dtos/index.js.map +0 -1
  248. package/dist/src/domain/model/raffle-details/dtos/raffleDetailsDto.d.ts +0 -7
  249. package/dist/src/domain/model/raffle-details/dtos/raffleDetailsDto.js.map +0 -1
  250. package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.d.ts +0 -9
  251. package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.js +0 -7
  252. package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.js.map +0 -1
  253. package/dist/src/domain/model/raffle-details/entities/index.d.ts +0 -1
  254. package/dist/src/domain/model/raffle-details/entities/index.js.map +0 -1
  255. package/dist/src/domain/model/raffle-details/index.js.map +0 -1
  256. package/dist/src/domain/model/raffle-entry/dtos/createRaffleEntry.dto.d.ts +0 -8
  257. package/dist/src/domain/model/raffle-entry/dtos/createRaffleEntry.dto.js.map +0 -1
  258. package/dist/src/domain/model/raffle-entry/dtos/entryDetails.dto.d.ts +0 -6
  259. package/dist/src/domain/model/raffle-entry/dtos/entryDetails.dto.js.map +0 -1
  260. package/dist/src/domain/model/raffle-entry/dtos/index.d.ts +0 -2
  261. package/dist/src/domain/model/raffle-entry/dtos/index.js.map +0 -1
  262. package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.d.ts +0 -6
  263. package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.js +0 -7
  264. package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.js.map +0 -1
  265. package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.d.ts +0 -9
  266. package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.js +0 -8
  267. package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.js.map +0 -1
  268. package/dist/src/domain/model/raffle-entry/entities/index.d.ts +0 -2
  269. package/dist/src/domain/model/raffle-entry/entities/index.js +0 -19
  270. package/dist/src/domain/model/raffle-entry/entities/index.js.map +0 -1
  271. package/dist/src/domain/model/raffle-entry/index.js.map +0 -1
  272. /package/dist/src/domain/model/{raffle-details → coinbase-auth}/index.d.ts +0 -0
  273. /package/dist/src/domain/model/{raffle-details → coinbase-auth}/index.js +0 -0
  274. /package/dist/src/domain/model/{raffle-entry → deposit-management}/index.d.ts +0 -0
  275. /package/dist/src/domain/model/{raffle-entry → deposit-management}/index.js +0 -0
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./CoinbaseAccount.entity"), exports);
18
+ __exportStar(require("./CoinbaseAccountsResponse.entity"), exports);
19
+ __exportStar(require("./CoinbaseAuthInitResponse.entity"), exports);
20
+ __exportStar(require("./CoinbaseAuthStatusResponse.entity"), exports);
21
+ __exportStar(require("./CoinbaseWithdrawalResponse.entity"), exports);
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/coinbase-auth/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,oEAAkD;AAClD,oEAAkD;AAClD,sEAAoD;AACpD,sEAAoD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/coinbase-auth/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
@@ -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"}
@@ -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,4 @@ export * from './GetRoutesOptions';
6
6
  export * from './SwapOptions';
7
7
  export * from './DecentChainId';
8
8
  export * from './DecentAppFeeOverride';
9
+ export * from './DecentBridgeProvider';
@@ -22,4 +22,5 @@ __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);
25
26
  //# 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"}
@@ -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"}
@@ -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"}
@@ -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"}
@@ -1,4 +1,6 @@
1
+ export * from './VirtualAccountBankDetails.entity';
1
2
  export * from './DepositCustomerForMerchant.entity';
3
+ export * from './DepositCustomerVirtualAccountDetails.entity';
2
4
  export * from './DepositWalletEnriched.entity';
3
5
  export * from './DepositEnriched.entity';
4
6
  export * from './Deposit.entity';
@@ -13,3 +15,10 @@ export * from './DepositCurrenciesExchangeRate.entity';
13
15
  export * from './DepositWalletEnrichedWithDepositCustomer.entity';
14
16
  export * from './DepositWalletEnrichedWithDeposit.entity';
15
17
  export * from './DepositCustomerWithDepositWallets.entity';
18
+ export * from './VirtualAccount.enums';
19
+ export * from './VirtualAccountBankDetailsInfo.entity';
20
+ export * from './VirtualAccountTransaction.entity';
21
+ export * from './VirtualAccountView.entity';
22
+ export * from './depositOptions.entity';
23
+ export * from './depositOptionsForCard.entity';
24
+ export * from './KycLink.entity';
@@ -14,7 +14,9 @@ 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("./VirtualAccountBankDetails.entity"), exports);
17
18
  __exportStar(require("./DepositCustomerForMerchant.entity"), exports);
19
+ __exportStar(require("./DepositCustomerVirtualAccountDetails.entity"), exports);
18
20
  __exportStar(require("./DepositWalletEnriched.entity"), exports);
19
21
  __exportStar(require("./DepositEnriched.entity"), exports);
20
22
  __exportStar(require("./Deposit.entity"), exports);
@@ -29,4 +31,11 @@ __exportStar(require("./DepositCurrenciesExchangeRate.entity"), exports);
29
31
  __exportStar(require("./DepositWalletEnrichedWithDepositCustomer.entity"), exports);
30
32
  __exportStar(require("./DepositWalletEnrichedWithDeposit.entity"), exports);
31
33
  __exportStar(require("./DepositCustomerWithDepositWallets.entity"), exports);
34
+ __exportStar(require("./VirtualAccount.enums"), exports);
35
+ __exportStar(require("./VirtualAccountBankDetailsInfo.entity"), exports);
36
+ __exportStar(require("./VirtualAccountTransaction.entity"), exports);
37
+ __exportStar(require("./VirtualAccountView.entity"), exports);
38
+ __exportStar(require("./depositOptions.entity"), exports);
39
+ __exportStar(require("./depositOptionsForCard.entity"), exports);
40
+ __exportStar(require("./KycLink.entity"), exports);
32
41
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sEAAoD;AACpD,iEAA+C;AAC/C,2DAAyC;AACzC,mDAAiC;AACjC,iEAA+C;AAC/C,2DAAyC;AACzC,mEAAiD;AACjD,yDAAuC;AACvC,4DAA0C;AAC1C,iDAA+B;AAC/B,+DAA6C;AAC7C,yEAAuD;AACvD,oFAAkE;AAClE,4EAA0D;AAC1D,6EAA2D"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qEAAmD;AACnD,sEAAoD;AACpD,gFAA8D;AAC9D,iEAA+C;AAC/C,2DAAyC;AACzC,mDAAiC;AACjC,iEAA+C;AAC/C,2DAAyC;AACzC,mEAAiD;AACjD,yDAAuC;AACvC,4DAA0C;AAC1C,iDAA+B;AAC/B,+DAA6C;AAC7C,yEAAuD;AACvD,oFAAkE;AAClE,4EAA0D;AAC1D,6EAA2D;AAC3D,yDAAuC;AACvC,yEAAuD;AACvD,qEAAmD;AACnD,8DAA4C;AAC5C,0DAAwC;AACxC,iEAA+C;AAC/C,mDAAiC"}
@@ -1,3 +1,4 @@
1
1
  export * from './dtos';
2
2
  export * from './entities';
3
3
  export * from './query';
4
+ export * from './constants';
@@ -17,4 +17,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./dtos"), exports);
18
18
  __exportStar(require("./entities"), exports);
19
19
  __exportStar(require("./query"), exports);
20
+ __exportStar(require("./constants"), exports);
20
21
  //# sourceMappingURL=index.js.map