@heliofi/common 0.2.193 → 0.2.194-alpha.1772617946
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/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/BlockchainSymbol.d.ts +2 -1
- package/dist/src/domain/model/blockchain/constants/BlockchainSymbol.js +1 -0
- package/dist/src/domain/model/blockchain/constants/BlockchainSymbol.js.map +1 -1
- package/dist/src/domain/model/blockchain/constants/BlockchainSymbolToDecentChainId.js +5 -0
- package/dist/src/domain/model/blockchain/constants/BlockchainSymbolToDecentChainId.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/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/entities/Charge.entity.d.ts +4 -1
- package/dist/src/domain/model/charge/entities/Charge.entity.js.map +1 -1
- package/dist/src/domain/model/charge/entities/ChargeApiKeyResponse.entity.d.ts +6 -0
- package/dist/src/domain/model/charge/entities/ChargeApiKeyResponse.entity.js +8 -0
- package/dist/src/domain/model/charge/entities/ChargeApiKeyResponse.entity.js.map +1 -0
- 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/entities/index.d.ts +1 -0
- package/dist/src/domain/model/charge/entities/index.js +1 -0
- package/dist/src/domain/model/charge/entities/index.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/Confirm2FA.dto.d.ts +4 -0
- package/dist/src/domain/model/{email/dtos/emailRaffleWinner.dto.js → coinbase-auth/dtos/Confirm2FA.dto.js} +6 -16
- 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 +3 -0
- package/dist/src/domain/model/coinbase-auth/dtos/index.js +3 -0
- package/dist/src/domain/model/coinbase-auth/dtos/index.js.map +1 -1
- package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAuthStatusResponse.entity.d.ts +1 -0
- package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAuthStatusResponse.entity.js.map +1 -1
- 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 +1 -0
- package/dist/src/domain/model/coinbase-auth/entities/index.js +1 -0
- package/dist/src/domain/model/coinbase-auth/entities/index.js.map +1 -1
- package/dist/src/domain/model/decent-swap/entities/DecentApiError.d.ts +40 -0
- package/dist/src/domain/model/decent-swap/entities/DecentApiError.js +29 -0
- package/dist/src/domain/model/decent-swap/entities/DecentApiError.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/DecentChainId.d.ts +2 -1
- package/dist/src/domain/model/decent-swap/entities/DecentChainId.js +1 -0
- package/dist/src/domain/model/decent-swap/entities/DecentChainId.js.map +1 -1
- package/dist/src/domain/model/decent-swap/entities/GetRoutesOptions.d.ts +1 -0
- package/dist/src/domain/model/decent-swap/entities/index.d.ts +2 -0
- package/dist/src/domain/model/decent-swap/entities/index.js +2 -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/dtos/updateDepositWallet.dto.d.ts +2 -0
- package/dist/src/domain/model/deposit/dtos/updateDepositWallet.dto.js +11 -0
- package/dist/src/domain/model/deposit/dtos/updateDepositWallet.dto.js.map +1 -1
- 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/DepositWallet.entity.d.ts +2 -0
- package/dist/src/domain/model/deposit/entities/DepositWallet.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/Sweep.dto.d.ts +4 -0
- package/dist/src/domain/model/{email/dtos/emailRaffleMerchant.dto.js → deposit-management/dtos/Sweep.dto.js} +6 -17
- 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 +1 -0
- package/dist/src/domain/model/deposit-management/dtos/index.js +1 -0
- package/dist/src/domain/model/deposit-management/dtos/index.js.map +1 -1
- 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/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 +4 -0
- package/dist/src/domain/model/deposit-management/entities/index.js +4 -0
- package/dist/src/domain/model/deposit-management/entities/index.js.map +1 -1
- 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 +1 -2
- package/dist/src/domain/model/index.js +1 -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/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/privateRpc/entities/PrivateRpcUsageUi.enum.d.ts +1 -0
- package/dist/src/domain/model/privateRpc/entities/PrivateRpcUsageUi.enum.js +1 -0
- package/dist/src/domain/model/privateRpc/entities/PrivateRpcUsageUi.enum.js.map +1 -1
- package/dist/src/domain/model/report/entities/ReportItem.entity.d.ts +1 -0
- package/dist/src/domain/model/report/entities/ReportItem.entity.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.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-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 +1 -0
- package/dist/src/domain/services/AmountService.js +10 -0
- package/dist/src/domain/services/AmountService.js.map +1 -1
- package/dist/src/domain/services/ClusterService.d.ts +1 -0
- package/dist/src/domain/services/ClusterService.js +10 -0
- 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 +0 -47
- 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.d.ts +0 -2
- package/dist/src/domain/model/raffle-entry/index.js +0 -19
- package/dist/src/domain/model/raffle-entry/index.js.map +0 -1
- /package/dist/src/domain/model/{raffle-details → swap-route-config}/index.d.ts +0 -0
- /package/dist/src/domain/model/{raffle-details → swap-route-config}/index.js +0 -0
|
@@ -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;
|
|
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"}
|
|
@@ -17,5 +17,6 @@ var DepositBlockchainSymbol;
|
|
|
17
17
|
DepositBlockchainSymbol["ABSTRACT"] = "ABSTRACT";
|
|
18
18
|
DepositBlockchainSymbol["HYPERLIQUID"] = "HYPERLIQUID";
|
|
19
19
|
DepositBlockchainSymbol["PLASMA"] = "PLASMA";
|
|
20
|
+
DepositBlockchainSymbol["MEGAETH"] = "MEGAETH";
|
|
20
21
|
})(DepositBlockchainSymbol || (exports.DepositBlockchainSymbol = DepositBlockchainSymbol = {}));
|
|
21
22
|
//# sourceMappingURL=BlockchainSymbol.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockchainSymbol.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/constants/BlockchainSymbol.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBASX;AATD,WAAY,gBAAgB;IAC1B,+BAAW,CAAA;IACX,+BAAW,CAAA;IACX,uCAAmB,CAAA;IACnB,iCAAa,CAAA;IACb,uCAAmB,CAAA;IACnB,yCAAqB,CAAA;IACrB,+BAAW,CAAA;IACX,iCAAa,CAAA;AACf,CAAC,EATW,gBAAgB,gCAAhB,gBAAgB,QAS3B;AAGD,IAAY,
|
|
1
|
+
{"version":3,"file":"BlockchainSymbol.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/constants/BlockchainSymbol.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBASX;AATD,WAAY,gBAAgB;IAC1B,+BAAW,CAAA;IACX,+BAAW,CAAA;IACX,uCAAmB,CAAA;IACnB,iCAAa,CAAA;IACb,uCAAmB,CAAA;IACnB,yCAAqB,CAAA;IACrB,+BAAW,CAAA;IACX,iCAAa,CAAA;AACf,CAAC,EATW,gBAAgB,gCAAhB,gBAAgB,QAS3B;AAGD,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,gDAAqB,CAAA;IACrB,sDAA2B,CAAA;IAC3B,4CAAiB,CAAA;IACjB,8CAAmB,CAAA;AACrB,CAAC,EALW,uBAAuB,uCAAvB,uBAAuB,QAKlC"}
|
|
@@ -58,5 +58,10 @@ exports.BlockchainSymbolToDecentChainId = {
|
|
|
58
58
|
TEST_NET: undefined,
|
|
59
59
|
DEV_NET: undefined,
|
|
60
60
|
},
|
|
61
|
+
MEGAETH: {
|
|
62
|
+
MAIN_NET: DecentChainId_1.DecentChainId.MEGAETH_MAINNET,
|
|
63
|
+
TEST_NET: undefined,
|
|
64
|
+
DEV_NET: undefined,
|
|
65
|
+
},
|
|
61
66
|
};
|
|
62
67
|
//# sourceMappingURL=BlockchainSymbolToDecentChainId.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockchainSymbolToDecentChainId.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/constants/BlockchainSymbolToDecentChainId.ts"],"names":[],"mappings":";;;AAEA,4EAAyE;AAE5D,QAAA,+BAA+B,GAGxC;IACF,GAAG,EAAE;QACH,QAAQ,EAAE,6BAAa,CAAC,gBAAgB;QACxC,QAAQ,EAAE,6BAAa,CAAC,gBAAgB;QACxC,OAAO,EAAE,6BAAa,CAAC,gBAAgB;KACxC;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,6BAAa,CAAC,eAAe;QACvC,QAAQ,EAAE,6BAAa,CAAC,YAAY;QACpC,OAAO,EAAE,6BAAa,CAAC,YAAY;KACpC;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,6BAAa,CAAC,YAAY;QACpC,QAAQ,EAAE,6BAAa,CAAC,YAAY;QACpC,OAAO,EAAE,6BAAa,CAAC,YAAY;KACpC;IACD,GAAG,EAAE;QACH,QAAQ,EAAE,6BAAa,CAAC,cAAc;QACtC,QAAQ,EAAE,6BAAa,CAAC,aAAa;QACrC,OAAO,EAAE,6BAAa,CAAC,aAAa;KACrC;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,6BAAa,CAAC,eAAe;QACvC,QAAQ,EAAE,SAAS;QACnB,OAAO,EAAE,SAAS;KACnB;IACD,QAAQ,EAAE;QACR,QAAQ,EAAE,6BAAa,CAAC,gBAAgB;QACxC,QAAQ,EAAE,6BAAa,CAAC,eAAe;QACvC,OAAO,EAAE,6BAAa,CAAC,eAAe;KACvC;IACD,GAAG,EAAE;QACH,QAAQ,EAAE,6BAAa,CAAC,WAAW;QACnC,QAAQ,EAAE,SAAS;QACnB,OAAO,EAAE,SAAS;KACnB;IACD,QAAQ,EAAE;QACR,QAAQ,EAAE,6BAAa,CAAC,gBAAgB;QACxC,QAAQ,EAAE,SAAS;QACnB,OAAO,EAAE,SAAS;KACnB;IACD,WAAW,EAAE;QACX,QAAQ,EAAE,6BAAa,CAAC,mBAAmB;QAC3C,QAAQ,EAAE,SAAS;QACnB,OAAO,EAAE,SAAS;KACnB;IACD,MAAM,EAAE;QACN,QAAQ,EAAE,6BAAa,CAAC,cAAc;QACtC,QAAQ,EAAE,SAAS;QACnB,OAAO,EAAE,SAAS;KACnB;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,6BAAa,CAAC,YAAY;QACpC,QAAQ,EAAE,SAAS;QACnB,OAAO,EAAE,SAAS;KACnB;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"BlockchainSymbolToDecentChainId.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/constants/BlockchainSymbolToDecentChainId.ts"],"names":[],"mappings":";;;AAEA,4EAAyE;AAE5D,QAAA,+BAA+B,GAGxC;IACF,GAAG,EAAE;QACH,QAAQ,EAAE,6BAAa,CAAC,gBAAgB;QACxC,QAAQ,EAAE,6BAAa,CAAC,gBAAgB;QACxC,OAAO,EAAE,6BAAa,CAAC,gBAAgB;KACxC;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,6BAAa,CAAC,eAAe;QACvC,QAAQ,EAAE,6BAAa,CAAC,YAAY;QACpC,OAAO,EAAE,6BAAa,CAAC,YAAY;KACpC;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,6BAAa,CAAC,YAAY;QACpC,QAAQ,EAAE,6BAAa,CAAC,YAAY;QACpC,OAAO,EAAE,6BAAa,CAAC,YAAY;KACpC;IACD,GAAG,EAAE;QACH,QAAQ,EAAE,6BAAa,CAAC,cAAc;QACtC,QAAQ,EAAE,6BAAa,CAAC,aAAa;QACrC,OAAO,EAAE,6BAAa,CAAC,aAAa;KACrC;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,6BAAa,CAAC,eAAe;QACvC,QAAQ,EAAE,SAAS;QACnB,OAAO,EAAE,SAAS;KACnB;IACD,QAAQ,EAAE;QACR,QAAQ,EAAE,6BAAa,CAAC,gBAAgB;QACxC,QAAQ,EAAE,6BAAa,CAAC,eAAe;QACvC,OAAO,EAAE,6BAAa,CAAC,eAAe;KACvC;IACD,GAAG,EAAE;QACH,QAAQ,EAAE,6BAAa,CAAC,WAAW;QACnC,QAAQ,EAAE,SAAS;QACnB,OAAO,EAAE,SAAS;KACnB;IACD,QAAQ,EAAE;QACR,QAAQ,EAAE,6BAAa,CAAC,gBAAgB;QACxC,QAAQ,EAAE,SAAS;QACnB,OAAO,EAAE,SAAS;KACnB;IACD,WAAW,EAAE;QACX,QAAQ,EAAE,6BAAa,CAAC,mBAAmB;QAC3C,QAAQ,EAAE,SAAS;QACnB,OAAO,EAAE,SAAS;KACnB;IACD,MAAM,EAAE;QACN,QAAQ,EAAE,6BAAa,CAAC,cAAc;QACtC,QAAQ,EAAE,SAAS;QACnB,OAAO,EAAE,SAAS;KACnB;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,6BAAa,CAAC,YAAY;QACpC,QAAQ,EAAE,SAAS;QACnB,OAAO,EAAE,SAAS;KACnB;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,6BAAa,CAAC,eAAe;QACvC,QAAQ,EAAE,SAAS;QACnB,OAAO,EAAE,SAAS;KACnB;CACF,CAAC"}
|
|
@@ -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"}
|
|
@@ -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("./
|
|
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"}
|
|
@@ -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,8 @@ export declare class Charge extends Entity {
|
|
|
9
10
|
token: string;
|
|
10
11
|
currencySymbol: string;
|
|
11
12
|
redirectUrl: string;
|
|
13
|
+
source?: ChargeSource;
|
|
14
|
+
depositCustomerId?: string;
|
|
12
15
|
cancelRedirectUrl?: string;
|
|
13
16
|
expiresAt?: string;
|
|
14
17
|
shopifyPaymentDetails: ShopifyPaymentDetails;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Charge.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/entities/Charge.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;
|
|
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"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { DepositCustomerWithDepositWallets } from '../../deposit';
|
|
2
|
+
import { ChargePageUrl } from './EnrichedChargePageUrl.entity';
|
|
3
|
+
export declare class ChargeApiKeyResponse extends ChargePageUrl {
|
|
4
|
+
token: string;
|
|
5
|
+
depositCustomer?: DepositCustomerWithDepositWallets;
|
|
6
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ChargeApiKeyResponse = void 0;
|
|
4
|
+
const EnrichedChargePageUrl_entity_1 = require("./EnrichedChargePageUrl.entity");
|
|
5
|
+
class ChargeApiKeyResponse extends EnrichedChargePageUrl_entity_1.ChargePageUrl {
|
|
6
|
+
}
|
|
7
|
+
exports.ChargeApiKeyResponse = ChargeApiKeyResponse;
|
|
8
|
+
//# sourceMappingURL=ChargeApiKeyResponse.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChargeApiKeyResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/entities/ChargeApiKeyResponse.entity.ts"],"names":[],"mappings":";;;AACA,iFAA+D;AAE/D,MAAa,oBAAqB,SAAQ,4CAAa;CAItD;AAJD,oDAIC"}
|
|
@@ -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;
|
|
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"}
|
|
@@ -19,4 +19,5 @@ __exportStar(require("./PrepareRequestBodyFromCharge.entity"), exports);
|
|
|
19
19
|
__exportStar(require("./EnrichedCharge.entity"), exports);
|
|
20
20
|
__exportStar(require("./PaymentCheckoutType"), exports);
|
|
21
21
|
__exportStar(require("./EnrichedChargePageUrl.entity"), exports);
|
|
22
|
+
__exportStar(require("./ChargeApiKeyResponse.entity"), exports);
|
|
22
23
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,wEAAsD;AACtD,0DAAwC;AACxC,wDAAsC;AACtC,iEAA+C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,wEAAsD;AACtD,0DAAwC;AACxC,wDAAsC;AACtC,iEAA+C;AAC/C,gEAA8C"}
|
|
@@ -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"}
|
|
@@ -9,29 +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.
|
|
12
|
+
exports.Confirm2FADto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
class
|
|
14
|
+
class Confirm2FADto {
|
|
15
15
|
}
|
|
16
|
-
exports.
|
|
16
|
+
exports.Confirm2FADto = Confirm2FADto;
|
|
17
17
|
__decorate([
|
|
18
18
|
(0, class_validator_1.IsString)(),
|
|
19
19
|
(0, class_validator_1.IsNotEmpty)(),
|
|
20
20
|
__metadata("design:type", String)
|
|
21
|
-
],
|
|
22
|
-
__decorate([
|
|
23
|
-
(0, class_validator_1.IsEmail)(),
|
|
24
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
25
|
-
__metadata("design:type", String)
|
|
26
|
-
], EmailRaffleWinnerDto.prototype, "email", void 0);
|
|
27
|
-
__decorate([
|
|
28
|
-
(0, class_validator_1.IsString)(),
|
|
29
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
30
|
-
__metadata("design:type", String)
|
|
31
|
-
], EmailRaffleWinnerDto.prototype, "paylinkUrl", void 0);
|
|
21
|
+
], Confirm2FADto.prototype, "withdrawalId", void 0);
|
|
32
22
|
__decorate([
|
|
33
23
|
(0, class_validator_1.IsString)(),
|
|
34
24
|
(0, class_validator_1.IsNotEmpty)(),
|
|
35
25
|
__metadata("design:type", String)
|
|
36
|
-
],
|
|
37
|
-
//# sourceMappingURL=
|
|
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,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"}
|
|
@@ -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.
|
|
12
|
+
exports.SendCryptoDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
|
|
15
|
-
class EntryDetailsDto {
|
|
14
|
+
class SendCryptoDto {
|
|
16
15
|
}
|
|
17
|
-
exports.
|
|
16
|
+
exports.SendCryptoDto = SendCryptoDto;
|
|
18
17
|
__decorate([
|
|
19
|
-
(0, class_validator_1.
|
|
18
|
+
(0, class_validator_1.IsString)(),
|
|
20
19
|
(0, class_validator_1.IsNotEmpty)(),
|
|
21
20
|
__metadata("design:type", String)
|
|
22
|
-
],
|
|
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
|
-
],
|
|
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
|
-
],
|
|
33
|
-
//# sourceMappingURL=
|
|
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"}
|
|
@@ -15,4 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./CoinbaseAuthCallback.dto"), exports);
|
|
18
|
+
__exportStar(require("./Confirm2FA.dto"), exports);
|
|
19
|
+
__exportStar(require("./Resend2FA.dto"), exports);
|
|
20
|
+
__exportStar(require("./SendCrypto.dto"), exports);
|
|
18
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/coinbase-auth/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C"}
|
|
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"}
|
package/dist/src/domain/model/coinbase-auth/entities/CoinbaseAuthStatusResponse.entity.js.map
CHANGED
|
@@ -1 +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;
|
|
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;CAIrD;AAJD,gEAIC"}
|
|
@@ -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"}
|
|
@@ -18,4 +18,5 @@ __exportStar(require("./CoinbaseAccount.entity"), exports);
|
|
|
18
18
|
__exportStar(require("./CoinbaseAccountsResponse.entity"), exports);
|
|
19
19
|
__exportStar(require("./CoinbaseAuthInitResponse.entity"), exports);
|
|
20
20
|
__exportStar(require("./CoinbaseAuthStatusResponse.entity"), exports);
|
|
21
|
+
__exportStar(require("./CoinbaseWithdrawalResponse.entity"), exports);
|
|
21
22
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +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"}
|
|
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,40 @@
|
|
|
1
|
+
export declare enum DecentErrorCode {
|
|
2
|
+
AMOUNT_TOO_HIGH = "AMOUNT_TOO_HIGH",
|
|
3
|
+
AMOUNT_TOO_LOW = "AMOUNT_TOO_LOW",
|
|
4
|
+
CROSS_VM_RECEIVER_REQUIRED = "CROSS_VM_RECEIVER_REQUIRED",
|
|
5
|
+
EXCESSIVE_FEE = "EXCESSIVE_FEE",
|
|
6
|
+
GEO_BLOCKED = "GEO_BLOCKED",
|
|
7
|
+
INSUFFICIENT_LIQUIDITY = "INSUFFICIENT_LIQUIDITY",
|
|
8
|
+
INVALID_ADDRESS_FORMAT = "INVALID_ADDRESS_FORMAT",
|
|
9
|
+
INVALID_AMOUNT_ZERO = "INVALID_AMOUNT_ZERO",
|
|
10
|
+
INVALID_API_KEY = "INVALID_API_KEY",
|
|
11
|
+
INVALID_DESTINATION_TOKEN = "INVALID_DESTINATION_TOKEN",
|
|
12
|
+
INVALID_PARAMETER = "INVALID_PARAMETER",
|
|
13
|
+
INVALID_SOURCE_TOKEN = "INVALID_SOURCE_TOKEN",
|
|
14
|
+
INTERNAL_SERVER_ERROR = "INTERNAL_SERVER_ERROR",
|
|
15
|
+
METHOD_NOT_ALLOWED = "METHOD_NOT_ALLOWED",
|
|
16
|
+
MISSING_API_KEY = "MISSING_API_KEY",
|
|
17
|
+
MISSING_REQUIRED_FIELD = "MISSING_REQUIRED_FIELD",
|
|
18
|
+
NO_AVAILABLE_ROUTE = "NO_AVAILABLE_ROUTE",
|
|
19
|
+
UNSUPPORTED_NETWORK = "UNSUPPORTED_NETWORK",
|
|
20
|
+
UNSUPPORTED_NETWORK_PAIR = "UNSUPPORTED_NETWORK_PAIR",
|
|
21
|
+
UNSUPPORTED_NETWORK_TOKEN_PAIR = "UNSUPPORTED_NETWORK_TOKEN_PAIR",
|
|
22
|
+
UNSUPPORTED_SWAP_DIRECTION = "UNSUPPORTED_SWAP_DIRECTION",
|
|
23
|
+
WALLET_SCREENED = "WALLET_SCREENED"
|
|
24
|
+
}
|
|
25
|
+
export interface DecentApiErrorDetails {
|
|
26
|
+
field?: string;
|
|
27
|
+
address?: string;
|
|
28
|
+
reason?: string;
|
|
29
|
+
}
|
|
30
|
+
export interface DecentApiErrorResponse {
|
|
31
|
+
error: {
|
|
32
|
+
code: DecentErrorCode;
|
|
33
|
+
name: string;
|
|
34
|
+
message: string;
|
|
35
|
+
title: string;
|
|
36
|
+
statusCode: number;
|
|
37
|
+
timestamp: string;
|
|
38
|
+
details?: DecentApiErrorDetails;
|
|
39
|
+
};
|
|
40
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DecentErrorCode = void 0;
|
|
4
|
+
var DecentErrorCode;
|
|
5
|
+
(function (DecentErrorCode) {
|
|
6
|
+
DecentErrorCode["AMOUNT_TOO_HIGH"] = "AMOUNT_TOO_HIGH";
|
|
7
|
+
DecentErrorCode["AMOUNT_TOO_LOW"] = "AMOUNT_TOO_LOW";
|
|
8
|
+
DecentErrorCode["CROSS_VM_RECEIVER_REQUIRED"] = "CROSS_VM_RECEIVER_REQUIRED";
|
|
9
|
+
DecentErrorCode["EXCESSIVE_FEE"] = "EXCESSIVE_FEE";
|
|
10
|
+
DecentErrorCode["GEO_BLOCKED"] = "GEO_BLOCKED";
|
|
11
|
+
DecentErrorCode["INSUFFICIENT_LIQUIDITY"] = "INSUFFICIENT_LIQUIDITY";
|
|
12
|
+
DecentErrorCode["INVALID_ADDRESS_FORMAT"] = "INVALID_ADDRESS_FORMAT";
|
|
13
|
+
DecentErrorCode["INVALID_AMOUNT_ZERO"] = "INVALID_AMOUNT_ZERO";
|
|
14
|
+
DecentErrorCode["INVALID_API_KEY"] = "INVALID_API_KEY";
|
|
15
|
+
DecentErrorCode["INVALID_DESTINATION_TOKEN"] = "INVALID_DESTINATION_TOKEN";
|
|
16
|
+
DecentErrorCode["INVALID_PARAMETER"] = "INVALID_PARAMETER";
|
|
17
|
+
DecentErrorCode["INVALID_SOURCE_TOKEN"] = "INVALID_SOURCE_TOKEN";
|
|
18
|
+
DecentErrorCode["INTERNAL_SERVER_ERROR"] = "INTERNAL_SERVER_ERROR";
|
|
19
|
+
DecentErrorCode["METHOD_NOT_ALLOWED"] = "METHOD_NOT_ALLOWED";
|
|
20
|
+
DecentErrorCode["MISSING_API_KEY"] = "MISSING_API_KEY";
|
|
21
|
+
DecentErrorCode["MISSING_REQUIRED_FIELD"] = "MISSING_REQUIRED_FIELD";
|
|
22
|
+
DecentErrorCode["NO_AVAILABLE_ROUTE"] = "NO_AVAILABLE_ROUTE";
|
|
23
|
+
DecentErrorCode["UNSUPPORTED_NETWORK"] = "UNSUPPORTED_NETWORK";
|
|
24
|
+
DecentErrorCode["UNSUPPORTED_NETWORK_PAIR"] = "UNSUPPORTED_NETWORK_PAIR";
|
|
25
|
+
DecentErrorCode["UNSUPPORTED_NETWORK_TOKEN_PAIR"] = "UNSUPPORTED_NETWORK_TOKEN_PAIR";
|
|
26
|
+
DecentErrorCode["UNSUPPORTED_SWAP_DIRECTION"] = "UNSUPPORTED_SWAP_DIRECTION";
|
|
27
|
+
DecentErrorCode["WALLET_SCREENED"] = "WALLET_SCREENED";
|
|
28
|
+
})(DecentErrorCode || (exports.DecentErrorCode = DecentErrorCode = {}));
|
|
29
|
+
//# sourceMappingURL=DecentApiError.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DecentApiError.js","sourceRoot":"","sources":["../../../../../../src/domain/model/decent-swap/entities/DecentApiError.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAuBX;AAvBD,WAAY,eAAe;IACzB,sDAAmC,CAAA;IACnC,oDAAiC,CAAA;IACjC,4EAAyD,CAAA;IACzD,kDAA+B,CAAA;IAC/B,8CAA2B,CAAA;IAC3B,oEAAiD,CAAA;IACjD,oEAAiD,CAAA;IACjD,8DAA2C,CAAA;IAC3C,sDAAmC,CAAA;IACnC,0EAAuD,CAAA;IACvD,0DAAuC,CAAA;IACvC,gEAA6C,CAAA;IAC7C,kEAA+C,CAAA;IAC/C,4DAAyC,CAAA;IACzC,sDAAmC,CAAA;IACnC,oEAAiD,CAAA;IACjD,4DAAyC,CAAA;IACzC,8DAA2C,CAAA;IAC3C,wEAAqD,CAAA;IACrD,oFAAiE,CAAA;IACjE,4EAAyD,CAAA;IACzD,sDAAmC,CAAA;AACrC,CAAC,EAvBW,eAAe,+BAAf,eAAe,QAuB1B"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare enum DecentBridgeProvider {
|
|
2
|
+
RELAY = "relay",
|
|
3
|
+
MAYAN = "mayan",
|
|
4
|
+
ALT_VM_1 = "alt-vm-1",
|
|
5
|
+
ALT_VM_2 = "alt-vm-2",
|
|
6
|
+
OPTIMISM = "optimism",
|
|
7
|
+
OFT = "oft",
|
|
8
|
+
YIELD_OFT = "yield-oft",
|
|
9
|
+
ARBITRUM = "arbitrum",
|
|
10
|
+
ACROSS = "across",
|
|
11
|
+
HYPERLANE = "hyperlane",
|
|
12
|
+
GHOST = "ghost"
|
|
13
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DecentBridgeProvider = void 0;
|
|
4
|
+
var DecentBridgeProvider;
|
|
5
|
+
(function (DecentBridgeProvider) {
|
|
6
|
+
DecentBridgeProvider["RELAY"] = "relay";
|
|
7
|
+
DecentBridgeProvider["MAYAN"] = "mayan";
|
|
8
|
+
DecentBridgeProvider["ALT_VM_1"] = "alt-vm-1";
|
|
9
|
+
DecentBridgeProvider["ALT_VM_2"] = "alt-vm-2";
|
|
10
|
+
DecentBridgeProvider["OPTIMISM"] = "optimism";
|
|
11
|
+
DecentBridgeProvider["OFT"] = "oft";
|
|
12
|
+
DecentBridgeProvider["YIELD_OFT"] = "yield-oft";
|
|
13
|
+
DecentBridgeProvider["ARBITRUM"] = "arbitrum";
|
|
14
|
+
DecentBridgeProvider["ACROSS"] = "across";
|
|
15
|
+
DecentBridgeProvider["HYPERLANE"] = "hyperlane";
|
|
16
|
+
DecentBridgeProvider["GHOST"] = "ghost";
|
|
17
|
+
})(DecentBridgeProvider || (exports.DecentBridgeProvider = DecentBridgeProvider = {}));
|
|
18
|
+
//# sourceMappingURL=DecentBridgeProvider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DecentBridgeProvider.js","sourceRoot":"","sources":["../../../../../../src/domain/model/decent-swap/entities/DecentBridgeProvider.ts"],"names":[],"mappings":";;;AAAA,IAAY,oBAYX;AAZD,WAAY,oBAAoB;IAC9B,uCAAe,CAAA;IACf,uCAAe,CAAA;IACf,6CAAqB,CAAA;IACrB,6CAAqB,CAAA;IACrB,6CAAqB,CAAA;IACrB,mCAAW,CAAA;IACX,+CAAuB,CAAA;IACvB,6CAAqB,CAAA;IACrB,yCAAiB,CAAA;IACjB,+CAAuB,CAAA;IACvB,uCAAe,CAAA;AACjB,CAAC,EAZW,oBAAoB,oCAApB,oBAAoB,QAY/B"}
|
|
@@ -21,5 +21,6 @@ var DecentChainId;
|
|
|
21
21
|
DecentChainId[DecentChainId["HYPERLIQUID_MAINNET"] = 999] = "HYPERLIQUID_MAINNET";
|
|
22
22
|
DecentChainId[DecentChainId["PLASMA_MAINNET"] = 9745] = "PLASMA_MAINNET";
|
|
23
23
|
DecentChainId[DecentChainId["TRON_MAINNET"] = 728126428] = "TRON_MAINNET";
|
|
24
|
+
DecentChainId[DecentChainId["MEGAETH_MAINNET"] = 6342] = "MEGAETH_MAINNET";
|
|
24
25
|
})(DecentChainId || (exports.DecentChainId = DecentChainId = {}));
|
|
25
26
|
//# sourceMappingURL=DecentChainId.js.map
|