@edular/permissions 13.11.0 → 13.12.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.
@@ -1057,6 +1057,9 @@ export declare const Permissions: {
1057
1057
  Delete: number;
1058
1058
  };
1059
1059
  };
1060
+ AiAssistant: {
1061
+ View: number;
1062
+ };
1060
1063
  };
1061
1064
  Calendar: {
1062
1065
  InviteMultipleUsers: {
@@ -1273,6 +1276,11 @@ export declare const Permissions: {
1273
1276
  Edit: number;
1274
1277
  Delete: number;
1275
1278
  };
1279
+ Chat: {
1280
+ AiAssistant: {
1281
+ View: number;
1282
+ };
1283
+ };
1276
1284
  };
1277
1285
  Others: {
1278
1286
  Academics: {
@@ -1059,6 +1059,9 @@ exports.Permissions = {
1059
1059
  Edit: 6216,
1060
1060
  Delete: 6217
1061
1061
  }
1062
+ },
1063
+ AiAssistant: {
1064
+ View: 6232
1062
1065
  }
1063
1066
  },
1064
1067
  Calendar: {
@@ -1275,6 +1278,11 @@ exports.Permissions = {
1275
1278
  Add: 6115,
1276
1279
  Edit: 6116,
1277
1280
  Delete: 6117
1281
+ },
1282
+ Chat: {
1283
+ AiAssistant: {
1284
+ View: 6233
1285
+ }
1278
1286
  }
1279
1287
  },
1280
1288
  Others: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "13.11.0",
3
+ "version": "13.12.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",