chore: generate
This commit is contained in:
parent
909a1a6d78
commit
49d3f86802
2 changed files with 58 additions and 58 deletions
|
|
@ -50,10 +50,10 @@ export type Event =
|
|||
| EventInstallationUpdated
|
||||
| EventInstallationUpdateAvailable
|
||||
| EventFileEdited
|
||||
| EventPluginAdded
|
||||
| EventReferenceUpdated
|
||||
| EventPermissionV2Asked
|
||||
| EventPermissionV2Replied
|
||||
| EventReferenceUpdated
|
||||
| EventPluginAdded
|
||||
| EventProjectDirectoriesUpdated
|
||||
| EventFileWatcherUpdated
|
||||
| EventPtyCreated
|
||||
|
|
@ -1238,9 +1238,9 @@ export type GlobalEvent = {
|
|||
}
|
||||
| {
|
||||
id: string
|
||||
type: "plugin.added"
|
||||
type: "reference.updated"
|
||||
properties: {
|
||||
id: string
|
||||
[key: string]: unknown
|
||||
}
|
||||
}
|
||||
| {
|
||||
|
|
@ -1269,9 +1269,9 @@ export type GlobalEvent = {
|
|||
}
|
||||
| {
|
||||
id: string
|
||||
type: "reference.updated"
|
||||
type: "plugin.added"
|
||||
properties: {
|
||||
[key: string]: unknown
|
||||
id: string
|
||||
}
|
||||
}
|
||||
| {
|
||||
|
|
@ -2787,10 +2787,10 @@ export type V2Event =
|
|||
| V2EventInstallationUpdated
|
||||
| V2EventInstallationUpdateAvailable
|
||||
| V2EventFileEdited
|
||||
| V2EventPluginAdded
|
||||
| V2EventReferenceUpdated
|
||||
| V2EventPermissionV2Asked
|
||||
| V2EventPermissionV2Replied
|
||||
| V2EventReferenceUpdated
|
||||
| V2EventPluginAdded
|
||||
| V2EventProjectDirectoriesUpdated
|
||||
| V2EventFileWatcherUpdated
|
||||
| V2EventPtyCreated
|
||||
|
|
@ -5164,7 +5164,7 @@ export type V2EventFileEdited = {
|
|||
}
|
||||
}
|
||||
|
||||
export type V2EventPluginAdded = {
|
||||
export type V2EventReferenceUpdated = {
|
||||
id: string
|
||||
metadata?: {
|
||||
[key: string]: unknown
|
||||
|
|
@ -5175,9 +5175,9 @@ export type V2EventPluginAdded = {
|
|||
version: number
|
||||
}
|
||||
location?: LocationRef
|
||||
type: "plugin.added"
|
||||
type: "reference.updated"
|
||||
data: {
|
||||
id: string
|
||||
[key: string]: unknown
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -5225,7 +5225,7 @@ export type V2EventPermissionV2Replied = {
|
|||
}
|
||||
}
|
||||
|
||||
export type V2EventReferenceUpdated = {
|
||||
export type V2EventPluginAdded = {
|
||||
id: string
|
||||
metadata?: {
|
||||
[key: string]: unknown
|
||||
|
|
@ -5236,9 +5236,9 @@ export type V2EventReferenceUpdated = {
|
|||
version: number
|
||||
}
|
||||
location?: LocationRef
|
||||
type: "reference.updated"
|
||||
type: "plugin.added"
|
||||
data: {
|
||||
[key: string]: unknown
|
||||
id: string
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -6518,11 +6518,11 @@ export type EventFileEdited = {
|
|||
}
|
||||
}
|
||||
|
||||
export type EventPluginAdded = {
|
||||
export type EventReferenceUpdated = {
|
||||
id: string
|
||||
type: "plugin.added"
|
||||
type: "reference.updated"
|
||||
properties: {
|
||||
id: string
|
||||
[key: string]: unknown
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -6552,11 +6552,11 @@ export type EventPermissionV2Replied = {
|
|||
}
|
||||
}
|
||||
|
||||
export type EventReferenceUpdated = {
|
||||
export type EventPluginAdded = {
|
||||
id: string
|
||||
type: "reference.updated"
|
||||
type: "plugin.added"
|
||||
properties: {
|
||||
[key: string]: unknown
|
||||
id: string
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue