@heliofi/common 0.1.267 → 0.1.268
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/domain/constants/index.d.ts +0 -1
- package/dist/src/domain/constants/index.js +0 -1
- package/dist/src/domain/constants/index.js.map +1 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/{accessCodeAuthProperties/entities → escrow-cancel-transaction-meta/dtos}/index.js +1 -1
- 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/{nft-drop/dtos/NftDrop.dto.js → escrow-cancel-transaction-meta/dtos/nftDrop.dto.js} +10 -5
- 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 +8 -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 +18 -0
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/index.js.map +1 -0
- package/dist/src/domain/model/{accessCodeAuthProperties → escrow-cancel-transaction-meta}/index.d.ts +0 -1
- package/dist/src/domain/model/{accessCodeAuthProperties → escrow-cancel-transaction-meta}/index.js +0 -1
- 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 +18 -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/{accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js → escrow-transaction-meta/dtos/nftDrop.dto.js} +12 -5
- 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 +8 -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/{accessCodeAuthProperties/dtos → escrow-transaction-meta/entities}/index.js +1 -1
- 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 +18 -0
- package/dist/src/domain/model/escrow-transaction-meta/index.js.map +1 -0
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.d.ts +0 -1
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js +0 -5
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js.map +1 -1
- package/dist/src/domain/model/link-features/entities/LinkFeatures.d.ts +0 -1
- package/dist/src/domain/model/link-features/entities/LinkFeatures.js.map +1 -1
- package/dist/src/domain/model/nft-drop/constants/NftDropState.entity.js +14 -0
- package/dist/src/domain/model/nft-drop/constants/NftDropState.entity.js.map +1 -0
- package/dist/src/domain/model/nft-drop/constants/index.d.ts +1 -1
- package/dist/src/domain/model/nft-drop/constants/index.js +1 -1
- package/dist/src/domain/model/nft-drop/constants/index.js.map +1 -1
- package/dist/src/domain/model/nft-drop/constants/nftDropState.d.ts +9 -0
- package/dist/src/domain/model/nft-drop/dtos/index.d.ts +1 -1
- package/dist/src/domain/model/nft-drop/dtos/index.js +1 -1
- package/dist/src/domain/model/nft-drop/dtos/nftDrop.dto.d.ts +0 -1
- package/dist/src/domain/model/nft-drop/dtos/nftDrop.dto.js +1 -6
- package/dist/src/domain/model/nft-drop/dtos/nftDrop.dto.js.map +1 -1
- 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 +42 -0
- package/dist/src/domain/model/nft-drop/dtos/updateNftDrop.dto.js.map +1 -0
- package/dist/src/domain/model/nft-escrow/dtos/index.d.ts +3 -3
- package/dist/src/domain/model/nft-escrow/dtos/index.js +3 -3
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.d.ts +5 -0
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.js +8 -0
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.js.map +1 -0
- package/dist/src/domain/model/paylink/dtos/createPaylink.dto.d.ts +0 -2
- package/dist/src/domain/model/paylink/dtos/createPaylink.dto.js +0 -6
- package/dist/src/domain/model/paylink/dtos/createPaylink.dto.js.map +1 -1
- package/dist/src/domain/model/paylink/dtos/updatePaylink.dto.d.ts +0 -2
- package/dist/src/domain/model/paylink/dtos/updatePaylink.dto.js +0 -6
- package/dist/src/domain/model/paylink/dtos/updatePaylink.dto.js.map +1 -1
- package/dist/src/domain/model/paylink/entities/BasePaylink.d.ts +0 -2
- package/dist/src/domain/model/paylink/entities/BasePaylink.js.map +1 -1
- package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.d.ts +3 -3
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.d.ts +0 -2
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.js.map +1 -1
- package/dist/src/domain/model/user/dtos/updateUser.dto.d.ts +3 -0
- package/dist/src/domain/model/user/dtos/updateUser.dto.js +15 -0
- package/dist/src/domain/model/user/dtos/updateUser.dto.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/constants/limitSaleType.d.ts +0 -4
- package/dist/src/domain/constants/limitSaleType.js +0 -9
- package/dist/src/domain/constants/limitSaleType.js.map +0 -1
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.d.ts +0 -3
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js.map +0 -1
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.js.map +0 -1
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.d.ts +0 -4
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.js +0 -8
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.js.map +0 -1
- package/dist/src/domain/model/accessCodeAuthProperties/entities/index.d.ts +0 -1
- package/dist/src/domain/model/accessCodeAuthProperties/entities/index.js.map +0 -1
- package/dist/src/domain/model/accessCodeAuthProperties/index.js.map +0 -1
- package/dist/src/domain/model/attachment/entities/BaseAttachment.d.ts +0 -7
- package/dist/src/domain/model/attachment/entities/BaseAttachment.js +0 -8
- package/dist/src/domain/model/attachment/entities/BaseAttachment.js.map +0 -1
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.d.ts +0 -6
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.js +0 -7
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.js.map +0 -1
- package/dist/src/domain/model/blockchain/entities/Blockchain.d.ts +0 -6
- package/dist/src/domain/model/blockchain/entities/Blockchain.js +0 -8
- package/dist/src/domain/model/blockchain/entities/Blockchain.js.map +0 -1
- package/dist/src/domain/model/company/entities/BaseCompany.d.ts +0 -13
- package/dist/src/domain/model/company/entities/BaseCompany.js +0 -8
- package/dist/src/domain/model/company/entities/BaseCompany.js.map +0 -1
- package/dist/src/domain/model/company/entities/Company.d.ts +0 -7
- package/dist/src/domain/model/company/entities/Company.js +0 -8
- package/dist/src/domain/model/company/entities/Company.js.map +0 -1
- package/dist/src/domain/model/currency/entities/BaseCurrency.d.ts +0 -14
- package/dist/src/domain/model/currency/entities/BaseCurrency.js +0 -8
- package/dist/src/domain/model/currency/entities/BaseCurrency.js.map +0 -1
- package/dist/src/domain/model/currency/entities/Currency.d.ts +0 -5
- package/dist/src/domain/model/currency/entities/Currency.js +0 -8
- package/dist/src/domain/model/currency/entities/Currency.js.map +0 -1
- package/dist/src/domain/model/funding/entities/Funding.d.ts +0 -6
- package/dist/src/domain/model/funding/entities/Funding.js +0 -22
- package/dist/src/domain/model/funding/entities/Funding.js.map +0 -1
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.d.ts +0 -8
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.js +0 -8
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.js.map +0 -1
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.d.ts +0 -13
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js +0 -8
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js.map +0 -1
- package/dist/src/domain/model/nft-drop/dtos/NftDrop.dto.d.ts +0 -3
- package/dist/src/domain/model/nft-drop/dtos/NftDrop.dto.js.map +0 -1
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.d.ts +0 -16
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js +0 -7
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js.map +0 -1
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.d.ts +0 -5
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js +0 -8
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js.map +0 -1
- package/dist/src/domain/model/prepare-refund/entities/index.d.ts +0 -0
- package/dist/src/domain/model/prepare-refund/entities/index.js +0 -1
- package/dist/src/domain/model/prepare-refund/entities/index.js.map +0 -1
- package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.d.ts +0 -4
- package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.js +0 -8
- package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.js.map +0 -1
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.d.ts +0 -5
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js +0 -7
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js.map +0 -1
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.d.ts +0 -5
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js +0 -8
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js.map +0 -1
- package/dist/src/domain/model/refund/dtos/refund.dto.d.ts +0 -7
- package/dist/src/domain/model/refund/dtos/refund.dto.js +0 -39
- package/dist/src/domain/model/refund/dtos/refund.dto.js.map +0 -1
- package/dist/src/domain/model/report/entities/ReportItem.d.ts +0 -37
- package/dist/src/domain/model/report/entities/ReportItem.js +0 -7
- package/dist/src/domain/model/report/entities/ReportItem.js.map +0 -1
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.d.ts +0 -4
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js +0 -8
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js.map +0 -1
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.d.ts +0 -4
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js +0 -8
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js.map +0 -1
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.d.ts +0 -16
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js +0 -26
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js.map +0 -1
- package/dist/src/domain/model/user/dtos/updateUserKyc.dto.d.ts +0 -3
- package/dist/src/domain/model/user/dtos/updateUserKyc.dto.js +0 -22
- package/dist/src/domain/model/user/dtos/updateUserKyc.dto.js.map +0 -1
- package/dist/src/domain/model/user/entities/BaseUser.d.ts +0 -9
- package/dist/src/domain/model/user/entities/BaseUser.js +0 -8
- package/dist/src/domain/model/user/entities/BaseUser.js.map +0 -1
- package/dist/src/domain/model/wallet/entities/BaseWallet.d.ts +0 -5
- package/dist/src/domain/model/wallet/entities/BaseWallet.js +0 -8
- package/dist/src/domain/model/wallet/entities/BaseWallet.js.map +0 -1
- package/dist/src/domain/model/wallet/entities/Wallet.d.ts +0 -7
- package/dist/src/domain/model/wallet/entities/Wallet.js +0 -8
- package/dist/src/domain/model/wallet/entities/Wallet.js.map +0 -1
- package/dist/src/domain/model/wallet/entities/WalletDetails.d.ts +0 -4
- package/dist/src/domain/model/wallet/entities/WalletDetails.js +0 -8
- package/dist/src/domain/model/wallet/entities/WalletDetails.js.map +0 -1
- /package/dist/src/domain/model/nft-drop/constants/{NftDropState.d.ts → NftDropState.entity.d.ts} +0 -0
- /package/dist/src/domain/model/nft-drop/constants/{NftDropState.js → nftDropState.js} +0 -0
- /package/dist/src/domain/model/nft-drop/constants/{NftDropState.js.map → nftDropState.js.map} +0 -0
- /package/dist/src/domain/model/nft-escrow/dtos/{NftEscrowCancel.dto.d.ts → nftEscrowCancel.dto.d.ts} +0 -0
- /package/dist/src/domain/model/nft-escrow/dtos/{NftEscrowCancel.dto.js → nftEscrowCancel.dto.js} +0 -0
- /package/dist/src/domain/model/nft-escrow/dtos/{NftEscrowCancel.dto.js.map → nftEscrowCancel.dto.js.map} +0 -0
- /package/dist/src/domain/model/nft-escrow/dtos/{NftEscrowCreate.dto.d.ts → nftEscrowCreate.dto.d.ts} +0 -0
- /package/dist/src/domain/model/nft-escrow/dtos/{NftEscrowCreate.dto.js → nftEscrowCreate.dto.js} +0 -0
- /package/dist/src/domain/model/nft-escrow/dtos/{NftEscrowCreate.dto.js.map → nftEscrowCreate.dto.js.map} +0 -0
- /package/dist/src/domain/model/nft-escrow/dtos/{NftEscrowSubmit.dto.d.ts → nftEscrowSubmit.dto.d.ts} +0 -0
- /package/dist/src/domain/model/nft-escrow/dtos/{NftEscrowSubmit.dto.js → nftEscrowSubmit.dto.js} +0 -0
- /package/dist/src/domain/model/nft-escrow/dtos/{NftEscrowSubmit.dto.js.map → nftEscrowSubmit.dto.js.map} +0 -0
|
@@ -27,5 +27,4 @@ __exportStar(require("./generalNetwork"), exports);
|
|
|
27
27
|
__exportStar(require("./paymentType"), exports);
|
|
28
28
|
__exportStar(require("./escrow"), exports);
|
|
29
29
|
__exportStar(require("./sumsub"), exports);
|
|
30
|
-
__exportStar(require("./limitSaleType"), exports);
|
|
31
30
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,qDAAmC;AACnC,8CAA4B;AAC5B,qEAAmD;AACnD,mDAAiC;AACjC,gDAA8B;AAC9B,2CAAyB;AACzB,2CAAyB
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,qDAAmC;AACnC,8CAA4B;AAC5B,qEAAmD;AACnD,mDAAiC;AACjC,gDAA8B;AAC9B,2CAAyB;AACzB,2CAAyB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './nftDrop.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("./nftDrop.dto"), exports);
|
|
18
18
|
//# 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"}
|
|
@@ -9,9 +9,9 @@ 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.EscrowTransactionDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
class
|
|
14
|
+
class EscrowTransactionDto {
|
|
15
15
|
}
|
|
16
16
|
__decorate([
|
|
17
17
|
(0, class_validator_1.IsArray)(),
|
|
@@ -19,6 +19,11 @@ __decorate([
|
|
|
19
19
|
(0, class_validator_1.IsString)({ each: true }),
|
|
20
20
|
(0, class_validator_1.IsNotEmpty)({ each: true }),
|
|
21
21
|
__metadata("design:type", Array)
|
|
22
|
-
],
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
], EscrowTransactionDto.prototype, "mintAddresses", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, class_validator_1.IsString)(),
|
|
25
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], EscrowTransactionDto.prototype, "escrowAccountPK", void 0);
|
|
28
|
+
exports.EscrowTransactionDto = EscrowTransactionDto;
|
|
29
|
+
//# 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,8 @@
|
|
|
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
|
+
}
|
|
7
|
+
exports.EscrowCancelTransactionMeta = EscrowCancelTransactionMeta;
|
|
8
|
+
//# 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,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("./EscrowCancelTransactionMeta.entity"), exports);
|
|
18
|
+
//# 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"}
|
package/dist/src/domain/model/{accessCodeAuthProperties → escrow-cancel-transaction-meta}/index.js
RENAMED
|
@@ -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("./dtos"), exports);
|
|
18
17
|
__exportStar(require("./entities"), exports);
|
|
19
18
|
//# 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,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("./nftDrop.dto"), exports);
|
|
18
|
+
//# 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"}
|
|
@@ -9,14 +9,21 @@ 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.EscrowTransactionDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
class
|
|
14
|
+
class EscrowTransactionDto {
|
|
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);
|
|
16
23
|
__decorate([
|
|
17
24
|
(0, class_validator_1.IsString)(),
|
|
18
25
|
(0, class_validator_1.IsNotEmpty)(),
|
|
19
26
|
__metadata("design:type", String)
|
|
20
|
-
],
|
|
21
|
-
exports.
|
|
22
|
-
//# sourceMappingURL=
|
|
27
|
+
], EscrowTransactionDto.prototype, "escrowAccountPK", void 0);
|
|
28
|
+
exports.EscrowTransactionDto = EscrowTransactionDto;
|
|
29
|
+
//# sourceMappingURL=nftDrop.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nftDrop.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/escrow-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"}
|
package/dist/src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EscrowTransactionMeta = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class EscrowTransactionMeta extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.EscrowTransactionMeta = EscrowTransactionMeta;
|
|
8
|
+
//# sourceMappingURL=EscrowTransactionMeta.entity.js.map
|
package/dist/src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EscrowTransactionMeta.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,qBAAsB,SAAQ,eAAM;CAIhD;AAJD,sDAIC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './EscrowTransactionMeta.entity';
|
|
@@ -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("./EscrowTransactionMeta.entity"), exports);
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/escrow-transaction-meta/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './entities';
|
|
@@ -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("./entities"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/escrow-transaction-meta/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
|
|
@@ -54,10 +54,5 @@ __decorate([
|
|
|
54
54
|
(0, class_validator_1.IsOptional)(),
|
|
55
55
|
__metadata("design:type", Boolean)
|
|
56
56
|
], LinkFeaturesDto.prototype, "showDiscountCode", void 0);
|
|
57
|
-
__decorate([
|
|
58
|
-
(0, class_validator_1.IsBoolean)(),
|
|
59
|
-
(0, class_validator_1.IsOptional)(),
|
|
60
|
-
__metadata("design:type", Boolean)
|
|
61
|
-
], LinkFeaturesDto.prototype, "requireDiscordQuantityLimit", void 0);
|
|
62
57
|
exports.LinkFeaturesDto = LinkFeaturesDto;
|
|
63
58
|
//# sourceMappingURL=linkFeatures.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"linkFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/dtos/linkFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6EAA2E;AAE3E,MAAa,eAAgB,SAAQ,oDAAyB;
|
|
1
|
+
{"version":3,"file":"linkFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/dtos/linkFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6EAA2E;AAE3E,MAAa,eAAgB,SAAQ,oDAAyB;CAgC7D;AA/BC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qDACU;AAEvB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qDACU;AAEvB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACe;AAE5B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8DACmB;AAEhC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uDACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oDACS;AAEtB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;mDACS;AAErB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yDACc;AA/B7B,0CAgCC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkFeatures.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/entities/LinkFeatures.ts"],"names":[],"mappings":";;;AAAA,6EAAwE;AAExE,MAAa,YAAa,SAAQ,iDAAsB;
|
|
1
|
+
{"version":3,"file":"LinkFeatures.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/entities/LinkFeatures.ts"],"names":[],"mappings":";;;AAAA,6EAAwE;AAExE,MAAa,YAAa,SAAQ,iDAAsB;CAUvD;AAVD,oCAUC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NftDropState = void 0;
|
|
4
|
+
var NftDropState;
|
|
5
|
+
(function (NftDropState) {
|
|
6
|
+
NftDropState["FAILED_ESCROW"] = "FAILED_ESCROW";
|
|
7
|
+
NftDropState["PENDING_ESCROW"] = "PENDING_ESCROW";
|
|
8
|
+
NftDropState["ESCROWED"] = "ESCROWED";
|
|
9
|
+
NftDropState["FAILED_CANCEL"] = "FAILED_CANCEL";
|
|
10
|
+
NftDropState["PENDING_CANCEL"] = "PENDING_CANCEL";
|
|
11
|
+
NftDropState["CANCELED"] = "CANCELED";
|
|
12
|
+
NftDropState["TRANSFERRED"] = "TRANSFERRED";
|
|
13
|
+
})(NftDropState = exports.NftDropState || (exports.NftDropState = {}));
|
|
14
|
+
//# sourceMappingURL=NftDropState.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NftDropState.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-drop/constants/NftDropState.entity.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAQX;AARD,WAAY,YAAY;IACtB,+CAA+B,CAAA;IAC/B,iDAAiC,CAAA;IACjC,qCAAqB,CAAA;IACrB,+CAA+B,CAAA;IAC/B,iDAAiC,CAAA;IACjC,qCAAqB,CAAA;IACrB,2CAA2B,CAAA;AAC7B,CAAC,EARW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAQvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './NftDropState';
|
|
1
|
+
export * from './NftDropState.entity';
|
|
@@ -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("./NftDropState"), exports);
|
|
17
|
+
__exportStar(require("./NftDropState.entity"), exports);
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-drop/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-drop/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './
|
|
1
|
+
export * from './nftDrop.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("./nftDrop.dto"), exports);
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -20,10 +20,5 @@ __decorate([
|
|
|
20
20
|
(0, class_validator_1.IsNotEmpty)({ each: true }),
|
|
21
21
|
__metadata("design:type", Array)
|
|
22
22
|
], NftDropDto.prototype, "mintAddresses", void 0);
|
|
23
|
-
__decorate([
|
|
24
|
-
(0, class_validator_1.IsString)(),
|
|
25
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
26
|
-
__metadata("design:type", String)
|
|
27
|
-
], NftDropDto.prototype, "escrowAccountPK", void 0);
|
|
28
23
|
exports.NftDropDto = NftDropDto;
|
|
29
|
-
//# sourceMappingURL=
|
|
24
|
+
//# sourceMappingURL=NftDrop.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"NftDrop.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-drop/dtos/NftDrop.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8E;AAE9E,MAAa,UAAU;CAMtB;AALC;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;;iDACH;AAL1B,gCAMC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { NftDropState } from '../constants';
|
|
2
|
+
import { EscrowTransactionMetaDto } from '../../escrow-transaction';
|
|
3
|
+
export declare class UpdateNftDropDto {
|
|
4
|
+
state?: NftDropState;
|
|
5
|
+
escrow?: EscrowTransactionMetaDto;
|
|
6
|
+
escrowCancel?: EscrowTransactionMetaDto;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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.UpdateNftDropDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const constants_1 = require("../constants");
|
|
15
|
+
const escrow_transaction_1 = require("../../escrow-transaction");
|
|
16
|
+
const class_transformer_1 = require("class-transformer");
|
|
17
|
+
class UpdateNftDropDto {
|
|
18
|
+
}
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, class_validator_1.IsString)(),
|
|
21
|
+
(0, class_validator_1.IsOptional)(),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], UpdateNftDropDto.prototype, "state", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, class_validator_1.IsOptional)(),
|
|
26
|
+
(0, class_transformer_1.Type)(() => escrow_transaction_1.EscrowTransactionMetaDto),
|
|
27
|
+
(0, class_validator_1.ValidateNested)(),
|
|
28
|
+
__metadata("design:type", escrow_transaction_1.EscrowTransactionMetaDto)
|
|
29
|
+
], UpdateNftDropDto.prototype, "escrow", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, class_validator_1.IsOptional)(),
|
|
32
|
+
(0, class_transformer_1.Type)(() => escrow_transaction_1.EscrowTransactionMetaDto),
|
|
33
|
+
(0, class_validator_1.ValidateNested)(),
|
|
34
|
+
__metadata("design:type", escrow_transaction_1.EscrowTransactionMetaDto)
|
|
35
|
+
], UpdateNftDropDto.prototype, "escrowCancel", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, class_validator_1.IsBoolean)(),
|
|
38
|
+
(0, class_validator_1.IsOptional)(),
|
|
39
|
+
__metadata("design:type", Boolean)
|
|
40
|
+
], UpdateNftDropDto.prototype, "disabled", void 0);
|
|
41
|
+
exports.UpdateNftDropDto = UpdateNftDropDto;
|
|
42
|
+
//# sourceMappingURL=updateNftDrop.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateNftDrop.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-drop/dtos/updateNftDrop.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAKyB;AACzB,4CAA4C;AAC5C,iEAAoE;AACpE,yDAAyC;AAEzC,MAAa,gBAAgB;CAkB5B;AAjBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACQ;AAErB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,6CAAwB,CAAC;IACpC,IAAA,gCAAc,GAAE;8BACR,6CAAwB;gDAAC;AAElC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,6CAAwB,CAAC;IACpC,IAAA,gCAAc,GAAE;8BACF,6CAAwB;sDAAC;AAExC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;kDACM;AAjBrB,4CAkBC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
1
|
+
export * from './nftEscrowCreate.dto';
|
|
2
|
+
export * from './nftEscrowCancel.dto';
|
|
3
|
+
export * from './nftEscrowSubmit.dto';
|
|
@@ -14,7 +14,7 @@ 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("./
|
|
18
|
-
__exportStar(require("./
|
|
19
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./nftEscrowCreate.dto"), exports);
|
|
18
|
+
__exportStar(require("./nftEscrowCancel.dto"), exports);
|
|
19
|
+
__exportStar(require("./nftEscrowSubmit.dto"), exports);
|
|
20
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TokenNftEscrowPayload = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class TokenNftEscrowPayload extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.TokenNftEscrowPayload = TokenNftEscrowPayload;
|
|
8
|
+
//# sourceMappingURL=TokenNftEscrowPayload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenNftEscrowPayload.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,qBAAsB,SAAQ,eAAM;CAIhD;AAJD,sDAIC"}
|
|
@@ -3,7 +3,6 @@ import { SplitWalletDto } from '../../split-wallets';
|
|
|
3
3
|
import { CreatePaymentRequestDto } from '../../payment-request';
|
|
4
4
|
import { HelioPlayPropertiesDto } from '../../helio-play';
|
|
5
5
|
import { DiscountCodeDto } from '../../discount-codes';
|
|
6
|
-
import { LimitSaleType } from '../../../constants';
|
|
7
6
|
export declare type CreatePaylinkDtoDeserialized = Omit<CreatePaylinkDto, 'normalizedPrice'> & {
|
|
8
7
|
normalizedPrice: bigint;
|
|
9
8
|
};
|
|
@@ -11,7 +10,6 @@ export declare class CreatePaylinkDto extends CreatePaymentRequestDto {
|
|
|
11
10
|
features?: LinkFeaturesDto;
|
|
12
11
|
splitWallets?: SplitWalletDto[];
|
|
13
12
|
discountCodes?: DiscountCodeDto[];
|
|
14
|
-
limitSaleType?: LimitSaleType;
|
|
15
13
|
minQuantity?: number;
|
|
16
14
|
maxQuantity?: number;
|
|
17
15
|
helioPlayProperties?: HelioPlayPropertiesDto;
|
|
@@ -17,7 +17,6 @@ const split_wallets_1 = require("../../split-wallets");
|
|
|
17
17
|
const payment_request_1 = require("../../payment-request");
|
|
18
18
|
const helio_play_1 = require("../../helio-play");
|
|
19
19
|
const discount_codes_1 = require("../../discount-codes");
|
|
20
|
-
const constants_1 = require("../../../constants");
|
|
21
20
|
class CreatePaylinkDto extends payment_request_1.CreatePaymentRequestDto {
|
|
22
21
|
}
|
|
23
22
|
__decorate([
|
|
@@ -36,11 +35,6 @@ __decorate([
|
|
|
36
35
|
(0, class_validator_1.IsOptional)(),
|
|
37
36
|
__metadata("design:type", Array)
|
|
38
37
|
], CreatePaylinkDto.prototype, "discountCodes", void 0);
|
|
39
|
-
__decorate([
|
|
40
|
-
(0, class_validator_1.IsEnum)(constants_1.LimitSaleType),
|
|
41
|
-
(0, class_validator_1.IsOptional)(),
|
|
42
|
-
__metadata("design:type", String)
|
|
43
|
-
], CreatePaylinkDto.prototype, "limitSaleType", void 0);
|
|
44
38
|
__decorate([
|
|
45
39
|
(0, class_validator_1.IsOptional)(),
|
|
46
40
|
(0, class_validator_1.IsNumber)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createPaylink.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/dtos/createPaylink.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"createPaylink.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/dtos/createPaylink.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuE;AACvE,yDAAyC;AACzC,uDAAsD;AACtD,uDAAqD;AACrD,2DAAgE;AAChE,iDAA0D;AAC1D,yDAAuD;AAOvD,MAAa,gBAAiB,SAAQ,yCAAuB;CA0B5D;AAzBC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,+BAAe,CAAC;IAC3B,IAAA,gCAAc,GAAE;8BACN,+BAAe;kDAAC;AAE3B;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8BAAc,CAAC;IAC1B,IAAA,4BAAU,GAAE;;sDACmB;AAEhC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gCAAe,CAAC;IAC3B,IAAA,4BAAU,GAAE;;uDACqB;AAElC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACU;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACQ;AAErB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAsB,CAAC;IAClC,IAAA,gCAAc,GAAE;8BACK,mCAAsB;6DAAC;AAzB/C,4CA0BC"}
|
|
@@ -3,12 +3,10 @@ import { SplitWalletDto } from '../../split-wallets';
|
|
|
3
3
|
import { UpdatePaymentRequestDto } from '../../payment-request';
|
|
4
4
|
import { HelioPlayPropertiesDto } from '../../helio-play';
|
|
5
5
|
import { DiscountCodeDto } from '../../discount-codes';
|
|
6
|
-
import { LimitSaleType } from '../../../constants';
|
|
7
6
|
export declare class UpdatePaylinkDto extends UpdatePaymentRequestDto {
|
|
8
7
|
features?: LinkFeaturesDto;
|
|
9
8
|
splitWallets?: SplitWalletDto[];
|
|
10
9
|
discountCodes?: DiscountCodeDto[];
|
|
11
|
-
limitSaleType?: LimitSaleType;
|
|
12
10
|
minQuantity?: number;
|
|
13
11
|
maxQuantity?: number;
|
|
14
12
|
helioPlayProperties?: HelioPlayPropertiesDto;
|
|
@@ -17,7 +17,6 @@ const split_wallets_1 = require("../../split-wallets");
|
|
|
17
17
|
const payment_request_1 = require("../../payment-request");
|
|
18
18
|
const helio_play_1 = require("../../helio-play");
|
|
19
19
|
const discount_codes_1 = require("../../discount-codes");
|
|
20
|
-
const constants_1 = require("../../../constants");
|
|
21
20
|
class UpdatePaylinkDto extends payment_request_1.UpdatePaymentRequestDto {
|
|
22
21
|
}
|
|
23
22
|
__decorate([
|
|
@@ -36,11 +35,6 @@ __decorate([
|
|
|
36
35
|
(0, class_validator_1.IsOptional)(),
|
|
37
36
|
__metadata("design:type", Array)
|
|
38
37
|
], UpdatePaylinkDto.prototype, "discountCodes", void 0);
|
|
39
|
-
__decorate([
|
|
40
|
-
(0, class_validator_1.IsEnum)(constants_1.LimitSaleType),
|
|
41
|
-
(0, class_validator_1.IsOptional)(),
|
|
42
|
-
__metadata("design:type", String)
|
|
43
|
-
], UpdatePaylinkDto.prototype, "limitSaleType", void 0);
|
|
44
38
|
__decorate([
|
|
45
39
|
(0, class_validator_1.IsNumber)(),
|
|
46
40
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updatePaylink.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/dtos/updatePaylink.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"updatePaylink.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/dtos/updatePaylink.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuE;AACvE,yDAAyC;AACzC,uDAAsD;AACtD,uDAAqD;AACrD,2DAAgE;AAChE,iDAA0D;AAC1D,yDAAuD;AAEvD,MAAa,gBAAiB,SAAQ,yCAAuB;CA0B5D;AAzBC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,+BAAe,CAAC;IAC3B,IAAA,gCAAc,GAAE;8BACN,+BAAe;kDAAC;AAE3B;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8BAAc,CAAC;IAC1B,IAAA,4BAAU,GAAE;;sDACmB;AAEhC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gCAAe,CAAC;IAC3B,IAAA,4BAAU,GAAE;;uDACqB;AAElC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACQ;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACQ;AAErB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAsB,CAAC;IAClC,IAAA,gCAAc,GAAE;8BACK,mCAAsB;6DAAC;AAzB/C,4CA0BC"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { HelioPlayProperties } from '../../helio-play';
|
|
2
2
|
import type { LinkFeatures } from '../../link-features';
|
|
3
3
|
import { BasePaymentRequest } from '../../payment-request';
|
|
4
|
-
import { LimitSaleType } from '../../../constants';
|
|
5
4
|
export declare class BasePaylink extends BasePaymentRequest {
|
|
6
5
|
features: LinkFeatures;
|
|
7
|
-
limitSaleType?: LimitSaleType;
|
|
8
6
|
minQuantity?: number;
|
|
9
7
|
maxQuantity?: number;
|
|
10
8
|
helioPlayProperties?: HelioPlayProperties;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasePaylink.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/entities/BasePaylink.ts"],"names":[],"mappings":";;;AAEA,2DAA2D;
|
|
1
|
+
{"version":3,"file":"BasePaylink.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/entities/BasePaylink.ts"],"names":[],"mappings":";;;AAEA,2DAA2D;AAE3D,MAAa,WAAY,SAAQ,oCAAkB;CAQlD;AARD,kCAQC"}
|