@telos-dev-team/dealernode-permissions 1.1.18 → 1.1.19

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.
@@ -664,6 +664,7 @@ export declare const PERMISSIONS: {
664
664
  readonly VIEW: "gps-provider.device.operations.view";
665
665
  readonly LOCATE: "gps-provider.device.operations.locate";
666
666
  readonly ACTIVATE: "gps-provider.device.operations.activate";
667
+ readonly RESET_MILEAGE: "gps-provider.device.operations.reset_mileage";
667
668
  };
668
669
  };
669
670
  };
@@ -742,6 +742,7 @@ exports.PERMISSIONS = {
742
742
  VIEW: "gps-provider.device.operations.view",
743
743
  LOCATE: "gps-provider.device.operations.locate",
744
744
  ACTIVATE: "gps-provider.device.operations.activate",
745
+ RESET_MILEAGE: "gps-provider.device.operations.reset_mileage",
745
746
  },
746
747
  },
747
748
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telos-dev-team/dealernode-permissions",
3
- "version": "1.1.18",
3
+ "version": "1.1.19",
4
4
  "description": "Shared permissions constants for dealernode projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -766,6 +766,7 @@ export const PERMISSIONS = {
766
766
  VIEW: "gps-provider.device.operations.view",
767
767
  LOCATE: "gps-provider.device.operations.locate",
768
768
  ACTIVATE: "gps-provider.device.operations.activate",
769
+ RESET_MILEAGE: "gps-provider.device.operations.reset_mileage",
769
770
  },
770
771
  },
771
772
  },