@barchart/chart-lib 2.349.0 → 2.351.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.
@@ -182,8 +182,10 @@ declare module "@barchart/chart-lib" {
182
182
  | "BOLLBU"
183
183
  | "BOLLBL"
184
184
  | "BOLLBM"
185
+ | "BOLLW"
186
+ | "BOLLP"
185
187
  | "BOLLBW"
186
- | "BOLLBP"
188
+ | "BOLLBWA"
187
189
  | "OBVOL"
188
190
  | "OBVOLAVG"
189
191
  | "ATR"
@@ -347,7 +349,6 @@ declare module "@barchart/chart-lib" {
347
349
  | "DIFA"
348
350
  | "DOSCH"
349
351
  | "DOSCS"
350
- | "BOLLSQ"
351
352
  | "TTMSQZON"
352
353
  | "TTMSQZOFF"
353
354
  | "TTMSQZOSC"
@@ -400,7 +401,8 @@ declare module "@barchart/chart-lib" {
400
401
  | "TDITSL"
401
402
  | "TDIMBL"
402
403
  | "TDIUPR"
403
- | "TDILWR";
404
+ | "TDILWR"
405
+ | "PPS";
404
406
 
405
407
  export type GeneralFieldId =
406
408
  | "DateTime"
@@ -461,7 +463,7 @@ declare module "@barchart/chart-lib" {
461
463
  | "BBANDS"
462
464
  | "BWIDTH"
463
465
  | "BPERC"
464
- | "BSQUEEZE"
466
+ | "BBANDW"
465
467
  | "OBVOL"
466
468
  | "ATR"
467
469
  | "ADX"
@@ -568,7 +570,8 @@ declare module "@barchart/chart-lib" {
568
570
  | "MACLD"
569
571
  | "PC"
570
572
  | "PVACP"
571
- | "TDI";
573
+ | "TDI"
574
+ | "PPS";
572
575
 
573
576
  export type PlotType =
574
577
  | "Symbol"