mgtypes 1.0.97 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mgtypes",
3
- "version": "1.0.97",
3
+ "version": "1.0.98",
4
4
  "description": "types for mg development",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -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
- SHOW_LOCATION: { canToggle: boolean; default: boolean }; // blue dot
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