Skip to content

Commit 7341718

Browse files
chore: generate
1 parent ef90b93 commit 7341718

2 files changed

Lines changed: 68 additions & 68 deletions

File tree

packages/sdk/js/src/v2/gen/types.gen.ts

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,6 @@ export type EventServerInstanceDisposed = {
4040
}
4141
}
4242

43-
export type EventInstallationUpdated = {
44-
type: "installation.updated"
45-
properties: {
46-
version: string
47-
}
48-
}
49-
50-
export type EventInstallationUpdateAvailable = {
51-
type: "installation.update-available"
52-
properties: {
53-
version: string
54-
}
55-
}
56-
5743
export type EventServerConnected = {
5844
type: "server.connected"
5945
properties: {
@@ -98,6 +84,20 @@ export type EventLspUpdated = {
9884
}
9985
}
10086

87+
export type EventInstallationUpdated = {
88+
type: "installation.updated"
89+
properties: {
90+
version: string
91+
}
92+
}
93+
94+
export type EventInstallationUpdateAvailable = {
95+
type: "installation.update-available"
96+
properties: {
97+
version: string
98+
}
99+
}
100+
101101
export type EventMessagePartDelta = {
102102
type: "message.part.delta"
103103
properties: {
@@ -1111,14 +1111,14 @@ export type GlobalEvent = {
11111111
payload:
11121112
| EventProjectUpdated
11131113
| EventServerInstanceDisposed
1114-
| EventInstallationUpdated
1115-
| EventInstallationUpdateAvailable
11161114
| EventServerConnected
11171115
| EventGlobalDisposed
11181116
| EventFileEdited
11191117
| EventFileWatcherUpdated
11201118
| EventLspClientDiagnostics
11211119
| EventLspUpdated
1120+
| EventInstallationUpdated
1121+
| EventInstallationUpdateAvailable
11221122
| EventMessagePartDelta
11231123
| EventPermissionAsked
11241124
| EventPermissionReplied
@@ -2024,14 +2024,14 @@ export type File = {
20242024
export type Event =
20252025
| EventProjectUpdated
20262026
| EventServerInstanceDisposed
2027-
| EventInstallationUpdated
2028-
| EventInstallationUpdateAvailable
20292027
| EventServerConnected
20302028
| EventGlobalDisposed
20312029
| EventFileEdited
20322030
| EventFileWatcherUpdated
20332031
| EventLspClientDiagnostics
20342032
| EventLspUpdated
2033+
| EventInstallationUpdated
2034+
| EventInstallationUpdateAvailable
20352035
| EventMessagePartDelta
20362036
| EventPermissionAsked
20372037
| EventPermissionReplied

packages/sdk/openapi.json

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -7560,44 +7560,6 @@
75607560
},
75617561
"required": ["type", "properties"]
75627562
},
7563-
"Event.installation.updated": {
7564-
"type": "object",
7565-
"properties": {
7566-
"type": {
7567-
"type": "string",
7568-
"const": "installation.updated"
7569-
},
7570-
"properties": {
7571-
"type": "object",
7572-
"properties": {
7573-
"version": {
7574-
"type": "string"
7575-
}
7576-
},
7577-
"required": ["version"]
7578-
}
7579-
},
7580-
"required": ["type", "properties"]
7581-
},
7582-
"Event.installation.update-available": {
7583-
"type": "object",
7584-
"properties": {
7585-
"type": {
7586-
"type": "string",
7587-
"const": "installation.update-available"
7588-
},
7589-
"properties": {
7590-
"type": "object",
7591-
"properties": {
7592-
"version": {
7593-
"type": "string"
7594-
}
7595-
},
7596-
"required": ["version"]
7597-
}
7598-
},
7599-
"required": ["type", "properties"]
7600-
},
76017563
"Event.server.connected": {
76027564
"type": "object",
76037565
"properties": {
@@ -7716,6 +7678,44 @@
77167678
},
77177679
"required": ["type", "properties"]
77187680
},
7681+
"Event.installation.updated": {
7682+
"type": "object",
7683+
"properties": {
7684+
"type": {
7685+
"type": "string",
7686+
"const": "installation.updated"
7687+
},
7688+
"properties": {
7689+
"type": "object",
7690+
"properties": {
7691+
"version": {
7692+
"type": "string"
7693+
}
7694+
},
7695+
"required": ["version"]
7696+
}
7697+
},
7698+
"required": ["type", "properties"]
7699+
},
7700+
"Event.installation.update-available": {
7701+
"type": "object",
7702+
"properties": {
7703+
"type": {
7704+
"type": "string",
7705+
"const": "installation.update-available"
7706+
},
7707+
"properties": {
7708+
"type": "object",
7709+
"properties": {
7710+
"version": {
7711+
"type": "string"
7712+
}
7713+
},
7714+
"required": ["version"]
7715+
}
7716+
},
7717+
"required": ["type", "properties"]
7718+
},
77197719
"Event.message.part.delta": {
77207720
"type": "object",
77217721
"properties": {
@@ -10736,12 +10736,6 @@
1073610736
{
1073710737
"$ref": "#/components/schemas/Event.server.instance.disposed"
1073810738
},
10739-
{
10740-
"$ref": "#/components/schemas/Event.installation.updated"
10741-
},
10742-
{
10743-
"$ref": "#/components/schemas/Event.installation.update-available"
10744-
},
1074510739
{
1074610740
"$ref": "#/components/schemas/Event.server.connected"
1074710741
},
@@ -10760,6 +10754,12 @@
1076010754
{
1076110755
"$ref": "#/components/schemas/Event.lsp.updated"
1076210756
},
10757+
{
10758+
"$ref": "#/components/schemas/Event.installation.updated"
10759+
},
10760+
{
10761+
"$ref": "#/components/schemas/Event.installation.update-available"
10762+
},
1076310763
{
1076410764
"$ref": "#/components/schemas/Event.message.part.delta"
1076510765
},
@@ -12964,12 +12964,6 @@
1296412964
{
1296512965
"$ref": "#/components/schemas/Event.server.instance.disposed"
1296612966
},
12967-
{
12968-
"$ref": "#/components/schemas/Event.installation.updated"
12969-
},
12970-
{
12971-
"$ref": "#/components/schemas/Event.installation.update-available"
12972-
},
1297312967
{
1297412968
"$ref": "#/components/schemas/Event.server.connected"
1297512969
},
@@ -12988,6 +12982,12 @@
1298812982
{
1298912983
"$ref": "#/components/schemas/Event.lsp.updated"
1299012984
},
12985+
{
12986+
"$ref": "#/components/schemas/Event.installation.updated"
12987+
},
12988+
{
12989+
"$ref": "#/components/schemas/Event.installation.update-available"
12990+
},
1299112991
{
1299212992
"$ref": "#/components/schemas/Event.message.part.delta"
1299312993
},

0 commit comments

Comments
 (0)