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

pull/1786/head
Lucas Fernandes Nogueira 9 months ago committed by GitHub
parent 6f3f66794a
commit fb85e5dd76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,5 @@
---
"notification": patch
---
Update to tauri 2.0.0-rc.12.

33
Cargo.lock generated

@ -6261,9 +6261,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
name = "tauri"
version = "2.0.0-rc.11"
version = "2.0.0-rc.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f60dc86a0513f775a6515d79cf2a54ce38f2fa7225e0c5b9d5ae8241e599afa"
checksum = "65e5d4a319f11ae72c77d0f4dbd9703ab6b401eb91d1ca88d89c33d13d4ea20c"
dependencies = [
"anyhow",
"bytes",
@ -6286,6 +6286,7 @@ dependencies = [
"muda",
"objc",
"percent-encoding",
"plist",
"raw-window-handle",
"reqwest",
"serde",
@ -6314,9 +6315,9 @@ dependencies = [
[[package]]
name = "tauri-build"
version = "2.0.0-rc.10"
version = "2.0.0-rc.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9d6fc774b19bedadd547b0310fbdbfadbc7546978eccd6d3e389be7cabc437a"
checksum = "148441d64674b2885c1ba5baf3ae61662bb8753859ffcfb541962cbc6b847f39"
dependencies = [
"anyhow",
"cargo_toml",
@ -6338,9 +6339,9 @@ dependencies = [
[[package]]
name = "tauri-codegen"
version = "2.0.0-rc.10"
version = "2.0.0-rc.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d14af7a85713898cb8a6be3ece89eb1c39392d8756dd1cc0309ebd6fdc966eb3"
checksum = "72a15c3f9282c82871c69ddb65d02ae552738bbac848c8adcab521bf14d8b9e6"
dependencies = [
"base64 0.22.1",
"brotli",
@ -6365,9 +6366,9 @@ dependencies = [
[[package]]
name = "tauri-macros"
version = "2.0.0-rc.9"
version = "2.0.0-rc.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f698301cd7297a7876bb81181a830d40d401461eb14fdaf7ae189b1b56ef76"
checksum = "f12d1aa317bec56f78388cf6012d788876d838595a48f95cbd7835642db356a0"
dependencies = [
"heck 0.5.0",
"proc-macro2",
@ -6379,9 +6380,9 @@ dependencies = [
[[package]]
name = "tauri-plugin"
version = "2.0.0-rc.10"
version = "2.0.0-rc.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad2b0b4fe684059a1b700c1a0d7d51698c05b2257ca64eca2a730d7be2e47c6a"
checksum = "d82a2adea16b8a71b7a5ad23f720bb13f8d2830b820cc1c266512314ba99bf67"
dependencies = [
"anyhow",
"glob",
@ -6853,9 +6854,9 @@ dependencies = [
[[package]]
name = "tauri-runtime"
version = "2.0.0-rc.10"
version = "2.0.0-rc.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a0758dce4f9e08ebeee877d84de0062859495507e1d16f647f97b29f881b43d"
checksum = "389f78c8e8e6eff3897d8d9581087943b5976ea96a0ab5036be691f28c2b0df0"
dependencies = [
"dpi",
"gtk",
@ -6872,9 +6873,9 @@ dependencies = [
[[package]]
name = "tauri-runtime-wry"
version = "2.0.0-rc.10"
version = "2.0.0-rc.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78dd7f77e769630da5d91a55e4f102a84ff9c5a99c71e1b5c916a18b5ccafc16"
checksum = "466c418aef2ddc7d31173a5b00bfae3df9b58ed66644339f3ca55008bfc54f25"
dependencies = [
"cocoa",
"gtk",
@ -6896,9 +6897,9 @@ dependencies = [
[[package]]
name = "tauri-utils"
version = "2.0.0-rc.10"
version = "2.0.0-rc.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba92ad9cdf7658fefa29a7218dda0acead9400c021bbf9c3f88e98f5e3b9bbab"
checksum = "3019641087c9039b57ebfca95fa42a93c07056845b7d8d57c8966061bcee83b4"
dependencies = [
"aes-gcm",
"brotli",

@ -11,10 +11,10 @@ resolver = "2"
[workspace.dependencies]
serde = { version = "1", features = ["derive"] }
log = "0.4"
tauri = { version = "2.0.0-rc.11", default-features = false }
tauri-build = "2.0.0-rc.10"
tauri-plugin = "2.0.0-rc.10"
tauri-utils = "2.0.0-rc.10"
tauri = { version = "2.0.0-rc.12", default-features = false }
tauri-build = "2.0.0-rc.11"
tauri-plugin = "2.0.0-rc.11"
tauri-utils = "2.0.0-rc.11"
serde_json = "1"
thiserror = "1"
url = "2"

File diff suppressed because it is too large Load Diff

@ -295,53 +295,39 @@
"type": "string",
"oneOf": [
{
"description": "allow-disable -> Enables the disable command without any pre-configured scope.",
"description": "Enables the disable command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-disable"
]
"const": "allow-disable"
},
{
"description": "deny-disable -> Denies the disable command without any pre-configured scope.",
"description": "Denies the disable command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-disable"
]
"const": "deny-disable"
},
{
"description": "allow-enable -> Enables the enable command without any pre-configured scope.",
"description": "Enables the enable command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-enable"
]
"const": "allow-enable"
},
{
"description": "deny-enable -> Denies the enable command without any pre-configured scope.",
"description": "Denies the enable command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-enable"
]
"const": "deny-enable"
},
{
"description": "allow-is-enabled -> Enables the is_enabled command without any pre-configured scope.",
"description": "Enables the is_enabled command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-is-enabled"
]
"const": "allow-is-enabled"
},
{
"description": "deny-is-enabled -> Denies the is_enabled command without any pre-configured scope.",
"description": "Denies the is_enabled command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-is-enabled"
]
"const": "deny-is-enabled"
},
{
"description": "default -> This permission set configures if your\napplication can enable or disable auto\nstarting the application on boot.\n\n#### Granted Permissions\n\nIt allows all to check, enable and\ndisable the automatic start on boot.\n\n",
"description": "This permission set configures if your\napplication can enable or disable auto\nstarting the application on boot.\n\n#### Granted Permissions\n\nIt allows all to check, enable and\ndisable the automatic start on boot.\n\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

@ -295,95 +295,69 @@
"type": "string",
"oneOf": [
{
"description": "allow-cancel -> Enables the cancel command without any pre-configured scope.",
"description": "Enables the cancel command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-cancel"
]
"const": "allow-cancel"
},
{
"description": "deny-cancel -> Denies the cancel command without any pre-configured scope.",
"description": "Denies the cancel command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-cancel"
]
"const": "deny-cancel"
},
{
"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-open-app-settings -> Enables the open_app_settings command without any pre-configured scope.",
"description": "Enables the open_app_settings command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-open-app-settings"
]
"const": "allow-open-app-settings"
},
{
"description": "deny-open-app-settings -> Denies the open_app_settings command without any pre-configured scope.",
"description": "Denies the open_app_settings command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-open-app-settings"
]
"const": "deny-open-app-settings"
},
{
"description": "allow-request-permissions -> Enables the request_permissions command without any pre-configured scope.",
"description": "Enables the request_permissions command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-request-permissions"
]
"const": "allow-request-permissions"
},
{
"description": "deny-request-permissions -> Denies the request_permissions command without any pre-configured scope.",
"description": "Denies the request_permissions command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-request-permissions"
]
"const": "deny-request-permissions"
},
{
"description": "allow-scan -> Enables the scan command without any pre-configured scope.",
"description": "Enables the scan command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-scan"
]
"const": "allow-scan"
},
{
"description": "deny-scan -> Denies the scan command without any pre-configured scope.",
"description": "Denies the scan command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-scan"
]
"const": "deny-scan"
},
{
"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"
},
{
"description": "default -> This permission set configures which\nbarcode scanning features are by default exposed.\n\n#### Granted Permissions\n\nIt allows all barcode related features.\n\n",
"description": "This permission set configures which\nbarcode scanning features are by default exposed.\n\n#### Granted Permissions\n\nIt allows all barcode related features.\n\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

@ -295,39 +295,29 @@
"type": "string",
"oneOf": [
{
"description": "allow-authenticate -> Enables the authenticate command without any pre-configured scope.",
"description": "Enables the authenticate command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-authenticate"
]
"const": "allow-authenticate"
},
{
"description": "deny-authenticate -> Denies the authenticate command without any pre-configured scope.",
"description": "Denies the authenticate command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-authenticate"
]
"const": "deny-authenticate"
},
{
"description": "allow-status -> Enables the status command without any pre-configured scope.",
"description": "Enables the status command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-status"
]
"const": "allow-status"
},
{
"description": "deny-status -> Denies the status command without any pre-configured scope.",
"description": "Denies the status command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-status"
]
"const": "deny-status"
},
{
"description": "default -> This permission set configures which\nbiometric features are by default exposed.\n\n#### Granted Permissions\n\nIt allows acccess to all biometric commands.\n\n",
"description": "This permission set configures which\nbiometric features are by default exposed.\n\n#### Granted Permissions\n\nIt allows acccess to all biometric commands.\n\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

@ -295,25 +295,19 @@
"type": "string",
"oneOf": [
{
"description": "allow-cli-matches -> Enables the cli_matches command without any pre-configured scope.",
"description": "Enables the cli_matches command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-cli-matches"
]
"const": "allow-cli-matches"
},
{
"description": "deny-cli-matches -> Denies the cli_matches command without any pre-configured scope.",
"description": "Denies the cli_matches command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-cli-matches"
]
"const": "deny-cli-matches"
},
{
"description": "default -> Allows reading the CLI matches",
"description": "Allows reading the CLI matches",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

@ -295,95 +295,69 @@
"type": "string",
"oneOf": [
{
"description": "allow-clear -> Enables the clear command without any pre-configured scope.",
"description": "Enables the clear command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-clear"
]
"const": "allow-clear"
},
{
"description": "deny-clear -> Denies the clear command without any pre-configured scope.",
"description": "Denies the clear command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-clear"
]
"const": "deny-clear"
},
{
"description": "allow-read-image -> Enables the read_image command without any pre-configured scope.",
"description": "Enables the read_image command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-read-image"
]
"const": "allow-read-image"
},
{
"description": "deny-read-image -> Denies the read_image command without any pre-configured scope.",
"description": "Denies the read_image command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-read-image"
]
"const": "deny-read-image"
},
{
"description": "allow-read-text -> Enables the read_text command without any pre-configured scope.",
"description": "Enables the read_text command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-read-text"
]
"const": "allow-read-text"
},
{
"description": "deny-read-text -> Denies the read_text command without any pre-configured scope.",
"description": "Denies the read_text command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-read-text"
]
"const": "deny-read-text"
},
{
"description": "allow-write-html -> Enables the write_html command without any pre-configured scope.",
"description": "Enables the write_html command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-write-html"
]
"const": "allow-write-html"
},
{
"description": "deny-write-html -> Denies the write_html command without any pre-configured scope.",
"description": "Denies the write_html command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-write-html"
]
"const": "deny-write-html"
},
{
"description": "allow-write-image -> Enables the write_image command without any pre-configured scope.",
"description": "Enables the write_image command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-write-image"
]
"const": "allow-write-image"
},
{
"description": "deny-write-image -> Denies the write_image command without any pre-configured scope.",
"description": "Denies the write_image command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-write-image"
]
"const": "deny-write-image"
},
{
"description": "allow-write-text -> Enables the write_text command without any pre-configured scope.",
"description": "Enables the write_text command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-write-text"
]
"const": "allow-write-text"
},
{
"description": "deny-write-text -> Denies the write_text command without any pre-configured scope.",
"description": "Denies the write_text command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-write-text"
]
"const": "deny-write-text"
},
{
"description": "default -> No features are enabled by default, as we believe\nthe clipboard can be inherently dangerous and it is \napplication specific if read and/or write access is needed.\n\nClipboard interaction needs to be explicitly enabled.\n",
"description": "No features are enabled by default, as we believe\nthe clipboard can be inherently dangerous and it is \napplication specific if read and/or write access is needed.\n\nClipboard interaction needs to be explicitly enabled.\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

@ -295,67 +295,49 @@
"type": "string",
"oneOf": [
{
"description": "allow-get-current -> Enables the get_current command without any pre-configured scope.",
"description": "Enables the get_current command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-get-current"
]
"const": "allow-get-current"
},
{
"description": "deny-get-current -> Denies the get_current command without any pre-configured scope.",
"description": "Denies the get_current command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-get-current"
]
"const": "deny-get-current"
},
{
"description": "allow-is-registered -> Enables the is_registered command without any pre-configured scope.",
"description": "Enables the is_registered command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-is-registered"
]
"const": "allow-is-registered"
},
{
"description": "deny-is-registered -> Denies the is_registered command without any pre-configured scope.",
"description": "Denies the is_registered command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-is-registered"
]
"const": "deny-is-registered"
},
{
"description": "allow-register -> Enables the register command without any pre-configured scope.",
"description": "Enables the register command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-register"
]
"const": "allow-register"
},
{
"description": "deny-register -> Denies the register command without any pre-configured scope.",
"description": "Denies the register command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-register"
]
"const": "deny-register"
},
{
"description": "allow-unregister -> Enables the unregister command without any pre-configured scope.",
"description": "Enables the unregister command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-unregister"
]
"const": "allow-unregister"
},
{
"description": "deny-unregister -> Denies the unregister command without any pre-configured scope.",
"description": "Denies the unregister command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-unregister"
]
"const": "deny-unregister"
},
{
"description": "default -> Allows reading the opened deep link via the get_current command",
"description": "Allows reading the opened deep link via the get_current command",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

@ -295,81 +295,59 @@
"type": "string",
"oneOf": [
{
"description": "allow-ask -> Enables the ask command without any pre-configured scope.",
"description": "Enables the ask command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-ask"
]
"const": "allow-ask"
},
{
"description": "deny-ask -> Denies the ask command without any pre-configured scope.",
"description": "Denies the ask command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-ask"
]
"const": "deny-ask"
},
{
"description": "allow-confirm -> Enables the confirm command without any pre-configured scope.",
"description": "Enables the confirm command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-confirm"
]
"const": "allow-confirm"
},
{
"description": "deny-confirm -> Denies the confirm command without any pre-configured scope.",
"description": "Denies the confirm command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-confirm"
]
"const": "deny-confirm"
},
{
"description": "allow-message -> Enables the message command without any pre-configured scope.",
"description": "Enables the message command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-message"
]
"const": "allow-message"
},
{
"description": "deny-message -> Denies the message command without any pre-configured scope.",
"description": "Denies the message command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-message"
]
"const": "deny-message"
},
{
"description": "allow-open -> Enables the open command without any pre-configured scope.",
"description": "Enables the open command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-open"
]
"const": "allow-open"
},
{
"description": "deny-open -> Denies the open command without any pre-configured scope.",
"description": "Denies the open command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-open"
]
"const": "deny-open"
},
{
"description": "allow-save -> Enables the save command without any pre-configured scope.",
"description": "Enables the save command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-save"
]
"const": "allow-save"
},
{
"description": "deny-save -> Denies the save command without any pre-configured scope.",
"description": "Denies the save command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-save"
]
"const": "deny-save"
},
{
"description": "default -> This permission set configures the types of dialogs\navailable from the dialog plugin.\n\n#### Granted Permissions\n\nAll dialog types are enabled.\n\n\n",
"description": "This permission set configures the types of dialogs\navailable from the dialog plugin.\n\n#### Granted Permissions\n\nAll dialog types are enabled.\n\n\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

File diff suppressed because it is too large Load Diff

@ -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"
}
]
}

@ -295,81 +295,59 @@
"type": "string",
"oneOf": [
{
"description": "allow-is-registered -> Enables the is_registered command without any pre-configured scope.",
"description": "Enables the is_registered command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-is-registered"
]
"const": "allow-is-registered"
},
{
"description": "deny-is-registered -> Denies the is_registered command without any pre-configured scope.",
"description": "Denies the is_registered command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-is-registered"
]
"const": "deny-is-registered"
},
{
"description": "allow-register -> Enables the register command without any pre-configured scope.",
"description": "Enables the register command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-register"
]
"const": "allow-register"
},
{
"description": "deny-register -> Denies the register command without any pre-configured scope.",
"description": "Denies the register command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-register"
]
"const": "deny-register"
},
{
"description": "allow-register-all -> Enables the register_all command without any pre-configured scope.",
"description": "Enables the register_all command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-register-all"
]
"const": "allow-register-all"
},
{
"description": "deny-register-all -> Denies the register_all command without any pre-configured scope.",
"description": "Denies the register_all command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-register-all"
]
"const": "deny-register-all"
},
{
"description": "allow-unregister -> Enables the unregister command without any pre-configured scope.",
"description": "Enables the unregister command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-unregister"
]
"const": "allow-unregister"
},
{
"description": "deny-unregister -> Denies the unregister command without any pre-configured scope.",
"description": "Denies the unregister command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-unregister"
]
"const": "deny-unregister"
},
{
"description": "allow-unregister-all -> Enables the unregister_all command without any pre-configured scope.",
"description": "Enables the unregister_all command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-unregister-all"
]
"const": "allow-unregister-all"
},
{
"description": "deny-unregister-all -> Denies the unregister_all command without any pre-configured scope.",
"description": "Denies the unregister_all command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-unregister-all"
]
"const": "deny-unregister-all"
},
{
"description": "default -> No features are enabled by default, as we believe\nthe shortcuts can be inherently dangerous and it is\napplication specific if specific shortcuts should be\nregistered or unregistered.\n",
"description": "No features are enabled by default, as we believe\nthe shortcuts can be inherently dangerous and it is\napplication specific if specific shortcuts should be\nregistered or unregistered.\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

@ -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"
}
]
}

@ -295,67 +295,49 @@
"type": "string",
"oneOf": [
{
"description": "allow-fetch -> Enables the fetch command without any pre-configured scope.",
"description": "Enables the fetch command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-fetch"
]
"const": "allow-fetch"
},
{
"description": "deny-fetch -> Denies the fetch command without any pre-configured scope.",
"description": "Denies the fetch command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-fetch"
]
"const": "deny-fetch"
},
{
"description": "allow-fetch-cancel -> Enables the fetch_cancel command without any pre-configured scope.",
"description": "Enables the fetch_cancel command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-fetch-cancel"
]
"const": "allow-fetch-cancel"
},
{
"description": "deny-fetch-cancel -> Denies the fetch_cancel command without any pre-configured scope.",
"description": "Denies the fetch_cancel command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-fetch-cancel"
]
"const": "deny-fetch-cancel"
},
{
"description": "allow-fetch-read-body -> Enables the fetch_read_body command without any pre-configured scope.",
"description": "Enables the fetch_read_body command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-fetch-read-body"
]
"const": "allow-fetch-read-body"
},
{
"description": "deny-fetch-read-body -> Denies the fetch_read_body command without any pre-configured scope.",
"description": "Denies the fetch_read_body command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-fetch-read-body"
]
"const": "deny-fetch-read-body"
},
{
"description": "allow-fetch-send -> Enables the fetch_send command without any pre-configured scope.",
"description": "Enables the fetch_send command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-fetch-send"
]
"const": "allow-fetch-send"
},
{
"description": "deny-fetch-send -> Denies the fetch_send command without any pre-configured scope.",
"description": "Denies the fetch_send command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-fetch-send"
]
"const": "deny-fetch-send"
},
{
"description": "default -> This permission set configures what kind of\nfetch operations are available from the http plugin.\n\nThis enables all fetch operations but does not\nallow explicitly any origins to be fetched. This needs to\nbe manually configured before usage.\n\n#### Granted Permissions\n\nAll fetch operations are enabled.\n\n",
"description": "This permission set configures what kind of\nfetch operations are available from the http plugin.\n\nThis enables all fetch operations but does not\nallow explicitly any origins to be fetched. This needs to\nbe manually configured before usage.\n\n#### Granted Permissions\n\nAll fetch operations are enabled.\n\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

@ -295,25 +295,19 @@
"type": "string",
"oneOf": [
{
"description": "allow-log -> Enables the log command without any pre-configured scope.",
"description": "Enables the log command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-log"
]
"const": "allow-log"
},
{
"description": "deny-log -> Denies the log command without any pre-configured scope.",
"description": "Denies the log command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-log"
]
"const": "deny-log"
},
{
"description": "default -> Allows the log command",
"description": "Allows the log command",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

@ -295,53 +295,39 @@
"type": "string",
"oneOf": [
{
"description": "allow-is-available -> Enables the is_available command without any pre-configured scope.",
"description": "Enables the is_available command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-is-available"
]
"const": "allow-is-available"
},
{
"description": "deny-is-available -> Denies the is_available command without any pre-configured scope.",
"description": "Denies the is_available command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-is-available"
]
"const": "deny-is-available"
},
{
"description": "allow-scan -> Enables the scan command without any pre-configured scope.",
"description": "Enables the scan command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-scan"
]
"const": "allow-scan"
},
{
"description": "deny-scan -> Denies the scan command without any pre-configured scope.",
"description": "Denies the scan command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-scan"
]
"const": "deny-scan"
},
{
"description": "allow-write -> Enables the write command without any pre-configured scope.",
"description": "Enables the write command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-write"
]
"const": "allow-write"
},
{
"description": "deny-write -> Denies the write command without any pre-configured scope.",
"description": "Denies the write command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-write"
]
"const": "deny-write"
},
{
"description": "default -> This permission set configures what kind of\noperations are available from the nfc plugin.\n\n#### Granted Permissions\n\nChecking if the NFC functionality is available\nand scanning nearby tags is allowed.\nWriting to tags needs to be manually enabled.\n\n",
"description": "This permission set configures what kind of\noperations are available from the nfc plugin.\n\n#### Granted Permissions\n\nChecking if the NFC functionality is available\nand scanning nearby tags is allowed.\nWriting to tags needs to be manually enabled.\n\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

@ -295,235 +295,169 @@
"type": "string",
"oneOf": [
{
"description": "allow-batch -> Enables the batch command without any pre-configured scope.",
"description": "Enables the batch command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-batch"
]
"const": "allow-batch"
},
{
"description": "deny-batch -> Denies the batch command without any pre-configured scope.",
"description": "Denies the batch command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-batch"
]
"const": "deny-batch"
},
{
"description": "allow-cancel -> Enables the cancel command without any pre-configured scope.",
"description": "Enables the cancel command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-cancel"
]
"const": "allow-cancel"
},
{
"description": "deny-cancel -> Denies the cancel command without any pre-configured scope.",
"description": "Denies the cancel command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-cancel"
]
"const": "deny-cancel"
},
{
"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-create-channel -> Enables the create_channel command without any pre-configured scope.",
"description": "Enables the create_channel command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-create-channel"
]
"const": "allow-create-channel"
},
{
"description": "deny-create-channel -> Denies the create_channel command without any pre-configured scope.",
"description": "Denies the create_channel command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-create-channel"
]
"const": "deny-create-channel"
},
{
"description": "allow-delete-channel -> Enables the delete_channel command without any pre-configured scope.",
"description": "Enables the delete_channel command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-delete-channel"
]
"const": "allow-delete-channel"
},
{
"description": "deny-delete-channel -> Denies the delete_channel command without any pre-configured scope.",
"description": "Denies the delete_channel command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-delete-channel"
]
"const": "deny-delete-channel"
},
{
"description": "allow-get-active -> Enables the get_active command without any pre-configured scope.",
"description": "Enables the get_active command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-get-active"
]
"const": "allow-get-active"
},
{
"description": "deny-get-active -> Denies the get_active command without any pre-configured scope.",
"description": "Denies the get_active command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-get-active"
]
"const": "deny-get-active"
},
{
"description": "allow-get-pending -> Enables the get_pending command without any pre-configured scope.",
"description": "Enables the get_pending command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-get-pending"
]
"const": "allow-get-pending"
},
{
"description": "deny-get-pending -> Denies the get_pending command without any pre-configured scope.",
"description": "Denies the get_pending command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-get-pending"
]
"const": "deny-get-pending"
},
{
"description": "allow-is-permission-granted -> Enables the is_permission_granted command without any pre-configured scope.",
"description": "Enables the is_permission_granted command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-is-permission-granted"
]
"const": "allow-is-permission-granted"
},
{
"description": "deny-is-permission-granted -> Denies the is_permission_granted command without any pre-configured scope.",
"description": "Denies the is_permission_granted command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-is-permission-granted"
]
"const": "deny-is-permission-granted"
},
{
"description": "allow-list-channels -> Enables the list_channels command without any pre-configured scope.",
"description": "Enables the list_channels command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-list-channels"
]
"const": "allow-list-channels"
},
{
"description": "deny-list-channels -> Denies the list_channels command without any pre-configured scope.",
"description": "Denies the list_channels command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-list-channels"
]
"const": "deny-list-channels"
},
{
"description": "allow-notify -> Enables the notify command without any pre-configured scope.",
"description": "Enables the notify command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-notify"
]
"const": "allow-notify"
},
{
"description": "deny-notify -> Denies the notify command without any pre-configured scope.",
"description": "Denies the notify command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-notify"
]
"const": "deny-notify"
},
{
"description": "allow-permission-state -> Enables the permission_state command without any pre-configured scope.",
"description": "Enables the permission_state command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-permission-state"
]
"const": "allow-permission-state"
},
{
"description": "deny-permission-state -> Denies the permission_state command without any pre-configured scope.",
"description": "Denies the permission_state command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-permission-state"
]
"const": "deny-permission-state"
},
{
"description": "allow-register-action-types -> Enables the register_action_types command without any pre-configured scope.",
"description": "Enables the register_action_types command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-register-action-types"
]
"const": "allow-register-action-types"
},
{
"description": "deny-register-action-types -> Denies the register_action_types command without any pre-configured scope.",
"description": "Denies the register_action_types command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-register-action-types"
]
"const": "deny-register-action-types"
},
{
"description": "allow-register-listener -> Enables the register_listener command without any pre-configured scope.",
"description": "Enables the register_listener command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-register-listener"
]
"const": "allow-register-listener"
},
{
"description": "deny-register-listener -> Denies the register_listener command without any pre-configured scope.",
"description": "Denies the register_listener command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-register-listener"
]
"const": "deny-register-listener"
},
{
"description": "allow-remove-active -> Enables the remove_active command without any pre-configured scope.",
"description": "Enables the remove_active command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-remove-active"
]
"const": "allow-remove-active"
},
{
"description": "deny-remove-active -> Denies the remove_active command without any pre-configured scope.",
"description": "Denies the remove_active command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-remove-active"
]
"const": "deny-remove-active"
},
{
"description": "allow-request-permission -> Enables the request_permission command without any pre-configured scope.",
"description": "Enables the request_permission command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-request-permission"
]
"const": "allow-request-permission"
},
{
"description": "deny-request-permission -> Denies the request_permission command without any pre-configured scope.",
"description": "Denies the request_permission command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-request-permission"
]
"const": "deny-request-permission"
},
{
"description": "allow-show -> Enables the show command without any pre-configured scope.",
"description": "Enables the show command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-show"
]
"const": "allow-show"
},
{
"description": "deny-show -> Denies the show command without any pre-configured scope.",
"description": "Denies the show command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-show"
]
"const": "deny-show"
},
{
"description": "default -> This permission set configures which\nnotification features are by default exposed.\n\n#### Granted Permissions\n\nIt allows all notification related features.\n\n",
"description": "This permission set configures which\nnotification features are by default exposed.\n\n#### Granted Permissions\n\nIt allows all notification related features.\n\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

@ -15,7 +15,7 @@ pub(crate) async fn is_permission_granted<R: Runtime>(
match state {
PermissionState::Granted => Ok(Some(true)),
PermissionState::Denied => Ok(Some(false)),
PermissionState::Unknown | PermissionState::PromptWithRationale => Ok(None),
PermissionState::Prompt | PermissionState::PromptWithRationale => Ok(None),
}
}

@ -295,123 +295,89 @@
"type": "string",
"oneOf": [
{
"description": "allow-arch -> Enables the arch command without any pre-configured scope.",
"description": "Enables the arch command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-arch"
]
"const": "allow-arch"
},
{
"description": "deny-arch -> Denies the arch command without any pre-configured scope.",
"description": "Denies the arch command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-arch"
]
"const": "deny-arch"
},
{
"description": "allow-exe-extension -> Enables the exe_extension command without any pre-configured scope.",
"description": "Enables the exe_extension command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-exe-extension"
]
"const": "allow-exe-extension"
},
{
"description": "deny-exe-extension -> Denies the exe_extension command without any pre-configured scope.",
"description": "Denies the exe_extension command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-exe-extension"
]
"const": "deny-exe-extension"
},
{
"description": "allow-family -> Enables the family command without any pre-configured scope.",
"description": "Enables the family command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-family"
]
"const": "allow-family"
},
{
"description": "deny-family -> Denies the family command without any pre-configured scope.",
"description": "Denies the family command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-family"
]
"const": "deny-family"
},
{
"description": "allow-hostname -> Enables the hostname command without any pre-configured scope.",
"description": "Enables the hostname command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-hostname"
]
"const": "allow-hostname"
},
{
"description": "deny-hostname -> Denies the hostname command without any pre-configured scope.",
"description": "Denies the hostname command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-hostname"
]
"const": "deny-hostname"
},
{
"description": "allow-locale -> Enables the locale command without any pre-configured scope.",
"description": "Enables the locale command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-locale"
]
"const": "allow-locale"
},
{
"description": "deny-locale -> Denies the locale command without any pre-configured scope.",
"description": "Denies the locale command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-locale"
]
"const": "deny-locale"
},
{
"description": "allow-os-type -> Enables the os_type command without any pre-configured scope.",
"description": "Enables the os_type command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-os-type"
]
"const": "allow-os-type"
},
{
"description": "deny-os-type -> Denies the os_type command without any pre-configured scope.",
"description": "Denies the os_type command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-os-type"
]
"const": "deny-os-type"
},
{
"description": "allow-platform -> Enables the platform command without any pre-configured scope.",
"description": "Enables the platform command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-platform"
]
"const": "allow-platform"
},
{
"description": "deny-platform -> Denies the platform command without any pre-configured scope.",
"description": "Denies the platform command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-platform"
]
"const": "deny-platform"
},
{
"description": "allow-version -> Enables the version command without any pre-configured scope.",
"description": "Enables the version command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-version"
]
"const": "allow-version"
},
{
"description": "deny-version -> Denies the version command without any pre-configured scope.",
"description": "Denies the version command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-version"
]
"const": "deny-version"
},
{
"description": "default -> This permission set configures which\noperating system information are available\nto gather from the frontend.\n\n#### Granted Permissions\n\nAll information except the host name are available.\n\n",
"description": "This permission set configures which\noperating system information are available\nto gather from the frontend.\n\n#### Granted Permissions\n\nAll information except the host name are available.\n\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

@ -295,25 +295,19 @@
"type": "string",
"oneOf": [
{
"description": "allow-move-window -> Enables the move_window command without any pre-configured scope.",
"description": "Enables the move_window command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-move-window"
]
"const": "allow-move-window"
},
{
"description": "deny-move-window -> Denies the move_window command without any pre-configured scope.",
"description": "Denies the move_window command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-move-window"
]
"const": "deny-move-window"
},
{
"description": "default -> Allows the move_window command",
"description": "Allows the move_window command",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

@ -295,39 +295,29 @@
"type": "string",
"oneOf": [
{
"description": "allow-exit -> Enables the exit command without any pre-configured scope.",
"description": "Enables the exit command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-exit"
]
"const": "allow-exit"
},
{
"description": "deny-exit -> Denies the exit command without any pre-configured scope.",
"description": "Denies the exit command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-exit"
]
"const": "deny-exit"
},
{
"description": "allow-restart -> Enables the restart command without any pre-configured scope.",
"description": "Enables the restart command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-restart"
]
"const": "allow-restart"
},
{
"description": "deny-restart -> Denies the restart command without any pre-configured scope.",
"description": "Denies the restart command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-restart"
]
"const": "deny-restart"
},
{
"description": "default -> This permission set configures which\nprocess feeatures are by default exposed.\n\n#### Granted Permissions\n\nThis enables to quit via `allow-exit` and restart via `allow-restart`\nthe application.\n",
"description": "This permission set configures which\nprocess feeatures are by default exposed.\n\n#### Granted Permissions\n\nThis enables to quit via `allow-exit` and restart via `allow-restart`\nthe application.\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

@ -295,81 +295,59 @@
"type": "string",
"oneOf": [
{
"description": "allow-execute -> Enables the execute command without any pre-configured scope.",
"description": "Enables the execute command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-execute"
]
"const": "allow-execute"
},
{
"description": "deny-execute -> Denies the execute command without any pre-configured scope.",
"description": "Denies the execute command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-execute"
]
"const": "deny-execute"
},
{
"description": "allow-kill -> Enables the kill command without any pre-configured scope.",
"description": "Enables the kill command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-kill"
]
"const": "allow-kill"
},
{
"description": "deny-kill -> Denies the kill command without any pre-configured scope.",
"description": "Denies the kill command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-kill"
]
"const": "deny-kill"
},
{
"description": "allow-open -> Enables the open command without any pre-configured scope.",
"description": "Enables the open command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-open"
]
"const": "allow-open"
},
{
"description": "deny-open -> Denies the open command without any pre-configured scope.",
"description": "Denies the open command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-open"
]
"const": "deny-open"
},
{
"description": "allow-spawn -> Enables the spawn command without any pre-configured scope.",
"description": "Enables the spawn command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-spawn"
]
"const": "allow-spawn"
},
{
"description": "deny-spawn -> Denies the spawn command without any pre-configured scope.",
"description": "Denies the spawn command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-spawn"
]
"const": "deny-spawn"
},
{
"description": "allow-stdin-write -> Enables the stdin_write command without any pre-configured scope.",
"description": "Enables the stdin_write command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-stdin-write"
]
"const": "allow-stdin-write"
},
{
"description": "deny-stdin-write -> Denies the stdin_write command without any pre-configured scope.",
"description": "Denies the stdin_write command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-stdin-write"
]
"const": "deny-stdin-write"
},
{
"description": "default -> This permission set configures which\nshell functionality is exposed by default.\n\n#### Granted Permissions\n\nIt allows to use the `open` functionality without any specific\nscope pre-configured. It will allow opening `http(s)://`,\n`tel:` and `mailto:` links.\n",
"description": "This permission set configures which\nshell functionality is exposed by default.\n\n#### Granted Permissions\n\nIt allows to use the `open` functionality without any specific\nscope pre-configured. It will allow opening `http(s)://`,\n`tel:` and `mailto:` links.\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

@ -295,67 +295,49 @@
"type": "string",
"oneOf": [
{
"description": "allow-close -> Enables the close command without any pre-configured scope.",
"description": "Enables the close command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-close"
]
"const": "allow-close"
},
{
"description": "deny-close -> Denies the close command without any pre-configured scope.",
"description": "Denies the close command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-close"
]
"const": "deny-close"
},
{
"description": "allow-execute -> Enables the execute command without any pre-configured scope.",
"description": "Enables the execute command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-execute"
]
"const": "allow-execute"
},
{
"description": "deny-execute -> Denies the execute command without any pre-configured scope.",
"description": "Denies the execute command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-execute"
]
"const": "deny-execute"
},
{
"description": "allow-load -> Enables the load command without any pre-configured scope.",
"description": "Enables the load command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-load"
]
"const": "allow-load"
},
{
"description": "deny-load -> Denies the load command without any pre-configured scope.",
"description": "Denies the load command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-load"
]
"const": "deny-load"
},
{
"description": "allow-select -> Enables the select command without any pre-configured scope.",
"description": "Enables the select command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-select"
]
"const": "allow-select"
},
{
"description": "deny-select -> Denies the select command without any pre-configured scope.",
"description": "Denies the select command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-select"
]
"const": "deny-select"
},
{
"description": "default -> # Tauri SQL Default Permissions\n\nThis permission set configures what kind of\ndatabase operations are available from the sql plugin.\n\n### Granted Permissions\n\nAll reading related operations are enabled.\nAlso allows to load or close a connection.\n\n",
"description": "# Tauri SQL Default Permissions\n\nThis permission set configures what kind of\ndatabase operations are available from the sql plugin.\n\n### Granted Permissions\n\nAll reading related operations are enabled.\nAlso allows to load or close a connection.\n\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

@ -295,179 +295,129 @@
"type": "string",
"oneOf": [
{
"description": "allow-clear -> Enables the clear command without any pre-configured scope.",
"description": "Enables the clear command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-clear"
]
"const": "allow-clear"
},
{
"description": "deny-clear -> Denies the clear command without any pre-configured scope.",
"description": "Denies the clear command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-clear"
]
"const": "deny-clear"
},
{
"description": "allow-delete -> Enables the delete command without any pre-configured scope.",
"description": "Enables the delete command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-delete"
]
"const": "allow-delete"
},
{
"description": "deny-delete -> Denies the delete command without any pre-configured scope.",
"description": "Denies the delete command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-delete"
]
"const": "deny-delete"
},
{
"description": "allow-entries -> Enables the entries command without any pre-configured scope.",
"description": "Enables the entries command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-entries"
]
"const": "allow-entries"
},
{
"description": "deny-entries -> Denies the entries command without any pre-configured scope.",
"description": "Denies the entries command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-entries"
]
"const": "deny-entries"
},
{
"description": "allow-get -> Enables the get command without any pre-configured scope.",
"description": "Enables the get command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-get"
]
"const": "allow-get"
},
{
"description": "deny-get -> Denies the get command without any pre-configured scope.",
"description": "Denies the get command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-get"
]
"const": "deny-get"
},
{
"description": "allow-has -> Enables the has command without any pre-configured scope.",
"description": "Enables the has command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-has"
]
"const": "allow-has"
},
{
"description": "deny-has -> Denies the has command without any pre-configured scope.",
"description": "Denies the has command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-has"
]
"const": "deny-has"
},
{
"description": "allow-keys -> Enables the keys command without any pre-configured scope.",
"description": "Enables the keys command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-keys"
]
"const": "allow-keys"
},
{
"description": "deny-keys -> Denies the keys command without any pre-configured scope.",
"description": "Denies the keys command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-keys"
]
"const": "deny-keys"
},
{
"description": "allow-length -> Enables the length command without any pre-configured scope.",
"description": "Enables the length command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-length"
]
"const": "allow-length"
},
{
"description": "deny-length -> Denies the length command without any pre-configured scope.",
"description": "Denies the length command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-length"
]
"const": "deny-length"
},
{
"description": "allow-load -> Enables the load command without any pre-configured scope.",
"description": "Enables the load command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-load"
]
"const": "allow-load"
},
{
"description": "deny-load -> Denies the load command without any pre-configured scope.",
"description": "Denies the load command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-load"
]
"const": "deny-load"
},
{
"description": "allow-reset -> Enables the reset command without any pre-configured scope.",
"description": "Enables the reset command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-reset"
]
"const": "allow-reset"
},
{
"description": "deny-reset -> Denies the reset command without any pre-configured scope.",
"description": "Denies the reset command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-reset"
]
"const": "deny-reset"
},
{
"description": "allow-save -> Enables the save command without any pre-configured scope.",
"description": "Enables the save command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-save"
]
"const": "allow-save"
},
{
"description": "deny-save -> Denies the save command without any pre-configured scope.",
"description": "Denies the save command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-save"
]
"const": "deny-save"
},
{
"description": "allow-set -> Enables the set command without any pre-configured scope.",
"description": "Enables the set command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-set"
]
"const": "allow-set"
},
{
"description": "deny-set -> Denies the set command without any pre-configured scope.",
"description": "Denies the set command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-set"
]
"const": "deny-set"
},
{
"description": "allow-values -> Enables the values command without any pre-configured scope.",
"description": "Enables the values command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-values"
]
"const": "allow-values"
},
{
"description": "deny-values -> Denies the values command without any pre-configured scope.",
"description": "Denies the values command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-values"
]
"const": "deny-values"
},
{
"description": "default -> This permission set configures what kind of\noperations are available from the store plugin.\n\n#### Granted Permissions\n\nAll operations are enabled by default.\n\n",
"description": "This permission set configures what kind of\noperations are available from the store plugin.\n\n#### Granted Permissions\n\nAll operations are enabled by default.\n\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

@ -295,165 +295,119 @@
"type": "string",
"oneOf": [
{
"description": "allow-create-client -> Enables the create_client command without any pre-configured scope.",
"description": "Enables the create_client command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-create-client"
]
"const": "allow-create-client"
},
{
"description": "deny-create-client -> Denies the create_client command without any pre-configured scope.",
"description": "Denies the create_client command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-create-client"
]
"const": "deny-create-client"
},
{
"description": "allow-destroy -> Enables the destroy command without any pre-configured scope.",
"description": "Enables the destroy command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-destroy"
]
"const": "allow-destroy"
},
{
"description": "deny-destroy -> Denies the destroy command without any pre-configured scope.",
"description": "Denies the destroy command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-destroy"
]
"const": "deny-destroy"
},
{
"description": "allow-execute-procedure -> Enables the execute_procedure command without any pre-configured scope.",
"description": "Enables the execute_procedure command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-execute-procedure"
]
"const": "allow-execute-procedure"
},
{
"description": "deny-execute-procedure -> Denies the execute_procedure command without any pre-configured scope.",
"description": "Denies the execute_procedure command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-execute-procedure"
]
"const": "deny-execute-procedure"
},
{
"description": "allow-get-store-record -> Enables the get_store_record command without any pre-configured scope.",
"description": "Enables the get_store_record command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-get-store-record"
]
"const": "allow-get-store-record"
},
{
"description": "deny-get-store-record -> Denies the get_store_record command without any pre-configured scope.",
"description": "Denies the get_store_record command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-get-store-record"
]
"const": "deny-get-store-record"
},
{
"description": "allow-initialize -> Enables the initialize command without any pre-configured scope.",
"description": "Enables the initialize command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-initialize"
]
"const": "allow-initialize"
},
{
"description": "deny-initialize -> Denies the initialize command without any pre-configured scope.",
"description": "Denies the initialize command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-initialize"
]
"const": "deny-initialize"
},
{
"description": "allow-load-client -> Enables the load_client command without any pre-configured scope.",
"description": "Enables the load_client command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-load-client"
]
"const": "allow-load-client"
},
{
"description": "deny-load-client -> Denies the load_client command without any pre-configured scope.",
"description": "Denies the load_client command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-load-client"
]
"const": "deny-load-client"
},
{
"description": "allow-remove-secret -> Enables the remove_secret command without any pre-configured scope.",
"description": "Enables the remove_secret command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-remove-secret"
]
"const": "allow-remove-secret"
},
{
"description": "deny-remove-secret -> Denies the remove_secret command without any pre-configured scope.",
"description": "Denies the remove_secret command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-remove-secret"
]
"const": "deny-remove-secret"
},
{
"description": "allow-remove-store-record -> Enables the remove_store_record command without any pre-configured scope.",
"description": "Enables the remove_store_record command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-remove-store-record"
]
"const": "allow-remove-store-record"
},
{
"description": "deny-remove-store-record -> Denies the remove_store_record command without any pre-configured scope.",
"description": "Denies the remove_store_record command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-remove-store-record"
]
"const": "deny-remove-store-record"
},
{
"description": "allow-save -> Enables the save command without any pre-configured scope.",
"description": "Enables the save command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-save"
]
"const": "allow-save"
},
{
"description": "deny-save -> Denies the save command without any pre-configured scope.",
"description": "Denies the save command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-save"
]
"const": "deny-save"
},
{
"description": "allow-save-secret -> Enables the save_secret command without any pre-configured scope.",
"description": "Enables the save_secret command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-save-secret"
]
"const": "allow-save-secret"
},
{
"description": "deny-save-secret -> Denies the save_secret command without any pre-configured scope.",
"description": "Denies the save_secret command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-save-secret"
]
"const": "deny-save-secret"
},
{
"description": "allow-save-store-record -> Enables the save_store_record command without any pre-configured scope.",
"description": "Enables the save_store_record command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-save-store-record"
]
"const": "allow-save-store-record"
},
{
"description": "deny-save-store-record -> Denies the save_store_record command without any pre-configured scope.",
"description": "Denies the save_store_record command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-save-store-record"
]
"const": "deny-save-store-record"
},
{
"description": "default -> This permission set configures what kind of\noperations are available from the stronghold plugin.\n\n#### Granted Permissions\n\nAll non-destructive operations are enabled by default.\n\n",
"description": "This permission set configures what kind of\noperations are available from the stronghold plugin.\n\n#### Granted Permissions\n\nAll non-destructive operations are enabled by default.\n\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

@ -295,67 +295,49 @@
"type": "string",
"oneOf": [
{
"description": "allow-check -> Enables the check command without any pre-configured scope.",
"description": "Enables the check command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-check"
]
"const": "allow-check"
},
{
"description": "deny-check -> Denies the check command without any pre-configured scope.",
"description": "Denies the check command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-check"
]
"const": "deny-check"
},
{
"description": "allow-download -> Enables the download command without any pre-configured scope.",
"description": "Enables the download command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-download"
]
"const": "allow-download"
},
{
"description": "deny-download -> Denies the download command without any pre-configured scope.",
"description": "Denies the download command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-download"
]
"const": "deny-download"
},
{
"description": "allow-download-and-install -> Enables the download_and_install command without any pre-configured scope.",
"description": "Enables the download_and_install command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-download-and-install"
]
"const": "allow-download-and-install"
},
{
"description": "deny-download-and-install -> Denies the download_and_install command without any pre-configured scope.",
"description": "Denies the download_and_install command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-download-and-install"
]
"const": "deny-download-and-install"
},
{
"description": "allow-install -> Enables the install command without any pre-configured scope.",
"description": "Enables the install command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-install"
]
"const": "allow-install"
},
{
"description": "deny-install -> Denies the install command without any pre-configured scope.",
"description": "Denies the install command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-install"
]
"const": "deny-install"
},
{
"description": "default -> This permission set configures which kind of\nupdater functions are exposed to the frontend.\n\n#### Granted Permissions\n\nThe full workflow from checking for updates to installing them\nis enabled.\n\n",
"description": "This permission set configures which kind of\nupdater functions are exposed to the frontend.\n\n#### Granted Permissions\n\nThe full workflow from checking for updates to installing them\nis enabled.\n\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

@ -295,39 +295,29 @@
"type": "string",
"oneOf": [
{
"description": "allow-download -> Enables the download command without any pre-configured scope.",
"description": "Enables the download command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-download"
]
"const": "allow-download"
},
{
"description": "deny-download -> Denies the download command without any pre-configured scope.",
"description": "Denies the download command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-download"
]
"const": "deny-download"
},
{
"description": "allow-upload -> Enables the upload command without any pre-configured scope.",
"description": "Enables the upload command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-upload"
]
"const": "allow-upload"
},
{
"description": "deny-upload -> Denies the upload command without any pre-configured scope.",
"description": "Denies the upload command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-upload"
]
"const": "deny-upload"
},
{
"description": "default -> This permission set configures what kind of\noperations are available from the upload plugin.\n\n#### Granted Permissions\n\nAll operations are enabled by default.\n\n",
"description": "This permission set configures what kind of\noperations are available from the upload plugin.\n\n#### Granted Permissions\n\nAll operations are enabled by default.\n\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

@ -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"
}
]
}

@ -295,53 +295,39 @@
"type": "string",
"oneOf": [
{
"description": "allow-filename -> Enables the filename command without any pre-configured scope.",
"description": "Enables the filename command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-filename"
]
"const": "allow-filename"
},
{
"description": "deny-filename -> Denies the filename command without any pre-configured scope.",
"description": "Denies the filename command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-filename"
]
"const": "deny-filename"
},
{
"description": "allow-restore-state -> Enables the restore_state command without any pre-configured scope.",
"description": "Enables the restore_state command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-restore-state"
]
"const": "allow-restore-state"
},
{
"description": "deny-restore-state -> Denies the restore_state command without any pre-configured scope.",
"description": "Denies the restore_state command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-restore-state"
]
"const": "deny-restore-state"
},
{
"description": "allow-save-window-state -> Enables the save_window_state command without any pre-configured scope.",
"description": "Enables the save_window_state command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-save-window-state"
]
"const": "allow-save-window-state"
},
{
"description": "deny-save-window-state -> Denies the save_window_state command without any pre-configured scope.",
"description": "Denies the save_window_state command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-save-window-state"
]
"const": "deny-save-window-state"
},
{
"description": "default -> This permission set configures what kind of\noperations are available from the window state plugin.\n\n#### Granted Permissions\n\nAll operations are enabled by default.\n\n",
"description": "This permission set configures what kind of\noperations are available from the window state plugin.\n\n#### Granted Permissions\n\nAll operations are enabled by default.\n\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}

Loading…
Cancel
Save