@uniswap/client-data-api 0.0.41 → 0.0.42

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.
@@ -1294,6 +1294,10 @@ export declare class PlanTransaction extends Message<PlanTransaction> {
1294
1294
  * @generated from field: optional string gas_fee = 14;
1295
1295
  */
1296
1296
  gasFee?: string;
1297
+ /**
1298
+ * @generated from field: optional uint64 last_user_action_at_millis = 15;
1299
+ */
1300
+ lastUserActionAtMillis?: bigint;
1297
1301
  constructor(data?: PartialMessage<PlanTransaction>);
1298
1302
  static readonly runtime: typeof proto3;
1299
1303
  static readonly typeName = "data.v1.PlanTransaction";
@@ -1677,6 +1677,7 @@ PlanTransaction.fields = proto3.util.newFieldList(() => [
1677
1677
  { no: 12, name: "recipient", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1678
1678
  { no: 13, name: "transaction_hashes", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
1679
1679
  { no: 14, name: "gas_fee", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
1680
+ { no: 15, name: "last_user_action_at_millis", kind: "scalar", T: 4 /* ScalarType.UINT64 */, opt: true },
1680
1681
  ]);
1681
1682
  /**
1682
1683
  * @generated from message data.v1.PlanActivity
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },