fix(notification): Add permission commands for Actions (#1459)

* Add the permission commands

* Add changes file
This commit is contained in:
Naman Garg
2024-06-18 14:28:16 +05:30
committed by GitHub
parent b18a03a376
commit 17c42fd42a
10 changed files with 95 additions and 4 deletions
@@ -5356,6 +5356,20 @@
"notification:allow-notify"
]
},
{
"description": "notification:allow-register-action-types -> Enables the register_action_types command without any pre-configured scope.",
"type": "string",
"enum": [
"notification:allow-register-action-types"
]
},
{
"description": "notification:allow-register-listener -> Enables the register_listener command without any pre-configured scope.",
"type": "string",
"enum": [
"notification:allow-register-listener"
]
},
{
"description": "notification:allow-request-permission -> Enables the request_permission command without any pre-configured scope.",
"type": "string",
@@ -5377,6 +5391,20 @@
"notification:deny-notify"
]
},
{
"description": "notification:deny-register-action-types -> Denies the register_action_types command without any pre-configured scope.",
"type": "string",
"enum": [
"notification:deny-register-action-types"
]
},
{
"description": "notification:deny-register-listener -> Denies the register_listener command without any pre-configured scope.",
"type": "string",
"enum": [
"notification:deny-register-listener"
]
},
{
"description": "notification:deny-request-permission -> Denies the request_permission command without any pre-configured scope.",
"type": "string",