@barchart/chart-lib 2.303.4 → 2.305.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.
@@ -367,7 +367,13 @@ declare module "@barchart/chart-lib" {
367
367
  | "MBBLO"
368
368
  | "CHOP"
369
369
  | "MACLD1"
370
- | "MACLD2";
370
+ | "MACLD2"
371
+ | "PCUP1"
372
+ | "PCDN1"
373
+ | "PCUP2"
374
+ | "PCDN2"
375
+ | "PCUP3"
376
+ | "PCDN3";
371
377
 
372
378
  export type GeneralFieldId =
373
379
  | "DateTime"
@@ -531,7 +537,8 @@ declare module "@barchart/chart-lib" {
531
537
  | "CHEXI"
532
538
  | "MBBANDS"
533
539
  | "CHOP"
534
- | "MACLD";
540
+ | "MACLD"
541
+ | "PC";
535
542
 
536
543
  export type PlotType =
537
544
  | "Symbol"