mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-24 15:09:56 +02:00
chore: update to tauri 3.0.0-alpha.9
autogenerated commands format changed, needed FS plugin small change
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-batch"
|
||||
description = "Enables the batch command without any pre-configured scope."
|
||||
commands.allow = ["batch"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-batch"
|
||||
description = "Denies the batch command without any pre-configured scope."
|
||||
commands.deny = ["batch"]
|
||||
@@ -1,13 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-cancel"
|
||||
description = "Enables the cancel command without any pre-configured scope."
|
||||
commands.allow = ["cancel"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-cancel"
|
||||
description = "Denies the cancel command without any pre-configured scope."
|
||||
commands.deny = ["cancel"]
|
||||
@@ -1,13 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-check-permissions"
|
||||
description = "Enables the check_permissions command without any pre-configured scope."
|
||||
commands.allow = ["check_permissions"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-check-permissions"
|
||||
description = "Denies the check_permissions command without any pre-configured scope."
|
||||
commands.deny = ["check_permissions"]
|
||||
@@ -0,0 +1,5 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
commands = ["notify","request_permission","is_permission_granted","register_action_types","register_listener","cancel","get_pending","remove_active","get_active","check_permissions","show","batch","list_channels","delete_channel","create_channel","permission_state"]
|
||||
@@ -1,13 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-create-channel"
|
||||
description = "Enables the create_channel command without any pre-configured scope."
|
||||
commands.allow = ["create_channel"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-create-channel"
|
||||
description = "Denies the create_channel command without any pre-configured scope."
|
||||
commands.deny = ["create_channel"]
|
||||
@@ -1,13 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-delete-channel"
|
||||
description = "Enables the delete_channel command without any pre-configured scope."
|
||||
commands.allow = ["delete_channel"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-delete-channel"
|
||||
description = "Denies the delete_channel command without any pre-configured scope."
|
||||
commands.deny = ["delete_channel"]
|
||||
@@ -1,13 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-get-active"
|
||||
description = "Enables the get_active command without any pre-configured scope."
|
||||
commands.allow = ["get_active"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-get-active"
|
||||
description = "Denies the get_active command without any pre-configured scope."
|
||||
commands.deny = ["get_active"]
|
||||
@@ -1,13 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-get-pending"
|
||||
description = "Enables the get_pending command without any pre-configured scope."
|
||||
commands.allow = ["get_pending"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-get-pending"
|
||||
description = "Denies the get_pending command without any pre-configured scope."
|
||||
commands.deny = ["get_pending"]
|
||||
@@ -1,13 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-is-permission-granted"
|
||||
description = "Enables the is_permission_granted command without any pre-configured scope."
|
||||
commands.allow = ["is_permission_granted"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-is-permission-granted"
|
||||
description = "Denies the is_permission_granted command without any pre-configured scope."
|
||||
commands.deny = ["is_permission_granted"]
|
||||
@@ -1,13 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-list-channels"
|
||||
description = "Enables the list_channels command without any pre-configured scope."
|
||||
commands.allow = ["list_channels"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-list-channels"
|
||||
description = "Denies the list_channels command without any pre-configured scope."
|
||||
commands.deny = ["list_channels"]
|
||||
@@ -1,13 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-notify"
|
||||
description = "Enables the notify command without any pre-configured scope."
|
||||
commands.allow = ["notify"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-notify"
|
||||
description = "Denies the notify command without any pre-configured scope."
|
||||
commands.deny = ["notify"]
|
||||
@@ -1,13 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-permission-state"
|
||||
description = "Enables the permission_state command without any pre-configured scope."
|
||||
commands.allow = ["permission_state"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-permission-state"
|
||||
description = "Denies the permission_state command without any pre-configured scope."
|
||||
commands.deny = ["permission_state"]
|
||||
@@ -1,13 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-register-action-types"
|
||||
description = "Enables the register_action_types command without any pre-configured scope."
|
||||
commands.allow = ["register_action_types"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-register-action-types"
|
||||
description = "Denies the register_action_types command without any pre-configured scope."
|
||||
commands.deny = ["register_action_types"]
|
||||
@@ -1,13 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-register-listener"
|
||||
description = "Enables the register_listener command without any pre-configured scope."
|
||||
commands.allow = ["register_listener"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-register-listener"
|
||||
description = "Denies the register_listener command without any pre-configured scope."
|
||||
commands.deny = ["register_listener"]
|
||||
@@ -1,13 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-remove-active"
|
||||
description = "Enables the remove_active command without any pre-configured scope."
|
||||
commands.allow = ["remove_active"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-remove-active"
|
||||
description = "Denies the remove_active command without any pre-configured scope."
|
||||
commands.deny = ["remove_active"]
|
||||
@@ -1,13 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-request-permission"
|
||||
description = "Enables the request_permission command without any pre-configured scope."
|
||||
commands.allow = ["request_permission"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-request-permission"
|
||||
description = "Denies the request_permission command without any pre-configured scope."
|
||||
commands.deny = ["request_permission"]
|
||||
@@ -1,13 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-show"
|
||||
description = "Enables the show command without any pre-configured scope."
|
||||
commands.allow = ["show"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-show"
|
||||
description = "Denies the show command without any pre-configured scope."
|
||||
commands.deny = ["show"]
|
||||
@@ -29,6 +29,13 @@
|
||||
"$ref": "#/definitions/Permission"
|
||||
},
|
||||
"default": []
|
||||
},
|
||||
"commands": {
|
||||
"description": "A list of command names that get `allow-$command` and `deny-$command` permissions\nautogenerated on demand instead of being stored as explicit permissions.\n\nSee [`Manifest::command_permission`] and the ACL resolver for how these are expanded.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"definitions": {
|
||||
|
||||
Reference in New Issue
Block a user