Generalized frontend model store (#193)

This commit is contained in:
Gregory Schier
2025-03-31 11:56:17 -07:00
committed by GitHub
parent ce885c3551
commit f1757ae427
201 changed files with 2185 additions and 2865 deletions
@@ -304,6 +304,36 @@
"type": "string",
"const": "deny-delete"
},
{
"description": "Enables the duplicate command without any pre-configured scope.",
"type": "string",
"const": "allow-duplicate"
},
{
"description": "Denies the duplicate command without any pre-configured scope.",
"type": "string",
"const": "deny-duplicate"
},
{
"description": "Enables the get_settings command without any pre-configured scope.",
"type": "string",
"const": "allow-get-settings"
},
{
"description": "Denies the get_settings command without any pre-configured scope.",
"type": "string",
"const": "deny-get-settings"
},
{
"description": "Enables the grpc_events command without any pre-configured scope.",
"type": "string",
"const": "allow-grpc-events"
},
{
"description": "Denies the grpc_events command without any pre-configured scope.",
"type": "string",
"const": "deny-grpc-events"
},
{
"description": "Enables the upsert command without any pre-configured scope.",
"type": "string",
@@ -314,6 +344,26 @@
"type": "string",
"const": "deny-upsert"
},
{
"description": "Enables the websocket_events command without any pre-configured scope.",
"type": "string",
"const": "allow-websocket-events"
},
{
"description": "Denies the websocket_events command without any pre-configured scope.",
"type": "string",
"const": "deny-websocket-events"
},
{
"description": "Enables the workspace_models command without any pre-configured scope.",
"type": "string",
"const": "allow-workspace-models"
},
{
"description": "Denies the workspace_models command without any pre-configured scope.",
"type": "string",
"const": "deny-workspace-models"
},
{
"description": "Default permissions for the plugin",
"type": "string",