@heliofi/common 0.1.314-alpha.0 → 0.1.316
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/model/allowlist/dtos/uploadAllowlistCSV.dto.js +1 -1
- package/dist/src/domain/model/allowlist/dtos/uploadAllowlistCSV.dto.js.map +1 -1
- package/dist/src/domain/model/audit/tx/AuditTxType.d.ts +2 -1
- package/dist/src/domain/model/audit/tx/AuditTxType.js +1 -0
- package/dist/src/domain/model/audit/tx/AuditTxType.js.map +1 -1
- package/dist/src/domain/model/auth/dtos/SignOnSocialNetwork.dto.d.ts +6 -0
- package/dist/src/domain/model/auth/dtos/{BitcoinSignOn.dto.js → SignOnSocialNetwork.dto.js} +11 -19
- package/dist/src/domain/model/auth/dtos/SignOnSocialNetwork.dto.js.map +1 -0
- package/dist/src/domain/model/auth/dtos/index.d.ts +0 -2
- package/dist/src/domain/model/auth/dtos/index.js +0 -2
- package/dist/src/domain/model/auth/dtos/index.js.map +1 -1
- package/dist/src/domain/model/company/dtos/createCompany.dto.d.ts +9 -0
- package/dist/src/domain/model/company/dtos/createCompany.dto.js +52 -0
- package/dist/src/domain/model/company/dtos/createCompany.dto.js.map +1 -0
- package/dist/src/domain/model/discordAuthProperties/dtos/discordAuthProperties.dto.d.ts +4 -0
- package/dist/src/domain/model/{auth/dtos/BTCProperties.dto.js → discordAuthProperties/dtos/discordAuthProperties.dto.js} +8 -6
- package/dist/src/domain/model/discordAuthProperties/dtos/discordAuthProperties.dto.js.map +1 -0
- package/dist/src/domain/model/discordAuthProperties/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/discordAuthProperties/dtos/index.js +18 -0
- package/dist/src/domain/model/discordAuthProperties/dtos/index.js.map +1 -0
- package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.d.ts +5 -0
- package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.js +8 -0
- package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.js.map +1 -0
- package/dist/src/domain/model/discordAuthProperties/entities/index.d.ts +1 -0
- package/dist/src/domain/model/discordAuthProperties/entities/index.js +18 -0
- package/dist/src/domain/model/discordAuthProperties/entities/index.js.map +1 -0
- package/dist/src/domain/model/discordAuthProperties/index.d.ts +2 -0
- package/dist/src/domain/model/discordAuthProperties/index.js +19 -0
- package/dist/src/domain/model/discordAuthProperties/index.js.map +1 -0
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/index.js +34 -0
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/index.js.map +1 -0
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/nftDrop.dto.d.ts +4 -0
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/nftDrop.dto.js +54 -0
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/nftDrop.dto.js.map +1 -0
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/EscrowCancelTransactionMeta.entity.d.ts +5 -0
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/EscrowCancelTransactionMeta.entity.js +7 -0
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/EscrowCancelTransactionMeta.entity.js.map +1 -0
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/index.d.ts +1 -0
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/index.js +34 -0
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/index.js.map +1 -0
- package/dist/src/domain/model/escrow-cancel-transaction-meta/index.d.ts +1 -0
- package/dist/src/domain/model/escrow-cancel-transaction-meta/index.js +34 -0
- package/dist/src/domain/model/escrow-cancel-transaction-meta/index.js.map +1 -0
- package/dist/src/domain/model/escrow-transaction-meta/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/escrow-transaction-meta/dtos/index.js +34 -0
- package/dist/src/domain/model/escrow-transaction-meta/dtos/index.js.map +1 -0
- package/dist/src/domain/model/escrow-transaction-meta/dtos/nftDrop.dto.d.ts +4 -0
- package/dist/src/domain/model/escrow-transaction-meta/dtos/nftDrop.dto.js +54 -0
- package/dist/src/domain/model/escrow-transaction-meta/dtos/nftDrop.dto.js.map +1 -0
- package/dist/src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.d.ts +6 -0
- package/dist/src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.js +7 -0
- package/dist/src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.js.map +1 -0
- package/dist/src/domain/model/escrow-transaction-meta/entities/index.d.ts +1 -0
- package/dist/src/domain/model/escrow-transaction-meta/entities/index.js +34 -0
- package/dist/src/domain/model/escrow-transaction-meta/entities/index.js.map +1 -0
- package/dist/src/domain/model/escrow-transaction-meta/index.d.ts +1 -0
- package/dist/src/domain/model/escrow-transaction-meta/index.js +34 -0
- package/dist/src/domain/model/escrow-transaction-meta/index.js.map +1 -0
- package/dist/src/domain/model/fixed-currency/entities/TokenRatePayload.d.ts +9 -0
- package/dist/src/domain/model/fixed-currency/entities/TokenRatePayload.js +7 -0
- package/dist/src/domain/model/fixed-currency/entities/TokenRatePayload.js.map +1 -0
- package/dist/src/domain/model/helio-wallet-tx/constants/index.d.ts +4 -0
- package/dist/src/domain/model/helio-wallet-tx/constants/index.js +9 -0
- package/dist/src/domain/model/helio-wallet-tx/constants/index.js.map +1 -0
- package/dist/src/domain/model/helio-wallet-tx/entities/BaseHelioWalletTx.d.ts +7 -0
- package/dist/src/domain/model/helio-wallet-tx/entities/BaseHelioWalletTx.js +8 -0
- package/dist/src/domain/model/helio-wallet-tx/entities/BaseHelioWalletTx.js.map +1 -0
- package/dist/src/domain/model/helio-wallet-tx/entities/CreateHelioWalletTx.d.ts +5 -0
- package/dist/src/domain/model/helio-wallet-tx/entities/CreateHelioWalletTx.js +8 -0
- package/dist/src/domain/model/helio-wallet-tx/entities/CreateHelioWalletTx.js.map +1 -0
- package/dist/src/domain/model/helio-wallet-tx/entities/HelioWalletTx.d.ts +5 -0
- package/dist/src/domain/model/helio-wallet-tx/entities/HelioWalletTx.js +8 -0
- package/dist/src/domain/model/helio-wallet-tx/entities/HelioWalletTx.js.map +1 -0
- package/dist/src/domain/model/helio-wallet-tx/entities/index.d.ts +3 -0
- package/dist/src/domain/model/helio-wallet-tx/entities/index.js +20 -0
- package/dist/src/domain/model/helio-wallet-tx/entities/index.js.map +1 -0
- package/dist/src/domain/model/helio-wallet-tx/index.d.ts +2 -0
- package/dist/src/domain/model/helio-wallet-tx/index.js +19 -0
- package/dist/src/domain/model/helio-wallet-tx/index.js.map +1 -0
- 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-tx/dtos/createInvoiceTx.dto.d.ts +6 -0
- package/dist/src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.js +36 -0
- package/dist/src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.js.map +1 -0
- package/dist/src/domain/model/invoice-tx/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/invoice-tx/dtos/index.js +18 -0
- package/dist/src/domain/model/invoice-tx/dtos/index.js.map +1 -0
- package/dist/src/domain/model/link-features/entities/LinkFeatures.d.ts +8 -0
- package/dist/src/domain/model/link-features/entities/LinkFeatures.js +7 -0
- package/dist/src/domain/model/link-features/entities/LinkFeatures.js.map +1 -0
- package/dist/src/domain/model/nft-drop/constants/nftDropState.d.ts +9 -0
- package/dist/src/domain/model/nft-drop/constants/nftDropState.js +14 -0
- package/dist/src/domain/model/nft-drop/constants/nftDropState.js.map +1 -0
- package/dist/src/domain/model/nft-drop/dtos/updateNftDrop.dto.d.ts +8 -0
- package/dist/src/domain/model/nft-drop/dtos/updateNftDrop.dto.js +81 -0
- package/dist/src/domain/model/nft-drop/dtos/updateNftDrop.dto.js.map +1 -0
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.d.ts +5 -0
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.js +7 -0
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.js.map +1 -0
- package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.d.ts +13 -0
- package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.js +11 -0
- package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.js.map +1 -0
- package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.d.ts +8 -0
- package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.js +46 -0
- package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.js.map +1 -0
- package/dist/src/domain/model/paylink-tx/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/paylink-tx/dtos/index.js +19 -0
- package/dist/src/domain/model/paylink-tx/dtos/index.js.map +1 -0
- package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTx.dto.d.ts +4 -0
- package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTx.dto.js +30 -0
- package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTx.dto.js.map +1 -0
- package/dist/src/domain/model/paystream/entities/IntervalType.d.ts +9 -0
- package/dist/src/domain/model/paystream/entities/IntervalType.js +14 -0
- package/dist/src/domain/model/paystream/entities/IntervalType.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTx.dto.d.ts +11 -0
- package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTx.dto.js +57 -0
- package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTx.dto.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTxDto.d.ts +11 -0
- package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTxDto.js +109 -0
- package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTxDto.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/paystream-tx/dtos/index.js +19 -0
- package/dist/src/domain/model/paystream-tx/dtos/index.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTx.dto.d.ts +7 -0
- package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTx.dto.js +44 -0
- package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTx.dto.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTxDto.d.ts +6 -0
- package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTxDto.js +66 -0
- package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTxDto.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/entities/PaystreamTx.d.ts +20 -0
- package/dist/src/domain/model/paystream-tx/entities/PaystreamTx.js +72 -0
- package/dist/src/domain/model/paystream-tx/entities/PaystreamTx.js.map +1 -0
- package/dist/src/domain/model/platform-details/entities/PlatformDetails.d.ts +8 -0
- package/dist/src/domain/model/platform-details/entities/PlatformDetails.js +7 -0
- package/dist/src/domain/model/platform-details/entities/PlatformDetails.js.map +1 -0
- package/dist/src/domain/model/prepare-helio-wallet-transaction/dtos/prepareHelioWalletSendTransactionDto.js +1 -1
- package/dist/src/domain/model/prepare-helio-wallet-transaction/dtos/prepareHelioWalletSendTransactionDto.js.map +1 -1
- package/dist/src/domain/model/prepare-in-app-transaction/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/prepare-in-app-transaction/dtos/index.js +6 -0
- package/dist/src/domain/model/prepare-in-app-transaction/dtos/index.js.map +1 -0
- package/dist/src/domain/model/prepare-in-app-transaction/dtos/prepareInAppSendTransactionDto.d.ts +5 -0
- package/dist/src/domain/model/prepare-in-app-transaction/dtos/prepareInAppSendTransactionDto.js +33 -0
- package/dist/src/domain/model/prepare-in-app-transaction/dtos/prepareInAppSendTransactionDto.js.map +1 -0
- package/dist/src/domain/model/prepare-in-app-transaction/dtos/prepareInAppWithdrawTransaction.dto.d.ts +5 -0
- package/dist/src/domain/model/prepare-in-app-transaction/dtos/prepareInAppWithdrawTransaction.dto.js +33 -0
- package/dist/src/domain/model/prepare-in-app-transaction/dtos/prepareInAppWithdrawTransaction.dto.js.map +1 -0
- package/dist/src/domain/model/prepare-in-app-transaction/index.d.ts +1 -0
- package/dist/src/domain/model/prepare-in-app-transaction/index.js +18 -0
- package/dist/src/domain/model/prepare-in-app-transaction/index.js.map +1 -0
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.d.ts +8 -0
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.js +7 -0
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.js.map +1 -0
- package/dist/src/domain/model/refund/dtos/createRefund.dto.d.ts +9 -0
- package/dist/src/domain/model/refund/dtos/createRefund.dto.js +46 -0
- package/dist/src/domain/model/refund/dtos/createRefund.dto.js.map +1 -0
- package/dist/src/domain/model/refund/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/refund/dtos/index.js +18 -0
- package/dist/src/domain/model/refund/dtos/index.js.map +1 -0
- package/dist/src/domain/model/submit-helio-wallet-transaction/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/submit-helio-wallet-transaction/dtos/index.js +6 -0
- package/dist/src/domain/model/submit-helio-wallet-transaction/dtos/index.js.map +1 -0
- package/dist/src/domain/model/submit-helio-wallet-transaction/dtos/submitHelioWalletSendTransaction.dto.d.ts +3 -0
- package/dist/src/domain/model/submit-helio-wallet-transaction/dtos/submitHelioWalletSendTransaction.dto.js +8 -0
- package/dist/src/domain/model/submit-helio-wallet-transaction/dtos/submitHelioWalletSendTransaction.dto.js.map +1 -0
- package/dist/src/domain/model/submit-helio-wallet-transaction/dtos/submitHelioWalletSendTransactionDto.dto.d.ts +6 -0
- package/dist/src/domain/model/submit-helio-wallet-transaction/dtos/submitHelioWalletSendTransactionDto.dto.js +37 -0
- package/dist/src/domain/model/submit-helio-wallet-transaction/dtos/submitHelioWalletSendTransactionDto.dto.js.map +1 -0
- package/dist/src/domain/model/submit-helio-wallet-transaction/index.d.ts +1 -0
- package/dist/src/domain/model/submit-helio-wallet-transaction/index.js +18 -0
- package/dist/src/domain/model/submit-helio-wallet-transaction/index.js.map +1 -0
- package/dist/src/domain/model/submit-invoice/dtos/submitInvoice.dto.d.ts +2 -4
- package/dist/src/domain/model/submit-invoice/dtos/submitInvoice.dto.js +2 -16
- package/dist/src/domain/model/submit-invoice/dtos/submitInvoice.dto.js.map +1 -1
- package/dist/src/domain/model/submit-transaction/dtos/BaseSubmitTransaction.dto.d.ts +5 -0
- package/dist/src/domain/model/submit-transaction/dtos/BaseSubmitTransaction.dto.js +32 -0
- package/dist/src/domain/model/submit-transaction/dtos/BaseSubmitTransaction.dto.js.map +1 -0
- package/dist/src/domain/model/submit-transaction/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/submit-transaction/dtos/index.js +3 -1
- package/dist/src/domain/model/submit-transaction/dtos/index.js.map +1 -1
- package/dist/src/domain/model/submit-transaction/dtos/submitTransaction.dto.d.ts +2 -4
- package/dist/src/domain/model/submit-transaction/dtos/submitTransaction.dto.js +2 -16
- package/dist/src/domain/model/submit-transaction/dtos/submitTransaction.dto.js.map +1 -1
- package/dist/src/domain/model/submit-transaction/entities/BaseSubmitResponsePayload.entity.d.ts +7 -0
- package/dist/src/domain/model/submit-transaction/entities/BaseSubmitResponsePayload.entity.js +8 -0
- package/dist/src/domain/model/submit-transaction/entities/BaseSubmitResponsePayload.entity.js.map +1 -0
- package/dist/src/domain/model/submit-transaction/entities/SubmitResponsePayload.entity.d.ts +2 -6
- package/dist/src/domain/model/submit-transaction/entities/SubmitResponsePayload.entity.js +2 -2
- package/dist/src/domain/model/submit-transaction/entities/SubmitResponsePayload.entity.js.map +1 -1
- package/dist/src/domain/model/submit-transaction/entities/index.d.ts +1 -0
- package/dist/src/domain/model/submit-transaction/entities/index.js +1 -0
- package/dist/src/domain/model/submit-transaction/entities/index.js.map +1 -1
- package/dist/src/domain/model/transaction/dtos/BaseCreateTransaction.dto.d.ts +4 -0
- package/dist/src/domain/model/transaction/dtos/BaseCreateTransaction.dto.js +7 -0
- package/dist/src/domain/model/transaction/dtos/BaseCreateTransaction.dto.js.map +1 -0
- package/dist/src/domain/model/transaction/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/transaction/dtos/index.js +18 -0
- package/dist/src/domain/model/transaction/dtos/index.js.map +1 -0
- package/dist/src/domain/model/transaction/index.d.ts +1 -0
- package/dist/src/domain/model/transaction/index.js +1 -0
- package/dist/src/domain/model/transaction/index.js.map +1 -1
- package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.d.ts +21 -0
- package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.js +97 -0
- package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.js.map +1 -0
- package/dist/src/domain/model/transaction-meta/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/transaction-meta/dtos/index.js +19 -0
- package/dist/src/domain/model/transaction-meta/dtos/index.js.map +1 -0
- package/dist/src/domain/model/transaction-meta/dtos/updateTransactionMeta.dto.d.ts +6 -0
- package/dist/src/domain/model/transaction-meta/dtos/updateTransactionMeta.dto.js +33 -0
- package/dist/src/domain/model/transaction-meta/dtos/updateTransactionMeta.dto.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/BaseWallet.entity.d.ts +0 -2
- package/dist/src/domain/model/wallet/entities/BaseWallet.entity.js.map +1 -1
- package/dist/src/domain/model/wallet/entities/index.d.ts +0 -4
- package/dist/src/domain/model/wallet/entities/index.js +0 -4
- package/dist/src/domain/model/wallet/entities/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/auth/dtos/BTCProperties.dto.d.ts +0 -4
- package/dist/src/domain/model/auth/dtos/BTCProperties.dto.js.map +0 -1
- package/dist/src/domain/model/auth/dtos/BitcoinSignOn.dto.d.ts +0 -9
- package/dist/src/domain/model/auth/dtos/BitcoinSignOn.dto.js.map +0 -1
- package/dist/src/domain/model/wallet/entities/BTCPaymentAddress.entity.d.ts +0 -6
- package/dist/src/domain/model/wallet/entities/BTCPaymentAddress.entity.js +0 -8
- package/dist/src/domain/model/wallet/entities/BTCPaymentAddress.entity.js.map +0 -1
- package/dist/src/domain/model/wallet/entities/BTCPaymentAddressVersion.d.ts +0 -5
- package/dist/src/domain/model/wallet/entities/BTCPaymentAddressVersion.js +0 -10
- package/dist/src/domain/model/wallet/entities/BTCPaymentAddressVersion.js.map +0 -1
- package/dist/src/domain/model/wallet/entities/BTCProperties.d.ts +0 -6
- package/dist/src/domain/model/wallet/entities/BTCProperties.js +0 -8
- package/dist/src/domain/model/wallet/entities/BTCProperties.js.map +0 -1
- package/dist/src/domain/model/wallet/entities/WalletOrigin.d.ts +0 -3
- package/dist/src/domain/model/wallet/entities/WalletOrigin.js +0 -8
- package/dist/src/domain/model/wallet/entities/WalletOrigin.js.map +0 -1
|
@@ -25,4 +25,4 @@ __decorate([
|
|
|
25
25
|
__metadata("design:type", String)
|
|
26
26
|
], UploadAllowlistCSVDto.prototype, "prType", void 0);
|
|
27
27
|
exports.UploadAllowlistCSVDto = UploadAllowlistCSVDto;
|
|
28
|
-
//# sourceMappingURL=
|
|
28
|
+
//# sourceMappingURL=UploadAllowlistCSV.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"UploadAllowlistCSV.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/allowlist/dtos/UploadAllowlistCSV.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2E;AAC3E,2DAA2D;AAE3D,MAAa,qBAAqB;CAUjC;AATC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACC;AAEd;IAAC,IAAA,wBAAM,EAAC,oCAAkB,CAAC;IAC1B,IAAA,4BAAU,GAAE;;qDACc;AAP7B,sDAUC"}
|
|
@@ -6,5 +6,6 @@ export declare enum AuditTxType {
|
|
|
6
6
|
SWAP_STREAM_START = "SWAP_STREAM_START",
|
|
7
7
|
STREAM_CANCEL = "STREAM_CANCEL",
|
|
8
8
|
STREAM_WITHDRAW = "STREAM_WITHDRAW",
|
|
9
|
-
STREAM_TOP_UP = "STREAM_TOP_UP"
|
|
9
|
+
STREAM_TOP_UP = "STREAM_TOP_UP",
|
|
10
|
+
HELIO_WALLET_SEND_FUNDS = "HELIO_WALLET_SEND_FUNDS"
|
|
10
11
|
}
|
|
@@ -11,5 +11,6 @@ var AuditTxType;
|
|
|
11
11
|
AuditTxType["STREAM_CANCEL"] = "STREAM_CANCEL";
|
|
12
12
|
AuditTxType["STREAM_WITHDRAW"] = "STREAM_WITHDRAW";
|
|
13
13
|
AuditTxType["STREAM_TOP_UP"] = "STREAM_TOP_UP";
|
|
14
|
+
AuditTxType["HELIO_WALLET_SEND_FUNDS"] = "HELIO_WALLET_SEND_FUNDS";
|
|
14
15
|
})(AuditTxType = exports.AuditTxType || (exports.AuditTxType = {}));
|
|
15
16
|
//# sourceMappingURL=AuditTxType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuditTxType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/audit/tx/AuditTxType.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"AuditTxType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/audit/tx/AuditTxType.ts"],"names":[],"mappings":";;;AAAA,IAAY,WAUX;AAVD,WAAY,WAAW;IACrB,kCAAmB,CAAA;IACnB,4CAA6B,CAAA;IAC7B,kCAAmB,CAAA;IACnB,4CAA6B,CAAA;IAC7B,sDAAuC,CAAA;IACvC,8CAA+B,CAAA;IAC/B,kDAAmC,CAAA;IACnC,8CAA+B,CAAA;IAC/B,kEAAmD,CAAA;AACrD,CAAC,EAVW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAUtB"}
|
|
@@ -9,33 +9,25 @@ 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.SignOnSocialNetworkDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
const class_transformer_1 = require("class-transformer");
|
|
15
14
|
const constants_1 = require("../../../constants");
|
|
16
|
-
|
|
17
|
-
const BTCProperties_dto_1 = require("./BTCProperties.dto");
|
|
18
|
-
class BitcoinSignOnDto {
|
|
15
|
+
class SignOnSocialNetworkDto {
|
|
19
16
|
}
|
|
20
17
|
__decorate([
|
|
21
18
|
(0, class_validator_1.IsString)(),
|
|
22
19
|
(0, class_validator_1.IsNotEmpty)(),
|
|
23
20
|
__metadata("design:type", String)
|
|
24
|
-
],
|
|
25
|
-
__decorate([
|
|
26
|
-
(0, class_validator_1.IsOptional)(),
|
|
27
|
-
(0, class_validator_1.IsEnum)(constants_1.Platform),
|
|
28
|
-
__metadata("design:type", String)
|
|
29
|
-
], BitcoinSignOnDto.prototype, "platform", void 0);
|
|
21
|
+
], SignOnSocialNetworkDto.prototype, "appPublicKey", void 0);
|
|
30
22
|
__decorate([
|
|
23
|
+
(0, class_validator_1.IsString)(),
|
|
31
24
|
(0, class_validator_1.IsNotEmpty)(),
|
|
32
|
-
(0, class_validator_1.IsEnum)(wallet_1.WalletOrigin),
|
|
33
25
|
__metadata("design:type", String)
|
|
34
|
-
],
|
|
26
|
+
], SignOnSocialNetworkDto.prototype, "idToken", void 0);
|
|
35
27
|
__decorate([
|
|
36
|
-
(0,
|
|
37
|
-
(0, class_validator_1.
|
|
38
|
-
__metadata("design:type",
|
|
39
|
-
],
|
|
40
|
-
exports.
|
|
41
|
-
//# sourceMappingURL=
|
|
28
|
+
(0, class_validator_1.IsOptional)(),
|
|
29
|
+
(0, class_validator_1.IsEnum)(constants_1.Platform),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], SignOnSocialNetworkDto.prototype, "platform", void 0);
|
|
32
|
+
exports.SignOnSocialNetworkDto = SignOnSocialNetworkDto;
|
|
33
|
+
//# sourceMappingURL=SignOnSocialNetwork.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SignOnSocialNetwork.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/dtos/SignOnSocialNetwork.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2E;AAC3E,kDAA8C;AAE9C,MAAa,sBAAsB;CAYlC;AAXC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACQ;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACG;AAEhB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,oBAAQ,CAAC;;wDACG;AAXtB,wDAYC"}
|
|
@@ -22,6 +22,4 @@ __exportStar(require("./AccessCodeAuth.dto"), exports);
|
|
|
22
22
|
__exportStar(require("./StoreTwitterToken.dto"), exports);
|
|
23
23
|
__exportStar(require("./EVMMessage.dto"), exports);
|
|
24
24
|
__exportStar(require("./SignOnWeb3authSocialNetwork.dto"), exports);
|
|
25
|
-
__exportStar(require("./BitcoinSignOn.dto"), exports);
|
|
26
|
-
__exportStar(require("./BTCProperties.dto"), exports);
|
|
27
25
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,+CAA6B;AAC7B,0DAAwC;AACxC,oDAAkC;AAClC,uDAAqC;AACrC,0DAAwC;AACxC,mDAAiC;AACjC,oEAAkD
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,+CAA6B;AAC7B,0DAAwC;AACxC,oDAAkC;AAClC,uDAAqC;AACrC,0DAAwC;AACxC,mDAAiC;AACjC,oEAAkD"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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.CreateCompanyDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class CreateCompanyDto {
|
|
15
|
+
}
|
|
16
|
+
__decorate([
|
|
17
|
+
(0, class_validator_1.IsString)(),
|
|
18
|
+
(0, class_validator_1.IsOptional)(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], CreateCompanyDto.prototype, "name", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_validator_1.IsString)(),
|
|
23
|
+
(0, class_validator_1.IsOptional)(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], CreateCompanyDto.prototype, "email", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, class_validator_1.IsOptional)(),
|
|
28
|
+
(0, class_validator_1.IsString)(),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], CreateCompanyDto.prototype, "logo", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, class_validator_1.IsOptional)(),
|
|
33
|
+
(0, class_validator_1.IsString)(),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], CreateCompanyDto.prototype, "websiteUrl", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, class_validator_1.IsOptional)(),
|
|
38
|
+
(0, class_validator_1.IsString)(),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], CreateCompanyDto.prototype, "discordUsername", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, class_validator_1.IsOptional)(),
|
|
43
|
+
(0, class_validator_1.IsString)(),
|
|
44
|
+
__metadata("design:type", String)
|
|
45
|
+
], CreateCompanyDto.prototype, "address", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, class_validator_1.IsOptional)(),
|
|
48
|
+
(0, class_validator_1.IsString)(),
|
|
49
|
+
__metadata("design:type", String)
|
|
50
|
+
], CreateCompanyDto.prototype, "phoneNumber", void 0);
|
|
51
|
+
exports.CreateCompanyDto = CreateCompanyDto;
|
|
52
|
+
//# sourceMappingURL=createCompany.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createCompany.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/createCompany.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,gBAAgB;CA4B5B;AA3BC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACE;AAEf;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACG;AAEd;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACS;AAEpB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yDACc;AAEzB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iDACM;AAEjB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACU;AA3BvB,4CA4BC"}
|
|
@@ -9,17 +9,19 @@ 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.DiscordAuthPropertiesDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
class
|
|
14
|
+
class DiscordAuthPropertiesDto {
|
|
15
15
|
}
|
|
16
16
|
__decorate([
|
|
17
17
|
(0, class_validator_1.IsString)(),
|
|
18
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
18
19
|
__metadata("design:type", String)
|
|
19
|
-
],
|
|
20
|
+
], DiscordAuthPropertiesDto.prototype, "serverId", void 0);
|
|
20
21
|
__decorate([
|
|
21
22
|
(0, class_validator_1.IsString)(),
|
|
23
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
22
24
|
__metadata("design:type", String)
|
|
23
|
-
],
|
|
24
|
-
exports.
|
|
25
|
-
//# sourceMappingURL=
|
|
25
|
+
], DiscordAuthPropertiesDto.prototype, "roleId", void 0);
|
|
26
|
+
exports.DiscordAuthPropertiesDto = DiscordAuthPropertiesDto;
|
|
27
|
+
//# sourceMappingURL=discordAuthProperties.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"discordAuthProperties.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/discordAuthProperties/dtos/discordAuthProperties.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,wBAAwB;CAQpC;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACE;AAPjB,4DAQC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './discordAuthProperties.dto';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./discordAuthProperties.dto"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/discordAuthProperties/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DiscordAuthProperties = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class DiscordAuthProperties extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.DiscordAuthProperties = DiscordAuthProperties;
|
|
8
|
+
//# sourceMappingURL=DiscordAuthProperties.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DiscordAuthProperties.js","sourceRoot":"","sources":["../../../../../../src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,qBAAsB,SAAQ,eAAM;CAIhD;AAJD,sDAIC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './DiscordAuthProperties';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./DiscordAuthProperties"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/discordAuthProperties/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./dtos"), exports);
|
|
18
|
+
__exportStar(require("./entities"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/discordAuthProperties/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './nftDrop.dto';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
var __createBinding =
|
|
3
|
+
(this && this.__createBinding) ||
|
|
4
|
+
(Object.create
|
|
5
|
+
? function (o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (
|
|
9
|
+
!desc ||
|
|
10
|
+
('get' in desc ? !m.__esModule : desc.writable || desc.configurable)
|
|
11
|
+
) {
|
|
12
|
+
desc = {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () {
|
|
15
|
+
return m[k];
|
|
16
|
+
},
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}
|
|
21
|
+
: function (o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
o[k2] = m[k];
|
|
24
|
+
});
|
|
25
|
+
var __exportStar =
|
|
26
|
+
(this && this.__exportStar) ||
|
|
27
|
+
function (m, exports) {
|
|
28
|
+
for (var p in m)
|
|
29
|
+
if (p !== 'default' && !Object.prototype.hasOwnProperty.call(exports, p))
|
|
30
|
+
__createBinding(exports, m, p);
|
|
31
|
+
};
|
|
32
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
33
|
+
__exportStar(require('./nftDrop.dto'), exports);
|
|
34
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/escrow-cancel-transaction-meta/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
var __decorate =
|
|
3
|
+
(this && this.__decorate) ||
|
|
4
|
+
function (decorators, target, key, desc) {
|
|
5
|
+
var c = arguments.length,
|
|
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;
|
|
19
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
20
|
+
};
|
|
21
|
+
var __metadata =
|
|
22
|
+
(this && this.__metadata) ||
|
|
23
|
+
function (k, v) {
|
|
24
|
+
if (typeof Reflect === 'object' && typeof Reflect.metadata === 'function')
|
|
25
|
+
return Reflect.metadata(k, v);
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
28
|
+
exports.EscrowTransactionDto = void 0;
|
|
29
|
+
const class_validator_1 = require('class-validator');
|
|
30
|
+
class EscrowTransactionDto {}
|
|
31
|
+
__decorate(
|
|
32
|
+
[
|
|
33
|
+
(0, class_validator_1.IsArray)(),
|
|
34
|
+
(0, class_validator_1.ArrayMinSize)(1),
|
|
35
|
+
(0, class_validator_1.IsString)({ each: true }),
|
|
36
|
+
(0, class_validator_1.IsNotEmpty)({ each: true }),
|
|
37
|
+
__metadata('design:type', Array),
|
|
38
|
+
],
|
|
39
|
+
EscrowTransactionDto.prototype,
|
|
40
|
+
'mintAddresses',
|
|
41
|
+
void 0,
|
|
42
|
+
);
|
|
43
|
+
__decorate(
|
|
44
|
+
[
|
|
45
|
+
(0, class_validator_1.IsString)(),
|
|
46
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
47
|
+
__metadata('design:type', String),
|
|
48
|
+
],
|
|
49
|
+
EscrowTransactionDto.prototype,
|
|
50
|
+
'escrowAccountPK',
|
|
51
|
+
void 0,
|
|
52
|
+
);
|
|
53
|
+
exports.EscrowTransactionDto = EscrowTransactionDto;
|
|
54
|
+
//# sourceMappingURL=nftDrop.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nftDrop.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/escrow-cancel-transaction-meta/dtos/nftDrop.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8E;AAG9E,MAAa,oBAAoB;CAUhC;AATC;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,8BAAY,EAAC,CAAC,CAAC;IACf,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,IAAA,4BAAU,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;2DACH;AAExB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACW;AAT1B,oDAUC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
3
|
+
exports.EscrowCancelTransactionMeta = void 0;
|
|
4
|
+
const entity_1 = require('../../entity');
|
|
5
|
+
class EscrowCancelTransactionMeta extends entity_1.Entity {}
|
|
6
|
+
exports.EscrowCancelTransactionMeta = EscrowCancelTransactionMeta;
|
|
7
|
+
//# sourceMappingURL=EscrowCancelTransactionMeta.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EscrowCancelTransactionMeta.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/escrow-cancel-transaction-meta/entities/EscrowCancelTransactionMeta.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,2BAA4B,SAAQ,eAAM;CAEtD;AAFD,kEAEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './EscrowCancelTransactionMeta.entity';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
var __createBinding =
|
|
3
|
+
(this && this.__createBinding) ||
|
|
4
|
+
(Object.create
|
|
5
|
+
? function (o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (
|
|
9
|
+
!desc ||
|
|
10
|
+
('get' in desc ? !m.__esModule : desc.writable || desc.configurable)
|
|
11
|
+
) {
|
|
12
|
+
desc = {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () {
|
|
15
|
+
return m[k];
|
|
16
|
+
},
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}
|
|
21
|
+
: function (o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
o[k2] = m[k];
|
|
24
|
+
});
|
|
25
|
+
var __exportStar =
|
|
26
|
+
(this && this.__exportStar) ||
|
|
27
|
+
function (m, exports) {
|
|
28
|
+
for (var p in m)
|
|
29
|
+
if (p !== 'default' && !Object.prototype.hasOwnProperty.call(exports, p))
|
|
30
|
+
__createBinding(exports, m, p);
|
|
31
|
+
};
|
|
32
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
33
|
+
__exportStar(require('./EscrowCancelTransactionMeta.entity'), exports);
|
|
34
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/escrow-cancel-transaction-meta/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uEAAqD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './entities';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
var __createBinding =
|
|
3
|
+
(this && this.__createBinding) ||
|
|
4
|
+
(Object.create
|
|
5
|
+
? function (o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (
|
|
9
|
+
!desc ||
|
|
10
|
+
('get' in desc ? !m.__esModule : desc.writable || desc.configurable)
|
|
11
|
+
) {
|
|
12
|
+
desc = {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () {
|
|
15
|
+
return m[k];
|
|
16
|
+
},
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}
|
|
21
|
+
: function (o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
o[k2] = m[k];
|
|
24
|
+
});
|
|
25
|
+
var __exportStar =
|
|
26
|
+
(this && this.__exportStar) ||
|
|
27
|
+
function (m, exports) {
|
|
28
|
+
for (var p in m)
|
|
29
|
+
if (p !== 'default' && !Object.prototype.hasOwnProperty.call(exports, p))
|
|
30
|
+
__createBinding(exports, m, p);
|
|
31
|
+
};
|
|
32
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
33
|
+
__exportStar(require('./entities'), exports);
|
|
34
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/escrow-cancel-transaction-meta/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './nftDrop.dto';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
var __createBinding =
|
|
3
|
+
(this && this.__createBinding) ||
|
|
4
|
+
(Object.create
|
|
5
|
+
? function (o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (
|
|
9
|
+
!desc ||
|
|
10
|
+
('get' in desc ? !m.__esModule : desc.writable || desc.configurable)
|
|
11
|
+
) {
|
|
12
|
+
desc = {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () {
|
|
15
|
+
return m[k];
|
|
16
|
+
},
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}
|
|
21
|
+
: function (o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
o[k2] = m[k];
|
|
24
|
+
});
|
|
25
|
+
var __exportStar =
|
|
26
|
+
(this && this.__exportStar) ||
|
|
27
|
+
function (m, exports) {
|
|
28
|
+
for (var p in m)
|
|
29
|
+
if (p !== 'default' && !Object.prototype.hasOwnProperty.call(exports, p))
|
|
30
|
+
__createBinding(exports, m, p);
|
|
31
|
+
};
|
|
32
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
33
|
+
__exportStar(require('./nftDrop.dto'), exports);
|
|
34
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/escrow-transaction-meta/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B"}
|