refactor: remove bot type

This commit is contained in:
Acbox
2026-03-15 00:42:09 +08:00
parent 6741f3f3f1
commit ac8a935545
45 changed files with 163 additions and 453 deletions
-6
View File
@@ -9589,9 +9589,6 @@ const docTemplate = `{
"status": {
"type": "string"
},
"type": {
"type": "string"
},
"updated_at": {
"type": "string"
}
@@ -9642,9 +9639,6 @@ const docTemplate = `{
"metadata": {
"type": "object",
"additionalProperties": {}
},
"type": {
"type": "string"
}
}
},
-6
View File
@@ -9580,9 +9580,6 @@
"status": {
"type": "string"
},
"type": {
"type": "string"
},
"updated_at": {
"type": "string"
}
@@ -9633,9 +9630,6 @@
"metadata": {
"type": "object",
"additionalProperties": {}
},
"type": {
"type": "string"
}
}
},
-4
View File
@@ -482,8 +482,6 @@ definitions:
type: string
status:
type: string
type:
type: string
updated_at:
type: string
type: object
@@ -518,8 +516,6 @@ definitions:
metadata:
additionalProperties: {}
type: object
type:
type: string
type: object
bots.ListBotsResponse:
properties: