@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.
Files changed (109) hide show
  1. package/dist/src/domain/constants/ProtocolVersion.d.ts +2 -1
  2. package/dist/src/domain/constants/ProtocolVersion.js +2 -1
  3. package/dist/src/domain/constants/ProtocolVersion.js.map +1 -1
  4. package/dist/src/domain/constants/blockchain.d.ts +2 -1
  5. package/dist/src/domain/constants/blockchain.js +2 -1
  6. package/dist/src/domain/constants/blockchain.js.map +1 -1
  7. package/dist/src/domain/constants/chainId.d.ts +3 -1
  8. package/dist/src/domain/constants/chainId.js +2 -0
  9. package/dist/src/domain/constants/chainId.js.map +1 -1
  10. package/dist/src/domain/constants/configPartner.d.ts +4 -0
  11. package/dist/src/domain/constants/configPartner.js +9 -0
  12. package/dist/src/domain/constants/configPartner.js.map +1 -0
  13. package/dist/src/domain/constants/feeFeature.d.ts +5 -0
  14. package/dist/src/domain/constants/feeFeature.js +10 -0
  15. package/dist/src/domain/constants/feeFeature.js.map +1 -0
  16. package/dist/src/domain/constants/index.d.ts +1 -0
  17. package/dist/src/domain/constants/index.js +1 -0
  18. package/dist/src/domain/constants/index.js.map +1 -1
  19. package/dist/src/domain/constants/meteoraFees.d.ts +2 -2
  20. package/dist/src/domain/constants/meteoraFees.js +2 -2
  21. package/dist/src/domain/constants/migrationDex.js +2 -0
  22. package/dist/src/domain/constants/migrationDex.js.map +1 -1
  23. package/dist/src/domain/constants/partner.d.ts +2 -1
  24. package/dist/src/domain/constants/partner.js +2 -1
  25. package/dist/src/domain/constants/partner.js.map +1 -1
  26. package/dist/src/domain/constants/tokenType.d.ts +2 -1
  27. package/dist/src/domain/constants/tokenType.js +1 -0
  28. package/dist/src/domain/constants/tokenType.js.map +1 -1
  29. package/dist/src/domain/model/boost/dtos/BoostPriority.dto.d.ts +4 -0
  30. package/dist/src/domain/model/boost/dtos/BoostPriority.dto.js +30 -0
  31. package/dist/src/domain/model/boost/dtos/BoostPriority.dto.js.map +1 -0
  32. package/dist/src/domain/model/boost/dtos/BoostSubmit.dto.d.ts +5 -0
  33. package/dist/src/domain/model/boost/dtos/BoostSubmit.dto.js +30 -0
  34. package/dist/src/domain/model/boost/dtos/BoostSubmit.dto.js.map +1 -0
  35. package/dist/src/domain/model/boost/dtos/index.d.ts +2 -0
  36. package/dist/src/domain/model/boost/dtos/index.js +19 -0
  37. package/dist/src/domain/model/boost/dtos/index.js.map +1 -0
  38. package/dist/src/domain/model/boost/entities/BoostSubmitResponse.entity.d.ts +6 -0
  39. package/dist/src/domain/model/boost/entities/BoostSubmitResponse.entity.js +8 -0
  40. package/dist/src/domain/model/boost/entities/BoostSubmitResponse.entity.js.map +1 -0
  41. package/dist/src/domain/model/boost/entities/BoostTipWalletsResponse.entity.d.ts +4 -0
  42. package/dist/src/domain/model/boost/entities/BoostTipWalletsResponse.entity.js +8 -0
  43. package/dist/src/domain/model/boost/entities/BoostTipWalletsResponse.entity.js.map +1 -0
  44. package/dist/src/domain/model/boost/entities/index.d.ts +2 -0
  45. package/dist/src/domain/model/boost/entities/index.js +19 -0
  46. package/dist/src/domain/model/boost/entities/index.js.map +1 -0
  47. package/dist/src/domain/model/boost/index.d.ts +2 -0
  48. package/dist/src/domain/model/{lpLockDetails → boost}/index.js +2 -1
  49. package/dist/src/domain/model/boost/index.js.map +1 -0
  50. package/dist/src/domain/model/index.d.ts +2 -0
  51. package/dist/src/domain/model/index.js +2 -0
  52. package/dist/src/domain/model/index.js.map +1 -1
  53. package/dist/src/domain/model/mint-addresses/dtos/AddMintAddresses.dto.d.ts +1 -1
  54. package/dist/src/domain/model/mint-addresses/dtos/AddMintAddresses.dto.js +1 -1
  55. package/dist/src/domain/model/mint-addresses/dtos/AddMintAddresses.dto.js.map +1 -1
  56. package/dist/src/domain/model/pumpfun-swap/dtos/PumpFunSwapPrepare.dto.d.ts +12 -0
  57. package/dist/src/domain/model/pumpfun-swap/dtos/PumpFunSwapPrepare.dto.js +68 -0
  58. package/dist/src/domain/model/pumpfun-swap/dtos/PumpFunSwapPrepare.dto.js.map +1 -0
  59. package/dist/src/domain/model/pumpfun-swap/dtos/PumpFunSwapSubmit.dto.d.ts +4 -0
  60. package/dist/src/domain/model/{lpLockDetails/dtos/AddAllocation.dto.js → pumpfun-swap/dtos/PumpFunSwapSubmit.dto.js} +6 -17
  61. package/dist/src/domain/model/pumpfun-swap/dtos/PumpFunSwapSubmit.dto.js.map +1 -0
  62. package/dist/src/domain/model/pumpfun-swap/dtos/index.d.ts +2 -0
  63. package/dist/src/domain/model/pumpfun-swap/dtos/index.js +19 -0
  64. package/dist/src/domain/model/pumpfun-swap/dtos/index.js.map +1 -0
  65. package/dist/src/domain/model/pumpfun-swap/entities/PumpFunSwapPrepareResponse.entity.d.ts +5 -0
  66. package/dist/src/domain/model/pumpfun-swap/entities/PumpFunSwapPrepareResponse.entity.js +8 -0
  67. package/dist/src/domain/model/pumpfun-swap/entities/PumpFunSwapPrepareResponse.entity.js.map +1 -0
  68. package/dist/src/domain/model/pumpfun-swap/entities/PumpFunSwapSubmitResponse.entity.d.ts +6 -0
  69. package/dist/src/domain/model/pumpfun-swap/entities/PumpFunSwapSubmitResponse.entity.js +8 -0
  70. package/dist/src/domain/model/pumpfun-swap/entities/PumpFunSwapSubmitResponse.entity.js.map +1 -0
  71. package/dist/src/domain/model/pumpfun-swap/entities/index.d.ts +2 -0
  72. package/dist/src/domain/model/pumpfun-swap/entities/index.js +19 -0
  73. package/dist/src/domain/model/pumpfun-swap/entities/index.js.map +1 -0
  74. package/dist/src/domain/model/pumpfun-swap/index.d.ts +2 -0
  75. package/dist/src/domain/model/pumpfun-swap/index.js +19 -0
  76. package/dist/src/domain/model/pumpfun-swap/index.js.map +1 -0
  77. package/dist/tsconfig.tsbuildinfo +1 -1
  78. package/package.json +2 -2
  79. package/dist/src/domain/curves/BaseConstantProductCurveV1.d.ts +0 -23
  80. package/dist/src/domain/curves/BaseConstantProductCurveV1.js +0 -141
  81. package/dist/src/domain/curves/BaseConstantProductCurveV1.js.map +0 -1
  82. package/dist/src/domain/curves/ConstantProductCurve.d.ts +0 -20
  83. package/dist/src/domain/curves/ConstantProductCurve.js +0 -120
  84. package/dist/src/domain/curves/ConstantProductCurve.js.map +0 -1
  85. package/dist/src/domain/curves/ConstantProductCurveV2.d.ts +0 -6
  86. package/dist/src/domain/curves/ConstantProductCurveV2.js +0 -32
  87. package/dist/src/domain/curves/ConstantProductCurveV2.js.map +0 -1
  88. package/dist/src/domain/curves/FlatCurveV1.d.ts +0 -14
  89. package/dist/src/domain/curves/FlatCurveV1.js +0 -60
  90. package/dist/src/domain/curves/FlatCurveV1.js.map +0 -1
  91. package/dist/src/domain/curves/tests/BaseConstantProductCurveV1.spec.d.ts +0 -1
  92. package/dist/src/domain/curves/tests/BaseConstantProductCurveV1.spec.js +0 -56
  93. package/dist/src/domain/curves/tests/BaseConstantProductCurveV1.spec.js.map +0 -1
  94. package/dist/src/domain/curves/tests/FlatCurveV1.spec.d.ts +0 -1
  95. package/dist/src/domain/curves/tests/FlatCurveV1.spec.js +0 -130
  96. package/dist/src/domain/curves/tests/FlatCurveV1.spec.js.map +0 -1
  97. package/dist/src/domain/curves/typeUtils.d.ts +0 -3
  98. package/dist/src/domain/curves/typeUtils.js +0 -24
  99. package/dist/src/domain/curves/typeUtils.js.map +0 -1
  100. package/dist/src/domain/curves/utils.d.ts +0 -3
  101. package/dist/src/domain/curves/utils.js +0 -16
  102. package/dist/src/domain/curves/utils.js.map +0 -1
  103. package/dist/src/domain/model/airlock/entities/TotalClaimedResponse.entity.d.ts +0 -4
  104. package/dist/src/domain/model/airlock/entities/TotalClaimedResponse.entity.js +0 -8
  105. package/dist/src/domain/model/airlock/entities/TotalClaimedResponse.entity.js.map +0 -1
  106. package/dist/src/domain/model/lpLockDetails/dtos/AddAllocation.dto.d.ts +0 -7
  107. package/dist/src/domain/model/lpLockDetails/dtos/AddAllocation.dto.js.map +0 -1
  108. package/dist/src/domain/model/lpLockDetails/index.d.ts +0 -1
  109. 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,2 @@
1
+ export * from './PumpFunSwapPrepare.dto';
2
+ export * from './PumpFunSwapSubmit.dto';
@@ -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,5 @@
1
+ import { Entity } from '../../entity';
2
+ export declare class PumpFunSwapPrepareResponse extends Entity {
3
+ serializedTx: string;
4
+ token?: string;
5
+ }
@@ -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,6 @@
1
+ import { Entity } from '../../entity';
2
+ import { TxStatus } from '../../../constants';
3
+ export declare class PumpFunSwapSubmitResponse extends Entity {
4
+ transactionSignature: string;
5
+ status: TxStatus;
6
+ }
@@ -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,2 @@
1
+ export * from './PumpFunSwapPrepareResponse.entity';
2
+ export * from './PumpFunSwapSubmitResponse.entity';
@@ -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,2 @@
1
+ export * from './entities';
2
+ export * from './dtos';
@@ -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"}