Add ability to deactivate license

This commit is contained in:
Gregory Schier
2025-03-05 07:13:19 -08:00
parent 9ead45d67a
commit 7a1a0689b0
16 changed files with 218 additions and 36 deletions

File diff suppressed because one or more lines are too long

View File

@@ -5572,6 +5572,11 @@
"type": "string",
"const": "yaak-license:allow-check"
},
{
"description": "Enables the deactivate command without any pre-configured scope.",
"type": "string",
"const": "yaak-license:allow-deactivate"
},
{
"description": "Denies the activate command without any pre-configured scope.",
"type": "string",
@@ -5582,6 +5587,11 @@
"type": "string",
"const": "yaak-license:deny-check"
},
{
"description": "Denies the deactivate command without any pre-configured scope.",
"type": "string",
"const": "yaak-license:deny-deactivate"
},
{
"description": "Default permissions for the plugin",
"type": "string",

View File

@@ -5572,6 +5572,11 @@
"type": "string",
"const": "yaak-license:allow-check"
},
{
"description": "Enables the deactivate command without any pre-configured scope.",
"type": "string",
"const": "yaak-license:allow-deactivate"
},
{
"description": "Denies the activate command without any pre-configured scope.",
"type": "string",
@@ -5582,6 +5587,11 @@
"type": "string",
"const": "yaak-license:deny-check"
},
{
"description": "Denies the deactivate command without any pre-configured scope.",
"type": "string",
"const": "yaak-license:deny-deactivate"
},
{
"description": "Default permissions for the plugin",
"type": "string",