mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
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
|
||||
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…
Add table
Add a link
Reference in a new issue