@barchart/chart-lib 2.294.0 → 2.295.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.
@@ -365,7 +365,9 @@ declare module "@barchart/chart-lib" {
365
365
  | "MBBM"
366
366
  | "MBBLI"
367
367
  | "MBBLO"
368
- | "CHOP";
368
+ | "CHOP"
369
+ | "MACLD1"
370
+ | "MACLD2";
369
371
 
370
372
  export type GeneralFieldId =
371
373
  | "DateTime"
@@ -528,7 +530,8 @@ declare module "@barchart/chart-lib" {
528
530
  | "COTI"
529
531
  | "CHEXI"
530
532
  | "MBBANDS"
531
- | "CHOP";
533
+ | "CHOP"
534
+ | "MACLD";
532
535
 
533
536
  export type PlotType =
534
537
  | "Symbol"