chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-07 21:54:31 +00:00
parent f5d0371efe
commit 7ded0ec9e9
3 changed files with 22 additions and 6 deletions

View File

@@ -9401,6 +9401,25 @@
"message": {
"type": "string"
},
"action": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"message": {
"type": "string"
},
"label": {
"type": "string"
},
"link": {
"type": "string"
}
},
"required": ["title", "message", "label"],
"additionalProperties": false
},
"next": {
"type": "integer",
"minimum": 0