@superdoc-dev/sdk 1.0.0-alpha.17 → 1.0.0-alpha.18
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 +313 -0
- package/dist/generated/client.d.ts.map +1 -1
- package/dist/generated/client.js +5 -0
- package/dist/generated/contract.d.ts +2629 -1202
- package/dist/generated/contract.d.ts.map +1 -1
- package/dist/generated/contract.js +2566 -504
- package/dist/runtime/host.d.ts +1 -1
- package/dist/runtime/host.d.ts.map +1 -1
- package/dist/runtime/process.d.ts +1 -1
- package/dist/runtime/process.d.ts.map +1 -1
- package/package.json +1 -1
- package/tools/catalog.json +7329 -3910
- package/tools/tool-name-map.json +6 -0
- package/tools/tools.anthropic.json +202 -0
- package/tools/tools.generic.json +4495 -1107
- package/tools/tools.openai.json +220 -0
- package/tools/tools.vercel.json +220 -0
|
@@ -1332,6 +1332,44 @@ export const CONTRACT = {
|
|
|
1332
1332
|
"type": "object"
|
|
1333
1333
|
}
|
|
1334
1334
|
},
|
|
1335
|
+
"doc.getText": {
|
|
1336
|
+
"operationId": "doc.getText",
|
|
1337
|
+
"command": "get-text",
|
|
1338
|
+
"commandTokens": [
|
|
1339
|
+
"get-text"
|
|
1340
|
+
],
|
|
1341
|
+
"category": "query",
|
|
1342
|
+
"description": "Extract the plain-text content of the document.",
|
|
1343
|
+
"requiresDocumentContext": true,
|
|
1344
|
+
"docRequirement": "optional",
|
|
1345
|
+
"intentName": "get_document_text",
|
|
1346
|
+
"params": [
|
|
1347
|
+
{
|
|
1348
|
+
"name": "doc",
|
|
1349
|
+
"kind": "doc",
|
|
1350
|
+
"type": "string"
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"name": "sessionId",
|
|
1354
|
+
"kind": "flag",
|
|
1355
|
+
"type": "string",
|
|
1356
|
+
"flag": "session"
|
|
1357
|
+
}
|
|
1358
|
+
],
|
|
1359
|
+
"constraints": null,
|
|
1360
|
+
"mutates": false,
|
|
1361
|
+
"idempotency": "idempotent",
|
|
1362
|
+
"supportsTrackedMode": false,
|
|
1363
|
+
"supportsDryRun": false,
|
|
1364
|
+
"inputSchema": {
|
|
1365
|
+
"additionalProperties": false,
|
|
1366
|
+
"properties": {},
|
|
1367
|
+
"type": "object"
|
|
1368
|
+
},
|
|
1369
|
+
"outputSchema": {
|
|
1370
|
+
"type": "string"
|
|
1371
|
+
}
|
|
1372
|
+
},
|
|
1335
1373
|
"doc.info": {
|
|
1336
1374
|
"operationId": "doc.info",
|
|
1337
1375
|
"command": "info",
|
|
@@ -9098,18 +9136,18 @@ export const CONTRACT = {
|
|
|
9098
9136
|
"type": "object"
|
|
9099
9137
|
}
|
|
9100
9138
|
},
|
|
9101
|
-
"doc.
|
|
9102
|
-
"operationId": "doc.
|
|
9103
|
-
"command": "
|
|
9139
|
+
"doc.create.heading": {
|
|
9140
|
+
"operationId": "doc.create.heading",
|
|
9141
|
+
"command": "create heading",
|
|
9104
9142
|
"commandTokens": [
|
|
9105
|
-
"
|
|
9106
|
-
"
|
|
9143
|
+
"create",
|
|
9144
|
+
"heading"
|
|
9107
9145
|
],
|
|
9108
|
-
"category": "
|
|
9109
|
-
"description": "
|
|
9146
|
+
"category": "create",
|
|
9147
|
+
"description": "Create a new heading at the target position.",
|
|
9110
9148
|
"requiresDocumentContext": true,
|
|
9111
9149
|
"docRequirement": "optional",
|
|
9112
|
-
"intentName": "
|
|
9150
|
+
"intentName": "create_heading",
|
|
9113
9151
|
"params": [
|
|
9114
9152
|
{
|
|
9115
9153
|
"name": "doc",
|
|
@@ -9123,79 +9161,46 @@ export const CONTRACT = {
|
|
|
9123
9161
|
"flag": "session"
|
|
9124
9162
|
},
|
|
9125
9163
|
{
|
|
9126
|
-
"name": "
|
|
9127
|
-
"kind": "
|
|
9128
|
-
"type": "
|
|
9129
|
-
"
|
|
9130
|
-
"schema": {
|
|
9131
|
-
"type": "object",
|
|
9132
|
-
"properties": {
|
|
9133
|
-
"kind": {
|
|
9134
|
-
"const": "block"
|
|
9135
|
-
},
|
|
9136
|
-
"nodeType": {
|
|
9137
|
-
"oneOf": [
|
|
9138
|
-
{
|
|
9139
|
-
"const": "paragraph"
|
|
9140
|
-
},
|
|
9141
|
-
{
|
|
9142
|
-
"const": "heading"
|
|
9143
|
-
},
|
|
9144
|
-
{
|
|
9145
|
-
"const": "listItem"
|
|
9146
|
-
},
|
|
9147
|
-
{
|
|
9148
|
-
"const": "table"
|
|
9149
|
-
},
|
|
9150
|
-
{
|
|
9151
|
-
"const": "tableRow"
|
|
9152
|
-
},
|
|
9153
|
-
{
|
|
9154
|
-
"const": "tableCell"
|
|
9155
|
-
},
|
|
9156
|
-
{
|
|
9157
|
-
"const": "image"
|
|
9158
|
-
},
|
|
9159
|
-
{
|
|
9160
|
-
"const": "sdt"
|
|
9161
|
-
}
|
|
9162
|
-
]
|
|
9163
|
-
},
|
|
9164
|
-
"nodeId": {
|
|
9165
|
-
"type": "string"
|
|
9166
|
-
}
|
|
9167
|
-
},
|
|
9168
|
-
"required": [
|
|
9169
|
-
"kind",
|
|
9170
|
-
"nodeType",
|
|
9171
|
-
"nodeId"
|
|
9172
|
-
]
|
|
9173
|
-
}
|
|
9164
|
+
"name": "out",
|
|
9165
|
+
"kind": "flag",
|
|
9166
|
+
"type": "string",
|
|
9167
|
+
"agentVisible": false
|
|
9174
9168
|
},
|
|
9175
9169
|
{
|
|
9176
|
-
"name": "
|
|
9170
|
+
"name": "force",
|
|
9177
9171
|
"kind": "flag",
|
|
9178
|
-
"type": "
|
|
9172
|
+
"type": "boolean"
|
|
9179
9173
|
},
|
|
9180
9174
|
{
|
|
9181
|
-
"name": "
|
|
9175
|
+
"name": "expectedRevision",
|
|
9182
9176
|
"kind": "flag",
|
|
9183
|
-
"type": "number"
|
|
9177
|
+
"type": "number",
|
|
9178
|
+
"flag": "expected-revision",
|
|
9179
|
+
"agentVisible": false
|
|
9184
9180
|
},
|
|
9185
9181
|
{
|
|
9186
|
-
"name": "
|
|
9182
|
+
"name": "changeMode",
|
|
9187
9183
|
"kind": "flag",
|
|
9188
9184
|
"type": "string",
|
|
9185
|
+
"flag": "change-mode",
|
|
9189
9186
|
"schema": {
|
|
9190
9187
|
"oneOf": [
|
|
9191
9188
|
{
|
|
9192
|
-
"const": "
|
|
9189
|
+
"const": "direct"
|
|
9193
9190
|
},
|
|
9194
9191
|
{
|
|
9195
|
-
"const": "
|
|
9192
|
+
"const": "tracked"
|
|
9196
9193
|
}
|
|
9197
9194
|
]
|
|
9198
|
-
}
|
|
9195
|
+
},
|
|
9196
|
+
"agentVisible": false
|
|
9197
|
+
},
|
|
9198
|
+
{
|
|
9199
|
+
"name": "dryRun",
|
|
9200
|
+
"kind": "flag",
|
|
9201
|
+
"type": "boolean",
|
|
9202
|
+
"flag": "dry-run",
|
|
9203
|
+
"agentVisible": false
|
|
9199
9204
|
},
|
|
9200
9205
|
{
|
|
9201
9206
|
"name": "level",
|
|
@@ -9203,208 +9208,494 @@ export const CONTRACT = {
|
|
|
9203
9208
|
"type": "number"
|
|
9204
9209
|
},
|
|
9205
9210
|
{
|
|
9206
|
-
"name": "
|
|
9211
|
+
"name": "at",
|
|
9212
|
+
"kind": "jsonFlag",
|
|
9213
|
+
"type": "json",
|
|
9214
|
+
"flag": "at-json",
|
|
9215
|
+
"schema": {
|
|
9216
|
+
"oneOf": [
|
|
9217
|
+
{
|
|
9218
|
+
"type": "object",
|
|
9219
|
+
"properties": {
|
|
9220
|
+
"kind": {
|
|
9221
|
+
"const": "documentStart"
|
|
9222
|
+
}
|
|
9223
|
+
},
|
|
9224
|
+
"required": [
|
|
9225
|
+
"kind"
|
|
9226
|
+
]
|
|
9227
|
+
},
|
|
9228
|
+
{
|
|
9229
|
+
"type": "object",
|
|
9230
|
+
"properties": {
|
|
9231
|
+
"kind": {
|
|
9232
|
+
"const": "documentEnd"
|
|
9233
|
+
}
|
|
9234
|
+
},
|
|
9235
|
+
"required": [
|
|
9236
|
+
"kind"
|
|
9237
|
+
]
|
|
9238
|
+
},
|
|
9239
|
+
{
|
|
9240
|
+
"oneOf": [
|
|
9241
|
+
{
|
|
9242
|
+
"type": "json"
|
|
9243
|
+
},
|
|
9244
|
+
{
|
|
9245
|
+
"type": "json"
|
|
9246
|
+
}
|
|
9247
|
+
]
|
|
9248
|
+
},
|
|
9249
|
+
{
|
|
9250
|
+
"oneOf": [
|
|
9251
|
+
{
|
|
9252
|
+
"type": "json"
|
|
9253
|
+
},
|
|
9254
|
+
{
|
|
9255
|
+
"type": "json"
|
|
9256
|
+
}
|
|
9257
|
+
]
|
|
9258
|
+
}
|
|
9259
|
+
]
|
|
9260
|
+
}
|
|
9261
|
+
},
|
|
9262
|
+
{
|
|
9263
|
+
"name": "text",
|
|
9207
9264
|
"kind": "flag",
|
|
9208
|
-
"type": "
|
|
9265
|
+
"type": "string"
|
|
9209
9266
|
},
|
|
9210
9267
|
{
|
|
9211
|
-
"name": "
|
|
9268
|
+
"name": "input",
|
|
9212
9269
|
"kind": "jsonFlag",
|
|
9213
9270
|
"type": "json",
|
|
9214
|
-
"flag": "
|
|
9271
|
+
"flag": "input-json"
|
|
9215
9272
|
}
|
|
9216
9273
|
],
|
|
9217
|
-
"constraints":
|
|
9218
|
-
|
|
9219
|
-
|
|
9220
|
-
|
|
9221
|
-
|
|
9222
|
-
],
|
|
9223
|
-
[
|
|
9224
|
-
"query",
|
|
9225
|
-
"kind"
|
|
9226
|
-
],
|
|
9227
|
-
[
|
|
9228
|
-
"query",
|
|
9229
|
-
"level"
|
|
9230
|
-
],
|
|
9231
|
-
[
|
|
9232
|
-
"query",
|
|
9233
|
-
"ordinal"
|
|
9234
|
-
],
|
|
9235
|
-
[
|
|
9236
|
-
"query",
|
|
9237
|
-
"limit"
|
|
9238
|
-
],
|
|
9239
|
-
[
|
|
9240
|
-
"query",
|
|
9241
|
-
"offset"
|
|
9242
|
-
]
|
|
9243
|
-
]
|
|
9244
|
-
},
|
|
9245
|
-
"mutates": false,
|
|
9246
|
-
"idempotency": "idempotent",
|
|
9247
|
-
"supportsTrackedMode": false,
|
|
9248
|
-
"supportsDryRun": false,
|
|
9274
|
+
"constraints": null,
|
|
9275
|
+
"mutates": true,
|
|
9276
|
+
"idempotency": "non-idempotent",
|
|
9277
|
+
"supportsTrackedMode": true,
|
|
9278
|
+
"supportsDryRun": true,
|
|
9249
9279
|
"inputSchema": {
|
|
9250
9280
|
"additionalProperties": false,
|
|
9251
9281
|
"properties": {
|
|
9252
|
-
"
|
|
9253
|
-
"
|
|
9254
|
-
|
|
9255
|
-
|
|
9256
|
-
|
|
9257
|
-
|
|
9258
|
-
|
|
9259
|
-
|
|
9260
|
-
|
|
9261
|
-
|
|
9262
|
-
|
|
9263
|
-
|
|
9264
|
-
|
|
9265
|
-
"type": "integer"
|
|
9266
|
-
},
|
|
9267
|
-
"ordinal": {
|
|
9268
|
-
"type": "integer"
|
|
9269
|
-
},
|
|
9270
|
-
"within": {
|
|
9271
|
-
"additionalProperties": false,
|
|
9272
|
-
"properties": {
|
|
9273
|
-
"kind": {
|
|
9274
|
-
"const": "block"
|
|
9275
|
-
},
|
|
9276
|
-
"nodeId": {
|
|
9277
|
-
"type": "string"
|
|
9282
|
+
"at": {
|
|
9283
|
+
"oneOf": [
|
|
9284
|
+
{
|
|
9285
|
+
"additionalProperties": false,
|
|
9286
|
+
"properties": {
|
|
9287
|
+
"kind": {
|
|
9288
|
+
"const": "documentStart"
|
|
9289
|
+
}
|
|
9290
|
+
},
|
|
9291
|
+
"required": [
|
|
9292
|
+
"kind"
|
|
9293
|
+
],
|
|
9294
|
+
"type": "object"
|
|
9278
9295
|
},
|
|
9279
|
-
|
|
9280
|
-
"
|
|
9281
|
-
|
|
9282
|
-
"
|
|
9283
|
-
|
|
9284
|
-
|
|
9285
|
-
|
|
9286
|
-
|
|
9287
|
-
"
|
|
9288
|
-
|
|
9289
|
-
|
|
9296
|
+
{
|
|
9297
|
+
"additionalProperties": false,
|
|
9298
|
+
"properties": {
|
|
9299
|
+
"kind": {
|
|
9300
|
+
"const": "documentEnd"
|
|
9301
|
+
}
|
|
9302
|
+
},
|
|
9303
|
+
"required": [
|
|
9304
|
+
"kind"
|
|
9305
|
+
],
|
|
9306
|
+
"type": "object"
|
|
9307
|
+
},
|
|
9308
|
+
{
|
|
9309
|
+
"additionalProperties": false,
|
|
9310
|
+
"oneOf": [
|
|
9311
|
+
{
|
|
9312
|
+
"required": [
|
|
9313
|
+
"target"
|
|
9314
|
+
]
|
|
9315
|
+
},
|
|
9316
|
+
{
|
|
9317
|
+
"required": [
|
|
9318
|
+
"nodeId"
|
|
9319
|
+
]
|
|
9320
|
+
}
|
|
9321
|
+
],
|
|
9322
|
+
"properties": {
|
|
9323
|
+
"kind": {
|
|
9324
|
+
"const": "before"
|
|
9325
|
+
},
|
|
9326
|
+
"nodeId": {
|
|
9327
|
+
"description": "Node ID shorthand — adapter resolves to a full BlockNodeAddress.",
|
|
9328
|
+
"type": "string"
|
|
9329
|
+
},
|
|
9330
|
+
"target": {
|
|
9331
|
+
"additionalProperties": false,
|
|
9332
|
+
"properties": {
|
|
9333
|
+
"kind": {
|
|
9334
|
+
"const": "block"
|
|
9335
|
+
},
|
|
9336
|
+
"nodeId": {
|
|
9337
|
+
"type": "string"
|
|
9338
|
+
},
|
|
9339
|
+
"nodeType": {
|
|
9340
|
+
"enum": [
|
|
9341
|
+
"paragraph",
|
|
9342
|
+
"heading",
|
|
9343
|
+
"listItem",
|
|
9344
|
+
"table",
|
|
9345
|
+
"tableRow",
|
|
9346
|
+
"tableCell",
|
|
9347
|
+
"image",
|
|
9348
|
+
"sdt"
|
|
9349
|
+
]
|
|
9350
|
+
}
|
|
9351
|
+
},
|
|
9352
|
+
"required": [
|
|
9353
|
+
"kind",
|
|
9354
|
+
"nodeType",
|
|
9355
|
+
"nodeId"
|
|
9356
|
+
],
|
|
9357
|
+
"type": "object"
|
|
9358
|
+
}
|
|
9359
|
+
},
|
|
9360
|
+
"required": [
|
|
9361
|
+
"kind"
|
|
9362
|
+
],
|
|
9363
|
+
"type": "object"
|
|
9364
|
+
},
|
|
9365
|
+
{
|
|
9366
|
+
"additionalProperties": false,
|
|
9367
|
+
"oneOf": [
|
|
9368
|
+
{
|
|
9369
|
+
"required": [
|
|
9370
|
+
"target"
|
|
9371
|
+
]
|
|
9372
|
+
},
|
|
9373
|
+
{
|
|
9374
|
+
"required": [
|
|
9375
|
+
"nodeId"
|
|
9376
|
+
]
|
|
9377
|
+
}
|
|
9378
|
+
],
|
|
9379
|
+
"properties": {
|
|
9380
|
+
"kind": {
|
|
9381
|
+
"const": "after"
|
|
9382
|
+
},
|
|
9383
|
+
"nodeId": {
|
|
9384
|
+
"description": "Node ID shorthand — adapter resolves to a full BlockNodeAddress.",
|
|
9385
|
+
"type": "string"
|
|
9386
|
+
},
|
|
9387
|
+
"target": {
|
|
9388
|
+
"additionalProperties": false,
|
|
9389
|
+
"properties": {
|
|
9390
|
+
"kind": {
|
|
9391
|
+
"const": "block"
|
|
9392
|
+
},
|
|
9393
|
+
"nodeId": {
|
|
9394
|
+
"type": "string"
|
|
9395
|
+
},
|
|
9396
|
+
"nodeType": {
|
|
9397
|
+
"enum": [
|
|
9398
|
+
"paragraph",
|
|
9399
|
+
"heading",
|
|
9400
|
+
"listItem",
|
|
9401
|
+
"table",
|
|
9402
|
+
"tableRow",
|
|
9403
|
+
"tableCell",
|
|
9404
|
+
"image",
|
|
9405
|
+
"sdt"
|
|
9406
|
+
]
|
|
9407
|
+
}
|
|
9408
|
+
},
|
|
9409
|
+
"required": [
|
|
9410
|
+
"kind",
|
|
9411
|
+
"nodeType",
|
|
9412
|
+
"nodeId"
|
|
9413
|
+
],
|
|
9414
|
+
"type": "object"
|
|
9415
|
+
}
|
|
9416
|
+
},
|
|
9417
|
+
"required": [
|
|
9418
|
+
"kind"
|
|
9419
|
+
],
|
|
9420
|
+
"type": "object"
|
|
9290
9421
|
}
|
|
9291
|
-
|
|
9292
|
-
|
|
9293
|
-
|
|
9294
|
-
|
|
9295
|
-
|
|
9296
|
-
|
|
9297
|
-
|
|
9422
|
+
]
|
|
9423
|
+
},
|
|
9424
|
+
"level": {
|
|
9425
|
+
"maximum": 6,
|
|
9426
|
+
"minimum": 1,
|
|
9427
|
+
"type": "integer"
|
|
9428
|
+
},
|
|
9429
|
+
"text": {
|
|
9430
|
+
"type": "string"
|
|
9298
9431
|
}
|
|
9299
9432
|
},
|
|
9433
|
+
"required": [
|
|
9434
|
+
"level"
|
|
9435
|
+
],
|
|
9300
9436
|
"type": "object"
|
|
9301
9437
|
},
|
|
9302
9438
|
"outputSchema": {
|
|
9303
|
-
"
|
|
9304
|
-
|
|
9305
|
-
|
|
9306
|
-
"
|
|
9307
|
-
"
|
|
9308
|
-
|
|
9309
|
-
"
|
|
9439
|
+
"oneOf": [
|
|
9440
|
+
{
|
|
9441
|
+
"additionalProperties": false,
|
|
9442
|
+
"properties": {
|
|
9443
|
+
"heading": {
|
|
9444
|
+
"additionalProperties": false,
|
|
9445
|
+
"properties": {
|
|
9446
|
+
"kind": {
|
|
9447
|
+
"const": "block"
|
|
9448
|
+
},
|
|
9449
|
+
"nodeId": {
|
|
9450
|
+
"type": "string"
|
|
9451
|
+
},
|
|
9452
|
+
"nodeType": {
|
|
9453
|
+
"const": "heading"
|
|
9454
|
+
}
|
|
9455
|
+
},
|
|
9456
|
+
"required": [
|
|
9457
|
+
"kind",
|
|
9458
|
+
"nodeType",
|
|
9459
|
+
"nodeId"
|
|
9460
|
+
],
|
|
9461
|
+
"type": "object"
|
|
9462
|
+
},
|
|
9463
|
+
"insertionPoint": {
|
|
9464
|
+
"additionalProperties": false,
|
|
9465
|
+
"properties": {
|
|
9466
|
+
"blockId": {
|
|
9467
|
+
"type": "string"
|
|
9468
|
+
},
|
|
9469
|
+
"kind": {
|
|
9470
|
+
"const": "text"
|
|
9471
|
+
},
|
|
9472
|
+
"range": {
|
|
9473
|
+
"additionalProperties": false,
|
|
9474
|
+
"properties": {
|
|
9475
|
+
"end": {
|
|
9476
|
+
"type": "integer"
|
|
9477
|
+
},
|
|
9478
|
+
"start": {
|
|
9479
|
+
"type": "integer"
|
|
9480
|
+
}
|
|
9481
|
+
},
|
|
9482
|
+
"required": [
|
|
9483
|
+
"start",
|
|
9484
|
+
"end"
|
|
9485
|
+
],
|
|
9486
|
+
"type": "object"
|
|
9487
|
+
}
|
|
9488
|
+
},
|
|
9489
|
+
"required": [
|
|
9490
|
+
"kind",
|
|
9491
|
+
"blockId",
|
|
9492
|
+
"range"
|
|
9493
|
+
],
|
|
9494
|
+
"type": "object"
|
|
9495
|
+
},
|
|
9496
|
+
"success": {
|
|
9497
|
+
"const": true
|
|
9498
|
+
},
|
|
9499
|
+
"trackedChangeRefs": {
|
|
9500
|
+
"items": {
|
|
9310
9501
|
"additionalProperties": false,
|
|
9311
9502
|
"properties": {
|
|
9312
|
-
"
|
|
9313
|
-
"const": "block"
|
|
9314
|
-
},
|
|
9315
|
-
"nodeId": {
|
|
9503
|
+
"entityId": {
|
|
9316
9504
|
"type": "string"
|
|
9317
9505
|
},
|
|
9318
|
-
"
|
|
9319
|
-
"const": "
|
|
9506
|
+
"entityType": {
|
|
9507
|
+
"const": "trackedChange"
|
|
9508
|
+
},
|
|
9509
|
+
"kind": {
|
|
9510
|
+
"const": "entity"
|
|
9320
9511
|
}
|
|
9321
9512
|
},
|
|
9322
9513
|
"required": [
|
|
9323
9514
|
"kind",
|
|
9324
|
-
"
|
|
9325
|
-
"
|
|
9515
|
+
"entityType",
|
|
9516
|
+
"entityId"
|
|
9326
9517
|
],
|
|
9327
9518
|
"type": "object"
|
|
9328
9519
|
},
|
|
9329
|
-
"
|
|
9330
|
-
|
|
9331
|
-
|
|
9332
|
-
|
|
9333
|
-
|
|
9334
|
-
|
|
9335
|
-
|
|
9336
|
-
|
|
9337
|
-
|
|
9338
|
-
|
|
9339
|
-
|
|
9340
|
-
|
|
9341
|
-
|
|
9342
|
-
|
|
9343
|
-
|
|
9344
|
-
"
|
|
9345
|
-
"
|
|
9346
|
-
"
|
|
9347
|
-
|
|
9348
|
-
|
|
9520
|
+
"type": "array"
|
|
9521
|
+
}
|
|
9522
|
+
},
|
|
9523
|
+
"required": [
|
|
9524
|
+
"success",
|
|
9525
|
+
"heading",
|
|
9526
|
+
"insertionPoint"
|
|
9527
|
+
],
|
|
9528
|
+
"type": "object"
|
|
9529
|
+
},
|
|
9530
|
+
{
|
|
9531
|
+
"additionalProperties": false,
|
|
9532
|
+
"properties": {
|
|
9533
|
+
"failure": {
|
|
9534
|
+
"additionalProperties": false,
|
|
9535
|
+
"properties": {
|
|
9536
|
+
"code": {
|
|
9537
|
+
"enum": [
|
|
9538
|
+
"INVALID_TARGET"
|
|
9539
|
+
]
|
|
9540
|
+
},
|
|
9541
|
+
"details": {},
|
|
9542
|
+
"message": {
|
|
9543
|
+
"type": "string"
|
|
9544
|
+
}
|
|
9349
9545
|
},
|
|
9350
|
-
"
|
|
9351
|
-
"
|
|
9352
|
-
|
|
9546
|
+
"required": [
|
|
9547
|
+
"code",
|
|
9548
|
+
"message"
|
|
9549
|
+
],
|
|
9550
|
+
"type": "object"
|
|
9353
9551
|
},
|
|
9354
|
-
"
|
|
9355
|
-
"
|
|
9356
|
-
|
|
9357
|
-
"type": "object"
|
|
9552
|
+
"success": {
|
|
9553
|
+
"const": false
|
|
9554
|
+
}
|
|
9358
9555
|
},
|
|
9359
|
-
"
|
|
9556
|
+
"required": [
|
|
9557
|
+
"success",
|
|
9558
|
+
"failure"
|
|
9559
|
+
],
|
|
9560
|
+
"type": "object"
|
|
9561
|
+
}
|
|
9562
|
+
]
|
|
9563
|
+
},
|
|
9564
|
+
"successSchema": {
|
|
9565
|
+
"additionalProperties": false,
|
|
9566
|
+
"properties": {
|
|
9567
|
+
"heading": {
|
|
9568
|
+
"additionalProperties": false,
|
|
9569
|
+
"properties": {
|
|
9570
|
+
"kind": {
|
|
9571
|
+
"const": "block"
|
|
9572
|
+
},
|
|
9573
|
+
"nodeId": {
|
|
9574
|
+
"type": "string"
|
|
9575
|
+
},
|
|
9576
|
+
"nodeType": {
|
|
9577
|
+
"const": "heading"
|
|
9578
|
+
}
|
|
9579
|
+
},
|
|
9580
|
+
"required": [
|
|
9581
|
+
"kind",
|
|
9582
|
+
"nodeType",
|
|
9583
|
+
"nodeId"
|
|
9584
|
+
],
|
|
9585
|
+
"type": "object"
|
|
9360
9586
|
},
|
|
9361
|
-
"
|
|
9587
|
+
"insertionPoint": {
|
|
9588
|
+
"additionalProperties": false,
|
|
9589
|
+
"properties": {
|
|
9590
|
+
"blockId": {
|
|
9591
|
+
"type": "string"
|
|
9592
|
+
},
|
|
9593
|
+
"kind": {
|
|
9594
|
+
"const": "text"
|
|
9595
|
+
},
|
|
9596
|
+
"range": {
|
|
9597
|
+
"additionalProperties": false,
|
|
9598
|
+
"properties": {
|
|
9599
|
+
"end": {
|
|
9600
|
+
"type": "integer"
|
|
9601
|
+
},
|
|
9602
|
+
"start": {
|
|
9603
|
+
"type": "integer"
|
|
9604
|
+
}
|
|
9605
|
+
},
|
|
9606
|
+
"required": [
|
|
9607
|
+
"start",
|
|
9608
|
+
"end"
|
|
9609
|
+
],
|
|
9610
|
+
"type": "object"
|
|
9611
|
+
}
|
|
9612
|
+
},
|
|
9613
|
+
"required": [
|
|
9614
|
+
"kind",
|
|
9615
|
+
"blockId",
|
|
9616
|
+
"range"
|
|
9617
|
+
],
|
|
9618
|
+
"type": "object"
|
|
9619
|
+
},
|
|
9620
|
+
"success": {
|
|
9621
|
+
"const": true
|
|
9622
|
+
},
|
|
9623
|
+
"trackedChangeRefs": {
|
|
9362
9624
|
"items": {
|
|
9363
9625
|
"additionalProperties": false,
|
|
9364
9626
|
"properties": {
|
|
9365
|
-
"
|
|
9366
|
-
"const": "block"
|
|
9367
|
-
},
|
|
9368
|
-
"nodeId": {
|
|
9627
|
+
"entityId": {
|
|
9369
9628
|
"type": "string"
|
|
9370
9629
|
},
|
|
9371
|
-
"
|
|
9372
|
-
"const": "
|
|
9630
|
+
"entityType": {
|
|
9631
|
+
"const": "trackedChange"
|
|
9632
|
+
},
|
|
9633
|
+
"kind": {
|
|
9634
|
+
"const": "entity"
|
|
9373
9635
|
}
|
|
9374
9636
|
},
|
|
9375
9637
|
"required": [
|
|
9376
9638
|
"kind",
|
|
9377
|
-
"
|
|
9378
|
-
"
|
|
9639
|
+
"entityType",
|
|
9640
|
+
"entityId"
|
|
9379
9641
|
],
|
|
9380
9642
|
"type": "object"
|
|
9381
9643
|
},
|
|
9382
9644
|
"type": "array"
|
|
9645
|
+
}
|
|
9646
|
+
},
|
|
9647
|
+
"required": [
|
|
9648
|
+
"success",
|
|
9649
|
+
"heading",
|
|
9650
|
+
"insertionPoint"
|
|
9651
|
+
],
|
|
9652
|
+
"type": "object"
|
|
9653
|
+
},
|
|
9654
|
+
"failureSchema": {
|
|
9655
|
+
"additionalProperties": false,
|
|
9656
|
+
"properties": {
|
|
9657
|
+
"failure": {
|
|
9658
|
+
"additionalProperties": false,
|
|
9659
|
+
"properties": {
|
|
9660
|
+
"code": {
|
|
9661
|
+
"enum": [
|
|
9662
|
+
"INVALID_TARGET"
|
|
9663
|
+
]
|
|
9664
|
+
},
|
|
9665
|
+
"details": {},
|
|
9666
|
+
"message": {
|
|
9667
|
+
"type": "string"
|
|
9668
|
+
}
|
|
9669
|
+
},
|
|
9670
|
+
"required": [
|
|
9671
|
+
"code",
|
|
9672
|
+
"message"
|
|
9673
|
+
],
|
|
9674
|
+
"type": "object"
|
|
9383
9675
|
},
|
|
9384
|
-
"
|
|
9385
|
-
"
|
|
9676
|
+
"success": {
|
|
9677
|
+
"const": false
|
|
9386
9678
|
}
|
|
9387
9679
|
},
|
|
9388
9680
|
"required": [
|
|
9389
|
-
"
|
|
9390
|
-
"
|
|
9391
|
-
"items"
|
|
9681
|
+
"success",
|
|
9682
|
+
"failure"
|
|
9392
9683
|
],
|
|
9393
9684
|
"type": "object"
|
|
9394
9685
|
}
|
|
9395
9686
|
},
|
|
9396
|
-
"doc.lists.
|
|
9397
|
-
"operationId": "doc.lists.
|
|
9398
|
-
"command": "lists
|
|
9687
|
+
"doc.lists.list": {
|
|
9688
|
+
"operationId": "doc.lists.list",
|
|
9689
|
+
"command": "lists list",
|
|
9399
9690
|
"commandTokens": [
|
|
9400
9691
|
"lists",
|
|
9401
|
-
"
|
|
9692
|
+
"list"
|
|
9402
9693
|
],
|
|
9403
9694
|
"category": "lists",
|
|
9404
|
-
"description": "
|
|
9695
|
+
"description": "List all list nodes in the document, optionally filtered by scope.",
|
|
9405
9696
|
"requiresDocumentContext": true,
|
|
9406
9697
|
"docRequirement": "optional",
|
|
9407
|
-
"intentName": "
|
|
9698
|
+
"intentName": "list_lists",
|
|
9408
9699
|
"params": [
|
|
9409
9700
|
{
|
|
9410
9701
|
"name": "doc",
|
|
@@ -9418,11 +9709,10 @@ export const CONTRACT = {
|
|
|
9418
9709
|
"flag": "session"
|
|
9419
9710
|
},
|
|
9420
9711
|
{
|
|
9421
|
-
"name": "
|
|
9712
|
+
"name": "within",
|
|
9422
9713
|
"kind": "jsonFlag",
|
|
9423
9714
|
"type": "json",
|
|
9424
|
-
"flag": "
|
|
9425
|
-
"required": true,
|
|
9715
|
+
"flag": "within-json",
|
|
9426
9716
|
"schema": {
|
|
9427
9717
|
"type": "object",
|
|
9428
9718
|
"properties": {
|
|
@@ -9430,7 +9720,32 @@ export const CONTRACT = {
|
|
|
9430
9720
|
"const": "block"
|
|
9431
9721
|
},
|
|
9432
9722
|
"nodeType": {
|
|
9433
|
-
"
|
|
9723
|
+
"oneOf": [
|
|
9724
|
+
{
|
|
9725
|
+
"const": "paragraph"
|
|
9726
|
+
},
|
|
9727
|
+
{
|
|
9728
|
+
"const": "heading"
|
|
9729
|
+
},
|
|
9730
|
+
{
|
|
9731
|
+
"const": "listItem"
|
|
9732
|
+
},
|
|
9733
|
+
{
|
|
9734
|
+
"const": "table"
|
|
9735
|
+
},
|
|
9736
|
+
{
|
|
9737
|
+
"const": "tableRow"
|
|
9738
|
+
},
|
|
9739
|
+
{
|
|
9740
|
+
"const": "tableCell"
|
|
9741
|
+
},
|
|
9742
|
+
{
|
|
9743
|
+
"const": "image"
|
|
9744
|
+
},
|
|
9745
|
+
{
|
|
9746
|
+
"const": "sdt"
|
|
9747
|
+
}
|
|
9748
|
+
]
|
|
9434
9749
|
},
|
|
9435
9750
|
"nodeId": {
|
|
9436
9751
|
"type": "string"
|
|
@@ -9442,46 +9757,103 @@ export const CONTRACT = {
|
|
|
9442
9757
|
"nodeId"
|
|
9443
9758
|
]
|
|
9444
9759
|
}
|
|
9445
|
-
}
|
|
9446
|
-
|
|
9447
|
-
|
|
9448
|
-
|
|
9449
|
-
|
|
9450
|
-
|
|
9451
|
-
|
|
9452
|
-
|
|
9453
|
-
|
|
9454
|
-
|
|
9455
|
-
|
|
9456
|
-
|
|
9457
|
-
|
|
9458
|
-
|
|
9459
|
-
|
|
9460
|
-
|
|
9461
|
-
|
|
9462
|
-
|
|
9760
|
+
},
|
|
9761
|
+
{
|
|
9762
|
+
"name": "limit",
|
|
9763
|
+
"kind": "flag",
|
|
9764
|
+
"type": "number"
|
|
9765
|
+
},
|
|
9766
|
+
{
|
|
9767
|
+
"name": "offset",
|
|
9768
|
+
"kind": "flag",
|
|
9769
|
+
"type": "number"
|
|
9770
|
+
},
|
|
9771
|
+
{
|
|
9772
|
+
"name": "kind",
|
|
9773
|
+
"kind": "flag",
|
|
9774
|
+
"type": "string",
|
|
9775
|
+
"schema": {
|
|
9776
|
+
"oneOf": [
|
|
9777
|
+
{
|
|
9778
|
+
"const": "ordered"
|
|
9463
9779
|
},
|
|
9464
|
-
|
|
9465
|
-
"const": "
|
|
9780
|
+
{
|
|
9781
|
+
"const": "bullet"
|
|
9466
9782
|
}
|
|
9467
|
-
|
|
9468
|
-
"required": [
|
|
9469
|
-
"kind",
|
|
9470
|
-
"nodeType",
|
|
9471
|
-
"nodeId"
|
|
9472
|
-
],
|
|
9473
|
-
"type": "object"
|
|
9783
|
+
]
|
|
9474
9784
|
}
|
|
9475
9785
|
},
|
|
9476
|
-
|
|
9477
|
-
"
|
|
9478
|
-
|
|
9479
|
-
|
|
9786
|
+
{
|
|
9787
|
+
"name": "level",
|
|
9788
|
+
"kind": "flag",
|
|
9789
|
+
"type": "number"
|
|
9790
|
+
},
|
|
9791
|
+
{
|
|
9792
|
+
"name": "ordinal",
|
|
9793
|
+
"kind": "flag",
|
|
9794
|
+
"type": "number"
|
|
9795
|
+
},
|
|
9796
|
+
{
|
|
9797
|
+
"name": "query",
|
|
9798
|
+
"kind": "jsonFlag",
|
|
9799
|
+
"type": "json",
|
|
9800
|
+
"flag": "query-json"
|
|
9801
|
+
}
|
|
9802
|
+
],
|
|
9803
|
+
"constraints": {
|
|
9804
|
+
"mutuallyExclusive": [
|
|
9805
|
+
[
|
|
9806
|
+
"query",
|
|
9807
|
+
"within"
|
|
9808
|
+
],
|
|
9809
|
+
[
|
|
9810
|
+
"query",
|
|
9811
|
+
"kind"
|
|
9812
|
+
],
|
|
9813
|
+
[
|
|
9814
|
+
"query",
|
|
9815
|
+
"level"
|
|
9816
|
+
],
|
|
9817
|
+
[
|
|
9818
|
+
"query",
|
|
9819
|
+
"ordinal"
|
|
9820
|
+
],
|
|
9821
|
+
[
|
|
9822
|
+
"query",
|
|
9823
|
+
"limit"
|
|
9824
|
+
],
|
|
9825
|
+
[
|
|
9826
|
+
"query",
|
|
9827
|
+
"offset"
|
|
9828
|
+
]
|
|
9829
|
+
]
|
|
9480
9830
|
},
|
|
9481
|
-
"
|
|
9831
|
+
"mutates": false,
|
|
9832
|
+
"idempotency": "idempotent",
|
|
9833
|
+
"supportsTrackedMode": false,
|
|
9834
|
+
"supportsDryRun": false,
|
|
9835
|
+
"inputSchema": {
|
|
9482
9836
|
"additionalProperties": false,
|
|
9483
9837
|
"properties": {
|
|
9484
|
-
"
|
|
9838
|
+
"kind": {
|
|
9839
|
+
"enum": [
|
|
9840
|
+
"ordered",
|
|
9841
|
+
"bullet"
|
|
9842
|
+
]
|
|
9843
|
+
},
|
|
9844
|
+
"level": {
|
|
9845
|
+
"type": "integer"
|
|
9846
|
+
},
|
|
9847
|
+
"limit": {
|
|
9848
|
+
"type": "integer"
|
|
9849
|
+
},
|
|
9850
|
+
"offset": {
|
|
9851
|
+
"type": "integer"
|
|
9852
|
+
},
|
|
9853
|
+
"ordinal": {
|
|
9854
|
+
"type": "integer"
|
|
9855
|
+
},
|
|
9856
|
+
"within": {
|
|
9485
9857
|
"additionalProperties": false,
|
|
9486
9858
|
"properties": {
|
|
9487
9859
|
"kind": {
|
|
@@ -9491,7 +9863,16 @@ export const CONTRACT = {
|
|
|
9491
9863
|
"type": "string"
|
|
9492
9864
|
},
|
|
9493
9865
|
"nodeType": {
|
|
9494
|
-
"
|
|
9866
|
+
"enum": [
|
|
9867
|
+
"paragraph",
|
|
9868
|
+
"heading",
|
|
9869
|
+
"listItem",
|
|
9870
|
+
"table",
|
|
9871
|
+
"tableRow",
|
|
9872
|
+
"tableCell",
|
|
9873
|
+
"image",
|
|
9874
|
+
"sdt"
|
|
9875
|
+
]
|
|
9495
9876
|
}
|
|
9496
9877
|
},
|
|
9497
9878
|
"required": [
|
|
@@ -9500,50 +9881,116 @@ export const CONTRACT = {
|
|
|
9500
9881
|
"nodeId"
|
|
9501
9882
|
],
|
|
9502
9883
|
"type": "object"
|
|
9884
|
+
}
|
|
9885
|
+
},
|
|
9886
|
+
"type": "object"
|
|
9887
|
+
},
|
|
9888
|
+
"outputSchema": {
|
|
9889
|
+
"additionalProperties": false,
|
|
9890
|
+
"properties": {
|
|
9891
|
+
"items": {
|
|
9892
|
+
"items": {
|
|
9893
|
+
"additionalProperties": false,
|
|
9894
|
+
"properties": {
|
|
9895
|
+
"address": {
|
|
9896
|
+
"additionalProperties": false,
|
|
9897
|
+
"properties": {
|
|
9898
|
+
"kind": {
|
|
9899
|
+
"const": "block"
|
|
9900
|
+
},
|
|
9901
|
+
"nodeId": {
|
|
9902
|
+
"type": "string"
|
|
9903
|
+
},
|
|
9904
|
+
"nodeType": {
|
|
9905
|
+
"const": "listItem"
|
|
9906
|
+
}
|
|
9907
|
+
},
|
|
9908
|
+
"required": [
|
|
9909
|
+
"kind",
|
|
9910
|
+
"nodeType",
|
|
9911
|
+
"nodeId"
|
|
9912
|
+
],
|
|
9913
|
+
"type": "object"
|
|
9914
|
+
},
|
|
9915
|
+
"kind": {
|
|
9916
|
+
"enum": [
|
|
9917
|
+
"ordered",
|
|
9918
|
+
"bullet"
|
|
9919
|
+
]
|
|
9920
|
+
},
|
|
9921
|
+
"level": {
|
|
9922
|
+
"type": "integer"
|
|
9923
|
+
},
|
|
9924
|
+
"marker": {
|
|
9925
|
+
"type": "string"
|
|
9926
|
+
},
|
|
9927
|
+
"ordinal": {
|
|
9928
|
+
"type": "integer"
|
|
9929
|
+
},
|
|
9930
|
+
"path": {
|
|
9931
|
+
"items": {
|
|
9932
|
+
"type": "integer"
|
|
9933
|
+
},
|
|
9934
|
+
"type": "array"
|
|
9935
|
+
},
|
|
9936
|
+
"text": {
|
|
9937
|
+
"type": "string"
|
|
9938
|
+
}
|
|
9939
|
+
},
|
|
9940
|
+
"required": [
|
|
9941
|
+
"address"
|
|
9942
|
+
],
|
|
9943
|
+
"type": "object"
|
|
9944
|
+
},
|
|
9945
|
+
"type": "array"
|
|
9503
9946
|
},
|
|
9504
|
-
"
|
|
9505
|
-
"enum": [
|
|
9506
|
-
"ordered",
|
|
9507
|
-
"bullet"
|
|
9508
|
-
]
|
|
9509
|
-
},
|
|
9510
|
-
"level": {
|
|
9511
|
-
"type": "integer"
|
|
9512
|
-
},
|
|
9513
|
-
"marker": {
|
|
9514
|
-
"type": "string"
|
|
9515
|
-
},
|
|
9516
|
-
"ordinal": {
|
|
9517
|
-
"type": "integer"
|
|
9518
|
-
},
|
|
9519
|
-
"path": {
|
|
9947
|
+
"matches": {
|
|
9520
9948
|
"items": {
|
|
9521
|
-
"
|
|
9949
|
+
"additionalProperties": false,
|
|
9950
|
+
"properties": {
|
|
9951
|
+
"kind": {
|
|
9952
|
+
"const": "block"
|
|
9953
|
+
},
|
|
9954
|
+
"nodeId": {
|
|
9955
|
+
"type": "string"
|
|
9956
|
+
},
|
|
9957
|
+
"nodeType": {
|
|
9958
|
+
"const": "listItem"
|
|
9959
|
+
}
|
|
9960
|
+
},
|
|
9961
|
+
"required": [
|
|
9962
|
+
"kind",
|
|
9963
|
+
"nodeType",
|
|
9964
|
+
"nodeId"
|
|
9965
|
+
],
|
|
9966
|
+
"type": "object"
|
|
9522
9967
|
},
|
|
9523
9968
|
"type": "array"
|
|
9524
9969
|
},
|
|
9525
|
-
"
|
|
9526
|
-
"type": "
|
|
9970
|
+
"total": {
|
|
9971
|
+
"type": "integer"
|
|
9527
9972
|
}
|
|
9528
9973
|
},
|
|
9529
9974
|
"required": [
|
|
9530
|
-
"
|
|
9975
|
+
"matches",
|
|
9976
|
+
"total",
|
|
9977
|
+
"items"
|
|
9531
9978
|
],
|
|
9532
9979
|
"type": "object"
|
|
9533
9980
|
}
|
|
9534
9981
|
},
|
|
9535
|
-
"doc.lists.
|
|
9536
|
-
"operationId": "doc.lists.
|
|
9537
|
-
"command": "lists
|
|
9982
|
+
"doc.lists.get": {
|
|
9983
|
+
"operationId": "doc.lists.get",
|
|
9984
|
+
"command": "lists get",
|
|
9538
9985
|
"commandTokens": [
|
|
9539
9986
|
"lists",
|
|
9540
|
-
"
|
|
9987
|
+
"get"
|
|
9541
9988
|
],
|
|
9542
9989
|
"category": "lists",
|
|
9543
|
-
"description": "
|
|
9990
|
+
"description": "Retrieve a specific list node by target.",
|
|
9544
9991
|
"requiresDocumentContext": true,
|
|
9545
9992
|
"docRequirement": "optional",
|
|
9546
|
-
"intentName": "
|
|
9993
|
+
"intentName": "get_list",
|
|
9547
9994
|
"params": [
|
|
9548
9995
|
{
|
|
9549
9996
|
"name": "doc",
|
|
@@ -9557,52 +10004,11 @@ export const CONTRACT = {
|
|
|
9557
10004
|
"flag": "session"
|
|
9558
10005
|
},
|
|
9559
10006
|
{
|
|
9560
|
-
"name": "
|
|
9561
|
-
"kind": "flag",
|
|
9562
|
-
"type": "string",
|
|
9563
|
-
"agentVisible": false
|
|
9564
|
-
},
|
|
9565
|
-
{
|
|
9566
|
-
"name": "force",
|
|
9567
|
-
"kind": "flag",
|
|
9568
|
-
"type": "boolean"
|
|
9569
|
-
},
|
|
9570
|
-
{
|
|
9571
|
-
"name": "expectedRevision",
|
|
9572
|
-
"kind": "flag",
|
|
9573
|
-
"type": "number",
|
|
9574
|
-
"flag": "expected-revision",
|
|
9575
|
-
"agentVisible": false
|
|
9576
|
-
},
|
|
9577
|
-
{
|
|
9578
|
-
"name": "changeMode",
|
|
9579
|
-
"kind": "flag",
|
|
9580
|
-
"type": "string",
|
|
9581
|
-
"flag": "change-mode",
|
|
9582
|
-
"schema": {
|
|
9583
|
-
"oneOf": [
|
|
9584
|
-
{
|
|
9585
|
-
"const": "direct"
|
|
9586
|
-
},
|
|
9587
|
-
{
|
|
9588
|
-
"const": "tracked"
|
|
9589
|
-
}
|
|
9590
|
-
]
|
|
9591
|
-
},
|
|
9592
|
-
"agentVisible": false
|
|
9593
|
-
},
|
|
9594
|
-
{
|
|
9595
|
-
"name": "dryRun",
|
|
9596
|
-
"kind": "flag",
|
|
9597
|
-
"type": "boolean",
|
|
9598
|
-
"flag": "dry-run",
|
|
9599
|
-
"agentVisible": false
|
|
9600
|
-
},
|
|
9601
|
-
{
|
|
9602
|
-
"name": "target",
|
|
10007
|
+
"name": "address",
|
|
9603
10008
|
"kind": "jsonFlag",
|
|
9604
10009
|
"type": "json",
|
|
9605
|
-
"flag": "
|
|
10010
|
+
"flag": "address-json",
|
|
10011
|
+
"required": true,
|
|
9606
10012
|
"schema": {
|
|
9607
10013
|
"type": "object",
|
|
9608
10014
|
"properties": {
|
|
@@ -9622,13 +10028,193 @@ export const CONTRACT = {
|
|
|
9622
10028
|
"nodeId"
|
|
9623
10029
|
]
|
|
9624
10030
|
}
|
|
9625
|
-
}
|
|
9626
|
-
|
|
9627
|
-
|
|
9628
|
-
|
|
9629
|
-
|
|
9630
|
-
|
|
9631
|
-
|
|
10031
|
+
}
|
|
10032
|
+
],
|
|
10033
|
+
"constraints": null,
|
|
10034
|
+
"mutates": false,
|
|
10035
|
+
"idempotency": "idempotent",
|
|
10036
|
+
"supportsTrackedMode": false,
|
|
10037
|
+
"supportsDryRun": false,
|
|
10038
|
+
"inputSchema": {
|
|
10039
|
+
"additionalProperties": false,
|
|
10040
|
+
"properties": {
|
|
10041
|
+
"address": {
|
|
10042
|
+
"additionalProperties": false,
|
|
10043
|
+
"properties": {
|
|
10044
|
+
"kind": {
|
|
10045
|
+
"const": "block"
|
|
10046
|
+
},
|
|
10047
|
+
"nodeId": {
|
|
10048
|
+
"type": "string"
|
|
10049
|
+
},
|
|
10050
|
+
"nodeType": {
|
|
10051
|
+
"const": "listItem"
|
|
10052
|
+
}
|
|
10053
|
+
},
|
|
10054
|
+
"required": [
|
|
10055
|
+
"kind",
|
|
10056
|
+
"nodeType",
|
|
10057
|
+
"nodeId"
|
|
10058
|
+
],
|
|
10059
|
+
"type": "object"
|
|
10060
|
+
}
|
|
10061
|
+
},
|
|
10062
|
+
"required": [
|
|
10063
|
+
"address"
|
|
10064
|
+
],
|
|
10065
|
+
"type": "object"
|
|
10066
|
+
},
|
|
10067
|
+
"outputSchema": {
|
|
10068
|
+
"additionalProperties": false,
|
|
10069
|
+
"properties": {
|
|
10070
|
+
"address": {
|
|
10071
|
+
"additionalProperties": false,
|
|
10072
|
+
"properties": {
|
|
10073
|
+
"kind": {
|
|
10074
|
+
"const": "block"
|
|
10075
|
+
},
|
|
10076
|
+
"nodeId": {
|
|
10077
|
+
"type": "string"
|
|
10078
|
+
},
|
|
10079
|
+
"nodeType": {
|
|
10080
|
+
"const": "listItem"
|
|
10081
|
+
}
|
|
10082
|
+
},
|
|
10083
|
+
"required": [
|
|
10084
|
+
"kind",
|
|
10085
|
+
"nodeType",
|
|
10086
|
+
"nodeId"
|
|
10087
|
+
],
|
|
10088
|
+
"type": "object"
|
|
10089
|
+
},
|
|
10090
|
+
"kind": {
|
|
10091
|
+
"enum": [
|
|
10092
|
+
"ordered",
|
|
10093
|
+
"bullet"
|
|
10094
|
+
]
|
|
10095
|
+
},
|
|
10096
|
+
"level": {
|
|
10097
|
+
"type": "integer"
|
|
10098
|
+
},
|
|
10099
|
+
"marker": {
|
|
10100
|
+
"type": "string"
|
|
10101
|
+
},
|
|
10102
|
+
"ordinal": {
|
|
10103
|
+
"type": "integer"
|
|
10104
|
+
},
|
|
10105
|
+
"path": {
|
|
10106
|
+
"items": {
|
|
10107
|
+
"type": "integer"
|
|
10108
|
+
},
|
|
10109
|
+
"type": "array"
|
|
10110
|
+
},
|
|
10111
|
+
"text": {
|
|
10112
|
+
"type": "string"
|
|
10113
|
+
}
|
|
10114
|
+
},
|
|
10115
|
+
"required": [
|
|
10116
|
+
"address"
|
|
10117
|
+
],
|
|
10118
|
+
"type": "object"
|
|
10119
|
+
}
|
|
10120
|
+
},
|
|
10121
|
+
"doc.lists.insert": {
|
|
10122
|
+
"operationId": "doc.lists.insert",
|
|
10123
|
+
"command": "lists insert",
|
|
10124
|
+
"commandTokens": [
|
|
10125
|
+
"lists",
|
|
10126
|
+
"insert"
|
|
10127
|
+
],
|
|
10128
|
+
"category": "lists",
|
|
10129
|
+
"description": "Insert a new list at the target position.",
|
|
10130
|
+
"requiresDocumentContext": true,
|
|
10131
|
+
"docRequirement": "optional",
|
|
10132
|
+
"intentName": "insert_list",
|
|
10133
|
+
"params": [
|
|
10134
|
+
{
|
|
10135
|
+
"name": "doc",
|
|
10136
|
+
"kind": "doc",
|
|
10137
|
+
"type": "string"
|
|
10138
|
+
},
|
|
10139
|
+
{
|
|
10140
|
+
"name": "sessionId",
|
|
10141
|
+
"kind": "flag",
|
|
10142
|
+
"type": "string",
|
|
10143
|
+
"flag": "session"
|
|
10144
|
+
},
|
|
10145
|
+
{
|
|
10146
|
+
"name": "out",
|
|
10147
|
+
"kind": "flag",
|
|
10148
|
+
"type": "string",
|
|
10149
|
+
"agentVisible": false
|
|
10150
|
+
},
|
|
10151
|
+
{
|
|
10152
|
+
"name": "force",
|
|
10153
|
+
"kind": "flag",
|
|
10154
|
+
"type": "boolean"
|
|
10155
|
+
},
|
|
10156
|
+
{
|
|
10157
|
+
"name": "expectedRevision",
|
|
10158
|
+
"kind": "flag",
|
|
10159
|
+
"type": "number",
|
|
10160
|
+
"flag": "expected-revision",
|
|
10161
|
+
"agentVisible": false
|
|
10162
|
+
},
|
|
10163
|
+
{
|
|
10164
|
+
"name": "changeMode",
|
|
10165
|
+
"kind": "flag",
|
|
10166
|
+
"type": "string",
|
|
10167
|
+
"flag": "change-mode",
|
|
10168
|
+
"schema": {
|
|
10169
|
+
"oneOf": [
|
|
10170
|
+
{
|
|
10171
|
+
"const": "direct"
|
|
10172
|
+
},
|
|
10173
|
+
{
|
|
10174
|
+
"const": "tracked"
|
|
10175
|
+
}
|
|
10176
|
+
]
|
|
10177
|
+
},
|
|
10178
|
+
"agentVisible": false
|
|
10179
|
+
},
|
|
10180
|
+
{
|
|
10181
|
+
"name": "dryRun",
|
|
10182
|
+
"kind": "flag",
|
|
10183
|
+
"type": "boolean",
|
|
10184
|
+
"flag": "dry-run",
|
|
10185
|
+
"agentVisible": false
|
|
10186
|
+
},
|
|
10187
|
+
{
|
|
10188
|
+
"name": "target",
|
|
10189
|
+
"kind": "jsonFlag",
|
|
10190
|
+
"type": "json",
|
|
10191
|
+
"flag": "target-json",
|
|
10192
|
+
"schema": {
|
|
10193
|
+
"type": "object",
|
|
10194
|
+
"properties": {
|
|
10195
|
+
"kind": {
|
|
10196
|
+
"const": "block"
|
|
10197
|
+
},
|
|
10198
|
+
"nodeType": {
|
|
10199
|
+
"const": "listItem"
|
|
10200
|
+
},
|
|
10201
|
+
"nodeId": {
|
|
10202
|
+
"type": "string"
|
|
10203
|
+
}
|
|
10204
|
+
},
|
|
10205
|
+
"required": [
|
|
10206
|
+
"kind",
|
|
10207
|
+
"nodeType",
|
|
10208
|
+
"nodeId"
|
|
10209
|
+
]
|
|
10210
|
+
}
|
|
10211
|
+
},
|
|
10212
|
+
{
|
|
10213
|
+
"name": "nodeId",
|
|
10214
|
+
"kind": "flag",
|
|
10215
|
+
"type": "string",
|
|
10216
|
+
"flag": "node-id"
|
|
10217
|
+
},
|
|
9632
10218
|
{
|
|
9633
10219
|
"name": "position",
|
|
9634
10220
|
"kind": "flag",
|
|
@@ -17886,216 +18472,1692 @@ export const CONTRACT = {
|
|
|
17886
18472
|
"failure": {
|
|
17887
18473
|
"additionalProperties": false,
|
|
17888
18474
|
"properties": {
|
|
17889
|
-
"code": {
|
|
17890
|
-
"enum": [
|
|
17891
|
-
"NO_OP"
|
|
17892
|
-
]
|
|
18475
|
+
"code": {
|
|
18476
|
+
"enum": [
|
|
18477
|
+
"NO_OP"
|
|
18478
|
+
]
|
|
18479
|
+
},
|
|
18480
|
+
"details": {},
|
|
18481
|
+
"message": {
|
|
18482
|
+
"type": "string"
|
|
18483
|
+
}
|
|
18484
|
+
},
|
|
18485
|
+
"required": [
|
|
18486
|
+
"code",
|
|
18487
|
+
"message"
|
|
18488
|
+
],
|
|
18489
|
+
"type": "object"
|
|
18490
|
+
},
|
|
18491
|
+
"success": {
|
|
18492
|
+
"const": false
|
|
18493
|
+
}
|
|
18494
|
+
},
|
|
18495
|
+
"required": [
|
|
18496
|
+
"success",
|
|
18497
|
+
"failure"
|
|
18498
|
+
],
|
|
18499
|
+
"type": "object"
|
|
18500
|
+
}
|
|
18501
|
+
]
|
|
18502
|
+
},
|
|
18503
|
+
"successSchema": {
|
|
18504
|
+
"additionalProperties": false,
|
|
18505
|
+
"properties": {
|
|
18506
|
+
"inserted": {
|
|
18507
|
+
"items": {
|
|
18508
|
+
"oneOf": [
|
|
18509
|
+
{
|
|
18510
|
+
"additionalProperties": false,
|
|
18511
|
+
"properties": {
|
|
18512
|
+
"entityId": {
|
|
18513
|
+
"type": "string"
|
|
18514
|
+
},
|
|
18515
|
+
"entityType": {
|
|
18516
|
+
"const": "comment"
|
|
18517
|
+
},
|
|
18518
|
+
"kind": {
|
|
18519
|
+
"const": "entity"
|
|
18520
|
+
}
|
|
18521
|
+
},
|
|
18522
|
+
"required": [
|
|
18523
|
+
"kind",
|
|
18524
|
+
"entityType",
|
|
18525
|
+
"entityId"
|
|
18526
|
+
],
|
|
18527
|
+
"type": "object"
|
|
18528
|
+
},
|
|
18529
|
+
{
|
|
18530
|
+
"additionalProperties": false,
|
|
18531
|
+
"properties": {
|
|
18532
|
+
"entityId": {
|
|
18533
|
+
"type": "string"
|
|
18534
|
+
},
|
|
18535
|
+
"entityType": {
|
|
18536
|
+
"const": "trackedChange"
|
|
18537
|
+
},
|
|
18538
|
+
"kind": {
|
|
18539
|
+
"const": "entity"
|
|
18540
|
+
}
|
|
18541
|
+
},
|
|
18542
|
+
"required": [
|
|
18543
|
+
"kind",
|
|
18544
|
+
"entityType",
|
|
18545
|
+
"entityId"
|
|
18546
|
+
],
|
|
18547
|
+
"type": "object"
|
|
18548
|
+
}
|
|
18549
|
+
]
|
|
18550
|
+
},
|
|
18551
|
+
"type": "array"
|
|
18552
|
+
},
|
|
18553
|
+
"removed": {
|
|
18554
|
+
"items": {
|
|
18555
|
+
"oneOf": [
|
|
18556
|
+
{
|
|
18557
|
+
"additionalProperties": false,
|
|
18558
|
+
"properties": {
|
|
18559
|
+
"entityId": {
|
|
18560
|
+
"type": "string"
|
|
18561
|
+
},
|
|
18562
|
+
"entityType": {
|
|
18563
|
+
"const": "comment"
|
|
18564
|
+
},
|
|
18565
|
+
"kind": {
|
|
18566
|
+
"const": "entity"
|
|
18567
|
+
}
|
|
18568
|
+
},
|
|
18569
|
+
"required": [
|
|
18570
|
+
"kind",
|
|
18571
|
+
"entityType",
|
|
18572
|
+
"entityId"
|
|
18573
|
+
],
|
|
18574
|
+
"type": "object"
|
|
18575
|
+
},
|
|
18576
|
+
{
|
|
18577
|
+
"additionalProperties": false,
|
|
18578
|
+
"properties": {
|
|
18579
|
+
"entityId": {
|
|
18580
|
+
"type": "string"
|
|
18581
|
+
},
|
|
18582
|
+
"entityType": {
|
|
18583
|
+
"const": "trackedChange"
|
|
18584
|
+
},
|
|
18585
|
+
"kind": {
|
|
18586
|
+
"const": "entity"
|
|
18587
|
+
}
|
|
18588
|
+
},
|
|
18589
|
+
"required": [
|
|
18590
|
+
"kind",
|
|
18591
|
+
"entityType",
|
|
18592
|
+
"entityId"
|
|
18593
|
+
],
|
|
18594
|
+
"type": "object"
|
|
18595
|
+
}
|
|
18596
|
+
]
|
|
18597
|
+
},
|
|
18598
|
+
"type": "array"
|
|
18599
|
+
},
|
|
18600
|
+
"success": {
|
|
18601
|
+
"const": true
|
|
18602
|
+
},
|
|
18603
|
+
"updated": {
|
|
18604
|
+
"items": {
|
|
18605
|
+
"oneOf": [
|
|
18606
|
+
{
|
|
18607
|
+
"additionalProperties": false,
|
|
18608
|
+
"properties": {
|
|
18609
|
+
"entityId": {
|
|
18610
|
+
"type": "string"
|
|
18611
|
+
},
|
|
18612
|
+
"entityType": {
|
|
18613
|
+
"const": "comment"
|
|
18614
|
+
},
|
|
18615
|
+
"kind": {
|
|
18616
|
+
"const": "entity"
|
|
18617
|
+
}
|
|
18618
|
+
},
|
|
18619
|
+
"required": [
|
|
18620
|
+
"kind",
|
|
18621
|
+
"entityType",
|
|
18622
|
+
"entityId"
|
|
18623
|
+
],
|
|
18624
|
+
"type": "object"
|
|
18625
|
+
},
|
|
18626
|
+
{
|
|
18627
|
+
"additionalProperties": false,
|
|
18628
|
+
"properties": {
|
|
18629
|
+
"entityId": {
|
|
18630
|
+
"type": "string"
|
|
18631
|
+
},
|
|
18632
|
+
"entityType": {
|
|
18633
|
+
"const": "trackedChange"
|
|
18634
|
+
},
|
|
18635
|
+
"kind": {
|
|
18636
|
+
"const": "entity"
|
|
18637
|
+
}
|
|
18638
|
+
},
|
|
18639
|
+
"required": [
|
|
18640
|
+
"kind",
|
|
18641
|
+
"entityType",
|
|
18642
|
+
"entityId"
|
|
18643
|
+
],
|
|
18644
|
+
"type": "object"
|
|
18645
|
+
}
|
|
18646
|
+
]
|
|
18647
|
+
},
|
|
18648
|
+
"type": "array"
|
|
18649
|
+
}
|
|
18650
|
+
},
|
|
18651
|
+
"required": [
|
|
18652
|
+
"success"
|
|
18653
|
+
],
|
|
18654
|
+
"type": "object"
|
|
18655
|
+
},
|
|
18656
|
+
"failureSchema": {
|
|
18657
|
+
"additionalProperties": false,
|
|
18658
|
+
"properties": {
|
|
18659
|
+
"failure": {
|
|
18660
|
+
"additionalProperties": false,
|
|
18661
|
+
"properties": {
|
|
18662
|
+
"code": {
|
|
18663
|
+
"enum": [
|
|
18664
|
+
"NO_OP"
|
|
18665
|
+
]
|
|
18666
|
+
},
|
|
18667
|
+
"details": {},
|
|
18668
|
+
"message": {
|
|
18669
|
+
"type": "string"
|
|
18670
|
+
}
|
|
18671
|
+
},
|
|
18672
|
+
"required": [
|
|
18673
|
+
"code",
|
|
18674
|
+
"message"
|
|
18675
|
+
],
|
|
18676
|
+
"type": "object"
|
|
18677
|
+
},
|
|
18678
|
+
"success": {
|
|
18679
|
+
"const": false
|
|
18680
|
+
}
|
|
18681
|
+
},
|
|
18682
|
+
"required": [
|
|
18683
|
+
"success",
|
|
18684
|
+
"failure"
|
|
18685
|
+
],
|
|
18686
|
+
"type": "object"
|
|
18687
|
+
}
|
|
18688
|
+
},
|
|
18689
|
+
"doc.capabilities.get": {
|
|
18690
|
+
"operationId": "doc.capabilities.get",
|
|
18691
|
+
"command": "capabilities",
|
|
18692
|
+
"commandTokens": [
|
|
18693
|
+
"capabilities"
|
|
18694
|
+
],
|
|
18695
|
+
"category": "capabilities",
|
|
18696
|
+
"description": "Query runtime capabilities supported by the current document engine.",
|
|
18697
|
+
"requiresDocumentContext": false,
|
|
18698
|
+
"docRequirement": "none",
|
|
18699
|
+
"intentName": "get_capabilities",
|
|
18700
|
+
"params": [
|
|
18701
|
+
{
|
|
18702
|
+
"name": "sessionId",
|
|
18703
|
+
"kind": "flag",
|
|
18704
|
+
"type": "string",
|
|
18705
|
+
"flag": "session"
|
|
18706
|
+
}
|
|
18707
|
+
],
|
|
18708
|
+
"constraints": null,
|
|
18709
|
+
"mutates": false,
|
|
18710
|
+
"idempotency": "idempotent",
|
|
18711
|
+
"supportsTrackedMode": false,
|
|
18712
|
+
"supportsDryRun": false,
|
|
18713
|
+
"inputSchema": {
|
|
18714
|
+
"additionalProperties": false,
|
|
18715
|
+
"properties": {},
|
|
18716
|
+
"type": "object"
|
|
18717
|
+
},
|
|
18718
|
+
"outputSchema": {
|
|
18719
|
+
"additionalProperties": false,
|
|
18720
|
+
"properties": {
|
|
18721
|
+
"global": {
|
|
18722
|
+
"additionalProperties": false,
|
|
18723
|
+
"properties": {
|
|
18724
|
+
"comments": {
|
|
18725
|
+
"additionalProperties": false,
|
|
18726
|
+
"properties": {
|
|
18727
|
+
"enabled": {
|
|
18728
|
+
"type": "boolean"
|
|
18729
|
+
},
|
|
18730
|
+
"reasons": {
|
|
18731
|
+
"items": {
|
|
18732
|
+
"enum": [
|
|
18733
|
+
"COMMAND_UNAVAILABLE",
|
|
18734
|
+
"OPERATION_UNAVAILABLE",
|
|
18735
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
18736
|
+
"DRY_RUN_UNAVAILABLE",
|
|
18737
|
+
"NAMESPACE_UNAVAILABLE"
|
|
18738
|
+
]
|
|
18739
|
+
},
|
|
18740
|
+
"type": "array"
|
|
18741
|
+
}
|
|
18742
|
+
},
|
|
18743
|
+
"required": [
|
|
18744
|
+
"enabled"
|
|
18745
|
+
],
|
|
18746
|
+
"type": "object"
|
|
18747
|
+
},
|
|
18748
|
+
"dryRun": {
|
|
18749
|
+
"additionalProperties": false,
|
|
18750
|
+
"properties": {
|
|
18751
|
+
"enabled": {
|
|
18752
|
+
"type": "boolean"
|
|
18753
|
+
},
|
|
18754
|
+
"reasons": {
|
|
18755
|
+
"items": {
|
|
18756
|
+
"enum": [
|
|
18757
|
+
"COMMAND_UNAVAILABLE",
|
|
18758
|
+
"OPERATION_UNAVAILABLE",
|
|
18759
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
18760
|
+
"DRY_RUN_UNAVAILABLE",
|
|
18761
|
+
"NAMESPACE_UNAVAILABLE"
|
|
18762
|
+
]
|
|
18763
|
+
},
|
|
18764
|
+
"type": "array"
|
|
18765
|
+
}
|
|
18766
|
+
},
|
|
18767
|
+
"required": [
|
|
18768
|
+
"enabled"
|
|
18769
|
+
],
|
|
18770
|
+
"type": "object"
|
|
18771
|
+
},
|
|
18772
|
+
"lists": {
|
|
18773
|
+
"additionalProperties": false,
|
|
18774
|
+
"properties": {
|
|
18775
|
+
"enabled": {
|
|
18776
|
+
"type": "boolean"
|
|
18777
|
+
},
|
|
18778
|
+
"reasons": {
|
|
18779
|
+
"items": {
|
|
18780
|
+
"enum": [
|
|
18781
|
+
"COMMAND_UNAVAILABLE",
|
|
18782
|
+
"OPERATION_UNAVAILABLE",
|
|
18783
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
18784
|
+
"DRY_RUN_UNAVAILABLE",
|
|
18785
|
+
"NAMESPACE_UNAVAILABLE"
|
|
18786
|
+
]
|
|
18787
|
+
},
|
|
18788
|
+
"type": "array"
|
|
18789
|
+
}
|
|
18790
|
+
},
|
|
18791
|
+
"required": [
|
|
18792
|
+
"enabled"
|
|
18793
|
+
],
|
|
18794
|
+
"type": "object"
|
|
18795
|
+
},
|
|
18796
|
+
"trackChanges": {
|
|
18797
|
+
"additionalProperties": false,
|
|
18798
|
+
"properties": {
|
|
18799
|
+
"enabled": {
|
|
18800
|
+
"type": "boolean"
|
|
18801
|
+
},
|
|
18802
|
+
"reasons": {
|
|
18803
|
+
"items": {
|
|
18804
|
+
"enum": [
|
|
18805
|
+
"COMMAND_UNAVAILABLE",
|
|
18806
|
+
"OPERATION_UNAVAILABLE",
|
|
18807
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
18808
|
+
"DRY_RUN_UNAVAILABLE",
|
|
18809
|
+
"NAMESPACE_UNAVAILABLE"
|
|
18810
|
+
]
|
|
18811
|
+
},
|
|
18812
|
+
"type": "array"
|
|
18813
|
+
}
|
|
18814
|
+
},
|
|
18815
|
+
"required": [
|
|
18816
|
+
"enabled"
|
|
18817
|
+
],
|
|
18818
|
+
"type": "object"
|
|
18819
|
+
}
|
|
18820
|
+
},
|
|
18821
|
+
"required": [
|
|
18822
|
+
"trackChanges",
|
|
18823
|
+
"comments",
|
|
18824
|
+
"lists",
|
|
18825
|
+
"dryRun"
|
|
18826
|
+
],
|
|
18827
|
+
"type": "object"
|
|
18828
|
+
},
|
|
18829
|
+
"operations": {
|
|
18830
|
+
"additionalProperties": false,
|
|
18831
|
+
"properties": {
|
|
18832
|
+
"capabilities.get": {
|
|
18833
|
+
"additionalProperties": false,
|
|
18834
|
+
"properties": {
|
|
18835
|
+
"available": {
|
|
18836
|
+
"type": "boolean"
|
|
18837
|
+
},
|
|
18838
|
+
"dryRun": {
|
|
18839
|
+
"type": "boolean"
|
|
18840
|
+
},
|
|
18841
|
+
"reasons": {
|
|
18842
|
+
"items": {
|
|
18843
|
+
"enum": [
|
|
18844
|
+
"COMMAND_UNAVAILABLE",
|
|
18845
|
+
"OPERATION_UNAVAILABLE",
|
|
18846
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
18847
|
+
"DRY_RUN_UNAVAILABLE",
|
|
18848
|
+
"NAMESPACE_UNAVAILABLE"
|
|
18849
|
+
]
|
|
18850
|
+
},
|
|
18851
|
+
"type": "array"
|
|
18852
|
+
},
|
|
18853
|
+
"tracked": {
|
|
18854
|
+
"type": "boolean"
|
|
18855
|
+
}
|
|
18856
|
+
},
|
|
18857
|
+
"required": [
|
|
18858
|
+
"available",
|
|
18859
|
+
"tracked",
|
|
18860
|
+
"dryRun"
|
|
18861
|
+
],
|
|
18862
|
+
"type": "object"
|
|
18863
|
+
},
|
|
18864
|
+
"comments.add": {
|
|
18865
|
+
"additionalProperties": false,
|
|
18866
|
+
"properties": {
|
|
18867
|
+
"available": {
|
|
18868
|
+
"type": "boolean"
|
|
18869
|
+
},
|
|
18870
|
+
"dryRun": {
|
|
18871
|
+
"type": "boolean"
|
|
18872
|
+
},
|
|
18873
|
+
"reasons": {
|
|
18874
|
+
"items": {
|
|
18875
|
+
"enum": [
|
|
18876
|
+
"COMMAND_UNAVAILABLE",
|
|
18877
|
+
"OPERATION_UNAVAILABLE",
|
|
18878
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
18879
|
+
"DRY_RUN_UNAVAILABLE",
|
|
18880
|
+
"NAMESPACE_UNAVAILABLE"
|
|
18881
|
+
]
|
|
18882
|
+
},
|
|
18883
|
+
"type": "array"
|
|
18884
|
+
},
|
|
18885
|
+
"tracked": {
|
|
18886
|
+
"type": "boolean"
|
|
18887
|
+
}
|
|
18888
|
+
},
|
|
18889
|
+
"required": [
|
|
18890
|
+
"available",
|
|
18891
|
+
"tracked",
|
|
18892
|
+
"dryRun"
|
|
18893
|
+
],
|
|
18894
|
+
"type": "object"
|
|
18895
|
+
},
|
|
18896
|
+
"comments.edit": {
|
|
18897
|
+
"additionalProperties": false,
|
|
18898
|
+
"properties": {
|
|
18899
|
+
"available": {
|
|
18900
|
+
"type": "boolean"
|
|
18901
|
+
},
|
|
18902
|
+
"dryRun": {
|
|
18903
|
+
"type": "boolean"
|
|
18904
|
+
},
|
|
18905
|
+
"reasons": {
|
|
18906
|
+
"items": {
|
|
18907
|
+
"enum": [
|
|
18908
|
+
"COMMAND_UNAVAILABLE",
|
|
18909
|
+
"OPERATION_UNAVAILABLE",
|
|
18910
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
18911
|
+
"DRY_RUN_UNAVAILABLE",
|
|
18912
|
+
"NAMESPACE_UNAVAILABLE"
|
|
18913
|
+
]
|
|
18914
|
+
},
|
|
18915
|
+
"type": "array"
|
|
18916
|
+
},
|
|
18917
|
+
"tracked": {
|
|
18918
|
+
"type": "boolean"
|
|
18919
|
+
}
|
|
18920
|
+
},
|
|
18921
|
+
"required": [
|
|
18922
|
+
"available",
|
|
18923
|
+
"tracked",
|
|
18924
|
+
"dryRun"
|
|
18925
|
+
],
|
|
18926
|
+
"type": "object"
|
|
18927
|
+
},
|
|
18928
|
+
"comments.get": {
|
|
18929
|
+
"additionalProperties": false,
|
|
18930
|
+
"properties": {
|
|
18931
|
+
"available": {
|
|
18932
|
+
"type": "boolean"
|
|
18933
|
+
},
|
|
18934
|
+
"dryRun": {
|
|
18935
|
+
"type": "boolean"
|
|
18936
|
+
},
|
|
18937
|
+
"reasons": {
|
|
18938
|
+
"items": {
|
|
18939
|
+
"enum": [
|
|
18940
|
+
"COMMAND_UNAVAILABLE",
|
|
18941
|
+
"OPERATION_UNAVAILABLE",
|
|
18942
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
18943
|
+
"DRY_RUN_UNAVAILABLE",
|
|
18944
|
+
"NAMESPACE_UNAVAILABLE"
|
|
18945
|
+
]
|
|
18946
|
+
},
|
|
18947
|
+
"type": "array"
|
|
18948
|
+
},
|
|
18949
|
+
"tracked": {
|
|
18950
|
+
"type": "boolean"
|
|
18951
|
+
}
|
|
18952
|
+
},
|
|
18953
|
+
"required": [
|
|
18954
|
+
"available",
|
|
18955
|
+
"tracked",
|
|
18956
|
+
"dryRun"
|
|
18957
|
+
],
|
|
18958
|
+
"type": "object"
|
|
18959
|
+
},
|
|
18960
|
+
"comments.goTo": {
|
|
18961
|
+
"additionalProperties": false,
|
|
18962
|
+
"properties": {
|
|
18963
|
+
"available": {
|
|
18964
|
+
"type": "boolean"
|
|
18965
|
+
},
|
|
18966
|
+
"dryRun": {
|
|
18967
|
+
"type": "boolean"
|
|
18968
|
+
},
|
|
18969
|
+
"reasons": {
|
|
18970
|
+
"items": {
|
|
18971
|
+
"enum": [
|
|
18972
|
+
"COMMAND_UNAVAILABLE",
|
|
18973
|
+
"OPERATION_UNAVAILABLE",
|
|
18974
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
18975
|
+
"DRY_RUN_UNAVAILABLE",
|
|
18976
|
+
"NAMESPACE_UNAVAILABLE"
|
|
18977
|
+
]
|
|
18978
|
+
},
|
|
18979
|
+
"type": "array"
|
|
18980
|
+
},
|
|
18981
|
+
"tracked": {
|
|
18982
|
+
"type": "boolean"
|
|
18983
|
+
}
|
|
18984
|
+
},
|
|
18985
|
+
"required": [
|
|
18986
|
+
"available",
|
|
18987
|
+
"tracked",
|
|
18988
|
+
"dryRun"
|
|
18989
|
+
],
|
|
18990
|
+
"type": "object"
|
|
18991
|
+
},
|
|
18992
|
+
"comments.list": {
|
|
18993
|
+
"additionalProperties": false,
|
|
18994
|
+
"properties": {
|
|
18995
|
+
"available": {
|
|
18996
|
+
"type": "boolean"
|
|
18997
|
+
},
|
|
18998
|
+
"dryRun": {
|
|
18999
|
+
"type": "boolean"
|
|
19000
|
+
},
|
|
19001
|
+
"reasons": {
|
|
19002
|
+
"items": {
|
|
19003
|
+
"enum": [
|
|
19004
|
+
"COMMAND_UNAVAILABLE",
|
|
19005
|
+
"OPERATION_UNAVAILABLE",
|
|
19006
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19007
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19008
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19009
|
+
]
|
|
19010
|
+
},
|
|
19011
|
+
"type": "array"
|
|
19012
|
+
},
|
|
19013
|
+
"tracked": {
|
|
19014
|
+
"type": "boolean"
|
|
19015
|
+
}
|
|
19016
|
+
},
|
|
19017
|
+
"required": [
|
|
19018
|
+
"available",
|
|
19019
|
+
"tracked",
|
|
19020
|
+
"dryRun"
|
|
19021
|
+
],
|
|
19022
|
+
"type": "object"
|
|
19023
|
+
},
|
|
19024
|
+
"comments.move": {
|
|
19025
|
+
"additionalProperties": false,
|
|
19026
|
+
"properties": {
|
|
19027
|
+
"available": {
|
|
19028
|
+
"type": "boolean"
|
|
19029
|
+
},
|
|
19030
|
+
"dryRun": {
|
|
19031
|
+
"type": "boolean"
|
|
19032
|
+
},
|
|
19033
|
+
"reasons": {
|
|
19034
|
+
"items": {
|
|
19035
|
+
"enum": [
|
|
19036
|
+
"COMMAND_UNAVAILABLE",
|
|
19037
|
+
"OPERATION_UNAVAILABLE",
|
|
19038
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19039
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19040
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19041
|
+
]
|
|
19042
|
+
},
|
|
19043
|
+
"type": "array"
|
|
19044
|
+
},
|
|
19045
|
+
"tracked": {
|
|
19046
|
+
"type": "boolean"
|
|
19047
|
+
}
|
|
19048
|
+
},
|
|
19049
|
+
"required": [
|
|
19050
|
+
"available",
|
|
19051
|
+
"tracked",
|
|
19052
|
+
"dryRun"
|
|
19053
|
+
],
|
|
19054
|
+
"type": "object"
|
|
19055
|
+
},
|
|
19056
|
+
"comments.remove": {
|
|
19057
|
+
"additionalProperties": false,
|
|
19058
|
+
"properties": {
|
|
19059
|
+
"available": {
|
|
19060
|
+
"type": "boolean"
|
|
19061
|
+
},
|
|
19062
|
+
"dryRun": {
|
|
19063
|
+
"type": "boolean"
|
|
19064
|
+
},
|
|
19065
|
+
"reasons": {
|
|
19066
|
+
"items": {
|
|
19067
|
+
"enum": [
|
|
19068
|
+
"COMMAND_UNAVAILABLE",
|
|
19069
|
+
"OPERATION_UNAVAILABLE",
|
|
19070
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19071
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19072
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19073
|
+
]
|
|
19074
|
+
},
|
|
19075
|
+
"type": "array"
|
|
19076
|
+
},
|
|
19077
|
+
"tracked": {
|
|
19078
|
+
"type": "boolean"
|
|
19079
|
+
}
|
|
19080
|
+
},
|
|
19081
|
+
"required": [
|
|
19082
|
+
"available",
|
|
19083
|
+
"tracked",
|
|
19084
|
+
"dryRun"
|
|
19085
|
+
],
|
|
19086
|
+
"type": "object"
|
|
19087
|
+
},
|
|
19088
|
+
"comments.reply": {
|
|
19089
|
+
"additionalProperties": false,
|
|
19090
|
+
"properties": {
|
|
19091
|
+
"available": {
|
|
19092
|
+
"type": "boolean"
|
|
19093
|
+
},
|
|
19094
|
+
"dryRun": {
|
|
19095
|
+
"type": "boolean"
|
|
19096
|
+
},
|
|
19097
|
+
"reasons": {
|
|
19098
|
+
"items": {
|
|
19099
|
+
"enum": [
|
|
19100
|
+
"COMMAND_UNAVAILABLE",
|
|
19101
|
+
"OPERATION_UNAVAILABLE",
|
|
19102
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19103
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19104
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19105
|
+
]
|
|
19106
|
+
},
|
|
19107
|
+
"type": "array"
|
|
19108
|
+
},
|
|
19109
|
+
"tracked": {
|
|
19110
|
+
"type": "boolean"
|
|
19111
|
+
}
|
|
19112
|
+
},
|
|
19113
|
+
"required": [
|
|
19114
|
+
"available",
|
|
19115
|
+
"tracked",
|
|
19116
|
+
"dryRun"
|
|
19117
|
+
],
|
|
19118
|
+
"type": "object"
|
|
19119
|
+
},
|
|
19120
|
+
"comments.resolve": {
|
|
19121
|
+
"additionalProperties": false,
|
|
19122
|
+
"properties": {
|
|
19123
|
+
"available": {
|
|
19124
|
+
"type": "boolean"
|
|
19125
|
+
},
|
|
19126
|
+
"dryRun": {
|
|
19127
|
+
"type": "boolean"
|
|
19128
|
+
},
|
|
19129
|
+
"reasons": {
|
|
19130
|
+
"items": {
|
|
19131
|
+
"enum": [
|
|
19132
|
+
"COMMAND_UNAVAILABLE",
|
|
19133
|
+
"OPERATION_UNAVAILABLE",
|
|
19134
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19135
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19136
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19137
|
+
]
|
|
19138
|
+
},
|
|
19139
|
+
"type": "array"
|
|
19140
|
+
},
|
|
19141
|
+
"tracked": {
|
|
19142
|
+
"type": "boolean"
|
|
19143
|
+
}
|
|
19144
|
+
},
|
|
19145
|
+
"required": [
|
|
19146
|
+
"available",
|
|
19147
|
+
"tracked",
|
|
19148
|
+
"dryRun"
|
|
19149
|
+
],
|
|
19150
|
+
"type": "object"
|
|
19151
|
+
},
|
|
19152
|
+
"comments.setActive": {
|
|
19153
|
+
"additionalProperties": false,
|
|
19154
|
+
"properties": {
|
|
19155
|
+
"available": {
|
|
19156
|
+
"type": "boolean"
|
|
19157
|
+
},
|
|
19158
|
+
"dryRun": {
|
|
19159
|
+
"type": "boolean"
|
|
19160
|
+
},
|
|
19161
|
+
"reasons": {
|
|
19162
|
+
"items": {
|
|
19163
|
+
"enum": [
|
|
19164
|
+
"COMMAND_UNAVAILABLE",
|
|
19165
|
+
"OPERATION_UNAVAILABLE",
|
|
19166
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19167
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19168
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19169
|
+
]
|
|
19170
|
+
},
|
|
19171
|
+
"type": "array"
|
|
19172
|
+
},
|
|
19173
|
+
"tracked": {
|
|
19174
|
+
"type": "boolean"
|
|
19175
|
+
}
|
|
19176
|
+
},
|
|
19177
|
+
"required": [
|
|
19178
|
+
"available",
|
|
19179
|
+
"tracked",
|
|
19180
|
+
"dryRun"
|
|
19181
|
+
],
|
|
19182
|
+
"type": "object"
|
|
19183
|
+
},
|
|
19184
|
+
"comments.setInternal": {
|
|
19185
|
+
"additionalProperties": false,
|
|
19186
|
+
"properties": {
|
|
19187
|
+
"available": {
|
|
19188
|
+
"type": "boolean"
|
|
19189
|
+
},
|
|
19190
|
+
"dryRun": {
|
|
19191
|
+
"type": "boolean"
|
|
19192
|
+
},
|
|
19193
|
+
"reasons": {
|
|
19194
|
+
"items": {
|
|
19195
|
+
"enum": [
|
|
19196
|
+
"COMMAND_UNAVAILABLE",
|
|
19197
|
+
"OPERATION_UNAVAILABLE",
|
|
19198
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19199
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19200
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19201
|
+
]
|
|
19202
|
+
},
|
|
19203
|
+
"type": "array"
|
|
19204
|
+
},
|
|
19205
|
+
"tracked": {
|
|
19206
|
+
"type": "boolean"
|
|
19207
|
+
}
|
|
19208
|
+
},
|
|
19209
|
+
"required": [
|
|
19210
|
+
"available",
|
|
19211
|
+
"tracked",
|
|
19212
|
+
"dryRun"
|
|
19213
|
+
],
|
|
19214
|
+
"type": "object"
|
|
19215
|
+
},
|
|
19216
|
+
"create.heading": {
|
|
19217
|
+
"additionalProperties": false,
|
|
19218
|
+
"properties": {
|
|
19219
|
+
"available": {
|
|
19220
|
+
"type": "boolean"
|
|
19221
|
+
},
|
|
19222
|
+
"dryRun": {
|
|
19223
|
+
"type": "boolean"
|
|
19224
|
+
},
|
|
19225
|
+
"reasons": {
|
|
19226
|
+
"items": {
|
|
19227
|
+
"enum": [
|
|
19228
|
+
"COMMAND_UNAVAILABLE",
|
|
19229
|
+
"OPERATION_UNAVAILABLE",
|
|
19230
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19231
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19232
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19233
|
+
]
|
|
19234
|
+
},
|
|
19235
|
+
"type": "array"
|
|
19236
|
+
},
|
|
19237
|
+
"tracked": {
|
|
19238
|
+
"type": "boolean"
|
|
19239
|
+
}
|
|
19240
|
+
},
|
|
19241
|
+
"required": [
|
|
19242
|
+
"available",
|
|
19243
|
+
"tracked",
|
|
19244
|
+
"dryRun"
|
|
19245
|
+
],
|
|
19246
|
+
"type": "object"
|
|
19247
|
+
},
|
|
19248
|
+
"create.paragraph": {
|
|
19249
|
+
"additionalProperties": false,
|
|
19250
|
+
"properties": {
|
|
19251
|
+
"available": {
|
|
19252
|
+
"type": "boolean"
|
|
19253
|
+
},
|
|
19254
|
+
"dryRun": {
|
|
19255
|
+
"type": "boolean"
|
|
19256
|
+
},
|
|
19257
|
+
"reasons": {
|
|
19258
|
+
"items": {
|
|
19259
|
+
"enum": [
|
|
19260
|
+
"COMMAND_UNAVAILABLE",
|
|
19261
|
+
"OPERATION_UNAVAILABLE",
|
|
19262
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19263
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19264
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19265
|
+
]
|
|
19266
|
+
},
|
|
19267
|
+
"type": "array"
|
|
19268
|
+
},
|
|
19269
|
+
"tracked": {
|
|
19270
|
+
"type": "boolean"
|
|
19271
|
+
}
|
|
19272
|
+
},
|
|
19273
|
+
"required": [
|
|
19274
|
+
"available",
|
|
19275
|
+
"tracked",
|
|
19276
|
+
"dryRun"
|
|
19277
|
+
],
|
|
19278
|
+
"type": "object"
|
|
19279
|
+
},
|
|
19280
|
+
"delete": {
|
|
19281
|
+
"additionalProperties": false,
|
|
19282
|
+
"properties": {
|
|
19283
|
+
"available": {
|
|
19284
|
+
"type": "boolean"
|
|
19285
|
+
},
|
|
19286
|
+
"dryRun": {
|
|
19287
|
+
"type": "boolean"
|
|
19288
|
+
},
|
|
19289
|
+
"reasons": {
|
|
19290
|
+
"items": {
|
|
19291
|
+
"enum": [
|
|
19292
|
+
"COMMAND_UNAVAILABLE",
|
|
19293
|
+
"OPERATION_UNAVAILABLE",
|
|
19294
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19295
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19296
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19297
|
+
]
|
|
19298
|
+
},
|
|
19299
|
+
"type": "array"
|
|
19300
|
+
},
|
|
19301
|
+
"tracked": {
|
|
19302
|
+
"type": "boolean"
|
|
19303
|
+
}
|
|
19304
|
+
},
|
|
19305
|
+
"required": [
|
|
19306
|
+
"available",
|
|
19307
|
+
"tracked",
|
|
19308
|
+
"dryRun"
|
|
19309
|
+
],
|
|
19310
|
+
"type": "object"
|
|
19311
|
+
},
|
|
19312
|
+
"find": {
|
|
19313
|
+
"additionalProperties": false,
|
|
19314
|
+
"properties": {
|
|
19315
|
+
"available": {
|
|
19316
|
+
"type": "boolean"
|
|
19317
|
+
},
|
|
19318
|
+
"dryRun": {
|
|
19319
|
+
"type": "boolean"
|
|
19320
|
+
},
|
|
19321
|
+
"reasons": {
|
|
19322
|
+
"items": {
|
|
19323
|
+
"enum": [
|
|
19324
|
+
"COMMAND_UNAVAILABLE",
|
|
19325
|
+
"OPERATION_UNAVAILABLE",
|
|
19326
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19327
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19328
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19329
|
+
]
|
|
19330
|
+
},
|
|
19331
|
+
"type": "array"
|
|
19332
|
+
},
|
|
19333
|
+
"tracked": {
|
|
19334
|
+
"type": "boolean"
|
|
19335
|
+
}
|
|
19336
|
+
},
|
|
19337
|
+
"required": [
|
|
19338
|
+
"available",
|
|
19339
|
+
"tracked",
|
|
19340
|
+
"dryRun"
|
|
19341
|
+
],
|
|
19342
|
+
"type": "object"
|
|
19343
|
+
},
|
|
19344
|
+
"format.bold": {
|
|
19345
|
+
"additionalProperties": false,
|
|
19346
|
+
"properties": {
|
|
19347
|
+
"available": {
|
|
19348
|
+
"type": "boolean"
|
|
19349
|
+
},
|
|
19350
|
+
"dryRun": {
|
|
19351
|
+
"type": "boolean"
|
|
19352
|
+
},
|
|
19353
|
+
"reasons": {
|
|
19354
|
+
"items": {
|
|
19355
|
+
"enum": [
|
|
19356
|
+
"COMMAND_UNAVAILABLE",
|
|
19357
|
+
"OPERATION_UNAVAILABLE",
|
|
19358
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19359
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19360
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19361
|
+
]
|
|
19362
|
+
},
|
|
19363
|
+
"type": "array"
|
|
19364
|
+
},
|
|
19365
|
+
"tracked": {
|
|
19366
|
+
"type": "boolean"
|
|
19367
|
+
}
|
|
19368
|
+
},
|
|
19369
|
+
"required": [
|
|
19370
|
+
"available",
|
|
19371
|
+
"tracked",
|
|
19372
|
+
"dryRun"
|
|
19373
|
+
],
|
|
19374
|
+
"type": "object"
|
|
19375
|
+
},
|
|
19376
|
+
"format.italic": {
|
|
19377
|
+
"additionalProperties": false,
|
|
19378
|
+
"properties": {
|
|
19379
|
+
"available": {
|
|
19380
|
+
"type": "boolean"
|
|
19381
|
+
},
|
|
19382
|
+
"dryRun": {
|
|
19383
|
+
"type": "boolean"
|
|
19384
|
+
},
|
|
19385
|
+
"reasons": {
|
|
19386
|
+
"items": {
|
|
19387
|
+
"enum": [
|
|
19388
|
+
"COMMAND_UNAVAILABLE",
|
|
19389
|
+
"OPERATION_UNAVAILABLE",
|
|
19390
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19391
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19392
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19393
|
+
]
|
|
19394
|
+
},
|
|
19395
|
+
"type": "array"
|
|
19396
|
+
},
|
|
19397
|
+
"tracked": {
|
|
19398
|
+
"type": "boolean"
|
|
19399
|
+
}
|
|
19400
|
+
},
|
|
19401
|
+
"required": [
|
|
19402
|
+
"available",
|
|
19403
|
+
"tracked",
|
|
19404
|
+
"dryRun"
|
|
19405
|
+
],
|
|
19406
|
+
"type": "object"
|
|
19407
|
+
},
|
|
19408
|
+
"format.strikethrough": {
|
|
19409
|
+
"additionalProperties": false,
|
|
19410
|
+
"properties": {
|
|
19411
|
+
"available": {
|
|
19412
|
+
"type": "boolean"
|
|
19413
|
+
},
|
|
19414
|
+
"dryRun": {
|
|
19415
|
+
"type": "boolean"
|
|
19416
|
+
},
|
|
19417
|
+
"reasons": {
|
|
19418
|
+
"items": {
|
|
19419
|
+
"enum": [
|
|
19420
|
+
"COMMAND_UNAVAILABLE",
|
|
19421
|
+
"OPERATION_UNAVAILABLE",
|
|
19422
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19423
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19424
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19425
|
+
]
|
|
19426
|
+
},
|
|
19427
|
+
"type": "array"
|
|
19428
|
+
},
|
|
19429
|
+
"tracked": {
|
|
19430
|
+
"type": "boolean"
|
|
19431
|
+
}
|
|
19432
|
+
},
|
|
19433
|
+
"required": [
|
|
19434
|
+
"available",
|
|
19435
|
+
"tracked",
|
|
19436
|
+
"dryRun"
|
|
19437
|
+
],
|
|
19438
|
+
"type": "object"
|
|
19439
|
+
},
|
|
19440
|
+
"format.underline": {
|
|
19441
|
+
"additionalProperties": false,
|
|
19442
|
+
"properties": {
|
|
19443
|
+
"available": {
|
|
19444
|
+
"type": "boolean"
|
|
19445
|
+
},
|
|
19446
|
+
"dryRun": {
|
|
19447
|
+
"type": "boolean"
|
|
19448
|
+
},
|
|
19449
|
+
"reasons": {
|
|
19450
|
+
"items": {
|
|
19451
|
+
"enum": [
|
|
19452
|
+
"COMMAND_UNAVAILABLE",
|
|
19453
|
+
"OPERATION_UNAVAILABLE",
|
|
19454
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19455
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19456
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19457
|
+
]
|
|
19458
|
+
},
|
|
19459
|
+
"type": "array"
|
|
19460
|
+
},
|
|
19461
|
+
"tracked": {
|
|
19462
|
+
"type": "boolean"
|
|
19463
|
+
}
|
|
19464
|
+
},
|
|
19465
|
+
"required": [
|
|
19466
|
+
"available",
|
|
19467
|
+
"tracked",
|
|
19468
|
+
"dryRun"
|
|
19469
|
+
],
|
|
19470
|
+
"type": "object"
|
|
19471
|
+
},
|
|
19472
|
+
"getNode": {
|
|
19473
|
+
"additionalProperties": false,
|
|
19474
|
+
"properties": {
|
|
19475
|
+
"available": {
|
|
19476
|
+
"type": "boolean"
|
|
19477
|
+
},
|
|
19478
|
+
"dryRun": {
|
|
19479
|
+
"type": "boolean"
|
|
19480
|
+
},
|
|
19481
|
+
"reasons": {
|
|
19482
|
+
"items": {
|
|
19483
|
+
"enum": [
|
|
19484
|
+
"COMMAND_UNAVAILABLE",
|
|
19485
|
+
"OPERATION_UNAVAILABLE",
|
|
19486
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19487
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19488
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19489
|
+
]
|
|
19490
|
+
},
|
|
19491
|
+
"type": "array"
|
|
19492
|
+
},
|
|
19493
|
+
"tracked": {
|
|
19494
|
+
"type": "boolean"
|
|
19495
|
+
}
|
|
19496
|
+
},
|
|
19497
|
+
"required": [
|
|
19498
|
+
"available",
|
|
19499
|
+
"tracked",
|
|
19500
|
+
"dryRun"
|
|
19501
|
+
],
|
|
19502
|
+
"type": "object"
|
|
19503
|
+
},
|
|
19504
|
+
"getNodeById": {
|
|
19505
|
+
"additionalProperties": false,
|
|
19506
|
+
"properties": {
|
|
19507
|
+
"available": {
|
|
19508
|
+
"type": "boolean"
|
|
19509
|
+
},
|
|
19510
|
+
"dryRun": {
|
|
19511
|
+
"type": "boolean"
|
|
19512
|
+
},
|
|
19513
|
+
"reasons": {
|
|
19514
|
+
"items": {
|
|
19515
|
+
"enum": [
|
|
19516
|
+
"COMMAND_UNAVAILABLE",
|
|
19517
|
+
"OPERATION_UNAVAILABLE",
|
|
19518
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19519
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19520
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19521
|
+
]
|
|
19522
|
+
},
|
|
19523
|
+
"type": "array"
|
|
19524
|
+
},
|
|
19525
|
+
"tracked": {
|
|
19526
|
+
"type": "boolean"
|
|
19527
|
+
}
|
|
19528
|
+
},
|
|
19529
|
+
"required": [
|
|
19530
|
+
"available",
|
|
19531
|
+
"tracked",
|
|
19532
|
+
"dryRun"
|
|
19533
|
+
],
|
|
19534
|
+
"type": "object"
|
|
19535
|
+
},
|
|
19536
|
+
"getText": {
|
|
19537
|
+
"additionalProperties": false,
|
|
19538
|
+
"properties": {
|
|
19539
|
+
"available": {
|
|
19540
|
+
"type": "boolean"
|
|
19541
|
+
},
|
|
19542
|
+
"dryRun": {
|
|
19543
|
+
"type": "boolean"
|
|
19544
|
+
},
|
|
19545
|
+
"reasons": {
|
|
19546
|
+
"items": {
|
|
19547
|
+
"enum": [
|
|
19548
|
+
"COMMAND_UNAVAILABLE",
|
|
19549
|
+
"OPERATION_UNAVAILABLE",
|
|
19550
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19551
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19552
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19553
|
+
]
|
|
19554
|
+
},
|
|
19555
|
+
"type": "array"
|
|
19556
|
+
},
|
|
19557
|
+
"tracked": {
|
|
19558
|
+
"type": "boolean"
|
|
19559
|
+
}
|
|
19560
|
+
},
|
|
19561
|
+
"required": [
|
|
19562
|
+
"available",
|
|
19563
|
+
"tracked",
|
|
19564
|
+
"dryRun"
|
|
19565
|
+
],
|
|
19566
|
+
"type": "object"
|
|
19567
|
+
},
|
|
19568
|
+
"info": {
|
|
19569
|
+
"additionalProperties": false,
|
|
19570
|
+
"properties": {
|
|
19571
|
+
"available": {
|
|
19572
|
+
"type": "boolean"
|
|
19573
|
+
},
|
|
19574
|
+
"dryRun": {
|
|
19575
|
+
"type": "boolean"
|
|
19576
|
+
},
|
|
19577
|
+
"reasons": {
|
|
19578
|
+
"items": {
|
|
19579
|
+
"enum": [
|
|
19580
|
+
"COMMAND_UNAVAILABLE",
|
|
19581
|
+
"OPERATION_UNAVAILABLE",
|
|
19582
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19583
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19584
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19585
|
+
]
|
|
19586
|
+
},
|
|
19587
|
+
"type": "array"
|
|
19588
|
+
},
|
|
19589
|
+
"tracked": {
|
|
19590
|
+
"type": "boolean"
|
|
19591
|
+
}
|
|
19592
|
+
},
|
|
19593
|
+
"required": [
|
|
19594
|
+
"available",
|
|
19595
|
+
"tracked",
|
|
19596
|
+
"dryRun"
|
|
19597
|
+
],
|
|
19598
|
+
"type": "object"
|
|
19599
|
+
},
|
|
19600
|
+
"insert": {
|
|
19601
|
+
"additionalProperties": false,
|
|
19602
|
+
"properties": {
|
|
19603
|
+
"available": {
|
|
19604
|
+
"type": "boolean"
|
|
19605
|
+
},
|
|
19606
|
+
"dryRun": {
|
|
19607
|
+
"type": "boolean"
|
|
19608
|
+
},
|
|
19609
|
+
"reasons": {
|
|
19610
|
+
"items": {
|
|
19611
|
+
"enum": [
|
|
19612
|
+
"COMMAND_UNAVAILABLE",
|
|
19613
|
+
"OPERATION_UNAVAILABLE",
|
|
19614
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19615
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19616
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19617
|
+
]
|
|
19618
|
+
},
|
|
19619
|
+
"type": "array"
|
|
19620
|
+
},
|
|
19621
|
+
"tracked": {
|
|
19622
|
+
"type": "boolean"
|
|
19623
|
+
}
|
|
19624
|
+
},
|
|
19625
|
+
"required": [
|
|
19626
|
+
"available",
|
|
19627
|
+
"tracked",
|
|
19628
|
+
"dryRun"
|
|
19629
|
+
],
|
|
19630
|
+
"type": "object"
|
|
19631
|
+
},
|
|
19632
|
+
"lists.exit": {
|
|
19633
|
+
"additionalProperties": false,
|
|
19634
|
+
"properties": {
|
|
19635
|
+
"available": {
|
|
19636
|
+
"type": "boolean"
|
|
19637
|
+
},
|
|
19638
|
+
"dryRun": {
|
|
19639
|
+
"type": "boolean"
|
|
19640
|
+
},
|
|
19641
|
+
"reasons": {
|
|
19642
|
+
"items": {
|
|
19643
|
+
"enum": [
|
|
19644
|
+
"COMMAND_UNAVAILABLE",
|
|
19645
|
+
"OPERATION_UNAVAILABLE",
|
|
19646
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19647
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19648
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19649
|
+
]
|
|
19650
|
+
},
|
|
19651
|
+
"type": "array"
|
|
19652
|
+
},
|
|
19653
|
+
"tracked": {
|
|
19654
|
+
"type": "boolean"
|
|
19655
|
+
}
|
|
19656
|
+
},
|
|
19657
|
+
"required": [
|
|
19658
|
+
"available",
|
|
19659
|
+
"tracked",
|
|
19660
|
+
"dryRun"
|
|
19661
|
+
],
|
|
19662
|
+
"type": "object"
|
|
19663
|
+
},
|
|
19664
|
+
"lists.get": {
|
|
19665
|
+
"additionalProperties": false,
|
|
19666
|
+
"properties": {
|
|
19667
|
+
"available": {
|
|
19668
|
+
"type": "boolean"
|
|
19669
|
+
},
|
|
19670
|
+
"dryRun": {
|
|
19671
|
+
"type": "boolean"
|
|
19672
|
+
},
|
|
19673
|
+
"reasons": {
|
|
19674
|
+
"items": {
|
|
19675
|
+
"enum": [
|
|
19676
|
+
"COMMAND_UNAVAILABLE",
|
|
19677
|
+
"OPERATION_UNAVAILABLE",
|
|
19678
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19679
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19680
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19681
|
+
]
|
|
19682
|
+
},
|
|
19683
|
+
"type": "array"
|
|
19684
|
+
},
|
|
19685
|
+
"tracked": {
|
|
19686
|
+
"type": "boolean"
|
|
19687
|
+
}
|
|
19688
|
+
},
|
|
19689
|
+
"required": [
|
|
19690
|
+
"available",
|
|
19691
|
+
"tracked",
|
|
19692
|
+
"dryRun"
|
|
19693
|
+
],
|
|
19694
|
+
"type": "object"
|
|
19695
|
+
},
|
|
19696
|
+
"lists.indent": {
|
|
19697
|
+
"additionalProperties": false,
|
|
19698
|
+
"properties": {
|
|
19699
|
+
"available": {
|
|
19700
|
+
"type": "boolean"
|
|
19701
|
+
},
|
|
19702
|
+
"dryRun": {
|
|
19703
|
+
"type": "boolean"
|
|
19704
|
+
},
|
|
19705
|
+
"reasons": {
|
|
19706
|
+
"items": {
|
|
19707
|
+
"enum": [
|
|
19708
|
+
"COMMAND_UNAVAILABLE",
|
|
19709
|
+
"OPERATION_UNAVAILABLE",
|
|
19710
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19711
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19712
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19713
|
+
]
|
|
19714
|
+
},
|
|
19715
|
+
"type": "array"
|
|
19716
|
+
},
|
|
19717
|
+
"tracked": {
|
|
19718
|
+
"type": "boolean"
|
|
19719
|
+
}
|
|
19720
|
+
},
|
|
19721
|
+
"required": [
|
|
19722
|
+
"available",
|
|
19723
|
+
"tracked",
|
|
19724
|
+
"dryRun"
|
|
19725
|
+
],
|
|
19726
|
+
"type": "object"
|
|
19727
|
+
},
|
|
19728
|
+
"lists.insert": {
|
|
19729
|
+
"additionalProperties": false,
|
|
19730
|
+
"properties": {
|
|
19731
|
+
"available": {
|
|
19732
|
+
"type": "boolean"
|
|
19733
|
+
},
|
|
19734
|
+
"dryRun": {
|
|
19735
|
+
"type": "boolean"
|
|
19736
|
+
},
|
|
19737
|
+
"reasons": {
|
|
19738
|
+
"items": {
|
|
19739
|
+
"enum": [
|
|
19740
|
+
"COMMAND_UNAVAILABLE",
|
|
19741
|
+
"OPERATION_UNAVAILABLE",
|
|
19742
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19743
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19744
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19745
|
+
]
|
|
19746
|
+
},
|
|
19747
|
+
"type": "array"
|
|
19748
|
+
},
|
|
19749
|
+
"tracked": {
|
|
19750
|
+
"type": "boolean"
|
|
19751
|
+
}
|
|
19752
|
+
},
|
|
19753
|
+
"required": [
|
|
19754
|
+
"available",
|
|
19755
|
+
"tracked",
|
|
19756
|
+
"dryRun"
|
|
19757
|
+
],
|
|
19758
|
+
"type": "object"
|
|
19759
|
+
},
|
|
19760
|
+
"lists.list": {
|
|
19761
|
+
"additionalProperties": false,
|
|
19762
|
+
"properties": {
|
|
19763
|
+
"available": {
|
|
19764
|
+
"type": "boolean"
|
|
19765
|
+
},
|
|
19766
|
+
"dryRun": {
|
|
19767
|
+
"type": "boolean"
|
|
19768
|
+
},
|
|
19769
|
+
"reasons": {
|
|
19770
|
+
"items": {
|
|
19771
|
+
"enum": [
|
|
19772
|
+
"COMMAND_UNAVAILABLE",
|
|
19773
|
+
"OPERATION_UNAVAILABLE",
|
|
19774
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19775
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19776
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19777
|
+
]
|
|
19778
|
+
},
|
|
19779
|
+
"type": "array"
|
|
19780
|
+
},
|
|
19781
|
+
"tracked": {
|
|
19782
|
+
"type": "boolean"
|
|
19783
|
+
}
|
|
19784
|
+
},
|
|
19785
|
+
"required": [
|
|
19786
|
+
"available",
|
|
19787
|
+
"tracked",
|
|
19788
|
+
"dryRun"
|
|
19789
|
+
],
|
|
19790
|
+
"type": "object"
|
|
19791
|
+
},
|
|
19792
|
+
"lists.outdent": {
|
|
19793
|
+
"additionalProperties": false,
|
|
19794
|
+
"properties": {
|
|
19795
|
+
"available": {
|
|
19796
|
+
"type": "boolean"
|
|
19797
|
+
},
|
|
19798
|
+
"dryRun": {
|
|
19799
|
+
"type": "boolean"
|
|
19800
|
+
},
|
|
19801
|
+
"reasons": {
|
|
19802
|
+
"items": {
|
|
19803
|
+
"enum": [
|
|
19804
|
+
"COMMAND_UNAVAILABLE",
|
|
19805
|
+
"OPERATION_UNAVAILABLE",
|
|
19806
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19807
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19808
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19809
|
+
]
|
|
19810
|
+
},
|
|
19811
|
+
"type": "array"
|
|
19812
|
+
},
|
|
19813
|
+
"tracked": {
|
|
19814
|
+
"type": "boolean"
|
|
19815
|
+
}
|
|
19816
|
+
},
|
|
19817
|
+
"required": [
|
|
19818
|
+
"available",
|
|
19819
|
+
"tracked",
|
|
19820
|
+
"dryRun"
|
|
19821
|
+
],
|
|
19822
|
+
"type": "object"
|
|
19823
|
+
},
|
|
19824
|
+
"lists.restart": {
|
|
19825
|
+
"additionalProperties": false,
|
|
19826
|
+
"properties": {
|
|
19827
|
+
"available": {
|
|
19828
|
+
"type": "boolean"
|
|
19829
|
+
},
|
|
19830
|
+
"dryRun": {
|
|
19831
|
+
"type": "boolean"
|
|
19832
|
+
},
|
|
19833
|
+
"reasons": {
|
|
19834
|
+
"items": {
|
|
19835
|
+
"enum": [
|
|
19836
|
+
"COMMAND_UNAVAILABLE",
|
|
19837
|
+
"OPERATION_UNAVAILABLE",
|
|
19838
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19839
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19840
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19841
|
+
]
|
|
19842
|
+
},
|
|
19843
|
+
"type": "array"
|
|
19844
|
+
},
|
|
19845
|
+
"tracked": {
|
|
19846
|
+
"type": "boolean"
|
|
19847
|
+
}
|
|
19848
|
+
},
|
|
19849
|
+
"required": [
|
|
19850
|
+
"available",
|
|
19851
|
+
"tracked",
|
|
19852
|
+
"dryRun"
|
|
19853
|
+
],
|
|
19854
|
+
"type": "object"
|
|
19855
|
+
},
|
|
19856
|
+
"lists.setType": {
|
|
19857
|
+
"additionalProperties": false,
|
|
19858
|
+
"properties": {
|
|
19859
|
+
"available": {
|
|
19860
|
+
"type": "boolean"
|
|
19861
|
+
},
|
|
19862
|
+
"dryRun": {
|
|
19863
|
+
"type": "boolean"
|
|
19864
|
+
},
|
|
19865
|
+
"reasons": {
|
|
19866
|
+
"items": {
|
|
19867
|
+
"enum": [
|
|
19868
|
+
"COMMAND_UNAVAILABLE",
|
|
19869
|
+
"OPERATION_UNAVAILABLE",
|
|
19870
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19871
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19872
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19873
|
+
]
|
|
19874
|
+
},
|
|
19875
|
+
"type": "array"
|
|
19876
|
+
},
|
|
19877
|
+
"tracked": {
|
|
19878
|
+
"type": "boolean"
|
|
19879
|
+
}
|
|
19880
|
+
},
|
|
19881
|
+
"required": [
|
|
19882
|
+
"available",
|
|
19883
|
+
"tracked",
|
|
19884
|
+
"dryRun"
|
|
19885
|
+
],
|
|
19886
|
+
"type": "object"
|
|
19887
|
+
},
|
|
19888
|
+
"replace": {
|
|
19889
|
+
"additionalProperties": false,
|
|
19890
|
+
"properties": {
|
|
19891
|
+
"available": {
|
|
19892
|
+
"type": "boolean"
|
|
19893
|
+
},
|
|
19894
|
+
"dryRun": {
|
|
19895
|
+
"type": "boolean"
|
|
19896
|
+
},
|
|
19897
|
+
"reasons": {
|
|
19898
|
+
"items": {
|
|
19899
|
+
"enum": [
|
|
19900
|
+
"COMMAND_UNAVAILABLE",
|
|
19901
|
+
"OPERATION_UNAVAILABLE",
|
|
19902
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19903
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19904
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19905
|
+
]
|
|
19906
|
+
},
|
|
19907
|
+
"type": "array"
|
|
19908
|
+
},
|
|
19909
|
+
"tracked": {
|
|
19910
|
+
"type": "boolean"
|
|
19911
|
+
}
|
|
19912
|
+
},
|
|
19913
|
+
"required": [
|
|
19914
|
+
"available",
|
|
19915
|
+
"tracked",
|
|
19916
|
+
"dryRun"
|
|
19917
|
+
],
|
|
19918
|
+
"type": "object"
|
|
19919
|
+
},
|
|
19920
|
+
"trackChanges.accept": {
|
|
19921
|
+
"additionalProperties": false,
|
|
19922
|
+
"properties": {
|
|
19923
|
+
"available": {
|
|
19924
|
+
"type": "boolean"
|
|
19925
|
+
},
|
|
19926
|
+
"dryRun": {
|
|
19927
|
+
"type": "boolean"
|
|
19928
|
+
},
|
|
19929
|
+
"reasons": {
|
|
19930
|
+
"items": {
|
|
19931
|
+
"enum": [
|
|
19932
|
+
"COMMAND_UNAVAILABLE",
|
|
19933
|
+
"OPERATION_UNAVAILABLE",
|
|
19934
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19935
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19936
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19937
|
+
]
|
|
19938
|
+
},
|
|
19939
|
+
"type": "array"
|
|
19940
|
+
},
|
|
19941
|
+
"tracked": {
|
|
19942
|
+
"type": "boolean"
|
|
19943
|
+
}
|
|
19944
|
+
},
|
|
19945
|
+
"required": [
|
|
19946
|
+
"available",
|
|
19947
|
+
"tracked",
|
|
19948
|
+
"dryRun"
|
|
19949
|
+
],
|
|
19950
|
+
"type": "object"
|
|
19951
|
+
},
|
|
19952
|
+
"trackChanges.acceptAll": {
|
|
19953
|
+
"additionalProperties": false,
|
|
19954
|
+
"properties": {
|
|
19955
|
+
"available": {
|
|
19956
|
+
"type": "boolean"
|
|
17893
19957
|
},
|
|
17894
|
-
"
|
|
17895
|
-
|
|
17896
|
-
|
|
19958
|
+
"dryRun": {
|
|
19959
|
+
"type": "boolean"
|
|
19960
|
+
},
|
|
19961
|
+
"reasons": {
|
|
19962
|
+
"items": {
|
|
19963
|
+
"enum": [
|
|
19964
|
+
"COMMAND_UNAVAILABLE",
|
|
19965
|
+
"OPERATION_UNAVAILABLE",
|
|
19966
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19967
|
+
"DRY_RUN_UNAVAILABLE",
|
|
19968
|
+
"NAMESPACE_UNAVAILABLE"
|
|
19969
|
+
]
|
|
19970
|
+
},
|
|
19971
|
+
"type": "array"
|
|
19972
|
+
},
|
|
19973
|
+
"tracked": {
|
|
19974
|
+
"type": "boolean"
|
|
17897
19975
|
}
|
|
17898
19976
|
},
|
|
17899
19977
|
"required": [
|
|
17900
|
-
"
|
|
17901
|
-
"
|
|
19978
|
+
"available",
|
|
19979
|
+
"tracked",
|
|
19980
|
+
"dryRun"
|
|
17902
19981
|
],
|
|
17903
19982
|
"type": "object"
|
|
17904
19983
|
},
|
|
17905
|
-
"
|
|
17906
|
-
"
|
|
17907
|
-
|
|
17908
|
-
|
|
17909
|
-
|
|
17910
|
-
|
|
17911
|
-
|
|
17912
|
-
|
|
17913
|
-
|
|
17914
|
-
|
|
17915
|
-
|
|
17916
|
-
|
|
17917
|
-
|
|
17918
|
-
|
|
17919
|
-
|
|
17920
|
-
|
|
17921
|
-
|
|
17922
|
-
|
|
17923
|
-
{
|
|
17924
|
-
"additionalProperties": false,
|
|
17925
|
-
"properties": {
|
|
17926
|
-
"entityId": {
|
|
17927
|
-
"type": "string"
|
|
17928
|
-
},
|
|
17929
|
-
"entityType": {
|
|
17930
|
-
"const": "comment"
|
|
19984
|
+
"trackChanges.get": {
|
|
19985
|
+
"additionalProperties": false,
|
|
19986
|
+
"properties": {
|
|
19987
|
+
"available": {
|
|
19988
|
+
"type": "boolean"
|
|
19989
|
+
},
|
|
19990
|
+
"dryRun": {
|
|
19991
|
+
"type": "boolean"
|
|
19992
|
+
},
|
|
19993
|
+
"reasons": {
|
|
19994
|
+
"items": {
|
|
19995
|
+
"enum": [
|
|
19996
|
+
"COMMAND_UNAVAILABLE",
|
|
19997
|
+
"OPERATION_UNAVAILABLE",
|
|
19998
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
19999
|
+
"DRY_RUN_UNAVAILABLE",
|
|
20000
|
+
"NAMESPACE_UNAVAILABLE"
|
|
20001
|
+
]
|
|
17931
20002
|
},
|
|
17932
|
-
"
|
|
17933
|
-
"const": "entity"
|
|
17934
|
-
}
|
|
20003
|
+
"type": "array"
|
|
17935
20004
|
},
|
|
17936
|
-
"
|
|
17937
|
-
"
|
|
17938
|
-
|
|
17939
|
-
"entityId"
|
|
17940
|
-
],
|
|
17941
|
-
"type": "object"
|
|
20005
|
+
"tracked": {
|
|
20006
|
+
"type": "boolean"
|
|
20007
|
+
}
|
|
17942
20008
|
},
|
|
17943
|
-
|
|
17944
|
-
"
|
|
17945
|
-
"
|
|
17946
|
-
|
|
17947
|
-
|
|
17948
|
-
|
|
17949
|
-
|
|
17950
|
-
|
|
17951
|
-
|
|
17952
|
-
|
|
17953
|
-
|
|
17954
|
-
|
|
20009
|
+
"required": [
|
|
20010
|
+
"available",
|
|
20011
|
+
"tracked",
|
|
20012
|
+
"dryRun"
|
|
20013
|
+
],
|
|
20014
|
+
"type": "object"
|
|
20015
|
+
},
|
|
20016
|
+
"trackChanges.list": {
|
|
20017
|
+
"additionalProperties": false,
|
|
20018
|
+
"properties": {
|
|
20019
|
+
"available": {
|
|
20020
|
+
"type": "boolean"
|
|
17955
20021
|
},
|
|
17956
|
-
"
|
|
17957
|
-
"
|
|
17958
|
-
|
|
17959
|
-
|
|
17960
|
-
|
|
17961
|
-
|
|
17962
|
-
|
|
17963
|
-
|
|
17964
|
-
|
|
17965
|
-
|
|
17966
|
-
|
|
17967
|
-
|
|
17968
|
-
"items": {
|
|
17969
|
-
"oneOf": [
|
|
17970
|
-
{
|
|
17971
|
-
"additionalProperties": false,
|
|
17972
|
-
"properties": {
|
|
17973
|
-
"entityId": {
|
|
17974
|
-
"type": "string"
|
|
17975
|
-
},
|
|
17976
|
-
"entityType": {
|
|
17977
|
-
"const": "comment"
|
|
20022
|
+
"dryRun": {
|
|
20023
|
+
"type": "boolean"
|
|
20024
|
+
},
|
|
20025
|
+
"reasons": {
|
|
20026
|
+
"items": {
|
|
20027
|
+
"enum": [
|
|
20028
|
+
"COMMAND_UNAVAILABLE",
|
|
20029
|
+
"OPERATION_UNAVAILABLE",
|
|
20030
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
20031
|
+
"DRY_RUN_UNAVAILABLE",
|
|
20032
|
+
"NAMESPACE_UNAVAILABLE"
|
|
20033
|
+
]
|
|
17978
20034
|
},
|
|
17979
|
-
"
|
|
17980
|
-
"const": "entity"
|
|
17981
|
-
}
|
|
20035
|
+
"type": "array"
|
|
17982
20036
|
},
|
|
17983
|
-
"
|
|
17984
|
-
"
|
|
17985
|
-
|
|
17986
|
-
"entityId"
|
|
17987
|
-
],
|
|
17988
|
-
"type": "object"
|
|
20037
|
+
"tracked": {
|
|
20038
|
+
"type": "boolean"
|
|
20039
|
+
}
|
|
17989
20040
|
},
|
|
17990
|
-
|
|
17991
|
-
"
|
|
17992
|
-
"
|
|
17993
|
-
|
|
17994
|
-
|
|
17995
|
-
|
|
17996
|
-
|
|
17997
|
-
|
|
17998
|
-
|
|
17999
|
-
|
|
18000
|
-
|
|
18001
|
-
|
|
20041
|
+
"required": [
|
|
20042
|
+
"available",
|
|
20043
|
+
"tracked",
|
|
20044
|
+
"dryRun"
|
|
20045
|
+
],
|
|
20046
|
+
"type": "object"
|
|
20047
|
+
},
|
|
20048
|
+
"trackChanges.reject": {
|
|
20049
|
+
"additionalProperties": false,
|
|
20050
|
+
"properties": {
|
|
20051
|
+
"available": {
|
|
20052
|
+
"type": "boolean"
|
|
18002
20053
|
},
|
|
18003
|
-
"
|
|
18004
|
-
"
|
|
18005
|
-
|
|
18006
|
-
|
|
18007
|
-
|
|
18008
|
-
|
|
18009
|
-
|
|
18010
|
-
|
|
18011
|
-
|
|
18012
|
-
|
|
18013
|
-
|
|
18014
|
-
|
|
18015
|
-
"const": true
|
|
18016
|
-
},
|
|
18017
|
-
"updated": {
|
|
18018
|
-
"items": {
|
|
18019
|
-
"oneOf": [
|
|
18020
|
-
{
|
|
18021
|
-
"additionalProperties": false,
|
|
18022
|
-
"properties": {
|
|
18023
|
-
"entityId": {
|
|
18024
|
-
"type": "string"
|
|
18025
|
-
},
|
|
18026
|
-
"entityType": {
|
|
18027
|
-
"const": "comment"
|
|
20054
|
+
"dryRun": {
|
|
20055
|
+
"type": "boolean"
|
|
20056
|
+
},
|
|
20057
|
+
"reasons": {
|
|
20058
|
+
"items": {
|
|
20059
|
+
"enum": [
|
|
20060
|
+
"COMMAND_UNAVAILABLE",
|
|
20061
|
+
"OPERATION_UNAVAILABLE",
|
|
20062
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
20063
|
+
"DRY_RUN_UNAVAILABLE",
|
|
20064
|
+
"NAMESPACE_UNAVAILABLE"
|
|
20065
|
+
]
|
|
18028
20066
|
},
|
|
18029
|
-
"
|
|
18030
|
-
"const": "entity"
|
|
18031
|
-
}
|
|
20067
|
+
"type": "array"
|
|
18032
20068
|
},
|
|
18033
|
-
"
|
|
18034
|
-
"
|
|
18035
|
-
|
|
18036
|
-
"entityId"
|
|
18037
|
-
],
|
|
18038
|
-
"type": "object"
|
|
20069
|
+
"tracked": {
|
|
20070
|
+
"type": "boolean"
|
|
20071
|
+
}
|
|
18039
20072
|
},
|
|
18040
|
-
|
|
18041
|
-
"
|
|
18042
|
-
"
|
|
18043
|
-
|
|
18044
|
-
|
|
18045
|
-
|
|
18046
|
-
|
|
18047
|
-
|
|
20073
|
+
"required": [
|
|
20074
|
+
"available",
|
|
20075
|
+
"tracked",
|
|
20076
|
+
"dryRun"
|
|
20077
|
+
],
|
|
20078
|
+
"type": "object"
|
|
20079
|
+
},
|
|
20080
|
+
"trackChanges.rejectAll": {
|
|
20081
|
+
"additionalProperties": false,
|
|
20082
|
+
"properties": {
|
|
20083
|
+
"available": {
|
|
20084
|
+
"type": "boolean"
|
|
20085
|
+
},
|
|
20086
|
+
"dryRun": {
|
|
20087
|
+
"type": "boolean"
|
|
20088
|
+
},
|
|
20089
|
+
"reasons": {
|
|
20090
|
+
"items": {
|
|
20091
|
+
"enum": [
|
|
20092
|
+
"COMMAND_UNAVAILABLE",
|
|
20093
|
+
"OPERATION_UNAVAILABLE",
|
|
20094
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
20095
|
+
"DRY_RUN_UNAVAILABLE",
|
|
20096
|
+
"NAMESPACE_UNAVAILABLE"
|
|
20097
|
+
]
|
|
18048
20098
|
},
|
|
18049
|
-
"
|
|
18050
|
-
"const": "entity"
|
|
18051
|
-
}
|
|
20099
|
+
"type": "array"
|
|
18052
20100
|
},
|
|
18053
|
-
"
|
|
18054
|
-
"
|
|
18055
|
-
|
|
18056
|
-
|
|
18057
|
-
|
|
18058
|
-
"
|
|
18059
|
-
|
|
18060
|
-
|
|
18061
|
-
|
|
18062
|
-
|
|
18063
|
-
}
|
|
18064
|
-
},
|
|
18065
|
-
"required": [
|
|
18066
|
-
"success"
|
|
18067
|
-
],
|
|
18068
|
-
"type": "object"
|
|
18069
|
-
},
|
|
18070
|
-
"failureSchema": {
|
|
18071
|
-
"additionalProperties": false,
|
|
18072
|
-
"properties": {
|
|
18073
|
-
"failure": {
|
|
18074
|
-
"additionalProperties": false,
|
|
18075
|
-
"properties": {
|
|
18076
|
-
"code": {
|
|
18077
|
-
"enum": [
|
|
18078
|
-
"NO_OP"
|
|
18079
|
-
]
|
|
18080
|
-
},
|
|
18081
|
-
"details": {},
|
|
18082
|
-
"message": {
|
|
18083
|
-
"type": "string"
|
|
20101
|
+
"tracked": {
|
|
20102
|
+
"type": "boolean"
|
|
20103
|
+
}
|
|
20104
|
+
},
|
|
20105
|
+
"required": [
|
|
20106
|
+
"available",
|
|
20107
|
+
"tracked",
|
|
20108
|
+
"dryRun"
|
|
20109
|
+
],
|
|
20110
|
+
"type": "object"
|
|
18084
20111
|
}
|
|
18085
20112
|
},
|
|
18086
20113
|
"required": [
|
|
18087
|
-
"
|
|
18088
|
-
"
|
|
20114
|
+
"find",
|
|
20115
|
+
"getNode",
|
|
20116
|
+
"getNodeById",
|
|
20117
|
+
"getText",
|
|
20118
|
+
"info",
|
|
20119
|
+
"insert",
|
|
20120
|
+
"replace",
|
|
20121
|
+
"delete",
|
|
20122
|
+
"format.bold",
|
|
20123
|
+
"format.italic",
|
|
20124
|
+
"format.underline",
|
|
20125
|
+
"format.strikethrough",
|
|
20126
|
+
"create.paragraph",
|
|
20127
|
+
"create.heading",
|
|
20128
|
+
"lists.list",
|
|
20129
|
+
"lists.get",
|
|
20130
|
+
"lists.insert",
|
|
20131
|
+
"lists.setType",
|
|
20132
|
+
"lists.indent",
|
|
20133
|
+
"lists.outdent",
|
|
20134
|
+
"lists.restart",
|
|
20135
|
+
"lists.exit",
|
|
20136
|
+
"comments.add",
|
|
20137
|
+
"comments.edit",
|
|
20138
|
+
"comments.reply",
|
|
20139
|
+
"comments.move",
|
|
20140
|
+
"comments.resolve",
|
|
20141
|
+
"comments.remove",
|
|
20142
|
+
"comments.setInternal",
|
|
20143
|
+
"comments.setActive",
|
|
20144
|
+
"comments.goTo",
|
|
20145
|
+
"comments.get",
|
|
20146
|
+
"comments.list",
|
|
20147
|
+
"trackChanges.list",
|
|
20148
|
+
"trackChanges.get",
|
|
20149
|
+
"trackChanges.accept",
|
|
20150
|
+
"trackChanges.reject",
|
|
20151
|
+
"trackChanges.acceptAll",
|
|
20152
|
+
"trackChanges.rejectAll",
|
|
20153
|
+
"capabilities.get"
|
|
18089
20154
|
],
|
|
18090
20155
|
"type": "object"
|
|
18091
|
-
},
|
|
18092
|
-
"success": {
|
|
18093
|
-
"const": false
|
|
18094
20156
|
}
|
|
18095
20157
|
},
|
|
18096
20158
|
"required": [
|
|
18097
|
-
"
|
|
18098
|
-
"
|
|
20159
|
+
"global",
|
|
20160
|
+
"operations"
|
|
18099
20161
|
],
|
|
18100
20162
|
"type": "object"
|
|
18101
20163
|
}
|