@merkl/api 1.1.45 → 1.1.47
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 +88 -4
- package/dist/src/index.d.ts +44 -2
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +10 -0
- package/dist/src/modules/v4/campaign/campaign.model.d.ts +4 -0
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +16 -0
- package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +6 -0
- package/dist/src/modules/v4/chain/chain.controller.d.ts +10 -1
- package/dist/src/modules/v4/chain/chain.model.d.ts +3 -0
- package/dist/src/modules/v4/chain/chain.repository.d.ts +12 -0
- package/dist/src/modules/v4/chain/chain.service.d.ts +14 -0
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +14 -0
- package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +4 -0
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +8 -0
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +18 -0
- package/dist/src/modules/v4/opportunity/opportunity.service.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 +14 -0
- package/dist/src/modules/v4/router.d.ts +44 -2
- package/dist/src/modules/v4/status/status.controller.d.ts +0 -1
- package/dist/src/modules/v4/status/status.service.d.ts +0 -1
- package/dist/src/modules/v4/user/user.controller.d.ts +4 -0
- package/dist/src/modules/v4/user/user.model.d.ts +2 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/src/eden/index.d.ts
CHANGED
@@ -1632,8 +1632,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1632
1632
|
url: string;
|
1633
1633
|
}[] | undefined;
|
1634
1634
|
name: string;
|
1635
|
+
endOfDisputePeriod: number;
|
1635
1636
|
id: number;
|
1636
1637
|
icon: string;
|
1638
|
+
liveCampaigns: number;
|
1637
1639
|
} | undefined;
|
1638
1640
|
rewardToken: {
|
1639
1641
|
price?: number | null | undefined;
|
@@ -1665,8 +1667,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1665
1667
|
url: string;
|
1666
1668
|
}[] | undefined;
|
1667
1669
|
name: string;
|
1670
|
+
endOfDisputePeriod: number;
|
1668
1671
|
id: number;
|
1669
1672
|
icon: string;
|
1673
|
+
liveCampaigns: number;
|
1670
1674
|
};
|
1671
1675
|
subType: number | null;
|
1672
1676
|
creatorAddress: string;
|
@@ -1681,8 +1685,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1681
1685
|
url: string;
|
1682
1686
|
}[] | undefined;
|
1683
1687
|
name: string;
|
1688
|
+
endOfDisputePeriod: number;
|
1684
1689
|
id: number;
|
1685
1690
|
icon: string;
|
1691
|
+
liveCampaigns: number;
|
1686
1692
|
};
|
1687
1693
|
identifier: string;
|
1688
1694
|
howToSteps: string[];
|
@@ -1817,8 +1823,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1817
1823
|
url: string;
|
1818
1824
|
}[] | undefined;
|
1819
1825
|
name: string;
|
1826
|
+
endOfDisputePeriod: number;
|
1820
1827
|
id: number;
|
1821
1828
|
icon: string;
|
1829
|
+
liveCampaigns: number;
|
1822
1830
|
};
|
1823
1831
|
identifier: string;
|
1824
1832
|
howToSteps: string[];
|
@@ -1969,8 +1977,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1969
1977
|
url: string;
|
1970
1978
|
}[] | undefined;
|
1971
1979
|
name: string;
|
1980
|
+
endOfDisputePeriod: number;
|
1972
1981
|
id: number;
|
1973
1982
|
icon: string;
|
1983
|
+
liveCampaigns: number;
|
1974
1984
|
} | undefined;
|
1975
1985
|
rewardToken: {
|
1976
1986
|
price?: number | null | undefined;
|
@@ -2002,8 +2012,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2002
2012
|
url: string;
|
2003
2013
|
}[] | undefined;
|
2004
2014
|
name: string;
|
2015
|
+
endOfDisputePeriod: number;
|
2005
2016
|
id: number;
|
2006
2017
|
icon: string;
|
2018
|
+
liveCampaigns: number;
|
2007
2019
|
};
|
2008
2020
|
subType: number | null;
|
2009
2021
|
creatorAddress: string;
|
@@ -2018,8 +2030,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2018
2030
|
url: string;
|
2019
2031
|
}[] | undefined;
|
2020
2032
|
name: string;
|
2033
|
+
endOfDisputePeriod: number;
|
2021
2034
|
id: number;
|
2022
2035
|
icon: string;
|
2036
|
+
liveCampaigns: number;
|
2023
2037
|
};
|
2024
2038
|
identifier: string;
|
2025
2039
|
howToSteps: string[];
|
@@ -3225,8 +3239,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3225
3239
|
campaignStatus?: import("../modules/v4/status/status.model").Status["model"] | undefined;
|
3226
3240
|
chain: {
|
3227
3241
|
name: string;
|
3242
|
+
endOfDisputePeriod: number;
|
3228
3243
|
id: number;
|
3229
3244
|
icon: string;
|
3245
|
+
liveCampaigns: number;
|
3230
3246
|
} & {};
|
3231
3247
|
Opportunity?: import("../modules/v4/opportunity/opportunity.model").OpportunityLight["model"] | undefined;
|
3232
3248
|
distributionType: import("@package/databases").DistributionType;
|
@@ -3358,8 +3374,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3358
3374
|
url: string;
|
3359
3375
|
}[] | undefined;
|
3360
3376
|
name: string;
|
3377
|
+
endOfDisputePeriod: number;
|
3361
3378
|
id: number;
|
3362
3379
|
icon: string;
|
3380
|
+
liveCampaigns: number;
|
3363
3381
|
} | undefined;
|
3364
3382
|
rewardToken: {
|
3365
3383
|
price?: number | null | undefined;
|
@@ -3391,8 +3409,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3391
3409
|
url: string;
|
3392
3410
|
}[] | undefined;
|
3393
3411
|
name: string;
|
3412
|
+
endOfDisputePeriod: number;
|
3394
3413
|
id: number;
|
3395
3414
|
icon: string;
|
3415
|
+
liveCampaigns: number;
|
3396
3416
|
};
|
3397
3417
|
subType: number | null;
|
3398
3418
|
creatorAddress: string;
|
@@ -3649,8 +3669,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3649
3669
|
url: string;
|
3650
3670
|
}[] | undefined;
|
3651
3671
|
name: string;
|
3672
|
+
endOfDisputePeriod: number;
|
3652
3673
|
id: number;
|
3653
3674
|
icon: string;
|
3675
|
+
liveCampaigns: number;
|
3654
3676
|
} | undefined;
|
3655
3677
|
rewardToken: {
|
3656
3678
|
price?: number | null | undefined;
|
@@ -3682,8 +3704,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3682
3704
|
url: string;
|
3683
3705
|
}[] | undefined;
|
3684
3706
|
name: string;
|
3707
|
+
endOfDisputePeriod: number;
|
3685
3708
|
id: number;
|
3686
3709
|
icon: string;
|
3710
|
+
liveCampaigns: number;
|
3687
3711
|
};
|
3688
3712
|
subType: number | null;
|
3689
3713
|
creatorAddress: string;
|
@@ -4756,8 +4780,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4756
4780
|
campaignStatus?: import("../modules/v4/status/status.model").Status["model"] | undefined;
|
4757
4781
|
chain: {
|
4758
4782
|
name: string;
|
4783
|
+
endOfDisputePeriod: number;
|
4759
4784
|
id: number;
|
4760
4785
|
icon: string;
|
4786
|
+
liveCampaigns: number;
|
4761
4787
|
} & {};
|
4762
4788
|
Opportunity?: import("../modules/v4/opportunity/opportunity.model").OpportunityLight["model"] | undefined;
|
4763
4789
|
distributionType: import("@package/databases").DistributionType;
|
@@ -5240,8 +5266,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
5240
5266
|
campaignStatus?: import("../modules/v4/status/status.model").Status["model"] | undefined;
|
5241
5267
|
chain: {
|
5242
5268
|
name: string;
|
5269
|
+
endOfDisputePeriod: number;
|
5243
5270
|
id: number;
|
5244
5271
|
icon: string;
|
5272
|
+
liveCampaigns: number;
|
5245
5273
|
} & {};
|
5246
5274
|
Opportunity?: import("../modules/v4/opportunity/opportunity.model").OpportunityLight["model"] | undefined;
|
5247
5275
|
distributionType: import("@package/databases").DistributionType;
|
@@ -5725,8 +5753,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
5725
5753
|
campaignStatus?: import("../modules/v4/status/status.model").Status["model"] | undefined;
|
5726
5754
|
chain: {
|
5727
5755
|
name: string;
|
5756
|
+
endOfDisputePeriod: number;
|
5728
5757
|
id: number;
|
5729
5758
|
icon: string;
|
5759
|
+
liveCampaigns: number;
|
5730
5760
|
} & {};
|
5731
5761
|
Opportunity?: import("../modules/v4/opportunity/opportunity.model").OpportunityLight["model"] | undefined;
|
5732
5762
|
distributionType: import("@package/databases").DistributionType;
|
@@ -7208,8 +7238,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
7208
7238
|
response: {
|
7209
7239
|
200: {
|
7210
7240
|
name: string;
|
7241
|
+
endOfDisputePeriod: number;
|
7211
7242
|
id: number;
|
7212
7243
|
icon: string;
|
7244
|
+
liveCampaigns: number;
|
7213
7245
|
explorers: {
|
7214
7246
|
id: string;
|
7215
7247
|
chainId: number;
|
@@ -7248,8 +7280,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
7248
7280
|
url: string;
|
7249
7281
|
}[] | undefined;
|
7250
7282
|
name: string;
|
7283
|
+
endOfDisputePeriod: number;
|
7251
7284
|
id: number;
|
7252
7285
|
icon: string;
|
7286
|
+
liveCampaigns: number;
|
7253
7287
|
}[];
|
7254
7288
|
422: {
|
7255
7289
|
type: "validation";
|
@@ -7294,9 +7328,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
7294
7328
|
":chainId": {
|
7295
7329
|
patch: {
|
7296
7330
|
body: {
|
7331
|
+
endOfDisputePeriod?: number | undefined;
|
7297
7332
|
icon?: string | undefined;
|
7298
|
-
dailyRewards?: number | undefined;
|
7299
7333
|
liveCampaigns?: number | undefined;
|
7334
|
+
dailyRewards?: number | undefined;
|
7300
7335
|
};
|
7301
7336
|
params: {
|
7302
7337
|
chainId: number;
|
@@ -7308,8 +7343,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
7308
7343
|
response: {
|
7309
7344
|
200: {
|
7310
7345
|
name: string;
|
7346
|
+
endOfDisputePeriod: number;
|
7311
7347
|
id: number;
|
7312
7348
|
icon: string;
|
7349
|
+
liveCampaigns: number;
|
7313
7350
|
};
|
7314
7351
|
422: {
|
7315
7352
|
type: "validation";
|
@@ -7348,8 +7385,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
7348
7385
|
url: string;
|
7349
7386
|
}[];
|
7350
7387
|
name: string;
|
7388
|
+
endOfDisputePeriod: number;
|
7351
7389
|
id: number;
|
7352
7390
|
icon: string;
|
7391
|
+
liveCampaigns: number;
|
7353
7392
|
};
|
7354
7393
|
422: {
|
7355
7394
|
type: "validation";
|
@@ -7781,8 +7820,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
7781
7820
|
url: string;
|
7782
7821
|
}[] | undefined;
|
7783
7822
|
name: string;
|
7823
|
+
endOfDisputePeriod: number;
|
7784
7824
|
id: number;
|
7785
7825
|
icon: string;
|
7826
|
+
liveCampaigns: number;
|
7786
7827
|
};
|
7787
7828
|
}[];
|
7788
7829
|
422: {
|
@@ -7933,8 +7974,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
7933
7974
|
opportunity: {
|
7934
7975
|
Chain: {
|
7935
7976
|
name: string;
|
7977
|
+
endOfDisputePeriod: number;
|
7936
7978
|
id: number;
|
7937
7979
|
icon: string;
|
7980
|
+
liveCampaigns: number;
|
7938
7981
|
};
|
7939
7982
|
Tokens: {
|
7940
7983
|
symbol: string;
|
@@ -8865,7 +8908,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
8865
8908
|
distributionCreator: string;
|
8866
8909
|
endOfDisputePeriod: number;
|
8867
8910
|
disputer: string;
|
8868
|
-
liveCampaigns: number;
|
8869
8911
|
delayed: Awaited<ReturnType<typeof import("../modules/v4/status/status.service").StatusService["findManyDelay"]>>;
|
8870
8912
|
};
|
8871
8913
|
};
|
@@ -13322,8 +13364,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13322
13364
|
url: string;
|
13323
13365
|
}[] | undefined;
|
13324
13366
|
name: string;
|
13367
|
+
endOfDisputePeriod: number;
|
13325
13368
|
id: number;
|
13326
13369
|
icon: string;
|
13370
|
+
liveCampaigns: number;
|
13327
13371
|
};
|
13328
13372
|
identifier: string;
|
13329
13373
|
howToSteps: string[];
|
@@ -13465,8 +13509,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13465
13509
|
url: string;
|
13466
13510
|
}[] | undefined;
|
13467
13511
|
name: string;
|
13512
|
+
endOfDisputePeriod: number;
|
13468
13513
|
id: number;
|
13469
13514
|
icon: string;
|
13515
|
+
liveCampaigns: number;
|
13470
13516
|
} | undefined;
|
13471
13517
|
rewardToken: {
|
13472
13518
|
price?: number | null | undefined;
|
@@ -13498,8 +13544,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13498
13544
|
url: string;
|
13499
13545
|
}[] | undefined;
|
13500
13546
|
name: string;
|
13547
|
+
endOfDisputePeriod: number;
|
13501
13548
|
id: number;
|
13502
13549
|
icon: string;
|
13550
|
+
liveCampaigns: number;
|
13503
13551
|
};
|
13504
13552
|
subType: number | null;
|
13505
13553
|
creatorAddress: string;
|
@@ -13514,8 +13562,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13514
13562
|
url: string;
|
13515
13563
|
}[] | undefined;
|
13516
13564
|
name: string;
|
13565
|
+
endOfDisputePeriod: number;
|
13517
13566
|
id: number;
|
13518
13567
|
icon: string;
|
13568
|
+
liveCampaigns: number;
|
13519
13569
|
};
|
13520
13570
|
identifier: string;
|
13521
13571
|
howToSteps: string[];
|
@@ -13944,8 +13994,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13944
13994
|
url: string;
|
13945
13995
|
}[] | undefined;
|
13946
13996
|
name: string;
|
13997
|
+
endOfDisputePeriod: number;
|
13947
13998
|
id: number;
|
13948
13999
|
icon: string;
|
14000
|
+
liveCampaigns: number;
|
13949
14001
|
} | undefined;
|
13950
14002
|
rewardToken: {
|
13951
14003
|
price?: number | null | undefined;
|
@@ -13977,8 +14029,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13977
14029
|
url: string;
|
13978
14030
|
}[] | undefined;
|
13979
14031
|
name: string;
|
14032
|
+
endOfDisputePeriod: number;
|
13980
14033
|
id: number;
|
13981
14034
|
icon: string;
|
14035
|
+
liveCampaigns: number;
|
13982
14036
|
};
|
13983
14037
|
subType: number | null;
|
13984
14038
|
creatorAddress: string;
|
@@ -13993,8 +14047,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13993
14047
|
url: string;
|
13994
14048
|
}[] | undefined;
|
13995
14049
|
name: string;
|
14050
|
+
endOfDisputePeriod: number;
|
13996
14051
|
id: number;
|
13997
14052
|
icon: string;
|
14053
|
+
liveCampaigns: number;
|
13998
14054
|
};
|
13999
14055
|
identifier: string;
|
14000
14056
|
howToSteps: string[];
|
@@ -14483,8 +14539,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14483
14539
|
url: string;
|
14484
14540
|
}[] | undefined;
|
14485
14541
|
name: string;
|
14542
|
+
endOfDisputePeriod: number;
|
14486
14543
|
id: number;
|
14487
14544
|
icon: string;
|
14545
|
+
liveCampaigns: number;
|
14488
14546
|
} | undefined;
|
14489
14547
|
rewardToken: {
|
14490
14548
|
price?: number | null | undefined;
|
@@ -14516,8 +14574,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14516
14574
|
url: string;
|
14517
14575
|
}[] | undefined;
|
14518
14576
|
name: string;
|
14577
|
+
endOfDisputePeriod: number;
|
14519
14578
|
id: number;
|
14520
14579
|
icon: string;
|
14580
|
+
liveCampaigns: number;
|
14521
14581
|
};
|
14522
14582
|
subType: number | null;
|
14523
14583
|
creatorAddress: string;
|
@@ -14965,8 +15025,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14965
15025
|
campaignStatus?: import("../modules/v4/status/status.model").Status["model"] | undefined;
|
14966
15026
|
chain: {
|
14967
15027
|
name: string;
|
15028
|
+
endOfDisputePeriod: number;
|
14968
15029
|
id: number;
|
14969
15030
|
icon: string;
|
15031
|
+
liveCampaigns: number;
|
14970
15032
|
} & {};
|
14971
15033
|
Opportunity?: import("../modules/v4/opportunity/opportunity.model").OpportunityLight["model"] | undefined;
|
14972
15034
|
distributionType: import("@package/databases").DistributionType;
|
@@ -15236,8 +15298,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
15236
15298
|
url: string;
|
15237
15299
|
}[] | undefined;
|
15238
15300
|
name: string;
|
15301
|
+
endOfDisputePeriod: number;
|
15239
15302
|
id: number;
|
15240
15303
|
icon: string;
|
15304
|
+
liveCampaigns: number;
|
15241
15305
|
} | undefined;
|
15242
15306
|
rewardToken: {
|
15243
15307
|
price?: number | null | undefined;
|
@@ -15269,8 +15333,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
15269
15333
|
url: string;
|
15270
15334
|
}[] | undefined;
|
15271
15335
|
name: string;
|
15336
|
+
endOfDisputePeriod: number;
|
15272
15337
|
id: number;
|
15273
15338
|
icon: string;
|
15339
|
+
liveCampaigns: number;
|
15274
15340
|
};
|
15275
15341
|
subType: number | null;
|
15276
15342
|
creatorAddress: string;
|
@@ -16217,8 +16283,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
16217
16283
|
campaignStatus?: import("../modules/v4/status/status.model").Status["model"] | undefined;
|
16218
16284
|
chain: {
|
16219
16285
|
name: string;
|
16286
|
+
endOfDisputePeriod: number;
|
16220
16287
|
id: number;
|
16221
16288
|
icon: string;
|
16289
|
+
liveCampaigns: number;
|
16222
16290
|
} & {};
|
16223
16291
|
Opportunity?: import("../modules/v4/opportunity/opportunity.model").OpportunityLight["model"] | undefined;
|
16224
16292
|
distributionType: import("@package/databases").DistributionType;
|
@@ -16694,8 +16762,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
16694
16762
|
campaignStatus?: import("../modules/v4/status/status.model").Status["model"] | undefined;
|
16695
16763
|
chain: {
|
16696
16764
|
name: string;
|
16765
|
+
endOfDisputePeriod: number;
|
16697
16766
|
id: number;
|
16698
16767
|
icon: string;
|
16768
|
+
liveCampaigns: number;
|
16699
16769
|
} & {};
|
16700
16770
|
Opportunity?: import("../modules/v4/opportunity/opportunity.model").OpportunityLight["model"] | undefined;
|
16701
16771
|
distributionType: import("@package/databases").DistributionType;
|
@@ -17172,8 +17242,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
17172
17242
|
campaignStatus?: import("../modules/v4/status/status.model").Status["model"] | undefined;
|
17173
17243
|
chain: {
|
17174
17244
|
name: string;
|
17245
|
+
endOfDisputePeriod: number;
|
17175
17246
|
id: number;
|
17176
17247
|
icon: string;
|
17248
|
+
liveCampaigns: number;
|
17177
17249
|
} & {};
|
17178
17250
|
Opportunity?: import("../modules/v4/opportunity/opportunity.model").OpportunityLight["model"] | undefined;
|
17179
17251
|
distributionType: import("@package/databases").DistributionType;
|
@@ -18511,8 +18583,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
18511
18583
|
} | undefined) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
18512
18584
|
200: {
|
18513
18585
|
name: string;
|
18586
|
+
endOfDisputePeriod: number;
|
18514
18587
|
id: number;
|
18515
18588
|
icon: string;
|
18589
|
+
liveCampaigns: number;
|
18516
18590
|
explorers: {
|
18517
18591
|
id: string;
|
18518
18592
|
chainId: number;
|
@@ -18531,9 +18605,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
18531
18605
|
};
|
18532
18606
|
}>>;
|
18533
18607
|
patch: (body: {
|
18608
|
+
endOfDisputePeriod?: number | undefined;
|
18534
18609
|
icon?: string | undefined;
|
18535
|
-
dailyRewards?: number | undefined;
|
18536
18610
|
liveCampaigns?: number | undefined;
|
18611
|
+
dailyRewards?: number | undefined;
|
18537
18612
|
}, options: {
|
18538
18613
|
headers: {
|
18539
18614
|
authorization: string;
|
@@ -18543,8 +18618,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
18543
18618
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
18544
18619
|
200: {
|
18545
18620
|
name: string;
|
18621
|
+
endOfDisputePeriod: number;
|
18546
18622
|
id: number;
|
18547
18623
|
icon: string;
|
18624
|
+
liveCampaigns: number;
|
18548
18625
|
};
|
18549
18626
|
422: {
|
18550
18627
|
type: "validation";
|
@@ -18572,8 +18649,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
18572
18649
|
url: string;
|
18573
18650
|
}[] | undefined;
|
18574
18651
|
name: string;
|
18652
|
+
endOfDisputePeriod: number;
|
18575
18653
|
id: number;
|
18576
18654
|
icon: string;
|
18655
|
+
liveCampaigns: number;
|
18577
18656
|
}[];
|
18578
18657
|
422: {
|
18579
18658
|
type: "validation";
|
@@ -18627,8 +18706,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
18627
18706
|
url: string;
|
18628
18707
|
}[];
|
18629
18708
|
name: string;
|
18709
|
+
endOfDisputePeriod: number;
|
18630
18710
|
id: number;
|
18631
18711
|
icon: string;
|
18712
|
+
liveCampaigns: number;
|
18632
18713
|
};
|
18633
18714
|
422: {
|
18634
18715
|
type: "validation";
|
@@ -18973,8 +19054,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
18973
19054
|
url: string;
|
18974
19055
|
}[] | undefined;
|
18975
19056
|
name: string;
|
19057
|
+
endOfDisputePeriod: number;
|
18976
19058
|
id: number;
|
18977
19059
|
icon: string;
|
19060
|
+
liveCampaigns: number;
|
18978
19061
|
};
|
18979
19062
|
}[];
|
18980
19063
|
422: {
|
@@ -19025,8 +19108,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
19025
19108
|
opportunity: {
|
19026
19109
|
Chain: {
|
19027
19110
|
name: string;
|
19111
|
+
endOfDisputePeriod: number;
|
19028
19112
|
id: number;
|
19029
19113
|
icon: string;
|
19114
|
+
liveCampaigns: number;
|
19030
19115
|
};
|
19031
19116
|
Tokens: {
|
19032
19117
|
symbol: string;
|
@@ -19875,7 +19960,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
19875
19960
|
distributionCreator: string;
|
19876
19961
|
endOfDisputePeriod: number;
|
19877
19962
|
disputer: string;
|
19878
|
-
liveCampaigns: number;
|
19879
19963
|
delayed: Awaited<ReturnType<typeof import("../modules/v4/status/status.service").StatusService["findManyDelay"]>>;
|
19880
19964
|
};
|
19881
19965
|
};
|