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
@@ -0,0 +1,13 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-duplicate"
description = "Enables the duplicate command without any pre-configured scope."
commands.allow = ["duplicate"]
[[permission]]
identifier = "deny-duplicate"
description = "Denies the duplicate command without any pre-configured scope."
commands.deny = ["duplicate"]
@@ -0,0 +1,13 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-get-settings"
description = "Enables the get_settings command without any pre-configured scope."
commands.allow = ["get_settings"]
[[permission]]
identifier = "deny-get-settings"
description = "Denies the get_settings command without any pre-configured scope."
commands.deny = ["get_settings"]
@@ -0,0 +1,13 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-grpc-events"
description = "Enables the grpc_events command without any pre-configured scope."
commands.allow = ["grpc_events"]
[[permission]]
identifier = "deny-grpc-events"
description = "Denies the grpc_events command without any pre-configured scope."
commands.deny = ["grpc_events"]
@@ -0,0 +1,13 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-websocket-events"
description = "Enables the websocket_events command without any pre-configured scope."
commands.allow = ["websocket_events"]
[[permission]]
identifier = "deny-websocket-events"
description = "Denies the websocket_events command without any pre-configured scope."
commands.deny = ["websocket_events"]
@@ -0,0 +1,13 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-workspace-models"
description = "Enables the workspace_models command without any pre-configured scope."
commands.allow = ["workspace_models"]
[[permission]]
identifier = "deny-workspace-models"
description = "Denies the workspace_models command without any pre-configured scope."
commands.deny = ["workspace_models"]