@edular/permissions 9.4.0 → 10.0.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.
@@ -690,8 +690,16 @@ export declare const Permissions: {
690
690
  Edit: number;
691
691
  };
692
692
  };
693
- ActivityLogs: {
694
- View: number;
693
+ ActivityLog: {
694
+ General: {
695
+ View: number;
696
+ };
697
+ StatusHistory: {
698
+ View: number;
699
+ };
700
+ Communication: {
701
+ View: number;
702
+ };
695
703
  };
696
704
  };
697
705
  Staff: {
@@ -693,8 +693,16 @@ exports.Permissions = {
693
693
  Edit: 6129
694
694
  }
695
695
  },
696
- ActivityLogs: {
697
- View: 6131
696
+ ActivityLog: {
697
+ General: {
698
+ View: 6135
699
+ },
700
+ StatusHistory: {
701
+ View: 6136
702
+ },
703
+ Communication: {
704
+ View: 6137
705
+ }
698
706
  }
699
707
  },
700
708
  Staff: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "9.4.0",
3
+ "version": "10.0.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",