rename createOrLoad to newOrExisting

This commit is contained in:
Lucas Nogueira
2024-10-15 10:28:22 -03:00
parent 028d6661ca
commit 8a8bdcac23
10 changed files with 77 additions and 77 deletions
@@ -10,7 +10,7 @@ All operations are enabled by default.
- `allow-create-store`
- `allow-create-or-load`
- `allow-new-or-existing`
- `allow-get-store`
- `allow-close-store`
- `allow-set`
@@ -90,32 +90,6 @@ Denies the close_store command without any pre-configured scope.
<tr>
<td>
`store:allow-create-or-load`
</td>
<td>
Enables the create_or_load command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`store:deny-create-or-load`
</td>
<td>
Denies the create_or_load command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`store:allow-create-store`
</td>
@@ -350,6 +324,32 @@ Denies the load command without any pre-configured scope.
<tr>
<td>
`store:allow-new-or-existing`
</td>
<td>
Enables the new_or_existing command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`store:deny-new-or-existing`
</td>
<td>
Denies the new_or_existing command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`store:allow-reset`
</td>