@heliofi/common 0.1.609 → 0.1.611
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/airdrop-details/dtos/CreateMintAirdropDetails.dto.js +2 -0
- package/dist/src/domain/model/airdrop-details/dtos/CreateMintAirdropDetails.dto.js.map +1 -1
- package/dist/src/domain/model/allowlist/entities/index.d.ts +1 -0
- package/dist/src/domain/model/allowlist/entities/index.js +1 -0
- package/dist/src/domain/model/allowlist/entities/index.js.map +1 -1
- package/dist/src/domain/model/report/entities/ReportItem.entity.d.ts +1 -0
- package/dist/src/domain/model/report/entities/ReportItem.entity.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -19,11 +19,13 @@ class CreateMintAirdropDetailsDto {
|
|
|
19
19
|
__decorate([
|
|
20
20
|
(0, class_validator_1.IsString)(),
|
|
21
21
|
(0, class_validator_1.IsNotEmpty)(),
|
|
22
|
+
(0, class_validator_1.MaxLength)(32),
|
|
22
23
|
__metadata("design:type", String)
|
|
23
24
|
], CreateMintAirdropDetailsDto.prototype, "name", void 0);
|
|
24
25
|
__decorate([
|
|
25
26
|
(0, class_validator_1.IsString)(),
|
|
26
27
|
(0, class_validator_1.IsOptional)(),
|
|
28
|
+
(0, class_validator_1.MaxLength)(256),
|
|
27
29
|
__metadata("design:type", String)
|
|
28
30
|
], CreateMintAirdropDetailsDto.prototype, "description", void 0);
|
|
29
31
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateMintAirdropDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/airdrop-details/dtos/CreateMintAirdropDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"CreateMintAirdropDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/airdrop-details/dtos/CreateMintAirdropDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AAEzB,MAAa,2BAA2B;IAAxC;QAiBE,qBAAgB,GAAG,KAAK,CAAC;IAC3B,CAAC;CAAA;AAjBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,EAAE,CAAC;;yDACD;AAEb;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;gEACM;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACI;AAEjB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qEACY;AAjB3B,kEAkBC"}
|
|
@@ -18,4 +18,5 @@ __exportStar(require("./Allowlist"), exports);
|
|
|
18
18
|
__exportStar(require("./AllowlistWallet"), exports);
|
|
19
19
|
__exportStar(require("./AllowlistResponse"), exports);
|
|
20
20
|
__exportStar(require("./AddAllowlistResponse.entity"), exports);
|
|
21
|
+
__exportStar(require("./InvalidAllowlistWallet.entity"), exports);
|
|
21
22
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/allowlist/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,oDAAkC;AAClC,sDAAoC;AACpC,gEAA8C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/allowlist/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,oDAAkC;AAClC,sDAAoC;AACpC,gEAA8C;AAC9C,kEAAgD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReportItem.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/report/entities/ReportItem.entity.ts"],"names":[],"mappings":";;;AACA,yCAAsC;AAItC,MAAa,UAAW,SAAQ,eAAM;
|
|
1
|
+
{"version":3,"file":"ReportItem.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/report/entities/ReportItem.entity.ts"],"names":[],"mappings":";;;AACA,yCAAsC;AAItC,MAAa,UAAW,SAAQ,eAAM;CAyFrC;AAzFD,gCAyFC"}
|