@uniswap/client-data-api 0.0.129 → 0.0.131

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 { GetAuctionActivityRequest, GetAuctionActivityResponse, GetAuctionRequest, GetAuctionResponse, GetBidsByWalletRequest, GetBidsByWalletResponse, GetBidsRequest, GetBidsResponse, GetCheckpointsForBidRequest, GetCheckpointsForBidResponse, GetCheckpointsRequest, GetCheckpointsResponse, GetClearingPriceHistoryRequest, GetClearingPriceHistoryResponse, GetLatestCheckpointRequest, GetLatestCheckpointResponse, GetTickDetailsRequest, GetTickDetailsResponse, ListTopAuctionsRequest, ListTopAuctionsResponse } from "./auction_pb.js";
2
+ import { GetAuctionActivityRequest, GetAuctionActivityResponse, GetAuctionRequest, GetAuctionResponse, GetBidsByWalletRequest, GetBidsByWalletResponse, GetBidsRequest, GetBidsResponse, GetCheckpointsForBidRequest, GetCheckpointsForBidResponse, GetCheckpointsRequest, GetCheckpointsResponse, GetClearingPriceHistoryRequest, GetClearingPriceHistoryResponse, GetLatestCheckpointRequest, GetLatestCheckpointResponse, GetTickDetailsRequest, GetTickDetailsResponse, ListAuctionsPendingLbpMigrationRequest, ListAuctionsPendingLbpMigrationResponse, ListTopAuctionsRequest, ListTopAuctionsResponse } from "./auction_pb.js";
3
3
  /**
4
4
  * @generated from rpc data.v1.AuctionService.GetBidsByWallet
5
5
  */
@@ -130,3 +130,16 @@ export declare const getTickDetails: {
130
130
  readonly typeName: "data.v1.AuctionService";
131
131
  };
132
132
  };
133
+ /**
134
+ * @generated from rpc data.v1.AuctionService.ListAuctionsPendingLbpMigration
135
+ */
136
+ export declare const listAuctionsPendingLbpMigration: {
137
+ readonly localName: "listAuctionsPendingLbpMigration";
138
+ readonly name: "ListAuctionsPendingLbpMigration";
139
+ readonly kind: MethodKind.Unary;
140
+ readonly I: typeof ListAuctionsPendingLbpMigrationRequest;
141
+ readonly O: typeof ListAuctionsPendingLbpMigrationResponse;
142
+ readonly service: {
143
+ readonly typeName: "data.v1.AuctionService";
144
+ };
145
+ };
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  // @ts-nocheck
5
5
  import { MethodKind } from "@bufbuild/protobuf";
6
- import { GetAuctionActivityRequest, GetAuctionActivityResponse, GetAuctionRequest, GetAuctionResponse, GetBidsByWalletRequest, GetBidsByWalletResponse, GetBidsRequest, GetBidsResponse, GetCheckpointsForBidRequest, GetCheckpointsForBidResponse, GetCheckpointsRequest, GetCheckpointsResponse, GetClearingPriceHistoryRequest, GetClearingPriceHistoryResponse, GetLatestCheckpointRequest, GetLatestCheckpointResponse, GetTickDetailsRequest, GetTickDetailsResponse, ListTopAuctionsRequest, ListTopAuctionsResponse } from "./auction_pb.js";
6
+ import { GetAuctionActivityRequest, GetAuctionActivityResponse, GetAuctionRequest, GetAuctionResponse, GetBidsByWalletRequest, GetBidsByWalletResponse, GetBidsRequest, GetBidsResponse, GetCheckpointsForBidRequest, GetCheckpointsForBidResponse, GetCheckpointsRequest, GetCheckpointsResponse, GetClearingPriceHistoryRequest, GetClearingPriceHistoryResponse, GetLatestCheckpointRequest, GetLatestCheckpointResponse, GetTickDetailsRequest, GetTickDetailsResponse, ListAuctionsPendingLbpMigrationRequest, ListAuctionsPendingLbpMigrationResponse, ListTopAuctionsRequest, ListTopAuctionsResponse } from "./auction_pb.js";
7
7
  /**
8
8
  * @generated from rpc data.v1.AuctionService.GetBidsByWallet
9
9
  */
@@ -134,3 +134,16 @@ export const getTickDetails = {
134
134
  typeName: "data.v1.AuctionService"
135
135
  }
136
136
  };
137
+ /**
138
+ * @generated from rpc data.v1.AuctionService.ListAuctionsPendingLbpMigration
139
+ */
140
+ export const listAuctionsPendingLbpMigration = {
141
+ localName: "listAuctionsPendingLbpMigration",
142
+ name: "ListAuctionsPendingLbpMigration",
143
+ kind: MethodKind.Unary,
144
+ I: ListAuctionsPendingLbpMigrationRequest,
145
+ O: ListAuctionsPendingLbpMigrationResponse,
146
+ service: {
147
+ typeName: "data.v1.AuctionService"
148
+ }
149
+ };
@@ -1,4 +1,4 @@
1
- import { GetAuctionActivityRequest, GetAuctionActivityResponse, GetAuctionRequest, GetAuctionResponse, GetBidsByWalletRequest, GetBidsByWalletResponse, GetBidsRequest, GetBidsResponse, GetCheckpointsForBidRequest, GetCheckpointsForBidResponse, GetCheckpointsRequest, GetCheckpointsResponse, GetClearingPriceHistoryRequest, GetClearingPriceHistoryResponse, GetLatestCheckpointRequest, GetLatestCheckpointResponse, GetTickDetailsRequest, GetTickDetailsResponse, ListTopAuctionsRequest, ListTopAuctionsResponse } from "./auction_pb.js";
1
+ import { GetAuctionActivityRequest, GetAuctionActivityResponse, GetAuctionRequest, GetAuctionResponse, GetBidsByWalletRequest, GetBidsByWalletResponse, GetBidsRequest, GetBidsResponse, GetCheckpointsForBidRequest, GetCheckpointsForBidResponse, GetCheckpointsRequest, GetCheckpointsResponse, GetClearingPriceHistoryRequest, GetClearingPriceHistoryResponse, GetLatestCheckpointRequest, GetLatestCheckpointResponse, GetTickDetailsRequest, GetTickDetailsResponse, ListAuctionsPendingLbpMigrationRequest, ListAuctionsPendingLbpMigrationResponse, ListTopAuctionsRequest, ListTopAuctionsResponse } from "./auction_pb.js";
2
2
  import { MethodKind } from "@bufbuild/protobuf";
3
3
  /**
4
4
  * @generated from service data.v1.AuctionService
@@ -96,5 +96,14 @@ export declare const AuctionService: {
96
96
  readonly O: typeof GetTickDetailsResponse;
97
97
  readonly kind: MethodKind.Unary;
98
98
  };
99
+ /**
100
+ * @generated from rpc data.v1.AuctionService.ListAuctionsPendingLbpMigration
101
+ */
102
+ readonly listAuctionsPendingLbpMigration: {
103
+ readonly name: "ListAuctionsPendingLbpMigration";
104
+ readonly I: typeof ListAuctionsPendingLbpMigrationRequest;
105
+ readonly O: typeof ListAuctionsPendingLbpMigrationResponse;
106
+ readonly kind: MethodKind.Unary;
107
+ };
99
108
  };
100
109
  };
@@ -2,7 +2,7 @@
2
2
  // @generated from file data/v1/auction.proto (package data.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  // @ts-nocheck
5
- import { GetAuctionActivityRequest, GetAuctionActivityResponse, GetAuctionRequest, GetAuctionResponse, GetBidsByWalletRequest, GetBidsByWalletResponse, GetBidsRequest, GetBidsResponse, GetCheckpointsForBidRequest, GetCheckpointsForBidResponse, GetCheckpointsRequest, GetCheckpointsResponse, GetClearingPriceHistoryRequest, GetClearingPriceHistoryResponse, GetLatestCheckpointRequest, GetLatestCheckpointResponse, GetTickDetailsRequest, GetTickDetailsResponse, ListTopAuctionsRequest, ListTopAuctionsResponse } from "./auction_pb.js";
5
+ import { GetAuctionActivityRequest, GetAuctionActivityResponse, GetAuctionRequest, GetAuctionResponse, GetBidsByWalletRequest, GetBidsByWalletResponse, GetBidsRequest, GetBidsResponse, GetCheckpointsForBidRequest, GetCheckpointsForBidResponse, GetCheckpointsRequest, GetCheckpointsResponse, GetClearingPriceHistoryRequest, GetClearingPriceHistoryResponse, GetLatestCheckpointRequest, GetLatestCheckpointResponse, GetTickDetailsRequest, GetTickDetailsResponse, ListAuctionsPendingLbpMigrationRequest, ListAuctionsPendingLbpMigrationResponse, ListTopAuctionsRequest, ListTopAuctionsResponse } from "./auction_pb.js";
6
6
  import { MethodKind } from "@bufbuild/protobuf";
7
7
  /**
8
8
  * @generated from service data.v1.AuctionService
@@ -100,5 +100,14 @@ export const AuctionService = {
100
100
  O: GetTickDetailsResponse,
101
101
  kind: MethodKind.Unary,
102
102
  },
103
+ /**
104
+ * @generated from rpc data.v1.AuctionService.ListAuctionsPendingLbpMigration
105
+ */
106
+ listAuctionsPendingLbpMigration: {
107
+ name: "ListAuctionsPendingLbpMigration",
108
+ I: ListAuctionsPendingLbpMigrationRequest,
109
+ O: ListAuctionsPendingLbpMigrationResponse,
110
+ kind: MethodKind.Unary,
111
+ },
103
112
  }
104
113
  };
@@ -1163,3 +1163,100 @@ export declare class GetTickDetailsResponse extends Message<GetTickDetailsRespon
1163
1163
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetTickDetailsResponse;
1164
1164
  static equals(a: GetTickDetailsResponse | PlainMessage<GetTickDetailsResponse> | undefined, b: GetTickDetailsResponse | PlainMessage<GetTickDetailsResponse> | undefined): boolean;
1165
1165
  }
1166
+ /**
1167
+ * Auctions with a scheduled LBP migration that has not completed yet (or that
1168
+ * completed within a short trailing window). Consumed by routing services to
1169
+ * pre-register the migrated V4 pool before it appears in subgraph-based pool
1170
+ * discovery. Pool parameters (fee / tickSpacing / hook) are intentionally
1171
+ * omitted: consumers read them authoritatively from the LBP strategy's
1172
+ * on-chain `initializers(auction)` getter, which also revalidates
1173
+ * migration_block.
1174
+ *
1175
+ * @generated from message data.v1.ListAuctionsPendingLbpMigrationRequest
1176
+ */
1177
+ export declare class ListAuctionsPendingLbpMigrationRequest extends Message<ListAuctionsPendingLbpMigrationRequest> {
1178
+ /**
1179
+ * Optional filter by chain IDs; empty = all chains.
1180
+ *
1181
+ * @generated from field: repeated int32 chain_ids = 1;
1182
+ */
1183
+ chainIds: number[];
1184
+ constructor(data?: PartialMessage<ListAuctionsPendingLbpMigrationRequest>);
1185
+ static readonly runtime: typeof proto3;
1186
+ static readonly typeName = "data.v1.ListAuctionsPendingLbpMigrationRequest";
1187
+ static readonly fields: FieldList;
1188
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListAuctionsPendingLbpMigrationRequest;
1189
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListAuctionsPendingLbpMigrationRequest;
1190
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListAuctionsPendingLbpMigrationRequest;
1191
+ static equals(a: ListAuctionsPendingLbpMigrationRequest | PlainMessage<ListAuctionsPendingLbpMigrationRequest> | undefined, b: ListAuctionsPendingLbpMigrationRequest | PlainMessage<ListAuctionsPendingLbpMigrationRequest> | undefined): boolean;
1192
+ }
1193
+ /**
1194
+ * @generated from message data.v1.AuctionPendingLbpMigration
1195
+ */
1196
+ export declare class AuctionPendingLbpMigration extends Message<AuctionPendingLbpMigration> {
1197
+ /**
1198
+ * @generated from field: string auction_id = 1;
1199
+ */
1200
+ auctionId: string;
1201
+ /**
1202
+ * @generated from field: int32 chain_id = 2;
1203
+ */
1204
+ chainId: number;
1205
+ /**
1206
+ * Auction contract address — the key for the on-chain initializers() read.
1207
+ *
1208
+ * @generated from field: string address = 3;
1209
+ */
1210
+ address: string;
1211
+ /**
1212
+ * @generated from field: string token_address = 4;
1213
+ */
1214
+ tokenAddress: string;
1215
+ /**
1216
+ * Paired currency (zero address = native).
1217
+ *
1218
+ * @generated from field: string currency = 5;
1219
+ */
1220
+ currency: string;
1221
+ /**
1222
+ * @generated from field: string lbp_strategy_address = 6;
1223
+ */
1224
+ lbpStrategyAddress: string;
1225
+ /**
1226
+ * Scheduled block at which migrate() becomes permitted.
1227
+ *
1228
+ * @generated from field: string lbp_migration_block = 7;
1229
+ */
1230
+ lbpMigrationBlock: string;
1231
+ /**
1232
+ * Set once migrate() actually ran (only present for the trailing window).
1233
+ *
1234
+ * @generated from field: optional string pool_key_hash = 8;
1235
+ */
1236
+ poolKeyHash?: string;
1237
+ constructor(data?: PartialMessage<AuctionPendingLbpMigration>);
1238
+ static readonly runtime: typeof proto3;
1239
+ static readonly typeName = "data.v1.AuctionPendingLbpMigration";
1240
+ static readonly fields: FieldList;
1241
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AuctionPendingLbpMigration;
1242
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AuctionPendingLbpMigration;
1243
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AuctionPendingLbpMigration;
1244
+ static equals(a: AuctionPendingLbpMigration | PlainMessage<AuctionPendingLbpMigration> | undefined, b: AuctionPendingLbpMigration | PlainMessage<AuctionPendingLbpMigration> | undefined): boolean;
1245
+ }
1246
+ /**
1247
+ * @generated from message data.v1.ListAuctionsPendingLbpMigrationResponse
1248
+ */
1249
+ export declare class ListAuctionsPendingLbpMigrationResponse extends Message<ListAuctionsPendingLbpMigrationResponse> {
1250
+ /**
1251
+ * @generated from field: repeated data.v1.AuctionPendingLbpMigration auctions = 1;
1252
+ */
1253
+ auctions: AuctionPendingLbpMigration[];
1254
+ constructor(data?: PartialMessage<ListAuctionsPendingLbpMigrationResponse>);
1255
+ static readonly runtime: typeof proto3;
1256
+ static readonly typeName = "data.v1.ListAuctionsPendingLbpMigrationResponse";
1257
+ static readonly fields: FieldList;
1258
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListAuctionsPendingLbpMigrationResponse;
1259
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListAuctionsPendingLbpMigrationResponse;
1260
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListAuctionsPendingLbpMigrationResponse;
1261
+ static equals(a: ListAuctionsPendingLbpMigrationResponse | PlainMessage<ListAuctionsPendingLbpMigrationResponse> | undefined, b: ListAuctionsPendingLbpMigrationResponse | PlainMessage<ListAuctionsPendingLbpMigrationResponse> | undefined): boolean;
1262
+ }
@@ -1496,3 +1496,140 @@ GetTickDetailsResponse.typeName = "data.v1.GetTickDetailsResponse";
1496
1496
  GetTickDetailsResponse.fields = proto3.util.newFieldList(() => [
1497
1497
  { no: 1, name: "ticks", kind: "message", T: TickDetail, repeated: true },
1498
1498
  ]);
1499
+ /**
1500
+ * Auctions with a scheduled LBP migration that has not completed yet (or that
1501
+ * completed within a short trailing window). Consumed by routing services to
1502
+ * pre-register the migrated V4 pool before it appears in subgraph-based pool
1503
+ * discovery. Pool parameters (fee / tickSpacing / hook) are intentionally
1504
+ * omitted: consumers read them authoritatively from the LBP strategy's
1505
+ * on-chain `initializers(auction)` getter, which also revalidates
1506
+ * migration_block.
1507
+ *
1508
+ * @generated from message data.v1.ListAuctionsPendingLbpMigrationRequest
1509
+ */
1510
+ export class ListAuctionsPendingLbpMigrationRequest extends Message {
1511
+ constructor(data) {
1512
+ super();
1513
+ /**
1514
+ * Optional filter by chain IDs; empty = all chains.
1515
+ *
1516
+ * @generated from field: repeated int32 chain_ids = 1;
1517
+ */
1518
+ this.chainIds = [];
1519
+ proto3.util.initPartial(data, this);
1520
+ }
1521
+ static fromBinary(bytes, options) {
1522
+ return new ListAuctionsPendingLbpMigrationRequest().fromBinary(bytes, options);
1523
+ }
1524
+ static fromJson(jsonValue, options) {
1525
+ return new ListAuctionsPendingLbpMigrationRequest().fromJson(jsonValue, options);
1526
+ }
1527
+ static fromJsonString(jsonString, options) {
1528
+ return new ListAuctionsPendingLbpMigrationRequest().fromJsonString(jsonString, options);
1529
+ }
1530
+ static equals(a, b) {
1531
+ return proto3.util.equals(ListAuctionsPendingLbpMigrationRequest, a, b);
1532
+ }
1533
+ }
1534
+ ListAuctionsPendingLbpMigrationRequest.runtime = proto3;
1535
+ ListAuctionsPendingLbpMigrationRequest.typeName = "data.v1.ListAuctionsPendingLbpMigrationRequest";
1536
+ ListAuctionsPendingLbpMigrationRequest.fields = proto3.util.newFieldList(() => [
1537
+ { no: 1, name: "chain_ids", kind: "scalar", T: 5 /* ScalarType.INT32 */, repeated: true },
1538
+ ]);
1539
+ /**
1540
+ * @generated from message data.v1.AuctionPendingLbpMigration
1541
+ */
1542
+ export class AuctionPendingLbpMigration extends Message {
1543
+ constructor(data) {
1544
+ super();
1545
+ /**
1546
+ * @generated from field: string auction_id = 1;
1547
+ */
1548
+ this.auctionId = "";
1549
+ /**
1550
+ * @generated from field: int32 chain_id = 2;
1551
+ */
1552
+ this.chainId = 0;
1553
+ /**
1554
+ * Auction contract address — the key for the on-chain initializers() read.
1555
+ *
1556
+ * @generated from field: string address = 3;
1557
+ */
1558
+ this.address = "";
1559
+ /**
1560
+ * @generated from field: string token_address = 4;
1561
+ */
1562
+ this.tokenAddress = "";
1563
+ /**
1564
+ * Paired currency (zero address = native).
1565
+ *
1566
+ * @generated from field: string currency = 5;
1567
+ */
1568
+ this.currency = "";
1569
+ /**
1570
+ * @generated from field: string lbp_strategy_address = 6;
1571
+ */
1572
+ this.lbpStrategyAddress = "";
1573
+ /**
1574
+ * Scheduled block at which migrate() becomes permitted.
1575
+ *
1576
+ * @generated from field: string lbp_migration_block = 7;
1577
+ */
1578
+ this.lbpMigrationBlock = "";
1579
+ proto3.util.initPartial(data, this);
1580
+ }
1581
+ static fromBinary(bytes, options) {
1582
+ return new AuctionPendingLbpMigration().fromBinary(bytes, options);
1583
+ }
1584
+ static fromJson(jsonValue, options) {
1585
+ return new AuctionPendingLbpMigration().fromJson(jsonValue, options);
1586
+ }
1587
+ static fromJsonString(jsonString, options) {
1588
+ return new AuctionPendingLbpMigration().fromJsonString(jsonString, options);
1589
+ }
1590
+ static equals(a, b) {
1591
+ return proto3.util.equals(AuctionPendingLbpMigration, a, b);
1592
+ }
1593
+ }
1594
+ AuctionPendingLbpMigration.runtime = proto3;
1595
+ AuctionPendingLbpMigration.typeName = "data.v1.AuctionPendingLbpMigration";
1596
+ AuctionPendingLbpMigration.fields = proto3.util.newFieldList(() => [
1597
+ { no: 1, name: "auction_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1598
+ { no: 2, name: "chain_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
1599
+ { no: 3, name: "address", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1600
+ { no: 4, name: "token_address", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1601
+ { no: 5, name: "currency", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1602
+ { no: 6, name: "lbp_strategy_address", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1603
+ { no: 7, name: "lbp_migration_block", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1604
+ { no: 8, name: "pool_key_hash", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
1605
+ ]);
1606
+ /**
1607
+ * @generated from message data.v1.ListAuctionsPendingLbpMigrationResponse
1608
+ */
1609
+ export class ListAuctionsPendingLbpMigrationResponse extends Message {
1610
+ constructor(data) {
1611
+ super();
1612
+ /**
1613
+ * @generated from field: repeated data.v1.AuctionPendingLbpMigration auctions = 1;
1614
+ */
1615
+ this.auctions = [];
1616
+ proto3.util.initPartial(data, this);
1617
+ }
1618
+ static fromBinary(bytes, options) {
1619
+ return new ListAuctionsPendingLbpMigrationResponse().fromBinary(bytes, options);
1620
+ }
1621
+ static fromJson(jsonValue, options) {
1622
+ return new ListAuctionsPendingLbpMigrationResponse().fromJson(jsonValue, options);
1623
+ }
1624
+ static fromJsonString(jsonString, options) {
1625
+ return new ListAuctionsPendingLbpMigrationResponse().fromJsonString(jsonString, options);
1626
+ }
1627
+ static equals(a, b) {
1628
+ return proto3.util.equals(ListAuctionsPendingLbpMigrationResponse, a, b);
1629
+ }
1630
+ }
1631
+ ListAuctionsPendingLbpMigrationResponse.runtime = proto3;
1632
+ ListAuctionsPendingLbpMigrationResponse.typeName = "data.v1.ListAuctionsPendingLbpMigrationResponse";
1633
+ ListAuctionsPendingLbpMigrationResponse.fields = proto3.util.newFieldList(() => [
1634
+ { no: 1, name: "auctions", kind: "message", T: AuctionPendingLbpMigration, repeated: true },
1635
+ ]);
@@ -48,7 +48,11 @@ export declare enum TokensOrderBy {
48
48
  /**
49
49
  * @generated from enum value: TOKENS_ORDER_BY_PRICE_CHANGE_1D = 10;
50
50
  */
51
- PRICE_CHANGE_1D = 10
51
+ PRICE_CHANGE_1D = 10,
52
+ /**
53
+ * @generated from enum value: TOKENS_ORDER_BY_MARKET_CAP = 11;
54
+ */
55
+ MARKET_CAP = 11
52
56
  }
53
57
  /**
54
58
  * The fiat currencies the legacy GraphQL convert resolver accepts
@@ -320,6 +324,10 @@ export declare class TokenListFilter extends Message<TokenListFilter> {
320
324
  * @generated from field: optional double min_tvl_usd = 3;
321
325
  */
322
326
  minTvlUsd?: number;
327
+ /**
328
+ * @generated from field: optional bool apply_top_level_filters = 4;
329
+ */
330
+ applyTopLevelFilters?: boolean;
323
331
  constructor(data?: PartialMessage<TokenListFilter>);
324
332
  static readonly runtime: typeof proto3;
325
333
  static readonly typeName = "data.v2.TokenListFilter";
@@ -53,6 +53,10 @@ export var TokensOrderBy;
53
53
  * @generated from enum value: TOKENS_ORDER_BY_PRICE_CHANGE_1D = 10;
54
54
  */
55
55
  TokensOrderBy[TokensOrderBy["PRICE_CHANGE_1D"] = 10] = "PRICE_CHANGE_1D";
56
+ /**
57
+ * @generated from enum value: TOKENS_ORDER_BY_MARKET_CAP = 11;
58
+ */
59
+ TokensOrderBy[TokensOrderBy["MARKET_CAP"] = 11] = "MARKET_CAP";
56
60
  })(TokensOrderBy || (TokensOrderBy = {}));
57
61
  // Retrieve enum metadata with: proto3.getEnumType(TokensOrderBy)
58
62
  proto3.util.setEnumType(TokensOrderBy, "data.v2.TokensOrderBy", [
@@ -67,6 +71,7 @@ proto3.util.setEnumType(TokensOrderBy, "data.v2.TokensOrderBy", [
67
71
  { no: 8, name: "TOKENS_ORDER_BY_FDV" },
68
72
  { no: 9, name: "TOKENS_ORDER_BY_PRICE_CHANGE_1H" },
69
73
  { no: 10, name: "TOKENS_ORDER_BY_PRICE_CHANGE_1D" },
74
+ { no: 11, name: "TOKENS_ORDER_BY_MARKET_CAP" },
70
75
  ]);
71
76
  /**
72
77
  * The fiat currencies the legacy GraphQL convert resolver accepts
@@ -381,6 +386,7 @@ TokenListFilter.fields = proto3.util.newFieldList(() => [
381
386
  { no: 1, name: "include_spam", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
382
387
  { no: 2, name: "min_volume_1d_usd", kind: "scalar", T: 1 /* ScalarType.DOUBLE */, opt: true },
383
388
  { no: 3, name: "min_tvl_usd", kind: "scalar", T: 1 /* ScalarType.DOUBLE */, opt: true },
389
+ { no: 4, name: "apply_top_level_filters", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
384
390
  ]);
385
391
  /**
386
392
  * @generated from message data.v2.FiatAmount
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.129",
3
+ "version": "0.0.131",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },