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"
+54 -74
View File
@@ -14481,9 +14481,6 @@
{
"$ref": "#/components/schemas/EventModels-devRefreshed"
},
{
"$ref": "#/components/schemas/EventPluginAdded"
},
{
"$ref": "#/components/schemas/EventIntegrationUpdated"
},
@@ -14622,6 +14619,9 @@
{
"$ref": "#/components/schemas/EventFileEdited"
},
{
"$ref": "#/components/schemas/EventPluginAdded"
},
{
"$ref": "#/components/schemas/EventPermissionV2Asked"
},
@@ -16645,31 +16645,6 @@
"required": ["id", "type", "properties"],
"additionalProperties": false
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^evt_"
},
"type": {
"type": "string",
"enum": ["plugin.added"]
},
"properties": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
},
"required": ["id"],
"additionalProperties": false
}
},
"required": ["id", "type", "properties"],
"additionalProperties": false
},
{
"type": "object",
"properties": {
@@ -18453,6 +18428,31 @@
"required": ["id", "type", "properties"],
"additionalProperties": false
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^evt_"
},
"type": {
"type": "string",
"enum": ["plugin.added"]
},
"properties": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
},
"required": ["id"],
"additionalProperties": false
}
},
"required": ["id", "type", "properties"],
"additionalProperties": false
},
{
"type": "object",
"properties": {
@@ -26900,27 +26900,7 @@
"type": "object",
"properties": {
"released": {
"anyOf": [
{
"type": "number"
},
{
"type": "string",
"enum": ["NaN"]
},
{
"type": "string",
"enum": ["Infinity"]
},
{
"type": "string",
"enum": ["-Infinity"]
},
{
"type": "string",
"enum": ["Infinity", "-Infinity", "NaN"]
}
]
"type": "number"
}
},
"required": ["released"],
@@ -27643,31 +27623,6 @@
"required": ["id", "type", "properties"],
"additionalProperties": false
},
"EventPluginAdded": {
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^evt_"
},
"type": {
"type": "string",
"enum": ["plugin.added"]
},
"properties": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
},
"required": ["id"],
"additionalProperties": false
}
},
"required": ["id", "type", "properties"],
"additionalProperties": false
},
"EventIntegrationUpdated": {
"type": "object",
"properties": {
@@ -29443,6 +29398,31 @@
"required": ["id", "type", "properties"],
"additionalProperties": false
},
"EventPluginAdded": {
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^evt_"
},
"type": {
"type": "string",
"enum": ["plugin.added"]
},
"properties": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
},
"required": ["id"],
"additionalProperties": false
}
},
"required": ["id", "type", "properties"],
"additionalProperties": false
},
"EventPermissionV2Asked": {
"type": "object",
"properties": {