Skip to content

Commit 7681899

Browse files
committed
chores
1 parent 5c02f21 commit 7681899

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ include_url_macro = "0.1.0"
216216
indoc = "2"
217217
isolang = "2.4"
218218
itertools = "0.14.0"
219-
jsonschema = "0.40"
219+
jsonschema = "0.41"
220220
lazy_static = "1.5.0"
221221
open = "5"
222222
regex = "1.12"

plugins/local-stt/permissions/autogenerated/reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Default permissions for the plugin
99
- `allow-is-model-downloading`
1010
- `allow-download-model`
1111
- `allow-cancel-download`
12+
- `allow-delete-model`
1213
- `allow-start-server`
1314
- `allow-stop-server`
1415
- `allow-get-servers`

plugins/local-stt/permissions/schemas/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,10 +439,10 @@
439439
"markdownDescription": "Denies the stop_server command without any pre-configured scope."
440440
},
441441
{
442-
"description": "Default permissions for the plugin\n#### This default permission set includes:\n\n- `allow-models-dir`\n- `allow-is-model-downloaded`\n- `allow-is-model-downloading`\n- `allow-download-model`\n- `allow-cancel-download`\n- `allow-start-server`\n- `allow-stop-server`\n- `allow-get-servers`\n- `allow-list-supported-models`\n- `allow-list-supported-languages`",
442+
"description": "Default permissions for the plugin\n#### This default permission set includes:\n\n- `allow-models-dir`\n- `allow-is-model-downloaded`\n- `allow-is-model-downloading`\n- `allow-download-model`\n- `allow-cancel-download`\n- `allow-delete-model`\n- `allow-start-server`\n- `allow-stop-server`\n- `allow-get-servers`\n- `allow-list-supported-models`\n- `allow-list-supported-languages`",
443443
"type": "string",
444444
"const": "default",
445-
"markdownDescription": "Default permissions for the plugin\n#### This default permission set includes:\n\n- `allow-models-dir`\n- `allow-is-model-downloaded`\n- `allow-is-model-downloading`\n- `allow-download-model`\n- `allow-cancel-download`\n- `allow-start-server`\n- `allow-stop-server`\n- `allow-get-servers`\n- `allow-list-supported-models`\n- `allow-list-supported-languages`"
445+
"markdownDescription": "Default permissions for the plugin\n#### This default permission set includes:\n\n- `allow-models-dir`\n- `allow-is-model-downloaded`\n- `allow-is-model-downloading`\n- `allow-download-model`\n- `allow-cancel-download`\n- `allow-delete-model`\n- `allow-start-server`\n- `allow-stop-server`\n- `allow-get-servers`\n- `allow-list-supported-models`\n- `allow-list-supported-languages`"
446446
}
447447
]
448448
}

0 commit comments

Comments
 (0)