@barchart/chart-lib 2.195.0 → 2.198.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.
@@ -347,7 +347,10 @@ declare module "@barchart/chart-lib" {
347
347
  | "DRS"
348
348
  | "MRS"
349
349
  | "PMO"
350
- | "PMOS";
350
+ | "PMOS"
351
+ | "KST"
352
+ | "KSTSIG"
353
+ | "STC";
351
354
 
352
355
  export type GeneralFieldId =
353
356
  | "DateTime"
@@ -495,7 +498,9 @@ declare module "@barchart/chart-lib" {
495
498
  | "CTTP"
496
499
  | "DRS"
497
500
  | "MRS"
498
- | "PMO";
501
+ | "PMO"
502
+ | "KST"
503
+ | "STC";
499
504
 
500
505
  type PlotType =
501
506
  | "Symbol"