@barchart/chart-lib 2.332.1 → 2.333.0

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.
@@ -2399,7 +2399,7 @@ declare module "@barchart/chart-lib" {
2399
2399
  class OpenFeed extends BaseDataFeed {
2400
2400
  multiplexer: any;
2401
2401
  listener?: any;
2402
- client?: any;
2402
+ adapter?: any;
2403
2403
  }
2404
2404
 
2405
2405
  class SnapshotDataFeed extends BaseDataFeed {}