@merkl/api 0.10.259 → 0.10.261

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.
@@ -215,6 +215,21 @@ export declare const v4: Elysia<"/v4", false, {
215
215
  identifier: string;
216
216
  chainId: number;
217
217
  action: import("../../../database/api/.generated").$Enums.OpportunityAction;
218
+ Campaigns: {
219
+ type: import("../../../database/api/.generated").$Enums.CampaignType;
220
+ id: string;
221
+ params: import("database/api/.generated/runtime/library").JsonValue;
222
+ subType: number | null;
223
+ startTimestamp: bigint;
224
+ endTimestamp: bigint;
225
+ computeChainId: number;
226
+ distributionChainId: number;
227
+ campaignId: string;
228
+ rewardTokenId: string;
229
+ amount: string;
230
+ opportunityId: string;
231
+ creatorAddress: string;
232
+ }[];
218
233
  tvl: number;
219
234
  apr: number;
220
235
  dailyRewards: number;
@@ -260,7 +275,9 @@ export declare const v4: Elysia<"/v4", false, {
260
275
  params: {
261
276
  id: string;
262
277
  };
263
- query: unknown;
278
+ query: {
279
+ test?: boolean | undefined;
280
+ };
264
281
  headers: unknown;
265
282
  response: {
266
283
  200: {
@@ -2551,7 +2568,7 @@ export declare const v4: Elysia<"/v4", false, {
2551
2568
  headers: unknown;
2552
2569
  response: {
2553
2570
  200: (import("./claims").ClaimModel & {
2554
- token: import("./token").Token["model"] | null;
2571
+ token?: import("./token").Token["model"];
2555
2572
  })[];
2556
2573
  };
2557
2574
  };