@chainstream-io/sdk 0.2.14 → 0.2.15

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.
@@ -5849,8 +5849,8 @@ declare enum WsChannelType {
5849
5849
  New = "new",
5850
5850
  HOT = "trending",
5851
5851
  US_STOCKS = "us_stocks",
5852
- COMPLETED = "completed",
5853
- GRADUATED = "graduated"
5852
+ FINAL_STRETCH = "graduated",
5853
+ MIGRATED = "completed"
5854
5854
  }
5855
5855
  declare enum WsMetricType {
5856
5856
  LIQUIDITY_IN_USD = "liquidity_in_usd",
@@ -5849,8 +5849,8 @@ declare enum WsChannelType {
5849
5849
  New = "new",
5850
5850
  HOT = "trending",
5851
5851
  US_STOCKS = "us_stocks",
5852
- COMPLETED = "completed",
5853
- GRADUATED = "graduated"
5852
+ FINAL_STRETCH = "graduated",
5853
+ MIGRATED = "completed"
5854
5854
  }
5855
5855
  declare enum WsMetricType {
5856
5856
  LIQUIDITY_IN_USD = "liquidity_in_usd",
@@ -1,2 +1,2 @@
1
- export { C as ChainStreamClient, y as ChainStreamClientOptions, z as ChainStreamRequestContext, he as PostOptions, T as TokenProvider } from './chainstream-CU9_GrjX.cjs';
1
+ export { C as ChainStreamClient, y as ChainStreamClientOptions, z as ChainStreamRequestContext, he as PostOptions, T as TokenProvider } from './chainstream-wxRA8ApP.cjs';
2
2
  import 'axios';
@@ -1,2 +1,2 @@
1
- export { C as ChainStreamClient, y as ChainStreamClientOptions, z as ChainStreamRequestContext, he as PostOptions, T as TokenProvider } from './chainstream-CU9_GrjX.js';
1
+ export { C as ChainStreamClient, y as ChainStreamClientOptions, z as ChainStreamRequestContext, he as PostOptions, T as TokenProvider } from './chainstream-wxRA8ApP.js';
2
2
  import 'axios';
package/dist/index.cjs CHANGED
@@ -1725,8 +1725,8 @@ var WsChannelType = /* @__PURE__ */ ((WsChannelType2) => {
1725
1725
  WsChannelType2["New"] = "new";
1726
1726
  WsChannelType2["HOT"] = "trending";
1727
1727
  WsChannelType2["US_STOCKS"] = "us_stocks";
1728
- WsChannelType2["COMPLETED"] = "completed";
1729
- WsChannelType2["GRADUATED"] = "graduated";
1728
+ WsChannelType2["FINAL_STRETCH"] = "graduated";
1729
+ WsChannelType2["MIGRATED"] = "completed";
1730
1730
  return WsChannelType2;
1731
1731
  })(WsChannelType || {});
1732
1732
  var WsMetricType = /* @__PURE__ */ ((WsMetricType2) => {