@uniswap/client-data-api 0.0.224 → 0.0.225

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.
@@ -129,10 +129,6 @@ export declare class Category extends Message<Category> {
129
129
  * @generated from field: string description = 3;
130
130
  */
131
131
  description: string;
132
- /**
133
- * @generated from field: string icon = 4;
134
- */
135
- icon: string;
136
132
  /**
137
133
  * @generated from field: data.v2.CategoryClass class = 5;
138
134
  */
@@ -171,10 +171,6 @@ export class Category extends Message {
171
171
  * @generated from field: string description = 3;
172
172
  */
173
173
  this.description = "";
174
- /**
175
- * @generated from field: string icon = 4;
176
- */
177
- this.icon = "";
178
174
  /**
179
175
  * @generated from field: data.v2.CategoryClass class = 5;
180
176
  */
@@ -200,7 +196,6 @@ Category.fields = proto3.util.newFieldList(() => [
200
196
  { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
201
197
  { no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
202
198
  { no: 3, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
203
- { no: 4, name: "icon", kind: "scalar", T: 9 /* ScalarType.STRING */ },
204
199
  { no: 5, name: "class", kind: "enum", T: proto3.getEnumType(CategoryClass) },
205
200
  ]);
206
201
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.224",
3
+ "version": "0.0.225",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },