@barchart/chart-lib 2.218.0 → 2.219.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.
@@ -352,7 +352,10 @@ declare module "@barchart/chart-lib" {
352
352
  | "KSTSIG"
353
353
  | "STC"
354
354
  | "MCCLO"
355
- | "NHLAI";
355
+ | "NHLAI"
356
+ | "CMBCI"
357
+ | "CMBCIF"
358
+ | "CMBCIS";
356
359
 
357
360
  export type GeneralFieldId =
358
361
  | "DateTime"
@@ -508,7 +511,8 @@ declare module "@barchart/chart-lib" {
508
511
  | "KST"
509
512
  | "STC"
510
513
  | "MCCLO"
511
- | "NHLAI";
514
+ | "NHLAI"
515
+ | "CMBCI";
512
516
 
513
517
  export type PlotType =
514
518
  | "Symbol"