@heliofi/common 0.1.303 → 0.1.304
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/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/src/domain/model/nft-escrow/dtos/verifyCollections.d.ts +0 -3
- package/dist/src/domain/model/nft-escrow/dtos/verifyCollections.js +0 -24
- package/dist/src/domain/model/nft-escrow/dtos/verifyCollections.js.map +0 -1
- package/dist/src/domain/model/wallet/entities/BTCPaymentAddress.d.ts +0 -6
- package/dist/src/domain/model/wallet/entities/BTCPaymentAddress.js +0 -8
- package/dist/src/domain/model/wallet/entities/BTCPaymentAddress.js.map +0 -1
- package/dist/src/domain/model/wallet/entities/BTCPaymentAddressVersion.d.ts +0 -5
- package/dist/src/domain/model/wallet/entities/BTCPaymentAddressVersion.js +0 -10
- package/dist/src/domain/model/wallet/entities/BTCPaymentAddressVersion.js.map +0 -1
- package/dist/src/domain/model/wallet/entities/BTCProperties.d.ts +0 -6
- package/dist/src/domain/model/wallet/entities/BTCProperties.js +0 -8
- package/dist/src/domain/model/wallet/entities/BTCProperties.js.map +0 -1
- package/dist/src/domain/model/wallet/entities/WalletOrigin.d.ts +0 -3
- package/dist/src/domain/model/wallet/entities/WalletOrigin.js +0 -8
- package/dist/src/domain/model/wallet/entities/WalletOrigin.js.map +0 -1
- /package/dist/src/domain/model/allowlist/dtos/{UploadAllowlistCSV.dto.d.ts → uploadAllowlistCSV.dto.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,24 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,8 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,10 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,8 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,8 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
File without changes
|