@merkl/api 1.0.95 → 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 +66 -2
- package/dist/src/index.d.ts +33 -1
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +12 -0
- package/dist/src/modules/v4/campaign/campaign.model.d.ts +10 -0
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +53 -45
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +41 -0
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +20 -0
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +36 -1
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +15 -14
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +12 -1
- package/dist/src/modules/v4/programPayload/programPayload.repository.d.ts +3 -2
- package/dist/src/modules/v4/reward/reward.model.d.ts +10 -0
- package/dist/src/modules/v4/router.d.ts +33 -1
- package/dist/src/modules/v4/token/token.controller.d.ts +2 -1
- package/dist/src/modules/v4/token/token.model.d.ts +19 -2
- 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;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -3019,6 +3039,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3019
3039
|
address: string;
|
3020
3040
|
id: string;
|
3021
3041
|
chainId: number;
|
3042
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
3022
3043
|
icon: string;
|
3023
3044
|
isNative: boolean;
|
3024
3045
|
isPoint: boolean;
|
@@ -3269,6 +3290,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3269
3290
|
creatorTag?: string | undefined;
|
3270
3291
|
distributionChainIds?: number[] | undefined;
|
3271
3292
|
types?: string[] | undefined;
|
3293
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
3272
3294
|
withOpportunity?: boolean | undefined;
|
3273
3295
|
createdAfter?: Date | null | undefined;
|
3274
3296
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -3310,6 +3332,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3310
3332
|
address: string;
|
3311
3333
|
id: string;
|
3312
3334
|
chainId: number;
|
3335
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
3313
3336
|
icon: string;
|
3314
3337
|
isNative: boolean;
|
3315
3338
|
isPoint: boolean;
|
@@ -3381,6 +3404,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3381
3404
|
creatorTag?: string | undefined;
|
3382
3405
|
distributionChainIds?: number[] | undefined;
|
3383
3406
|
types?: string[] | undefined;
|
3407
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
3384
3408
|
withOpportunity?: boolean | undefined;
|
3385
3409
|
createdAfter?: Date | null | undefined;
|
3386
3410
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -3431,6 +3455,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3431
3455
|
creatorTag?: string | undefined;
|
3432
3456
|
distributionChainIds?: number[] | undefined;
|
3433
3457
|
types?: string[] | undefined;
|
3458
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
3434
3459
|
withOpportunity?: boolean | undefined;
|
3435
3460
|
createdAfter?: Date | null | undefined;
|
3436
3461
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -3486,6 +3511,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3486
3511
|
creatorTag?: string | undefined;
|
3487
3512
|
distributionChainIds?: number[] | undefined;
|
3488
3513
|
types?: string[] | undefined;
|
3514
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
3489
3515
|
withOpportunity?: boolean | undefined;
|
3490
3516
|
createdAfter?: Date | null | undefined;
|
3491
3517
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -3544,6 +3570,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3544
3570
|
creatorTag?: string | undefined;
|
3545
3571
|
distributionChainIds?: number[] | undefined;
|
3546
3572
|
types?: string[] | undefined;
|
3573
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
3547
3574
|
withOpportunity?: boolean | undefined;
|
3548
3575
|
createdAfter?: Date | null | undefined;
|
3549
3576
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -3599,6 +3626,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3599
3626
|
creatorTag?: string | undefined;
|
3600
3627
|
distributionChainIds?: number[] | undefined;
|
3601
3628
|
types?: string[] | undefined;
|
3629
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
3602
3630
|
withOpportunity?: boolean | undefined;
|
3603
3631
|
createdAfter?: Date | null | undefined;
|
3604
3632
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -3654,6 +3682,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3654
3682
|
creatorTag?: string | undefined;
|
3655
3683
|
distributionChainIds?: number[] | undefined;
|
3656
3684
|
types?: string[] | undefined;
|
3685
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
3657
3686
|
withOpportunity?: boolean | undefined;
|
3658
3687
|
createdAfter?: Date | null | undefined;
|
3659
3688
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -3708,6 +3737,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3708
3737
|
creatorTag?: string | undefined;
|
3709
3738
|
distributionChainIds?: number[] | undefined;
|
3710
3739
|
types?: string[] | undefined;
|
3740
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
3711
3741
|
withOpportunity?: boolean | undefined;
|
3712
3742
|
createdAfter?: Date | null | undefined;
|
3713
3743
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -3761,6 +3791,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3761
3791
|
creatorTag?: string | undefined;
|
3762
3792
|
distributionChainIds?: number[] | undefined;
|
3763
3793
|
types?: string[] | undefined;
|
3794
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
3764
3795
|
withOpportunity?: boolean | undefined;
|
3765
3796
|
createdAfter?: Date | null | undefined;
|
3766
3797
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -4942,7 +4973,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4942
4973
|
} & {
|
4943
4974
|
post: {
|
4944
4975
|
body: {
|
4945
|
-
|
4976
|
+
type?: "TOKEN" | "PRETGE" | "POINT" | undefined;
|
4946
4977
|
isTest?: boolean | undefined;
|
4947
4978
|
address: string;
|
4948
4979
|
chainId: number;
|
@@ -4988,6 +5019,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4988
5019
|
patch: {
|
4989
5020
|
body: {
|
4990
5021
|
name?: string | undefined;
|
5022
|
+
type?: "TOKEN" | "PRETGE" | "POINT" | undefined;
|
4991
5023
|
icon?: string | undefined;
|
4992
5024
|
isPoint?: boolean | undefined;
|
4993
5025
|
isPreTGE?: boolean | undefined;
|
@@ -11281,6 +11313,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11281
11313
|
campaigns?: boolean | undefined;
|
11282
11314
|
point?: boolean | undefined;
|
11283
11315
|
test?: boolean | undefined;
|
11316
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
11284
11317
|
excludeSubCampaigns?: boolean | undefined;
|
11285
11318
|
};
|
11286
11319
|
fetch?: RequestInit | undefined;
|
@@ -11332,6 +11365,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11332
11365
|
address: string;
|
11333
11366
|
id: string;
|
11334
11367
|
chainId: number;
|
11368
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
11335
11369
|
icon: string;
|
11336
11370
|
isNative: boolean;
|
11337
11371
|
isPoint: boolean;
|
@@ -11354,6 +11388,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11354
11388
|
address: string;
|
11355
11389
|
id: string;
|
11356
11390
|
chainId: number;
|
11391
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
11357
11392
|
icon: string;
|
11358
11393
|
isNative: boolean;
|
11359
11394
|
isPoint: boolean;
|
@@ -11410,6 +11445,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11410
11445
|
campaigns?: boolean | undefined;
|
11411
11446
|
point?: boolean | undefined;
|
11412
11447
|
test?: boolean | undefined;
|
11448
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
11413
11449
|
excludeSubCampaigns?: boolean | undefined;
|
11414
11450
|
};
|
11415
11451
|
fetch?: RequestInit | undefined;
|
@@ -11461,6 +11497,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11461
11497
|
address: string;
|
11462
11498
|
id: string;
|
11463
11499
|
chainId: number;
|
11500
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
11464
11501
|
icon: string;
|
11465
11502
|
isNative: boolean;
|
11466
11503
|
isPoint: boolean;
|
@@ -11483,6 +11520,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11483
11520
|
address: string;
|
11484
11521
|
id: string;
|
11485
11522
|
chainId: number;
|
11523
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
11486
11524
|
icon: string;
|
11487
11525
|
isNative: boolean;
|
11488
11526
|
isPoint: boolean;
|
@@ -11530,6 +11568,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11530
11568
|
address: string;
|
11531
11569
|
id: string;
|
11532
11570
|
chainId: number;
|
11571
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
11533
11572
|
icon: string;
|
11534
11573
|
isNative: boolean;
|
11535
11574
|
isPoint: boolean;
|
@@ -11897,6 +11936,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11897
11936
|
creatorTag?: string | undefined;
|
11898
11937
|
distributionChainIds?: number[] | undefined;
|
11899
11938
|
types?: string[] | undefined;
|
11939
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
11900
11940
|
withOpportunity?: boolean | undefined;
|
11901
11941
|
createdAfter?: Date | null | undefined;
|
11902
11942
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -11950,6 +11990,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11950
11990
|
address: string;
|
11951
11991
|
id: string;
|
11952
11992
|
chainId: number;
|
11993
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
11953
11994
|
icon: string;
|
11954
11995
|
isNative: boolean;
|
11955
11996
|
isPoint: boolean;
|
@@ -11972,6 +12013,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11972
12013
|
address: string;
|
11973
12014
|
id: string;
|
11974
12015
|
chainId: number;
|
12016
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
11975
12017
|
icon: string;
|
11976
12018
|
isNative: boolean;
|
11977
12019
|
isPoint: boolean;
|
@@ -12019,6 +12061,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12019
12061
|
address: string;
|
12020
12062
|
id: string;
|
12021
12063
|
chainId: number;
|
12064
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
12022
12065
|
icon: string;
|
12023
12066
|
isNative: boolean;
|
12024
12067
|
isPoint: boolean;
|
@@ -12109,6 +12152,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12109
12152
|
tags?: string | undefined;
|
12110
12153
|
test?: boolean | undefined;
|
12111
12154
|
page?: number | undefined;
|
12155
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
12112
12156
|
excludeSubCampaigns?: boolean | undefined;
|
12113
12157
|
minimumTvl?: number | undefined;
|
12114
12158
|
maximumTvl?: number | undefined;
|
@@ -12165,6 +12209,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12165
12209
|
address: string;
|
12166
12210
|
id: string;
|
12167
12211
|
chainId: number;
|
12212
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
12168
12213
|
icon: string;
|
12169
12214
|
isNative: boolean;
|
12170
12215
|
isPoint: boolean;
|
@@ -12187,6 +12232,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12187
12232
|
address: string;
|
12188
12233
|
id: string;
|
12189
12234
|
chainId: number;
|
12235
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
12190
12236
|
icon: string;
|
12191
12237
|
isNative: boolean;
|
12192
12238
|
isPoint: boolean;
|
@@ -12250,6 +12296,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12250
12296
|
tags?: string | undefined;
|
12251
12297
|
test?: boolean | undefined;
|
12252
12298
|
page?: number | undefined;
|
12299
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
12253
12300
|
excludeSubCampaigns?: boolean | undefined;
|
12254
12301
|
minimumTvl?: number | undefined;
|
12255
12302
|
maximumTvl?: number | undefined;
|
@@ -12295,6 +12342,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12295
12342
|
tags?: string | undefined;
|
12296
12343
|
test?: boolean | undefined;
|
12297
12344
|
page?: number | undefined;
|
12345
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
12298
12346
|
excludeSubCampaigns?: boolean | undefined;
|
12299
12347
|
minimumTvl?: number | undefined;
|
12300
12348
|
maximumTvl?: number | undefined;
|
@@ -12345,6 +12393,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12345
12393
|
tags?: string | undefined;
|
12346
12394
|
test?: boolean | undefined;
|
12347
12395
|
page?: number | undefined;
|
12396
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
12348
12397
|
excludeSubCampaigns?: boolean | undefined;
|
12349
12398
|
minimumTvl?: number | undefined;
|
12350
12399
|
maximumTvl?: number | undefined;
|
@@ -12398,6 +12447,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12398
12447
|
tags?: string | undefined;
|
12399
12448
|
test?: boolean | undefined;
|
12400
12449
|
page?: number | undefined;
|
12450
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
12401
12451
|
excludeSubCampaigns?: boolean | undefined;
|
12402
12452
|
minimumTvl?: number | undefined;
|
12403
12453
|
maximumTvl?: number | undefined;
|
@@ -12446,6 +12496,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12446
12496
|
tags?: string | undefined;
|
12447
12497
|
test?: boolean | undefined;
|
12448
12498
|
page?: number | undefined;
|
12499
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
12449
12500
|
excludeSubCampaigns?: boolean | undefined;
|
12450
12501
|
minimumTvl?: number | undefined;
|
12451
12502
|
maximumTvl?: number | undefined;
|
@@ -12494,6 +12545,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12494
12545
|
tags?: string | undefined;
|
12495
12546
|
test?: boolean | undefined;
|
12496
12547
|
page?: number | undefined;
|
12548
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
12497
12549
|
excludeSubCampaigns?: boolean | undefined;
|
12498
12550
|
minimumTvl?: number | undefined;
|
12499
12551
|
maximumTvl?: number | undefined;
|
@@ -12562,6 +12614,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12562
12614
|
address: string;
|
12563
12615
|
id: string;
|
12564
12616
|
chainId: number;
|
12617
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
12565
12618
|
icon: string;
|
12566
12619
|
isNative: boolean;
|
12567
12620
|
isPoint: boolean;
|
@@ -12915,6 +12968,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12915
12968
|
creatorTag?: string | undefined;
|
12916
12969
|
distributionChainIds?: number[] | undefined;
|
12917
12970
|
types?: string[] | undefined;
|
12971
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
12918
12972
|
withOpportunity?: boolean | undefined;
|
12919
12973
|
createdAfter?: Date | null | undefined;
|
12920
12974
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -12956,6 +13010,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12956
13010
|
address: string;
|
12957
13011
|
id: string;
|
12958
13012
|
chainId: number;
|
13013
|
+
type: "TOKEN" | "PRETGE" | "POINT";
|
12959
13014
|
icon: string;
|
12960
13015
|
isNative: boolean;
|
12961
13016
|
isPoint: boolean;
|
@@ -13024,6 +13079,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13024
13079
|
creatorTag?: string | undefined;
|
13025
13080
|
distributionChainIds?: number[] | undefined;
|
13026
13081
|
types?: string[] | undefined;
|
13082
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
13027
13083
|
withOpportunity?: boolean | undefined;
|
13028
13084
|
createdAfter?: Date | null | undefined;
|
13029
13085
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -13071,6 +13127,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13071
13127
|
creatorTag?: string | undefined;
|
13072
13128
|
distributionChainIds?: number[] | undefined;
|
13073
13129
|
types?: string[] | undefined;
|
13130
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
13074
13131
|
withOpportunity?: boolean | undefined;
|
13075
13132
|
createdAfter?: Date | null | undefined;
|
13076
13133
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -13121,6 +13178,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13121
13178
|
creatorTag?: string | undefined;
|
13122
13179
|
distributionChainIds?: number[] | undefined;
|
13123
13180
|
types?: string[] | undefined;
|
13181
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
13124
13182
|
withOpportunity?: boolean | undefined;
|
13125
13183
|
createdAfter?: Date | null | undefined;
|
13126
13184
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -13176,6 +13234,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13176
13234
|
creatorTag?: string | undefined;
|
13177
13235
|
distributionChainIds?: number[] | undefined;
|
13178
13236
|
types?: string[] | undefined;
|
13237
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
13179
13238
|
withOpportunity?: boolean | undefined;
|
13180
13239
|
createdAfter?: Date | null | undefined;
|
13181
13240
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -13228,6 +13287,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13228
13287
|
creatorTag?: string | undefined;
|
13229
13288
|
distributionChainIds?: number[] | undefined;
|
13230
13289
|
types?: string[] | undefined;
|
13290
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
13231
13291
|
withOpportunity?: boolean | undefined;
|
13232
13292
|
createdAfter?: Date | null | undefined;
|
13233
13293
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -13280,6 +13340,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13280
13340
|
creatorTag?: string | undefined;
|
13281
13341
|
distributionChainIds?: number[] | undefined;
|
13282
13342
|
types?: string[] | undefined;
|
13343
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
13283
13344
|
withOpportunity?: boolean | undefined;
|
13284
13345
|
createdAfter?: Date | null | undefined;
|
13285
13346
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -13330,6 +13391,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13330
13391
|
creatorTag?: string | undefined;
|
13331
13392
|
distributionChainIds?: number[] | undefined;
|
13332
13393
|
types?: string[] | undefined;
|
13394
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
13333
13395
|
withOpportunity?: boolean | undefined;
|
13334
13396
|
createdAfter?: Date | null | undefined;
|
13335
13397
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -13870,6 +13932,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13870
13932
|
creatorTag?: string | undefined;
|
13871
13933
|
distributionChainIds?: number[] | undefined;
|
13872
13934
|
types?: string[] | undefined;
|
13935
|
+
tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
|
13873
13936
|
withOpportunity?: boolean | undefined;
|
13874
13937
|
createdAfter?: Date | null | undefined;
|
13875
13938
|
excludeSubCampaigns?: boolean | undefined;
|
@@ -14230,6 +14293,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14230
14293
|
})) & {};
|
14231
14294
|
patch: (body: {
|
14232
14295
|
name?: string | undefined;
|
14296
|
+
type?: "TOKEN" | "PRETGE" | "POINT" | undefined;
|
14233
14297
|
icon?: string | undefined;
|
14234
14298
|
isPoint?: boolean | undefined;
|
14235
14299
|
isPreTGE?: boolean | undefined;
|
@@ -14477,7 +14541,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14477
14541
|
}>>;
|
14478
14542
|
};
|
14479
14543
|
post: (body: {
|
14480
|
-
|
14544
|
+
type?: "TOKEN" | "PRETGE" | "POINT" | undefined;
|
14481
14545
|
isTest?: boolean | undefined;
|
14482
14546
|
address: string;
|
14483
14547
|
chainId: number;
|