@barchart/chart-lib 2.347.1 → 2.349.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.
@@ -395,7 +395,12 @@ declare module "@barchart/chart-lib" {
395
395
  | "PCUP3"
396
396
  | "PCDN3"
397
397
  | "PCTD"
398
- | "PCTP";
398
+ | "PCTP"
399
+ | "TDIPRC"
400
+ | "TDITSL"
401
+ | "TDIMBL"
402
+ | "TDIUPR"
403
+ | "TDILWR";
399
404
 
400
405
  export type GeneralFieldId =
401
406
  | "DateTime"
@@ -562,7 +567,8 @@ declare module "@barchart/chart-lib" {
562
567
  | "CHOP"
563
568
  | "MACLD"
564
569
  | "PC"
565
- | "PVACP";
570
+ | "PVACP"
571
+ | "TDI";
566
572
 
567
573
  export type PlotType =
568
574
  | "Symbol"