|
|
@@ -12097,6 +12097,9 @@
|
|
|
{
|
|
|
"$ref": "#/components/schemas/EventSessionNextPromptPromoted"
|
|
|
},
|
|
|
+ {
|
|
|
+ "$ref": "#/components/schemas/EventSessionNextInterruptRequested"
|
|
|
+ },
|
|
|
{
|
|
|
"$ref": "#/components/schemas/EventSessionNextContextUpdated"
|
|
|
},
|
|
|
@@ -14695,6 +14698,35 @@
|
|
|
"required": ["id", "type", "properties"],
|
|
|
"additionalProperties": false
|
|
|
},
|
|
|
+ {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "id": {
|
|
|
+ "type": "string",
|
|
|
+ "pattern": "^evt_"
|
|
|
+ },
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "enum": ["session.next.interrupt.requested"]
|
|
|
+ },
|
|
|
+ "properties": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "timestamp": {
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "sessionID": {
|
|
|
+ "type": "string",
|
|
|
+ "pattern": "^ses"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["timestamp", "sessionID"],
|
|
|
+ "additionalProperties": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["id", "type", "properties"],
|
|
|
+ "additionalProperties": false
|
|
|
+ },
|
|
|
{
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
@@ -17252,6 +17284,9 @@
|
|
|
{
|
|
|
"$ref": "#/components/schemas/SyncEventSessionNextPromptPromoted"
|
|
|
},
|
|
|
+ {
|
|
|
+ "$ref": "#/components/schemas/SyncEventSessionNextInterruptRequested"
|
|
|
+ },
|
|
|
{
|
|
|
"$ref": "#/components/schemas/SyncEventSessionNextContextUpdated"
|
|
|
},
|
|
|
@@ -21983,6 +22018,56 @@
|
|
|
"required": ["type", "id", "syncEvent"],
|
|
|
"additionalProperties": false
|
|
|
},
|
|
|
+ "SyncEventSessionNextInterruptRequested": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "enum": ["sync"]
|
|
|
+ },
|
|
|
+ "id": {
|
|
|
+ "type": "string",
|
|
|
+ "pattern": "^evt_"
|
|
|
+ },
|
|
|
+ "syncEvent": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "enum": ["session.next.interrupt.requested.1"]
|
|
|
+ },
|
|
|
+ "id": {
|
|
|
+ "type": "string",
|
|
|
+ "pattern": "^evt_"
|
|
|
+ },
|
|
|
+ "seq": {
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "aggregateID": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "data": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "timestamp": {
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "sessionID": {
|
|
|
+ "type": "string",
|
|
|
+ "pattern": "^ses"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["timestamp", "sessionID"],
|
|
|
+ "additionalProperties": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["type", "id", "seq", "aggregateID", "data"],
|
|
|
+ "additionalProperties": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["type", "id", "syncEvent"],
|
|
|
+ "additionalProperties": false
|
|
|
+ },
|
|
|
"SyncEventSessionNextContextUpdated": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
@@ -25378,6 +25463,35 @@
|
|
|
"required": ["id", "type", "properties"],
|
|
|
"additionalProperties": false
|
|
|
},
|
|
|
+ "EventSessionNextInterruptRequested": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "id": {
|
|
|
+ "type": "string",
|
|
|
+ "pattern": "^evt_"
|
|
|
+ },
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "enum": ["session.next.interrupt.requested"]
|
|
|
+ },
|
|
|
+ "properties": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "timestamp": {
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "sessionID": {
|
|
|
+ "type": "string",
|
|
|
+ "pattern": "^ses"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["timestamp", "sessionID"],
|
|
|
+ "additionalProperties": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["id", "type", "properties"],
|
|
|
+ "additionalProperties": false
|
|
|
+ },
|
|
|
"EventSessionNextContextUpdated": {
|
|
|
"type": "object",
|
|
|
"properties": {
|