@uniswap/client-liquidity 0.0.13 → 0.0.14

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.
@@ -1457,9 +1457,9 @@ export declare class V4DecreaseLPPosition extends Message<V4DecreaseLPPosition>
1457
1457
  */
1458
1458
  chainId: ChainId;
1459
1459
  /**
1460
- * @generated from field: int32 liquidityPercentageToDecrease = 6;
1460
+ * @generated from field: string liquidityPercentageToDecrease = 6;
1461
1461
  */
1462
- liquidityPercentageToDecrease: number;
1462
+ liquidityPercentageToDecrease: string;
1463
1463
  /**
1464
1464
  * @generated from field: optional string poolLiquidity = 7;
1465
1465
  */
@@ -1615,9 +1615,9 @@ export class V4DecreaseLPPosition extends Message {
1615
1615
  */
1616
1616
  this.chainId = ChainId.CHAIN_ID_UNSPECIFIED;
1617
1617
  /**
1618
- * @generated from field: int32 liquidityPercentageToDecrease = 6;
1618
+ * @generated from field: string liquidityPercentageToDecrease = 6;
1619
1619
  */
1620
- this.liquidityPercentageToDecrease = 0;
1620
+ this.liquidityPercentageToDecrease = "";
1621
1621
  /**
1622
1622
  * @generated from field: string positionLiquidity = 10;
1623
1623
  */
@@ -1645,7 +1645,7 @@ V4DecreaseLPPosition.fields = proto3.util.newFieldList(() => [
1645
1645
  { no: 3, name: "position", kind: "message", T: V4Position },
1646
1646
  { no: 4, name: "wallet_address", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1647
1647
  { no: 5, name: "chain_id", kind: "enum", T: proto3.getEnumType(ChainId) },
1648
- { no: 6, name: "liquidityPercentageToDecrease", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
1648
+ { no: 6, name: "liquidityPercentageToDecrease", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1649
1649
  { no: 7, name: "poolLiquidity", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
1650
1650
  { no: 8, name: "current_tick", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
1651
1651
  { no: 9, name: "sqrtRatioX96", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-liquidity",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },