@barchart/chart-lib 2.217.5 → 2.218.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.
@@ -2297,8 +2297,10 @@ declare module "@barchart/chart-lib" {
2297
2297
  }>;
2298
2298
  }
2299
2299
 
2300
- function getTaxonomies(): Taxonomies;
2301
- function getStudies(): Study[];
2300
+ export function getTaxonomies(): Taxonomies;
2301
+ export function getStudies(): Study[];
2302
+ export function getStudy(studyId: string): StudyModel;
2303
+ export function doesStudyExist(studyId: string): boolean;
2302
2304
 
2303
2305
  type PlotModel =
2304
2306
  | SymbolPlotModel
@@ -2551,8 +2553,6 @@ declare module "@barchart/chart-lib" {
2551
2553
  MiniWidgetDataFeed,
2552
2554
  parseExpression,
2553
2555
  evaluateExpression,
2554
- getTaxonomies,
2555
- getStudies,
2556
2556
  Topics,
2557
2557
  PubSub,
2558
2558
  };