@heliofi/common 0.1.242 → 0.1.244
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/nft-escrow/dtos/nftEscrowCancel.dto.d.ts +1 -1
- package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCancel.dto.js +1 -1
- package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCancel.dto.js.map +1 -1
- package/dist/src/domain/model/nft-escrow/dtos/nftEscrowSubmit.dto.d.ts +2 -1
- package/dist/src/domain/model/nft-escrow/dtos/nftEscrowSubmit.dto.js +7 -2
- package/dist/src/domain/model/nft-escrow/dtos/nftEscrowSubmit.dto.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -22,7 +22,7 @@ __decorate([
|
|
|
22
22
|
(0, class_validator_1.IsString)(),
|
|
23
23
|
(0, class_validator_1.IsNotEmpty)(),
|
|
24
24
|
__metadata("design:type", String)
|
|
25
|
-
], NftEscrowCancelDto.prototype, "
|
|
25
|
+
], NftEscrowCancelDto.prototype, "paymentRequestId", void 0);
|
|
26
26
|
__decorate([
|
|
27
27
|
(0, class_validator_1.IsString)(),
|
|
28
28
|
(0, class_validator_1.IsNotEmpty)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nftEscrowCancel.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-escrow/dtos/nftEscrowCancel.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,kBAAkB;CAY9B;AAXC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;
|
|
1
|
+
{"version":3,"file":"nftEscrowCancel.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-escrow/dtos/nftEscrowCancel.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,kBAAkB;CAY9B;AAXC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACO;AAXtB,gDAYC"}
|
|
@@ -18,6 +18,11 @@ __decorate([
|
|
|
18
18
|
(0, class_validator_1.IsNotEmpty)(),
|
|
19
19
|
__metadata("design:type", String)
|
|
20
20
|
], NftEscrowSubmitDto.prototype, "signedTransaction", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_validator_1.IsString)(),
|
|
23
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], NftEscrowSubmitDto.prototype, "paymentRequestId", void 0);
|
|
21
26
|
__decorate([
|
|
22
27
|
(0, class_validator_1.IsString)(),
|
|
23
28
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -25,8 +30,8 @@ __decorate([
|
|
|
25
30
|
], NftEscrowSubmitDto.prototype, "transactionToken", void 0);
|
|
26
31
|
__decorate([
|
|
27
32
|
(0, class_validator_1.IsString)(),
|
|
28
|
-
(0, class_validator_1.
|
|
33
|
+
(0, class_validator_1.IsOptional)(),
|
|
29
34
|
__metadata("design:type", String)
|
|
30
|
-
], NftEscrowSubmitDto.prototype, "
|
|
35
|
+
], NftEscrowSubmitDto.prototype, "escrowAccountPK", void 0);
|
|
31
36
|
exports.NftEscrowSubmitDto = NftEscrowSubmitDto;
|
|
32
37
|
//# sourceMappingURL=nftEscrowSubmit.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nftEscrowSubmit.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-escrow/dtos/nftEscrowSubmit.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmE;AAEnE,MAAa,kBAAkB;
|
|
1
|
+
{"version":3,"file":"nftEscrowSubmit.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-escrow/dtos/nftEscrowSubmit.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmE;AAEnE,MAAa,kBAAkB;CAgB9B;AAfC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACa;AAE1B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACa;AAE1B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACW;AAf1B,gDAgBC"}
|