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