mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-21 19:27:17 +02:00
rename newOrExisting to load, load to reload
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user