@uniswap/client-data-api 0.0.95 → 0.0.96

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.
@@ -631,6 +631,13 @@ export declare class ListTransactionsRequest extends Message<ListTransactionsReq
631
631
  * @generated from field: optional string search_text = 8;
632
632
  */
633
633
  searchText?: string;
634
+ /**
635
+ * When true, token display metadata (name, symbol, logo, project, protection info,
636
+ * fees) is overridden with Substream-fed Aurora canonical_tokens data. Defaults to false.
637
+ *
638
+ * @generated from field: optional bool use_substream_data = 9;
639
+ */
640
+ useSubstreamData?: boolean;
634
641
  constructor(data?: PartialMessage<ListTransactionsRequest>);
635
642
  static readonly runtime: typeof proto3;
636
643
  static readonly typeName = "data.v1.ListTransactionsRequest";
@@ -894,6 +894,7 @@ ListTransactionsRequest.fields = proto3.util.newFieldList(() => [
894
894
  { no: 6, name: "include_plans", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
895
895
  { no: 7, name: "filter_transaction_types", kind: "enum", T: proto3.getEnumType(TransactionTypeFilter), repeated: true },
896
896
  { no: 8, name: "search_text", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
897
+ { no: 9, name: "use_substream_data", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
897
898
  ]);
898
899
  /**
899
900
  * @generated from message data.v1.FiatOnRampParams
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.95",
3
+ "version": "0.0.96",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },