@uniswap/client-data-api 0.0.92 → 0.0.93

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.
@@ -1869,6 +1869,10 @@ export declare class Rwa extends Message<Rwa> {
1869
1869
  * @generated from field: repeated data.v1.IssuerToken issuer_tokens = 3;
1870
1870
  */
1871
1871
  issuerTokens: IssuerToken[];
1872
+ /**
1873
+ * @generated from field: string name = 4;
1874
+ */
1875
+ name: string;
1872
1876
  constructor(data?: PartialMessage<Rwa>);
1873
1877
  static readonly runtime: typeof proto3;
1874
1878
  static readonly typeName = "data.v1.Rwa";
@@ -2524,6 +2524,10 @@ export class Rwa extends Message {
2524
2524
  * @generated from field: repeated data.v1.IssuerToken issuer_tokens = 3;
2525
2525
  */
2526
2526
  this.issuerTokens = [];
2527
+ /**
2528
+ * @generated from field: string name = 4;
2529
+ */
2530
+ this.name = "";
2527
2531
  proto3.util.initPartial(data, this);
2528
2532
  }
2529
2533
  static fromBinary(bytes, options) {
@@ -2545,6 +2549,7 @@ Rwa.fields = proto3.util.newFieldList(() => [
2545
2549
  { no: 1, name: "symbol", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2546
2550
  { no: 2, name: "logo_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2547
2551
  { no: 3, name: "issuer_tokens", kind: "message", T: IssuerToken, repeated: true },
2552
+ { no: 4, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2548
2553
  ]);
2549
2554
  /**
2550
2555
  * @generated from message data.v1.IssuerToken
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.92",
3
+ "version": "0.0.93",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },