@barchart/chart-lib 2.213.0 → 2.213.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.
@@ -2084,6 +2084,11 @@ declare module "@barchart/chart-lib" {
2084
2084
  connection?: any;
2085
2085
  }
2086
2086
 
2087
+ class OpenFeed extends BaseDataFeed {
2088
+ listener?: any;
2089
+ client?: any;
2090
+ }
2091
+
2087
2092
  /** A key bootstrapping method to call, once per page: initialized the data feed, which you then use to create charts.
2088
2093
  * @param constr A constructor of the class representing the data feed. Must be a descendant of the @see BaseDataFeed.
2089
2094
  * @param config Optional data feed configuration, @see Config
@@ -2512,6 +2517,7 @@ declare module "@barchart/chart-lib" {
2512
2517
  getChartOutline,
2513
2518
  BarchartSiteDataFeed,
2514
2519
  MarketDataFeed,
2520
+ OpenFeed,
2515
2521
  MiniWidgetDataFeed,
2516
2522
  parseExpression,
2517
2523
  evaluateExpression,