@telos-dev-team/dealernode-permissions 1.1.3 → 1.1.4

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.
@@ -739,6 +739,7 @@ export declare const PERMISSIONS: {
739
739
  readonly OPERATIONS: {
740
740
  readonly VIEW: "gps-provider.device.operations.view";
741
741
  readonly LOCATE: "gps-provider.device.operations.locate";
742
+ readonly ACTIVATE: "gps-provider.device.operations.activate";
742
743
  };
743
744
  };
744
745
  };
@@ -811,6 +811,7 @@ exports.PERMISSIONS = {
811
811
  OPERATIONS: {
812
812
  VIEW: 'gps-provider.device.operations.view',
813
813
  LOCATE: 'gps-provider.device.operations.locate',
814
+ ACTIVATE: 'gps-provider.device.operations.activate',
814
815
  },
815
816
  },
816
817
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telos-dev-team/dealernode-permissions",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Shared permissions constants for dealernode projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -831,6 +831,7 @@ export const PERMISSIONS = {
831
831
  OPERATIONS: {
832
832
  VIEW: 'gps-provider.device.operations.view',
833
833
  LOCATE: 'gps-provider.device.operations.locate',
834
+ ACTIVATE: 'gps-provider.device.operations.activate',
834
835
  },
835
836
  },
836
837
  },