@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
@@ -9,5 +9,6 @@ export declare enum DepositSweepErrorType {
9
9
  }
10
10
  export declare enum DepositType {
11
11
  SWEEP = "SWEEP",
12
- SWAP = "SWAP"
12
+ SWAP = "SWAP",
13
+ REFUND = "REFUND"
13
14
  }
@@ -16,5 +16,6 @@ var DepositType;
16
16
  (function (DepositType) {
17
17
  DepositType["SWEEP"] = "SWEEP";
18
18
  DepositType["SWAP"] = "SWAP";
19
+ DepositType["REFUND"] = "REFUND";
19
20
  })(DepositType || (exports.DepositType = DepositType = {}));
20
21
  //# sourceMappingURL=deposits.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"deposits.js","sourceRoot":"","sources":["../../../../src/domain/constants/deposits.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,2CAAqB,CAAA;IACrB,qCAAe,CAAA;IACf,6CAAuB,CAAA;AACzB,CAAC,EAJW,kBAAkB,kCAAlB,kBAAkB,QAI7B;AAED,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAC/B,oDAA2B,CAAA;IAC3B,oEAA2C,CAAA;AAC7C,CAAC,EAHW,qBAAqB,qCAArB,qBAAqB,QAGhC;AAED,IAAY,WAGX;AAHD,WAAY,WAAW;IACrB,8BAAe,CAAA;IACf,4BAAa,CAAA;AACf,CAAC,EAHW,WAAW,2BAAX,WAAW,QAGtB"}
1
+ {"version":3,"file":"deposits.js","sourceRoot":"","sources":["../../../../src/domain/constants/deposits.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,2CAAqB,CAAA;IACrB,qCAAe,CAAA;IACf,6CAAuB,CAAA;AACzB,CAAC,EAJW,kBAAkB,kCAAlB,kBAAkB,QAI7B;AAED,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAC/B,oDAA2B,CAAA;IAC3B,oEAA2C,CAAA;AAC7C,CAAC,EAHW,qBAAqB,qCAArB,qBAAqB,QAGhC;AAED,IAAY,WAIX;AAJD,WAAY,WAAW;IACrB,8BAAe,CAAA;IACf,4BAAa,CAAA;IACb,gCAAiB,CAAA;AACnB,CAAC,EAJW,WAAW,2BAAX,WAAW,QAItB"}
@@ -19,7 +19,6 @@ export * from './wallet';
19
19
  export * from './tradingViewDetails';
20
20
  export * from './template';
21
21
  export * from './solanaTransactionVersion';
22
- export * from './raffle';
23
22
  export * from './cacheHeaderName';
24
23
  export * from './userType';
25
24
  export * from './urlValidation';
@@ -35,7 +35,6 @@ __exportStar(require("./wallet"), exports);
35
35
  __exportStar(require("./tradingViewDetails"), exports);
36
36
  __exportStar(require("./template"), exports);
37
37
  __exportStar(require("./solanaTransactionVersion"), exports);
38
- __exportStar(require("./raffle"), exports);
39
38
  __exportStar(require("./cacheHeaderName"), exports);
40
39
  __exportStar(require("./userType"), exports);
41
40
  __exportStar(require("./urlValidation"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,qDAAmC;AACnC,8CAA4B;AAC5B,qEAAmD;AACnD,mDAAiC;AACjC,gDAA8B;AAC9B,2CAAyB;AACzB,2CAAyB;AACzB,kDAAgC;AAChC,4DAA0C;AAC1C,yDAAuC;AACvC,6CAA2B;AAC3B,2CAAyB;AACzB,uDAAqC;AACrC,6CAA2B;AAC3B,6DAA2C;AAC3C,2CAAyB;AACzB,oDAAkC;AAClC,6CAA2B;AAC3B,kDAAgC;AAChC,gDAA8B;AAC9B,0CAAwB;AACxB,4CAA0B;AAC1B,6DAA2C;AAC3C,4DAA0C;AAC1C,oDAAkC;AAClC,6CAA2B;AAC3B,8DAA4C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,qDAAmC;AACnC,8CAA4B;AAC5B,qEAAmD;AACnD,mDAAiC;AACjC,gDAA8B;AAC9B,2CAAyB;AACzB,2CAAyB;AACzB,kDAAgC;AAChC,4DAA0C;AAC1C,yDAAuC;AACvC,6CAA2B;AAC3B,2CAAyB;AACzB,uDAAqC;AACrC,6CAA2B;AAC3B,6DAA2C;AAE3C,oDAAkC;AAClC,6CAA2B;AAC3B,kDAAgC;AAChC,gDAA8B;AAC9B,0CAAwB;AACxB,4CAA0B;AAC1B,6DAA2C;AAC3C,4DAA0C;AAC1C,oDAAkC;AAClC,6CAA2B;AAC3B,8DAA4C"}
@@ -8,6 +8,8 @@ exports.blockchainToBlockchainEngineMap = new Map([
8
8
  [BlockchainSymbol_1.BlockchainSymbol.ETH, blockchainEngine_1.BlockchainEngineType.EVM],
9
9
  [BlockchainSymbol_1.BlockchainSymbol.POLYGON, blockchainEngine_1.BlockchainEngineType.EVM],
10
10
  [BlockchainSymbol_1.BlockchainSymbol.BASE, blockchainEngine_1.BlockchainEngineType.EVM],
11
+ [BlockchainSymbol_1.BlockchainSymbol.ARBITRUM, blockchainEngine_1.BlockchainEngineType.EVM],
12
+ [BlockchainSymbol_1.BlockchainSymbol.BSC, blockchainEngine_1.BlockchainEngineType.EVM],
11
13
  [BlockchainSymbol_1.BlockchainSymbol.BITCOIN, blockchainEngine_1.BlockchainEngineType.BTC],
12
14
  [BlockchainSymbol_1.BlockchainSymbol.TRON, blockchainEngine_1.BlockchainEngineType.TRON],
13
15
  ]);
@@ -1 +1 @@
1
- {"version":3,"file":"BlockchainToBlockchainEngine.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/constants/BlockchainToBlockchainEngine.ts"],"names":[],"mappings":";;;AAAA,6DAA8D;AAC9D,yDAAsD;AAEzC,QAAA,+BAA+B,GAAG,IAAI,GAAG,CAGpD;IACA,CAAC,mCAAgB,CAAC,GAAG,EAAE,uCAAoB,CAAC,GAAG,CAAC;IAChD,CAAC,mCAAgB,CAAC,GAAG,EAAE,uCAAoB,CAAC,GAAG,CAAC;IAChD,CAAC,mCAAgB,CAAC,OAAO,EAAE,uCAAoB,CAAC,GAAG,CAAC;IACpD,CAAC,mCAAgB,CAAC,IAAI,EAAE,uCAAoB,CAAC,GAAG,CAAC;IACjD,CAAC,mCAAgB,CAAC,OAAO,EAAE,uCAAoB,CAAC,GAAG,CAAC;IACpD,CAAC,mCAAgB,CAAC,IAAI,EAAE,uCAAoB,CAAC,IAAI,CAAC;CACnD,CAAC,CAAC"}
1
+ {"version":3,"file":"BlockchainToBlockchainEngine.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/constants/BlockchainToBlockchainEngine.ts"],"names":[],"mappings":";;;AAAA,6DAA8D;AAC9D,yDAAsD;AAEzC,QAAA,+BAA+B,GAAG,IAAI,GAAG,CAGpD;IACA,CAAC,mCAAgB,CAAC,GAAG,EAAE,uCAAoB,CAAC,GAAG,CAAC;IAChD,CAAC,mCAAgB,CAAC,GAAG,EAAE,uCAAoB,CAAC,GAAG,CAAC;IAChD,CAAC,mCAAgB,CAAC,OAAO,EAAE,uCAAoB,CAAC,GAAG,CAAC;IACpD,CAAC,mCAAgB,CAAC,IAAI,EAAE,uCAAoB,CAAC,GAAG,CAAC;IACjD,CAAC,mCAAgB,CAAC,QAAQ,EAAE,uCAAoB,CAAC,GAAG,CAAC;IACrD,CAAC,mCAAgB,CAAC,GAAG,EAAE,uCAAoB,CAAC,GAAG,CAAC;IAChD,CAAC,mCAAgB,CAAC,OAAO,EAAE,uCAAoB,CAAC,GAAG,CAAC;IACpD,CAAC,mCAAgB,CAAC,IAAI,EAAE,uCAAoB,CAAC,IAAI,CAAC;CACnD,CAAC,CAAC"}
@@ -4,5 +4,5 @@ export declare enum ConfirmTimeoutSec {
4
4
  POLYGON = 30,
5
5
  EVM = 30,
6
6
  BITCOIN = 60,
7
- TRON = 90
7
+ TRON = 120
8
8
  }
@@ -8,6 +8,6 @@ var ConfirmTimeoutSec;
8
8
  ConfirmTimeoutSec[ConfirmTimeoutSec["POLYGON"] = 30] = "POLYGON";
9
9
  ConfirmTimeoutSec[ConfirmTimeoutSec["EVM"] = 30] = "EVM";
10
10
  ConfirmTimeoutSec[ConfirmTimeoutSec["BITCOIN"] = 60] = "BITCOIN";
11
- ConfirmTimeoutSec[ConfirmTimeoutSec["TRON"] = 90] = "TRON";
11
+ ConfirmTimeoutSec[ConfirmTimeoutSec["TRON"] = 120] = "TRON";
12
12
  })(ConfirmTimeoutSec || (exports.ConfirmTimeoutSec = ConfirmTimeoutSec = {}));
13
13
  //# sourceMappingURL=ConfirmTimeoutSec.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConfirmTimeoutSec.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/constants/ConfirmTimeoutSec.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC3B,wDAAQ,CAAA;IACR,wDAAQ,CAAA;IACR,gEAAY,CAAA;IACZ,wDAAQ,CAAA;IACR,gEAAY,CAAA;IACZ,0DAAS,CAAA;AACX,CAAC,EAPW,iBAAiB,iCAAjB,iBAAiB,QAO5B"}
1
+ {"version":3,"file":"ConfirmTimeoutSec.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/constants/ConfirmTimeoutSec.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBASX;AATD,WAAY,iBAAiB;IAC3B,wDAAQ,CAAA;IACR,wDAAQ,CAAA;IACR,gEAAY,CAAA;IACZ,wDAAQ,CAAA;IACR,gEAAY,CAAA;IAGZ,2DAAU,CAAA;AACZ,CAAC,EATW,iBAAiB,iCAAjB,iBAAiB,QAS5B"}
@@ -0,0 +1,4 @@
1
+ export declare enum ChargeSource {
2
+ API = "api",
3
+ PAYLINK = "paylink"
4
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ChargeSource = void 0;
4
+ var ChargeSource;
5
+ (function (ChargeSource) {
6
+ ChargeSource["API"] = "api";
7
+ ChargeSource["PAYLINK"] = "paylink";
8
+ })(ChargeSource || (exports.ChargeSource = ChargeSource = {}));
9
+ //# sourceMappingURL=ChargeSource.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChargeSource.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/constants/ChargeSource.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,2BAAW,CAAA;IACX,mCAAmB,CAAA;AACrB,CAAC,EAHW,YAAY,4BAAZ,YAAY,QAGvB"}
@@ -0,0 +1 @@
1
+ export * from './ChargeSource';
@@ -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("./raffleDetailsDto"), exports);
17
+ __exportStar(require("./ChargeSource"), exports);
18
18
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B"}
@@ -7,4 +7,5 @@ export declare class CreateChargeByApiKeyDto {
7
7
  stripePaymentDetails?: StripePaymentDetailsDto;
8
8
  expiresAt?: string;
9
9
  successRedirectUrl?: string;
10
+ cancelRedirectUrl?: string;
10
11
  }
@@ -49,4 +49,9 @@ __decorate([
49
49
  (0, class_validator_1.IsOptional)(),
50
50
  __metadata("design:type", String)
51
51
  ], CreateChargeByApiKeyDto.prototype, "successRedirectUrl", void 0);
52
+ __decorate([
53
+ (0, class_validator_1.IsString)(),
54
+ (0, class_validator_1.IsOptional)(),
55
+ __metadata("design:type", String)
56
+ ], CreateChargeByApiKeyDto.prototype, "cancelRedirectUrl", void 0);
52
57
  //# sourceMappingURL=createChargeByApiKey.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"createChargeByApiKey.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/dtos/createChargeByApiKey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,yDAAyC;AACzC,qGAAiG;AACjG,yEAAqE;AAErE,MAAa,uBAAuB;CA0BnC;AA1BD,0DA0BC;AAvBC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iEACY;AAIzB;IAFC,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;;8DACU;AAKvB;IAHC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8EAAqC,CAAC;IACjD,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACI,8EAAqC;mEAAC;AAK3D;IAHC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kDAAuB,CAAC;IACnC,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;8BACU,kDAAuB;qEAAC;AAI/C;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACM;AAInB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mEACe"}
1
+ {"version":3,"file":"createChargeByApiKey.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/dtos/createChargeByApiKey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,yDAAyC;AACzC,qGAAiG;AACjG,yEAAqE;AAErE,MAAa,uBAAuB;CA8BnC;AA9BD,0DA8BC;AA3BC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iEACY;AAIzB;IAFC,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;;8DACU;AAKvB;IAHC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8EAAqC,CAAC;IACjD,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACI,8EAAqC;mEAAC;AAK3D;IAHC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kDAAuB,CAAC;IACnC,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;8BACU,kDAAuB;qEAAC;AAI/C;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACM;AAInB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mEACe;AAI5B;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kEACc"}
@@ -1,6 +1,7 @@
1
1
  import { Entity } from '../../entity';
2
- import { PrepareRequestBodyFromCharge } from './PrepareRequestBodyFromCharge.entity';
3
2
  import { ShopifyPaymentDetails } from '../../shopify-payment-details';
3
+ import { ChargeSource } from '../constants/ChargeSource';
4
+ import { PrepareRequestBodyFromCharge } from './PrepareRequestBodyFromCharge.entity';
4
5
  export declare class Charge extends Entity {
5
6
  id: string;
6
7
  prepareRequestBody: PrepareRequestBodyFromCharge;
@@ -9,6 +10,9 @@ export declare class Charge extends Entity {
9
10
  token: string;
10
11
  currencySymbol: string;
11
12
  redirectUrl: string;
13
+ source?: ChargeSource;
14
+ depositCustomerId?: string;
15
+ cancelRedirectUrl?: string;
12
16
  expiresAt?: string;
13
17
  shopifyPaymentDetails: ShopifyPaymentDetails;
14
18
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Charge.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/entities/Charge.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAItC,MAAa,MAAO,SAAQ,eAAM;CAkBjC;AAlBD,wBAkBC"}
1
+ {"version":3,"file":"Charge.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/entities/Charge.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAKtC,MAAa,MAAO,SAAQ,eAAM;CAwBjC;AAxBD,wBAwBC"}
@@ -1,9 +1,11 @@
1
1
  import { Charge } from './Charge.entity';
2
2
  import { Paylink } from '../../paylink';
3
3
  import { PaylinkTxWithPublicMeta } from '../../paylink-tx';
4
+ import { DepositCustomerEnrichedEntity } from '../../deposit';
4
5
  export declare class EnrichedCharge extends Charge {
5
6
  pricingCurrencyRequestAmount: bigint;
6
7
  paylink: Paylink;
7
8
  paylinkTx: PaylinkTxWithPublicMeta | null;
8
9
  isSubscriptionRenewal: boolean;
10
+ depositCustomer?: DepositCustomerEnrichedEntity;
9
11
  }
@@ -10,13 +10,33 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.EnrichedCharge = void 0;
13
+ const swagger_1 = require("@nestjs/swagger");
13
14
  const class_transformer_1 = require("class-transformer");
14
15
  const Charge_entity_1 = require("./Charge.entity");
16
+ const paylink_1 = require("../../paylink");
17
+ const deposit_1 = require("../../deposit");
15
18
  class EnrichedCharge extends Charge_entity_1.Charge {
16
19
  }
17
20
  exports.EnrichedCharge = EnrichedCharge;
18
21
  __decorate([
22
+ (0, swagger_1.ApiProperty)({ type: String, description: 'Pricing currency request amount' }),
19
23
  (0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
20
24
  __metadata("design:type", BigInt)
21
25
  ], EnrichedCharge.prototype, "pricingCurrencyRequestAmount", void 0);
26
+ __decorate([
27
+ (0, swagger_1.ApiProperty)({ type: Object }),
28
+ __metadata("design:type", paylink_1.Paylink)
29
+ ], EnrichedCharge.prototype, "paylink", void 0);
30
+ __decorate([
31
+ (0, swagger_1.ApiPropertyOptional)({ type: Object, nullable: true }),
32
+ __metadata("design:type", Object)
33
+ ], EnrichedCharge.prototype, "paylinkTx", void 0);
34
+ __decorate([
35
+ (0, swagger_1.ApiProperty)(),
36
+ __metadata("design:type", Boolean)
37
+ ], EnrichedCharge.prototype, "isSubscriptionRenewal", void 0);
38
+ __decorate([
39
+ (0, swagger_1.ApiPropertyOptional)({ type: () => deposit_1.DepositCustomerEnrichedEntity }),
40
+ __metadata("design:type", deposit_1.DepositCustomerEnrichedEntity)
41
+ ], EnrichedCharge.prototype, "depositCustomer", void 0);
22
42
  //# sourceMappingURL=EnrichedCharge.entity.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"EnrichedCharge.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/entities/EnrichedCharge.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,mDAAyC;AAIzC,MAAa,cAAe,SAAQ,sBAAM;CASzC;AATD,wCASC;AAPC;IADC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;oEACH"}
1
+ {"version":3,"file":"EnrichedCharge.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/entities/EnrichedCharge.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmE;AACnE,yDAA8C;AAC9C,mDAAyC;AACzC,2CAAwC;AAExC,2CAA8D;AAE9D,MAAa,cAAe,SAAQ,sBAAM;CAgBzC;AAhBD,wCAgBC;AAbC;IAFC,IAAA,qBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,iCAAiC,EAAE,CAAC;IAC7E,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;oEACH;AAGrC;IADC,IAAA,qBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;8BACrB,iBAAO;+CAAC;AAGjB;IADC,IAAA,6BAAmB,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACZ;AAG1C;IADC,IAAA,qBAAW,GAAE;;6DACiB;AAG/B;IADC,IAAA,6BAAmB,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,uCAA6B,EAAE,CAAC;8BACjD,uCAA6B;uDAAC"}
@@ -1,2 +1,3 @@
1
1
  export * from './dtos';
2
2
  export * from './entities';
3
+ export * from './constants';
@@ -16,4 +16,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./dtos"), exports);
18
18
  __exportStar(require("./entities"), exports);
19
+ __exportStar(require("./constants"), exports);
19
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/charge/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/charge/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B;AAC3B,8CAA4B"}
@@ -0,0 +1,4 @@
1
+ export declare class CoinbaseAuthCallbackDto {
2
+ code: string;
3
+ state: string;
4
+ }
@@ -9,30 +9,19 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.EmailRaffleMerchantDto = void 0;
12
+ exports.CoinbaseAuthCallbackDto = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- class EmailRaffleMerchantDto {
14
+ class CoinbaseAuthCallbackDto {
15
15
  }
16
- exports.EmailRaffleMerchantDto = EmailRaffleMerchantDto;
16
+ exports.CoinbaseAuthCallbackDto = CoinbaseAuthCallbackDto;
17
17
  __decorate([
18
18
  (0, class_validator_1.IsString)(),
19
19
  (0, class_validator_1.IsNotEmpty)(),
20
20
  __metadata("design:type", String)
21
- ], EmailRaffleMerchantDto.prototype, "paymentRequestName", void 0);
22
- __decorate([
23
- (0, class_validator_1.IsEmail)(),
24
- (0, class_validator_1.IsNotEmpty)(),
25
- __metadata("design:type", String)
26
- ], EmailRaffleMerchantDto.prototype, "email", void 0);
21
+ ], CoinbaseAuthCallbackDto.prototype, "code", void 0);
27
22
  __decorate([
28
23
  (0, class_validator_1.IsString)(),
29
24
  (0, class_validator_1.IsNotEmpty)(),
30
25
  __metadata("design:type", String)
31
- ], EmailRaffleMerchantDto.prototype, "paylinkUrl", void 0);
32
- __decorate([
33
- (0, class_validator_1.IsArray)(),
34
- (0, class_validator_1.IsString)({ each: true }),
35
- (0, class_validator_1.IsNotEmpty)(),
36
- __metadata("design:type", Array)
37
- ], EmailRaffleMerchantDto.prototype, "winners", void 0);
38
- //# sourceMappingURL=emailRaffleMerchant.dto.js.map
26
+ ], CoinbaseAuthCallbackDto.prototype, "state", void 0);
27
+ //# sourceMappingURL=CoinbaseAuthCallback.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CoinbaseAuthCallback.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/coinbase-auth/dtos/CoinbaseAuthCallback.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,uBAAuB;CAQnC;AARD,0DAQC;AALC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACA;AAIb;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACC"}
@@ -0,0 +1,4 @@
1
+ export declare class Confirm2FADto {
2
+ withdrawalId: string;
3
+ twoFactorToken: string;
4
+ }
@@ -0,0 +1,27 @@
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.Confirm2FADto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class Confirm2FADto {
15
+ }
16
+ exports.Confirm2FADto = Confirm2FADto;
17
+ __decorate([
18
+ (0, class_validator_1.IsString)(),
19
+ (0, class_validator_1.IsNotEmpty)(),
20
+ __metadata("design:type", String)
21
+ ], Confirm2FADto.prototype, "withdrawalId", void 0);
22
+ __decorate([
23
+ (0, class_validator_1.IsString)(),
24
+ (0, class_validator_1.IsNotEmpty)(),
25
+ __metadata("design:type", String)
26
+ ], Confirm2FADto.prototype, "twoFactorToken", void 0);
27
+ //# sourceMappingURL=Confirm2FA.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Confirm2FA.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/coinbase-auth/dtos/Confirm2FA.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,aAAa;CAQzB;AARD,sCAQC;AALC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACQ;AAIrB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACU"}
@@ -0,0 +1,3 @@
1
+ export declare class Resend2FADto {
2
+ withdrawalId: 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.Resend2FADto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class Resend2FADto {
15
+ }
16
+ exports.Resend2FADto = Resend2FADto;
17
+ __decorate([
18
+ (0, class_validator_1.IsString)(),
19
+ (0, class_validator_1.IsNotEmpty)(),
20
+ __metadata("design:type", String)
21
+ ], Resend2FADto.prototype, "withdrawalId", void 0);
22
+ //# sourceMappingURL=Resend2FA.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Resend2FA.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/coinbase-auth/dtos/Resend2FA.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,YAAY;CAIxB;AAJD,oCAIC;AADC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACQ"}
@@ -0,0 +1,6 @@
1
+ export declare class SendCryptoDto {
2
+ depositCustomerToken: string;
3
+ currency: string;
4
+ amount: number;
5
+ blockchainSymbol?: string;
6
+ }
@@ -9,25 +9,29 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.EntryDetailsDto = void 0;
12
+ exports.SendCryptoDto = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- const constants_1 = require("../../../constants");
15
- class EntryDetailsDto {
14
+ class SendCryptoDto {
16
15
  }
17
- exports.EntryDetailsDto = EntryDetailsDto;
16
+ exports.SendCryptoDto = SendCryptoDto;
18
17
  __decorate([
19
- (0, class_validator_1.IsEnum)(constants_1.EntryDetailsType),
18
+ (0, class_validator_1.IsString)(),
20
19
  (0, class_validator_1.IsNotEmpty)(),
21
20
  __metadata("design:type", String)
22
- ], EntryDetailsDto.prototype, "type", void 0);
21
+ ], SendCryptoDto.prototype, "depositCustomerToken", void 0);
23
22
  __decorate([
24
23
  (0, class_validator_1.IsString)(),
25
24
  (0, class_validator_1.IsNotEmpty)(),
26
25
  __metadata("design:type", String)
27
- ], EntryDetailsDto.prototype, "identifier", void 0);
26
+ ], SendCryptoDto.prototype, "currency", void 0);
27
+ __decorate([
28
+ (0, class_validator_1.IsNumber)(),
29
+ (0, class_validator_1.IsPositive)(),
30
+ __metadata("design:type", Number)
31
+ ], SendCryptoDto.prototype, "amount", void 0);
28
32
  __decorate([
29
33
  (0, class_validator_1.IsString)(),
30
34
  (0, class_validator_1.IsOptional)(),
31
35
  __metadata("design:type", String)
32
- ], EntryDetailsDto.prototype, "label", void 0);
33
- //# sourceMappingURL=entryDetails.dto.js.map
36
+ ], SendCryptoDto.prototype, "blockchainSymbol", void 0);
37
+ //# sourceMappingURL=SendCrypto.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SendCrypto.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/coinbase-auth/dtos/SendCrypto.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AAEzB,MAAa,aAAa;CAgBzB;AAhBD,sCAgBC;AAbC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACgB;AAI7B;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACI;AAIjB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6CACE;AAIf;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACa"}
@@ -0,0 +1,4 @@
1
+ export * from './CoinbaseAuthCallback.dto';
2
+ export * from './Confirm2FA.dto';
3
+ export * from './Resend2FA.dto';
4
+ export * from './SendCrypto.dto';
@@ -0,0 +1,21 @@
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("./CoinbaseAuthCallback.dto"), exports);
18
+ __exportStar(require("./Confirm2FA.dto"), exports);
19
+ __exportStar(require("./Resend2FA.dto"), exports);
20
+ __exportStar(require("./SendCrypto.dto"), exports);
21
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/coinbase-auth/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C;AAC3C,mDAAiC;AACjC,kDAAgC;AAChC,mDAAiC"}
@@ -0,0 +1,8 @@
1
+ import { Entity } from '../../entity';
2
+ export declare class CoinbaseAccount extends Entity {
3
+ id: string;
4
+ name: string;
5
+ currency: string;
6
+ balance: string;
7
+ type: string;
8
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CoinbaseAccount = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class CoinbaseAccount extends entity_1.Entity {
6
+ }
7
+ exports.CoinbaseAccount = CoinbaseAccount;
8
+ //# sourceMappingURL=CoinbaseAccount.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CoinbaseAccount.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/coinbase-auth/entities/CoinbaseAccount.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,eAAgB,SAAQ,eAAM;CAU1C;AAVD,0CAUC"}
@@ -0,0 +1,5 @@
1
+ import { Entity } from '../../entity';
2
+ import { CoinbaseAccount } from './CoinbaseAccount.entity';
3
+ export declare class CoinbaseAccountsResponse extends Entity {
4
+ accounts: CoinbaseAccount[];
5
+ }
@@ -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.CoinbaseAccountsResponse = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const entity_1 = require("../../entity");
15
+ const CoinbaseAccount_entity_1 = require("./CoinbaseAccount.entity");
16
+ class CoinbaseAccountsResponse extends entity_1.Entity {
17
+ }
18
+ exports.CoinbaseAccountsResponse = CoinbaseAccountsResponse;
19
+ __decorate([
20
+ (0, class_transformer_1.Type)(() => CoinbaseAccount_entity_1.CoinbaseAccount),
21
+ __metadata("design:type", Array)
22
+ ], CoinbaseAccountsResponse.prototype, "accounts", void 0);
23
+ //# sourceMappingURL=CoinbaseAccountsResponse.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CoinbaseAccountsResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/coinbase-auth/entities/CoinbaseAccountsResponse.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,yCAAsC;AACtC,qEAA2D;AAE3D,MAAa,wBAAyB,SAAQ,eAAM;CAGnD;AAHD,4DAGC;AADC;IADC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,wCAAe,CAAC;;0DACA"}
@@ -0,0 +1,6 @@
1
+ import { Entity } from '../../entity';
2
+ export declare class CoinbaseAuthInitResponse extends Entity {
3
+ session: string;
4
+ authUrl: string;
5
+ statusToken: string;
6
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CoinbaseAuthInitResponse = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class CoinbaseAuthInitResponse extends entity_1.Entity {
6
+ }
7
+ exports.CoinbaseAuthInitResponse = CoinbaseAuthInitResponse;
8
+ //# sourceMappingURL=CoinbaseAuthInitResponse.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CoinbaseAuthInitResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/coinbase-auth/entities/CoinbaseAuthInitResponse.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,wBAAyB,SAAQ,eAAM;CAMnD;AAND,4DAMC"}
@@ -0,0 +1,4 @@
1
+ import { Entity } from '../../entity';
2
+ export declare class CoinbaseAuthStatusResponse extends Entity {
3
+ status: string;
4
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CoinbaseAuthStatusResponse = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class CoinbaseAuthStatusResponse extends entity_1.Entity {
6
+ }
7
+ exports.CoinbaseAuthStatusResponse = CoinbaseAuthStatusResponse;
8
+ //# sourceMappingURL=CoinbaseAuthStatusResponse.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CoinbaseAuthStatusResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/coinbase-auth/entities/CoinbaseAuthStatusResponse.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,0BAA2B,SAAQ,eAAM;CAErD;AAFD,gEAEC"}
@@ -0,0 +1,13 @@
1
+ import { Entity } from '../../entity';
2
+ export declare class CoinbaseWithdrawalResponse extends Entity {
3
+ transactionId: string;
4
+ network: string;
5
+ recipientAddress: string;
6
+ amount: string;
7
+ currency: string;
8
+ status: string;
9
+ requiresTwoFactor?: boolean;
10
+ withdrawalId?: string;
11
+ expiresAt?: string;
12
+ attemptsRemaining?: number;
13
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CoinbaseWithdrawalResponse = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class CoinbaseWithdrawalResponse extends entity_1.Entity {
6
+ }
7
+ exports.CoinbaseWithdrawalResponse = CoinbaseWithdrawalResponse;
8
+ //# sourceMappingURL=CoinbaseWithdrawalResponse.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CoinbaseWithdrawalResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/coinbase-auth/entities/CoinbaseWithdrawalResponse.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,0BAA2B,SAAQ,eAAM;CAoBrD;AApBD,gEAoBC"}
@@ -0,0 +1,5 @@
1
+ export * from './CoinbaseAccount.entity';
2
+ export * from './CoinbaseAccountsResponse.entity';
3
+ export * from './CoinbaseAuthInitResponse.entity';
4
+ export * from './CoinbaseAuthStatusResponse.entity';
5
+ export * from './CoinbaseWithdrawalResponse.entity';