@merkl/api 0.20.158 → 0.20.160
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/database/api/.generated/edge.js +6 -2
- package/dist/database/api/.generated/index.js +10 -2
- package/dist/database/api/.generated/libquery_engine-linux-arm64-openssl-3.0.x.so.node +0 -0
- package/dist/database/api/.generated/package.json +1 -1
- package/dist/database/api/.generated/schema.prisma +1 -1
- package/dist/database/engine/.generated/edge.js +6 -2
- package/dist/database/engine/.generated/index.js +10 -2
- package/dist/database/engine/.generated/libquery_engine-linux-arm64-openssl-3.0.x.so.node +0 -0
- package/dist/database/engine/.generated/package.json +1 -1
- package/dist/database/engine/.generated/schema.prisma +1 -1
- package/dist/src/eden/index.d.ts +747 -747
- package/dist/src/engine/deprecated/dynamicData/factory.js +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/EventBased.js +29 -5
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/processorMapping.d.ts +1 -3
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/lendleVaults/tvl.js +1 -2
- package/dist/src/engine/implementations/JsonAirdrop/metadata.d.ts +2 -2
- package/dist/src/engine/implementations/Locker/metadata.d.ts +24 -0
- package/dist/src/engine/implementations/Locker/metadata.js +36 -0
- package/dist/src/engine/implementations/Locker/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/Locker/tvl.js +21 -0
- package/dist/src/engine/implementations/MultiLog/tvl.d.ts +1 -12
- package/dist/src/engine/implementations/MultiLog/tvl.js +1 -61
- package/dist/src/engine/metadata/factory.js +1 -0
- package/dist/src/engine/tvl/logStates.d.ts +17 -0
- package/dist/src/engine/tvl/logStates.js +106 -0
- package/dist/src/index.d.ts +255 -255
- package/dist/src/index.js +2 -2
- package/dist/src/modules/v4/boost/boost.controller.d.ts +1 -1
- package/dist/src/modules/v4/bucket/bucket.service.d.ts +2 -0
- package/dist/src/modules/v4/bucket/bucket.service.js +3 -0
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +41 -41
- package/dist/src/modules/v4/campaign/campaign.controller.js +0 -1
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +36 -36
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +76 -76
- package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +18 -18
- package/dist/src/modules/v4/chain/chain.controller.d.ts +11 -11
- package/dist/src/modules/v4/chain/chain.repository.d.ts +13 -13
- package/dist/src/modules/v4/chain/chain.service.d.ts +14 -14
- package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +1 -1
- package/dist/src/modules/v4/computedValue/computedValue.repository.d.ts +1 -1
- package/dist/src/modules/v4/computedValue/computedValue.service.d.ts +1 -1
- package/dist/src/modules/v4/creator/creator.controller.d.ts +5 -5
- package/dist/src/modules/v4/creator/creator.repository.d.ts +5 -5
- package/dist/src/modules/v4/creator/creator.service.d.ts +4 -4
- package/dist/src/modules/v4/enso/enso.service.d.ts +2 -2
- package/dist/src/modules/v4/explorer/explorer.controller.d.ts +3 -3
- package/dist/src/modules/v4/explorer/explorer.repository.d.ts +4 -4
- package/dist/src/modules/v4/explorer/explorer.service.d.ts +5 -5
- package/dist/src/modules/v4/interaction/interaction.controller.d.ts +2 -2
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +105 -105
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +3 -3
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +117 -117
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +122 -122
- package/dist/src/modules/v4/price/price.controller.d.ts +4 -4
- package/dist/src/modules/v4/price/price.repository.d.ts +5 -5
- package/dist/src/modules/v4/price/price.service.d.ts +4 -4
- package/dist/src/modules/v4/programPayload/programPayload.model.d.ts +18 -1
- package/dist/src/modules/v4/programPayload/programPayload.repository.d.ts +14 -7
- package/dist/src/modules/v4/programPayload/programPayload.repository.js +128 -8
- package/dist/src/modules/v4/protocol/protocol.controller.d.ts +24 -24
- package/dist/src/modules/v4/protocol/protocol.model.d.ts +1 -1
- package/dist/src/modules/v4/protocol/protocol.model.js +1 -0
- package/dist/src/modules/v4/protocol/protocol.repository.d.ts +14 -14
- package/dist/src/modules/v4/protocol/protocol.service.d.ts +6 -6
- package/dist/src/modules/v4/reward/reward.controller.d.ts +1 -1
- package/dist/src/modules/v4/reward/reward.controller.js +0 -1
- package/dist/src/modules/v4/reward/reward.repository.d.ts +12 -12
- package/dist/src/modules/v4/reward/reward.service.d.ts +82 -82
- package/dist/src/modules/v4/router.d.ts +255 -255
- package/dist/src/modules/v4/status/status.controller.d.ts +5 -5
- package/dist/src/modules/v4/status/status.repository.d.ts +11 -11
- package/dist/src/modules/v4/status/status.service.d.ts +7 -7
- package/dist/src/modules/v4/token/token.controller.d.ts +11 -11
- package/dist/src/modules/v4/token/token.repository.d.ts +4 -4
- package/dist/src/modules/v4/token/token.service.d.ts +14 -14
- package/dist/src/modules/v4/token/token.service.js +3 -3
- package/dist/src/modules/v4/uniswap/uniswap.repository.d.ts +1 -1
- package/dist/src/modules/v4/user/user.controller.d.ts +24 -24
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +3 -3
@@ -39,8 +39,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
39
39
|
explorerAddress?: string | undefined;
|
40
40
|
protocols?: string[] | undefined;
|
41
41
|
mainProtocol?: string | undefined;
|
42
|
-
type: string;
|
43
42
|
status: "NONE" | "PAST" | "LIVE" | "SOON";
|
43
|
+
type: string;
|
44
44
|
tokens: {
|
45
45
|
address: string;
|
46
46
|
chainId: number;
|
@@ -58,8 +58,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
58
58
|
200: {
|
59
59
|
Tokens: {
|
60
60
|
symbol: string;
|
61
|
-
id: string;
|
62
61
|
name: string | null;
|
62
|
+
id: string;
|
63
63
|
icon: string;
|
64
64
|
address: string;
|
65
65
|
chainId: number;
|
@@ -73,18 +73,18 @@ export declare const v4: Elysia<"/v4", false, {
|
|
73
73
|
price: number | null;
|
74
74
|
}[];
|
75
75
|
Protocols: {
|
76
|
-
id: string;
|
77
|
-
name: string;
|
78
76
|
url: string;
|
77
|
+
name: string;
|
79
78
|
description: string;
|
79
|
+
id: string;
|
80
80
|
tags: string[];
|
81
81
|
icon: string;
|
82
82
|
}[];
|
83
|
-
id: string;
|
84
|
-
name: string;
|
85
|
-
type: string;
|
86
83
|
status: import("@db/api").$Enums.Status;
|
84
|
+
type: string;
|
85
|
+
name: string;
|
87
86
|
description: string;
|
87
|
+
id: string;
|
88
88
|
tags: string[];
|
89
89
|
identifier: string;
|
90
90
|
action: import("@db/api").$Enums.OpportunityAction;
|
@@ -125,11 +125,11 @@ export declare const v4: Elysia<"/v4", false, {
|
|
125
125
|
};
|
126
126
|
response: {
|
127
127
|
200: {
|
128
|
-
id: string;
|
129
|
-
name: string;
|
130
|
-
type: string;
|
131
128
|
status: import("@db/api").$Enums.Status;
|
129
|
+
type: string;
|
130
|
+
name: string;
|
132
131
|
description: string;
|
132
|
+
id: string;
|
133
133
|
tags: string[];
|
134
134
|
identifier: string;
|
135
135
|
action: import("@db/api").$Enums.OpportunityAction;
|
@@ -166,8 +166,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
166
166
|
200: {
|
167
167
|
Tokens: {
|
168
168
|
symbol: string;
|
169
|
-
id: string;
|
170
169
|
name: string | null;
|
170
|
+
id: string;
|
171
171
|
icon: string;
|
172
172
|
address: string;
|
173
173
|
chainId: number;
|
@@ -181,18 +181,18 @@ export declare const v4: Elysia<"/v4", false, {
|
|
181
181
|
price: number | null;
|
182
182
|
}[];
|
183
183
|
Protocols: {
|
184
|
-
id: string;
|
185
|
-
name: string;
|
186
184
|
url: string;
|
185
|
+
name: string;
|
187
186
|
description: string;
|
187
|
+
id: string;
|
188
188
|
tags: string[];
|
189
189
|
icon: string;
|
190
190
|
}[];
|
191
|
-
id: string;
|
192
|
-
name: string;
|
193
|
-
type: string;
|
194
191
|
status: import("@db/api").$Enums.Status;
|
192
|
+
type: string;
|
193
|
+
name: string;
|
195
194
|
description: string;
|
195
|
+
id: string;
|
196
196
|
tags: string[];
|
197
197
|
identifier: string;
|
198
198
|
action: import("@db/api").$Enums.OpportunityAction;
|
@@ -216,8 +216,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
216
216
|
action: any;
|
217
217
|
tokens: ({
|
218
218
|
symbol: string;
|
219
|
-
id: string;
|
220
219
|
name: string | null;
|
220
|
+
id: string;
|
221
221
|
icon: string;
|
222
222
|
address: string;
|
223
223
|
chainId: number;
|
@@ -230,7 +230,7 @@ export declare const v4: Elysia<"/v4", false, {
|
|
230
230
|
} & {
|
231
231
|
price?: number | null | undefined;
|
232
232
|
})[];
|
233
|
-
mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
|
233
|
+
mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | "puffer" | undefined;
|
234
234
|
description: string;
|
235
235
|
howToSteps: string[];
|
236
236
|
depositUrl: string | undefined;
|
@@ -259,8 +259,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
259
259
|
200: {
|
260
260
|
Tokens: {
|
261
261
|
symbol: string;
|
262
|
-
id: string;
|
263
262
|
name: string | null;
|
263
|
+
id: string;
|
264
264
|
icon: string;
|
265
265
|
address: string;
|
266
266
|
chainId: number;
|
@@ -274,18 +274,18 @@ export declare const v4: Elysia<"/v4", false, {
|
|
274
274
|
price: number | null;
|
275
275
|
}[];
|
276
276
|
Protocols: {
|
277
|
-
id: string;
|
278
|
-
name: string;
|
279
277
|
url: string;
|
278
|
+
name: string;
|
280
279
|
description: string;
|
280
|
+
id: string;
|
281
281
|
tags: string[];
|
282
282
|
icon: string;
|
283
283
|
}[];
|
284
|
-
id: string;
|
285
|
-
name: string;
|
286
|
-
type: string;
|
287
284
|
status: import("@db/api").$Enums.Status;
|
285
|
+
type: string;
|
286
|
+
name: string;
|
288
287
|
description: string;
|
288
|
+
id: string;
|
289
289
|
tags: string[];
|
290
290
|
identifier: string;
|
291
291
|
action: import("@db/api").$Enums.OpportunityAction;
|
@@ -309,8 +309,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
309
309
|
action: any;
|
310
310
|
tokens: ({
|
311
311
|
symbol: string;
|
312
|
-
id: string;
|
313
312
|
name: string | null;
|
313
|
+
id: string;
|
314
314
|
icon: string;
|
315
315
|
address: string;
|
316
316
|
chainId: number;
|
@@ -323,7 +323,7 @@ export declare const v4: Elysia<"/v4", false, {
|
|
323
323
|
} & {
|
324
324
|
price?: number | null | undefined;
|
325
325
|
})[];
|
326
|
-
mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
|
326
|
+
mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | "puffer" | undefined;
|
327
327
|
description: string;
|
328
328
|
howToSteps: string[];
|
329
329
|
depositUrl: string | undefined;
|
@@ -341,11 +341,11 @@ export declare const v4: Elysia<"/v4", false, {
|
|
341
341
|
body: unknown;
|
342
342
|
params: {};
|
343
343
|
query: {
|
344
|
-
search?: string | undefined;
|
345
|
-
name?: string | undefined;
|
346
|
-
type?: string | undefined;
|
347
344
|
status?: string | undefined;
|
345
|
+
search?: string | undefined;
|
348
346
|
sort?: string | undefined;
|
347
|
+
type?: string | undefined;
|
348
|
+
name?: string | undefined;
|
349
349
|
tokens?: string | undefined;
|
350
350
|
items?: number | undefined;
|
351
351
|
tags?: string | undefined;
|
@@ -390,8 +390,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
390
390
|
total: number;
|
391
391
|
timestamp: bigint;
|
392
392
|
breakdowns: {
|
393
|
-
id: string;
|
394
393
|
type: import("@db/api").$Enums.TvlType;
|
394
|
+
id: string;
|
395
395
|
identifier: string;
|
396
396
|
value: number;
|
397
397
|
tvlRecordId: string;
|
@@ -408,8 +408,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
408
408
|
dailyRewardsRecordId: string;
|
409
409
|
token: {
|
410
410
|
symbol: string;
|
411
|
-
id: string;
|
412
411
|
name: string | null;
|
412
|
+
id: string;
|
413
413
|
icon: string;
|
414
414
|
address: string;
|
415
415
|
chainId: number;
|
@@ -429,16 +429,16 @@ export declare const v4: Elysia<"/v4", false, {
|
|
429
429
|
campaigns: {
|
430
430
|
params: any;
|
431
431
|
chain: {
|
432
|
-
id: number;
|
433
432
|
name: string;
|
433
|
+
id: number;
|
434
434
|
icon: string;
|
435
435
|
};
|
436
436
|
endTimestamp: number;
|
437
437
|
startTimestamp: number;
|
438
438
|
rewardToken: {
|
439
439
|
symbol: string;
|
440
|
-
id: string;
|
441
440
|
name: string | null;
|
441
|
+
id: string;
|
442
442
|
icon: string;
|
443
443
|
address: string;
|
444
444
|
chainId: number;
|
@@ -452,15 +452,15 @@ export declare const v4: Elysia<"/v4", false, {
|
|
452
452
|
price?: number | null | undefined;
|
453
453
|
};
|
454
454
|
distributionChain: {
|
455
|
-
id: number;
|
456
455
|
name: string;
|
456
|
+
id: number;
|
457
457
|
icon: string;
|
458
458
|
} | undefined;
|
459
459
|
campaignStatus: {
|
460
460
|
computedUntil: number;
|
461
461
|
processingStarted: number;
|
462
|
-
error: string;
|
463
462
|
status: import("@db/api").$Enums.RunStatus;
|
463
|
+
error: string;
|
464
464
|
details: import("database/api/.generated/runtime/library").JsonValue;
|
465
465
|
campaignId: string;
|
466
466
|
} | undefined;
|
@@ -473,11 +473,11 @@ export declare const v4: Elysia<"/v4", false, {
|
|
473
473
|
createdAt: string;
|
474
474
|
description: string | undefined;
|
475
475
|
Opportunity: {
|
476
|
-
id: string;
|
477
|
-
name: string;
|
478
|
-
type: string;
|
479
476
|
status: import("@db/api").$Enums.Status;
|
477
|
+
type: string;
|
478
|
+
name: string;
|
480
479
|
description: string;
|
480
|
+
id: string;
|
481
481
|
tags: string[];
|
482
482
|
identifier: string;
|
483
483
|
action: import("@db/api").$Enums.OpportunityAction;
|
@@ -492,8 +492,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
492
492
|
dailyRewards: number;
|
493
493
|
lastCampaignCreatedAt: Date;
|
494
494
|
};
|
495
|
-
id: string;
|
496
495
|
type: string;
|
496
|
+
id: string;
|
497
497
|
subType: number | null;
|
498
498
|
computeChainId: number;
|
499
499
|
distributionChainId: number;
|
@@ -509,8 +509,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
509
509
|
lastCampaignCreatedAt: string;
|
510
510
|
tokens: ({
|
511
511
|
symbol: string;
|
512
|
-
id: string;
|
513
512
|
name: string | null;
|
513
|
+
id: string;
|
514
514
|
icon: string;
|
515
515
|
address: string;
|
516
516
|
chainId: number;
|
@@ -524,21 +524,21 @@ export declare const v4: Elysia<"/v4", false, {
|
|
524
524
|
price?: number | null | undefined;
|
525
525
|
})[];
|
526
526
|
chain: {
|
527
|
-
id: number;
|
528
527
|
name: string;
|
528
|
+
id: number;
|
529
529
|
icon: string;
|
530
530
|
};
|
531
531
|
protocol: {
|
532
|
-
id: string;
|
533
|
-
name: string;
|
534
532
|
url: string;
|
533
|
+
name: string;
|
535
534
|
description: string;
|
535
|
+
id: string;
|
536
536
|
tags: string[];
|
537
537
|
icon: string;
|
538
538
|
} | undefined;
|
539
|
-
name: string;
|
540
|
-
type: string;
|
541
539
|
status: import("@db/api").$Enums.Status;
|
540
|
+
type: string;
|
541
|
+
name: string;
|
542
542
|
description: string;
|
543
543
|
tags: string[];
|
544
544
|
identifier: string;
|
@@ -559,11 +559,11 @@ export declare const v4: Elysia<"/v4", false, {
|
|
559
559
|
body: unknown;
|
560
560
|
params: {};
|
561
561
|
query: {
|
562
|
-
search?: string | undefined;
|
563
|
-
name?: string | undefined;
|
564
|
-
type?: string | undefined;
|
565
562
|
status?: string | undefined;
|
563
|
+
search?: string | undefined;
|
566
564
|
sort?: string | undefined;
|
565
|
+
type?: string | undefined;
|
566
|
+
name?: string | undefined;
|
567
567
|
tokens?: string | undefined;
|
568
568
|
items?: number | undefined;
|
569
569
|
tags?: string | undefined;
|
@@ -604,10 +604,10 @@ export declare const v4: Elysia<"/v4", false, {
|
|
604
604
|
response: {
|
605
605
|
200: {
|
606
606
|
protocol?: {
|
607
|
-
id: string;
|
608
|
-
name: string;
|
609
607
|
url: string;
|
608
|
+
name: string;
|
610
609
|
description: string;
|
610
|
+
id: string;
|
611
611
|
tags: string[];
|
612
612
|
icon: string;
|
613
613
|
} | null | undefined;
|
@@ -618,8 +618,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
618
618
|
timestamp: string | bigint;
|
619
619
|
cumulated: number;
|
620
620
|
breakdowns: {
|
621
|
-
id: string;
|
622
621
|
type: "CAMPAIGN" | "TOKEN" | "PROTOCOL";
|
622
|
+
id: string;
|
623
623
|
identifier: string;
|
624
624
|
value: number;
|
625
625
|
aprRecordId: string;
|
@@ -629,24 +629,23 @@ export declare const v4: Elysia<"/v4", false, {
|
|
629
629
|
total: number;
|
630
630
|
timestamp: string | bigint;
|
631
631
|
breakdowns: {
|
632
|
-
id: string;
|
633
632
|
type: "TOKEN" | "PROTOCOL";
|
633
|
+
id: string;
|
634
634
|
identifier: string;
|
635
635
|
value: number;
|
636
636
|
tvlRecordId: string;
|
637
637
|
}[];
|
638
638
|
} | undefined;
|
639
639
|
rewardsRecord?: {
|
640
|
-
id: string;
|
641
640
|
total: number;
|
641
|
+
id: string;
|
642
642
|
timestamp: string | bigint;
|
643
643
|
breakdowns: {
|
644
|
-
id: string;
|
645
644
|
token: {
|
646
645
|
price?: number | null | undefined;
|
647
646
|
symbol: string;
|
648
|
-
id: string;
|
649
647
|
name: string | null;
|
648
|
+
id: string;
|
650
649
|
icon: string;
|
651
650
|
address: string;
|
652
651
|
chainId: number;
|
@@ -656,21 +655,21 @@ export declare const v4: Elysia<"/v4", false, {
|
|
656
655
|
isPoint: boolean;
|
657
656
|
isPreTGE: boolean;
|
658
657
|
};
|
658
|
+
id: string;
|
659
659
|
value: number;
|
660
660
|
campaignId: string;
|
661
661
|
amount: string | bigint;
|
662
662
|
dailyRewardsRecordId: string;
|
663
663
|
}[];
|
664
664
|
} | undefined;
|
665
|
-
id: string;
|
666
|
-
name: string;
|
667
|
-
type: string;
|
668
665
|
status: string;
|
666
|
+
type: string;
|
667
|
+
name: string;
|
669
668
|
tokens: {
|
670
669
|
price?: number | null | undefined;
|
671
670
|
symbol: string;
|
672
|
-
id: string;
|
673
671
|
name: string | null;
|
672
|
+
id: string;
|
674
673
|
icon: string;
|
675
674
|
address: string;
|
676
675
|
chainId: number;
|
@@ -681,11 +680,12 @@ export declare const v4: Elysia<"/v4", false, {
|
|
681
680
|
isPreTGE: boolean;
|
682
681
|
}[];
|
683
682
|
description: string;
|
683
|
+
id: string;
|
684
684
|
tags: string[];
|
685
685
|
identifier: string;
|
686
686
|
chain: {
|
687
|
-
id: number;
|
688
687
|
name: string;
|
688
|
+
id: number;
|
689
689
|
icon: string;
|
690
690
|
};
|
691
691
|
action: string;
|
@@ -697,8 +697,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
697
697
|
lastCampaignCreatedAt: string;
|
698
698
|
};
|
699
699
|
readonly 404: {
|
700
|
-
name: string;
|
701
700
|
message: string;
|
701
|
+
name: string;
|
702
702
|
};
|
703
703
|
readonly 500: {
|
704
704
|
info: string;
|
@@ -716,8 +716,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
716
716
|
body: unknown;
|
717
717
|
params: {};
|
718
718
|
query: {
|
719
|
-
type?: string | undefined;
|
720
719
|
status?: "NONE" | "PAST" | "LIVE" | "SOON" | undefined;
|
720
|
+
type?: string | undefined;
|
721
721
|
items?: number | undefined;
|
722
722
|
subType?: number | undefined;
|
723
723
|
page?: number | undefined;
|
@@ -743,10 +743,10 @@ export declare const v4: Elysia<"/v4", false, {
|
|
743
743
|
response: {
|
744
744
|
200: {
|
745
745
|
protocol?: {
|
746
|
-
id: string;
|
747
|
-
name: string;
|
748
746
|
url: string;
|
747
|
+
name: string;
|
749
748
|
description: string;
|
749
|
+
id: string;
|
750
750
|
tags: string[];
|
751
751
|
icon: string;
|
752
752
|
} | null | undefined;
|
@@ -757,8 +757,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
757
757
|
timestamp: string | bigint;
|
758
758
|
cumulated: number;
|
759
759
|
breakdowns: {
|
760
|
-
id: string;
|
761
760
|
type: "CAMPAIGN" | "TOKEN" | "PROTOCOL";
|
761
|
+
id: string;
|
762
762
|
identifier: string;
|
763
763
|
value: number;
|
764
764
|
aprRecordId: string;
|
@@ -768,24 +768,23 @@ export declare const v4: Elysia<"/v4", false, {
|
|
768
768
|
total: number;
|
769
769
|
timestamp: string | bigint;
|
770
770
|
breakdowns: {
|
771
|
-
id: string;
|
772
771
|
type: "TOKEN" | "PROTOCOL";
|
772
|
+
id: string;
|
773
773
|
identifier: string;
|
774
774
|
value: number;
|
775
775
|
tvlRecordId: string;
|
776
776
|
}[];
|
777
777
|
} | undefined;
|
778
778
|
rewardsRecord?: {
|
779
|
-
id: string;
|
780
779
|
total: number;
|
780
|
+
id: string;
|
781
781
|
timestamp: string | bigint;
|
782
782
|
breakdowns: {
|
783
|
-
id: string;
|
784
783
|
token: {
|
785
784
|
price?: number | null | undefined;
|
786
785
|
symbol: string;
|
787
|
-
id: string;
|
788
786
|
name: string | null;
|
787
|
+
id: string;
|
789
788
|
icon: string;
|
790
789
|
address: string;
|
791
790
|
chainId: number;
|
@@ -795,21 +794,21 @@ export declare const v4: Elysia<"/v4", false, {
|
|
795
794
|
isPoint: boolean;
|
796
795
|
isPreTGE: boolean;
|
797
796
|
};
|
797
|
+
id: string;
|
798
798
|
value: number;
|
799
799
|
campaignId: string;
|
800
800
|
amount: string | bigint;
|
801
801
|
dailyRewardsRecordId: string;
|
802
802
|
}[];
|
803
803
|
} | undefined;
|
804
|
-
id: string;
|
805
|
-
name: string;
|
806
|
-
type: string;
|
807
804
|
status: string;
|
805
|
+
type: string;
|
806
|
+
name: string;
|
808
807
|
tokens: {
|
809
808
|
price?: number | null | undefined;
|
810
809
|
symbol: string;
|
811
|
-
id: string;
|
812
810
|
name: string | null;
|
811
|
+
id: string;
|
813
812
|
icon: string;
|
814
813
|
address: string;
|
815
814
|
chainId: number;
|
@@ -820,11 +819,12 @@ export declare const v4: Elysia<"/v4", false, {
|
|
820
819
|
isPreTGE: boolean;
|
821
820
|
}[];
|
822
821
|
description: string;
|
822
|
+
id: string;
|
823
823
|
tags: string[];
|
824
824
|
identifier: string;
|
825
825
|
chain: {
|
826
|
-
id: number;
|
827
826
|
name: string;
|
827
|
+
id: number;
|
828
828
|
icon: string;
|
829
829
|
};
|
830
830
|
action: string;
|
@@ -850,17 +850,17 @@ export declare const v4: Elysia<"/v4", false, {
|
|
850
850
|
processingStarted: string | number;
|
851
851
|
} | undefined;
|
852
852
|
distributionChain?: {
|
853
|
-
id: number;
|
854
853
|
name: string;
|
854
|
+
id: number;
|
855
855
|
icon: string;
|
856
856
|
} | undefined;
|
857
|
-
id: string;
|
858
857
|
type: string;
|
858
|
+
id: string;
|
859
859
|
params: any;
|
860
860
|
subType: number | null;
|
861
861
|
chain: {
|
862
|
-
id: number;
|
863
862
|
name: string;
|
863
|
+
id: number;
|
864
864
|
icon: string;
|
865
865
|
};
|
866
866
|
computeChainId: number;
|
@@ -876,8 +876,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
876
876
|
rewardToken: {
|
877
877
|
price?: number | null | undefined;
|
878
878
|
symbol: string;
|
879
|
-
id: string;
|
880
879
|
name: string | null;
|
880
|
+
id: string;
|
881
881
|
icon: string;
|
882
882
|
address: string;
|
883
883
|
chainId: number;
|
@@ -890,8 +890,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
890
890
|
}[];
|
891
891
|
}[];
|
892
892
|
readonly 404: {
|
893
|
-
name: string;
|
894
893
|
message: string;
|
894
|
+
name: string;
|
895
895
|
};
|
896
896
|
readonly 500: {
|
897
897
|
info: string;
|
@@ -919,10 +919,10 @@ export declare const v4: Elysia<"/v4", false, {
|
|
919
919
|
response: {
|
920
920
|
200: {
|
921
921
|
protocol?: {
|
922
|
-
id: string;
|
923
|
-
name: string;
|
924
922
|
url: string;
|
923
|
+
name: string;
|
925
924
|
description: string;
|
925
|
+
id: string;
|
926
926
|
tags: string[];
|
927
927
|
icon: string;
|
928
928
|
} | null | undefined;
|
@@ -933,8 +933,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
933
933
|
timestamp: string | bigint;
|
934
934
|
cumulated: number;
|
935
935
|
breakdowns: {
|
936
|
-
id: string;
|
937
936
|
type: "CAMPAIGN" | "TOKEN" | "PROTOCOL";
|
937
|
+
id: string;
|
938
938
|
identifier: string;
|
939
939
|
value: number;
|
940
940
|
aprRecordId: string;
|
@@ -944,24 +944,23 @@ export declare const v4: Elysia<"/v4", false, {
|
|
944
944
|
total: number;
|
945
945
|
timestamp: string | bigint;
|
946
946
|
breakdowns: {
|
947
|
-
id: string;
|
948
947
|
type: "TOKEN" | "PROTOCOL";
|
948
|
+
id: string;
|
949
949
|
identifier: string;
|
950
950
|
value: number;
|
951
951
|
tvlRecordId: string;
|
952
952
|
}[];
|
953
953
|
} | undefined;
|
954
954
|
rewardsRecord?: {
|
955
|
-
id: string;
|
956
955
|
total: number;
|
956
|
+
id: string;
|
957
957
|
timestamp: string | bigint;
|
958
958
|
breakdowns: {
|
959
|
-
id: string;
|
960
959
|
token: {
|
961
960
|
price?: number | null | undefined;
|
962
961
|
symbol: string;
|
963
|
-
id: string;
|
964
962
|
name: string | null;
|
963
|
+
id: string;
|
965
964
|
icon: string;
|
966
965
|
address: string;
|
967
966
|
chainId: number;
|
@@ -971,21 +970,21 @@ export declare const v4: Elysia<"/v4", false, {
|
|
971
970
|
isPoint: boolean;
|
972
971
|
isPreTGE: boolean;
|
973
972
|
};
|
973
|
+
id: string;
|
974
974
|
value: number;
|
975
975
|
campaignId: string;
|
976
976
|
amount: string | bigint;
|
977
977
|
dailyRewardsRecordId: string;
|
978
978
|
}[];
|
979
979
|
} | undefined;
|
980
|
-
id: string;
|
981
|
-
name: string;
|
982
|
-
type: string;
|
983
980
|
status: string;
|
981
|
+
type: string;
|
982
|
+
name: string;
|
984
983
|
tokens: {
|
985
984
|
price?: number | null | undefined;
|
986
985
|
symbol: string;
|
987
|
-
id: string;
|
988
986
|
name: string | null;
|
987
|
+
id: string;
|
989
988
|
icon: string;
|
990
989
|
address: string;
|
991
990
|
chainId: number;
|
@@ -996,11 +995,12 @@ export declare const v4: Elysia<"/v4", false, {
|
|
996
995
|
isPreTGE: boolean;
|
997
996
|
}[];
|
998
997
|
description: string;
|
998
|
+
id: string;
|
999
999
|
tags: string[];
|
1000
1000
|
identifier: string;
|
1001
1001
|
chain: {
|
1002
|
-
id: number;
|
1003
1002
|
name: string;
|
1003
|
+
id: number;
|
1004
1004
|
icon: string;
|
1005
1005
|
};
|
1006
1006
|
action: string;
|
@@ -1026,17 +1026,17 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1026
1026
|
processingStarted: string | number;
|
1027
1027
|
} | undefined;
|
1028
1028
|
distributionChain?: {
|
1029
|
-
id: number;
|
1030
1029
|
name: string;
|
1030
|
+
id: number;
|
1031
1031
|
icon: string;
|
1032
1032
|
} | undefined;
|
1033
|
-
id: string;
|
1034
1033
|
type: string;
|
1034
|
+
id: string;
|
1035
1035
|
params: any;
|
1036
1036
|
subType: number | null;
|
1037
1037
|
chain: {
|
1038
|
-
id: number;
|
1039
1038
|
name: string;
|
1039
|
+
id: number;
|
1040
1040
|
icon: string;
|
1041
1041
|
};
|
1042
1042
|
computeChainId: number;
|
@@ -1052,8 +1052,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1052
1052
|
rewardToken: {
|
1053
1053
|
price?: number | null | undefined;
|
1054
1054
|
symbol: string;
|
1055
|
-
id: string;
|
1056
1055
|
name: string | null;
|
1056
|
+
id: string;
|
1057
1057
|
icon: string;
|
1058
1058
|
address: string;
|
1059
1059
|
chainId: number;
|
@@ -1066,8 +1066,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1066
1066
|
}[];
|
1067
1067
|
};
|
1068
1068
|
readonly 404: {
|
1069
|
-
name: string;
|
1070
1069
|
message: string;
|
1070
|
+
name: string;
|
1071
1071
|
};
|
1072
1072
|
readonly 500: {
|
1073
1073
|
info: string;
|
@@ -1089,11 +1089,11 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1089
1089
|
field: never;
|
1090
1090
|
};
|
1091
1091
|
query: {
|
1092
|
-
search?: string | undefined;
|
1093
|
-
name?: string | undefined;
|
1094
|
-
type?: string | undefined;
|
1095
1092
|
status?: string | undefined;
|
1093
|
+
search?: string | undefined;
|
1096
1094
|
sort?: string | undefined;
|
1095
|
+
type?: string | undefined;
|
1096
|
+
name?: string | undefined;
|
1097
1097
|
tokens?: string | undefined;
|
1098
1098
|
items?: number | undefined;
|
1099
1099
|
tags?: string | undefined;
|
@@ -1132,11 +1132,11 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1132
1132
|
field: never;
|
1133
1133
|
};
|
1134
1134
|
query: {
|
1135
|
-
search?: string | undefined;
|
1136
|
-
name?: string | undefined;
|
1137
|
-
type?: string | undefined;
|
1138
1135
|
status?: string | undefined;
|
1136
|
+
search?: string | undefined;
|
1139
1137
|
sort?: string | undefined;
|
1138
|
+
type?: string | undefined;
|
1139
|
+
name?: string | undefined;
|
1140
1140
|
tokens?: string | undefined;
|
1141
1141
|
items?: number | undefined;
|
1142
1142
|
tags?: string | undefined;
|
@@ -1176,11 +1176,11 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1176
1176
|
field: never;
|
1177
1177
|
};
|
1178
1178
|
query: {
|
1179
|
-
search?: string | undefined;
|
1180
|
-
name?: string | undefined;
|
1181
|
-
type?: string | undefined;
|
1182
1179
|
status?: string | undefined;
|
1180
|
+
search?: string | undefined;
|
1183
1181
|
sort?: string | undefined;
|
1182
|
+
type?: string | undefined;
|
1183
|
+
name?: string | undefined;
|
1184
1184
|
tokens?: string | undefined;
|
1185
1185
|
items?: number | undefined;
|
1186
1186
|
tags?: string | undefined;
|
@@ -1238,9 +1238,9 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1238
1238
|
};
|
1239
1239
|
response: {
|
1240
1240
|
200: {
|
1241
|
-
id: string;
|
1242
1241
|
type: string;
|
1243
1242
|
description: string | null;
|
1243
|
+
id: string;
|
1244
1244
|
params: import("database/api/.generated/runtime/library").JsonValue;
|
1245
1245
|
subType: number | null;
|
1246
1246
|
computeChainId: number;
|
@@ -1258,8 +1258,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1258
1258
|
} | {
|
1259
1259
|
Tokens: {
|
1260
1260
|
symbol: string;
|
1261
|
-
id: string;
|
1262
1261
|
name: string | null;
|
1262
|
+
id: string;
|
1263
1263
|
icon: string;
|
1264
1264
|
address: string;
|
1265
1265
|
chainId: number;
|
@@ -1273,18 +1273,18 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1273
1273
|
price: number | null;
|
1274
1274
|
}[];
|
1275
1275
|
Protocols: {
|
1276
|
-
id: string;
|
1277
|
-
name: string;
|
1278
1276
|
url: string;
|
1277
|
+
name: string;
|
1279
1278
|
description: string;
|
1279
|
+
id: string;
|
1280
1280
|
tags: string[];
|
1281
1281
|
icon: string;
|
1282
1282
|
}[];
|
1283
|
-
id: string;
|
1284
|
-
name: string;
|
1285
|
-
type: string;
|
1286
1283
|
status: import("@db/api").$Enums.Status;
|
1284
|
+
type: string;
|
1285
|
+
name: string;
|
1287
1286
|
description: string;
|
1287
|
+
id: string;
|
1288
1288
|
tags: string[];
|
1289
1289
|
identifier: string;
|
1290
1290
|
action: import("@db/api").$Enums.OpportunityAction;
|
@@ -1308,8 +1308,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1308
1308
|
action: any;
|
1309
1309
|
tokens: ({
|
1310
1310
|
symbol: string;
|
1311
|
-
id: string;
|
1312
1311
|
name: string | null;
|
1312
|
+
id: string;
|
1313
1313
|
icon: string;
|
1314
1314
|
address: string;
|
1315
1315
|
chainId: number;
|
@@ -1322,7 +1322,7 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1322
1322
|
} & {
|
1323
1323
|
price?: number | null | undefined;
|
1324
1324
|
})[];
|
1325
|
-
mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
|
1325
|
+
mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | "puffer" | undefined;
|
1326
1326
|
description: string;
|
1327
1327
|
howToSteps: string[];
|
1328
1328
|
depositUrl: string | undefined;
|
@@ -1401,9 +1401,9 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1401
1401
|
};
|
1402
1402
|
response: {
|
1403
1403
|
200: {
|
1404
|
-
id: string;
|
1405
1404
|
type: string;
|
1406
1405
|
description: string | null;
|
1406
|
+
id: string;
|
1407
1407
|
params: import("database/api/.generated/runtime/library").JsonValue;
|
1408
1408
|
subType: number | null;
|
1409
1409
|
computeChainId: number;
|
@@ -1446,8 +1446,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1446
1446
|
body: unknown;
|
1447
1447
|
params: {};
|
1448
1448
|
query: {
|
1449
|
-
type?: string | undefined;
|
1450
1449
|
status?: "NONE" | "PAST" | "LIVE" | "SOON" | undefined;
|
1450
|
+
type?: string | undefined;
|
1451
1451
|
items?: number | undefined;
|
1452
1452
|
subType?: number | undefined;
|
1453
1453
|
page?: number | undefined;
|
@@ -1474,16 +1474,16 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1474
1474
|
200: {
|
1475
1475
|
params: any;
|
1476
1476
|
chain: {
|
1477
|
-
id: number;
|
1478
1477
|
name: string;
|
1478
|
+
id: number;
|
1479
1479
|
icon: string;
|
1480
1480
|
};
|
1481
1481
|
endTimestamp: number;
|
1482
1482
|
startTimestamp: number;
|
1483
1483
|
rewardToken: {
|
1484
1484
|
symbol: string;
|
1485
|
-
id: string;
|
1486
1485
|
name: string | null;
|
1486
|
+
id: string;
|
1487
1487
|
icon: string;
|
1488
1488
|
address: string;
|
1489
1489
|
chainId: number;
|
@@ -1497,15 +1497,15 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1497
1497
|
price?: number | null | undefined;
|
1498
1498
|
};
|
1499
1499
|
distributionChain: {
|
1500
|
-
id: number;
|
1501
1500
|
name: string;
|
1501
|
+
id: number;
|
1502
1502
|
icon: string;
|
1503
1503
|
} | undefined;
|
1504
1504
|
campaignStatus: {
|
1505
1505
|
computedUntil: number;
|
1506
1506
|
processingStarted: number;
|
1507
|
-
error: string;
|
1508
1507
|
status: import("@db/api").$Enums.RunStatus;
|
1508
|
+
error: string;
|
1509
1509
|
details: import("database/api/.generated/runtime/library").JsonValue;
|
1510
1510
|
campaignId: string;
|
1511
1511
|
} | undefined;
|
@@ -1518,11 +1518,11 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1518
1518
|
createdAt: string;
|
1519
1519
|
description: string | undefined;
|
1520
1520
|
Opportunity: {
|
1521
|
-
id: string;
|
1522
|
-
name: string;
|
1523
|
-
type: string;
|
1524
1521
|
status: import("@db/api").$Enums.Status;
|
1522
|
+
type: string;
|
1523
|
+
name: string;
|
1525
1524
|
description: string;
|
1525
|
+
id: string;
|
1526
1526
|
tags: string[];
|
1527
1527
|
identifier: string;
|
1528
1528
|
action: import("@db/api").$Enums.OpportunityAction;
|
@@ -1537,8 +1537,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1537
1537
|
dailyRewards: number;
|
1538
1538
|
lastCampaignCreatedAt: Date;
|
1539
1539
|
};
|
1540
|
-
id: string;
|
1541
1540
|
type: string;
|
1541
|
+
id: string;
|
1542
1542
|
subType: number | null;
|
1543
1543
|
computeChainId: number;
|
1544
1544
|
distributionChainId: number;
|
@@ -1564,16 +1564,16 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1564
1564
|
200: {
|
1565
1565
|
params: any;
|
1566
1566
|
chain: {
|
1567
|
-
id: number;
|
1568
1567
|
name: string;
|
1568
|
+
id: number;
|
1569
1569
|
icon: string;
|
1570
1570
|
};
|
1571
1571
|
endTimestamp: number;
|
1572
1572
|
startTimestamp: number;
|
1573
1573
|
rewardToken: {
|
1574
1574
|
symbol: string;
|
1575
|
-
id: string;
|
1576
1575
|
name: string | null;
|
1576
|
+
id: string;
|
1577
1577
|
icon: string;
|
1578
1578
|
address: string;
|
1579
1579
|
chainId: number;
|
@@ -1587,15 +1587,15 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1587
1587
|
price?: number | null | undefined;
|
1588
1588
|
};
|
1589
1589
|
distributionChain: {
|
1590
|
-
id: number;
|
1591
1590
|
name: string;
|
1591
|
+
id: number;
|
1592
1592
|
icon: string;
|
1593
1593
|
} | undefined;
|
1594
1594
|
campaignStatus: {
|
1595
1595
|
computedUntil: number;
|
1596
1596
|
processingStarted: number;
|
1597
|
-
error: string;
|
1598
1597
|
status: import("@db/api").$Enums.RunStatus;
|
1598
|
+
error: string;
|
1599
1599
|
details: import("database/api/.generated/runtime/library").JsonValue;
|
1600
1600
|
campaignId: string;
|
1601
1601
|
} | undefined;
|
@@ -1608,11 +1608,11 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1608
1608
|
createdAt: string;
|
1609
1609
|
description: string | undefined;
|
1610
1610
|
Opportunity: {
|
1611
|
-
id: string;
|
1612
|
-
name: string;
|
1613
|
-
type: string;
|
1614
1611
|
status: import("@db/api").$Enums.Status;
|
1612
|
+
type: string;
|
1613
|
+
name: string;
|
1615
1614
|
description: string;
|
1615
|
+
id: string;
|
1616
1616
|
tags: string[];
|
1617
1617
|
identifier: string;
|
1618
1618
|
action: import("@db/api").$Enums.OpportunityAction;
|
@@ -1627,8 +1627,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1627
1627
|
dailyRewards: number;
|
1628
1628
|
lastCampaignCreatedAt: Date;
|
1629
1629
|
};
|
1630
|
-
id: string;
|
1631
1630
|
type: string;
|
1631
|
+
id: string;
|
1632
1632
|
subType: number | null;
|
1633
1633
|
computeChainId: number;
|
1634
1634
|
distributionChainId: number;
|
@@ -1727,8 +1727,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1727
1727
|
body: unknown;
|
1728
1728
|
params: {};
|
1729
1729
|
query: {
|
1730
|
-
type?: string | undefined;
|
1731
1730
|
status?: "NONE" | "PAST" | "LIVE" | "SOON" | undefined;
|
1731
|
+
type?: string | undefined;
|
1732
1732
|
items?: number | undefined;
|
1733
1733
|
subType?: number | undefined;
|
1734
1734
|
page?: number | undefined;
|
@@ -1755,16 +1755,16 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1755
1755
|
200: {
|
1756
1756
|
params: any;
|
1757
1757
|
chain: {
|
1758
|
-
id: number;
|
1759
1758
|
name: string;
|
1759
|
+
id: number;
|
1760
1760
|
icon: string;
|
1761
1761
|
};
|
1762
1762
|
endTimestamp: number;
|
1763
1763
|
startTimestamp: number;
|
1764
1764
|
rewardToken: {
|
1765
1765
|
symbol: string;
|
1766
|
-
id: string;
|
1767
1766
|
name: string | null;
|
1767
|
+
id: string;
|
1768
1768
|
icon: string;
|
1769
1769
|
address: string;
|
1770
1770
|
chainId: number;
|
@@ -1778,15 +1778,15 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1778
1778
|
price?: number | null | undefined;
|
1779
1779
|
};
|
1780
1780
|
distributionChain: {
|
1781
|
-
id: number;
|
1782
1781
|
name: string;
|
1782
|
+
id: number;
|
1783
1783
|
icon: string;
|
1784
1784
|
} | undefined;
|
1785
1785
|
campaignStatus: {
|
1786
1786
|
computedUntil: number;
|
1787
1787
|
processingStarted: number;
|
1788
|
-
error: string;
|
1789
1788
|
status: import("@db/api").$Enums.RunStatus;
|
1789
|
+
error: string;
|
1790
1790
|
details: import("database/api/.generated/runtime/library").JsonValue;
|
1791
1791
|
campaignId: string;
|
1792
1792
|
} | undefined;
|
@@ -1799,11 +1799,11 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1799
1799
|
createdAt: string;
|
1800
1800
|
description: string | undefined;
|
1801
1801
|
Opportunity: {
|
1802
|
-
id: string;
|
1803
|
-
name: string;
|
1804
|
-
type: string;
|
1805
1802
|
status: import("@db/api").$Enums.Status;
|
1803
|
+
type: string;
|
1804
|
+
name: string;
|
1806
1805
|
description: string;
|
1806
|
+
id: string;
|
1807
1807
|
tags: string[];
|
1808
1808
|
identifier: string;
|
1809
1809
|
action: import("@db/api").$Enums.OpportunityAction;
|
@@ -1818,8 +1818,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1818
1818
|
dailyRewards: number;
|
1819
1819
|
lastCampaignCreatedAt: Date;
|
1820
1820
|
};
|
1821
|
-
id: string;
|
1822
1821
|
type: string;
|
1822
|
+
id: string;
|
1823
1823
|
subType: number | null;
|
1824
1824
|
computeChainId: number;
|
1825
1825
|
distributionChainId: number;
|
@@ -1840,8 +1840,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1840
1840
|
body: unknown;
|
1841
1841
|
params: {};
|
1842
1842
|
query: {
|
1843
|
-
type?: string | undefined;
|
1844
1843
|
status?: "NONE" | "PAST" | "LIVE" | "SOON" | undefined;
|
1844
|
+
type?: string | undefined;
|
1845
1845
|
items?: number | undefined;
|
1846
1846
|
subType?: number | undefined;
|
1847
1847
|
page?: number | undefined;
|
@@ -1877,8 +1877,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1877
1877
|
body: unknown;
|
1878
1878
|
params: {};
|
1879
1879
|
query: {
|
1880
|
-
type?: string | undefined;
|
1881
1880
|
status?: "NONE" | "PAST" | "LIVE" | "SOON" | undefined;
|
1881
|
+
type?: string | undefined;
|
1882
1882
|
items?: number | undefined;
|
1883
1883
|
subType?: number | undefined;
|
1884
1884
|
page?: number | undefined;
|
@@ -1919,8 +1919,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1919
1919
|
body: unknown;
|
1920
1920
|
params: {};
|
1921
1921
|
query: {
|
1922
|
-
type?: string | undefined;
|
1923
1922
|
status?: "NONE" | "PAST" | "LIVE" | "SOON" | undefined;
|
1923
|
+
type?: string | undefined;
|
1924
1924
|
items?: number | undefined;
|
1925
1925
|
subType?: number | undefined;
|
1926
1926
|
page?: number | undefined;
|
@@ -1962,8 +1962,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1962
1962
|
body: unknown;
|
1963
1963
|
params: {};
|
1964
1964
|
query: {
|
1965
|
-
type?: string | undefined;
|
1966
1965
|
status?: "NONE" | "PAST" | "LIVE" | "SOON" | undefined;
|
1966
|
+
type?: string | undefined;
|
1967
1967
|
items?: number | undefined;
|
1968
1968
|
subType?: number | undefined;
|
1969
1969
|
page?: number | undefined;
|
@@ -2141,9 +2141,9 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2141
2141
|
};
|
2142
2142
|
response: {
|
2143
2143
|
200: {
|
2144
|
-
id: string;
|
2145
2144
|
type: string;
|
2146
2145
|
description: string | null;
|
2146
|
+
id: string;
|
2147
2147
|
params: import("database/api/.generated/runtime/library").JsonValue;
|
2148
2148
|
subType: number | null;
|
2149
2149
|
computeChainId: number;
|
@@ -2161,8 +2161,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2161
2161
|
} | {
|
2162
2162
|
Tokens: {
|
2163
2163
|
symbol: string;
|
2164
|
-
id: string;
|
2165
2164
|
name: string | null;
|
2165
|
+
id: string;
|
2166
2166
|
icon: string;
|
2167
2167
|
address: string;
|
2168
2168
|
chainId: number;
|
@@ -2176,18 +2176,18 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2176
2176
|
price: number | null;
|
2177
2177
|
}[];
|
2178
2178
|
Protocols: {
|
2179
|
-
id: string;
|
2180
|
-
name: string;
|
2181
2179
|
url: string;
|
2180
|
+
name: string;
|
2182
2181
|
description: string;
|
2182
|
+
id: string;
|
2183
2183
|
tags: string[];
|
2184
2184
|
icon: string;
|
2185
2185
|
}[];
|
2186
|
-
id: string;
|
2187
|
-
name: string;
|
2188
|
-
type: string;
|
2189
2186
|
status: import("@db/api").$Enums.Status;
|
2187
|
+
type: string;
|
2188
|
+
name: string;
|
2190
2189
|
description: string;
|
2190
|
+
id: string;
|
2191
2191
|
tags: string[];
|
2192
2192
|
identifier: string;
|
2193
2193
|
action: import("@db/api").$Enums.OpportunityAction;
|
@@ -2211,8 +2211,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2211
2211
|
action: any;
|
2212
2212
|
tokens: ({
|
2213
2213
|
symbol: string;
|
2214
|
-
id: string;
|
2215
2214
|
name: string | null;
|
2215
|
+
id: string;
|
2216
2216
|
icon: string;
|
2217
2217
|
address: string;
|
2218
2218
|
chainId: number;
|
@@ -2225,7 +2225,7 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2225
2225
|
} & {
|
2226
2226
|
price?: number | null | undefined;
|
2227
2227
|
})[];
|
2228
|
-
mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
|
2228
|
+
mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | "puffer" | undefined;
|
2229
2229
|
description: string;
|
2230
2230
|
howToSteps: string[];
|
2231
2231
|
depositUrl: string | undefined;
|
@@ -2251,9 +2251,9 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2251
2251
|
};
|
2252
2252
|
response: {
|
2253
2253
|
200: {
|
2254
|
-
id: string;
|
2255
2254
|
type: string;
|
2256
2255
|
description: string | null;
|
2256
|
+
id: string;
|
2257
2257
|
params: import("database/api/.generated/runtime/library").JsonValue;
|
2258
2258
|
subType: number | null;
|
2259
2259
|
computeChainId: number;
|
@@ -2271,8 +2271,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2271
2271
|
} | {
|
2272
2272
|
Tokens: {
|
2273
2273
|
symbol: string;
|
2274
|
-
id: string;
|
2275
2274
|
name: string | null;
|
2275
|
+
id: string;
|
2276
2276
|
icon: string;
|
2277
2277
|
address: string;
|
2278
2278
|
chainId: number;
|
@@ -2286,18 +2286,18 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2286
2286
|
price: number | null;
|
2287
2287
|
}[];
|
2288
2288
|
Protocols: {
|
2289
|
-
id: string;
|
2290
|
-
name: string;
|
2291
2289
|
url: string;
|
2290
|
+
name: string;
|
2292
2291
|
description: string;
|
2292
|
+
id: string;
|
2293
2293
|
tags: string[];
|
2294
2294
|
icon: string;
|
2295
2295
|
}[];
|
2296
|
-
id: string;
|
2297
|
-
name: string;
|
2298
|
-
type: string;
|
2299
2296
|
status: import("@db/api").$Enums.Status;
|
2297
|
+
type: string;
|
2298
|
+
name: string;
|
2300
2299
|
description: string;
|
2300
|
+
id: string;
|
2301
2301
|
tags: string[];
|
2302
2302
|
identifier: string;
|
2303
2303
|
action: import("@db/api").$Enums.OpportunityAction;
|
@@ -2321,8 +2321,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2321
2321
|
action: any;
|
2322
2322
|
tokens: ({
|
2323
2323
|
symbol: string;
|
2324
|
-
id: string;
|
2325
2324
|
name: string | null;
|
2325
|
+
id: string;
|
2326
2326
|
icon: string;
|
2327
2327
|
address: string;
|
2328
2328
|
chainId: number;
|
@@ -2335,7 +2335,7 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2335
2335
|
} & {
|
2336
2336
|
price?: number | null | undefined;
|
2337
2337
|
})[];
|
2338
|
-
mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
|
2338
|
+
mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | "puffer" | undefined;
|
2339
2339
|
description: string;
|
2340
2340
|
howToSteps: string[];
|
2341
2341
|
depositUrl: string | undefined;
|
@@ -2356,8 +2356,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2356
2356
|
body: unknown;
|
2357
2357
|
params: {};
|
2358
2358
|
query: {
|
2359
|
-
id?: string | undefined;
|
2360
2359
|
name?: string | undefined;
|
2360
|
+
id?: string | undefined;
|
2361
2361
|
items?: number | undefined;
|
2362
2362
|
tags?: string[] | undefined;
|
2363
2363
|
page?: number | undefined;
|
@@ -2368,10 +2368,10 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2368
2368
|
headers: unknown;
|
2369
2369
|
response: {
|
2370
2370
|
200: ({
|
2371
|
-
id: string;
|
2372
|
-
name: string;
|
2373
2371
|
url: string;
|
2372
|
+
name: string;
|
2374
2373
|
description: string;
|
2374
|
+
id: string;
|
2375
2375
|
tags: string[];
|
2376
2376
|
icon: string;
|
2377
2377
|
} & {
|
@@ -2388,8 +2388,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2388
2388
|
body: unknown;
|
2389
2389
|
params: {};
|
2390
2390
|
query: {
|
2391
|
-
id?: string | undefined;
|
2392
2391
|
name?: string | undefined;
|
2392
|
+
id?: string | undefined;
|
2393
2393
|
items?: number | undefined;
|
2394
2394
|
tags?: string[] | undefined;
|
2395
2395
|
page?: number | undefined;
|
@@ -2414,10 +2414,10 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2414
2414
|
headers: unknown;
|
2415
2415
|
response: {
|
2416
2416
|
200: {
|
2417
|
-
id: string;
|
2418
|
-
name: string;
|
2419
2417
|
url: string;
|
2418
|
+
name: string;
|
2420
2419
|
description: string;
|
2420
|
+
id: string;
|
2421
2421
|
tags: string[];
|
2422
2422
|
icon: string;
|
2423
2423
|
dailyRewards?: number | undefined;
|
@@ -2431,8 +2431,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2431
2431
|
":id": {
|
2432
2432
|
patch: {
|
2433
2433
|
body: {
|
2434
|
-
name?: string | undefined;
|
2435
2434
|
url?: string | undefined;
|
2435
|
+
name?: string | undefined;
|
2436
2436
|
description?: string | undefined;
|
2437
2437
|
icon?: string | undefined;
|
2438
2438
|
};
|
@@ -2445,10 +2445,10 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2445
2445
|
};
|
2446
2446
|
response: {
|
2447
2447
|
200: {
|
2448
|
-
id: string;
|
2449
|
-
name: string;
|
2450
2448
|
url: string;
|
2449
|
+
name: string;
|
2451
2450
|
description: string;
|
2451
|
+
id: string;
|
2452
2452
|
tags: string[];
|
2453
2453
|
icon: string;
|
2454
2454
|
};
|
@@ -2459,10 +2459,10 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2459
2459
|
index: {
|
2460
2460
|
post: {
|
2461
2461
|
body: {
|
2462
|
-
id: string;
|
2463
|
-
name: string;
|
2464
2462
|
url: string;
|
2463
|
+
name: string;
|
2465
2464
|
description: string;
|
2465
|
+
id: string;
|
2466
2466
|
tags: string[];
|
2467
2467
|
icon: string;
|
2468
2468
|
};
|
@@ -2473,10 +2473,10 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2473
2473
|
};
|
2474
2474
|
response: {
|
2475
2475
|
200: {
|
2476
|
-
id: string;
|
2477
|
-
name: string;
|
2478
2476
|
url: string;
|
2477
|
+
name: string;
|
2479
2478
|
description: string;
|
2479
|
+
id: string;
|
2480
2480
|
tags: string[];
|
2481
2481
|
icon: string;
|
2482
2482
|
};
|
@@ -2490,25 +2490,25 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2490
2490
|
body: {
|
2491
2491
|
data: {
|
2492
2492
|
properties: {
|
2493
|
-
|
2494
|
-
|
2493
|
+
url: {
|
2494
|
+
url: string;
|
2495
|
+
};
|
2496
|
+
name: {
|
2497
|
+
rich_text: {
|
2495
2498
|
text: {
|
2496
2499
|
content: string;
|
2497
2500
|
};
|
2498
2501
|
}[];
|
2499
2502
|
};
|
2500
|
-
|
2503
|
+
description: {
|
2501
2504
|
rich_text: {
|
2502
2505
|
text: {
|
2503
2506
|
content: string;
|
2504
2507
|
};
|
2505
2508
|
}[];
|
2506
2509
|
};
|
2507
|
-
|
2508
|
-
|
2509
|
-
};
|
2510
|
-
description: {
|
2511
|
-
rich_text: {
|
2510
|
+
id: {
|
2511
|
+
title: {
|
2512
2512
|
text: {
|
2513
2513
|
content: string;
|
2514
2514
|
};
|
@@ -2523,10 +2523,10 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2523
2523
|
};
|
2524
2524
|
icon: {
|
2525
2525
|
files: ({
|
2526
|
+
name: string;
|
2526
2527
|
file: {
|
2527
2528
|
url: string;
|
2528
2529
|
};
|
2529
|
-
name: string;
|
2530
2530
|
} | {
|
2531
2531
|
external: {
|
2532
2532
|
url: string;
|
@@ -2543,10 +2543,10 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2543
2543
|
};
|
2544
2544
|
response: {
|
2545
2545
|
200: {
|
2546
|
-
id: string;
|
2547
|
-
name: string;
|
2548
2546
|
url: string;
|
2547
|
+
name: string;
|
2549
2548
|
description: string;
|
2549
|
+
id: string;
|
2550
2550
|
tags: string[];
|
2551
2551
|
icon: string;
|
2552
2552
|
};
|
@@ -2561,8 +2561,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2561
2561
|
explorers: {
|
2562
2562
|
post: {
|
2563
2563
|
body: {
|
2564
|
-
type: "ETHERSCAN" | "BLOCKSCOUT";
|
2565
2564
|
url: string;
|
2565
|
+
type: "ETHERSCAN" | "BLOCKSCOUT";
|
2566
2566
|
chainId: number;
|
2567
2567
|
};
|
2568
2568
|
params: {};
|
@@ -2572,9 +2572,9 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2572
2572
|
};
|
2573
2573
|
response: {
|
2574
2574
|
200: {
|
2575
|
-
id: string;
|
2576
|
-
type: import("@db/api").$Enums.ExplorerType;
|
2577
2575
|
url: string;
|
2576
|
+
type: import("@db/api").$Enums.ExplorerType;
|
2577
|
+
id: string;
|
2578
2578
|
chainId: number;
|
2579
2579
|
};
|
2580
2580
|
};
|
@@ -2595,8 +2595,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2595
2595
|
response: {
|
2596
2596
|
200: {
|
2597
2597
|
symbol: string;
|
2598
|
-
id: string;
|
2599
2598
|
name: string | null;
|
2599
|
+
id: string;
|
2600
2600
|
icon: string;
|
2601
2601
|
address: string;
|
2602
2602
|
chainId: number;
|
@@ -2629,8 +2629,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2629
2629
|
200: {
|
2630
2630
|
allowance: bigint;
|
2631
2631
|
symbol: string;
|
2632
|
-
id: string;
|
2633
2632
|
name: string | null;
|
2633
|
+
id: string;
|
2634
2634
|
icon: string;
|
2635
2635
|
address: string;
|
2636
2636
|
chainId: number;
|
@@ -2662,8 +2662,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2662
2662
|
[x: number]: {
|
2663
2663
|
minimumAmountPerHour: any;
|
2664
2664
|
symbol: string;
|
2665
|
-
id: string;
|
2666
2665
|
name: string | null;
|
2666
|
+
id: string;
|
2667
2667
|
icon: string;
|
2668
2668
|
address: string;
|
2669
2669
|
chainId: number;
|
@@ -2694,8 +2694,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2694
2694
|
200: {
|
2695
2695
|
minimumAmountPerHour: any;
|
2696
2696
|
symbol: string;
|
2697
|
-
id: string;
|
2698
2697
|
name: string | null;
|
2698
|
+
id: string;
|
2699
2699
|
icon: string;
|
2700
2700
|
address: string;
|
2701
2701
|
chainId: number;
|
@@ -2728,8 +2728,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2728
2728
|
response: {
|
2729
2729
|
200: ({
|
2730
2730
|
symbol: string;
|
2731
|
-
id: string;
|
2732
2731
|
name: string | null;
|
2732
|
+
id: string;
|
2733
2733
|
icon: string;
|
2734
2734
|
address: string;
|
2735
2735
|
chainId: number;
|
@@ -2754,9 +2754,9 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2754
2754
|
params: {};
|
2755
2755
|
query: {
|
2756
2756
|
symbol?: string | undefined;
|
2757
|
-
id?: string[] | undefined;
|
2758
2757
|
search?: string | undefined;
|
2759
2758
|
name?: string | undefined;
|
2759
|
+
id?: string[] | undefined;
|
2760
2760
|
items?: number | undefined;
|
2761
2761
|
page?: number | undefined;
|
2762
2762
|
address?: string | undefined;
|
@@ -2772,8 +2772,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2772
2772
|
response: {
|
2773
2773
|
200: ({
|
2774
2774
|
symbol: string;
|
2775
|
-
id: string;
|
2776
2775
|
name: string | null;
|
2776
|
+
id: string;
|
2777
2777
|
icon: string;
|
2778
2778
|
address: string;
|
2779
2779
|
chainId: number;
|
@@ -2796,9 +2796,9 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2796
2796
|
params: {};
|
2797
2797
|
query: {
|
2798
2798
|
symbol?: string | undefined;
|
2799
|
-
id?: string[] | undefined;
|
2800
2799
|
search?: string | undefined;
|
2801
2800
|
name?: string | undefined;
|
2801
|
+
id?: string[] | undefined;
|
2802
2802
|
items?: number | undefined;
|
2803
2803
|
page?: number | undefined;
|
2804
2804
|
address?: string | undefined;
|
@@ -2834,8 +2834,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2834
2834
|
response: {
|
2835
2835
|
200: {
|
2836
2836
|
symbol: string;
|
2837
|
-
id: string;
|
2838
2837
|
name: string | null;
|
2838
|
+
id: string;
|
2839
2839
|
icon: string;
|
2840
2840
|
address: string;
|
2841
2841
|
chainId: number;
|
@@ -2873,8 +2873,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2873
2873
|
response: {
|
2874
2874
|
200: {
|
2875
2875
|
symbol: string;
|
2876
|
-
id: string;
|
2877
2876
|
name: string | null;
|
2877
|
+
id: string;
|
2878
2878
|
icon: string;
|
2879
2879
|
address: string;
|
2880
2880
|
chainId: number;
|
@@ -2937,8 +2937,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2937
2937
|
response: {
|
2938
2938
|
200: {
|
2939
2939
|
symbol: string;
|
2940
|
-
id: string;
|
2941
2940
|
name: string | null;
|
2941
|
+
id: string;
|
2942
2942
|
icon: string;
|
2943
2943
|
address: string;
|
2944
2944
|
chainId: number;
|
@@ -3190,8 +3190,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
3190
3190
|
rewardToken: string;
|
3191
3191
|
breakdowns: {
|
3192
3192
|
protocolId?: string | undefined;
|
3193
|
-
pending: string;
|
3194
3193
|
reason: string;
|
3194
|
+
pending: string;
|
3195
3195
|
amount: string;
|
3196
3196
|
recipient: string;
|
3197
3197
|
claimed: string;
|
@@ -3377,13 +3377,13 @@ export declare const v4: Elysia<"/v4", false, {
|
|
3377
3377
|
headers: unknown;
|
3378
3378
|
response: {
|
3379
3379
|
200: {
|
3380
|
-
id: number;
|
3381
3380
|
name: string;
|
3381
|
+
id: number;
|
3382
3382
|
icon: string;
|
3383
3383
|
explorers: {
|
3384
|
-
id: string;
|
3385
|
-
type: import("@db/api").$Enums.ExplorerType;
|
3386
3384
|
url: string;
|
3385
|
+
type: import("@db/api").$Enums.ExplorerType;
|
3386
|
+
id: string;
|
3387
3387
|
chainId: number;
|
3388
3388
|
}[];
|
3389
3389
|
} | null;
|
@@ -3404,13 +3404,13 @@ export declare const v4: Elysia<"/v4", false, {
|
|
3404
3404
|
headers: unknown;
|
3405
3405
|
response: {
|
3406
3406
|
200: {
|
3407
|
-
id: number;
|
3408
3407
|
name: string;
|
3408
|
+
id: number;
|
3409
3409
|
icon: string;
|
3410
3410
|
explorers: {
|
3411
|
-
id: string;
|
3412
|
-
type: import("@db/api").$Enums.ExplorerType;
|
3413
3411
|
url: string;
|
3412
|
+
type: import("@db/api").$Enums.ExplorerType;
|
3413
|
+
id: string;
|
3414
3414
|
chainId: number;
|
3415
3415
|
}[];
|
3416
3416
|
}[];
|
@@ -3453,8 +3453,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
3453
3453
|
};
|
3454
3454
|
response: {
|
3455
3455
|
200: {
|
3456
|
-
id: number;
|
3457
3456
|
name: string;
|
3457
|
+
id: number;
|
3458
3458
|
icon: string;
|
3459
3459
|
};
|
3460
3460
|
};
|
@@ -3466,8 +3466,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
3466
3466
|
index: {
|
3467
3467
|
post: {
|
3468
3468
|
body: {
|
3469
|
-
id: number;
|
3470
3469
|
name: string;
|
3470
|
+
id: number;
|
3471
3471
|
icon: string;
|
3472
3472
|
explorerType: "ETHERSCAN" | "BLOCKSCOUT";
|
3473
3473
|
explorerUrl: string;
|
@@ -3480,13 +3480,13 @@ export declare const v4: Elysia<"/v4", false, {
|
|
3480
3480
|
response: {
|
3481
3481
|
200: {
|
3482
3482
|
Explorer: {
|
3483
|
-
id: string;
|
3484
|
-
type: import("@db/api").$Enums.ExplorerType;
|
3485
3483
|
url: string;
|
3484
|
+
type: import("@db/api").$Enums.ExplorerType;
|
3485
|
+
id: string;
|
3486
3486
|
chainId: number;
|
3487
3487
|
}[];
|
3488
|
-
id: number;
|
3489
3488
|
name: string;
|
3489
|
+
id: number;
|
3490
3490
|
icon: string;
|
3491
3491
|
};
|
3492
3492
|
};
|
@@ -3553,8 +3553,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
3553
3553
|
200: {
|
3554
3554
|
symbol: string;
|
3555
3555
|
method: import("@db/api").$Enums.PriceSourceMethod;
|
3556
|
-
id: number;
|
3557
3556
|
args: import("database/api/.generated/runtime/library").JsonValue | null;
|
3557
|
+
id: number;
|
3558
3558
|
}[];
|
3559
3559
|
};
|
3560
3560
|
};
|
@@ -3575,8 +3575,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
3575
3575
|
200: {
|
3576
3576
|
symbol: string;
|
3577
3577
|
method: import("@db/api").$Enums.PriceSourceMethod;
|
3578
|
-
id: number;
|
3579
3578
|
args: import("database/api/.generated/runtime/library").JsonValue | null;
|
3579
|
+
id: number;
|
3580
3580
|
};
|
3581
3581
|
};
|
3582
3582
|
};
|
@@ -3624,8 +3624,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
3624
3624
|
200: {
|
3625
3625
|
symbol: string;
|
3626
3626
|
method: import("@db/api").$Enums.PriceSourceMethod;
|
3627
|
-
id: number;
|
3628
3627
|
args: import("database/api/.generated/runtime/library").JsonValue | null;
|
3628
|
+
id: number;
|
3629
3629
|
};
|
3630
3630
|
};
|
3631
3631
|
};
|
@@ -3649,8 +3649,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
3649
3649
|
200: {
|
3650
3650
|
symbol: string;
|
3651
3651
|
method: import("@db/api").$Enums.PriceSourceMethod;
|
3652
|
-
id: number;
|
3653
3652
|
args: import("database/api/.generated/runtime/library").JsonValue | null;
|
3653
|
+
id: number;
|
3654
3654
|
};
|
3655
3655
|
};
|
3656
3656
|
};
|
@@ -3839,8 +3839,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
3839
3839
|
headers: unknown;
|
3840
3840
|
response: {
|
3841
3841
|
200: {
|
3842
|
-
id: string;
|
3843
3842
|
name: string;
|
3843
|
+
id: string;
|
3844
3844
|
addresses: string[];
|
3845
3845
|
icon?: string | undefined;
|
3846
3846
|
} | null;
|
@@ -3874,8 +3874,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
3874
3874
|
rewards: (Omit<{
|
3875
3875
|
token: {
|
3876
3876
|
symbol: string;
|
3877
|
-
id: string;
|
3878
3877
|
name: string | null;
|
3878
|
+
id: string;
|
3879
3879
|
icon: string;
|
3880
3880
|
address: string;
|
3881
3881
|
chainId: number;
|
@@ -3892,14 +3892,14 @@ export declare const v4: Elysia<"/v4", false, {
|
|
3892
3892
|
campaignId: string;
|
3893
3893
|
opportunity: {
|
3894
3894
|
Chain: {
|
3895
|
-
id: number;
|
3896
3895
|
name: string;
|
3896
|
+
id: number;
|
3897
3897
|
icon: string;
|
3898
3898
|
};
|
3899
3899
|
Tokens: {
|
3900
3900
|
symbol: string;
|
3901
|
-
id: string;
|
3902
3901
|
name: string | null;
|
3902
|
+
id: string;
|
3903
3903
|
icon: string;
|
3904
3904
|
address: string;
|
3905
3905
|
chainId: number;
|
@@ -3913,27 +3913,27 @@ export declare const v4: Elysia<"/v4", false, {
|
|
3913
3913
|
price: number | null;
|
3914
3914
|
}[];
|
3915
3915
|
Protocols: {
|
3916
|
-
id: string;
|
3917
|
-
name: string;
|
3918
3916
|
url: string;
|
3917
|
+
name: string;
|
3919
3918
|
description: string;
|
3919
|
+
id: string;
|
3920
3920
|
tags: string[];
|
3921
3921
|
icon: string;
|
3922
3922
|
}[];
|
3923
3923
|
MainProtocol: {
|
3924
|
-
id: string;
|
3925
|
-
name: string;
|
3926
3924
|
url: string;
|
3925
|
+
name: string;
|
3927
3926
|
description: string;
|
3927
|
+
id: string;
|
3928
3928
|
tags: string[];
|
3929
3929
|
icon: string;
|
3930
3930
|
} | null;
|
3931
3931
|
} & {
|
3932
|
-
id: string;
|
3933
|
-
name: string;
|
3934
|
-
type: string;
|
3935
3932
|
status: import("@db/api").$Enums.Status;
|
3933
|
+
type: string;
|
3934
|
+
name: string;
|
3936
3935
|
description: string;
|
3936
|
+
id: string;
|
3937
3937
|
tags: string[];
|
3938
3938
|
identifier: string;
|
3939
3939
|
action: import("@db/api").$Enums.OpportunityAction;
|
@@ -3948,8 +3948,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
3948
3948
|
dailyRewards: number;
|
3949
3949
|
lastCampaignCreatedAt: Date;
|
3950
3950
|
};
|
3951
|
-
pending: string;
|
3952
3951
|
reason: string;
|
3952
|
+
pending: string;
|
3953
3953
|
amount: string;
|
3954
3954
|
claimed: string;
|
3955
3955
|
}[];
|
@@ -3999,8 +3999,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
3999
3999
|
rewards: (Omit<{
|
4000
4000
|
token: {
|
4001
4001
|
symbol: string;
|
4002
|
-
id: string;
|
4003
4002
|
name: string | null;
|
4003
|
+
id: string;
|
4004
4004
|
icon: string;
|
4005
4005
|
address: string;
|
4006
4006
|
chainId: number;
|
@@ -4017,14 +4017,14 @@ export declare const v4: Elysia<"/v4", false, {
|
|
4017
4017
|
campaignId: string;
|
4018
4018
|
opportunity: {
|
4019
4019
|
Chain: {
|
4020
|
-
id: number;
|
4021
4020
|
name: string;
|
4021
|
+
id: number;
|
4022
4022
|
icon: string;
|
4023
4023
|
};
|
4024
4024
|
Tokens: {
|
4025
4025
|
symbol: string;
|
4026
|
-
id: string;
|
4027
4026
|
name: string | null;
|
4027
|
+
id: string;
|
4028
4028
|
icon: string;
|
4029
4029
|
address: string;
|
4030
4030
|
chainId: number;
|
@@ -4038,27 +4038,27 @@ export declare const v4: Elysia<"/v4", false, {
|
|
4038
4038
|
price: number | null;
|
4039
4039
|
}[];
|
4040
4040
|
Protocols: {
|
4041
|
-
id: string;
|
4042
|
-
name: string;
|
4043
4041
|
url: string;
|
4042
|
+
name: string;
|
4044
4043
|
description: string;
|
4044
|
+
id: string;
|
4045
4045
|
tags: string[];
|
4046
4046
|
icon: string;
|
4047
4047
|
}[];
|
4048
4048
|
MainProtocol: {
|
4049
|
-
id: string;
|
4050
|
-
name: string;
|
4051
4049
|
url: string;
|
4050
|
+
name: string;
|
4052
4051
|
description: string;
|
4052
|
+
id: string;
|
4053
4053
|
tags: string[];
|
4054
4054
|
icon: string;
|
4055
4055
|
} | null;
|
4056
4056
|
} & {
|
4057
|
-
id: string;
|
4058
|
-
name: string;
|
4059
|
-
type: string;
|
4060
4057
|
status: import("@db/api").$Enums.Status;
|
4058
|
+
type: string;
|
4059
|
+
name: string;
|
4061
4060
|
description: string;
|
4061
|
+
id: string;
|
4062
4062
|
tags: string[];
|
4063
4063
|
identifier: string;
|
4064
4064
|
action: import("@db/api").$Enums.OpportunityAction;
|
@@ -4073,8 +4073,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
4073
4073
|
dailyRewards: number;
|
4074
4074
|
lastCampaignCreatedAt: Date;
|
4075
4075
|
};
|
4076
|
-
pending: string;
|
4077
4076
|
reason: string;
|
4077
|
+
pending: string;
|
4078
4078
|
amount: string;
|
4079
4079
|
claimed: string;
|
4080
4080
|
}[];
|
@@ -4087,8 +4087,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
4087
4087
|
}, "breakdowns"> & {
|
4088
4088
|
breakdowns: {
|
4089
4089
|
campaignId: string;
|
4090
|
-
pending: string;
|
4091
4090
|
reason: string;
|
4091
|
+
pending: string;
|
4092
4092
|
amount: string;
|
4093
4093
|
claimed: string;
|
4094
4094
|
}[];
|
@@ -4289,10 +4289,10 @@ export declare const v4: Elysia<"/v4", false, {
|
|
4289
4289
|
headers: unknown;
|
4290
4290
|
response: {
|
4291
4291
|
200: ({
|
4292
|
-
id: string;
|
4293
|
-
name: string;
|
4294
4292
|
url: string;
|
4293
|
+
name: string;
|
4295
4294
|
description: string;
|
4295
|
+
id: string;
|
4296
4296
|
tags: string[];
|
4297
4297
|
icon: string;
|
4298
4298
|
} & {
|
@@ -4640,8 +4640,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
4640
4640
|
headers: unknown;
|
4641
4641
|
response: {
|
4642
4642
|
200: {
|
4643
|
-
error: string;
|
4644
4643
|
status: import("@db/api").$Enums.RunStatus;
|
4644
|
+
error: string;
|
4645
4645
|
details: import("database/api/.generated/runtime/library").JsonValue;
|
4646
4646
|
campaignId: string;
|
4647
4647
|
computedUntil: bigint;
|
@@ -4661,15 +4661,15 @@ export declare const v4: Elysia<"/v4", false, {
|
|
4661
4661
|
headers: unknown;
|
4662
4662
|
response: {
|
4663
4663
|
200: {
|
4664
|
-
error: string;
|
4665
4664
|
status: import("@db/api").$Enums.RunStatus;
|
4665
|
+
error: string;
|
4666
4666
|
details: import("database/api/.generated/runtime/library").JsonValue;
|
4667
4667
|
campaignId: string;
|
4668
4668
|
computedUntil: bigint;
|
4669
4669
|
processingStarted: bigint;
|
4670
4670
|
}[] | {
|
4671
|
-
error: string;
|
4672
4671
|
status: import("@db/api").$Enums.RunStatus;
|
4672
|
+
error: string;
|
4673
4673
|
details: import("database/api/.generated/runtime/library").JsonValue;
|
4674
4674
|
campaignId: string;
|
4675
4675
|
computedUntil: bigint;
|
@@ -4705,13 +4705,13 @@ export declare const v4: Elysia<"/v4", false, {
|
|
4705
4705
|
isTest: boolean;
|
4706
4706
|
};
|
4707
4707
|
Opportunity: {
|
4708
|
-
name: string;
|
4709
4708
|
type: string;
|
4709
|
+
name: string;
|
4710
4710
|
identifier: string;
|
4711
4711
|
};
|
4712
4712
|
CampaignStatus: {
|
4713
|
-
error: string;
|
4714
4713
|
status: import("@db/api").$Enums.RunStatus;
|
4714
|
+
error: string;
|
4715
4715
|
details: import("database/api/.generated/runtime/library").JsonValue;
|
4716
4716
|
campaignId: string;
|
4717
4717
|
computedUntil: bigint;
|
@@ -5113,8 +5113,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
5113
5113
|
}[];
|
5114
5114
|
params: {};
|
5115
5115
|
query: {
|
5116
|
-
target: string;
|
5117
5116
|
protocol: string;
|
5117
|
+
target: string;
|
5118
5118
|
};
|
5119
5119
|
headers: unknown;
|
5120
5120
|
response: {
|
@@ -5169,8 +5169,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
5169
5169
|
headers: unknown;
|
5170
5170
|
response: {
|
5171
5171
|
200: {
|
5172
|
-
id: string;
|
5173
5172
|
reason: string;
|
5173
|
+
id: string;
|
5174
5174
|
campaignId: string;
|
5175
5175
|
boost: number | null;
|
5176
5176
|
}[];
|
@@ -5242,8 +5242,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
5242
5242
|
headers: unknown;
|
5243
5243
|
response: {
|
5244
5244
|
200: ({
|
5245
|
-
id: string;
|
5246
5245
|
name: string;
|
5246
|
+
id: string;
|
5247
5247
|
addresses: string[];
|
5248
5248
|
} & {
|
5249
5249
|
icon?: string | undefined;
|
@@ -5264,8 +5264,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
5264
5264
|
headers: unknown;
|
5265
5265
|
response: {
|
5266
5266
|
200: {
|
5267
|
-
id: string;
|
5268
5267
|
name: string;
|
5268
|
+
id: string;
|
5269
5269
|
addresses: string[];
|
5270
5270
|
icon?: string | undefined;
|
5271
5271
|
};
|
@@ -5279,8 +5279,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
5279
5279
|
post: {
|
5280
5280
|
body: {
|
5281
5281
|
icon?: string | undefined;
|
5282
|
-
id: string;
|
5283
5282
|
name: string;
|
5283
|
+
id: string;
|
5284
5284
|
addresses: string[];
|
5285
5285
|
};
|
5286
5286
|
params: {};
|
@@ -5290,8 +5290,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
5290
5290
|
};
|
5291
5291
|
response: {
|
5292
5292
|
200: {
|
5293
|
-
id: string;
|
5294
5293
|
name: string;
|
5294
|
+
id: string;
|
5295
5295
|
icon: string | null;
|
5296
5296
|
};
|
5297
5297
|
};
|
@@ -5316,8 +5316,8 @@ export declare const v4: Elysia<"/v4", false, {
|
|
5316
5316
|
};
|
5317
5317
|
response: {
|
5318
5318
|
200: {
|
5319
|
-
id: string;
|
5320
5319
|
name: string;
|
5320
|
+
id: string;
|
5321
5321
|
icon: string | null;
|
5322
5322
|
};
|
5323
5323
|
};
|