This commit is contained in:
2026-03-07 21:25:32 +07:00
parent 2e8afd3948
commit 05cab1df89
5 changed files with 287 additions and 159 deletions
+23
View File
@@ -402,6 +402,15 @@
"items": {
"$ref": "#/definitions/evening_detectiveApplication"
}
},
"hidden": {
"type": "boolean"
},
"doors": {
"type": "array",
"items": {
"$ref": "#/definitions/evening_detectiveDoor"
}
}
}
},
@@ -453,6 +462,20 @@
}
}
},
"evening_detectiveDoor": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"name": {
"type": "string"
},
"show": {
"type": "boolean"
}
}
},
"evening_detectiveDownloadTeamsQrCodesFileRsp": {
"type": "object",
"properties": {