@uniswap/client-data-api 0.0.53 → 0.0.54

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.
@@ -1,5 +1,5 @@
1
1
  import { MethodKind } from "@bufbuild/protobuf";
2
- import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, CreateTokenFactoryPresignedUrlRequest, CreateTokenFactoryPresignedUrlResponse, GetPairRequest, GetPairResponse, GetPoolRequest, GetPoolResponse, GetPortfolioChartRequest, GetPortfolioChartResponse, GetPortfolioRequest, GetPortfolioResponse, GetPositionRequest, GetPositionResponse, GetProtocolStatsRequest, GetProtocolStatsResponse, GetRewardsRequest, GetRewardsResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, ListPoolsRequest, ListPoolsResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListPositionsRequest, ListPositionsResponse, ListTopPoolsRequest, ListTopPoolsResponse, ListTopTokensRequest, ListTopTokensResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse } from "./api_pb.js";
2
+ import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, CreateTokenFactoryPresignedUrlRequest, CreateTokenFactoryPresignedUrlResponse, GetPairRequest, GetPairResponse, GetPoolRequest, GetPoolResponse, GetPortfolioChartRequest, GetPortfolioChartResponse, GetPortfolioRequest, GetPortfolioResponse, GetPositionRequest, GetPositionResponse, GetProtocolStatsRequest, GetProtocolStatsResponse, GetRewardsRequest, GetRewardsResponse, GetTokenPricesRequest, GetTokenPricesResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, ListPoolsRequest, ListPoolsResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListPositionsRequest, ListPositionsResponse, ListTopPoolsRequest, ListTopPoolsResponse, ListTopTokensRequest, ListTopTokensResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse } from "./api_pb.js";
3
3
  /**
4
4
  * @generated from rpc data.v1.DataApiService.CreatePendingTokenFactoryToken
5
5
  */
@@ -247,3 +247,16 @@ export declare const getProtocolStats: {
247
247
  readonly typeName: "data.v1.DataApiService";
248
248
  };
249
249
  };
250
+ /**
251
+ * @generated from rpc data.v1.DataApiService.GetTokenPrices
252
+ */
253
+ export declare const getTokenPrices: {
254
+ readonly localName: "getTokenPrices";
255
+ readonly name: "GetTokenPrices";
256
+ readonly kind: MethodKind.Unary;
257
+ readonly I: typeof GetTokenPricesRequest;
258
+ readonly O: typeof GetTokenPricesResponse;
259
+ readonly service: {
260
+ readonly typeName: "data.v1.DataApiService";
261
+ };
262
+ };
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  // @ts-nocheck
5
5
  import { MethodKind } from "@bufbuild/protobuf";
6
- import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, CreateTokenFactoryPresignedUrlRequest, CreateTokenFactoryPresignedUrlResponse, GetPairRequest, GetPairResponse, GetPoolRequest, GetPoolResponse, GetPortfolioChartRequest, GetPortfolioChartResponse, GetPortfolioRequest, GetPortfolioResponse, GetPositionRequest, GetPositionResponse, GetProtocolStatsRequest, GetProtocolStatsResponse, GetRewardsRequest, GetRewardsResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, ListPoolsRequest, ListPoolsResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListPositionsRequest, ListPositionsResponse, ListTopPoolsRequest, ListTopPoolsResponse, ListTopTokensRequest, ListTopTokensResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse } from "./api_pb.js";
6
+ import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, CreateTokenFactoryPresignedUrlRequest, CreateTokenFactoryPresignedUrlResponse, GetPairRequest, GetPairResponse, GetPoolRequest, GetPoolResponse, GetPortfolioChartRequest, GetPortfolioChartResponse, GetPortfolioRequest, GetPortfolioResponse, GetPositionRequest, GetPositionResponse, GetProtocolStatsRequest, GetProtocolStatsResponse, GetRewardsRequest, GetRewardsResponse, GetTokenPricesRequest, GetTokenPricesResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, ListPoolsRequest, ListPoolsResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListPositionsRequest, ListPositionsResponse, ListTopPoolsRequest, ListTopPoolsResponse, ListTopTokensRequest, ListTopTokensResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse } from "./api_pb.js";
7
7
  /**
8
8
  * @generated from rpc data.v1.DataApiService.CreatePendingTokenFactoryToken
9
9
  */
@@ -251,3 +251,16 @@ export const getProtocolStats = {
251
251
  typeName: "data.v1.DataApiService"
252
252
  }
253
253
  };
254
+ /**
255
+ * @generated from rpc data.v1.DataApiService.GetTokenPrices
256
+ */
257
+ export const getTokenPrices = {
258
+ localName: "getTokenPrices",
259
+ name: "GetTokenPrices",
260
+ kind: MethodKind.Unary,
261
+ I: GetTokenPricesRequest,
262
+ O: GetTokenPricesResponse,
263
+ service: {
264
+ typeName: "data.v1.DataApiService"
265
+ }
266
+ };
@@ -1,4 +1,4 @@
1
- import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, CreateTokenFactoryPresignedUrlRequest, CreateTokenFactoryPresignedUrlResponse, GetPairRequest, GetPairResponse, GetPoolRequest, GetPoolResponse, GetPortfolioChartRequest, GetPortfolioChartResponse, GetPortfolioRequest, GetPortfolioResponse, GetPositionRequest, GetPositionResponse, GetProtocolStatsRequest, GetProtocolStatsResponse, GetRewardsRequest, GetRewardsResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, ListPoolsRequest, ListPoolsResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListPositionsRequest, ListPositionsResponse, ListTopPoolsRequest, ListTopPoolsResponse, ListTopTokensRequest, ListTopTokensResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse } from "./api_pb.js";
1
+ import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, CreateTokenFactoryPresignedUrlRequest, CreateTokenFactoryPresignedUrlResponse, GetPairRequest, GetPairResponse, GetPoolRequest, GetPoolResponse, GetPortfolioChartRequest, GetPortfolioChartResponse, GetPortfolioRequest, GetPortfolioResponse, GetPositionRequest, GetPositionResponse, GetProtocolStatsRequest, GetProtocolStatsResponse, GetRewardsRequest, GetRewardsResponse, GetTokenPricesRequest, GetTokenPricesResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, ListPoolsRequest, ListPoolsResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListPositionsRequest, ListPositionsResponse, ListTopPoolsRequest, ListTopPoolsResponse, ListTopTokensRequest, ListTopTokensResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse } from "./api_pb.js";
2
2
  import { MethodKind } from "@bufbuild/protobuf";
3
3
  /**
4
4
  * @generated from service data.v1.DataApiService
@@ -177,5 +177,14 @@ export declare const DataApiService: {
177
177
  readonly O: typeof GetProtocolStatsResponse;
178
178
  readonly kind: MethodKind.Unary;
179
179
  };
180
+ /**
181
+ * @generated from rpc data.v1.DataApiService.GetTokenPrices
182
+ */
183
+ readonly getTokenPrices: {
184
+ readonly name: "GetTokenPrices";
185
+ readonly I: typeof GetTokenPricesRequest;
186
+ readonly O: typeof GetTokenPricesResponse;
187
+ readonly kind: MethodKind.Unary;
188
+ };
180
189
  };
181
190
  };
@@ -2,7 +2,7 @@
2
2
  // @generated from file data/v1/api.proto (package data.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  // @ts-nocheck
5
- import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, CreateTokenFactoryPresignedUrlRequest, CreateTokenFactoryPresignedUrlResponse, GetPairRequest, GetPairResponse, GetPoolRequest, GetPoolResponse, GetPortfolioChartRequest, GetPortfolioChartResponse, GetPortfolioRequest, GetPortfolioResponse, GetPositionRequest, GetPositionResponse, GetProtocolStatsRequest, GetProtocolStatsResponse, GetRewardsRequest, GetRewardsResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, ListPoolsRequest, ListPoolsResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListPositionsRequest, ListPositionsResponse, ListTopPoolsRequest, ListTopPoolsResponse, ListTopTokensRequest, ListTopTokensResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse } from "./api_pb.js";
5
+ import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, CreateTokenFactoryPresignedUrlRequest, CreateTokenFactoryPresignedUrlResponse, GetPairRequest, GetPairResponse, GetPoolRequest, GetPoolResponse, GetPortfolioChartRequest, GetPortfolioChartResponse, GetPortfolioRequest, GetPortfolioResponse, GetPositionRequest, GetPositionResponse, GetProtocolStatsRequest, GetProtocolStatsResponse, GetRewardsRequest, GetRewardsResponse, GetTokenPricesRequest, GetTokenPricesResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, ListPoolsRequest, ListPoolsResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListPositionsRequest, ListPositionsResponse, ListTopPoolsRequest, ListTopPoolsResponse, ListTopTokensRequest, ListTopTokensResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse } from "./api_pb.js";
6
6
  import { MethodKind } from "@bufbuild/protobuf";
7
7
  /**
8
8
  * @generated from service data.v1.DataApiService
@@ -181,5 +181,14 @@ export const DataApiService = {
181
181
  O: GetProtocolStatsResponse,
182
182
  kind: MethodKind.Unary,
183
183
  },
184
+ /**
185
+ * @generated from rpc data.v1.DataApiService.GetTokenPrices
186
+ */
187
+ getTokenPrices: {
188
+ name: "GetTokenPrices",
189
+ I: GetTokenPricesRequest,
190
+ O: GetTokenPricesResponse,
191
+ kind: MethodKind.Unary,
192
+ },
184
193
  }
185
194
  };
@@ -1306,3 +1306,87 @@ export declare class GetPortfolioChartResponse extends Message<GetPortfolioChart
1306
1306
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPortfolioChartResponse;
1307
1307
  static equals(a: GetPortfolioChartResponse | PlainMessage<GetPortfolioChartResponse> | undefined, b: GetPortfolioChartResponse | PlainMessage<GetPortfolioChartResponse> | undefined): boolean;
1308
1308
  }
1309
+ /**
1310
+ * @generated from message data.v1.TokenPriceInput
1311
+ */
1312
+ export declare class TokenPriceInput extends Message<TokenPriceInput> {
1313
+ /**
1314
+ * @generated from field: uint32 chain_id = 1;
1315
+ */
1316
+ chainId: number;
1317
+ /**
1318
+ * @generated from field: string address = 2;
1319
+ */
1320
+ address: string;
1321
+ constructor(data?: PartialMessage<TokenPriceInput>);
1322
+ static readonly runtime: typeof proto3;
1323
+ static readonly typeName = "data.v1.TokenPriceInput";
1324
+ static readonly fields: FieldList;
1325
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TokenPriceInput;
1326
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TokenPriceInput;
1327
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TokenPriceInput;
1328
+ static equals(a: TokenPriceInput | PlainMessage<TokenPriceInput> | undefined, b: TokenPriceInput | PlainMessage<TokenPriceInput> | undefined): boolean;
1329
+ }
1330
+ /**
1331
+ * @generated from message data.v1.TokenPrice
1332
+ */
1333
+ export declare class TokenPrice extends Message<TokenPrice> {
1334
+ /**
1335
+ * @generated from field: uint32 chain_id = 1;
1336
+ */
1337
+ chainId: number;
1338
+ /**
1339
+ * @generated from field: string address = 2;
1340
+ */
1341
+ address: string;
1342
+ /**
1343
+ * @generated from field: optional double price_usd = 3;
1344
+ */
1345
+ priceUsd?: number;
1346
+ /**
1347
+ * @generated from field: optional string updated_at = 4;
1348
+ */
1349
+ updatedAt?: string;
1350
+ constructor(data?: PartialMessage<TokenPrice>);
1351
+ static readonly runtime: typeof proto3;
1352
+ static readonly typeName = "data.v1.TokenPrice";
1353
+ static readonly fields: FieldList;
1354
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TokenPrice;
1355
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TokenPrice;
1356
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TokenPrice;
1357
+ static equals(a: TokenPrice | PlainMessage<TokenPrice> | undefined, b: TokenPrice | PlainMessage<TokenPrice> | undefined): boolean;
1358
+ }
1359
+ /**
1360
+ * @generated from message data.v1.GetTokenPricesRequest
1361
+ */
1362
+ export declare class GetTokenPricesRequest extends Message<GetTokenPricesRequest> {
1363
+ /**
1364
+ * @generated from field: repeated data.v1.TokenPriceInput tokens = 1;
1365
+ */
1366
+ tokens: TokenPriceInput[];
1367
+ constructor(data?: PartialMessage<GetTokenPricesRequest>);
1368
+ static readonly runtime: typeof proto3;
1369
+ static readonly typeName = "data.v1.GetTokenPricesRequest";
1370
+ static readonly fields: FieldList;
1371
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetTokenPricesRequest;
1372
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetTokenPricesRequest;
1373
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetTokenPricesRequest;
1374
+ static equals(a: GetTokenPricesRequest | PlainMessage<GetTokenPricesRequest> | undefined, b: GetTokenPricesRequest | PlainMessage<GetTokenPricesRequest> | undefined): boolean;
1375
+ }
1376
+ /**
1377
+ * @generated from message data.v1.GetTokenPricesResponse
1378
+ */
1379
+ export declare class GetTokenPricesResponse extends Message<GetTokenPricesResponse> {
1380
+ /**
1381
+ * @generated from field: repeated data.v1.TokenPrice token_prices = 1;
1382
+ */
1383
+ tokenPrices: TokenPrice[];
1384
+ constructor(data?: PartialMessage<GetTokenPricesResponse>);
1385
+ static readonly runtime: typeof proto3;
1386
+ static readonly typeName = "data.v1.GetTokenPricesResponse";
1387
+ static readonly fields: FieldList;
1388
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetTokenPricesResponse;
1389
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetTokenPricesResponse;
1390
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetTokenPricesResponse;
1391
+ static equals(a: GetTokenPricesResponse | PlainMessage<GetTokenPricesResponse> | undefined, b: GetTokenPricesResponse | PlainMessage<GetTokenPricesResponse> | undefined): boolean;
1392
+ }
@@ -1805,3 +1805,135 @@ GetPortfolioChartResponse.fields = proto3.util.newFieldList(() => [
1805
1805
  { no: 2, name: "begin_at", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1806
1806
  { no: 3, name: "end_at", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1807
1807
  ]);
1808
+ /**
1809
+ * @generated from message data.v1.TokenPriceInput
1810
+ */
1811
+ export class TokenPriceInput extends Message {
1812
+ constructor(data) {
1813
+ super();
1814
+ /**
1815
+ * @generated from field: uint32 chain_id = 1;
1816
+ */
1817
+ this.chainId = 0;
1818
+ /**
1819
+ * @generated from field: string address = 2;
1820
+ */
1821
+ this.address = "";
1822
+ proto3.util.initPartial(data, this);
1823
+ }
1824
+ static fromBinary(bytes, options) {
1825
+ return new TokenPriceInput().fromBinary(bytes, options);
1826
+ }
1827
+ static fromJson(jsonValue, options) {
1828
+ return new TokenPriceInput().fromJson(jsonValue, options);
1829
+ }
1830
+ static fromJsonString(jsonString, options) {
1831
+ return new TokenPriceInput().fromJsonString(jsonString, options);
1832
+ }
1833
+ static equals(a, b) {
1834
+ return proto3.util.equals(TokenPriceInput, a, b);
1835
+ }
1836
+ }
1837
+ TokenPriceInput.runtime = proto3;
1838
+ TokenPriceInput.typeName = "data.v1.TokenPriceInput";
1839
+ TokenPriceInput.fields = proto3.util.newFieldList(() => [
1840
+ { no: 1, name: "chain_id", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
1841
+ { no: 2, name: "address", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1842
+ ]);
1843
+ /**
1844
+ * @generated from message data.v1.TokenPrice
1845
+ */
1846
+ export class TokenPrice extends Message {
1847
+ constructor(data) {
1848
+ super();
1849
+ /**
1850
+ * @generated from field: uint32 chain_id = 1;
1851
+ */
1852
+ this.chainId = 0;
1853
+ /**
1854
+ * @generated from field: string address = 2;
1855
+ */
1856
+ this.address = "";
1857
+ proto3.util.initPartial(data, this);
1858
+ }
1859
+ static fromBinary(bytes, options) {
1860
+ return new TokenPrice().fromBinary(bytes, options);
1861
+ }
1862
+ static fromJson(jsonValue, options) {
1863
+ return new TokenPrice().fromJson(jsonValue, options);
1864
+ }
1865
+ static fromJsonString(jsonString, options) {
1866
+ return new TokenPrice().fromJsonString(jsonString, options);
1867
+ }
1868
+ static equals(a, b) {
1869
+ return proto3.util.equals(TokenPrice, a, b);
1870
+ }
1871
+ }
1872
+ TokenPrice.runtime = proto3;
1873
+ TokenPrice.typeName = "data.v1.TokenPrice";
1874
+ TokenPrice.fields = proto3.util.newFieldList(() => [
1875
+ { no: 1, name: "chain_id", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
1876
+ { no: 2, name: "address", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1877
+ { no: 3, name: "price_usd", kind: "scalar", T: 1 /* ScalarType.DOUBLE */, opt: true },
1878
+ { no: 4, name: "updated_at", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
1879
+ ]);
1880
+ /**
1881
+ * @generated from message data.v1.GetTokenPricesRequest
1882
+ */
1883
+ export class GetTokenPricesRequest extends Message {
1884
+ constructor(data) {
1885
+ super();
1886
+ /**
1887
+ * @generated from field: repeated data.v1.TokenPriceInput tokens = 1;
1888
+ */
1889
+ this.tokens = [];
1890
+ proto3.util.initPartial(data, this);
1891
+ }
1892
+ static fromBinary(bytes, options) {
1893
+ return new GetTokenPricesRequest().fromBinary(bytes, options);
1894
+ }
1895
+ static fromJson(jsonValue, options) {
1896
+ return new GetTokenPricesRequest().fromJson(jsonValue, options);
1897
+ }
1898
+ static fromJsonString(jsonString, options) {
1899
+ return new GetTokenPricesRequest().fromJsonString(jsonString, options);
1900
+ }
1901
+ static equals(a, b) {
1902
+ return proto3.util.equals(GetTokenPricesRequest, a, b);
1903
+ }
1904
+ }
1905
+ GetTokenPricesRequest.runtime = proto3;
1906
+ GetTokenPricesRequest.typeName = "data.v1.GetTokenPricesRequest";
1907
+ GetTokenPricesRequest.fields = proto3.util.newFieldList(() => [
1908
+ { no: 1, name: "tokens", kind: "message", T: TokenPriceInput, repeated: true },
1909
+ ]);
1910
+ /**
1911
+ * @generated from message data.v1.GetTokenPricesResponse
1912
+ */
1913
+ export class GetTokenPricesResponse extends Message {
1914
+ constructor(data) {
1915
+ super();
1916
+ /**
1917
+ * @generated from field: repeated data.v1.TokenPrice token_prices = 1;
1918
+ */
1919
+ this.tokenPrices = [];
1920
+ proto3.util.initPartial(data, this);
1921
+ }
1922
+ static fromBinary(bytes, options) {
1923
+ return new GetTokenPricesResponse().fromBinary(bytes, options);
1924
+ }
1925
+ static fromJson(jsonValue, options) {
1926
+ return new GetTokenPricesResponse().fromJson(jsonValue, options);
1927
+ }
1928
+ static fromJsonString(jsonString, options) {
1929
+ return new GetTokenPricesResponse().fromJsonString(jsonString, options);
1930
+ }
1931
+ static equals(a, b) {
1932
+ return proto3.util.equals(GetTokenPricesResponse, a, b);
1933
+ }
1934
+ }
1935
+ GetTokenPricesResponse.runtime = proto3;
1936
+ GetTokenPricesResponse.typeName = "data.v1.GetTokenPricesResponse";
1937
+ GetTokenPricesResponse.fields = proto3.util.newFieldList(() => [
1938
+ { no: 1, name: "token_prices", kind: "message", T: TokenPrice, repeated: true },
1939
+ ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.53",
3
+ "version": "0.0.54",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },