Skip to content

Commit 8929393

Browse files
committed
1 parent 08861e4 commit 8929393

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

src/main/kotlin/spp/protocol/platform/auth/RolePermission.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ enum class RolePermission(val manager: Boolean, val commandType: CommandType) {
8484
BREAKPOINT_VARIABLE_CONTROL(false, LIVE_INSTRUMENT),
8585

8686
//views
87-
ADD_LIVE_VIEW_SUBSCRIPTION(false, LIVE_VIEW),
88-
REMOVE_LIVE_VIEW_SUBSCRIPTION(false, LIVE_VIEW),
89-
GET_LIVE_VIEW_SUBSCRIPTIONS(false, LIVE_VIEW),
87+
ADD_LIVE_VIEW(false, LIVE_VIEW),
88+
REMOVE_LIVE_VIEW(false, LIVE_VIEW),
89+
GET_LIVE_VIEWS(false, LIVE_VIEW),
9090

9191
// VIEW_OVERVIEW(false, LIVE_VIEW),
9292
VIEW_ACTIVITY(false, LIVE_VIEW),

src/main/resources/graphql/schema.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6479,19 +6479,19 @@
64796479
"deprecationReason": null
64806480
},
64816481
{
6482-
"name": "ADD_LIVE_VIEW_SUBSCRIPTION",
6482+
"name": "ADD_LIVE_VIEW",
64836483
"description": null,
64846484
"isDeprecated": false,
64856485
"deprecationReason": null
64866486
},
64876487
{
6488-
"name": "REMOVE_LIVE_VIEW_SUBSCRIPTION",
6488+
"name": "REMOVE_LIVE_VIEW",
64896489
"description": null,
64906490
"isDeprecated": false,
64916491
"deprecationReason": null
64926492
},
64936493
{
6494-
"name": "GET_LIVE_VIEW_SUBSCRIPTIONS",
6494+
"name": "GET_LIVE_VIEWS",
64956495
"description": null,
64966496
"isDeprecated": false,
64976497
"deprecationReason": null
@@ -6805,13 +6805,9 @@
68056805
"description": null,
68066806
"args": [],
68076807
"type": {
6808-
"kind": "NON_NULL",
6809-
"name": null,
6810-
"ofType": {
6811-
"kind": "SCALAR",
6812-
"name": "String",
6813-
"ofType": null
6814-
}
6808+
"kind": "SCALAR",
6809+
"name": "String",
6810+
"ofType": null
68156811
},
68166812
"isDeprecated": false,
68176813
"deprecationReason": null

0 commit comments

Comments
 (0)