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