|
|
@@ -7560,44 +7560,6 @@
|
|
|
},
|
|
|
"required": ["type", "properties"]
|
|
|
},
|
|
|
- "Event.installation.updated": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "type": {
|
|
|
- "type": "string",
|
|
|
- "const": "installation.updated"
|
|
|
- },
|
|
|
- "properties": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "version": {
|
|
|
- "type": "string"
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["version"]
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["type", "properties"]
|
|
|
- },
|
|
|
- "Event.installation.update-available": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "type": {
|
|
|
- "type": "string",
|
|
|
- "const": "installation.update-available"
|
|
|
- },
|
|
|
- "properties": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "version": {
|
|
|
- "type": "string"
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["version"]
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["type", "properties"]
|
|
|
- },
|
|
|
"Event.server.connected": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
@@ -7716,6 +7678,44 @@
|
|
|
},
|
|
|
"required": ["type", "properties"]
|
|
|
},
|
|
|
+ "Event.installation.updated": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "const": "installation.updated"
|
|
|
+ },
|
|
|
+ "properties": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "version": {
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["version"]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["type", "properties"]
|
|
|
+ },
|
|
|
+ "Event.installation.update-available": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "const": "installation.update-available"
|
|
|
+ },
|
|
|
+ "properties": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "version": {
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["version"]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["type", "properties"]
|
|
|
+ },
|
|
|
"Event.message.part.delta": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
@@ -10736,12 +10736,6 @@
|
|
|
{
|
|
|
"$ref": "#/components/schemas/Event.server.instance.disposed"
|
|
|
},
|
|
|
- {
|
|
|
- "$ref": "#/components/schemas/Event.installation.updated"
|
|
|
- },
|
|
|
- {
|
|
|
- "$ref": "#/components/schemas/Event.installation.update-available"
|
|
|
- },
|
|
|
{
|
|
|
"$ref": "#/components/schemas/Event.server.connected"
|
|
|
},
|
|
|
@@ -10760,6 +10754,12 @@
|
|
|
{
|
|
|
"$ref": "#/components/schemas/Event.lsp.updated"
|
|
|
},
|
|
|
+ {
|
|
|
+ "$ref": "#/components/schemas/Event.installation.updated"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "$ref": "#/components/schemas/Event.installation.update-available"
|
|
|
+ },
|
|
|
{
|
|
|
"$ref": "#/components/schemas/Event.message.part.delta"
|
|
|
},
|
|
|
@@ -12964,12 +12964,6 @@
|
|
|
{
|
|
|
"$ref": "#/components/schemas/Event.server.instance.disposed"
|
|
|
},
|
|
|
- {
|
|
|
- "$ref": "#/components/schemas/Event.installation.updated"
|
|
|
- },
|
|
|
- {
|
|
|
- "$ref": "#/components/schemas/Event.installation.update-available"
|
|
|
- },
|
|
|
{
|
|
|
"$ref": "#/components/schemas/Event.server.connected"
|
|
|
},
|
|
|
@@ -12988,6 +12982,12 @@
|
|
|
{
|
|
|
"$ref": "#/components/schemas/Event.lsp.updated"
|
|
|
},
|
|
|
+ {
|
|
|
+ "$ref": "#/components/schemas/Event.installation.updated"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "$ref": "#/components/schemas/Event.installation.update-available"
|
|
|
+ },
|
|
|
{
|
|
|
"$ref": "#/components/schemas/Event.message.part.delta"
|
|
|
},
|