@superdoc-dev/sdk 1.0.0-alpha.5 → 1.0.0-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/client.d.ts +2 -0
- package/dist/generated/client.d.ts.map +1 -1
- package/dist/generated/contract.d.ts +34 -0
- package/dist/generated/contract.d.ts.map +1 -1
- package/dist/generated/contract.js +50 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/runtime/process.d.ts.map +1 -1
- package/dist/runtime/transport-common.d.ts.map +1 -1
- package/dist/runtime/transport-common.js +1 -3
- package/package.json +6 -6
- package/tools/catalog.json +1575 -1281
- package/tools/tools-policy.json +1 -1
- package/tools/tools.anthropic.json +1582 -1288
- package/tools/tools.generic.json +1575 -1281
- package/tools/tools.openai.json +1582 -1288
- package/tools/tools.vercel.json +1582 -1288
package/tools/catalog.json
CHANGED
|
@@ -15,204 +15,134 @@
|
|
|
15
15
|
"source": "intent",
|
|
16
16
|
"description": "Search the document for nodes matching type, text, or attribute criteria.",
|
|
17
17
|
"inputSchema": {
|
|
18
|
-
"
|
|
18
|
+
"type": "object",
|
|
19
19
|
"properties": {
|
|
20
|
-
"
|
|
21
|
-
"type": "
|
|
22
|
-
},
|
|
23
|
-
"includeUnknown": {
|
|
24
|
-
"type": "boolean"
|
|
25
|
-
},
|
|
26
|
-
"limit": {
|
|
27
|
-
"type": "integer"
|
|
28
|
-
},
|
|
29
|
-
"offset": {
|
|
30
|
-
"type": "integer"
|
|
20
|
+
"doc": {
|
|
21
|
+
"type": "string"
|
|
31
22
|
},
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
{
|
|
35
|
-
"additionalProperties": false,
|
|
36
|
-
"properties": {
|
|
37
|
-
"caseSensitive": {
|
|
38
|
-
"type": "boolean"
|
|
39
|
-
},
|
|
40
|
-
"mode": {
|
|
41
|
-
"enum": [
|
|
42
|
-
"contains",
|
|
43
|
-
"regex"
|
|
44
|
-
]
|
|
45
|
-
},
|
|
46
|
-
"pattern": {
|
|
47
|
-
"type": "string"
|
|
48
|
-
},
|
|
49
|
-
"type": {
|
|
50
|
-
"const": "text"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"required": [
|
|
54
|
-
"type",
|
|
55
|
-
"pattern"
|
|
56
|
-
],
|
|
57
|
-
"type": "object"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"additionalProperties": false,
|
|
61
|
-
"properties": {
|
|
62
|
-
"kind": {
|
|
63
|
-
"enum": [
|
|
64
|
-
"block",
|
|
65
|
-
"inline"
|
|
66
|
-
]
|
|
67
|
-
},
|
|
68
|
-
"nodeType": {
|
|
69
|
-
"enum": [
|
|
70
|
-
"paragraph",
|
|
71
|
-
"heading",
|
|
72
|
-
"listItem",
|
|
73
|
-
"table",
|
|
74
|
-
"tableRow",
|
|
75
|
-
"tableCell",
|
|
76
|
-
"image",
|
|
77
|
-
"sdt",
|
|
78
|
-
"run",
|
|
79
|
-
"bookmark",
|
|
80
|
-
"comment",
|
|
81
|
-
"hyperlink",
|
|
82
|
-
"footnoteRef",
|
|
83
|
-
"tab",
|
|
84
|
-
"lineBreak"
|
|
85
|
-
]
|
|
86
|
-
},
|
|
87
|
-
"type": {
|
|
88
|
-
"const": "node"
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
"required": [
|
|
92
|
-
"type"
|
|
93
|
-
],
|
|
94
|
-
"type": "object"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"additionalProperties": false,
|
|
98
|
-
"properties": {
|
|
99
|
-
"nodeType": {
|
|
100
|
-
"enum": [
|
|
101
|
-
"paragraph",
|
|
102
|
-
"heading",
|
|
103
|
-
"listItem",
|
|
104
|
-
"table",
|
|
105
|
-
"tableRow",
|
|
106
|
-
"tableCell",
|
|
107
|
-
"image",
|
|
108
|
-
"sdt",
|
|
109
|
-
"run",
|
|
110
|
-
"bookmark",
|
|
111
|
-
"comment",
|
|
112
|
-
"hyperlink",
|
|
113
|
-
"footnoteRef",
|
|
114
|
-
"tab",
|
|
115
|
-
"lineBreak"
|
|
116
|
-
]
|
|
117
|
-
}
|
|
118
|
-
},
|
|
119
|
-
"required": [
|
|
120
|
-
"nodeType"
|
|
121
|
-
],
|
|
122
|
-
"type": "object"
|
|
123
|
-
}
|
|
124
|
-
]
|
|
23
|
+
"sessionId": {
|
|
24
|
+
"type": "string"
|
|
125
25
|
},
|
|
126
26
|
"within": {
|
|
127
27
|
"oneOf": [
|
|
128
28
|
{
|
|
129
|
-
"
|
|
29
|
+
"type": "object",
|
|
130
30
|
"properties": {
|
|
131
31
|
"kind": {
|
|
132
32
|
"const": "block"
|
|
133
33
|
},
|
|
134
|
-
"nodeId": {
|
|
135
|
-
"type": "string"
|
|
136
|
-
},
|
|
137
34
|
"nodeType": {
|
|
138
|
-
"
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
35
|
+
"oneOf": [
|
|
36
|
+
{
|
|
37
|
+
"const": "paragraph"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"const": "heading"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"const": "listItem"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"const": "table"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"const": "tableRow"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"const": "tableCell"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"const": "image"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"const": "sdt"
|
|
59
|
+
}
|
|
147
60
|
]
|
|
61
|
+
},
|
|
62
|
+
"nodeId": {
|
|
63
|
+
"type": "string"
|
|
148
64
|
}
|
|
149
65
|
},
|
|
150
66
|
"required": [
|
|
151
67
|
"kind",
|
|
152
68
|
"nodeType",
|
|
153
69
|
"nodeId"
|
|
154
|
-
]
|
|
155
|
-
"type": "object"
|
|
70
|
+
]
|
|
156
71
|
},
|
|
157
72
|
{
|
|
158
|
-
"
|
|
73
|
+
"type": "object",
|
|
159
74
|
"properties": {
|
|
75
|
+
"kind": {
|
|
76
|
+
"const": "inline"
|
|
77
|
+
},
|
|
78
|
+
"nodeType": {
|
|
79
|
+
"oneOf": [
|
|
80
|
+
{
|
|
81
|
+
"const": "run"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"const": "bookmark"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"const": "comment"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"const": "hyperlink"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"const": "sdt"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"const": "image"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"const": "footnoteRef"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"const": "tab"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"const": "lineBreak"
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
},
|
|
160
109
|
"anchor": {
|
|
161
|
-
"
|
|
110
|
+
"type": "object",
|
|
162
111
|
"properties": {
|
|
163
|
-
"
|
|
164
|
-
"
|
|
112
|
+
"start": {
|
|
113
|
+
"type": "object",
|
|
165
114
|
"properties": {
|
|
166
115
|
"blockId": {
|
|
167
116
|
"type": "string"
|
|
168
117
|
},
|
|
169
118
|
"offset": {
|
|
170
|
-
"type": "
|
|
119
|
+
"type": "number"
|
|
171
120
|
}
|
|
172
121
|
},
|
|
173
122
|
"required": [
|
|
174
123
|
"blockId",
|
|
175
124
|
"offset"
|
|
176
|
-
]
|
|
177
|
-
"type": "object"
|
|
125
|
+
]
|
|
178
126
|
},
|
|
179
|
-
"
|
|
180
|
-
"
|
|
127
|
+
"end": {
|
|
128
|
+
"type": "object",
|
|
181
129
|
"properties": {
|
|
182
130
|
"blockId": {
|
|
183
131
|
"type": "string"
|
|
184
132
|
},
|
|
185
133
|
"offset": {
|
|
186
|
-
"type": "
|
|
134
|
+
"type": "number"
|
|
187
135
|
}
|
|
188
136
|
},
|
|
189
137
|
"required": [
|
|
190
138
|
"blockId",
|
|
191
139
|
"offset"
|
|
192
|
-
]
|
|
193
|
-
"type": "object"
|
|
140
|
+
]
|
|
194
141
|
}
|
|
195
142
|
},
|
|
196
143
|
"required": [
|
|
197
144
|
"start",
|
|
198
145
|
"end"
|
|
199
|
-
],
|
|
200
|
-
"type": "object"
|
|
201
|
-
},
|
|
202
|
-
"kind": {
|
|
203
|
-
"const": "inline"
|
|
204
|
-
},
|
|
205
|
-
"nodeType": {
|
|
206
|
-
"enum": [
|
|
207
|
-
"run",
|
|
208
|
-
"bookmark",
|
|
209
|
-
"comment",
|
|
210
|
-
"hyperlink",
|
|
211
|
-
"sdt",
|
|
212
|
-
"image",
|
|
213
|
-
"footnoteRef",
|
|
214
|
-
"tab",
|
|
215
|
-
"lineBreak"
|
|
216
146
|
]
|
|
217
147
|
}
|
|
218
148
|
},
|
|
@@ -220,16 +150,43 @@
|
|
|
220
150
|
"kind",
|
|
221
151
|
"nodeType",
|
|
222
152
|
"anchor"
|
|
223
|
-
]
|
|
224
|
-
"type": "object"
|
|
153
|
+
]
|
|
225
154
|
}
|
|
226
155
|
]
|
|
227
|
-
}
|
|
156
|
+
},
|
|
157
|
+
"limit": {
|
|
158
|
+
"type": "number"
|
|
159
|
+
},
|
|
160
|
+
"offset": {
|
|
161
|
+
"type": "number"
|
|
162
|
+
},
|
|
163
|
+
"includeNodes": {
|
|
164
|
+
"type": "boolean"
|
|
165
|
+
},
|
|
166
|
+
"includeUnknown": {
|
|
167
|
+
"type": "boolean"
|
|
168
|
+
},
|
|
169
|
+
"type": {
|
|
170
|
+
"type": "string"
|
|
171
|
+
},
|
|
172
|
+
"nodeType": {
|
|
173
|
+
"type": "string"
|
|
174
|
+
},
|
|
175
|
+
"kind": {
|
|
176
|
+
"type": "string"
|
|
177
|
+
},
|
|
178
|
+
"pattern": {
|
|
179
|
+
"type": "string"
|
|
180
|
+
},
|
|
181
|
+
"mode": {
|
|
182
|
+
"type": "string"
|
|
183
|
+
},
|
|
184
|
+
"caseSensitive": {
|
|
185
|
+
"type": "boolean"
|
|
186
|
+
},
|
|
187
|
+
"query": {}
|
|
228
188
|
},
|
|
229
|
-
"
|
|
230
|
-
"select"
|
|
231
|
-
],
|
|
232
|
-
"type": "object"
|
|
189
|
+
"additionalProperties": false
|
|
233
190
|
},
|
|
234
191
|
"outputSchema": {
|
|
235
192
|
"additionalProperties": false,
|
|
@@ -752,106 +709,17 @@
|
|
|
752
709
|
"source": "intent",
|
|
753
710
|
"description": "Retrieve a single node by target position.",
|
|
754
711
|
"inputSchema": {
|
|
755
|
-
"
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
"
|
|
759
|
-
"kind": {
|
|
760
|
-
"const": "block"
|
|
761
|
-
},
|
|
762
|
-
"nodeId": {
|
|
763
|
-
"type": "string"
|
|
764
|
-
},
|
|
765
|
-
"nodeType": {
|
|
766
|
-
"enum": [
|
|
767
|
-
"paragraph",
|
|
768
|
-
"heading",
|
|
769
|
-
"listItem",
|
|
770
|
-
"table",
|
|
771
|
-
"tableRow",
|
|
772
|
-
"tableCell",
|
|
773
|
-
"image",
|
|
774
|
-
"sdt"
|
|
775
|
-
]
|
|
776
|
-
}
|
|
777
|
-
},
|
|
778
|
-
"required": [
|
|
779
|
-
"kind",
|
|
780
|
-
"nodeType",
|
|
781
|
-
"nodeId"
|
|
782
|
-
],
|
|
783
|
-
"type": "object"
|
|
712
|
+
"type": "object",
|
|
713
|
+
"properties": {
|
|
714
|
+
"doc": {
|
|
715
|
+
"type": "string"
|
|
784
716
|
},
|
|
785
|
-
{
|
|
786
|
-
"
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
"end": {
|
|
792
|
-
"additionalProperties": false,
|
|
793
|
-
"properties": {
|
|
794
|
-
"blockId": {
|
|
795
|
-
"type": "string"
|
|
796
|
-
},
|
|
797
|
-
"offset": {
|
|
798
|
-
"type": "integer"
|
|
799
|
-
}
|
|
800
|
-
},
|
|
801
|
-
"required": [
|
|
802
|
-
"blockId",
|
|
803
|
-
"offset"
|
|
804
|
-
],
|
|
805
|
-
"type": "object"
|
|
806
|
-
},
|
|
807
|
-
"start": {
|
|
808
|
-
"additionalProperties": false,
|
|
809
|
-
"properties": {
|
|
810
|
-
"blockId": {
|
|
811
|
-
"type": "string"
|
|
812
|
-
},
|
|
813
|
-
"offset": {
|
|
814
|
-
"type": "integer"
|
|
815
|
-
}
|
|
816
|
-
},
|
|
817
|
-
"required": [
|
|
818
|
-
"blockId",
|
|
819
|
-
"offset"
|
|
820
|
-
],
|
|
821
|
-
"type": "object"
|
|
822
|
-
}
|
|
823
|
-
},
|
|
824
|
-
"required": [
|
|
825
|
-
"start",
|
|
826
|
-
"end"
|
|
827
|
-
],
|
|
828
|
-
"type": "object"
|
|
829
|
-
},
|
|
830
|
-
"kind": {
|
|
831
|
-
"const": "inline"
|
|
832
|
-
},
|
|
833
|
-
"nodeType": {
|
|
834
|
-
"enum": [
|
|
835
|
-
"run",
|
|
836
|
-
"bookmark",
|
|
837
|
-
"comment",
|
|
838
|
-
"hyperlink",
|
|
839
|
-
"sdt",
|
|
840
|
-
"image",
|
|
841
|
-
"footnoteRef",
|
|
842
|
-
"tab",
|
|
843
|
-
"lineBreak"
|
|
844
|
-
]
|
|
845
|
-
}
|
|
846
|
-
},
|
|
847
|
-
"required": [
|
|
848
|
-
"kind",
|
|
849
|
-
"nodeType",
|
|
850
|
-
"anchor"
|
|
851
|
-
],
|
|
852
|
-
"type": "object"
|
|
853
|
-
}
|
|
854
|
-
]
|
|
717
|
+
"sessionId": {
|
|
718
|
+
"type": "string"
|
|
719
|
+
},
|
|
720
|
+
"address": {}
|
|
721
|
+
},
|
|
722
|
+
"additionalProperties": false
|
|
855
723
|
},
|
|
856
724
|
"outputSchema": {
|
|
857
725
|
"additionalProperties": false,
|
|
@@ -948,28 +816,25 @@
|
|
|
948
816
|
"source": "intent",
|
|
949
817
|
"description": "Retrieve a single node by its unique ID.",
|
|
950
818
|
"inputSchema": {
|
|
951
|
-
"
|
|
819
|
+
"type": "object",
|
|
952
820
|
"properties": {
|
|
953
|
-
"
|
|
821
|
+
"doc": {
|
|
822
|
+
"type": "string"
|
|
823
|
+
},
|
|
824
|
+
"sessionId": {
|
|
825
|
+
"type": "string"
|
|
826
|
+
},
|
|
827
|
+
"id": {
|
|
954
828
|
"type": "string"
|
|
955
829
|
},
|
|
956
830
|
"nodeType": {
|
|
957
|
-
"
|
|
958
|
-
"paragraph",
|
|
959
|
-
"heading",
|
|
960
|
-
"listItem",
|
|
961
|
-
"table",
|
|
962
|
-
"tableRow",
|
|
963
|
-
"tableCell",
|
|
964
|
-
"image",
|
|
965
|
-
"sdt"
|
|
966
|
-
]
|
|
831
|
+
"type": "string"
|
|
967
832
|
}
|
|
968
833
|
},
|
|
969
834
|
"required": [
|
|
970
|
-
"
|
|
835
|
+
"id"
|
|
971
836
|
],
|
|
972
|
-
"
|
|
837
|
+
"additionalProperties": false
|
|
973
838
|
},
|
|
974
839
|
"outputSchema": {
|
|
975
840
|
"additionalProperties": false,
|
|
@@ -1066,9 +931,16 @@
|
|
|
1066
931
|
"source": "intent",
|
|
1067
932
|
"description": "Return document metadata including revision, node count, and capabilities.",
|
|
1068
933
|
"inputSchema": {
|
|
1069
|
-
"
|
|
1070
|
-
"properties": {
|
|
1071
|
-
|
|
934
|
+
"type": "object",
|
|
935
|
+
"properties": {
|
|
936
|
+
"doc": {
|
|
937
|
+
"type": "string"
|
|
938
|
+
},
|
|
939
|
+
"sessionId": {
|
|
940
|
+
"type": "string"
|
|
941
|
+
}
|
|
942
|
+
},
|
|
943
|
+
"additionalProperties": false
|
|
1072
944
|
},
|
|
1073
945
|
"outputSchema": {
|
|
1074
946
|
"additionalProperties": false,
|
|
@@ -1187,49 +1059,62 @@
|
|
|
1187
1059
|
"source": "intent",
|
|
1188
1060
|
"description": "Insert text or inline content at a target position.",
|
|
1189
1061
|
"inputSchema": {
|
|
1190
|
-
"
|
|
1062
|
+
"type": "object",
|
|
1191
1063
|
"properties": {
|
|
1064
|
+
"doc": {
|
|
1065
|
+
"type": "string"
|
|
1066
|
+
},
|
|
1067
|
+
"sessionId": {
|
|
1068
|
+
"type": "string"
|
|
1069
|
+
},
|
|
1070
|
+
"force": {
|
|
1071
|
+
"type": "boolean"
|
|
1072
|
+
},
|
|
1192
1073
|
"target": {
|
|
1193
|
-
"
|
|
1074
|
+
"type": "object",
|
|
1194
1075
|
"properties": {
|
|
1195
|
-
"blockId": {
|
|
1196
|
-
"type": "string"
|
|
1197
|
-
},
|
|
1198
1076
|
"kind": {
|
|
1199
1077
|
"const": "text"
|
|
1200
1078
|
},
|
|
1079
|
+
"blockId": {
|
|
1080
|
+
"type": "string"
|
|
1081
|
+
},
|
|
1201
1082
|
"range": {
|
|
1202
|
-
"
|
|
1083
|
+
"type": "object",
|
|
1203
1084
|
"properties": {
|
|
1204
|
-
"end": {
|
|
1205
|
-
"type": "integer"
|
|
1206
|
-
},
|
|
1207
1085
|
"start": {
|
|
1208
|
-
"type": "
|
|
1086
|
+
"type": "number"
|
|
1087
|
+
},
|
|
1088
|
+
"end": {
|
|
1089
|
+
"type": "number"
|
|
1209
1090
|
}
|
|
1210
1091
|
},
|
|
1211
1092
|
"required": [
|
|
1212
1093
|
"start",
|
|
1213
1094
|
"end"
|
|
1214
|
-
]
|
|
1215
|
-
"type": "object"
|
|
1095
|
+
]
|
|
1216
1096
|
}
|
|
1217
1097
|
},
|
|
1218
1098
|
"required": [
|
|
1219
1099
|
"kind",
|
|
1220
1100
|
"blockId",
|
|
1221
1101
|
"range"
|
|
1222
|
-
]
|
|
1223
|
-
"type": "object"
|
|
1102
|
+
]
|
|
1224
1103
|
},
|
|
1225
1104
|
"text": {
|
|
1226
1105
|
"type": "string"
|
|
1106
|
+
},
|
|
1107
|
+
"blockId": {
|
|
1108
|
+
"type": "string"
|
|
1109
|
+
},
|
|
1110
|
+
"offset": {
|
|
1111
|
+
"type": "number"
|
|
1227
1112
|
}
|
|
1228
1113
|
},
|
|
1229
1114
|
"required": [
|
|
1230
1115
|
"text"
|
|
1231
1116
|
],
|
|
1232
|
-
"
|
|
1117
|
+
"additionalProperties": false
|
|
1233
1118
|
},
|
|
1234
1119
|
"outputSchema": {
|
|
1235
1120
|
"additionalProperties": false,
|
|
@@ -1514,40 +1399,47 @@
|
|
|
1514
1399
|
"source": "intent",
|
|
1515
1400
|
"description": "Replace content at a target position with new text or inline content.",
|
|
1516
1401
|
"inputSchema": {
|
|
1517
|
-
"
|
|
1402
|
+
"type": "object",
|
|
1518
1403
|
"properties": {
|
|
1404
|
+
"doc": {
|
|
1405
|
+
"type": "string"
|
|
1406
|
+
},
|
|
1407
|
+
"sessionId": {
|
|
1408
|
+
"type": "string"
|
|
1409
|
+
},
|
|
1410
|
+
"force": {
|
|
1411
|
+
"type": "boolean"
|
|
1412
|
+
},
|
|
1519
1413
|
"target": {
|
|
1520
|
-
"
|
|
1414
|
+
"type": "object",
|
|
1521
1415
|
"properties": {
|
|
1522
|
-
"blockId": {
|
|
1523
|
-
"type": "string"
|
|
1524
|
-
},
|
|
1525
1416
|
"kind": {
|
|
1526
1417
|
"const": "text"
|
|
1527
1418
|
},
|
|
1419
|
+
"blockId": {
|
|
1420
|
+
"type": "string"
|
|
1421
|
+
},
|
|
1528
1422
|
"range": {
|
|
1529
|
-
"
|
|
1423
|
+
"type": "object",
|
|
1530
1424
|
"properties": {
|
|
1531
|
-
"end": {
|
|
1532
|
-
"type": "integer"
|
|
1533
|
-
},
|
|
1534
1425
|
"start": {
|
|
1535
|
-
"type": "
|
|
1426
|
+
"type": "number"
|
|
1427
|
+
},
|
|
1428
|
+
"end": {
|
|
1429
|
+
"type": "number"
|
|
1536
1430
|
}
|
|
1537
1431
|
},
|
|
1538
1432
|
"required": [
|
|
1539
1433
|
"start",
|
|
1540
1434
|
"end"
|
|
1541
|
-
]
|
|
1542
|
-
"type": "object"
|
|
1435
|
+
]
|
|
1543
1436
|
}
|
|
1544
1437
|
},
|
|
1545
1438
|
"required": [
|
|
1546
1439
|
"kind",
|
|
1547
1440
|
"blockId",
|
|
1548
1441
|
"range"
|
|
1549
|
-
]
|
|
1550
|
-
"type": "object"
|
|
1442
|
+
]
|
|
1551
1443
|
},
|
|
1552
1444
|
"text": {
|
|
1553
1445
|
"type": "string"
|
|
@@ -1557,7 +1449,7 @@
|
|
|
1557
1449
|
"target",
|
|
1558
1450
|
"text"
|
|
1559
1451
|
],
|
|
1560
|
-
"
|
|
1452
|
+
"additionalProperties": false
|
|
1561
1453
|
},
|
|
1562
1454
|
"outputSchema": {
|
|
1563
1455
|
"additionalProperties": false,
|
|
@@ -1842,46 +1734,53 @@
|
|
|
1842
1734
|
"source": "intent",
|
|
1843
1735
|
"description": "Delete content at a target position.",
|
|
1844
1736
|
"inputSchema": {
|
|
1845
|
-
"
|
|
1737
|
+
"type": "object",
|
|
1846
1738
|
"properties": {
|
|
1739
|
+
"doc": {
|
|
1740
|
+
"type": "string"
|
|
1741
|
+
},
|
|
1742
|
+
"sessionId": {
|
|
1743
|
+
"type": "string"
|
|
1744
|
+
},
|
|
1745
|
+
"force": {
|
|
1746
|
+
"type": "boolean"
|
|
1747
|
+
},
|
|
1847
1748
|
"target": {
|
|
1848
|
-
"
|
|
1749
|
+
"type": "object",
|
|
1849
1750
|
"properties": {
|
|
1850
|
-
"blockId": {
|
|
1851
|
-
"type": "string"
|
|
1852
|
-
},
|
|
1853
1751
|
"kind": {
|
|
1854
1752
|
"const": "text"
|
|
1855
1753
|
},
|
|
1754
|
+
"blockId": {
|
|
1755
|
+
"type": "string"
|
|
1756
|
+
},
|
|
1856
1757
|
"range": {
|
|
1857
|
-
"
|
|
1758
|
+
"type": "object",
|
|
1858
1759
|
"properties": {
|
|
1859
|
-
"end": {
|
|
1860
|
-
"type": "integer"
|
|
1861
|
-
},
|
|
1862
1760
|
"start": {
|
|
1863
|
-
"type": "
|
|
1761
|
+
"type": "number"
|
|
1762
|
+
},
|
|
1763
|
+
"end": {
|
|
1764
|
+
"type": "number"
|
|
1864
1765
|
}
|
|
1865
1766
|
},
|
|
1866
1767
|
"required": [
|
|
1867
1768
|
"start",
|
|
1868
1769
|
"end"
|
|
1869
|
-
]
|
|
1870
|
-
"type": "object"
|
|
1770
|
+
]
|
|
1871
1771
|
}
|
|
1872
1772
|
},
|
|
1873
1773
|
"required": [
|
|
1874
1774
|
"kind",
|
|
1875
1775
|
"blockId",
|
|
1876
1776
|
"range"
|
|
1877
|
-
]
|
|
1878
|
-
"type": "object"
|
|
1777
|
+
]
|
|
1879
1778
|
}
|
|
1880
1779
|
},
|
|
1881
1780
|
"required": [
|
|
1882
1781
|
"target"
|
|
1883
1782
|
],
|
|
1884
|
-
"
|
|
1783
|
+
"additionalProperties": false
|
|
1885
1784
|
},
|
|
1886
1785
|
"outputSchema": {
|
|
1887
1786
|
"additionalProperties": false,
|
|
@@ -2165,46 +2064,53 @@
|
|
|
2165
2064
|
"source": "intent",
|
|
2166
2065
|
"description": "Toggle bold formatting on the target range.",
|
|
2167
2066
|
"inputSchema": {
|
|
2168
|
-
"
|
|
2067
|
+
"type": "object",
|
|
2169
2068
|
"properties": {
|
|
2069
|
+
"doc": {
|
|
2070
|
+
"type": "string"
|
|
2071
|
+
},
|
|
2072
|
+
"sessionId": {
|
|
2073
|
+
"type": "string"
|
|
2074
|
+
},
|
|
2075
|
+
"force": {
|
|
2076
|
+
"type": "boolean"
|
|
2077
|
+
},
|
|
2170
2078
|
"target": {
|
|
2171
|
-
"
|
|
2079
|
+
"type": "object",
|
|
2172
2080
|
"properties": {
|
|
2173
|
-
"blockId": {
|
|
2174
|
-
"type": "string"
|
|
2175
|
-
},
|
|
2176
2081
|
"kind": {
|
|
2177
2082
|
"const": "text"
|
|
2178
2083
|
},
|
|
2084
|
+
"blockId": {
|
|
2085
|
+
"type": "string"
|
|
2086
|
+
},
|
|
2179
2087
|
"range": {
|
|
2180
|
-
"
|
|
2088
|
+
"type": "object",
|
|
2181
2089
|
"properties": {
|
|
2182
|
-
"end": {
|
|
2183
|
-
"type": "integer"
|
|
2184
|
-
},
|
|
2185
2090
|
"start": {
|
|
2186
|
-
"type": "
|
|
2091
|
+
"type": "number"
|
|
2092
|
+
},
|
|
2093
|
+
"end": {
|
|
2094
|
+
"type": "number"
|
|
2187
2095
|
}
|
|
2188
2096
|
},
|
|
2189
2097
|
"required": [
|
|
2190
2098
|
"start",
|
|
2191
2099
|
"end"
|
|
2192
|
-
]
|
|
2193
|
-
"type": "object"
|
|
2100
|
+
]
|
|
2194
2101
|
}
|
|
2195
2102
|
},
|
|
2196
2103
|
"required": [
|
|
2197
2104
|
"kind",
|
|
2198
2105
|
"blockId",
|
|
2199
2106
|
"range"
|
|
2200
|
-
]
|
|
2201
|
-
"type": "object"
|
|
2107
|
+
]
|
|
2202
2108
|
}
|
|
2203
2109
|
},
|
|
2204
2110
|
"required": [
|
|
2205
2111
|
"target"
|
|
2206
2112
|
],
|
|
2207
|
-
"
|
|
2113
|
+
"additionalProperties": false
|
|
2208
2114
|
},
|
|
2209
2115
|
"outputSchema": {
|
|
2210
2116
|
"additionalProperties": false,
|
|
@@ -2489,46 +2395,53 @@
|
|
|
2489
2395
|
"source": "intent",
|
|
2490
2396
|
"description": "Toggle italic formatting on the target range.",
|
|
2491
2397
|
"inputSchema": {
|
|
2492
|
-
"
|
|
2398
|
+
"type": "object",
|
|
2493
2399
|
"properties": {
|
|
2400
|
+
"doc": {
|
|
2401
|
+
"type": "string"
|
|
2402
|
+
},
|
|
2403
|
+
"sessionId": {
|
|
2404
|
+
"type": "string"
|
|
2405
|
+
},
|
|
2406
|
+
"force": {
|
|
2407
|
+
"type": "boolean"
|
|
2408
|
+
},
|
|
2494
2409
|
"target": {
|
|
2495
|
-
"
|
|
2410
|
+
"type": "object",
|
|
2496
2411
|
"properties": {
|
|
2497
|
-
"blockId": {
|
|
2498
|
-
"type": "string"
|
|
2499
|
-
},
|
|
2500
2412
|
"kind": {
|
|
2501
2413
|
"const": "text"
|
|
2502
2414
|
},
|
|
2415
|
+
"blockId": {
|
|
2416
|
+
"type": "string"
|
|
2417
|
+
},
|
|
2503
2418
|
"range": {
|
|
2504
|
-
"
|
|
2419
|
+
"type": "object",
|
|
2505
2420
|
"properties": {
|
|
2506
|
-
"end": {
|
|
2507
|
-
"type": "integer"
|
|
2508
|
-
},
|
|
2509
2421
|
"start": {
|
|
2510
|
-
"type": "
|
|
2422
|
+
"type": "number"
|
|
2423
|
+
},
|
|
2424
|
+
"end": {
|
|
2425
|
+
"type": "number"
|
|
2511
2426
|
}
|
|
2512
2427
|
},
|
|
2513
2428
|
"required": [
|
|
2514
2429
|
"start",
|
|
2515
2430
|
"end"
|
|
2516
|
-
]
|
|
2517
|
-
"type": "object"
|
|
2431
|
+
]
|
|
2518
2432
|
}
|
|
2519
2433
|
},
|
|
2520
2434
|
"required": [
|
|
2521
2435
|
"kind",
|
|
2522
2436
|
"blockId",
|
|
2523
2437
|
"range"
|
|
2524
|
-
]
|
|
2525
|
-
"type": "object"
|
|
2438
|
+
]
|
|
2526
2439
|
}
|
|
2527
2440
|
},
|
|
2528
2441
|
"required": [
|
|
2529
2442
|
"target"
|
|
2530
2443
|
],
|
|
2531
|
-
"
|
|
2444
|
+
"additionalProperties": false
|
|
2532
2445
|
},
|
|
2533
2446
|
"outputSchema": {
|
|
2534
2447
|
"additionalProperties": false,
|
|
@@ -2813,46 +2726,53 @@
|
|
|
2813
2726
|
"source": "intent",
|
|
2814
2727
|
"description": "Toggle underline formatting on the target range.",
|
|
2815
2728
|
"inputSchema": {
|
|
2816
|
-
"
|
|
2729
|
+
"type": "object",
|
|
2817
2730
|
"properties": {
|
|
2731
|
+
"doc": {
|
|
2732
|
+
"type": "string"
|
|
2733
|
+
},
|
|
2734
|
+
"sessionId": {
|
|
2735
|
+
"type": "string"
|
|
2736
|
+
},
|
|
2737
|
+
"force": {
|
|
2738
|
+
"type": "boolean"
|
|
2739
|
+
},
|
|
2818
2740
|
"target": {
|
|
2819
|
-
"
|
|
2741
|
+
"type": "object",
|
|
2820
2742
|
"properties": {
|
|
2821
|
-
"blockId": {
|
|
2822
|
-
"type": "string"
|
|
2823
|
-
},
|
|
2824
2743
|
"kind": {
|
|
2825
2744
|
"const": "text"
|
|
2826
2745
|
},
|
|
2746
|
+
"blockId": {
|
|
2747
|
+
"type": "string"
|
|
2748
|
+
},
|
|
2827
2749
|
"range": {
|
|
2828
|
-
"
|
|
2750
|
+
"type": "object",
|
|
2829
2751
|
"properties": {
|
|
2830
|
-
"end": {
|
|
2831
|
-
"type": "integer"
|
|
2832
|
-
},
|
|
2833
2752
|
"start": {
|
|
2834
|
-
"type": "
|
|
2753
|
+
"type": "number"
|
|
2754
|
+
},
|
|
2755
|
+
"end": {
|
|
2756
|
+
"type": "number"
|
|
2835
2757
|
}
|
|
2836
2758
|
},
|
|
2837
2759
|
"required": [
|
|
2838
2760
|
"start",
|
|
2839
2761
|
"end"
|
|
2840
|
-
]
|
|
2841
|
-
"type": "object"
|
|
2762
|
+
]
|
|
2842
2763
|
}
|
|
2843
2764
|
},
|
|
2844
2765
|
"required": [
|
|
2845
2766
|
"kind",
|
|
2846
2767
|
"blockId",
|
|
2847
2768
|
"range"
|
|
2848
|
-
]
|
|
2849
|
-
"type": "object"
|
|
2769
|
+
]
|
|
2850
2770
|
}
|
|
2851
2771
|
},
|
|
2852
2772
|
"required": [
|
|
2853
2773
|
"target"
|
|
2854
2774
|
],
|
|
2855
|
-
"
|
|
2775
|
+
"additionalProperties": false
|
|
2856
2776
|
},
|
|
2857
2777
|
"outputSchema": {
|
|
2858
2778
|
"additionalProperties": false,
|
|
@@ -3137,46 +3057,53 @@
|
|
|
3137
3057
|
"source": "intent",
|
|
3138
3058
|
"description": "Toggle strikethrough formatting on the target range.",
|
|
3139
3059
|
"inputSchema": {
|
|
3140
|
-
"
|
|
3060
|
+
"type": "object",
|
|
3141
3061
|
"properties": {
|
|
3062
|
+
"doc": {
|
|
3063
|
+
"type": "string"
|
|
3064
|
+
},
|
|
3065
|
+
"sessionId": {
|
|
3066
|
+
"type": "string"
|
|
3067
|
+
},
|
|
3068
|
+
"force": {
|
|
3069
|
+
"type": "boolean"
|
|
3070
|
+
},
|
|
3142
3071
|
"target": {
|
|
3143
|
-
"
|
|
3072
|
+
"type": "object",
|
|
3144
3073
|
"properties": {
|
|
3145
|
-
"blockId": {
|
|
3146
|
-
"type": "string"
|
|
3147
|
-
},
|
|
3148
3074
|
"kind": {
|
|
3149
3075
|
"const": "text"
|
|
3150
3076
|
},
|
|
3077
|
+
"blockId": {
|
|
3078
|
+
"type": "string"
|
|
3079
|
+
},
|
|
3151
3080
|
"range": {
|
|
3152
|
-
"
|
|
3081
|
+
"type": "object",
|
|
3153
3082
|
"properties": {
|
|
3154
|
-
"end": {
|
|
3155
|
-
"type": "integer"
|
|
3156
|
-
},
|
|
3157
3083
|
"start": {
|
|
3158
|
-
"type": "
|
|
3084
|
+
"type": "number"
|
|
3085
|
+
},
|
|
3086
|
+
"end": {
|
|
3087
|
+
"type": "number"
|
|
3159
3088
|
}
|
|
3160
3089
|
},
|
|
3161
3090
|
"required": [
|
|
3162
3091
|
"start",
|
|
3163
3092
|
"end"
|
|
3164
|
-
]
|
|
3165
|
-
"type": "object"
|
|
3093
|
+
]
|
|
3166
3094
|
}
|
|
3167
3095
|
},
|
|
3168
3096
|
"required": [
|
|
3169
3097
|
"kind",
|
|
3170
3098
|
"blockId",
|
|
3171
3099
|
"range"
|
|
3172
|
-
]
|
|
3173
|
-
"type": "object"
|
|
3100
|
+
]
|
|
3174
3101
|
}
|
|
3175
3102
|
},
|
|
3176
3103
|
"required": [
|
|
3177
3104
|
"target"
|
|
3178
3105
|
],
|
|
3179
|
-
"
|
|
3106
|
+
"additionalProperties": false
|
|
3180
3107
|
},
|
|
3181
3108
|
"outputSchema": {
|
|
3182
3109
|
"additionalProperties": false,
|
|
@@ -3461,12 +3388,21 @@
|
|
|
3461
3388
|
"source": "intent",
|
|
3462
3389
|
"description": "Create a new paragraph at the target position.",
|
|
3463
3390
|
"inputSchema": {
|
|
3464
|
-
"
|
|
3391
|
+
"type": "object",
|
|
3465
3392
|
"properties": {
|
|
3393
|
+
"doc": {
|
|
3394
|
+
"type": "string"
|
|
3395
|
+
},
|
|
3396
|
+
"sessionId": {
|
|
3397
|
+
"type": "string"
|
|
3398
|
+
},
|
|
3399
|
+
"force": {
|
|
3400
|
+
"type": "boolean"
|
|
3401
|
+
},
|
|
3466
3402
|
"at": {
|
|
3467
3403
|
"oneOf": [
|
|
3468
3404
|
{
|
|
3469
|
-
"
|
|
3405
|
+
"type": "object",
|
|
3470
3406
|
"properties": {
|
|
3471
3407
|
"kind": {
|
|
3472
3408
|
"const": "documentStart"
|
|
@@ -3474,11 +3410,10 @@
|
|
|
3474
3410
|
},
|
|
3475
3411
|
"required": [
|
|
3476
3412
|
"kind"
|
|
3477
|
-
]
|
|
3478
|
-
"type": "object"
|
|
3413
|
+
]
|
|
3479
3414
|
},
|
|
3480
3415
|
{
|
|
3481
|
-
"
|
|
3416
|
+
"type": "object",
|
|
3482
3417
|
"properties": {
|
|
3483
3418
|
"kind": {
|
|
3484
3419
|
"const": "documentEnd"
|
|
@@ -3486,100 +3421,128 @@
|
|
|
3486
3421
|
},
|
|
3487
3422
|
"required": [
|
|
3488
3423
|
"kind"
|
|
3489
|
-
]
|
|
3490
|
-
"type": "object"
|
|
3424
|
+
]
|
|
3491
3425
|
},
|
|
3492
3426
|
{
|
|
3493
|
-
"
|
|
3427
|
+
"type": "object",
|
|
3494
3428
|
"properties": {
|
|
3495
3429
|
"kind": {
|
|
3496
3430
|
"const": "before"
|
|
3497
3431
|
},
|
|
3498
3432
|
"target": {
|
|
3499
|
-
"
|
|
3433
|
+
"type": "object",
|
|
3500
3434
|
"properties": {
|
|
3501
3435
|
"kind": {
|
|
3502
3436
|
"const": "block"
|
|
3503
3437
|
},
|
|
3504
|
-
"nodeId": {
|
|
3505
|
-
"type": "string"
|
|
3506
|
-
},
|
|
3507
3438
|
"nodeType": {
|
|
3508
|
-
"
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3439
|
+
"oneOf": [
|
|
3440
|
+
{
|
|
3441
|
+
"const": "paragraph"
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
"const": "heading"
|
|
3445
|
+
},
|
|
3446
|
+
{
|
|
3447
|
+
"const": "listItem"
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"const": "table"
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"const": "tableRow"
|
|
3454
|
+
},
|
|
3455
|
+
{
|
|
3456
|
+
"const": "tableCell"
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"const": "image"
|
|
3460
|
+
},
|
|
3461
|
+
{
|
|
3462
|
+
"const": "sdt"
|
|
3463
|
+
}
|
|
3517
3464
|
]
|
|
3465
|
+
},
|
|
3466
|
+
"nodeId": {
|
|
3467
|
+
"type": "string"
|
|
3518
3468
|
}
|
|
3519
3469
|
},
|
|
3520
3470
|
"required": [
|
|
3521
3471
|
"kind",
|
|
3522
3472
|
"nodeType",
|
|
3523
3473
|
"nodeId"
|
|
3524
|
-
]
|
|
3525
|
-
"type": "object"
|
|
3474
|
+
]
|
|
3526
3475
|
}
|
|
3527
3476
|
},
|
|
3528
3477
|
"required": [
|
|
3529
3478
|
"kind",
|
|
3530
3479
|
"target"
|
|
3531
|
-
]
|
|
3532
|
-
"type": "object"
|
|
3480
|
+
]
|
|
3533
3481
|
},
|
|
3534
3482
|
{
|
|
3535
|
-
"
|
|
3483
|
+
"type": "object",
|
|
3536
3484
|
"properties": {
|
|
3537
3485
|
"kind": {
|
|
3538
3486
|
"const": "after"
|
|
3539
3487
|
},
|
|
3540
3488
|
"target": {
|
|
3541
|
-
"
|
|
3489
|
+
"type": "object",
|
|
3542
3490
|
"properties": {
|
|
3543
3491
|
"kind": {
|
|
3544
3492
|
"const": "block"
|
|
3545
3493
|
},
|
|
3546
|
-
"nodeId": {
|
|
3547
|
-
"type": "string"
|
|
3548
|
-
},
|
|
3549
3494
|
"nodeType": {
|
|
3550
|
-
"
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3495
|
+
"oneOf": [
|
|
3496
|
+
{
|
|
3497
|
+
"const": "paragraph"
|
|
3498
|
+
},
|
|
3499
|
+
{
|
|
3500
|
+
"const": "heading"
|
|
3501
|
+
},
|
|
3502
|
+
{
|
|
3503
|
+
"const": "listItem"
|
|
3504
|
+
},
|
|
3505
|
+
{
|
|
3506
|
+
"const": "table"
|
|
3507
|
+
},
|
|
3508
|
+
{
|
|
3509
|
+
"const": "tableRow"
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
"const": "tableCell"
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
"const": "image"
|
|
3516
|
+
},
|
|
3517
|
+
{
|
|
3518
|
+
"const": "sdt"
|
|
3519
|
+
}
|
|
3559
3520
|
]
|
|
3521
|
+
},
|
|
3522
|
+
"nodeId": {
|
|
3523
|
+
"type": "string"
|
|
3560
3524
|
}
|
|
3561
3525
|
},
|
|
3562
3526
|
"required": [
|
|
3563
3527
|
"kind",
|
|
3564
3528
|
"nodeType",
|
|
3565
3529
|
"nodeId"
|
|
3566
|
-
]
|
|
3567
|
-
"type": "object"
|
|
3530
|
+
]
|
|
3568
3531
|
}
|
|
3569
3532
|
},
|
|
3570
3533
|
"required": [
|
|
3571
3534
|
"kind",
|
|
3572
3535
|
"target"
|
|
3573
|
-
]
|
|
3574
|
-
"type": "object"
|
|
3536
|
+
]
|
|
3575
3537
|
}
|
|
3576
3538
|
]
|
|
3577
3539
|
},
|
|
3578
3540
|
"text": {
|
|
3579
3541
|
"type": "string"
|
|
3580
|
-
}
|
|
3542
|
+
},
|
|
3543
|
+
"input": {}
|
|
3581
3544
|
},
|
|
3582
|
-
"
|
|
3545
|
+
"additionalProperties": false
|
|
3583
3546
|
},
|
|
3584
3547
|
"outputSchema": {
|
|
3585
3548
|
"additionalProperties": false,
|
|
@@ -3705,57 +3668,76 @@
|
|
|
3705
3668
|
"source": "intent",
|
|
3706
3669
|
"description": "List all list nodes in the document, optionally filtered by scope.",
|
|
3707
3670
|
"inputSchema": {
|
|
3708
|
-
"
|
|
3671
|
+
"type": "object",
|
|
3709
3672
|
"properties": {
|
|
3710
|
-
"
|
|
3711
|
-
"
|
|
3712
|
-
"ordered",
|
|
3713
|
-
"bullet"
|
|
3714
|
-
]
|
|
3715
|
-
},
|
|
3716
|
-
"level": {
|
|
3717
|
-
"type": "integer"
|
|
3718
|
-
},
|
|
3719
|
-
"limit": {
|
|
3720
|
-
"type": "integer"
|
|
3721
|
-
},
|
|
3722
|
-
"offset": {
|
|
3723
|
-
"type": "integer"
|
|
3673
|
+
"doc": {
|
|
3674
|
+
"type": "string"
|
|
3724
3675
|
},
|
|
3725
|
-
"
|
|
3726
|
-
"type": "
|
|
3676
|
+
"sessionId": {
|
|
3677
|
+
"type": "string"
|
|
3727
3678
|
},
|
|
3728
3679
|
"within": {
|
|
3729
|
-
"
|
|
3680
|
+
"type": "object",
|
|
3730
3681
|
"properties": {
|
|
3731
3682
|
"kind": {
|
|
3732
3683
|
"const": "block"
|
|
3733
3684
|
},
|
|
3734
|
-
"nodeId": {
|
|
3735
|
-
"type": "string"
|
|
3736
|
-
},
|
|
3737
3685
|
"nodeType": {
|
|
3738
|
-
"
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3686
|
+
"oneOf": [
|
|
3687
|
+
{
|
|
3688
|
+
"const": "paragraph"
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"const": "heading"
|
|
3692
|
+
},
|
|
3693
|
+
{
|
|
3694
|
+
"const": "listItem"
|
|
3695
|
+
},
|
|
3696
|
+
{
|
|
3697
|
+
"const": "table"
|
|
3698
|
+
},
|
|
3699
|
+
{
|
|
3700
|
+
"const": "tableRow"
|
|
3701
|
+
},
|
|
3702
|
+
{
|
|
3703
|
+
"const": "tableCell"
|
|
3704
|
+
},
|
|
3705
|
+
{
|
|
3706
|
+
"const": "image"
|
|
3707
|
+
},
|
|
3708
|
+
{
|
|
3709
|
+
"const": "sdt"
|
|
3710
|
+
}
|
|
3747
3711
|
]
|
|
3712
|
+
},
|
|
3713
|
+
"nodeId": {
|
|
3714
|
+
"type": "string"
|
|
3748
3715
|
}
|
|
3749
3716
|
},
|
|
3750
3717
|
"required": [
|
|
3751
3718
|
"kind",
|
|
3752
3719
|
"nodeType",
|
|
3753
3720
|
"nodeId"
|
|
3754
|
-
]
|
|
3755
|
-
|
|
3756
|
-
|
|
3721
|
+
]
|
|
3722
|
+
},
|
|
3723
|
+
"limit": {
|
|
3724
|
+
"type": "number"
|
|
3725
|
+
},
|
|
3726
|
+
"offset": {
|
|
3727
|
+
"type": "number"
|
|
3728
|
+
},
|
|
3729
|
+
"kind": {
|
|
3730
|
+
"type": "string"
|
|
3731
|
+
},
|
|
3732
|
+
"level": {
|
|
3733
|
+
"type": "number"
|
|
3734
|
+
},
|
|
3735
|
+
"ordinal": {
|
|
3736
|
+
"type": "number"
|
|
3737
|
+
},
|
|
3738
|
+
"query": {}
|
|
3757
3739
|
},
|
|
3758
|
-
"
|
|
3740
|
+
"additionalProperties": false
|
|
3759
3741
|
},
|
|
3760
3742
|
"outputSchema": {
|
|
3761
3743
|
"additionalProperties": false,
|
|
@@ -3907,33 +3889,38 @@
|
|
|
3907
3889
|
"source": "intent",
|
|
3908
3890
|
"description": "Retrieve a specific list node by target.",
|
|
3909
3891
|
"inputSchema": {
|
|
3910
|
-
"
|
|
3892
|
+
"type": "object",
|
|
3911
3893
|
"properties": {
|
|
3894
|
+
"doc": {
|
|
3895
|
+
"type": "string"
|
|
3896
|
+
},
|
|
3897
|
+
"sessionId": {
|
|
3898
|
+
"type": "string"
|
|
3899
|
+
},
|
|
3912
3900
|
"address": {
|
|
3913
|
-
"
|
|
3901
|
+
"type": "object",
|
|
3914
3902
|
"properties": {
|
|
3915
3903
|
"kind": {
|
|
3916
3904
|
"const": "block"
|
|
3917
3905
|
},
|
|
3918
|
-
"nodeId": {
|
|
3919
|
-
"type": "string"
|
|
3920
|
-
},
|
|
3921
3906
|
"nodeType": {
|
|
3922
3907
|
"const": "listItem"
|
|
3908
|
+
},
|
|
3909
|
+
"nodeId": {
|
|
3910
|
+
"type": "string"
|
|
3923
3911
|
}
|
|
3924
3912
|
},
|
|
3925
3913
|
"required": [
|
|
3926
3914
|
"kind",
|
|
3927
3915
|
"nodeType",
|
|
3928
3916
|
"nodeId"
|
|
3929
|
-
]
|
|
3930
|
-
"type": "object"
|
|
3917
|
+
]
|
|
3931
3918
|
}
|
|
3932
3919
|
},
|
|
3933
3920
|
"required": [
|
|
3934
3921
|
"address"
|
|
3935
3922
|
],
|
|
3936
|
-
"
|
|
3923
|
+
"additionalProperties": false
|
|
3937
3924
|
},
|
|
3938
3925
|
"outputSchema": {
|
|
3939
3926
|
"additionalProperties": false,
|
|
@@ -4017,43 +4004,45 @@
|
|
|
4017
4004
|
"source": "intent",
|
|
4018
4005
|
"description": "Insert a new list at the target position.",
|
|
4019
4006
|
"inputSchema": {
|
|
4020
|
-
"
|
|
4007
|
+
"type": "object",
|
|
4021
4008
|
"properties": {
|
|
4022
|
-
"
|
|
4023
|
-
"
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
4009
|
+
"doc": {
|
|
4010
|
+
"type": "string"
|
|
4011
|
+
},
|
|
4012
|
+
"sessionId": {
|
|
4013
|
+
"type": "string"
|
|
4014
|
+
},
|
|
4015
|
+
"force": {
|
|
4016
|
+
"type": "boolean"
|
|
4027
4017
|
},
|
|
4028
4018
|
"target": {
|
|
4029
|
-
"
|
|
4019
|
+
"type": "object",
|
|
4030
4020
|
"properties": {
|
|
4031
4021
|
"kind": {
|
|
4032
4022
|
"const": "block"
|
|
4033
4023
|
},
|
|
4034
|
-
"nodeId": {
|
|
4035
|
-
"type": "string"
|
|
4036
|
-
},
|
|
4037
4024
|
"nodeType": {
|
|
4038
4025
|
"const": "listItem"
|
|
4026
|
+
},
|
|
4027
|
+
"nodeId": {
|
|
4028
|
+
"type": "string"
|
|
4039
4029
|
}
|
|
4040
4030
|
},
|
|
4041
4031
|
"required": [
|
|
4042
4032
|
"kind",
|
|
4043
4033
|
"nodeType",
|
|
4044
4034
|
"nodeId"
|
|
4045
|
-
]
|
|
4046
|
-
|
|
4035
|
+
]
|
|
4036
|
+
},
|
|
4037
|
+
"position": {
|
|
4038
|
+
"type": "string"
|
|
4047
4039
|
},
|
|
4048
4040
|
"text": {
|
|
4049
4041
|
"type": "string"
|
|
4050
|
-
}
|
|
4042
|
+
},
|
|
4043
|
+
"input": {}
|
|
4051
4044
|
},
|
|
4052
|
-
"
|
|
4053
|
-
"target",
|
|
4054
|
-
"position"
|
|
4055
|
-
],
|
|
4056
|
-
"type": "object"
|
|
4045
|
+
"additionalProperties": false
|
|
4057
4046
|
},
|
|
4058
4047
|
"outputSchema": {
|
|
4059
4048
|
"additionalProperties": false,
|
|
@@ -4180,40 +4169,42 @@
|
|
|
4180
4169
|
"source": "intent",
|
|
4181
4170
|
"description": "Change the list type (ordered, unordered) of a target list.",
|
|
4182
4171
|
"inputSchema": {
|
|
4183
|
-
"
|
|
4172
|
+
"type": "object",
|
|
4184
4173
|
"properties": {
|
|
4185
|
-
"
|
|
4186
|
-
"
|
|
4187
|
-
|
|
4188
|
-
|
|
4189
|
-
|
|
4174
|
+
"doc": {
|
|
4175
|
+
"type": "string"
|
|
4176
|
+
},
|
|
4177
|
+
"sessionId": {
|
|
4178
|
+
"type": "string"
|
|
4179
|
+
},
|
|
4180
|
+
"force": {
|
|
4181
|
+
"type": "boolean"
|
|
4190
4182
|
},
|
|
4191
4183
|
"target": {
|
|
4192
|
-
"
|
|
4184
|
+
"type": "object",
|
|
4193
4185
|
"properties": {
|
|
4194
4186
|
"kind": {
|
|
4195
4187
|
"const": "block"
|
|
4196
4188
|
},
|
|
4197
|
-
"nodeId": {
|
|
4198
|
-
"type": "string"
|
|
4199
|
-
},
|
|
4200
4189
|
"nodeType": {
|
|
4201
4190
|
"const": "listItem"
|
|
4191
|
+
},
|
|
4192
|
+
"nodeId": {
|
|
4193
|
+
"type": "string"
|
|
4202
4194
|
}
|
|
4203
4195
|
},
|
|
4204
4196
|
"required": [
|
|
4205
4197
|
"kind",
|
|
4206
4198
|
"nodeType",
|
|
4207
4199
|
"nodeId"
|
|
4208
|
-
]
|
|
4209
|
-
|
|
4210
|
-
|
|
4200
|
+
]
|
|
4201
|
+
},
|
|
4202
|
+
"kind": {
|
|
4203
|
+
"type": "string"
|
|
4204
|
+
},
|
|
4205
|
+
"input": {}
|
|
4211
4206
|
},
|
|
4212
|
-
"
|
|
4213
|
-
"target",
|
|
4214
|
-
"kind"
|
|
4215
|
-
],
|
|
4216
|
-
"type": "object"
|
|
4207
|
+
"additionalProperties": false
|
|
4217
4208
|
},
|
|
4218
4209
|
"outputSchema": {
|
|
4219
4210
|
"additionalProperties": false,
|
|
@@ -4284,33 +4275,39 @@
|
|
|
4284
4275
|
"source": "intent",
|
|
4285
4276
|
"description": "Increase the indentation level of a list item.",
|
|
4286
4277
|
"inputSchema": {
|
|
4287
|
-
"
|
|
4278
|
+
"type": "object",
|
|
4288
4279
|
"properties": {
|
|
4280
|
+
"doc": {
|
|
4281
|
+
"type": "string"
|
|
4282
|
+
},
|
|
4283
|
+
"sessionId": {
|
|
4284
|
+
"type": "string"
|
|
4285
|
+
},
|
|
4286
|
+
"force": {
|
|
4287
|
+
"type": "boolean"
|
|
4288
|
+
},
|
|
4289
4289
|
"target": {
|
|
4290
|
-
"
|
|
4290
|
+
"type": "object",
|
|
4291
4291
|
"properties": {
|
|
4292
4292
|
"kind": {
|
|
4293
4293
|
"const": "block"
|
|
4294
4294
|
},
|
|
4295
|
-
"nodeId": {
|
|
4296
|
-
"type": "string"
|
|
4297
|
-
},
|
|
4298
4295
|
"nodeType": {
|
|
4299
4296
|
"const": "listItem"
|
|
4297
|
+
},
|
|
4298
|
+
"nodeId": {
|
|
4299
|
+
"type": "string"
|
|
4300
4300
|
}
|
|
4301
4301
|
},
|
|
4302
4302
|
"required": [
|
|
4303
4303
|
"kind",
|
|
4304
4304
|
"nodeType",
|
|
4305
4305
|
"nodeId"
|
|
4306
|
-
]
|
|
4307
|
-
|
|
4308
|
-
}
|
|
4306
|
+
]
|
|
4307
|
+
},
|
|
4308
|
+
"input": {}
|
|
4309
4309
|
},
|
|
4310
|
-
"
|
|
4311
|
-
"target"
|
|
4312
|
-
],
|
|
4313
|
-
"type": "object"
|
|
4310
|
+
"additionalProperties": false
|
|
4314
4311
|
},
|
|
4315
4312
|
"outputSchema": {
|
|
4316
4313
|
"additionalProperties": false,
|
|
@@ -4381,33 +4378,39 @@
|
|
|
4381
4378
|
"source": "intent",
|
|
4382
4379
|
"description": "Decrease the indentation level of a list item.",
|
|
4383
4380
|
"inputSchema": {
|
|
4384
|
-
"
|
|
4381
|
+
"type": "object",
|
|
4385
4382
|
"properties": {
|
|
4383
|
+
"doc": {
|
|
4384
|
+
"type": "string"
|
|
4385
|
+
},
|
|
4386
|
+
"sessionId": {
|
|
4387
|
+
"type": "string"
|
|
4388
|
+
},
|
|
4389
|
+
"force": {
|
|
4390
|
+
"type": "boolean"
|
|
4391
|
+
},
|
|
4386
4392
|
"target": {
|
|
4387
|
-
"
|
|
4393
|
+
"type": "object",
|
|
4388
4394
|
"properties": {
|
|
4389
4395
|
"kind": {
|
|
4390
4396
|
"const": "block"
|
|
4391
4397
|
},
|
|
4392
|
-
"nodeId": {
|
|
4393
|
-
"type": "string"
|
|
4394
|
-
},
|
|
4395
4398
|
"nodeType": {
|
|
4396
4399
|
"const": "listItem"
|
|
4400
|
+
},
|
|
4401
|
+
"nodeId": {
|
|
4402
|
+
"type": "string"
|
|
4397
4403
|
}
|
|
4398
4404
|
},
|
|
4399
4405
|
"required": [
|
|
4400
4406
|
"kind",
|
|
4401
4407
|
"nodeType",
|
|
4402
4408
|
"nodeId"
|
|
4403
|
-
]
|
|
4404
|
-
|
|
4405
|
-
}
|
|
4409
|
+
]
|
|
4410
|
+
},
|
|
4411
|
+
"input": {}
|
|
4406
4412
|
},
|
|
4407
|
-
"
|
|
4408
|
-
"target"
|
|
4409
|
-
],
|
|
4410
|
-
"type": "object"
|
|
4413
|
+
"additionalProperties": false
|
|
4411
4414
|
},
|
|
4412
4415
|
"outputSchema": {
|
|
4413
4416
|
"additionalProperties": false,
|
|
@@ -4478,33 +4481,39 @@
|
|
|
4478
4481
|
"source": "intent",
|
|
4479
4482
|
"description": "Restart numbering of an ordered list at the target item.",
|
|
4480
4483
|
"inputSchema": {
|
|
4481
|
-
"
|
|
4484
|
+
"type": "object",
|
|
4482
4485
|
"properties": {
|
|
4486
|
+
"doc": {
|
|
4487
|
+
"type": "string"
|
|
4488
|
+
},
|
|
4489
|
+
"sessionId": {
|
|
4490
|
+
"type": "string"
|
|
4491
|
+
},
|
|
4492
|
+
"force": {
|
|
4493
|
+
"type": "boolean"
|
|
4494
|
+
},
|
|
4483
4495
|
"target": {
|
|
4484
|
-
"
|
|
4496
|
+
"type": "object",
|
|
4485
4497
|
"properties": {
|
|
4486
4498
|
"kind": {
|
|
4487
4499
|
"const": "block"
|
|
4488
4500
|
},
|
|
4489
|
-
"nodeId": {
|
|
4490
|
-
"type": "string"
|
|
4491
|
-
},
|
|
4492
4501
|
"nodeType": {
|
|
4493
4502
|
"const": "listItem"
|
|
4503
|
+
},
|
|
4504
|
+
"nodeId": {
|
|
4505
|
+
"type": "string"
|
|
4494
4506
|
}
|
|
4495
4507
|
},
|
|
4496
4508
|
"required": [
|
|
4497
4509
|
"kind",
|
|
4498
4510
|
"nodeType",
|
|
4499
4511
|
"nodeId"
|
|
4500
|
-
]
|
|
4501
|
-
|
|
4502
|
-
}
|
|
4512
|
+
]
|
|
4513
|
+
},
|
|
4514
|
+
"input": {}
|
|
4503
4515
|
},
|
|
4504
|
-
"
|
|
4505
|
-
"target"
|
|
4506
|
-
],
|
|
4507
|
-
"type": "object"
|
|
4516
|
+
"additionalProperties": false
|
|
4508
4517
|
},
|
|
4509
4518
|
"outputSchema": {
|
|
4510
4519
|
"additionalProperties": false,
|
|
@@ -4575,33 +4584,39 @@
|
|
|
4575
4584
|
"source": "intent",
|
|
4576
4585
|
"description": "Exit a list context, converting the target item to a paragraph.",
|
|
4577
4586
|
"inputSchema": {
|
|
4578
|
-
"
|
|
4587
|
+
"type": "object",
|
|
4579
4588
|
"properties": {
|
|
4589
|
+
"doc": {
|
|
4590
|
+
"type": "string"
|
|
4591
|
+
},
|
|
4592
|
+
"sessionId": {
|
|
4593
|
+
"type": "string"
|
|
4594
|
+
},
|
|
4595
|
+
"force": {
|
|
4596
|
+
"type": "boolean"
|
|
4597
|
+
},
|
|
4580
4598
|
"target": {
|
|
4581
|
-
"
|
|
4599
|
+
"type": "object",
|
|
4582
4600
|
"properties": {
|
|
4583
4601
|
"kind": {
|
|
4584
4602
|
"const": "block"
|
|
4585
4603
|
},
|
|
4586
|
-
"nodeId": {
|
|
4587
|
-
"type": "string"
|
|
4588
|
-
},
|
|
4589
4604
|
"nodeType": {
|
|
4590
4605
|
"const": "listItem"
|
|
4606
|
+
},
|
|
4607
|
+
"nodeId": {
|
|
4608
|
+
"type": "string"
|
|
4591
4609
|
}
|
|
4592
4610
|
},
|
|
4593
4611
|
"required": [
|
|
4594
4612
|
"kind",
|
|
4595
4613
|
"nodeType",
|
|
4596
4614
|
"nodeId"
|
|
4597
|
-
]
|
|
4598
|
-
|
|
4599
|
-
}
|
|
4615
|
+
]
|
|
4616
|
+
},
|
|
4617
|
+
"input": {}
|
|
4600
4618
|
},
|
|
4601
|
-
"
|
|
4602
|
-
"target"
|
|
4603
|
-
],
|
|
4604
|
-
"type": "object"
|
|
4619
|
+
"additionalProperties": false
|
|
4605
4620
|
},
|
|
4606
4621
|
"outputSchema": {
|
|
4607
4622
|
"additionalProperties": false,
|
|
@@ -4671,40 +4686,47 @@
|
|
|
4671
4686
|
"source": "intent",
|
|
4672
4687
|
"description": "Add a new comment thread anchored to a target range.",
|
|
4673
4688
|
"inputSchema": {
|
|
4674
|
-
"
|
|
4689
|
+
"type": "object",
|
|
4675
4690
|
"properties": {
|
|
4691
|
+
"doc": {
|
|
4692
|
+
"type": "string"
|
|
4693
|
+
},
|
|
4694
|
+
"sessionId": {
|
|
4695
|
+
"type": "string"
|
|
4696
|
+
},
|
|
4697
|
+
"force": {
|
|
4698
|
+
"type": "boolean"
|
|
4699
|
+
},
|
|
4676
4700
|
"target": {
|
|
4677
|
-
"
|
|
4701
|
+
"type": "object",
|
|
4678
4702
|
"properties": {
|
|
4679
|
-
"blockId": {
|
|
4680
|
-
"type": "string"
|
|
4681
|
-
},
|
|
4682
4703
|
"kind": {
|
|
4683
4704
|
"const": "text"
|
|
4684
4705
|
},
|
|
4706
|
+
"blockId": {
|
|
4707
|
+
"type": "string"
|
|
4708
|
+
},
|
|
4685
4709
|
"range": {
|
|
4686
|
-
"
|
|
4710
|
+
"type": "object",
|
|
4687
4711
|
"properties": {
|
|
4688
|
-
"end": {
|
|
4689
|
-
"type": "integer"
|
|
4690
|
-
},
|
|
4691
4712
|
"start": {
|
|
4692
|
-
"type": "
|
|
4713
|
+
"type": "number"
|
|
4714
|
+
},
|
|
4715
|
+
"end": {
|
|
4716
|
+
"type": "number"
|
|
4693
4717
|
}
|
|
4694
4718
|
},
|
|
4695
4719
|
"required": [
|
|
4696
4720
|
"start",
|
|
4697
4721
|
"end"
|
|
4698
|
-
]
|
|
4699
|
-
"type": "object"
|
|
4722
|
+
]
|
|
4700
4723
|
}
|
|
4701
4724
|
},
|
|
4702
4725
|
"required": [
|
|
4703
4726
|
"kind",
|
|
4704
4727
|
"blockId",
|
|
4705
4728
|
"range"
|
|
4706
|
-
]
|
|
4707
|
-
"type": "object"
|
|
4729
|
+
]
|
|
4708
4730
|
},
|
|
4709
4731
|
"text": {
|
|
4710
4732
|
"type": "string"
|
|
@@ -4714,7 +4736,7 @@
|
|
|
4714
4736
|
"target",
|
|
4715
4737
|
"text"
|
|
4716
4738
|
],
|
|
4717
|
-
"
|
|
4739
|
+
"additionalProperties": false
|
|
4718
4740
|
},
|
|
4719
4741
|
"outputSchema": {
|
|
4720
4742
|
"additionalProperties": false,
|
|
@@ -4905,9 +4927,18 @@
|
|
|
4905
4927
|
"source": "intent",
|
|
4906
4928
|
"description": "Edit the content of an existing comment.",
|
|
4907
4929
|
"inputSchema": {
|
|
4908
|
-
"
|
|
4930
|
+
"type": "object",
|
|
4909
4931
|
"properties": {
|
|
4910
|
-
"
|
|
4932
|
+
"doc": {
|
|
4933
|
+
"type": "string"
|
|
4934
|
+
},
|
|
4935
|
+
"sessionId": {
|
|
4936
|
+
"type": "string"
|
|
4937
|
+
},
|
|
4938
|
+
"force": {
|
|
4939
|
+
"type": "boolean"
|
|
4940
|
+
},
|
|
4941
|
+
"id": {
|
|
4911
4942
|
"type": "string"
|
|
4912
4943
|
},
|
|
4913
4944
|
"text": {
|
|
@@ -4915,10 +4946,10 @@
|
|
|
4915
4946
|
}
|
|
4916
4947
|
},
|
|
4917
4948
|
"required": [
|
|
4918
|
-
"
|
|
4949
|
+
"id",
|
|
4919
4950
|
"text"
|
|
4920
4951
|
],
|
|
4921
|
-
"
|
|
4952
|
+
"additionalProperties": false
|
|
4922
4953
|
},
|
|
4923
4954
|
"outputSchema": {
|
|
4924
4955
|
"additionalProperties": false,
|
|
@@ -5108,9 +5139,18 @@
|
|
|
5108
5139
|
"source": "intent",
|
|
5109
5140
|
"description": "Add a reply to an existing comment thread.",
|
|
5110
5141
|
"inputSchema": {
|
|
5111
|
-
"
|
|
5142
|
+
"type": "object",
|
|
5112
5143
|
"properties": {
|
|
5113
|
-
"
|
|
5144
|
+
"doc": {
|
|
5145
|
+
"type": "string"
|
|
5146
|
+
},
|
|
5147
|
+
"sessionId": {
|
|
5148
|
+
"type": "string"
|
|
5149
|
+
},
|
|
5150
|
+
"force": {
|
|
5151
|
+
"type": "boolean"
|
|
5152
|
+
},
|
|
5153
|
+
"parentId": {
|
|
5114
5154
|
"type": "string"
|
|
5115
5155
|
},
|
|
5116
5156
|
"text": {
|
|
@@ -5118,10 +5158,10 @@
|
|
|
5118
5158
|
}
|
|
5119
5159
|
},
|
|
5120
5160
|
"required": [
|
|
5121
|
-
"
|
|
5161
|
+
"parentId",
|
|
5122
5162
|
"text"
|
|
5123
5163
|
],
|
|
5124
|
-
"
|
|
5164
|
+
"additionalProperties": false
|
|
5125
5165
|
},
|
|
5126
5166
|
"outputSchema": {
|
|
5127
5167
|
"additionalProperties": false,
|
|
@@ -5311,50 +5351,57 @@
|
|
|
5311
5351
|
"source": "intent",
|
|
5312
5352
|
"description": "Move a comment thread to a new anchor range.",
|
|
5313
5353
|
"inputSchema": {
|
|
5314
|
-
"
|
|
5354
|
+
"type": "object",
|
|
5315
5355
|
"properties": {
|
|
5316
|
-
"
|
|
5356
|
+
"doc": {
|
|
5357
|
+
"type": "string"
|
|
5358
|
+
},
|
|
5359
|
+
"sessionId": {
|
|
5360
|
+
"type": "string"
|
|
5361
|
+
},
|
|
5362
|
+
"force": {
|
|
5363
|
+
"type": "boolean"
|
|
5364
|
+
},
|
|
5365
|
+
"id": {
|
|
5317
5366
|
"type": "string"
|
|
5318
5367
|
},
|
|
5319
5368
|
"target": {
|
|
5320
|
-
"
|
|
5369
|
+
"type": "object",
|
|
5321
5370
|
"properties": {
|
|
5322
|
-
"blockId": {
|
|
5323
|
-
"type": "string"
|
|
5324
|
-
},
|
|
5325
5371
|
"kind": {
|
|
5326
5372
|
"const": "text"
|
|
5327
5373
|
},
|
|
5374
|
+
"blockId": {
|
|
5375
|
+
"type": "string"
|
|
5376
|
+
},
|
|
5328
5377
|
"range": {
|
|
5329
|
-
"
|
|
5378
|
+
"type": "object",
|
|
5330
5379
|
"properties": {
|
|
5331
|
-
"end": {
|
|
5332
|
-
"type": "integer"
|
|
5333
|
-
},
|
|
5334
5380
|
"start": {
|
|
5335
|
-
"type": "
|
|
5381
|
+
"type": "number"
|
|
5382
|
+
},
|
|
5383
|
+
"end": {
|
|
5384
|
+
"type": "number"
|
|
5336
5385
|
}
|
|
5337
5386
|
},
|
|
5338
5387
|
"required": [
|
|
5339
5388
|
"start",
|
|
5340
5389
|
"end"
|
|
5341
|
-
]
|
|
5342
|
-
"type": "object"
|
|
5390
|
+
]
|
|
5343
5391
|
}
|
|
5344
5392
|
},
|
|
5345
5393
|
"required": [
|
|
5346
5394
|
"kind",
|
|
5347
5395
|
"blockId",
|
|
5348
5396
|
"range"
|
|
5349
|
-
]
|
|
5350
|
-
"type": "object"
|
|
5397
|
+
]
|
|
5351
5398
|
}
|
|
5352
5399
|
},
|
|
5353
5400
|
"required": [
|
|
5354
|
-
"
|
|
5401
|
+
"id",
|
|
5355
5402
|
"target"
|
|
5356
5403
|
],
|
|
5357
|
-
"
|
|
5404
|
+
"additionalProperties": false
|
|
5358
5405
|
},
|
|
5359
5406
|
"outputSchema": {
|
|
5360
5407
|
"additionalProperties": false,
|
|
@@ -5545,16 +5592,25 @@
|
|
|
5545
5592
|
"source": "intent",
|
|
5546
5593
|
"description": "Resolve or unresolve a comment thread.",
|
|
5547
5594
|
"inputSchema": {
|
|
5548
|
-
"
|
|
5595
|
+
"type": "object",
|
|
5549
5596
|
"properties": {
|
|
5550
|
-
"
|
|
5597
|
+
"doc": {
|
|
5598
|
+
"type": "string"
|
|
5599
|
+
},
|
|
5600
|
+
"sessionId": {
|
|
5601
|
+
"type": "string"
|
|
5602
|
+
},
|
|
5603
|
+
"force": {
|
|
5604
|
+
"type": "boolean"
|
|
5605
|
+
},
|
|
5606
|
+
"id": {
|
|
5551
5607
|
"type": "string"
|
|
5552
5608
|
}
|
|
5553
5609
|
},
|
|
5554
5610
|
"required": [
|
|
5555
|
-
"
|
|
5611
|
+
"id"
|
|
5556
5612
|
],
|
|
5557
|
-
"
|
|
5613
|
+
"additionalProperties": false
|
|
5558
5614
|
},
|
|
5559
5615
|
"outputSchema": {
|
|
5560
5616
|
"additionalProperties": false,
|
|
@@ -5744,16 +5800,25 @@
|
|
|
5744
5800
|
"source": "intent",
|
|
5745
5801
|
"description": "Remove a comment or reply by ID.",
|
|
5746
5802
|
"inputSchema": {
|
|
5747
|
-
"
|
|
5803
|
+
"type": "object",
|
|
5748
5804
|
"properties": {
|
|
5749
|
-
"
|
|
5805
|
+
"doc": {
|
|
5806
|
+
"type": "string"
|
|
5807
|
+
},
|
|
5808
|
+
"sessionId": {
|
|
5809
|
+
"type": "string"
|
|
5810
|
+
},
|
|
5811
|
+
"force": {
|
|
5812
|
+
"type": "boolean"
|
|
5813
|
+
},
|
|
5814
|
+
"id": {
|
|
5750
5815
|
"type": "string"
|
|
5751
5816
|
}
|
|
5752
5817
|
},
|
|
5753
5818
|
"required": [
|
|
5754
|
-
"
|
|
5819
|
+
"id"
|
|
5755
5820
|
],
|
|
5756
|
-
"
|
|
5821
|
+
"additionalProperties": false
|
|
5757
5822
|
},
|
|
5758
5823
|
"outputSchema": {
|
|
5759
5824
|
"additionalProperties": false,
|
|
@@ -5943,9 +6008,18 @@
|
|
|
5943
6008
|
"source": "intent",
|
|
5944
6009
|
"description": "Toggle the internal (private) flag on a comment thread.",
|
|
5945
6010
|
"inputSchema": {
|
|
5946
|
-
"
|
|
6011
|
+
"type": "object",
|
|
5947
6012
|
"properties": {
|
|
5948
|
-
"
|
|
6013
|
+
"doc": {
|
|
6014
|
+
"type": "string"
|
|
6015
|
+
},
|
|
6016
|
+
"sessionId": {
|
|
6017
|
+
"type": "string"
|
|
6018
|
+
},
|
|
6019
|
+
"force": {
|
|
6020
|
+
"type": "boolean"
|
|
6021
|
+
},
|
|
6022
|
+
"id": {
|
|
5949
6023
|
"type": "string"
|
|
5950
6024
|
},
|
|
5951
6025
|
"isInternal": {
|
|
@@ -5953,10 +6027,10 @@
|
|
|
5953
6027
|
}
|
|
5954
6028
|
},
|
|
5955
6029
|
"required": [
|
|
5956
|
-
"
|
|
6030
|
+
"id",
|
|
5957
6031
|
"isInternal"
|
|
5958
6032
|
],
|
|
5959
|
-
"
|
|
6033
|
+
"additionalProperties": false
|
|
5960
6034
|
},
|
|
5961
6035
|
"outputSchema": {
|
|
5962
6036
|
"additionalProperties": false,
|
|
@@ -6147,19 +6221,28 @@
|
|
|
6147
6221
|
"source": "intent",
|
|
6148
6222
|
"description": "Set the active (focused) comment thread for UI highlighting.",
|
|
6149
6223
|
"inputSchema": {
|
|
6150
|
-
"
|
|
6224
|
+
"type": "object",
|
|
6151
6225
|
"properties": {
|
|
6226
|
+
"doc": {
|
|
6227
|
+
"type": "string"
|
|
6228
|
+
},
|
|
6229
|
+
"sessionId": {
|
|
6230
|
+
"type": "string"
|
|
6231
|
+
},
|
|
6232
|
+
"force": {
|
|
6233
|
+
"type": "boolean"
|
|
6234
|
+
},
|
|
6152
6235
|
"commentId": {
|
|
6153
|
-
"type":
|
|
6154
|
-
|
|
6155
|
-
|
|
6156
|
-
|
|
6236
|
+
"type": "json"
|
|
6237
|
+
},
|
|
6238
|
+
"id": {
|
|
6239
|
+
"type": "string"
|
|
6240
|
+
},
|
|
6241
|
+
"clear": {
|
|
6242
|
+
"type": "boolean"
|
|
6157
6243
|
}
|
|
6158
6244
|
},
|
|
6159
|
-
"
|
|
6160
|
-
"commentId"
|
|
6161
|
-
],
|
|
6162
|
-
"type": "object"
|
|
6245
|
+
"additionalProperties": false
|
|
6163
6246
|
},
|
|
6164
6247
|
"outputSchema": {
|
|
6165
6248
|
"additionalProperties": false,
|
|
@@ -6363,16 +6446,22 @@
|
|
|
6363
6446
|
"source": "intent",
|
|
6364
6447
|
"description": "Scroll the viewport to a comment thread by ID.",
|
|
6365
6448
|
"inputSchema": {
|
|
6366
|
-
"
|
|
6449
|
+
"type": "object",
|
|
6367
6450
|
"properties": {
|
|
6368
|
-
"
|
|
6451
|
+
"doc": {
|
|
6452
|
+
"type": "string"
|
|
6453
|
+
},
|
|
6454
|
+
"sessionId": {
|
|
6455
|
+
"type": "string"
|
|
6456
|
+
},
|
|
6457
|
+
"id": {
|
|
6369
6458
|
"type": "string"
|
|
6370
6459
|
}
|
|
6371
6460
|
},
|
|
6372
6461
|
"required": [
|
|
6373
|
-
"
|
|
6462
|
+
"id"
|
|
6374
6463
|
],
|
|
6375
|
-
"
|
|
6464
|
+
"additionalProperties": false
|
|
6376
6465
|
},
|
|
6377
6466
|
"outputSchema": {
|
|
6378
6467
|
"additionalProperties": false,
|
|
@@ -6557,16 +6646,22 @@
|
|
|
6557
6646
|
"source": "intent",
|
|
6558
6647
|
"description": "Retrieve a single comment thread by ID.",
|
|
6559
6648
|
"inputSchema": {
|
|
6560
|
-
"
|
|
6649
|
+
"type": "object",
|
|
6561
6650
|
"properties": {
|
|
6562
|
-
"
|
|
6651
|
+
"doc": {
|
|
6652
|
+
"type": "string"
|
|
6653
|
+
},
|
|
6654
|
+
"sessionId": {
|
|
6655
|
+
"type": "string"
|
|
6656
|
+
},
|
|
6657
|
+
"id": {
|
|
6563
6658
|
"type": "string"
|
|
6564
6659
|
}
|
|
6565
6660
|
},
|
|
6566
6661
|
"required": [
|
|
6567
|
-
"
|
|
6662
|
+
"id"
|
|
6568
6663
|
],
|
|
6569
|
-
"
|
|
6664
|
+
"additionalProperties": false
|
|
6570
6665
|
},
|
|
6571
6666
|
"outputSchema": {
|
|
6572
6667
|
"additionalProperties": false,
|
|
@@ -6692,13 +6787,19 @@
|
|
|
6692
6787
|
"source": "intent",
|
|
6693
6788
|
"description": "List all comment threads in the document.",
|
|
6694
6789
|
"inputSchema": {
|
|
6695
|
-
"
|
|
6790
|
+
"type": "object",
|
|
6696
6791
|
"properties": {
|
|
6792
|
+
"doc": {
|
|
6793
|
+
"type": "string"
|
|
6794
|
+
},
|
|
6795
|
+
"sessionId": {
|
|
6796
|
+
"type": "string"
|
|
6797
|
+
},
|
|
6697
6798
|
"includeResolved": {
|
|
6698
6799
|
"type": "boolean"
|
|
6699
6800
|
}
|
|
6700
6801
|
},
|
|
6701
|
-
"
|
|
6802
|
+
"additionalProperties": false
|
|
6702
6803
|
},
|
|
6703
6804
|
"outputSchema": {
|
|
6704
6805
|
"additionalProperties": false,
|
|
@@ -6840,23 +6941,25 @@
|
|
|
6840
6941
|
"source": "intent",
|
|
6841
6942
|
"description": "List all tracked changes in the document.",
|
|
6842
6943
|
"inputSchema": {
|
|
6843
|
-
"
|
|
6944
|
+
"type": "object",
|
|
6844
6945
|
"properties": {
|
|
6946
|
+
"doc": {
|
|
6947
|
+
"type": "string"
|
|
6948
|
+
},
|
|
6949
|
+
"sessionId": {
|
|
6950
|
+
"type": "string"
|
|
6951
|
+
},
|
|
6845
6952
|
"limit": {
|
|
6846
|
-
"type": "
|
|
6953
|
+
"type": "number"
|
|
6847
6954
|
},
|
|
6848
6955
|
"offset": {
|
|
6849
|
-
"type": "
|
|
6956
|
+
"type": "number"
|
|
6850
6957
|
},
|
|
6851
6958
|
"type": {
|
|
6852
|
-
"
|
|
6853
|
-
"insert",
|
|
6854
|
-
"delete",
|
|
6855
|
-
"format"
|
|
6856
|
-
]
|
|
6959
|
+
"type": "string"
|
|
6857
6960
|
}
|
|
6858
6961
|
},
|
|
6859
|
-
"
|
|
6962
|
+
"additionalProperties": false
|
|
6860
6963
|
},
|
|
6861
6964
|
"outputSchema": {
|
|
6862
6965
|
"additionalProperties": false,
|
|
@@ -6983,8 +7086,14 @@
|
|
|
6983
7086
|
"source": "intent",
|
|
6984
7087
|
"description": "Retrieve a single tracked change by ID.",
|
|
6985
7088
|
"inputSchema": {
|
|
6986
|
-
"
|
|
7089
|
+
"type": "object",
|
|
6987
7090
|
"properties": {
|
|
7091
|
+
"doc": {
|
|
7092
|
+
"type": "string"
|
|
7093
|
+
},
|
|
7094
|
+
"sessionId": {
|
|
7095
|
+
"type": "string"
|
|
7096
|
+
},
|
|
6988
7097
|
"id": {
|
|
6989
7098
|
"type": "string"
|
|
6990
7099
|
}
|
|
@@ -6992,7 +7101,7 @@
|
|
|
6992
7101
|
"required": [
|
|
6993
7102
|
"id"
|
|
6994
7103
|
],
|
|
6995
|
-
"
|
|
7104
|
+
"additionalProperties": false
|
|
6996
7105
|
},
|
|
6997
7106
|
"outputSchema": {
|
|
6998
7107
|
"additionalProperties": false,
|
|
@@ -7080,8 +7189,17 @@
|
|
|
7080
7189
|
"source": "intent",
|
|
7081
7190
|
"description": "Accept a tracked change, applying it permanently.",
|
|
7082
7191
|
"inputSchema": {
|
|
7083
|
-
"
|
|
7192
|
+
"type": "object",
|
|
7084
7193
|
"properties": {
|
|
7194
|
+
"doc": {
|
|
7195
|
+
"type": "string"
|
|
7196
|
+
},
|
|
7197
|
+
"sessionId": {
|
|
7198
|
+
"type": "string"
|
|
7199
|
+
},
|
|
7200
|
+
"force": {
|
|
7201
|
+
"type": "boolean"
|
|
7202
|
+
},
|
|
7085
7203
|
"id": {
|
|
7086
7204
|
"type": "string"
|
|
7087
7205
|
}
|
|
@@ -7089,7 +7207,7 @@
|
|
|
7089
7207
|
"required": [
|
|
7090
7208
|
"id"
|
|
7091
7209
|
],
|
|
7092
|
-
"
|
|
7210
|
+
"additionalProperties": false
|
|
7093
7211
|
},
|
|
7094
7212
|
"outputSchema": {
|
|
7095
7213
|
"additionalProperties": false,
|
|
@@ -7279,8 +7397,17 @@
|
|
|
7279
7397
|
"source": "intent",
|
|
7280
7398
|
"description": "Reject a tracked change, reverting it.",
|
|
7281
7399
|
"inputSchema": {
|
|
7282
|
-
"
|
|
7400
|
+
"type": "object",
|
|
7283
7401
|
"properties": {
|
|
7402
|
+
"doc": {
|
|
7403
|
+
"type": "string"
|
|
7404
|
+
},
|
|
7405
|
+
"sessionId": {
|
|
7406
|
+
"type": "string"
|
|
7407
|
+
},
|
|
7408
|
+
"force": {
|
|
7409
|
+
"type": "boolean"
|
|
7410
|
+
},
|
|
7284
7411
|
"id": {
|
|
7285
7412
|
"type": "string"
|
|
7286
7413
|
}
|
|
@@ -7288,7 +7415,7 @@
|
|
|
7288
7415
|
"required": [
|
|
7289
7416
|
"id"
|
|
7290
7417
|
],
|
|
7291
|
-
"
|
|
7418
|
+
"additionalProperties": false
|
|
7292
7419
|
},
|
|
7293
7420
|
"outputSchema": {
|
|
7294
7421
|
"additionalProperties": false,
|
|
@@ -7478,9 +7605,19 @@
|
|
|
7478
7605
|
"source": "intent",
|
|
7479
7606
|
"description": "Accept all tracked changes in the document.",
|
|
7480
7607
|
"inputSchema": {
|
|
7481
|
-
"
|
|
7482
|
-
"properties": {
|
|
7483
|
-
|
|
7608
|
+
"type": "object",
|
|
7609
|
+
"properties": {
|
|
7610
|
+
"doc": {
|
|
7611
|
+
"type": "string"
|
|
7612
|
+
},
|
|
7613
|
+
"sessionId": {
|
|
7614
|
+
"type": "string"
|
|
7615
|
+
},
|
|
7616
|
+
"force": {
|
|
7617
|
+
"type": "boolean"
|
|
7618
|
+
}
|
|
7619
|
+
},
|
|
7620
|
+
"additionalProperties": false
|
|
7484
7621
|
},
|
|
7485
7622
|
"outputSchema": {
|
|
7486
7623
|
"additionalProperties": false,
|
|
@@ -7670,9 +7807,19 @@
|
|
|
7670
7807
|
"source": "intent",
|
|
7671
7808
|
"description": "Reject all tracked changes in the document.",
|
|
7672
7809
|
"inputSchema": {
|
|
7673
|
-
"
|
|
7674
|
-
"properties": {
|
|
7675
|
-
|
|
7810
|
+
"type": "object",
|
|
7811
|
+
"properties": {
|
|
7812
|
+
"doc": {
|
|
7813
|
+
"type": "string"
|
|
7814
|
+
},
|
|
7815
|
+
"sessionId": {
|
|
7816
|
+
"type": "string"
|
|
7817
|
+
},
|
|
7818
|
+
"force": {
|
|
7819
|
+
"type": "boolean"
|
|
7820
|
+
}
|
|
7821
|
+
},
|
|
7822
|
+
"additionalProperties": false
|
|
7676
7823
|
},
|
|
7677
7824
|
"outputSchema": {
|
|
7678
7825
|
"additionalProperties": false,
|
|
@@ -8598,221 +8745,178 @@
|
|
|
8598
8745
|
"source": "operation",
|
|
8599
8746
|
"description": "Search the document for nodes matching type, text, or attribute criteria.",
|
|
8600
8747
|
"inputSchema": {
|
|
8601
|
-
"
|
|
8748
|
+
"type": "object",
|
|
8602
8749
|
"properties": {
|
|
8603
|
-
"
|
|
8604
|
-
"type": "
|
|
8605
|
-
},
|
|
8606
|
-
"includeUnknown": {
|
|
8607
|
-
"type": "boolean"
|
|
8608
|
-
},
|
|
8609
|
-
"limit": {
|
|
8610
|
-
"type": "integer"
|
|
8611
|
-
},
|
|
8612
|
-
"offset": {
|
|
8613
|
-
"type": "integer"
|
|
8750
|
+
"doc": {
|
|
8751
|
+
"type": "string"
|
|
8614
8752
|
},
|
|
8615
|
-
"
|
|
8616
|
-
"
|
|
8617
|
-
{
|
|
8618
|
-
"additionalProperties": false,
|
|
8619
|
-
"properties": {
|
|
8620
|
-
"caseSensitive": {
|
|
8621
|
-
"type": "boolean"
|
|
8622
|
-
},
|
|
8623
|
-
"mode": {
|
|
8624
|
-
"enum": [
|
|
8625
|
-
"contains",
|
|
8626
|
-
"regex"
|
|
8627
|
-
]
|
|
8628
|
-
},
|
|
8629
|
-
"pattern": {
|
|
8630
|
-
"type": "string"
|
|
8631
|
-
},
|
|
8632
|
-
"type": {
|
|
8633
|
-
"const": "text"
|
|
8634
|
-
}
|
|
8635
|
-
},
|
|
8636
|
-
"required": [
|
|
8637
|
-
"type",
|
|
8638
|
-
"pattern"
|
|
8639
|
-
],
|
|
8640
|
-
"type": "object"
|
|
8641
|
-
},
|
|
8642
|
-
{
|
|
8643
|
-
"additionalProperties": false,
|
|
8644
|
-
"properties": {
|
|
8645
|
-
"kind": {
|
|
8646
|
-
"enum": [
|
|
8647
|
-
"block",
|
|
8648
|
-
"inline"
|
|
8649
|
-
]
|
|
8650
|
-
},
|
|
8651
|
-
"nodeType": {
|
|
8652
|
-
"enum": [
|
|
8653
|
-
"paragraph",
|
|
8654
|
-
"heading",
|
|
8655
|
-
"listItem",
|
|
8656
|
-
"table",
|
|
8657
|
-
"tableRow",
|
|
8658
|
-
"tableCell",
|
|
8659
|
-
"image",
|
|
8660
|
-
"sdt",
|
|
8661
|
-
"run",
|
|
8662
|
-
"bookmark",
|
|
8663
|
-
"comment",
|
|
8664
|
-
"hyperlink",
|
|
8665
|
-
"footnoteRef",
|
|
8666
|
-
"tab",
|
|
8667
|
-
"lineBreak"
|
|
8668
|
-
]
|
|
8669
|
-
},
|
|
8670
|
-
"type": {
|
|
8671
|
-
"const": "node"
|
|
8672
|
-
}
|
|
8673
|
-
},
|
|
8674
|
-
"required": [
|
|
8675
|
-
"type"
|
|
8676
|
-
],
|
|
8677
|
-
"type": "object"
|
|
8678
|
-
},
|
|
8679
|
-
{
|
|
8680
|
-
"additionalProperties": false,
|
|
8681
|
-
"properties": {
|
|
8682
|
-
"nodeType": {
|
|
8683
|
-
"enum": [
|
|
8684
|
-
"paragraph",
|
|
8685
|
-
"heading",
|
|
8686
|
-
"listItem",
|
|
8687
|
-
"table",
|
|
8688
|
-
"tableRow",
|
|
8689
|
-
"tableCell",
|
|
8690
|
-
"image",
|
|
8691
|
-
"sdt",
|
|
8692
|
-
"run",
|
|
8693
|
-
"bookmark",
|
|
8694
|
-
"comment",
|
|
8695
|
-
"hyperlink",
|
|
8696
|
-
"footnoteRef",
|
|
8697
|
-
"tab",
|
|
8698
|
-
"lineBreak"
|
|
8699
|
-
]
|
|
8700
|
-
}
|
|
8701
|
-
},
|
|
8702
|
-
"required": [
|
|
8703
|
-
"nodeType"
|
|
8704
|
-
],
|
|
8705
|
-
"type": "object"
|
|
8706
|
-
}
|
|
8707
|
-
]
|
|
8753
|
+
"sessionId": {
|
|
8754
|
+
"type": "string"
|
|
8708
8755
|
},
|
|
8709
8756
|
"within": {
|
|
8710
8757
|
"oneOf": [
|
|
8711
8758
|
{
|
|
8712
|
-
"
|
|
8759
|
+
"type": "object",
|
|
8713
8760
|
"properties": {
|
|
8714
8761
|
"kind": {
|
|
8715
8762
|
"const": "block"
|
|
8716
8763
|
},
|
|
8717
|
-
"nodeId": {
|
|
8718
|
-
"type": "string"
|
|
8719
|
-
},
|
|
8720
8764
|
"nodeType": {
|
|
8721
|
-
"
|
|
8722
|
-
|
|
8723
|
-
|
|
8724
|
-
|
|
8725
|
-
|
|
8726
|
-
|
|
8727
|
-
|
|
8728
|
-
|
|
8729
|
-
|
|
8765
|
+
"oneOf": [
|
|
8766
|
+
{
|
|
8767
|
+
"const": "paragraph"
|
|
8768
|
+
},
|
|
8769
|
+
{
|
|
8770
|
+
"const": "heading"
|
|
8771
|
+
},
|
|
8772
|
+
{
|
|
8773
|
+
"const": "listItem"
|
|
8774
|
+
},
|
|
8775
|
+
{
|
|
8776
|
+
"const": "table"
|
|
8777
|
+
},
|
|
8778
|
+
{
|
|
8779
|
+
"const": "tableRow"
|
|
8780
|
+
},
|
|
8781
|
+
{
|
|
8782
|
+
"const": "tableCell"
|
|
8783
|
+
},
|
|
8784
|
+
{
|
|
8785
|
+
"const": "image"
|
|
8786
|
+
},
|
|
8787
|
+
{
|
|
8788
|
+
"const": "sdt"
|
|
8789
|
+
}
|
|
8730
8790
|
]
|
|
8791
|
+
},
|
|
8792
|
+
"nodeId": {
|
|
8793
|
+
"type": "string"
|
|
8731
8794
|
}
|
|
8732
8795
|
},
|
|
8733
8796
|
"required": [
|
|
8734
8797
|
"kind",
|
|
8735
8798
|
"nodeType",
|
|
8736
8799
|
"nodeId"
|
|
8737
|
-
]
|
|
8738
|
-
"type": "object"
|
|
8800
|
+
]
|
|
8739
8801
|
},
|
|
8740
8802
|
{
|
|
8741
|
-
"
|
|
8803
|
+
"type": "object",
|
|
8742
8804
|
"properties": {
|
|
8805
|
+
"kind": {
|
|
8806
|
+
"const": "inline"
|
|
8807
|
+
},
|
|
8808
|
+
"nodeType": {
|
|
8809
|
+
"oneOf": [
|
|
8810
|
+
{
|
|
8811
|
+
"const": "run"
|
|
8812
|
+
},
|
|
8813
|
+
{
|
|
8814
|
+
"const": "bookmark"
|
|
8815
|
+
},
|
|
8816
|
+
{
|
|
8817
|
+
"const": "comment"
|
|
8818
|
+
},
|
|
8819
|
+
{
|
|
8820
|
+
"const": "hyperlink"
|
|
8821
|
+
},
|
|
8822
|
+
{
|
|
8823
|
+
"const": "sdt"
|
|
8824
|
+
},
|
|
8825
|
+
{
|
|
8826
|
+
"const": "image"
|
|
8827
|
+
},
|
|
8828
|
+
{
|
|
8829
|
+
"const": "footnoteRef"
|
|
8830
|
+
},
|
|
8831
|
+
{
|
|
8832
|
+
"const": "tab"
|
|
8833
|
+
},
|
|
8834
|
+
{
|
|
8835
|
+
"const": "lineBreak"
|
|
8836
|
+
}
|
|
8837
|
+
]
|
|
8838
|
+
},
|
|
8743
8839
|
"anchor": {
|
|
8744
|
-
"
|
|
8840
|
+
"type": "object",
|
|
8745
8841
|
"properties": {
|
|
8746
|
-
"
|
|
8747
|
-
"
|
|
8842
|
+
"start": {
|
|
8843
|
+
"type": "object",
|
|
8748
8844
|
"properties": {
|
|
8749
8845
|
"blockId": {
|
|
8750
8846
|
"type": "string"
|
|
8751
8847
|
},
|
|
8752
8848
|
"offset": {
|
|
8753
|
-
"type": "
|
|
8849
|
+
"type": "number"
|
|
8754
8850
|
}
|
|
8755
8851
|
},
|
|
8756
8852
|
"required": [
|
|
8757
8853
|
"blockId",
|
|
8758
8854
|
"offset"
|
|
8759
|
-
]
|
|
8760
|
-
"type": "object"
|
|
8855
|
+
]
|
|
8761
8856
|
},
|
|
8762
|
-
"
|
|
8763
|
-
"
|
|
8857
|
+
"end": {
|
|
8858
|
+
"type": "object",
|
|
8764
8859
|
"properties": {
|
|
8765
8860
|
"blockId": {
|
|
8766
8861
|
"type": "string"
|
|
8767
8862
|
},
|
|
8768
8863
|
"offset": {
|
|
8769
|
-
"type": "
|
|
8864
|
+
"type": "number"
|
|
8770
8865
|
}
|
|
8771
8866
|
},
|
|
8772
8867
|
"required": [
|
|
8773
8868
|
"blockId",
|
|
8774
8869
|
"offset"
|
|
8775
|
-
]
|
|
8776
|
-
"type": "object"
|
|
8870
|
+
]
|
|
8777
8871
|
}
|
|
8778
8872
|
},
|
|
8779
8873
|
"required": [
|
|
8780
8874
|
"start",
|
|
8781
8875
|
"end"
|
|
8782
|
-
],
|
|
8783
|
-
"type": "object"
|
|
8784
|
-
},
|
|
8785
|
-
"kind": {
|
|
8786
|
-
"const": "inline"
|
|
8787
|
-
},
|
|
8788
|
-
"nodeType": {
|
|
8789
|
-
"enum": [
|
|
8790
|
-
"run",
|
|
8791
|
-
"bookmark",
|
|
8792
|
-
"comment",
|
|
8793
|
-
"hyperlink",
|
|
8794
|
-
"sdt",
|
|
8795
|
-
"image",
|
|
8796
|
-
"footnoteRef",
|
|
8797
|
-
"tab",
|
|
8798
|
-
"lineBreak"
|
|
8799
8876
|
]
|
|
8800
8877
|
}
|
|
8801
8878
|
},
|
|
8802
8879
|
"required": [
|
|
8803
8880
|
"kind",
|
|
8804
8881
|
"nodeType",
|
|
8805
|
-
"anchor"
|
|
8806
|
-
]
|
|
8807
|
-
"type": "object"
|
|
8882
|
+
"anchor"
|
|
8883
|
+
]
|
|
8808
8884
|
}
|
|
8809
8885
|
]
|
|
8810
|
-
}
|
|
8886
|
+
},
|
|
8887
|
+
"limit": {
|
|
8888
|
+
"type": "number"
|
|
8889
|
+
},
|
|
8890
|
+
"offset": {
|
|
8891
|
+
"type": "number"
|
|
8892
|
+
},
|
|
8893
|
+
"includeNodes": {
|
|
8894
|
+
"type": "boolean"
|
|
8895
|
+
},
|
|
8896
|
+
"includeUnknown": {
|
|
8897
|
+
"type": "boolean"
|
|
8898
|
+
},
|
|
8899
|
+
"type": {
|
|
8900
|
+
"type": "string"
|
|
8901
|
+
},
|
|
8902
|
+
"nodeType": {
|
|
8903
|
+
"type": "string"
|
|
8904
|
+
},
|
|
8905
|
+
"kind": {
|
|
8906
|
+
"type": "string"
|
|
8907
|
+
},
|
|
8908
|
+
"pattern": {
|
|
8909
|
+
"type": "string"
|
|
8910
|
+
},
|
|
8911
|
+
"mode": {
|
|
8912
|
+
"type": "string"
|
|
8913
|
+
},
|
|
8914
|
+
"caseSensitive": {
|
|
8915
|
+
"type": "boolean"
|
|
8916
|
+
},
|
|
8917
|
+
"query": {}
|
|
8811
8918
|
},
|
|
8812
|
-
"
|
|
8813
|
-
"select"
|
|
8814
|
-
],
|
|
8815
|
-
"type": "object"
|
|
8919
|
+
"additionalProperties": false
|
|
8816
8920
|
},
|
|
8817
8921
|
"outputSchema": {
|
|
8818
8922
|
"additionalProperties": false,
|
|
@@ -9334,106 +9438,17 @@
|
|
|
9334
9438
|
"source": "operation",
|
|
9335
9439
|
"description": "Retrieve a single node by target position.",
|
|
9336
9440
|
"inputSchema": {
|
|
9337
|
-
"
|
|
9338
|
-
|
|
9339
|
-
|
|
9340
|
-
"
|
|
9341
|
-
"kind": {
|
|
9342
|
-
"const": "block"
|
|
9343
|
-
},
|
|
9344
|
-
"nodeId": {
|
|
9345
|
-
"type": "string"
|
|
9346
|
-
},
|
|
9347
|
-
"nodeType": {
|
|
9348
|
-
"enum": [
|
|
9349
|
-
"paragraph",
|
|
9350
|
-
"heading",
|
|
9351
|
-
"listItem",
|
|
9352
|
-
"table",
|
|
9353
|
-
"tableRow",
|
|
9354
|
-
"tableCell",
|
|
9355
|
-
"image",
|
|
9356
|
-
"sdt"
|
|
9357
|
-
]
|
|
9358
|
-
}
|
|
9359
|
-
},
|
|
9360
|
-
"required": [
|
|
9361
|
-
"kind",
|
|
9362
|
-
"nodeType",
|
|
9363
|
-
"nodeId"
|
|
9364
|
-
],
|
|
9365
|
-
"type": "object"
|
|
9441
|
+
"type": "object",
|
|
9442
|
+
"properties": {
|
|
9443
|
+
"doc": {
|
|
9444
|
+
"type": "string"
|
|
9366
9445
|
},
|
|
9367
|
-
{
|
|
9368
|
-
"
|
|
9369
|
-
|
|
9370
|
-
|
|
9371
|
-
|
|
9372
|
-
|
|
9373
|
-
"end": {
|
|
9374
|
-
"additionalProperties": false,
|
|
9375
|
-
"properties": {
|
|
9376
|
-
"blockId": {
|
|
9377
|
-
"type": "string"
|
|
9378
|
-
},
|
|
9379
|
-
"offset": {
|
|
9380
|
-
"type": "integer"
|
|
9381
|
-
}
|
|
9382
|
-
},
|
|
9383
|
-
"required": [
|
|
9384
|
-
"blockId",
|
|
9385
|
-
"offset"
|
|
9386
|
-
],
|
|
9387
|
-
"type": "object"
|
|
9388
|
-
},
|
|
9389
|
-
"start": {
|
|
9390
|
-
"additionalProperties": false,
|
|
9391
|
-
"properties": {
|
|
9392
|
-
"blockId": {
|
|
9393
|
-
"type": "string"
|
|
9394
|
-
},
|
|
9395
|
-
"offset": {
|
|
9396
|
-
"type": "integer"
|
|
9397
|
-
}
|
|
9398
|
-
},
|
|
9399
|
-
"required": [
|
|
9400
|
-
"blockId",
|
|
9401
|
-
"offset"
|
|
9402
|
-
],
|
|
9403
|
-
"type": "object"
|
|
9404
|
-
}
|
|
9405
|
-
},
|
|
9406
|
-
"required": [
|
|
9407
|
-
"start",
|
|
9408
|
-
"end"
|
|
9409
|
-
],
|
|
9410
|
-
"type": "object"
|
|
9411
|
-
},
|
|
9412
|
-
"kind": {
|
|
9413
|
-
"const": "inline"
|
|
9414
|
-
},
|
|
9415
|
-
"nodeType": {
|
|
9416
|
-
"enum": [
|
|
9417
|
-
"run",
|
|
9418
|
-
"bookmark",
|
|
9419
|
-
"comment",
|
|
9420
|
-
"hyperlink",
|
|
9421
|
-
"sdt",
|
|
9422
|
-
"image",
|
|
9423
|
-
"footnoteRef",
|
|
9424
|
-
"tab",
|
|
9425
|
-
"lineBreak"
|
|
9426
|
-
]
|
|
9427
|
-
}
|
|
9428
|
-
},
|
|
9429
|
-
"required": [
|
|
9430
|
-
"kind",
|
|
9431
|
-
"nodeType",
|
|
9432
|
-
"anchor"
|
|
9433
|
-
],
|
|
9434
|
-
"type": "object"
|
|
9435
|
-
}
|
|
9436
|
-
]
|
|
9446
|
+
"sessionId": {
|
|
9447
|
+
"type": "string"
|
|
9448
|
+
},
|
|
9449
|
+
"address": {}
|
|
9450
|
+
},
|
|
9451
|
+
"additionalProperties": false
|
|
9437
9452
|
},
|
|
9438
9453
|
"outputSchema": {
|
|
9439
9454
|
"additionalProperties": false,
|
|
@@ -9529,28 +9544,25 @@
|
|
|
9529
9544
|
"source": "operation",
|
|
9530
9545
|
"description": "Retrieve a single node by its unique ID.",
|
|
9531
9546
|
"inputSchema": {
|
|
9532
|
-
"
|
|
9547
|
+
"type": "object",
|
|
9533
9548
|
"properties": {
|
|
9534
|
-
"
|
|
9549
|
+
"doc": {
|
|
9550
|
+
"type": "string"
|
|
9551
|
+
},
|
|
9552
|
+
"sessionId": {
|
|
9553
|
+
"type": "string"
|
|
9554
|
+
},
|
|
9555
|
+
"id": {
|
|
9535
9556
|
"type": "string"
|
|
9536
9557
|
},
|
|
9537
9558
|
"nodeType": {
|
|
9538
|
-
"
|
|
9539
|
-
"paragraph",
|
|
9540
|
-
"heading",
|
|
9541
|
-
"listItem",
|
|
9542
|
-
"table",
|
|
9543
|
-
"tableRow",
|
|
9544
|
-
"tableCell",
|
|
9545
|
-
"image",
|
|
9546
|
-
"sdt"
|
|
9547
|
-
]
|
|
9559
|
+
"type": "string"
|
|
9548
9560
|
}
|
|
9549
9561
|
},
|
|
9550
9562
|
"required": [
|
|
9551
|
-
"
|
|
9563
|
+
"id"
|
|
9552
9564
|
],
|
|
9553
|
-
"
|
|
9565
|
+
"additionalProperties": false
|
|
9554
9566
|
},
|
|
9555
9567
|
"outputSchema": {
|
|
9556
9568
|
"additionalProperties": false,
|
|
@@ -9646,9 +9658,16 @@
|
|
|
9646
9658
|
"source": "operation",
|
|
9647
9659
|
"description": "Return document metadata including revision, node count, and capabilities.",
|
|
9648
9660
|
"inputSchema": {
|
|
9649
|
-
"
|
|
9650
|
-
"properties": {
|
|
9651
|
-
|
|
9661
|
+
"type": "object",
|
|
9662
|
+
"properties": {
|
|
9663
|
+
"doc": {
|
|
9664
|
+
"type": "string"
|
|
9665
|
+
},
|
|
9666
|
+
"sessionId": {
|
|
9667
|
+
"type": "string"
|
|
9668
|
+
}
|
|
9669
|
+
},
|
|
9670
|
+
"additionalProperties": false
|
|
9652
9671
|
},
|
|
9653
9672
|
"outputSchema": {
|
|
9654
9673
|
"additionalProperties": false,
|
|
@@ -9766,49 +9785,62 @@
|
|
|
9766
9785
|
"source": "operation",
|
|
9767
9786
|
"description": "Insert text or inline content at a target position.",
|
|
9768
9787
|
"inputSchema": {
|
|
9769
|
-
"
|
|
9788
|
+
"type": "object",
|
|
9770
9789
|
"properties": {
|
|
9790
|
+
"doc": {
|
|
9791
|
+
"type": "string"
|
|
9792
|
+
},
|
|
9793
|
+
"sessionId": {
|
|
9794
|
+
"type": "string"
|
|
9795
|
+
},
|
|
9796
|
+
"force": {
|
|
9797
|
+
"type": "boolean"
|
|
9798
|
+
},
|
|
9771
9799
|
"target": {
|
|
9772
|
-
"
|
|
9800
|
+
"type": "object",
|
|
9773
9801
|
"properties": {
|
|
9774
|
-
"blockId": {
|
|
9775
|
-
"type": "string"
|
|
9776
|
-
},
|
|
9777
9802
|
"kind": {
|
|
9778
9803
|
"const": "text"
|
|
9779
9804
|
},
|
|
9805
|
+
"blockId": {
|
|
9806
|
+
"type": "string"
|
|
9807
|
+
},
|
|
9780
9808
|
"range": {
|
|
9781
|
-
"
|
|
9809
|
+
"type": "object",
|
|
9782
9810
|
"properties": {
|
|
9783
|
-
"end": {
|
|
9784
|
-
"type": "integer"
|
|
9785
|
-
},
|
|
9786
9811
|
"start": {
|
|
9787
|
-
"type": "
|
|
9812
|
+
"type": "number"
|
|
9813
|
+
},
|
|
9814
|
+
"end": {
|
|
9815
|
+
"type": "number"
|
|
9788
9816
|
}
|
|
9789
9817
|
},
|
|
9790
9818
|
"required": [
|
|
9791
9819
|
"start",
|
|
9792
9820
|
"end"
|
|
9793
|
-
]
|
|
9794
|
-
"type": "object"
|
|
9821
|
+
]
|
|
9795
9822
|
}
|
|
9796
9823
|
},
|
|
9797
9824
|
"required": [
|
|
9798
9825
|
"kind",
|
|
9799
9826
|
"blockId",
|
|
9800
9827
|
"range"
|
|
9801
|
-
]
|
|
9802
|
-
"type": "object"
|
|
9828
|
+
]
|
|
9803
9829
|
},
|
|
9804
9830
|
"text": {
|
|
9805
9831
|
"type": "string"
|
|
9832
|
+
},
|
|
9833
|
+
"blockId": {
|
|
9834
|
+
"type": "string"
|
|
9835
|
+
},
|
|
9836
|
+
"offset": {
|
|
9837
|
+
"type": "number"
|
|
9806
9838
|
}
|
|
9807
9839
|
},
|
|
9808
9840
|
"required": [
|
|
9809
9841
|
"text"
|
|
9810
9842
|
],
|
|
9811
|
-
"
|
|
9843
|
+
"additionalProperties": false
|
|
9812
9844
|
},
|
|
9813
9845
|
"outputSchema": {
|
|
9814
9846
|
"additionalProperties": false,
|
|
@@ -10092,40 +10124,47 @@
|
|
|
10092
10124
|
"source": "operation",
|
|
10093
10125
|
"description": "Replace content at a target position with new text or inline content.",
|
|
10094
10126
|
"inputSchema": {
|
|
10095
|
-
"
|
|
10127
|
+
"type": "object",
|
|
10096
10128
|
"properties": {
|
|
10129
|
+
"doc": {
|
|
10130
|
+
"type": "string"
|
|
10131
|
+
},
|
|
10132
|
+
"sessionId": {
|
|
10133
|
+
"type": "string"
|
|
10134
|
+
},
|
|
10135
|
+
"force": {
|
|
10136
|
+
"type": "boolean"
|
|
10137
|
+
},
|
|
10097
10138
|
"target": {
|
|
10098
|
-
"
|
|
10139
|
+
"type": "object",
|
|
10099
10140
|
"properties": {
|
|
10100
|
-
"blockId": {
|
|
10101
|
-
"type": "string"
|
|
10102
|
-
},
|
|
10103
10141
|
"kind": {
|
|
10104
10142
|
"const": "text"
|
|
10105
10143
|
},
|
|
10144
|
+
"blockId": {
|
|
10145
|
+
"type": "string"
|
|
10146
|
+
},
|
|
10106
10147
|
"range": {
|
|
10107
|
-
"
|
|
10148
|
+
"type": "object",
|
|
10108
10149
|
"properties": {
|
|
10109
|
-
"end": {
|
|
10110
|
-
"type": "integer"
|
|
10111
|
-
},
|
|
10112
10150
|
"start": {
|
|
10113
|
-
"type": "
|
|
10151
|
+
"type": "number"
|
|
10152
|
+
},
|
|
10153
|
+
"end": {
|
|
10154
|
+
"type": "number"
|
|
10114
10155
|
}
|
|
10115
10156
|
},
|
|
10116
10157
|
"required": [
|
|
10117
10158
|
"start",
|
|
10118
10159
|
"end"
|
|
10119
|
-
]
|
|
10120
|
-
"type": "object"
|
|
10160
|
+
]
|
|
10121
10161
|
}
|
|
10122
10162
|
},
|
|
10123
10163
|
"required": [
|
|
10124
10164
|
"kind",
|
|
10125
10165
|
"blockId",
|
|
10126
10166
|
"range"
|
|
10127
|
-
]
|
|
10128
|
-
"type": "object"
|
|
10167
|
+
]
|
|
10129
10168
|
},
|
|
10130
10169
|
"text": {
|
|
10131
10170
|
"type": "string"
|
|
@@ -10135,7 +10174,7 @@
|
|
|
10135
10174
|
"target",
|
|
10136
10175
|
"text"
|
|
10137
10176
|
],
|
|
10138
|
-
"
|
|
10177
|
+
"additionalProperties": false
|
|
10139
10178
|
},
|
|
10140
10179
|
"outputSchema": {
|
|
10141
10180
|
"additionalProperties": false,
|
|
@@ -10419,46 +10458,53 @@
|
|
|
10419
10458
|
"source": "operation",
|
|
10420
10459
|
"description": "Delete content at a target position.",
|
|
10421
10460
|
"inputSchema": {
|
|
10422
|
-
"
|
|
10461
|
+
"type": "object",
|
|
10423
10462
|
"properties": {
|
|
10463
|
+
"doc": {
|
|
10464
|
+
"type": "string"
|
|
10465
|
+
},
|
|
10466
|
+
"sessionId": {
|
|
10467
|
+
"type": "string"
|
|
10468
|
+
},
|
|
10469
|
+
"force": {
|
|
10470
|
+
"type": "boolean"
|
|
10471
|
+
},
|
|
10424
10472
|
"target": {
|
|
10425
|
-
"
|
|
10473
|
+
"type": "object",
|
|
10426
10474
|
"properties": {
|
|
10427
|
-
"blockId": {
|
|
10428
|
-
"type": "string"
|
|
10429
|
-
},
|
|
10430
10475
|
"kind": {
|
|
10431
10476
|
"const": "text"
|
|
10432
10477
|
},
|
|
10478
|
+
"blockId": {
|
|
10479
|
+
"type": "string"
|
|
10480
|
+
},
|
|
10433
10481
|
"range": {
|
|
10434
|
-
"
|
|
10482
|
+
"type": "object",
|
|
10435
10483
|
"properties": {
|
|
10436
|
-
"end": {
|
|
10437
|
-
"type": "integer"
|
|
10438
|
-
},
|
|
10439
10484
|
"start": {
|
|
10440
|
-
"type": "
|
|
10485
|
+
"type": "number"
|
|
10486
|
+
},
|
|
10487
|
+
"end": {
|
|
10488
|
+
"type": "number"
|
|
10441
10489
|
}
|
|
10442
10490
|
},
|
|
10443
10491
|
"required": [
|
|
10444
10492
|
"start",
|
|
10445
10493
|
"end"
|
|
10446
|
-
]
|
|
10447
|
-
"type": "object"
|
|
10494
|
+
]
|
|
10448
10495
|
}
|
|
10449
10496
|
},
|
|
10450
10497
|
"required": [
|
|
10451
10498
|
"kind",
|
|
10452
10499
|
"blockId",
|
|
10453
10500
|
"range"
|
|
10454
|
-
]
|
|
10455
|
-
"type": "object"
|
|
10501
|
+
]
|
|
10456
10502
|
}
|
|
10457
10503
|
},
|
|
10458
10504
|
"required": [
|
|
10459
10505
|
"target"
|
|
10460
10506
|
],
|
|
10461
|
-
"
|
|
10507
|
+
"additionalProperties": false
|
|
10462
10508
|
},
|
|
10463
10509
|
"outputSchema": {
|
|
10464
10510
|
"additionalProperties": false,
|
|
@@ -10741,46 +10787,53 @@
|
|
|
10741
10787
|
"source": "operation",
|
|
10742
10788
|
"description": "Toggle bold formatting on the target range.",
|
|
10743
10789
|
"inputSchema": {
|
|
10744
|
-
"
|
|
10790
|
+
"type": "object",
|
|
10745
10791
|
"properties": {
|
|
10792
|
+
"doc": {
|
|
10793
|
+
"type": "string"
|
|
10794
|
+
},
|
|
10795
|
+
"sessionId": {
|
|
10796
|
+
"type": "string"
|
|
10797
|
+
},
|
|
10798
|
+
"force": {
|
|
10799
|
+
"type": "boolean"
|
|
10800
|
+
},
|
|
10746
10801
|
"target": {
|
|
10747
|
-
"
|
|
10802
|
+
"type": "object",
|
|
10748
10803
|
"properties": {
|
|
10749
|
-
"blockId": {
|
|
10750
|
-
"type": "string"
|
|
10751
|
-
},
|
|
10752
10804
|
"kind": {
|
|
10753
10805
|
"const": "text"
|
|
10754
10806
|
},
|
|
10807
|
+
"blockId": {
|
|
10808
|
+
"type": "string"
|
|
10809
|
+
},
|
|
10755
10810
|
"range": {
|
|
10756
|
-
"
|
|
10811
|
+
"type": "object",
|
|
10757
10812
|
"properties": {
|
|
10758
|
-
"end": {
|
|
10759
|
-
"type": "integer"
|
|
10760
|
-
},
|
|
10761
10813
|
"start": {
|
|
10762
|
-
"type": "
|
|
10814
|
+
"type": "number"
|
|
10815
|
+
},
|
|
10816
|
+
"end": {
|
|
10817
|
+
"type": "number"
|
|
10763
10818
|
}
|
|
10764
10819
|
},
|
|
10765
10820
|
"required": [
|
|
10766
10821
|
"start",
|
|
10767
10822
|
"end"
|
|
10768
|
-
]
|
|
10769
|
-
"type": "object"
|
|
10823
|
+
]
|
|
10770
10824
|
}
|
|
10771
10825
|
},
|
|
10772
10826
|
"required": [
|
|
10773
10827
|
"kind",
|
|
10774
10828
|
"blockId",
|
|
10775
10829
|
"range"
|
|
10776
|
-
]
|
|
10777
|
-
"type": "object"
|
|
10830
|
+
]
|
|
10778
10831
|
}
|
|
10779
10832
|
},
|
|
10780
10833
|
"required": [
|
|
10781
10834
|
"target"
|
|
10782
10835
|
],
|
|
10783
|
-
"
|
|
10836
|
+
"additionalProperties": false
|
|
10784
10837
|
},
|
|
10785
10838
|
"outputSchema": {
|
|
10786
10839
|
"additionalProperties": false,
|
|
@@ -11064,46 +11117,53 @@
|
|
|
11064
11117
|
"source": "operation",
|
|
11065
11118
|
"description": "Toggle italic formatting on the target range.",
|
|
11066
11119
|
"inputSchema": {
|
|
11067
|
-
"
|
|
11120
|
+
"type": "object",
|
|
11068
11121
|
"properties": {
|
|
11122
|
+
"doc": {
|
|
11123
|
+
"type": "string"
|
|
11124
|
+
},
|
|
11125
|
+
"sessionId": {
|
|
11126
|
+
"type": "string"
|
|
11127
|
+
},
|
|
11128
|
+
"force": {
|
|
11129
|
+
"type": "boolean"
|
|
11130
|
+
},
|
|
11069
11131
|
"target": {
|
|
11070
|
-
"
|
|
11132
|
+
"type": "object",
|
|
11071
11133
|
"properties": {
|
|
11072
|
-
"blockId": {
|
|
11073
|
-
"type": "string"
|
|
11074
|
-
},
|
|
11075
11134
|
"kind": {
|
|
11076
11135
|
"const": "text"
|
|
11077
11136
|
},
|
|
11137
|
+
"blockId": {
|
|
11138
|
+
"type": "string"
|
|
11139
|
+
},
|
|
11078
11140
|
"range": {
|
|
11079
|
-
"
|
|
11141
|
+
"type": "object",
|
|
11080
11142
|
"properties": {
|
|
11081
|
-
"end": {
|
|
11082
|
-
"type": "integer"
|
|
11083
|
-
},
|
|
11084
11143
|
"start": {
|
|
11085
|
-
"type": "
|
|
11144
|
+
"type": "number"
|
|
11145
|
+
},
|
|
11146
|
+
"end": {
|
|
11147
|
+
"type": "number"
|
|
11086
11148
|
}
|
|
11087
11149
|
},
|
|
11088
11150
|
"required": [
|
|
11089
11151
|
"start",
|
|
11090
11152
|
"end"
|
|
11091
|
-
]
|
|
11092
|
-
"type": "object"
|
|
11153
|
+
]
|
|
11093
11154
|
}
|
|
11094
11155
|
},
|
|
11095
11156
|
"required": [
|
|
11096
11157
|
"kind",
|
|
11097
11158
|
"blockId",
|
|
11098
11159
|
"range"
|
|
11099
|
-
]
|
|
11100
|
-
"type": "object"
|
|
11160
|
+
]
|
|
11101
11161
|
}
|
|
11102
11162
|
},
|
|
11103
11163
|
"required": [
|
|
11104
11164
|
"target"
|
|
11105
11165
|
],
|
|
11106
|
-
"
|
|
11166
|
+
"additionalProperties": false
|
|
11107
11167
|
},
|
|
11108
11168
|
"outputSchema": {
|
|
11109
11169
|
"additionalProperties": false,
|
|
@@ -11387,46 +11447,53 @@
|
|
|
11387
11447
|
"source": "operation",
|
|
11388
11448
|
"description": "Toggle underline formatting on the target range.",
|
|
11389
11449
|
"inputSchema": {
|
|
11390
|
-
"
|
|
11450
|
+
"type": "object",
|
|
11391
11451
|
"properties": {
|
|
11452
|
+
"doc": {
|
|
11453
|
+
"type": "string"
|
|
11454
|
+
},
|
|
11455
|
+
"sessionId": {
|
|
11456
|
+
"type": "string"
|
|
11457
|
+
},
|
|
11458
|
+
"force": {
|
|
11459
|
+
"type": "boolean"
|
|
11460
|
+
},
|
|
11392
11461
|
"target": {
|
|
11393
|
-
"
|
|
11462
|
+
"type": "object",
|
|
11394
11463
|
"properties": {
|
|
11395
|
-
"blockId": {
|
|
11396
|
-
"type": "string"
|
|
11397
|
-
},
|
|
11398
11464
|
"kind": {
|
|
11399
11465
|
"const": "text"
|
|
11400
11466
|
},
|
|
11467
|
+
"blockId": {
|
|
11468
|
+
"type": "string"
|
|
11469
|
+
},
|
|
11401
11470
|
"range": {
|
|
11402
|
-
"
|
|
11471
|
+
"type": "object",
|
|
11403
11472
|
"properties": {
|
|
11404
|
-
"end": {
|
|
11405
|
-
"type": "integer"
|
|
11406
|
-
},
|
|
11407
11473
|
"start": {
|
|
11408
|
-
"type": "
|
|
11474
|
+
"type": "number"
|
|
11475
|
+
},
|
|
11476
|
+
"end": {
|
|
11477
|
+
"type": "number"
|
|
11409
11478
|
}
|
|
11410
11479
|
},
|
|
11411
11480
|
"required": [
|
|
11412
11481
|
"start",
|
|
11413
11482
|
"end"
|
|
11414
|
-
]
|
|
11415
|
-
"type": "object"
|
|
11483
|
+
]
|
|
11416
11484
|
}
|
|
11417
11485
|
},
|
|
11418
11486
|
"required": [
|
|
11419
11487
|
"kind",
|
|
11420
11488
|
"blockId",
|
|
11421
11489
|
"range"
|
|
11422
|
-
]
|
|
11423
|
-
"type": "object"
|
|
11490
|
+
]
|
|
11424
11491
|
}
|
|
11425
11492
|
},
|
|
11426
11493
|
"required": [
|
|
11427
11494
|
"target"
|
|
11428
11495
|
],
|
|
11429
|
-
"
|
|
11496
|
+
"additionalProperties": false
|
|
11430
11497
|
},
|
|
11431
11498
|
"outputSchema": {
|
|
11432
11499
|
"additionalProperties": false,
|
|
@@ -11710,46 +11777,53 @@
|
|
|
11710
11777
|
"source": "operation",
|
|
11711
11778
|
"description": "Toggle strikethrough formatting on the target range.",
|
|
11712
11779
|
"inputSchema": {
|
|
11713
|
-
"
|
|
11780
|
+
"type": "object",
|
|
11714
11781
|
"properties": {
|
|
11782
|
+
"doc": {
|
|
11783
|
+
"type": "string"
|
|
11784
|
+
},
|
|
11785
|
+
"sessionId": {
|
|
11786
|
+
"type": "string"
|
|
11787
|
+
},
|
|
11788
|
+
"force": {
|
|
11789
|
+
"type": "boolean"
|
|
11790
|
+
},
|
|
11715
11791
|
"target": {
|
|
11716
|
-
"
|
|
11792
|
+
"type": "object",
|
|
11717
11793
|
"properties": {
|
|
11718
|
-
"blockId": {
|
|
11719
|
-
"type": "string"
|
|
11720
|
-
},
|
|
11721
11794
|
"kind": {
|
|
11722
11795
|
"const": "text"
|
|
11723
11796
|
},
|
|
11797
|
+
"blockId": {
|
|
11798
|
+
"type": "string"
|
|
11799
|
+
},
|
|
11724
11800
|
"range": {
|
|
11725
|
-
"
|
|
11801
|
+
"type": "object",
|
|
11726
11802
|
"properties": {
|
|
11727
|
-
"end": {
|
|
11728
|
-
"type": "integer"
|
|
11729
|
-
},
|
|
11730
11803
|
"start": {
|
|
11731
|
-
"type": "
|
|
11804
|
+
"type": "number"
|
|
11805
|
+
},
|
|
11806
|
+
"end": {
|
|
11807
|
+
"type": "number"
|
|
11732
11808
|
}
|
|
11733
11809
|
},
|
|
11734
11810
|
"required": [
|
|
11735
11811
|
"start",
|
|
11736
11812
|
"end"
|
|
11737
|
-
]
|
|
11738
|
-
"type": "object"
|
|
11813
|
+
]
|
|
11739
11814
|
}
|
|
11740
11815
|
},
|
|
11741
11816
|
"required": [
|
|
11742
11817
|
"kind",
|
|
11743
11818
|
"blockId",
|
|
11744
11819
|
"range"
|
|
11745
|
-
]
|
|
11746
|
-
"type": "object"
|
|
11820
|
+
]
|
|
11747
11821
|
}
|
|
11748
11822
|
},
|
|
11749
11823
|
"required": [
|
|
11750
11824
|
"target"
|
|
11751
11825
|
],
|
|
11752
|
-
"
|
|
11826
|
+
"additionalProperties": false
|
|
11753
11827
|
},
|
|
11754
11828
|
"outputSchema": {
|
|
11755
11829
|
"additionalProperties": false,
|
|
@@ -12033,12 +12107,21 @@
|
|
|
12033
12107
|
"source": "operation",
|
|
12034
12108
|
"description": "Create a new paragraph at the target position.",
|
|
12035
12109
|
"inputSchema": {
|
|
12036
|
-
"
|
|
12110
|
+
"type": "object",
|
|
12037
12111
|
"properties": {
|
|
12112
|
+
"doc": {
|
|
12113
|
+
"type": "string"
|
|
12114
|
+
},
|
|
12115
|
+
"sessionId": {
|
|
12116
|
+
"type": "string"
|
|
12117
|
+
},
|
|
12118
|
+
"force": {
|
|
12119
|
+
"type": "boolean"
|
|
12120
|
+
},
|
|
12038
12121
|
"at": {
|
|
12039
12122
|
"oneOf": [
|
|
12040
12123
|
{
|
|
12041
|
-
"
|
|
12124
|
+
"type": "object",
|
|
12042
12125
|
"properties": {
|
|
12043
12126
|
"kind": {
|
|
12044
12127
|
"const": "documentStart"
|
|
@@ -12046,11 +12129,10 @@
|
|
|
12046
12129
|
},
|
|
12047
12130
|
"required": [
|
|
12048
12131
|
"kind"
|
|
12049
|
-
]
|
|
12050
|
-
"type": "object"
|
|
12132
|
+
]
|
|
12051
12133
|
},
|
|
12052
12134
|
{
|
|
12053
|
-
"
|
|
12135
|
+
"type": "object",
|
|
12054
12136
|
"properties": {
|
|
12055
12137
|
"kind": {
|
|
12056
12138
|
"const": "documentEnd"
|
|
@@ -12058,100 +12140,128 @@
|
|
|
12058
12140
|
},
|
|
12059
12141
|
"required": [
|
|
12060
12142
|
"kind"
|
|
12061
|
-
]
|
|
12062
|
-
"type": "object"
|
|
12143
|
+
]
|
|
12063
12144
|
},
|
|
12064
12145
|
{
|
|
12065
|
-
"
|
|
12146
|
+
"type": "object",
|
|
12066
12147
|
"properties": {
|
|
12067
12148
|
"kind": {
|
|
12068
12149
|
"const": "before"
|
|
12069
12150
|
},
|
|
12070
12151
|
"target": {
|
|
12071
|
-
"
|
|
12152
|
+
"type": "object",
|
|
12072
12153
|
"properties": {
|
|
12073
12154
|
"kind": {
|
|
12074
12155
|
"const": "block"
|
|
12075
12156
|
},
|
|
12076
|
-
"nodeId": {
|
|
12077
|
-
"type": "string"
|
|
12078
|
-
},
|
|
12079
12157
|
"nodeType": {
|
|
12080
|
-
"
|
|
12081
|
-
|
|
12082
|
-
|
|
12083
|
-
|
|
12084
|
-
|
|
12085
|
-
|
|
12086
|
-
|
|
12087
|
-
|
|
12088
|
-
|
|
12158
|
+
"oneOf": [
|
|
12159
|
+
{
|
|
12160
|
+
"const": "paragraph"
|
|
12161
|
+
},
|
|
12162
|
+
{
|
|
12163
|
+
"const": "heading"
|
|
12164
|
+
},
|
|
12165
|
+
{
|
|
12166
|
+
"const": "listItem"
|
|
12167
|
+
},
|
|
12168
|
+
{
|
|
12169
|
+
"const": "table"
|
|
12170
|
+
},
|
|
12171
|
+
{
|
|
12172
|
+
"const": "tableRow"
|
|
12173
|
+
},
|
|
12174
|
+
{
|
|
12175
|
+
"const": "tableCell"
|
|
12176
|
+
},
|
|
12177
|
+
{
|
|
12178
|
+
"const": "image"
|
|
12179
|
+
},
|
|
12180
|
+
{
|
|
12181
|
+
"const": "sdt"
|
|
12182
|
+
}
|
|
12089
12183
|
]
|
|
12184
|
+
},
|
|
12185
|
+
"nodeId": {
|
|
12186
|
+
"type": "string"
|
|
12090
12187
|
}
|
|
12091
12188
|
},
|
|
12092
12189
|
"required": [
|
|
12093
12190
|
"kind",
|
|
12094
12191
|
"nodeType",
|
|
12095
12192
|
"nodeId"
|
|
12096
|
-
]
|
|
12097
|
-
"type": "object"
|
|
12193
|
+
]
|
|
12098
12194
|
}
|
|
12099
12195
|
},
|
|
12100
12196
|
"required": [
|
|
12101
12197
|
"kind",
|
|
12102
12198
|
"target"
|
|
12103
|
-
]
|
|
12104
|
-
"type": "object"
|
|
12199
|
+
]
|
|
12105
12200
|
},
|
|
12106
12201
|
{
|
|
12107
|
-
"
|
|
12202
|
+
"type": "object",
|
|
12108
12203
|
"properties": {
|
|
12109
12204
|
"kind": {
|
|
12110
12205
|
"const": "after"
|
|
12111
12206
|
},
|
|
12112
12207
|
"target": {
|
|
12113
|
-
"
|
|
12208
|
+
"type": "object",
|
|
12114
12209
|
"properties": {
|
|
12115
12210
|
"kind": {
|
|
12116
12211
|
"const": "block"
|
|
12117
12212
|
},
|
|
12118
|
-
"nodeId": {
|
|
12119
|
-
"type": "string"
|
|
12120
|
-
},
|
|
12121
12213
|
"nodeType": {
|
|
12122
|
-
"
|
|
12123
|
-
|
|
12124
|
-
|
|
12125
|
-
|
|
12126
|
-
|
|
12127
|
-
|
|
12128
|
-
|
|
12129
|
-
|
|
12130
|
-
|
|
12214
|
+
"oneOf": [
|
|
12215
|
+
{
|
|
12216
|
+
"const": "paragraph"
|
|
12217
|
+
},
|
|
12218
|
+
{
|
|
12219
|
+
"const": "heading"
|
|
12220
|
+
},
|
|
12221
|
+
{
|
|
12222
|
+
"const": "listItem"
|
|
12223
|
+
},
|
|
12224
|
+
{
|
|
12225
|
+
"const": "table"
|
|
12226
|
+
},
|
|
12227
|
+
{
|
|
12228
|
+
"const": "tableRow"
|
|
12229
|
+
},
|
|
12230
|
+
{
|
|
12231
|
+
"const": "tableCell"
|
|
12232
|
+
},
|
|
12233
|
+
{
|
|
12234
|
+
"const": "image"
|
|
12235
|
+
},
|
|
12236
|
+
{
|
|
12237
|
+
"const": "sdt"
|
|
12238
|
+
}
|
|
12131
12239
|
]
|
|
12240
|
+
},
|
|
12241
|
+
"nodeId": {
|
|
12242
|
+
"type": "string"
|
|
12132
12243
|
}
|
|
12133
12244
|
},
|
|
12134
12245
|
"required": [
|
|
12135
12246
|
"kind",
|
|
12136
12247
|
"nodeType",
|
|
12137
12248
|
"nodeId"
|
|
12138
|
-
]
|
|
12139
|
-
"type": "object"
|
|
12249
|
+
]
|
|
12140
12250
|
}
|
|
12141
12251
|
},
|
|
12142
12252
|
"required": [
|
|
12143
12253
|
"kind",
|
|
12144
12254
|
"target"
|
|
12145
|
-
]
|
|
12146
|
-
"type": "object"
|
|
12255
|
+
]
|
|
12147
12256
|
}
|
|
12148
12257
|
]
|
|
12149
12258
|
},
|
|
12150
12259
|
"text": {
|
|
12151
12260
|
"type": "string"
|
|
12152
|
-
}
|
|
12261
|
+
},
|
|
12262
|
+
"input": {}
|
|
12153
12263
|
},
|
|
12154
|
-
"
|
|
12264
|
+
"additionalProperties": false
|
|
12155
12265
|
},
|
|
12156
12266
|
"outputSchema": {
|
|
12157
12267
|
"additionalProperties": false,
|
|
@@ -12276,57 +12386,76 @@
|
|
|
12276
12386
|
"source": "operation",
|
|
12277
12387
|
"description": "List all list nodes in the document, optionally filtered by scope.",
|
|
12278
12388
|
"inputSchema": {
|
|
12279
|
-
"
|
|
12389
|
+
"type": "object",
|
|
12280
12390
|
"properties": {
|
|
12281
|
-
"
|
|
12282
|
-
"
|
|
12283
|
-
"ordered",
|
|
12284
|
-
"bullet"
|
|
12285
|
-
]
|
|
12286
|
-
},
|
|
12287
|
-
"level": {
|
|
12288
|
-
"type": "integer"
|
|
12289
|
-
},
|
|
12290
|
-
"limit": {
|
|
12291
|
-
"type": "integer"
|
|
12292
|
-
},
|
|
12293
|
-
"offset": {
|
|
12294
|
-
"type": "integer"
|
|
12391
|
+
"doc": {
|
|
12392
|
+
"type": "string"
|
|
12295
12393
|
},
|
|
12296
|
-
"
|
|
12297
|
-
"type": "
|
|
12394
|
+
"sessionId": {
|
|
12395
|
+
"type": "string"
|
|
12298
12396
|
},
|
|
12299
12397
|
"within": {
|
|
12300
|
-
"
|
|
12398
|
+
"type": "object",
|
|
12301
12399
|
"properties": {
|
|
12302
12400
|
"kind": {
|
|
12303
12401
|
"const": "block"
|
|
12304
12402
|
},
|
|
12305
|
-
"nodeId": {
|
|
12306
|
-
"type": "string"
|
|
12307
|
-
},
|
|
12308
12403
|
"nodeType": {
|
|
12309
|
-
"
|
|
12310
|
-
|
|
12311
|
-
|
|
12312
|
-
|
|
12313
|
-
|
|
12314
|
-
|
|
12315
|
-
|
|
12316
|
-
|
|
12317
|
-
|
|
12404
|
+
"oneOf": [
|
|
12405
|
+
{
|
|
12406
|
+
"const": "paragraph"
|
|
12407
|
+
},
|
|
12408
|
+
{
|
|
12409
|
+
"const": "heading"
|
|
12410
|
+
},
|
|
12411
|
+
{
|
|
12412
|
+
"const": "listItem"
|
|
12413
|
+
},
|
|
12414
|
+
{
|
|
12415
|
+
"const": "table"
|
|
12416
|
+
},
|
|
12417
|
+
{
|
|
12418
|
+
"const": "tableRow"
|
|
12419
|
+
},
|
|
12420
|
+
{
|
|
12421
|
+
"const": "tableCell"
|
|
12422
|
+
},
|
|
12423
|
+
{
|
|
12424
|
+
"const": "image"
|
|
12425
|
+
},
|
|
12426
|
+
{
|
|
12427
|
+
"const": "sdt"
|
|
12428
|
+
}
|
|
12318
12429
|
]
|
|
12430
|
+
},
|
|
12431
|
+
"nodeId": {
|
|
12432
|
+
"type": "string"
|
|
12319
12433
|
}
|
|
12320
12434
|
},
|
|
12321
12435
|
"required": [
|
|
12322
12436
|
"kind",
|
|
12323
12437
|
"nodeType",
|
|
12324
12438
|
"nodeId"
|
|
12325
|
-
]
|
|
12326
|
-
|
|
12327
|
-
|
|
12439
|
+
]
|
|
12440
|
+
},
|
|
12441
|
+
"limit": {
|
|
12442
|
+
"type": "number"
|
|
12443
|
+
},
|
|
12444
|
+
"offset": {
|
|
12445
|
+
"type": "number"
|
|
12446
|
+
},
|
|
12447
|
+
"kind": {
|
|
12448
|
+
"type": "string"
|
|
12449
|
+
},
|
|
12450
|
+
"level": {
|
|
12451
|
+
"type": "number"
|
|
12452
|
+
},
|
|
12453
|
+
"ordinal": {
|
|
12454
|
+
"type": "number"
|
|
12455
|
+
},
|
|
12456
|
+
"query": {}
|
|
12328
12457
|
},
|
|
12329
|
-
"
|
|
12458
|
+
"additionalProperties": false
|
|
12330
12459
|
},
|
|
12331
12460
|
"outputSchema": {
|
|
12332
12461
|
"additionalProperties": false,
|
|
@@ -12477,33 +12606,38 @@
|
|
|
12477
12606
|
"source": "operation",
|
|
12478
12607
|
"description": "Retrieve a specific list node by target.",
|
|
12479
12608
|
"inputSchema": {
|
|
12480
|
-
"
|
|
12609
|
+
"type": "object",
|
|
12481
12610
|
"properties": {
|
|
12611
|
+
"doc": {
|
|
12612
|
+
"type": "string"
|
|
12613
|
+
},
|
|
12614
|
+
"sessionId": {
|
|
12615
|
+
"type": "string"
|
|
12616
|
+
},
|
|
12482
12617
|
"address": {
|
|
12483
|
-
"
|
|
12618
|
+
"type": "object",
|
|
12484
12619
|
"properties": {
|
|
12485
12620
|
"kind": {
|
|
12486
12621
|
"const": "block"
|
|
12487
12622
|
},
|
|
12488
|
-
"nodeId": {
|
|
12489
|
-
"type": "string"
|
|
12490
|
-
},
|
|
12491
12623
|
"nodeType": {
|
|
12492
12624
|
"const": "listItem"
|
|
12625
|
+
},
|
|
12626
|
+
"nodeId": {
|
|
12627
|
+
"type": "string"
|
|
12493
12628
|
}
|
|
12494
12629
|
},
|
|
12495
12630
|
"required": [
|
|
12496
12631
|
"kind",
|
|
12497
12632
|
"nodeType",
|
|
12498
12633
|
"nodeId"
|
|
12499
|
-
]
|
|
12500
|
-
"type": "object"
|
|
12634
|
+
]
|
|
12501
12635
|
}
|
|
12502
12636
|
},
|
|
12503
12637
|
"required": [
|
|
12504
12638
|
"address"
|
|
12505
12639
|
],
|
|
12506
|
-
"
|
|
12640
|
+
"additionalProperties": false
|
|
12507
12641
|
},
|
|
12508
12642
|
"outputSchema": {
|
|
12509
12643
|
"additionalProperties": false,
|
|
@@ -12586,43 +12720,45 @@
|
|
|
12586
12720
|
"source": "operation",
|
|
12587
12721
|
"description": "Insert a new list at the target position.",
|
|
12588
12722
|
"inputSchema": {
|
|
12589
|
-
"
|
|
12723
|
+
"type": "object",
|
|
12590
12724
|
"properties": {
|
|
12591
|
-
"
|
|
12592
|
-
"
|
|
12593
|
-
|
|
12594
|
-
|
|
12595
|
-
|
|
12725
|
+
"doc": {
|
|
12726
|
+
"type": "string"
|
|
12727
|
+
},
|
|
12728
|
+
"sessionId": {
|
|
12729
|
+
"type": "string"
|
|
12730
|
+
},
|
|
12731
|
+
"force": {
|
|
12732
|
+
"type": "boolean"
|
|
12596
12733
|
},
|
|
12597
12734
|
"target": {
|
|
12598
|
-
"
|
|
12735
|
+
"type": "object",
|
|
12599
12736
|
"properties": {
|
|
12600
12737
|
"kind": {
|
|
12601
12738
|
"const": "block"
|
|
12602
12739
|
},
|
|
12603
|
-
"nodeId": {
|
|
12604
|
-
"type": "string"
|
|
12605
|
-
},
|
|
12606
12740
|
"nodeType": {
|
|
12607
12741
|
"const": "listItem"
|
|
12742
|
+
},
|
|
12743
|
+
"nodeId": {
|
|
12744
|
+
"type": "string"
|
|
12608
12745
|
}
|
|
12609
12746
|
},
|
|
12610
12747
|
"required": [
|
|
12611
12748
|
"kind",
|
|
12612
12749
|
"nodeType",
|
|
12613
12750
|
"nodeId"
|
|
12614
|
-
]
|
|
12615
|
-
|
|
12751
|
+
]
|
|
12752
|
+
},
|
|
12753
|
+
"position": {
|
|
12754
|
+
"type": "string"
|
|
12616
12755
|
},
|
|
12617
12756
|
"text": {
|
|
12618
12757
|
"type": "string"
|
|
12619
|
-
}
|
|
12758
|
+
},
|
|
12759
|
+
"input": {}
|
|
12620
12760
|
},
|
|
12621
|
-
"
|
|
12622
|
-
"target",
|
|
12623
|
-
"position"
|
|
12624
|
-
],
|
|
12625
|
-
"type": "object"
|
|
12761
|
+
"additionalProperties": false
|
|
12626
12762
|
},
|
|
12627
12763
|
"outputSchema": {
|
|
12628
12764
|
"additionalProperties": false,
|
|
@@ -12748,40 +12884,42 @@
|
|
|
12748
12884
|
"source": "operation",
|
|
12749
12885
|
"description": "Change the list type (ordered, unordered) of a target list.",
|
|
12750
12886
|
"inputSchema": {
|
|
12751
|
-
"
|
|
12887
|
+
"type": "object",
|
|
12752
12888
|
"properties": {
|
|
12753
|
-
"
|
|
12754
|
-
"
|
|
12755
|
-
|
|
12756
|
-
|
|
12757
|
-
|
|
12889
|
+
"doc": {
|
|
12890
|
+
"type": "string"
|
|
12891
|
+
},
|
|
12892
|
+
"sessionId": {
|
|
12893
|
+
"type": "string"
|
|
12894
|
+
},
|
|
12895
|
+
"force": {
|
|
12896
|
+
"type": "boolean"
|
|
12758
12897
|
},
|
|
12759
12898
|
"target": {
|
|
12760
|
-
"
|
|
12899
|
+
"type": "object",
|
|
12761
12900
|
"properties": {
|
|
12762
12901
|
"kind": {
|
|
12763
12902
|
"const": "block"
|
|
12764
12903
|
},
|
|
12765
|
-
"nodeId": {
|
|
12766
|
-
"type": "string"
|
|
12767
|
-
},
|
|
12768
12904
|
"nodeType": {
|
|
12769
12905
|
"const": "listItem"
|
|
12906
|
+
},
|
|
12907
|
+
"nodeId": {
|
|
12908
|
+
"type": "string"
|
|
12770
12909
|
}
|
|
12771
12910
|
},
|
|
12772
12911
|
"required": [
|
|
12773
12912
|
"kind",
|
|
12774
12913
|
"nodeType",
|
|
12775
12914
|
"nodeId"
|
|
12776
|
-
]
|
|
12777
|
-
|
|
12778
|
-
|
|
12915
|
+
]
|
|
12916
|
+
},
|
|
12917
|
+
"kind": {
|
|
12918
|
+
"type": "string"
|
|
12919
|
+
},
|
|
12920
|
+
"input": {}
|
|
12779
12921
|
},
|
|
12780
|
-
"
|
|
12781
|
-
"target",
|
|
12782
|
-
"kind"
|
|
12783
|
-
],
|
|
12784
|
-
"type": "object"
|
|
12922
|
+
"additionalProperties": false
|
|
12785
12923
|
},
|
|
12786
12924
|
"outputSchema": {
|
|
12787
12925
|
"additionalProperties": false,
|
|
@@ -12851,33 +12989,39 @@
|
|
|
12851
12989
|
"source": "operation",
|
|
12852
12990
|
"description": "Increase the indentation level of a list item.",
|
|
12853
12991
|
"inputSchema": {
|
|
12854
|
-
"
|
|
12992
|
+
"type": "object",
|
|
12855
12993
|
"properties": {
|
|
12994
|
+
"doc": {
|
|
12995
|
+
"type": "string"
|
|
12996
|
+
},
|
|
12997
|
+
"sessionId": {
|
|
12998
|
+
"type": "string"
|
|
12999
|
+
},
|
|
13000
|
+
"force": {
|
|
13001
|
+
"type": "boolean"
|
|
13002
|
+
},
|
|
12856
13003
|
"target": {
|
|
12857
|
-
"
|
|
13004
|
+
"type": "object",
|
|
12858
13005
|
"properties": {
|
|
12859
13006
|
"kind": {
|
|
12860
13007
|
"const": "block"
|
|
12861
13008
|
},
|
|
12862
|
-
"nodeId": {
|
|
12863
|
-
"type": "string"
|
|
12864
|
-
},
|
|
12865
13009
|
"nodeType": {
|
|
12866
13010
|
"const": "listItem"
|
|
13011
|
+
},
|
|
13012
|
+
"nodeId": {
|
|
13013
|
+
"type": "string"
|
|
12867
13014
|
}
|
|
12868
13015
|
},
|
|
12869
13016
|
"required": [
|
|
12870
13017
|
"kind",
|
|
12871
13018
|
"nodeType",
|
|
12872
13019
|
"nodeId"
|
|
12873
|
-
]
|
|
12874
|
-
|
|
12875
|
-
}
|
|
13020
|
+
]
|
|
13021
|
+
},
|
|
13022
|
+
"input": {}
|
|
12876
13023
|
},
|
|
12877
|
-
"
|
|
12878
|
-
"target"
|
|
12879
|
-
],
|
|
12880
|
-
"type": "object"
|
|
13024
|
+
"additionalProperties": false
|
|
12881
13025
|
},
|
|
12882
13026
|
"outputSchema": {
|
|
12883
13027
|
"additionalProperties": false,
|
|
@@ -12947,33 +13091,39 @@
|
|
|
12947
13091
|
"source": "operation",
|
|
12948
13092
|
"description": "Decrease the indentation level of a list item.",
|
|
12949
13093
|
"inputSchema": {
|
|
12950
|
-
"
|
|
13094
|
+
"type": "object",
|
|
12951
13095
|
"properties": {
|
|
13096
|
+
"doc": {
|
|
13097
|
+
"type": "string"
|
|
13098
|
+
},
|
|
13099
|
+
"sessionId": {
|
|
13100
|
+
"type": "string"
|
|
13101
|
+
},
|
|
13102
|
+
"force": {
|
|
13103
|
+
"type": "boolean"
|
|
13104
|
+
},
|
|
12952
13105
|
"target": {
|
|
12953
|
-
"
|
|
13106
|
+
"type": "object",
|
|
12954
13107
|
"properties": {
|
|
12955
13108
|
"kind": {
|
|
12956
13109
|
"const": "block"
|
|
12957
13110
|
},
|
|
12958
|
-
"nodeId": {
|
|
12959
|
-
"type": "string"
|
|
12960
|
-
},
|
|
12961
13111
|
"nodeType": {
|
|
12962
13112
|
"const": "listItem"
|
|
13113
|
+
},
|
|
13114
|
+
"nodeId": {
|
|
13115
|
+
"type": "string"
|
|
12963
13116
|
}
|
|
12964
13117
|
},
|
|
12965
13118
|
"required": [
|
|
12966
13119
|
"kind",
|
|
12967
13120
|
"nodeType",
|
|
12968
13121
|
"nodeId"
|
|
12969
|
-
]
|
|
12970
|
-
|
|
12971
|
-
}
|
|
13122
|
+
]
|
|
13123
|
+
},
|
|
13124
|
+
"input": {}
|
|
12972
13125
|
},
|
|
12973
|
-
"
|
|
12974
|
-
"target"
|
|
12975
|
-
],
|
|
12976
|
-
"type": "object"
|
|
13126
|
+
"additionalProperties": false
|
|
12977
13127
|
},
|
|
12978
13128
|
"outputSchema": {
|
|
12979
13129
|
"additionalProperties": false,
|
|
@@ -13043,33 +13193,39 @@
|
|
|
13043
13193
|
"source": "operation",
|
|
13044
13194
|
"description": "Restart numbering of an ordered list at the target item.",
|
|
13045
13195
|
"inputSchema": {
|
|
13046
|
-
"
|
|
13196
|
+
"type": "object",
|
|
13047
13197
|
"properties": {
|
|
13198
|
+
"doc": {
|
|
13199
|
+
"type": "string"
|
|
13200
|
+
},
|
|
13201
|
+
"sessionId": {
|
|
13202
|
+
"type": "string"
|
|
13203
|
+
},
|
|
13204
|
+
"force": {
|
|
13205
|
+
"type": "boolean"
|
|
13206
|
+
},
|
|
13048
13207
|
"target": {
|
|
13049
|
-
"
|
|
13208
|
+
"type": "object",
|
|
13050
13209
|
"properties": {
|
|
13051
13210
|
"kind": {
|
|
13052
13211
|
"const": "block"
|
|
13053
13212
|
},
|
|
13054
|
-
"nodeId": {
|
|
13055
|
-
"type": "string"
|
|
13056
|
-
},
|
|
13057
13213
|
"nodeType": {
|
|
13058
13214
|
"const": "listItem"
|
|
13215
|
+
},
|
|
13216
|
+
"nodeId": {
|
|
13217
|
+
"type": "string"
|
|
13059
13218
|
}
|
|
13060
13219
|
},
|
|
13061
13220
|
"required": [
|
|
13062
13221
|
"kind",
|
|
13063
13222
|
"nodeType",
|
|
13064
13223
|
"nodeId"
|
|
13065
|
-
]
|
|
13066
|
-
|
|
13067
|
-
}
|
|
13224
|
+
]
|
|
13225
|
+
},
|
|
13226
|
+
"input": {}
|
|
13068
13227
|
},
|
|
13069
|
-
"
|
|
13070
|
-
"target"
|
|
13071
|
-
],
|
|
13072
|
-
"type": "object"
|
|
13228
|
+
"additionalProperties": false
|
|
13073
13229
|
},
|
|
13074
13230
|
"outputSchema": {
|
|
13075
13231
|
"additionalProperties": false,
|
|
@@ -13139,33 +13295,39 @@
|
|
|
13139
13295
|
"source": "operation",
|
|
13140
13296
|
"description": "Exit a list context, converting the target item to a paragraph.",
|
|
13141
13297
|
"inputSchema": {
|
|
13142
|
-
"
|
|
13298
|
+
"type": "object",
|
|
13143
13299
|
"properties": {
|
|
13300
|
+
"doc": {
|
|
13301
|
+
"type": "string"
|
|
13302
|
+
},
|
|
13303
|
+
"sessionId": {
|
|
13304
|
+
"type": "string"
|
|
13305
|
+
},
|
|
13306
|
+
"force": {
|
|
13307
|
+
"type": "boolean"
|
|
13308
|
+
},
|
|
13144
13309
|
"target": {
|
|
13145
|
-
"
|
|
13310
|
+
"type": "object",
|
|
13146
13311
|
"properties": {
|
|
13147
13312
|
"kind": {
|
|
13148
13313
|
"const": "block"
|
|
13149
13314
|
},
|
|
13150
|
-
"nodeId": {
|
|
13151
|
-
"type": "string"
|
|
13152
|
-
},
|
|
13153
13315
|
"nodeType": {
|
|
13154
13316
|
"const": "listItem"
|
|
13317
|
+
},
|
|
13318
|
+
"nodeId": {
|
|
13319
|
+
"type": "string"
|
|
13155
13320
|
}
|
|
13156
13321
|
},
|
|
13157
13322
|
"required": [
|
|
13158
13323
|
"kind",
|
|
13159
13324
|
"nodeType",
|
|
13160
13325
|
"nodeId"
|
|
13161
|
-
]
|
|
13162
|
-
|
|
13163
|
-
}
|
|
13326
|
+
]
|
|
13327
|
+
},
|
|
13328
|
+
"input": {}
|
|
13164
13329
|
},
|
|
13165
|
-
"
|
|
13166
|
-
"target"
|
|
13167
|
-
],
|
|
13168
|
-
"type": "object"
|
|
13330
|
+
"additionalProperties": false
|
|
13169
13331
|
},
|
|
13170
13332
|
"outputSchema": {
|
|
13171
13333
|
"additionalProperties": false,
|
|
@@ -13234,40 +13396,47 @@
|
|
|
13234
13396
|
"source": "operation",
|
|
13235
13397
|
"description": "Add a new comment thread anchored to a target range.",
|
|
13236
13398
|
"inputSchema": {
|
|
13237
|
-
"
|
|
13399
|
+
"type": "object",
|
|
13238
13400
|
"properties": {
|
|
13401
|
+
"doc": {
|
|
13402
|
+
"type": "string"
|
|
13403
|
+
},
|
|
13404
|
+
"sessionId": {
|
|
13405
|
+
"type": "string"
|
|
13406
|
+
},
|
|
13407
|
+
"force": {
|
|
13408
|
+
"type": "boolean"
|
|
13409
|
+
},
|
|
13239
13410
|
"target": {
|
|
13240
|
-
"
|
|
13411
|
+
"type": "object",
|
|
13241
13412
|
"properties": {
|
|
13242
|
-
"blockId": {
|
|
13243
|
-
"type": "string"
|
|
13244
|
-
},
|
|
13245
13413
|
"kind": {
|
|
13246
13414
|
"const": "text"
|
|
13247
13415
|
},
|
|
13416
|
+
"blockId": {
|
|
13417
|
+
"type": "string"
|
|
13418
|
+
},
|
|
13248
13419
|
"range": {
|
|
13249
|
-
"
|
|
13420
|
+
"type": "object",
|
|
13250
13421
|
"properties": {
|
|
13251
|
-
"end": {
|
|
13252
|
-
"type": "integer"
|
|
13253
|
-
},
|
|
13254
13422
|
"start": {
|
|
13255
|
-
"type": "
|
|
13423
|
+
"type": "number"
|
|
13424
|
+
},
|
|
13425
|
+
"end": {
|
|
13426
|
+
"type": "number"
|
|
13256
13427
|
}
|
|
13257
13428
|
},
|
|
13258
13429
|
"required": [
|
|
13259
13430
|
"start",
|
|
13260
13431
|
"end"
|
|
13261
|
-
]
|
|
13262
|
-
"type": "object"
|
|
13432
|
+
]
|
|
13263
13433
|
}
|
|
13264
13434
|
},
|
|
13265
13435
|
"required": [
|
|
13266
13436
|
"kind",
|
|
13267
13437
|
"blockId",
|
|
13268
13438
|
"range"
|
|
13269
|
-
]
|
|
13270
|
-
"type": "object"
|
|
13439
|
+
]
|
|
13271
13440
|
},
|
|
13272
13441
|
"text": {
|
|
13273
13442
|
"type": "string"
|
|
@@ -13277,7 +13446,7 @@
|
|
|
13277
13446
|
"target",
|
|
13278
13447
|
"text"
|
|
13279
13448
|
],
|
|
13280
|
-
"
|
|
13449
|
+
"additionalProperties": false
|
|
13281
13450
|
},
|
|
13282
13451
|
"outputSchema": {
|
|
13283
13452
|
"additionalProperties": false,
|
|
@@ -13467,9 +13636,18 @@
|
|
|
13467
13636
|
"source": "operation",
|
|
13468
13637
|
"description": "Edit the content of an existing comment.",
|
|
13469
13638
|
"inputSchema": {
|
|
13470
|
-
"
|
|
13639
|
+
"type": "object",
|
|
13471
13640
|
"properties": {
|
|
13472
|
-
"
|
|
13641
|
+
"doc": {
|
|
13642
|
+
"type": "string"
|
|
13643
|
+
},
|
|
13644
|
+
"sessionId": {
|
|
13645
|
+
"type": "string"
|
|
13646
|
+
},
|
|
13647
|
+
"force": {
|
|
13648
|
+
"type": "boolean"
|
|
13649
|
+
},
|
|
13650
|
+
"id": {
|
|
13473
13651
|
"type": "string"
|
|
13474
13652
|
},
|
|
13475
13653
|
"text": {
|
|
@@ -13477,10 +13655,10 @@
|
|
|
13477
13655
|
}
|
|
13478
13656
|
},
|
|
13479
13657
|
"required": [
|
|
13480
|
-
"
|
|
13658
|
+
"id",
|
|
13481
13659
|
"text"
|
|
13482
13660
|
],
|
|
13483
|
-
"
|
|
13661
|
+
"additionalProperties": false
|
|
13484
13662
|
},
|
|
13485
13663
|
"outputSchema": {
|
|
13486
13664
|
"additionalProperties": false,
|
|
@@ -13669,9 +13847,18 @@
|
|
|
13669
13847
|
"source": "operation",
|
|
13670
13848
|
"description": "Add a reply to an existing comment thread.",
|
|
13671
13849
|
"inputSchema": {
|
|
13672
|
-
"
|
|
13850
|
+
"type": "object",
|
|
13673
13851
|
"properties": {
|
|
13674
|
-
"
|
|
13852
|
+
"doc": {
|
|
13853
|
+
"type": "string"
|
|
13854
|
+
},
|
|
13855
|
+
"sessionId": {
|
|
13856
|
+
"type": "string"
|
|
13857
|
+
},
|
|
13858
|
+
"force": {
|
|
13859
|
+
"type": "boolean"
|
|
13860
|
+
},
|
|
13861
|
+
"parentId": {
|
|
13675
13862
|
"type": "string"
|
|
13676
13863
|
},
|
|
13677
13864
|
"text": {
|
|
@@ -13679,10 +13866,10 @@
|
|
|
13679
13866
|
}
|
|
13680
13867
|
},
|
|
13681
13868
|
"required": [
|
|
13682
|
-
"
|
|
13869
|
+
"parentId",
|
|
13683
13870
|
"text"
|
|
13684
13871
|
],
|
|
13685
|
-
"
|
|
13872
|
+
"additionalProperties": false
|
|
13686
13873
|
},
|
|
13687
13874
|
"outputSchema": {
|
|
13688
13875
|
"additionalProperties": false,
|
|
@@ -13871,50 +14058,57 @@
|
|
|
13871
14058
|
"source": "operation",
|
|
13872
14059
|
"description": "Move a comment thread to a new anchor range.",
|
|
13873
14060
|
"inputSchema": {
|
|
13874
|
-
"
|
|
14061
|
+
"type": "object",
|
|
13875
14062
|
"properties": {
|
|
13876
|
-
"
|
|
14063
|
+
"doc": {
|
|
14064
|
+
"type": "string"
|
|
14065
|
+
},
|
|
14066
|
+
"sessionId": {
|
|
14067
|
+
"type": "string"
|
|
14068
|
+
},
|
|
14069
|
+
"force": {
|
|
14070
|
+
"type": "boolean"
|
|
14071
|
+
},
|
|
14072
|
+
"id": {
|
|
13877
14073
|
"type": "string"
|
|
13878
14074
|
},
|
|
13879
14075
|
"target": {
|
|
13880
|
-
"
|
|
14076
|
+
"type": "object",
|
|
13881
14077
|
"properties": {
|
|
13882
|
-
"blockId": {
|
|
13883
|
-
"type": "string"
|
|
13884
|
-
},
|
|
13885
14078
|
"kind": {
|
|
13886
14079
|
"const": "text"
|
|
13887
14080
|
},
|
|
14081
|
+
"blockId": {
|
|
14082
|
+
"type": "string"
|
|
14083
|
+
},
|
|
13888
14084
|
"range": {
|
|
13889
|
-
"
|
|
14085
|
+
"type": "object",
|
|
13890
14086
|
"properties": {
|
|
13891
|
-
"end": {
|
|
13892
|
-
"type": "integer"
|
|
13893
|
-
},
|
|
13894
14087
|
"start": {
|
|
13895
|
-
"type": "
|
|
14088
|
+
"type": "number"
|
|
14089
|
+
},
|
|
14090
|
+
"end": {
|
|
14091
|
+
"type": "number"
|
|
13896
14092
|
}
|
|
13897
14093
|
},
|
|
13898
14094
|
"required": [
|
|
13899
14095
|
"start",
|
|
13900
14096
|
"end"
|
|
13901
|
-
]
|
|
13902
|
-
"type": "object"
|
|
14097
|
+
]
|
|
13903
14098
|
}
|
|
13904
14099
|
},
|
|
13905
14100
|
"required": [
|
|
13906
14101
|
"kind",
|
|
13907
14102
|
"blockId",
|
|
13908
14103
|
"range"
|
|
13909
|
-
]
|
|
13910
|
-
"type": "object"
|
|
14104
|
+
]
|
|
13911
14105
|
}
|
|
13912
14106
|
},
|
|
13913
14107
|
"required": [
|
|
13914
|
-
"
|
|
14108
|
+
"id",
|
|
13915
14109
|
"target"
|
|
13916
14110
|
],
|
|
13917
|
-
"
|
|
14111
|
+
"additionalProperties": false
|
|
13918
14112
|
},
|
|
13919
14113
|
"outputSchema": {
|
|
13920
14114
|
"additionalProperties": false,
|
|
@@ -14104,16 +14298,25 @@
|
|
|
14104
14298
|
"source": "operation",
|
|
14105
14299
|
"description": "Resolve or unresolve a comment thread.",
|
|
14106
14300
|
"inputSchema": {
|
|
14107
|
-
"
|
|
14301
|
+
"type": "object",
|
|
14108
14302
|
"properties": {
|
|
14109
|
-
"
|
|
14303
|
+
"doc": {
|
|
14304
|
+
"type": "string"
|
|
14305
|
+
},
|
|
14306
|
+
"sessionId": {
|
|
14307
|
+
"type": "string"
|
|
14308
|
+
},
|
|
14309
|
+
"force": {
|
|
14310
|
+
"type": "boolean"
|
|
14311
|
+
},
|
|
14312
|
+
"id": {
|
|
14110
14313
|
"type": "string"
|
|
14111
14314
|
}
|
|
14112
14315
|
},
|
|
14113
14316
|
"required": [
|
|
14114
|
-
"
|
|
14317
|
+
"id"
|
|
14115
14318
|
],
|
|
14116
|
-
"
|
|
14319
|
+
"additionalProperties": false
|
|
14117
14320
|
},
|
|
14118
14321
|
"outputSchema": {
|
|
14119
14322
|
"additionalProperties": false,
|
|
@@ -14302,16 +14505,25 @@
|
|
|
14302
14505
|
"source": "operation",
|
|
14303
14506
|
"description": "Remove a comment or reply by ID.",
|
|
14304
14507
|
"inputSchema": {
|
|
14305
|
-
"
|
|
14508
|
+
"type": "object",
|
|
14306
14509
|
"properties": {
|
|
14307
|
-
"
|
|
14510
|
+
"doc": {
|
|
14511
|
+
"type": "string"
|
|
14512
|
+
},
|
|
14513
|
+
"sessionId": {
|
|
14514
|
+
"type": "string"
|
|
14515
|
+
},
|
|
14516
|
+
"force": {
|
|
14517
|
+
"type": "boolean"
|
|
14518
|
+
},
|
|
14519
|
+
"id": {
|
|
14308
14520
|
"type": "string"
|
|
14309
14521
|
}
|
|
14310
14522
|
},
|
|
14311
14523
|
"required": [
|
|
14312
|
-
"
|
|
14524
|
+
"id"
|
|
14313
14525
|
],
|
|
14314
|
-
"
|
|
14526
|
+
"additionalProperties": false
|
|
14315
14527
|
},
|
|
14316
14528
|
"outputSchema": {
|
|
14317
14529
|
"additionalProperties": false,
|
|
@@ -14500,9 +14712,18 @@
|
|
|
14500
14712
|
"source": "operation",
|
|
14501
14713
|
"description": "Toggle the internal (private) flag on a comment thread.",
|
|
14502
14714
|
"inputSchema": {
|
|
14503
|
-
"
|
|
14715
|
+
"type": "object",
|
|
14504
14716
|
"properties": {
|
|
14505
|
-
"
|
|
14717
|
+
"doc": {
|
|
14718
|
+
"type": "string"
|
|
14719
|
+
},
|
|
14720
|
+
"sessionId": {
|
|
14721
|
+
"type": "string"
|
|
14722
|
+
},
|
|
14723
|
+
"force": {
|
|
14724
|
+
"type": "boolean"
|
|
14725
|
+
},
|
|
14726
|
+
"id": {
|
|
14506
14727
|
"type": "string"
|
|
14507
14728
|
},
|
|
14508
14729
|
"isInternal": {
|
|
@@ -14510,10 +14731,10 @@
|
|
|
14510
14731
|
}
|
|
14511
14732
|
},
|
|
14512
14733
|
"required": [
|
|
14513
|
-
"
|
|
14734
|
+
"id",
|
|
14514
14735
|
"isInternal"
|
|
14515
14736
|
],
|
|
14516
|
-
"
|
|
14737
|
+
"additionalProperties": false
|
|
14517
14738
|
},
|
|
14518
14739
|
"outputSchema": {
|
|
14519
14740
|
"additionalProperties": false,
|
|
@@ -14703,19 +14924,28 @@
|
|
|
14703
14924
|
"source": "operation",
|
|
14704
14925
|
"description": "Set the active (focused) comment thread for UI highlighting.",
|
|
14705
14926
|
"inputSchema": {
|
|
14706
|
-
"
|
|
14927
|
+
"type": "object",
|
|
14707
14928
|
"properties": {
|
|
14929
|
+
"doc": {
|
|
14930
|
+
"type": "string"
|
|
14931
|
+
},
|
|
14932
|
+
"sessionId": {
|
|
14933
|
+
"type": "string"
|
|
14934
|
+
},
|
|
14935
|
+
"force": {
|
|
14936
|
+
"type": "boolean"
|
|
14937
|
+
},
|
|
14708
14938
|
"commentId": {
|
|
14709
|
-
"type":
|
|
14710
|
-
|
|
14711
|
-
|
|
14712
|
-
|
|
14939
|
+
"type": "json"
|
|
14940
|
+
},
|
|
14941
|
+
"id": {
|
|
14942
|
+
"type": "string"
|
|
14943
|
+
},
|
|
14944
|
+
"clear": {
|
|
14945
|
+
"type": "boolean"
|
|
14713
14946
|
}
|
|
14714
14947
|
},
|
|
14715
|
-
"
|
|
14716
|
-
"commentId"
|
|
14717
|
-
],
|
|
14718
|
-
"type": "object"
|
|
14948
|
+
"additionalProperties": false
|
|
14719
14949
|
},
|
|
14720
14950
|
"outputSchema": {
|
|
14721
14951
|
"additionalProperties": false,
|
|
@@ -14918,16 +15148,22 @@
|
|
|
14918
15148
|
"source": "operation",
|
|
14919
15149
|
"description": "Scroll the viewport to a comment thread by ID.",
|
|
14920
15150
|
"inputSchema": {
|
|
14921
|
-
"
|
|
15151
|
+
"type": "object",
|
|
14922
15152
|
"properties": {
|
|
14923
|
-
"
|
|
15153
|
+
"doc": {
|
|
15154
|
+
"type": "string"
|
|
15155
|
+
},
|
|
15156
|
+
"sessionId": {
|
|
15157
|
+
"type": "string"
|
|
15158
|
+
},
|
|
15159
|
+
"id": {
|
|
14924
15160
|
"type": "string"
|
|
14925
15161
|
}
|
|
14926
15162
|
},
|
|
14927
15163
|
"required": [
|
|
14928
|
-
"
|
|
15164
|
+
"id"
|
|
14929
15165
|
],
|
|
14930
|
-
"
|
|
15166
|
+
"additionalProperties": false
|
|
14931
15167
|
},
|
|
14932
15168
|
"outputSchema": {
|
|
14933
15169
|
"additionalProperties": false,
|
|
@@ -15111,16 +15347,22 @@
|
|
|
15111
15347
|
"source": "operation",
|
|
15112
15348
|
"description": "Retrieve a single comment thread by ID.",
|
|
15113
15349
|
"inputSchema": {
|
|
15114
|
-
"
|
|
15350
|
+
"type": "object",
|
|
15115
15351
|
"properties": {
|
|
15116
|
-
"
|
|
15352
|
+
"doc": {
|
|
15353
|
+
"type": "string"
|
|
15354
|
+
},
|
|
15355
|
+
"sessionId": {
|
|
15356
|
+
"type": "string"
|
|
15357
|
+
},
|
|
15358
|
+
"id": {
|
|
15117
15359
|
"type": "string"
|
|
15118
15360
|
}
|
|
15119
15361
|
},
|
|
15120
15362
|
"required": [
|
|
15121
|
-
"
|
|
15363
|
+
"id"
|
|
15122
15364
|
],
|
|
15123
|
-
"
|
|
15365
|
+
"additionalProperties": false
|
|
15124
15366
|
},
|
|
15125
15367
|
"outputSchema": {
|
|
15126
15368
|
"additionalProperties": false,
|
|
@@ -15245,13 +15487,19 @@
|
|
|
15245
15487
|
"source": "operation",
|
|
15246
15488
|
"description": "List all comment threads in the document.",
|
|
15247
15489
|
"inputSchema": {
|
|
15248
|
-
"
|
|
15490
|
+
"type": "object",
|
|
15249
15491
|
"properties": {
|
|
15492
|
+
"doc": {
|
|
15493
|
+
"type": "string"
|
|
15494
|
+
},
|
|
15495
|
+
"sessionId": {
|
|
15496
|
+
"type": "string"
|
|
15497
|
+
},
|
|
15250
15498
|
"includeResolved": {
|
|
15251
15499
|
"type": "boolean"
|
|
15252
15500
|
}
|
|
15253
15501
|
},
|
|
15254
|
-
"
|
|
15502
|
+
"additionalProperties": false
|
|
15255
15503
|
},
|
|
15256
15504
|
"outputSchema": {
|
|
15257
15505
|
"additionalProperties": false,
|
|
@@ -15392,23 +15640,25 @@
|
|
|
15392
15640
|
"source": "operation",
|
|
15393
15641
|
"description": "List all tracked changes in the document.",
|
|
15394
15642
|
"inputSchema": {
|
|
15395
|
-
"
|
|
15643
|
+
"type": "object",
|
|
15396
15644
|
"properties": {
|
|
15645
|
+
"doc": {
|
|
15646
|
+
"type": "string"
|
|
15647
|
+
},
|
|
15648
|
+
"sessionId": {
|
|
15649
|
+
"type": "string"
|
|
15650
|
+
},
|
|
15397
15651
|
"limit": {
|
|
15398
|
-
"type": "
|
|
15652
|
+
"type": "number"
|
|
15399
15653
|
},
|
|
15400
15654
|
"offset": {
|
|
15401
|
-
"type": "
|
|
15655
|
+
"type": "number"
|
|
15402
15656
|
},
|
|
15403
15657
|
"type": {
|
|
15404
|
-
"
|
|
15405
|
-
"insert",
|
|
15406
|
-
"delete",
|
|
15407
|
-
"format"
|
|
15408
|
-
]
|
|
15658
|
+
"type": "string"
|
|
15409
15659
|
}
|
|
15410
15660
|
},
|
|
15411
|
-
"
|
|
15661
|
+
"additionalProperties": false
|
|
15412
15662
|
},
|
|
15413
15663
|
"outputSchema": {
|
|
15414
15664
|
"additionalProperties": false,
|
|
@@ -15534,8 +15784,14 @@
|
|
|
15534
15784
|
"source": "operation",
|
|
15535
15785
|
"description": "Retrieve a single tracked change by ID.",
|
|
15536
15786
|
"inputSchema": {
|
|
15537
|
-
"
|
|
15787
|
+
"type": "object",
|
|
15538
15788
|
"properties": {
|
|
15789
|
+
"doc": {
|
|
15790
|
+
"type": "string"
|
|
15791
|
+
},
|
|
15792
|
+
"sessionId": {
|
|
15793
|
+
"type": "string"
|
|
15794
|
+
},
|
|
15539
15795
|
"id": {
|
|
15540
15796
|
"type": "string"
|
|
15541
15797
|
}
|
|
@@ -15543,7 +15799,7 @@
|
|
|
15543
15799
|
"required": [
|
|
15544
15800
|
"id"
|
|
15545
15801
|
],
|
|
15546
|
-
"
|
|
15802
|
+
"additionalProperties": false
|
|
15547
15803
|
},
|
|
15548
15804
|
"outputSchema": {
|
|
15549
15805
|
"additionalProperties": false,
|
|
@@ -15630,8 +15886,17 @@
|
|
|
15630
15886
|
"source": "operation",
|
|
15631
15887
|
"description": "Accept a tracked change, applying it permanently.",
|
|
15632
15888
|
"inputSchema": {
|
|
15633
|
-
"
|
|
15889
|
+
"type": "object",
|
|
15634
15890
|
"properties": {
|
|
15891
|
+
"doc": {
|
|
15892
|
+
"type": "string"
|
|
15893
|
+
},
|
|
15894
|
+
"sessionId": {
|
|
15895
|
+
"type": "string"
|
|
15896
|
+
},
|
|
15897
|
+
"force": {
|
|
15898
|
+
"type": "boolean"
|
|
15899
|
+
},
|
|
15635
15900
|
"id": {
|
|
15636
15901
|
"type": "string"
|
|
15637
15902
|
}
|
|
@@ -15639,7 +15904,7 @@
|
|
|
15639
15904
|
"required": [
|
|
15640
15905
|
"id"
|
|
15641
15906
|
],
|
|
15642
|
-
"
|
|
15907
|
+
"additionalProperties": false
|
|
15643
15908
|
},
|
|
15644
15909
|
"outputSchema": {
|
|
15645
15910
|
"additionalProperties": false,
|
|
@@ -15828,8 +16093,17 @@
|
|
|
15828
16093
|
"source": "operation",
|
|
15829
16094
|
"description": "Reject a tracked change, reverting it.",
|
|
15830
16095
|
"inputSchema": {
|
|
15831
|
-
"
|
|
16096
|
+
"type": "object",
|
|
15832
16097
|
"properties": {
|
|
16098
|
+
"doc": {
|
|
16099
|
+
"type": "string"
|
|
16100
|
+
},
|
|
16101
|
+
"sessionId": {
|
|
16102
|
+
"type": "string"
|
|
16103
|
+
},
|
|
16104
|
+
"force": {
|
|
16105
|
+
"type": "boolean"
|
|
16106
|
+
},
|
|
15833
16107
|
"id": {
|
|
15834
16108
|
"type": "string"
|
|
15835
16109
|
}
|
|
@@ -15837,7 +16111,7 @@
|
|
|
15837
16111
|
"required": [
|
|
15838
16112
|
"id"
|
|
15839
16113
|
],
|
|
15840
|
-
"
|
|
16114
|
+
"additionalProperties": false
|
|
15841
16115
|
},
|
|
15842
16116
|
"outputSchema": {
|
|
15843
16117
|
"additionalProperties": false,
|
|
@@ -16026,9 +16300,19 @@
|
|
|
16026
16300
|
"source": "operation",
|
|
16027
16301
|
"description": "Accept all tracked changes in the document.",
|
|
16028
16302
|
"inputSchema": {
|
|
16029
|
-
"
|
|
16030
|
-
"properties": {
|
|
16031
|
-
|
|
16303
|
+
"type": "object",
|
|
16304
|
+
"properties": {
|
|
16305
|
+
"doc": {
|
|
16306
|
+
"type": "string"
|
|
16307
|
+
},
|
|
16308
|
+
"sessionId": {
|
|
16309
|
+
"type": "string"
|
|
16310
|
+
},
|
|
16311
|
+
"force": {
|
|
16312
|
+
"type": "boolean"
|
|
16313
|
+
}
|
|
16314
|
+
},
|
|
16315
|
+
"additionalProperties": false
|
|
16032
16316
|
},
|
|
16033
16317
|
"outputSchema": {
|
|
16034
16318
|
"additionalProperties": false,
|
|
@@ -16217,9 +16501,19 @@
|
|
|
16217
16501
|
"source": "operation",
|
|
16218
16502
|
"description": "Reject all tracked changes in the document.",
|
|
16219
16503
|
"inputSchema": {
|
|
16220
|
-
"
|
|
16221
|
-
"properties": {
|
|
16222
|
-
|
|
16504
|
+
"type": "object",
|
|
16505
|
+
"properties": {
|
|
16506
|
+
"doc": {
|
|
16507
|
+
"type": "string"
|
|
16508
|
+
},
|
|
16509
|
+
"sessionId": {
|
|
16510
|
+
"type": "string"
|
|
16511
|
+
},
|
|
16512
|
+
"force": {
|
|
16513
|
+
"type": "boolean"
|
|
16514
|
+
}
|
|
16515
|
+
},
|
|
16516
|
+
"additionalProperties": false
|
|
16223
16517
|
},
|
|
16224
16518
|
"outputSchema": {
|
|
16225
16519
|
"additionalProperties": false,
|