@heliofi/launchpad-common 1.6.22 → 1.6.24
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/meteora-swap/dtos/MeteoraSwapPrepare.dto.d.ts +2 -1
- package/dist/src/domain/model/meteora-swap/dtos/MeteoraSwapPrepare.dto.js +9 -2
- package/dist/src/domain/model/meteora-swap/dtos/MeteoraSwapPrepare.dto.js.map +1 -1
- package/dist/src/domain/model/pumpdex-swap/dtos/PumpDexSwapPrepare.dto.d.ts +2 -1
- package/dist/src/domain/model/pumpdex-swap/dtos/PumpDexSwapPrepare.dto.js +9 -2
- package/dist/src/domain/model/pumpdex-swap/dtos/PumpDexSwapPrepare.dto.js.map +1 -1
- package/dist/src/domain/model/raydium-swap/dtos/RaydiumSwapPrepare.dto.d.ts +2 -1
- package/dist/src/domain/model/raydium-swap/dtos/RaydiumSwapPrepare.dto.js +9 -2
- package/dist/src/domain/model/raydium-swap/dtos/RaydiumSwapPrepare.dto.js.map +1 -1
- package/dist/src/domain/model/token-pair/dtos/UpdateModeratedStatus.dto.d.ts +3 -0
- package/dist/src/domain/model/{lpLockDetails/dtos/AddAllocation.dto.js → token-pair/dtos/UpdateModeratedStatus.dto.js} +7 -23
- package/dist/src/domain/model/token-pair/dtos/UpdateModeratedStatus.dto.js.map +1 -0
- package/dist/src/domain/model/token-pair/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/token-pair/dtos/index.js +1 -0
- package/dist/src/domain/model/token-pair/dtos/index.js.map +1 -1
- package/dist/src/domain/model/token-pair/entities/TokenPair.entity.d.ts +1 -0
- package/dist/src/domain/model/token-pair/entities/TokenPair.entity.js.map +1 -1
- package/dist/src/domain/model/token-pair/entities/TokenPairWithMetadata.entity.d.ts +1 -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
- package/dist/src/domain/constants/feeReceiver.d.ts +0 -6
- package/dist/src/domain/constants/feeReceiver.js +0 -11
- package/dist/src/domain/constants/feeReceiver.js.map +0 -1
- package/dist/src/domain/model/fun/entities/FunTokensList.entity.d.ts +0 -21
- package/dist/src/domain/model/fun/entities/FunTokensList.entity.js +0 -8
- package/dist/src/domain/model/fun/entities/FunTokensList.entity.js.map +0 -1
- package/dist/src/domain/model/fun/entities/index.d.ts +0 -1
- package/dist/src/domain/model/fun/entities/index.js +0 -18
- package/dist/src/domain/model/fun/entities/index.js.map +0 -1
- package/dist/src/domain/model/lpLockDetails/dtos/AddAllocation.dto.d.ts +0 -7
- package/dist/src/domain/model/lpLockDetails/dtos/AddAllocation.dto.js.map +0 -1
- package/dist/src/domain/model/lpLockDetails/index.d.ts +0 -1
- package/dist/src/domain/model/lpLockDetails/index.js +0 -18
- package/dist/src/domain/model/lpLockDetails/index.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heliofi/launchpad-common",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.24",
|
|
5
5
|
"description": "Common package for launchpad",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"ts-loader": "^9.3.1",
|
|
29
29
|
"typescript": "4.8.4"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "c9f9fd3ffbd48543dfdf94cb5d84c24316dc7659"
|
|
32
32
|
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FeeReceiver = void 0;
|
|
4
|
-
var FeeReceiver;
|
|
5
|
-
(function (FeeReceiver) {
|
|
6
|
-
FeeReceiver["CREATOR"] = "CREATOR";
|
|
7
|
-
FeeReceiver["HELIO"] = "HELIO";
|
|
8
|
-
FeeReceiver["PARTNER"] = "PARTNER";
|
|
9
|
-
FeeReceiver["TOP_HOLDER"] = "TOP_HOLDER";
|
|
10
|
-
})(FeeReceiver = exports.FeeReceiver || (exports.FeeReceiver = {}));
|
|
11
|
-
//# sourceMappingURL=feeReceiver.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"feeReceiver.js","sourceRoot":"","sources":["../../../../src/domain/constants/feeReceiver.ts"],"names":[],"mappings":";;;AAAA,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,kCAAmB,CAAA;IACnB,8BAAe,CAAA;IACf,kCAAmB,CAAA;IACnB,wCAAyB,CAAA;AAC3B,CAAC,EALW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAKtB"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Entity } from '../../entity';
|
|
2
|
-
export declare class FunTokensListEntity extends Entity {
|
|
3
|
-
name: string;
|
|
4
|
-
description: string;
|
|
5
|
-
symbol: string;
|
|
6
|
-
icon: string;
|
|
7
|
-
x?: string;
|
|
8
|
-
telegram?: string;
|
|
9
|
-
dexScreenerUrl?: string;
|
|
10
|
-
createdAt: string;
|
|
11
|
-
volumeCount: number;
|
|
12
|
-
volumeUSD: string;
|
|
13
|
-
commentCount: string;
|
|
14
|
-
progressPercent: number;
|
|
15
|
-
mintAddress: string;
|
|
16
|
-
profileId: string;
|
|
17
|
-
migrationDex: string;
|
|
18
|
-
curveType: string;
|
|
19
|
-
marketcap: string;
|
|
20
|
-
}
|
|
21
|
-
export declare type FunTokensListResponseEntity = FunTokensListEntity[];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FunTokensListEntity = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class FunTokensListEntity extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.FunTokensListEntity = FunTokensListEntity;
|
|
8
|
-
//# sourceMappingURL=FunTokensList.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FunTokensList.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/fun/entities/FunTokensList.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,mBAAoB,SAAQ,eAAM;CAkC9C;AAlCD,kDAkCC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './FunTokensList.entity';
|
|
@@ -1,18 +0,0 @@
|
|
|
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("./FunTokensList.entity"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/fun/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AddAllocation.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/lpLockDetails/dtos/AddAllocation.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,kDAA4D;AAE5D,MAAa,gBAAgB;CAgB5B;AAfC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,wBAAM,EAAC,kCAAsB,CAAC;IAC9B,IAAA,4BAAU,GAAE;;+CACiB;AAE9B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACS;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACE;AAEf;IAAC,IAAA,4BAAU,GAAE;;0DACY;AAf3B,4CAgBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './dtos/AddAllocation.dto';
|
|
@@ -1,18 +0,0 @@
|
|
|
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/AddAllocation.dto"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/lpLockDetails/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC"}
|