@heliofi/common 0.1.300 → 0.1.301
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 → UploadAllowlistCSV.dto.js} +1 -1
- package/dist/src/domain/model/allowlist/dtos/{uploadAllowlistCSV.dto.js.map → UploadAllowlistCSV.dto.js.map} +1 -1
- package/dist/src/domain/model/nft-escrow/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/nft-escrow/dtos/index.js +1 -0
- package/dist/src/domain/model/nft-escrow/dtos/index.js.map +1 -1
- package/dist/src/domain/model/nft-escrow/dtos/verifyCollections.d.ts +3 -0
- package/dist/src/domain/model/nft-escrow/dtos/verifyCollections.dto.d.ts +3 -0
- package/dist/src/domain/model/{auth/dtos/SignOnSocialNetwork.dto.js → nft-escrow/dtos/verifyCollections.dto.js} +9 -13
- package/dist/src/domain/model/nft-escrow/dtos/verifyCollections.dto.js.map +1 -0
- package/dist/src/domain/model/nft-escrow/dtos/verifyCollections.js +24 -0
- package/dist/src/domain/model/nft-escrow/dtos/verifyCollections.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/BTCPaymentAddress.d.ts +6 -0
- package/dist/src/domain/model/wallet/entities/BTCPaymentAddress.js +8 -0
- package/dist/src/domain/model/wallet/entities/BTCPaymentAddress.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/BTCPaymentAddressVersion.d.ts +5 -0
- package/dist/src/domain/model/wallet/entities/BTCPaymentAddressVersion.js +10 -0
- package/dist/src/domain/model/wallet/entities/BTCPaymentAddressVersion.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/BTCProperties.d.ts +6 -0
- package/dist/src/domain/model/wallet/entities/BTCProperties.js +8 -0
- package/dist/src/domain/model/wallet/entities/BTCProperties.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/WalletOrigin.d.ts +3 -0
- package/dist/src/domain/model/wallet/entities/WalletOrigin.js +8 -0
- package/dist/src/domain/model/wallet/entities/WalletOrigin.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/auth/dtos/SignOnSocialNetwork.dto.d.ts +0 -5
- package/dist/src/domain/model/auth/dtos/SignOnSocialNetwork.dto.js.map +0 -1
- /package/dist/src/domain/model/allowlist/dtos/{uploadAllowlistCSV.dto.d.ts → UploadAllowlistCSV.dto.d.ts} +0 -0
package/dist/src/domain/model/allowlist/dtos/{uploadAllowlistCSV.dto.js → UploadAllowlistCSV.dto.js}
RENAMED
|
@@ -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"}
|
|
@@ -17,4 +17,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./nftEscrowCreate.dto"), exports);
|
|
18
18
|
__exportStar(require("./nftEscrowCancel.dto"), exports);
|
|
19
19
|
__exportStar(require("./nftEscrowSubmit.dto"), exports);
|
|
20
|
+
__exportStar(require("./verifyCollections.dto"), exports);
|
|
20
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-escrow/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,wDAAsC;AACtC,wDAAsC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-escrow/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,wDAAsC;AACtC,wDAAsC;AACtC,0DAAwC"}
|
|
@@ -9,20 +9,16 @@ 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.VerifyCollectionsDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
13
14
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
|
|
15
|
-
class SignOnSocialNetworkDto {
|
|
15
|
+
class VerifyCollectionsDto {
|
|
16
16
|
}
|
|
17
17
|
__decorate([
|
|
18
|
-
(0, class_validator_1.
|
|
18
|
+
(0, class_validator_1.IsArray)(),
|
|
19
|
+
(0, class_transformer_1.Type)(() => String),
|
|
19
20
|
(0, class_validator_1.IsNotEmpty)(),
|
|
20
|
-
__metadata("design:type",
|
|
21
|
-
],
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
(0, class_validator_1.IsEnum)(constants_1.Platform),
|
|
25
|
-
__metadata("design:type", String)
|
|
26
|
-
], SignOnSocialNetworkDto.prototype, "platform", void 0);
|
|
27
|
-
exports.SignOnSocialNetworkDto = SignOnSocialNetworkDto;
|
|
28
|
-
//# sourceMappingURL=SignOnSocialNetwork.dto.js.map
|
|
21
|
+
__metadata("design:type", Array)
|
|
22
|
+
], VerifyCollectionsDto.prototype, "collectionMintAddresses", void 0);
|
|
23
|
+
exports.VerifyCollectionsDto = VerifyCollectionsDto;
|
|
24
|
+
//# sourceMappingURL=verifyCollections.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"verifyCollections.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-escrow/dtos/verifyCollections.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,qDAAsD;AAEtD,MAAa,oBAAoB;CAKhC;AAJC;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,4BAAU,GAAE;;qEACsB;AAJrC,oDAKC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
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.NftEscrowSubmitDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
class NftEscrowSubmitDto {
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsArray)(),
|
|
19
|
+
(0, class_transformer_1.Type)(() => String),
|
|
20
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
21
|
+
__metadata("design:type", Array)
|
|
22
|
+
], NftEscrowSubmitDto.prototype, "collectionMintAddresses", void 0);
|
|
23
|
+
exports.NftEscrowSubmitDto = NftEscrowSubmitDto;
|
|
24
|
+
//# sourceMappingURL=verifyCollections.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"verifyCollections.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-escrow/dtos/verifyCollections.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,qDAAsD;AAEtD,MAAa,kBAAkB;CAK9B;AAJC;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,4BAAU,GAAE;;mEACsB;AAJrC,gDAKC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BTCPaymentAddress = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class BTCPaymentAddress extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.BTCPaymentAddress = BTCPaymentAddress;
|
|
8
|
+
//# sourceMappingURL=BTCPaymentAddress.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BTCPaymentAddress.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet/entities/BTCPaymentAddress.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,iBAAkB,SAAQ,eAAM;CAI5C;AAJD,8CAIC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BTCPaymentAddressVersion = void 0;
|
|
4
|
+
var BTCPaymentAddressVersion;
|
|
5
|
+
(function (BTCPaymentAddressVersion) {
|
|
6
|
+
BTCPaymentAddressVersion["LEGACY"] = "LEGACY";
|
|
7
|
+
BTCPaymentAddressVersion["SEGWIT"] = "SEGWIT";
|
|
8
|
+
BTCPaymentAddressVersion["TAPROOT"] = "TAPROOT";
|
|
9
|
+
})(BTCPaymentAddressVersion = exports.BTCPaymentAddressVersion || (exports.BTCPaymentAddressVersion = {}));
|
|
10
|
+
//# sourceMappingURL=BTCPaymentAddressVersion.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BTCPaymentAddressVersion.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet/entities/BTCPaymentAddressVersion.ts"],"names":[],"mappings":";;;AAAA,IAAY,wBAIX;AAJD,WAAY,wBAAwB;IAClC,6CAAiB,CAAA;IACjB,6CAAiB,CAAA;IACjB,+CAAmB,CAAA;AACrB,CAAC,EAJW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAInC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BTCProperties = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class BTCProperties extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.BTCProperties = BTCProperties;
|
|
8
|
+
//# sourceMappingURL=BTCProperties.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BTCProperties.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet/entities/BTCProperties.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,aAAc,SAAQ,eAAM;CAIxC;AAJD,sCAIC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WalletOrigin = void 0;
|
|
4
|
+
var WalletOrigin;
|
|
5
|
+
(function (WalletOrigin) {
|
|
6
|
+
WalletOrigin["XVERSE"] = "XVERSE";
|
|
7
|
+
})(WalletOrigin = exports.WalletOrigin || (exports.WalletOrigin = {}));
|
|
8
|
+
//# sourceMappingURL=WalletOrigin.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WalletOrigin.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet/entities/WalletOrigin.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAEX;AAFD,WAAY,YAAY;IACtB,iCAAiB,CAAA;AACnB,CAAC,EAFW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAEvB"}
|