@barchart/chart-lib 2.292.1 → 2.294.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,8 @@ declare module "@barchart/chart-lib" {
364
364
  | "MBBUI"
365
365
  | "MBBM"
366
366
  | "MBBLI"
367
- | "MBBLO";
367
+ | "MBBLO"
368
+ | "CHOP";
368
369
 
369
370
  export type GeneralFieldId =
370
371
  | "DateTime"
@@ -526,7 +527,8 @@ declare module "@barchart/chart-lib" {
526
527
  | "CMBCI"
527
528
  | "COTI"
528
529
  | "CHEXI"
529
- | "MBBANDS";
530
+ | "MBBANDS"
531
+ | "CHOP";
530
532
 
531
533
  export type PlotType =
532
534
  | "Symbol"