@chainstream-io/sdk 2.0.1 → 2.0.2

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.
@@ -2494,6 +2494,8 @@ interface TokenMarketData {
2494
2494
  /** @nullable */
2495
2495
  bundleTotalHoldings?: string | null;
2496
2496
  /** @nullable */
2497
+ circulatingSupply?: string | null;
2498
+ /** @nullable */
2497
2499
  completionRatio?: string | null;
2498
2500
  /** @nullable */
2499
2501
  devHoldingsRatio?: string | null;
@@ -2502,6 +2504,10 @@ interface TokenMarketData {
2502
2504
  /** @nullable */
2503
2505
  devTotalHoldings?: string | null;
2504
2506
  /** @nullable */
2507
+ fdvInSol?: string | null;
2508
+ /** @nullable */
2509
+ fdvInUsd?: string | null;
2510
+ /** @nullable */
2505
2511
  freshHoldingsRatio?: string | null;
2506
2512
  /** @nullable */
2507
2513
  freshTotalHolders?: string | null;
@@ -4472,6 +4478,8 @@ type GetMarketDataMulti200 = {
4472
4478
  /** @nullable */
4473
4479
  bundleTotalHoldings?: string | null;
4474
4480
  /** @nullable */
4481
+ circulatingSupply?: string | null;
4482
+ /** @nullable */
4475
4483
  completionRatio?: string | null;
4476
4484
  /** @nullable */
4477
4485
  devHoldingsRatio?: string | null;
@@ -4480,6 +4488,10 @@ type GetMarketDataMulti200 = {
4480
4488
  /** @nullable */
4481
4489
  devTotalHoldings?: string | null;
4482
4490
  /** @nullable */
4491
+ fdvInSol?: string | null;
4492
+ /** @nullable */
4493
+ fdvInUsd?: string | null;
4494
+ /** @nullable */
4483
4495
  freshHoldingsRatio?: string | null;
4484
4496
  /** @nullable */
4485
4497
  freshTotalHolders?: string | null;
@@ -2494,6 +2494,8 @@ interface TokenMarketData {
2494
2494
  /** @nullable */
2495
2495
  bundleTotalHoldings?: string | null;
2496
2496
  /** @nullable */
2497
+ circulatingSupply?: string | null;
2498
+ /** @nullable */
2497
2499
  completionRatio?: string | null;
2498
2500
  /** @nullable */
2499
2501
  devHoldingsRatio?: string | null;
@@ -2502,6 +2504,10 @@ interface TokenMarketData {
2502
2504
  /** @nullable */
2503
2505
  devTotalHoldings?: string | null;
2504
2506
  /** @nullable */
2507
+ fdvInSol?: string | null;
2508
+ /** @nullable */
2509
+ fdvInUsd?: string | null;
2510
+ /** @nullable */
2505
2511
  freshHoldingsRatio?: string | null;
2506
2512
  /** @nullable */
2507
2513
  freshTotalHolders?: string | null;
@@ -4472,6 +4478,8 @@ type GetMarketDataMulti200 = {
4472
4478
  /** @nullable */
4473
4479
  bundleTotalHoldings?: string | null;
4474
4480
  /** @nullable */
4481
+ circulatingSupply?: string | null;
4482
+ /** @nullable */
4475
4483
  completionRatio?: string | null;
4476
4484
  /** @nullable */
4477
4485
  devHoldingsRatio?: string | null;
@@ -4480,6 +4488,10 @@ type GetMarketDataMulti200 = {
4480
4488
  /** @nullable */
4481
4489
  devTotalHoldings?: string | null;
4482
4490
  /** @nullable */
4491
+ fdvInSol?: string | null;
4492
+ /** @nullable */
4493
+ fdvInUsd?: string | null;
4494
+ /** @nullable */
4483
4495
  freshHoldingsRatio?: string | null;
4484
4496
  /** @nullable */
4485
4497
  freshTotalHolders?: string | null;
@@ -1,2 +1,2 @@
1
- export { C as ChainStreamClient, y as ChainStreamClientOptions, z as ChainStreamRequestContext, gE as PostOptions, T as TokenProvider } from './chainstream-Dr-P6Fcv.cjs';
1
+ export { C as ChainStreamClient, y as ChainStreamClientOptions, z as ChainStreamRequestContext, gE as PostOptions, T as TokenProvider } from './chainstream-CoMtjKRz.cjs';
2
2
  import 'axios';
@@ -1,2 +1,2 @@
1
- export { C as ChainStreamClient, y as ChainStreamClientOptions, z as ChainStreamRequestContext, gE as PostOptions, T as TokenProvider } from './chainstream-Dr-P6Fcv.js';
1
+ export { C as ChainStreamClient, y as ChainStreamClientOptions, z as ChainStreamRequestContext, gE as PostOptions, T as TokenProvider } from './chainstream-CoMtjKRz.js';
2
2
  import 'axios';