@heliofi/common 0.1.105 → 0.1.106
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/index.js +18 -34
- package/dist/src/domain/constants/emailValidation.js +4 -5
- package/dist/src/domain/constants/environment.d.ts +3 -3
- package/dist/src/domain/constants/environment.js +7 -7
- package/dist/src/domain/constants/orderDirection.d.ts +3 -5
- package/dist/src/domain/decorators/PartialRequired.d.ts +2 -0
- package/dist/src/domain/decorators/PartialRequired.js +24 -0
- package/dist/src/domain/decorators/PartialRequired.js.map +1 -0
- package/dist/src/domain/decorators/index.d.ts +1 -0
- package/dist/src/domain/{contact/entities → decorators}/index.js +1 -1
- package/dist/src/domain/decorators/index.js.map +1 -0
- package/dist/src/domain/index.d.ts +1 -0
- package/dist/src/domain/index.js +1 -0
- package/dist/src/domain/index.js.map +1 -1
- package/dist/src/domain/model/apiKey/dtos/createApiKeyDtoInternal.d.ts +4 -4
- package/dist/src/domain/model/apiKey/dtos/createApiKeyDtoInternal.js +26 -61
- package/dist/src/domain/model/apiKey/entities/ApiKeyAccess.d.ts +3 -3
- package/dist/src/domain/model/apiKey/entities/ApiKeyAccess.js +7 -7
- package/dist/src/domain/model/approve-transaction/dtos/approveTransaction.dto.d.ts +12 -12
- package/dist/src/domain/model/approve-transaction/dtos/approveTransaction.dto.js +54 -129
- package/dist/src/domain/model/approve-transaction/dtos/index.js +5 -10
- package/dist/src/domain/model/approve-transaction/index.js +18 -34
- package/dist/src/domain/model/attachment/dtos/createAttachment.dto.d.ts +4 -4
- package/dist/src/domain/model/attachment/dtos/createAttachment.dto.js +23 -53
- package/dist/src/domain/model/attachment/dtos/createAttachmentInternal.dto.d.ts +4 -4
- package/dist/src/domain/model/attachment/dtos/createAttachmentInternal.dto.js +26 -61
- package/dist/src/domain/model/attachment/dtos/index.js +19 -35
- package/dist/src/domain/model/attachment/entities/Attachment.d.ts +1 -1
- package/dist/src/domain/model/attachment/entities/Attachment.js +6 -5
- package/dist/src/domain/model/attachment/entities/AttachmentType.d.ts +1 -1
- package/dist/src/domain/model/attachment/entities/AttachmentType.js +5 -5
- package/dist/src/domain/model/attachment/entities/BaseAttachment.d.ts +4 -4
- package/dist/src/domain/model/attachment/entities/BaseAttachment.js +6 -5
- package/dist/src/domain/model/attachment/entities/ShallowEnrichedAttachment.d.ts +1 -1
- package/dist/src/domain/model/attachment/entities/ShallowEnrichedAttachment.js +6 -5
- package/dist/src/domain/model/attachment/entities/index.js +22 -43
- package/dist/src/domain/model/attachment/index.js +19 -35
- package/dist/src/domain/model/auth/dtos/index.js +19 -35
- package/dist/src/domain/model/auth/dtos/signOn.dto.d.ts +2 -2
- package/dist/src/domain/model/auth/dtos/signOn.dto.js +20 -45
- package/dist/src/domain/model/auth/dtos/transactionSignOn.dto.d.ts +1 -1
- package/dist/src/domain/model/auth/dtos/transactionSignOn.dto.js +17 -37
- package/dist/src/domain/model/auth/entities/AuthResponse.d.ts +4 -4
- package/dist/src/domain/model/auth/entities/AuthResponse.js +5 -4
- package/dist/src/domain/model/auth/entities/AuthUser.d.ts +8 -8
- package/dist/src/domain/model/auth/entities/AuthUser.js +3 -3
- package/dist/src/domain/model/auth/entities/index.js +19 -35
- package/dist/src/domain/model/auth/index.js +19 -35
- package/dist/src/domain/model/blockchain/constants/Cluster.d.ts +3 -3
- package/dist/src/domain/model/blockchain/constants/Cluster.js +7 -7
- package/dist/src/domain/model/blockchain/constants/index.js +18 -34
- package/dist/src/domain/model/blockchain/dtos/blockchain.dto.d.ts +2 -2
- package/dist/src/domain/model/blockchain/dtos/blockchain.dto.js +20 -45
- package/dist/src/domain/model/blockchain/dtos/index.js +18 -34
- package/dist/src/domain/model/blockchain/entities/Blockchain.d.ts +3 -3
- package/dist/src/domain/model/blockchain/entities/Blockchain.js +6 -5
- package/dist/src/domain/model/blockchain/entities/index.js +18 -34
- package/dist/src/domain/model/blockchain/index.js +20 -36
- package/dist/src/domain/model/breakpoint/dtos/breakpoint.dto.d.ts +8 -8
- package/dist/src/domain/model/breakpoint/dtos/breakpoint.dto.js +40 -95
- package/dist/src/domain/model/breakpoint/dtos/index.js +5 -10
- package/dist/src/domain/model/breakpoint/entities/BreakpointResponse.d.ts +2 -2
- package/dist/src/domain/model/breakpoint/entities/BreakpointResponse.js +5 -4
- package/dist/src/domain/model/breakpoint/entities/index.js +18 -34
- package/dist/src/domain/model/breakpoint/index.js +19 -35
- package/dist/src/domain/model/company/dtos/createCompany.dto.d.ts +6 -6
- package/dist/src/domain/model/company/dtos/createCompany.dto.js +32 -77
- package/dist/src/domain/model/company/dtos/index.js +19 -35
- package/dist/src/domain/model/company/dtos/updateCompany.dto.d.ts +6 -6
- package/dist/src/domain/model/company/dtos/updateCompany.dto.js +32 -77
- package/dist/src/domain/model/company/entities/BaseCompany.d.ts +7 -7
- package/dist/src/domain/model/company/entities/BaseCompany.js +6 -5
- package/dist/src/domain/model/company/entities/Company.d.ts +2 -2
- package/dist/src/domain/model/company/entities/Company.js +6 -5
- package/dist/src/domain/model/company/entities/index.js +19 -35
- package/dist/src/domain/model/company/index.js +19 -35
- package/dist/src/domain/model/contact/dtos/createContact.dto.d.ts +1 -1
- package/dist/src/domain/model/contact/dtos/createContact.dto.js +1 -1
- package/dist/src/domain/model/contact/dtos/createContact.dto.js.map +1 -1
- package/dist/src/domain/model/contact/dtos/updateContact.dto.d.ts +1 -0
- package/dist/src/domain/model/contact/dtos/updateContact.dto.js +5 -0
- package/dist/src/domain/model/contact/dtos/updateContact.dto.js.map +1 -1
- package/dist/src/domain/model/content/dtos/content.dto.d.ts +2 -2
- package/dist/src/domain/model/content/dtos/content.dto.js +20 -45
- package/dist/src/domain/model/content/dtos/index.js +18 -34
- package/dist/src/domain/model/content/entities/Content.d.ts +2 -2
- package/dist/src/domain/model/content/entities/Content.js +6 -5
- package/dist/src/domain/model/content/entities/index.js +18 -34
- package/dist/src/domain/model/content/index.js +19 -35
- package/dist/src/domain/model/currency/entities/Currency.d.ts +1 -1
- package/dist/src/domain/model/discordDetails/dtos/createDiscordDetails.dto.d.ts +5 -5
- package/dist/src/domain/model/discordDetails/dtos/createDiscordDetails.dto.js +34 -66
- package/dist/src/domain/model/discordDetails/dtos/index.js +19 -35
- package/dist/src/domain/model/discordDetails/dtos/updateDiscordDetails.dto.d.ts +4 -4
- package/dist/src/domain/model/discordDetails/dtos/updateDiscordDetails.dto.js +27 -62
- package/dist/src/domain/model/discordDetails/entities/BaseDiscordDetails.d.ts +5 -5
- package/dist/src/domain/model/discordDetails/entities/BaseDiscordDetails.js +6 -5
- package/dist/src/domain/model/discordDetails/entities/DiscordBotVersion.d.ts +2 -2
- package/dist/src/domain/model/discordDetails/entities/DiscordBotVersion.js +6 -9
- package/dist/src/domain/model/discordDetails/entities/DiscordDetails.d.ts +1 -1
- package/dist/src/domain/model/discordDetails/entities/DiscordDetails.js +6 -5
- package/dist/src/domain/model/discordDetails/entities/index.js +20 -36
- package/dist/src/domain/model/discordDetails/index.js +19 -35
- package/dist/src/domain/model/email/dtos/email.dto.d.ts +20 -20
- package/dist/src/domain/model/email/dtos/email.dto.js +75 -190
- package/dist/src/domain/model/email/dtos/index.js +18 -34
- package/dist/src/domain/model/email/index.js +18 -34
- package/dist/src/domain/model/entity/Entity.d.ts +2 -2
- package/dist/src/domain/model/entity/Entity.js +10 -10
- package/dist/src/domain/model/entity/index.js +5 -10
- package/dist/src/domain/model/invoice/entities/Invoice.entity.js.map +1 -1
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.d.ts +1 -0
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js +5 -0
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js.map +1 -1
- package/dist/src/domain/model/link-features/entities/LinkFeatures.d.ts +4 -3
- package/dist/src/domain/model/link-features/entities/LinkFeatures.js.map +1 -1
- package/dist/src/domain/model/link-features/entities/index.js +18 -34
- package/dist/src/domain/model/link-features/index.js +19 -35
- package/dist/src/domain/model/metrics/entities/Metrics.d.ts +5 -5
- package/dist/src/domain/model/metrics/entities/Metrics.js +3 -3
- package/dist/src/domain/model/metrics/entities/index.js +18 -34
- package/dist/src/domain/model/metrics/index.js +18 -34
- package/dist/src/domain/model/paylink/entities/BasePaylink.d.ts +3 -3
- package/dist/src/domain/model/paylink/entities/BasePaylink.js +6 -5
- package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.d.ts +2 -2
- package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.js +6 -5
- package/dist/src/domain/model/paylink/entities/OnlyContentPaylink.d.ts +1 -1
- package/dist/src/domain/model/paylink/entities/OnlyContentPaylink.js +6 -5
- package/dist/src/domain/model/paylink/entities/Paylink.d.ts +3 -3
- package/dist/src/domain/model/paylink/entities/Paylink.js +6 -5
- package/dist/src/domain/model/paylink/entities/PaylinkStats.d.ts +3 -3
- package/dist/src/domain/model/paylink/entities/PaylinkStats.js +5 -4
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.d.ts +4 -4
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.js +6 -5
- package/dist/src/domain/model/paylink/entities/index.js +23 -39
- package/dist/src/domain/model/paylink/index.js +19 -35
- package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.d.ts +4 -4
- package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.js +29 -66
- package/dist/src/domain/model/paylink-tx/dtos/index.js +19 -35
- package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTx.dto.d.ts +1 -1
- package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTx.dto.js +17 -37
- package/dist/src/domain/model/paylink-tx/entities/BasePaylinkTx.d.ts +5 -5
- package/dist/src/domain/model/paylink-tx/entities/BasePaylinkTx.js +18 -38
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTx.d.ts +2 -2
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTx.js +6 -5
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMeta.d.ts +1 -1
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMeta.js +20 -45
- package/dist/src/domain/model/paylink-tx/entities/ShallowEnrichedPaylinkTx.d.ts +2 -2
- package/dist/src/domain/model/paylink-tx/entities/ShallowEnrichedPaylinkTx.js +6 -5
- package/dist/src/domain/model/paylink-tx/index.js +19 -35
- package/dist/src/domain/model/payment-request/entities/SlugPaymentRequest.d.ts +2 -2
- package/dist/src/domain/model/payment-request/index.js +18 -34
- package/dist/src/domain/model/paystream/entities/BasePaystream.d.ts +3 -3
- package/dist/src/domain/model/paystream/entities/BasePaystream.js +6 -5
- 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/entities/Paystream.d.ts +3 -3
- package/dist/src/domain/model/paystream/entities/Paystream.js +6 -5
- package/dist/src/domain/model/paystream/entities/PaystreamStats.d.ts +3 -3
- package/dist/src/domain/model/paystream/entities/PaystreamStats.js +5 -4
- package/dist/src/domain/model/paystream/entities/ShallowEnrichedPaystream.d.ts +4 -4
- package/dist/src/domain/model/paystream/entities/ShallowEnrichedPaystream.js +6 -5
- package/dist/src/domain/model/paystream/entities/index.js +22 -38
- package/dist/src/domain/model/paystream/index.js +19 -35
- 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/index.js +19 -35
- 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/BasePaystreamTxWithTransaction.d.ts +2 -2
- package/dist/src/domain/model/paystream-tx/entities/BasePaystreamTxWithTransaction.js +6 -5
- package/dist/src/domain/model/paystream-tx/entities/PaystreamTxWithContent.d.ts +1 -1
- package/dist/src/domain/model/product/dtos/index.js +18 -34
- package/dist/src/domain/model/product/dtos/product.dto.d.ts +3 -3
- package/dist/src/domain/model/product/dtos/product.dto.js +24 -54
- package/dist/src/domain/model/product/entities/Product.d.ts +3 -3
- package/dist/src/domain/model/product/entities/Product.js +6 -5
- package/dist/src/domain/model/product/entities/ProductInputType.d.ts +2 -2
- package/dist/src/domain/model/product/entities/ProductInputType.js +6 -9
- package/dist/src/domain/model/product/entities/index.js +19 -35
- package/dist/src/domain/model/product/index.js +19 -35
- package/dist/src/domain/model/product-details/dtos/index.js +18 -34
- package/dist/src/domain/model/product-details/dtos/productDetails.dto.d.ts +2 -2
- package/dist/src/domain/model/product-details/dtos/productDetails.dto.js +20 -45
- package/dist/src/domain/model/product-details/entities/ProductDetails.d.ts +2 -2
- package/dist/src/domain/model/product-details/entities/ProductDetails.js +6 -5
- package/dist/src/domain/model/product-details/entities/index.js +18 -34
- package/dist/src/domain/model/product-details/index.js +19 -35
- package/dist/src/domain/model/report/index.js +18 -34
- package/dist/src/domain/model/role/dtos/createRole.dto.d.ts +3 -3
- package/dist/src/domain/model/role/dtos/createRole.dto.js +24 -54
- package/dist/src/domain/model/role/dtos/index.js +19 -35
- package/dist/src/domain/model/role/dtos/updateRole.dto.d.ts +1 -1
- package/dist/src/domain/model/role/dtos/updateRole.dto.js +18 -38
- package/dist/src/domain/model/role/entities/BaseRole.d.ts +2 -2
- package/dist/src/domain/model/role/entities/BaseRole.js +6 -5
- package/dist/src/domain/model/role/entities/Role.d.ts +2 -2
- package/dist/src/domain/model/role/entities/Role.js +6 -5
- package/dist/src/domain/model/role/entities/RoleType.d.ts +3 -3
- package/dist/src/domain/model/role/entities/RoleType.js +7 -7
- package/dist/src/domain/model/role/entities/ShallowEnrichedRole.d.ts +2 -2
- package/dist/src/domain/model/role/entities/ShallowEnrichedRole.js +6 -5
- package/dist/src/domain/model/role/entities/index.js +21 -37
- package/dist/src/domain/model/role/index.js +19 -35
- package/dist/src/domain/model/slug/dtos/index.js +19 -35
- package/dist/src/domain/model/slug/dtos/slug.dto.d.ts +3 -3
- package/dist/src/domain/model/slug/dtos/slug.dto.js +24 -54
- package/dist/src/domain/model/slug/dtos/updateSlug.dto.d.ts +3 -3
- package/dist/src/domain/model/slug/dtos/updateSlug.dto.js +25 -52
- package/dist/src/domain/model/slug/entities/Slug.d.ts +6 -6
- package/dist/src/domain/model/slug/entities/Slug.js +6 -5
- package/dist/src/domain/model/slug/entities/SlugObjectType.d.ts +3 -3
- package/dist/src/domain/model/slug/entities/SlugObjectType.js +7 -7
- package/dist/src/domain/model/slug/entities/index.js +19 -35
- package/dist/src/domain/model/slug/index.js +19 -35
- package/dist/src/domain/model/split-account/dtos/index.js +18 -34
- package/dist/src/domain/model/split-account/dtos/splitAccount.dto.d.ts +2 -2
- package/dist/src/domain/model/split-account/dtos/splitAccount.dto.js +21 -46
- package/dist/src/domain/model/split-account/entities/SplitAccount.d.ts +2 -2
- package/dist/src/domain/model/split-account/entities/SplitAccount.js +18 -38
- package/dist/src/domain/model/split-account/entities/index.js +18 -34
- package/dist/src/domain/model/split-account/index.js +19 -35
- package/dist/src/domain/model/split-wallets/dtos/index.js +18 -34
- package/dist/src/domain/model/split-wallets/dtos/splitWallet.dto.d.ts +2 -2
- package/dist/src/domain/model/split-wallets/dtos/splitWallet.dto.js +20 -45
- package/dist/src/domain/model/split-wallets/entities/SplitWallet.d.ts +2 -2
- package/dist/src/domain/model/split-wallets/entities/SplitWallet.js +6 -5
- package/dist/src/domain/model/split-wallets/entities/index.js +18 -34
- package/dist/src/domain/model/split-wallets/index.js +19 -35
- package/dist/src/domain/model/stream/dtos/cancelStream.dto.d.ts +5 -5
- package/dist/src/domain/model/stream/dtos/cancelStream.dto.js +30 -70
- package/dist/src/domain/model/stream/dtos/createStream.dto.d.ts +12 -12
- package/dist/src/domain/model/stream/dtos/createStream.dto.js +53 -128
- package/dist/src/domain/model/stream/dtos/index.js +20 -36
- package/dist/src/domain/model/stream/dtos/withdrawStream.dto.d.ts +4 -4
- package/dist/src/domain/model/stream/dtos/withdrawStream.dto.js +27 -62
- package/dist/src/domain/model/stream/index.js +18 -34
- package/dist/src/domain/model/stream-backend/index.js +18 -34
- package/dist/src/domain/model/stream-event/dtos/createStreamEventDto.d.ts +2 -2
- package/dist/src/domain/model/stream-event/dtos/createStreamEventDto.js +21 -46
- package/dist/src/domain/model/stream-event/dtos/index.js +19 -35
- package/dist/src/domain/model/stream-event/dtos/updateStreamEventDto.d.ts +2 -2
- package/dist/src/domain/model/stream-event/dtos/updateStreamEventDto.js +21 -43
- package/dist/src/domain/model/stream-event/entities/StreamEvent.d.ts +2 -2
- package/dist/src/domain/model/stream-event/entities/StreamEvent.js +17 -37
- package/dist/src/domain/model/stream-event/entities/index.js +18 -34
- package/dist/src/domain/model/stream-event/index.js +19 -35
- package/dist/src/domain/model/stream-features/entities/StreamFeatures.d.ts +2 -1
- package/dist/src/domain/model/stream-features/entities/index.js +18 -34
- package/dist/src/domain/model/stream-features/index.js +19 -35
- package/dist/src/domain/model/submit-transaction/index.js +18 -34
- package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.d.ts +9 -9
- package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.js +45 -105
- package/dist/src/domain/model/transaction-meta/dtos/index.js +18 -34
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.d.ts +10 -10
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js +21 -46
- package/dist/src/domain/model/transaction-meta/entities/ShallowEnrichedTransactionMeta.d.ts +1 -1
- package/dist/src/domain/model/transaction-meta/entities/ShallowEnrichedTransactionMeta.js +6 -5
- package/dist/src/domain/model/transaction-meta/entities/TransactionMeta.d.ts +1 -1
- package/dist/src/domain/model/transaction-meta/entities/TransactionMeta.js +6 -5
- package/dist/src/domain/model/transaction-meta/entities/index.js +20 -36
- package/dist/src/domain/model/transaction-meta/index.js +19 -35
- package/dist/src/domain/model/user/dtos/createUser.dto.d.ts +4 -4
- package/dist/src/domain/model/user/dtos/createUser.dto.js +26 -61
- package/dist/src/domain/model/user/dtos/index.js +19 -35
- package/dist/src/domain/model/user/dtos/updateUser.dto.d.ts +4 -4
- package/dist/src/domain/model/user/dtos/updateUser.dto.js +26 -61
- package/dist/src/domain/model/user/entities/BaseUser.d.ts +5 -5
- package/dist/src/domain/model/user/entities/BaseUser.js +6 -5
- package/dist/src/domain/model/user/entities/ShallowEnrichedUser.d.ts +2 -2
- package/dist/src/domain/model/user/entities/ShallowEnrichedUser.js +6 -5
- package/dist/src/domain/model/user/entities/User.d.ts +2 -2
- package/dist/src/domain/model/user/entities/User.js +6 -5
- package/dist/src/domain/model/user/entities/index.js +20 -36
- package/dist/src/domain/model/user/index.js +19 -35
- package/dist/src/domain/model/wallet/dtos/index.js +18 -34
- package/dist/src/domain/model/wallet/dtos/updateWallet.dto.d.ts +1 -1
- package/dist/src/domain/model/wallet/dtos/updateWallet.dto.js +18 -35
- package/dist/src/domain/model/wallet/entities/BaseWallet.d.ts +2 -2
- package/dist/src/domain/model/wallet/entities/BaseWallet.js +6 -5
- package/dist/src/domain/model/wallet/entities/Wallet.d.ts +1 -1
- package/dist/src/domain/model/wallet/entities/Wallet.js +6 -5
- package/dist/src/domain/model/wallet/entities/WalletDetails.d.ts +1 -1
- package/dist/src/domain/model/wallet/entities/WalletDetails.js +6 -5
- package/dist/src/domain/model/wallet/entities/index.js +20 -36
- package/dist/src/domain/model/wallet/index.js +19 -35
- package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/CreatePaylinkTransactionHook.dto.d.ts +3 -3
- package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/CreatePaylinkTransactionHook.dto.js +27 -53
- package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/index.js +18 -34
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.entity.d.ts +1 -1
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.entity.js +5 -8
- package/dist/src/domain/model/webhook/paylink-transaction-hook/index.js +19 -35
- package/dist/src/domain/model/withdrawal/dtos/createWithdrawalDto.d.ts +3 -3
- package/dist/src/domain/model/withdrawal/dtos/createWithdrawalDto.js +25 -55
- package/dist/src/domain/model/withdrawal/dtos/index.js +19 -35
- package/dist/src/domain/model/withdrawal/dtos/updateWithdrawalDto.d.ts +1 -1
- package/dist/src/domain/model/withdrawal/dtos/updateWithdrawalDto.js +18 -38
- package/dist/src/domain/model/withdrawal/entities/Withdrawal.d.ts +3 -3
- package/dist/src/domain/model/withdrawal/entities/Withdrawal.js +21 -46
- package/dist/src/domain/model/withdrawal/entities/WithdrawalWithTransaction.d.ts +2 -2
- package/dist/src/domain/model/withdrawal/entities/WithdrawalWithTransaction.js +6 -5
- package/dist/src/domain/model/withdrawal/entities/index.js +19 -35
- package/dist/src/domain/model/withdrawal/index.js +19 -35
- package/dist/src/domain/services/BigIntCalculatorService.d.ts +1 -1
- package/dist/src/domain/services/BigIntCalculatorService.js +6 -6
- package/dist/src/domain/services/CurrencyService.d.ts +1 -1
- package/dist/src/domain/services/CurrencyService.js +7 -7
- package/dist/src/domain/services/SolscanService.d.ts +1 -1
- package/dist/src/domain/services/TransactionCalculatorService.d.ts +1 -3
- package/dist/src/index.js +18 -34
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/contact/dtos/createContact.dto.d.ts +0 -8
- package/dist/src/domain/contact/dtos/createContact.dto.js +0 -45
- package/dist/src/domain/contact/dtos/createContact.dto.js.map +0 -1
- package/dist/src/domain/contact/dtos/index.d.ts +0 -2
- package/dist/src/domain/contact/dtos/index.js +0 -19
- package/dist/src/domain/contact/dtos/index.js.map +0 -1
- package/dist/src/domain/contact/dtos/updateContact.dto.d.ts +0 -8
- package/dist/src/domain/contact/dtos/updateContact.dto.js +0 -45
- package/dist/src/domain/contact/dtos/updateContact.dto.js.map +0 -1
- package/dist/src/domain/contact/entities/Contact.entity.d.ts +0 -14
- package/dist/src/domain/contact/entities/Contact.entity.js +0 -8
- package/dist/src/domain/contact/entities/Contact.entity.js.map +0 -1
- package/dist/src/domain/contact/entities/index.d.ts +0 -1
- package/dist/src/domain/contact/entities/index.js.map +0 -1
- package/dist/src/domain/contact/index.d.ts +0 -2
- package/dist/src/domain/contact/index.js +0 -19
- package/dist/src/domain/contact/index.js.map +0 -1
- package/dist/src/domain/contactAddress/dtos/ContactAddress.dto.d.ts +0 -8
- package/dist/src/domain/contactAddress/dtos/ContactAddress.dto.js +0 -47
- package/dist/src/domain/contactAddress/dtos/ContactAddress.dto.js.map +0 -1
- package/dist/src/domain/contactAddress/dtos/index.d.ts +0 -1
- package/dist/src/domain/contactAddress/dtos/index.js +0 -18
- package/dist/src/domain/contactAddress/dtos/index.js.map +0 -1
- package/dist/src/domain/contactAddress/entities/ContactAddress.entity.d.ts +0 -9
- package/dist/src/domain/contactAddress/entities/ContactAddress.entity.js +0 -8
- package/dist/src/domain/contactAddress/entities/ContactAddress.entity.js.map +0 -1
- package/dist/src/domain/contactAddress/entities/index.d.ts +0 -1
- package/dist/src/domain/contactAddress/entities/index.js +0 -18
- package/dist/src/domain/contactAddress/entities/index.js.map +0 -1
- package/dist/src/domain/contactAddress/index.d.ts +0 -2
- package/dist/src/domain/contactAddress/index.js +0 -19
- package/dist/src/domain/contactAddress/index.js.map +0 -1
- package/dist/src/domain/model/apiKey/dtos/createApiKeyDto.d.ts +0 -4
- package/dist/src/domain/model/apiKey/dtos/createApiKeyDto.js +0 -52
- package/dist/src/domain/model/apiKey/dtos/createApiKeyDto.js.map +0 -1
- package/dist/src/domain/model/apiKey/entities/ApiKey.d.ts +0 -11
- package/dist/src/domain/model/apiKey/entities/ApiKey.js +0 -7
- package/dist/src/domain/model/apiKey/entities/ApiKey.js.map +0 -1
- package/dist/src/domain/model/prepare-stream/entities/PrepareStream.d.ts +0 -5
- package/dist/src/domain/model/prepare-stream/entities/PrepareStream.js +0 -8
- package/dist/src/domain/model/prepare-stream/entities/PrepareStream.js.map +0 -1
- package/dist/src/domain/model/webhook/paylink-transaction-hook/PaylinkTransactionEvent.d.ts +0 -3
- package/dist/src/domain/model/webhook/paylink-transaction-hook/PaylinkTransactionEvent.js +0 -11
- package/dist/src/domain/model/webhook/paylink-transaction-hook/PaylinkTransactionEvent.js.map +0 -1
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.d.ts +0 -3
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.js +0 -11
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.js.map +0 -1
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.d.ts +0 -9
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.js +0 -7
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.js.map +0 -1
- package/dist/src/domain/model/withdrawal/entities/BaseWithdrawal.d.ts +0 -4
- package/dist/src/domain/model/withdrawal/entities/BaseWithdrawal.js +0 -41
- package/dist/src/domain/model/withdrawal/entities/BaseWithdrawal.js.map +0 -1
- package/dist/src/domain/services/EmailService.d.ts +0 -3
- package/dist/src/domain/services/EmailService.js +0 -11
- package/dist/src/domain/services/EmailService.js.map +0 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Entity } from '../../entity';
|
|
2
2
|
import { PaymentRequestType } from '../../payment-request';
|
|
3
3
|
export declare class BasePaylinkTx extends Entity {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
id: string;
|
|
5
|
+
quantity: number;
|
|
6
|
+
fee?: bigint;
|
|
7
|
+
createdAt: string;
|
|
8
|
+
paymentType: PaymentRequestType;
|
|
9
9
|
}
|
|
@@ -1,42 +1,22 @@
|
|
|
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.BasePaylinkTx = void 0;
|
|
29
|
-
const entity_1 = require(
|
|
30
|
-
const class_transformer_1 = require(
|
|
31
|
-
class BasePaylinkTx extends entity_1.Entity {
|
|
32
|
-
|
|
33
|
-
|
|
13
|
+
const entity_1 = require("../../entity");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
class BasePaylinkTx extends entity_1.Entity {
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
34
18
|
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
35
|
-
__metadata(
|
|
36
|
-
|
|
37
|
-
BasePaylinkTx.prototype,
|
|
38
|
-
'fee',
|
|
39
|
-
void 0,
|
|
40
|
-
);
|
|
19
|
+
__metadata("design:type", BigInt)
|
|
20
|
+
], BasePaylinkTx.prototype, "fee", void 0);
|
|
41
21
|
exports.BasePaylinkTx = BasePaylinkTx;
|
|
42
|
-
//# sourceMappingURL=BasePaylinkTx.js.map
|
|
22
|
+
//# sourceMappingURL=BasePaylinkTx.js.map
|
|
@@ -2,6 +2,6 @@ import type { TransactionMeta } from '../../transaction-meta';
|
|
|
2
2
|
import type { Paylink } from '../../paylink';
|
|
3
3
|
import { BasePaylinkTx } from './BasePaylinkTx';
|
|
4
4
|
export declare class PaylinkTx extends BasePaylinkTx {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
meta: TransactionMeta;
|
|
6
|
+
paylink: Paylink;
|
|
7
7
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports,
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PaylinkTx = void 0;
|
|
4
|
-
const BasePaylinkTx_1 = require(
|
|
5
|
-
class PaylinkTx extends BasePaylinkTx_1.BasePaylinkTx {
|
|
4
|
+
const BasePaylinkTx_1 = require("./BasePaylinkTx");
|
|
5
|
+
class PaylinkTx extends BasePaylinkTx_1.BasePaylinkTx {
|
|
6
|
+
}
|
|
6
7
|
exports.PaylinkTx = PaylinkTx;
|
|
7
|
-
//# sourceMappingURL=PaylinkTx.js.map
|
|
8
|
+
//# sourceMappingURL=PaylinkTx.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BasePaylinkTx } from './BasePaylinkTx';
|
|
2
2
|
import { ShallowEnrichedTransactionMeta } from '../../transaction-meta';
|
|
3
3
|
export declare class PaylinkTxWithMeta extends BasePaylinkTx {
|
|
4
|
-
|
|
4
|
+
meta: ShallowEnrichedTransactionMeta;
|
|
5
5
|
}
|
|
@@ -1,48 +1,23 @@
|
|
|
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.PaylinkTxWithMeta = void 0;
|
|
29
|
-
const BasePaylinkTx_1 = require(
|
|
30
|
-
const transaction_meta_1 = require(
|
|
31
|
-
const class_transformer_1 = require(
|
|
32
|
-
class PaylinkTxWithMeta extends BasePaylinkTx_1.BasePaylinkTx {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
(0, class_transformer_1.Type)(
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
__metadata(
|
|
39
|
-
'design:type',
|
|
40
|
-
transaction_meta_1.ShallowEnrichedTransactionMeta,
|
|
41
|
-
),
|
|
42
|
-
],
|
|
43
|
-
PaylinkTxWithMeta.prototype,
|
|
44
|
-
'meta',
|
|
45
|
-
void 0,
|
|
46
|
-
);
|
|
13
|
+
const BasePaylinkTx_1 = require("./BasePaylinkTx");
|
|
14
|
+
const transaction_meta_1 = require("../../transaction-meta");
|
|
15
|
+
const class_transformer_1 = require("class-transformer");
|
|
16
|
+
class PaylinkTxWithMeta extends BasePaylinkTx_1.BasePaylinkTx {
|
|
17
|
+
}
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_transformer_1.Type)(() => transaction_meta_1.ShallowEnrichedTransactionMeta),
|
|
20
|
+
__metadata("design:type", transaction_meta_1.ShallowEnrichedTransactionMeta)
|
|
21
|
+
], PaylinkTxWithMeta.prototype, "meta", void 0);
|
|
47
22
|
exports.PaylinkTxWithMeta = PaylinkTxWithMeta;
|
|
48
|
-
//# sourceMappingURL=PaylinkTxWithMeta.js.map
|
|
23
|
+
//# sourceMappingURL=PaylinkTxWithMeta.js.map
|
|
@@ -2,6 +2,6 @@ import { BasePaylinkTx } from './BasePaylinkTx';
|
|
|
2
2
|
import type { BaseTransactionMeta } from '../../transaction-meta';
|
|
3
3
|
import type { BasePaylink } from '../../paylink';
|
|
4
4
|
export declare class ShallowEnrichedPaylinkTx extends BasePaylinkTx {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
meta: BaseTransactionMeta;
|
|
6
|
+
paylink: BasePaylink;
|
|
7
7
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports,
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ShallowEnrichedPaylinkTx = void 0;
|
|
4
|
-
const BasePaylinkTx_1 = require(
|
|
5
|
-
class ShallowEnrichedPaylinkTx extends BasePaylinkTx_1.BasePaylinkTx {
|
|
4
|
+
const BasePaylinkTx_1 = require("./BasePaylinkTx");
|
|
5
|
+
class ShallowEnrichedPaylinkTx extends BasePaylinkTx_1.BasePaylinkTx {
|
|
6
|
+
}
|
|
6
7
|
exports.ShallowEnrichedPaylinkTx = ShallowEnrichedPaylinkTx;
|
|
7
|
-
//# sourceMappingURL=ShallowEnrichedPaylinkTx.js.map
|
|
8
|
+
//# sourceMappingURL=ShallowEnrichedPaylinkTx.js.map
|
|
@@ -1,35 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
var __createBinding =
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
: function (o, m, k, k2) {
|
|
22
|
-
if (k2 === undefined) k2 = k;
|
|
23
|
-
o[k2] = m[k];
|
|
24
|
-
});
|
|
25
|
-
var __exportStar =
|
|
26
|
-
(this && this.__exportStar) ||
|
|
27
|
-
function (m, exports) {
|
|
28
|
-
for (var p in m)
|
|
29
|
-
if (p !== 'default' && !Object.prototype.hasOwnProperty.call(exports, p))
|
|
30
|
-
__createBinding(exports, m, p);
|
|
31
|
-
};
|
|
32
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
33
|
-
__exportStar(require('./dtos'), exports);
|
|
34
|
-
__exportStar(require('./entities'), exports);
|
|
35
|
-
//# sourceMappingURL=index.js.map
|
|
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("./dtos"), exports);
|
|
18
|
+
__exportStar(require("./entities"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1,34 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
var __createBinding =
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
Object.defineProperty(o, k2, desc);
|
|
20
|
-
}
|
|
21
|
-
: function (o, m, k, k2) {
|
|
22
|
-
if (k2 === undefined) k2 = k;
|
|
23
|
-
o[k2] = m[k];
|
|
24
|
-
});
|
|
25
|
-
var __exportStar =
|
|
26
|
-
(this && this.__exportStar) ||
|
|
27
|
-
function (m, exports) {
|
|
28
|
-
for (var p in m)
|
|
29
|
-
if (p !== 'default' && !Object.prototype.hasOwnProperty.call(exports, p))
|
|
30
|
-
__createBinding(exports, m, p);
|
|
31
|
-
};
|
|
32
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
33
|
-
__exportStar(require('./entities'), exports);
|
|
34
|
-
//# sourceMappingURL=index.js.map
|
|
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("./entities"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -2,7 +2,7 @@ import type { StreamFeatures } from '../../stream-features';
|
|
|
2
2
|
import { BasePaymentRequest } from '../../payment-request';
|
|
3
3
|
import { IntervalType } from './IntervalType';
|
|
4
4
|
export declare class BasePaystream extends BasePaymentRequest {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
maxTime: number;
|
|
6
|
+
interval: IntervalType;
|
|
7
|
+
features: StreamFeatures;
|
|
8
8
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports,
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.BasePaystream = void 0;
|
|
4
|
-
const payment_request_1 = require(
|
|
5
|
-
class BasePaystream extends payment_request_1.BasePaymentRequest {
|
|
4
|
+
const payment_request_1 = require("../../payment-request");
|
|
5
|
+
class BasePaystream extends payment_request_1.BasePaymentRequest {
|
|
6
|
+
}
|
|
6
7
|
exports.BasePaystream = BasePaystream;
|
|
7
|
-
//# sourceMappingURL=BasePaystream.js.map
|
|
8
|
+
//# sourceMappingURL=BasePaystream.js.map
|
|
@@ -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
|
|
@@ -2,7 +2,7 @@ import { PaymentRequest } from '../../payment-request';
|
|
|
2
2
|
import { StreamFeatures } from '../../stream-features';
|
|
3
3
|
import { IntervalType } from './IntervalType';
|
|
4
4
|
export declare class Paystream extends PaymentRequest {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
maxTime: number;
|
|
6
|
+
interval: IntervalType;
|
|
7
|
+
features: StreamFeatures;
|
|
8
8
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports,
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Paystream = void 0;
|
|
4
|
-
const payment_request_1 = require(
|
|
5
|
-
class Paystream extends payment_request_1.PaymentRequest {
|
|
4
|
+
const payment_request_1 = require("../../payment-request");
|
|
5
|
+
class Paystream extends payment_request_1.PaymentRequest {
|
|
6
|
+
}
|
|
6
7
|
exports.Paystream = Paystream;
|
|
7
|
-
//# sourceMappingURL=Paystream.js.map
|
|
8
|
+
//# sourceMappingURL=Paystream.js.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports,
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PaystreamStats = void 0;
|
|
4
|
-
class PaystreamStats {
|
|
4
|
+
class PaystreamStats {
|
|
5
|
+
}
|
|
5
6
|
exports.PaystreamStats = PaystreamStats;
|
|
6
|
-
//# sourceMappingURL=PaystreamStats.js.map
|
|
7
|
+
//# sourceMappingURL=PaystreamStats.js.map
|
|
@@ -3,8 +3,8 @@ import { ShallowEnrichedPaymentRequest } from '../../payment-request';
|
|
|
3
3
|
import { IntervalType } from './IntervalType';
|
|
4
4
|
import { Content } from '../../content';
|
|
5
5
|
export declare class ShallowEnrichedPaystream extends ShallowEnrichedPaymentRequest {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
maxTime: number;
|
|
7
|
+
interval: IntervalType;
|
|
8
|
+
content: Content;
|
|
9
|
+
features: StreamFeatures;
|
|
10
10
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports,
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ShallowEnrichedPaystream = void 0;
|
|
4
|
-
const payment_request_1 = require(
|
|
5
|
-
class ShallowEnrichedPaystream extends payment_request_1.ShallowEnrichedPaymentRequest {
|
|
4
|
+
const payment_request_1 = require("../../payment-request");
|
|
5
|
+
class ShallowEnrichedPaystream extends payment_request_1.ShallowEnrichedPaymentRequest {
|
|
6
|
+
}
|
|
6
7
|
exports.ShallowEnrichedPaystream = ShallowEnrichedPaystream;
|
|
7
|
-
//# sourceMappingURL=ShallowEnrichedPaystream.js.map
|
|
8
|
+
//# sourceMappingURL=ShallowEnrichedPaystream.js.map
|
|
@@ -1,38 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
var __createBinding =
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
o[k2] = m[k];
|
|
24
|
-
});
|
|
25
|
-
var __exportStar =
|
|
26
|
-
(this && this.__exportStar) ||
|
|
27
|
-
function (m, exports) {
|
|
28
|
-
for (var p in m)
|
|
29
|
-
if (p !== 'default' && !Object.prototype.hasOwnProperty.call(exports, p))
|
|
30
|
-
__createBinding(exports, m, p);
|
|
31
|
-
};
|
|
32
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
33
|
-
__exportStar(require('./Paystream'), exports);
|
|
34
|
-
__exportStar(require('./PaystreamStats'), exports);
|
|
35
|
-
__exportStar(require('./BasePaystream'), exports);
|
|
36
|
-
__exportStar(require('./ShallowEnrichedPaystream'), exports);
|
|
37
|
-
__exportStar(require('./IntervalType'), exports);
|
|
38
|
-
//# sourceMappingURL=index.js.map
|
|
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("./Paystream"), exports);
|
|
18
|
+
__exportStar(require("./PaystreamStats"), exports);
|
|
19
|
+
__exportStar(require("./BasePaystream"), exports);
|
|
20
|
+
__exportStar(require("./ShallowEnrichedPaystream"), exports);
|
|
21
|
+
__exportStar(require("./IntervalType"), exports);
|
|
22
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1,35 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
var __createBinding =
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
: function (o, m, k, k2) {
|
|
22
|
-
if (k2 === undefined) k2 = k;
|
|
23
|
-
o[k2] = m[k];
|
|
24
|
-
});
|
|
25
|
-
var __exportStar =
|
|
26
|
-
(this && this.__exportStar) ||
|
|
27
|
-
function (m, exports) {
|
|
28
|
-
for (var p in m)
|
|
29
|
-
if (p !== 'default' && !Object.prototype.hasOwnProperty.call(exports, p))
|
|
30
|
-
__createBinding(exports, m, p);
|
|
31
|
-
};
|
|
32
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
33
|
-
__exportStar(require('./dtos'), exports);
|
|
34
|
-
__exportStar(require('./entities'), exports);
|
|
35
|
-
//# sourceMappingURL=index.js.map
|
|
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("./dtos"), exports);
|
|
18
|
+
__exportStar(require("./entities"), exports);
|
|
19
|
+
//# sourceMappingURL=index.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
|
}
|