@uniswap/client-data-api 0.0.110 → 0.0.111
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.
|
@@ -51,9 +51,9 @@ export declare enum TokensOrderBy {
|
|
|
51
51
|
PRICE_CHANGE_1D = 10
|
|
52
52
|
}
|
|
53
53
|
/**
|
|
54
|
-
* The
|
|
55
|
-
* (ETH/MATIC intentionally unrepresentable)
|
|
56
|
-
* with the SDK's Currency (token) type.
|
|
54
|
+
* The fiat currencies the legacy GraphQL convert resolver accepts
|
|
55
|
+
* (ETH/MATIC intentionally unrepresentable) plus later additions (SEK).
|
|
56
|
+
* "Fiat" prefix avoids collision with the SDK's Currency (token) type.
|
|
57
57
|
*
|
|
58
58
|
* @generated from enum data.v2.FiatCurrency
|
|
59
59
|
*/
|
|
@@ -157,7 +157,11 @@ export declare enum FiatCurrency {
|
|
|
157
157
|
/**
|
|
158
158
|
* @generated from enum value: FIAT_CURRENCY_VND = 24;
|
|
159
159
|
*/
|
|
160
|
-
VND = 24
|
|
160
|
+
VND = 24,
|
|
161
|
+
/**
|
|
162
|
+
* @generated from enum value: FIAT_CURRENCY_SEK = 25;
|
|
163
|
+
*/
|
|
164
|
+
SEK = 25
|
|
161
165
|
}
|
|
162
166
|
/**
|
|
163
167
|
* Time window for windowed token-market stats; FIVE_MINUTE is intentionally omitted.
|
package/dist/data/v2/types_pb.js
CHANGED
|
@@ -69,9 +69,9 @@ proto3.util.setEnumType(TokensOrderBy, "data.v2.TokensOrderBy", [
|
|
|
69
69
|
{ no: 10, name: "TOKENS_ORDER_BY_PRICE_CHANGE_1D" },
|
|
70
70
|
]);
|
|
71
71
|
/**
|
|
72
|
-
* The
|
|
73
|
-
* (ETH/MATIC intentionally unrepresentable)
|
|
74
|
-
* with the SDK's Currency (token) type.
|
|
72
|
+
* The fiat currencies the legacy GraphQL convert resolver accepts
|
|
73
|
+
* (ETH/MATIC intentionally unrepresentable) plus later additions (SEK).
|
|
74
|
+
* "Fiat" prefix avoids collision with the SDK's Currency (token) type.
|
|
75
75
|
*
|
|
76
76
|
* @generated from enum data.v2.FiatCurrency
|
|
77
77
|
*/
|
|
@@ -177,6 +177,10 @@ export var FiatCurrency;
|
|
|
177
177
|
* @generated from enum value: FIAT_CURRENCY_VND = 24;
|
|
178
178
|
*/
|
|
179
179
|
FiatCurrency[FiatCurrency["VND"] = 24] = "VND";
|
|
180
|
+
/**
|
|
181
|
+
* @generated from enum value: FIAT_CURRENCY_SEK = 25;
|
|
182
|
+
*/
|
|
183
|
+
FiatCurrency[FiatCurrency["SEK"] = 25] = "SEK";
|
|
180
184
|
})(FiatCurrency || (FiatCurrency = {}));
|
|
181
185
|
// Retrieve enum metadata with: proto3.getEnumType(FiatCurrency)
|
|
182
186
|
proto3.util.setEnumType(FiatCurrency, "data.v2.FiatCurrency", [
|
|
@@ -205,6 +209,7 @@ proto3.util.setEnumType(FiatCurrency, "data.v2.FiatCurrency", [
|
|
|
205
209
|
{ no: 22, name: "FIAT_CURRENCY_UAH" },
|
|
206
210
|
{ no: 23, name: "FIAT_CURRENCY_USD" },
|
|
207
211
|
{ no: 24, name: "FIAT_CURRENCY_VND" },
|
|
212
|
+
{ no: 25, name: "FIAT_CURRENCY_SEK" },
|
|
208
213
|
]);
|
|
209
214
|
/**
|
|
210
215
|
* Time window for windowed token-market stats; FIVE_MINUTE is intentionally omitted.
|