@heliofi/common 0.1.250 → 0.1.252
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/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.d.ts +3 -0
- package/dist/src/domain/model/{escrow-cancel-transaction-meta/dtos/nftDrop.dto.js → accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js} +5 -12
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js.map +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/{nft-escrow/entities → accessCodeAuthProperties/dtos}/index.js +1 -1
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.js.map +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.d.ts +4 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.js +8 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.js.map +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/index.d.ts +1 -0
- package/dist/src/domain/model/{escrow-transaction-meta → accessCodeAuthProperties/entities}/index.js +1 -1
- package/dist/src/domain/model/accessCodeAuthProperties/entities/index.js.map +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/index.js.map +1 -0
- package/dist/src/domain/model/attachment/entities/BaseAttachment.d.ts +7 -0
- package/dist/src/domain/model/attachment/entities/BaseAttachment.js +8 -0
- package/dist/src/domain/model/attachment/entities/BaseAttachment.js.map +1 -0
- package/dist/src/domain/model/auth/dtos/EVMMessage.dto.d.ts +9 -0
- package/dist/src/domain/model/{nft-escrow/dtos/nftEscrowSubmit.dto.js → auth/dtos/EVMMessage.dto.js} +25 -10
- package/dist/src/domain/model/auth/dtos/EVMMessage.dto.js.map +1 -0
- package/dist/src/domain/model/auth/dtos/EVMSignOn.dto.d.ts +2 -11
- package/dist/src/domain/model/auth/dtos/EVMSignOn.dto.js +3 -39
- package/dist/src/domain/model/auth/dtos/EVMSignOn.dto.js.map +1 -1
- package/dist/src/domain/model/auth/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/auth/dtos/index.js +1 -0
- package/dist/src/domain/model/auth/dtos/index.js.map +1 -1
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.d.ts +6 -0
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.js +7 -0
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.js.map +1 -0
- package/dist/src/domain/model/blockchain/entities/Blockchain.d.ts +6 -0
- package/dist/src/domain/model/blockchain/entities/Blockchain.js +8 -0
- package/dist/src/domain/model/blockchain/entities/Blockchain.js.map +1 -0
- package/dist/src/domain/model/company/entities/BaseCompany.d.ts +13 -0
- package/dist/src/domain/model/company/entities/BaseCompany.js +8 -0
- package/dist/src/domain/model/company/entities/BaseCompany.js.map +1 -0
- package/dist/src/domain/model/company/entities/Company.d.ts +7 -0
- package/dist/src/domain/model/company/entities/Company.js +8 -0
- package/dist/src/domain/model/company/entities/Company.js.map +1 -0
- package/dist/src/domain/model/currency/entities/BaseCurrency.d.ts +14 -0
- package/dist/src/domain/model/currency/entities/BaseCurrency.js +8 -0
- package/dist/src/domain/model/currency/entities/BaseCurrency.js.map +1 -0
- package/dist/src/domain/model/currency/entities/Currency.d.ts +5 -0
- package/dist/src/domain/model/currency/entities/Currency.js +8 -0
- package/dist/src/domain/model/currency/entities/Currency.js.map +1 -0
- package/dist/src/domain/model/customer-details/dtos/customerDetails.dto.d.ts +2 -0
- package/dist/src/domain/model/customer-details/dtos/customerDetails.dto.js +8 -0
- package/dist/src/domain/model/customer-details/dtos/customerDetails.dto.js.map +1 -1
- package/dist/src/domain/model/customer-details/entities/CustomerDetails.d.ts +2 -0
- package/dist/src/domain/model/customer-details/entities/CustomerDetails.js.map +1 -1
- package/dist/src/domain/model/discord-user/dtos/discordUser.dto.d.ts +4 -0
- package/dist/src/domain/model/{nft-escrow/dtos/nftEscrowCancel.dto.js → discord-user/dtos/discordUser.dto.js} +7 -12
- package/dist/src/domain/model/discord-user/dtos/discordUser.dto.js.map +1 -0
- package/dist/src/domain/model/discord-user/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/{escrow-transaction-meta → discord-user}/dtos/index.js +1 -1
- package/dist/src/domain/model/discord-user/dtos/index.js.map +1 -0
- package/dist/src/domain/model/discord-user/entities/DiscordUser.entity.d.ts +4 -0
- package/dist/src/domain/model/discord-user/entities/DiscordUser.entity.js +7 -0
- package/dist/src/domain/model/discord-user/entities/DiscordUser.entity.js.map +1 -0
- package/dist/src/domain/model/discord-user/entities/index.d.ts +1 -0
- package/dist/src/domain/model/{escrow-cancel-transaction-meta/dtos → discord-user/entities}/index.js +1 -1
- package/dist/src/domain/model/discord-user/entities/index.js.map +1 -0
- package/dist/src/domain/model/{escrow-transaction → discord-user}/index.js +1 -1
- package/dist/src/domain/model/discord-user/index.js.map +1 -0
- package/dist/src/domain/model/funding/entities/Funding.d.ts +6 -0
- package/dist/src/domain/model/funding/entities/Funding.js +22 -0
- package/dist/src/domain/model/funding/entities/Funding.js.map +1 -0
- package/dist/src/domain/model/index.d.ts +1 -2
- package/dist/src/domain/model/index.js +1 -2
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.d.ts +8 -0
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.js +8 -0
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.js.map +1 -0
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.d.ts +13 -0
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js +8 -0
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js.map +1 -0
- package/dist/src/domain/model/nft-drop/dtos/nftDrop.dto.d.ts +1 -0
- package/dist/src/domain/model/nft-drop/dtos/nftDrop.dto.js +5 -0
- package/dist/src/domain/model/nft-drop/dtos/nftDrop.dto.js.map +1 -1
- package/dist/src/domain/model/nft-drop/entities/NftDrop.entity.d.ts +2 -6
- package/dist/src/domain/model/nft-drop/entities/NftDrop.entity.js.map +1 -1
- package/dist/src/domain/model/nft-drop/index.d.ts +0 -1
- package/dist/src/domain/model/nft-drop/index.js +0 -1
- package/dist/src/domain/model/nft-drop/index.js.map +1 -1
- package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.d.ts +3 -3
- package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.d.ts +1 -1
- package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js +1 -1
- package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js.map +1 -1
- package/dist/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.d.ts +1 -1
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.d.ts +16 -0
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js +7 -0
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js.map +1 -0
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.d.ts +5 -0
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js +8 -0
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js.map +1 -0
- package/dist/src/domain/model/prepare-refund/entities/index.d.ts +0 -0
- package/dist/src/domain/model/prepare-refund/entities/index.js +1 -0
- package/dist/src/domain/model/prepare-refund/entities/index.js.map +1 -0
- package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.d.ts +4 -0
- package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.js +8 -0
- package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.d.ts +5 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js +7 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.d.ts +5 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js +8 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js.map +1 -0
- package/dist/src/domain/model/{escrow-transaction/entities/BaseEscrowTransactionMeta.entity.d.ts → refund/dtos/refund.dto.d.ts} +4 -3
- package/dist/src/domain/model/{nft-escrow/dtos/nftEscrowCreate.dto.js → refund/dtos/refund.dto.js} +13 -17
- package/dist/src/domain/model/refund/dtos/refund.dto.js.map +1 -0
- package/dist/src/domain/model/report/entities/ReportItem.d.ts +37 -0
- package/dist/src/domain/model/report/entities/ReportItem.js +7 -0
- package/dist/src/domain/model/report/entities/ReportItem.js.map +1 -0
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.d.ts +4 -0
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js +8 -0
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js.map +1 -0
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.d.ts +4 -0
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js +8 -0
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js.map +1 -0
- package/dist/src/domain/model/transaction-meta/constants/TransactionType.d.ts +1 -2
- package/dist/src/domain/model/transaction-meta/constants/TransactionType.js +0 -1
- package/dist/src/domain/model/transaction-meta/constants/TransactionType.js.map +1 -1
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.d.ts +16 -0
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js +26 -0
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js.map +1 -0
- package/dist/src/domain/model/user/dtos/updateUserKyc.dto.d.ts +3 -0
- package/dist/src/domain/model/{escrow-transaction-meta/dtos/nftDrop.dto.js → user/dtos/updateUserKyc.dto.js} +8 -15
- package/dist/src/domain/model/user/dtos/updateUserKyc.dto.js.map +1 -0
- package/dist/src/domain/model/user/entities/BaseUser.d.ts +9 -0
- package/dist/src/domain/model/user/entities/BaseUser.js +8 -0
- package/dist/src/domain/model/user/entities/BaseUser.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/BaseWallet.d.ts +5 -0
- package/dist/src/domain/model/wallet/entities/BaseWallet.js +8 -0
- package/dist/src/domain/model/wallet/entities/BaseWallet.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/Wallet.d.ts +7 -0
- package/dist/src/domain/model/wallet/entities/Wallet.js +8 -0
- package/dist/src/domain/model/wallet/entities/Wallet.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/WalletDetails.d.ts +4 -0
- package/dist/src/domain/model/wallet/entities/WalletDetails.js +8 -0
- package/dist/src/domain/model/wallet/entities/WalletDetails.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/index.js.map +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/nftDrop.dto.d.ts +0 -4
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/nftDrop.dto.js.map +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/EscrowCancelTransactionMeta.entity.d.ts +0 -5
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/EscrowCancelTransactionMeta.entity.js +0 -8
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/EscrowCancelTransactionMeta.entity.js.map +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/index.d.ts +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/index.js +0 -18
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/index.js.map +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/index.d.ts +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/index.js +0 -18
- package/dist/src/domain/model/escrow-cancel-transaction-meta/index.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction/dtos/EscrowTransactionMeta.dto.d.ts +0 -6
- package/dist/src/domain/model/escrow-transaction/dtos/EscrowTransactionMeta.dto.js +0 -33
- package/dist/src/domain/model/escrow-transaction/dtos/EscrowTransactionMeta.dto.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/escrow-transaction/dtos/index.js +0 -18
- package/dist/src/domain/model/escrow-transaction/dtos/index.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction/entities/BaseEscrowTransactionMeta.entity.js +0 -8
- package/dist/src/domain/model/escrow-transaction/entities/BaseEscrowTransactionMeta.entity.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction/entities/EscrowCancelTransactionMeta.entity.d.ts +0 -3
- package/dist/src/domain/model/escrow-transaction/entities/EscrowCancelTransactionMeta.entity.js +0 -8
- package/dist/src/domain/model/escrow-transaction/entities/EscrowCancelTransactionMeta.entity.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction/entities/EscrowTransactionMeta.entity.d.ts +0 -4
- package/dist/src/domain/model/escrow-transaction/entities/EscrowTransactionMeta.entity.js +0 -8
- package/dist/src/domain/model/escrow-transaction/entities/EscrowTransactionMeta.entity.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction/entities/index.d.ts +0 -2
- package/dist/src/domain/model/escrow-transaction/entities/index.js +0 -19
- package/dist/src/domain/model/escrow-transaction/entities/index.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction/index.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/dtos/index.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/dtos/nftDrop.dto.d.ts +0 -4
- package/dist/src/domain/model/escrow-transaction-meta/dtos/nftDrop.dto.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.d.ts +0 -6
- package/dist/src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.js +0 -8
- package/dist/src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/entities/index.d.ts +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/entities/index.js +0 -18
- package/dist/src/domain/model/escrow-transaction-meta/entities/index.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/index.d.ts +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/index.js.map +0 -1
- package/dist/src/domain/model/nft-drop/constants/index.d.ts +0 -1
- package/dist/src/domain/model/nft-drop/constants/index.js +0 -18
- package/dist/src/domain/model/nft-drop/constants/index.js.map +0 -1
- package/dist/src/domain/model/nft-drop/constants/nftDropState.d.ts +0 -9
- package/dist/src/domain/model/nft-drop/constants/nftDropState.js +0 -14
- package/dist/src/domain/model/nft-drop/constants/nftDropState.js.map +0 -1
- package/dist/src/domain/model/nft-drop/dtos/updateNftDrop.dto.d.ts +0 -8
- package/dist/src/domain/model/nft-drop/dtos/updateNftDrop.dto.js +0 -42
- package/dist/src/domain/model/nft-drop/dtos/updateNftDrop.dto.js.map +0 -1
- package/dist/src/domain/model/nft-escrow/dtos/index.d.ts +0 -3
- package/dist/src/domain/model/nft-escrow/dtos/index.js +0 -20
- package/dist/src/domain/model/nft-escrow/dtos/index.js.map +0 -1
- package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCancel.dto.d.ts +0 -5
- package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCancel.dto.js.map +0 -1
- package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCreate.dto.d.ts +0 -7
- package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCreate.dto.js.map +0 -1
- package/dist/src/domain/model/nft-escrow/dtos/nftEscrowSubmit.dto.d.ts +0 -6
- package/dist/src/domain/model/nft-escrow/dtos/nftEscrowSubmit.dto.js.map +0 -1
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.d.ts +0 -5
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.entity.d.ts +0 -6
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.entity.js +0 -8
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.entity.js.map +0 -1
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.js +0 -8
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.js.map +0 -1
- package/dist/src/domain/model/nft-escrow/entities/index.d.ts +0 -1
- package/dist/src/domain/model/nft-escrow/entities/index.js.map +0 -1
- package/dist/src/domain/model/nft-escrow/index.js.map +0 -1
- package/dist/src/domain/model/{nft-escrow → accessCodeAuthProperties}/index.d.ts +0 -0
- package/dist/src/domain/model/{nft-escrow → accessCodeAuthProperties}/index.js +0 -0
- package/dist/src/domain/model/{escrow-transaction → discord-user}/index.d.ts +1 -1
|
@@ -9,21 +9,14 @@ 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.AccessCodeAuthPropertiesDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
class
|
|
14
|
+
class AccessCodeAuthPropertiesDto {
|
|
15
15
|
}
|
|
16
|
-
__decorate([
|
|
17
|
-
(0, class_validator_1.IsArray)(),
|
|
18
|
-
(0, class_validator_1.ArrayMinSize)(1),
|
|
19
|
-
(0, class_validator_1.IsString)({ each: true }),
|
|
20
|
-
(0, class_validator_1.IsNotEmpty)({ each: true }),
|
|
21
|
-
__metadata("design:type", Array)
|
|
22
|
-
], EscrowTransactionDto.prototype, "mintAddresses", void 0);
|
|
23
16
|
__decorate([
|
|
24
17
|
(0, class_validator_1.IsString)(),
|
|
25
18
|
(0, class_validator_1.IsNotEmpty)(),
|
|
26
19
|
__metadata("design:type", String)
|
|
27
|
-
],
|
|
28
|
-
exports.
|
|
29
|
-
//# sourceMappingURL=
|
|
20
|
+
], AccessCodeAuthPropertiesDto.prototype, "accessCode", void 0);
|
|
21
|
+
exports.AccessCodeAuthPropertiesDto = AccessCodeAuthPropertiesDto;
|
|
22
|
+
//# sourceMappingURL=accessCodeAuthProperties.dto.js.map
|
package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accessCodeAuthProperties.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,2BAA2B;CAIvC;AAHC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+DACM;AAHrB,kEAIC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './accessCodeAuthProperties.dto';
|
package/dist/src/domain/model/{nft-escrow/entities → accessCodeAuthProperties/dtos}/index.js
RENAMED
|
@@ -14,5 +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("./
|
|
17
|
+
__exportStar(require("./accessCodeAuthProperties.dto"), exports);
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/accessCodeAuthProperties/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AccessCodeAuthProperties = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class AccessCodeAuthProperties extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.AccessCodeAuthProperties = AccessCodeAuthProperties;
|
|
8
|
+
//# sourceMappingURL=AccessCodeAuthProperties.js.map
|
package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccessCodeAuthProperties.js","sourceRoot":"","sources":["../../../../../../src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,wBAAyB,SAAQ,eAAM;CAEnD;AAFD,4DAEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './AccessCodeAuthProperties';
|
package/dist/src/domain/model/{escrow-transaction-meta → accessCodeAuthProperties/entities}/index.js
RENAMED
|
@@ -14,5 +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("./
|
|
17
|
+
__exportStar(require("./AccessCodeAuthProperties"), exports);
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/accessCodeAuthProperties/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/accessCodeAuthProperties/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BaseAttachment = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class BaseAttachment extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.BaseAttachment = BaseAttachment;
|
|
8
|
+
//# sourceMappingURL=BaseAttachment.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseAttachment.js","sourceRoot":"","sources":["../../../../../../src/domain/model/attachment/entities/BaseAttachment.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,cAAe,SAAQ,eAAM;CAQzC;AARD,wCAQC"}
|
package/dist/src/domain/model/{nft-escrow/dtos/nftEscrowSubmit.dto.js → auth/dtos/EVMMessage.dto.js}
RENAMED
|
@@ -9,29 +9,44 @@ 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.EVMMessageDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
class
|
|
14
|
+
class EVMMessageDto {
|
|
15
15
|
}
|
|
16
16
|
__decorate([
|
|
17
17
|
(0, class_validator_1.IsString)(),
|
|
18
18
|
(0, class_validator_1.IsNotEmpty)(),
|
|
19
19
|
__metadata("design:type", String)
|
|
20
|
-
],
|
|
20
|
+
], EVMMessageDto.prototype, "address", void 0);
|
|
21
21
|
__decorate([
|
|
22
22
|
(0, class_validator_1.IsString)(),
|
|
23
23
|
(0, class_validator_1.IsNotEmpty)(),
|
|
24
24
|
__metadata("design:type", String)
|
|
25
|
-
],
|
|
25
|
+
], EVMMessageDto.prototype, "domain", void 0);
|
|
26
26
|
__decorate([
|
|
27
27
|
(0, class_validator_1.IsString)(),
|
|
28
|
-
(0, class_validator_1.
|
|
28
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], EVMMessageDto.prototype, "issuedAt", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, class_validator_1.IsString)(),
|
|
33
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], EVMMessageDto.prototype, "nonce", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, class_validator_1.IsString)(),
|
|
38
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
29
39
|
__metadata("design:type", String)
|
|
30
|
-
],
|
|
40
|
+
], EVMMessageDto.prototype, "statement", void 0);
|
|
31
41
|
__decorate([
|
|
32
42
|
(0, class_validator_1.IsString)(),
|
|
33
|
-
(0, class_validator_1.
|
|
43
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
44
|
+
__metadata("design:type", String)
|
|
45
|
+
], EVMMessageDto.prototype, "uri", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, class_validator_1.IsString)(),
|
|
48
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
34
49
|
__metadata("design:type", String)
|
|
35
|
-
],
|
|
36
|
-
exports.
|
|
37
|
-
//# sourceMappingURL=
|
|
50
|
+
], EVMMessageDto.prototype, "version", void 0);
|
|
51
|
+
exports.EVMMessageDto = EVMMessageDto;
|
|
52
|
+
//# sourceMappingURL=EVMMessage.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EVMMessage.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/dtos/EVMMessage.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,aAAa;CA4BzB;AA3BC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6CACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4CACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0CACD;AAEZ;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACG;AA3BlB,sCA4BC"}
|
|
@@ -1,14 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
address: string;
|
|
3
|
-
domain: string;
|
|
4
|
-
issuedAt: string;
|
|
5
|
-
nonce: string;
|
|
6
|
-
statement: string;
|
|
7
|
-
uri: string;
|
|
8
|
-
version: string;
|
|
9
|
-
}
|
|
1
|
+
import { EVMMessageDto } from './EVMMessage.dto';
|
|
10
2
|
export declare class EVMSignOnDto {
|
|
11
|
-
message:
|
|
3
|
+
message: EVMMessageDto;
|
|
12
4
|
signature: string;
|
|
13
5
|
}
|
|
14
|
-
export {};
|
|
@@ -12,50 +12,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.EVMSignOnDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
|
-
|
|
16
|
-
}
|
|
17
|
-
__decorate([
|
|
18
|
-
(0, class_validator_1.IsString)(),
|
|
19
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
20
|
-
__metadata("design:type", String)
|
|
21
|
-
], Message.prototype, "address", void 0);
|
|
22
|
-
__decorate([
|
|
23
|
-
(0, class_validator_1.IsString)(),
|
|
24
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
25
|
-
__metadata("design:type", String)
|
|
26
|
-
], Message.prototype, "domain", void 0);
|
|
27
|
-
__decorate([
|
|
28
|
-
(0, class_validator_1.IsString)(),
|
|
29
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
30
|
-
__metadata("design:type", String)
|
|
31
|
-
], Message.prototype, "issuedAt", void 0);
|
|
32
|
-
__decorate([
|
|
33
|
-
(0, class_validator_1.IsString)(),
|
|
34
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
35
|
-
__metadata("design:type", String)
|
|
36
|
-
], Message.prototype, "nonce", void 0);
|
|
37
|
-
__decorate([
|
|
38
|
-
(0, class_validator_1.IsString)(),
|
|
39
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
40
|
-
__metadata("design:type", String)
|
|
41
|
-
], Message.prototype, "statement", void 0);
|
|
42
|
-
__decorate([
|
|
43
|
-
(0, class_validator_1.IsString)(),
|
|
44
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
45
|
-
__metadata("design:type", String)
|
|
46
|
-
], Message.prototype, "uri", void 0);
|
|
47
|
-
__decorate([
|
|
48
|
-
(0, class_validator_1.IsString)(),
|
|
49
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
50
|
-
__metadata("design:type", String)
|
|
51
|
-
], Message.prototype, "version", void 0);
|
|
15
|
+
const EVMMessage_dto_1 = require("./EVMMessage.dto");
|
|
52
16
|
class EVMSignOnDto {
|
|
53
17
|
}
|
|
54
18
|
__decorate([
|
|
55
|
-
(0, class_transformer_1.Type)(() =>
|
|
19
|
+
(0, class_transformer_1.Type)(() => EVMMessage_dto_1.EVMMessageDto),
|
|
56
20
|
(0, class_validator_1.IsNotEmpty)(),
|
|
57
21
|
(0, class_validator_1.ValidateNested)(),
|
|
58
|
-
__metadata("design:type",
|
|
22
|
+
__metadata("design:type", EVMMessage_dto_1.EVMMessageDto)
|
|
59
23
|
], EVMSignOnDto.prototype, "message", void 0);
|
|
60
24
|
__decorate([
|
|
61
25
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EVMSignOn.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/dtos/EVMSignOn.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuE;AACvE,yDAAyC;
|
|
1
|
+
{"version":3,"file":"EVMSignOn.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/dtos/EVMSignOn.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuE;AACvE,yDAAyC;AACzC,qDAAiD;AAEjD,MAAa,YAAY;CASxB;AARC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8BAAa,CAAC;IACzB,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACR,8BAAa;6CAAC;AAEvB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACK;AARpB,oCASC"}
|
|
@@ -20,4 +20,5 @@ __exportStar(require("./transactionSignOn.dto"), exports);
|
|
|
20
20
|
__exportStar(require("./DiscordAuth.dto"), exports);
|
|
21
21
|
__exportStar(require("./AccessCodeAuth.dto"), exports);
|
|
22
22
|
__exportStar(require("./StoreTwitterToken.dto"), exports);
|
|
23
|
+
__exportStar(require("./EVMMessage.dto"), exports);
|
|
23
24
|
//# 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"}
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckoutAuthToken.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/entities/CheckoutAuthToken.ts"],"names":[],"mappings":";;;AAEA,MAAa,iBAAiB;CAM7B;AAND,8CAMC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Blockchain = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class Blockchain extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.Blockchain = Blockchain;
|
|
8
|
+
//# sourceMappingURL=Blockchain.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Blockchain.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/entities/Blockchain.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,UAAW,SAAQ,eAAM;CAMrC;AAND,gCAMC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Entity } from '../../entity';
|
|
2
|
+
export declare class BaseCompany extends Entity {
|
|
3
|
+
id: string;
|
|
4
|
+
name?: string;
|
|
5
|
+
email?: string;
|
|
6
|
+
logoUrl?: string;
|
|
7
|
+
websiteUrl?: string;
|
|
8
|
+
twitterUsername?: string;
|
|
9
|
+
discordUsername?: string;
|
|
10
|
+
address?: string;
|
|
11
|
+
phoneNumber?: string;
|
|
12
|
+
twitterConfirmed?: boolean;
|
|
13
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BaseCompany = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class BaseCompany extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.BaseCompany = BaseCompany;
|
|
8
|
+
//# sourceMappingURL=BaseCompany.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseCompany.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/BaseCompany.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,WAAY,SAAQ,eAAM;CAoBtC;AApBD,kCAoBC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Company = void 0;
|
|
4
|
+
const BaseCompany_1 = require("./BaseCompany");
|
|
5
|
+
class Company extends BaseCompany_1.BaseCompany {
|
|
6
|
+
}
|
|
7
|
+
exports.Company = Company;
|
|
8
|
+
//# sourceMappingURL=Company.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Company.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/Company.ts"],"names":[],"mappings":";;;AAAA,+CAA4C;AAI5C,MAAa,OAAQ,SAAQ,yBAAW;CAIvC;AAJD,0BAIC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Entity } from '../../entity';
|
|
2
|
+
import { CurrencyType } from './CurrencyType';
|
|
3
|
+
export declare class BaseCurrency extends Entity {
|
|
4
|
+
id: string;
|
|
5
|
+
symbol: string;
|
|
6
|
+
name: string;
|
|
7
|
+
mintAddress?: string;
|
|
8
|
+
coinMarketCapId: number;
|
|
9
|
+
decimals: number;
|
|
10
|
+
symbolPrefix?: string;
|
|
11
|
+
order: number;
|
|
12
|
+
type?: CurrencyType;
|
|
13
|
+
iconUrl?: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BaseCurrency = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class BaseCurrency extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.BaseCurrency = BaseCurrency;
|
|
8
|
+
//# sourceMappingURL=BaseCurrency.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseCurrency.js","sourceRoot":"","sources":["../../../../../../src/domain/model/currency/entities/BaseCurrency.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,YAAa,SAAQ,eAAM;CAoBvC;AApBD,oCAoBC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Currency = void 0;
|
|
4
|
+
const BaseCurrency_1 = require("./BaseCurrency");
|
|
5
|
+
class Currency extends BaseCurrency_1.BaseCurrency {
|
|
6
|
+
}
|
|
7
|
+
exports.Currency = Currency;
|
|
8
|
+
//# sourceMappingURL=Currency.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Currency.js","sourceRoot":"","sources":["../../../../../../src/domain/model/currency/entities/Currency.ts"],"names":[],"mappings":";;;AACA,iDAA8C;AAE9C,MAAa,QAAS,SAAQ,2BAAY;CAEzC;AAFD,4BAEC"}
|
|
@@ -11,6 +11,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.CustomerDetailsDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
const discord_user_1 = require("../../discord-user");
|
|
14
16
|
class CustomerDetailsDto {
|
|
15
17
|
}
|
|
16
18
|
__decorate([
|
|
@@ -24,6 +26,12 @@ __decorate([
|
|
|
24
26
|
(0, class_validator_1.IsOptional)(),
|
|
25
27
|
__metadata("design:type", String)
|
|
26
28
|
], CustomerDetailsDto.prototype, "discordUsername", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, class_transformer_1.Type)(() => discord_user_1.DiscordUserDto),
|
|
31
|
+
(0, class_validator_1.IsOptional)(),
|
|
32
|
+
(0, class_validator_1.ValidateNested)(),
|
|
33
|
+
__metadata("design:type", discord_user_1.DiscordUserDto)
|
|
34
|
+
], CustomerDetailsDto.prototype, "discordUser", void 0);
|
|
27
35
|
__decorate([
|
|
28
36
|
(0, class_validator_1.IsString)(),
|
|
29
37
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customerDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/customer-details/dtos/customerDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"customerDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/customer-details/dtos/customerDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgF;AAChF,yDAAyC;AACzC,qDAAoD;AAEpD,MAAa,kBAAkB;CA6D9B;AA5DC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;iDACK;AAKf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,6BAAc,CAAC;IAC1B,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACH,6BAAc;uDAAC;AAE7B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACS;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACQ;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACW;AA5D1B,gDA6DC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Entity } from '../../entity';
|
|
2
|
+
import { DiscordUser } from '../../discord-user';
|
|
2
3
|
export declare class CustomerDetails extends Entity {
|
|
3
4
|
email?: string;
|
|
4
5
|
discordUsername?: string;
|
|
6
|
+
discordUser?: DiscordUser;
|
|
5
7
|
twitterUsername?: string;
|
|
6
8
|
fullName?: string;
|
|
7
9
|
country?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomerDetails.js","sourceRoot":"","sources":["../../../../../../src/domain/model/customer-details/entities/CustomerDetails.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;
|
|
1
|
+
{"version":3,"file":"CustomerDetails.js","sourceRoot":"","sources":["../../../../../../src/domain/model/customer-details/entities/CustomerDetails.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,eAAgB,SAAQ,eAAM;CA4B1C;AA5BD,0CA4BC"}
|
|
@@ -9,24 +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.DiscordUserDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
class
|
|
14
|
+
class DiscordUserDto {
|
|
15
15
|
}
|
|
16
16
|
__decorate([
|
|
17
17
|
(0, class_validator_1.IsString)(),
|
|
18
|
-
(0, class_validator_1.
|
|
19
|
-
__metadata("design:type", String)
|
|
20
|
-
], NftEscrowCancelDto.prototype, "ownerPK", void 0);
|
|
21
|
-
__decorate([
|
|
22
|
-
(0, class_validator_1.IsString)(),
|
|
23
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
18
|
+
(0, class_validator_1.IsOptional)(),
|
|
24
19
|
__metadata("design:type", String)
|
|
25
|
-
],
|
|
20
|
+
], DiscordUserDto.prototype, "id", void 0);
|
|
26
21
|
__decorate([
|
|
27
22
|
(0, class_validator_1.IsString)(),
|
|
28
23
|
(0, class_validator_1.IsNotEmpty)(),
|
|
29
24
|
__metadata("design:type", String)
|
|
30
|
-
],
|
|
31
|
-
exports.
|
|
32
|
-
//# sourceMappingURL=
|
|
25
|
+
], DiscordUserDto.prototype, "username", void 0);
|
|
26
|
+
exports.DiscordUserDto = DiscordUserDto;
|
|
27
|
+
//# sourceMappingURL=discordUser.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"discordUser.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/discord-user/dtos/discordUser.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmE;AAEnE,MAAa,cAAc;CAQ1B;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0CACD;AAEZ;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACI;AAPnB,wCAQC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './discordUser.dto';
|
|
@@ -14,5 +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("./
|
|
17
|
+
__exportStar(require("./discordUser.dto"), exports);
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/discord-user/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DiscordUser.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/discord-user/entities/DiscordUser.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,WAAW;CAIvB;AAJD,kCAIC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './DiscordUser.entity';
|
package/dist/src/domain/model/{escrow-cancel-transaction-meta/dtos → discord-user/entities}/index.js
RENAMED
|
@@ -14,5 +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("./
|
|
17
|
+
__exportStar(require("./DiscordUser.entity"), exports);
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/discord-user/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC"}
|
|
@@ -14,6 +14,6 @@ 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("./entities"), exports);
|
|
18
17
|
__exportStar(require("./dtos"), exports);
|
|
18
|
+
__exportStar(require("./entities"), exports);
|
|
19
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/discord-user/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
|