@uniswap/client-data-api 0.0.212 → 0.0.213

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
  */
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.213",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },