mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-30 17:48:50 +02:00
chore(deps): update tauri to 2.0.0-rc.12 (#1785)
This commit is contained in:
@@ -295,60 +295,44 @@
|
||||
"type": "string",
|
||||
"oneOf": [
|
||||
{
|
||||
"description": "allow-impact-feedback -> Enables the impact_feedback command without any pre-configured scope.",
|
||||
"description": "Enables the impact_feedback command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-impact-feedback"
|
||||
]
|
||||
"const": "allow-impact-feedback"
|
||||
},
|
||||
{
|
||||
"description": "deny-impact-feedback -> Denies the impact_feedback command without any pre-configured scope.",
|
||||
"description": "Denies the impact_feedback command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"deny-impact-feedback"
|
||||
]
|
||||
"const": "deny-impact-feedback"
|
||||
},
|
||||
{
|
||||
"description": "allow-notification-feedback -> Enables the notification_feedback command without any pre-configured scope.",
|
||||
"description": "Enables the notification_feedback command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-notification-feedback"
|
||||
]
|
||||
"const": "allow-notification-feedback"
|
||||
},
|
||||
{
|
||||
"description": "deny-notification-feedback -> Denies the notification_feedback command without any pre-configured scope.",
|
||||
"description": "Denies the notification_feedback command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"deny-notification-feedback"
|
||||
]
|
||||
"const": "deny-notification-feedback"
|
||||
},
|
||||
{
|
||||
"description": "allow-selection-feedback -> Enables the selection_feedback command without any pre-configured scope.",
|
||||
"description": "Enables the selection_feedback command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-selection-feedback"
|
||||
]
|
||||
"const": "allow-selection-feedback"
|
||||
},
|
||||
{
|
||||
"description": "deny-selection-feedback -> Denies the selection_feedback command without any pre-configured scope.",
|
||||
"description": "Denies the selection_feedback command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"deny-selection-feedback"
|
||||
]
|
||||
"const": "deny-selection-feedback"
|
||||
},
|
||||
{
|
||||
"description": "allow-vibrate -> Enables the vibrate command without any pre-configured scope.",
|
||||
"description": "Enables the vibrate command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-vibrate"
|
||||
]
|
||||
"const": "allow-vibrate"
|
||||
},
|
||||
{
|
||||
"description": "deny-vibrate -> Denies the vibrate command without any pre-configured scope.",
|
||||
"description": "Denies the vibrate command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"deny-vibrate"
|
||||
]
|
||||
"const": "deny-vibrate"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user