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

File diff suppressed because one or more lines are too long

View File

@@ -5642,21 +5642,71 @@
"type": "string",
"const": "yaak-models:allow-delete"
},
{
"description": "Enables the duplicate command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:allow-duplicate"
},
{
"description": "Enables the get_settings command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:allow-get-settings"
},
{
"description": "Enables the grpc_events command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:allow-grpc-events"
},
{
"description": "Enables the upsert command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:allow-upsert"
},
{
"description": "Enables the websocket_events command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:allow-websocket-events"
},
{
"description": "Enables the workspace_models command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:allow-workspace-models"
},
{
"description": "Denies the delete command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:deny-delete"
},
{
"description": "Denies the duplicate command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:deny-duplicate"
},
{
"description": "Denies the get_settings command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:deny-get-settings"
},
{
"description": "Denies the grpc_events command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:deny-grpc-events"
},
{
"description": "Denies the upsert command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:deny-upsert"
},
{
"description": "Denies the websocket_events command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:deny-websocket-events"
},
{
"description": "Denies the workspace_models command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:deny-workspace-models"
},
{
"description": "Default permissions for the plugin",
"type": "string",

View File

@@ -5642,21 +5642,71 @@
"type": "string",
"const": "yaak-models:allow-delete"
},
{
"description": "Enables the duplicate command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:allow-duplicate"
},
{
"description": "Enables the get_settings command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:allow-get-settings"
},
{
"description": "Enables the grpc_events command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:allow-grpc-events"
},
{
"description": "Enables the upsert command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:allow-upsert"
},
{
"description": "Enables the websocket_events command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:allow-websocket-events"
},
{
"description": "Enables the workspace_models command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:allow-workspace-models"
},
{
"description": "Denies the delete command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:deny-delete"
},
{
"description": "Denies the duplicate command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:deny-duplicate"
},
{
"description": "Denies the get_settings command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:deny-get-settings"
},
{
"description": "Denies the grpc_events command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:deny-grpc-events"
},
{
"description": "Denies the upsert command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:deny-upsert"
},
{
"description": "Denies the websocket_events command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:deny-websocket-events"
},
{
"description": "Denies the workspace_models command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:deny-workspace-models"
},
{
"description": "Default permissions for the plugin",
"type": "string",