mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-20 07:41:22 +02:00
plugin:yaak-models|upsert PoC
This commit is contained in:
20
src-tauri/gen/schemas/macOS-schema.json
generated
20
src-tauri/gen/schemas/macOS-schema.json
generated
@@ -5642,41 +5642,21 @@
|
||||
"type": "string",
|
||||
"const": "yaak-models:allow-delete"
|
||||
},
|
||||
{
|
||||
"description": "Enables the delete_model command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "yaak-models:allow-delete-model"
|
||||
},
|
||||
{
|
||||
"description": "Enables the upsert command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "yaak-models:allow-upsert"
|
||||
},
|
||||
{
|
||||
"description": "Enables the upsert_model command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "yaak-models:allow-upsert-model"
|
||||
},
|
||||
{
|
||||
"description": "Denies the delete command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "yaak-models:deny-delete"
|
||||
},
|
||||
{
|
||||
"description": "Denies the delete_model command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "yaak-models:deny-delete-model"
|
||||
},
|
||||
{
|
||||
"description": "Denies the upsert command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "yaak-models:deny-upsert"
|
||||
},
|
||||
{
|
||||
"description": "Denies the upsert_model command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "yaak-models:deny-upsert-model"
|
||||
},
|
||||
{
|
||||
"description": "Default permissions for the plugin",
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user