@barchart/chart-lib 2.350.0 → 2.351.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.
@@ -401,7 +401,8 @@ declare module "@barchart/chart-lib" {
401
401
  | "TDITSL"
402
402
  | "TDIMBL"
403
403
  | "TDIUPR"
404
- | "TDILWR";
404
+ | "TDILWR"
405
+ | "PPS";
405
406
 
406
407
  export type GeneralFieldId =
407
408
  | "DateTime"
@@ -569,7 +570,8 @@ declare module "@barchart/chart-lib" {
569
570
  | "MACLD"
570
571
  | "PC"
571
572
  | "PVACP"
572
- | "TDI";
573
+ | "TDI"
574
+ | "PPS";
573
575
 
574
576
  export type PlotType =
575
577
  | "Symbol"