@uniswap/client-data-api 0.0.212 → 0.0.214

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.
@@ -571,9 +571,11 @@ export declare class GetTokenTradesRequest extends Message<GetTokenTradesRequest
571
571
  * holds up to page_size MATCHING trades — but the server bounds how far it
572
572
  * scans per request, so a page may come back short of page_size while
573
573
  * next_page_token is still set; presence of next_page_token, not page
574
- * fullness, signals more data under this filter. Like wallet, page_token
575
- * carries only a keyset position the client must resend the same
576
- * min_amount_usd on every page.
574
+ * fullness, signals more data under this filter. Deep scans also terminate
575
+ * after a bounded total: once a walk has scanned a server-defined number of
576
+ * rows (currently 5,000) the server stops issuing next_page_token and the
577
+ * feed ends early. Like wallet, page_token carries only the walk position —
578
+ * the client must resend the same min_amount_usd on every page.
577
579
  *
578
580
  * @generated from field: optional double min_amount_usd = 4;
579
581
  */
@@ -1257,7 +1257,9 @@ export declare class PoolListFilter extends Message<PoolListFilter> {
1257
1257
  * ListTokens' exact rule; fails closed on a missing price), and discovery
1258
1258
  * (each token native, on a token list, or confidence >= 0.2 WITH 1D token
1259
1259
  * volume in ListTokens' discovery band [10K, 30M] — its exact
1260
- * on-list-or-earned-trust rule).
1260
+ * on-list-or-earned-trust rule), and balance (the pool's claimed TVL
1261
+ * must be backed on both sides: side-valuation ratio at or above the
1262
+ * protocol-stats 1:500 rule; unknown fails open).
1261
1263
  *
1262
1264
  * @generated from field: optional bool apply_top_level_filters = 8;
1263
1265
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.212",
3
+ "version": "0.0.214",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },