@heliofi/common 0.2.42 → 0.2.44
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/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/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 +1 -1
- 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/EmailTelegramInviteDto.d.ts +8 -0
- package/dist/src/domain/model/{paylink/entities/BlinkResponse.js → email/EmailTelegramInviteDto.js} +1 -1
- package/dist/src/domain/model/email/EmailTelegramInviteDto.js.map +1 -0
- 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/onramper/dtos/getCurrencies.dto.d.ts +3 -0
- package/dist/src/domain/model/{auth/dtos/tokenSwapPayload.dto.js → onramper/dtos/getCurrencies.dto.js} +5 -5
- package/dist/src/domain/model/onramper/dtos/getCurrencies.dto.js.map +1 -0
- package/dist/src/domain/model/onramper/dtos/getPaymentMethods.dto.d.ts +1 -1
- package/dist/src/domain/model/onramper/dtos/getPaymentMethods.dto.js +1 -1
- package/dist/src/domain/model/onramper/dtos/getPaymentMethods.dto.js.map +1 -1
- package/dist/src/domain/model/onramper/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/onramper/dtos/index.js +1 -0
- package/dist/src/domain/model/onramper/dtos/index.js.map +1 -1
- package/dist/src/domain/model/onramper/dtos/initiateTransaction.dto.d.ts +10 -0
- package/dist/src/domain/model/{company/dtos/createCompany.dto copy.js → onramper/dtos/initiateTransaction.dto.js} +25 -19
- package/dist/src/domain/model/onramper/dtos/initiateTransaction.dto.js.map +1 -0
- package/dist/src/domain/model/onramper/entities/OnramperTransaction.entity.d.ts +4 -0
- package/dist/src/domain/model/onramper/entities/OnramperTransaction.entity.js +7 -0
- package/dist/src/domain/model/onramper/entities/OnramperTransaction.entity.js.map +1 -0
- package/dist/src/domain/model/onramper/entities/PaymentMethod.entity.d.ts +5 -0
- package/dist/src/domain/model/onramper/entities/PaymentMethod.entity.js +7 -0
- package/dist/src/domain/model/onramper/entities/PaymentMethod.entity.js.map +1 -0
- package/dist/src/domain/model/onramper/entities/index.d.ts +1 -0
- package/dist/src/domain/model/onramper/entities/index.js +1 -0
- package/dist/src/domain/model/onramper/entities/index.js.map +1 -1
- package/dist/src/domain/model/paylink/entities/Integration.enum.d.ts +1 -1
- package/dist/src/domain/model/paylink/entities/PaylinkStats.d.ts +3 -3
- package/dist/src/domain/model/paylink/entities/ShopifyMerchentPaylink.entity.d.ts +1 -1
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTx.d.ts +3 -3
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMeta.d.ts +1 -1
- package/dist/src/domain/model/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/redirect-query-params/dtos/index.d.ts +1 -1
- package/dist/src/domain/model/redirect-query-params/dtos/index.js +1 -1
- package/dist/src/domain/model/redirect-query-params/dtos/index.js.map +1 -1
- package/dist/src/domain/model/refund/entities/Refund.entity.d.ts +5 -5
- package/dist/src/domain/model/refund-request/entities/BaseRefundRequest.entity.d.ts +6 -6
- package/dist/src/domain/model/role/entities/BaseRole.d.ts +2 -2
- package/dist/src/domain/model/role/entities/ShallowEnrichedRole.d.ts +2 -2
- package/dist/src/domain/model/settle-transaction/dtos/settleTransaction.dto.d.ts +1 -1
- package/dist/src/domain/model/shopify-pay/dtos/paymentMethod/shopifyPaymentMethod.dto.d.ts +2 -2
- package/dist/src/domain/model/slug/entities/SlugObjectType.d.ts +3 -3
- package/dist/src/domain/model/split-account/dtos/splitAccount.dto.d.ts +2 -2
- package/dist/src/domain/model/stream/dtos/cancelStream.dto.d.ts +5 -5
- package/dist/src/domain/model/stream-backend/dtos/topUpStreamBackend.dto.d.ts +4 -4
- package/dist/src/domain/model/stream-event/entities/StreamEvent.d.ts +2 -2
- package/dist/src/domain/model/submit-helio-wallet-transaction/dtos/submitHelioWalletSendTransaction.dto.d.ts +2 -1
- package/dist/src/domain/model/submit-invoice/dtos/submitInvoice.dto.d.ts +3 -3
- package/dist/src/domain/model/submit-invoice/entities/SuccessfulInvoicePayment.d.ts +1 -1
- package/dist/src/domain/model/submit-transaction/dtos/submitSwapTransaction.dto.d.ts +1 -1
- package/dist/src/domain/model/submit-transaction/dtos/submitTransaction.dto.d.ts +10 -10
- package/dist/src/domain/model/telegram-details/dtos/telegramLogin.dto.d.ts +5 -0
- package/dist/src/domain/model/{charge/dtos/shopifyDetails.dto.js → telegram-details/dtos/telegramLogin.dto.js} +11 -6
- package/dist/src/domain/model/telegram-details/dtos/telegramLogin.dto.js.map +1 -0
- 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/auth/dtos/external/externalAuth.dto.d.ts +0 -9
- package/dist/src/domain/model/auth/dtos/external/externalAuth.dto.js +0 -44
- package/dist/src/domain/model/auth/dtos/external/externalAuth.dto.js.map +0 -1
- package/dist/src/domain/model/auth/dtos/tokenSwapPayload.dto.d.ts +0 -3
- package/dist/src/domain/model/auth/dtos/tokenSwapPayload.dto.js.map +0 -1
- 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.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/company/dtos/createCompany.dto copy.d.ts +0 -8
- package/dist/src/domain/model/company/dtos/createCompany.dto copy.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.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/paylink-tx/entities/PaylinkTxWithMetaInfo.d.ts +0 -5
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaInfo.js +0 -23
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaInfo.js.map +0 -1
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.d.ts +0 -5
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.js +0 -23
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.js.map +0 -1
- package/dist/src/domain/model/payment-request/constants/redirectTimeoutDefaultValue.d.ts +0 -2
- package/dist/src/domain/model/payment-request/constants/redirectTimeoutDefaultValue.js +0 -6
- package/dist/src/domain/model/payment-request/constants/redirectTimeoutDefaultValue.js.map +0 -1
- package/dist/src/domain/model/payment-request/constants/redirectTimeoutValues.d.ts +0 -2
- package/dist/src/domain/model/payment-request/constants/redirectTimeoutValues.js +0 -6
- package/dist/src/domain/model/payment-request/constants/redirectTimeoutValues.js.map +0 -1
- package/dist/src/domain/model/payment-request/entities/DisabledPaymentRequest.entity.d.ts +0 -4
- package/dist/src/domain/model/payment-request/entities/DisabledPaymentRequest.entity.js +0 -7
- package/dist/src/domain/model/payment-request/entities/DisabledPaymentRequest.entity.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/redirect-query-params/dtos/redirect-query-param.dto.d.ts +0 -5
- package/dist/src/domain/model/redirect-query-params/dtos/redirect-query-param.dto.js +0 -28
- package/dist/src/domain/model/redirect-query-params/dtos/redirect-query-param.dto.js.map +0 -1
- package/dist/src/domain/model/redirect-query-params/entities/redirect-query-param.d.ts +0 -6
- package/dist/src/domain/model/redirect-query-params/entities/redirect-query-param.js +0 -8
- package/dist/src/domain/model/redirect-query-params/entities/redirect-query-param.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/transaction-meta/entities/TransactionMetaInfo.d.ts +0 -5
- package/dist/src/domain/model/transaction-meta/entities/TransactionMetaInfo.js +0 -8
- package/dist/src/domain/model/transaction-meta/entities/TransactionMetaInfo.js.map +0 -1
- package/dist/src/domain/model/transaction-meta/entities/TransactionMetaWithCurrencyInfo.d.ts +0 -5
- package/dist/src/domain/model/transaction-meta/entities/TransactionMetaWithCurrencyInfo.js +0 -8
- package/dist/src/domain/model/transaction-meta/entities/TransactionMetaWithCurrencyInfo.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,11 +1,11 @@
|
|
|
1
1
|
export declare enum IntervalType {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
SECOND = "SECOND",
|
|
3
|
+
MINUTE = "MINUTE",
|
|
4
|
+
HOUR = "HOUR",
|
|
5
|
+
DAY = "DAY",
|
|
6
|
+
WEEK = "WEEK",
|
|
7
|
+
MONTH = "MONTH",
|
|
8
|
+
YEAR = "YEAR"
|
|
9
9
|
}
|
|
10
10
|
export declare const intervalUnit: Record<IntervalType, number>;
|
|
11
11
|
export declare const intervalValue: Record<number, IntervalType>;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export declare const transactionStatusTokenHeaderName =
|
|
2
|
-
'x-transaction-status-token';
|
|
1
|
+
export declare const transactionStatusTokenHeaderName = "x-transaction-status-token";
|
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
import { ValidationOptions } from 'class-validator';
|
|
2
|
-
declare type DecoratorResponse = (
|
|
3
|
-
|
|
4
|
-
propertyName: string,
|
|
5
|
-
) => void;
|
|
6
|
-
export declare function BigintMin(
|
|
7
|
-
minValue: string | number | bigint,
|
|
8
|
-
validationOptions?: ValidationOptions,
|
|
9
|
-
): DecoratorResponse;
|
|
2
|
+
declare type DecoratorResponse = (object: unknown, propertyName: string) => void;
|
|
3
|
+
export declare function BigintMin(minValue: string | number | bigint, validationOptions?: ValidationOptions): DecoratorResponse;
|
|
10
4
|
export {};
|
|
@@ -1,5 +1,2 @@
|
|
|
1
1
|
import { ValidationOptions } from 'class-validator';
|
|
2
|
-
export declare function PartialRequired(
|
|
3
|
-
property: string,
|
|
4
|
-
validationOptions?: ValidationOptions,
|
|
5
|
-
): (object: unknown, propertyName: string) => void;
|
|
2
|
+
export declare function PartialRequired(property: string, validationOptions?: ValidationOptions): (object: unknown, propertyName: string) => void;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Entity } from '../../entity';
|
|
2
2
|
import { AllowlistWallet } from './AllowlistWallet';
|
|
3
3
|
export declare class AddAllowlistResponse extends Entity {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
id: string;
|
|
5
|
+
prId: string;
|
|
6
|
+
prType: string;
|
|
7
|
+
wallets: AllowlistWallet[];
|
|
8
8
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.InvalidAllowlistWallets = void 0;
|
|
4
|
+
class InvalidAllowlistWallets {
|
|
5
|
+
}
|
|
6
|
+
exports.InvalidAllowlistWallets = InvalidAllowlistWallets;
|
|
7
|
+
//# sourceMappingURL=InvalidAllowlistWallets.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvalidAllowlistWallets.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/allowlist/entities/InvalidAllowlistWallets.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,uBAAuB;CAInC;AAJD,0DAIC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PaymentRequestType } from '../../payment-request';
|
|
2
2
|
export declare class BaseCheckoutAuthDto {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
code: string;
|
|
4
|
+
prId: string;
|
|
5
|
+
payerPublicKey: string;
|
|
6
|
+
prType: PaymentRequestType;
|
|
7
7
|
}
|
|
@@ -9,35 +9,35 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.GenerateTwitterRefreshTokenDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const payment_request_1 = require("../../payment-request");
|
|
15
|
-
class
|
|
15
|
+
class GenerateTwitterRefreshTokenDto {
|
|
16
16
|
}
|
|
17
17
|
__decorate([
|
|
18
18
|
(0, class_validator_1.IsString)(),
|
|
19
19
|
(0, class_validator_1.IsNotEmpty)(),
|
|
20
20
|
__metadata("design:type", String)
|
|
21
|
-
],
|
|
21
|
+
], GenerateTwitterRefreshTokenDto.prototype, "prId", void 0);
|
|
22
22
|
__decorate([
|
|
23
|
-
(0, class_validator_1.
|
|
23
|
+
(0, class_validator_1.IsEnum)(payment_request_1.PaymentRequestType),
|
|
24
24
|
(0, class_validator_1.IsNotEmpty)(),
|
|
25
25
|
__metadata("design:type", String)
|
|
26
|
-
],
|
|
26
|
+
], GenerateTwitterRefreshTokenDto.prototype, "prType", void 0);
|
|
27
27
|
__decorate([
|
|
28
|
-
(0, class_validator_1.
|
|
28
|
+
(0, class_validator_1.IsString)(),
|
|
29
29
|
(0, class_validator_1.IsNotEmpty)(),
|
|
30
30
|
__metadata("design:type", String)
|
|
31
|
-
],
|
|
31
|
+
], GenerateTwitterRefreshTokenDto.prototype, "state", void 0);
|
|
32
32
|
__decorate([
|
|
33
33
|
(0, class_validator_1.IsString)(),
|
|
34
34
|
(0, class_validator_1.IsNotEmpty)(),
|
|
35
35
|
__metadata("design:type", String)
|
|
36
|
-
],
|
|
36
|
+
], GenerateTwitterRefreshTokenDto.prototype, "code", void 0);
|
|
37
37
|
__decorate([
|
|
38
38
|
(0, class_validator_1.IsString)(),
|
|
39
39
|
(0, class_validator_1.IsNotEmpty)(),
|
|
40
40
|
__metadata("design:type", String)
|
|
41
|
-
],
|
|
42
|
-
exports.
|
|
43
|
-
//# sourceMappingURL=
|
|
41
|
+
], GenerateTwitterRefreshTokenDto.prototype, "jwt", void 0);
|
|
42
|
+
exports.GenerateTwitterRefreshTokenDto = GenerateTwitterRefreshTokenDto;
|
|
43
|
+
//# sourceMappingURL=generateTwitterRefreshToken.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generateTwitterRefreshToken.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/dtos/generateTwitterRefreshToken.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,2DAA2D;AAE3D,MAAa,8BAA8B;CAoB1C;AAnBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACA;AAEb;IAAC,IAAA,wBAAM,EAAC,oCAAkB,CAAC;IAC1B,IAAA,4BAAU,GAAE;;8DACc;AAE3B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACA;AAEb;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACD;AAnBd,wEAoBC"}
|
|
@@ -2,12 +2,12 @@ import { Platform } from '../../../constants';
|
|
|
2
2
|
import { WalletOrigin } from '../../wallet';
|
|
3
3
|
import { AuthScope } from '../entities';
|
|
4
4
|
export declare class SignOnDto {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
5
|
+
publicKey: string;
|
|
6
|
+
signature: string;
|
|
7
|
+
authMessage: string;
|
|
8
|
+
nonce: string;
|
|
9
|
+
platform?: Platform;
|
|
10
|
+
origin?: WalletOrigin;
|
|
11
|
+
nonceV2: boolean;
|
|
12
|
+
scopes?: AuthScope[];
|
|
13
13
|
}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { BaseCheckoutAuthPublicConfigEntity } from './BaseCheckoutAuthPublicConfig.entity';
|
|
2
|
-
export declare class AccessCodeAuthPublicConfig extends BaseCheckoutAuthPublicConfigEntity {
|
|
2
|
+
export declare class AccessCodeAuthPublicConfig extends BaseCheckoutAuthPublicConfigEntity {
|
|
3
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseCheckoutAuthPublicConfigEntity } from './BaseCheckoutAuthPublicConfig.entity';
|
|
2
2
|
export declare class DiscordAuthPublicConfig extends BaseCheckoutAuthPublicConfigEntity {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
redirectUri: string;
|
|
4
|
+
clientId: string;
|
|
5
5
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BaseCheckoutAuthToken } from './BaseCheckoutAuthToken';
|
|
2
2
|
import { DiscordServerUser } from './DiscordServerUser';
|
|
3
3
|
export declare class DiscordAuthToken extends BaseCheckoutAuthToken {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
user: DiscordServerUser;
|
|
5
|
+
txsCount?: number;
|
|
6
6
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export declare class UpdateCompanyDto {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
name?: string;
|
|
3
|
+
email?: string;
|
|
4
|
+
logo?: string;
|
|
5
|
+
websiteUrl?: string;
|
|
6
|
+
discordUsername?: string;
|
|
7
|
+
address?: string;
|
|
8
|
+
phoneNumber?: string;
|
|
9
|
+
tradingViewDetails?: string;
|
|
10
|
+
useDirectEvmTransfers?: boolean;
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Platform } from '../../../constants';
|
|
2
2
|
export declare class CreateCompany {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
3
|
+
name?: string;
|
|
4
|
+
email?: string;
|
|
5
|
+
logo?: string;
|
|
6
|
+
websiteUrl?: string;
|
|
7
|
+
discordUsername?: string;
|
|
8
|
+
address?: string;
|
|
9
|
+
phoneNumber?: string;
|
|
10
|
+
platform?: Platform;
|
|
11
11
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export declare class ContactAddressDto {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
country?: string;
|
|
3
|
+
state?: string;
|
|
4
|
+
postCode?: string;
|
|
5
|
+
city?: string;
|
|
6
|
+
street?: string;
|
|
7
|
+
streetNumber?: string;
|
|
8
|
+
additionalInfo?: string;
|
|
9
9
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Entity } from '../../entity';
|
|
2
2
|
export declare class ContactAddress extends Entity {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
country?: string;
|
|
4
|
+
postCode?: string;
|
|
5
|
+
city?: string;
|
|
6
|
+
state?: string;
|
|
7
|
+
street?: string;
|
|
8
|
+
streetNumber?: string;
|
|
9
|
+
additionalInfo?: string;
|
|
10
10
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BaseBlockchain } from '../../blockchain';
|
|
2
2
|
import { BaseCurrency } from './BaseCurrency.entity';
|
|
3
|
-
declare const CurrencyInfo_base: import("@nestjs/mapped-types").MappedType<Pick<BaseCurrency, "symbol" | "
|
|
3
|
+
declare const CurrencyInfo_base: import("@nestjs/mapped-types").MappedType<Pick<BaseCurrency, "symbol" | "name" | "id" | "decimals" | "mintAddress" | "coinMarketCapId">>;
|
|
4
4
|
export declare class CurrencyInfo extends CurrencyInfo_base {
|
|
5
5
|
blockchain: BaseBlockchain;
|
|
6
6
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { DiscordBotVersion, DiscordRole } from '../entities';
|
|
2
2
|
export declare class CreateDiscordDetailsDto {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
serverId: string;
|
|
4
|
+
roleId?: string;
|
|
5
|
+
roles?: DiscordRole[];
|
|
6
|
+
active?: boolean;
|
|
7
|
+
company: string;
|
|
8
|
+
botVersion?: DiscordBotVersion;
|
|
9
9
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmailTelegramInviteDto.js","sourceRoot":"","sources":["../../../../../src/domain/model/email/EmailTelegramInviteDto.ts"],"names":[],"mappings":""}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { FeeDetailsDto } from './feeDetailsDto';
|
|
2
2
|
export declare class FeeDto {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
fee: FeeDetailsDto;
|
|
4
|
+
helioXFee: FeeDetailsDto;
|
|
5
|
+
feature: string;
|
|
6
|
+
name?: string;
|
|
7
|
+
description?: string;
|
|
8
8
|
}
|
|
@@ -14,6 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./feeDto"), exports);
|
|
18
17
|
__exportStar(require("./feeDetailsDto"), exports);
|
|
19
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -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"}
|