@chainstream-io/sdk 0.1.16 → 0.1.18
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-DnhIL4RN.d.cts → WatchlistApi-18jD3YH5.d.cts} +2333 -234
- package/dist/{WatchlistApi-DnhIL4RN.d.ts → WatchlistApi-18jD3YH5.d.ts} +2333 -234
- package/dist/{index-Bjo4kHPR.d.ts → index-BFUtqtnx.d.ts} +4 -2
- package/dist/{index-Cr-iw2fc.d.cts → index-BOKG4I08.d.cts} +4 -2
- package/dist/index.cjs +1457 -13
- 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 +1457 -13
- package/dist/index.mjs.map +1 -1
- package/dist/openapi/index.d.cts +60 -2160
- package/dist/openapi/index.d.ts +60 -2160
- package/dist/stream/index.d.cts +2 -2
- package/dist/stream/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { hZ as Resolution, a as Configuration, U as DexApi, Y as DexPoolApi, bi as TokenApi, bV as WalletApi, by as TradeApi, ax as RankingApi, bO as TransactionApi, z as DefiSolanaMoonshotApi, K as DefiSolanaPumpfunApi, aW as RedPacketApi, a6 as IpfsApi, w as BlockchainApi, bX as WatchlistApi, a9 as JobsApi, ar as KYTApi, a4 as EndpointApi } from './WatchlistApi-18jD3YH5.js';
|
|
2
2
|
|
|
3
3
|
declare enum TokenActivityType {
|
|
4
4
|
Sell = "sell",
|
|
@@ -428,7 +428,7 @@ interface DexAggregatorOptions {
|
|
|
428
428
|
serverUrl?: string;
|
|
429
429
|
streamUrl?: string;
|
|
430
430
|
}
|
|
431
|
-
declare const LIB_VERSION = "0.1.
|
|
431
|
+
declare const LIB_VERSION = "0.1.18";
|
|
432
432
|
declare class DexClient {
|
|
433
433
|
readonly requestCtx: DexRequestContext;
|
|
434
434
|
readonly _configuration: Configuration;
|
|
@@ -447,6 +447,8 @@ declare class DexClient {
|
|
|
447
447
|
readonly blockchain: BlockchainApi;
|
|
448
448
|
readonly watchlist: WatchlistApi;
|
|
449
449
|
readonly jobs: JobsApi;
|
|
450
|
+
readonly kyt: KYTApi;
|
|
451
|
+
readonly endpoint: EndpointApi;
|
|
450
452
|
constructor(accessToken: string | TokenProvider, options?: DexAggregatorOptions);
|
|
451
453
|
waitForJob<T>(jobId: string, timeout?: number): Promise<T>;
|
|
452
454
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { hZ as Resolution, a as Configuration, U as DexApi, Y as DexPoolApi, bi as TokenApi, bV as WalletApi, by as TradeApi, ax as RankingApi, bO as TransactionApi, z as DefiSolanaMoonshotApi, K as DefiSolanaPumpfunApi, aW as RedPacketApi, a6 as IpfsApi, w as BlockchainApi, bX as WatchlistApi, a9 as JobsApi, ar as KYTApi, a4 as EndpointApi } from './WatchlistApi-18jD3YH5.cjs';
|
|
2
2
|
|
|
3
3
|
declare enum TokenActivityType {
|
|
4
4
|
Sell = "sell",
|
|
@@ -428,7 +428,7 @@ interface DexAggregatorOptions {
|
|
|
428
428
|
serverUrl?: string;
|
|
429
429
|
streamUrl?: string;
|
|
430
430
|
}
|
|
431
|
-
declare const LIB_VERSION = "0.1.
|
|
431
|
+
declare const LIB_VERSION = "0.1.18";
|
|
432
432
|
declare class DexClient {
|
|
433
433
|
readonly requestCtx: DexRequestContext;
|
|
434
434
|
readonly _configuration: Configuration;
|
|
@@ -447,6 +447,8 @@ declare class DexClient {
|
|
|
447
447
|
readonly blockchain: BlockchainApi;
|
|
448
448
|
readonly watchlist: WatchlistApi;
|
|
449
449
|
readonly jobs: JobsApi;
|
|
450
|
+
readonly kyt: KYTApi;
|
|
451
|
+
readonly endpoint: EndpointApi;
|
|
450
452
|
constructor(accessToken: string | TokenProvider, options?: DexAggregatorOptions);
|
|
451
453
|
waitForJob<T>(jobId: string, timeout?: number): Promise<T>;
|
|
452
454
|
}
|