@chainstream-io/sdk 0.2.13 → 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.
package/dist/index.cjs CHANGED
@@ -1560,21 +1560,21 @@ var StreamApi = class {
1560
1560
  (data) => callback({
1561
1561
  walletAddress: data.a,
1562
1562
  tokenAddress: data.ta,
1563
- tokenPriceInUsd: data.tpiu,
1564
1563
  timestamp: data.t,
1564
+ buyCount: data.bs,
1565
+ buyCount30d: data.bs30d,
1566
+ buyCount7d: data.bs7d,
1567
+ sellCount: data.ss,
1568
+ sellCount30d: data.ss30d,
1569
+ sellCount7d: data.ss7d,
1570
+ tokenPriceInUsd: data.tpiu,
1565
1571
  opentime: data.ot,
1566
1572
  lasttime: data.lt,
1567
1573
  closetime: data.ct,
1568
1574
  buyAmount: data.ba,
1569
1575
  buyAmountInUsd: data.baiu,
1570
- buyCount: data.bs,
1571
- buyCount30d: data.bs30d,
1572
- buyCount7d: data.bs7d,
1573
1576
  sellAmount: data.sa,
1574
1577
  sellAmountInUsd: data.saiu,
1575
- sellCount: data.ss,
1576
- sellCount30d: data.ss30d,
1577
- sellCount7d: data.ss7d,
1578
1578
  heldDurationTimestamp: data.hdts,
1579
1579
  averageBuyPriceInUsd: data.abpiu,
1580
1580
  averageSellPriceInUsd: data.aspiu,
@@ -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) => {