@uniswap/client-data-api 0.0.17 → 0.0.19

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.
@@ -4,172 +4,50 @@
4
4
  // @ts-nocheck
5
5
  import { Message, proto3 } from "@bufbuild/protobuf";
6
6
  /**
7
- * @generated from message data.v1.IngestPoolsFromS3Request
7
+ * @generated from message data.v1.RefreshProtocolStatsRequest
8
8
  */
9
- export class IngestPoolsFromS3Request extends Message {
9
+ export class RefreshProtocolStatsRequest extends Message {
10
10
  constructor(data) {
11
11
  super();
12
- /**
13
- * @generated from field: string reason = 3;
14
- */
15
- this.reason = "";
16
12
  proto3.util.initPartial(data, this);
17
13
  }
18
14
  static fromBinary(bytes, options) {
19
- return new IngestPoolsFromS3Request().fromBinary(bytes, options);
15
+ return new RefreshProtocolStatsRequest().fromBinary(bytes, options);
20
16
  }
21
17
  static fromJson(jsonValue, options) {
22
- return new IngestPoolsFromS3Request().fromJson(jsonValue, options);
18
+ return new RefreshProtocolStatsRequest().fromJson(jsonValue, options);
23
19
  }
24
20
  static fromJsonString(jsonString, options) {
25
- return new IngestPoolsFromS3Request().fromJsonString(jsonString, options);
21
+ return new RefreshProtocolStatsRequest().fromJsonString(jsonString, options);
26
22
  }
27
23
  static equals(a, b) {
28
- return proto3.util.equals(IngestPoolsFromS3Request, a, b);
24
+ return proto3.util.equals(RefreshProtocolStatsRequest, a, b);
29
25
  }
30
26
  }
31
- IngestPoolsFromS3Request.runtime = proto3;
32
- IngestPoolsFromS3Request.typeName = "data.v1.IngestPoolsFromS3Request";
33
- IngestPoolsFromS3Request.fields = proto3.util.newFieldList(() => [
34
- { no: 1, name: "bucket", kind: "message", T: Bucket },
35
- { no: 2, name: "object", kind: "message", T: S3Object },
36
- { no: 3, name: "reason", kind: "scalar", T: 9 /* ScalarType.STRING */ },
37
- ]);
27
+ RefreshProtocolStatsRequest.runtime = proto3;
28
+ RefreshProtocolStatsRequest.typeName = "data.v1.RefreshProtocolStatsRequest";
29
+ RefreshProtocolStatsRequest.fields = proto3.util.newFieldList(() => []);
38
30
  /**
39
- * @generated from message data.v1.Bucket
31
+ * @generated from message data.v1.RefreshProtocolStatsResponse
40
32
  */
41
- export class Bucket extends Message {
33
+ export class RefreshProtocolStatsResponse extends Message {
42
34
  constructor(data) {
43
35
  super();
44
- /**
45
- * @generated from field: string name = 1;
46
- */
47
- this.name = "";
48
36
  proto3.util.initPartial(data, this);
49
37
  }
50
38
  static fromBinary(bytes, options) {
51
- return new Bucket().fromBinary(bytes, options);
39
+ return new RefreshProtocolStatsResponse().fromBinary(bytes, options);
52
40
  }
53
41
  static fromJson(jsonValue, options) {
54
- return new Bucket().fromJson(jsonValue, options);
42
+ return new RefreshProtocolStatsResponse().fromJson(jsonValue, options);
55
43
  }
56
44
  static fromJsonString(jsonString, options) {
57
- return new Bucket().fromJsonString(jsonString, options);
45
+ return new RefreshProtocolStatsResponse().fromJsonString(jsonString, options);
58
46
  }
59
47
  static equals(a, b) {
60
- return proto3.util.equals(Bucket, a, b);
48
+ return proto3.util.equals(RefreshProtocolStatsResponse, a, b);
61
49
  }
62
50
  }
63
- Bucket.runtime = proto3;
64
- Bucket.typeName = "data.v1.Bucket";
65
- Bucket.fields = proto3.util.newFieldList(() => [
66
- { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
67
- ]);
68
- /**
69
- * @generated from message data.v1.S3Object
70
- */
71
- export class S3Object extends Message {
72
- constructor(data) {
73
- super();
74
- /**
75
- * @generated from field: string key = 1;
76
- */
77
- this.key = "";
78
- proto3.util.initPartial(data, this);
79
- }
80
- static fromBinary(bytes, options) {
81
- return new S3Object().fromBinary(bytes, options);
82
- }
83
- static fromJson(jsonValue, options) {
84
- return new S3Object().fromJson(jsonValue, options);
85
- }
86
- static fromJsonString(jsonString, options) {
87
- return new S3Object().fromJsonString(jsonString, options);
88
- }
89
- static equals(a, b) {
90
- return proto3.util.equals(S3Object, a, b);
91
- }
92
- }
93
- S3Object.runtime = proto3;
94
- S3Object.typeName = "data.v1.S3Object";
95
- S3Object.fields = proto3.util.newFieldList(() => [
96
- { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
97
- ]);
98
- /**
99
- * @generated from message data.v1.IngestPoolsFromS3Response
100
- */
101
- export class IngestPoolsFromS3Response extends Message {
102
- constructor(data) {
103
- super();
104
- proto3.util.initPartial(data, this);
105
- }
106
- static fromBinary(bytes, options) {
107
- return new IngestPoolsFromS3Response().fromBinary(bytes, options);
108
- }
109
- static fromJson(jsonValue, options) {
110
- return new IngestPoolsFromS3Response().fromJson(jsonValue, options);
111
- }
112
- static fromJsonString(jsonString, options) {
113
- return new IngestPoolsFromS3Response().fromJsonString(jsonString, options);
114
- }
115
- static equals(a, b) {
116
- return proto3.util.equals(IngestPoolsFromS3Response, a, b);
117
- }
118
- }
119
- IngestPoolsFromS3Response.runtime = proto3;
120
- IngestPoolsFromS3Response.typeName = "data.v1.IngestPoolsFromS3Response";
121
- IngestPoolsFromS3Response.fields = proto3.util.newFieldList(() => []);
122
- /**
123
- * @generated from message data.v1.IngestPoolsFromQueueRequest
124
- */
125
- export class IngestPoolsFromQueueRequest extends Message {
126
- constructor(data) {
127
- super();
128
- /**
129
- * @generated from field: bool backfill = 1;
130
- */
131
- this.backfill = false;
132
- proto3.util.initPartial(data, this);
133
- }
134
- static fromBinary(bytes, options) {
135
- return new IngestPoolsFromQueueRequest().fromBinary(bytes, options);
136
- }
137
- static fromJson(jsonValue, options) {
138
- return new IngestPoolsFromQueueRequest().fromJson(jsonValue, options);
139
- }
140
- static fromJsonString(jsonString, options) {
141
- return new IngestPoolsFromQueueRequest().fromJsonString(jsonString, options);
142
- }
143
- static equals(a, b) {
144
- return proto3.util.equals(IngestPoolsFromQueueRequest, a, b);
145
- }
146
- }
147
- IngestPoolsFromQueueRequest.runtime = proto3;
148
- IngestPoolsFromQueueRequest.typeName = "data.v1.IngestPoolsFromQueueRequest";
149
- IngestPoolsFromQueueRequest.fields = proto3.util.newFieldList(() => [
150
- { no: 1, name: "backfill", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
151
- ]);
152
- /**
153
- * @generated from message data.v1.IngestPoolsFromQueueResponse
154
- */
155
- export class IngestPoolsFromQueueResponse extends Message {
156
- constructor(data) {
157
- super();
158
- proto3.util.initPartial(data, this);
159
- }
160
- static fromBinary(bytes, options) {
161
- return new IngestPoolsFromQueueResponse().fromBinary(bytes, options);
162
- }
163
- static fromJson(jsonValue, options) {
164
- return new IngestPoolsFromQueueResponse().fromJson(jsonValue, options);
165
- }
166
- static fromJsonString(jsonString, options) {
167
- return new IngestPoolsFromQueueResponse().fromJsonString(jsonString, options);
168
- }
169
- static equals(a, b) {
170
- return proto3.util.equals(IngestPoolsFromQueueResponse, a, b);
171
- }
172
- }
173
- IngestPoolsFromQueueResponse.runtime = proto3;
174
- IngestPoolsFromQueueResponse.typeName = "data.v1.IngestPoolsFromQueueResponse";
175
- IngestPoolsFromQueueResponse.fields = proto3.util.newFieldList(() => []);
51
+ RefreshProtocolStatsResponse.runtime = proto3;
52
+ RefreshProtocolStatsResponse.typeName = "data.v1.RefreshProtocolStatsResponse";
53
+ RefreshProtocolStatsResponse.fields = proto3.util.newFieldList(() => []);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },