rename createOrLoad to newOrExisting

This commit is contained in:
Lucas Nogueira
2024-10-15 10:22:55 -03:00
parent 028d6661ca
commit 8a8bdcac23
10 changed files with 77 additions and 77 deletions
+10 -10
View File
@@ -314,16 +314,6 @@
"type": "string",
"const": "deny-close-store"
},
{
"description": "Enables the create_or_load command without any pre-configured scope.",
"type": "string",
"const": "allow-create-or-load"
},
{
"description": "Denies the create_or_load command without any pre-configured scope.",
"type": "string",
"const": "deny-create-or-load"
},
{
"description": "Enables the create_store command without any pre-configured scope.",
"type": "string",
@@ -414,6 +404,16 @@
"type": "string",
"const": "deny-load"
},
{
"description": "Enables the new_or_existing command without any pre-configured scope.",
"type": "string",
"const": "allow-new-or-existing"
},
{
"description": "Denies the new_or_existing command without any pre-configured scope.",
"type": "string",
"const": "deny-new-or-existing"
},
{
"description": "Enables the reset command without any pre-configured scope.",
"type": "string",