@uniswap/client-liquidity 1.4.14 → 1.4.15

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.
@@ -85,6 +85,12 @@ export declare class VerifyXCallbackResponse extends Message<VerifyXCallbackResp
85
85
  * @generated from field: string x_verification_token = 2;
86
86
  */
87
87
  xVerificationToken: string;
88
+ /**
89
+ * X profile image URL, normalized to the 400x400 variant. Absent when X omits it.
90
+ *
91
+ * @generated from field: optional string x_profile_image_url = 3;
92
+ */
93
+ xProfileImageUrl?: string;
88
94
  constructor(data?: PartialMessage<VerifyXCallbackResponse>);
89
95
  static readonly runtime: typeof proto3;
90
96
  static readonly typeName = "uniswap.liquidity.v1.VerifyXCallbackResponse";
@@ -151,4 +151,5 @@ VerifyXCallbackResponse.typeName = "uniswap.liquidity.v1.VerifyXCallbackResponse
151
151
  VerifyXCallbackResponse.fields = proto3.util.newFieldList(() => [
152
152
  { no: 1, name: "x_handle", kind: "scalar", T: 9 /* ScalarType.STRING */ },
153
153
  { no: 2, name: "x_verification_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
154
+ { no: 3, name: "x_profile_image_url", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
154
155
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-liquidity",
3
- "version": "1.4.14",
3
+ "version": "1.4.15",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },