@merkl/api 0.10.125 → 0.10.127
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/package.json +1 -1
- package/dist/src/eden/index.d.ts +108 -0
- package/dist/src/index.d.ts +36 -0
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +8 -0
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +36 -0
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +57 -6
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +48 -0
- package/dist/src/modules/v4/reward/reward.model.d.ts +4 -1
- package/dist/src/modules/v4/router.d.ts +36 -0
- package/dist/src/routes/v3/ERC20Campaigns.d.ts +36 -0
- package/dist/src/routes/v3/blacklist.d.ts +36 -0
- package/dist/src/routes/v3/campaigns.d.ts +36 -0
- package/dist/src/routes/v3/campaignsInfo.d.ts +36 -0
- package/dist/src/routes/v3/multiChainPositions.d.ts +36 -0
- package/dist/src/routes/v3/opportunity.d.ts +36 -0
- package/dist/src/routes/v3/positions.d.ts +36 -0
- package/dist/src/routes/v3/rewards.d.ts +36 -0
- package/dist/src/routes/v3/updates.d.ts +36 -0
- package/dist/src/routes/v3/userRewards.d.ts +36 -0
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +1 -1
@@ -119,6 +119,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
119
119
|
value: number;
|
120
120
|
campaignId: string;
|
121
121
|
dailyRewardsRecordId: string;
|
122
|
+
token: {
|
123
|
+
symbol: string;
|
124
|
+
name: string | null;
|
125
|
+
id: string;
|
126
|
+
chainId: number;
|
127
|
+
address: string;
|
128
|
+
icon: string;
|
129
|
+
decimals: number;
|
130
|
+
verified: boolean;
|
131
|
+
price: number | null;
|
132
|
+
};
|
133
|
+
amount: bigint;
|
122
134
|
}[];
|
123
135
|
};
|
124
136
|
id: string;
|
@@ -206,6 +218,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
206
218
|
value: number;
|
207
219
|
campaignId: string;
|
208
220
|
dailyRewardsRecordId: string;
|
221
|
+
token: {
|
222
|
+
symbol: string;
|
223
|
+
name: string | null;
|
224
|
+
id: string;
|
225
|
+
chainId: number;
|
226
|
+
address: string;
|
227
|
+
icon: string;
|
228
|
+
decimals: number;
|
229
|
+
verified: boolean;
|
230
|
+
price: number | null;
|
231
|
+
};
|
232
|
+
amount: bigint;
|
209
233
|
}[];
|
210
234
|
};
|
211
235
|
id: string;
|
@@ -340,6 +364,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
340
364
|
value: number;
|
341
365
|
campaignId: string;
|
342
366
|
dailyRewardsRecordId: string;
|
367
|
+
token: {
|
368
|
+
symbol: string;
|
369
|
+
name: string | null;
|
370
|
+
id: string;
|
371
|
+
chainId: number;
|
372
|
+
address: string;
|
373
|
+
icon: string;
|
374
|
+
decimals: number;
|
375
|
+
verified: boolean;
|
376
|
+
price: number | null;
|
377
|
+
};
|
378
|
+
amount: bigint;
|
343
379
|
}[];
|
344
380
|
};
|
345
381
|
id: string;
|
@@ -110,6 +110,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
110
110
|
value: number;
|
111
111
|
campaignId: string;
|
112
112
|
dailyRewardsRecordId: string;
|
113
|
+
token: {
|
114
|
+
symbol: string;
|
115
|
+
name: string | null;
|
116
|
+
id: string;
|
117
|
+
chainId: number;
|
118
|
+
address: string;
|
119
|
+
icon: string;
|
120
|
+
decimals: number;
|
121
|
+
verified: boolean;
|
122
|
+
price: number | null;
|
123
|
+
};
|
124
|
+
amount: bigint;
|
113
125
|
}[];
|
114
126
|
};
|
115
127
|
id: string;
|
@@ -197,6 +209,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
197
209
|
value: number;
|
198
210
|
campaignId: string;
|
199
211
|
dailyRewardsRecordId: string;
|
212
|
+
token: {
|
213
|
+
symbol: string;
|
214
|
+
name: string | null;
|
215
|
+
id: string;
|
216
|
+
chainId: number;
|
217
|
+
address: string;
|
218
|
+
icon: string;
|
219
|
+
decimals: number;
|
220
|
+
verified: boolean;
|
221
|
+
price: number | null;
|
222
|
+
};
|
223
|
+
amount: bigint;
|
200
224
|
}[];
|
201
225
|
};
|
202
226
|
id: string;
|
@@ -331,6 +355,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
331
355
|
value: number;
|
332
356
|
campaignId: string;
|
333
357
|
dailyRewardsRecordId: string;
|
358
|
+
token: {
|
359
|
+
symbol: string;
|
360
|
+
name: string | null;
|
361
|
+
id: string;
|
362
|
+
chainId: number;
|
363
|
+
address: string;
|
364
|
+
icon: string;
|
365
|
+
decimals: number;
|
366
|
+
verified: boolean;
|
367
|
+
price: number | null;
|
368
|
+
};
|
369
|
+
amount: bigint;
|
334
370
|
}[];
|
335
371
|
};
|
336
372
|
id: string;
|
@@ -115,6 +115,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
115
115
|
value: number;
|
116
116
|
campaignId: string;
|
117
117
|
dailyRewardsRecordId: string;
|
118
|
+
token: {
|
119
|
+
symbol: string;
|
120
|
+
name: string | null;
|
121
|
+
id: string;
|
122
|
+
chainId: number;
|
123
|
+
address: string;
|
124
|
+
icon: string;
|
125
|
+
decimals: number;
|
126
|
+
verified: boolean;
|
127
|
+
price: number | null;
|
128
|
+
};
|
129
|
+
amount: bigint;
|
118
130
|
}[];
|
119
131
|
};
|
120
132
|
id: string;
|
@@ -202,6 +214,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
202
214
|
value: number;
|
203
215
|
campaignId: string;
|
204
216
|
dailyRewardsRecordId: string;
|
217
|
+
token: {
|
218
|
+
symbol: string;
|
219
|
+
name: string | null;
|
220
|
+
id: string;
|
221
|
+
chainId: number;
|
222
|
+
address: string;
|
223
|
+
icon: string;
|
224
|
+
decimals: number;
|
225
|
+
verified: boolean;
|
226
|
+
price: number | null;
|
227
|
+
};
|
228
|
+
amount: bigint;
|
205
229
|
}[];
|
206
230
|
};
|
207
231
|
id: string;
|
@@ -336,6 +360,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
336
360
|
value: number;
|
337
361
|
campaignId: string;
|
338
362
|
dailyRewardsRecordId: string;
|
363
|
+
token: {
|
364
|
+
symbol: string;
|
365
|
+
name: string | null;
|
366
|
+
id: string;
|
367
|
+
chainId: number;
|
368
|
+
address: string;
|
369
|
+
icon: string;
|
370
|
+
decimals: number;
|
371
|
+
verified: boolean;
|
372
|
+
price: number | null;
|
373
|
+
};
|
374
|
+
amount: bigint;
|
339
375
|
}[];
|
340
376
|
};
|
341
377
|
id: string;
|
@@ -133,6 +133,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
133
133
|
value: number;
|
134
134
|
campaignId: string;
|
135
135
|
dailyRewardsRecordId: string;
|
136
|
+
token: {
|
137
|
+
symbol: string;
|
138
|
+
name: string | null;
|
139
|
+
id: string;
|
140
|
+
chainId: number;
|
141
|
+
address: string;
|
142
|
+
icon: string;
|
143
|
+
decimals: number;
|
144
|
+
verified: boolean;
|
145
|
+
price: number | null;
|
146
|
+
};
|
147
|
+
amount: bigint;
|
136
148
|
}[];
|
137
149
|
};
|
138
150
|
id: string;
|
@@ -220,6 +232,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
220
232
|
value: number;
|
221
233
|
campaignId: string;
|
222
234
|
dailyRewardsRecordId: string;
|
235
|
+
token: {
|
236
|
+
symbol: string;
|
237
|
+
name: string | null;
|
238
|
+
id: string;
|
239
|
+
chainId: number;
|
240
|
+
address: string;
|
241
|
+
icon: string;
|
242
|
+
decimals: number;
|
243
|
+
verified: boolean;
|
244
|
+
price: number | null;
|
245
|
+
};
|
246
|
+
amount: bigint;
|
223
247
|
}[];
|
224
248
|
};
|
225
249
|
id: string;
|
@@ -354,6 +378,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
354
378
|
value: number;
|
355
379
|
campaignId: string;
|
356
380
|
dailyRewardsRecordId: string;
|
381
|
+
token: {
|
382
|
+
symbol: string;
|
383
|
+
name: string | null;
|
384
|
+
id: string;
|
385
|
+
chainId: number;
|
386
|
+
address: string;
|
387
|
+
icon: string;
|
388
|
+
decimals: number;
|
389
|
+
verified: boolean;
|
390
|
+
price: number | null;
|
391
|
+
};
|
392
|
+
amount: bigint;
|
357
393
|
}[];
|
358
394
|
};
|
359
395
|
id: string;
|
@@ -134,6 +134,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
134
134
|
value: number;
|
135
135
|
campaignId: string;
|
136
136
|
dailyRewardsRecordId: string;
|
137
|
+
token: {
|
138
|
+
symbol: string;
|
139
|
+
name: string | null;
|
140
|
+
id: string;
|
141
|
+
chainId: number;
|
142
|
+
address: string;
|
143
|
+
icon: string;
|
144
|
+
decimals: number;
|
145
|
+
verified: boolean;
|
146
|
+
price: number | null;
|
147
|
+
};
|
148
|
+
amount: bigint;
|
137
149
|
}[];
|
138
150
|
};
|
139
151
|
id: string;
|
@@ -221,6 +233,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
221
233
|
value: number;
|
222
234
|
campaignId: string;
|
223
235
|
dailyRewardsRecordId: string;
|
236
|
+
token: {
|
237
|
+
symbol: string;
|
238
|
+
name: string | null;
|
239
|
+
id: string;
|
240
|
+
chainId: number;
|
241
|
+
address: string;
|
242
|
+
icon: string;
|
243
|
+
decimals: number;
|
244
|
+
verified: boolean;
|
245
|
+
price: number | null;
|
246
|
+
};
|
247
|
+
amount: bigint;
|
224
248
|
}[];
|
225
249
|
};
|
226
250
|
id: string;
|
@@ -355,6 +379,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
355
379
|
value: number;
|
356
380
|
campaignId: string;
|
357
381
|
dailyRewardsRecordId: string;
|
382
|
+
token: {
|
383
|
+
symbol: string;
|
384
|
+
name: string | null;
|
385
|
+
id: string;
|
386
|
+
chainId: number;
|
387
|
+
address: string;
|
388
|
+
icon: string;
|
389
|
+
decimals: number;
|
390
|
+
verified: boolean;
|
391
|
+
price: number | null;
|
392
|
+
};
|
393
|
+
amount: bigint;
|
358
394
|
}[];
|
359
395
|
};
|
360
396
|
id: string;
|
@@ -116,6 +116,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
116
116
|
value: number;
|
117
117
|
campaignId: string;
|
118
118
|
dailyRewardsRecordId: string;
|
119
|
+
token: {
|
120
|
+
symbol: string;
|
121
|
+
name: string | null;
|
122
|
+
id: string;
|
123
|
+
chainId: number;
|
124
|
+
address: string;
|
125
|
+
icon: string;
|
126
|
+
decimals: number;
|
127
|
+
verified: boolean;
|
128
|
+
price: number | null;
|
129
|
+
};
|
130
|
+
amount: bigint;
|
119
131
|
}[];
|
120
132
|
};
|
121
133
|
id: string;
|
@@ -203,6 +215,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
203
215
|
value: number;
|
204
216
|
campaignId: string;
|
205
217
|
dailyRewardsRecordId: string;
|
218
|
+
token: {
|
219
|
+
symbol: string;
|
220
|
+
name: string | null;
|
221
|
+
id: string;
|
222
|
+
chainId: number;
|
223
|
+
address: string;
|
224
|
+
icon: string;
|
225
|
+
decimals: number;
|
226
|
+
verified: boolean;
|
227
|
+
price: number | null;
|
228
|
+
};
|
229
|
+
amount: bigint;
|
206
230
|
}[];
|
207
231
|
};
|
208
232
|
id: string;
|
@@ -337,6 +361,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
337
361
|
value: number;
|
338
362
|
campaignId: string;
|
339
363
|
dailyRewardsRecordId: string;
|
364
|
+
token: {
|
365
|
+
symbol: string;
|
366
|
+
name: string | null;
|
367
|
+
id: string;
|
368
|
+
chainId: number;
|
369
|
+
address: string;
|
370
|
+
icon: string;
|
371
|
+
decimals: number;
|
372
|
+
verified: boolean;
|
373
|
+
price: number | null;
|
374
|
+
};
|
375
|
+
amount: bigint;
|
340
376
|
}[];
|
341
377
|
};
|
342
378
|
id: string;
|
@@ -117,6 +117,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
117
117
|
value: number;
|
118
118
|
campaignId: string;
|
119
119
|
dailyRewardsRecordId: string;
|
120
|
+
token: {
|
121
|
+
symbol: string;
|
122
|
+
name: string | null;
|
123
|
+
id: string;
|
124
|
+
chainId: number;
|
125
|
+
address: string;
|
126
|
+
icon: string;
|
127
|
+
decimals: number;
|
128
|
+
verified: boolean;
|
129
|
+
price: number | null;
|
130
|
+
};
|
131
|
+
amount: bigint;
|
120
132
|
}[];
|
121
133
|
};
|
122
134
|
id: string;
|
@@ -204,6 +216,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
204
216
|
value: number;
|
205
217
|
campaignId: string;
|
206
218
|
dailyRewardsRecordId: string;
|
219
|
+
token: {
|
220
|
+
symbol: string;
|
221
|
+
name: string | null;
|
222
|
+
id: string;
|
223
|
+
chainId: number;
|
224
|
+
address: string;
|
225
|
+
icon: string;
|
226
|
+
decimals: number;
|
227
|
+
verified: boolean;
|
228
|
+
price: number | null;
|
229
|
+
};
|
230
|
+
amount: bigint;
|
207
231
|
}[];
|
208
232
|
};
|
209
233
|
id: string;
|
@@ -338,6 +362,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
338
362
|
value: number;
|
339
363
|
campaignId: string;
|
340
364
|
dailyRewardsRecordId: string;
|
365
|
+
token: {
|
366
|
+
symbol: string;
|
367
|
+
name: string | null;
|
368
|
+
id: string;
|
369
|
+
chainId: number;
|
370
|
+
address: string;
|
371
|
+
icon: string;
|
372
|
+
decimals: number;
|
373
|
+
verified: boolean;
|
374
|
+
price: number | null;
|
375
|
+
};
|
376
|
+
amount: bigint;
|
341
377
|
}[];
|
342
378
|
};
|
343
379
|
id: string;
|
@@ -119,6 +119,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
119
119
|
value: number;
|
120
120
|
campaignId: string;
|
121
121
|
dailyRewardsRecordId: string;
|
122
|
+
token: {
|
123
|
+
symbol: string;
|
124
|
+
name: string | null;
|
125
|
+
id: string;
|
126
|
+
chainId: number;
|
127
|
+
address: string;
|
128
|
+
icon: string;
|
129
|
+
decimals: number;
|
130
|
+
verified: boolean;
|
131
|
+
price: number | null;
|
132
|
+
};
|
133
|
+
amount: bigint;
|
122
134
|
}[];
|
123
135
|
};
|
124
136
|
id: string;
|
@@ -206,6 +218,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
206
218
|
value: number;
|
207
219
|
campaignId: string;
|
208
220
|
dailyRewardsRecordId: string;
|
221
|
+
token: {
|
222
|
+
symbol: string;
|
223
|
+
name: string | null;
|
224
|
+
id: string;
|
225
|
+
chainId: number;
|
226
|
+
address: string;
|
227
|
+
icon: string;
|
228
|
+
decimals: number;
|
229
|
+
verified: boolean;
|
230
|
+
price: number | null;
|
231
|
+
};
|
232
|
+
amount: bigint;
|
209
233
|
}[];
|
210
234
|
};
|
211
235
|
id: string;
|
@@ -340,6 +364,18 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
340
364
|
value: number;
|
341
365
|
campaignId: string;
|
342
366
|
dailyRewardsRecordId: string;
|
367
|
+
token: {
|
368
|
+
symbol: string;
|
369
|
+
name: string | null;
|
370
|
+
id: string;
|
371
|
+
chainId: number;
|
372
|
+
address: string;
|
373
|
+
icon: string;
|
374
|
+
decimals: number;
|
375
|
+
verified: boolean;
|
376
|
+
price: number | null;
|
377
|
+
};
|
378
|
+
amount: bigint;
|
343
379
|
}[];
|
344
380
|
};
|
345
381
|
id: string;
|