rename newOrExisting to load, load to reload

This commit is contained in:
Lucas Nogueira
2024-10-16 15:24:58 -03:00
parent 44016a480f
commit 983bd82212
10 changed files with 58 additions and 59 deletions
@@ -1,13 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-new-or-existing"
description = "Enables the new_or_existing command without any pre-configured scope."
commands.allow = ["new_or_existing"]
[[permission]]
identifier = "deny-new-or-existing"
description = "Denies the new_or_existing command without any pre-configured scope."
commands.deny = ["new_or_existing"]
@@ -0,0 +1,13 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-reload"
description = "Enables the reload command without any pre-configured scope."
commands.allow = ["reload"]
[[permission]]
identifier = "deny-reload"
description = "Denies the reload command without any pre-configured scope."
commands.deny = ["reload"]
@@ -10,7 +10,7 @@ All operations are enabled by default.
- `allow-create-store`
- `allow-new-or-existing`
- `allow-load`
- `allow-get-store`
- `allow-close-store`
- `allow-set`
@@ -324,12 +324,12 @@ Denies the load command without any pre-configured scope.
<tr>
<td>
`store:allow-new-or-existing`
`store:allow-reload`
</td>
<td>
Enables the new_or_existing command without any pre-configured scope.
Enables the reload command without any pre-configured scope.
</td>
</tr>
@@ -337,12 +337,12 @@ Enables the new_or_existing command without any pre-configured scope.
<tr>
<td>
`store:deny-new-or-existing`
`store:deny-reload`
</td>
<td>
Denies the new_or_existing command without any pre-configured scope.
Denies the reload command without any pre-configured scope.
</td>
</tr>
+1 -1
View File
@@ -12,7 +12,7 @@ All operations are enabled by default.
"""
permissions = [
"allow-create-store",
"allow-new-or-existing",
"allow-load",
"allow-get-store",
"allow-close-store",
"allow-set",
@@ -405,14 +405,14 @@
"const": "deny-load"
},
{
"description": "Enables the new_or_existing command without any pre-configured scope.",
"description": "Enables the reload command without any pre-configured scope.",
"type": "string",
"const": "allow-new-or-existing"
"const": "allow-reload"
},
{
"description": "Denies the new_or_existing command without any pre-configured scope.",
"description": "Denies the reload command without any pre-configured scope.",
"type": "string",
"const": "deny-new-or-existing"
"const": "deny-reload"
},
{
"description": "Enables the reset command without any pre-configured scope.",