@barchart/chart-lib 2.221.2 → 2.222.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.
@@ -356,7 +356,9 @@ declare module "@barchart/chart-lib" {
356
356
  | "CMBCI"
357
357
  | "CMBCIF"
358
358
  | "CMBCIS"
359
- | "COTI";
359
+ | "COTI"
360
+ | "CHEXL"
361
+ | "CHEXS";
360
362
 
361
363
  export type GeneralFieldId =
362
364
  | "DateTime"
@@ -514,7 +516,8 @@ declare module "@barchart/chart-lib" {
514
516
  | "MCCLO"
515
517
  | "NHLAI"
516
518
  | "CMBCI"
517
- | "COTI";
519
+ | "COTI"
520
+ | "CHEXI";
518
521
 
519
522
  export type PlotType =
520
523
  | "Symbol"