@heliofi/common 0.2.37 → 0.2.39
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/redirectQueryParams.d.ts +3 -0
- package/dist/src/domain/constants/redirectQueryParams.js +8 -0
- package/dist/src/domain/constants/redirectQueryParams.js.map +1 -0
- package/dist/src/domain/constants/solanaTransactionVersion.d.ts +2 -2
- package/dist/src/domain/constants/transactionStatusTokenHeaderName.d.ts +2 -1
- package/dist/src/domain/constants/wallet.d.ts +2 -2
- package/dist/src/domain/decorators/BigintMin.d.ts +8 -2
- package/dist/src/domain/decorators/PartialRequired.d.ts +4 -1
- 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 +1 -2
- package/dist/src/domain/model/auth/dtos/external/externalAuth.dto.d.ts +9 -0
- package/dist/src/domain/model/auth/dtos/external/externalAuth.dto.js +44 -0
- package/dist/src/domain/model/auth/dtos/external/externalAuth.dto.js.map +1 -0
- package/dist/src/domain/model/auth/dtos/signOn.dto.d.ts +8 -8
- package/dist/src/domain/model/auth/dtos/tokenSwapPayload.dto.d.ts +3 -0
- package/dist/src/domain/model/auth/dtos/tokenSwapPayload.dto.js +22 -0
- package/dist/src/domain/model/auth/dtos/tokenSwapPayload.dto.js.map +1 -0
- package/dist/src/domain/model/auth/entities/AccessCodeAuthPublicConfig.entity.d.ts +1 -2
- 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/charge/dtos/prepareTransactionChargeByApiKey.dto.d.ts +19 -0
- package/dist/src/domain/model/charge/dtos/prepareTransactionChargeByApiKey.dto.js +87 -0
- package/dist/src/domain/model/charge/dtos/prepareTransactionChargeByApiKey.dto.js.map +1 -0
- package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.d.ts +19 -0
- package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.js +87 -0
- package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.js.map +1 -0
- package/dist/src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.d.ts +5 -0
- package/dist/src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.js +28 -0
- package/dist/src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.js.map +1 -0
- package/dist/src/domain/model/charge/dtos/prepareTransactionFromChargeForBlink.dto.d.ts +4 -0
- package/dist/src/domain/model/charge/dtos/prepareTransactionFromChargeForBlink.dto.js +27 -0
- package/dist/src/domain/model/charge/dtos/prepareTransactionFromChargeForBlink.dto.js.map +1 -0
- package/dist/src/domain/model/charge/dtos/shopifyDetails.dto.d.ts +4 -0
- package/dist/src/domain/model/{telegram-details/dtos/telegramLogin.dto.js → charge/dtos/shopifyDetails.dto.js} +6 -11
- package/dist/src/domain/model/charge/dtos/shopifyDetails.dto.js.map +1 -0
- package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.d.ts +4 -0
- package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.js +7 -0
- package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.js.map +1 -0
- package/dist/src/domain/model/claim/dtos/generateDiscordLink.dto.d.ts +2 -2
- package/dist/src/domain/model/company/dtos/createCompany.dto copy.d.ts +8 -0
- package/dist/src/domain/model/company/dtos/createCompany.dto copy.js +47 -0
- package/dist/src/domain/model/company/dtos/createCompany.dto copy.js.map +1 -0
- 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/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/entities/CurrencyInfo.entity.d.ts +7 -0
- package/dist/src/domain/model/currency/entities/CurrencyInfo.entity.js +16 -0
- package/dist/src/domain/model/currency/entities/CurrencyInfo.entity.js.map +1 -0
- package/dist/src/domain/model/currency/entities/CurrencyType.d.ts +2 -2
- package/dist/src/domain/model/currency/entities/index.d.ts +1 -0
- package/dist/src/domain/model/currency/entities/index.js +1 -0
- package/dist/src/domain/model/currency/entities/index.js.map +1 -1
- 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/eventDetails/dtos/eventDetails.dto.d.ts +4 -0
- package/dist/src/domain/model/eventDetails/dtos/eventDetails.dto.js +29 -0
- package/dist/src/domain/model/eventDetails/dtos/eventDetails.dto.js.map +1 -0
- package/dist/src/domain/model/eventDetails/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/eventDetails/dtos/index.js +18 -0
- package/dist/src/domain/model/eventDetails/dtos/index.js.map +1 -0
- package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.d.ts +4 -0
- package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.js +6 -0
- package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.js.map +1 -0
- package/dist/src/domain/model/eventDetails/entities/index.d.ts +1 -0
- package/dist/src/domain/model/eventDetails/entities/index.js +18 -0
- package/dist/src/domain/model/eventDetails/entities/index.js.map +1 -0
- package/dist/src/domain/model/eventDetails/index.d.ts +2 -0
- package/dist/src/domain/model/eventDetails/index.js +19 -0
- package/dist/src/domain/model/eventDetails/index.js.map +1 -0
- 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/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/fee/dtos/index.js +1 -0
- package/dist/src/domain/model/fee/dtos/index.js.map +1 -1
- 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/index.d.ts +2 -0
- package/dist/src/domain/model/index.js +2 -0
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/invoice/entities/EnrichedInvoice.entity.d.ts +5 -5
- package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.d.ts +8 -0
- package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.js +42 -0
- package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.js.map +1 -0
- package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.d.ts +14 -0
- package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.js +8 -0
- package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.js.map +1 -0
- 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/linkFeatures.dto.d.ts +14 -0
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js +73 -0
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js.map +1 -0
- 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/entities/TokenNftSendPayload.entity.d.ts +3 -3
- package/dist/src/domain/model/onramper/dtos/getPaymentMethods.dto.d.ts +5 -0
- package/dist/src/domain/model/onramper/dtos/getPaymentMethods.dto.js +28 -0
- package/dist/src/domain/model/onramper/dtos/getPaymentMethods.dto.js.map +1 -0
- package/dist/src/domain/model/onramper/dtos/getQuote.dto.d.ts +6 -0
- package/dist/src/domain/model/onramper/dtos/getQuote.dto.js +37 -0
- package/dist/src/domain/model/onramper/dtos/getQuote.dto.js.map +1 -0
- package/dist/src/domain/model/onramper/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/onramper/dtos/index.js +19 -0
- package/dist/src/domain/model/onramper/dtos/index.js.map +1 -0
- package/dist/src/domain/model/onramper/entities/OnramperCurrency.entity.d.ts +12 -0
- package/dist/src/domain/model/onramper/entities/OnramperCurrency.entity.js +7 -0
- package/dist/src/domain/model/onramper/entities/OnramperCurrency.entity.js.map +1 -0
- package/dist/src/domain/model/onramper/entities/OnramperPaymentMethod.entity.d.ts +5 -0
- package/dist/src/domain/model/onramper/entities/OnramperPaymentMethod.entity.js +7 -0
- package/dist/src/domain/model/onramper/entities/OnramperPaymentMethod.entity.js.map +1 -0
- package/dist/src/domain/model/onramper/entities/OnramperQuote.entity.d.ts +10 -0
- package/dist/src/domain/model/onramper/entities/OnramperQuote.entity.js +7 -0
- package/dist/src/domain/model/onramper/entities/OnramperQuote.entity.js.map +1 -0
- package/dist/src/domain/model/onramper/entities/index.d.ts +3 -0
- package/dist/src/domain/model/onramper/entities/index.js +20 -0
- package/dist/src/domain/model/onramper/entities/index.js.map +1 -0
- package/dist/src/domain/model/onramper/index.d.ts +2 -0
- package/dist/src/domain/model/onramper/index.js +19 -0
- package/dist/src/domain/model/onramper/index.js.map +1 -0
- package/dist/src/domain/model/paylink/entities/BlinkResponse.d.ts +14 -0
- package/dist/src/domain/model/{email/EmailTelegramInviteDto.js → paylink/entities/BlinkResponse.js} +1 -1
- package/dist/src/domain/model/paylink/entities/BlinkResponse.js.map +1 -0
- 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/ShallowEnrichedPaylink.d.ts +16 -0
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.js +8 -0
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.js.map +1 -0
- 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/PaylinkTxWithMetaInfo.d.ts +5 -0
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaInfo.js +23 -0
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaInfo.js.map +1 -0
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.d.ts +5 -0
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.entity.d.ts +5 -0
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.entity.js +23 -0
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.entity.js.map +1 -0
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.js +23 -0
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.js.map +1 -0
- package/dist/src/domain/model/paylink-tx/entities/index.d.ts +1 -0
- package/dist/src/domain/model/paylink-tx/entities/index.js +1 -0
- package/dist/src/domain/model/paylink-tx/entities/index.js.map +1 -1
- package/dist/src/domain/model/payment-request/constants/redirectTimeoutDefaultValue.d.ts +2 -0
- package/dist/src/domain/model/payment-request/constants/redirectTimeoutDefaultValue.js +6 -0
- package/dist/src/domain/model/payment-request/constants/redirectTimeoutDefaultValue.js.map +1 -0
- package/dist/src/domain/model/payment-request/constants/redirectTimeoutValues.d.ts +2 -0
- package/dist/src/domain/model/payment-request/constants/redirectTimeoutValues.js +6 -0
- package/dist/src/domain/model/payment-request/constants/redirectTimeoutValues.js.map +1 -0
- package/dist/src/domain/model/payment-request/dtos/createPaymentRequest.dto.d.ts +2 -0
- package/dist/src/domain/model/payment-request/dtos/createPaymentRequest.dto.js +8 -0
- package/dist/src/domain/model/payment-request/dtos/createPaymentRequest.dto.js.map +1 -1
- package/dist/src/domain/model/payment-request/dtos/createPaymentRequestWithApi.dto.d.ts +2 -0
- package/dist/src/domain/model/payment-request/dtos/createPaymentRequestWithApi.dto.js +8 -0
- package/dist/src/domain/model/payment-request/dtos/createPaymentRequestWithApi.dto.js.map +1 -1
- package/dist/src/domain/model/payment-request/dtos/duplicatePaymentRequest.dto.d.ts +1 -1
- package/dist/src/domain/model/payment-request/entities/BasePaymentRequest.d.ts +2 -0
- package/dist/src/domain/model/payment-request/entities/BasePaymentRequest.js.map +1 -1
- package/dist/src/domain/model/payment-request/entities/DisabledPaymentRequest.entity.d.ts +4 -0
- package/dist/src/domain/model/payment-request/entities/DisabledPaymentRequest.entity.js +7 -0
- package/dist/src/domain/model/payment-request/entities/DisabledPaymentRequest.entity.js.map +1 -0
- package/dist/src/domain/model/payment-request/entities/PaymentRequestType.d.ts +6 -4
- package/dist/src/domain/model/payment-request/entities/ShopifyMerchantPaymentRequest.d.ts +9 -0
- package/dist/src/domain/model/payment-request/entities/ShopifyMerchantPaymentRequest.js +8 -0
- package/dist/src/domain/model/payment-request/entities/ShopifyMerchantPaymentRequest.js.map +1 -0
- package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.d.ts +22 -0
- package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js +232 -0
- package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js.map +1 -0
- package/dist/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.d.ts +1 -0
- package/dist/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.js.map +1 -1
- package/dist/src/domain/model/payout-wallet/entities/PayoutWalletAsoociatedResource.entity.d.ts +5 -0
- package/dist/src/domain/model/payout-wallet/entities/PayoutWalletAsoociatedResource.entity.js +8 -0
- package/dist/src/domain/model/payout-wallet/entities/PayoutWalletAsoociatedResource.entity.js.map +1 -0
- 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/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 +1 -2
- package/dist/src/domain/model/prepare-refund/dtos/prepareRefund.dto.d.ts +3 -3
- package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.d.ts +4 -0
- package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.js +8 -0
- package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.js.map +1 -0
- package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.d.ts +4 -0
- package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.js +8 -0
- package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.js.map +1 -0
- package/dist/src/domain/model/prepare-refund/shopify/entities/index.d.ts +1 -0
- package/dist/src/domain/model/prepare-refund/shopify/entities/index.js +18 -0
- package/dist/src/domain/model/prepare-refund/shopify/entities/index.js.map +1 -0
- package/dist/src/domain/model/prepare-refund/shopify/index.d.ts +1 -0
- package/dist/src/domain/model/prepare-refund/shopify/index.js +34 -0
- package/dist/src/domain/model/prepare-refund/shopify/index.js.map +1 -0
- 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/PrepareTransaction.entity.d.ts +4 -4
- package/dist/src/domain/model/pricing/dtos/createPricing.dto.d.ts +4 -0
- package/dist/src/domain/model/pricing/dtos/createPricing.dto.js +31 -0
- package/dist/src/domain/model/pricing/dtos/createPricing.dto.js.map +1 -0
- package/dist/src/domain/model/pricing/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/pricing/dtos/index.js +35 -0
- package/dist/src/domain/model/pricing/dtos/index.js.map +1 -0
- package/dist/src/domain/model/pricing/dtos/updatePricing.dto.d.ts +3 -0
- package/dist/src/domain/model/pricing/dtos/updatePricing.dto.js +25 -0
- package/dist/src/domain/model/pricing/dtos/updatePricing.dto.js.map +1 -0
- package/dist/src/domain/model/pricing/entities/BasePricing.d.ts +4 -0
- package/dist/src/domain/model/pricing/entities/BasePricing.js +42 -0
- package/dist/src/domain/model/pricing/entities/BasePricing.js.map +1 -0
- package/dist/src/domain/model/pricing/entities/Pricing.d.ts +5 -0
- package/dist/src/domain/model/pricing/entities/Pricing.js +8 -0
- package/dist/src/domain/model/pricing/entities/Pricing.js.map +1 -0
- package/dist/src/domain/model/pricing/entities/index.d.ts +2 -0
- package/dist/src/domain/model/pricing/entities/index.js +19 -0
- package/dist/src/domain/model/pricing/entities/index.js.map +1 -0
- package/dist/src/domain/model/pricing/index.d.ts +2 -0
- package/dist/src/domain/model/pricing/index.js +19 -0
- package/dist/src/domain/model/pricing/index.js.map +1 -0
- package/dist/src/domain/model/product/entities/ProductInputType.d.ts +2 -2
- package/dist/src/domain/model/raffle-details/dtos/createRaffleDetails.dto.d.ts +5 -5
- package/dist/src/domain/model/raffle-details/dtos/createRaffleDetails.dto.js +70 -30
- package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.d.ts +3 -3
- package/dist/src/domain/model/redirect-query-params/dtos/RedirectQueryParam.dto.d.ts +5 -0
- package/dist/src/domain/model/redirect-query-params/dtos/RedirectQueryParam.dto.js +28 -0
- package/dist/src/domain/model/redirect-query-params/dtos/RedirectQueryParam.dto.js.map +1 -0
- package/dist/src/domain/model/redirect-query-params/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/redirect-query-params/dtos/index.js +18 -0
- package/dist/src/domain/model/redirect-query-params/dtos/index.js.map +1 -0
- package/dist/src/domain/model/redirect-query-params/entities/RedirectQueryParam.entity.d.ts +6 -0
- package/dist/src/domain/model/redirect-query-params/entities/RedirectQueryParam.entity.js +8 -0
- package/dist/src/domain/model/redirect-query-params/entities/RedirectQueryParam.entity.js.map +1 -0
- package/dist/src/domain/model/redirect-query-params/entities/index.d.ts +1 -0
- package/dist/src/domain/model/redirect-query-params/entities/index.js +18 -0
- package/dist/src/domain/model/redirect-query-params/entities/index.js.map +1 -0
- package/dist/src/domain/model/redirect-query-params/index.d.ts +2 -0
- package/dist/src/domain/model/redirect-query-params/index.js +19 -0
- package/dist/src/domain/model/redirect-query-params/index.js.map +1 -0
- package/dist/src/domain/model/refund/entities/Refund.entity.d.ts +5 -5
- package/dist/src/domain/model/refund-request/dtos/SubmitRefundRequest.dto.d.ts +9 -0
- package/dist/src/domain/model/refund-request/dtos/SubmitRefundRequest.dto.js +74 -0
- package/dist/src/domain/model/refund-request/dtos/SubmitRefundRequest.dto.js.map +1 -0
- package/dist/src/domain/model/refund-request/entities/BaseRefundRequest.entity.d.ts +6 -6
- package/dist/src/domain/model/refund-request/entities/GetRefundRequestsCountQueryParams.d.ts +4 -0
- package/dist/src/domain/model/refund-request/entities/GetRefundRequestsCountQueryParams.js +26 -0
- package/dist/src/domain/model/refund-request/entities/GetRefundRequestsCountQueryParams.js.map +1 -0
- package/dist/src/domain/model/refund-request/entities/GetRefundRequestsQueryParams.d.ts +7 -0
- package/dist/src/domain/model/refund-request/entities/GetRefundRequestsQueryParams.js +41 -0
- package/dist/src/domain/model/refund-request/entities/GetRefundRequestsQueryParams.js.map +1 -0
- package/dist/src/domain/model/refund-request/entities/RefundRequestQueryParams.d.ts +7 -0
- package/dist/src/domain/model/refund-request/entities/RefundRequestQueryParams.js +41 -0
- package/dist/src/domain/model/refund-request/entities/RefundRequestQueryParams.js.map +1 -0
- package/dist/src/domain/model/refund-request/entities/RefundRequestType.enum.d.ts +4 -0
- package/dist/src/domain/model/refund-request/entities/RefundRequestType.enum.js +9 -0
- package/dist/src/domain/model/refund-request/entities/RefundRequestType.enum.js.map +1 -0
- 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/auth/index.d.ts +1 -0
- package/dist/src/domain/model/shopify/auth/index.js +18 -0
- package/dist/src/domain/model/shopify/auth/index.js.map +1 -0
- package/dist/src/domain/model/shopify/auth/shopifyAuthQueryParams.dto.d.ts +6 -0
- package/dist/src/domain/model/shopify/auth/shopifyAuthQueryParams.dto.js +72 -0
- package/dist/src/domain/model/shopify/auth/shopifyAuthQueryParams.dto.js.map +1 -0
- package/dist/src/domain/model/shopify/index.d.ts +1 -0
- package/dist/src/domain/model/shopify/index.js +18 -0
- package/dist/src/domain/model/shopify/index.js.map +1 -0
- package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantData.entity.d.ts +9 -0
- package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantData.entity.js +8 -0
- package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantData.entity.js.map +1 -0
- package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.d.ts +7 -0
- package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.js +41 -0
- package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.js.map +1 -0
- package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomerAddress.dto.d.ts +8 -0
- package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomerAddress.dto.js +92 -0
- package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomerAddress.dto.js.map +1 -0
- 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/stream-features/dtos/streamFeaturesDto.d.ts +4 -0
- package/dist/src/domain/model/stream-features/dtos/streamFeaturesDto.js +43 -0
- package/dist/src/domain/model/stream-features/dtos/streamFeaturesDto.js.map +1 -0
- package/dist/src/domain/model/submit-helio-wallet-transaction/dtos/submitHelioWalletSendTransaction.dto.d.ts +1 -2
- 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-shopify-refund/dtos/submitRefund.dto.d.ts +8 -0
- package/dist/src/domain/model/{auth/dtos/generateTwitterRefreshToken.dto.js → submit-shopify-refund/dtos/submitRefund.dto.js} +11 -11
- package/dist/src/domain/model/submit-shopify-refund/dtos/submitRefund.dto.js.map +1 -0
- 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/submit-transaction/dtos/submitTransactionV0.dto.d.ts +18 -0
- package/dist/src/domain/model/submit-transaction/dtos/submitTransactionV0.dto.js +82 -0
- package/dist/src/domain/model/submit-transaction/dtos/submitTransactionV0.dto.js.map +1 -0
- package/dist/src/domain/model/telegram-user/dtos/telegramUser.dto.d.ts +1 -1
- package/dist/src/domain/model/telegram-user/dtos/telegramUser.dto.js +2 -2
- package/dist/src/domain/model/telegram-user/dtos/telegramUser.dto.js.map +1 -1
- package/dist/src/domain/model/telegram-user/entities/TelegramUser.entity.d.ts +1 -1
- 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/dtos/claimTransaction.dto.d.ts +6 -0
- package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.js +33 -0
- package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.js.map +1 -0
- package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.d.ts +5 -0
- package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.js +53 -0
- package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.js.map +1 -0
- package/dist/src/domain/model/transaction/entities/Claim.entity.d.ts +11 -0
- package/dist/src/domain/model/transaction/entities/Claim.entity.js +7 -0
- package/dist/src/domain/model/transaction/entities/Claim.entity.js.map +1 -0
- 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/TransactionMetaInfo.d.ts +5 -0
- package/dist/src/domain/model/transaction-meta/entities/TransactionMetaInfo.js +8 -0
- package/dist/src/domain/model/transaction-meta/entities/TransactionMetaInfo.js.map +1 -0
- package/dist/src/domain/model/transaction-meta/entities/TransactionMetaWithCurrencyInfo.d.ts +5 -0
- package/dist/src/domain/model/transaction-meta/entities/TransactionMetaWithCurrencyInfo.entity.d.ts +5 -0
- package/dist/src/domain/model/transaction-meta/entities/TransactionMetaWithCurrencyInfo.entity.js +8 -0
- package/dist/src/domain/model/transaction-meta/entities/TransactionMetaWithCurrencyInfo.entity.js.map +1 -0
- package/dist/src/domain/model/transaction-meta/entities/TransactionMetaWithCurrencyInfo.js +8 -0
- package/dist/src/domain/model/transaction-meta/entities/TransactionMetaWithCurrencyInfo.js.map +1 -0
- package/dist/src/domain/model/transaction-meta/entities/index.d.ts +1 -0
- package/dist/src/domain/model/transaction-meta/entities/index.js +1 -0
- package/dist/src/domain/model/transaction-meta/entities/index.js.map +1 -1
- 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/WalletAsoociatedResource.entity.d.ts +5 -0
- package/dist/src/domain/model/wallet/entities/WalletAsoociatedResource.entity.js +8 -0
- package/dist/src/domain/model/wallet/entities/WalletAsoociatedResource.entity.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/WalletDetails.entity.d.ts +1 -1
- package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/createPaylinkSubscriptionHook.dto.d.ts +6 -0
- package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/createPaylinkSubscriptionHook.dto.js +36 -0
- package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/createPaylinkSubscriptionHook.dto.js.map +1 -0
- package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/index.js +18 -0
- package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/index.js.map +1 -0
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionEvent.entity.d.ts +5 -0
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionEvent.entity.js +10 -0
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionEvent.entity.js.map +1 -0
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionHook.entity.d.ts +11 -0
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionHook.entity.js +8 -0
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionHook.entity.js.map +1 -0
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionPayload.entity.d.ts +8 -0
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionPayload.entity.js +8 -0
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionPayload.entity.js.map +1 -0
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/index.d.ts +3 -0
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/index.js +20 -0
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/index.js.map +1 -0
- package/dist/src/domain/model/webhook/paylink-subscription-hook/index.d.ts +2 -0
- package/dist/src/domain/model/webhook/paylink-subscription-hook/index.js +19 -0
- package/dist/src/domain/model/webhook/paylink-subscription-hook/index.js.map +1 -0
- 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 +5 -1
- package/dist/src/domain/services/CommonCurrencyService.d.ts +3 -1
- package/dist/src/domain/services/SolanaSerializationService.d.ts +9 -3
- package/dist/src/domain/services/SolscanService.d.ts +1 -1
- package/dist/src/domain/services/TransactionCalculatorService.d.ts +3 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/allowlist/entities/InvalidAllowlistWallets.entity.d.ts +0 -4
- package/dist/src/domain/model/allowlist/entities/InvalidAllowlistWallets.entity.js +0 -7
- package/dist/src/domain/model/allowlist/entities/InvalidAllowlistWallets.entity.js.map +0 -1
- package/dist/src/domain/model/auth/dtos/generateTwitterRefreshToken.dto.d.ts +0 -8
- package/dist/src/domain/model/auth/dtos/generateTwitterRefreshToken.dto.js.map +0 -1
- package/dist/src/domain/model/email/EmailTelegramInviteDto.d.ts +0 -8
- package/dist/src/domain/model/email/EmailTelegramInviteDto.js.map +0 -1
- package/dist/src/domain/model/telegram-details/dtos/telegramLogin.dto.d.ts +0 -5
- package/dist/src/domain/model/telegram-details/dtos/telegramLogin.dto.js.map +0 -1
- package/yarn-error.log +0 -18384
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BlinkResponse.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/entities/BlinkResponse.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ShallowEnrichedPaymentRequest } from '../../payment-request';
|
|
2
|
+
import type { ContentResponse } from '../../content';
|
|
3
|
+
import type { LinkFeatures } from '../../link-features';
|
|
4
|
+
import { HelioPlayProperties } from '../../helio-play';
|
|
5
|
+
import { LimitSaleType } from '../../../constants';
|
|
6
|
+
import { AffiliateDetails } from '../../affiliates';
|
|
7
|
+
export declare class ShallowEnrichedPaylink extends ShallowEnrichedPaymentRequest {
|
|
8
|
+
content: ContentResponse;
|
|
9
|
+
limitSaleType?: LimitSaleType;
|
|
10
|
+
minQuantity?: number;
|
|
11
|
+
maxQuantity?: number;
|
|
12
|
+
features: LinkFeatures;
|
|
13
|
+
helioPlayProperties?: HelioPlayProperties;
|
|
14
|
+
affiliateDetails?: AffiliateDetails;
|
|
15
|
+
airdropConfigured?: boolean;
|
|
16
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShallowEnrichedPaylink = void 0;
|
|
4
|
+
const payment_request_1 = require("../../payment-request");
|
|
5
|
+
class ShallowEnrichedPaylink extends payment_request_1.ShallowEnrichedPaymentRequest {
|
|
6
|
+
}
|
|
7
|
+
exports.ShallowEnrichedPaylink = ShallowEnrichedPaylink;
|
|
8
|
+
//# sourceMappingURL=ShallowEnrichedPaylink.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShallowEnrichedPaylink.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/entities/ShallowEnrichedPaylink.ts"],"names":[],"mappings":";;;AAAA,2DAAsE;AAOtE,MAAa,sBAAuB,SAAQ,+CAA6B;CAgBxE;AAhBD,wDAgBC"}
|
|
@@ -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
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.PaylinkTxWithMetaInfo = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const BasePaylinkTx_1 = require("./BasePaylinkTx");
|
|
15
|
+
const transaction_meta_1 = require("../../transaction-meta");
|
|
16
|
+
class PaylinkTxWithMetaInfo extends BasePaylinkTx_1.BasePaylinkTx {
|
|
17
|
+
}
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_transformer_1.Type)(() => transaction_meta_1.TransactionMetaInfo),
|
|
20
|
+
__metadata("design:type", transaction_meta_1.TransactionMetaInfo)
|
|
21
|
+
], PaylinkTxWithMetaInfo.prototype, "meta", void 0);
|
|
22
|
+
exports.PaylinkTxWithMetaInfo = PaylinkTxWithMetaInfo;
|
|
23
|
+
//# sourceMappingURL=PaylinkTxWithMetaInfo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaylinkTxWithMetaInfo.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink-tx/entities/PaylinkTxWithMetaInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,mDAAgD;AAChD,6DAA6D;AAE7D,MAAa,qBAAsB,SAAQ,6BAAa;CAGvD;AAFC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sCAAmB,CAAC;8BAC1B,sCAAmB;mDAAC;AAF5B,sDAGC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.PaylinkTxWithMetaWithCurrencyInfo = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const BasePaylinkTx_1 = require("./BasePaylinkTx");
|
|
15
|
+
const transaction_meta_1 = require("../../transaction-meta");
|
|
16
|
+
class PaylinkTxWithMetaWithCurrencyInfo extends BasePaylinkTx_1.BasePaylinkTx {
|
|
17
|
+
}
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_transformer_1.Type)(() => transaction_meta_1.TransactionMetaWithCurrencyInfo),
|
|
20
|
+
__metadata("design:type", transaction_meta_1.TransactionMetaWithCurrencyInfo)
|
|
21
|
+
], PaylinkTxWithMetaWithCurrencyInfo.prototype, "meta", void 0);
|
|
22
|
+
exports.PaylinkTxWithMetaWithCurrencyInfo = PaylinkTxWithMetaWithCurrencyInfo;
|
|
23
|
+
//# sourceMappingURL=PaylinkTxWithMetaWithCurrencyInfo.entity.js.map
|
package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.entity.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaylinkTxWithMetaWithCurrencyInfo.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,mDAAgD;AAChD,6DAAyE;AAEzE,MAAa,iCAAkC,SAAQ,6BAAa;CAGnE;AAFC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kDAA+B,CAAC;8BACtC,kDAA+B;+DAAC;AAFxC,8EAGC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.PaylinkTxWithMetaWithCurrencyInfo = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const BasePaylinkTx_1 = require("./BasePaylinkTx");
|
|
15
|
+
const transaction_meta_1 = require("../../transaction-meta");
|
|
16
|
+
class PaylinkTxWithMetaWithCurrencyInfo extends BasePaylinkTx_1.BasePaylinkTx {
|
|
17
|
+
}
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_transformer_1.Type)(() => transaction_meta_1.TransactionMetaWithCurrencyInfo),
|
|
20
|
+
__metadata("design:type", transaction_meta_1.TransactionMetaWithCurrencyInfo)
|
|
21
|
+
], PaylinkTxWithMetaWithCurrencyInfo.prototype, "meta", void 0);
|
|
22
|
+
exports.PaylinkTxWithMetaWithCurrencyInfo = PaylinkTxWithMetaWithCurrencyInfo;
|
|
23
|
+
//# sourceMappingURL=PaylinkTxWithMetaWithCurrencyInfo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaylinkTxWithMetaWithCurrencyInfo.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,mDAAgD;AAChD,6DAAyE;AAEzE,MAAa,iCAAkC,SAAQ,6BAAa;CAGnE;AAFC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kDAA+B,CAAC;8BACtC,kDAA+B;+DAAC;AAFxC,8EAGC"}
|
|
@@ -22,4 +22,5 @@ __exportStar(require("./PaylinkTxWithShallowEnrichedPaylink"), exports);
|
|
|
22
22
|
__exportStar(require("./PaylinkTxWithMeta"), exports);
|
|
23
23
|
__exportStar(require("./PaylinkTxWithBaseMeta"), exports);
|
|
24
24
|
__exportStar(require("./PaylinkTxWithPublicMeta"), exports);
|
|
25
|
+
__exportStar(require("./PaylinkTxWithMetaWithCurrencyInfo.entity"), exports);
|
|
25
26
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink-tx/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,kDAAgC;AAChC,6DAA2C;AAC3C,4DAA0C;AAC1C,wEAAsD;AACtD,sDAAoC;AACpC,0DAAwC;AACxC,4DAA0C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink-tx/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,kDAAgC;AAChC,6DAA2C;AAC3C,4DAA0C;AAC1C,wEAAsD;AACtD,sDAAoC;AACpC,0DAAwC;AACxC,4DAA0C;AAC1C,6EAA2D"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.instantRedirectTimeoutValue = exports.redirectTimeoutDefaultValue = void 0;
|
|
4
|
+
exports.redirectTimeoutDefaultValue = 3;
|
|
5
|
+
exports.instantRedirectTimeoutValue = 0;
|
|
6
|
+
//# sourceMappingURL=redirectTimeoutDefaultValue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redirectTimeoutDefaultValue.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/constants/redirectTimeoutDefaultValue.ts"],"names":[],"mappings":";;;AAAa,QAAA,2BAA2B,GAAG,CAAC,CAAC;AAEhC,QAAA,2BAA2B,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.instantRedirectTimeoutValue = exports.redirectTimeoutDefaultValue = void 0;
|
|
4
|
+
exports.redirectTimeoutDefaultValue = 3;
|
|
5
|
+
exports.instantRedirectTimeoutValue = 0;
|
|
6
|
+
//# sourceMappingURL=redirectTimeoutValues.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redirectTimeoutValues.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/constants/redirectTimeoutValues.ts"],"names":[],"mappings":";;;AAAa,QAAA,2BAA2B,GAAG,CAAC,CAAC;AAEhC,QAAA,2BAA2B,GAAG,CAAC,CAAC"}
|
|
@@ -12,6 +12,7 @@ import { CountdownDetailsDto } from '../../countdown-details';
|
|
|
12
12
|
import { Template } from '../../../constants';
|
|
13
13
|
import { CustomThemeDto } from '../../theme';
|
|
14
14
|
import { RedirectTimeoutValues } from '../constants';
|
|
15
|
+
import { RedirectQueryParamDto } from '../../redirect-query-params';
|
|
15
16
|
export declare class CreatePaymentRequestDto {
|
|
16
17
|
company: string;
|
|
17
18
|
name: string;
|
|
@@ -44,5 +45,6 @@ export declare class CreatePaymentRequestDto {
|
|
|
44
45
|
countdownDetails?: CountdownDetailsDto;
|
|
45
46
|
redirectUrl?: string;
|
|
46
47
|
redirectTimeout?: RedirectTimeoutValues;
|
|
48
|
+
redirectQueryParams?: RedirectQueryParamDto[];
|
|
47
49
|
customTheme?: CustomThemeDto;
|
|
48
50
|
}
|
|
@@ -27,6 +27,7 @@ const countdown_details_1 = require("../../countdown-details");
|
|
|
27
27
|
const constants_1 = require("../../../constants");
|
|
28
28
|
const theme_1 = require("../../theme");
|
|
29
29
|
const constants_2 = require("../constants");
|
|
30
|
+
const redirect_query_params_1 = require("../../redirect-query-params");
|
|
30
31
|
class CreatePaymentRequestDto {
|
|
31
32
|
constructor() {
|
|
32
33
|
this.notifySenderByEmail = false;
|
|
@@ -211,6 +212,13 @@ __decorate([
|
|
|
211
212
|
(0, class_validator_1.IsOptional)(),
|
|
212
213
|
__metadata("design:type", Number)
|
|
213
214
|
], CreatePaymentRequestDto.prototype, "redirectTimeout", void 0);
|
|
215
|
+
__decorate([
|
|
216
|
+
(0, class_validator_1.IsArray)(),
|
|
217
|
+
(0, class_transformer_1.Type)(() => redirect_query_params_1.RedirectQueryParamDto),
|
|
218
|
+
(0, class_validator_1.IsOptional)(),
|
|
219
|
+
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
220
|
+
__metadata("design:type", Array)
|
|
221
|
+
], CreatePaymentRequestDto.prototype, "redirectQueryParams", void 0);
|
|
214
222
|
__decorate([
|
|
215
223
|
(0, class_transformer_1.Type)(() => theme_1.CustomThemeDto),
|
|
216
224
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createPaymentRequest.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/dtos/createPaymentRequest.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAayB;AACzB,yDAAoD;AACpD,2CAA2C;AAC3C,2CAA2C;AAC3C,mFAAgF;AAChF,iDAAoD;AACpD,6CAA4C;AAC5C,oDAAgD;AAChD,+CAA+C;AAC/C,qEAAmE;AACnE,qEAAqE;AACrE,iDAAuD;AACvD,uDAAsD;AACtD,+DAA8D;AAC9D,kDAA8C;AAC9C,uCAA6C;AAC7C,4CAAqD;
|
|
1
|
+
{"version":3,"file":"createPaymentRequest.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/dtos/createPaymentRequest.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAayB;AACzB,yDAAoD;AACpD,2CAA2C;AAC3C,2CAA2C;AAC3C,mFAAgF;AAChF,iDAAoD;AACpD,6CAA4C;AAC5C,oDAAgD;AAChD,+CAA+C;AAC/C,qEAAmE;AACnE,qEAAqE;AACrE,iDAAuD;AACvD,uDAAsD;AACtD,+DAA8D;AAC9D,kDAA8C;AAC9C,uCAA6C;AAC7C,4CAAqD;AACrD,uEAAoE;AAEpE,MAAa,uBAAuB;IAApC;QAqCE,wBAAmB,GAAa,KAAK,CAAC;QAItC,0BAAqB,GAAa,KAAK,CAAC;QAIxC,mBAAc,GAAa,KAAK,CAAC;IA4HnC,CAAC;CAAA;AArKC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACA;AAEb;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;gEACY;AAExB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACQ;AAErB;IAAC,IAAA,2BAAS,EAAC,oBAAQ,CAAC,OAAO,CAAC;IAC3B,IAAA,wBAAM,EAAC,oBAAQ,CAAC;IAChB,IAAA,4BAAU,GAAE;;yDACO;AAEpB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACE;AAEf;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;iEACE;AAE5B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oEACyB;AAEtC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sEAC2B;AAExC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACoB;AAEjC;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,IAAA,4BAAU,GAAE;;+DACa;AAK1B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yDACK;AAKlB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,6BAAgB,CAAC;;2DACK;AAE9B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yDACM;AAEnB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wDACK;AAKlB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACG;AAEhB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oBAAU,CAAC;IACtB,IAAA,gCAAc,GAAE;8BACP,oBAAU;wDAAC;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gEACY;AAEzB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oBAAU,CAAC;IACtB,IAAA,gCAAc,GAAE;;wDACW;AAE5B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qEACiB;AAE9B;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4CAAqB,CAAC;IACjC,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;;mEAC4B;AAE7C;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qBAAU,CAAC;IACtB,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACP,qBAAU;wDAAC;AAErB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,yDAA2B,CAAC;IACvC,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACU,yDAA2B;yEAAC;AAEvD;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,wBAAY,CAAC;IACxB,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,EAAC,CAAC,CAAC;IACf,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;2DACH;AAE5B;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8CAAuB,CAAC;IACnC,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;;sEACiC;AAElD;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gCAAmB,CAAC;IAC/B,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACE,gCAAmB;iEAAC;AAEvC;IAAC,IAAA,4BAAU,EAAC,CAAC,MAAM,EAAE,EAAE;QACrB,OAAO,CAAC,MAAM,CAAC,OAAO,IAAI,CAAC,MAAM,CAAC,QAAQ,EAAE,cAAc,CAAC;IAC7D,CAAC,CAAC;IACD,IAAA,sBAAS,EAAC,EAAE,EAAE,EAAE,OAAO,EAAE,8BAA8B,EAAE,CAAC;IAC1D,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;sDACzB;AAEf;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,+BAAe,CAAC;IAC3B,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACF,+BAAe;6DAAC;AAE/B;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uCAAmB,CAAC;IAC/B,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACE,uCAAmB;iEAAC;AAEvC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACQ;AAErB;IAAC,IAAA,wBAAM,EAAC,iCAAqB,CAAC;IAC7B,IAAA,4BAAU,GAAE;;gEAC2B;AAExC;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,6CAAqB,CAAC;IACjC,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;oEACe;AAE9C;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sBAAc,CAAC;IAC1B,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACH,sBAAc;4DAAC;AAxK/B,0DAyKC"}
|
|
@@ -11,6 +11,7 @@ import { EventDetailsDto } from '../../event-details';
|
|
|
11
11
|
import { CountdownDetailsDto } from '../../countdown-details';
|
|
12
12
|
import { Template } from '../../../constants';
|
|
13
13
|
import { RedirectTimeoutValues } from '../constants';
|
|
14
|
+
import { RedirectQueryParamDto } from '../../redirect-query-params';
|
|
14
15
|
export declare class CreatePaymentRequestWithApiDto implements Omit<CreatePaymentRequestDto, 'company'> {
|
|
15
16
|
name: string;
|
|
16
17
|
pricingCurrency: string;
|
|
@@ -36,5 +37,6 @@ export declare class CreatePaymentRequestWithApiDto implements Omit<CreatePaymen
|
|
|
36
37
|
eventDetails?: EventDetailsDto;
|
|
37
38
|
redirectUrl?: string;
|
|
38
39
|
redirectTimeout?: RedirectTimeoutValues;
|
|
40
|
+
redirectQueryParams?: RedirectQueryParamDto[];
|
|
39
41
|
countdownDetails?: CountdownDetailsDto;
|
|
40
42
|
}
|
|
@@ -25,6 +25,7 @@ const event_details_1 = require("../../event-details");
|
|
|
25
25
|
const countdown_details_1 = require("../../countdown-details");
|
|
26
26
|
const constants_1 = require("../../../constants");
|
|
27
27
|
const constants_2 = require("../constants");
|
|
28
|
+
const redirect_query_params_1 = require("../../redirect-query-params");
|
|
28
29
|
class CreatePaymentRequestWithApiDto {
|
|
29
30
|
constructor() {
|
|
30
31
|
this.notifySenderByEmail = false;
|
|
@@ -171,6 +172,13 @@ __decorate([
|
|
|
171
172
|
(0, class_validator_1.IsOptional)(),
|
|
172
173
|
__metadata("design:type", Number)
|
|
173
174
|
], CreatePaymentRequestWithApiDto.prototype, "redirectTimeout", void 0);
|
|
175
|
+
__decorate([
|
|
176
|
+
(0, class_validator_1.IsArray)(),
|
|
177
|
+
(0, class_transformer_1.Type)(() => redirect_query_params_1.RedirectQueryParamDto),
|
|
178
|
+
(0, class_validator_1.IsOptional)(),
|
|
179
|
+
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
180
|
+
__metadata("design:type", Array)
|
|
181
|
+
], CreatePaymentRequestWithApiDto.prototype, "redirectQueryParams", void 0);
|
|
174
182
|
__decorate([
|
|
175
183
|
(0, class_transformer_1.Type)(() => countdown_details_1.CountdownDetailsDto),
|
|
176
184
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createPaymentRequestWithApi.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/dtos/createPaymentRequestWithApi.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAayB;AACzB,yDAAoD;AAEpD,oDAAgD;AAChD,2CAA2C;AAC3C,2CAA2C;AAC3C,qEAAmE;AACnE,6CAA4C;AAC5C,mFAAgF;AAChF,+CAA+C;AAC/C,qEAAqE;AACrE,iDAAuD;AACvD,uDAAsD;AACtD,+DAA8D;AAC9D,kDAA8C;AAC9C,4CAAqD;
|
|
1
|
+
{"version":3,"file":"createPaymentRequestWithApi.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/dtos/createPaymentRequestWithApi.dto.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,6 +6,7 @@ import { EventDetails } from '../../event-details';
|
|
|
6
6
|
import { CountdownDetails } from '../../countdown-details';
|
|
7
7
|
import { Platform, Template } from '../../../constants';
|
|
8
8
|
import { CustomTheme } from '../../theme';
|
|
9
|
+
import { RedirectQueryParam } from '../../redirect-query-params';
|
|
9
10
|
export declare class BasePaymentRequest extends Entity {
|
|
10
11
|
price: bigint;
|
|
11
12
|
normalizedPrice?: bigint;
|
|
@@ -35,5 +36,6 @@ export declare class BasePaymentRequest extends Entity {
|
|
|
35
36
|
countdownDetails?: CountdownDetails;
|
|
36
37
|
redirectUrl?: string;
|
|
37
38
|
redirectTimeout?: number;
|
|
39
|
+
redirectQueryParams?: RedirectQueryParam[];
|
|
38
40
|
customTheme?: CustomTheme;
|
|
39
41
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasePaymentRequest.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/BasePaymentRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;
|
|
1
|
+
{"version":3,"file":"BasePaymentRequest.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/BasePaymentRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;AAUtC,MAAa,kBAAmB,SAAQ,eAAM;CA8D7C;AA7DC;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,gDA8DC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DisabledPaymentRequest = void 0;
|
|
4
|
+
class DisabledPaymentRequest {
|
|
5
|
+
}
|
|
6
|
+
exports.DisabledPaymentRequest = DisabledPaymentRequest;
|
|
7
|
+
//# sourceMappingURL=DisabledPaymentRequest.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DisabledPaymentRequest.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/DisabledPaymentRequest.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,sBAAsB;CAIlC;AAJD,wDAIC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
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: (
|
|
6
|
+
export declare const toPaymentRequestType: (
|
|
7
|
+
type?: string,
|
|
8
|
+
) => PaymentRequestType | undefined;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { User } from '../../user';
|
|
2
|
+
import type { Currency } from '../../currency';
|
|
3
|
+
import { BasePaymentRequest } from './BasePaymentRequest';
|
|
4
|
+
import { Recipient } from '../../recipient';
|
|
5
|
+
export declare class ShopifyMerchantPaymentRequest extends BasePaymentRequest {
|
|
6
|
+
creator: User;
|
|
7
|
+
pricingCurrency: Currency;
|
|
8
|
+
recipients: Recipient[];
|
|
9
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShopifyMerchantPaymentRequest = void 0;
|
|
4
|
+
const BasePaymentRequest_1 = require("./BasePaymentRequest");
|
|
5
|
+
class ShopifyMerchantPaymentRequest extends BasePaymentRequest_1.BasePaymentRequest {
|
|
6
|
+
}
|
|
7
|
+
exports.ShopifyMerchantPaymentRequest = ShopifyMerchantPaymentRequest;
|
|
8
|
+
//# sourceMappingURL=ShopifyMerchantPaymentRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShopifyMerchantPaymentRequest.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/ShopifyMerchantPaymentRequest.ts"],"names":[],"mappings":";;;AAEA,6DAA0D;AAG1D,MAAa,6BAA8B,SAAQ,uCAAkB;CAMpE;AAND,sEAMC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare class PaymentRequestFeaturesDto {
|
|
2
|
+
requireEmail?: boolean;
|
|
3
|
+
requireDiscordUsername?: boolean;
|
|
4
|
+
requireDiscordLogin?: boolean;
|
|
5
|
+
requireFullName?: boolean;
|
|
6
|
+
requireTwitterUsername?: boolean;
|
|
7
|
+
requireCountry?: boolean;
|
|
8
|
+
requireDeliveryAddress?: boolean;
|
|
9
|
+
requirePhoneNumber?: boolean;
|
|
10
|
+
requireProductDetails?: boolean;
|
|
11
|
+
requireMaxTransactions?: boolean;
|
|
12
|
+
requireNftGate?: boolean;
|
|
13
|
+
requireDiscordAuth?: boolean;
|
|
14
|
+
requireAccessCode?: boolean;
|
|
15
|
+
requireFixedCurrency?: boolean;
|
|
16
|
+
canSwapTokens?: boolean;
|
|
17
|
+
isHelioPlay?: boolean;
|
|
18
|
+
isTransparentWallet?: boolean;
|
|
19
|
+
nftDropEnabled?: boolean;
|
|
20
|
+
requireTradingViewUsername?: boolean;
|
|
21
|
+
allowAffiliate?: boolean;
|
|
22
|
+
}
|