@merkl/api 1.0.94 → 1.0.96
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 +122 -10
- package/dist/src/index.d.ts +61 -5
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +14 -0
- package/dist/src/modules/v4/campaign/campaign.model.d.ts +10 -0
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +58 -45
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +44 -0
- package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +6 -0
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +28 -4
- package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +3 -0
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +36 -1
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +15 -0
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +23 -2
- package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +1 -0
- package/dist/src/modules/v4/programPayload/programPayload.repository.d.ts +3 -2
- package/dist/src/modules/v4/programPayload/programPayload.service.d.ts +1 -0
- package/dist/src/modules/v4/reward/reward.model.d.ts +10 -0
- package/dist/src/modules/v4/reward/reward.repository.d.ts +2 -0
- package/dist/src/modules/v4/reward/reward.service.d.ts +13 -0
- package/dist/src/modules/v4/router.d.ts +61 -5
- package/dist/src/modules/v4/token/token.controller.d.ts +11 -1
- package/dist/src/modules/v4/token/token.model.d.ts +19 -2
- package/dist/src/modules/v4/token/token.repository.d.ts +5 -0
- package/dist/src/modules/v4/token/token.service.d.ts +15 -0
- package/dist/src/modules/v4/user/user.controller.d.ts +2 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/src/eden/index.d.ts
CHANGED
@@ -1515,6 +1515,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1515
1515
|
creatorTag?: string | undefined;
|
1516
1516
|
distributionChainIds?: number[] | undefined;
|
1517
1517
|
types?: string[] | undefined;
|
1518
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
1518
1519
|
withOpportunity?: boolean | undefined;
|
1519
1520
|
createdAfter?: Date | null | undefined;
|
1520
1521
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -1540,7 +1541,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1540
1541
|
breakdowns: {
|
1541
1542
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
|
1542
1543
|
value: number;
|
1543
|
-
type: "
|
1544
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
1544
1545
|
identifier: string;
|
1545
1546
|
}[];
|
1546
1547
|
} | undefined;
|
@@ -1568,6 +1569,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1568
1569
|
address: string;
|
1569
1570
|
id: string;
|
1570
1571
|
chainId: number;
|
1572
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
1571
1573
|
icon: string;
|
1572
1574
|
isNative: boolean;
|
1573
1575
|
isPoint: boolean;
|
@@ -1590,6 +1592,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1590
1592
|
address: string;
|
1591
1593
|
id: string;
|
1592
1594
|
chainId: number;
|
1595
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
1593
1596
|
icon: string;
|
1594
1597
|
isNative: boolean;
|
1595
1598
|
isPoint: boolean;
|
@@ -1637,6 +1640,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1637
1640
|
address: string;
|
1638
1641
|
id: string;
|
1639
1642
|
chainId: number;
|
1643
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
1640
1644
|
icon: string;
|
1641
1645
|
isNative: boolean;
|
1642
1646
|
isPoint: boolean;
|
@@ -1719,6 +1723,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1719
1723
|
campaigns?: boolean | undefined;
|
1720
1724
|
point?: boolean | undefined;
|
1721
1725
|
test?: boolean | undefined;
|
1726
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
1722
1727
|
excludeSubCampaigns?: boolean | undefined;
|
1723
1728
|
};
|
1724
1729
|
headers: unknown;
|
@@ -1742,7 +1747,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1742
1747
|
breakdowns: {
|
1743
1748
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
|
1744
1749
|
value: number;
|
1745
|
-
type: "
|
1750
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
1746
1751
|
identifier: string;
|
1747
1752
|
}[];
|
1748
1753
|
} | undefined;
|
@@ -1770,6 +1775,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1770
1775
|
address: string;
|
1771
1776
|
id: string;
|
1772
1777
|
chainId: number;
|
1778
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
1773
1779
|
icon: string;
|
1774
1780
|
isNative: boolean;
|
1775
1781
|
isPoint: boolean;
|
@@ -1792,6 +1798,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1792
1798
|
address: string;
|
1793
1799
|
id: string;
|
1794
1800
|
chainId: number;
|
1801
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
1795
1802
|
icon: string;
|
1796
1803
|
isNative: boolean;
|
1797
1804
|
isPoint: boolean;
|
@@ -1857,6 +1864,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1857
1864
|
campaigns?: boolean | undefined;
|
1858
1865
|
point?: boolean | undefined;
|
1859
1866
|
test?: boolean | undefined;
|
1867
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
1860
1868
|
excludeSubCampaigns?: boolean | undefined;
|
1861
1869
|
};
|
1862
1870
|
headers: unknown;
|
@@ -1880,7 +1888,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1880
1888
|
breakdowns: {
|
1881
1889
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
|
1882
1890
|
value: number;
|
1883
|
-
type: "
|
1891
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
1884
1892
|
identifier: string;
|
1885
1893
|
}[];
|
1886
1894
|
} | undefined;
|
@@ -1908,6 +1916,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1908
1916
|
address: string;
|
1909
1917
|
id: string;
|
1910
1918
|
chainId: number;
|
1919
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
1911
1920
|
icon: string;
|
1912
1921
|
isNative: boolean;
|
1913
1922
|
isPoint: boolean;
|
@@ -1930,6 +1939,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1930
1939
|
address: string;
|
1931
1940
|
id: string;
|
1932
1941
|
chainId: number;
|
1942
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
1933
1943
|
icon: string;
|
1934
1944
|
isNative: boolean;
|
1935
1945
|
isPoint: boolean;
|
@@ -1977,6 +1987,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1977
1987
|
address: string;
|
1978
1988
|
id: string;
|
1979
1989
|
chainId: number;
|
1990
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
1980
1991
|
icon: string;
|
1981
1992
|
isNative: boolean;
|
1982
1993
|
isPoint: boolean;
|
@@ -2073,6 +2084,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2073
2084
|
tags?: string | undefined;
|
2074
2085
|
test?: boolean | undefined;
|
2075
2086
|
page?: number | undefined;
|
2087
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
2076
2088
|
excludeSubCampaigns?: boolean | undefined;
|
2077
2089
|
minimumTvl?: number | undefined;
|
2078
2090
|
maximumTvl?: number | undefined;
|
@@ -2101,7 +2113,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2101
2113
|
breakdowns: {
|
2102
2114
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
|
2103
2115
|
value: number;
|
2104
|
-
type: "
|
2116
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
2105
2117
|
identifier: string;
|
2106
2118
|
}[];
|
2107
2119
|
} | undefined;
|
@@ -2129,6 +2141,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2129
2141
|
address: string;
|
2130
2142
|
id: string;
|
2131
2143
|
chainId: number;
|
2144
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
2132
2145
|
icon: string;
|
2133
2146
|
isNative: boolean;
|
2134
2147
|
isPoint: boolean;
|
@@ -2151,6 +2164,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2151
2164
|
address: string;
|
2152
2165
|
id: string;
|
2153
2166
|
chainId: number;
|
2167
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
2154
2168
|
icon: string;
|
2155
2169
|
isNative: boolean;
|
2156
2170
|
isPoint: boolean;
|
@@ -2219,6 +2233,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2219
2233
|
tags?: string | undefined;
|
2220
2234
|
test?: boolean | undefined;
|
2221
2235
|
page?: number | undefined;
|
2236
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
2222
2237
|
excludeSubCampaigns?: boolean | undefined;
|
2223
2238
|
minimumTvl?: number | undefined;
|
2224
2239
|
maximumTvl?: number | undefined;
|
@@ -2269,6 +2284,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2269
2284
|
tags?: string | undefined;
|
2270
2285
|
test?: boolean | undefined;
|
2271
2286
|
page?: number | undefined;
|
2287
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
2272
2288
|
excludeSubCampaigns?: boolean | undefined;
|
2273
2289
|
minimumTvl?: number | undefined;
|
2274
2290
|
maximumTvl?: number | undefined;
|
@@ -2326,6 +2342,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2326
2342
|
tags?: string | undefined;
|
2327
2343
|
test?: boolean | undefined;
|
2328
2344
|
page?: number | undefined;
|
2345
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
2329
2346
|
excludeSubCampaigns?: boolean | undefined;
|
2330
2347
|
minimumTvl?: number | undefined;
|
2331
2348
|
maximumTvl?: number | undefined;
|
@@ -2385,6 +2402,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2385
2402
|
tags?: string | undefined;
|
2386
2403
|
test?: boolean | undefined;
|
2387
2404
|
page?: number | undefined;
|
2405
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
2388
2406
|
excludeSubCampaigns?: boolean | undefined;
|
2389
2407
|
minimumTvl?: number | undefined;
|
2390
2408
|
maximumTvl?: number | undefined;
|
@@ -2441,6 +2459,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2441
2459
|
tags?: string | undefined;
|
2442
2460
|
test?: boolean | undefined;
|
2443
2461
|
page?: number | undefined;
|
2462
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
2444
2463
|
excludeSubCampaigns?: boolean | undefined;
|
2445
2464
|
minimumTvl?: number | undefined;
|
2446
2465
|
maximumTvl?: number | undefined;
|
@@ -2498,6 +2517,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2498
2517
|
tags?: string | undefined;
|
2499
2518
|
test?: boolean | undefined;
|
2500
2519
|
page?: number | undefined;
|
2520
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
2501
2521
|
excludeSubCampaigns?: boolean | undefined;
|
2502
2522
|
minimumTvl?: number | undefined;
|
2503
2523
|
maximumTvl?: number | undefined;
|
@@ -2554,6 +2574,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2554
2574
|
address: string;
|
2555
2575
|
id: string;
|
2556
2576
|
chainId: number;
|
2577
|
+
type: import("@package/databases").TokenType;
|
2557
2578
|
icon: string;
|
2558
2579
|
isNative: boolean;
|
2559
2580
|
isPoint: boolean;
|
@@ -2580,6 +2601,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2580
2601
|
address: string;
|
2581
2602
|
id: string;
|
2582
2603
|
chainId: number;
|
2604
|
+
type: import("@package/databases").TokenType;
|
2583
2605
|
icon: string;
|
2584
2606
|
isNative: boolean;
|
2585
2607
|
isPoint: boolean;
|
@@ -2755,6 +2777,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2755
2777
|
address: string;
|
2756
2778
|
id: string;
|
2757
2779
|
chainId: number;
|
2780
|
+
type: import("@package/databases").TokenType;
|
2758
2781
|
icon: string;
|
2759
2782
|
isNative: boolean;
|
2760
2783
|
isPoint: boolean;
|
@@ -2781,6 +2804,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2781
2804
|
address: string;
|
2782
2805
|
id: string;
|
2783
2806
|
chainId: number;
|
2807
|
+
type: import("@package/databases").TokenType;
|
2784
2808
|
icon: string;
|
2785
2809
|
isNative: boolean;
|
2786
2810
|
isPoint: boolean;
|
@@ -2895,6 +2919,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2895
2919
|
address: string;
|
2896
2920
|
id: string;
|
2897
2921
|
chainId: number;
|
2922
|
+
type: import("@package/databases").TokenType;
|
2898
2923
|
icon: string;
|
2899
2924
|
isNative: boolean;
|
2900
2925
|
isPoint: boolean;
|
@@ -2921,6 +2946,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2921
2946
|
address: string;
|
2922
2947
|
id: string;
|
2923
2948
|
chainId: number;
|
2949
|
+
type: import("@package/databases").TokenType;
|
2924
2950
|
icon: string;
|
2925
2951
|
isNative: boolean;
|
2926
2952
|
isPoint: boolean;
|
@@ -3013,6 +3039,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3013
3039
|
address: string;
|
3014
3040
|
id: string;
|
3015
3041
|
chainId: number;
|
3042
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
3016
3043
|
icon: string;
|
3017
3044
|
isNative: boolean;
|
3018
3045
|
isPoint: boolean;
|
@@ -3263,6 +3290,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3263
3290
|
creatorTag?: string | undefined;
|
3264
3291
|
distributionChainIds?: number[] | undefined;
|
3265
3292
|
types?: string[] | undefined;
|
3293
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
3266
3294
|
withOpportunity?: boolean | undefined;
|
3267
3295
|
createdAfter?: Date | null | undefined;
|
3268
3296
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -3304,6 +3332,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3304
3332
|
address: string;
|
3305
3333
|
id: string;
|
3306
3334
|
chainId: number;
|
3335
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
3307
3336
|
icon: string;
|
3308
3337
|
isNative: boolean;
|
3309
3338
|
isPoint: boolean;
|
@@ -3375,6 +3404,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3375
3404
|
creatorTag?: string | undefined;
|
3376
3405
|
distributionChainIds?: number[] | undefined;
|
3377
3406
|
types?: string[] | undefined;
|
3407
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
3378
3408
|
withOpportunity?: boolean | undefined;
|
3379
3409
|
createdAfter?: Date | null | undefined;
|
3380
3410
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -3425,6 +3455,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3425
3455
|
creatorTag?: string | undefined;
|
3426
3456
|
distributionChainIds?: number[] | undefined;
|
3427
3457
|
types?: string[] | undefined;
|
3458
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
3428
3459
|
withOpportunity?: boolean | undefined;
|
3429
3460
|
createdAfter?: Date | null | undefined;
|
3430
3461
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -3480,6 +3511,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3480
3511
|
creatorTag?: string | undefined;
|
3481
3512
|
distributionChainIds?: number[] | undefined;
|
3482
3513
|
types?: string[] | undefined;
|
3514
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
3483
3515
|
withOpportunity?: boolean | undefined;
|
3484
3516
|
createdAfter?: Date | null | undefined;
|
3485
3517
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -3538,6 +3570,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3538
3570
|
creatorTag?: string | undefined;
|
3539
3571
|
distributionChainIds?: number[] | undefined;
|
3540
3572
|
types?: string[] | undefined;
|
3573
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
3541
3574
|
withOpportunity?: boolean | undefined;
|
3542
3575
|
createdAfter?: Date | null | undefined;
|
3543
3576
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -3593,6 +3626,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3593
3626
|
creatorTag?: string | undefined;
|
3594
3627
|
distributionChainIds?: number[] | undefined;
|
3595
3628
|
types?: string[] | undefined;
|
3629
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
3596
3630
|
withOpportunity?: boolean | undefined;
|
3597
3631
|
createdAfter?: Date | null | undefined;
|
3598
3632
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -3648,6 +3682,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3648
3682
|
creatorTag?: string | undefined;
|
3649
3683
|
distributionChainIds?: number[] | undefined;
|
3650
3684
|
types?: string[] | undefined;
|
3685
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
3651
3686
|
withOpportunity?: boolean | undefined;
|
3652
3687
|
createdAfter?: Date | null | undefined;
|
3653
3688
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -3702,6 +3737,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3702
3737
|
creatorTag?: string | undefined;
|
3703
3738
|
distributionChainIds?: number[] | undefined;
|
3704
3739
|
types?: string[] | undefined;
|
3740
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
3705
3741
|
withOpportunity?: boolean | undefined;
|
3706
3742
|
createdAfter?: Date | null | undefined;
|
3707
3743
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -3755,6 +3791,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3755
3791
|
creatorTag?: string | undefined;
|
3756
3792
|
distributionChainIds?: number[] | undefined;
|
3757
3793
|
types?: string[] | undefined;
|
3794
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
3758
3795
|
withOpportunity?: boolean | undefined;
|
3759
3796
|
createdAfter?: Date | null | undefined;
|
3760
3797
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -3998,6 +4035,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3998
4035
|
address: string;
|
3999
4036
|
id: string;
|
4000
4037
|
chainId: number;
|
4038
|
+
type: import("@package/databases").TokenType;
|
4001
4039
|
icon: string;
|
4002
4040
|
isNative: boolean;
|
4003
4041
|
isPoint: boolean;
|
@@ -4024,6 +4062,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4024
4062
|
address: string;
|
4025
4063
|
id: string;
|
4026
4064
|
chainId: number;
|
4065
|
+
type: import("@package/databases").TokenType;
|
4027
4066
|
icon: string;
|
4028
4067
|
isNative: boolean;
|
4029
4068
|
isPoint: boolean;
|
@@ -4121,6 +4160,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4121
4160
|
address: string;
|
4122
4161
|
id: string;
|
4123
4162
|
chainId: number;
|
4163
|
+
type: import("@package/databases").TokenType;
|
4124
4164
|
icon: string;
|
4125
4165
|
isNative: boolean;
|
4126
4166
|
isPoint: boolean;
|
@@ -4147,6 +4187,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4147
4187
|
address: string;
|
4148
4188
|
id: string;
|
4149
4189
|
chainId: number;
|
4190
|
+
type: import("@package/databases").TokenType;
|
4150
4191
|
icon: string;
|
4151
4192
|
isNative: boolean;
|
4152
4193
|
isPoint: boolean;
|
@@ -4245,6 +4286,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4245
4286
|
address: string;
|
4246
4287
|
id: string;
|
4247
4288
|
chainId: number;
|
4289
|
+
type: import("@package/databases").TokenType;
|
4248
4290
|
icon: string;
|
4249
4291
|
isNative: boolean;
|
4250
4292
|
isPoint: boolean;
|
@@ -4271,6 +4313,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4271
4313
|
address: string;
|
4272
4314
|
id: string;
|
4273
4315
|
chainId: number;
|
4316
|
+
type: import("@package/databases").TokenType;
|
4274
4317
|
icon: string;
|
4275
4318
|
isNative: boolean;
|
4276
4319
|
isPoint: boolean;
|
@@ -4632,6 +4675,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4632
4675
|
address: string;
|
4633
4676
|
id: string;
|
4634
4677
|
chainId: number;
|
4678
|
+
type: import("@package/databases").TokenType;
|
4635
4679
|
icon: string;
|
4636
4680
|
isNative: boolean;
|
4637
4681
|
isPoint: boolean;
|
@@ -4677,6 +4721,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4677
4721
|
address: string;
|
4678
4722
|
id: string;
|
4679
4723
|
chainId: number;
|
4724
|
+
type: import("@package/databases").TokenType;
|
4680
4725
|
icon: string;
|
4681
4726
|
isNative: boolean;
|
4682
4727
|
isPoint: boolean;
|
@@ -4724,6 +4769,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4724
4769
|
address: string;
|
4725
4770
|
id: string;
|
4726
4771
|
chainId: number;
|
4772
|
+
type: import("@package/databases").TokenType;
|
4727
4773
|
icon: string;
|
4728
4774
|
isNative: boolean;
|
4729
4775
|
isPoint: boolean;
|
@@ -4767,6 +4813,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4767
4813
|
address: string;
|
4768
4814
|
id: string;
|
4769
4815
|
chainId: number;
|
4816
|
+
type: import("@package/databases").TokenType;
|
4770
4817
|
icon: string;
|
4771
4818
|
isNative: boolean;
|
4772
4819
|
isPoint: boolean;
|
@@ -4809,6 +4856,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4809
4856
|
address: string;
|
4810
4857
|
id: string;
|
4811
4858
|
chainId: number;
|
4859
|
+
type: import("@package/databases").TokenType;
|
4812
4860
|
icon: string;
|
4813
4861
|
isNative: boolean;
|
4814
4862
|
isPoint: boolean;
|
@@ -4863,6 +4911,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4863
4911
|
address: string;
|
4864
4912
|
id: string;
|
4865
4913
|
chainId: number;
|
4914
|
+
type: import("@package/databases").TokenType;
|
4866
4915
|
icon: string;
|
4867
4916
|
isNative: boolean;
|
4868
4917
|
isPoint: boolean;
|
@@ -4924,7 +4973,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4924
4973
|
} & {
|
4925
4974
|
post: {
|
4926
4975
|
body: {
|
4927
|
-
|
4976
|
+
type?: "TOKEN" | "PRETGE" | "POINT" | undefined;
|
4928
4977
|
isTest?: boolean | undefined;
|
4929
4978
|
address: string;
|
4930
4979
|
chainId: number;
|
@@ -4945,6 +4994,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4945
4994
|
address: string;
|
4946
4995
|
id: string;
|
4947
4996
|
chainId: number;
|
4997
|
+
type: import("@package/databases").TokenType;
|
4948
4998
|
icon: string;
|
4949
4999
|
isNative: boolean;
|
4950
5000
|
isPoint: boolean;
|
@@ -4969,6 +5019,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4969
5019
|
patch: {
|
4970
5020
|
body: {
|
4971
5021
|
name?: string | undefined;
|
5022
|
+
type?: "TOKEN" | "PRETGE" | "POINT" | undefined;
|
4972
5023
|
icon?: string | undefined;
|
4973
5024
|
isPoint?: boolean | undefined;
|
4974
5025
|
isPreTGE?: boolean | undefined;
|
@@ -4992,6 +5043,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4992
5043
|
address: string;
|
4993
5044
|
id: string;
|
4994
5045
|
chainId: number;
|
5046
|
+
type: import("@package/databases").TokenType;
|
4995
5047
|
icon: string;
|
4996
5048
|
isNative: boolean;
|
4997
5049
|
isPoint: boolean;
|
@@ -5065,6 +5117,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
5065
5117
|
address: string;
|
5066
5118
|
id: string;
|
5067
5119
|
chainId: number;
|
5120
|
+
type: import("@package/databases").TokenType;
|
5068
5121
|
icon: string;
|
5069
5122
|
isNative: boolean;
|
5070
5123
|
isPoint: boolean;
|
@@ -6419,6 +6472,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
6419
6472
|
address: string;
|
6420
6473
|
id: string;
|
6421
6474
|
chainId: number;
|
6475
|
+
type: import("@package/databases").TokenType;
|
6422
6476
|
icon: string;
|
6423
6477
|
isNative: boolean;
|
6424
6478
|
isPoint: boolean;
|
@@ -6444,6 +6498,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
6444
6498
|
address: string;
|
6445
6499
|
id: string;
|
6446
6500
|
chainId: number;
|
6501
|
+
type: import("@package/databases").TokenType;
|
6447
6502
|
icon: string;
|
6448
6503
|
isNative: boolean;
|
6449
6504
|
isPoint: boolean;
|
@@ -8456,6 +8511,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
8456
8511
|
address: string;
|
8457
8512
|
id: string;
|
8458
8513
|
chainId: number;
|
8514
|
+
type: import("@package/databases").TokenType;
|
8459
8515
|
icon: string;
|
8460
8516
|
isNative: boolean;
|
8461
8517
|
isPoint: boolean;
|
@@ -11257,6 +11313,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11257
11313
|
campaigns?: boolean | undefined;
|
11258
11314
|
point?: boolean | undefined;
|
11259
11315
|
test?: boolean | undefined;
|
11316
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
11260
11317
|
excludeSubCampaigns?: boolean | undefined;
|
11261
11318
|
};
|
11262
11319
|
fetch?: RequestInit | undefined;
|
@@ -11280,7 +11337,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11280
11337
|
breakdowns: {
|
11281
11338
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
|
11282
11339
|
value: number;
|
11283
|
-
type: "
|
11340
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
11284
11341
|
identifier: string;
|
11285
11342
|
}[];
|
11286
11343
|
} | undefined;
|
@@ -11308,6 +11365,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11308
11365
|
address: string;
|
11309
11366
|
id: string;
|
11310
11367
|
chainId: number;
|
11368
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
11311
11369
|
icon: string;
|
11312
11370
|
isNative: boolean;
|
11313
11371
|
isPoint: boolean;
|
@@ -11330,6 +11388,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11330
11388
|
address: string;
|
11331
11389
|
id: string;
|
11332
11390
|
chainId: number;
|
11391
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
11333
11392
|
icon: string;
|
11334
11393
|
isNative: boolean;
|
11335
11394
|
isPoint: boolean;
|
@@ -11386,6 +11445,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11386
11445
|
campaigns?: boolean | undefined;
|
11387
11446
|
point?: boolean | undefined;
|
11388
11447
|
test?: boolean | undefined;
|
11448
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
11389
11449
|
excludeSubCampaigns?: boolean | undefined;
|
11390
11450
|
};
|
11391
11451
|
fetch?: RequestInit | undefined;
|
@@ -11409,7 +11469,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11409
11469
|
breakdowns: {
|
11410
11470
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
|
11411
11471
|
value: number;
|
11412
|
-
type: "
|
11472
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
11413
11473
|
identifier: string;
|
11414
11474
|
}[];
|
11415
11475
|
} | undefined;
|
@@ -11437,6 +11497,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11437
11497
|
address: string;
|
11438
11498
|
id: string;
|
11439
11499
|
chainId: number;
|
11500
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
11440
11501
|
icon: string;
|
11441
11502
|
isNative: boolean;
|
11442
11503
|
isPoint: boolean;
|
@@ -11459,6 +11520,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11459
11520
|
address: string;
|
11460
11521
|
id: string;
|
11461
11522
|
chainId: number;
|
11523
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
11462
11524
|
icon: string;
|
11463
11525
|
isNative: boolean;
|
11464
11526
|
isPoint: boolean;
|
@@ -11506,6 +11568,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11506
11568
|
address: string;
|
11507
11569
|
id: string;
|
11508
11570
|
chainId: number;
|
11571
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
11509
11572
|
icon: string;
|
11510
11573
|
isNative: boolean;
|
11511
11574
|
isPoint: boolean;
|
@@ -11596,6 +11659,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11596
11659
|
address: string;
|
11597
11660
|
id: string;
|
11598
11661
|
chainId: number;
|
11662
|
+
type: import("@package/databases").TokenType;
|
11599
11663
|
icon: string;
|
11600
11664
|
isNative: boolean;
|
11601
11665
|
isPoint: boolean;
|
@@ -11622,6 +11686,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11622
11686
|
address: string;
|
11623
11687
|
id: string;
|
11624
11688
|
chainId: number;
|
11689
|
+
type: import("@package/databases").TokenType;
|
11625
11690
|
icon: string;
|
11626
11691
|
isNative: boolean;
|
11627
11692
|
isPoint: boolean;
|
@@ -11768,6 +11833,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11768
11833
|
address: string;
|
11769
11834
|
id: string;
|
11770
11835
|
chainId: number;
|
11836
|
+
type: import("@package/databases").TokenType;
|
11771
11837
|
icon: string;
|
11772
11838
|
isNative: boolean;
|
11773
11839
|
isPoint: boolean;
|
@@ -11794,6 +11860,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11794
11860
|
address: string;
|
11795
11861
|
id: string;
|
11796
11862
|
chainId: number;
|
11863
|
+
type: import("@package/databases").TokenType;
|
11797
11864
|
icon: string;
|
11798
11865
|
isNative: boolean;
|
11799
11866
|
isPoint: boolean;
|
@@ -11869,6 +11936,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11869
11936
|
creatorTag?: string | undefined;
|
11870
11937
|
distributionChainIds?: number[] | undefined;
|
11871
11938
|
types?: string[] | undefined;
|
11939
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
11872
11940
|
withOpportunity?: boolean | undefined;
|
11873
11941
|
createdAfter?: Date | null | undefined;
|
11874
11942
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -11894,7 +11962,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11894
11962
|
breakdowns: {
|
11895
11963
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
|
11896
11964
|
value: number;
|
11897
|
-
type: "
|
11965
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
11898
11966
|
identifier: string;
|
11899
11967
|
}[];
|
11900
11968
|
} | undefined;
|
@@ -11922,6 +11990,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11922
11990
|
address: string;
|
11923
11991
|
id: string;
|
11924
11992
|
chainId: number;
|
11993
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
11925
11994
|
icon: string;
|
11926
11995
|
isNative: boolean;
|
11927
11996
|
isPoint: boolean;
|
@@ -11944,6 +12013,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11944
12013
|
address: string;
|
11945
12014
|
id: string;
|
11946
12015
|
chainId: number;
|
12016
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
11947
12017
|
icon: string;
|
11948
12018
|
isNative: boolean;
|
11949
12019
|
isPoint: boolean;
|
@@ -11991,6 +12061,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11991
12061
|
address: string;
|
11992
12062
|
id: string;
|
11993
12063
|
chainId: number;
|
12064
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
11994
12065
|
icon: string;
|
11995
12066
|
isNative: boolean;
|
11996
12067
|
isPoint: boolean;
|
@@ -12081,6 +12152,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12081
12152
|
tags?: string | undefined;
|
12082
12153
|
test?: boolean | undefined;
|
12083
12154
|
page?: number | undefined;
|
12155
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
12084
12156
|
excludeSubCampaigns?: boolean | undefined;
|
12085
12157
|
minimumTvl?: number | undefined;
|
12086
12158
|
maximumTvl?: number | undefined;
|
@@ -12109,7 +12181,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12109
12181
|
breakdowns: {
|
12110
12182
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
|
12111
12183
|
value: number;
|
12112
|
-
type: "
|
12184
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
12113
12185
|
identifier: string;
|
12114
12186
|
}[];
|
12115
12187
|
} | undefined;
|
@@ -12137,6 +12209,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12137
12209
|
address: string;
|
12138
12210
|
id: string;
|
12139
12211
|
chainId: number;
|
12212
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
12140
12213
|
icon: string;
|
12141
12214
|
isNative: boolean;
|
12142
12215
|
isPoint: boolean;
|
@@ -12159,6 +12232,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12159
12232
|
address: string;
|
12160
12233
|
id: string;
|
12161
12234
|
chainId: number;
|
12235
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
12162
12236
|
icon: string;
|
12163
12237
|
isNative: boolean;
|
12164
12238
|
isPoint: boolean;
|
@@ -12222,6 +12296,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12222
12296
|
tags?: string | undefined;
|
12223
12297
|
test?: boolean | undefined;
|
12224
12298
|
page?: number | undefined;
|
12299
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
12225
12300
|
excludeSubCampaigns?: boolean | undefined;
|
12226
12301
|
minimumTvl?: number | undefined;
|
12227
12302
|
maximumTvl?: number | undefined;
|
@@ -12267,6 +12342,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12267
12342
|
tags?: string | undefined;
|
12268
12343
|
test?: boolean | undefined;
|
12269
12344
|
page?: number | undefined;
|
12345
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
12270
12346
|
excludeSubCampaigns?: boolean | undefined;
|
12271
12347
|
minimumTvl?: number | undefined;
|
12272
12348
|
maximumTvl?: number | undefined;
|
@@ -12317,6 +12393,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12317
12393
|
tags?: string | undefined;
|
12318
12394
|
test?: boolean | undefined;
|
12319
12395
|
page?: number | undefined;
|
12396
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
12320
12397
|
excludeSubCampaigns?: boolean | undefined;
|
12321
12398
|
minimumTvl?: number | undefined;
|
12322
12399
|
maximumTvl?: number | undefined;
|
@@ -12370,6 +12447,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12370
12447
|
tags?: string | undefined;
|
12371
12448
|
test?: boolean | undefined;
|
12372
12449
|
page?: number | undefined;
|
12450
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
12373
12451
|
excludeSubCampaigns?: boolean | undefined;
|
12374
12452
|
minimumTvl?: number | undefined;
|
12375
12453
|
maximumTvl?: number | undefined;
|
@@ -12418,6 +12496,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12418
12496
|
tags?: string | undefined;
|
12419
12497
|
test?: boolean | undefined;
|
12420
12498
|
page?: number | undefined;
|
12499
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
12421
12500
|
excludeSubCampaigns?: boolean | undefined;
|
12422
12501
|
minimumTvl?: number | undefined;
|
12423
12502
|
maximumTvl?: number | undefined;
|
@@ -12466,6 +12545,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12466
12545
|
tags?: string | undefined;
|
12467
12546
|
test?: boolean | undefined;
|
12468
12547
|
page?: number | undefined;
|
12548
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
12469
12549
|
excludeSubCampaigns?: boolean | undefined;
|
12470
12550
|
minimumTvl?: number | undefined;
|
12471
12551
|
maximumTvl?: number | undefined;
|
@@ -12534,6 +12614,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12534
12614
|
address: string;
|
12535
12615
|
id: string;
|
12536
12616
|
chainId: number;
|
12617
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
12537
12618
|
icon: string;
|
12538
12619
|
isNative: boolean;
|
12539
12620
|
isPoint: boolean;
|
@@ -12671,6 +12752,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12671
12752
|
address: string;
|
12672
12753
|
id: string;
|
12673
12754
|
chainId: number;
|
12755
|
+
type: import("@package/databases").TokenType;
|
12674
12756
|
icon: string;
|
12675
12757
|
isNative: boolean;
|
12676
12758
|
isPoint: boolean;
|
@@ -12697,6 +12779,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12697
12779
|
address: string;
|
12698
12780
|
id: string;
|
12699
12781
|
chainId: number;
|
12782
|
+
type: import("@package/databases").TokenType;
|
12700
12783
|
icon: string;
|
12701
12784
|
isNative: boolean;
|
12702
12785
|
isPoint: boolean;
|
@@ -12885,6 +12968,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12885
12968
|
creatorTag?: string | undefined;
|
12886
12969
|
distributionChainIds?: number[] | undefined;
|
12887
12970
|
types?: string[] | undefined;
|
12971
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
12888
12972
|
withOpportunity?: boolean | undefined;
|
12889
12973
|
createdAfter?: Date | null | undefined;
|
12890
12974
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -12926,6 +13010,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12926
13010
|
address: string;
|
12927
13011
|
id: string;
|
12928
13012
|
chainId: number;
|
13013
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
12929
13014
|
icon: string;
|
12930
13015
|
isNative: boolean;
|
12931
13016
|
isPoint: boolean;
|
@@ -12994,6 +13079,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12994
13079
|
creatorTag?: string | undefined;
|
12995
13080
|
distributionChainIds?: number[] | undefined;
|
12996
13081
|
types?: string[] | undefined;
|
13082
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
12997
13083
|
withOpportunity?: boolean | undefined;
|
12998
13084
|
createdAfter?: Date | null | undefined;
|
12999
13085
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -13041,6 +13127,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13041
13127
|
creatorTag?: string | undefined;
|
13042
13128
|
distributionChainIds?: number[] | undefined;
|
13043
13129
|
types?: string[] | undefined;
|
13130
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
13044
13131
|
withOpportunity?: boolean | undefined;
|
13045
13132
|
createdAfter?: Date | null | undefined;
|
13046
13133
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -13091,6 +13178,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13091
13178
|
creatorTag?: string | undefined;
|
13092
13179
|
distributionChainIds?: number[] | undefined;
|
13093
13180
|
types?: string[] | undefined;
|
13181
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
13094
13182
|
withOpportunity?: boolean | undefined;
|
13095
13183
|
createdAfter?: Date | null | undefined;
|
13096
13184
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -13146,6 +13234,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13146
13234
|
creatorTag?: string | undefined;
|
13147
13235
|
distributionChainIds?: number[] | undefined;
|
13148
13236
|
types?: string[] | undefined;
|
13237
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
13149
13238
|
withOpportunity?: boolean | undefined;
|
13150
13239
|
createdAfter?: Date | null | undefined;
|
13151
13240
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -13198,6 +13287,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13198
13287
|
creatorTag?: string | undefined;
|
13199
13288
|
distributionChainIds?: number[] | undefined;
|
13200
13289
|
types?: string[] | undefined;
|
13290
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
13201
13291
|
withOpportunity?: boolean | undefined;
|
13202
13292
|
createdAfter?: Date | null | undefined;
|
13203
13293
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -13250,6 +13340,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13250
13340
|
creatorTag?: string | undefined;
|
13251
13341
|
distributionChainIds?: number[] | undefined;
|
13252
13342
|
types?: string[] | undefined;
|
13343
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
13253
13344
|
withOpportunity?: boolean | undefined;
|
13254
13345
|
createdAfter?: Date | null | undefined;
|
13255
13346
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -13300,6 +13391,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13300
13391
|
creatorTag?: string | undefined;
|
13301
13392
|
distributionChainIds?: number[] | undefined;
|
13302
13393
|
types?: string[] | undefined;
|
13394
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
13303
13395
|
withOpportunity?: boolean | undefined;
|
13304
13396
|
createdAfter?: Date | null | undefined;
|
13305
13397
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -13495,6 +13587,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13495
13587
|
address: string;
|
13496
13588
|
id: string;
|
13497
13589
|
chainId: number;
|
13590
|
+
type: import("@package/databases").TokenType;
|
13498
13591
|
icon: string;
|
13499
13592
|
isNative: boolean;
|
13500
13593
|
isPoint: boolean;
|
@@ -13521,6 +13614,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13521
13614
|
address: string;
|
13522
13615
|
id: string;
|
13523
13616
|
chainId: number;
|
13617
|
+
type: import("@package/databases").TokenType;
|
13524
13618
|
icon: string;
|
13525
13619
|
isNative: boolean;
|
13526
13620
|
isPoint: boolean;
|
@@ -13611,6 +13705,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13611
13705
|
address: string;
|
13612
13706
|
id: string;
|
13613
13707
|
chainId: number;
|
13708
|
+
type: import("@package/databases").TokenType;
|
13614
13709
|
icon: string;
|
13615
13710
|
isNative: boolean;
|
13616
13711
|
isPoint: boolean;
|
@@ -13637,6 +13732,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13637
13732
|
address: string;
|
13638
13733
|
id: string;
|
13639
13734
|
chainId: number;
|
13735
|
+
type: import("@package/databases").TokenType;
|
13640
13736
|
icon: string;
|
13641
13737
|
isNative: boolean;
|
13642
13738
|
isPoint: boolean;
|
@@ -13728,6 +13824,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13728
13824
|
address: string;
|
13729
13825
|
id: string;
|
13730
13826
|
chainId: number;
|
13827
|
+
type: import("@package/databases").TokenType;
|
13731
13828
|
icon: string;
|
13732
13829
|
isNative: boolean;
|
13733
13830
|
isPoint: boolean;
|
@@ -13754,6 +13851,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13754
13851
|
address: string;
|
13755
13852
|
id: string;
|
13756
13853
|
chainId: number;
|
13854
|
+
type: import("@package/databases").TokenType;
|
13757
13855
|
icon: string;
|
13758
13856
|
isNative: boolean;
|
13759
13857
|
isPoint: boolean;
|
@@ -13834,6 +13932,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13834
13932
|
creatorTag?: string | undefined;
|
13835
13933
|
distributionChainIds?: number[] | undefined;
|
13836
13934
|
types?: string[] | undefined;
|
13935
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
13837
13936
|
withOpportunity?: boolean | undefined;
|
13838
13937
|
createdAfter?: Date | null | undefined;
|
13839
13938
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -14131,6 +14230,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14131
14230
|
address: string;
|
14132
14231
|
id: string;
|
14133
14232
|
chainId: number;
|
14233
|
+
type: import("@package/databases").TokenType;
|
14134
14234
|
icon: string;
|
14135
14235
|
isNative: boolean;
|
14136
14236
|
isPoint: boolean;
|
@@ -14169,6 +14269,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14169
14269
|
address: string;
|
14170
14270
|
id: string;
|
14171
14271
|
chainId: number;
|
14272
|
+
type: import("@package/databases").TokenType;
|
14172
14273
|
icon: string;
|
14173
14274
|
isNative: boolean;
|
14174
14275
|
isPoint: boolean;
|
@@ -14192,6 +14293,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14192
14293
|
})) & {};
|
14193
14294
|
patch: (body: {
|
14194
14295
|
name?: string | undefined;
|
14296
|
+
type?: "TOKEN" | "PRETGE" | "POINT" | undefined;
|
14195
14297
|
icon?: string | undefined;
|
14196
14298
|
isPoint?: boolean | undefined;
|
14197
14299
|
isPreTGE?: boolean | undefined;
|
@@ -14213,6 +14315,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14213
14315
|
address: string;
|
14214
14316
|
id: string;
|
14215
14317
|
chainId: number;
|
14318
|
+
type: import("@package/databases").TokenType;
|
14216
14319
|
icon: string;
|
14217
14320
|
isNative: boolean;
|
14218
14321
|
isPoint: boolean;
|
@@ -14251,6 +14354,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14251
14354
|
address: string;
|
14252
14355
|
id: string;
|
14253
14356
|
chainId: number;
|
14357
|
+
type: import("@package/databases").TokenType;
|
14254
14358
|
icon: string;
|
14255
14359
|
isNative: boolean;
|
14256
14360
|
isPoint: boolean;
|
@@ -14289,6 +14393,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14289
14393
|
address: string;
|
14290
14394
|
id: string;
|
14291
14395
|
chainId: number;
|
14396
|
+
type: import("@package/databases").TokenType;
|
14292
14397
|
icon: string;
|
14293
14398
|
isNative: boolean;
|
14294
14399
|
isPoint: boolean;
|
@@ -14328,6 +14433,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14328
14433
|
address: string;
|
14329
14434
|
id: string;
|
14330
14435
|
chainId: number;
|
14436
|
+
type: import("@package/databases").TokenType;
|
14331
14437
|
icon: string;
|
14332
14438
|
isNative: boolean;
|
14333
14439
|
isPoint: boolean;
|
@@ -14379,6 +14485,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14379
14485
|
address: string;
|
14380
14486
|
id: string;
|
14381
14487
|
chainId: number;
|
14488
|
+
type: import("@package/databases").TokenType;
|
14382
14489
|
icon: string;
|
14383
14490
|
isNative: boolean;
|
14384
14491
|
isPoint: boolean;
|
@@ -14434,7 +14541,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14434
14541
|
}>>;
|
14435
14542
|
};
|
14436
14543
|
post: (body: {
|
14437
|
-
|
14544
|
+
type?: "TOKEN" | "PRETGE" | "POINT" | undefined;
|
14438
14545
|
isTest?: boolean | undefined;
|
14439
14546
|
address: string;
|
14440
14547
|
chainId: number;
|
@@ -14455,6 +14562,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14455
14562
|
address: string;
|
14456
14563
|
id: string;
|
14457
14564
|
chainId: number;
|
14565
|
+
type: import("@package/databases").TokenType;
|
14458
14566
|
icon: string;
|
14459
14567
|
isNative: boolean;
|
14460
14568
|
isPoint: boolean;
|
@@ -14524,6 +14632,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14524
14632
|
address: string;
|
14525
14633
|
id: string;
|
14526
14634
|
chainId: number;
|
14635
|
+
type: import("@package/databases").TokenType;
|
14527
14636
|
icon: string;
|
14528
14637
|
isNative: boolean;
|
14529
14638
|
isPoint: boolean;
|
@@ -15547,6 +15656,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
15547
15656
|
address: string;
|
15548
15657
|
id: string;
|
15549
15658
|
chainId: number;
|
15659
|
+
type: import("@package/databases").TokenType;
|
15550
15660
|
icon: string;
|
15551
15661
|
isNative: boolean;
|
15552
15662
|
isPoint: boolean;
|
@@ -15572,6 +15682,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
15572
15682
|
address: string;
|
15573
15683
|
id: string;
|
15574
15684
|
chainId: number;
|
15685
|
+
type: import("@package/databases").TokenType;
|
15575
15686
|
icon: string;
|
15576
15687
|
isNative: boolean;
|
15577
15688
|
isPoint: boolean;
|
@@ -17474,6 +17585,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
17474
17585
|
address: string;
|
17475
17586
|
id: string;
|
17476
17587
|
chainId: number;
|
17588
|
+
type: import("@package/databases").TokenType;
|
17477
17589
|
icon: string;
|
17478
17590
|
isNative: boolean;
|
17479
17591
|
isPoint: boolean;
|