@barchart/chart-lib 2.356.0 → 2.356.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.
@@ -2407,7 +2407,7 @@ declare module "@barchart/chart-lib" {
2407
2407
  export function adaptOpenFeedClient(client: any, listener: any): any;
2408
2408
 
2409
2409
  class OpenFeed extends BaseDataFeed {
2410
- adapter?: any;
2410
+ setAdapter(adapter?: any): void;
2411
2411
  addAuxFeed(auxFeed: OpenFeed): void;
2412
2412
  }
2413
2413