@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.
- package/dist/permissions.d.ts +1 -0
- package/dist/permissions.js +1 -0
- package/package.json +1 -1
- package/src/permissions.ts +1 -0
package/dist/permissions.d.ts
CHANGED
|
@@ -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
|
};
|
package/dist/permissions.js
CHANGED
|
@@ -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
package/src/permissions.ts
CHANGED
|
@@ -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
|
},
|