@merkl/api 0.20.115 → 0.20.116

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 (43) hide show
  1. package/dist/database/api/.generated/drizzle/schema.d.ts +17 -0
  2. package/dist/database/api/.generated/drizzle/schema.js +1 -0
  3. package/dist/database/api/.generated/drizzle/schema.ts +1 -0
  4. package/dist/database/api/.generated/edge.js +4 -3
  5. package/dist/database/api/.generated/index-browser.js +1 -0
  6. package/dist/database/api/.generated/index.d.ts +58 -1
  7. package/dist/database/api/.generated/index.js +4 -3
  8. package/dist/database/api/.generated/package.json +1 -1
  9. package/dist/database/api/.generated/schema.prisma +1 -0
  10. package/dist/database/api/.generated/wasm.js +1 -0
  11. package/dist/src/eden/index.d.ts +118 -0
  12. package/dist/src/engine/deprecated/dynamicData/implementations/ERC721.js +4 -2
  13. package/dist/src/engine/deprecated/dynamicData/implementations/ERCMultiToken.js +4 -2
  14. package/dist/src/engine/deprecated/dynamicData/implementations/Erc20.js +4 -2
  15. package/dist/src/engine/deprecated/dynamicData/utils/getFixedApr.d.ts +0 -1
  16. package/dist/src/engine/deprecated/dynamicData/utils/getFixedApr.js +0 -8
  17. package/dist/src/index.d.ts +40 -0
  18. package/dist/src/modules/v4/campaign/campaign.controller.d.ts +4 -0
  19. package/dist/src/modules/v4/campaign/campaign.model.d.ts +2 -0
  20. package/dist/src/modules/v4/campaign/campaign.repository.d.ts +4 -0
  21. package/dist/src/modules/v4/campaign/campaign.service.d.ts +9 -0
  22. package/dist/src/modules/v4/campaign/campaign.service.js +4 -2
  23. package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +2 -0
  24. package/dist/src/modules/v4/dynamicData/dynamicData.service.js +7 -7
  25. package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +21 -0
  26. package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +10 -0
  27. package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +13 -0
  28. package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +25 -0
  29. package/dist/src/modules/v4/reward/reward.model.d.ts +4 -0
  30. package/dist/src/modules/v4/reward/reward.repository.d.ts +2 -0
  31. package/dist/src/modules/v4/reward/reward.service.d.ts +14 -0
  32. package/dist/src/modules/v4/router.d.ts +40 -0
  33. package/dist/src/modules/v4/token/token.controller.d.ts +9 -0
  34. package/dist/src/modules/v4/token/token.model.d.ts +3 -0
  35. package/dist/src/modules/v4/token/token.model.js +3 -0
  36. package/dist/src/modules/v4/token/token.repository.d.ts +4 -0
  37. package/dist/src/modules/v4/token/token.service.d.ts +13 -0
  38. package/dist/src/modules/v4/token/token.service.js +1 -0
  39. package/dist/src/modules/v4/user/user.controller.d.ts +4 -0
  40. package/dist/src/utils/parseDistributionType.d.ts +1 -0
  41. package/dist/src/utils/parseDistributionType.js +16 -0
  42. package/dist/tsconfig.package.tsbuildinfo +1 -1
  43. package/package.json +1 -1
@@ -152,6 +152,7 @@ export declare const OpportunityController: Elysia<"/opportunities", false, {
152
152
  verified: boolean;
153
153
  isTest: boolean;
154
154
  isPoint: boolean;
155
+ isPreTGE: boolean;
155
156
  isNative: boolean;
156
157
  } & {
157
158
  price?: number | null | undefined;
@@ -216,6 +217,7 @@ export declare const OpportunityController: Elysia<"/opportunities", false, {
216
217
  verified: boolean;
217
218
  isTest: boolean;
218
219
  isPoint: boolean;
220
+ isPreTGE: boolean;
219
221
  isNative: boolean;
220
222
  } & {
221
223
  price?: number | null | undefined;
@@ -306,6 +308,7 @@ export declare const OpportunityController: Elysia<"/opportunities", false, {
306
308
  verified: boolean;
307
309
  isTest: boolean;
308
310
  isPoint: boolean;
311
+ isPreTGE: boolean;
309
312
  isNative: boolean;
310
313
  price: number | null;
311
314
  };
@@ -333,6 +336,7 @@ export declare const OpportunityController: Elysia<"/opportunities", false, {
333
336
  verified: boolean;
334
337
  isTest: boolean;
335
338
  isPoint: boolean;
339
+ isPreTGE: boolean;
336
340
  isNative: boolean;
337
341
  } & {
338
342
  price?: number | null | undefined;
@@ -401,6 +405,7 @@ export declare const OpportunityController: Elysia<"/opportunities", false, {
401
405
  verified: boolean;
402
406
  isTest: boolean;
403
407
  isPoint: boolean;
408
+ isPreTGE: boolean;
404
409
  isNative: boolean;
405
410
  } & {
406
411
  price?: number | null | undefined;
@@ -533,6 +538,8 @@ export declare const OpportunityController: Elysia<"/opportunities", false, {
533
538
  decimals: number;
534
539
  verified: boolean;
535
540
  isTest: boolean;
541
+ isPoint: boolean;
542
+ isPreTGE: boolean;
536
543
  };
537
544
  value: number;
538
545
  campaignId: string;
@@ -555,6 +562,8 @@ export declare const OpportunityController: Elysia<"/opportunities", false, {
555
562
  decimals: number;
556
563
  verified: boolean;
557
564
  isTest: boolean;
565
+ isPoint: boolean;
566
+ isPreTGE: boolean;
558
567
  }[];
559
568
  tags: string[];
560
569
  identifier: string;
@@ -666,6 +675,8 @@ export declare const OpportunityController: Elysia<"/opportunities", false, {
666
675
  decimals: number;
667
676
  verified: boolean;
668
677
  isTest: boolean;
678
+ isPoint: boolean;
679
+ isPreTGE: boolean;
669
680
  };
670
681
  value: number;
671
682
  campaignId: string;
@@ -688,6 +699,8 @@ export declare const OpportunityController: Elysia<"/opportunities", false, {
688
699
  decimals: number;
689
700
  verified: boolean;
690
701
  isTest: boolean;
702
+ isPoint: boolean;
703
+ isPreTGE: boolean;
691
704
  }[];
692
705
  tags: string[];
693
706
  identifier: string;
@@ -751,6 +764,8 @@ export declare const OpportunityController: Elysia<"/opportunities", false, {
751
764
  decimals: number;
752
765
  verified: boolean;
753
766
  isTest: boolean;
767
+ isPoint: boolean;
768
+ isPreTGE: boolean;
754
769
  };
755
770
  }[];
756
771
  }[];
@@ -833,6 +848,8 @@ export declare const OpportunityController: Elysia<"/opportunities", false, {
833
848
  decimals: number;
834
849
  verified: boolean;
835
850
  isTest: boolean;
851
+ isPoint: boolean;
852
+ isPreTGE: boolean;
836
853
  };
837
854
  value: number;
838
855
  campaignId: string;
@@ -855,6 +872,8 @@ export declare const OpportunityController: Elysia<"/opportunities", false, {
855
872
  decimals: number;
856
873
  verified: boolean;
857
874
  isTest: boolean;
875
+ isPoint: boolean;
876
+ isPreTGE: boolean;
858
877
  }[];
859
878
  tags: string[];
860
879
  identifier: string;
@@ -918,6 +937,8 @@ export declare const OpportunityController: Elysia<"/opportunities", false, {
918
937
  decimals: number;
919
938
  verified: boolean;
920
939
  isTest: boolean;
940
+ isPoint: boolean;
941
+ isPreTGE: boolean;
921
942
  };
922
943
  }[];
923
944
  };
@@ -61,6 +61,8 @@ export declare const OpportunityResourceDto: import("@sinclair/typebox").TObject
61
61
  icon: import("@sinclair/typebox").TString;
62
62
  verified: import("@sinclair/typebox").TBoolean;
63
63
  isTest: import("@sinclair/typebox").TBoolean;
64
+ isPoint: import("@sinclair/typebox").TBoolean;
65
+ isPreTGE: import("@sinclair/typebox").TBoolean;
64
66
  price: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
65
67
  symbol: import("@sinclair/typebox").TString;
66
68
  }>>;
@@ -116,6 +118,8 @@ export declare const OpportunityResourceDto: import("@sinclair/typebox").TObject
116
118
  icon: import("@sinclair/typebox").TString;
117
119
  verified: import("@sinclair/typebox").TBoolean;
118
120
  isTest: import("@sinclair/typebox").TBoolean;
121
+ isPoint: import("@sinclair/typebox").TBoolean;
122
+ isPreTGE: import("@sinclair/typebox").TBoolean;
119
123
  price: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
120
124
  symbol: import("@sinclair/typebox").TString;
121
125
  }>;
@@ -154,6 +158,8 @@ export declare const OpportunityWithCampaignsResourceDto: import("@sinclair/type
154
158
  icon: import("@sinclair/typebox").TString;
155
159
  verified: import("@sinclair/typebox").TBoolean;
156
160
  isTest: import("@sinclair/typebox").TBoolean;
161
+ isPoint: import("@sinclair/typebox").TBoolean;
162
+ isPreTGE: import("@sinclair/typebox").TBoolean;
157
163
  price: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
158
164
  symbol: import("@sinclair/typebox").TString;
159
165
  }>>;
@@ -226,6 +232,8 @@ export declare const OpportunityWithCampaignsResourceDto: import("@sinclair/type
226
232
  icon: import("@sinclair/typebox").TString;
227
233
  verified: import("@sinclair/typebox").TBoolean;
228
234
  isTest: import("@sinclair/typebox").TBoolean;
235
+ isPoint: import("@sinclair/typebox").TBoolean;
236
+ isPreTGE: import("@sinclair/typebox").TBoolean;
229
237
  price: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
230
238
  symbol: import("@sinclair/typebox").TString;
231
239
  }>;
@@ -265,6 +273,8 @@ export declare const OpportunityWithCampaignsResourceDto: import("@sinclair/type
265
273
  icon: import("@sinclair/typebox").TString;
266
274
  verified: import("@sinclair/typebox").TBoolean;
267
275
  isTest: import("@sinclair/typebox").TBoolean;
276
+ isPoint: import("@sinclair/typebox").TBoolean;
277
+ isPreTGE: import("@sinclair/typebox").TBoolean;
268
278
  price: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
269
279
  symbol: import("@sinclair/typebox").TString;
270
280
  }>;
@@ -46,6 +46,7 @@ export declare abstract class OpportunityRepository {
46
46
  verified: boolean;
47
47
  isTest: boolean;
48
48
  isPoint: boolean;
49
+ isPreTGE: boolean;
49
50
  isNative: boolean;
50
51
  price: number | null;
51
52
  };
@@ -79,6 +80,7 @@ export declare abstract class OpportunityRepository {
79
80
  verified: boolean;
80
81
  isTest: boolean;
81
82
  isPoint: boolean;
83
+ isPreTGE: boolean;
82
84
  isNative: boolean;
83
85
  price: number | null;
84
86
  }[];
@@ -145,6 +147,7 @@ export declare abstract class OpportunityRepository {
145
147
  verified: boolean;
146
148
  isTest: boolean;
147
149
  isPoint: boolean;
150
+ isPreTGE: boolean;
148
151
  isNative: boolean;
149
152
  price: number | null;
150
153
  };
@@ -223,6 +226,7 @@ export declare abstract class OpportunityRepository {
223
226
  verified: boolean;
224
227
  isTest: boolean;
225
228
  isPoint: boolean;
229
+ isPreTGE: boolean;
226
230
  isNative: boolean;
227
231
  price: number | null;
228
232
  }[];
@@ -289,6 +293,7 @@ export declare abstract class OpportunityRepository {
289
293
  verified: boolean;
290
294
  isTest: boolean;
291
295
  isPoint: boolean;
296
+ isPreTGE: boolean;
292
297
  isNative: boolean;
293
298
  price: number | null;
294
299
  };
@@ -379,6 +384,7 @@ export declare abstract class OpportunityRepository {
379
384
  verified: boolean;
380
385
  isTest: boolean;
381
386
  isPoint: boolean;
387
+ isPreTGE: boolean;
382
388
  isNative: boolean;
383
389
  price: number | null;
384
390
  };
@@ -425,6 +431,7 @@ export declare abstract class OpportunityRepository {
425
431
  verified: boolean;
426
432
  isTest: boolean;
427
433
  isPoint: boolean;
434
+ isPreTGE: boolean;
428
435
  isNative: boolean;
429
436
  price: number | null;
430
437
  }[];
@@ -491,6 +498,7 @@ export declare abstract class OpportunityRepository {
491
498
  verified: boolean;
492
499
  isTest: boolean;
493
500
  isPoint: boolean;
501
+ isPreTGE: boolean;
494
502
  isNative: boolean;
495
503
  price: number | null;
496
504
  };
@@ -576,6 +584,7 @@ export declare abstract class OpportunityRepository {
576
584
  verified: boolean;
577
585
  isTest: boolean;
578
586
  isPoint: boolean;
587
+ isPreTGE: boolean;
579
588
  isNative: boolean;
580
589
  price: number | null;
581
590
  }[];
@@ -642,6 +651,7 @@ export declare abstract class OpportunityRepository {
642
651
  verified: boolean;
643
652
  isTest: boolean;
644
653
  isPoint: boolean;
654
+ isPreTGE: boolean;
645
655
  isNative: boolean;
646
656
  price: number | null;
647
657
  };
@@ -734,6 +744,7 @@ export declare abstract class OpportunityRepository {
734
744
  verified: boolean;
735
745
  isTest: boolean;
736
746
  isPoint: boolean;
747
+ isPreTGE: boolean;
737
748
  isNative: boolean;
738
749
  price: number | null;
739
750
  };
@@ -780,6 +791,7 @@ export declare abstract class OpportunityRepository {
780
791
  verified: boolean;
781
792
  isTest: boolean;
782
793
  isPoint: boolean;
794
+ isPreTGE: boolean;
783
795
  isNative: boolean;
784
796
  price: number | null;
785
797
  }[];
@@ -846,6 +858,7 @@ export declare abstract class OpportunityRepository {
846
858
  verified: boolean;
847
859
  isTest: boolean;
848
860
  isPoint: boolean;
861
+ isPreTGE: boolean;
849
862
  isNative: boolean;
850
863
  price: number | null;
851
864
  };
@@ -60,6 +60,7 @@ export declare abstract class OpportunityService {
60
60
  verified: boolean;
61
61
  isTest: boolean;
62
62
  isPoint: boolean;
63
+ isPreTGE: boolean;
63
64
  isNative: boolean;
64
65
  } & {
65
66
  price?: number | null | undefined;
@@ -133,6 +134,7 @@ export declare abstract class OpportunityService {
133
134
  verified: boolean;
134
135
  isTest: boolean;
135
136
  isPoint: boolean;
137
+ isPreTGE: boolean;
136
138
  isNative: boolean;
137
139
  } & {
138
140
  price?: number | null | undefined;
@@ -181,6 +183,7 @@ export declare abstract class OpportunityService {
181
183
  verified: boolean;
182
184
  isTest: boolean;
183
185
  isPoint: boolean;
186
+ isPreTGE: boolean;
184
187
  isNative: boolean;
185
188
  } & {
186
189
  price?: number | null | undefined;
@@ -247,6 +250,8 @@ export declare abstract class OpportunityService {
247
250
  decimals: number;
248
251
  verified: boolean;
249
252
  isTest: boolean;
253
+ isPoint: boolean;
254
+ isPreTGE: boolean;
250
255
  };
251
256
  value: number;
252
257
  campaignId: string;
@@ -269,6 +274,8 @@ export declare abstract class OpportunityService {
269
274
  decimals: number;
270
275
  verified: boolean;
271
276
  isTest: boolean;
277
+ isPoint: boolean;
278
+ isPreTGE: boolean;
272
279
  }[];
273
280
  tags: string[];
274
281
  identifier: string;
@@ -332,6 +339,8 @@ export declare abstract class OpportunityService {
332
339
  decimals: number;
333
340
  verified: boolean;
334
341
  isTest: boolean;
342
+ isPoint: boolean;
343
+ isPreTGE: boolean;
335
344
  };
336
345
  }[];
337
346
  }[]>;
@@ -386,6 +395,8 @@ export declare abstract class OpportunityService {
386
395
  decimals: number;
387
396
  verified: boolean;
388
397
  isTest: boolean;
398
+ isPoint: boolean;
399
+ isPreTGE: boolean;
389
400
  };
390
401
  value: number;
391
402
  campaignId: string;
@@ -408,6 +419,8 @@ export declare abstract class OpportunityService {
408
419
  decimals: number;
409
420
  verified: boolean;
410
421
  isTest: boolean;
422
+ isPoint: boolean;
423
+ isPreTGE: boolean;
411
424
  }[];
412
425
  tags: string[];
413
426
  identifier: string;
@@ -471,6 +484,8 @@ export declare abstract class OpportunityService {
471
484
  decimals: number;
472
485
  verified: boolean;
473
486
  isTest: boolean;
487
+ isPoint: boolean;
488
+ isPreTGE: boolean;
474
489
  };
475
490
  }[];
476
491
  }>;
@@ -526,6 +541,7 @@ export declare abstract class OpportunityService {
526
541
  verified: boolean;
527
542
  isTest: boolean;
528
543
  isPoint: boolean;
544
+ isPreTGE: boolean;
529
545
  isNative: boolean;
530
546
  price: number | null;
531
547
  };
@@ -553,6 +569,7 @@ export declare abstract class OpportunityService {
553
569
  verified: boolean;
554
570
  isTest: boolean;
555
571
  isPoint: boolean;
572
+ isPreTGE: boolean;
556
573
  isNative: boolean;
557
574
  } & {
558
575
  price?: number | null | undefined;
@@ -621,6 +638,7 @@ export declare abstract class OpportunityService {
621
638
  verified: boolean;
622
639
  isTest: boolean;
623
640
  isPoint: boolean;
641
+ isPreTGE: boolean;
624
642
  isNative: boolean;
625
643
  } & {
626
644
  price?: number | null | undefined;
@@ -701,6 +719,7 @@ export declare abstract class OpportunityService {
701
719
  verified: boolean;
702
720
  isTest: boolean;
703
721
  isPoint: boolean;
722
+ isPreTGE: boolean;
704
723
  isNative: boolean;
705
724
  price: number | null;
706
725
  };
@@ -728,6 +747,7 @@ export declare abstract class OpportunityService {
728
747
  verified: boolean;
729
748
  isTest: boolean;
730
749
  isPoint: boolean;
750
+ isPreTGE: boolean;
731
751
  isNative: boolean;
732
752
  } & {
733
753
  price?: number | null | undefined;
@@ -796,6 +816,7 @@ export declare abstract class OpportunityService {
796
816
  verified: boolean;
797
817
  isTest: boolean;
798
818
  isPoint: boolean;
819
+ isPreTGE: boolean;
799
820
  isNative: boolean;
800
821
  } & {
801
822
  price?: number | null | undefined;
@@ -869,6 +890,7 @@ export declare abstract class OpportunityService {
869
890
  verified: boolean;
870
891
  isTest: boolean;
871
892
  isPoint: boolean;
893
+ isPreTGE: boolean;
872
894
  isNative: boolean;
873
895
  price: number | null;
874
896
  };
@@ -896,6 +918,7 @@ export declare abstract class OpportunityService {
896
918
  verified: boolean;
897
919
  isTest: boolean;
898
920
  isPoint: boolean;
921
+ isPreTGE: boolean;
899
922
  isNative: boolean;
900
923
  } & {
901
924
  price?: number | null | undefined;
@@ -964,6 +987,7 @@ export declare abstract class OpportunityService {
964
987
  verified: boolean;
965
988
  isTest: boolean;
966
989
  isPoint: boolean;
990
+ isPreTGE: boolean;
967
991
  isNative: boolean;
968
992
  } & {
969
993
  price?: number | null | undefined;
@@ -1007,6 +1031,7 @@ export declare abstract class OpportunityService {
1007
1031
  verified: boolean;
1008
1032
  isTest: boolean;
1009
1033
  isPoint: boolean;
1034
+ isPreTGE: boolean;
1010
1035
  isNative: boolean;
1011
1036
  } & {
1012
1037
  price?: number | null | undefined;
@@ -51,6 +51,8 @@ export declare const DailyRewardsBreakdownRecordResourceDto: import("@sinclair/t
51
51
  icon: import("@sinclair/typebox").TString;
52
52
  verified: import("@sinclair/typebox").TBoolean;
53
53
  isTest: import("@sinclair/typebox").TBoolean;
54
+ isPoint: import("@sinclair/typebox").TBoolean;
55
+ isPreTGE: import("@sinclair/typebox").TBoolean;
54
56
  price: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
55
57
  symbol: import("@sinclair/typebox").TString;
56
58
  }>;
@@ -74,6 +76,8 @@ export declare const DailyRewardsRecordResourceDto: import("@sinclair/typebox").
74
76
  icon: import("@sinclair/typebox").TString;
75
77
  verified: import("@sinclair/typebox").TBoolean;
76
78
  isTest: import("@sinclair/typebox").TBoolean;
79
+ isPoint: import("@sinclair/typebox").TBoolean;
80
+ isPreTGE: import("@sinclair/typebox").TBoolean;
77
81
  price: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
78
82
  symbol: import("@sinclair/typebox").TString;
79
83
  }>;
@@ -16,6 +16,7 @@ export declare abstract class RewardRepository {
16
16
  verified: boolean;
17
17
  isTest: boolean;
18
18
  isPoint: boolean;
19
+ isPreTGE: boolean;
19
20
  isNative: boolean;
20
21
  price: number | null;
21
22
  };
@@ -40,6 +41,7 @@ export declare abstract class RewardRepository {
40
41
  verified: boolean;
41
42
  isTest: boolean;
42
43
  isPoint: boolean;
44
+ isPreTGE: boolean;
43
45
  isNative: boolean;
44
46
  price: number | null;
45
47
  }[];
@@ -55,6 +55,7 @@ export declare abstract class RewardService {
55
55
  verified: boolean;
56
56
  isTest: boolean;
57
57
  isPoint: boolean;
58
+ isPreTGE: boolean;
58
59
  isNative: boolean;
59
60
  price: number | null;
60
61
  };
@@ -82,6 +83,7 @@ export declare abstract class RewardService {
82
83
  verified: boolean;
83
84
  isTest: boolean;
84
85
  isPoint: boolean;
86
+ isPreTGE: boolean;
85
87
  isNative: boolean;
86
88
  } & {
87
89
  price?: number | null | undefined;
@@ -150,6 +152,7 @@ export declare abstract class RewardService {
150
152
  verified: boolean;
151
153
  isTest: boolean;
152
154
  isPoint: boolean;
155
+ isPreTGE: boolean;
153
156
  isNative: boolean;
154
157
  } & {
155
158
  price?: number | null | undefined;
@@ -206,6 +209,7 @@ export declare abstract class RewardService {
206
209
  verified: boolean;
207
210
  isTest: boolean;
208
211
  isPoint: boolean;
212
+ isPreTGE: boolean;
209
213
  isNative: boolean;
210
214
  price: number | null;
211
215
  }[];
@@ -266,6 +270,7 @@ export declare abstract class RewardService {
266
270
  verified: boolean;
267
271
  isTest: boolean;
268
272
  isPoint: boolean;
273
+ isPreTGE: boolean;
269
274
  isNative: boolean;
270
275
  price: number | null;
271
276
  };
@@ -289,6 +294,7 @@ export declare abstract class RewardService {
289
294
  verified: boolean;
290
295
  isTest: boolean;
291
296
  isPoint: boolean;
297
+ isPreTGE: boolean;
292
298
  isNative: boolean;
293
299
  price: number | null;
294
300
  }[];
@@ -352,6 +358,7 @@ export declare abstract class RewardService {
352
358
  verified: boolean;
353
359
  isTest: boolean;
354
360
  isPoint: boolean;
361
+ isPreTGE: boolean;
355
362
  isNative: boolean;
356
363
  price: number | null;
357
364
  };
@@ -376,6 +383,7 @@ export declare abstract class RewardService {
376
383
  verified: boolean;
377
384
  isTest: boolean;
378
385
  isPoint: boolean;
386
+ isPreTGE: boolean;
379
387
  isNative: boolean;
380
388
  price: number | null;
381
389
  }[];
@@ -469,6 +477,7 @@ export declare abstract class RewardService {
469
477
  verified: boolean;
470
478
  isTest: boolean;
471
479
  isPoint: boolean;
480
+ isPreTGE: boolean;
472
481
  isNative: boolean;
473
482
  price: number | null;
474
483
  };
@@ -492,6 +501,7 @@ export declare abstract class RewardService {
492
501
  verified: boolean;
493
502
  isTest: boolean;
494
503
  isPoint: boolean;
504
+ isPreTGE: boolean;
495
505
  isNative: boolean;
496
506
  price: number | null;
497
507
  }[];
@@ -567,6 +577,7 @@ export declare abstract class RewardService {
567
577
  verified: boolean;
568
578
  isTest: boolean;
569
579
  isPoint: boolean;
580
+ isPreTGE: boolean;
570
581
  isNative: boolean;
571
582
  price: number | null;
572
583
  };
@@ -590,6 +601,7 @@ export declare abstract class RewardService {
590
601
  verified: boolean;
591
602
  isTest: boolean;
592
603
  isPoint: boolean;
604
+ isPreTGE: boolean;
593
605
  isNative: boolean;
594
606
  price: number | null;
595
607
  }[];
@@ -662,6 +674,7 @@ export declare abstract class RewardService {
662
674
  verified: boolean;
663
675
  isTest: boolean;
664
676
  isPoint: boolean;
677
+ isPreTGE: boolean;
665
678
  isNative: boolean;
666
679
  price: number | null;
667
680
  };
@@ -686,6 +699,7 @@ export declare abstract class RewardService {
686
699
  verified: boolean;
687
700
  isTest: boolean;
688
701
  isPoint: boolean;
702
+ isPreTGE: boolean;
689
703
  isNative: boolean;
690
704
  price: number | null;
691
705
  }[];