@barchart/chart-lib 2.353.0 → 2.354.1

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.
@@ -405,7 +405,9 @@ declare module "@barchart/chart-lib" {
405
405
  | "PPS"
406
406
  | "FRAMA"
407
407
  | "FISHER"
408
- | "FISHTRG";
408
+ | "FISHTRG"
409
+ | "RCI"
410
+ | "RCISIG";
409
411
 
410
412
  export type GeneralFieldId =
411
413
  | "DateTime"
@@ -576,7 +578,8 @@ declare module "@barchart/chart-lib" {
576
578
  | "TDI"
577
579
  | "PPS"
578
580
  | "FRAMA"
579
- | "FISHER";
581
+ | "FISHER"
582
+ | "RCI";
580
583
 
581
584
  export type PlotType =
582
585
  | "Symbol"