@merkl/api 1.0.96 → 1.0.97
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/eden/index.d.ts +0 -148
- package/dist/src/index.d.ts +0 -74
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +0 -8
- package/dist/src/modules/v4/campaign/campaign.model.d.ts +0 -2
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +0 -10
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +0 -6
- package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +0 -12
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +0 -28
- package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +0 -6
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +0 -10
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +0 -28
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +0 -26
- package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +0 -2
- package/dist/src/modules/v4/programPayload/programPayload.service.d.ts +0 -2
- package/dist/src/modules/v4/reward/reward.model.d.ts +0 -4
- package/dist/src/modules/v4/reward/reward.repository.d.ts +0 -4
- package/dist/src/modules/v4/reward/reward.service.d.ts +0 -26
- package/dist/src/modules/v4/router.d.ts +0 -74
- package/dist/src/modules/v4/token/token.controller.d.ts +0 -20
- package/dist/src/modules/v4/token/token.model.d.ts +1 -8
- package/dist/src/modules/v4/token/token.repository.d.ts +0 -10
- package/dist/src/modules/v4/token/token.service.d.ts +0 -28
- package/dist/src/modules/v4/user/user.controller.d.ts +0 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/src/index.d.ts
CHANGED
@@ -1573,8 +1573,6 @@ declare const app: Elysia<"", {
|
|
1573
1573
|
type: "TOKEN" | "PRETGE" | "POINT";
|
1574
1574
|
icon: string;
|
1575
1575
|
isNative: boolean;
|
1576
|
-
isPoint: boolean;
|
1577
|
-
isPreTGE: boolean;
|
1578
1576
|
isTest: boolean;
|
1579
1577
|
verified: boolean;
|
1580
1578
|
};
|
@@ -1596,8 +1594,6 @@ declare const app: Elysia<"", {
|
|
1596
1594
|
type: "TOKEN" | "PRETGE" | "POINT";
|
1597
1595
|
icon: string;
|
1598
1596
|
isNative: boolean;
|
1599
|
-
isPoint: boolean;
|
1600
|
-
isPreTGE: boolean;
|
1601
1597
|
isTest: boolean;
|
1602
1598
|
verified: boolean;
|
1603
1599
|
}[];
|
@@ -1644,8 +1640,6 @@ declare const app: Elysia<"", {
|
|
1644
1640
|
type: "TOKEN" | "PRETGE" | "POINT";
|
1645
1641
|
icon: string;
|
1646
1642
|
isNative: boolean;
|
1647
|
-
isPoint: boolean;
|
1648
|
-
isPreTGE: boolean;
|
1649
1643
|
isTest: boolean;
|
1650
1644
|
verified: boolean;
|
1651
1645
|
};
|
@@ -1779,8 +1773,6 @@ declare const app: Elysia<"", {
|
|
1779
1773
|
type: "TOKEN" | "PRETGE" | "POINT";
|
1780
1774
|
icon: string;
|
1781
1775
|
isNative: boolean;
|
1782
|
-
isPoint: boolean;
|
1783
|
-
isPreTGE: boolean;
|
1784
1776
|
isTest: boolean;
|
1785
1777
|
verified: boolean;
|
1786
1778
|
};
|
@@ -1802,8 +1794,6 @@ declare const app: Elysia<"", {
|
|
1802
1794
|
type: "TOKEN" | "PRETGE" | "POINT";
|
1803
1795
|
icon: string;
|
1804
1796
|
isNative: boolean;
|
1805
|
-
isPoint: boolean;
|
1806
|
-
isPreTGE: boolean;
|
1807
1797
|
isTest: boolean;
|
1808
1798
|
verified: boolean;
|
1809
1799
|
}[];
|
@@ -1920,8 +1910,6 @@ declare const app: Elysia<"", {
|
|
1920
1910
|
type: "TOKEN" | "PRETGE" | "POINT";
|
1921
1911
|
icon: string;
|
1922
1912
|
isNative: boolean;
|
1923
|
-
isPoint: boolean;
|
1924
|
-
isPreTGE: boolean;
|
1925
1913
|
isTest: boolean;
|
1926
1914
|
verified: boolean;
|
1927
1915
|
};
|
@@ -1943,8 +1931,6 @@ declare const app: Elysia<"", {
|
|
1943
1931
|
type: "TOKEN" | "PRETGE" | "POINT";
|
1944
1932
|
icon: string;
|
1945
1933
|
isNative: boolean;
|
1946
|
-
isPoint: boolean;
|
1947
|
-
isPreTGE: boolean;
|
1948
1934
|
isTest: boolean;
|
1949
1935
|
verified: boolean;
|
1950
1936
|
}[];
|
@@ -1991,8 +1977,6 @@ declare const app: Elysia<"", {
|
|
1991
1977
|
type: "TOKEN" | "PRETGE" | "POINT";
|
1992
1978
|
icon: string;
|
1993
1979
|
isNative: boolean;
|
1994
|
-
isPoint: boolean;
|
1995
|
-
isPreTGE: boolean;
|
1996
1980
|
isTest: boolean;
|
1997
1981
|
verified: boolean;
|
1998
1982
|
};
|
@@ -2145,8 +2129,6 @@ declare const app: Elysia<"", {
|
|
2145
2129
|
type: "TOKEN" | "PRETGE" | "POINT";
|
2146
2130
|
icon: string;
|
2147
2131
|
isNative: boolean;
|
2148
|
-
isPoint: boolean;
|
2149
|
-
isPreTGE: boolean;
|
2150
2132
|
isTest: boolean;
|
2151
2133
|
verified: boolean;
|
2152
2134
|
};
|
@@ -2168,8 +2150,6 @@ declare const app: Elysia<"", {
|
|
2168
2150
|
type: "TOKEN" | "PRETGE" | "POINT";
|
2169
2151
|
icon: string;
|
2170
2152
|
isNative: boolean;
|
2171
|
-
isPoint: boolean;
|
2172
|
-
isPreTGE: boolean;
|
2173
2153
|
isTest: boolean;
|
2174
2154
|
verified: boolean;
|
2175
2155
|
}[];
|
@@ -2578,8 +2558,6 @@ declare const app: Elysia<"", {
|
|
2578
2558
|
type: import("@package/databases").TokenType;
|
2579
2559
|
icon: string;
|
2580
2560
|
isNative: boolean;
|
2581
|
-
isPoint: boolean;
|
2582
|
-
isPreTGE: boolean;
|
2583
2561
|
isTest: boolean;
|
2584
2562
|
verified: boolean;
|
2585
2563
|
} & {
|
@@ -2605,8 +2583,6 @@ declare const app: Elysia<"", {
|
|
2605
2583
|
type: import("@package/databases").TokenType;
|
2606
2584
|
icon: string;
|
2607
2585
|
isNative: boolean;
|
2608
|
-
isPoint: boolean;
|
2609
|
-
isPreTGE: boolean;
|
2610
2586
|
isTest: boolean;
|
2611
2587
|
verified: boolean;
|
2612
2588
|
displaySymbol: string;
|
@@ -2781,8 +2757,6 @@ declare const app: Elysia<"", {
|
|
2781
2757
|
type: import("@package/databases").TokenType;
|
2782
2758
|
icon: string;
|
2783
2759
|
isNative: boolean;
|
2784
|
-
isPoint: boolean;
|
2785
|
-
isPreTGE: boolean;
|
2786
2760
|
isTest: boolean;
|
2787
2761
|
verified: boolean;
|
2788
2762
|
} & {
|
@@ -2808,8 +2782,6 @@ declare const app: Elysia<"", {
|
|
2808
2782
|
type: import("@package/databases").TokenType;
|
2809
2783
|
icon: string;
|
2810
2784
|
isNative: boolean;
|
2811
|
-
isPoint: boolean;
|
2812
|
-
isPreTGE: boolean;
|
2813
2785
|
isTest: boolean;
|
2814
2786
|
verified: boolean;
|
2815
2787
|
displaySymbol: string;
|
@@ -2923,8 +2895,6 @@ declare const app: Elysia<"", {
|
|
2923
2895
|
type: import("@package/databases").TokenType;
|
2924
2896
|
icon: string;
|
2925
2897
|
isNative: boolean;
|
2926
|
-
isPoint: boolean;
|
2927
|
-
isPreTGE: boolean;
|
2928
2898
|
isTest: boolean;
|
2929
2899
|
verified: boolean;
|
2930
2900
|
} & {
|
@@ -2950,8 +2920,6 @@ declare const app: Elysia<"", {
|
|
2950
2920
|
type: import("@package/databases").TokenType;
|
2951
2921
|
icon: string;
|
2952
2922
|
isNative: boolean;
|
2953
|
-
isPoint: boolean;
|
2954
|
-
isPreTGE: boolean;
|
2955
2923
|
isTest: boolean;
|
2956
2924
|
verified: boolean;
|
2957
2925
|
displaySymbol: string;
|
@@ -3043,8 +3011,6 @@ declare const app: Elysia<"", {
|
|
3043
3011
|
type: "TOKEN" | "PRETGE" | "POINT";
|
3044
3012
|
icon: string;
|
3045
3013
|
isNative: boolean;
|
3046
|
-
isPoint: boolean;
|
3047
|
-
isPreTGE: boolean;
|
3048
3014
|
isTest: boolean;
|
3049
3015
|
verified: boolean;
|
3050
3016
|
};
|
@@ -3336,8 +3302,6 @@ declare const app: Elysia<"", {
|
|
3336
3302
|
type: "TOKEN" | "PRETGE" | "POINT";
|
3337
3303
|
icon: string;
|
3338
3304
|
isNative: boolean;
|
3339
|
-
isPoint: boolean;
|
3340
|
-
isPreTGE: boolean;
|
3341
3305
|
isTest: boolean;
|
3342
3306
|
verified: boolean;
|
3343
3307
|
};
|
@@ -4039,8 +4003,6 @@ declare const app: Elysia<"", {
|
|
4039
4003
|
type: import("@package/databases").TokenType;
|
4040
4004
|
icon: string;
|
4041
4005
|
isNative: boolean;
|
4042
|
-
isPoint: boolean;
|
4043
|
-
isPreTGE: boolean;
|
4044
4006
|
isTest: boolean;
|
4045
4007
|
verified: boolean;
|
4046
4008
|
} & {
|
@@ -4066,8 +4028,6 @@ declare const app: Elysia<"", {
|
|
4066
4028
|
type: import("@package/databases").TokenType;
|
4067
4029
|
icon: string;
|
4068
4030
|
isNative: boolean;
|
4069
|
-
isPoint: boolean;
|
4070
|
-
isPreTGE: boolean;
|
4071
4031
|
isTest: boolean;
|
4072
4032
|
verified: boolean;
|
4073
4033
|
displaySymbol: string;
|
@@ -4164,8 +4124,6 @@ declare const app: Elysia<"", {
|
|
4164
4124
|
type: import("@package/databases").TokenType;
|
4165
4125
|
icon: string;
|
4166
4126
|
isNative: boolean;
|
4167
|
-
isPoint: boolean;
|
4168
|
-
isPreTGE: boolean;
|
4169
4127
|
isTest: boolean;
|
4170
4128
|
verified: boolean;
|
4171
4129
|
} & {
|
@@ -4191,8 +4149,6 @@ declare const app: Elysia<"", {
|
|
4191
4149
|
type: import("@package/databases").TokenType;
|
4192
4150
|
icon: string;
|
4193
4151
|
isNative: boolean;
|
4194
|
-
isPoint: boolean;
|
4195
|
-
isPreTGE: boolean;
|
4196
4152
|
isTest: boolean;
|
4197
4153
|
verified: boolean;
|
4198
4154
|
displaySymbol: string;
|
@@ -4290,8 +4246,6 @@ declare const app: Elysia<"", {
|
|
4290
4246
|
type: import("@package/databases").TokenType;
|
4291
4247
|
icon: string;
|
4292
4248
|
isNative: boolean;
|
4293
|
-
isPoint: boolean;
|
4294
|
-
isPreTGE: boolean;
|
4295
4249
|
isTest: boolean;
|
4296
4250
|
verified: boolean;
|
4297
4251
|
} & {
|
@@ -4317,8 +4271,6 @@ declare const app: Elysia<"", {
|
|
4317
4271
|
type: import("@package/databases").TokenType;
|
4318
4272
|
icon: string;
|
4319
4273
|
isNative: boolean;
|
4320
|
-
isPoint: boolean;
|
4321
|
-
isPreTGE: boolean;
|
4322
4274
|
isTest: boolean;
|
4323
4275
|
verified: boolean;
|
4324
4276
|
displaySymbol: string;
|
@@ -4679,8 +4631,6 @@ declare const app: Elysia<"", {
|
|
4679
4631
|
type: import("@package/databases").TokenType;
|
4680
4632
|
icon: string;
|
4681
4633
|
isNative: boolean;
|
4682
|
-
isPoint: boolean;
|
4683
|
-
isPreTGE: boolean;
|
4684
4634
|
isTest: boolean;
|
4685
4635
|
verified: boolean;
|
4686
4636
|
price?: number | null | undefined;
|
@@ -4725,8 +4675,6 @@ declare const app: Elysia<"", {
|
|
4725
4675
|
type: import("@package/databases").TokenType;
|
4726
4676
|
icon: string;
|
4727
4677
|
isNative: boolean;
|
4728
|
-
isPoint: boolean;
|
4729
|
-
isPreTGE: boolean;
|
4730
4678
|
isTest: boolean;
|
4731
4679
|
verified: boolean;
|
4732
4680
|
price?: number | null | undefined;
|
@@ -4773,8 +4721,6 @@ declare const app: Elysia<"", {
|
|
4773
4721
|
type: import("@package/databases").TokenType;
|
4774
4722
|
icon: string;
|
4775
4723
|
isNative: boolean;
|
4776
|
-
isPoint: boolean;
|
4777
|
-
isPreTGE: boolean;
|
4778
4724
|
isTest: boolean;
|
4779
4725
|
verified: boolean;
|
4780
4726
|
displaySymbol: string;
|
@@ -4817,8 +4763,6 @@ declare const app: Elysia<"", {
|
|
4817
4763
|
type: import("@package/databases").TokenType;
|
4818
4764
|
icon: string;
|
4819
4765
|
isNative: boolean;
|
4820
|
-
isPoint: boolean;
|
4821
|
-
isPreTGE: boolean;
|
4822
4766
|
isTest: boolean;
|
4823
4767
|
verified: boolean;
|
4824
4768
|
displaySymbol: string;
|
@@ -4860,8 +4804,6 @@ declare const app: Elysia<"", {
|
|
4860
4804
|
type: import("@package/databases").TokenType;
|
4861
4805
|
icon: string;
|
4862
4806
|
isNative: boolean;
|
4863
|
-
isPoint: boolean;
|
4864
|
-
isPreTGE: boolean;
|
4865
4807
|
isTest: boolean;
|
4866
4808
|
verified: boolean;
|
4867
4809
|
} & {
|
@@ -4915,8 +4857,6 @@ declare const app: Elysia<"", {
|
|
4915
4857
|
type: import("@package/databases").TokenType;
|
4916
4858
|
icon: string;
|
4917
4859
|
isNative: boolean;
|
4918
|
-
isPoint: boolean;
|
4919
|
-
isPreTGE: boolean;
|
4920
4860
|
isTest: boolean;
|
4921
4861
|
verified: boolean;
|
4922
4862
|
} & {
|
@@ -4998,8 +4938,6 @@ declare const app: Elysia<"", {
|
|
4998
4938
|
type: import("@package/databases").TokenType;
|
4999
4939
|
icon: string;
|
5000
4940
|
isNative: boolean;
|
5001
|
-
isPoint: boolean;
|
5002
|
-
isPreTGE: boolean;
|
5003
4941
|
isTest: boolean;
|
5004
4942
|
verified: boolean;
|
5005
4943
|
displaySymbol: string;
|
@@ -5022,8 +4960,6 @@ declare const app: Elysia<"", {
|
|
5022
4960
|
name?: string | undefined;
|
5023
4961
|
type?: "TOKEN" | "PRETGE" | "POINT" | undefined;
|
5024
4962
|
icon?: string | undefined;
|
5025
|
-
isPoint?: boolean | undefined;
|
5026
|
-
isPreTGE?: boolean | undefined;
|
5027
4963
|
isTest?: boolean | undefined;
|
5028
4964
|
verified?: boolean | undefined;
|
5029
4965
|
displaySymbol?: string | undefined;
|
@@ -5047,8 +4983,6 @@ declare const app: Elysia<"", {
|
|
5047
4983
|
type: import("@package/databases").TokenType;
|
5048
4984
|
icon: string;
|
5049
4985
|
isNative: boolean;
|
5050
|
-
isPoint: boolean;
|
5051
|
-
isPreTGE: boolean;
|
5052
4986
|
isTest: boolean;
|
5053
4987
|
verified: boolean;
|
5054
4988
|
displaySymbol: string;
|
@@ -5121,8 +5055,6 @@ declare const app: Elysia<"", {
|
|
5121
5055
|
type: import("@package/databases").TokenType;
|
5122
5056
|
icon: string;
|
5123
5057
|
isNative: boolean;
|
5124
|
-
isPoint: boolean;
|
5125
|
-
isPreTGE: boolean;
|
5126
5058
|
isTest: boolean;
|
5127
5059
|
verified: boolean;
|
5128
5060
|
displaySymbol: string;
|
@@ -6476,8 +6408,6 @@ declare const app: Elysia<"", {
|
|
6476
6408
|
type: import("@package/databases").TokenType;
|
6477
6409
|
icon: string;
|
6478
6410
|
isNative: boolean;
|
6479
|
-
isPoint: boolean;
|
6480
|
-
isPreTGE: boolean;
|
6481
6411
|
isTest: boolean;
|
6482
6412
|
verified: boolean;
|
6483
6413
|
displaySymbol: string;
|
@@ -6502,8 +6432,6 @@ declare const app: Elysia<"", {
|
|
6502
6432
|
type: import("@package/databases").TokenType;
|
6503
6433
|
icon: string;
|
6504
6434
|
isNative: boolean;
|
6505
|
-
isPoint: boolean;
|
6506
|
-
isPreTGE: boolean;
|
6507
6435
|
isTest: boolean;
|
6508
6436
|
verified: boolean;
|
6509
6437
|
displaySymbol: string;
|
@@ -8515,8 +8443,6 @@ declare const app: Elysia<"", {
|
|
8515
8443
|
type: import("@package/databases").TokenType;
|
8516
8444
|
icon: string;
|
8517
8445
|
isNative: boolean;
|
8518
|
-
isPoint: boolean;
|
8519
|
-
isPreTGE: boolean;
|
8520
8446
|
isTest: boolean;
|
8521
8447
|
verified: boolean;
|
8522
8448
|
} & {
|
@@ -79,8 +79,6 @@ export declare const CampaignController: Elysia<"/campaigns", {
|
|
79
79
|
type: import("@package/databases").TokenType;
|
80
80
|
icon: string;
|
81
81
|
isNative: boolean;
|
82
|
-
isPoint: boolean;
|
83
|
-
isPreTGE: boolean;
|
84
82
|
isTest: boolean;
|
85
83
|
verified: boolean;
|
86
84
|
} & {
|
@@ -106,8 +104,6 @@ export declare const CampaignController: Elysia<"/campaigns", {
|
|
106
104
|
type: import("@package/databases").TokenType;
|
107
105
|
icon: string;
|
108
106
|
isNative: boolean;
|
109
|
-
isPoint: boolean;
|
110
|
-
isPreTGE: boolean;
|
111
107
|
isTest: boolean;
|
112
108
|
verified: boolean;
|
113
109
|
displaySymbol: string;
|
@@ -199,8 +195,6 @@ export declare const CampaignController: Elysia<"/campaigns", {
|
|
199
195
|
type: "TOKEN" | "PRETGE" | "POINT";
|
200
196
|
icon: string;
|
201
197
|
isNative: boolean;
|
202
|
-
isPoint: boolean;
|
203
|
-
isPreTGE: boolean;
|
204
198
|
isTest: boolean;
|
205
199
|
verified: boolean;
|
206
200
|
};
|
@@ -492,8 +486,6 @@ export declare const CampaignController: Elysia<"/campaigns", {
|
|
492
486
|
type: "TOKEN" | "PRETGE" | "POINT";
|
493
487
|
icon: string;
|
494
488
|
isNative: boolean;
|
495
|
-
isPoint: boolean;
|
496
|
-
isPreTGE: boolean;
|
497
489
|
isTest: boolean;
|
498
490
|
verified: boolean;
|
499
491
|
};
|
@@ -76,8 +76,6 @@ export declare const CampaignResourceDto: import("@sinclair/typebox").TObject<{
|
|
76
76
|
verified: import("@sinclair/typebox").TBoolean;
|
77
77
|
isNative: import("@sinclair/typebox").TBoolean;
|
78
78
|
isTest: import("@sinclair/typebox").TBoolean;
|
79
|
-
isPoint: import("@sinclair/typebox").TBoolean;
|
80
|
-
isPreTGE: import("@sinclair/typebox").TBoolean;
|
81
79
|
price: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
|
82
80
|
symbol: import("@sinclair/typebox").TString;
|
83
81
|
type: import("@sinclair/typebox").TEnum<{
|
@@ -532,8 +532,6 @@ export declare abstract class CampaignRepository {
|
|
532
532
|
type: import("@package/databases").TokenType;
|
533
533
|
icon: string;
|
534
534
|
isNative: boolean;
|
535
|
-
isPoint: boolean;
|
536
|
-
isPreTGE: boolean;
|
537
535
|
isTest: boolean;
|
538
536
|
verified: boolean;
|
539
537
|
displaySymbol: string;
|
@@ -676,8 +674,6 @@ export declare abstract class CampaignRepository {
|
|
676
674
|
type: import("@package/databases").TokenType;
|
677
675
|
icon: string;
|
678
676
|
isNative: boolean;
|
679
|
-
isPoint: boolean;
|
680
|
-
isPreTGE: boolean;
|
681
677
|
isTest: boolean;
|
682
678
|
verified: boolean;
|
683
679
|
displaySymbol: string;
|
@@ -758,8 +754,6 @@ export declare abstract class CampaignRepository {
|
|
758
754
|
type: import("@package/databases").TokenType;
|
759
755
|
icon: string;
|
760
756
|
isNative: boolean;
|
761
|
-
isPoint: boolean;
|
762
|
-
isPreTGE: boolean;
|
763
757
|
isTest: boolean;
|
764
758
|
verified: boolean;
|
765
759
|
displaySymbol: string;
|
@@ -849,8 +843,6 @@ export declare abstract class CampaignRepository {
|
|
849
843
|
type: import("@package/databases").TokenType;
|
850
844
|
icon: string;
|
851
845
|
isNative: boolean;
|
852
|
-
isPoint: boolean;
|
853
|
-
isPreTGE: boolean;
|
854
846
|
isTest: boolean;
|
855
847
|
verified: boolean;
|
856
848
|
displaySymbol: string;
|
@@ -931,8 +923,6 @@ export declare abstract class CampaignRepository {
|
|
931
923
|
type: import("@package/databases").TokenType;
|
932
924
|
icon: string;
|
933
925
|
isNative: boolean;
|
934
|
-
isPoint: boolean;
|
935
|
-
isPreTGE: boolean;
|
936
926
|
isTest: boolean;
|
937
927
|
verified: boolean;
|
938
928
|
displaySymbol: string;
|
@@ -185,8 +185,6 @@ export declare abstract class CampaignService {
|
|
185
185
|
type: import("@package/databases").TokenType;
|
186
186
|
icon: string;
|
187
187
|
isNative: boolean;
|
188
|
-
isPoint: boolean;
|
189
|
-
isPreTGE: boolean;
|
190
188
|
isTest: boolean;
|
191
189
|
verified: boolean;
|
192
190
|
displaySymbol: string;
|
@@ -251,8 +249,6 @@ export declare abstract class CampaignService {
|
|
251
249
|
type: import("@package/databases").TokenType;
|
252
250
|
icon: string;
|
253
251
|
isNative: boolean;
|
254
|
-
isPoint: boolean;
|
255
|
-
isPreTGE: boolean;
|
256
252
|
isTest: boolean;
|
257
253
|
verified: boolean;
|
258
254
|
} & {
|
@@ -278,8 +274,6 @@ export declare abstract class CampaignService {
|
|
278
274
|
type: import("@package/databases").TokenType;
|
279
275
|
icon: string;
|
280
276
|
isNative: boolean;
|
281
|
-
isPoint: boolean;
|
282
|
-
isPreTGE: boolean;
|
283
277
|
isTest: boolean;
|
284
278
|
verified: boolean;
|
285
279
|
displaySymbol: string;
|
@@ -233,8 +233,6 @@ export declare const CampaignTestController: Elysia<"/campaigns", {
|
|
233
233
|
type: import("@package/databases").TokenType;
|
234
234
|
icon: string;
|
235
235
|
isNative: boolean;
|
236
|
-
isPoint: boolean;
|
237
|
-
isPreTGE: boolean;
|
238
236
|
isTest: boolean;
|
239
237
|
verified: boolean;
|
240
238
|
} & {
|
@@ -260,8 +258,6 @@ export declare const CampaignTestController: Elysia<"/campaigns", {
|
|
260
258
|
type: import("@package/databases").TokenType;
|
261
259
|
icon: string;
|
262
260
|
isNative: boolean;
|
263
|
-
isPoint: boolean;
|
264
|
-
isPreTGE: boolean;
|
265
261
|
isTest: boolean;
|
266
262
|
verified: boolean;
|
267
263
|
displaySymbol: string;
|
@@ -358,8 +354,6 @@ export declare const CampaignTestController: Elysia<"/campaigns", {
|
|
358
354
|
type: import("@package/databases").TokenType;
|
359
355
|
icon: string;
|
360
356
|
isNative: boolean;
|
361
|
-
isPoint: boolean;
|
362
|
-
isPreTGE: boolean;
|
363
357
|
isTest: boolean;
|
364
358
|
verified: boolean;
|
365
359
|
} & {
|
@@ -385,8 +379,6 @@ export declare const CampaignTestController: Elysia<"/campaigns", {
|
|
385
379
|
type: import("@package/databases").TokenType;
|
386
380
|
icon: string;
|
387
381
|
isNative: boolean;
|
388
|
-
isPoint: boolean;
|
389
|
-
isPreTGE: boolean;
|
390
382
|
isTest: boolean;
|
391
383
|
verified: boolean;
|
392
384
|
displaySymbol: string;
|
@@ -484,8 +476,6 @@ export declare const CampaignTestController: Elysia<"/campaigns", {
|
|
484
476
|
type: import("@package/databases").TokenType;
|
485
477
|
icon: string;
|
486
478
|
isNative: boolean;
|
487
|
-
isPoint: boolean;
|
488
|
-
isPreTGE: boolean;
|
489
479
|
isTest: boolean;
|
490
480
|
verified: boolean;
|
491
481
|
} & {
|
@@ -511,8 +501,6 @@ export declare const CampaignTestController: Elysia<"/campaigns", {
|
|
511
501
|
type: import("@package/databases").TokenType;
|
512
502
|
icon: string;
|
513
503
|
isNative: boolean;
|
514
|
-
isPoint: boolean;
|
515
|
-
isPreTGE: boolean;
|
516
504
|
isTest: boolean;
|
517
505
|
verified: boolean;
|
518
506
|
displaySymbol: string;
|
@@ -101,8 +101,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
101
101
|
type: "TOKEN" | "PRETGE" | "POINT";
|
102
102
|
icon: string;
|
103
103
|
isNative: boolean;
|
104
|
-
isPoint: boolean;
|
105
|
-
isPreTGE: boolean;
|
106
104
|
isTest: boolean;
|
107
105
|
verified: boolean;
|
108
106
|
};
|
@@ -124,8 +122,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
124
122
|
type: "TOKEN" | "PRETGE" | "POINT";
|
125
123
|
icon: string;
|
126
124
|
isNative: boolean;
|
127
|
-
isPoint: boolean;
|
128
|
-
isPreTGE: boolean;
|
129
125
|
isTest: boolean;
|
130
126
|
verified: boolean;
|
131
127
|
}[];
|
@@ -172,8 +168,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
172
168
|
type: "TOKEN" | "PRETGE" | "POINT";
|
173
169
|
icon: string;
|
174
170
|
isNative: boolean;
|
175
|
-
isPoint: boolean;
|
176
|
-
isPreTGE: boolean;
|
177
171
|
isTest: boolean;
|
178
172
|
verified: boolean;
|
179
173
|
};
|
@@ -307,8 +301,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
307
301
|
type: "TOKEN" | "PRETGE" | "POINT";
|
308
302
|
icon: string;
|
309
303
|
isNative: boolean;
|
310
|
-
isPoint: boolean;
|
311
|
-
isPreTGE: boolean;
|
312
304
|
isTest: boolean;
|
313
305
|
verified: boolean;
|
314
306
|
};
|
@@ -330,8 +322,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
330
322
|
type: "TOKEN" | "PRETGE" | "POINT";
|
331
323
|
icon: string;
|
332
324
|
isNative: boolean;
|
333
|
-
isPoint: boolean;
|
334
|
-
isPreTGE: boolean;
|
335
325
|
isTest: boolean;
|
336
326
|
verified: boolean;
|
337
327
|
}[];
|
@@ -448,8 +438,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
448
438
|
type: "TOKEN" | "PRETGE" | "POINT";
|
449
439
|
icon: string;
|
450
440
|
isNative: boolean;
|
451
|
-
isPoint: boolean;
|
452
|
-
isPreTGE: boolean;
|
453
441
|
isTest: boolean;
|
454
442
|
verified: boolean;
|
455
443
|
};
|
@@ -471,8 +459,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
471
459
|
type: "TOKEN" | "PRETGE" | "POINT";
|
472
460
|
icon: string;
|
473
461
|
isNative: boolean;
|
474
|
-
isPoint: boolean;
|
475
|
-
isPreTGE: boolean;
|
476
462
|
isTest: boolean;
|
477
463
|
verified: boolean;
|
478
464
|
}[];
|
@@ -519,8 +505,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
519
505
|
type: "TOKEN" | "PRETGE" | "POINT";
|
520
506
|
icon: string;
|
521
507
|
isNative: boolean;
|
522
|
-
isPoint: boolean;
|
523
|
-
isPreTGE: boolean;
|
524
508
|
isTest: boolean;
|
525
509
|
verified: boolean;
|
526
510
|
};
|
@@ -673,8 +657,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
673
657
|
type: "TOKEN" | "PRETGE" | "POINT";
|
674
658
|
icon: string;
|
675
659
|
isNative: boolean;
|
676
|
-
isPoint: boolean;
|
677
|
-
isPreTGE: boolean;
|
678
660
|
isTest: boolean;
|
679
661
|
verified: boolean;
|
680
662
|
};
|
@@ -696,8 +678,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
696
678
|
type: "TOKEN" | "PRETGE" | "POINT";
|
697
679
|
icon: string;
|
698
680
|
isNative: boolean;
|
699
|
-
isPoint: boolean;
|
700
|
-
isPreTGE: boolean;
|
701
681
|
isTest: boolean;
|
702
682
|
verified: boolean;
|
703
683
|
}[];
|
@@ -1106,8 +1086,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
1106
1086
|
type: import("@package/databases").TokenType;
|
1107
1087
|
icon: string;
|
1108
1088
|
isNative: boolean;
|
1109
|
-
isPoint: boolean;
|
1110
|
-
isPreTGE: boolean;
|
1111
1089
|
isTest: boolean;
|
1112
1090
|
verified: boolean;
|
1113
1091
|
} & {
|
@@ -1133,8 +1111,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
1133
1111
|
type: import("@package/databases").TokenType;
|
1134
1112
|
icon: string;
|
1135
1113
|
isNative: boolean;
|
1136
|
-
isPoint: boolean;
|
1137
|
-
isPreTGE: boolean;
|
1138
1114
|
isTest: boolean;
|
1139
1115
|
verified: boolean;
|
1140
1116
|
displaySymbol: string;
|
@@ -1309,8 +1285,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
1309
1285
|
type: import("@package/databases").TokenType;
|
1310
1286
|
icon: string;
|
1311
1287
|
isNative: boolean;
|
1312
|
-
isPoint: boolean;
|
1313
|
-
isPreTGE: boolean;
|
1314
1288
|
isTest: boolean;
|
1315
1289
|
verified: boolean;
|
1316
1290
|
} & {
|
@@ -1336,8 +1310,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
1336
1310
|
type: import("@package/databases").TokenType;
|
1337
1311
|
icon: string;
|
1338
1312
|
isNative: boolean;
|
1339
|
-
isPoint: boolean;
|
1340
|
-
isPreTGE: boolean;
|
1341
1313
|
isTest: boolean;
|
1342
1314
|
verified: boolean;
|
1343
1315
|
displaySymbol: string;
|
@@ -45,8 +45,6 @@ export declare abstract class OpportunityFormatter {
|
|
45
45
|
type: import("@package/databases").TokenType;
|
46
46
|
icon: string;
|
47
47
|
isNative: boolean;
|
48
|
-
isPoint: boolean;
|
49
|
-
isPreTGE: boolean;
|
50
48
|
isTest: boolean;
|
51
49
|
verified: boolean;
|
52
50
|
displaySymbol: string;
|
@@ -67,8 +65,6 @@ export declare abstract class OpportunityFormatter {
|
|
67
65
|
type: import("@package/databases").TokenType;
|
68
66
|
icon: string;
|
69
67
|
isNative: boolean;
|
70
|
-
isPoint: boolean;
|
71
|
-
isPreTGE: boolean;
|
72
68
|
isTest: boolean;
|
73
69
|
verified: boolean;
|
74
70
|
} & {
|
@@ -117,8 +113,6 @@ export declare abstract class OpportunityFormatter {
|
|
117
113
|
type: import("@package/databases").TokenType;
|
118
114
|
icon: string;
|
119
115
|
isNative: boolean;
|
120
|
-
isPoint: boolean;
|
121
|
-
isPreTGE: boolean;
|
122
116
|
isTest: boolean;
|
123
117
|
verified: boolean;
|
124
118
|
} & {
|