@edular/permissions 12.5.0 → 12.6.0

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.
@@ -784,6 +784,10 @@ export declare const Permissions: {
784
784
  Edit: number;
785
785
  Delete: number;
786
786
  };
787
+ HourlyRate: {
788
+ View: number;
789
+ Edit: number;
790
+ };
787
791
  };
788
792
  Others: {
789
793
  Personal: {
@@ -786,6 +786,10 @@ exports.Permissions = {
786
786
  Add: 2652,
787
787
  Edit: 2653,
788
788
  Delete: 2654
789
+ },
790
+ HourlyRate: {
791
+ View: 6171,
792
+ Edit: 6172
789
793
  }
790
794
  },
791
795
  Others: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "12.5.0",
3
+ "version": "12.6.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",