@edular/permissions 12.4.0 → 12.5.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.
@@ -961,6 +961,14 @@ export declare const Permissions: {
961
961
  };
962
962
  };
963
963
  };
964
+ Chat: {
965
+ SmsChats: {
966
+ View: number;
967
+ };
968
+ GroupChats: {
969
+ Add: number;
970
+ };
971
+ };
964
972
  };
965
973
  Student: {
966
974
  Academics: {
@@ -963,6 +963,14 @@ exports.Permissions = {
963
963
  View: 6100
964
964
  }
965
965
  }
966
+ },
967
+ Chat: {
968
+ SmsChats: {
969
+ View: 6169
970
+ },
971
+ GroupChats: {
972
+ Add: 6170
973
+ }
966
974
  }
967
975
  },
968
976
  Student: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "12.4.0",
3
+ "version": "12.5.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",