update: store persist

This commit is contained in:
Purp1e
2024-09-26 16:58:40 +08:00
parent b3973fd101
commit 759cdbab98
17 changed files with 583 additions and 81 deletions

View File

@@ -5333,6 +5333,131 @@
"description": "Denies the stdin_write command without any pre-configured scope.",
"type": "string",
"const": "shell:deny-stdin-write"
},
{
"description": "This permission set configures what kind of\noperations are available from the store plugin.\n\n#### Granted Permissions\n\nAll operations are enabled by default.\n\n",
"type": "string",
"const": "store:default"
},
{
"description": "Enables the clear command without any pre-configured scope.",
"type": "string",
"const": "store:allow-clear"
},
{
"description": "Enables the delete command without any pre-configured scope.",
"type": "string",
"const": "store:allow-delete"
},
{
"description": "Enables the entries command without any pre-configured scope.",
"type": "string",
"const": "store:allow-entries"
},
{
"description": "Enables the get command without any pre-configured scope.",
"type": "string",
"const": "store:allow-get"
},
{
"description": "Enables the has command without any pre-configured scope.",
"type": "string",
"const": "store:allow-has"
},
{
"description": "Enables the keys command without any pre-configured scope.",
"type": "string",
"const": "store:allow-keys"
},
{
"description": "Enables the length command without any pre-configured scope.",
"type": "string",
"const": "store:allow-length"
},
{
"description": "Enables the load command without any pre-configured scope.",
"type": "string",
"const": "store:allow-load"
},
{
"description": "Enables the reset command without any pre-configured scope.",
"type": "string",
"const": "store:allow-reset"
},
{
"description": "Enables the save command without any pre-configured scope.",
"type": "string",
"const": "store:allow-save"
},
{
"description": "Enables the set command without any pre-configured scope.",
"type": "string",
"const": "store:allow-set"
},
{
"description": "Enables the values command without any pre-configured scope.",
"type": "string",
"const": "store:allow-values"
},
{
"description": "Denies the clear command without any pre-configured scope.",
"type": "string",
"const": "store:deny-clear"
},
{
"description": "Denies the delete command without any pre-configured scope.",
"type": "string",
"const": "store:deny-delete"
},
{
"description": "Denies the entries command without any pre-configured scope.",
"type": "string",
"const": "store:deny-entries"
},
{
"description": "Denies the get command without any pre-configured scope.",
"type": "string",
"const": "store:deny-get"
},
{
"description": "Denies the has command without any pre-configured scope.",
"type": "string",
"const": "store:deny-has"
},
{
"description": "Denies the keys command without any pre-configured scope.",
"type": "string",
"const": "store:deny-keys"
},
{
"description": "Denies the length command without any pre-configured scope.",
"type": "string",
"const": "store:deny-length"
},
{
"description": "Denies the load command without any pre-configured scope.",
"type": "string",
"const": "store:deny-load"
},
{
"description": "Denies the reset command without any pre-configured scope.",
"type": "string",
"const": "store:deny-reset"
},
{
"description": "Denies the save command without any pre-configured scope.",
"type": "string",
"const": "store:deny-save"
},
{
"description": "Denies the set command without any pre-configured scope.",
"type": "string",
"const": "store:deny-set"
},
{
"description": "Denies the values command without any pre-configured scope.",
"type": "string",
"const": "store:deny-values"
}
]
},