@uniswap/client-data-api 0.0.200 → 0.0.201
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.
|
@@ -1239,6 +1239,16 @@ export declare class PoolListFilter extends Message<PoolListFilter> {
|
|
|
1239
1239
|
* @generated from field: optional string hooks = 7;
|
|
1240
1240
|
*/
|
|
1241
1241
|
hooks?: string;
|
|
1242
|
+
/**
|
|
1243
|
+
* Currently ignored (accepted for ListTokens request parity; may be
|
|
1244
|
+
* honored in the future): ListTokens' equivalent gates its curated Explore
|
|
1245
|
+
* feed (quality/discovery/wash-trading bundle, default on). The pools
|
|
1246
|
+
* quality bundle is being designed (CONS-2542); until it lands this flag
|
|
1247
|
+
* changes nothing.
|
|
1248
|
+
*
|
|
1249
|
+
* @generated from field: optional bool apply_top_level_filters = 8;
|
|
1250
|
+
*/
|
|
1251
|
+
applyTopLevelFilters?: boolean;
|
|
1242
1252
|
constructor(data?: PartialMessage<PoolListFilter>);
|
|
1243
1253
|
static readonly runtime: typeof proto3;
|
|
1244
1254
|
static readonly typeName = "data.v2.PoolListFilter";
|
package/dist/data/v2/types_pb.js
CHANGED
|
@@ -1368,6 +1368,7 @@ PoolListFilter.fields = proto3.util.newFieldList(() => [
|
|
|
1368
1368
|
{ no: 5, name: "fee_tiers", kind: "scalar", T: 13 /* ScalarType.UINT32 */, repeated: true },
|
|
1369
1369
|
{ no: 6, name: "tick_spacing", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
|
|
1370
1370
|
{ no: 7, name: "hooks", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
1371
|
+
{ no: 8, name: "apply_top_level_filters", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
1371
1372
|
]);
|
|
1372
1373
|
/**
|
|
1373
1374
|
* Returned by ListPools — wraps a Pool with its ranking stats.
|