@barchart/chart-lib 2.219.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.
@@ -355,7 +355,8 @@ declare module "@barchart/chart-lib" {
355
355
  | "NHLAI"
356
356
  | "CMBCI"
357
357
  | "CMBCIF"
358
- | "CMBCIS";
358
+ | "CMBCIS"
359
+ | "COTI";
359
360
 
360
361
  export type GeneralFieldId =
361
362
  | "DateTime"
@@ -512,7 +513,8 @@ declare module "@barchart/chart-lib" {
512
513
  | "STC"
513
514
  | "MCCLO"
514
515
  | "NHLAI"
515
- | "CMBCI";
516
+ | "CMBCI"
517
+ | "COTI";
516
518
 
517
519
  export type PlotType =
518
520
  | "Symbol"