@barchart/chart-lib 2.324.1 → 2.325.1

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.
@@ -324,6 +324,7 @@ declare module "@barchart/chart-lib" {
324
324
  | "ATRMA"
325
325
  | "STOMOMIX"
326
326
  | "CHDMOMOSC"
327
+ | "CHDMOMOSCAVG"
327
328
  | "VSTOPUP"
328
329
  | "VSTOPLOW"
329
330
  | "SUPTR"
@@ -2360,6 +2361,8 @@ declare module "@barchart/chart-lib" {
2360
2361
  getMetaDataSource(): IMetaDataSource;
2361
2362
  /** The instance producing record objects. */
2362
2363
  getRecordSource(): IRecordSource;
2364
+ /** Perform any cleanup: close connections, unsubscribe etc. */
2365
+ shutdown(): void;
2363
2366
  }
2364
2367
 
2365
2368
  export type Factory<T> = new () => T;