@heliofi/common 0.2.8 → 0.2.9
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/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/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/allowlist/entities/InvalidAllowlistWallets.entity.d.ts +4 -0
- package/dist/src/domain/model/allowlist/entities/InvalidAllowlistWallets.entity.js +7 -0
- package/dist/src/domain/model/allowlist/entities/InvalidAllowlistWallets.entity.js.map +1 -0
- 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/generateTwitterRefreshToken.dto.d.ts +8 -0
- package/dist/src/domain/model/{submit-shopify-refund/dtos/submitRefund.dto.js → auth/dtos/generateTwitterRefreshToken.dto.js} +11 -11
- package/dist/src/domain/model/auth/dtos/generateTwitterRefreshToken.dto.js.map +1 -0
- 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/dtos/createCompanyInvite.dto.d.ts +2 -0
- package/dist/src/domain/model/companyInvite/dtos/createCompanyInvite.dto.js +8 -2
- package/dist/src/domain/model/companyInvite/dtos/createCompanyInvite.dto.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/entities/CurrencyType.d.ts +2 -2
- 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/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 +0 -1
- package/dist/src/domain/model/fee/dtos/index.js +0 -1
- 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/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/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/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/payment-request/dtos/duplicatePaymentRequest.dto.d.ts +1 -1
- 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/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/PrepareTransaction.entity.d.ts +4 -4
- 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 +30 -70
- 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/RoleType.d.ts +1 -0
- package/dist/src/domain/model/role/entities/RoleType.js +1 -0
- package/dist/src/domain/model/role/entities/RoleType.js.map +1 -1
- 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/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/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/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/yarn-error.log +18384 -0
- 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/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/payout-wallet/entities/PayoutWalletAsoociatedResource.entity.d.ts +0 -5
- package/dist/src/domain/model/payout-wallet/entities/PayoutWalletAsoociatedResource.entity.js +0 -8
- package/dist/src/domain/model/payout-wallet/entities/PayoutWalletAsoociatedResource.entity.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/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/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-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.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
- package/dist/src/domain/model/wallet/entities/WalletAsoociatedResource.entity.d.ts +0 -5
- package/dist/src/domain/model/wallet/entities/WalletAsoociatedResource.entity.js +0 -8
- package/dist/src/domain/model/wallet/entities/WalletAsoociatedResource.entity.js.map +0 -1
- package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/createPaylinkSubscriptionHook.dto.d.ts +0 -6
- package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/createPaylinkSubscriptionHook.dto.js +0 -36
- package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/createPaylinkSubscriptionHook.dto.js.map +0 -1
- package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/index.js +0 -18
- package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/index.js.map +0 -1
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionEvent.entity.d.ts +0 -5
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionEvent.entity.js +0 -10
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionEvent.entity.js.map +0 -1
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionHook.entity.d.ts +0 -11
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionHook.entity.js +0 -8
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionHook.entity.js.map +0 -1
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionPayload.entity.d.ts +0 -8
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionPayload.entity.js +0 -8
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionPayload.entity.js.map +0 -1
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/index.d.ts +0 -3
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/index.js +0 -20
- package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/index.js.map +0 -1
- package/dist/src/domain/model/webhook/paylink-subscription-hook/index.d.ts +0 -2
- package/dist/src/domain/model/webhook/paylink-subscription-hook/index.js +0 -19
- package/dist/src/domain/model/webhook/paylink-subscription-hook/index.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/fee/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/fee/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC"}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PaymentRequestType } from '../../payment-request';
|
|
2
2
|
export declare class PrepareRefundDto {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
paymentRequestTxId: string;
|
|
4
|
+
paymentRequestType: PaymentRequestType;
|
|
5
|
+
senderPK: string;
|
|
6
6
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { PreparePaymentRequestDto } from '../../prepare-payment-request';
|
|
2
2
|
export declare class CreateStreamPrepareDto extends PreparePaymentRequestDto {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
paymentAccount: string;
|
|
4
|
+
currency: string;
|
|
5
|
+
startedAt: string;
|
|
6
|
+
endedAt: string;
|
|
7
|
+
interval: number;
|
|
8
|
+
fixedCurrencyRateToken?: string;
|
|
9
|
+
pricingCurrencyRateToken?: string;
|
|
10
10
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Entity } from '../../entity';
|
|
2
2
|
export declare class PrepareTransaction extends Entity {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
transactionToken: string;
|
|
4
|
+
transactionMessage: string;
|
|
5
|
+
serializedTransaction?: string;
|
|
6
|
+
addressLookupTableAccounts?: string[];
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare class CreateRaffleDetailsDto {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
maxEntries?: number;
|
|
3
|
+
winners: number;
|
|
4
|
+
maxPurchaseQuantity: number;
|
|
5
|
+
endDatetime: Date;
|
|
6
|
+
timezoneLocation: string;
|
|
7
7
|
}
|
|
@@ -1,84 +1,44 @@
|
|
|
1
|
-
|
|
2
|
-
var __decorate =
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var
|
|
6
|
-
r =
|
|
7
|
-
c < 3
|
|
8
|
-
? target
|
|
9
|
-
: desc === null
|
|
10
|
-
? (desc = Object.getOwnPropertyDescriptor(target, key))
|
|
11
|
-
: desc,
|
|
12
|
-
d;
|
|
13
|
-
if (typeof Reflect === 'object' && typeof Reflect.decorate === 'function')
|
|
14
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
15
|
-
else
|
|
16
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
17
|
-
if ((d = decorators[i]))
|
|
18
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
19
6
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
20
|
-
|
|
21
|
-
var __metadata =
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
return Reflect.metadata(k, v);
|
|
26
|
-
};
|
|
27
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
12
|
exports.CreateRaffleDetailsDto = void 0;
|
|
29
|
-
const class_validator_1 = require(
|
|
30
|
-
const class_transformer_1 = require(
|
|
31
|
-
class CreateRaffleDetailsDto {
|
|
32
|
-
|
|
33
|
-
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
class CreateRaffleDetailsDto {
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
34
18
|
(0, class_validator_1.IsNumber)(),
|
|
35
19
|
(0, class_validator_1.IsOptional)(),
|
|
36
|
-
__metadata(
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
'maxEntries',
|
|
40
|
-
void 0,
|
|
41
|
-
);
|
|
42
|
-
__decorate(
|
|
43
|
-
[
|
|
20
|
+
__metadata("design:type", Number)
|
|
21
|
+
], CreateRaffleDetailsDto.prototype, "maxEntries", void 0);
|
|
22
|
+
__decorate([
|
|
44
23
|
(0, class_validator_1.IsNumber)(),
|
|
45
24
|
(0, class_validator_1.IsNotEmpty)(),
|
|
46
|
-
__metadata(
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
'winners',
|
|
50
|
-
void 0,
|
|
51
|
-
);
|
|
52
|
-
__decorate(
|
|
53
|
-
[
|
|
25
|
+
__metadata("design:type", Number)
|
|
26
|
+
], CreateRaffleDetailsDto.prototype, "winners", void 0);
|
|
27
|
+
__decorate([
|
|
54
28
|
(0, class_validator_1.IsNumber)(),
|
|
55
29
|
(0, class_validator_1.IsNotEmpty)(),
|
|
56
|
-
__metadata(
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
'maxPurchaseQuantity',
|
|
60
|
-
void 0,
|
|
61
|
-
);
|
|
62
|
-
__decorate(
|
|
63
|
-
[
|
|
30
|
+
__metadata("design:type", Number)
|
|
31
|
+
], CreateRaffleDetailsDto.prototype, "maxPurchaseQuantity", void 0);
|
|
32
|
+
__decorate([
|
|
64
33
|
(0, class_transformer_1.Type)(() => Date),
|
|
65
34
|
(0, class_validator_1.IsDate)(),
|
|
66
35
|
(0, class_validator_1.IsNotEmpty)(),
|
|
67
|
-
__metadata(
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
'endDatetime',
|
|
71
|
-
void 0,
|
|
72
|
-
);
|
|
73
|
-
__decorate(
|
|
74
|
-
[
|
|
36
|
+
__metadata("design:type", Date)
|
|
37
|
+
], CreateRaffleDetailsDto.prototype, "endDatetime", void 0);
|
|
38
|
+
__decorate([
|
|
75
39
|
(0, class_validator_1.IsString)(),
|
|
76
40
|
(0, class_validator_1.IsNotEmpty)(),
|
|
77
|
-
__metadata(
|
|
78
|
-
|
|
79
|
-
CreateRaffleDetailsDto.prototype,
|
|
80
|
-
'timezoneLocation',
|
|
81
|
-
void 0,
|
|
82
|
-
);
|
|
41
|
+
__metadata("design:type", String)
|
|
42
|
+
], CreateRaffleDetailsDto.prototype, "timezoneLocation", void 0);
|
|
83
43
|
exports.CreateRaffleDetailsDto = CreateRaffleDetailsDto;
|
|
84
|
-
//# sourceMappingURL=createRaffleDetails.dto.js.map
|
|
44
|
+
//# sourceMappingURL=createRaffleDetails.dto.js.map
|
|
@@ -3,9 +3,9 @@ import { TransactionMeta } from '../../transaction-meta';
|
|
|
3
3
|
import { Contact } from '../../contact';
|
|
4
4
|
import { BasePaymentRequest } from '../../payment-request';
|
|
5
5
|
export declare class Refund extends Entity {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
id: string;
|
|
7
|
+
meta: TransactionMeta;
|
|
8
|
+
paymentRequest: BasePaymentRequest;
|
|
9
|
+
paymentRequestTx: string;
|
|
10
|
+
contact?: Contact;
|
|
11
11
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Entity } from '../../entity';
|
|
2
2
|
export declare class BaseRefundRequest extends Entity {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
refundAmount: bigint;
|
|
4
|
+
refundUSDCAmount: bigint;
|
|
5
|
+
id: string;
|
|
6
|
+
requestedAt: Date;
|
|
7
|
+
completedAt?: Date | undefined;
|
|
8
|
+
rejectionReason?: string | undefined;
|
|
9
9
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RoleType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/role/entities/RoleType.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"RoleType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/role/entities/RoleType.ts"],"names":[],"mappings":";;;AAAA,IAAY,QAMX;AAND,WAAY,QAAQ;IAClB,2BAAe,CAAA;IACf,qCAAyB,CAAA;IACzB,2BAAe,CAAA;IACf,yBAAa,CAAA;IACb,yCAA6B,CAAA;AAC/B,CAAC,EANW,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAMnB"}
|
|
@@ -2,6 +2,6 @@ import { BaseRole } from './BaseRole';
|
|
|
2
2
|
import type { BaseUser } from '../../user';
|
|
3
3
|
import { BaseCompany } from '../../company';
|
|
4
4
|
export declare class ShallowEnrichedRole extends BaseRole {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
company: BaseCompany;
|
|
6
|
+
user: BaseUser;
|
|
7
7
|
}
|