mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
chore: regen sdk
This commit is contained in:
parent
7439a40b00
commit
0fd2ecd0ba
File diff suppressed because it is too large
Load Diff
@ -245,8 +245,8 @@ export class Project extends HeyApiClient {
|
||||
directory?: string
|
||||
name?: string
|
||||
icon?: {
|
||||
url: string
|
||||
color: string
|
||||
url?: string
|
||||
color?: string
|
||||
}
|
||||
},
|
||||
options?: Options<never, ThrowOnError>,
|
||||
|
||||
@ -24,8 +24,8 @@ export type Project = {
|
||||
vcs?: "git"
|
||||
name?: string
|
||||
icon?: {
|
||||
url: string
|
||||
color: string
|
||||
url?: string
|
||||
color?: string
|
||||
}
|
||||
time: {
|
||||
created: number
|
||||
@ -1730,8 +1730,8 @@ export type ProjectUpdateData = {
|
||||
body?: {
|
||||
name?: string
|
||||
icon?: {
|
||||
url: string
|
||||
color: string
|
||||
url?: string
|
||||
color?: string
|
||||
}
|
||||
}
|
||||
path: {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user