diff --git a/core/tauri/permissions/image/autogenerated/reference.md b/core/tauri/permissions/image/autogenerated/reference.md index 58cdfab01..75a366089 100644 --- a/core/tauri/permissions/image/autogenerated/reference.md +++ b/core/tauri/permissions/image/autogenerated/reference.md @@ -4,14 +4,10 @@ |`deny-from-bytes`|Denies the from_bytes command without any pre-configured scope.| |`allow-from-path`|Enables the from_path command without any pre-configured scope.| |`deny-from-path`|Denies the from_path command without any pre-configured scope.| -|`allow-height`|Enables the height command without any pre-configured scope.| -|`deny-height`|Denies the height command without any pre-configured scope.| |`allow-new`|Enables the new command without any pre-configured scope.| |`deny-new`|Denies the new command without any pre-configured scope.| |`allow-rgba`|Enables the rgba command without any pre-configured scope.| |`deny-rgba`|Denies the rgba command without any pre-configured scope.| |`allow-size`|Enables the size command without any pre-configured scope.| |`deny-size`|Denies the size command without any pre-configured scope.| -|`allow-width`|Enables the width command without any pre-configured scope.| -|`deny-width`|Denies the width command without any pre-configured scope.| |`default`|Default permissions for the plugin.|