Files
yaak-mountain-loop/src-tauri/yaak-models/permissions/autogenerated/commands/websocket_events.toml
2025-03-31 11:56:17 -07:00

14 lines
437 B
TOML

# 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"]