@barchart/chart-lib 2.395.1 → 2.396.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.
@@ -419,7 +419,10 @@ declare module "@barchart/chart-lib" {
419
419
  | "CORR"
420
420
  | "RVI"
421
421
  | "RVISIG"
422
- | "ZZPIVOT";
422
+ | "ZZPIVOT"
423
+ | "ATREXTAVG"
424
+ | "ATREXTUP"
425
+ | "ATREXTLOW";
423
426
 
424
427
  export type GeneralFieldId =
425
428
  | "DateTime"
@@ -604,7 +607,8 @@ declare module "@barchart/chart-lib" {
604
607
  | "BOP"
605
608
  | "CORR"
606
609
  | "RVI"
607
- | "ZIGZAG";
610
+ | "ZIGZAG"
611
+ | "ATREXT";
608
612
 
609
613
  export type PlotType =
610
614
  | "Symbol"