@chainstream-io/sdk 0.1.23 → 0.1.24
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/README.md +2 -2
- package/dist/{WatchlistApi-VmKx6Q1Q.d.cts → WatchlistApi-DtNbXNQ2.d.cts} +27 -5
- package/dist/{WatchlistApi-VmKx6Q1Q.d.ts → WatchlistApi-DtNbXNQ2.d.ts} +27 -5
- package/dist/{index-CjzuX57e.d.cts → index-BRgfeoOg.d.cts} +2 -2
- package/dist/{index-omaVsSSm.d.ts → index-Dv24PgY3.d.ts} +2 -2
- package/dist/index.cjs +19 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +19 -1
- package/dist/index.mjs.map +1 -1
- package/dist/openapi/index.cjs +30 -0
- package/dist/openapi/index.cjs.map +1 -1
- package/dist/openapi/index.d.cts +1 -1
- package/dist/openapi/index.d.ts +1 -1
- package/dist/openapi/index.mjs +28 -0
- package/dist/openapi/index.mjs.map +1 -1
- package/dist/stream/index.d.cts +2 -2
- package/dist/stream/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { q as DexAggregatorOptions, r as DexClient, p as DexRequestContext, L as LIB_VERSION, P as PostOptions, o as TokenProvider } from './index-
|
|
2
|
-
import './WatchlistApi-
|
|
1
|
+
export { q as DexAggregatorOptions, r as DexClient, p as DexRequestContext, L as LIB_VERSION, P as PostOptions, o as TokenProvider } from './index-BRgfeoOg.cjs';
|
|
2
|
+
import './WatchlistApi-DtNbXNQ2.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { q as DexAggregatorOptions, r as DexClient, p as DexRequestContext, L as LIB_VERSION, P as PostOptions, o as TokenProvider } from './index-
|
|
2
|
-
import './WatchlistApi-
|
|
1
|
+
export { q as DexAggregatorOptions, r as DexClient, p as DexRequestContext, L as LIB_VERSION, P as PostOptions, o as TokenProvider } from './index-Dv24PgY3.js';
|
|
2
|
+
import './WatchlistApi-DtNbXNQ2.js';
|
package/dist/index.mjs
CHANGED
|
@@ -6383,6 +6383,24 @@ var TokenApi = class extends BaseAPI {
|
|
|
6383
6383
|
);
|
|
6384
6384
|
}
|
|
6385
6385
|
const queryParameters = {};
|
|
6386
|
+
if (requestParameters["sortBy"] != null) {
|
|
6387
|
+
queryParameters["sortBy"] = requestParameters["sortBy"];
|
|
6388
|
+
}
|
|
6389
|
+
if (requestParameters["sortDirection"] != null) {
|
|
6390
|
+
queryParameters["sortDirection"] = requestParameters["sortDirection"];
|
|
6391
|
+
}
|
|
6392
|
+
if (requestParameters["minTvlInSol"] != null) {
|
|
6393
|
+
queryParameters["minTvlInSol"] = requestParameters["minTvlInSol"];
|
|
6394
|
+
}
|
|
6395
|
+
if (requestParameters["maxTvlInSol"] != null) {
|
|
6396
|
+
queryParameters["maxTvlInSol"] = requestParameters["maxTvlInSol"];
|
|
6397
|
+
}
|
|
6398
|
+
if (requestParameters["minTvlInUsd"] != null) {
|
|
6399
|
+
queryParameters["minTvlInUsd"] = requestParameters["minTvlInUsd"];
|
|
6400
|
+
}
|
|
6401
|
+
if (requestParameters["maxTvlInUsd"] != null) {
|
|
6402
|
+
queryParameters["maxTvlInUsd"] = requestParameters["maxTvlInUsd"];
|
|
6403
|
+
}
|
|
6386
6404
|
const headerParameters = {};
|
|
6387
6405
|
if (this.configuration && this.configuration.accessToken) {
|
|
6388
6406
|
const token = this.configuration.accessToken;
|
|
@@ -7994,7 +8012,7 @@ var WatchlistApi = class extends BaseAPI {
|
|
|
7994
8012
|
|
|
7995
8013
|
// src/index.ts
|
|
7996
8014
|
import { EventSourcePolyfill } from "event-source-polyfill";
|
|
7997
|
-
var LIB_VERSION = "0.1.
|
|
8015
|
+
var LIB_VERSION = "0.1.24";
|
|
7998
8016
|
var UserAgentMiddleware = class {
|
|
7999
8017
|
async pre(context) {
|
|
8000
8018
|
if (!context.init.headers) {
|