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