We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ccc1a8 commit 08ee40fCopy full SHA for 08ee40f
src/commonMain/kotlin/spp.protocol/platform/auth/RolePermission.kt
@@ -65,6 +65,7 @@ enum class RolePermission(val manager: Boolean = true) {
65
ADD_LIVE_VIEW_SUBSCRIPTION(false),
66
REMOVE_LIVE_VIEW_SUBSCRIPTION(false),
67
GET_LIVE_VIEW_SUBSCRIPTIONS(false),
68
+// VIEW_OVERVIEW(false),
69
VIEW_ACTIVITY(false),
70
VIEW_TRACES(false),
71
VIEW_LOGS(false);
0 commit comments