chore: regen sdk

This commit is contained in:
GitHub Action 2025-12-09 20:11:32 +00:00
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 directory?: string
name?: string name?: string
icon?: { icon?: {
url: string url?: string
color: string color?: string
} }
}, },
options?: Options<never, ThrowOnError>, options?: Options<never, ThrowOnError>,

View file

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