@barchart/chart-lib 2.209.0 → 2.211.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.
@@ -351,7 +351,8 @@ declare module "@barchart/chart-lib" {
351
351
  | "KST"
352
352
  | "KSTSIG"
353
353
  | "STC"
354
- | "MCCLO";
354
+ | "MCCLO"
355
+ | "NHLAI";
355
356
 
356
357
  export type GeneralFieldId =
357
358
  | "DateTime"
@@ -502,7 +503,8 @@ declare module "@barchart/chart-lib" {
502
503
  | "PMO"
503
504
  | "KST"
504
505
  | "STC"
505
- | "MCCLO";
506
+ | "MCCLO"
507
+ | "NHLAI";
506
508
 
507
509
  type PlotType =
508
510
  | "Symbol"