@heliofi/launchpad-common 1.6.36 → 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.
Files changed (48) hide show
  1. package/dist/src/domain/model/fun/constants.d.ts +0 -1
  2. package/dist/src/domain/model/fun/constants.js +0 -1
  3. package/dist/src/domain/model/fun/constants.js.map +1 -1
  4. package/dist/src/domain/model/meteora-swap/dtos/MeteoraSwapGetPrice.dto.d.ts +4 -1
  5. package/dist/src/domain/model/meteora-swap/dtos/MeteoraSwapGetPrice.dto.js +17 -1
  6. package/dist/src/domain/model/meteora-swap/dtos/MeteoraSwapGetPrice.dto.js.map +1 -1
  7. package/dist/src/domain/model/meteora-swap/dtos/MeteoraSwapPrepare.dto.d.ts +3 -1
  8. package/dist/src/domain/model/meteora-swap/dtos/MeteoraSwapPrepare.dto.js +13 -6
  9. package/dist/src/domain/model/meteora-swap/dtos/MeteoraSwapPrepare.dto.js.map +1 -1
  10. package/dist/src/domain/model/pumpdex-swap/dtos/PumpDexSwapGetPrice.dto.d.ts +4 -1
  11. package/dist/src/domain/model/pumpdex-swap/dtos/PumpDexSwapGetPrice.dto.js +17 -1
  12. package/dist/src/domain/model/pumpdex-swap/dtos/PumpDexSwapGetPrice.dto.js.map +1 -1
  13. package/dist/src/domain/model/raydium-swap/dtos/RaydiumSwapGetPrice.dto.d.ts +4 -1
  14. package/dist/src/domain/model/raydium-swap/dtos/RaydiumSwapGetPrice.dto.js +15 -1
  15. package/dist/src/domain/model/raydium-swap/dtos/RaydiumSwapGetPrice.dto.js.map +1 -1
  16. package/dist/src/domain/model/swap-router/dtos/SwapRouterGetQuote.dto.d.ts +4 -2
  17. package/dist/src/domain/model/swap-router/dtos/SwapRouterGetQuote.dto.js +16 -1
  18. package/dist/src/domain/model/swap-router/dtos/SwapRouterGetQuote.dto.js.map +1 -1
  19. package/dist/src/domain/model/swap-router/dtos/SwapRouterQuoteAndPrepare.dto.d.ts +0 -2
  20. package/dist/src/domain/model/swap-router/dtos/SwapRouterQuoteAndPrepare.dto.js +0 -7
  21. package/dist/src/domain/model/swap-router/dtos/SwapRouterQuoteAndPrepare.dto.js.map +1 -1
  22. package/dist/src/domain/model/swap-router/entities/SwapRouterQuote.entity.d.ts +1 -0
  23. package/dist/src/domain/model/swap-router/entities/SwapRouterQuote.entity.js.map +1 -1
  24. package/dist/src/domain/model/swap-router/entities/SwapRouterQuoteAndPrepareResponse.entity.d.ts +2 -1
  25. package/dist/src/domain/model/swap-router/entities/SwapRouterQuoteAndPrepareResponse.entity.js.map +1 -1
  26. package/dist/tsconfig.tsbuildinfo +1 -1
  27. package/package.json +2 -2
  28. package/dist/src/domain/constants/feeReceiver.d.ts +0 -6
  29. package/dist/src/domain/constants/feeReceiver.js +0 -11
  30. package/dist/src/domain/constants/feeReceiver.js.map +0 -1
  31. package/dist/src/domain/constants/isMoonit.d.ts +0 -1
  32. package/dist/src/domain/constants/isMoonit.js +0 -6
  33. package/dist/src/domain/constants/isMoonit.js.map +0 -1
  34. package/dist/src/domain/model/fun/entities/FunTokensList.entity.d.ts +0 -21
  35. package/dist/src/domain/model/fun/entities/FunTokensList.entity.js +0 -8
  36. package/dist/src/domain/model/fun/entities/FunTokensList.entity.js.map +0 -1
  37. package/dist/src/domain/model/fun/entities/index.d.ts +0 -1
  38. package/dist/src/domain/model/fun/entities/index.js +0 -18
  39. package/dist/src/domain/model/fun/entities/index.js.map +0 -1
  40. package/dist/src/domain/model/lpLockDetails/dtos/AddAllocation.dto.d.ts +0 -7
  41. package/dist/src/domain/model/lpLockDetails/dtos/AddAllocation.dto.js +0 -38
  42. package/dist/src/domain/model/lpLockDetails/dtos/AddAllocation.dto.js.map +0 -1
  43. package/dist/src/domain/model/lpLockDetails/index.d.ts +0 -1
  44. package/dist/src/domain/model/lpLockDetails/index.js +0 -18
  45. package/dist/src/domain/model/lpLockDetails/index.js.map +0 -1
  46. package/dist/src/domain/model/token-pair/entities/TokenPairWithMetadataAndTradingMetrics.entity.d.ts +0 -8
  47. package/dist/src/domain/model/token-pair/entities/TokenPairWithMetadataAndTradingMetrics.entity.js +0 -8
  48. package/dist/src/domain/model/token-pair/entities/TokenPairWithMetadataAndTradingMetrics.entity.js.map +0 -1
@@ -10,7 +10,6 @@ export declare enum SortBy {
10
10
  TRENDING = "TRENDING",
11
11
  NEW = "NEW",
12
12
  PROGRESS = "PROGRESS",
13
- LAST_REPLY = "LAST_REPLY",
14
13
  LAST_TRADE = "LAST_TRADE"
15
14
  }
16
15
  export declare enum MinAge {
@@ -16,7 +16,6 @@ var SortBy;
16
16
  SortBy["TRENDING"] = "TRENDING";
17
17
  SortBy["NEW"] = "NEW";
18
18
  SortBy["PROGRESS"] = "PROGRESS";
19
- SortBy["LAST_REPLY"] = "LAST_REPLY";
20
19
  SortBy["LAST_TRADE"] = "LAST_TRADE";
21
20
  })(SortBy = exports.SortBy || (exports.SortBy = {}));
22
21
  var MinAge;
@@ -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,MAMX;AAND,WAAY,MAAM;IAChB,+BAAqB,CAAA;IACrB,qBAAW,CAAA;IACX,+BAAqB,CAAA;IACrB,mCAAyB,CAAA;IACzB,mCAAyB,CAAA;AAC3B,CAAC,EANW,MAAM,GAAN,cAAM,KAAN,cAAM,QAMjB;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"}
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"}
@@ -1,8 +1,11 @@
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: string;
6
+ amountIn?: string;
7
+ amountOut?: string;
8
+ swapType: SwapType;
6
9
  slippageBps: number;
7
10
  decimalsFrom?: number;
8
11
  decimalsTo?: number;
@@ -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.IsNotEmpty)(),
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)(),
@@ -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,qDAQyB;AACzB,sDAAiD;AAEjD,MAAa,sBAAsB;CA+BlC;AA9BC;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,GAAE;IACZ,IAAA,0BAAQ,EAAC,uBAAS,CAAC;;wDACH;AAEjB;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;AA9BtB,wDA+BC"}
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,qDASyB;AACzB,sDAAiD;AACjD,iCAAyC;AAEzC,MAAa,qBAAqB;CAiDjC;AAhDC;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,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;AAEzB;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;AAhDpB,sDAiDC"}
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,8 +1,11 @@
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: string;
6
+ amountIn?: string;
7
+ amountOut?: string;
8
+ swapType: SwapType;
6
9
  slippageBps: number;
7
10
  decimalsFrom?: number;
8
11
  decimalsTo?: number;
@@ -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.IsNotEmpty)(),
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)(),
@@ -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,qDAQyB;AACzB,sDAAiD;AAEjD,MAAa,sBAAsB;CA+BlC;AA9BC;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,GAAE;IACZ,IAAA,0BAAQ,EAAC,uBAAS,CAAC;;wDACH;AAEjB;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;AA9BtB,wDA+BC"}
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,8 +1,11 @@
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: string;
6
+ amountIn?: string;
7
+ amountOut?: string;
8
+ swapType: SwapType;
6
9
  slippageBps: number;
7
10
  decimalsFrom?: number;
8
11
  decimalsTo?: number;
@@ -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.IsNotEmpty)(),
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)(),
@@ -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,qDAQyB;AACzB,sDAAiD;AAEjD,MAAa,sBAAsB;IAAnC;QAsBE,gBAAW,GAAW,CAAC,CAAC;IAS1B,CAAC;CAAA;AA9BC;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,GAAE;IACZ,IAAA,0BAAQ,EAAC,uBAAS,CAAC;;wDACH;AAEjB;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;AA9BtB,wDA+BC"}
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: string;
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.IsNotEmpty)(),
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,qDAQyB;AACzB,yDAA8C;AAC9C,sDAAgE;AAChE,kDAAsD;AAEtD,MAAa,kBAAkB;CA2B9B;AA1BC;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,GAAE;IACZ,IAAA,0BAAQ,EAAC,uBAAS,CAAC;;oDACH;AAEjB;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;AA1BtB,gDA2BC"}
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,qDASyB;AACzB,yDAAyC;AACzC,kDAA8C;AAC9C,qEAA8D;AAC9D,iCAAyC;AAEzC,MAAa,4BAA6B,SAAQ,2CAAkB;CA4BnE;AA3BC;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,wBAAM,EAAC,oBAAQ,CAAC;IAChB,IAAA,4BAAU,GAAE;;8DACO;AAEpB;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;AA3B3B,oEA4BC"}
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"}
@@ -5,4 +5,5 @@ export declare class SwapRouterQuote extends Entity {
5
5
  dex: Dex;
6
6
  poolType: SwapRouterPoolType;
7
7
  amountOut: string;
8
+ amountIn: string;
8
9
  }
@@ -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;CAQ1C;AARD,0CAQC"}
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"}
@@ -1,6 +1,7 @@
1
1
  import { Entity } from '../../entity';
2
2
  export declare class SwapRouterQuoteAndPrepareResponseEntity extends Entity {
3
- amountOut: string;
3
+ amountOut?: string;
4
+ amountIn?: string;
4
5
  serializedTx: string;
5
6
  token?: string;
6
7
  }
@@ -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;CAMlE;AAND,0FAMC"}
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"}