@merkl/api 1.1.7 → 1.1.9

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.
@@ -2077,66 +2077,108 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
2077
2077
  minimumApr?: number | undefined;
2078
2078
  maximumApr?: number | undefined;
2079
2079
  rewardTokenSymbol?: string | undefined;
2080
+ distributionTypes?: ("DUTCH_AUCTION" | "FIX_REWARD" | "MAX_REWARD")[] | undefined;
2080
2081
  };
2081
2082
  headers: unknown;
2082
2083
  response: {
2083
- 200: string;
2084
- 422: {
2085
- type: "validation";
2086
- on: string;
2087
- summary?: string;
2088
- message?: string;
2089
- found?: unknown;
2090
- property?: string;
2091
- expected?: string;
2092
- };
2093
- } | {
2094
- 200: number;
2095
- 422: {
2096
- type: "validation";
2097
- on: string;
2098
- summary?: string;
2099
- message?: string;
2100
- found?: unknown;
2101
- property?: string;
2102
- expected?: string;
2103
- };
2104
- } | {
2105
- 200: false;
2106
- 422: {
2107
- type: "validation";
2108
- on: string;
2109
- summary?: string;
2110
- message?: string;
2111
- found?: unknown;
2112
- property?: string;
2113
- expected?: string;
2114
- };
2115
- } | {
2116
- 200: true;
2117
- 422: {
2118
- type: "validation";
2119
- on: string;
2120
- summary?: string;
2121
- message?: string;
2122
- found?: unknown;
2123
- property?: string;
2124
- expected?: string;
2125
- };
2126
- } | {
2127
- 200: object;
2128
- 422: {
2129
- type: "validation";
2130
- on: string;
2131
- summary?: string;
2132
- message?: string;
2133
- found?: unknown;
2134
- property?: string;
2135
- expected?: string;
2136
- };
2137
- } | {
2138
2084
  [x: string]: any;
2139
- 200: any;
2085
+ 200: ({
2086
+ protocol?: {
2087
+ dailyRewards?: number | undefined;
2088
+ numberOfLiveCampaigns?: number | undefined;
2089
+ opportunityLiveTags?: string[] | undefined;
2090
+ name: string;
2091
+ description: string;
2092
+ id: string;
2093
+ url: string;
2094
+ icon: string;
2095
+ tags: string[];
2096
+ } | null | undefined;
2097
+ depositUrl?: string | undefined;
2098
+ aprRecord?: {
2099
+ timestamp: string | bigint;
2100
+ cumulated: number;
2101
+ breakdowns: {
2102
+ 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" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
2103
+ value: number;
2104
+ type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
2105
+ identifier: string;
2106
+ }[];
2107
+ } | undefined;
2108
+ 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" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
2109
+ explorerAddress?: string | undefined;
2110
+ tvlRecord?: {
2111
+ timestamp: string | bigint;
2112
+ total: number;
2113
+ breakdowns: {
2114
+ value: number;
2115
+ type: "TOKEN" | "PROTOCOL";
2116
+ identifier: string;
2117
+ }[];
2118
+ } | undefined;
2119
+ rewardsRecord?: {
2120
+ timestamp: string | bigint;
2121
+ total: number;
2122
+ breakdowns: {
2123
+ 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" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
2124
+ token: {
2125
+ price?: number | null | undefined;
2126
+ symbol: string;
2127
+ name: string | null;
2128
+ decimals: number;
2129
+ address: string;
2130
+ id: string;
2131
+ chainId: number;
2132
+ type: "TOKEN" | "PRETGE" | "POINT";
2133
+ icon: string;
2134
+ isNative: boolean;
2135
+ isTest: boolean;
2136
+ verified: boolean;
2137
+ };
2138
+ campaignId: string;
2139
+ value: number;
2140
+ amount: string | bigint;
2141
+ }[];
2142
+ } | undefined;
2143
+ name: string;
2144
+ apr: number;
2145
+ tokens: {
2146
+ price?: number | null | undefined;
2147
+ symbol: string;
2148
+ name: string | null;
2149
+ decimals: number;
2150
+ address: string;
2151
+ id: string;
2152
+ chainId: number;
2153
+ type: "TOKEN" | "PRETGE" | "POINT";
2154
+ icon: string;
2155
+ isNative: boolean;
2156
+ isTest: boolean;
2157
+ verified: boolean;
2158
+ }[];
2159
+ tvl: number;
2160
+ description: string;
2161
+ id: string;
2162
+ status: string;
2163
+ chainId: number;
2164
+ action: string;
2165
+ type: string;
2166
+ chain: {
2167
+ explorers?: {
2168
+ chainId: number;
2169
+ type: "ETHERSCAN" | "BLOCKSCOUT";
2170
+ url: string;
2171
+ }[] | undefined;
2172
+ name: string;
2173
+ id: number;
2174
+ icon: string;
2175
+ };
2176
+ identifier: string;
2177
+ howToSteps: string[];
2178
+ dailyRewards: number;
2179
+ tags: string[];
2180
+ lastCampaignCreatedAt: number;
2181
+ } | null)[];
2140
2182
  422: {
2141
2183
  type: "validation";
2142
2184
  on: string;
@@ -2147,7 +2189,103 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
2147
2189
  expected?: string;
2148
2190
  };
2149
2191
  } | {
2150
- 200: unknown;
2192
+ 200: ({
2193
+ protocol?: {
2194
+ dailyRewards?: number | undefined;
2195
+ numberOfLiveCampaigns?: number | undefined;
2196
+ opportunityLiveTags?: string[] | undefined;
2197
+ name: string;
2198
+ description: string;
2199
+ id: string;
2200
+ url: string;
2201
+ icon: string;
2202
+ tags: string[];
2203
+ } | null | undefined;
2204
+ depositUrl?: string | undefined;
2205
+ aprRecord?: {
2206
+ timestamp: string | bigint;
2207
+ cumulated: number;
2208
+ breakdowns: {
2209
+ 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" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
2210
+ value: number;
2211
+ type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
2212
+ identifier: string;
2213
+ }[];
2214
+ } | undefined;
2215
+ 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" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
2216
+ explorerAddress?: string | undefined;
2217
+ tvlRecord?: {
2218
+ timestamp: string | bigint;
2219
+ total: number;
2220
+ breakdowns: {
2221
+ value: number;
2222
+ type: "TOKEN" | "PROTOCOL";
2223
+ identifier: string;
2224
+ }[];
2225
+ } | undefined;
2226
+ rewardsRecord?: {
2227
+ timestamp: string | bigint;
2228
+ total: number;
2229
+ breakdowns: {
2230
+ 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" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
2231
+ token: {
2232
+ price?: number | null | undefined;
2233
+ symbol: string;
2234
+ name: string | null;
2235
+ decimals: number;
2236
+ address: string;
2237
+ id: string;
2238
+ chainId: number;
2239
+ type: "TOKEN" | "PRETGE" | "POINT";
2240
+ icon: string;
2241
+ isNative: boolean;
2242
+ isTest: boolean;
2243
+ verified: boolean;
2244
+ };
2245
+ campaignId: string;
2246
+ value: number;
2247
+ amount: string | bigint;
2248
+ }[];
2249
+ } | undefined;
2250
+ name: string;
2251
+ apr: number;
2252
+ tokens: {
2253
+ price?: number | null | undefined;
2254
+ symbol: string;
2255
+ name: string | null;
2256
+ decimals: number;
2257
+ address: string;
2258
+ id: string;
2259
+ chainId: number;
2260
+ type: "TOKEN" | "PRETGE" | "POINT";
2261
+ icon: string;
2262
+ isNative: boolean;
2263
+ isTest: boolean;
2264
+ verified: boolean;
2265
+ }[];
2266
+ tvl: number;
2267
+ description: string;
2268
+ id: string;
2269
+ status: string;
2270
+ chainId: number;
2271
+ action: string;
2272
+ type: string;
2273
+ chain: {
2274
+ explorers?: {
2275
+ chainId: number;
2276
+ type: "ETHERSCAN" | "BLOCKSCOUT";
2277
+ url: string;
2278
+ }[] | undefined;
2279
+ name: string;
2280
+ id: number;
2281
+ icon: string;
2282
+ };
2283
+ identifier: string;
2284
+ howToSteps: string[];
2285
+ dailyRewards: number;
2286
+ tags: string[];
2287
+ lastCampaignCreatedAt: number;
2288
+ } | null)[];
2151
2289
  422: {
2152
2290
  type: "validation";
2153
2291
  on: string;
@@ -2157,16 +2295,123 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
2157
2295
  property?: string;
2158
2296
  expected?: string;
2159
2297
  };
2160
- };
2161
- };
2162
- };
2163
- } & {
2164
- opportunities: {
2165
- count: {
2166
- get: {
2167
- body: unknown;
2168
- params: {};
2169
- query: {
2298
+ } | {
2299
+ 200: ({
2300
+ protocol?: {
2301
+ dailyRewards?: number | undefined;
2302
+ numberOfLiveCampaigns?: number | undefined;
2303
+ opportunityLiveTags?: string[] | undefined;
2304
+ name: string;
2305
+ description: string;
2306
+ id: string;
2307
+ url: string;
2308
+ icon: string;
2309
+ tags: string[];
2310
+ } | null | undefined;
2311
+ depositUrl?: string | undefined;
2312
+ aprRecord?: {
2313
+ timestamp: string | bigint;
2314
+ cumulated: number;
2315
+ breakdowns: {
2316
+ 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" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
2317
+ value: number;
2318
+ type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
2319
+ identifier: string;
2320
+ }[];
2321
+ } | undefined;
2322
+ 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" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
2323
+ explorerAddress?: string | undefined;
2324
+ tvlRecord?: {
2325
+ timestamp: string | bigint;
2326
+ total: number;
2327
+ breakdowns: {
2328
+ value: number;
2329
+ type: "TOKEN" | "PROTOCOL";
2330
+ identifier: string;
2331
+ }[];
2332
+ } | undefined;
2333
+ rewardsRecord?: {
2334
+ timestamp: string | bigint;
2335
+ total: number;
2336
+ breakdowns: {
2337
+ 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" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
2338
+ token: {
2339
+ price?: number | null | undefined;
2340
+ symbol: string;
2341
+ name: string | null;
2342
+ decimals: number;
2343
+ address: string;
2344
+ id: string;
2345
+ chainId: number;
2346
+ type: "TOKEN" | "PRETGE" | "POINT";
2347
+ icon: string;
2348
+ isNative: boolean;
2349
+ isTest: boolean;
2350
+ verified: boolean;
2351
+ };
2352
+ campaignId: string;
2353
+ value: number;
2354
+ amount: string | bigint;
2355
+ }[];
2356
+ } | undefined;
2357
+ name: string;
2358
+ apr: number;
2359
+ tokens: {
2360
+ price?: number | null | undefined;
2361
+ symbol: string;
2362
+ name: string | null;
2363
+ decimals: number;
2364
+ address: string;
2365
+ id: string;
2366
+ chainId: number;
2367
+ type: "TOKEN" | "PRETGE" | "POINT";
2368
+ icon: string;
2369
+ isNative: boolean;
2370
+ isTest: boolean;
2371
+ verified: boolean;
2372
+ }[];
2373
+ tvl: number;
2374
+ description: string;
2375
+ id: string;
2376
+ status: string;
2377
+ chainId: number;
2378
+ action: string;
2379
+ type: string;
2380
+ chain: {
2381
+ explorers?: {
2382
+ chainId: number;
2383
+ type: "ETHERSCAN" | "BLOCKSCOUT";
2384
+ url: string;
2385
+ }[] | undefined;
2386
+ name: string;
2387
+ id: number;
2388
+ icon: string;
2389
+ };
2390
+ identifier: string;
2391
+ howToSteps: string[];
2392
+ dailyRewards: number;
2393
+ tags: string[];
2394
+ lastCampaignCreatedAt: number;
2395
+ } | null)[];
2396
+ 422: {
2397
+ type: "validation";
2398
+ on: string;
2399
+ summary?: string;
2400
+ message?: string;
2401
+ found?: unknown;
2402
+ property?: string;
2403
+ expected?: string;
2404
+ };
2405
+ };
2406
+ };
2407
+ };
2408
+ } & {
2409
+ opportunities: {
2410
+ count: {
2411
+ get: {
2412
+ body: unknown;
2413
+ params: {};
2414
+ query: {
2170
2415
  sort?: string | undefined;
2171
2416
  name?: string | undefined;
2172
2417
  tokens?: string | undefined;
@@ -2193,6 +2438,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
2193
2438
  minimumApr?: number | undefined;
2194
2439
  maximumApr?: number | undefined;
2195
2440
  rewardTokenSymbol?: string | undefined;
2441
+ distributionTypes?: ("DUTCH_AUCTION" | "FIX_REWARD" | "MAX_REWARD")[] | undefined;
2196
2442
  };
2197
2443
  headers: unknown;
2198
2444
  response: {
@@ -2244,6 +2490,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
2244
2490
  minimumApr?: number | undefined;
2245
2491
  maximumApr?: number | undefined;
2246
2492
  rewardTokenSymbol?: string | undefined;
2493
+ distributionTypes?: ("DUTCH_AUCTION" | "FIX_REWARD" | "MAX_REWARD")[] | undefined;
2247
2494
  };
2248
2495
  headers: unknown;
2249
2496
  response: {
@@ -2302,6 +2549,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
2302
2549
  minimumApr?: number | undefined;
2303
2550
  maximumApr?: number | undefined;
2304
2551
  rewardTokenSymbol?: string | undefined;
2552
+ distributionTypes?: ("DUTCH_AUCTION" | "FIX_REWARD" | "MAX_REWARD")[] | undefined;
2305
2553
  };
2306
2554
  headers: unknown;
2307
2555
  response: {
@@ -2362,6 +2610,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
2362
2610
  minimumApr?: number | undefined;
2363
2611
  maximumApr?: number | undefined;
2364
2612
  rewardTokenSymbol?: string | undefined;
2613
+ distributionTypes?: ("DUTCH_AUCTION" | "FIX_REWARD" | "MAX_REWARD")[] | undefined;
2365
2614
  };
2366
2615
  headers: unknown;
2367
2616
  response: {
@@ -2419,6 +2668,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
2419
2668
  minimumApr?: number | undefined;
2420
2669
  maximumApr?: number | undefined;
2421
2670
  rewardTokenSymbol?: string | undefined;
2671
+ distributionTypes?: ("DUTCH_AUCTION" | "FIX_REWARD" | "MAX_REWARD")[] | undefined;
2422
2672
  };
2423
2673
  headers: unknown;
2424
2674
  response: {
@@ -2477,6 +2727,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
2477
2727
  minimumApr?: number | undefined;
2478
2728
  maximumApr?: number | undefined;
2479
2729
  rewardTokenSymbol?: string | undefined;
2730
+ distributionTypes?: ("DUTCH_AUCTION" | "FIX_REWARD" | "MAX_REWARD")[] | undefined;
2480
2731
  };
2481
2732
  headers: unknown;
2482
2733
  response: {
@@ -13872,36 +14123,398 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
13872
14123
  tvl: number;
13873
14124
  description: string;
13874
14125
  id: string;
13875
- status: string;
13876
- chainId: number;
13877
- campaigns: {
13878
- description?: string | undefined;
13879
- creator?: {
13880
- tags?: string[] | undefined;
13881
- creatorId?: string | null | undefined;
13882
- address: string;
13883
- } | undefined;
13884
- campaignStatus?: {
13885
- error?: string | undefined;
13886
- details?: any;
13887
- status: string;
13888
- computedUntil: string | number;
13889
- processingStarted: string | number;
13890
- } | undefined;
14126
+ status: string;
14127
+ chainId: number;
14128
+ campaigns: {
14129
+ description?: string | undefined;
14130
+ creator?: {
14131
+ tags?: string[] | undefined;
14132
+ creatorId?: string | null | undefined;
14133
+ address: string;
14134
+ } | undefined;
14135
+ campaignStatus?: {
14136
+ error?: string | undefined;
14137
+ details?: any;
14138
+ status: string;
14139
+ computedUntil: string | number;
14140
+ processingStarted: string | number;
14141
+ } | undefined;
14142
+ 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" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
14143
+ rootCampaignId?: string | undefined;
14144
+ parentCampaignId?: string | undefined;
14145
+ distributionChain?: {
14146
+ explorers?: {
14147
+ chainId: number;
14148
+ type: "ETHERSCAN" | "BLOCKSCOUT";
14149
+ url: string;
14150
+ }[] | undefined;
14151
+ name: string;
14152
+ id: number;
14153
+ icon: string;
14154
+ } | undefined;
14155
+ rewardToken: {
14156
+ price?: number | null | undefined;
14157
+ symbol: string;
14158
+ name: string | null;
14159
+ decimals: number;
14160
+ address: string;
14161
+ id: string;
14162
+ chainId: number;
14163
+ type: "TOKEN" | "PRETGE" | "POINT";
14164
+ icon: string;
14165
+ isNative: boolean;
14166
+ isTest: boolean;
14167
+ verified: boolean;
14168
+ };
14169
+ campaignId: string;
14170
+ id: string;
14171
+ params: any;
14172
+ amount: string;
14173
+ startTimestamp: string | number;
14174
+ type: string;
14175
+ computeChainId: number;
14176
+ distributionChainId: number;
14177
+ endTimestamp: string | number;
14178
+ chain: {
14179
+ explorers?: {
14180
+ chainId: number;
14181
+ type: "ETHERSCAN" | "BLOCKSCOUT";
14182
+ url: string;
14183
+ }[] | undefined;
14184
+ name: string;
14185
+ id: number;
14186
+ icon: string;
14187
+ };
14188
+ subType: number | null;
14189
+ creatorAddress: string;
14190
+ createdAt: string;
14191
+ }[];
14192
+ action: string;
14193
+ type: string;
14194
+ chain: {
14195
+ explorers?: {
14196
+ chainId: number;
14197
+ type: "ETHERSCAN" | "BLOCKSCOUT";
14198
+ url: string;
14199
+ }[] | undefined;
14200
+ name: string;
14201
+ id: number;
14202
+ icon: string;
14203
+ };
14204
+ identifier: string;
14205
+ howToSteps: string[];
14206
+ dailyRewards: number;
14207
+ tags: string[];
14208
+ lastCampaignCreatedAt: number;
14209
+ }[];
14210
+ readonly 500: {
14211
+ info: string;
14212
+ code: string;
14213
+ httpCode: number;
14214
+ };
14215
+ readonly 404: {
14216
+ name: string;
14217
+ message: string;
14218
+ };
14219
+ 422: {
14220
+ type: "validation";
14221
+ on: string;
14222
+ summary?: string;
14223
+ message?: string;
14224
+ found?: unknown;
14225
+ property?: string;
14226
+ expected?: string;
14227
+ };
14228
+ }>>;
14229
+ };
14230
+ get: (options: {
14231
+ headers?: Record<string, unknown> | undefined;
14232
+ query: {
14233
+ sort?: string | undefined;
14234
+ name?: string | undefined;
14235
+ tokens?: string | undefined;
14236
+ campaignId?: string | undefined;
14237
+ status?: string | undefined;
14238
+ chainId?: string | undefined;
14239
+ campaigns?: boolean | undefined;
14240
+ items?: number | undefined;
14241
+ point?: boolean | undefined;
14242
+ order?: string | undefined;
14243
+ action?: string | undefined;
14244
+ type?: string | undefined;
14245
+ search?: string | undefined;
14246
+ creatorAddress?: string | undefined;
14247
+ identifier?: string | undefined;
14248
+ mainProtocolId?: string | undefined;
14249
+ tags?: string | undefined;
14250
+ test?: boolean | undefined;
14251
+ page?: number | undefined;
14252
+ tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
14253
+ excludeSubCampaigns?: boolean | undefined;
14254
+ minimumTvl?: number | undefined;
14255
+ maximumTvl?: number | undefined;
14256
+ minimumApr?: number | undefined;
14257
+ maximumApr?: number | undefined;
14258
+ rewardTokenSymbol?: string | undefined;
14259
+ distributionTypes?: ("DUTCH_AUCTION" | "FIX_REWARD" | "MAX_REWARD")[] | undefined;
14260
+ };
14261
+ fetch?: RequestInit | undefined;
14262
+ }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
14263
+ [x: string]: any;
14264
+ 200: ({
14265
+ protocol?: {
14266
+ dailyRewards?: number | undefined;
14267
+ numberOfLiveCampaigns?: number | undefined;
14268
+ opportunityLiveTags?: string[] | undefined;
14269
+ name: string;
14270
+ description: string;
14271
+ id: string;
14272
+ url: string;
14273
+ icon: string;
14274
+ tags: string[];
14275
+ } | null | undefined;
14276
+ depositUrl?: string | undefined;
14277
+ aprRecord?: {
14278
+ timestamp: string | bigint;
14279
+ cumulated: number;
14280
+ breakdowns: {
14281
+ 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" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
14282
+ value: number;
14283
+ type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
14284
+ identifier: string;
14285
+ }[];
14286
+ } | undefined;
14287
+ 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" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
14288
+ explorerAddress?: string | undefined;
14289
+ tvlRecord?: {
14290
+ timestamp: string | bigint;
14291
+ total: number;
14292
+ breakdowns: {
14293
+ value: number;
14294
+ type: "TOKEN" | "PROTOCOL";
14295
+ identifier: string;
14296
+ }[];
14297
+ } | undefined;
14298
+ rewardsRecord?: {
14299
+ timestamp: string | bigint;
14300
+ total: number;
14301
+ breakdowns: {
14302
+ 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" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
14303
+ token: {
14304
+ price?: number | null | undefined;
14305
+ symbol: string;
14306
+ name: string | null;
14307
+ decimals: number;
14308
+ address: string;
14309
+ id: string;
14310
+ chainId: number;
14311
+ type: "TOKEN" | "PRETGE" | "POINT";
14312
+ icon: string;
14313
+ isNative: boolean;
14314
+ isTest: boolean;
14315
+ verified: boolean;
14316
+ };
14317
+ campaignId: string;
14318
+ value: number;
14319
+ amount: string | bigint;
14320
+ }[];
14321
+ } | undefined;
14322
+ name: string;
14323
+ apr: number;
14324
+ tokens: {
14325
+ price?: number | null | undefined;
14326
+ symbol: string;
14327
+ name: string | null;
14328
+ decimals: number;
14329
+ address: string;
14330
+ id: string;
14331
+ chainId: number;
14332
+ type: "TOKEN" | "PRETGE" | "POINT";
14333
+ icon: string;
14334
+ isNative: boolean;
14335
+ isTest: boolean;
14336
+ verified: boolean;
14337
+ }[];
14338
+ tvl: number;
14339
+ description: string;
14340
+ id: string;
14341
+ status: string;
14342
+ chainId: number;
14343
+ action: string;
14344
+ type: string;
14345
+ chain: {
14346
+ explorers?: {
14347
+ chainId: number;
14348
+ type: "ETHERSCAN" | "BLOCKSCOUT";
14349
+ url: string;
14350
+ }[] | undefined;
14351
+ name: string;
14352
+ id: number;
14353
+ icon: string;
14354
+ };
14355
+ identifier: string;
14356
+ howToSteps: string[];
14357
+ dailyRewards: number;
14358
+ tags: string[];
14359
+ lastCampaignCreatedAt: number;
14360
+ } | null)[];
14361
+ 422: {
14362
+ type: "validation";
14363
+ on: string;
14364
+ summary?: string;
14365
+ message?: string;
14366
+ found?: unknown;
14367
+ property?: string;
14368
+ expected?: string;
14369
+ };
14370
+ } | {
14371
+ 200: ({
14372
+ protocol?: {
14373
+ dailyRewards?: number | undefined;
14374
+ numberOfLiveCampaigns?: number | undefined;
14375
+ opportunityLiveTags?: string[] | undefined;
14376
+ name: string;
14377
+ description: string;
14378
+ id: string;
14379
+ url: string;
14380
+ icon: string;
14381
+ tags: string[];
14382
+ } | null | undefined;
14383
+ depositUrl?: string | undefined;
14384
+ aprRecord?: {
14385
+ timestamp: string | bigint;
14386
+ cumulated: number;
14387
+ breakdowns: {
14388
+ 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" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
14389
+ value: number;
14390
+ type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
14391
+ identifier: string;
14392
+ }[];
14393
+ } | undefined;
14394
+ 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" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
14395
+ explorerAddress?: string | undefined;
14396
+ tvlRecord?: {
14397
+ timestamp: string | bigint;
14398
+ total: number;
14399
+ breakdowns: {
14400
+ value: number;
14401
+ type: "TOKEN" | "PROTOCOL";
14402
+ identifier: string;
14403
+ }[];
14404
+ } | undefined;
14405
+ rewardsRecord?: {
14406
+ timestamp: string | bigint;
14407
+ total: number;
14408
+ breakdowns: {
14409
+ 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" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
14410
+ token: {
14411
+ price?: number | null | undefined;
14412
+ symbol: string;
14413
+ name: string | null;
14414
+ decimals: number;
14415
+ address: string;
14416
+ id: string;
14417
+ chainId: number;
14418
+ type: "TOKEN" | "PRETGE" | "POINT";
14419
+ icon: string;
14420
+ isNative: boolean;
14421
+ isTest: boolean;
14422
+ verified: boolean;
14423
+ };
14424
+ campaignId: string;
14425
+ value: number;
14426
+ amount: string | bigint;
14427
+ }[];
14428
+ } | undefined;
14429
+ name: string;
14430
+ apr: number;
14431
+ tokens: {
14432
+ price?: number | null | undefined;
14433
+ symbol: string;
14434
+ name: string | null;
14435
+ decimals: number;
14436
+ address: string;
14437
+ id: string;
14438
+ chainId: number;
14439
+ type: "TOKEN" | "PRETGE" | "POINT";
14440
+ icon: string;
14441
+ isNative: boolean;
14442
+ isTest: boolean;
14443
+ verified: boolean;
14444
+ }[];
14445
+ tvl: number;
14446
+ description: string;
14447
+ id: string;
14448
+ status: string;
14449
+ chainId: number;
14450
+ action: string;
14451
+ type: string;
14452
+ chain: {
14453
+ explorers?: {
14454
+ chainId: number;
14455
+ type: "ETHERSCAN" | "BLOCKSCOUT";
14456
+ url: string;
14457
+ }[] | undefined;
14458
+ name: string;
14459
+ id: number;
14460
+ icon: string;
14461
+ };
14462
+ identifier: string;
14463
+ howToSteps: string[];
14464
+ dailyRewards: number;
14465
+ tags: string[];
14466
+ lastCampaignCreatedAt: number;
14467
+ } | null)[];
14468
+ 422: {
14469
+ type: "validation";
14470
+ on: string;
14471
+ summary?: string;
14472
+ message?: string;
14473
+ found?: unknown;
14474
+ property?: string;
14475
+ expected?: string;
14476
+ };
14477
+ } | {
14478
+ 200: ({
14479
+ protocol?: {
14480
+ dailyRewards?: number | undefined;
14481
+ numberOfLiveCampaigns?: number | undefined;
14482
+ opportunityLiveTags?: string[] | undefined;
14483
+ name: string;
14484
+ description: string;
14485
+ id: string;
14486
+ url: string;
14487
+ icon: string;
14488
+ tags: string[];
14489
+ } | null | undefined;
14490
+ depositUrl?: string | undefined;
14491
+ aprRecord?: {
14492
+ timestamp: string | bigint;
14493
+ cumulated: number;
14494
+ breakdowns: {
13891
14495
  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" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
13892
- rootCampaignId?: string | undefined;
13893
- parentCampaignId?: string | undefined;
13894
- distributionChain?: {
13895
- explorers?: {
13896
- chainId: number;
13897
- type: "ETHERSCAN" | "BLOCKSCOUT";
13898
- url: string;
13899
- }[] | undefined;
13900
- name: string;
13901
- id: number;
13902
- icon: string;
13903
- } | undefined;
13904
- rewardToken: {
14496
+ value: number;
14497
+ type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
14498
+ identifier: string;
14499
+ }[];
14500
+ } | undefined;
14501
+ 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" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
14502
+ explorerAddress?: string | undefined;
14503
+ tvlRecord?: {
14504
+ timestamp: string | bigint;
14505
+ total: number;
14506
+ breakdowns: {
14507
+ value: number;
14508
+ type: "TOKEN" | "PROTOCOL";
14509
+ identifier: string;
14510
+ }[];
14511
+ } | undefined;
14512
+ rewardsRecord?: {
14513
+ timestamp: string | bigint;
14514
+ total: number;
14515
+ breakdowns: {
14516
+ 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" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
14517
+ token: {
13905
14518
  price?: number | null | undefined;
13906
14519
  symbol: string;
13907
14520
  name: string | null;
@@ -13916,166 +14529,49 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
13916
14529
  verified: boolean;
13917
14530
  };
13918
14531
  campaignId: string;
13919
- id: string;
13920
- params: any;
13921
- amount: string;
13922
- startTimestamp: string | number;
13923
- type: string;
13924
- computeChainId: number;
13925
- distributionChainId: number;
13926
- endTimestamp: string | number;
13927
- chain: {
13928
- explorers?: {
13929
- chainId: number;
13930
- type: "ETHERSCAN" | "BLOCKSCOUT";
13931
- url: string;
13932
- }[] | undefined;
13933
- name: string;
13934
- id: number;
13935
- icon: string;
13936
- };
13937
- subType: number | null;
13938
- creatorAddress: string;
13939
- createdAt: string;
14532
+ value: number;
14533
+ amount: string | bigint;
13940
14534
  }[];
13941
- action: string;
13942
- type: string;
13943
- chain: {
13944
- explorers?: {
13945
- chainId: number;
13946
- type: "ETHERSCAN" | "BLOCKSCOUT";
13947
- url: string;
13948
- }[] | undefined;
13949
- name: string;
13950
- id: number;
13951
- icon: string;
13952
- };
13953
- identifier: string;
13954
- howToSteps: string[];
13955
- dailyRewards: number;
13956
- tags: string[];
13957
- lastCampaignCreatedAt: number;
14535
+ } | undefined;
14536
+ name: string;
14537
+ apr: number;
14538
+ tokens: {
14539
+ price?: number | null | undefined;
14540
+ symbol: string;
14541
+ name: string | null;
14542
+ decimals: number;
14543
+ address: string;
14544
+ id: string;
14545
+ chainId: number;
14546
+ type: "TOKEN" | "PRETGE" | "POINT";
14547
+ icon: string;
14548
+ isNative: boolean;
14549
+ isTest: boolean;
14550
+ verified: boolean;
13958
14551
  }[];
13959
- readonly 500: {
13960
- info: string;
13961
- code: string;
13962
- httpCode: number;
13963
- };
13964
- readonly 404: {
14552
+ tvl: number;
14553
+ description: string;
14554
+ id: string;
14555
+ status: string;
14556
+ chainId: number;
14557
+ action: string;
14558
+ type: string;
14559
+ chain: {
14560
+ explorers?: {
14561
+ chainId: number;
14562
+ type: "ETHERSCAN" | "BLOCKSCOUT";
14563
+ url: string;
14564
+ }[] | undefined;
13965
14565
  name: string;
13966
- message: string;
13967
- };
13968
- 422: {
13969
- type: "validation";
13970
- on: string;
13971
- summary?: string;
13972
- message?: string;
13973
- found?: unknown;
13974
- property?: string;
13975
- expected?: string;
14566
+ id: number;
14567
+ icon: string;
13976
14568
  };
13977
- }>>;
13978
- };
13979
- get: (options: {
13980
- headers?: Record<string, unknown> | undefined;
13981
- query: {
13982
- sort?: string | undefined;
13983
- name?: string | undefined;
13984
- tokens?: string | undefined;
13985
- campaignId?: string | undefined;
13986
- status?: string | undefined;
13987
- chainId?: string | undefined;
13988
- campaigns?: boolean | undefined;
13989
- items?: number | undefined;
13990
- point?: boolean | undefined;
13991
- order?: string | undefined;
13992
- action?: string | undefined;
13993
- type?: string | undefined;
13994
- search?: string | undefined;
13995
- creatorAddress?: string | undefined;
13996
- identifier?: string | undefined;
13997
- mainProtocolId?: string | undefined;
13998
- tags?: string | undefined;
13999
- test?: boolean | undefined;
14000
- page?: number | undefined;
14001
- tokenTypes?: ("TOKEN" | "PRETGE" | "POINT")[] | undefined;
14002
- excludeSubCampaigns?: boolean | undefined;
14003
- minimumTvl?: number | undefined;
14004
- maximumTvl?: number | undefined;
14005
- minimumApr?: number | undefined;
14006
- maximumApr?: number | undefined;
14007
- rewardTokenSymbol?: string | undefined;
14008
- };
14009
- fetch?: RequestInit | undefined;
14010
- }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
14011
- 200: string;
14012
- 422: {
14013
- type: "validation";
14014
- on: string;
14015
- summary?: string;
14016
- message?: string;
14017
- found?: unknown;
14018
- property?: string;
14019
- expected?: string;
14020
- };
14021
- } | {
14022
- 200: number;
14023
- 422: {
14024
- type: "validation";
14025
- on: string;
14026
- summary?: string;
14027
- message?: string;
14028
- found?: unknown;
14029
- property?: string;
14030
- expected?: string;
14031
- };
14032
- } | {
14033
- 200: false;
14034
- 422: {
14035
- type: "validation";
14036
- on: string;
14037
- summary?: string;
14038
- message?: string;
14039
- found?: unknown;
14040
- property?: string;
14041
- expected?: string;
14042
- };
14043
- } | {
14044
- 200: true;
14045
- 422: {
14046
- type: "validation";
14047
- on: string;
14048
- summary?: string;
14049
- message?: string;
14050
- found?: unknown;
14051
- property?: string;
14052
- expected?: string;
14053
- };
14054
- } | {
14055
- 200: object;
14056
- 422: {
14057
- type: "validation";
14058
- on: string;
14059
- summary?: string;
14060
- message?: string;
14061
- found?: unknown;
14062
- property?: string;
14063
- expected?: string;
14064
- };
14065
- } | {
14066
- [x: string]: any;
14067
- 200: any;
14068
- 422: {
14069
- type: "validation";
14070
- on: string;
14071
- summary?: string;
14072
- message?: string;
14073
- found?: unknown;
14074
- property?: string;
14075
- expected?: string;
14076
- };
14077
- } | {
14078
- 200: unknown;
14569
+ identifier: string;
14570
+ howToSteps: string[];
14571
+ dailyRewards: number;
14572
+ tags: string[];
14573
+ lastCampaignCreatedAt: number;
14574
+ } | null)[];
14079
14575
  422: {
14080
14576
  type: "validation";
14081
14577
  on: string;
@@ -14116,6 +14612,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
14116
14612
  minimumApr?: number | undefined;
14117
14613
  maximumApr?: number | undefined;
14118
14614
  rewardTokenSymbol?: string | undefined;
14615
+ distributionTypes?: ("DUTCH_AUCTION" | "FIX_REWARD" | "MAX_REWARD")[] | undefined;
14119
14616
  };
14120
14617
  fetch?: RequestInit | undefined;
14121
14618
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
@@ -14162,6 +14659,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
14162
14659
  minimumApr?: number | undefined;
14163
14660
  maximumApr?: number | undefined;
14164
14661
  rewardTokenSymbol?: string | undefined;
14662
+ distributionTypes?: ("DUTCH_AUCTION" | "FIX_REWARD" | "MAX_REWARD")[] | undefined;
14165
14663
  };
14166
14664
  fetch?: RequestInit | undefined;
14167
14665
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
@@ -14213,6 +14711,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
14213
14711
  minimumApr?: number | undefined;
14214
14712
  maximumApr?: number | undefined;
14215
14713
  rewardTokenSymbol?: string | undefined;
14714
+ distributionTypes?: ("DUTCH_AUCTION" | "FIX_REWARD" | "MAX_REWARD")[] | undefined;
14216
14715
  };
14217
14716
  fetch?: RequestInit | undefined;
14218
14717
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
@@ -14267,6 +14766,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
14267
14766
  minimumApr?: number | undefined;
14268
14767
  maximumApr?: number | undefined;
14269
14768
  rewardTokenSymbol?: string | undefined;
14769
+ distributionTypes?: ("DUTCH_AUCTION" | "FIX_REWARD" | "MAX_REWARD")[] | undefined;
14270
14770
  };
14271
14771
  fetch?: RequestInit | undefined;
14272
14772
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
@@ -14316,6 +14816,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
14316
14816
  minimumApr?: number | undefined;
14317
14817
  maximumApr?: number | undefined;
14318
14818
  rewardTokenSymbol?: string | undefined;
14819
+ distributionTypes?: ("DUTCH_AUCTION" | "FIX_REWARD" | "MAX_REWARD")[] | undefined;
14319
14820
  };
14320
14821
  fetch?: RequestInit | undefined;
14321
14822
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
@@ -14365,6 +14866,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
14365
14866
  minimumApr?: number | undefined;
14366
14867
  maximumApr?: number | undefined;
14367
14868
  rewardTokenSymbol?: string | undefined;
14869
+ distributionTypes?: ("DUTCH_AUCTION" | "FIX_REWARD" | "MAX_REWARD")[] | undefined;
14368
14870
  };
14369
14871
  fetch?: RequestInit | undefined;
14370
14872
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{