mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-03 07:33:45 +00:00
chore: generate
This commit is contained in:
@@ -32,7 +32,7 @@ export type Project = {
|
||||
updated: number
|
||||
initialized?: number
|
||||
}
|
||||
sandboxes?: Array<string>
|
||||
sandboxes: Array<string>
|
||||
}
|
||||
|
||||
export type EventProjectUpdated = {
|
||||
|
||||
@@ -5402,7 +5402,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["id", "worktree", "time"]
|
||||
"required": ["id", "worktree", "time", "sandboxes"]
|
||||
},
|
||||
"Event.project.updated": {
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user