@uniswap/client-data-api 0.0.9 → 0.0.10

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.
@@ -232,9 +232,9 @@ export declare class ListTransactionsRequest extends Message<ListTransactionsReq
232
232
  */
233
233
  pageToken?: string;
234
234
  /**
235
- * @generated from field: optional uint32 page_limit = 5;
235
+ * @generated from field: optional uint32 page_size = 5;
236
236
  */
237
- pageLimit?: number;
237
+ pageSize?: number;
238
238
  constructor(data?: PartialMessage<ListTransactionsRequest>);
239
239
  static readonly runtime: typeof proto3;
240
240
  static readonly typeName = "data.v1.ListTransactionsRequest";
@@ -370,7 +370,7 @@ ListTransactionsRequest.fields = proto3.util.newFieldList(() => [
370
370
  { no: 2, name: "address", kind: "scalar", T: 9 /* ScalarType.STRING */ },
371
371
  { no: 3, name: "fiat_on_ramp_params", kind: "message", T: FiatOnRampParams, opt: true },
372
372
  { no: 4, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
373
- { no: 5, name: "page_limit", kind: "scalar", T: 13 /* ScalarType.UINT32 */, opt: true },
373
+ { no: 5, name: "page_size", kind: "scalar", T: 13 /* ScalarType.UINT32 */, opt: true },
374
374
  ]);
375
375
  /**
376
376
  * @generated from message data.v1.FiatOnRampParams
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },