* chore(deps): update tauri monorepo to v2.6.0 * Regenerate api-iife.js * Bump rust tauri * Tweak all examples to match the new features * Bump workspace min tauri version * Bump `@tauri-apps/api` to ^2.6 * Add change file * Update lock file * missing `"` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
5.1 KiB
Default Permission
This permission set configures which notification features are by default exposed.
Granted Permissions
It allows all notification related features.
This default permission set includes the following:
allow-is-permission-grantedallow-request-permissionallow-notifyallow-register-action-typesallow-register-listenerallow-cancelallow-get-pendingallow-remove-activeallow-get-activeallow-check-permissionsallow-showallow-batchallow-list-channelsallow-delete-channelallow-create-channelallow-permission-state
Permission Table
| Identifier | Description |
|---|---|
|
|
Enables the batch command without any pre-configured scope. |
|
|
Denies the batch command without any pre-configured scope. |
|
|
Enables the cancel command without any pre-configured scope. |
|
|
Denies the cancel command without any pre-configured scope. |
|
|
Enables the check_permissions command without any pre-configured scope. |
|
|
Denies the check_permissions command without any pre-configured scope. |
|
|
Enables the create_channel command without any pre-configured scope. |
|
|
Denies the create_channel command without any pre-configured scope. |
|
|
Enables the delete_channel command without any pre-configured scope. |
|
|
Denies the delete_channel command without any pre-configured scope. |
|
|
Enables the get_active command without any pre-configured scope. |
|
|
Denies the get_active command without any pre-configured scope. |
|
|
Enables the get_pending command without any pre-configured scope. |
|
|
Denies the get_pending command without any pre-configured scope. |
|
|
Enables the is_permission_granted command without any pre-configured scope. |
|
|
Denies the is_permission_granted command without any pre-configured scope. |
|
|
Enables the list_channels command without any pre-configured scope. |
|
|
Denies the list_channels command without any pre-configured scope. |
|
|
Enables the notify command without any pre-configured scope. |
|
|
Denies the notify command without any pre-configured scope. |
|
|
Enables the permission_state command without any pre-configured scope. |
|
|
Denies the permission_state command without any pre-configured scope. |
|
|
Enables the register_action_types command without any pre-configured scope. |
|
|
Denies the register_action_types command without any pre-configured scope. |
|
|
Enables the register_listener command without any pre-configured scope. |
|
|
Denies the register_listener command without any pre-configured scope. |
|
|
Enables the remove_active command without any pre-configured scope. |
|
|
Denies the remove_active command without any pre-configured scope. |
|
|
Enables the request_permission command without any pre-configured scope. |
|
|
Denies the request_permission command without any pre-configured scope. |
|
|
Enables the show command without any pre-configured scope. |
|
|
Denies the show command without any pre-configured scope. |