@heliofi/launchpad-common 1.7.4 → 1.7.5

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 (36) hide show
  1. package/dist/src/domain/constants/isMoonit.d.ts +1 -0
  2. package/dist/src/domain/constants/isMoonit.js +6 -0
  3. package/dist/src/domain/constants/isMoonit.js.map +1 -0
  4. package/dist/src/domain/constants/vanityExtension.d.ts +4 -0
  5. package/dist/src/domain/constants/vanityExtension.js +6 -1
  6. package/dist/src/domain/constants/vanityExtension.js.map +1 -1
  7. package/dist/src/domain/model/token-pair/entities/NineGagPost.entity.d.ts +13 -0
  8. package/dist/src/domain/model/token-pair/entities/NineGagPost.entity.js +8 -0
  9. package/dist/src/domain/model/token-pair/entities/NineGagPost.entity.js.map +1 -0
  10. package/dist/src/domain/model/token-pair/entities/TokenPairWithMetadataAndTradingMetrics.entity.d.ts +8 -0
  11. package/dist/src/domain/model/token-pair/entities/TokenPairWithMetadataAndTradingMetrics.entity.js +8 -0
  12. package/dist/src/domain/model/token-pair/entities/TokenPairWithMetadataAndTradingMetrics.entity.js.map +1 -0
  13. package/dist/src/domain/model/token-pair/entities/TokenPairWithTradingData.entity.d.ts +3 -0
  14. package/dist/src/domain/model/token-pair/entities/TokenPairWithTradingData.entity.js.map +1 -1
  15. package/dist/src/domain/model/token-pair/entities/index.d.ts +1 -0
  16. package/dist/src/domain/model/token-pair/entities/index.js +1 -0
  17. package/dist/src/domain/model/token-pair/entities/index.js.map +1 -1
  18. package/dist/src/domain/model/wallet-points/constants.d.ts +1 -0
  19. package/dist/src/domain/model/wallet-points/constants.js +1 -0
  20. package/dist/src/domain/model/wallet-points/constants.js.map +1 -1
  21. package/dist/src/domain/model/wallet-points/dtos/WalletVolumeBackOption.dto.d.ts +6 -0
  22. package/dist/src/domain/model/{hero-token/dtos/HeroTokenQuery.dto.js → wallet-points/dtos/WalletVolumeBackOption.dto.js} +23 -10
  23. package/dist/src/domain/model/wallet-points/dtos/WalletVolumeBackOption.dto.js.map +1 -0
  24. package/dist/src/domain/model/wallet-points/dtos/WalletVolumeSyncOption.dto.d.ts +3 -0
  25. package/dist/src/domain/model/{hero-token/dtos/HeroTopTokensQuery.dto.js → wallet-points/dtos/WalletVolumeSyncOption.dto.js} +8 -8
  26. package/dist/src/domain/model/wallet-points/dtos/WalletVolumeSyncOption.dto.js.map +1 -0
  27. package/dist/src/domain/model/wallet-points/entities/RewardBadge.entity.d.ts +1 -1
  28. package/dist/src/domain/model/wallet-points/index.d.ts +2 -0
  29. package/dist/src/domain/model/wallet-points/index.js +2 -0
  30. package/dist/src/domain/model/wallet-points/index.js.map +1 -1
  31. package/dist/tsconfig.tsbuildinfo +1 -1
  32. package/package.json +2 -2
  33. package/dist/src/domain/model/hero-token/dtos/HeroTokenQuery.dto.d.ts +0 -4
  34. package/dist/src/domain/model/hero-token/dtos/HeroTokenQuery.dto.js.map +0 -1
  35. package/dist/src/domain/model/hero-token/dtos/HeroTopTokensQuery.dto.d.ts +0 -4
  36. package/dist/src/domain/model/hero-token/dtos/HeroTopTokensQuery.dto.js.map +0 -1
@@ -0,0 +1 @@
1
+ export declare const isMoonitToken: (tokenPair: Date) => boolean;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.isMoonitToken = void 0;
4
+ const isMoonitToken = (tokenPair) => tokenPair > new Date('2025-04-03T16:00:00Z');
5
+ exports.isMoonitToken = isMoonitToken;
6
+ //# sourceMappingURL=isMoonit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isMoonit.js","sourceRoot":"","sources":["../../../../src/domain/constants/isMoonit.ts"],"names":[],"mappings":";;;AAAO,MAAM,aAAa,GAAG,CAAC,SAAe,EAAW,EAAE,CACxD,SAAS,GAAG,IAAI,IAAI,CAAC,sBAAsB,CAAC,CAAC;AADlC,QAAA,aAAa,iBACqB"}
@@ -1,2 +1,6 @@
1
1
  export declare const VANITY_EXTENSION_LITERALS: readonly ["moon", "9gag"];
2
2
  export declare type VanityExtension = (typeof VANITY_EXTENSION_LITERALS)[number];
3
+ export declare enum VanityExtensionEnum {
4
+ MOON = "moon",
5
+ NINEGAG = "9gag"
6
+ }
@@ -1,5 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VANITY_EXTENSION_LITERALS = void 0;
3
+ exports.VanityExtensionEnum = exports.VANITY_EXTENSION_LITERALS = void 0;
4
4
  exports.VANITY_EXTENSION_LITERALS = ['moon', '9gag'];
5
+ var VanityExtensionEnum;
6
+ (function (VanityExtensionEnum) {
7
+ VanityExtensionEnum["MOON"] = "moon";
8
+ VanityExtensionEnum["NINEGAG"] = "9gag";
9
+ })(VanityExtensionEnum = exports.VanityExtensionEnum || (exports.VanityExtensionEnum = {}));
5
10
  //# sourceMappingURL=vanityExtension.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"vanityExtension.js","sourceRoot":"","sources":["../../../../src/domain/constants/vanityExtension.ts"],"names":[],"mappings":";;;AAAa,QAAA,yBAAyB,GAAG,CAAC,MAAM,EAAE,MAAM,CAAU,CAAC"}
1
+ {"version":3,"file":"vanityExtension.js","sourceRoot":"","sources":["../../../../src/domain/constants/vanityExtension.ts"],"names":[],"mappings":";;;AAAa,QAAA,yBAAyB,GAAG,CAAC,MAAM,EAAE,MAAM,CAAU,CAAC;AAInE,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC7B,oCAAa,CAAA;IACb,uCAAgB,CAAA;AAClB,CAAC,EAHW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAG9B"}
@@ -0,0 +1,13 @@
1
+ import { Entity } from '../../entity';
2
+ export declare class NineGagPost extends Entity {
3
+ id: string;
4
+ title: string;
5
+ type: string;
6
+ upVoteCount: number;
7
+ downVoteCount: number;
8
+ description: string;
9
+ imageUrl: string;
10
+ videoUrl: string;
11
+ thumbnailUrl: string;
12
+ nsfw: number;
13
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NineGagPost = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class NineGagPost extends entity_1.Entity {
6
+ }
7
+ exports.NineGagPost = NineGagPost;
8
+ //# sourceMappingURL=NineGagPost.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NineGagPost.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-pair/entities/NineGagPost.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,WAAY,SAAQ,eAAM;CAoBtC;AApBD,kCAoBC"}
@@ -0,0 +1,8 @@
1
+ import { TokenPairWithMetadata } from './TokenPairWithMetadata.entity';
2
+ export declare class TokenPairWithMetadataAndTradingMetricsEntity extends TokenPairWithMetadata {
3
+ volumeCount: number;
4
+ volumeUSD: string;
5
+ commentCount: string;
6
+ progressPercent: number;
7
+ marketcap: string;
8
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TokenPairWithMetadataAndTradingMetricsEntity = void 0;
4
+ const TokenPairWithMetadata_entity_1 = require("./TokenPairWithMetadata.entity");
5
+ class TokenPairWithMetadataAndTradingMetricsEntity extends TokenPairWithMetadata_entity_1.TokenPairWithMetadata {
6
+ }
7
+ exports.TokenPairWithMetadataAndTradingMetricsEntity = TokenPairWithMetadataAndTradingMetricsEntity;
8
+ //# sourceMappingURL=TokenPairWithMetadataAndTradingMetrics.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TokenPairWithMetadataAndTradingMetrics.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-pair/entities/TokenPairWithMetadataAndTradingMetrics.entity.ts"],"names":[],"mappings":";;;AAAA,iFAAuE;AAEvE,MAAa,4CAA6C,SAAQ,oDAAqB;CAUtF;AAVD,oGAUC"}
@@ -1,8 +1,11 @@
1
1
  import { TokenPairUnpopulated } from './TokenPairUnpopulated.entity';
2
+ import { NineGagPost } from './NineGagPost.entity';
2
3
  export declare class TokenPairWithTradingData extends TokenPairUnpopulated {
3
4
  volumeCount: number;
4
5
  volumeUSD: string;
5
6
  commentCount: string;
6
7
  progressPercent: number;
7
8
  marketcap: string;
9
+ poolAddress?: string;
10
+ nineGagPost?: NineGagPost;
8
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"TokenPairWithTradingData.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-pair/entities/TokenPairWithTradingData.entity.ts"],"names":[],"mappings":";;;AAAA,+EAAqE;AAErE,MAAa,wBAAyB,SAAQ,kDAAoB;CAUjE;AAVD,4DAUC"}
1
+ {"version":3,"file":"TokenPairWithTradingData.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-pair/entities/TokenPairWithTradingData.entity.ts"],"names":[],"mappings":";;;AAAA,+EAAqE;AAGrE,MAAa,wBAAyB,SAAQ,kDAAoB;CAcjE;AAdD,4DAcC"}
@@ -3,3 +3,4 @@ export * from './TokenPairWithMetadata.entity';
3
3
  export * from './TokenPairWithTradingData.entity';
4
4
  export * from './TokenPairUnpopulated.entity';
5
5
  export * from './TokenPairWithAdvancedTradingData.entity';
6
+ export * from './NineGagPost.entity';
@@ -19,4 +19,5 @@ __exportStar(require("./TokenPairWithMetadata.entity"), exports);
19
19
  __exportStar(require("./TokenPairWithTradingData.entity"), exports);
20
20
  __exportStar(require("./TokenPairUnpopulated.entity"), exports);
21
21
  __exportStar(require("./TokenPairWithAdvancedTradingData.entity"), exports);
22
+ __exportStar(require("./NineGagPost.entity"), exports);
22
23
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-pair/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,iEAA+C;AAC/C,oEAAkD;AAClD,gEAA8C;AAC9C,4EAA0D"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-pair/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,iEAA+C;AAC/C,oEAAkD;AAClD,gEAA8C;AAC9C,4EAA0D;AAC1D,uDAAqC"}
@@ -13,6 +13,7 @@ export declare enum MultiplierType {
13
13
  export declare const StreakMultipliers: Record<number, number>;
14
14
  export declare const getStreakMultiplier: (streakDays: number) => number;
15
15
  export declare enum BadgeType {
16
+ NOBADGE = "NOBADGE",
16
17
  MINTER = "MINTER",
17
18
  GRADUATOR = "GRADUATOR",
18
19
  BRONZE = "BRONZE",
@@ -28,6 +28,7 @@ const getStreakMultiplier = (streakDays) => {
28
28
  exports.getStreakMultiplier = getStreakMultiplier;
29
29
  var BadgeType;
30
30
  (function (BadgeType) {
31
+ BadgeType["NOBADGE"] = "NOBADGE";
31
32
  BadgeType["MINTER"] = "MINTER";
32
33
  BadgeType["GRADUATOR"] = "GRADUATOR";
33
34
  BadgeType["BRONZE"] = "BRONZE";
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../src/domain/model/wallet-points/constants.ts"],"names":[],"mappings":";;;AAEA,IAAY,aAIX;AAJD,WAAY,aAAa;IACvB,gCAAe,CAAA;IACf,8BAAa,CAAA;IACb,sCAAqB,CAAA;AACvB,CAAC,EAJW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAIxB;AAED,IAAY,cAMX;AAND,WAAY,cAAc;IACxB,qCAAmB,CAAA;IACnB,mCAAiB,CAAA;IACjB,mCAAiB,CAAA;IACjB,+BAAa,CAAA;IACb,uCAAqB,CAAA;AACvB,CAAC,EANW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAMzB;AAGY,QAAA,iBAAiB,GAA2B;IACvD,CAAC,EAAE,GAAG;IACN,CAAC,EAAE,GAAG;IACN,CAAC,EAAE,GAAG;IACN,CAAC,EAAE,GAAG;IACN,CAAC,EAAE,GAAG;CACP,CAAC;AAEK,MAAM,mBAAmB,GAAG,CAAC,UAAkB,EAAU,EAAE;IAChE,OAAO,yBAAiB,CAAC,IAAI,CAAC,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC,IAAI,GAAG,CAAC;AAC3D,CAAC,CAAC;AAFW,QAAA,mBAAmB,uBAE9B;AAEF,IAAY,SAMX;AAND,WAAY,SAAS;IACnB,8BAAiB,CAAA;IACjB,oCAAuB,CAAA;IACvB,8BAAiB,CAAA;IACjB,8BAAiB,CAAA;IACjB,0BAAa,CAAA;AACf,CAAC,EANW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAMpB"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../src/domain/model/wallet-points/constants.ts"],"names":[],"mappings":";;;AAEA,IAAY,aAIX;AAJD,WAAY,aAAa;IACvB,gCAAe,CAAA;IACf,8BAAa,CAAA;IACb,sCAAqB,CAAA;AACvB,CAAC,EAJW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAIxB;AAED,IAAY,cAMX;AAND,WAAY,cAAc;IACxB,qCAAmB,CAAA;IACnB,mCAAiB,CAAA;IACjB,mCAAiB,CAAA;IACjB,+BAAa,CAAA;IACb,uCAAqB,CAAA;AACvB,CAAC,EANW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAMzB;AAGY,QAAA,iBAAiB,GAA2B;IACvD,CAAC,EAAE,GAAG;IACN,CAAC,EAAE,GAAG;IACN,CAAC,EAAE,GAAG;IACN,CAAC,EAAE,GAAG;IACN,CAAC,EAAE,GAAG;CACP,CAAC;AAEK,MAAM,mBAAmB,GAAG,CAAC,UAAkB,EAAU,EAAE;IAChE,OAAO,yBAAiB,CAAC,IAAI,CAAC,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC,IAAI,GAAG,CAAC;AAC3D,CAAC,CAAC;AAFW,QAAA,mBAAmB,uBAE9B;AAEF,IAAY,SAOX;AAPD,WAAY,SAAS;IACnB,gCAAmB,CAAA;IACnB,8BAAiB,CAAA;IACjB,oCAAuB,CAAA;IACvB,8BAAiB,CAAA;IACjB,8BAAiB,CAAA;IACjB,0BAAa,CAAA;AACf,CAAC,EAPW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAOpB"}
@@ -0,0 +1,6 @@
1
+ export declare class WalletVolumeBackOption {
2
+ startDate?: string;
3
+ endDate?: string;
4
+ specificCreators?: string[];
5
+ batchSize?: number;
6
+ }
@@ -9,18 +9,31 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.HeroTokenQueryDto = void 0;
12
+ exports.WalletVolumeBackOption = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- const constants_1 = require("../../../constants");
15
- class HeroTokenQueryDto {
16
- constructor() {
17
- this.blockchainSymbol = constants_1.BlockchainSymbol.SOL;
18
- }
14
+ class WalletVolumeBackOption {
19
15
  }
20
16
  __decorate([
21
- (0, class_validator_1.IsString)(),
22
17
  (0, class_validator_1.IsOptional)(),
18
+ (0, class_validator_1.IsDateString)(),
23
19
  __metadata("design:type", String)
24
- ], HeroTokenQueryDto.prototype, "blockchainSymbol", void 0);
25
- exports.HeroTokenQueryDto = HeroTokenQueryDto;
26
- //# sourceMappingURL=HeroTokenQuery.dto.js.map
20
+ ], WalletVolumeBackOption.prototype, "startDate", void 0);
21
+ __decorate([
22
+ (0, class_validator_1.IsOptional)(),
23
+ (0, class_validator_1.IsDateString)(),
24
+ __metadata("design:type", String)
25
+ ], WalletVolumeBackOption.prototype, "endDate", void 0);
26
+ __decorate([
27
+ (0, class_validator_1.IsOptional)(),
28
+ (0, class_validator_1.IsArray)(),
29
+ (0, class_validator_1.IsString)({ each: true }),
30
+ __metadata("design:type", Array)
31
+ ], WalletVolumeBackOption.prototype, "specificCreators", void 0);
32
+ __decorate([
33
+ (0, class_validator_1.IsOptional)(),
34
+ (0, class_validator_1.IsNumber)(),
35
+ (0, class_validator_1.Min)(1),
36
+ __metadata("design:type", Number)
37
+ ], WalletVolumeBackOption.prototype, "batchSize", void 0);
38
+ exports.WalletVolumeBackOption = WalletVolumeBackOption;
39
+ //# sourceMappingURL=WalletVolumeBackOption.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WalletVolumeBackOption.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet-points/dtos/WalletVolumeBackOption.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AAEzB,MAAa,sBAAsB;CAkBlC;AAjBC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;;yDACI;AAEnB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;;uDACE;AAEjB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;gEACG;AAE5B;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAG,EAAC,CAAC,CAAC;;yDACY;AAjBrB,wDAkBC"}
@@ -0,0 +1,3 @@
1
+ export declare class WalletVolumeSyncOption {
2
+ walletAddresses: string[];
3
+ }
@@ -9,15 +9,15 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.HeroTopTokensQueryDto = void 0;
12
+ exports.WalletVolumeSyncOption = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- const HeroTokenQuery_dto_1 = require("./HeroTokenQuery.dto");
15
- class HeroTopTokensQueryDto extends HeroTokenQuery_dto_1.HeroTokenQueryDto {
14
+ class WalletVolumeSyncOption {
16
15
  }
17
16
  __decorate([
18
- (0, class_validator_1.IsString)(),
19
17
  (0, class_validator_1.IsOptional)(),
20
- __metadata("design:type", Number)
21
- ], HeroTopTokensQueryDto.prototype, "limit", void 0);
22
- exports.HeroTopTokensQueryDto = HeroTopTokensQueryDto;
23
- //# sourceMappingURL=HeroTopTokensQuery.dto.js.map
18
+ (0, class_validator_1.IsArray)(),
19
+ (0, class_validator_1.IsString)({ each: true }),
20
+ __metadata("design:type", Array)
21
+ ], WalletVolumeSyncOption.prototype, "walletAddresses", void 0);
22
+ exports.WalletVolumeSyncOption = WalletVolumeSyncOption;
23
+ //# sourceMappingURL=WalletVolumeSyncOption.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WalletVolumeSyncOption.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet-points/dtos/WalletVolumeSyncOption.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgE;AAEhE,MAAa,sBAAsB;CAKlC;AAJC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;+DACC;AAJ5B,wDAKC"}
@@ -3,5 +3,5 @@ import { BadgeType } from '../constants';
3
3
  import { Multiplier } from './Multiplier.entity';
4
4
  export declare class RewardBadge extends Entity {
5
5
  badgeType: BadgeType;
6
- multiplier: Multiplier;
6
+ multiplier?: Multiplier;
7
7
  }
@@ -2,5 +2,7 @@ export * from './entities/WalletRewards.entity';
2
2
  export * from './entities/Multiplier.entity';
3
3
  export * from './entities/TxRewardsResponse.entity';
4
4
  export * from './dtos/TxRewardsRequest.dto';
5
+ export * from './dtos/WalletVolumeBackOption.dto';
6
+ export * from './dtos/WalletVolumeSyncOption.dto';
5
7
  export * from './entities/RewardBadge.entity';
6
8
  export * from './constants';
@@ -18,6 +18,8 @@ __exportStar(require("./entities/WalletRewards.entity"), exports);
18
18
  __exportStar(require("./entities/Multiplier.entity"), exports);
19
19
  __exportStar(require("./entities/TxRewardsResponse.entity"), exports);
20
20
  __exportStar(require("./dtos/TxRewardsRequest.dto"), exports);
21
+ __exportStar(require("./dtos/WalletVolumeBackOption.dto"), exports);
22
+ __exportStar(require("./dtos/WalletVolumeSyncOption.dto"), exports);
21
23
  __exportStar(require("./entities/RewardBadge.entity"), exports);
22
24
  __exportStar(require("./constants"), exports);
23
25
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/wallet-points/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD;AAChD,+DAA6C;AAC7C,sEAAoD;AACpD,8DAA4C;AAC5C,gEAA8C;AAC9C,8CAA4B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/wallet-points/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD;AAChD,+DAA6C;AAC7C,sEAAoD;AACpD,8DAA4C;AAC5C,oEAAkD;AAClD,oEAAkD;AAClD,gEAA8C;AAC9C,8CAA4B"}