|
@@ -7528,6 +7528,41 @@
|
|
|
},
|
|
},
|
|
|
"required": ["type", "properties"]
|
|
"required": ["type", "properties"]
|
|
|
},
|
|
},
|
|
|
|
|
+ "Event.file.watcher.updated": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "type": {
|
|
|
|
|
+ "type": "string",
|
|
|
|
|
+ "const": "file.watcher.updated"
|
|
|
|
|
+ },
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "file": {
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "event": {
|
|
|
|
|
+ "anyOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "string",
|
|
|
|
|
+ "const": "add"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "string",
|
|
|
|
|
+ "const": "change"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "string",
|
|
|
|
|
+ "const": "unlink"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "required": ["file", "event"]
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "required": ["type", "properties"]
|
|
|
|
|
+ },
|
|
|
"Todo": {
|
|
"Todo": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|
|
@@ -7575,41 +7610,6 @@
|
|
|
},
|
|
},
|
|
|
"required": ["type", "properties"]
|
|
"required": ["type", "properties"]
|
|
|
},
|
|
},
|
|
|
- "Event.file.watcher.updated": {
|
|
|
|
|
- "type": "object",
|
|
|
|
|
- "properties": {
|
|
|
|
|
- "type": {
|
|
|
|
|
- "type": "string",
|
|
|
|
|
- "const": "file.watcher.updated"
|
|
|
|
|
- },
|
|
|
|
|
- "properties": {
|
|
|
|
|
- "type": "object",
|
|
|
|
|
- "properties": {
|
|
|
|
|
- "file": {
|
|
|
|
|
- "type": "string"
|
|
|
|
|
- },
|
|
|
|
|
- "event": {
|
|
|
|
|
- "anyOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "type": "string",
|
|
|
|
|
- "const": "add"
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "type": "string",
|
|
|
|
|
- "const": "change"
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "type": "string",
|
|
|
|
|
- "const": "unlink"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "required": ["file", "event"]
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "required": ["type", "properties"]
|
|
|
|
|
- },
|
|
|
|
|
"Event.tui.prompt.append": {
|
|
"Event.tui.prompt.append": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|
|
@@ -8276,10 +8276,10 @@
|
|
|
"$ref": "#/components/schemas/Event.session.compacted"
|
|
"$ref": "#/components/schemas/Event.session.compacted"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.todo.updated"
|
|
|
|
|
|
|
+ "$ref": "#/components/schemas/Event.file.watcher.updated"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.file.watcher.updated"
|
|
|
|
|
|
|
+ "$ref": "#/components/schemas/Event.todo.updated"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"$ref": "#/components/schemas/Event.tui.prompt.append"
|
|
"$ref": "#/components/schemas/Event.tui.prompt.append"
|