chore(deps): update tauri to 2.0.0-rc.12 (#1785)

This commit is contained in:
Lucas Fernandes Nogueira
2024-09-15 11:36:23 -03:00
committed by GitHub
parent 6f3f66794a
commit fb85e5dd76
31 changed files with 4347 additions and 7422 deletions
@@ -295,88 +295,64 @@
"type": "string",
"oneOf": [
{
"description": "allow-check-permissions -> Enables the check_permissions command without any pre-configured scope.",
"description": "Enables the check_permissions command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-check-permissions"
]
"const": "allow-check-permissions"
},
{
"description": "deny-check-permissions -> Denies the check_permissions command without any pre-configured scope.",
"description": "Denies the check_permissions command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-check-permissions"
]
"const": "deny-check-permissions"
},
{
"description": "allow-clear-permissions -> Enables the clear_permissions command without any pre-configured scope.",
"description": "Enables the clear_permissions command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-clear-permissions"
]
"const": "allow-clear-permissions"
},
{
"description": "deny-clear-permissions -> Denies the clear_permissions command without any pre-configured scope.",
"description": "Denies the clear_permissions command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-clear-permissions"
]
"const": "deny-clear-permissions"
},
{
"description": "allow-clear-positions -> Enables the clear_positions command without any pre-configured scope.",
"description": "Enables the clear_positions command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-clear-positions"
]
"const": "allow-clear-positions"
},
{
"description": "deny-clear-positions -> Denies the clear_positions command without any pre-configured scope.",
"description": "Denies the clear_positions command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-clear-positions"
]
"const": "deny-clear-positions"
},
{
"description": "allow-clear-watch -> Enables the clear_watch command without any pre-configured scope.",
"description": "Enables the clear_watch command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-clear-watch"
]
"const": "allow-clear-watch"
},
{
"description": "deny-clear-watch -> Denies the clear_watch command without any pre-configured scope.",
"description": "Denies the clear_watch command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-clear-watch"
]
"const": "deny-clear-watch"
},
{
"description": "allow-get-current-position -> Enables the get_current_position command without any pre-configured scope.",
"description": "Enables the get_current_position command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-get-current-position"
]
"const": "allow-get-current-position"
},
{
"description": "deny-get-current-position -> Denies the get_current_position command without any pre-configured scope.",
"description": "Denies the get_current_position command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-get-current-position"
]
"const": "deny-get-current-position"
},
{
"description": "allow-watch-position -> Enables the watch_position command without any pre-configured scope.",
"description": "Enables the watch_position command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-watch-position"
]
"const": "allow-watch-position"
},
{
"description": "deny-watch-position -> Denies the watch_position command without any pre-configured scope.",
"description": "Denies the watch_position command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-watch-position"
]
"const": "deny-watch-position"
}
]
}