@idm-plugin/geo 1.7.3 → 1.7.4

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.
@@ -31,5 +31,5 @@ export interface AISRecord {
31
31
  export declare class AisHelper {
32
32
  static json2Str(json: AISRecord): string;
33
33
  static str2Json(str: string): AISRecord;
34
- static inspectStoppages(rows: AISRecord[], threshold?: number): any[];
34
+ static inspectStoppages(rows: AISRecord[], threshold?: number, onlyAis?: boolean): any[];
35
35
  }