This commit is contained in:
Lucas Nogueira
2024-10-15 08:08:52 -03:00
parent ff9bddd95c
commit afbb5aae05
3 changed files with 15 additions and 15 deletions
+7 -7
View File
@@ -12,19 +12,19 @@ All operations are enabled by default.
"""
permissions = [
"allow-create-store",
"allow-create-or-existing-store",
"allow-create-or-load",
"allow-get-store",
"allow-close-store",
"allow-clear",
"allow-delete",
"allow-entries",
"allow-set",
"allow-get",
"allow-has",
"allow-delete",
"allow-clear",
"allow-reset",
"allow-keys",
"allow-values",
"allow-entries",
"allow-length",
"allow-load",
"allow-reset",
"allow-save",
"allow-set",
"allow-values",
]