From 5df1e4b3841a3428e66e6dcd7c4314842dd333d7 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Thu, 14 Nov 2024 13:54:06 +0200 Subject: [PATCH] remove lefover --- .../autogenerated/commands/open.toml | 13 ----- .../autogenerated/commands/reveal_in_dir.toml | 13 ----- .../permissions/autogenerated/reference.md | 52 ------------------- .../opener/permissions/schemas/schema.json | 20 ------- 4 files changed, 98 deletions(-) delete mode 100644 plugins/opener/permissions/autogenerated/commands/open.toml delete mode 100644 plugins/opener/permissions/autogenerated/commands/reveal_in_dir.toml diff --git a/plugins/opener/permissions/autogenerated/commands/open.toml b/plugins/opener/permissions/autogenerated/commands/open.toml deleted file mode 100644 index 4ea6dff1..00000000 --- a/plugins/opener/permissions/autogenerated/commands/open.toml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically generated - DO NOT EDIT! - -"$schema" = "../../schemas/schema.json" - -[[permission]] -identifier = "allow-open" -description = "Enables the open command without any pre-configured scope." -commands.allow = ["open"] - -[[permission]] -identifier = "deny-open" -description = "Denies the open command without any pre-configured scope." -commands.deny = ["open"] diff --git a/plugins/opener/permissions/autogenerated/commands/reveal_in_dir.toml b/plugins/opener/permissions/autogenerated/commands/reveal_in_dir.toml deleted file mode 100644 index e669620f..00000000 --- a/plugins/opener/permissions/autogenerated/commands/reveal_in_dir.toml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically generated - DO NOT EDIT! - -"$schema" = "../../schemas/schema.json" - -[[permission]] -identifier = "allow-reveal-item-in-dir" -description = "Enables the reveal_item_in_dir command without any pre-configured scope." -commands.allow = ["reveal_item_in_dir"] - -[[permission]] -identifier = "deny-reveal-item-in-dir" -description = "Denies the reveal_item_in_dir command without any pre-configured scope." -commands.deny = ["reveal_item_in_dir"] diff --git a/plugins/opener/permissions/autogenerated/reference.md b/plugins/opener/permissions/autogenerated/reference.md index bfefeb36..66c232c6 100644 --- a/plugins/opener/permissions/autogenerated/reference.md +++ b/plugins/opener/permissions/autogenerated/reference.md @@ -32,32 +32,6 @@ This enables opening `mailto:`, `tel:`, `https://` and `http://` urls using thei -`opener:allow-open` - - - - -Enables the open command without any pre-configured scope. - - - - - - - -`opener:deny-open` - - - - -Denies the open command without any pre-configured scope. - - - - - - - `opener:allow-open-path` @@ -130,32 +104,6 @@ Enables the reveal_item_in_dir command without any pre-configured scope. Denies the reveal_item_in_dir command without any pre-configured scope. - - - - - - -`opener:allow-reveal-item-in-dir` - - - - -Enables the reveal_item_in_dir command without any pre-configured scope. - - - - - - - -`opener:deny-reveal-item-in-dir` - - - - -Denies the reveal_item_in_dir command without any pre-configured scope. - diff --git a/plugins/opener/permissions/schemas/schema.json b/plugins/opener/permissions/schemas/schema.json index 48b90b0b..b958ac63 100644 --- a/plugins/opener/permissions/schemas/schema.json +++ b/plugins/opener/permissions/schemas/schema.json @@ -299,16 +299,6 @@ "type": "string", "const": "allow-default-urls" }, - { - "description": "Enables the open command without any pre-configured scope.", - "type": "string", - "const": "allow-open" - }, - { - "description": "Denies the open command without any pre-configured scope.", - "type": "string", - "const": "deny-open" - }, { "description": "Enables the open_path command without any pre-configured scope.", "type": "string", @@ -339,16 +329,6 @@ "type": "string", "const": "deny-reveal-item-in-dir" }, - { - "description": "Enables the reveal_item_in_dir command without any pre-configured scope.", - "type": "string", - "const": "allow-reveal-item-in-dir" - }, - { - "description": "Denies the reveal_item_in_dir command without any pre-configured scope.", - "type": "string", - "const": "deny-reveal-item-in-dir" - }, { "description": "This permission set allows opening `mailto:`, `tel:`, `https://` and `http://` urls using their default application\nas well as reveal file in directories using default file explorer", "type": "string",