Add is_checked_in into joined event api
All checks were successful
Client CMS Check Build (NixCN CMS) TeamCity build finished
Backend Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-02-08 16:22:40 +08:00
parent 83e62ba825
commit e7df62e673
5 changed files with 38 additions and 0 deletions

View File

@@ -2106,6 +2106,9 @@ const docTemplate = `{
"event_id": {
"type": "string"
},
"is_checked_in": {
"type": "boolean"
},
"is_joined": {
"type": "boolean"
},

View File

@@ -2104,6 +2104,9 @@
"event_id": {
"type": "string"
},
"is_checked_in": {
"type": "boolean"
},
"is_joined": {
"type": "boolean"
},

View File

@@ -12,6 +12,8 @@ definitions:
type: string
event_id:
type: string
is_checked_in:
type: boolean
is_joined:
type: boolean
join_count: