|
@@ -12481,6 +12481,9 @@
|
|
|
{
|
|
{
|
|
|
"$ref": "#/components/schemas/EventProjectUpdated"
|
|
"$ref": "#/components/schemas/EventProjectUpdated"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/components/schemas/EventVcsBranchUpdated"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"$ref": "#/components/schemas/EventQuestionAsked"
|
|
"$ref": "#/components/schemas/EventQuestionAsked"
|
|
|
},
|
|
},
|
|
@@ -12499,9 +12502,6 @@
|
|
|
{
|
|
{
|
|
|
"$ref": "#/components/schemas/EventSessionCompacted"
|
|
"$ref": "#/components/schemas/EventSessionCompacted"
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- "$ref": "#/components/schemas/EventVcsBranchUpdated"
|
|
|
|
|
- },
|
|
|
|
|
{
|
|
{
|
|
|
"$ref": "#/components/schemas/EventWorktreeReady"
|
|
"$ref": "#/components/schemas/EventWorktreeReady"
|
|
|
},
|
|
},
|
|
@@ -17104,6 +17104,30 @@
|
|
|
"required": ["id", "type", "properties"],
|
|
"required": ["id", "type", "properties"],
|
|
|
"additionalProperties": false
|
|
"additionalProperties": false
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "id": {
|
|
|
|
|
+ "type": "string",
|
|
|
|
|
+ "pattern": "^evt_"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": {
|
|
|
|
|
+ "type": "string",
|
|
|
|
|
+ "enum": ["vcs.branch.updated"]
|
|
|
|
|
+ },
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "branch": {
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "additionalProperties": false
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "required": ["id", "type", "properties"],
|
|
|
|
|
+ "additionalProperties": false
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|
|
@@ -17291,30 +17315,6 @@
|
|
|
"required": ["id", "type", "properties"],
|
|
"required": ["id", "type", "properties"],
|
|
|
"additionalProperties": false
|
|
"additionalProperties": false
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- "type": "object",
|
|
|
|
|
- "properties": {
|
|
|
|
|
- "id": {
|
|
|
|
|
- "type": "string",
|
|
|
|
|
- "pattern": "^evt_"
|
|
|
|
|
- },
|
|
|
|
|
- "type": {
|
|
|
|
|
- "type": "string",
|
|
|
|
|
- "enum": ["vcs.branch.updated"]
|
|
|
|
|
- },
|
|
|
|
|
- "properties": {
|
|
|
|
|
- "type": "object",
|
|
|
|
|
- "properties": {
|
|
|
|
|
- "branch": {
|
|
|
|
|
- "type": "string"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "additionalProperties": false
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "required": ["id", "type", "properties"],
|
|
|
|
|
- "additionalProperties": false
|
|
|
|
|
- },
|
|
|
|
|
{
|
|
{
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|
|
@@ -28341,6 +28341,30 @@
|
|
|
"required": ["id", "type", "properties"],
|
|
"required": ["id", "type", "properties"],
|
|
|
"additionalProperties": false
|
|
"additionalProperties": false
|
|
|
},
|
|
},
|
|
|
|
|
+ "EventVcsBranchUpdated": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "id": {
|
|
|
|
|
+ "type": "string",
|
|
|
|
|
+ "pattern": "^evt_"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": {
|
|
|
|
|
+ "type": "string",
|
|
|
|
|
+ "enum": ["vcs.branch.updated"]
|
|
|
|
|
+ },
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "branch": {
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "additionalProperties": false
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "required": ["id", "type", "properties"],
|
|
|
|
|
+ "additionalProperties": false
|
|
|
|
|
+ },
|
|
|
"EventQuestionAsked": {
|
|
"EventQuestionAsked": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|
|
@@ -28528,30 +28552,6 @@
|
|
|
"required": ["id", "type", "properties"],
|
|
"required": ["id", "type", "properties"],
|
|
|
"additionalProperties": false
|
|
"additionalProperties": false
|
|
|
},
|
|
},
|
|
|
- "EventVcsBranchUpdated": {
|
|
|
|
|
- "type": "object",
|
|
|
|
|
- "properties": {
|
|
|
|
|
- "id": {
|
|
|
|
|
- "type": "string",
|
|
|
|
|
- "pattern": "^evt_"
|
|
|
|
|
- },
|
|
|
|
|
- "type": {
|
|
|
|
|
- "type": "string",
|
|
|
|
|
- "enum": ["vcs.branch.updated"]
|
|
|
|
|
- },
|
|
|
|
|
- "properties": {
|
|
|
|
|
- "type": "object",
|
|
|
|
|
- "properties": {
|
|
|
|
|
- "branch": {
|
|
|
|
|
- "type": "string"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "additionalProperties": false
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "required": ["id", "type", "properties"],
|
|
|
|
|
- "additionalProperties": false
|
|
|
|
|
- },
|
|
|
|
|
"EventWorktreeReady": {
|
|
"EventWorktreeReady": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|