@barchart/chart-lib 2.201.0 → 2.201.2

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.
@@ -997,6 +997,8 @@ declare module "@barchart/chart-lib" {
997
997
 
998
998
  export type StudyTimeSeries = CalculableTimeSeries & {
999
999
  baseVal(fld: Field, pos: number): FieldValue;
1000
+ innCont(ind: number): TimeSeriesContainer;
1001
+ innVal(ind: number, fld: Field, pos: number): FieldValue;
1000
1002
  get base(): TimeSeriesContainer;
1001
1003
  atLeast(pos: number, len: number): boolean;
1002
1004
  past(pos: number, len: number, fld: Field, container: TimeSeriesContainer): FieldValueArray;