Skip to content

Commit

Permalink
chore: generate schema (#10129)
Browse files Browse the repository at this point in the history
* Generate schema

* -

* Revert "-"

This reverts commit a456975.
  • Loading branch information
Legend-Master authored Jun 26, 2024
1 parent 35110db commit a15a975
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
22 changes: 22 additions & 0 deletions core/tauri/permissions/menu/autogenerated/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

Default permissions for the plugin.

- `allow-new`
- `allow-append`
- `allow-prepend`
- `allow-insert`
- `allow-remove`
- `allow-remove-at`
- `allow-items`
- `allow-get`
- `allow-popup`
- `allow-create-default`
- `allow-set-as-app-menu`
- `allow-set-as-window-menu`
- `allow-text`
- `allow-set-text`
- `allow-is-enabled`
- `allow-set-enabled`
- `allow-set-accelerator`
- `allow-set-as-windows-menu-for-nsapp`
- `allow-set-as-help-menu-for-nsapp`
- `allow-is-checked`
- `allow-set-checked`
- `allow-set-icon`

### Permission Table

Expand Down
11 changes: 11 additions & 0 deletions core/tauri/permissions/tray/autogenerated/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

Default permissions for the plugin.

- `allow-new`
- `allow-get-by-id`
- `allow-remove-by-id`
- `allow-set-icon`
- `allow-set-menu`
- `allow-set-tooltip`
- `allow-set-title`
- `allow-set-visible`
- `allow-set-temp-dir-path`
- `allow-set-icon-as-template`
- `allow-set-show-menu-on-left-click`

### Permission Table

Expand Down

0 comments on commit a15a975

Please sign in to comment.