@heliofi/launchpad-common 1.6.33 → 1.6.35
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/flatCurveDefaults.d.ts +1 -1
- package/dist/src/domain/constants/flatCurveDefaults.js +1 -1
- package/dist/src/domain/constants/flatCurveDefaults.js.map +1 -1
- package/dist/src/domain/model/fun/dtos/GetAdvancedTokensList.dto.d.ts +31 -0
- package/dist/src/domain/model/fun/dtos/GetAdvancedTokensList.dto.js +206 -0
- package/dist/src/domain/model/fun/dtos/GetAdvancedTokensList.dto.js.map +1 -0
- package/dist/src/domain/model/index.d.ts +2 -0
- package/dist/src/domain/model/index.js +2 -0
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/lock-details/dtos/LockDetailsCreate.dto.d.ts +5 -0
- package/dist/src/domain/model/lock-details/dtos/LockDetailsCreate.dto.js +30 -0
- package/dist/src/domain/model/lock-details/dtos/LockDetailsCreate.dto.js.map +1 -0
- package/dist/src/domain/model/lock-details/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/lock-details/dtos/index.js +18 -0
- package/dist/src/domain/model/lock-details/dtos/index.js.map +1 -0
- package/dist/src/domain/model/lock-details/entities/LockDetails.entity.d.ts +6 -0
- package/dist/src/domain/model/lock-details/entities/LockDetails.entity.js +26 -0
- package/dist/src/domain/model/lock-details/entities/LockDetails.entity.js.map +1 -0
- package/dist/src/domain/model/lock-details/entities/index.d.ts +1 -0
- package/dist/src/domain/model/lock-details/entities/index.js +18 -0
- package/dist/src/domain/model/lock-details/entities/index.js.map +1 -0
- package/dist/src/domain/model/lock-details/index.d.ts +2 -0
- package/dist/src/domain/model/lock-details/index.js +19 -0
- package/dist/src/domain/model/lock-details/index.js.map +1 -0
- package/dist/src/domain/model/mint/create/dtos/CreateMint.dto.d.ts +2 -0
- package/dist/src/domain/model/mint/create/dtos/CreateMint.dto.js +7 -0
- package/dist/src/domain/model/mint/create/dtos/CreateMint.dto.js.map +1 -1
- package/dist/src/domain/model/mint/create/dtos/CreateMintWithMetadata.dto.d.ts +2 -0
- package/dist/src/domain/model/mint/create/dtos/CreateMintWithMetadata.dto.js +7 -0
- package/dist/src/domain/model/mint/create/dtos/CreateMintWithMetadata.dto.js.map +1 -1
- package/dist/src/domain/model/rewards/dtos/NewWinner.dto.d.ts +5 -0
- package/dist/src/domain/model/rewards/dtos/NewWinner.dto.js +30 -0
- package/dist/src/domain/model/rewards/dtos/NewWinner.dto.js.map +1 -0
- package/dist/src/domain/model/rewards/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/rewards/dtos/index.js +18 -0
- package/dist/src/domain/model/rewards/dtos/index.js.map +1 -0
- package/dist/src/domain/model/rewards/entities/GetWinnersResponse.entity.d.ts +6 -0
- package/dist/src/domain/model/rewards/entities/GetWinnersResponse.entity.js +8 -0
- package/dist/src/domain/model/rewards/entities/GetWinnersResponse.entity.js.map +1 -0
- package/dist/src/domain/model/rewards/entities/RewardWinner.entity.d.ts +7 -0
- package/dist/src/domain/model/rewards/entities/RewardWinner.entity.js +8 -0
- package/dist/src/domain/model/rewards/entities/RewardWinner.entity.js.map +1 -0
- package/dist/src/domain/model/rewards/entities/index.d.ts +2 -0
- package/dist/src/domain/model/rewards/entities/index.js +19 -0
- package/dist/src/domain/model/rewards/entities/index.js.map +1 -0
- package/dist/src/domain/model/rewards/index.d.ts +2 -0
- package/dist/src/domain/model/rewards/index.js +19 -0
- package/dist/src/domain/model/rewards/index.js.map +1 -0
- package/dist/src/domain/model/token-pair/dtos/CreateTokenPair.dto.d.ts +2 -0
- package/dist/src/domain/model/token-pair/dtos/CreateTokenPair.dto.js +6 -0
- package/dist/src/domain/model/token-pair/dtos/CreateTokenPair.dto.js.map +1 -1
- package/dist/src/domain/model/token-pair/entities/TokenPairWithMetadata.entity.d.ts +2 -0
- package/dist/src/domain/model/token-pair/entities/TokenPairWithMetadata.entity.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RewardWinner = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class RewardWinner extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.RewardWinner = RewardWinner;
|
|
8
|
+
//# sourceMappingURL=RewardWinner.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RewardWinner.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/rewards/entities/RewardWinner.entity.ts"],"names":[],"mappings":";;;AACA,yCAAsC;AAEtC,MAAa,YAAa,SAAQ,eAAM;CAMvC;AAND,oCAMC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
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("./GetWinnersResponse.entity"), exports);
|
|
18
|
+
__exportStar(require("./RewardWinner.entity"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/rewards/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,wDAAsC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
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("./dtos"), exports);
|
|
18
|
+
__exportStar(require("./entities"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/rewards/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { TokenType, MigrationDex } from '../../../constants';
|
|
2
2
|
import { CreateCurveDto } from '../../curve';
|
|
3
3
|
import { AffiliateDto } from '../../mint/create/dtos/Affiliate.dto';
|
|
4
|
+
import { LockDetailsCreateDto } from '../../lock-details';
|
|
4
5
|
export declare class CreateTokenPairDto {
|
|
5
6
|
symbol: string;
|
|
6
7
|
uri: string;
|
|
@@ -20,4 +21,5 @@ export declare class CreateTokenPairDto {
|
|
|
20
21
|
x?: string;
|
|
21
22
|
telegram?: string;
|
|
22
23
|
discord?: string;
|
|
24
|
+
lockDetails?: LockDetailsCreateDto;
|
|
23
25
|
}
|
|
@@ -15,6 +15,7 @@ const class_transformer_1 = require("class-transformer");
|
|
|
15
15
|
const constants_1 = require("../../../constants");
|
|
16
16
|
const curve_1 = require("../../curve");
|
|
17
17
|
const Affiliate_dto_1 = require("../../mint/create/dtos/Affiliate.dto");
|
|
18
|
+
const lock_details_1 = require("../../lock-details");
|
|
18
19
|
class CreateTokenPairDto {
|
|
19
20
|
}
|
|
20
21
|
__decorate([
|
|
@@ -113,5 +114,10 @@ __decorate([
|
|
|
113
114
|
(0, class_validator_1.IsOptional)(),
|
|
114
115
|
__metadata("design:type", String)
|
|
115
116
|
], CreateTokenPairDto.prototype, "discord", void 0);
|
|
117
|
+
__decorate([
|
|
118
|
+
(0, class_validator_1.IsOptional)(),
|
|
119
|
+
(0, class_validator_1.ValidateNested)(),
|
|
120
|
+
__metadata("design:type", lock_details_1.LockDetailsCreateDto)
|
|
121
|
+
], CreateTokenPairDto.prototype, "lockDetails", void 0);
|
|
116
122
|
exports.CreateTokenPairDto = CreateTokenPairDto;
|
|
117
123
|
//# sourceMappingURL=CreateTokenPair.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateTokenPair.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-pair/dtos/CreateTokenPair.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yDAAyC;AACzC,kDAA6D;AAC7D,uCAA6C;AAC7C,wEAAoE;
|
|
1
|
+
{"version":3,"file":"CreateTokenPair.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-pair/dtos/CreateTokenPair.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yDAAyC;AACzC,kDAA6D;AAC7D,uCAA6C;AAC7C,wEAAoE;AACpE,qDAA0D;AAE1D,MAAa,kBAAkB;CAkF9B;AAjFC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACD;AAEZ;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACA;AAEb;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACQ;AAErB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sBAAc,CAAC;IAC1B,IAAA,gCAAc,GAAE;8BACV,sBAAc;iDAAC;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACQ;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,wBAAM,EAAC,wBAAY,CAAC;IACpB,IAAA,4BAAU,GAAE;;wDACe;AAE5B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qDACO;AAEpB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4BAAY,CAAC;IACxB,IAAA,gCAAc,GAAE;8BACL,4BAAY;qDAAC;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;;mDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;;6CACF;AAEX;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;;oDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;;mDACI;AAEjB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACH,mCAAoB;uDAAC;AAjFrC,gDAkFC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Entity } from '../../entity';
|
|
2
2
|
import { CurveType, MigrationDex } from '../../../constants';
|
|
3
|
+
import { LockDetails } from '../../lock-details';
|
|
3
4
|
export declare class TokenPairWithMetadata extends Entity {
|
|
4
5
|
id: string;
|
|
5
6
|
curve: CurveType;
|
|
@@ -25,4 +26,5 @@ export declare class TokenPairWithMetadata extends Entity {
|
|
|
25
26
|
createdAt: Date;
|
|
26
27
|
moderated?: boolean;
|
|
27
28
|
becameStarTokenAt?: Date;
|
|
29
|
+
lockDetails?: LockDetails;
|
|
28
30
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenPairWithMetadata.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-pair/entities/TokenPairWithMetadata.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;
|
|
1
|
+
{"version":3,"file":"TokenPairWithMetadata.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-pair/entities/TokenPairWithMetadata.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAItC,MAAa,qBAAsB,SAAQ,eAAM;CAkDhD;AAlDD,sDAkDC"}
|