@heliofi/launchpad-common 1.7.23 → 1.7.25
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/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/meteoraPoolType.d.ts +2 -1
- package/dist/src/domain/constants/meteoraPoolType.js +1 -0
- package/dist/src/domain/constants/meteoraPoolType.js.map +1 -1
- package/dist/src/domain/model/index.d.ts +1 -0
- package/dist/src/domain/model/index.js +1 -0
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/meteora-swap/index.d.ts +1 -0
- package/dist/src/domain/model/meteora-swap/index.js +1 -0
- package/dist/src/domain/model/meteora-swap/index.js.map +1 -1
- package/dist/src/domain/model/meteora-swap/types/index.d.ts +63 -0
- package/dist/src/domain/model/meteora-swap/types/index.js +3 -0
- package/dist/src/domain/model/meteora-swap/types/index.js.map +1 -0
- package/dist/src/domain/model/referral/constants.d.ts +6 -0
- package/dist/src/domain/model/referral/constants.js +11 -0
- package/dist/src/domain/model/referral/constants.js.map +1 -0
- package/dist/src/domain/model/referral/dtos/CreateReferral.dto.d.ts +4 -0
- package/dist/src/domain/model/referral/dtos/CreateReferral.dto.js +27 -0
- package/dist/src/domain/model/referral/dtos/CreateReferral.dto.js.map +1 -0
- package/dist/src/domain/model/referral/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/referral/dtos/index.js +18 -0
- package/dist/src/domain/model/referral/dtos/index.js.map +1 -0
- package/dist/src/domain/model/referral/index.d.ts +2 -0
- package/dist/src/domain/model/referral/index.js +19 -0
- package/dist/src/domain/model/referral/index.js.map +1 -0
- package/dist/src/domain/model/token-pair/dtos/UpdateFirstNineGagToken.dto.d.ts +3 -0
- package/dist/src/domain/model/token-pair/dtos/UpdateFirstNineGagToken.dto.js +22 -0
- package/dist/src/domain/model/token-pair/dtos/UpdateFirstNineGagToken.dto.js.map +1 -0
- package/dist/src/domain/model/token-pair/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/token-pair/dtos/index.js +1 -0
- package/dist/src/domain/model/token-pair/dtos/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -48,4 +48,5 @@ __exportStar(require("./swapRouterPoolType"), exports);
|
|
|
48
48
|
__exportStar(require("./vanityExtension"), exports);
|
|
49
49
|
__exportStar(require("./nineGagPost"), exports);
|
|
50
50
|
__exportStar(require("./onrampTransactionStatus"), exports);
|
|
51
|
+
__exportStar(require("./marketCapLevel"), exports);
|
|
51
52
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,2DAAyC;AACzC,6CAA2B;AAC3B,8CAA4B;AAC5B,8CAA4B;AAC5B,mDAAiC;AACjC,8CAA4B;AAC5B,mDAAiC;AACjC,6CAA2B;AAC3B,2CAAyB;AACzB,4DAA0C;AAC1C,0CAAwB;AACxB,oDAAkC;AAClC,6CAA2B;AAC3B,wCAAsB;AACtB,4CAA0B;AAC1B,mDAAiC;AACjC,iDAA+B;AAC/B,8CAA4B;AAC5B,oDAAkC;AAClC,oDAAkC;AAClC,gDAA8B;AAC9B,kDAAgC;AAChC,4CAA0B;AAC1B,sDAAoC;AACpC,+CAA6B;AAC7B,4CAA0B;AAC1B,oDAAkC;AAClC,sDAAoC;AACpC,oDAAkC;AAClC,uDAAqC;AACrC,oDAAkC;AAClC,gDAA8B;AAC9B,4DAA0C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,2DAAyC;AACzC,6CAA2B;AAC3B,8CAA4B;AAC5B,8CAA4B;AAC5B,mDAAiC;AACjC,8CAA4B;AAC5B,mDAAiC;AACjC,6CAA2B;AAC3B,2CAAyB;AACzB,4DAA0C;AAC1C,0CAAwB;AACxB,oDAAkC;AAClC,6CAA2B;AAC3B,wCAAsB;AACtB,4CAA0B;AAC1B,mDAAiC;AACjC,iDAA+B;AAC/B,8CAA4B;AAC5B,oDAAkC;AAClC,oDAAkC;AAClC,gDAA8B;AAC9B,kDAAgC;AAChC,4CAA0B;AAC1B,sDAAoC;AACpC,+CAA6B;AAC7B,4CAA0B;AAC1B,oDAAkC;AAClC,sDAAoC;AACpC,oDAAkC;AAClC,uDAAqC;AACrC,oDAAkC;AAClC,gDAA8B;AAC9B,4DAA0C;AAC1C,mDAAiC"}
|
|
@@ -5,5 +5,6 @@ var MeteoraPoolType;
|
|
|
5
5
|
(function (MeteoraPoolType) {
|
|
6
6
|
MeteoraPoolType["AMM"] = "AMM";
|
|
7
7
|
MeteoraPoolType["DLMM"] = "DLMM";
|
|
8
|
+
MeteoraPoolType["DAMM_V2"] = "DAMM_V2";
|
|
8
9
|
})(MeteoraPoolType = exports.MeteoraPoolType || (exports.MeteoraPoolType = {}));
|
|
9
10
|
//# sourceMappingURL=meteoraPoolType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meteoraPoolType.js","sourceRoot":"","sources":["../../../../src/domain/constants/meteoraPoolType.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"meteoraPoolType.js","sourceRoot":"","sources":["../../../../src/domain/constants/meteoraPoolType.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAIX;AAJD,WAAY,eAAe;IACzB,8BAAW,CAAA;IACX,gCAAa,CAAA;IACb,sCAAmB,CAAA;AACrB,CAAC,EAJW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAI1B"}
|
|
@@ -65,4 +65,5 @@ __exportStar(require("./feature-flags"), exports);
|
|
|
65
65
|
__exportStar(require("./media"), exports);
|
|
66
66
|
__exportStar(require("./onramp"), exports);
|
|
67
67
|
__exportStar(require("./raydium-launchlabs"), exports);
|
|
68
|
+
__exportStar(require("./referral"), exports);
|
|
68
69
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,+CAA6B;AAC7B,sDAAoC;AACpC,wCAAsB;AACtB,6CAA2B;AAC3B,0CAAwB;AACxB,gDAA8B;AAC9B,4CAA0B;AAC1B,yCAAuB;AACvB,yCAAuB;AACvB,+CAA6B;AAC7B,uCAAqB;AACrB,qDAAmC;AACnC,iDAA+B;AAC/B,sDAAoC;AACpC,0DAAwC;AACxC,iDAA+B;AAC/B,+CAA6B;AAC7B,4CAA0B;AAC1B,6CAA2B;AAC3B,4CAA0B;AAC1B,4CAA0B;AAC1B,0CAAwB;AACxB,4CAA0B;AAC1B,oDAAkC;AAClC,mDAAiC;AACjC,iDAA+B;AAC/B,0CAAwB;AACxB,yCAAuB;AACvB,yCAAuB;AACvB,0CAAwB;AACxB,6DAA2C;AAC3C,wCAAsB;AACtB,iDAA+B;AAC/B,iDAA+B;AAC/B,0CAAwB;AACxB,+CAA6B;AAC7B,2CAAyB;AACzB,+CAA6B;AAC7B,6CAA2B;AAC3B,gDAA8B;AAC9B,qDAAmC;AACnC,wDAAsC;AACtC,iDAA+B;AAC/B,4CAA0B;AAC1B,gDAA8B;AAC9B,kDAAgC;AAChC,kDAAgC;AAChC,0CAAwB;AACxB,2CAAyB;AACzB,uDAAqC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,+CAA6B;AAC7B,sDAAoC;AACpC,wCAAsB;AACtB,6CAA2B;AAC3B,0CAAwB;AACxB,gDAA8B;AAC9B,4CAA0B;AAC1B,yCAAuB;AACvB,yCAAuB;AACvB,+CAA6B;AAC7B,uCAAqB;AACrB,qDAAmC;AACnC,iDAA+B;AAC/B,sDAAoC;AACpC,0DAAwC;AACxC,iDAA+B;AAC/B,+CAA6B;AAC7B,4CAA0B;AAC1B,6CAA2B;AAC3B,4CAA0B;AAC1B,4CAA0B;AAC1B,0CAAwB;AACxB,4CAA0B;AAC1B,oDAAkC;AAClC,mDAAiC;AACjC,iDAA+B;AAC/B,0CAAwB;AACxB,yCAAuB;AACvB,yCAAuB;AACvB,0CAAwB;AACxB,6DAA2C;AAC3C,wCAAsB;AACtB,iDAA+B;AAC/B,iDAA+B;AAC/B,0CAAwB;AACxB,+CAA6B;AAC7B,2CAAyB;AACzB,+CAA6B;AAC7B,6CAA2B;AAC3B,gDAA8B;AAC9B,qDAAmC;AACnC,wDAAsC;AACtC,iDAA+B;AAC/B,4CAA0B;AAC1B,gDAA8B;AAC9B,kDAAgC;AAChC,kDAAgC;AAChC,0CAAwB;AACxB,2CAAyB;AACzB,uDAAqC;AACrC,6CAA2B"}
|
|
@@ -16,4 +16,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./dtos"), exports);
|
|
18
18
|
__exportStar(require("./entities"), exports);
|
|
19
|
+
__exportStar(require("./types"), exports);
|
|
19
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/meteora-swap/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/meteora-swap/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B;AAC3B,0CAAwB"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { Cluster, Connection, PublicKey, VersionedTransaction } from '@solana/web3.js';
|
|
2
|
+
import { SwapType } from '../../../constants';
|
|
3
|
+
export declare type MeteoraPriceRequest = {
|
|
4
|
+
connection: Connection;
|
|
5
|
+
targetPool: string;
|
|
6
|
+
amountIn: bigint;
|
|
7
|
+
amountOut: bigint;
|
|
8
|
+
swapType: SwapType;
|
|
9
|
+
mintFrom: string;
|
|
10
|
+
mintTo: string;
|
|
11
|
+
decimalsIn: number;
|
|
12
|
+
decimalsOut: number;
|
|
13
|
+
programId: string;
|
|
14
|
+
cluster: Cluster;
|
|
15
|
+
slippageBps: number;
|
|
16
|
+
};
|
|
17
|
+
export declare type MeteoraDlmmPriceRequest = {
|
|
18
|
+
connection: Connection;
|
|
19
|
+
targetPool: string;
|
|
20
|
+
amountIn: bigint;
|
|
21
|
+
amountOut: bigint;
|
|
22
|
+
swapType: SwapType;
|
|
23
|
+
mintFrom: string;
|
|
24
|
+
mintTo: string;
|
|
25
|
+
decimalsIn: number;
|
|
26
|
+
decimalsOut: number;
|
|
27
|
+
slippageBps: number;
|
|
28
|
+
};
|
|
29
|
+
export declare type MeteoraSwapRequest = {
|
|
30
|
+
sender: PublicKey;
|
|
31
|
+
targetPool: string;
|
|
32
|
+
connection: Connection;
|
|
33
|
+
amountIn: bigint;
|
|
34
|
+
amountOut: bigint;
|
|
35
|
+
swapType?: SwapType;
|
|
36
|
+
mintFrom: string;
|
|
37
|
+
decimalsIn: number;
|
|
38
|
+
mintTo: string;
|
|
39
|
+
decimalsOut: number;
|
|
40
|
+
priorityFee: number;
|
|
41
|
+
programId: string;
|
|
42
|
+
cluster: Cluster;
|
|
43
|
+
referralWallet?: string;
|
|
44
|
+
};
|
|
45
|
+
export declare type MeteoraDAmmV2SwapRequest = {
|
|
46
|
+
sender: PublicKey;
|
|
47
|
+
targetPool: string;
|
|
48
|
+
connection: Connection;
|
|
49
|
+
amountIn: bigint;
|
|
50
|
+
amountOut: bigint;
|
|
51
|
+
mintFrom: string;
|
|
52
|
+
mintTo: string;
|
|
53
|
+
referralWallet?: string;
|
|
54
|
+
};
|
|
55
|
+
export interface MeteoraSwapResponse {
|
|
56
|
+
transaction: VersionedTransaction;
|
|
57
|
+
}
|
|
58
|
+
export interface MeteoraPoolInfo {
|
|
59
|
+
tokenXMint: string;
|
|
60
|
+
tokenYMint: string;
|
|
61
|
+
tokenXAmount: number;
|
|
62
|
+
tokenYAmount: number;
|
|
63
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/meteora-swap/types/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ReferralStatus = void 0;
|
|
4
|
+
var ReferralStatus;
|
|
5
|
+
(function (ReferralStatus) {
|
|
6
|
+
ReferralStatus["ACTIVE"] = "ACTIVE";
|
|
7
|
+
ReferralStatus["USED"] = "USED";
|
|
8
|
+
ReferralStatus["EXPIRED"] = "EXPIRED";
|
|
9
|
+
ReferralStatus["DISABLED"] = "DISABLED";
|
|
10
|
+
})(ReferralStatus = exports.ReferralStatus || (exports.ReferralStatus = {}));
|
|
11
|
+
//# sourceMappingURL=constants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../src/domain/model/referral/constants.ts"],"names":[],"mappings":";;;AAAA,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,mCAAiB,CAAA;IACjB,+BAAa,CAAA;IACb,qCAAmB,CAAA;IACnB,uCAAqB,CAAA;AACvB,CAAC,EALW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAKzB"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.CreateReferralDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class CreateReferralDto {
|
|
15
|
+
}
|
|
16
|
+
__decorate([
|
|
17
|
+
(0, class_validator_1.IsString)(),
|
|
18
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], CreateReferralDto.prototype, "wallet", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_validator_1.IsString)(),
|
|
23
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], CreateReferralDto.prototype, "referralCode", void 0);
|
|
26
|
+
exports.CreateReferralDto = CreateReferralDto;
|
|
27
|
+
//# sourceMappingURL=CreateReferral.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateReferral.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/referral/dtos/CreateReferral.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,iBAAiB;CAQ7B;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACQ;AAPvB,8CAQC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './CreateReferral.dto';
|
|
@@ -0,0 +1,18 @@
|
|
|
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("./CreateReferral.dto"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/referral/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC"}
|
|
@@ -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("./dtos"), exports);
|
|
18
|
+
__exportStar(require("./constants"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/referral/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,8CAA4B"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.UpdateFirstNineGagTokenDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class UpdateFirstNineGagTokenDto {
|
|
15
|
+
}
|
|
16
|
+
__decorate([
|
|
17
|
+
(0, class_validator_1.IsBoolean)(),
|
|
18
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
19
|
+
__metadata("design:type", Boolean)
|
|
20
|
+
], UpdateFirstNineGagTokenDto.prototype, "isFirstNineGagToken", void 0);
|
|
21
|
+
exports.UpdateFirstNineGagTokenDto = UpdateFirstNineGagTokenDto;
|
|
22
|
+
//# sourceMappingURL=UpdateFirstNineGagToken.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateFirstNineGagToken.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-pair/dtos/UpdateFirstNineGagToken.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AAExD,MAAa,0BAA0B;CAItC;AAHC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uEACgB;AAH/B,gEAIC"}
|
|
@@ -18,4 +18,5 @@ __exportStar(require("./CreateTokenPair.dto"), exports);
|
|
|
18
18
|
__exportStar(require("./SearchTokenPairs.dto"), exports);
|
|
19
19
|
__exportStar(require("./UpdateModeratedStatus.dto"), exports);
|
|
20
20
|
__exportStar(require("./GetTokenWithTradingData.dto"), exports);
|
|
21
|
+
__exportStar(require("./UpdateFirstNineGagToken.dto"), exports);
|
|
21
22
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-pair/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,yDAAuC;AACvC,8DAA4C;AAC5C,gEAA8C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-pair/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,yDAAuC;AACvC,8DAA4C;AAC5C,gEAA8C;AAC9C,gEAA8C"}
|