chore: regen sdk

This commit is contained in:
GitHub Action 2025-12-09 20:11:32 +00:00
parent 7439a40b00
commit 0fd2ecd0ba
4 changed files with 2404 additions and 542 deletions

File diff suppressed because it is too large Load diff

View file

@ -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>,

View file

@ -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