@heliofi/launchpad-common 1.3.0 → 1.3.2
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/ProtocolVersion.d.ts +2 -1
- package/dist/src/domain/constants/ProtocolVersion.js +2 -1
- package/dist/src/domain/constants/ProtocolVersion.js.map +1 -1
- package/dist/src/domain/constants/blockchain.d.ts +2 -1
- package/dist/src/domain/constants/blockchain.js +2 -1
- package/dist/src/domain/constants/blockchain.js.map +1 -1
- package/dist/src/domain/constants/chainId.d.ts +3 -1
- package/dist/src/domain/constants/chainId.js +2 -0
- package/dist/src/domain/constants/chainId.js.map +1 -1
- package/dist/src/domain/constants/configPartner.d.ts +4 -0
- package/dist/src/domain/constants/configPartner.js +9 -0
- package/dist/src/domain/constants/configPartner.js.map +1 -0
- package/dist/src/domain/constants/feeFeature.d.ts +5 -0
- package/dist/src/domain/constants/feeFeature.js +10 -0
- package/dist/src/domain/constants/feeFeature.js.map +1 -0
- package/dist/src/domain/constants/index.d.ts +1 -0
- package/dist/src/domain/constants/index.js +1 -0
- package/dist/src/domain/constants/index.js.map +1 -1
- package/dist/src/domain/constants/meteoraFees.d.ts +2 -2
- package/dist/src/domain/constants/meteoraFees.js +2 -2
- package/dist/src/domain/constants/migrationDex.js +2 -0
- package/dist/src/domain/constants/migrationDex.js.map +1 -1
- package/dist/src/domain/constants/partner.d.ts +2 -1
- package/dist/src/domain/constants/partner.js +2 -1
- package/dist/src/domain/constants/partner.js.map +1 -1
- package/dist/src/domain/constants/tokenType.d.ts +2 -1
- package/dist/src/domain/constants/tokenType.js +1 -0
- package/dist/src/domain/constants/tokenType.js.map +1 -1
- package/dist/src/domain/model/boost/dtos/BoostPriority.dto.d.ts +4 -0
- package/dist/src/domain/model/boost/dtos/BoostPriority.dto.js +30 -0
- package/dist/src/domain/model/boost/dtos/BoostPriority.dto.js.map +1 -0
- package/dist/src/domain/model/boost/dtos/BoostSubmit.dto.d.ts +5 -0
- package/dist/src/domain/model/boost/dtos/BoostSubmit.dto.js +30 -0
- package/dist/src/domain/model/boost/dtos/BoostSubmit.dto.js.map +1 -0
- package/dist/src/domain/model/boost/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/boost/dtos/index.js +19 -0
- package/dist/src/domain/model/boost/dtos/index.js.map +1 -0
- package/dist/src/domain/model/boost/entities/BoostSubmitResponse.entity.d.ts +6 -0
- package/dist/src/domain/model/boost/entities/BoostSubmitResponse.entity.js +8 -0
- package/dist/src/domain/model/boost/entities/BoostSubmitResponse.entity.js.map +1 -0
- package/dist/src/domain/model/boost/entities/BoostTipWalletsResponse.entity.d.ts +4 -0
- package/dist/src/domain/model/boost/entities/BoostTipWalletsResponse.entity.js +8 -0
- package/dist/src/domain/model/boost/entities/BoostTipWalletsResponse.entity.js.map +1 -0
- package/dist/src/domain/model/boost/entities/index.d.ts +2 -0
- package/dist/src/domain/model/boost/entities/index.js +19 -0
- package/dist/src/domain/model/boost/entities/index.js.map +1 -0
- package/dist/src/domain/model/boost/index.d.ts +2 -0
- package/dist/src/domain/model/{lpLockDetails → boost}/index.js +2 -1
- package/dist/src/domain/model/boost/index.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/mint-addresses/dtos/AddMintAddresses.dto.d.ts +1 -1
- package/dist/src/domain/model/mint-addresses/dtos/AddMintAddresses.dto.js +1 -1
- package/dist/src/domain/model/mint-addresses/dtos/AddMintAddresses.dto.js.map +1 -1
- package/dist/src/domain/model/pumpfun-swap/dtos/PumpFunSwapPrepare.dto.d.ts +12 -0
- package/dist/src/domain/model/pumpfun-swap/dtos/PumpFunSwapPrepare.dto.js +68 -0
- package/dist/src/domain/model/pumpfun-swap/dtos/PumpFunSwapPrepare.dto.js.map +1 -0
- package/dist/src/domain/model/pumpfun-swap/dtos/PumpFunSwapSubmit.dto.d.ts +4 -0
- package/dist/src/domain/model/{lpLockDetails/dtos/AddAllocation.dto.js → pumpfun-swap/dtos/PumpFunSwapSubmit.dto.js} +6 -17
- package/dist/src/domain/model/pumpfun-swap/dtos/PumpFunSwapSubmit.dto.js.map +1 -0
- package/dist/src/domain/model/pumpfun-swap/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/pumpfun-swap/dtos/index.js +19 -0
- package/dist/src/domain/model/pumpfun-swap/dtos/index.js.map +1 -0
- package/dist/src/domain/model/pumpfun-swap/entities/PumpFunSwapPrepareResponse.entity.d.ts +5 -0
- package/dist/src/domain/model/pumpfun-swap/entities/PumpFunSwapPrepareResponse.entity.js +8 -0
- package/dist/src/domain/model/pumpfun-swap/entities/PumpFunSwapPrepareResponse.entity.js.map +1 -0
- package/dist/src/domain/model/pumpfun-swap/entities/PumpFunSwapSubmitResponse.entity.d.ts +6 -0
- package/dist/src/domain/model/pumpfun-swap/entities/PumpFunSwapSubmitResponse.entity.js +8 -0
- package/dist/src/domain/model/pumpfun-swap/entities/PumpFunSwapSubmitResponse.entity.js.map +1 -0
- package/dist/src/domain/model/pumpfun-swap/entities/index.d.ts +2 -0
- package/dist/src/domain/model/pumpfun-swap/entities/index.js +19 -0
- package/dist/src/domain/model/pumpfun-swap/entities/index.js.map +1 -0
- package/dist/src/domain/model/pumpfun-swap/index.d.ts +2 -0
- package/dist/src/domain/model/pumpfun-swap/index.js +19 -0
- package/dist/src/domain/model/pumpfun-swap/index.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/curves/BaseConstantProductCurveV1.d.ts +0 -23
- package/dist/src/domain/curves/BaseConstantProductCurveV1.js +0 -141
- package/dist/src/domain/curves/BaseConstantProductCurveV1.js.map +0 -1
- package/dist/src/domain/curves/ConstantProductCurve.d.ts +0 -20
- package/dist/src/domain/curves/ConstantProductCurve.js +0 -120
- package/dist/src/domain/curves/ConstantProductCurve.js.map +0 -1
- package/dist/src/domain/curves/ConstantProductCurveV2.d.ts +0 -6
- package/dist/src/domain/curves/ConstantProductCurveV2.js +0 -32
- package/dist/src/domain/curves/ConstantProductCurveV2.js.map +0 -1
- package/dist/src/domain/curves/FlatCurveV1.d.ts +0 -14
- package/dist/src/domain/curves/FlatCurveV1.js +0 -60
- package/dist/src/domain/curves/FlatCurveV1.js.map +0 -1
- package/dist/src/domain/curves/tests/BaseConstantProductCurveV1.spec.d.ts +0 -1
- package/dist/src/domain/curves/tests/BaseConstantProductCurveV1.spec.js +0 -56
- package/dist/src/domain/curves/tests/BaseConstantProductCurveV1.spec.js.map +0 -1
- package/dist/src/domain/curves/tests/FlatCurveV1.spec.d.ts +0 -1
- package/dist/src/domain/curves/tests/FlatCurveV1.spec.js +0 -130
- package/dist/src/domain/curves/tests/FlatCurveV1.spec.js.map +0 -1
- package/dist/src/domain/curves/typeUtils.d.ts +0 -3
- package/dist/src/domain/curves/typeUtils.js +0 -24
- package/dist/src/domain/curves/typeUtils.js.map +0 -1
- package/dist/src/domain/curves/utils.d.ts +0 -3
- package/dist/src/domain/curves/utils.js +0 -16
- package/dist/src/domain/curves/utils.js.map +0 -1
- package/dist/src/domain/model/airlock/entities/TotalClaimedResponse.entity.d.ts +0 -4
- package/dist/src/domain/model/airlock/entities/TotalClaimedResponse.entity.js +0 -8
- package/dist/src/domain/model/airlock/entities/TotalClaimedResponse.entity.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.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PumpFunSwapSubmit.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/pumpfun-swap/dtos/PumpFunSwapSubmit.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,oBAAoB;CAQhC;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+DACa;AAE1B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACC;AAPhB,oDAQC"}
|
|
@@ -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("./PumpFunSwapPrepare.dto"), exports);
|
|
18
|
+
__exportStar(require("./PumpFunSwapSubmit.dto"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/pumpfun-swap/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,0DAAwC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PumpFunSwapPrepareResponse = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class PumpFunSwapPrepareResponse extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.PumpFunSwapPrepareResponse = PumpFunSwapPrepareResponse;
|
|
8
|
+
//# sourceMappingURL=PumpFunSwapPrepareResponse.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PumpFunSwapPrepareResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/pumpfun-swap/entities/PumpFunSwapPrepareResponse.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,0BAA2B,SAAQ,eAAM;CAIrD;AAJD,gEAIC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PumpFunSwapSubmitResponse = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class PumpFunSwapSubmitResponse extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.PumpFunSwapSubmitResponse = PumpFunSwapSubmitResponse;
|
|
8
|
+
//# sourceMappingURL=PumpFunSwapSubmitResponse.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PumpFunSwapSubmitResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/pumpfun-swap/entities/PumpFunSwapSubmitResponse.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAUtC,MAAa,yBAA0B,SAAQ,eAAM;CAIpD;AAJD,8DAIC"}
|
|
@@ -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("./PumpFunSwapPrepareResponse.entity"), exports);
|
|
18
|
+
__exportStar(require("./PumpFunSwapSubmitResponse.entity"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/pumpfun-swap/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sEAAoD;AACpD,qEAAmD"}
|
|
@@ -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("./entities"), exports);
|
|
18
|
+
__exportStar(require("./dtos"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/pumpfun-swap/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,yCAAuB"}
|