mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-11 18:40:22 +02:00
@@ -1,13 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-get-or-create-store"
|
||||
description = "Enables the get_or_create_store command without any pre-configured scope."
|
||||
commands.allow = ["get_or_create_store"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-get-or-create-store"
|
||||
description = "Denies the get_or_create_store command without any pre-configured scope."
|
||||
commands.deny = ["get_or_create_store"]
|
||||
@@ -165,32 +165,6 @@ Denies the get command without any pre-configured scope.
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:allow-get-or-create-store`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the get_or_create_store command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:deny-get-or-create-store`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the get_or_create_store command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:allow-get-store`
|
||||
|
||||
</td>
|
||||
|
||||
@@ -12,8 +12,6 @@ All operations are enabled by default.
|
||||
"""
|
||||
permissions = [
|
||||
"allow-create-store",
|
||||
"allow-get-store",
|
||||
"allow-get-or-create-store",
|
||||
"allow-clear",
|
||||
"allow-delete",
|
||||
"allow-entries",
|
||||
|
||||
@@ -344,16 +344,6 @@
|
||||
"type": "string",
|
||||
"const": "deny-get"
|
||||
},
|
||||
{
|
||||
"description": "Enables the get_or_create_store command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-get-or-create-store"
|
||||
},
|
||||
{
|
||||
"description": "Denies the get_or_create_store command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-get-or-create-store"
|
||||
},
|
||||
{
|
||||
"description": "Enables the get_store command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user