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