@edular/permissions 13.5.0 → 13.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.
@@ -1028,6 +1028,11 @@ export declare const Permissions: {
1028
1028
  Add: number;
1029
1029
  };
1030
1030
  };
1031
+ Calendar: {
1032
+ InviteMultipleUsers: {
1033
+ Add: number;
1034
+ };
1035
+ };
1031
1036
  };
1032
1037
  Student: {
1033
1038
  Academics: {
@@ -1030,6 +1030,11 @@ exports.Permissions = {
1030
1030
  GroupChats: {
1031
1031
  Add: 6170
1032
1032
  }
1033
+ },
1034
+ Calendar: {
1035
+ InviteMultipleUsers: {
1036
+ Add: 6213
1037
+ }
1033
1038
  }
1034
1039
  },
1035
1040
  Student: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "13.5.0",
3
+ "version": "13.6.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",