@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
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heliofi/common",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.193-alpha.1771868055",
|
|
5
5
|
"description": "Common package",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"license": "ISC",
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@heliofi/evm-adapter": "2.2.3",
|
|
17
|
+
"@nestjs/swagger": "7.1.17",
|
|
17
18
|
"@project-serum/anchor": "^0.26.0",
|
|
18
19
|
"@solana/web3.js": "1.87.7",
|
|
19
20
|
"bignumber.js": "9.1.1",
|
|
@@ -27,11 +28,10 @@
|
|
|
27
28
|
"ts-jest": "28.0.5"
|
|
28
29
|
},
|
|
29
30
|
"devDependencies": {
|
|
30
|
-
"@nestjs/swagger": "^7.1.17",
|
|
31
31
|
"ts-loader": "^9.3.1"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"typescript": "5.*"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "39a12a04fa80711e1fab7df31bf6b407be183432"
|
|
37
37
|
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare enum RaffleState {
|
|
2
|
-
RAFFLE_STARTED = "RAFFLE_STARTED",
|
|
3
|
-
PICKING_WINNERS = "PICKING_WINNERS",
|
|
4
|
-
CREATING_ALLOWLIST = "CREATING_ALLOWLIST",
|
|
5
|
-
FINALIZING_RAFFLE = "FINALIZING_RAFFLE"
|
|
6
|
-
}
|
|
7
|
-
export declare enum EntryDetailsType {
|
|
8
|
-
DISCORD = "DISCORD",
|
|
9
|
-
WALLET = "WALLET"
|
|
10
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EntryDetailsType = exports.RaffleState = void 0;
|
|
4
|
-
var RaffleState;
|
|
5
|
-
(function (RaffleState) {
|
|
6
|
-
RaffleState["RAFFLE_STARTED"] = "RAFFLE_STARTED";
|
|
7
|
-
RaffleState["PICKING_WINNERS"] = "PICKING_WINNERS";
|
|
8
|
-
RaffleState["CREATING_ALLOWLIST"] = "CREATING_ALLOWLIST";
|
|
9
|
-
RaffleState["FINALIZING_RAFFLE"] = "FINALIZING_RAFFLE";
|
|
10
|
-
})(RaffleState || (exports.RaffleState = RaffleState = {}));
|
|
11
|
-
var EntryDetailsType;
|
|
12
|
-
(function (EntryDetailsType) {
|
|
13
|
-
EntryDetailsType["DISCORD"] = "DISCORD";
|
|
14
|
-
EntryDetailsType["WALLET"] = "WALLET";
|
|
15
|
-
})(EntryDetailsType || (exports.EntryDetailsType = EntryDetailsType = {}));
|
|
16
|
-
//# sourceMappingURL=raffle.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"raffle.js","sourceRoot":"","sources":["../../../../src/domain/constants/raffle.ts"],"names":[],"mappings":";;;AAAA,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,gDAAiC,CAAA;IACjC,kDAAmC,CAAA;IACnC,wDAAyC,CAAA;IACzC,sDAAuC,CAAA;AACzC,CAAC,EALW,WAAW,2BAAX,WAAW,QAKtB;AAED,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,uCAAmB,CAAA;IACnB,qCAAiB,CAAA;AACnB,CAAC,EAHW,gBAAgB,gCAAhB,gBAAgB,QAG3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"emailRaffleMerchant.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/email/dtos/emailRaffleMerchant.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAyE;AAEzE,MAAa,sBAAsB;CAiBlC;AAjBD,wDAiBC;AAdC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kEACc;AAI3B;IAFC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;qDACC;AAId;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACM;AAKnB;IAHC,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,IAAA,4BAAU,GAAE;;uDACK"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"emailRaffleWinner.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/email/dtos/emailRaffleWinner.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgE;AAEhE,MAAa,oBAAoB;CAgBhC;AAhBD,oDAgBC;AAbC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gEACc;AAI3B;IAFC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;mDACC;AAId;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACM;AAInB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACI"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './raffleDetailsDto';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/raffle-details/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"raffleDetailsDto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/raffle-details/dtos/raffleDetailsDto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,yDAAyC;AAEzC,MAAa,gBAAgB;CAwB5B;AAxBD,4CAwBC;AApBC;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,4BAAU,GAAE;;oDACO;AAKpB;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,4BAAU,GAAE;;iDACG;AAKhB;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,4BAAU,GAAE;;6DACe;AAK5B;IAHC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACA,IAAI;qDAAC;AAIlB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACY"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RaffleDetails.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/raffle-details/entities/RaffleDetails.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,aAAa;CAYzB;AAZD,sCAYC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './RaffleDetails.entity';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/raffle-details/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/raffle-details/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createRaffleEntry.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/raffle-entry/dtos/createRaffleEntry.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,yDAAyC;AACzC,yDAAqD;AAErD,MAAa,oBAAoB;CAuBhC;AAvBD,oDAuBC;AAlBC;IAJC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kCAAe,CAAC;IAC3B,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;0DACC;AAIhC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8DACY;AAIzB;IAFC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;mDACE;AAIf;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACE;AAKf;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACY"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"entryDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/raffle-entry/dtos/entryDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2E;AAC3E,kDAAsD;AAEtD,MAAa,eAAe;CAY3B;AAZD,0CAYC;AATC;IAFC,IAAA,wBAAM,EAAC,4BAAgB,CAAC;IACxB,IAAA,4BAAU,GAAE;;6CACU;AAIvB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACM;AAInB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/raffle-entry/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,qDAAmC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EntryDetails.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/raffle-entry/entities/EntryDetails.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,YAAY;CAMxB;AAND,oCAMC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RaffleEntry = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class RaffleEntry extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.RaffleEntry = RaffleEntry;
|
|
8
|
-
//# sourceMappingURL=RaffleEntry.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RaffleEntry.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/raffle-entry/entities/RaffleEntry.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,WAAY,SAAQ,eAAM;CAUtC;AAVD,kCAUC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
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("./RaffleEntry.entity"), exports);
|
|
18
|
-
__exportStar(require("./EntryDetails.entity"), exports);
|
|
19
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/raffle-entry/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,wDAAsC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/raffle-entry/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|