@coingecko/coingecko-typescript 1.6.1 → 1.7.1
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.
- package/CHANGELOG.md +28 -0
- package/internal/types.d.mts +8 -6
- package/internal/types.d.mts.map +1 -1
- package/internal/types.d.ts +8 -6
- package/internal/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/resources/coins/coins.d.mts +12 -8
- package/resources/coins/coins.d.mts.map +1 -1
- package/resources/coins/coins.d.ts +12 -8
- package/resources/coins/coins.d.ts.map +1 -1
- package/resources/coins/coins.js.map +1 -1
- package/resources/coins/coins.mjs.map +1 -1
- package/resources/coins/contract/contract.d.mts +12 -8
- package/resources/coins/contract/contract.d.mts.map +1 -1
- package/resources/coins/contract/contract.d.ts +12 -8
- package/resources/coins/contract/contract.d.ts.map +1 -1
- package/resources/coins/contract/contract.js.map +1 -1
- package/resources/coins/contract/contract.mjs.map +1 -1
- package/resources/coins/history.d.mts +3 -5
- package/resources/coins/history.d.mts.map +1 -1
- package/resources/coins/history.d.ts +3 -5
- package/resources/coins/history.d.ts.map +1 -1
- package/resources/coins/list.d.mts +3 -1
- package/resources/coins/list.d.mts.map +1 -1
- package/resources/coins/list.d.ts +3 -1
- package/resources/coins/list.d.ts.map +1 -1
- package/resources/exchange-rates.d.mts +3 -1
- package/resources/exchange-rates.d.mts.map +1 -1
- package/resources/exchange-rates.d.ts +3 -1
- package/resources/exchange-rates.d.ts.map +1 -1
- package/resources/exchanges/exchanges.d.mts +0 -10
- package/resources/exchanges/exchanges.d.mts.map +1 -1
- package/resources/exchanges/exchanges.d.ts +0 -10
- package/resources/exchanges/exchanges.d.ts.map +1 -1
- package/resources/exchanges/exchanges.js.map +1 -1
- package/resources/exchanges/exchanges.mjs.map +1 -1
- package/resources/onchain/categories.d.mts +2 -0
- package/resources/onchain/categories.d.mts.map +1 -1
- package/resources/onchain/categories.d.ts +2 -0
- package/resources/onchain/categories.d.ts.map +1 -1
- package/resources/onchain/networks/dexes.d.mts +4 -0
- package/resources/onchain/networks/dexes.d.mts.map +1 -1
- package/resources/onchain/networks/dexes.d.ts +4 -0
- package/resources/onchain/networks/dexes.d.ts.map +1 -1
- package/resources/onchain/networks/new-pools.d.mts +8 -0
- package/resources/onchain/networks/new-pools.d.mts.map +1 -1
- package/resources/onchain/networks/new-pools.d.ts +8 -0
- package/resources/onchain/networks/new-pools.d.ts.map +1 -1
- package/resources/onchain/networks/pools/multi.d.mts +2 -0
- package/resources/onchain/networks/pools/multi.d.mts.map +1 -1
- package/resources/onchain/networks/pools/multi.d.ts +2 -0
- package/resources/onchain/networks/pools/multi.d.ts.map +1 -1
- package/resources/onchain/networks/pools/pools.d.mts +6 -0
- package/resources/onchain/networks/pools/pools.d.mts.map +1 -1
- package/resources/onchain/networks/pools/pools.d.ts +6 -0
- package/resources/onchain/networks/pools/pools.d.ts.map +1 -1
- package/resources/onchain/networks/pools/pools.js.map +1 -1
- package/resources/onchain/networks/pools/pools.mjs.map +1 -1
- package/resources/onchain/networks/tokens/pools.d.mts +4 -0
- package/resources/onchain/networks/tokens/pools.d.mts.map +1 -1
- package/resources/onchain/networks/tokens/pools.d.ts +4 -0
- package/resources/onchain/networks/tokens/pools.d.ts.map +1 -1
- package/resources/onchain/networks/tokens/tokens.d.mts +4 -0
- package/resources/onchain/networks/tokens/tokens.d.mts.map +1 -1
- package/resources/onchain/networks/tokens/tokens.d.ts +4 -0
- package/resources/onchain/networks/tokens/tokens.d.ts.map +1 -1
- package/resources/onchain/networks/tokens/tokens.js.map +1 -1
- package/resources/onchain/networks/tokens/tokens.mjs.map +1 -1
- package/resources/onchain/networks/trending-pools.d.mts +8 -0
- package/resources/onchain/networks/trending-pools.d.mts.map +1 -1
- package/resources/onchain/networks/trending-pools.d.ts +8 -0
- package/resources/onchain/networks/trending-pools.d.ts.map +1 -1
- package/resources/onchain/pools/megafilter.d.mts +4 -0
- package/resources/onchain/pools/megafilter.d.mts.map +1 -1
- package/resources/onchain/pools/megafilter.d.ts +4 -0
- package/resources/onchain/pools/megafilter.d.ts.map +1 -1
- package/resources/onchain/search/pools.d.mts +4 -0
- package/resources/onchain/search/pools.d.mts.map +1 -1
- package/resources/onchain/search/pools.d.ts +4 -0
- package/resources/onchain/search/pools.d.ts.map +1 -1
- package/resources/onchain/simple/networks/token-price.d.mts +3 -1
- package/resources/onchain/simple/networks/token-price.d.mts.map +1 -1
- package/resources/onchain/simple/networks/token-price.d.ts +3 -1
- package/resources/onchain/simple/networks/token-price.d.ts.map +1 -1
- package/src/internal/types.ts +9 -6
- package/src/resources/coins/coins.ts +4 -9
- package/src/resources/coins/contract/contract.ts +4 -9
- package/src/resources/coins/history.ts +1 -6
- package/src/resources/coins/list.ts +1 -1
- package/src/resources/exchange-rates.ts +1 -1
- package/src/resources/exchanges/exchanges.ts +0 -12
- package/src/resources/onchain/categories.ts +4 -0
- package/src/resources/onchain/networks/dexes.ts +8 -0
- package/src/resources/onchain/networks/new-pools.ts +16 -0
- package/src/resources/onchain/networks/pools/multi.ts +4 -0
- package/src/resources/onchain/networks/pools/pools.ts +12 -0
- package/src/resources/onchain/networks/tokens/pools.ts +8 -0
- package/src/resources/onchain/networks/tokens/tokens.ts +8 -0
- package/src/resources/onchain/networks/trending-pools.ts +16 -0
- package/src/resources/onchain/pools/megafilter.ts +8 -0
- package/src/resources/onchain/search/pools.ts +8 -0
- package/src/resources/onchain/simple/networks/token-price.ts +1 -1
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -102,6 +102,10 @@ export namespace TrendingPoolGetResponse {
|
|
|
102
102
|
|
|
103
103
|
h6?: string;
|
|
104
104
|
|
|
105
|
+
m15?: string;
|
|
106
|
+
|
|
107
|
+
m30?: string;
|
|
108
|
+
|
|
105
109
|
m5?: string;
|
|
106
110
|
}
|
|
107
111
|
|
|
@@ -176,6 +180,10 @@ export namespace TrendingPoolGetResponse {
|
|
|
176
180
|
|
|
177
181
|
h6?: string;
|
|
178
182
|
|
|
183
|
+
m15?: string;
|
|
184
|
+
|
|
185
|
+
m30?: string;
|
|
186
|
+
|
|
179
187
|
m5?: string;
|
|
180
188
|
}
|
|
181
189
|
}
|
|
@@ -310,6 +318,10 @@ export namespace TrendingPoolGetNetworkResponse {
|
|
|
310
318
|
|
|
311
319
|
h6?: string;
|
|
312
320
|
|
|
321
|
+
m15?: string;
|
|
322
|
+
|
|
323
|
+
m30?: string;
|
|
324
|
+
|
|
313
325
|
m5?: string;
|
|
314
326
|
}
|
|
315
327
|
|
|
@@ -384,6 +396,10 @@ export namespace TrendingPoolGetNetworkResponse {
|
|
|
384
396
|
|
|
385
397
|
h6?: string;
|
|
386
398
|
|
|
399
|
+
m15?: string;
|
|
400
|
+
|
|
401
|
+
m30?: string;
|
|
402
|
+
|
|
387
403
|
m5?: string;
|
|
388
404
|
}
|
|
389
405
|
}
|
|
@@ -81,6 +81,10 @@ export namespace MegafilterGetResponse {
|
|
|
81
81
|
|
|
82
82
|
h6?: string;
|
|
83
83
|
|
|
84
|
+
m15?: string;
|
|
85
|
+
|
|
86
|
+
m30?: string;
|
|
87
|
+
|
|
84
88
|
m5?: string;
|
|
85
89
|
}
|
|
86
90
|
|
|
@@ -155,6 +159,10 @@ export namespace MegafilterGetResponse {
|
|
|
155
159
|
|
|
156
160
|
h6?: string;
|
|
157
161
|
|
|
162
|
+
m15?: string;
|
|
163
|
+
|
|
164
|
+
m30?: string;
|
|
165
|
+
|
|
158
166
|
m5?: string;
|
|
159
167
|
}
|
|
160
168
|
}
|
|
@@ -76,6 +76,10 @@ export namespace PoolGetResponse {
|
|
|
76
76
|
|
|
77
77
|
h6?: string;
|
|
78
78
|
|
|
79
|
+
m15?: string;
|
|
80
|
+
|
|
81
|
+
m30?: string;
|
|
82
|
+
|
|
79
83
|
m5?: string;
|
|
80
84
|
}
|
|
81
85
|
|
|
@@ -150,6 +154,10 @@ export namespace PoolGetResponse {
|
|
|
150
154
|
|
|
151
155
|
h6?: string;
|
|
152
156
|
|
|
157
|
+
m15?: string;
|
|
158
|
+
|
|
159
|
+
m30?: string;
|
|
160
|
+
|
|
153
161
|
m5?: string;
|
|
154
162
|
}
|
|
155
163
|
}
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '1.
|
|
1
|
+
export const VERSION = '1.7.1'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.
|
|
1
|
+
export declare const VERSION = "1.7.1";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.
|
|
1
|
+
export declare const VERSION = "1.7.1";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '1.
|
|
1
|
+
export const VERSION = '1.7.1'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|