@transistorsoft/background-geolocation-types 5.0.0-beta.8 → 5.0.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.
@@ -10,7 +10,7 @@ export interface Geofence {
10
10
  loiteringDelay?: number;
11
11
  extras?: Record<string, unknown>;
12
12
  vertices?: Vertices;
13
- readonly entryState: number;
14
- readonly hits: number;
15
- readonly stateUpdatedAt: number;
13
+ readonly entryState?: number;
14
+ readonly hits?: number;
15
+ readonly stateUpdatedAt?: number;
16
16
  }
@@ -26,6 +26,7 @@ export interface Location {
26
26
  timestamp: string;
27
27
  age: number;
28
28
  odometer: number;
29
+ odometer_error: number;
29
30
  is_moving: boolean;
30
31
  uuid: string;
31
32
  event?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transistorsoft/background-geolocation-types",
3
- "version": "5.0.0-beta.8",
3
+ "version": "5.0.0",
4
4
  "type": "commonjs",
5
5
  "description": "Shared TypeScript type definitions and documentation for Transistor Software's Background Geolocation SDKs (React Native, Capacitor, Cordova)",
6
6
  "author": "Transistor Software <info@transistorsoft.com>",