@heliofi/common 0.1.548 → 0.1.550
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/domain/constants/index.d.ts +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/intervalUnit.d.ts +7 -7
- package/dist/src/domain/constants/platform.d.ts +3 -3
- package/dist/src/domain/constants/solanaTransactionVersion.d.ts +2 -2
- package/dist/src/domain/constants/transactionStatusTokenHeaderName.d.ts +1 -2
- package/dist/src/domain/constants/urlValidation.d.ts +1 -0
- package/dist/src/domain/constants/urlValidation.js +5 -0
- package/dist/src/domain/constants/urlValidation.js.map +1 -0
- package/dist/src/domain/constants/wallet.d.ts +2 -2
- package/dist/src/domain/decorators/BigintMin.d.ts +2 -8
- package/dist/src/domain/decorators/PartialRequired.d.ts +1 -4
- package/dist/src/domain/model/access-code-auth-properties/dtos/accessCodeAuthProperties.dto.d.ts +1 -1
- package/dist/src/domain/model/affiliates/entities/AffiliateDetails.entity.d.ts +1 -1
- package/dist/src/domain/model/allowlist/dtos/addAllowlistWallets.dto.d.ts +3 -3
- package/dist/src/domain/model/allowlist/entities/AddAllowlistResponse.entity.d.ts +4 -4
- package/dist/src/domain/model/allowlist/entities/AllowlistWallet.d.ts +2 -2
- package/dist/src/domain/model/attachment/dtos/createAttachmentInternal.dto.d.ts +4 -4
- package/dist/src/domain/model/audit/tx/AuditTxStatus.d.ts +4 -4
- package/dist/src/domain/model/audit/tx/AuditTxVersion.d.ts +1 -1
- package/dist/src/domain/model/auth/dtos/baseCheckoutAuth.dto.d.ts +4 -4
- package/dist/src/domain/model/auth/dtos/btcProperties.dto.d.ts +2 -2
- package/dist/src/domain/model/auth/dtos/discordAuth.dto.d.ts +2 -1
- package/dist/src/domain/model/auth/dtos/signOn.dto.d.ts +8 -8
- package/dist/src/domain/model/auth/entities/AccessCodeAuthPublicConfig.entity.d.ts +2 -1
- package/dist/src/domain/model/auth/entities/AccessCodeAuthResponse.entity.d.ts +1 -1
- package/dist/src/domain/model/auth/entities/BaseCheckoutAuthPublicConfig.entity.d.ts +1 -1
- package/dist/src/domain/model/auth/entities/DiscordAuthPublicConfig.entity.d.ts +2 -2
- package/dist/src/domain/model/auth/entities/DiscordAuthToken.d.ts +2 -2
- package/dist/src/domain/model/blockchain/constants/Cluster.d.ts +3 -3
- package/dist/src/domain/model/blockchain/dtos/blockchain.dto.d.ts +2 -2
- package/dist/src/domain/model/blockchain/entities/Blockchain.entity.d.ts +1 -1
- package/dist/src/domain/model/blockchainEngine/entities/BlockchainEngine.entity.d.ts +2 -2
- package/dist/src/domain/model/claim/dtos/generateDiscordLink.dto.d.ts +2 -2
- package/dist/src/domain/model/company/dtos/updateCompany.dto.d.ts +9 -9
- package/dist/src/domain/model/company/entities/CreateCompany.d.ts +8 -8
- package/dist/src/domain/model/companyInvite/entities/index.d.ts +1 -0
- package/dist/src/domain/model/companyInvite/entities/index.js +1 -0
- package/dist/src/domain/model/companyInvite/entities/index.js.map +1 -1
- package/dist/src/domain/model/contactAddress/dtos/contactAddress.dto.d.ts +7 -7
- package/dist/src/domain/model/contactAddress/entities/ContactAddress.entity.d.ts +7 -7
- package/dist/src/domain/model/content/entities/Content.d.ts +3 -3
- package/dist/src/domain/model/currency/dtos/createCurrency.dto.d.ts +10 -10
- package/dist/src/domain/model/currency/dtos/updateCurrency.dto.d.ts +9 -9
- package/dist/src/domain/model/currency/entities/CurrencyType.d.ts +2 -2
- package/dist/src/domain/model/customer-details/dtos/customerDetails.dto.d.ts +16 -16
- package/dist/src/domain/model/customer-details/entities/Address.d.ts +3 -3
- package/dist/src/domain/model/discord-auth-details/dtos/discordAuthDetails.dto.d.ts +2 -2
- package/dist/src/domain/model/discord-user/dtos/discordUser.dto.d.ts +2 -2
- package/dist/src/domain/model/discord-user/entities/DiscordUser.entity.d.ts +2 -2
- package/dist/src/domain/model/discordDetails/dtos/createDiscordDetails.dto.d.ts +6 -6
- package/dist/src/domain/model/discount-codes/DCTokenType.d.ts +2 -2
- package/dist/src/domain/model/email/dtos/emailClaimSuccess.dto.d.ts +1 -1
- package/dist/src/domain/model/enrich-payment-request/entities/EnrichedUrls.d.ts +4 -4
- package/dist/src/domain/model/feature-flags/entities/BetaFeature.entity.d.ts +1 -1
- package/dist/src/domain/model/fee/dtos/feeDetailsDto.d.ts +2 -2
- package/dist/src/domain/model/fee/dtos/feeDto.d.ts +5 -5
- package/dist/src/domain/model/fee/entities/FeeProperties.d.ts +3 -3
- package/dist/src/domain/model/fixed-currency/dtos/fixedCurrency.dto.d.ts +2 -2
- package/dist/src/domain/model/helio-play/dtos/helioPlayProperties.dto.d.ts +3 -3
- package/dist/src/domain/model/helio-wallet/dtos/getFloorPrices.dto.d.ts +1 -1
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndNftAddress.entity.d.ts +2 -2
- package/dist/src/domain/model/invoice/entities/EnrichedInvoice.entity.d.ts +5 -5
- package/dist/src/domain/model/invoiceItem/dtos/invoiceItem.dto.d.ts +5 -5
- package/dist/src/domain/model/invoiceItem/entities/InvoiceItem.entity.d.ts +6 -6
- package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.d.ts +1 -0
- package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.js +5 -0
- package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.js.map +1 -1
- package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.d.ts +1 -0
- package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.js +5 -0
- package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.js.map +1 -1
- package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.d.ts +1 -0
- package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.js.map +1 -1
- package/dist/src/domain/model/media/dtos/mediaProperties.dto.d.ts +2 -2
- package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCancel.dto.d.ts +3 -3
- package/dist/src/domain/model/nft-send/dtos/nftSendSubmit.dto.d.ts +3 -3
- package/dist/src/domain/model/nft-send/entities/TokenNftSendPayload.entity.d.ts +3 -3
- package/dist/src/domain/model/paylink/dtos/createPaylink.dto.d.ts +1 -0
- package/dist/src/domain/model/paylink/dtos/createPaylink.dto.js +5 -0
- package/dist/src/domain/model/paylink/dtos/createPaylink.dto.js.map +1 -1
- package/dist/src/domain/model/paylink/entities/Integration.enum.d.ts +1 -1
- package/dist/src/domain/model/paylink/entities/PaylinkStats.d.ts +3 -3
- package/dist/src/domain/model/paylink/entities/ShopifyMerchentPaylink.entity.d.ts +1 -1
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTx.d.ts +3 -3
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMeta.d.ts +1 -1
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithShallowEnrichedPaylink.d.ts +9 -9
- package/dist/src/domain/model/payment-request/dtos/duplicatePaymentRequest.dto.d.ts +1 -1
- package/dist/src/domain/model/payment-request/dtos/updatePaymentRequest.dto.d.ts +1 -0
- package/dist/src/domain/model/payment-request/dtos/updatePaymentRequest.dto.js +5 -0
- package/dist/src/domain/model/payment-request/dtos/updatePaymentRequest.dto.js.map +1 -1
- package/dist/src/domain/model/payment-request/entities/BasePaymentRequest.d.ts +24 -23
- package/dist/src/domain/model/payment-request/entities/BasePaymentRequest.js.map +1 -1
- package/dist/src/domain/model/payment-request/entities/PaymentRequest.d.ts +9 -9
- package/dist/src/domain/model/payment-request/entities/PaymentRequestPreview.entity.d.ts +4 -4
- package/dist/src/domain/model/payment-request/entities/PaymentRequestType.d.ts +4 -6
- package/dist/src/domain/model/paystream/dtos/createPaystream.dto.d.ts +4 -4
- package/dist/src/domain/model/paystream/entities/PaystreamStats.d.ts +3 -3
- package/dist/src/domain/model/paystream/entities/ShallowEnrichedPaystream.d.ts +5 -5
- package/dist/src/domain/model/paystream-tx/entities/BasePaystreamTx.d.ts +11 -11
- package/dist/src/domain/model/paystream-tx/entities/PaystreamTx.entity.d.ts +13 -13
- package/dist/src/domain/model/paystream-tx/entities/PaystreamTxWithContent.d.ts +1 -1
- package/dist/src/domain/model/platform-api-key/dtos/createPlatformAPIKey.dto.d.ts +1 -1
- package/dist/src/domain/model/platform-details/entities/PlatformDetails.entity.d.ts +4 -4
- package/dist/src/domain/model/platform-details/entities/PlatformDetailsBase.entity.d.ts +1 -1
- package/dist/src/domain/model/platform-model/entities/PlatformModel.d.ts +2 -1
- package/dist/src/domain/model/prepare-refund/dtos/prepareRefund.dto.d.ts +3 -3
- package/dist/src/domain/model/prepare-stream/dtos/createStreamPrepare.dto.d.ts +7 -7
- package/dist/src/domain/model/prepare-stream/dtos/topUpStreamPrepare.dto.d.ts +2 -2
- package/dist/src/domain/model/prepare-transaction/dtos/prepareSwapTransaction.dto.d.ts +1 -1
- package/dist/src/domain/model/prepare-transaction/entities/BaseTokenTransactionPayload.entity.d.ts +6 -6
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.entity.d.ts +4 -4
- package/dist/src/domain/model/product/entities/Product.d.ts +3 -3
- package/dist/src/domain/model/product/entities/ProductInputType.d.ts +2 -2
- package/dist/src/domain/model/product-details/entities/ProductDetails.d.ts +2 -2
- package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.d.ts +3 -3
- package/dist/src/domain/model/refund/entities/Refund.entity.d.ts +5 -5
- package/dist/src/domain/model/refund-request/entities/BaseRefundRequest.entity.d.ts +6 -6
- package/dist/src/domain/model/role/entities/BaseRole.d.ts +2 -2
- package/dist/src/domain/model/role/entities/ShallowEnrichedRole.d.ts +2 -2
- package/dist/src/domain/model/settle-transaction/dtos/settleTransaction.dto.d.ts +1 -1
- package/dist/src/domain/model/shopify-pay/dtos/paymentMethod/shopifyPaymentMethod.dto.d.ts +2 -2
- package/dist/src/domain/model/slug/entities/SlugObjectType.d.ts +3 -3
- package/dist/src/domain/model/split-account/dtos/splitAccount.dto.d.ts +2 -2
- package/dist/src/domain/model/stream/dtos/cancelStream.dto.d.ts +5 -5
- package/dist/src/domain/model/stream-backend/dtos/topUpStreamBackend.dto.d.ts +4 -4
- package/dist/src/domain/model/stream-event/entities/StreamEvent.d.ts +2 -2
- package/dist/src/domain/model/submit-helio-wallet-transaction/dtos/submitHelioWalletSendTransaction.dto.d.ts +2 -1
- package/dist/src/domain/model/submit-invoice/dtos/submitInvoice.dto.d.ts +3 -3
- package/dist/src/domain/model/submit-invoice/entities/SuccessfulInvoicePayment.d.ts +1 -1
- package/dist/src/domain/model/submit-transaction/dtos/submitSwapTransaction.dto.d.ts +1 -1
- package/dist/src/domain/model/submit-transaction/dtos/submitTransaction.dto.d.ts +10 -10
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.entity.d.ts +1 -1
- package/dist/src/domain/model/token-swap/entities/SwapRouteTokenPayload.d.ts +4 -4
- package/dist/src/domain/model/trading-view-details/dtos/tradingViewIndicator.dto.d.ts +3 -3
- package/dist/src/domain/model/transaction/entities/TransactionStatsBuyer.entity.d.ts +2 -2
- package/dist/src/domain/model/transaction-meta/constants/ExportTransactionType.d.ts +4 -4
- package/dist/src/domain/model/transaction-meta/constants/TransactionStatus.d.ts +6 -6
- package/dist/src/domain/model/transaction-meta/entities/PublicTransactionMeta.entity.d.ts +16 -16
- package/dist/src/domain/model/user/dtos/updateUser.dto.d.ts +2 -2
- package/dist/src/domain/model/user/entities/UserWithPlatformDetails.entity.d.ts +3 -3
- package/dist/src/domain/model/userGroups/entities/UserGroupPermissions.d.ts +1 -0
- package/dist/src/domain/model/userGroups/entities/UserGroupPermissions.js +1 -0
- package/dist/src/domain/model/userGroups/entities/UserGroupPermissions.js.map +1 -1
- package/dist/src/domain/model/wallet/dtos/btcPaymentAddress.dto.d.ts +2 -2
- package/dist/src/domain/model/wallet/dtos/btcProperties.dto.d.ts +2 -2
- package/dist/src/domain/model/wallet/dtos/updateWallet.dto.d.ts +1 -1
- package/dist/src/domain/model/wallet/entities/WalletDetails.entity.d.ts +1 -1
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.entity.d.ts +1 -1
- package/dist/src/domain/model/webhook/stream-transaction-hook/dtos/createStreamTransactionHook.dto.d.ts +3 -3
- package/dist/src/domain/model/webhook/stream-transaction-hook/entities/StartStreamEventPayload.d.ts +2 -2
- package/dist/src/domain/model/webhook/stream-transaction-hook/entities/StreamEventPayload.d.ts +2 -2
- package/dist/src/domain/model/withdrawal/dtos/createWithdrawalDto.d.ts +3 -3
- package/dist/src/domain/services/BigIntCalculatorService.d.ts +3 -3
- package/dist/src/domain/services/BlockchainExplorerService.d.ts +1 -5
- package/dist/src/domain/services/CommonCurrencyService.d.ts +1 -3
- package/dist/src/domain/services/SolanaSerializationService.d.ts +3 -9
- package/dist/src/domain/services/SolscanService.d.ts +1 -1
- package/dist/src/domain/services/TransactionCalculatorService.d.ts +1 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/charge/dtos/prepareTransactionChargeByApiKey.dto.d.ts +0 -19
- package/dist/src/domain/model/charge/dtos/prepareTransactionChargeByApiKey.dto.js +0 -87
- package/dist/src/domain/model/charge/dtos/prepareTransactionChargeByApiKey.dto.js.map +0 -1
- package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.d.ts +0 -19
- package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.js +0 -87
- package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.js.map +0 -1
- package/dist/src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.d.ts +0 -5
- package/dist/src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.js +0 -28
- package/dist/src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.js.map +0 -1
- package/dist/src/domain/model/charge/dtos/prepareTransactionFromChargeForBlink.dto.d.ts +0 -4
- package/dist/src/domain/model/charge/dtos/prepareTransactionFromChargeForBlink.dto.js +0 -27
- package/dist/src/domain/model/charge/dtos/prepareTransactionFromChargeForBlink.dto.js.map +0 -1
- package/dist/src/domain/model/charge/dtos/shopifyDetails.dto.d.ts +0 -4
- package/dist/src/domain/model/charge/dtos/shopifyDetails.dto.js +0 -27
- package/dist/src/domain/model/charge/dtos/shopifyDetails.dto.js.map +0 -1
- package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.d.ts +0 -4
- package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.js +0 -7
- package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.js.map +0 -1
- package/dist/src/domain/model/discount-codes/entities/DiscountCodePublicAccess.entity.d.ts +0 -8
- package/dist/src/domain/model/discount-codes/entities/DiscountCodePublicAccess.entity.js +0 -8
- package/dist/src/domain/model/discount-codes/entities/DiscountCodePublicAccess.entity.js.map +0 -1
- package/dist/src/domain/model/eventDetails/dtos/eventDetails.dto.d.ts +0 -4
- package/dist/src/domain/model/eventDetails/dtos/eventDetails.dto.js +0 -29
- package/dist/src/domain/model/eventDetails/dtos/eventDetails.dto.js.map +0 -1
- package/dist/src/domain/model/eventDetails/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/eventDetails/dtos/index.js +0 -18
- package/dist/src/domain/model/eventDetails/dtos/index.js.map +0 -1
- package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.d.ts +0 -4
- package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.js +0 -6
- package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.js.map +0 -1
- package/dist/src/domain/model/eventDetails/entities/index.d.ts +0 -1
- package/dist/src/domain/model/eventDetails/entities/index.js +0 -18
- package/dist/src/domain/model/eventDetails/entities/index.js.map +0 -1
- package/dist/src/domain/model/eventDetails/index.d.ts +0 -2
- package/dist/src/domain/model/eventDetails/index.js +0 -19
- package/dist/src/domain/model/eventDetails/index.js.map +0 -1
- package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.d.ts +0 -8
- package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.js +0 -42
- package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.js.map +0 -1
- package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.d.ts +0 -14
- package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.js +0 -8
- package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.js.map +0 -1
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.d.ts +0 -14
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js +0 -73
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js.map +0 -1
- package/dist/src/domain/model/paylink/entities/BlinkResponse.d.ts +0 -14
- package/dist/src/domain/model/paylink/entities/BlinkResponse.js +0 -3
- package/dist/src/domain/model/paylink/entities/BlinkResponse.js.map +0 -1
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.d.ts +0 -16
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.js +0 -8
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.js.map +0 -1
- package/dist/src/domain/model/payment-request/entities/ShopifyMerchantPaymentRequest.d.ts +0 -9
- package/dist/src/domain/model/payment-request/entities/ShopifyMerchantPaymentRequest.js +0 -8
- package/dist/src/domain/model/payment-request/entities/ShopifyMerchantPaymentRequest.js.map +0 -1
- package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.d.ts +0 -22
- package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js +0 -232
- package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js.map +0 -1
- package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.d.ts +0 -4
- package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.js +0 -8
- package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.js.map +0 -1
- package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.d.ts +0 -4
- package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.js +0 -8
- package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.js.map +0 -1
- package/dist/src/domain/model/prepare-refund/shopify/entities/index.d.ts +0 -1
- package/dist/src/domain/model/prepare-refund/shopify/entities/index.js +0 -18
- package/dist/src/domain/model/prepare-refund/shopify/entities/index.js.map +0 -1
- package/dist/src/domain/model/prepare-refund/shopify/index.d.ts +0 -1
- package/dist/src/domain/model/prepare-refund/shopify/index.js +0 -34
- package/dist/src/domain/model/prepare-refund/shopify/index.js.map +0 -1
- package/dist/src/domain/model/pricing/dtos/createPricing.dto.d.ts +0 -4
- package/dist/src/domain/model/pricing/dtos/createPricing.dto.js +0 -31
- package/dist/src/domain/model/pricing/dtos/createPricing.dto.js.map +0 -1
- package/dist/src/domain/model/pricing/dtos/index.d.ts +0 -2
- package/dist/src/domain/model/pricing/dtos/index.js +0 -35
- package/dist/src/domain/model/pricing/dtos/index.js.map +0 -1
- package/dist/src/domain/model/pricing/dtos/updatePricing.dto.d.ts +0 -3
- package/dist/src/domain/model/pricing/dtos/updatePricing.dto.js +0 -25
- package/dist/src/domain/model/pricing/dtos/updatePricing.dto.js.map +0 -1
- package/dist/src/domain/model/pricing/entities/BasePricing.d.ts +0 -4
- package/dist/src/domain/model/pricing/entities/BasePricing.js +0 -42
- package/dist/src/domain/model/pricing/entities/BasePricing.js.map +0 -1
- package/dist/src/domain/model/pricing/entities/Pricing.d.ts +0 -5
- package/dist/src/domain/model/pricing/entities/Pricing.js +0 -8
- package/dist/src/domain/model/pricing/entities/Pricing.js.map +0 -1
- package/dist/src/domain/model/pricing/entities/index.d.ts +0 -2
- package/dist/src/domain/model/pricing/entities/index.js +0 -19
- package/dist/src/domain/model/pricing/entities/index.js.map +0 -1
- package/dist/src/domain/model/pricing/index.d.ts +0 -2
- package/dist/src/domain/model/pricing/index.js +0 -19
- package/dist/src/domain/model/pricing/index.js.map +0 -1
- package/dist/src/domain/model/raffle-details/dtos/createRaffleDetails.dto.d.ts +0 -7
- package/dist/src/domain/model/raffle-details/dtos/createRaffleDetails.dto.js +0 -84
- package/dist/src/domain/model/raffle-details/dtos/createRaffleDetails.dto.js.map +0 -1
- package/dist/src/domain/model/raffle-details/dtos/updateRaffleDetails.dto.d.ts +0 -6
- package/dist/src/domain/model/raffle-details/dtos/updateRaffleDetails.dto.js +0 -37
- package/dist/src/domain/model/raffle-details/dtos/updateRaffleDetails.dto.js.map +0 -1
- package/dist/src/domain/model/refund-request/dtos/SubmitRefundRequest.dto.d.ts +0 -9
- package/dist/src/domain/model/refund-request/dtos/SubmitRefundRequest.dto.js +0 -74
- package/dist/src/domain/model/refund-request/dtos/SubmitRefundRequest.dto.js.map +0 -1
- package/dist/src/domain/model/refund-request/entities/GetRefundRequestsCountQueryParams.d.ts +0 -4
- package/dist/src/domain/model/refund-request/entities/GetRefundRequestsCountQueryParams.js +0 -26
- package/dist/src/domain/model/refund-request/entities/GetRefundRequestsCountQueryParams.js.map +0 -1
- package/dist/src/domain/model/refund-request/entities/GetRefundRequestsQueryParams.d.ts +0 -7
- package/dist/src/domain/model/refund-request/entities/GetRefundRequestsQueryParams.js +0 -41
- package/dist/src/domain/model/refund-request/entities/GetRefundRequestsQueryParams.js.map +0 -1
- package/dist/src/domain/model/refund-request/entities/RefundRequestQueryParams.d.ts +0 -7
- package/dist/src/domain/model/refund-request/entities/RefundRequestQueryParams.js +0 -41
- package/dist/src/domain/model/refund-request/entities/RefundRequestQueryParams.js.map +0 -1
- package/dist/src/domain/model/refund-request/entities/RefundRequestType.enum.d.ts +0 -4
- package/dist/src/domain/model/refund-request/entities/RefundRequestType.enum.js +0 -9
- package/dist/src/domain/model/refund-request/entities/RefundRequestType.enum.js.map +0 -1
- package/dist/src/domain/model/role/dtos/createRole.dto.d.ts +0 -6
- package/dist/src/domain/model/role/dtos/createRole.dto.js +0 -33
- package/dist/src/domain/model/role/dtos/createRole.dto.js.map +0 -1
- package/dist/src/domain/model/role/dtos/index.d.ts +0 -2
- package/dist/src/domain/model/role/dtos/index.js +0 -19
- package/dist/src/domain/model/role/dtos/index.js.map +0 -1
- package/dist/src/domain/model/role/dtos/updateRole.dto.d.ts +0 -4
- package/dist/src/domain/model/role/dtos/updateRole.dto.js +0 -23
- package/dist/src/domain/model/role/dtos/updateRole.dto.js.map +0 -1
- package/dist/src/domain/model/shopify/auth/index.d.ts +0 -1
- package/dist/src/domain/model/shopify/auth/index.js +0 -18
- package/dist/src/domain/model/shopify/auth/index.js.map +0 -1
- package/dist/src/domain/model/shopify/auth/shopifyAuthQueryParams.dto.d.ts +0 -6
- package/dist/src/domain/model/shopify/auth/shopifyAuthQueryParams.dto.js +0 -72
- package/dist/src/domain/model/shopify/auth/shopifyAuthQueryParams.dto.js.map +0 -1
- package/dist/src/domain/model/shopify/index.d.ts +0 -1
- package/dist/src/domain/model/shopify/index.js +0 -18
- package/dist/src/domain/model/shopify/index.js.map +0 -1
- package/dist/src/domain/model/shopify-gdpr/dtos/Customer.dto.d.ts +0 -4
- package/dist/src/domain/model/shopify-gdpr/dtos/Customer.dto.js +0 -27
- package/dist/src/domain/model/shopify-gdpr/dtos/Customer.dto.js.map +0 -1
- package/dist/src/domain/model/shopify-gdpr/dtos/CustomerDataRequest.dto.d.ts +0 -9
- package/dist/src/domain/model/shopify-gdpr/dtos/CustomerDataRequest.dto.js +0 -85
- package/dist/src/domain/model/shopify-gdpr/dtos/CustomerDataRequest.dto.js.map +0 -1
- package/dist/src/domain/model/shopify-gdpr/dtos/CustomerRedactRequest.dto.d.ts +0 -7
- package/dist/src/domain/model/shopify-gdpr/dtos/CustomerRedactRequest.dto.js +0 -74
- package/dist/src/domain/model/shopify-gdpr/dtos/CustomerRedactRequest.dto.js.map +0 -1
- package/dist/src/domain/model/shopify-gdpr/dtos/DataRequest.dto.d.ts +0 -3
- package/dist/src/domain/model/shopify-gdpr/dtos/DataRequest.dto.js +0 -22
- package/dist/src/domain/model/shopify-gdpr/dtos/DataRequest.dto.js.map +0 -1
- package/dist/src/domain/model/shopify-gdpr/dtos/ShopRedactRequest.dto.d.ts +0 -4
- package/dist/src/domain/model/shopify-gdpr/dtos/ShopRedactRequest.dto.js +0 -27
- package/dist/src/domain/model/shopify-gdpr/dtos/ShopRedactRequest.dto.js.map +0 -1
- package/dist/src/domain/model/shopify-gdpr/dtos/index.d.ts +0 -5
- package/dist/src/domain/model/shopify-gdpr/dtos/index.js +0 -22
- package/dist/src/domain/model/shopify-gdpr/dtos/index.js.map +0 -1
- package/dist/src/domain/model/shopify-gdpr/index.d.ts +0 -1
- package/dist/src/domain/model/shopify-gdpr/index.js +0 -18
- package/dist/src/domain/model/shopify-gdpr/index.js.map +0 -1
- package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantData.entity.d.ts +0 -9
- package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantData.entity.js +0 -8
- package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantData.entity.js.map +0 -1
- package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.d.ts +0 -7
- package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.js +0 -41
- package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.js.map +0 -1
- package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomerAddress.dto.d.ts +0 -8
- package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomerAddress.dto.js +0 -92
- package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomerAddress.dto.js.map +0 -1
- package/dist/src/domain/model/stream-features/dtos/streamFeaturesDto.d.ts +0 -4
- package/dist/src/domain/model/stream-features/dtos/streamFeaturesDto.js +0 -43
- package/dist/src/domain/model/stream-features/dtos/streamFeaturesDto.js.map +0 -1
- package/dist/src/domain/model/submit-shopify-refund/dtos/submitRefund.dto.d.ts +0 -8
- package/dist/src/domain/model/submit-shopify-refund/dtos/submitRefund.dto.js +0 -43
- package/dist/src/domain/model/submit-shopify-refund/dtos/submitRefund.dto.js.map +0 -1
- package/dist/src/domain/model/submit-transaction/dtos/submitTransactionV0.dto.d.ts +0 -18
- package/dist/src/domain/model/submit-transaction/dtos/submitTransactionV0.dto.js +0 -82
- package/dist/src/domain/model/submit-transaction/dtos/submitTransactionV0.dto.js.map +0 -1
- package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.d.ts +0 -6
- package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.js +0 -33
- package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.js.map +0 -1
- package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.d.ts +0 -5
- package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.js +0 -53
- package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.js.map +0 -1
- package/dist/src/domain/model/transaction/entities/Claim.entity.d.ts +0 -11
- package/dist/src/domain/model/transaction/entities/Claim.entity.js +0 -7
- package/dist/src/domain/model/transaction/entities/Claim.entity.js.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { FeeDetailsDto } from './feeDetailsDto';
|
|
2
2
|
export declare class FeeDto {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
fee: FeeDetailsDto;
|
|
4
|
+
helioXFee: FeeDetailsDto;
|
|
5
|
+
feature: string;
|
|
6
|
+
name?: string;
|
|
7
|
+
description?: string;
|
|
8
8
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MediaPropertiesDto } from '../../media';
|
|
2
2
|
export declare class HelioPlayPropertiesDto {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
durationSec?: number;
|
|
4
|
+
previewAttachmentId?: string;
|
|
5
|
+
media: MediaPropertiesDto;
|
|
6
6
|
}
|
|
@@ -5,9 +5,9 @@ import { BaseUser } from '../../user';
|
|
|
5
5
|
import { Currency } from '../../currency';
|
|
6
6
|
import { Recipient } from '../../recipient';
|
|
7
7
|
export declare class EnrichedInvoice extends Invoice {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
company: BaseCompany;
|
|
9
|
+
wallet: BaseWallet;
|
|
10
|
+
creator: BaseUser;
|
|
11
|
+
pricingCurrency: Currency;
|
|
12
|
+
recipients: Recipient[];
|
|
13
13
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { BaseAttachment } from '../../attachment';
|
|
2
2
|
import { Entity } from '../../entity';
|
|
3
3
|
export declare class InvoiceItem extends Entity {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
price: bigint;
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
quantity: number;
|
|
8
|
+
image?: BaseAttachment;
|
|
9
|
+
description?: string;
|
|
10
10
|
}
|
|
@@ -69,5 +69,10 @@ __decorate([
|
|
|
69
69
|
(0, class_validator_1.IsOptional)(),
|
|
70
70
|
__metadata("design:type", Boolean)
|
|
71
71
|
], CreateLinkFeaturesDto.prototype, "requireRaffle", void 0);
|
|
72
|
+
__decorate([
|
|
73
|
+
(0, class_validator_1.IsBoolean)(),
|
|
74
|
+
(0, class_validator_1.IsOptional)(),
|
|
75
|
+
__metadata("design:type", Boolean)
|
|
76
|
+
], CreateLinkFeaturesDto.prototype, "shouldRedirectOnSuccess", void 0);
|
|
72
77
|
exports.CreateLinkFeaturesDto = CreateLinkFeaturesDto;
|
|
73
78
|
//# sourceMappingURL=createLinkFeatures.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createLinkFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/dtos/createLinkFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6EAAiF;AAEjF,MAAa,qBAAsB,SAAQ,0DAA+B;
|
|
1
|
+
{"version":3,"file":"createLinkFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/dtos/createLinkFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6EAAiF;AAEjF,MAAa,qBAAsB,SAAQ,0DAA+B;CAgDzE;AA/CC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACU;AAEvB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACU;AAEvB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;gEACe;AAE5B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oEACmB;AAEhC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACS;AAEtB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;yDACS;AAErB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACc;AAE3B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACc;AAE3B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;4DACW;AAExB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sEACqB;AA/CpC,sDAgDC"}
|
|
@@ -69,5 +69,10 @@ __decorate([
|
|
|
69
69
|
(0, class_validator_1.IsOptional)(),
|
|
70
70
|
__metadata("design:type", Boolean)
|
|
71
71
|
], UpdateLinkFeaturesDto.prototype, "requireRaffle", void 0);
|
|
72
|
+
__decorate([
|
|
73
|
+
(0, class_validator_1.IsBoolean)(),
|
|
74
|
+
(0, class_validator_1.IsOptional)(),
|
|
75
|
+
__metadata("design:type", Boolean)
|
|
76
|
+
], UpdateLinkFeaturesDto.prototype, "shouldRedirectOnSuccess", void 0);
|
|
72
77
|
exports.UpdateLinkFeaturesDto = UpdateLinkFeaturesDto;
|
|
73
78
|
//# sourceMappingURL=updateLinkFeatures.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateLinkFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/dtos/updateLinkFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6EAAiF;AAEjF,MAAa,qBAAsB,SAAQ,0DAA+B;
|
|
1
|
+
{"version":3,"file":"updateLinkFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/dtos/updateLinkFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6EAAiF;AAEjF,MAAa,qBAAsB,SAAQ,0DAA+B;CAgDzE;AA/CC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACU;AAEvB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACU;AAEvB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;gEACe;AAE5B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oEACmB;AAEhC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACS;AAEtB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;yDACS;AAErB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACc;AAE3B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACc;AAE3B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;4DACW;AAExB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sEACqB;AA/CpC,sDAgDC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkFeatures.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/entities/LinkFeatures.entity.ts"],"names":[],"mappings":";;;AAAA,6EAAwE;AAExE,MAAa,YAAa,SAAQ,iDAAsB;
|
|
1
|
+
{"version":3,"file":"LinkFeatures.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/entities/LinkFeatures.entity.ts"],"names":[],"mappings":";;;AAAA,6EAAwE;AAExE,MAAa,YAAa,SAAQ,iDAAsB;CAoBvD;AApBD,oCAoBC"}
|
|
@@ -88,5 +88,10 @@ __decorate([
|
|
|
88
88
|
(0, class_validator_1.MaxLength)(100),
|
|
89
89
|
__metadata("design:type", String)
|
|
90
90
|
], CreatePaylinkDto.prototype, "sourceIntegrationVersion", void 0);
|
|
91
|
+
__decorate([
|
|
92
|
+
(0, class_validator_1.IsString)(),
|
|
93
|
+
(0, class_validator_1.IsOptional)(),
|
|
94
|
+
__metadata("design:type", String)
|
|
95
|
+
], CreatePaylinkDto.prototype, "redirectUrl", void 0);
|
|
91
96
|
exports.CreatePaylinkDto = CreatePaylinkDto;
|
|
92
97
|
//# sourceMappingURL=createPaylink.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createPaylink.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/dtos/createPaylink.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yDAAyC;AACzC,uDAA4D;AAC5D,uDAAqD;AACrD,2DAAgE;AAChE,iDAA0D;AAC1D,yDAAuD;AACvD,kDAAmD;AACnD,iDAAuD;AACvD,6DAA2D;AAC3D,yDAAwD;AAMxD,MAAa,gBAAiB,SAAQ,yCAAuB;
|
|
1
|
+
{"version":3,"file":"createPaylink.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/dtos/createPaylink.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yDAAyC;AACzC,uDAA4D;AAC5D,uDAAqD;AACrD,2DAAgE;AAChE,iDAA0D;AAC1D,yDAAuD;AACvD,kDAAmD;AACnD,iDAAuD;AACvD,6DAA2D;AAC3D,yDAAwD;AAMxD,MAAa,gBAAiB,SAAQ,yCAAuB;CAyD5D;AAxDC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qCAAqB,CAAC;IACjC,IAAA,gCAAc,GAAE;8BACP,qCAAqB;kDAAC;AAEhC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8BAAc,CAAC;IAC1B,IAAA,4BAAU,GAAE;;sDACmB;AAEhC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gCAAe,CAAC;IAC3B,IAAA,4BAAU,GAAE;;uDACqB;AAElC;IAAC,IAAA,wBAAM,EAAC,yBAAa,CAAC;IACrB,IAAA,4BAAU,GAAE;;uDACiB;AAE9B;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACU;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACQ;AAErB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAsB,CAAC;IAClC,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACK,mCAAsB;6DAAC;AAE7C;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACM;AAEnB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gCAAmB,CAAC;IAC/B,IAAA,gCAAc,GAAE;8BACE,gCAAmB;0DAAC;AAEvC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,iCAAgB,CAAC;IAC5B,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACD,iCAAgB;uDAAC;AAEjC;IAAC,IAAA,wBAAM,EAAC,oCAAiB,CAAC;IACzB,IAAA,4BAAU,GAAE;;2DACyB;AAEtC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;kEACmB;AAElC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACQ;AAxDvB,4CAyDC"}
|
|
@@ -3,7 +3,7 @@ import type { Paylink } from '../../paylink';
|
|
|
3
3
|
import { BasePaylinkTx } from './BasePaylinkTx';
|
|
4
4
|
import { Refund } from '../../refund';
|
|
5
5
|
export declare class PaylinkTx extends BasePaylinkTx {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
meta: TransactionMeta;
|
|
7
|
+
paylink: Paylink;
|
|
8
|
+
refunds: Refund[];
|
|
9
9
|
}
|
|
@@ -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
|
}
|
|
@@ -5,13 +5,13 @@ import { Contact } from '../../contact';
|
|
|
5
5
|
import { BlockchainSymbol } from '../../blockchain';
|
|
6
6
|
import { Refund } from '../../refund';
|
|
7
7
|
export declare class PaylinkTxWithShallowEnrichedPaylink extends BasePaylinkTx {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
8
|
+
meta: ShallowEnrichedTransactionMeta;
|
|
9
|
+
paylink: ShallowEnrichedPaylink;
|
|
10
|
+
contact?: Contact;
|
|
11
|
+
paymentRequestCreatorId: string;
|
|
12
|
+
paymentRequestName: string;
|
|
13
|
+
paymentRequestImageUrl?: string;
|
|
14
|
+
paymentRequestCurrencySymbol: string;
|
|
15
|
+
paymentRequestBlockchain: BlockchainSymbol;
|
|
16
|
+
refunds: Refund[];
|
|
17
17
|
}
|
|
@@ -163,5 +163,10 @@ __decorate([
|
|
|
163
163
|
(0, class_validator_1.ValidateNested)(),
|
|
164
164
|
__metadata("design:type", countdown_details_1.CountdownDetailsDto)
|
|
165
165
|
], UpdatePaymentRequestDto.prototype, "countdownDetails", void 0);
|
|
166
|
+
__decorate([
|
|
167
|
+
(0, class_validator_1.IsString)(),
|
|
168
|
+
(0, class_validator_1.IsOptional)(),
|
|
169
|
+
__metadata("design:type", String)
|
|
170
|
+
], UpdatePaymentRequestDto.prototype, "redirectUrl", void 0);
|
|
166
171
|
exports.UpdatePaymentRequestDto = UpdatePaymentRequestDto;
|
|
167
172
|
//# sourceMappingURL=updatePaymentRequest.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updatePaymentRequest.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/dtos/updatePaymentRequest.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAUyB;AACzB,yDAAoD;AACpD,2CAA2C;AAC3C,2CAA2C;AAC3C,mFAAgF;AAChF,iDAAoD;AACpD,6CAA4C;AAC5C,oDAAgD;AAChD,+CAA+C;AAC/C,qEAAmE;AACnE,qEAAqE;AACrE,uDAAsD;AACtD,+DAA8D;AAE9D,MAAa,uBAAuB;
|
|
1
|
+
{"version":3,"file":"updatePaymentRequest.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/dtos/updatePaymentRequest.dto.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,27 +6,28 @@ import { EventDetails } from '../../event-details';
|
|
|
6
6
|
import { CountdownDetails } from '../../countdown-details';
|
|
7
7
|
import { Platform, Template } from '../../../constants';
|
|
8
8
|
export declare class BasePaymentRequest extends Entity {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
9
|
+
price: bigint;
|
|
10
|
+
normalizedPrice?: bigint;
|
|
11
|
+
id: string;
|
|
12
|
+
name: string;
|
|
13
|
+
template: Template;
|
|
14
|
+
description?: string;
|
|
15
|
+
imageUrl?: string;
|
|
16
|
+
maxTransactions?: number;
|
|
17
|
+
notifySenderByEmail: boolean;
|
|
18
|
+
notifyReceiverByEmail: boolean;
|
|
19
|
+
addDiscordRole: boolean;
|
|
20
|
+
platform: Platform;
|
|
21
|
+
disabled?: boolean;
|
|
22
|
+
inactive?: boolean;
|
|
23
|
+
createdAt?: string;
|
|
24
|
+
updatedAt?: string;
|
|
25
|
+
dynamic?: boolean;
|
|
26
|
+
nftCollectionAddress?: string;
|
|
27
|
+
discordAuthDetails?: DiscordAuthDetails[];
|
|
28
|
+
accessCodeAuthProperties?: AccessCodeAuthProperties;
|
|
29
|
+
nftDrop?: NftDrop;
|
|
30
|
+
eventDetails?: EventDetails;
|
|
31
|
+
countdownDetails?: CountdownDetails;
|
|
32
|
+
redirectUrl?: string;
|
|
32
33
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasePaymentRequest.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/BasePaymentRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;AAQtC,MAAa,kBAAmB,SAAQ,eAAM;
|
|
1
|
+
{"version":3,"file":"BasePaymentRequest.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/BasePaymentRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;AAQtC,MAAa,kBAAmB,SAAQ,eAAM;CAkD7C;AAjDC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;iDAC1B;AAEd;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;2DACf;AAL3B,gDAkDC"}
|
|
@@ -8,13 +8,13 @@ import { SplitWallet } from '../../split-wallets';
|
|
|
8
8
|
import { DiscountCode } from '../../discount-codes';
|
|
9
9
|
import { Recipient } from '../../recipient';
|
|
10
10
|
export declare class PaymentRequest extends BasePaymentRequest {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
11
|
+
creator: User;
|
|
12
|
+
company: BaseCompany;
|
|
13
|
+
currency: Currency;
|
|
14
|
+
wallet: Wallet;
|
|
15
|
+
product: Product;
|
|
16
|
+
pricingCurrency: Currency;
|
|
17
|
+
recipients?: Recipient[];
|
|
18
|
+
splitWallets?: SplitWallet[];
|
|
19
|
+
discountCodes?: DiscountCode[];
|
|
20
20
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Entity } from '../../entity';
|
|
2
2
|
export declare class PaymentRequestPreview extends Entity {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
title?: string;
|
|
4
|
+
imageUrl?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
isHelioPlay?: boolean;
|
|
7
7
|
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
export declare enum PaymentRequestType {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
PAYLINK = "PAYLINK",
|
|
3
|
+
PAYSTREAM = "PAYSTREAM",
|
|
4
|
+
INVOICE = "INVOICE"
|
|
5
5
|
}
|
|
6
|
-
export declare const toPaymentRequestType: (
|
|
7
|
-
type?: string,
|
|
8
|
-
) => PaymentRequestType | undefined;
|
|
6
|
+
export declare const toPaymentRequestType: (type?: string) => PaymentRequestType | undefined;
|
|
@@ -3,8 +3,8 @@ import { CreatePaymentRequestDto } from '../../payment-request';
|
|
|
3
3
|
import { HelioPlayPropertiesDto } from '../../helio-play';
|
|
4
4
|
import { IntervalType } from '../../../constants';
|
|
5
5
|
export declare class CreatePaystreamDto extends CreatePaymentRequestDto {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
helioPlayProperties?: HelioPlayPropertiesDto;
|
|
7
|
+
features: CreateStreamFeaturesDto;
|
|
8
|
+
interval: IntervalType;
|
|
9
|
+
maxTime: number;
|
|
10
10
|
}
|
|
@@ -4,9 +4,9 @@ import { ContentResponse } from '../../content';
|
|
|
4
4
|
import { HelioPlayProperties } from '../../helio-play';
|
|
5
5
|
import { IntervalType } from '../../../constants';
|
|
6
6
|
export declare class ShallowEnrichedPaystream extends ShallowEnrichedPaymentRequest {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
maxTime: number;
|
|
8
|
+
interval: IntervalType;
|
|
9
|
+
content?: ContentResponse;
|
|
10
|
+
features: StreamFeatures;
|
|
11
|
+
helioPlayProperties?: HelioPlayProperties;
|
|
12
12
|
}
|
|
@@ -3,15 +3,15 @@ import { StreamEvent } from '../../stream-event';
|
|
|
3
3
|
import { PaymentRequestType } from '../../payment-request';
|
|
4
4
|
import { ClaimDetails } from '../../claim-details';
|
|
5
5
|
export declare class BasePaystreamTx extends Entity {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
6
|
+
startedAt: StreamEvent;
|
|
7
|
+
canceledAt: StreamEvent | null;
|
|
8
|
+
endedAt: bigint;
|
|
9
|
+
id: string;
|
|
10
|
+
paymentAccount: string;
|
|
11
|
+
createdAt: string;
|
|
12
|
+
interval: number;
|
|
13
|
+
paymentType: PaymentRequestType;
|
|
14
|
+
active: boolean;
|
|
15
|
+
isHelioX?: boolean;
|
|
16
|
+
claimDetails: ClaimDetails;
|
|
17
17
|
}
|
|
@@ -6,17 +6,17 @@ import { Contact } from '../../contact';
|
|
|
6
6
|
import { BlockchainSymbol } from '../../blockchain';
|
|
7
7
|
import { Funding } from '../../funding';
|
|
8
8
|
export declare class PaystreamTx extends BasePaystreamTx {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
9
|
+
paystream: Paystream;
|
|
10
|
+
meta: TransactionMeta;
|
|
11
|
+
withdrawals: Withdrawal[];
|
|
12
|
+
fundings: Funding[];
|
|
13
|
+
fee: bigint;
|
|
14
|
+
contact?: Contact;
|
|
15
|
+
paymentRequestCreatorId: string;
|
|
16
|
+
paymentRequestName: string;
|
|
17
|
+
paymentRequestImageUrl?: string;
|
|
18
|
+
paymentRequestCurrencySymbol: string;
|
|
19
|
+
paymentRequestBlockchain: BlockchainSymbol;
|
|
20
|
+
totalWithdrawn?: bigint;
|
|
21
|
+
canWithdraw?: boolean;
|
|
22
22
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PlatformDetailsBase } from './PlatformDetailsBase.entity';
|
|
2
2
|
export declare class PlatformDetails extends PlatformDetailsBase {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
externalId?: string;
|
|
4
|
+
issuer?: string;
|
|
5
|
+
email?: string;
|
|
6
|
+
publicAddress?: string;
|
|
7
7
|
}
|