@uniswap/client-liquidity 0.3.2 → 0.3.3

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.
@@ -591,6 +591,10 @@ export declare class CreatePositionResponse extends Message<CreatePositionRespon
591
591
  * @generated from field: optional string gas_fee = 9;
592
592
  */
593
593
  gasFee?: string;
594
+ /**
595
+ * @generated from field: optional float slippage = 10;
596
+ */
597
+ slippage?: number;
594
598
  constructor(data?: PartialMessage<CreatePositionResponse>);
595
599
  static readonly runtime: typeof proto3;
596
600
  static readonly typeName = "uniswap.liquidity.v2.CreatePositionResponse";
@@ -556,6 +556,7 @@ CreatePositionResponse.fields = proto3.util.newFieldList(() => [
556
556
  { no: 7, name: "tick_upper", kind: "scalar", T: 17 /* ScalarType.SINT32 */ },
557
557
  { no: 8, name: "create", kind: "message", T: TransactionRequest },
558
558
  { no: 9, name: "gas_fee", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
559
+ { no: 10, name: "slippage", kind: "scalar", T: 2 /* ScalarType.FLOAT */, opt: true },
559
560
  ]);
560
561
  /**
561
562
  * @generated from message uniswap.liquidity.v2.ClaimFeesRequest
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-liquidity",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },