|
|
@@ -12316,6 +12316,9 @@
|
|
|
{
|
|
|
"$ref": "#/components/schemas/EventPermissionV2Replied"
|
|
|
},
|
|
|
+ {
|
|
|
+ "$ref": "#/components/schemas/EventReferenceUpdated"
|
|
|
+ },
|
|
|
{
|
|
|
"$ref": "#/components/schemas/EventFileWatcherUpdated"
|
|
|
},
|
|
|
@@ -16259,6 +16262,25 @@
|
|
|
"required": ["id", "type", "properties"],
|
|
|
"additionalProperties": false
|
|
|
},
|
|
|
+ {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "id": {
|
|
|
+ "type": "string",
|
|
|
+ "pattern": "^evt_"
|
|
|
+ },
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "enum": ["reference.updated"]
|
|
|
+ },
|
|
|
+ "properties": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["id", "type", "properties"],
|
|
|
+ "additionalProperties": false
|
|
|
+ },
|
|
|
{
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
@@ -27673,6 +27695,25 @@
|
|
|
"required": ["id", "type", "properties"],
|
|
|
"additionalProperties": false
|
|
|
},
|
|
|
+ "EventReferenceUpdated": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "id": {
|
|
|
+ "type": "string",
|
|
|
+ "pattern": "^evt_"
|
|
|
+ },
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "enum": ["reference.updated"]
|
|
|
+ },
|
|
|
+ "properties": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["id", "type", "properties"],
|
|
|
+ "additionalProperties": false
|
|
|
+ },
|
|
|
"EventFileWatcherUpdated": {
|
|
|
"type": "object",
|
|
|
"properties": {
|