chore: regen sdk
This commit is contained in:
parent
7439a40b00
commit
0fd2ecd0ba
4 changed files with 2404 additions and 542 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -245,8 +245,8 @@ export class Project extends HeyApiClient {
|
||||||
directory?: string
|
directory?: string
|
||||||
name?: string
|
name?: string
|
||||||
icon?: {
|
icon?: {
|
||||||
url: string
|
url?: string
|
||||||
color: string
|
color?: string
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
options?: Options<never, ThrowOnError>,
|
options?: Options<never, ThrowOnError>,
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,8 @@ export type Project = {
|
||||||
vcs?: "git"
|
vcs?: "git"
|
||||||
name?: string
|
name?: string
|
||||||
icon?: {
|
icon?: {
|
||||||
url: string
|
url?: string
|
||||||
color: string
|
color?: string
|
||||||
}
|
}
|
||||||
time: {
|
time: {
|
||||||
created: number
|
created: number
|
||||||
|
|
@ -1730,8 +1730,8 @@ export type ProjectUpdateData = {
|
||||||
body?: {
|
body?: {
|
||||||
name?: string
|
name?: string
|
||||||
icon?: {
|
icon?: {
|
||||||
url: string
|
url?: string
|
||||||
color: string
|
color?: string
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
path: {
|
path: {
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue