@heliofi/common 0.1.316 → 0.1.317
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/discordUsername.d.ts +2 -0
- package/dist/src/domain/constants/discordUsername.js +10 -0
- package/dist/src/domain/constants/discordUsername.js.map +1 -0
- package/dist/src/domain/constants/index.d.ts +1 -0
- package/dist/src/domain/constants/index.js +1 -0
- package/dist/src/domain/constants/index.js.map +1 -1
- package/dist/src/domain/constants/org.d.ts +5 -0
- package/dist/src/domain/constants/org.js +20 -0
- package/dist/src/domain/constants/org.js.map +1 -0
- package/dist/src/domain/constants/supportedPlatform.d.ts +5 -0
- package/dist/src/domain/constants/supportedPlatform.js +20 -0
- package/dist/src/domain/constants/supportedPlatform.js.map +1 -0
- package/dist/src/domain/constants/tradingViewDetails.d.ts +1 -0
- package/dist/src/domain/constants/tradingViewDetails.js +5 -0
- package/dist/src/domain/constants/tradingViewDetails.js.map +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.d.ts +3 -0
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js +22 -0
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js.map +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.js +18 -0
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.js.map +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.d.ts +4 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.js +8 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.js.map +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/index.d.ts +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/index.js +18 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/index.js.map +1 -0
- package/dist/src/domain/model/{escrow-transaction-meta → accessCodeAuthProperties}/index.d.ts +1 -0
- package/dist/src/domain/model/{prepare-in-app-transaction → accessCodeAuthProperties}/index.js +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/index.js.map +1 -0
- package/dist/src/domain/model/allowlist/dtos/UploadAllowlistCSV.dto.d.ts +7 -0
- package/dist/src/domain/model/allowlist/dtos/UploadAllowlistCSV.dto.js +28 -0
- package/dist/src/domain/model/allowlist/dtos/UploadAllowlistCSV.dto.js.map +1 -0
- package/dist/src/domain/model/allowlist/dtos/uploadAllowlistCSV.dto.js +1 -1
- package/dist/src/domain/model/allowlist/dtos/uploadAllowlistCSV.dto.js.map +1 -1
- package/dist/src/domain/model/attachment/entities/BaseAttachment.d.ts +7 -0
- package/dist/src/domain/model/attachment/entities/BaseAttachment.js +8 -0
- package/dist/src/domain/model/attachment/entities/BaseAttachment.js.map +1 -0
- package/dist/src/domain/model/auth/dtos/PlatformSignOn.dto.d.ts +4 -0
- package/dist/src/domain/model/auth/dtos/PlatformSignOn.dto.js +23 -0
- package/dist/src/domain/model/auth/dtos/PlatformSignOn.dto.js.map +1 -0
- package/dist/src/domain/model/auth/dtos/orgSignOn.dto.d.ts +3 -0
- package/dist/src/domain/model/auth/dtos/orgSignOn.dto.js +22 -0
- package/dist/src/domain/model/auth/dtos/orgSignOn.dto.js.map +1 -0
- package/dist/src/domain/model/auth/dtos/platformSignOn.dto.d.ts +4 -0
- package/dist/src/domain/model/auth/dtos/platformSignOn.dto.js +23 -0
- package/dist/src/domain/model/auth/dtos/platformSignOn.dto.js.map +1 -0
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.d.ts +6 -0
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.js +7 -0
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.js.map +1 -0
- package/dist/src/domain/model/blockchain/entities/Blockchain.d.ts +6 -0
- package/dist/src/domain/model/blockchain/entities/Blockchain.js +8 -0
- package/dist/src/domain/model/blockchain/entities/Blockchain.js.map +1 -0
- package/dist/src/domain/model/company/entities/BaseCompany.d.ts +13 -0
- package/dist/src/domain/model/company/entities/BaseCompany.js +8 -0
- package/dist/src/domain/model/company/entities/BaseCompany.js.map +1 -0
- package/dist/src/domain/model/company/entities/Company.d.ts +7 -0
- package/dist/src/domain/model/company/entities/Company.js +8 -0
- package/dist/src/domain/model/company/entities/Company.js.map +1 -0
- package/dist/src/domain/model/currency/entities/BaseCurrency.d.ts +14 -0
- package/dist/src/domain/model/currency/entities/BaseCurrency.js +8 -0
- package/dist/src/domain/model/currency/entities/BaseCurrency.js.map +1 -0
- package/dist/src/domain/model/currency/entities/Currency.d.ts +5 -0
- package/dist/src/domain/model/currency/entities/Currency.js +8 -0
- package/dist/src/domain/model/currency/entities/Currency.js.map +1 -0
- package/dist/src/domain/model/fixed-currency/entities/TokenRatePayload.d.ts +6 -6
- package/dist/src/domain/model/fixed-currency/entities/TokenRatePayload.js +6 -5
- package/dist/src/domain/model/funding/entities/Funding.d.ts +6 -0
- package/dist/src/domain/model/funding/entities/Funding.js +22 -0
- package/dist/src/domain/model/funding/entities/Funding.js.map +1 -0
- package/dist/src/domain/model/index.d.ts +1 -0
- package/dist/src/domain/model/index.js +1 -0
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/link-features/entities/LinkFeatures.d.ts +5 -5
- package/dist/src/domain/model/link-features/entities/LinkFeatures.js +6 -5
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.d.ts +8 -0
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.js +8 -0
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.js.map +1 -0
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.d.ts +13 -0
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js +8 -0
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js.map +1 -0
- package/dist/src/domain/model/nft-drop/constants/NftDropState.d.ts +9 -0
- package/dist/src/domain/model/nft-drop/constants/NftDropState.js +14 -0
- package/dist/src/domain/model/nft-drop/dtos/NftDrop.dto.d.ts +3 -0
- package/dist/src/domain/model/nft-drop/dtos/NftDrop.dto.js +24 -0
- package/dist/src/domain/model/nft-drop/dtos/NftDrop.dto.js.map +1 -0
- package/dist/src/domain/model/nft-escrow/dtos/NftEscrowCancel.dto.d.ts +5 -0
- package/dist/src/domain/model/{auth/dtos/SignOnSocialNetwork.dto.js → nft-escrow/dtos/NftEscrowCancel.dto.js} +9 -10
- package/dist/src/domain/model/nft-escrow/dtos/NftEscrowCancel.dto.js.map +1 -0
- package/dist/src/domain/model/nft-escrow/dtos/NftEscrowCreate.dto.d.ts +7 -0
- package/dist/src/domain/model/{prepare-in-app-transaction/dtos/prepareInAppSendTransactionDto.js → nft-escrow/dtos/NftEscrowCreate.dto.js} +20 -10
- package/dist/src/domain/model/nft-escrow/dtos/NftEscrowCreate.dto.js.map +1 -0
- package/dist/src/domain/model/nft-escrow/dtos/NftEscrowSubmit.dto.d.ts +6 -0
- package/dist/src/domain/model/{submit-helio-wallet-transaction/dtos/submitHelioWalletSendTransactionDto.dto.js → nft-escrow/dtos/NftEscrowSubmit.dto.js} +8 -8
- package/dist/src/domain/model/nft-escrow/dtos/NftEscrowSubmit.dto.js.map +1 -0
- package/dist/src/domain/model/paylink/dtos/uploadAllowlistCSV.dto.d.ts +5 -0
- package/dist/src/domain/model/paylink/dtos/uploadAllowlistCSV.dto.js +22 -0
- package/dist/src/domain/model/paylink/dtos/uploadAllowlistCSV.dto.js.map +1 -0
- package/dist/src/domain/model/paylink/dtos/uploadWhitelistCSV.dto.d.ts +5 -0
- package/dist/src/domain/model/paylink/dtos/uploadWhitelistCSV.dto.js +22 -0
- package/dist/src/domain/model/paylink/dtos/uploadWhitelistCSV.dto.js.map +1 -0
- package/dist/src/domain/model/paylink/entities/AllowlistWallet.d.ts +4 -0
- package/dist/src/domain/model/paylink/entities/AllowlistWallet.js +7 -0
- package/dist/src/domain/model/paylink/entities/AllowlistWallet.js.map +1 -0
- package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.d.ts +7 -7
- package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.js +10 -10
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.d.ts +1 -0
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.js.map +1 -1
- package/dist/src/domain/model/payment-request/dtos/createPaymentRequest.dto.d.ts +2 -0
- package/dist/src/domain/model/payment-request/dtos/createPaymentRequest.dto.js +7 -0
- package/dist/src/domain/model/payment-request/dtos/createPaymentRequest.dto.js.map +1 -1
- package/dist/src/domain/model/payment-request/dtos/updatePaymentRequest.dto.d.ts +2 -0
- package/dist/src/domain/model/payment-request/dtos/updatePaymentRequest.dto.js +7 -0
- package/dist/src/domain/model/payment-request/dtos/updatePaymentRequest.dto.js.map +1 -1
- package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.d.ts +1 -0
- package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js +5 -0
- package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js.map +1 -1
- package/dist/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.d.ts +1 -0
- package/dist/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.js.map +1 -1
- package/dist/src/domain/model/paystream/entities/IntervalType.d.ts +7 -7
- package/dist/src/domain/model/paystream/entities/IntervalType.js +11 -11
- package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTxDto.d.ts +7 -7
- package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTxDto.js +39 -91
- package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTxDto.d.ts +3 -3
- package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTxDto.js +26 -56
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.d.ts +16 -0
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js +7 -0
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/entities/PaystreamTx.d.ts +12 -12
- package/dist/src/domain/model/paystream-tx/entities/PaystreamTx.js +30 -65
- package/dist/src/domain/model/platform/entities/Platform.d.ts +3 -0
- package/dist/src/domain/model/platform/entities/Platform.js +7 -0
- package/dist/src/domain/model/platform/entities/Platform.js.map +1 -0
- package/dist/src/domain/model/platform/entities/index.d.ts +0 -0
- package/dist/src/domain/model/platform/entities/index.js +1 -0
- package/dist/src/domain/model/platform/entities/index.js.map +1 -0
- package/dist/src/domain/model/platform/index.d.ts +0 -0
- package/dist/src/domain/model/platform/index.js +1 -0
- package/dist/src/domain/model/platform/index.js.map +1 -0
- package/dist/src/domain/model/platform-details/dtos/PlatformDetails.dto.d.ts +8 -0
- package/dist/src/domain/model/platform-details/dtos/PlatformDetails.dto.js +43 -0
- package/dist/src/domain/model/platform-details/dtos/PlatformDetails.dto.js.map +1 -0
- package/dist/src/domain/model/platform-details/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/platform-details/dtos/index.js +18 -0
- package/dist/src/domain/model/platform-details/dtos/index.js.map +1 -0
- package/dist/src/domain/model/platform-details/dtos/platformDetails.dto.d.ts +8 -0
- package/dist/src/domain/model/platform-details/dtos/platformDetails.dto.js +43 -0
- package/dist/src/domain/model/platform-details/dtos/platformDetails.dto.js.map +1 -0
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.d.ts +5 -0
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js +8 -0
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js.map +1 -0
- package/dist/src/domain/model/prepare-refund/entities/index.d.ts +0 -0
- package/dist/src/domain/model/prepare-refund/entities/index.js +1 -0
- package/dist/src/domain/model/prepare-refund/entities/index.js.map +1 -0
- package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.d.ts +4 -0
- package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.js +8 -0
- package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.js.map +1 -0
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.d.ts +4 -4
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.js +6 -5
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.d.ts +5 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js +7 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.d.ts +5 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js +8 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js.map +1 -0
- package/dist/src/domain/model/refund/dtos/createRefund.dto.d.ts +2 -2
- package/dist/src/domain/model/refund/dtos/createRefund.dto.js +2 -2
- package/dist/src/domain/model/refund/dtos/createRefund.dto.js.map +1 -1
- package/dist/src/domain/model/refund/dtos/refund.dto.d.ts +7 -0
- package/dist/src/domain/model/{prepare-in-app-transaction/dtos/prepareInAppWithdrawTransaction.dto.js → refund/dtos/refund.dto.js} +15 -9
- package/dist/src/domain/model/refund/dtos/refund.dto.js.map +1 -0
- package/dist/src/domain/model/report/entities/ReportItem.d.ts +37 -0
- package/dist/src/domain/model/report/entities/ReportItem.js +7 -0
- package/dist/src/domain/model/report/entities/ReportItem.js.map +1 -0
- package/dist/src/domain/model/submit-transaction/dtos/{BaseSubmitTransaction.dto.js → baseSubmitTransaction.dto.js} +1 -1
- package/dist/src/domain/model/submit-transaction/dtos/{BaseSubmitTransaction.dto.js.map → baseSubmitTransaction.dto.js.map} +1 -1
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.d.ts +4 -0
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js +8 -0
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js.map +1 -0
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.d.ts +4 -0
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js +8 -0
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js.map +1 -0
- package/dist/src/domain/model/trading-view-details/dtos/CreateTradingViewDetails.dto.d.ts +5 -0
- package/dist/src/domain/model/trading-view-details/dtos/CreateTradingViewDetails.dto.js +32 -0
- package/dist/src/domain/model/trading-view-details/dtos/CreateTradingViewDetails.dto.js.map +1 -0
- package/dist/src/domain/model/trading-view-details/dtos/UpdateTradingViewDetails.dto.d.ts +5 -0
- package/dist/src/domain/model/trading-view-details/dtos/UpdateTradingViewDetails.dto.js +32 -0
- package/dist/src/domain/model/trading-view-details/dtos/UpdateTradingViewDetails.dto.js.map +1 -0
- package/dist/src/domain/model/trading-view-details/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/trading-view-details/dtos/index.js +19 -0
- package/dist/src/domain/model/trading-view-details/dtos/index.js.map +1 -0
- package/dist/src/domain/model/trading-view-details/entities/TradingViewDetails.entity.d.ts +7 -0
- package/dist/src/domain/model/trading-view-details/entities/TradingViewDetails.entity.js +8 -0
- package/dist/src/domain/model/trading-view-details/entities/TradingViewDetails.entity.js.map +1 -0
- package/dist/src/domain/model/trading-view-details/entities/index.d.ts +1 -0
- package/dist/src/domain/model/trading-view-details/entities/index.js +18 -0
- package/dist/src/domain/model/trading-view-details/entities/index.js.map +1 -0
- package/dist/src/domain/model/{escrow-cancel-transaction-meta → trading-view-details}/index.d.ts +1 -0
- package/dist/src/domain/model/trading-view-details/index.js +19 -0
- package/dist/src/domain/model/trading-view-details/index.js.map +1 -0
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.d.ts +16 -0
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js +26 -0
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js.map +1 -0
- package/dist/src/domain/model/user/dtos/updateUserKyc.dto.d.ts +3 -0
- package/dist/src/domain/model/user/dtos/updateUserKyc.dto.js +22 -0
- package/dist/src/domain/model/user/dtos/updateUserKyc.dto.js.map +1 -0
- package/dist/src/domain/model/user/entities/BaseUser.d.ts +9 -0
- package/dist/src/domain/model/user/entities/BaseUser.js +8 -0
- package/dist/src/domain/model/user/entities/BaseUser.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/BaseWallet.d.ts +5 -0
- package/dist/src/domain/model/wallet/entities/BaseWallet.js +8 -0
- package/dist/src/domain/model/wallet/entities/BaseWallet.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/Wallet.d.ts +7 -0
- package/dist/src/domain/model/wallet/entities/Wallet.js +8 -0
- package/dist/src/domain/model/wallet/entities/Wallet.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/WalletDetails.d.ts +4 -0
- package/dist/src/domain/model/wallet/entities/WalletDetails.js +8 -0
- package/dist/src/domain/model/wallet/entities/WalletDetails.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/auth/dtos/SignOnSocialNetwork.dto.d.ts +0 -6
- package/dist/src/domain/model/auth/dtos/SignOnSocialNetwork.dto.js.map +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/index.js +0 -34
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/index.js.map +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/nftDrop.dto.d.ts +0 -4
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/nftDrop.dto.js +0 -54
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/nftDrop.dto.js.map +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/EscrowCancelTransactionMeta.entity.d.ts +0 -5
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/EscrowCancelTransactionMeta.entity.js +0 -7
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/EscrowCancelTransactionMeta.entity.js.map +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/index.d.ts +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/index.js +0 -34
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/index.js.map +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/index.js +0 -34
- package/dist/src/domain/model/escrow-cancel-transaction-meta/index.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/dtos/index.js +0 -34
- package/dist/src/domain/model/escrow-transaction-meta/dtos/index.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/dtos/nftDrop.dto.d.ts +0 -4
- package/dist/src/domain/model/escrow-transaction-meta/dtos/nftDrop.dto.js +0 -54
- package/dist/src/domain/model/escrow-transaction-meta/dtos/nftDrop.dto.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.d.ts +0 -6
- package/dist/src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.js +0 -7
- package/dist/src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/entities/index.d.ts +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/entities/index.js +0 -34
- package/dist/src/domain/model/escrow-transaction-meta/entities/index.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/index.js +0 -34
- package/dist/src/domain/model/escrow-transaction-meta/index.js.map +0 -1
- package/dist/src/domain/model/nft-drop/constants/nftDropState.d.ts +0 -9
- package/dist/src/domain/model/nft-drop/constants/nftDropState.js +0 -14
- package/dist/src/domain/model/nft-drop/dtos/updateNftDrop.dto.d.ts +0 -8
- package/dist/src/domain/model/nft-drop/dtos/updateNftDrop.dto.js +0 -81
- package/dist/src/domain/model/nft-drop/dtos/updateNftDrop.dto.js.map +0 -1
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.d.ts +0 -5
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.js +0 -7
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.js.map +0 -1
- package/dist/src/domain/model/prepare-in-app-transaction/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/prepare-in-app-transaction/dtos/index.js +0 -6
- package/dist/src/domain/model/prepare-in-app-transaction/dtos/index.js.map +0 -1
- package/dist/src/domain/model/prepare-in-app-transaction/dtos/prepareInAppSendTransactionDto.d.ts +0 -5
- package/dist/src/domain/model/prepare-in-app-transaction/dtos/prepareInAppSendTransactionDto.js.map +0 -1
- package/dist/src/domain/model/prepare-in-app-transaction/dtos/prepareInAppWithdrawTransaction.dto.d.ts +0 -5
- package/dist/src/domain/model/prepare-in-app-transaction/dtos/prepareInAppWithdrawTransaction.dto.js.map +0 -1
- package/dist/src/domain/model/prepare-in-app-transaction/index.d.ts +0 -1
- package/dist/src/domain/model/prepare-in-app-transaction/index.js.map +0 -1
- package/dist/src/domain/model/submit-helio-wallet-transaction/dtos/submitHelioWalletSendTransactionDto.dto.d.ts +0 -6
- package/dist/src/domain/model/submit-helio-wallet-transaction/dtos/submitHelioWalletSendTransactionDto.dto.js.map +0 -1
- /package/dist/src/domain/model/nft-drop/constants/{nftDropState.js.map → NftDropState.js.map} +0 -0
- /package/dist/src/domain/model/submit-transaction/dtos/{BaseSubmitTransaction.dto.d.ts → baseSubmitTransaction.dto.d.ts} +0 -0
|
@@ -98,5 +98,10 @@ __decorate([
|
|
|
98
98
|
(0, class_validator_1.IsOptional)(),
|
|
99
99
|
__metadata("design:type", Boolean)
|
|
100
100
|
], PaymentRequestFeaturesDto.prototype, "nftDropEnabled", void 0);
|
|
101
|
+
__decorate([
|
|
102
|
+
(0, class_validator_1.IsBoolean)(),
|
|
103
|
+
(0, class_validator_1.IsOptional)(),
|
|
104
|
+
__metadata("design:type", Boolean)
|
|
105
|
+
], PaymentRequestFeaturesDto.prototype, "requireTradingViewUsername", void 0);
|
|
101
106
|
exports.PaymentRequestFeaturesDto = PaymentRequestFeaturesDto;
|
|
102
107
|
//# sourceMappingURL=paymentRequestFeatures.dto.js.map
|
package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"paymentRequestFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AAExD,MAAa,yBAAyB;
|
|
1
|
+
{"version":3,"file":"paymentRequestFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AAExD,MAAa,yBAAyB;CAwErC;AAvEC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACU;AAEvB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;kEACa;AAE1B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iEACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qEACgB;AAE7B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wEACmB;AAEhC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iEACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qEACgB;AAE7B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oEACe;AAE5B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uEACkB;AAE/B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;gEACW;AAExB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8DACS;AAEtB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sEACiB;AAE9B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iEACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6EACwB;AAvEvC,8DAwEC"}
|
package/dist/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentRequestFeatures.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request-features/entities/PaymentRequestFeatures.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,sBAAuB,SAAQ,eAAM;
|
|
1
|
+
{"version":3,"file":"PaymentRequestFeatures.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request-features/entities/PaymentRequestFeatures.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,sBAAuB,SAAQ,eAAM;CAwCjD;AAxCD,wDAwCC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export declare enum IntervalType {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
SECOND = "SECOND",
|
|
3
|
+
MINUTE = "MINUTE",
|
|
4
|
+
HOUR = "HOUR",
|
|
5
|
+
DAY = "DAY",
|
|
6
|
+
WEEK = "WEEK",
|
|
7
|
+
MONTH = "MONTH",
|
|
8
|
+
YEAR = "YEAR"
|
|
9
9
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports,
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IntervalType = void 0;
|
|
4
4
|
var IntervalType;
|
|
5
5
|
(function (IntervalType) {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
})(
|
|
14
|
-
//# sourceMappingURL=IntervalType.js.map
|
|
6
|
+
IntervalType["SECOND"] = "SECOND";
|
|
7
|
+
IntervalType["MINUTE"] = "MINUTE";
|
|
8
|
+
IntervalType["HOUR"] = "HOUR";
|
|
9
|
+
IntervalType["DAY"] = "DAY";
|
|
10
|
+
IntervalType["WEEK"] = "WEEK";
|
|
11
|
+
IntervalType["MONTH"] = "MONTH";
|
|
12
|
+
IntervalType["YEAR"] = "YEAR";
|
|
13
|
+
})(IntervalType = exports.IntervalType || (exports.IntervalType = {}));
|
|
14
|
+
//# sourceMappingURL=IntervalType.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { CreateStreamEventDto } from '../../stream-event';
|
|
2
2
|
import { CreateTransactionMetaDto } from '../../transaction-meta';
|
|
3
3
|
export declare class CreatePaystreamTxDto {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
meta: CreateTransactionMetaDto;
|
|
5
|
+
paystream: string;
|
|
6
|
+
paymentAccount: string;
|
|
7
|
+
startedAt: CreateStreamEventDto;
|
|
8
|
+
endedAt?: string;
|
|
9
|
+
interval: number;
|
|
10
|
+
isHelioX?: boolean;
|
|
11
11
|
}
|
|
@@ -1,109 +1,57 @@
|
|
|
1
|
-
|
|
2
|
-
var __decorate =
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var
|
|
6
|
-
r =
|
|
7
|
-
c < 3
|
|
8
|
-
? target
|
|
9
|
-
: desc === null
|
|
10
|
-
? (desc = Object.getOwnPropertyDescriptor(target, key))
|
|
11
|
-
: desc,
|
|
12
|
-
d;
|
|
13
|
-
if (typeof Reflect === 'object' && typeof Reflect.decorate === 'function')
|
|
14
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
15
|
-
else
|
|
16
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
17
|
-
if ((d = decorators[i]))
|
|
18
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
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;
|
|
19
6
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
20
|
-
|
|
21
|
-
var __metadata =
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
return Reflect.metadata(k, v);
|
|
26
|
-
};
|
|
27
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
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 });
|
|
28
12
|
exports.CreatePaystreamTxDto = void 0;
|
|
29
|
-
const class_transformer_1 = require(
|
|
30
|
-
const class_validator_1 = require(
|
|
31
|
-
const stream_event_1 = require(
|
|
32
|
-
const transaction_meta_1 = require(
|
|
33
|
-
class CreatePaystreamTxDto {
|
|
34
|
-
|
|
35
|
-
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
const stream_event_1 = require("../../stream-event");
|
|
16
|
+
const transaction_meta_1 = require("../../transaction-meta");
|
|
17
|
+
class CreatePaystreamTxDto {
|
|
18
|
+
}
|
|
19
|
+
__decorate([
|
|
36
20
|
(0, class_validator_1.IsNotEmpty)(),
|
|
37
|
-
(0, class_transformer_1.Type)(
|
|
38
|
-
() => transaction_meta_1.CreateTransactionMetaDto,
|
|
39
|
-
),
|
|
21
|
+
(0, class_transformer_1.Type)(() => transaction_meta_1.CreateTransactionMetaDto),
|
|
40
22
|
(0, class_validator_1.ValidateNested)(),
|
|
41
|
-
__metadata(
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
'meta',
|
|
45
|
-
void 0,
|
|
46
|
-
);
|
|
47
|
-
__decorate(
|
|
48
|
-
[
|
|
23
|
+
__metadata("design:type", transaction_meta_1.CreateTransactionMetaDto)
|
|
24
|
+
], CreatePaystreamTxDto.prototype, "meta", void 0);
|
|
25
|
+
__decorate([
|
|
49
26
|
(0, class_validator_1.IsString)(),
|
|
50
27
|
(0, class_validator_1.IsNotEmpty)(),
|
|
51
|
-
__metadata(
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
'paystream',
|
|
55
|
-
void 0,
|
|
56
|
-
);
|
|
57
|
-
__decorate(
|
|
58
|
-
[
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], CreatePaystreamTxDto.prototype, "paystream", void 0);
|
|
30
|
+
__decorate([
|
|
59
31
|
(0, class_validator_1.IsString)(),
|
|
60
32
|
(0, class_validator_1.IsNotEmpty)(),
|
|
61
|
-
__metadata(
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
'paymentAccount',
|
|
65
|
-
void 0,
|
|
66
|
-
);
|
|
67
|
-
__decorate(
|
|
68
|
-
[
|
|
33
|
+
__metadata("design:type", String)
|
|
34
|
+
], CreatePaystreamTxDto.prototype, "paymentAccount", void 0);
|
|
35
|
+
__decorate([
|
|
69
36
|
(0, class_validator_1.IsNotEmpty)(),
|
|
70
37
|
(0, class_transformer_1.Type)(() => stream_event_1.CreateStreamEventDto),
|
|
71
38
|
(0, class_validator_1.ValidateNested)(),
|
|
72
|
-
__metadata(
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
'startedAt',
|
|
76
|
-
void 0,
|
|
77
|
-
);
|
|
78
|
-
__decorate(
|
|
79
|
-
[
|
|
39
|
+
__metadata("design:type", stream_event_1.CreateStreamEventDto)
|
|
40
|
+
], CreatePaystreamTxDto.prototype, "startedAt", void 0);
|
|
41
|
+
__decorate([
|
|
80
42
|
(0, class_validator_1.IsOptional)(),
|
|
81
43
|
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
82
|
-
__metadata(
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
'endedAt',
|
|
86
|
-
void 0,
|
|
87
|
-
);
|
|
88
|
-
__decorate(
|
|
89
|
-
[
|
|
44
|
+
__metadata("design:type", String)
|
|
45
|
+
], CreatePaystreamTxDto.prototype, "endedAt", void 0);
|
|
46
|
+
__decorate([
|
|
90
47
|
(0, class_validator_1.IsNumber)(),
|
|
91
48
|
(0, class_validator_1.IsNotEmpty)(),
|
|
92
|
-
__metadata(
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
'interval',
|
|
96
|
-
void 0,
|
|
97
|
-
);
|
|
98
|
-
__decorate(
|
|
99
|
-
[
|
|
49
|
+
__metadata("design:type", Number)
|
|
50
|
+
], CreatePaystreamTxDto.prototype, "interval", void 0);
|
|
51
|
+
__decorate([
|
|
100
52
|
(0, class_validator_1.IsBoolean)(),
|
|
101
53
|
(0, class_validator_1.IsOptional)(),
|
|
102
|
-
__metadata(
|
|
103
|
-
|
|
104
|
-
CreatePaystreamTxDto.prototype,
|
|
105
|
-
'isHelioX',
|
|
106
|
-
void 0,
|
|
107
|
-
);
|
|
54
|
+
__metadata("design:type", Boolean)
|
|
55
|
+
], CreatePaystreamTxDto.prototype, "isHelioX", void 0);
|
|
108
56
|
exports.CreatePaystreamTxDto = CreatePaystreamTxDto;
|
|
109
|
-
//# sourceMappingURL=createPaystreamTxDto.js.map
|
|
57
|
+
//# sourceMappingURL=createPaystreamTxDto.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CreateStreamEventDto } from '../../stream-event';
|
|
2
2
|
export declare class UpdatePaystreamTxDto {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
canceledAt?: CreateStreamEventDto;
|
|
4
|
+
endedAt?: string;
|
|
5
|
+
withdrawals?: string[];
|
|
6
6
|
}
|
|
@@ -1,66 +1,36 @@
|
|
|
1
|
-
|
|
2
|
-
var __decorate =
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var
|
|
6
|
-
r =
|
|
7
|
-
c < 3
|
|
8
|
-
? target
|
|
9
|
-
: desc === null
|
|
10
|
-
? (desc = Object.getOwnPropertyDescriptor(target, key))
|
|
11
|
-
: desc,
|
|
12
|
-
d;
|
|
13
|
-
if (typeof Reflect === 'object' && typeof Reflect.decorate === 'function')
|
|
14
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
15
|
-
else
|
|
16
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
17
|
-
if ((d = decorators[i]))
|
|
18
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
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;
|
|
19
6
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
20
|
-
|
|
21
|
-
var __metadata =
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
return Reflect.metadata(k, v);
|
|
26
|
-
};
|
|
27
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
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 });
|
|
28
12
|
exports.UpdatePaystreamTxDto = void 0;
|
|
29
|
-
const class_transformer_1 = require(
|
|
30
|
-
const class_validator_1 = require(
|
|
31
|
-
const stream_event_1 = require(
|
|
32
|
-
const withdrawal_1 = require(
|
|
33
|
-
class UpdatePaystreamTxDto {
|
|
34
|
-
|
|
35
|
-
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
const stream_event_1 = require("../../stream-event");
|
|
16
|
+
const withdrawal_1 = require("../../withdrawal");
|
|
17
|
+
class UpdatePaystreamTxDto {
|
|
18
|
+
}
|
|
19
|
+
__decorate([
|
|
36
20
|
(0, class_validator_1.IsOptional)(),
|
|
37
21
|
(0, class_transformer_1.Type)(() => stream_event_1.CreateStreamEventDto),
|
|
38
22
|
(0, class_validator_1.ValidateNested)(),
|
|
39
|
-
__metadata(
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
'canceledAt',
|
|
43
|
-
void 0,
|
|
44
|
-
);
|
|
45
|
-
__decorate(
|
|
46
|
-
[
|
|
23
|
+
__metadata("design:type", stream_event_1.CreateStreamEventDto)
|
|
24
|
+
], UpdatePaystreamTxDto.prototype, "canceledAt", void 0);
|
|
25
|
+
__decorate([
|
|
47
26
|
(0, class_validator_1.IsOptional)(),
|
|
48
27
|
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
49
|
-
__metadata(
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
'endedAt',
|
|
53
|
-
void 0,
|
|
54
|
-
);
|
|
55
|
-
__decorate(
|
|
56
|
-
[
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], UpdatePaystreamTxDto.prototype, "endedAt", void 0);
|
|
30
|
+
__decorate([
|
|
57
31
|
(0, class_validator_1.IsOptional)(),
|
|
58
32
|
(0, class_transformer_1.Type)(() => withdrawal_1.Withdrawal),
|
|
59
|
-
__metadata(
|
|
60
|
-
|
|
61
|
-
UpdatePaystreamTxDto.prototype,
|
|
62
|
-
'withdrawals',
|
|
63
|
-
void 0,
|
|
64
|
-
);
|
|
33
|
+
__metadata("design:type", Array)
|
|
34
|
+
], UpdatePaystreamTxDto.prototype, "withdrawals", void 0);
|
|
65
35
|
exports.UpdatePaystreamTxDto = UpdatePaystreamTxDto;
|
|
66
|
-
//# sourceMappingURL=updatePaystreamTxDto.js.map
|
|
36
|
+
//# sourceMappingURL=updatePaystreamTxDto.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class CheckoutStatus {
|
|
2
|
+
transactionSignature: string;
|
|
3
|
+
endedAt: number;
|
|
4
|
+
paymentData: {
|
|
5
|
+
document: {
|
|
6
|
+
id: string;
|
|
7
|
+
createdAt: string;
|
|
8
|
+
paymentPK: string;
|
|
9
|
+
maxTime: number;
|
|
10
|
+
};
|
|
11
|
+
content: {
|
|
12
|
+
text?: string;
|
|
13
|
+
videoUrl?: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckoutStatus.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/CheckoutStatus.ts"],"names":[],"mappings":";;;AAAA,MAAa,cAAc;CAiB1B;AAjBD,wCAiBC"}
|
|
@@ -5,16 +5,16 @@ import { TransactionMeta } from '../../transaction-meta';
|
|
|
5
5
|
import { Contact } from '../../contact';
|
|
6
6
|
import { BlockchainSymbol } from '../../blockchain';
|
|
7
7
|
export declare class PaystreamTx extends BasePaystreamTx {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
8
|
+
paystream: Paystream;
|
|
9
|
+
meta: TransactionMeta;
|
|
10
|
+
withdrawals: Withdrawal[];
|
|
11
|
+
contact?: Contact;
|
|
12
|
+
fee: bigint;
|
|
13
|
+
paymentRequestCreatorId: string;
|
|
14
|
+
paymentRequestName: string;
|
|
15
|
+
paymentRequestImageUrl?: string;
|
|
16
|
+
paymentRequestCurrencySymbol: string;
|
|
17
|
+
paymentRequestBlockchain: BlockchainSymbol;
|
|
18
|
+
totalWithdrawn?: bigint;
|
|
19
|
+
canWithdraw?: boolean;
|
|
20
20
|
}
|
|
@@ -1,72 +1,37 @@
|
|
|
1
|
-
|
|
2
|
-
var __decorate =
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var
|
|
6
|
-
r =
|
|
7
|
-
c < 3
|
|
8
|
-
? target
|
|
9
|
-
: desc === null
|
|
10
|
-
? (desc = Object.getOwnPropertyDescriptor(target, key))
|
|
11
|
-
: desc,
|
|
12
|
-
d;
|
|
13
|
-
if (typeof Reflect === 'object' && typeof Reflect.decorate === 'function')
|
|
14
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
15
|
-
else
|
|
16
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
17
|
-
if ((d = decorators[i]))
|
|
18
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
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;
|
|
19
6
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
20
|
-
|
|
21
|
-
var __metadata =
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
return Reflect.metadata(k, v);
|
|
26
|
-
};
|
|
27
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
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 });
|
|
28
12
|
exports.PaystreamTx = void 0;
|
|
29
|
-
const paystream_1 = require(
|
|
30
|
-
const BasePaystreamTx_1 = require(
|
|
31
|
-
const withdrawal_1 = require(
|
|
32
|
-
const class_transformer_1 = require(
|
|
33
|
-
const transaction_meta_1 = require(
|
|
34
|
-
class PaystreamTx extends BasePaystreamTx_1.BasePaystreamTx {
|
|
35
|
-
|
|
36
|
-
|
|
13
|
+
const paystream_1 = require("../../paystream");
|
|
14
|
+
const BasePaystreamTx_1 = require("./BasePaystreamTx");
|
|
15
|
+
const withdrawal_1 = require("../../withdrawal");
|
|
16
|
+
const class_transformer_1 = require("class-transformer");
|
|
17
|
+
const transaction_meta_1 = require("../../transaction-meta");
|
|
18
|
+
class PaystreamTx extends BasePaystreamTx_1.BasePaystreamTx {
|
|
19
|
+
}
|
|
20
|
+
__decorate([
|
|
37
21
|
(0, class_transformer_1.Type)(() => paystream_1.Paystream),
|
|
38
|
-
__metadata(
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
'paystream',
|
|
42
|
-
void 0,
|
|
43
|
-
);
|
|
44
|
-
__decorate(
|
|
45
|
-
[
|
|
22
|
+
__metadata("design:type", paystream_1.Paystream)
|
|
23
|
+
], PaystreamTx.prototype, "paystream", void 0);
|
|
24
|
+
__decorate([
|
|
46
25
|
(0, class_transformer_1.Type)(() => transaction_meta_1.BaseTransactionMeta),
|
|
47
|
-
__metadata(
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
'meta',
|
|
51
|
-
void 0,
|
|
52
|
-
);
|
|
53
|
-
__decorate(
|
|
54
|
-
[
|
|
26
|
+
__metadata("design:type", transaction_meta_1.TransactionMeta)
|
|
27
|
+
], PaystreamTx.prototype, "meta", void 0);
|
|
28
|
+
__decorate([
|
|
55
29
|
(0, class_transformer_1.Type)(() => withdrawal_1.Withdrawal),
|
|
56
|
-
__metadata(
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
'withdrawals',
|
|
60
|
-
void 0,
|
|
61
|
-
);
|
|
62
|
-
__decorate(
|
|
63
|
-
[
|
|
30
|
+
__metadata("design:type", Array)
|
|
31
|
+
], PaystreamTx.prototype, "withdrawals", void 0);
|
|
32
|
+
__decorate([
|
|
64
33
|
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
65
|
-
__metadata(
|
|
66
|
-
|
|
67
|
-
PaystreamTx.prototype,
|
|
68
|
-
'fee',
|
|
69
|
-
void 0,
|
|
70
|
-
);
|
|
34
|
+
__metadata("design:type", BigInt)
|
|
35
|
+
], PaystreamTx.prototype, "fee", void 0);
|
|
71
36
|
exports.PaystreamTx = PaystreamTx;
|
|
72
|
-
//# sourceMappingURL=PaystreamTx.js.map
|
|
37
|
+
//# sourceMappingURL=PaystreamTx.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Platform.js","sourceRoot":"","sources":["../../../../../../src/domain/model/platform/entities/Platform.ts"],"names":[],"mappings":";;;AAEA,MAAa,QAAQ;CAEpB;AAFD,4BAEC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/platform/entities/index.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/platform/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,43 @@
|
|
|
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.PlatformDetailsDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const constants_1 = require("../../../constants");
|
|
15
|
+
class PlatformDetailsDto {
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsEnum)(constants_1.Platform),
|
|
19
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], PlatformDetailsDto.prototype, "platform", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsString)(),
|
|
24
|
+
(0, class_validator_1.IsOptional)(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], PlatformDetailsDto.prototype, "externalId", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_validator_1.IsString)(),
|
|
29
|
+
(0, class_validator_1.IsOptional)(),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], PlatformDetailsDto.prototype, "issuer", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, class_validator_1.IsString)(),
|
|
34
|
+
(0, class_validator_1.IsOptional)(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], PlatformDetailsDto.prototype, "email", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, class_validator_1.IsString)(),
|
|
39
|
+
(0, class_validator_1.IsOptional)(),
|
|
40
|
+
__metadata("design:type", String)
|
|
41
|
+
], PlatformDetailsDto.prototype, "publicAddress", void 0);
|
|
42
|
+
exports.PlatformDetailsDto = PlatformDetailsDto;
|
|
43
|
+
//# sourceMappingURL=PlatformDetails.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlatformDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/platform-details/dtos/PlatformDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2E;AAC3E,kDAA8C;AAE9C,MAAa,kBAAkB;CAoB9B;AAnBC;IAAC,IAAA,wBAAM,EAAC,oBAAQ,CAAC;IAChB,IAAA,4BAAU,GAAE;;oDACM;AAEnB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACO;AAEpB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yDACU;AAnBzB,gDAoBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './PlatformDetails.dto';
|
|
@@ -0,0 +1,18 @@
|
|
|
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("./PlatformDetails.dto"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/platform-details/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
|