feat: use latest nostr sdk
This commit is contained in:
@@ -5569,6 +5569,31 @@
|
||||
"type": "string",
|
||||
"const": "store:deny-values"
|
||||
},
|
||||
{
|
||||
"description": "Allow all",
|
||||
"type": "string",
|
||||
"const": "theme:default"
|
||||
},
|
||||
{
|
||||
"description": "Enables the get_theme command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "theme:allow-get-theme"
|
||||
},
|
||||
{
|
||||
"description": "Enables the set_theme command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "theme:allow-set-theme"
|
||||
},
|
||||
{
|
||||
"description": "Denies the get_theme command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "theme:deny-get-theme"
|
||||
},
|
||||
{
|
||||
"description": "Denies the set_theme command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "theme:deny-set-theme"
|
||||
},
|
||||
{
|
||||
"description": "This permission set configures which kind of\nupdater functions are exposed to the frontend.\n\n#### Granted Permissions\n\nThe full workflow from checking for updates to installing them\nis enabled.\n\n",
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user