Skip to content

Commit ad03b8e

Browse files
committed
fix(geolocation): plugin does not have a execute command
1 parent d13e6bc commit ad03b8e

File tree

3 files changed

+0
-53
lines changed

3 files changed

+0
-53
lines changed

plugins/geolocation/permissions/autogenerated/commands/execute.toml

Lines changed: 0 additions & 13 deletions
This file was deleted.

plugins/geolocation/permissions/autogenerated/reference.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -115,32 +115,6 @@ Denies the clear_watch command without any pre-configured scope.
115115
<tr>
116116
<td>
117117

118-
`geolocation:allow-execute`
119-
120-
</td>
121-
<td>
122-
123-
Enables the execute command without any pre-configured scope.
124-
125-
</td>
126-
</tr>
127-
128-
<tr>
129-
<td>
130-
131-
`geolocation:deny-execute`
132-
133-
</td>
134-
<td>
135-
136-
Denies the execute command without any pre-configured scope.
137-
138-
</td>
139-
</tr>
140-
141-
<tr>
142-
<td>
143-
144118
`geolocation:allow-get-current-position`
145119

146120
</td>

plugins/geolocation/permissions/schemas/schema.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -350,20 +350,6 @@
350350
"deny-clear-watch"
351351
]
352352
},
353-
{
354-
"description": "allow-execute -> Enables the execute command without any pre-configured scope.",
355-
"type": "string",
356-
"enum": [
357-
"allow-execute"
358-
]
359-
},
360-
{
361-
"description": "deny-execute -> Denies the execute command without any pre-configured scope.",
362-
"type": "string",
363-
"enum": [
364-
"deny-execute"
365-
]
366-
},
367353
{
368354
"description": "allow-get-current-position -> Enables the get_current_position command without any pre-configured scope.",
369355
"type": "string",

0 commit comments

Comments
 (0)