@barchart/chart-lib 2.351.2 → 2.352.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.
@@ -402,7 +402,8 @@ declare module "@barchart/chart-lib" {
402
402
  | "TDIMBL"
403
403
  | "TDIUPR"
404
404
  | "TDILWR"
405
- | "PPS";
405
+ | "PPS"
406
+ | "FRAMA";
406
407
 
407
408
  export type GeneralFieldId =
408
409
  | "DateTime"
@@ -571,7 +572,8 @@ declare module "@barchart/chart-lib" {
571
572
  | "PC"
572
573
  | "PVACP"
573
574
  | "TDI"
574
- | "PPS";
575
+ | "PPS"
576
+ | "FRAMA";
575
577
 
576
578
  export type PlotType =
577
579
  | "Symbol"