mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
chore(deps): update tauri to 2.0.0-rc.12 (#1785)
This commit is contained in:
committed by
GitHub
parent
6f3f66794a
commit
fb85e5dd76
@@ -295,39 +295,29 @@
|
||||
"type": "string",
|
||||
"oneOf": [
|
||||
{
|
||||
"description": "allow-connect -> Enables the connect command without any pre-configured scope.",
|
||||
"description": "Enables the connect command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-connect"
|
||||
]
|
||||
"const": "allow-connect"
|
||||
},
|
||||
{
|
||||
"description": "deny-connect -> Denies the connect command without any pre-configured scope.",
|
||||
"description": "Denies the connect command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"deny-connect"
|
||||
]
|
||||
"const": "deny-connect"
|
||||
},
|
||||
{
|
||||
"description": "allow-send -> Enables the send command without any pre-configured scope.",
|
||||
"description": "Enables the send command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-send"
|
||||
]
|
||||
"const": "allow-send"
|
||||
},
|
||||
{
|
||||
"description": "deny-send -> Denies the send command without any pre-configured scope.",
|
||||
"description": "Denies the send command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"deny-send"
|
||||
]
|
||||
"const": "deny-send"
|
||||
},
|
||||
{
|
||||
"description": "default -> Allows connecting and sending data to a WebSocket server",
|
||||
"description": "Allows connecting and sending data to a WebSocket server",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"default"
|
||||
]
|
||||
"const": "default"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user