@edular/permissions 13.5.0 → 13.7.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 +15 -0
- package/lib/permissions.js +15 -0
- package/package.json +1 -1
package/lib/permissions.d.ts
CHANGED
|
@@ -1027,6 +1027,21 @@ export declare const Permissions: {
|
|
|
1027
1027
|
GroupChats: {
|
|
1028
1028
|
Add: number;
|
|
1029
1029
|
};
|
|
1030
|
+
Channels: {
|
|
1031
|
+
ThreadsOfAnotherPerson: {
|
|
1032
|
+
Edit: number;
|
|
1033
|
+
Delete: number;
|
|
1034
|
+
};
|
|
1035
|
+
CommentsOfAnotherPerson: {
|
|
1036
|
+
Edit: number;
|
|
1037
|
+
Delete: number;
|
|
1038
|
+
};
|
|
1039
|
+
};
|
|
1040
|
+
};
|
|
1041
|
+
Calendar: {
|
|
1042
|
+
InviteMultipleUsers: {
|
|
1043
|
+
Add: number;
|
|
1044
|
+
};
|
|
1030
1045
|
};
|
|
1031
1046
|
};
|
|
1032
1047
|
Student: {
|
package/lib/permissions.js
CHANGED
|
@@ -1029,6 +1029,21 @@ exports.Permissions = {
|
|
|
1029
1029
|
},
|
|
1030
1030
|
GroupChats: {
|
|
1031
1031
|
Add: 6170
|
|
1032
|
+
},
|
|
1033
|
+
Channels: {
|
|
1034
|
+
ThreadsOfAnotherPerson: {
|
|
1035
|
+
Edit: 6214,
|
|
1036
|
+
Delete: 6215
|
|
1037
|
+
},
|
|
1038
|
+
CommentsOfAnotherPerson: {
|
|
1039
|
+
Edit: 6216,
|
|
1040
|
+
Delete: 6217
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1044
|
+
Calendar: {
|
|
1045
|
+
InviteMultipleUsers: {
|
|
1046
|
+
Add: 6213
|
|
1032
1047
|
}
|
|
1033
1048
|
}
|
|
1034
1049
|
},
|