@heliofi/launchpad-common 1.6.35 → 1.6.37
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/constants.d.ts +0 -1
- package/dist/src/domain/model/fun/constants.js +0 -1
- package/dist/src/domain/model/fun/constants.js.map +1 -1
- package/dist/src/domain/model/fun/dtos/GetAdvancedTokensList.dto.d.ts +0 -3
- package/dist/src/domain/model/fun/dtos/GetAdvancedTokensList.dto.js +0 -21
- package/dist/src/domain/model/fun/dtos/GetAdvancedTokensList.dto.js.map +1 -1
- package/dist/src/domain/model/fun/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/fun/dtos/index.js +1 -0
- package/dist/src/domain/model/fun/dtos/index.js.map +1 -1
- package/dist/src/domain/model/meteora-swap/dtos/MeteoraSwapGetPrice.dto.d.ts +6 -1
- package/dist/src/domain/model/meteora-swap/dtos/MeteoraSwapGetPrice.dto.js +27 -1
- package/dist/src/domain/model/meteora-swap/dtos/MeteoraSwapGetPrice.dto.js.map +1 -1
- package/dist/src/domain/model/meteora-swap/dtos/MeteoraSwapPrepare.dto.d.ts +3 -1
- package/dist/src/domain/model/meteora-swap/dtos/MeteoraSwapPrepare.dto.js +13 -6
- package/dist/src/domain/model/meteora-swap/dtos/MeteoraSwapPrepare.dto.js.map +1 -1
- package/dist/src/domain/model/pumpdex-swap/dtos/PumpDexSwapGetPrice.dto.d.ts +6 -1
- package/dist/src/domain/model/pumpdex-swap/dtos/PumpDexSwapGetPrice.dto.js +27 -1
- package/dist/src/domain/model/pumpdex-swap/dtos/PumpDexSwapGetPrice.dto.js.map +1 -1
- package/dist/src/domain/model/raydium-swap/dtos/RaydiumSwapGetPrice.dto.d.ts +6 -1
- package/dist/src/domain/model/raydium-swap/dtos/RaydiumSwapGetPrice.dto.js +25 -1
- package/dist/src/domain/model/raydium-swap/dtos/RaydiumSwapGetPrice.dto.js.map +1 -1
- package/dist/src/domain/model/swap-router/dtos/SwapRouterGetQuote.dto.d.ts +4 -2
- package/dist/src/domain/model/swap-router/dtos/SwapRouterGetQuote.dto.js +16 -1
- package/dist/src/domain/model/swap-router/dtos/SwapRouterGetQuote.dto.js.map +1 -1
- package/dist/src/domain/model/swap-router/dtos/SwapRouterQuoteAndPrepare.dto.d.ts +0 -2
- package/dist/src/domain/model/swap-router/dtos/SwapRouterQuoteAndPrepare.dto.js +0 -7
- package/dist/src/domain/model/swap-router/dtos/SwapRouterQuoteAndPrepare.dto.js.map +1 -1
- package/dist/src/domain/model/swap-router/entities/SwapRouterQuote.entity.d.ts +1 -0
- package/dist/src/domain/model/swap-router/entities/SwapRouterQuote.entity.js.map +1 -1
- package/dist/src/domain/model/swap-router/entities/SwapRouterQuoteAndPrepareResponse.entity.d.ts +2 -1
- package/dist/src/domain/model/swap-router/entities/SwapRouterQuoteAndPrepareResponse.entity.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/constants/isMoonit.d.ts +0 -1
- package/dist/src/domain/constants/isMoonit.js +0 -6
- package/dist/src/domain/constants/isMoonit.js.map +0 -1
- package/dist/src/domain/model/token-pair/entities/TokenPairWithMetadataAndTradingMetrics.entity.d.ts +0 -8
- package/dist/src/domain/model/token-pair/entities/TokenPairWithMetadataAndTradingMetrics.entity.js +0 -8
- package/dist/src/domain/model/token-pair/entities/TokenPairWithMetadataAndTradingMetrics.entity.js.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const DEFAULT_COLLATERAL_COLLECTED: bigint;
|
|
2
|
-
export declare const DEFAULT_PRICE_INCREASE =
|
|
2
|
+
export declare const DEFAULT_PRICE_INCREASE = 180;
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DEFAULT_PRICE_INCREASE = exports.DEFAULT_COLLATERAL_COLLECTED = void 0;
|
|
4
4
|
exports.DEFAULT_COLLATERAL_COLLECTED = 200n * 10n ** 9n;
|
|
5
|
-
exports.DEFAULT_PRICE_INCREASE =
|
|
5
|
+
exports.DEFAULT_PRICE_INCREASE = 180;
|
|
6
6
|
//# sourceMappingURL=flatCurveDefaults.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flatCurveDefaults.js","sourceRoot":"","sources":["../../../../src/domain/constants/flatCurveDefaults.ts"],"names":[],"mappings":";;;AAAa,QAAA,4BAA4B,GAAG,IAAI,GAAG,GAAG,IAAI,EAAE,CAAC;AAChD,QAAA,sBAAsB,GAAG,
|
|
1
|
+
{"version":3,"file":"flatCurveDefaults.js","sourceRoot":"","sources":["../../../../src/domain/constants/flatCurveDefaults.ts"],"names":[],"mappings":";;;AAAa,QAAA,4BAA4B,GAAG,IAAI,GAAG,GAAG,IAAI,EAAE,CAAC;AAChD,QAAA,sBAAsB,GAAG,GAAG,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../src/domain/model/fun/constants.ts"],"names":[],"mappings":";;;AAAA,IAAY,UAGX;AAHD,WAAY,UAAU;IACpB,iCAAmB,CAAA;IACnB,2BAAa,CAAA;AACf,CAAC,EAHW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAGrB;AAED,IAAY,UAGX;AAHD,WAAY,UAAU;IACpB,qCAAuB,CAAA;IACvB,6CAA+B,CAAA;AACjC,CAAC,EAHW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAGrB;AAED,IAAY,
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../src/domain/model/fun/constants.ts"],"names":[],"mappings":";;;AAAA,IAAY,UAGX;AAHD,WAAY,UAAU;IACpB,iCAAmB,CAAA;IACnB,2BAAa,CAAA;AACf,CAAC,EAHW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAGrB;AAED,IAAY,UAGX;AAHD,WAAY,UAAU;IACpB,qCAAuB,CAAA;IACvB,6CAA+B,CAAA;AACjC,CAAC,EAHW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAGrB;AAED,IAAY,MAKX;AALD,WAAY,MAAM;IAChB,+BAAqB,CAAA;IACrB,qBAAW,CAAA;IACX,+BAAqB,CAAA;IACrB,mCAAyB,CAAA;AAC3B,CAAC,EALW,MAAM,GAAN,cAAM,KAAN,cAAM,QAKjB;AAED,IAAY,MAMX;AAND,WAAY,MAAM;IAChB,8BAAoB,CAAA;IACpB,iCAAuB,CAAA;IACvB,+BAAqB,CAAA;IACrB,6BAAmB,CAAA;IACnB,gCAAsB,CAAA;AACxB,CAAC,EANW,MAAM,GAAN,cAAM,KAAN,cAAM,QAMjB;AAED,IAAY,MAMX;AAND,WAAY,MAAM;IAChB,kCAAwB,CAAA;IACxB,+BAAqB,CAAA;IACrB,kCAAwB,CAAA;IACxB,gCAAsB,CAAA;IACtB,yCAA+B,CAAA;AACjC,CAAC,EANW,MAAM,GAAN,cAAM,KAAN,cAAM,QAMjB;AAED,IAAY,YAMX;AAND,WAAY,YAAY;IACtB,mCAAmB,CAAA;IACnB,mCAAmB,CAAA;IACnB,+BAAe,CAAA;IACf,+BAAe,CAAA;IACf,2BAAW,CAAA;AACb,CAAC,EANW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAMvB;AAEY,QAAA,YAAY,GAAG,cAAc,CAAC"}
|
|
@@ -6,7 +6,6 @@ export declare class GetAdvancedTokensListDto {
|
|
|
6
6
|
risingTime?: string;
|
|
7
7
|
minAge?: string;
|
|
8
8
|
maxAge?: string;
|
|
9
|
-
topHolders?: number;
|
|
10
9
|
socialAccounts?: number;
|
|
11
10
|
marketCapMin?: number;
|
|
12
11
|
marketCapMax?: number;
|
|
@@ -16,8 +15,6 @@ export declare class GetAdvancedTokensListDto {
|
|
|
16
15
|
transactions24hMax?: number;
|
|
17
16
|
sells24hMin?: number;
|
|
18
17
|
sells24hMax?: number;
|
|
19
|
-
tokenAgeMin?: number;
|
|
20
|
-
tokenAgeMax?: number;
|
|
21
18
|
volume24hMin?: number;
|
|
22
19
|
volume24hMax?: number;
|
|
23
20
|
bondingPercentMin?: number;
|
|
@@ -50,13 +50,6 @@ __decorate([
|
|
|
50
50
|
(0, class_validator_1.Matches)(constants_1.TIME_PATTERN, { message: 'maxAge must be in format: 5m, 1h, or 1d' }),
|
|
51
51
|
__metadata("design:type", String)
|
|
52
52
|
], GetAdvancedTokensListDto.prototype, "maxAge", void 0);
|
|
53
|
-
__decorate([
|
|
54
|
-
(0, class_validator_1.IsOptional)(),
|
|
55
|
-
(0, class_validator_1.IsNumber)(),
|
|
56
|
-
(0, class_transformer_1.Transform)(({ value }) => parseInt(value, 10)),
|
|
57
|
-
(0, class_validator_1.Min)(0),
|
|
58
|
-
__metadata("design:type", Number)
|
|
59
|
-
], GetAdvancedTokensListDto.prototype, "topHolders", void 0);
|
|
60
53
|
__decorate([
|
|
61
54
|
(0, class_validator_1.IsOptional)(),
|
|
62
55
|
(0, class_validator_1.IsNumber)(),
|
|
@@ -120,20 +113,6 @@ __decorate([
|
|
|
120
113
|
(0, class_validator_1.Min)(0),
|
|
121
114
|
__metadata("design:type", Number)
|
|
122
115
|
], GetAdvancedTokensListDto.prototype, "sells24hMax", void 0);
|
|
123
|
-
__decorate([
|
|
124
|
-
(0, class_validator_1.IsOptional)(),
|
|
125
|
-
(0, class_validator_1.IsNumber)(),
|
|
126
|
-
(0, class_transformer_1.Transform)(({ value }) => parseInt(value, 10)),
|
|
127
|
-
(0, class_validator_1.Min)(0),
|
|
128
|
-
__metadata("design:type", Number)
|
|
129
|
-
], GetAdvancedTokensListDto.prototype, "tokenAgeMin", void 0);
|
|
130
|
-
__decorate([
|
|
131
|
-
(0, class_validator_1.IsOptional)(),
|
|
132
|
-
(0, class_validator_1.IsNumber)(),
|
|
133
|
-
(0, class_transformer_1.Transform)(({ value }) => parseInt(value, 10)),
|
|
134
|
-
(0, class_validator_1.Min)(0),
|
|
135
|
-
__metadata("design:type", Number)
|
|
136
|
-
], GetAdvancedTokensListDto.prototype, "tokenAgeMax", void 0);
|
|
137
116
|
__decorate([
|
|
138
117
|
(0, class_validator_1.IsOptional)(),
|
|
139
118
|
(0, class_validator_1.IsNumber)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetAdvancedTokensList.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/fun/dtos/GetAdvancedTokensList.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yDAA8C;AAC9C,4CAA4E;AAE5E,MAAa,wBAAwB;
|
|
1
|
+
{"version":3,"file":"GetAdvancedTokensList.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/fun/dtos/GetAdvancedTokensList.dto.ts"],"names":[],"mappings":"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"}
|
|
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./GetFunTokensList.dto"), exports);
|
|
18
|
+
__exportStar(require("./GetAdvancedTokensList.dto"), exports);
|
|
18
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/fun/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/fun/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AACvC,8DAA4C"}
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
+
import { SwapType } from '../../../constants';
|
|
1
2
|
export declare class MeteoraSwapGetPriceDto {
|
|
2
3
|
poolId: string;
|
|
3
4
|
mintFrom: string;
|
|
4
5
|
mintTo: string;
|
|
5
|
-
amountIn
|
|
6
|
+
amountIn?: string;
|
|
7
|
+
amountOut?: string;
|
|
8
|
+
swapType: SwapType;
|
|
6
9
|
slippageBps: number;
|
|
10
|
+
decimalsFrom?: number;
|
|
11
|
+
decimalsTo?: number;
|
|
7
12
|
}
|
|
@@ -13,7 +13,11 @@ exports.MeteoraSwapGetPriceDto = void 0;
|
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
14
|
const class_validator_1 = require("class-validator");
|
|
15
15
|
const validations_1 = require("../../../validations");
|
|
16
|
+
const constants_1 = require("../../../constants");
|
|
16
17
|
class MeteoraSwapGetPriceDto {
|
|
18
|
+
constructor() {
|
|
19
|
+
this.swapType = constants_1.SwapType.EXACT_IN;
|
|
20
|
+
}
|
|
17
21
|
}
|
|
18
22
|
__decorate([
|
|
19
23
|
(0, class_validator_1.IsString)(),
|
|
@@ -32,10 +36,22 @@ __decorate([
|
|
|
32
36
|
], MeteoraSwapGetPriceDto.prototype, "mintTo", void 0);
|
|
33
37
|
__decorate([
|
|
34
38
|
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
35
|
-
(0, class_validator_1.
|
|
39
|
+
(0, class_validator_1.ValidateIf)((o) => o.swapType === constants_1.SwapType.EXACT_IN),
|
|
36
40
|
(0, class_validator_1.Validate)(validations_1.MinBigInt),
|
|
37
41
|
__metadata("design:type", String)
|
|
38
42
|
], MeteoraSwapGetPriceDto.prototype, "amountIn", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
45
|
+
(0, class_validator_1.ValidateIf)((o) => o.swapType === constants_1.SwapType.EXACT_OUT),
|
|
46
|
+
(0, class_validator_1.Validate)(validations_1.MinBigInt),
|
|
47
|
+
__metadata("design:type", String)
|
|
48
|
+
], MeteoraSwapGetPriceDto.prototype, "amountOut", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, class_validator_1.IsString)(),
|
|
51
|
+
(0, class_validator_1.IsEnum)(constants_1.SwapType),
|
|
52
|
+
(0, class_validator_1.IsOptional)(),
|
|
53
|
+
__metadata("design:type", String)
|
|
54
|
+
], MeteoraSwapGetPriceDto.prototype, "swapType", void 0);
|
|
39
55
|
__decorate([
|
|
40
56
|
(0, class_validator_1.IsNumber)(),
|
|
41
57
|
(0, class_validator_1.IsNotEmpty)(),
|
|
@@ -43,5 +59,15 @@ __decorate([
|
|
|
43
59
|
(0, class_validator_1.Max)(10000),
|
|
44
60
|
__metadata("design:type", Number)
|
|
45
61
|
], MeteoraSwapGetPriceDto.prototype, "slippageBps", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
(0, class_validator_1.IsNumber)(),
|
|
64
|
+
(0, class_validator_1.IsOptional)(),
|
|
65
|
+
__metadata("design:type", Number)
|
|
66
|
+
], MeteoraSwapGetPriceDto.prototype, "decimalsFrom", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
(0, class_validator_1.IsNumber)(),
|
|
69
|
+
(0, class_validator_1.IsOptional)(),
|
|
70
|
+
__metadata("design:type", Number)
|
|
71
|
+
], MeteoraSwapGetPriceDto.prototype, "decimalsTo", void 0);
|
|
46
72
|
exports.MeteoraSwapGetPriceDto = MeteoraSwapGetPriceDto;
|
|
47
73
|
//# sourceMappingURL=MeteoraSwapGetPrice.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeteoraSwapGetPrice.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/meteora-swap/dtos/MeteoraSwapGetPrice.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,
|
|
1
|
+
{"version":3,"file":"MeteoraSwapGetPrice.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/meteora-swap/dtos/MeteoraSwapGetPrice.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,qDAUyB;AACzB,sDAAiD;AACjD,kDAA8C;AAE9C,MAAa,sBAAsB;IAAnC;QA0BE,aAAQ,GAAa,oBAAQ,CAAC,QAAQ,CAAC;IAezC,CAAC;CAAA;AAxCC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACE;AAEf;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACvC,IAAA,4BAAU,EAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,KAAK,oBAAQ,CAAC,QAAQ,CAAC;IACnD,IAAA,0BAAQ,EAAC,uBAAS,CAAC;;wDACF;AAElB;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACvC,IAAA,4BAAU,EAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,KAAK,oBAAQ,CAAC,SAAS,CAAC;IACpD,IAAA,0BAAQ,EAAC,uBAAS,CAAC;;yDACD;AAEnB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,wBAAM,EAAC,oBAAQ,CAAC;IAChB,IAAA,4BAAU,GAAE;;wDAC0B;AAEvC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,qBAAG,EAAC,CAAC,CAAC;IACN,IAAA,qBAAG,EAAC,KAAK,CAAC;;2DACS;AAEpB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACS;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACO;AAxCtB,wDAyCC"}
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import { TxPriorityDto } from '../../tx';
|
|
2
|
+
import { SwapType } from '../../../constants';
|
|
2
3
|
export declare class MeteoraSwapPrepareDto {
|
|
3
4
|
sender: string;
|
|
4
5
|
poolId: string;
|
|
5
6
|
mintFrom: string;
|
|
6
7
|
mintTo: string;
|
|
7
8
|
amountIn: string;
|
|
9
|
+
amountOut: string;
|
|
10
|
+
swapType?: SwapType;
|
|
8
11
|
feeAmount?: string;
|
|
9
12
|
feeBps?: number;
|
|
10
13
|
feeMintAddress: string;
|
|
11
14
|
priorityFee?: number;
|
|
12
15
|
priority?: TxPriorityDto;
|
|
13
|
-
amountOut: string;
|
|
14
16
|
}
|
|
@@ -14,6 +14,7 @@ const class_transformer_1 = require("class-transformer");
|
|
|
14
14
|
const class_validator_1 = require("class-validator");
|
|
15
15
|
const validations_1 = require("../../../validations");
|
|
16
16
|
const tx_1 = require("../../tx");
|
|
17
|
+
const constants_1 = require("../../../constants");
|
|
17
18
|
class MeteoraSwapPrepareDto {
|
|
18
19
|
}
|
|
19
20
|
__decorate([
|
|
@@ -42,6 +43,18 @@ __decorate([
|
|
|
42
43
|
(0, class_validator_1.Validate)(validations_1.MinBigInt),
|
|
43
44
|
__metadata("design:type", String)
|
|
44
45
|
], MeteoraSwapPrepareDto.prototype, "amountIn", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
48
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
49
|
+
(0, class_validator_1.Validate)(validations_1.MinBigInt),
|
|
50
|
+
__metadata("design:type", String)
|
|
51
|
+
], MeteoraSwapPrepareDto.prototype, "amountOut", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
(0, class_validator_1.IsString)(),
|
|
54
|
+
(0, class_validator_1.IsEnum)(constants_1.SwapType),
|
|
55
|
+
(0, class_validator_1.IsOptional)(),
|
|
56
|
+
__metadata("design:type", String)
|
|
57
|
+
], MeteoraSwapPrepareDto.prototype, "swapType", void 0);
|
|
45
58
|
__decorate([
|
|
46
59
|
(0, class_transformer_1.Transform)(({ value }) => value ?? BigInt(value)),
|
|
47
60
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -70,11 +83,5 @@ __decorate([
|
|
|
70
83
|
(0, class_validator_1.IsOptional)(),
|
|
71
84
|
__metadata("design:type", tx_1.TxPriorityDto)
|
|
72
85
|
], MeteoraSwapPrepareDto.prototype, "priority", void 0);
|
|
73
|
-
__decorate([
|
|
74
|
-
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
75
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
76
|
-
(0, class_validator_1.Validate)(validations_1.MinBigInt),
|
|
77
|
-
__metadata("design:type", String)
|
|
78
|
-
], MeteoraSwapPrepareDto.prototype, "amountOut", void 0);
|
|
79
86
|
exports.MeteoraSwapPrepareDto = MeteoraSwapPrepareDto;
|
|
80
87
|
//# sourceMappingURL=MeteoraSwapPrepare.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeteoraSwapPrepare.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/meteora-swap/dtos/MeteoraSwapPrepare.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAoD;AACpD,
|
|
1
|
+
{"version":3,"file":"MeteoraSwapPrepare.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/meteora-swap/dtos/MeteoraSwapPrepare.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAoD;AACpD,qDAUyB;AACzB,sDAAiD;AACjD,iCAAyC;AACzC,kDAA8C;AAE9C,MAAa,qBAAqB;CAsDjC;AArDC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACE;AAEf;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACvC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,EAAC,uBAAS,CAAC;;uDACH;AAEjB;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACvC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,EAAC,uBAAS,CAAC;;wDACF;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,wBAAM,EAAC,oBAAQ,CAAC;IAChB,IAAA,4BAAU,GAAE;;uDACO;AAEpB;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,KAAK,IAAI,MAAM,CAAC,KAAK,CAAC,CAAC;IAChD,IAAA,4BAAU,GAAE;;wDACM;AAEnB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAG,EAAC,KAAK,CAAC;IACV,IAAA,qBAAG,EAAC,CAAC,CAAC;IACN,IAAA,4BAAU,GAAE;;qDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACU;AAEvB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACQ;AAErB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAa,CAAC;IACzB,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;8BACF,kBAAa;uDAAC;AArD3B,sDAsDC"}
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
+
import { SwapType } from '../../../constants';
|
|
1
2
|
export declare class PumpDexSwapGetPriceDto {
|
|
2
3
|
poolId: string;
|
|
3
4
|
mintFrom: string;
|
|
4
5
|
mintTo: string;
|
|
5
|
-
amountIn
|
|
6
|
+
amountIn?: string;
|
|
7
|
+
amountOut?: string;
|
|
8
|
+
swapType: SwapType;
|
|
6
9
|
slippageBps: number;
|
|
10
|
+
decimalsFrom?: number;
|
|
11
|
+
decimalsTo?: number;
|
|
7
12
|
}
|
|
@@ -13,7 +13,11 @@ exports.PumpDexSwapGetPriceDto = void 0;
|
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
14
|
const class_validator_1 = require("class-validator");
|
|
15
15
|
const validations_1 = require("../../../validations");
|
|
16
|
+
const constants_1 = require("../../../constants");
|
|
16
17
|
class PumpDexSwapGetPriceDto {
|
|
18
|
+
constructor() {
|
|
19
|
+
this.swapType = constants_1.SwapType.EXACT_IN;
|
|
20
|
+
}
|
|
17
21
|
}
|
|
18
22
|
__decorate([
|
|
19
23
|
(0, class_validator_1.IsString)(),
|
|
@@ -32,10 +36,22 @@ __decorate([
|
|
|
32
36
|
], PumpDexSwapGetPriceDto.prototype, "mintTo", void 0);
|
|
33
37
|
__decorate([
|
|
34
38
|
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
35
|
-
(0, class_validator_1.
|
|
39
|
+
(0, class_validator_1.ValidateIf)((o) => o.swapType === constants_1.SwapType.EXACT_IN),
|
|
36
40
|
(0, class_validator_1.Validate)(validations_1.MinBigInt),
|
|
37
41
|
__metadata("design:type", String)
|
|
38
42
|
], PumpDexSwapGetPriceDto.prototype, "amountIn", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
45
|
+
(0, class_validator_1.ValidateIf)((o) => o.swapType === constants_1.SwapType.EXACT_OUT),
|
|
46
|
+
(0, class_validator_1.Validate)(validations_1.MinBigInt),
|
|
47
|
+
__metadata("design:type", String)
|
|
48
|
+
], PumpDexSwapGetPriceDto.prototype, "amountOut", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, class_validator_1.IsString)(),
|
|
51
|
+
(0, class_validator_1.IsEnum)(constants_1.SwapType),
|
|
52
|
+
(0, class_validator_1.IsOptional)(),
|
|
53
|
+
__metadata("design:type", String)
|
|
54
|
+
], PumpDexSwapGetPriceDto.prototype, "swapType", void 0);
|
|
39
55
|
__decorate([
|
|
40
56
|
(0, class_validator_1.IsNumber)(),
|
|
41
57
|
(0, class_validator_1.IsNotEmpty)(),
|
|
@@ -43,5 +59,15 @@ __decorate([
|
|
|
43
59
|
(0, class_validator_1.Max)(10000),
|
|
44
60
|
__metadata("design:type", Number)
|
|
45
61
|
], PumpDexSwapGetPriceDto.prototype, "slippageBps", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
(0, class_validator_1.IsNumber)(),
|
|
64
|
+
(0, class_validator_1.IsOptional)(),
|
|
65
|
+
__metadata("design:type", Number)
|
|
66
|
+
], PumpDexSwapGetPriceDto.prototype, "decimalsFrom", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
(0, class_validator_1.IsNumber)(),
|
|
69
|
+
(0, class_validator_1.IsOptional)(),
|
|
70
|
+
__metadata("design:type", Number)
|
|
71
|
+
], PumpDexSwapGetPriceDto.prototype, "decimalsTo", void 0);
|
|
46
72
|
exports.PumpDexSwapGetPriceDto = PumpDexSwapGetPriceDto;
|
|
47
73
|
//# sourceMappingURL=PumpDexSwapGetPrice.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PumpDexSwapGetPrice.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/pumpdex-swap/dtos/PumpDexSwapGetPrice.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,
|
|
1
|
+
{"version":3,"file":"PumpDexSwapGetPrice.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/pumpdex-swap/dtos/PumpDexSwapGetPrice.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,qDAUyB;AACzB,sDAAiD;AACjD,kDAA8C;AAE9C,MAAa,sBAAsB;IAAnC;QA0BE,aAAQ,GAAa,oBAAQ,CAAC,QAAQ,CAAC;IAezC,CAAC;CAAA;AAxCC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACE;AAEf;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACvC,IAAA,4BAAU,EAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,KAAK,oBAAQ,CAAC,QAAQ,CAAC;IACnD,IAAA,0BAAQ,EAAC,uBAAS,CAAC;;wDACF;AAElB;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACvC,IAAA,4BAAU,EAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,KAAK,oBAAQ,CAAC,SAAS,CAAC;IACpD,IAAA,0BAAQ,EAAC,uBAAS,CAAC;;yDACD;AAEnB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,wBAAM,EAAC,oBAAQ,CAAC;IAChB,IAAA,4BAAU,GAAE;;wDAC0B;AAEvC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,qBAAG,EAAC,CAAC,CAAC;IACN,IAAA,qBAAG,EAAC,KAAK,CAAC;;2DACS;AAEpB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACS;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACO;AAxCtB,wDAyCC"}
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
+
import { SwapType } from '../../../constants';
|
|
1
2
|
export declare class RaydiumSwapGetPriceDto {
|
|
2
3
|
poolId: string;
|
|
3
4
|
mintFrom: string;
|
|
4
5
|
mintTo: string;
|
|
5
|
-
amountIn
|
|
6
|
+
amountIn?: string;
|
|
7
|
+
amountOut?: string;
|
|
8
|
+
swapType: SwapType;
|
|
6
9
|
slippageBps: number;
|
|
10
|
+
decimalsFrom?: number;
|
|
11
|
+
decimalsTo?: number;
|
|
7
12
|
}
|
|
@@ -13,8 +13,10 @@ exports.RaydiumSwapGetPriceDto = void 0;
|
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
14
|
const class_validator_1 = require("class-validator");
|
|
15
15
|
const validations_1 = require("../../../validations");
|
|
16
|
+
const constants_1 = require("../../../constants");
|
|
16
17
|
class RaydiumSwapGetPriceDto {
|
|
17
18
|
constructor() {
|
|
19
|
+
this.swapType = constants_1.SwapType.EXACT_IN;
|
|
18
20
|
this.slippageBps = 0;
|
|
19
21
|
}
|
|
20
22
|
}
|
|
@@ -35,10 +37,22 @@ __decorate([
|
|
|
35
37
|
], RaydiumSwapGetPriceDto.prototype, "mintTo", void 0);
|
|
36
38
|
__decorate([
|
|
37
39
|
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
38
|
-
(0, class_validator_1.
|
|
40
|
+
(0, class_validator_1.ValidateIf)((o) => o.swapType === constants_1.SwapType.EXACT_IN),
|
|
39
41
|
(0, class_validator_1.Validate)(validations_1.MinBigInt),
|
|
40
42
|
__metadata("design:type", String)
|
|
41
43
|
], RaydiumSwapGetPriceDto.prototype, "amountIn", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
46
|
+
(0, class_validator_1.ValidateIf)((o) => o.swapType === constants_1.SwapType.EXACT_OUT),
|
|
47
|
+
(0, class_validator_1.Validate)(validations_1.MinBigInt),
|
|
48
|
+
__metadata("design:type", String)
|
|
49
|
+
], RaydiumSwapGetPriceDto.prototype, "amountOut", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
(0, class_validator_1.IsString)(),
|
|
52
|
+
(0, class_validator_1.IsEnum)(constants_1.SwapType),
|
|
53
|
+
(0, class_validator_1.IsOptional)(),
|
|
54
|
+
__metadata("design:type", String)
|
|
55
|
+
], RaydiumSwapGetPriceDto.prototype, "swapType", void 0);
|
|
42
56
|
__decorate([
|
|
43
57
|
(0, class_validator_1.IsNumber)(),
|
|
44
58
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -46,5 +60,15 @@ __decorate([
|
|
|
46
60
|
(0, class_validator_1.Max)(10000),
|
|
47
61
|
__metadata("design:type", Number)
|
|
48
62
|
], RaydiumSwapGetPriceDto.prototype, "slippageBps", void 0);
|
|
63
|
+
__decorate([
|
|
64
|
+
(0, class_validator_1.IsNumber)(),
|
|
65
|
+
(0, class_validator_1.IsOptional)(),
|
|
66
|
+
__metadata("design:type", Number)
|
|
67
|
+
], RaydiumSwapGetPriceDto.prototype, "decimalsFrom", void 0);
|
|
68
|
+
__decorate([
|
|
69
|
+
(0, class_validator_1.IsNumber)(),
|
|
70
|
+
(0, class_validator_1.IsOptional)(),
|
|
71
|
+
__metadata("design:type", Number)
|
|
72
|
+
], RaydiumSwapGetPriceDto.prototype, "decimalsTo", void 0);
|
|
49
73
|
exports.RaydiumSwapGetPriceDto = RaydiumSwapGetPriceDto;
|
|
50
74
|
//# sourceMappingURL=RaydiumSwapGetPrice.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RaydiumSwapGetPrice.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/raydium-swap/dtos/RaydiumSwapGetPrice.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,
|
|
1
|
+
{"version":3,"file":"RaydiumSwapGetPrice.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/raydium-swap/dtos/RaydiumSwapGetPrice.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,qDAUyB;AACzB,sDAAiD;AACjD,kDAA8C;AAE9C,MAAa,sBAAsB;IAAnC;QA0BE,aAAQ,GAAa,oBAAQ,CAAC,QAAQ,CAAC;QAMvC,gBAAW,GAAW,CAAC,CAAC;IAS1B,CAAC;CAAA;AAxCC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACE;AAEf;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACvC,IAAA,4BAAU,EAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,KAAK,oBAAQ,CAAC,QAAQ,CAAC;IACnD,IAAA,0BAAQ,EAAC,uBAAS,CAAC;;wDACF;AAElB;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACvC,IAAA,4BAAU,EAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,KAAK,oBAAQ,CAAC,SAAS,CAAC;IACpD,IAAA,0BAAQ,EAAC,uBAAS,CAAC;;yDACD;AAEnB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,wBAAM,EAAC,oBAAQ,CAAC;IAChB,IAAA,4BAAU,GAAE;;wDAC0B;AAEvC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,qBAAG,EAAC,CAAC,CAAC;IACN,IAAA,qBAAG,EAAC,KAAK,CAAC;;2DACa;AAExB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACS;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACO;AAxCtB,wDAyCC"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
import { BlockchainSymbol } from '../../../constants';
|
|
1
|
+
import { BlockchainSymbol, SwapType } from '../../../constants';
|
|
2
2
|
export declare class SwapRouterQuoteDto {
|
|
3
3
|
mintFrom: string;
|
|
4
4
|
mintTo: string;
|
|
5
5
|
chainId?: BlockchainSymbol;
|
|
6
|
-
amountIn
|
|
6
|
+
amountIn?: string;
|
|
7
|
+
amountOut?: string;
|
|
8
|
+
swapType: SwapType;
|
|
7
9
|
slippageBps: number;
|
|
8
10
|
}
|
|
@@ -15,6 +15,9 @@ const class_transformer_1 = require("class-transformer");
|
|
|
15
15
|
const validations_1 = require("../../../validations");
|
|
16
16
|
const constants_1 = require("../../../constants");
|
|
17
17
|
class SwapRouterQuoteDto {
|
|
18
|
+
constructor() {
|
|
19
|
+
this.swapType = constants_1.SwapType.EXACT_IN;
|
|
20
|
+
}
|
|
18
21
|
}
|
|
19
22
|
__decorate([
|
|
20
23
|
(0, class_validator_1.IsString)(),
|
|
@@ -36,10 +39,22 @@ __decorate([
|
|
|
36
39
|
], SwapRouterQuoteDto.prototype, "chainId", void 0);
|
|
37
40
|
__decorate([
|
|
38
41
|
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
39
|
-
(0, class_validator_1.
|
|
42
|
+
(0, class_validator_1.ValidateIf)((o) => o.swapType === constants_1.SwapType.EXACT_IN),
|
|
40
43
|
(0, class_validator_1.Validate)(validations_1.MinBigInt),
|
|
41
44
|
__metadata("design:type", String)
|
|
42
45
|
], SwapRouterQuoteDto.prototype, "amountIn", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
48
|
+
(0, class_validator_1.ValidateIf)((o) => o.swapType === constants_1.SwapType.EXACT_OUT),
|
|
49
|
+
(0, class_validator_1.Validate)(validations_1.MinBigInt),
|
|
50
|
+
__metadata("design:type", String)
|
|
51
|
+
], SwapRouterQuoteDto.prototype, "amountOut", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
(0, class_validator_1.IsString)(),
|
|
54
|
+
(0, class_validator_1.IsEnum)(constants_1.SwapType),
|
|
55
|
+
(0, class_validator_1.IsOptional)(),
|
|
56
|
+
__metadata("design:type", String)
|
|
57
|
+
], SwapRouterQuoteDto.prototype, "swapType", void 0);
|
|
43
58
|
__decorate([
|
|
44
59
|
(0, class_transformer_1.Transform)(({ value }) => Number(value)),
|
|
45
60
|
(0, class_validator_1.IsNumber)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapRouterGetQuote.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/swap-router/dtos/SwapRouterGetQuote.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"SwapRouterGetQuote.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/swap-router/dtos/SwapRouterGetQuote.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAUyB;AACzB,yDAA8C;AAC9C,sDAAgE;AAChE,kDAAgE;AAEhE,MAAa,kBAAkB;IAA/B;QA6BE,aAAQ,GAAa,oBAAQ,CAAC,QAAQ,CAAC;IAQzC,CAAC;CAAA;AApCC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAa,GAAE;;oDACC;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAa,GAAE;;kDACD;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAa,GAAE;;mDACW;AAE3B;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACvC,IAAA,4BAAU,EAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,KAAK,oBAAQ,CAAC,QAAQ,CAAC;IACnD,IAAA,0BAAQ,EAAC,uBAAS,CAAC;;oDACF;AAElB;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACvC,IAAA,4BAAU,EAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,KAAK,oBAAQ,CAAC,SAAS,CAAC;IACpD,IAAA,0BAAQ,EAAC,uBAAS,CAAC;;qDACD;AAEnB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,wBAAM,EAAC,oBAAQ,CAAC;IAChB,IAAA,4BAAU,GAAE;;oDAC0B;AAEvC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACvC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,qBAAG,EAAC,CAAC,CAAC;IACN,IAAA,qBAAG,EAAC,KAAK,CAAC;;uDACS;AApCtB,gDAqCC"}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
import { SwapType } from '../../../constants';
|
|
2
1
|
import { SwapRouterQuoteDto } from './SwapRouterGetQuote.dto';
|
|
3
2
|
import { TxPriorityDto } from '../../tx';
|
|
4
3
|
export declare class SwapRouterQuoteAndPrepareDto extends SwapRouterQuoteDto {
|
|
5
4
|
sender: string;
|
|
6
5
|
feeBps?: number;
|
|
7
6
|
feeMintAddress: string;
|
|
8
|
-
swapType?: SwapType;
|
|
9
7
|
priorityFee?: number;
|
|
10
8
|
priority?: TxPriorityDto;
|
|
11
9
|
}
|
|
@@ -12,7 +12,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.SwapRouterQuoteAndPrepareDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
|
-
const constants_1 = require("../../../constants");
|
|
16
15
|
const SwapRouterGetQuote_dto_1 = require("./SwapRouterGetQuote.dto");
|
|
17
16
|
const tx_1 = require("../../tx");
|
|
18
17
|
class SwapRouterQuoteAndPrepareDto extends SwapRouterGetQuote_dto_1.SwapRouterQuoteDto {
|
|
@@ -34,12 +33,6 @@ __decorate([
|
|
|
34
33
|
(0, class_validator_1.IsNotEmpty)(),
|
|
35
34
|
__metadata("design:type", String)
|
|
36
35
|
], SwapRouterQuoteAndPrepareDto.prototype, "feeMintAddress", void 0);
|
|
37
|
-
__decorate([
|
|
38
|
-
(0, class_validator_1.IsString)(),
|
|
39
|
-
(0, class_validator_1.IsEnum)(constants_1.SwapType),
|
|
40
|
-
(0, class_validator_1.IsOptional)(),
|
|
41
|
-
__metadata("design:type", String)
|
|
42
|
-
], SwapRouterQuoteAndPrepareDto.prototype, "swapType", void 0);
|
|
43
36
|
__decorate([
|
|
44
37
|
(0, class_validator_1.IsNumber)(),
|
|
45
38
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapRouterQuoteAndPrepare.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/swap-router/dtos/SwapRouterQuoteAndPrepare.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"SwapRouterQuoteAndPrepare.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/swap-router/dtos/SwapRouterQuoteAndPrepare.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yDAAyC;AACzC,qEAA8D;AAC9D,iCAAyC;AAEzC,MAAa,4BAA6B,SAAQ,2CAAkB;CAuBnE;AAtBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAG,EAAC,KAAK,CAAC;IACV,IAAA,qBAAG,EAAC,CAAC,CAAC;IACN,IAAA,4BAAU,GAAE;;4DACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oEACU;AAEvB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iEACQ;AAErB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAa,CAAC;IACzB,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;8BACF,kBAAa;8DAAC;AAtB3B,oEAuBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapRouterQuote.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/swap-router/entities/SwapRouterQuote.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,eAAgB,SAAQ,eAAM;
|
|
1
|
+
{"version":3,"file":"SwapRouterQuote.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/swap-router/entities/SwapRouterQuote.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,eAAgB,SAAQ,eAAM;CAU1C;AAVD,0CAUC"}
|
package/dist/src/domain/model/swap-router/entities/SwapRouterQuoteAndPrepareResponse.entity.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapRouterQuoteAndPrepareResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/swap-router/entities/SwapRouterQuoteAndPrepareResponse.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,uCAAwC,SAAQ,eAAM;
|
|
1
|
+
{"version":3,"file":"SwapRouterQuoteAndPrepareResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/swap-router/entities/SwapRouterQuoteAndPrepareResponse.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,uCAAwC,SAAQ,eAAM;CAQlE;AARD,0FAQC"}
|