chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-21 12:07:16 +00:00
parent c780d7cee7
commit 02687b6324
13 changed files with 107 additions and 122 deletions
+17 -17
View File
@@ -6,7 +6,6 @@ export type ClientOptions = {
export type Event =
| EventModelsDevRefreshed
| EventPluginAdded
| EventIntegrationUpdated
| EventCatalogUpdated
| EventSessionCreated
@@ -53,6 +52,7 @@ export type Event =
| EventInstallationUpdated
| EventInstallationUpdateAvailable
| EventFileEdited
| EventPluginAdded
| EventPermissionV2Asked
| EventPermissionV2Replied
| EventReferenceUpdated
@@ -737,13 +737,6 @@ export type GlobalEvent = {
[key: string]: unknown
}
}
| {
id: string
type: "plugin.added"
properties: {
id: string
}
}
| {
id: string
type: "integration.updated"
@@ -1264,6 +1257,13 @@ export type GlobalEvent = {
file: string
}
}
| {
id: string
type: "plugin.added"
properties: {
id: string
}
}
| {
id: string
type: "permission.v2.asked"
@@ -4003,7 +4003,7 @@ export type ModelV2Info = {
}
}>
time: {
released: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN"
released: number
}
cost: Array<{
tier?: {
@@ -4228,14 +4228,6 @@ export type EventModelsDevRefreshed = {
}
}
export type EventPluginAdded = {
id: string
type: "plugin.added"
properties: {
id: string
}
}
export type EventIntegrationUpdated = {
id: string
type: "integration.updated"
@@ -4802,6 +4794,14 @@ export type EventFileEdited = {
}
}
export type EventPluginAdded = {
id: string
type: "plugin.added"
properties: {
id: string
}
}
export type EventPermissionV2Asked = {
id: string
type: "permission.v2.asked"