From ad03b8e035d3ea6a151c5ef43d8a7e67d2a818a8 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Fri, 2 Aug 2024 21:01:41 -0300 Subject: [PATCH] fix(geolocation): plugin does not have a `execute` command --- .../autogenerated/commands/execute.toml | 13 ---------- .../permissions/autogenerated/reference.md | 26 ------------------- .../permissions/schemas/schema.json | 14 ---------- 3 files changed, 53 deletions(-) delete mode 100644 plugins/geolocation/permissions/autogenerated/commands/execute.toml diff --git a/plugins/geolocation/permissions/autogenerated/commands/execute.toml b/plugins/geolocation/permissions/autogenerated/commands/execute.toml deleted file mode 100644 index d98be899..00000000 --- a/plugins/geolocation/permissions/autogenerated/commands/execute.toml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically generated - DO NOT EDIT! - -"$schema" = "../../schemas/schema.json" - -[[permission]] -identifier = "allow-execute" -description = "Enables the execute command without any pre-configured scope." -commands.allow = ["execute"] - -[[permission]] -identifier = "deny-execute" -description = "Denies the execute command without any pre-configured scope." -commands.deny = ["execute"] diff --git a/plugins/geolocation/permissions/autogenerated/reference.md b/plugins/geolocation/permissions/autogenerated/reference.md index 0d53df72..ba5ec821 100644 --- a/plugins/geolocation/permissions/autogenerated/reference.md +++ b/plugins/geolocation/permissions/autogenerated/reference.md @@ -115,32 +115,6 @@ Denies the clear_watch command without any pre-configured scope. -`geolocation:allow-execute` - - - - -Enables the execute command without any pre-configured scope. - - - - - - - -`geolocation:deny-execute` - - - - -Denies the execute command without any pre-configured scope. - - - - - - - `geolocation:allow-get-current-position` diff --git a/plugins/geolocation/permissions/schemas/schema.json b/plugins/geolocation/permissions/schemas/schema.json index 7c9e5efb..bb3a98ee 100644 --- a/plugins/geolocation/permissions/schemas/schema.json +++ b/plugins/geolocation/permissions/schemas/schema.json @@ -350,20 +350,6 @@ "deny-clear-watch" ] }, - { - "description": "allow-execute -> Enables the execute command without any pre-configured scope.", - "type": "string", - "enum": [ - "allow-execute" - ] - }, - { - "description": "deny-execute -> Denies the execute command without any pre-configured scope.", - "type": "string", - "enum": [ - "deny-execute" - ] - }, { "description": "allow-get-current-position -> Enables the get_current_position command without any pre-configured scope.", "type": "string",