@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.
- package/dist/src/domain/constants/deposits.d.ts +2 -1
- package/dist/src/domain/constants/deposits.js +1 -0
- package/dist/src/domain/constants/deposits.js.map +1 -1
- package/dist/src/domain/constants/index.d.ts +0 -1
- package/dist/src/domain/constants/index.js +0 -1
- package/dist/src/domain/constants/index.js.map +1 -1
- package/dist/src/domain/model/blockchain/constants/BlockchainToBlockchainEngine.js +2 -0
- package/dist/src/domain/model/blockchain/constants/BlockchainToBlockchainEngine.js.map +1 -1
- package/dist/src/domain/model/blockchain/constants/ConfirmTimeoutSec.d.ts +1 -1
- package/dist/src/domain/model/blockchain/constants/ConfirmTimeoutSec.js +1 -1
- package/dist/src/domain/model/blockchain/constants/ConfirmTimeoutSec.js.map +1 -1
- package/dist/src/domain/model/charge/constants/ChargeSource.d.ts +4 -0
- package/dist/src/domain/model/charge/constants/ChargeSource.js +9 -0
- package/dist/src/domain/model/charge/constants/ChargeSource.js.map +1 -0
- package/dist/src/domain/model/charge/constants/index.d.ts +1 -0
- package/dist/src/domain/model/{raffle-details/dtos → charge/constants}/index.js +1 -1
- package/dist/src/domain/model/charge/constants/index.js.map +1 -0
- package/dist/src/domain/model/charge/dtos/createChargeByApiKey.dto.d.ts +1 -0
- package/dist/src/domain/model/charge/dtos/createChargeByApiKey.dto.js +5 -0
- package/dist/src/domain/model/charge/dtos/createChargeByApiKey.dto.js.map +1 -1
- package/dist/src/domain/model/charge/entities/Charge.entity.d.ts +5 -1
- package/dist/src/domain/model/charge/entities/Charge.entity.js.map +1 -1
- package/dist/src/domain/model/charge/entities/EnrichedCharge.entity.d.ts +2 -0
- package/dist/src/domain/model/charge/entities/EnrichedCharge.entity.js +20 -0
- package/dist/src/domain/model/charge/entities/EnrichedCharge.entity.js.map +1 -1
- package/dist/src/domain/model/charge/index.d.ts +1 -0
- package/dist/src/domain/model/charge/index.js +1 -0
- package/dist/src/domain/model/charge/index.js.map +1 -1
- package/dist/src/domain/model/coinbase-auth/dtos/CoinbaseAuthCallback.dto.d.ts +4 -0
- package/dist/src/domain/model/{email/dtos/emailRaffleMerchant.dto.js → coinbase-auth/dtos/CoinbaseAuthCallback.dto.js} +6 -17
- package/dist/src/domain/model/coinbase-auth/dtos/CoinbaseAuthCallback.dto.js.map +1 -0
- package/dist/src/domain/model/coinbase-auth/dtos/Confirm2FA.dto.d.ts +4 -0
- package/dist/src/domain/model/coinbase-auth/dtos/Confirm2FA.dto.js +27 -0
- package/dist/src/domain/model/coinbase-auth/dtos/Confirm2FA.dto.js.map +1 -0
- package/dist/src/domain/model/coinbase-auth/dtos/Resend2FA.dto.d.ts +3 -0
- package/dist/src/domain/model/coinbase-auth/dtos/Resend2FA.dto.js +22 -0
- package/dist/src/domain/model/coinbase-auth/dtos/Resend2FA.dto.js.map +1 -0
- package/dist/src/domain/model/coinbase-auth/dtos/SendCrypto.dto.d.ts +6 -0
- package/dist/src/domain/model/{raffle-entry/dtos/entryDetails.dto.js → coinbase-auth/dtos/SendCrypto.dto.js} +13 -9
- package/dist/src/domain/model/coinbase-auth/dtos/SendCrypto.dto.js.map +1 -0
- package/dist/src/domain/model/coinbase-auth/dtos/index.d.ts +4 -0
- package/dist/src/domain/model/coinbase-auth/dtos/index.js +21 -0
- package/dist/src/domain/model/coinbase-auth/dtos/index.js.map +1 -0
- package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAccount.entity.d.ts +8 -0
- package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAccount.entity.js +8 -0
- package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAccount.entity.js.map +1 -0
- package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAccountsResponse.entity.d.ts +5 -0
- package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAccountsResponse.entity.js +23 -0
- package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAccountsResponse.entity.js.map +1 -0
- package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAuthInitResponse.entity.d.ts +6 -0
- package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAuthInitResponse.entity.js +8 -0
- package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAuthInitResponse.entity.js.map +1 -0
- package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAuthStatusResponse.entity.d.ts +4 -0
- package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAuthStatusResponse.entity.js +8 -0
- package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAuthStatusResponse.entity.js.map +1 -0
- package/dist/src/domain/model/coinbase-auth/entities/CoinbaseWithdrawalResponse.entity.d.ts +13 -0
- package/dist/src/domain/model/coinbase-auth/entities/CoinbaseWithdrawalResponse.entity.js +8 -0
- package/dist/src/domain/model/coinbase-auth/entities/CoinbaseWithdrawalResponse.entity.js.map +1 -0
- package/dist/src/domain/model/coinbase-auth/entities/index.d.ts +5 -0
- package/dist/src/domain/model/coinbase-auth/entities/index.js +22 -0
- package/dist/src/domain/model/coinbase-auth/entities/index.js.map +1 -0
- package/dist/src/domain/model/coinbase-auth/index.js.map +1 -0
- package/dist/src/domain/model/decent-swap/entities/DecentBridgeProvider.d.ts +13 -0
- package/dist/src/domain/model/decent-swap/entities/DecentBridgeProvider.js +18 -0
- package/dist/src/domain/model/decent-swap/entities/DecentBridgeProvider.js.map +1 -0
- package/dist/src/domain/model/decent-swap/entities/GetRoutesOptions.d.ts +1 -0
- package/dist/src/domain/model/decent-swap/entities/index.d.ts +1 -0
- package/dist/src/domain/model/decent-swap/entities/index.js +1 -0
- package/dist/src/domain/model/decent-swap/entities/index.js.map +1 -1
- package/dist/src/domain/model/deposit/constants/DepositCustomerType.d.ts +4 -0
- package/dist/src/domain/model/deposit/constants/DepositCustomerType.js +9 -0
- package/dist/src/domain/model/deposit/constants/DepositCustomerType.js.map +1 -0
- package/dist/src/domain/model/deposit/constants/index.d.ts +1 -0
- package/dist/src/domain/model/{raffle-details/entities → deposit/constants}/index.js +1 -1
- package/dist/src/domain/model/deposit/constants/index.js.map +1 -0
- package/dist/src/domain/model/deposit/dtos/acceptDepositCustomerVirtualBankAccountTerms.dto.d.ts +2 -0
- package/dist/src/domain/model/deposit/dtos/acceptDepositCustomerVirtualBankAccountTerms.dto.js +7 -0
- package/dist/src/domain/model/deposit/dtos/acceptDepositCustomerVirtualBankAccountTerms.dto.js.map +1 -0
- package/dist/src/domain/model/deposit/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/deposit/dtos/index.js +2 -0
- package/dist/src/domain/model/deposit/dtos/index.js.map +1 -1
- package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountCountry.dto.d.ts +3 -0
- package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountCountry.dto.js +23 -0
- package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountCountry.dto.js.map +1 -0
- package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountEmail.dto.d.ts +3 -0
- package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountEmail.dto.js +22 -0
- package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountEmail.dto.js.map +1 -0
- package/dist/src/domain/model/deposit/entities/Deposit.entity.d.ts +1 -0
- package/dist/src/domain/model/deposit/entities/Deposit.entity.js.map +1 -1
- package/dist/src/domain/model/deposit/entities/DepositCustomer.entity.d.ts +8 -0
- package/dist/src/domain/model/deposit/entities/DepositCustomer.entity.js.map +1 -1
- package/dist/src/domain/model/deposit/entities/DepositCustomerEnriched.entity.d.ts +14 -0
- package/dist/src/domain/model/deposit/entities/DepositCustomerEnriched.entity.js.map +1 -1
- package/dist/src/domain/model/deposit/entities/DepositCustomerVirtualAccountDetails.entity.d.ts +12 -0
- package/dist/src/domain/model/deposit/entities/DepositCustomerVirtualAccountDetails.entity.js +8 -0
- package/dist/src/domain/model/deposit/entities/DepositCustomerVirtualAccountDetails.entity.js.map +1 -0
- package/dist/src/domain/model/deposit/entities/DepositSearchResult.entity.d.ts +6 -0
- package/dist/src/domain/model/deposit/entities/DepositSearchResult.entity.js.map +1 -1
- package/dist/src/domain/model/deposit/entities/KycLink.entity.d.ts +3 -0
- package/dist/src/domain/model/deposit/entities/KycLink.entity.js +7 -0
- package/dist/src/domain/model/deposit/entities/KycLink.entity.js.map +1 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccount.enums.d.ts +29 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccount.enums.js +37 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccount.enums.js.map +1 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetails.entity.d.ts +10 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetails.entity.js +7 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetails.entity.js.map +1 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetailsInfo.entity.d.ts +11 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetailsInfo.entity.js +7 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetailsInfo.entity.js.map +1 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccountTransaction.entity.d.ts +7 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccountTransaction.entity.js +7 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccountTransaction.entity.js.map +1 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccountView.entity.d.ts +7 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccountView.entity.js +7 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccountView.entity.js.map +1 -0
- package/dist/src/domain/model/deposit/entities/index.d.ts +9 -0
- package/dist/src/domain/model/deposit/entities/index.js +9 -0
- package/dist/src/domain/model/deposit/entities/index.js.map +1 -1
- package/dist/src/domain/model/deposit/index.d.ts +1 -0
- package/dist/src/domain/model/deposit/index.js +1 -0
- package/dist/src/domain/model/deposit/index.js.map +1 -1
- package/dist/src/domain/model/deposit-management/dtos/GetIncomingTransactions.dto.d.ts +6 -0
- package/dist/src/domain/model/{raffle-details/dtos/raffleDetailsDto.js → deposit-management/dtos/GetIncomingTransactions.dto.js} +21 -28
- package/dist/src/domain/model/deposit-management/dtos/GetIncomingTransactions.dto.js.map +1 -0
- package/dist/src/domain/model/deposit-management/dtos/RefundTransaction.dto.d.ts +5 -0
- package/dist/src/domain/model/deposit-management/dtos/RefundTransaction.dto.js +31 -0
- package/dist/src/domain/model/deposit-management/dtos/RefundTransaction.dto.js.map +1 -0
- package/dist/src/domain/model/deposit-management/dtos/Sweep.dto.d.ts +4 -0
- package/dist/src/domain/model/deposit-management/dtos/Sweep.dto.js +27 -0
- package/dist/src/domain/model/deposit-management/dtos/Sweep.dto.js.map +1 -0
- package/dist/src/domain/model/deposit-management/dtos/index.d.ts +3 -0
- package/dist/src/domain/model/deposit-management/dtos/index.js +20 -0
- package/dist/src/domain/model/deposit-management/dtos/index.js.map +1 -0
- package/dist/src/domain/model/deposit-management/entities/DepositRefund.entity.d.ts +15 -0
- package/dist/src/domain/model/deposit-management/entities/DepositRefund.entity.js +7 -0
- package/dist/src/domain/model/deposit-management/entities/DepositRefund.entity.js.map +1 -0
- package/dist/src/domain/model/deposit-management/entities/DepositRefundStatus.d.ts +5 -0
- package/dist/src/domain/model/deposit-management/entities/DepositRefundStatus.js +10 -0
- package/dist/src/domain/model/deposit-management/entities/DepositRefundStatus.js.map +1 -0
- package/dist/src/domain/model/deposit-management/entities/ExecuteSweepResponse.d.ts +9 -0
- package/dist/src/domain/model/deposit-management/entities/ExecuteSweepResponse.js +7 -0
- package/dist/src/domain/model/deposit-management/entities/ExecuteSweepResponse.js.map +1 -0
- package/dist/src/domain/model/deposit-management/entities/RefundTransactionResponse.entity.d.ts +7 -0
- package/dist/src/domain/model/deposit-management/entities/RefundTransactionResponse.entity.js +7 -0
- package/dist/src/domain/model/deposit-management/entities/RefundTransactionResponse.entity.js.map +1 -0
- package/dist/src/domain/model/deposit-management/entities/SweepExecutionStep.d.ts +7 -0
- package/dist/src/domain/model/deposit-management/entities/SweepExecutionStep.js +7 -0
- package/dist/src/domain/model/deposit-management/entities/SweepExecutionStep.js.map +1 -0
- package/dist/src/domain/model/deposit-management/entities/index.d.ts +5 -0
- package/dist/src/domain/model/deposit-management/entities/index.js +22 -0
- package/dist/src/domain/model/deposit-management/entities/index.js.map +1 -0
- package/dist/src/domain/model/deposit-management/index.js.map +1 -0
- package/dist/src/domain/model/deposit-wallet-incoming-transaction/entities/DepositWalletIncomingTransaction.entity.d.ts +2 -0
- package/dist/src/domain/model/deposit-wallet-incoming-transaction/entities/DepositWalletIncomingTransaction.entity.js.map +1 -1
- package/dist/src/domain/model/email/dtos/index.d.ts +0 -2
- package/dist/src/domain/model/email/dtos/index.js +0 -2
- package/dist/src/domain/model/email/dtos/index.js.map +1 -1
- package/dist/src/domain/model/index.d.ts +3 -2
- package/dist/src/domain/model/index.js +3 -2
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.d.ts +1 -1
- package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.js +5 -5
- package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.js.map +1 -1
- package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.d.ts +1 -1
- package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.js +4 -4
- package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.js.map +1 -1
- package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.d.ts +1 -1
- package/dist/src/domain/model/on-ramps/dtos/MoonPayPaymentMethodConfigQuery.dto.d.ts +7 -0
- package/dist/src/domain/model/{email/dtos/emailRaffleWinner.dto.js → on-ramps/dtos/MoonPayPaymentMethodConfigQuery.dto.js} +12 -11
- package/dist/src/domain/model/on-ramps/dtos/MoonPayPaymentMethodConfigQuery.dto.js.map +1 -0
- package/dist/src/domain/model/on-ramps/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/on-ramps/dtos/index.js +1 -0
- package/dist/src/domain/model/on-ramps/dtos/index.js.map +1 -1
- package/dist/src/domain/model/on-ramps/entities/MoonPayPaymentMethodConfig.entity.d.ts +35 -0
- package/dist/src/domain/model/on-ramps/entities/MoonPayPaymentMethodConfig.entity.js +8 -0
- package/dist/src/domain/model/on-ramps/entities/MoonPayPaymentMethodConfig.entity.js.map +1 -0
- package/dist/src/domain/model/on-ramps/entities/MoonPayTransactionType.d.ts +4 -0
- package/dist/src/domain/model/on-ramps/entities/MoonPayTransactionType.js +9 -0
- package/dist/src/domain/model/on-ramps/entities/MoonPayTransactionType.js.map +1 -0
- package/dist/src/domain/model/on-ramps/entities/index.d.ts +2 -0
- package/dist/src/domain/model/on-ramps/entities/index.js +2 -0
- package/dist/src/domain/model/on-ramps/entities/index.js.map +1 -1
- package/dist/src/domain/model/paylink/dtos/createPaylink.dto.d.ts +0 -2
- package/dist/src/domain/model/paylink/dtos/createPaylink.dto.js +0 -7
- package/dist/src/domain/model/paylink/dtos/createPaylink.dto.js.map +1 -1
- package/dist/src/domain/model/paylink/dtos/createPaylinkWithApi.dto.d.ts +0 -2
- package/dist/src/domain/model/paylink/dtos/createPaylinkWithApi.dto.js +0 -7
- package/dist/src/domain/model/paylink/dtos/createPaylinkWithApi.dto.js.map +1 -1
- package/dist/src/domain/model/paylink/dtos/updatePaylink.dto.d.ts +0 -2
- package/dist/src/domain/model/paylink/dtos/updatePaylink.dto.js +0 -7
- package/dist/src/domain/model/paylink/dtos/updatePaylink.dto.js.map +1 -1
- package/dist/src/domain/model/paylink/dtos/updatePaylinkWithApi.dto.d.ts +0 -2
- package/dist/src/domain/model/paylink/dtos/updatePaylinkWithApi.dto.js +0 -7
- package/dist/src/domain/model/paylink/dtos/updatePaylinkWithApi.dto.js.map +1 -1
- package/dist/src/domain/model/paylink/entities/BasePaylink.d.ts +0 -2
- package/dist/src/domain/model/paylink/entities/BasePaylink.js.map +1 -1
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.entity.d.ts +0 -2
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.entity.js.map +1 -1
- package/dist/src/domain/model/payment-request/dtos/createPaymentRequestWithApi.dto.js.map +1 -1
- package/dist/src/domain/model/swap-route-config/dtos/createSwapRouteConfig.dto.d.ts +7 -0
- package/dist/src/domain/model/{raffle-entry/dtos/createRaffleEntry.dto.js → swap-route-config/dtos/createSwapRouteConfig.dto.js} +17 -26
- package/dist/src/domain/model/swap-route-config/dtos/createSwapRouteConfig.dto.js.map +1 -0
- package/dist/src/domain/model/swap-route-config/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/{raffle-entry → swap-route-config}/dtos/index.js +2 -2
- package/dist/src/domain/model/swap-route-config/dtos/index.js.map +1 -0
- package/dist/src/domain/model/swap-route-config/dtos/updateSwapRouteConfig.dto.d.ts +5 -0
- package/dist/src/domain/model/swap-route-config/dtos/updateSwapRouteConfig.dto.js +29 -0
- package/dist/src/domain/model/swap-route-config/dtos/updateSwapRouteConfig.dto.js.map +1 -0
- package/dist/src/domain/model/swap-route-config/entities/BaseSwapRouteConfig.entity.d.ts +10 -0
- package/dist/src/domain/model/swap-route-config/entities/BaseSwapRouteConfig.entity.js +8 -0
- package/dist/src/domain/model/swap-route-config/entities/BaseSwapRouteConfig.entity.js.map +1 -0
- package/dist/src/domain/model/swap-route-config/entities/SwapRouteConfigEnriched.entity.d.ts +6 -0
- package/dist/src/domain/model/swap-route-config/entities/SwapRouteConfigEnriched.entity.js +8 -0
- package/dist/src/domain/model/swap-route-config/entities/SwapRouteConfigEnriched.entity.js.map +1 -0
- package/dist/src/domain/model/swap-route-config/entities/index.d.ts +2 -0
- package/dist/src/domain/model/swap-route-config/entities/index.js +19 -0
- package/dist/src/domain/model/swap-route-config/entities/index.js.map +1 -0
- package/dist/src/domain/model/swap-route-config/index.d.ts +2 -0
- package/dist/src/domain/model/swap-route-config/index.js +19 -0
- package/dist/src/domain/model/swap-route-config/index.js.map +1 -0
- package/dist/src/domain/model/sweep-attempt/entities/RecentSweepAttempt.d.ts +8 -0
- package/dist/src/domain/model/sweep-attempt/entities/RecentSweepAttempt.js.map +1 -1
- package/dist/src/domain/model/transaction/query/GetTransactionByShopifyPaymentIdQueryDto.d.ts +3 -0
- package/dist/src/domain/model/transaction/query/GetTransactionByShopifyPaymentIdQueryDto.js +8 -0
- package/dist/src/domain/model/transaction/query/GetTransactionByShopifyPaymentIdQueryDto.js.map +1 -0
- package/dist/src/domain/model/transaction/query/index.d.ts +1 -0
- package/dist/src/domain/model/transaction/query/index.js +1 -0
- package/dist/src/domain/model/transaction/query/index.js.map +1 -1
- package/dist/src/domain/model/transaction-meta/entities/UpdateTransactionMeta.d.ts +1 -0
- package/dist/src/domain/model/transaction-meta/entities/UpdateTransactionMeta.js.map +1 -1
- package/dist/src/domain/services/AmountService.d.ts +3 -0
- package/dist/src/domain/services/AmountService.js +17 -0
- package/dist/src/domain/services/AmountService.js.map +1 -1
- package/dist/src/domain/services/ClusterService.js +2 -2
- package/dist/src/domain/services/ClusterService.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/dist/src/domain/constants/raffle.d.ts +0 -10
- package/dist/src/domain/constants/raffle.js +0 -16
- package/dist/src/domain/constants/raffle.js.map +0 -1
- package/dist/src/domain/model/email/dtos/emailRaffleMerchant.dto.d.ts +0 -6
- package/dist/src/domain/model/email/dtos/emailRaffleMerchant.dto.js.map +0 -1
- package/dist/src/domain/model/email/dtos/emailRaffleWinner.dto.d.ts +0 -6
- package/dist/src/domain/model/email/dtos/emailRaffleWinner.dto.js.map +0 -1
- package/dist/src/domain/model/raffle-details/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/raffle-details/dtos/index.js.map +0 -1
- package/dist/src/domain/model/raffle-details/dtos/raffleDetailsDto.d.ts +0 -7
- package/dist/src/domain/model/raffle-details/dtos/raffleDetailsDto.js.map +0 -1
- package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.d.ts +0 -9
- package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.js +0 -7
- package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.js.map +0 -1
- package/dist/src/domain/model/raffle-details/entities/index.d.ts +0 -1
- package/dist/src/domain/model/raffle-details/entities/index.js.map +0 -1
- package/dist/src/domain/model/raffle-details/index.js.map +0 -1
- package/dist/src/domain/model/raffle-entry/dtos/createRaffleEntry.dto.d.ts +0 -8
- package/dist/src/domain/model/raffle-entry/dtos/createRaffleEntry.dto.js.map +0 -1
- package/dist/src/domain/model/raffle-entry/dtos/entryDetails.dto.d.ts +0 -6
- package/dist/src/domain/model/raffle-entry/dtos/entryDetails.dto.js.map +0 -1
- package/dist/src/domain/model/raffle-entry/dtos/index.d.ts +0 -2
- package/dist/src/domain/model/raffle-entry/dtos/index.js.map +0 -1
- package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.d.ts +0 -6
- package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.js +0 -7
- package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.js.map +0 -1
- package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.d.ts +0 -9
- package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.js +0 -8
- package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.js.map +0 -1
- package/dist/src/domain/model/raffle-entry/entities/index.d.ts +0 -2
- package/dist/src/domain/model/raffle-entry/entities/index.js +0 -19
- package/dist/src/domain/model/raffle-entry/entities/index.js.map +0 -1
- package/dist/src/domain/model/raffle-entry/index.js.map +0 -1
- /package/dist/src/domain/model/{raffle-details → coinbase-auth}/index.d.ts +0 -0
- /package/dist/src/domain/model/{raffle-details → coinbase-auth}/index.js +0 -0
- /package/dist/src/domain/model/{raffle-entry → deposit-management}/index.d.ts +0 -0
- /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"}
|
|
@@ -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,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("./
|
|
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"}
|
package/dist/src/domain/model/deposit/dtos/acceptDepositCustomerVirtualBankAccountTerms.dto.js
ADDED
|
@@ -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
|
package/dist/src/domain/model/deposit/dtos/acceptDepositCustomerVirtualBankAccountTerms.dto.js.map
ADDED
|
@@ -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,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,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"}
|
|
@@ -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;
|
|
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;
|
|
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;
|
|
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"}
|
package/dist/src/domain/model/deposit/entities/DepositCustomerVirtualAccountDetails.entity.d.ts
ADDED
|
@@ -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
|
package/dist/src/domain/model/deposit/entities/DepositCustomerVirtualAccountDetails.entity.js.map
ADDED
|
@@ -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":";;;
|
|
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 @@
|
|
|
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
|
+
"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 @@
|
|
|
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"}
|
|
@@ -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
|