chore: open api

This commit is contained in:
izzy
2026-01-13 09:25:34 +00:00
parent 66e7517bc7
commit aebde65825
10 changed files with 101 additions and 17 deletions
+1 -4
View File
@@ -19573,11 +19573,8 @@
"backupDatabase",
"ocr",
"workflow",
<<<<<<< HEAD
"integrityCheck"
=======
"integrityCheck",
"editor"
>>>>>>> origin/main
],
"type": "string"
},
+1 -4
View File
@@ -5678,11 +5678,8 @@ export enum QueueName {
BackupDatabase = "backupDatabase",
Ocr = "ocr",
Workflow = "workflow",
<<<<<<< HEAD
IntegrityCheck = "integrityCheck"
=======
IntegrityCheck = "integrityCheck",
Editor = "editor"
>>>>>>> origin/main
}
export enum QueueCommand {
Start = "start",