@transistorsoft/background-geolocation-types 5.3.1 → 5.3.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.
|
@@ -136,5 +136,6 @@ export interface BackgroundGeolocation extends BackgroundGeolocationAPI {
|
|
|
136
136
|
LocationRequest: typeof import('../../enums/LocationRequest').LocationRequest;
|
|
137
137
|
AccuracyAuthorization: typeof import('../../enums/AccuracyAuthorization').AccuracyAuthorization;
|
|
138
138
|
AuthorizationStatus: typeof import('../../enums/AuthorizationStatus').AuthorizationStatus;
|
|
139
|
+
Permission: typeof import('../../enums/Permission').Permission;
|
|
139
140
|
ActivityType: typeof import('../../enums/ActivityType').ActivityType;
|
|
140
141
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transistorsoft/background-geolocation-types",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.2",
|
|
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>",
|