mgtypes 1.0.96 → 1.0.98
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.
package/package.json
CHANGED
package/types/Permissions.ts
CHANGED
|
@@ -95,8 +95,7 @@ export const nativePermissionsOrder: mgNativePermissionTitle[] = [
|
|
|
95
95
|
];
|
|
96
96
|
|
|
97
97
|
export const locationPermissionsOrder: mgLocationPermissionTitle[] = [
|
|
98
|
-
mgLocationPermissionTitle.
|
|
99
|
-
mgLocationPermissionTitle.SHOW_DISTANCE_TO_PINS,
|
|
98
|
+
mgLocationPermissionTitle.SHOW_LOCATION_AND_DISTANCES,
|
|
100
99
|
mgLocationPermissionTitle.RECEIVE_GEOTARGETED_CONTENT,
|
|
101
100
|
mgLocationPermissionTitle.SHARE_BACKGROUND_LOCATION_WITH_FRIENDS,
|
|
102
101
|
mgLocationPermissionTitle.SHARE_FOREGROUND_LOCATION_WITH_FRIENDS,
|
|
@@ -437,8 +437,7 @@ export interface mgPermissionsProfile {
|
|
|
437
437
|
// if a permission is not toggleable and defaults to false, don't
|
|
438
438
|
// even bother showing it
|
|
439
439
|
LOCATION: {
|
|
440
|
-
|
|
441
|
-
SHOW_DISTANCE_TO_PINS: { canToggle: boolean; default: boolean };
|
|
440
|
+
SHOW_LOCATION_AND_DISTANCES: { canToggle: boolean; default: boolean }; // blue dot and user-to-pin distances
|
|
442
441
|
// user coordinate are sent to server
|
|
443
442
|
ENABLE_GEOTARGETED_CONTENT: { canToggle: boolean; default: boolean };
|
|
444
443
|
// shares location with friends when using the app
|