@edular/permissions 11.0.0 → 11.1.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.
@@ -707,6 +707,9 @@ export declare const Permissions: {
707
707
  View: number;
708
708
  };
709
709
  };
710
+ CancelAndDrop: {
711
+ Edit: number;
712
+ };
710
713
  };
711
714
  Staff: {
712
715
  Personal: {
@@ -709,6 +709,9 @@ exports.Permissions = {
709
709
  Communication: {
710
710
  View: 6137
711
711
  }
712
+ },
713
+ CancelAndDrop: {
714
+ Edit: 6143
712
715
  }
713
716
  },
714
717
  Staff: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "11.0.0",
3
+ "version": "11.1.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",