@edular/permissions 12.3.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.
- package/lib/permissions.d.ts +11 -0
- package/lib/permissions.js +11 -0
- package/package.json +1 -1
package/lib/permissions.d.ts
CHANGED
|
@@ -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: {
|
|
@@ -1100,6 +1108,9 @@ export declare const Permissions: {
|
|
|
1100
1108
|
View: number;
|
|
1101
1109
|
};
|
|
1102
1110
|
};
|
|
1111
|
+
Ferpa: {
|
|
1112
|
+
View: number;
|
|
1113
|
+
};
|
|
1103
1114
|
};
|
|
1104
1115
|
Resources: {
|
|
1105
1116
|
MediaLibrary: {
|
package/lib/permissions.js
CHANGED
|
@@ -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: {
|
|
@@ -1102,6 +1110,9 @@ exports.Permissions = {
|
|
|
1102
1110
|
RankingCgpa: {
|
|
1103
1111
|
View: 6161
|
|
1104
1112
|
}
|
|
1113
|
+
},
|
|
1114
|
+
Ferpa: {
|
|
1115
|
+
View: 6168
|
|
1105
1116
|
}
|
|
1106
1117
|
},
|
|
1107
1118
|
Resources: {
|