From 120f39fd9b0afdd2a31c9361d1886d442164b26b Mon Sep 17 00:00:00 2001 From: Tony Date: Thu, 3 Oct 2024 22:17:40 +0800 Subject: [PATCH] Build --- .../autogenerated/commands/close.toml | 13 ---------- .../permissions/autogenerated/reference.md | 26 ------------------- plugins/store/permissions/schemas/schema.json | 10 ------- 3 files changed, 49 deletions(-) delete mode 100644 plugins/store/permissions/autogenerated/commands/close.toml diff --git a/plugins/store/permissions/autogenerated/commands/close.toml b/plugins/store/permissions/autogenerated/commands/close.toml deleted file mode 100644 index fad12d151..000000000 --- a/plugins/store/permissions/autogenerated/commands/close.toml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically generated - DO NOT EDIT! - -"$schema" = "../../schemas/schema.json" - -[[permission]] -identifier = "allow-close" -description = "Enables the close command without any pre-configured scope." -commands.allow = ["close"] - -[[permission]] -identifier = "deny-close" -description = "Denies the close command without any pre-configured scope." -commands.deny = ["close"] diff --git a/plugins/store/permissions/autogenerated/reference.md b/plugins/store/permissions/autogenerated/reference.md index d23e836c7..ff131d524 100644 --- a/plugins/store/permissions/autogenerated/reference.md +++ b/plugins/store/permissions/autogenerated/reference.md @@ -63,32 +63,6 @@ Denies the clear command without any pre-configured scope. -`store:allow-close` - - - - -Enables the close command without any pre-configured scope. - - - - - - - -`store:deny-close` - - - - -Denies the close command without any pre-configured scope. - - - - - - - `store:allow-close-store` diff --git a/plugins/store/permissions/schemas/schema.json b/plugins/store/permissions/schemas/schema.json index a567cbe4c..4bd1cee88 100644 --- a/plugins/store/permissions/schemas/schema.json +++ b/plugins/store/permissions/schemas/schema.json @@ -304,16 +304,6 @@ "type": "string", "const": "deny-clear" }, - { - "description": "Enables the close command without any pre-configured scope.", - "type": "string", - "const": "allow-close" - }, - { - "description": "Denies the close command without any pre-configured scope.", - "type": "string", - "const": "deny-close" - }, { "description": "Enables the close_store command without any pre-configured scope.", "type": "string",