@barchart/chart-lib 2.198.0 → 2.199.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.
@@ -350,7 +350,8 @@ declare module "@barchart/chart-lib" {
350
350
  | "PMOS"
351
351
  | "KST"
352
352
  | "KSTSIG"
353
- | "STC";
353
+ | "STC"
354
+ | "MCCLO";
354
355
 
355
356
  export type GeneralFieldId =
356
357
  | "DateTime"
@@ -500,7 +501,8 @@ declare module "@barchart/chart-lib" {
500
501
  | "MRS"
501
502
  | "PMO"
502
503
  | "KST"
503
- | "STC";
504
+ | "STC"
505
+ | "MCCLO";
504
506
 
505
507
  type PlotType =
506
508
  | "Symbol"