@uniswap/client-data-api 0.0.105 → 0.0.106

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.
@@ -398,6 +398,18 @@ export declare class Auction extends Message<Auction> {
398
398
  * @generated from field: optional string lbp_migration_tx_hash = 39;
399
399
  */
400
400
  lbpMigrationTxHash?: string;
401
+ /**
402
+ * @generated from field: optional string token_image_url = 40;
403
+ */
404
+ tokenImageUrl?: string;
405
+ /**
406
+ * @generated from field: optional string token_description = 41;
407
+ */
408
+ tokenDescription?: string;
409
+ /**
410
+ * @generated from field: optional string x_handle = 42;
411
+ */
412
+ xHandle?: string;
401
413
  constructor(data?: PartialMessage<Auction>);
402
414
  static readonly runtime: typeof proto3;
403
415
  static readonly typeName = "data.v1.Auction";
@@ -486,6 +486,9 @@ Auction.fields = proto3.util.newFieldList(() => [
486
486
  { no: 37, name: "pool_key_hash", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
487
487
  { no: 38, name: "initial_sqrt_price_x96", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
488
488
  { no: 39, name: "lbp_migration_tx_hash", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
489
+ { no: 40, name: "token_image_url", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
490
+ { no: 41, name: "token_description", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
491
+ { no: 42, name: "x_handle", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
489
492
  ]);
490
493
  /**
491
494
  * Response containing auctions.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.105",
3
+ "version": "0.0.106",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },