@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.
@@ -1,4 +1,4 @@
1
- import { fl as Resolution, b as Configuration, U as DexApi, Y as DexPoolApi, aT as TokenApi, bu as WalletApi, b7 as TradeApi, a6 as RankingApi, bn as TransactionApi, z as DefiSolanaMoonshotApi, K as DefiSolanaPumpfunApi, av as RedPacketApi, Z as IpfsApi, w as BlockchainApi, bw as WatchlistApi, a0 as JobsApi } from './WatchlistApi-DnhIL4RN.js';
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.5";
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 { fl as Resolution, b as Configuration, U as DexApi, Y as DexPoolApi, aT as TokenApi, bu as WalletApi, b7 as TradeApi, a6 as RankingApi, bn as TransactionApi, z as DefiSolanaMoonshotApi, K as DefiSolanaPumpfunApi, av as RedPacketApi, Z as IpfsApi, w as BlockchainApi, bw as WatchlistApi, a0 as JobsApi } from './WatchlistApi-DnhIL4RN.cjs';
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.5";
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
  }