@merkl/api 0.10.140 → 0.10.142
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/src/eden/index.d.ts +74 -6
- package/dist/src/index.d.ts +28 -2
- package/dist/src/modules/v4/blacklist/blacklist.controller.d.ts +21 -2
- package/dist/src/modules/v4/blacklist/blacklist.controller.js +1 -0
- package/dist/src/modules/v4/blacklist/blacklist.repository.d.ts +7 -2
- package/dist/src/modules/v4/blacklist/blacklist.repository.js +1 -7
- package/dist/src/modules/v4/blacklist/blacklist.service.d.ts +8 -2
- package/dist/src/modules/v4/blacklist/blacklist.service.js +10 -0
- package/dist/src/modules/v4/router.d.ts +28 -2
- package/dist/src/modules/v4/status/status.controller.d.ts +7 -0
- package/dist/src/modules/v4/status/status.controller.js +3 -0
- package/dist/src/modules/v4/status/status.repository.d.ts +8 -0
- package/dist/src/modules/v4/status/status.repository.js +9 -0
- package/dist/src/modules/v4/status/status.service.d.ts +8 -0
- package/dist/src/modules/v4/status/status.service.js +3 -0
- package/dist/src/routes/v3/ERC20Campaigns.d.ts +28 -2
- package/dist/src/routes/v3/blacklist.d.ts +28 -2
- package/dist/src/routes/v3/campaigns.d.ts +28 -2
- package/dist/src/routes/v3/campaignsInfo.d.ts +28 -2
- package/dist/src/routes/v3/multiChainPositions.d.ts +28 -2
- package/dist/src/routes/v3/opportunity.d.ts +28 -2
- package/dist/src/routes/v3/positions.d.ts +28 -2
- package/dist/src/routes/v3/rewards.d.ts +28 -2
- package/dist/src/routes/v3/updates.d.ts +28 -2
- package/dist/src/routes/v3/userRewards.d.ts +28 -2
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +1 -1
@@ -1303,8 +1303,27 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
1303
1303
|
headers: unknown;
|
1304
1304
|
response: {
|
1305
1305
|
200: {
|
1306
|
-
|
1307
|
-
|
1306
|
+
id: string;
|
1307
|
+
chainId: number;
|
1308
|
+
poolAddress: string;
|
1309
|
+
userAddress: string;
|
1310
|
+
arrestTimestamp: bigint;
|
1311
|
+
arrestDetails: import("database/api/.generated/runtime/library").JsonValue;
|
1312
|
+
}[];
|
1313
|
+
};
|
1314
|
+
};
|
1315
|
+
};
|
1316
|
+
};
|
1317
|
+
} & {
|
1318
|
+
blacklists: {
|
1319
|
+
mapping: {
|
1320
|
+
get: {
|
1321
|
+
body: unknown;
|
1322
|
+
params: {};
|
1323
|
+
query: unknown;
|
1324
|
+
headers: unknown;
|
1325
|
+
response: {
|
1326
|
+
200: unknown;
|
1308
1327
|
};
|
1309
1328
|
};
|
1310
1329
|
};
|
@@ -2175,6 +2194,13 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
2175
2194
|
campaignId: string;
|
2176
2195
|
computedUntil: bigint;
|
2177
2196
|
processingStarted: bigint;
|
2197
|
+
}[] | {
|
2198
|
+
error: string;
|
2199
|
+
details: import("database/api/.generated/runtime/library").JsonValue;
|
2200
|
+
status: import("../../../database/api/.generated").$Enums.RunStatus;
|
2201
|
+
campaignId: string;
|
2202
|
+
computedUntil: bigint;
|
2203
|
+
processingStarted: bigint;
|
2178
2204
|
};
|
2179
2205
|
};
|
2180
2206
|
};
|
@@ -1304,8 +1304,27 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
1304
1304
|
headers: unknown;
|
1305
1305
|
response: {
|
1306
1306
|
200: {
|
1307
|
-
|
1308
|
-
|
1307
|
+
id: string;
|
1308
|
+
chainId: number;
|
1309
|
+
poolAddress: string;
|
1310
|
+
userAddress: string;
|
1311
|
+
arrestTimestamp: bigint;
|
1312
|
+
arrestDetails: import("database/api/.generated/runtime/library").JsonValue;
|
1313
|
+
}[];
|
1314
|
+
};
|
1315
|
+
};
|
1316
|
+
};
|
1317
|
+
};
|
1318
|
+
} & {
|
1319
|
+
blacklists: {
|
1320
|
+
mapping: {
|
1321
|
+
get: {
|
1322
|
+
body: unknown;
|
1323
|
+
params: {};
|
1324
|
+
query: unknown;
|
1325
|
+
headers: unknown;
|
1326
|
+
response: {
|
1327
|
+
200: unknown;
|
1309
1328
|
};
|
1310
1329
|
};
|
1311
1330
|
};
|
@@ -2176,6 +2195,13 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
2176
2195
|
campaignId: string;
|
2177
2196
|
computedUntil: bigint;
|
2178
2197
|
processingStarted: bigint;
|
2198
|
+
}[] | {
|
2199
|
+
error: string;
|
2200
|
+
details: import("database/api/.generated/runtime/library").JsonValue;
|
2201
|
+
status: import("../../../database/api/.generated").$Enums.RunStatus;
|
2202
|
+
campaignId: string;
|
2203
|
+
computedUntil: bigint;
|
2204
|
+
processingStarted: bigint;
|
2179
2205
|
};
|
2180
2206
|
};
|
2181
2207
|
};
|
@@ -1286,8 +1286,27 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
1286
1286
|
headers: unknown;
|
1287
1287
|
response: {
|
1288
1288
|
200: {
|
1289
|
-
|
1290
|
-
|
1289
|
+
id: string;
|
1290
|
+
chainId: number;
|
1291
|
+
poolAddress: string;
|
1292
|
+
userAddress: string;
|
1293
|
+
arrestTimestamp: bigint;
|
1294
|
+
arrestDetails: import("database/api/.generated/runtime/library").JsonValue;
|
1295
|
+
}[];
|
1296
|
+
};
|
1297
|
+
};
|
1298
|
+
};
|
1299
|
+
};
|
1300
|
+
} & {
|
1301
|
+
blacklists: {
|
1302
|
+
mapping: {
|
1303
|
+
get: {
|
1304
|
+
body: unknown;
|
1305
|
+
params: {};
|
1306
|
+
query: unknown;
|
1307
|
+
headers: unknown;
|
1308
|
+
response: {
|
1309
|
+
200: unknown;
|
1291
1310
|
};
|
1292
1311
|
};
|
1293
1312
|
};
|
@@ -2158,6 +2177,13 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
2158
2177
|
campaignId: string;
|
2159
2178
|
computedUntil: bigint;
|
2160
2179
|
processingStarted: bigint;
|
2180
|
+
}[] | {
|
2181
|
+
error: string;
|
2182
|
+
details: import("database/api/.generated/runtime/library").JsonValue;
|
2183
|
+
status: import("../../../database/api/.generated").$Enums.RunStatus;
|
2184
|
+
campaignId: string;
|
2185
|
+
computedUntil: bigint;
|
2186
|
+
processingStarted: bigint;
|
2161
2187
|
};
|
2162
2188
|
};
|
2163
2189
|
};
|
@@ -1287,8 +1287,27 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
1287
1287
|
headers: unknown;
|
1288
1288
|
response: {
|
1289
1289
|
200: {
|
1290
|
-
|
1291
|
-
|
1290
|
+
id: string;
|
1291
|
+
chainId: number;
|
1292
|
+
poolAddress: string;
|
1293
|
+
userAddress: string;
|
1294
|
+
arrestTimestamp: bigint;
|
1295
|
+
arrestDetails: import("database/api/.generated/runtime/library").JsonValue;
|
1296
|
+
}[];
|
1297
|
+
};
|
1298
|
+
};
|
1299
|
+
};
|
1300
|
+
};
|
1301
|
+
} & {
|
1302
|
+
blacklists: {
|
1303
|
+
mapping: {
|
1304
|
+
get: {
|
1305
|
+
body: unknown;
|
1306
|
+
params: {};
|
1307
|
+
query: unknown;
|
1308
|
+
headers: unknown;
|
1309
|
+
response: {
|
1310
|
+
200: unknown;
|
1292
1311
|
};
|
1293
1312
|
};
|
1294
1313
|
};
|
@@ -2159,6 +2178,13 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
2159
2178
|
campaignId: string;
|
2160
2179
|
computedUntil: bigint;
|
2161
2180
|
processingStarted: bigint;
|
2181
|
+
}[] | {
|
2182
|
+
error: string;
|
2183
|
+
details: import("database/api/.generated/runtime/library").JsonValue;
|
2184
|
+
status: import("../../../database/api/.generated").$Enums.RunStatus;
|
2185
|
+
campaignId: string;
|
2186
|
+
computedUntil: bigint;
|
2187
|
+
processingStarted: bigint;
|
2162
2188
|
};
|
2163
2189
|
};
|
2164
2190
|
};
|
@@ -1289,8 +1289,27 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
1289
1289
|
headers: unknown;
|
1290
1290
|
response: {
|
1291
1291
|
200: {
|
1292
|
-
|
1293
|
-
|
1292
|
+
id: string;
|
1293
|
+
chainId: number;
|
1294
|
+
poolAddress: string;
|
1295
|
+
userAddress: string;
|
1296
|
+
arrestTimestamp: bigint;
|
1297
|
+
arrestDetails: import("database/api/.generated/runtime/library").JsonValue;
|
1298
|
+
}[];
|
1299
|
+
};
|
1300
|
+
};
|
1301
|
+
};
|
1302
|
+
};
|
1303
|
+
} & {
|
1304
|
+
blacklists: {
|
1305
|
+
mapping: {
|
1306
|
+
get: {
|
1307
|
+
body: unknown;
|
1308
|
+
params: {};
|
1309
|
+
query: unknown;
|
1310
|
+
headers: unknown;
|
1311
|
+
response: {
|
1312
|
+
200: unknown;
|
1294
1313
|
};
|
1295
1314
|
};
|
1296
1315
|
};
|
@@ -2161,6 +2180,13 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
2161
2180
|
campaignId: string;
|
2162
2181
|
computedUntil: bigint;
|
2163
2182
|
processingStarted: bigint;
|
2183
|
+
}[] | {
|
2184
|
+
error: string;
|
2185
|
+
details: import("database/api/.generated/runtime/library").JsonValue;
|
2186
|
+
status: import("../../../database/api/.generated").$Enums.RunStatus;
|
2187
|
+
campaignId: string;
|
2188
|
+
computedUntil: bigint;
|
2189
|
+
processingStarted: bigint;
|
2164
2190
|
};
|
2165
2191
|
};
|
2166
2192
|
};
|