@merkl/api 0.21.35 → 0.21.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/eden/index.d.ts +1277 -878
- package/dist/src/engine/implementations/Erc20/subTypes/detect.js +105 -98
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/aave/metadata.d.ts +1 -1
- package/dist/src/engine/implementations/JsonAirdrop/metadata.d.ts +2 -2
- package/dist/src/index.d.ts +399 -254
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +1 -1
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +5 -1
- package/dist/src/modules/v4/campaign/campaign.service.js +41 -2
- package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +385 -240
- package/dist/src/modules/v4/campaign/campaign.test.controller.js +39 -13
- package/dist/src/modules/v4/creator/creator.controller.d.ts +8 -8
- package/dist/src/modules/v4/creator/creator.controller.js +9 -9
- package/dist/src/modules/v4/creator/creator.model.d.ts +2 -2
- package/dist/src/modules/v4/creator/creator.model.js +2 -2
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +2 -2
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +3 -3
- package/dist/src/modules/v4/programPayload/programPayload.repository.d.ts +100 -0
- package/dist/src/modules/v4/programPayload/programPayload.repository.js +44 -0
- 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/reward/reward.repository.js +1 -1
- package/dist/src/modules/v4/router.d.ts +399 -254
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +1 -1
@@ -1139,7 +1139,7 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1139
1139
|
} & {
|
1140
1140
|
price?: number | null | undefined;
|
1141
1141
|
})[];
|
1142
|
-
mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "koi" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap" | "neptune" | "zkSwapThreePool" | "rfx" | "ra" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "fraxlend" | "ironclad" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "dlend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "stability" | "angles" | "enzyme" | "toros" | "vicuna" | "bunni" | "beratrax" | "concrete" | "cian" | "pendle" | "yei" | "termmax" | "filament" | "gammaswap" | "maha" | "tempest" | "uranium" | "holdstation" | "katana" | "punchswap" | "satlayer" | "puffer" | undefined;
|
1142
|
+
mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "koi" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap" | "neptune" | "zkSwapThreePool" | "rfx" | "ra" | "maverick" | "trader-joe" | "hanji" | "pinto" | "radiant" | "aave" | "fraxlend" | "ironclad" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "dlend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "stability" | "angles" | "enzyme" | "toros" | "vicuna" | "bunni" | "beratrax" | "concrete" | "cian" | "pendle" | "yei" | "termmax" | "filament" | "gammaswap" | "maha" | "tempest" | "uranium" | "holdstation" | "katana" | "punchswap" | "satlayer" | "puffer" | undefined;
|
1143
1143
|
description: string;
|
1144
1144
|
howToSteps: string[];
|
1145
1145
|
depositUrl: string | undefined;
|
@@ -1317,7 +1317,7 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1317
1317
|
} & {
|
1318
1318
|
price?: number | null | undefined;
|
1319
1319
|
})[];
|
1320
|
-
mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "koi" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap" | "neptune" | "zkSwapThreePool" | "rfx" | "ra" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "fraxlend" | "ironclad" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "dlend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "stability" | "angles" | "enzyme" | "toros" | "vicuna" | "bunni" | "beratrax" | "concrete" | "cian" | "pendle" | "yei" | "termmax" | "filament" | "gammaswap" | "maha" | "tempest" | "uranium" | "holdstation" | "katana" | "punchswap" | "satlayer" | "puffer" | undefined;
|
1320
|
+
mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "koi" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap" | "neptune" | "zkSwapThreePool" | "rfx" | "ra" | "maverick" | "trader-joe" | "hanji" | "pinto" | "radiant" | "aave" | "fraxlend" | "ironclad" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "dlend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "stability" | "angles" | "enzyme" | "toros" | "vicuna" | "bunni" | "beratrax" | "concrete" | "cian" | "pendle" | "yei" | "termmax" | "filament" | "gammaswap" | "maha" | "tempest" | "uranium" | "holdstation" | "katana" | "punchswap" | "satlayer" | "puffer" | undefined;
|
1321
1321
|
description: string;
|
1322
1322
|
howToSteps: string[];
|
1323
1323
|
depositUrl: string | undefined;
|
@@ -1447,7 +1447,7 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1447
1447
|
} & {
|
1448
1448
|
price?: number | null | undefined;
|
1449
1449
|
})[];
|
1450
|
-
mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "koi" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap" | "neptune" | "zkSwapThreePool" | "rfx" | "ra" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "fraxlend" | "ironclad" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "dlend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "stability" | "angles" | "enzyme" | "toros" | "vicuna" | "bunni" | "beratrax" | "concrete" | "cian" | "pendle" | "yei" | "termmax" | "filament" | "gammaswap" | "maha" | "tempest" | "uranium" | "holdstation" | "katana" | "punchswap" | "satlayer" | "puffer" | undefined;
|
1450
|
+
mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "koi" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap" | "neptune" | "zkSwapThreePool" | "rfx" | "ra" | "maverick" | "trader-joe" | "hanji" | "pinto" | "radiant" | "aave" | "fraxlend" | "ironclad" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "dlend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "stability" | "angles" | "enzyme" | "toros" | "vicuna" | "bunni" | "beratrax" | "concrete" | "cian" | "pendle" | "yei" | "termmax" | "filament" | "gammaswap" | "maha" | "tempest" | "uranium" | "holdstation" | "katana" | "punchswap" | "satlayer" | "puffer" | undefined;
|
1451
1451
|
description: string;
|
1452
1452
|
howToSteps: string[];
|
1453
1453
|
depositUrl: string | undefined;
|
@@ -2189,18 +2189,42 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2189
2189
|
campaigns: {
|
2190
2190
|
"dry-run": {
|
2191
2191
|
tvl: {
|
2192
|
-
|
2193
|
-
|
2194
|
-
|
2195
|
-
|
2196
|
-
|
2197
|
-
|
2198
|
-
|
2199
|
-
|
2200
|
-
|
2192
|
+
campaign: {
|
2193
|
+
":campaignId": {
|
2194
|
+
get: {
|
2195
|
+
body: unknown;
|
2196
|
+
params: {
|
2197
|
+
campaignId: string;
|
2198
|
+
};
|
2199
|
+
query: unknown;
|
2200
|
+
headers: {
|
2201
|
+
authorization: string;
|
2202
|
+
};
|
2203
|
+
response: {
|
2204
|
+
200: unknown[];
|
2205
|
+
};
|
2201
2206
|
};
|
2202
|
-
|
2203
|
-
|
2207
|
+
};
|
2208
|
+
};
|
2209
|
+
};
|
2210
|
+
};
|
2211
|
+
} & {
|
2212
|
+
"dry-run": {
|
2213
|
+
tvl: {
|
2214
|
+
opportunity: {
|
2215
|
+
":opportunityId": {
|
2216
|
+
get: {
|
2217
|
+
body: unknown;
|
2218
|
+
params: {
|
2219
|
+
opportunityId: string;
|
2220
|
+
};
|
2221
|
+
query: unknown;
|
2222
|
+
headers: {
|
2223
|
+
authorization: string;
|
2224
|
+
};
|
2225
|
+
response: {
|
2226
|
+
200: unknown[];
|
2227
|
+
};
|
2204
2228
|
};
|
2205
2229
|
};
|
2206
2230
|
};
|
@@ -2208,14 +2232,15 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2208
2232
|
};
|
2209
2233
|
} & {
|
2210
2234
|
"dry-run": {
|
2211
|
-
|
2212
|
-
|
2235
|
+
tvl: {
|
2236
|
+
erc20: {
|
2213
2237
|
get: {
|
2214
2238
|
body: unknown;
|
2215
|
-
params: {
|
2216
|
-
|
2239
|
+
params: {};
|
2240
|
+
query: {
|
2241
|
+
address: string;
|
2242
|
+
chainId: number;
|
2217
2243
|
};
|
2218
|
-
query: unknown;
|
2219
2244
|
headers: {
|
2220
2245
|
authorization: string;
|
2221
2246
|
};
|
@@ -2228,7 +2253,7 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2228
2253
|
};
|
2229
2254
|
} & {
|
2230
2255
|
"dry-run": {
|
2231
|
-
|
2256
|
+
tvl: {
|
2232
2257
|
list: {
|
2233
2258
|
post: {
|
2234
2259
|
body: string[];
|
@@ -2247,28 +2272,30 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2247
2272
|
} & {
|
2248
2273
|
"dry-run": {
|
2249
2274
|
tvl: {
|
2250
|
-
|
2251
|
-
|
2252
|
-
|
2253
|
-
|
2254
|
-
|
2255
|
-
|
2256
|
-
|
2257
|
-
|
2258
|
-
|
2259
|
-
|
2260
|
-
|
2261
|
-
|
2262
|
-
|
2263
|
-
|
2264
|
-
|
2265
|
-
|
2266
|
-
|
2267
|
-
|
2268
|
-
|
2269
|
-
|
2270
|
-
|
2271
|
-
|
2275
|
+
index: {
|
2276
|
+
post: {
|
2277
|
+
body: {
|
2278
|
+
id?: string | undefined;
|
2279
|
+
subType?: number | undefined;
|
2280
|
+
campaignId?: string | undefined;
|
2281
|
+
amount?: string | undefined;
|
2282
|
+
creatorAddress?: string | undefined;
|
2283
|
+
type: string;
|
2284
|
+
params: any;
|
2285
|
+
computeChainId: number;
|
2286
|
+
distributionChainId: number;
|
2287
|
+
startTimestamp: number;
|
2288
|
+
endTimestamp: number;
|
2289
|
+
rewardToken: string;
|
2290
|
+
};
|
2291
|
+
params: {};
|
2292
|
+
query: unknown;
|
2293
|
+
headers: {
|
2294
|
+
authorization: string;
|
2295
|
+
};
|
2296
|
+
response: {
|
2297
|
+
200: unknown[];
|
2298
|
+
};
|
2272
2299
|
};
|
2273
2300
|
};
|
2274
2301
|
};
|
@@ -2276,121 +2303,237 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2276
2303
|
} & {
|
2277
2304
|
"dry-run": {
|
2278
2305
|
metadata: {
|
2279
|
-
|
2280
|
-
|
2281
|
-
|
2282
|
-
|
2283
|
-
|
2284
|
-
|
2285
|
-
|
2286
|
-
|
2287
|
-
params: any;
|
2288
|
-
computeChainId: number;
|
2289
|
-
distributionChainId: number;
|
2290
|
-
startTimestamp: number;
|
2291
|
-
endTimestamp: number;
|
2292
|
-
rewardToken: string;
|
2293
|
-
};
|
2294
|
-
params: {};
|
2295
|
-
query: unknown;
|
2296
|
-
headers: {
|
2297
|
-
authorization: string;
|
2298
|
-
};
|
2299
|
-
response: {
|
2300
|
-
200: {
|
2306
|
+
metadata: {
|
2307
|
+
post: {
|
2308
|
+
body: {
|
2309
|
+
id?: string | undefined;
|
2310
|
+
subType?: number | undefined;
|
2311
|
+
campaignId?: string | undefined;
|
2312
|
+
amount?: string | undefined;
|
2313
|
+
creatorAddress?: string | undefined;
|
2301
2314
|
type: string;
|
2302
|
-
|
2303
|
-
id: string;
|
2304
|
-
params: import("database/api/.generated/runtime/library").JsonValue;
|
2305
|
-
subType: number | null;
|
2315
|
+
params: any;
|
2306
2316
|
computeChainId: number;
|
2307
2317
|
distributionChainId: number;
|
2318
|
+
startTimestamp: number;
|
2319
|
+
endTimestamp: number;
|
2320
|
+
rewardToken: string;
|
2321
|
+
};
|
2322
|
+
params: {};
|
2323
|
+
query: unknown;
|
2324
|
+
headers: {
|
2325
|
+
authorization: string;
|
2326
|
+
};
|
2327
|
+
response: {
|
2328
|
+
200: {
|
2329
|
+
type: string;
|
2330
|
+
description: string | null;
|
2331
|
+
id: string;
|
2332
|
+
params: import("database/api/.generated/runtime/library").JsonValue;
|
2333
|
+
subType: number | null;
|
2334
|
+
computeChainId: number;
|
2335
|
+
distributionChainId: number;
|
2336
|
+
campaignId: string;
|
2337
|
+
distributionType: import("@db/api").$Enums.DistributionType;
|
2338
|
+
rewardTokenId: string;
|
2339
|
+
amount: string;
|
2340
|
+
opportunityId: string;
|
2341
|
+
startTimestamp: bigint;
|
2342
|
+
endTimestamp: bigint;
|
2343
|
+
creatorAddress: string;
|
2344
|
+
manualOverrides: import("@db/api").$Enums.CampaignManualOverride[];
|
2345
|
+
createdAt: Date;
|
2346
|
+
rootCampaignId: string | null;
|
2347
|
+
parentCampaignId: string | null;
|
2348
|
+
} | {
|
2349
|
+
Tokens: {
|
2350
|
+
symbol: string;
|
2351
|
+
name: string | null;
|
2352
|
+
id: string;
|
2353
|
+
icon: string;
|
2354
|
+
address: string;
|
2355
|
+
chainId: number;
|
2356
|
+
decimals: number;
|
2357
|
+
displaySymbol: string;
|
2358
|
+
verified: boolean;
|
2359
|
+
isTest: boolean;
|
2360
|
+
isPoint: boolean;
|
2361
|
+
isPreTGE: boolean;
|
2362
|
+
isNative: boolean;
|
2363
|
+
price: number | null;
|
2364
|
+
}[];
|
2365
|
+
Protocols: {
|
2366
|
+
url: string;
|
2367
|
+
name: string;
|
2368
|
+
description: string;
|
2369
|
+
id: string;
|
2370
|
+
tags: string[];
|
2371
|
+
icon: string;
|
2372
|
+
}[];
|
2373
|
+
status: import("@db/api").$Enums.Status;
|
2374
|
+
type: string;
|
2375
|
+
name: string;
|
2376
|
+
description: string;
|
2377
|
+
id: string;
|
2378
|
+
tags: string[];
|
2379
|
+
identifier: string;
|
2380
|
+
action: import("@db/api").$Enums.OpportunityAction;
|
2381
|
+
manualOverrides: import("@db/api").$Enums.OpportunityManualOverride[];
|
2382
|
+
chainId: number;
|
2383
|
+
howToSteps: string[];
|
2384
|
+
depositUrl: string | null;
|
2385
|
+
explorerAddress: string | null;
|
2386
|
+
mainProtocolId: string | null;
|
2387
|
+
tvl: number;
|
2388
|
+
apr: number;
|
2389
|
+
dailyRewards: number;
|
2390
|
+
lastCampaignCreatedAt: Date;
|
2391
|
+
} | {
|
2392
|
+
id: string;
|
2393
|
+
chainId: number;
|
2394
|
+
type: string;
|
2395
|
+
identifier: string;
|
2396
|
+
name: string;
|
2397
|
+
status: "PAST" | "LIVE" | "SOON";
|
2398
|
+
action: any;
|
2399
|
+
tokens: ({
|
2400
|
+
symbol: string;
|
2401
|
+
name: string | null;
|
2402
|
+
id: string;
|
2403
|
+
icon: string;
|
2404
|
+
address: string;
|
2405
|
+
chainId: number;
|
2406
|
+
decimals: number;
|
2407
|
+
verified: boolean;
|
2408
|
+
isTest: boolean;
|
2409
|
+
isPoint: boolean;
|
2410
|
+
isPreTGE: boolean;
|
2411
|
+
isNative: boolean;
|
2412
|
+
} & {
|
2413
|
+
price?: number | null | undefined;
|
2414
|
+
})[];
|
2415
|
+
mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "koi" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap" | "neptune" | "zkSwapThreePool" | "rfx" | "ra" | "maverick" | "trader-joe" | "hanji" | "pinto" | "radiant" | "aave" | "fraxlend" | "ironclad" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "dlend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "stability" | "angles" | "enzyme" | "toros" | "vicuna" | "bunni" | "beratrax" | "concrete" | "cian" | "pendle" | "yei" | "termmax" | "filament" | "gammaswap" | "maha" | "tempest" | "uranium" | "holdstation" | "katana" | "punchswap" | "satlayer" | "puffer" | undefined;
|
2416
|
+
description: string;
|
2417
|
+
howToSteps: string[];
|
2418
|
+
depositUrl: string | undefined;
|
2419
|
+
explorerAddress: string | undefined;
|
2420
|
+
tags: string[];
|
2421
|
+
} | undefined;
|
2422
|
+
};
|
2423
|
+
};
|
2424
|
+
};
|
2425
|
+
};
|
2426
|
+
};
|
2427
|
+
} & {
|
2428
|
+
"dry-run": {
|
2429
|
+
metadata: {
|
2430
|
+
metadata: {
|
2431
|
+
get: {
|
2432
|
+
body: unknown;
|
2433
|
+
params: {};
|
2434
|
+
query: {
|
2435
|
+
distributionChain?: number | undefined;
|
2308
2436
|
campaignId: string;
|
2309
|
-
|
2310
|
-
|
2311
|
-
|
2312
|
-
|
2313
|
-
|
2314
|
-
|
2315
|
-
|
2316
|
-
|
2317
|
-
createdAt: Date;
|
2318
|
-
rootCampaignId: string | null;
|
2319
|
-
parentCampaignId: string | null;
|
2320
|
-
} | {
|
2321
|
-
Tokens: {
|
2322
|
-
symbol: string;
|
2323
|
-
name: string | null;
|
2437
|
+
};
|
2438
|
+
headers: {
|
2439
|
+
authorization: string;
|
2440
|
+
};
|
2441
|
+
response: {
|
2442
|
+
200: {
|
2443
|
+
type: string;
|
2444
|
+
description: string | null;
|
2324
2445
|
id: string;
|
2325
|
-
|
2326
|
-
|
2446
|
+
params: import("database/api/.generated/runtime/library").JsonValue;
|
2447
|
+
subType: number | null;
|
2448
|
+
computeChainId: number;
|
2449
|
+
distributionChainId: number;
|
2450
|
+
campaignId: string;
|
2451
|
+
distributionType: import("@db/api").$Enums.DistributionType;
|
2452
|
+
rewardTokenId: string;
|
2453
|
+
amount: string;
|
2454
|
+
opportunityId: string;
|
2455
|
+
startTimestamp: bigint;
|
2456
|
+
endTimestamp: bigint;
|
2457
|
+
creatorAddress: string;
|
2458
|
+
manualOverrides: import("@db/api").$Enums.CampaignManualOverride[];
|
2459
|
+
createdAt: Date;
|
2460
|
+
rootCampaignId: string | null;
|
2461
|
+
parentCampaignId: string | null;
|
2462
|
+
} | {
|
2463
|
+
Tokens: {
|
2464
|
+
symbol: string;
|
2465
|
+
name: string | null;
|
2466
|
+
id: string;
|
2467
|
+
icon: string;
|
2468
|
+
address: string;
|
2469
|
+
chainId: number;
|
2470
|
+
decimals: number;
|
2471
|
+
displaySymbol: string;
|
2472
|
+
verified: boolean;
|
2473
|
+
isTest: boolean;
|
2474
|
+
isPoint: boolean;
|
2475
|
+
isPreTGE: boolean;
|
2476
|
+
isNative: boolean;
|
2477
|
+
price: number | null;
|
2478
|
+
}[];
|
2479
|
+
Protocols: {
|
2480
|
+
url: string;
|
2481
|
+
name: string;
|
2482
|
+
description: string;
|
2483
|
+
id: string;
|
2484
|
+
tags: string[];
|
2485
|
+
icon: string;
|
2486
|
+
}[];
|
2487
|
+
status: import("@db/api").$Enums.Status;
|
2488
|
+
type: string;
|
2489
|
+
name: string;
|
2490
|
+
description: string;
|
2491
|
+
id: string;
|
2492
|
+
tags: string[];
|
2493
|
+
identifier: string;
|
2494
|
+
action: import("@db/api").$Enums.OpportunityAction;
|
2495
|
+
manualOverrides: import("@db/api").$Enums.OpportunityManualOverride[];
|
2327
2496
|
chainId: number;
|
2328
|
-
|
2329
|
-
|
2330
|
-
|
2331
|
-
|
2332
|
-
|
2333
|
-
|
2334
|
-
|
2335
|
-
|
2336
|
-
}
|
2337
|
-
|
2338
|
-
|
2497
|
+
howToSteps: string[];
|
2498
|
+
depositUrl: string | null;
|
2499
|
+
explorerAddress: string | null;
|
2500
|
+
mainProtocolId: string | null;
|
2501
|
+
tvl: number;
|
2502
|
+
apr: number;
|
2503
|
+
dailyRewards: number;
|
2504
|
+
lastCampaignCreatedAt: Date;
|
2505
|
+
} | {
|
2506
|
+
id: string;
|
2507
|
+
chainId: number;
|
2508
|
+
type: string;
|
2509
|
+
identifier: string;
|
2339
2510
|
name: string;
|
2511
|
+
status: "PAST" | "LIVE" | "SOON";
|
2512
|
+
action: any;
|
2513
|
+
tokens: ({
|
2514
|
+
symbol: string;
|
2515
|
+
name: string | null;
|
2516
|
+
id: string;
|
2517
|
+
icon: string;
|
2518
|
+
address: string;
|
2519
|
+
chainId: number;
|
2520
|
+
decimals: number;
|
2521
|
+
verified: boolean;
|
2522
|
+
isTest: boolean;
|
2523
|
+
isPoint: boolean;
|
2524
|
+
isPreTGE: boolean;
|
2525
|
+
isNative: boolean;
|
2526
|
+
} & {
|
2527
|
+
price?: number | null | undefined;
|
2528
|
+
})[];
|
2529
|
+
mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "koi" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap" | "neptune" | "zkSwapThreePool" | "rfx" | "ra" | "maverick" | "trader-joe" | "hanji" | "pinto" | "radiant" | "aave" | "fraxlend" | "ironclad" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "dlend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "stability" | "angles" | "enzyme" | "toros" | "vicuna" | "bunni" | "beratrax" | "concrete" | "cian" | "pendle" | "yei" | "termmax" | "filament" | "gammaswap" | "maha" | "tempest" | "uranium" | "holdstation" | "katana" | "punchswap" | "satlayer" | "puffer" | undefined;
|
2340
2530
|
description: string;
|
2341
|
-
|
2531
|
+
howToSteps: string[];
|
2532
|
+
depositUrl: string | undefined;
|
2533
|
+
explorerAddress: string | undefined;
|
2342
2534
|
tags: string[];
|
2343
|
-
|
2344
|
-
|
2345
|
-
status: import("@db/api").$Enums.Status;
|
2346
|
-
type: string;
|
2347
|
-
name: string;
|
2348
|
-
description: string;
|
2349
|
-
id: string;
|
2350
|
-
tags: string[];
|
2351
|
-
identifier: string;
|
2352
|
-
action: import("@db/api").$Enums.OpportunityAction;
|
2353
|
-
manualOverrides: import("@db/api").$Enums.OpportunityManualOverride[];
|
2354
|
-
chainId: number;
|
2355
|
-
howToSteps: string[];
|
2356
|
-
depositUrl: string | null;
|
2357
|
-
explorerAddress: string | null;
|
2358
|
-
mainProtocolId: string | null;
|
2359
|
-
tvl: number;
|
2360
|
-
apr: number;
|
2361
|
-
dailyRewards: number;
|
2362
|
-
lastCampaignCreatedAt: Date;
|
2363
|
-
} | {
|
2364
|
-
id: string;
|
2365
|
-
chainId: number;
|
2366
|
-
type: string;
|
2367
|
-
identifier: string;
|
2368
|
-
name: string;
|
2369
|
-
status: "PAST" | "LIVE" | "SOON";
|
2370
|
-
action: any;
|
2371
|
-
tokens: ({
|
2372
|
-
symbol: string;
|
2373
|
-
name: string | null;
|
2374
|
-
id: string;
|
2375
|
-
icon: string;
|
2376
|
-
address: string;
|
2377
|
-
chainId: number;
|
2378
|
-
decimals: number;
|
2379
|
-
verified: boolean;
|
2380
|
-
isTest: boolean;
|
2381
|
-
isPoint: boolean;
|
2382
|
-
isPreTGE: boolean;
|
2383
|
-
isNative: boolean;
|
2384
|
-
} & {
|
2385
|
-
price?: number | null | undefined;
|
2386
|
-
})[];
|
2387
|
-
mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "koi" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap" | "neptune" | "zkSwapThreePool" | "rfx" | "ra" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "fraxlend" | "ironclad" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "dlend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "stability" | "angles" | "enzyme" | "toros" | "vicuna" | "bunni" | "beratrax" | "concrete" | "cian" | "pendle" | "yei" | "termmax" | "filament" | "gammaswap" | "maha" | "tempest" | "uranium" | "holdstation" | "katana" | "punchswap" | "satlayer" | "puffer" | undefined;
|
2388
|
-
description: string;
|
2389
|
-
howToSteps: string[];
|
2390
|
-
depositUrl: string | undefined;
|
2391
|
-
explorerAddress: string | undefined;
|
2392
|
-
tags: string[];
|
2393
|
-
} | undefined;
|
2535
|
+
} | undefined;
|
2536
|
+
};
|
2394
2537
|
};
|
2395
2538
|
};
|
2396
2539
|
};
|
@@ -2398,111 +2541,113 @@ export declare const v4: Elysia<"/v4", false, {
|
|
2398
2541
|
} & {
|
2399
2542
|
"dry-run": {
|
2400
2543
|
metadata: {
|
2401
|
-
|
2402
|
-
|
2403
|
-
|
2404
|
-
|
2405
|
-
|
2406
|
-
|
2407
|
-
|
2408
|
-
|
2409
|
-
|
2410
|
-
|
2411
|
-
|
2412
|
-
|
2413
|
-
|
2414
|
-
|
2415
|
-
|
2416
|
-
params: import("database/api/.generated/runtime/library").JsonValue;
|
2417
|
-
subType: number | null;
|
2418
|
-
computeChainId: number;
|
2419
|
-
distributionChainId: number;
|
2420
|
-
campaignId: string;
|
2421
|
-
distributionType: import("@db/api").$Enums.DistributionType;
|
2422
|
-
rewardTokenId: string;
|
2423
|
-
amount: string;
|
2424
|
-
opportunityId: string;
|
2425
|
-
startTimestamp: bigint;
|
2426
|
-
endTimestamp: bigint;
|
2427
|
-
creatorAddress: string;
|
2428
|
-
manualOverrides: import("@db/api").$Enums.CampaignManualOverride[];
|
2429
|
-
createdAt: Date;
|
2430
|
-
rootCampaignId: string | null;
|
2431
|
-
parentCampaignId: string | null;
|
2432
|
-
} | {
|
2433
|
-
Tokens: {
|
2434
|
-
symbol: string;
|
2435
|
-
name: string | null;
|
2544
|
+
erc20: {
|
2545
|
+
get: {
|
2546
|
+
body: unknown;
|
2547
|
+
params: {};
|
2548
|
+
query: {
|
2549
|
+
address: string;
|
2550
|
+
chainId: number;
|
2551
|
+
};
|
2552
|
+
headers: {
|
2553
|
+
authorization: string;
|
2554
|
+
};
|
2555
|
+
response: {
|
2556
|
+
200: {
|
2557
|
+
type: string;
|
2558
|
+
description: string | null;
|
2436
2559
|
id: string;
|
2437
|
-
|
2438
|
-
|
2439
|
-
|
2440
|
-
|
2441
|
-
|
2442
|
-
|
2443
|
-
|
2444
|
-
|
2445
|
-
|
2446
|
-
|
2447
|
-
|
2448
|
-
|
2449
|
-
|
2450
|
-
|
2560
|
+
params: import("database/api/.generated/runtime/library").JsonValue;
|
2561
|
+
subType: number | null;
|
2562
|
+
computeChainId: number;
|
2563
|
+
distributionChainId: number;
|
2564
|
+
campaignId: string;
|
2565
|
+
distributionType: import("@db/api").$Enums.DistributionType;
|
2566
|
+
rewardTokenId: string;
|
2567
|
+
amount: string;
|
2568
|
+
opportunityId: string;
|
2569
|
+
startTimestamp: bigint;
|
2570
|
+
endTimestamp: bigint;
|
2571
|
+
creatorAddress: string;
|
2572
|
+
manualOverrides: import("@db/api").$Enums.CampaignManualOverride[];
|
2573
|
+
createdAt: Date;
|
2574
|
+
rootCampaignId: string | null;
|
2575
|
+
parentCampaignId: string | null;
|
2576
|
+
} | {
|
2577
|
+
Tokens: {
|
2578
|
+
symbol: string;
|
2579
|
+
name: string | null;
|
2580
|
+
id: string;
|
2581
|
+
icon: string;
|
2582
|
+
address: string;
|
2583
|
+
chainId: number;
|
2584
|
+
decimals: number;
|
2585
|
+
displaySymbol: string;
|
2586
|
+
verified: boolean;
|
2587
|
+
isTest: boolean;
|
2588
|
+
isPoint: boolean;
|
2589
|
+
isPreTGE: boolean;
|
2590
|
+
isNative: boolean;
|
2591
|
+
price: number | null;
|
2592
|
+
}[];
|
2593
|
+
Protocols: {
|
2594
|
+
url: string;
|
2595
|
+
name: string;
|
2596
|
+
description: string;
|
2597
|
+
id: string;
|
2598
|
+
tags: string[];
|
2599
|
+
icon: string;
|
2600
|
+
}[];
|
2601
|
+
status: import("@db/api").$Enums.Status;
|
2602
|
+
type: string;
|
2451
2603
|
name: string;
|
2452
2604
|
description: string;
|
2453
2605
|
id: string;
|
2454
2606
|
tags: string[];
|
2455
|
-
|
2456
|
-
|
2457
|
-
|
2458
|
-
|
2459
|
-
|
2460
|
-
|
2461
|
-
|
2462
|
-
|
2463
|
-
|
2464
|
-
|
2465
|
-
|
2466
|
-
|
2467
|
-
|
2468
|
-
depositUrl: string | null;
|
2469
|
-
explorerAddress: string | null;
|
2470
|
-
mainProtocolId: string | null;
|
2471
|
-
tvl: number;
|
2472
|
-
apr: number;
|
2473
|
-
dailyRewards: number;
|
2474
|
-
lastCampaignCreatedAt: Date;
|
2475
|
-
} | {
|
2476
|
-
id: string;
|
2477
|
-
chainId: number;
|
2478
|
-
type: string;
|
2479
|
-
identifier: string;
|
2480
|
-
name: string;
|
2481
|
-
status: "PAST" | "LIVE" | "SOON";
|
2482
|
-
action: any;
|
2483
|
-
tokens: ({
|
2484
|
-
symbol: string;
|
2485
|
-
name: string | null;
|
2607
|
+
identifier: string;
|
2608
|
+
action: import("@db/api").$Enums.OpportunityAction;
|
2609
|
+
manualOverrides: import("@db/api").$Enums.OpportunityManualOverride[];
|
2610
|
+
chainId: number;
|
2611
|
+
howToSteps: string[];
|
2612
|
+
depositUrl: string | null;
|
2613
|
+
explorerAddress: string | null;
|
2614
|
+
mainProtocolId: string | null;
|
2615
|
+
tvl: number;
|
2616
|
+
apr: number;
|
2617
|
+
dailyRewards: number;
|
2618
|
+
lastCampaignCreatedAt: Date;
|
2619
|
+
} | {
|
2486
2620
|
id: string;
|
2487
|
-
icon: string;
|
2488
|
-
address: string;
|
2489
2621
|
chainId: number;
|
2490
|
-
|
2491
|
-
|
2492
|
-
|
2493
|
-
|
2494
|
-
|
2495
|
-
|
2496
|
-
|
2497
|
-
|
2498
|
-
|
2499
|
-
|
2500
|
-
|
2501
|
-
|
2502
|
-
|
2503
|
-
|
2504
|
-
|
2505
|
-
|
2622
|
+
type: string;
|
2623
|
+
identifier: string;
|
2624
|
+
name: string;
|
2625
|
+
status: "PAST" | "LIVE" | "SOON";
|
2626
|
+
action: any;
|
2627
|
+
tokens: ({
|
2628
|
+
symbol: string;
|
2629
|
+
name: string | null;
|
2630
|
+
id: string;
|
2631
|
+
icon: string;
|
2632
|
+
address: string;
|
2633
|
+
chainId: number;
|
2634
|
+
decimals: number;
|
2635
|
+
verified: boolean;
|
2636
|
+
isTest: boolean;
|
2637
|
+
isPoint: boolean;
|
2638
|
+
isPreTGE: boolean;
|
2639
|
+
isNative: boolean;
|
2640
|
+
} & {
|
2641
|
+
price?: number | null | undefined;
|
2642
|
+
})[];
|
2643
|
+
mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "koi" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap" | "neptune" | "zkSwapThreePool" | "rfx" | "ra" | "maverick" | "trader-joe" | "hanji" | "pinto" | "radiant" | "aave" | "fraxlend" | "ironclad" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "dlend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "stability" | "angles" | "enzyme" | "toros" | "vicuna" | "bunni" | "beratrax" | "concrete" | "cian" | "pendle" | "yei" | "termmax" | "filament" | "gammaswap" | "maha" | "tempest" | "uranium" | "holdstation" | "katana" | "punchswap" | "satlayer" | "puffer" | undefined;
|
2644
|
+
description: string;
|
2645
|
+
howToSteps: string[];
|
2646
|
+
depositUrl: string | undefined;
|
2647
|
+
explorerAddress: string | undefined;
|
2648
|
+
tags: string[];
|
2649
|
+
} | undefined;
|
2650
|
+
};
|
2506
2651
|
};
|
2507
2652
|
};
|
2508
2653
|
};
|
@@ -5420,11 +5565,11 @@ export declare const v4: Elysia<"/v4", false, {
|
|
5420
5565
|
};
|
5421
5566
|
} & {
|
5422
5567
|
creators: {
|
5423
|
-
":
|
5568
|
+
":creatorId": {
|
5424
5569
|
get: {
|
5425
5570
|
body: unknown;
|
5426
5571
|
params: {
|
5427
|
-
|
5572
|
+
creatorId: string;
|
5428
5573
|
};
|
5429
5574
|
query: unknown;
|
5430
5575
|
headers: unknown;
|
@@ -5446,7 +5591,7 @@ export declare const v4: Elysia<"/v4", false, {
|
|
5446
5591
|
};
|
5447
5592
|
} & {
|
5448
5593
|
creators: {
|
5449
|
-
":
|
5594
|
+
":creatorId": {
|
5450
5595
|
patch: {
|
5451
5596
|
body: {
|
5452
5597
|
icon?: string | undefined;
|
@@ -5454,7 +5599,7 @@ export declare const v4: Elysia<"/v4", false, {
|
|
5454
5599
|
addresses: string[];
|
5455
5600
|
};
|
5456
5601
|
params: {
|
5457
|
-
|
5602
|
+
creatorId: string;
|
5458
5603
|
};
|
5459
5604
|
query: unknown;
|
5460
5605
|
headers: {
|
@@ -5473,11 +5618,11 @@ export declare const v4: Elysia<"/v4", false, {
|
|
5473
5618
|
};
|
5474
5619
|
} & {
|
5475
5620
|
creators: {
|
5476
|
-
":
|
5621
|
+
":creatorId": {
|
5477
5622
|
delete: {
|
5478
5623
|
body: unknown;
|
5479
5624
|
params: {
|
5480
|
-
|
5625
|
+
creatorId: string;
|
5481
5626
|
};
|
5482
5627
|
query: unknown;
|
5483
5628
|
headers: {
|
@@ -5662,11 +5807,11 @@ export declare const v4: Elysia<"/v4", false, {
|
|
5662
5807
|
} & {
|
5663
5808
|
creators: {
|
5664
5809
|
campaigns: {
|
5665
|
-
":
|
5810
|
+
":campaignId": {
|
5666
5811
|
get: {
|
5667
5812
|
body: unknown;
|
5668
5813
|
params: {
|
5669
|
-
|
5814
|
+
campaignId: string;
|
5670
5815
|
};
|
5671
5816
|
query: unknown;
|
5672
5817
|
headers: unknown;
|