@superdoc/cli-linux-x64 0.34.0-next.13 → 0.34.0-next.3
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/bin/superdoc +0 -0
- package/bin/tools/catalog.json +134 -228
- package/bin/tools/tools.anthropic.json +134 -212
- package/bin/tools/tools.generic.json +135 -214
- package/bin/tools/tools.openai.json +134 -212
- package/bin/tools/tools.vercel.json +134 -212
- package/package.json +1 -1
package/bin/superdoc
CHANGED
|
Binary file
|
package/bin/tools/catalog.json
CHANGED
|
@@ -3380,7 +3380,7 @@
|
|
|
3380
3380
|
"source",
|
|
3381
3381
|
"destination"
|
|
3382
3382
|
],
|
|
3383
|
-
"description": "Optional revision side for
|
|
3383
|
+
"description": "Optional revision side for paired replacement or move targets."
|
|
3384
3384
|
},
|
|
3385
3385
|
"story": {
|
|
3386
3386
|
"$ref": "#/$defs/StoryLocator",
|
|
@@ -3439,7 +3439,7 @@
|
|
|
3439
3439
|
"source",
|
|
3440
3440
|
"destination"
|
|
3441
3441
|
],
|
|
3442
|
-
"description": "Optional revision side for
|
|
3442
|
+
"description": "Optional revision side for paired replacement or move targets."
|
|
3443
3443
|
},
|
|
3444
3444
|
"story": {
|
|
3445
3445
|
"$ref": "#/$defs/StoryLocator",
|
|
@@ -3487,7 +3487,7 @@
|
|
|
3487
3487
|
"source",
|
|
3488
3488
|
"destination"
|
|
3489
3489
|
],
|
|
3490
|
-
"description": "Optional revision side for
|
|
3490
|
+
"description": "Optional revision side for paired replacement or move targets."
|
|
3491
3491
|
},
|
|
3492
3492
|
"story": {
|
|
3493
3493
|
"$ref": "#/$defs/StoryLocator",
|
|
@@ -5947,7 +5947,6 @@
|
|
|
5947
5947
|
"insert_column",
|
|
5948
5948
|
"insert_row",
|
|
5949
5949
|
"merge_cells",
|
|
5950
|
-
"move_column",
|
|
5951
5950
|
"move_row",
|
|
5952
5951
|
"set_borders",
|
|
5953
5952
|
"set_cell",
|
|
@@ -5961,7 +5960,7 @@
|
|
|
5961
5960
|
"set_style_options",
|
|
5962
5961
|
"unmerge_cells"
|
|
5963
5962
|
],
|
|
5964
|
-
"description": "The action to perform. One of: delete, delete_column, delete_row, insert_column, insert_row, merge_cells,
|
|
5963
|
+
"description": "The action to perform. One of: delete, delete_column, delete_row, insert_column, insert_row, merge_cells, move_row, set_borders, set_cell, set_cell_text, set_column, set_layout, set_options, set_row, set_row_options, set_shading, set_style_options, unmerge_cells."
|
|
5965
5964
|
},
|
|
5966
5965
|
"force": {
|
|
5967
5966
|
"type": "boolean",
|
|
@@ -6007,34 +6006,20 @@
|
|
|
6007
6006
|
"oneOf": [
|
|
6008
6007
|
{
|
|
6009
6008
|
"oneOf": [
|
|
6009
|
+
{
|
|
6010
|
+
"$ref": "#/$defs/TableAddress"
|
|
6011
|
+
},
|
|
6010
6012
|
{
|
|
6011
6013
|
"oneOf": [
|
|
6012
|
-
{
|
|
6013
|
-
"$ref": "#/$defs/TableAddress"
|
|
6014
|
-
},
|
|
6015
6014
|
{
|
|
6016
6015
|
"oneOf": [
|
|
6017
6016
|
{
|
|
6018
|
-
"
|
|
6019
|
-
{
|
|
6020
|
-
"$ref": "#/$defs/TableRowAddress"
|
|
6021
|
-
},
|
|
6022
|
-
{
|
|
6023
|
-
"$ref": "#/$defs/TableAddress"
|
|
6024
|
-
}
|
|
6025
|
-
]
|
|
6017
|
+
"$ref": "#/$defs/TableRowAddress"
|
|
6026
6018
|
},
|
|
6027
6019
|
{
|
|
6028
6020
|
"$ref": "#/$defs/TableAddress"
|
|
6029
6021
|
}
|
|
6030
6022
|
]
|
|
6031
|
-
}
|
|
6032
|
-
]
|
|
6033
|
-
},
|
|
6034
|
-
{
|
|
6035
|
-
"oneOf": [
|
|
6036
|
-
{
|
|
6037
|
-
"$ref": "#/$defs/TableRowAddress"
|
|
6038
6023
|
},
|
|
6039
6024
|
{
|
|
6040
6025
|
"$ref": "#/$defs/TableAddress"
|
|
@@ -6080,7 +6065,14 @@
|
|
|
6080
6065
|
]
|
|
6081
6066
|
},
|
|
6082
6067
|
{
|
|
6083
|
-
"
|
|
6068
|
+
"oneOf": [
|
|
6069
|
+
{
|
|
6070
|
+
"$ref": "#/$defs/TableRowAddress"
|
|
6071
|
+
},
|
|
6072
|
+
{
|
|
6073
|
+
"$ref": "#/$defs/TableAddress"
|
|
6074
|
+
}
|
|
6075
|
+
]
|
|
6084
6076
|
}
|
|
6085
6077
|
]
|
|
6086
6078
|
},
|
|
@@ -6220,207 +6212,137 @@
|
|
|
6220
6212
|
"destination": {
|
|
6221
6213
|
"oneOf": [
|
|
6222
6214
|
{
|
|
6223
|
-
"
|
|
6224
|
-
|
|
6225
|
-
|
|
6226
|
-
"
|
|
6227
|
-
|
|
6228
|
-
|
|
6229
|
-
|
|
6230
|
-
|
|
6231
|
-
|
|
6232
|
-
|
|
6233
|
-
|
|
6234
|
-
|
|
6235
|
-
|
|
6236
|
-
|
|
6237
|
-
|
|
6238
|
-
|
|
6239
|
-
"
|
|
6240
|
-
|
|
6241
|
-
|
|
6242
|
-
|
|
6243
|
-
|
|
6244
|
-
|
|
6245
|
-
|
|
6246
|
-
|
|
6247
|
-
|
|
6248
|
-
|
|
6249
|
-
|
|
6250
|
-
|
|
6251
|
-
|
|
6252
|
-
"
|
|
6253
|
-
|
|
6254
|
-
"const": "before",
|
|
6255
|
-
"type": "string"
|
|
6256
|
-
},
|
|
6257
|
-
"rowIndex": {
|
|
6258
|
-
"type": "integer",
|
|
6259
|
-
"minimum": 0
|
|
6260
|
-
}
|
|
6261
|
-
},
|
|
6262
|
-
"additionalProperties": false,
|
|
6263
|
-
"required": [
|
|
6264
|
-
"kind",
|
|
6265
|
-
"rowIndex"
|
|
6266
|
-
]
|
|
6267
|
-
},
|
|
6268
|
-
{
|
|
6269
|
-
"type": "object",
|
|
6270
|
-
"properties": {
|
|
6271
|
-
"kind": {
|
|
6272
|
-
"const": "after",
|
|
6273
|
-
"type": "string"
|
|
6274
|
-
},
|
|
6275
|
-
"rowIndex": {
|
|
6276
|
-
"type": "integer",
|
|
6277
|
-
"minimum": 0
|
|
6278
|
-
}
|
|
6279
|
-
},
|
|
6280
|
-
"additionalProperties": false,
|
|
6281
|
-
"required": [
|
|
6282
|
-
"kind",
|
|
6283
|
-
"rowIndex"
|
|
6284
|
-
]
|
|
6285
|
-
},
|
|
6286
|
-
{
|
|
6287
|
-
"type": "object",
|
|
6288
|
-
"properties": {
|
|
6289
|
-
"kind": {
|
|
6290
|
-
"const": "before",
|
|
6291
|
-
"type": "string"
|
|
6292
|
-
},
|
|
6293
|
-
"target": {
|
|
6294
|
-
"$ref": "#/$defs/TableRowAddress"
|
|
6295
|
-
}
|
|
6296
|
-
},
|
|
6297
|
-
"additionalProperties": false,
|
|
6298
|
-
"required": [
|
|
6299
|
-
"kind",
|
|
6300
|
-
"target"
|
|
6301
|
-
]
|
|
6215
|
+
"type": "object",
|
|
6216
|
+
"properties": {
|
|
6217
|
+
"kind": {
|
|
6218
|
+
"const": "first",
|
|
6219
|
+
"type": "string"
|
|
6220
|
+
}
|
|
6221
|
+
},
|
|
6222
|
+
"additionalProperties": false,
|
|
6223
|
+
"required": [
|
|
6224
|
+
"kind"
|
|
6225
|
+
]
|
|
6226
|
+
},
|
|
6227
|
+
{
|
|
6228
|
+
"type": "object",
|
|
6229
|
+
"properties": {
|
|
6230
|
+
"kind": {
|
|
6231
|
+
"const": "last",
|
|
6232
|
+
"type": "string"
|
|
6233
|
+
}
|
|
6234
|
+
},
|
|
6235
|
+
"additionalProperties": false,
|
|
6236
|
+
"required": [
|
|
6237
|
+
"kind"
|
|
6238
|
+
]
|
|
6239
|
+
},
|
|
6240
|
+
{
|
|
6241
|
+
"type": "object",
|
|
6242
|
+
"properties": {
|
|
6243
|
+
"kind": {
|
|
6244
|
+
"const": "before",
|
|
6245
|
+
"type": "string"
|
|
6302
6246
|
},
|
|
6303
|
-
{
|
|
6304
|
-
"type": "
|
|
6305
|
-
"
|
|
6306
|
-
|
|
6307
|
-
|
|
6308
|
-
|
|
6309
|
-
|
|
6310
|
-
|
|
6311
|
-
|
|
6312
|
-
|
|
6313
|
-
|
|
6314
|
-
|
|
6315
|
-
|
|
6316
|
-
|
|
6317
|
-
|
|
6318
|
-
|
|
6247
|
+
"rowIndex": {
|
|
6248
|
+
"type": "integer",
|
|
6249
|
+
"minimum": 0
|
|
6250
|
+
}
|
|
6251
|
+
},
|
|
6252
|
+
"additionalProperties": false,
|
|
6253
|
+
"required": [
|
|
6254
|
+
"kind",
|
|
6255
|
+
"rowIndex"
|
|
6256
|
+
]
|
|
6257
|
+
},
|
|
6258
|
+
{
|
|
6259
|
+
"type": "object",
|
|
6260
|
+
"properties": {
|
|
6261
|
+
"kind": {
|
|
6262
|
+
"const": "after",
|
|
6263
|
+
"type": "string"
|
|
6319
6264
|
},
|
|
6320
|
-
{
|
|
6321
|
-
"type": "
|
|
6322
|
-
"
|
|
6323
|
-
|
|
6324
|
-
|
|
6325
|
-
|
|
6326
|
-
|
|
6327
|
-
|
|
6328
|
-
|
|
6329
|
-
|
|
6330
|
-
|
|
6331
|
-
|
|
6332
|
-
|
|
6333
|
-
|
|
6334
|
-
|
|
6335
|
-
|
|
6265
|
+
"rowIndex": {
|
|
6266
|
+
"type": "integer",
|
|
6267
|
+
"minimum": 0
|
|
6268
|
+
}
|
|
6269
|
+
},
|
|
6270
|
+
"additionalProperties": false,
|
|
6271
|
+
"required": [
|
|
6272
|
+
"kind",
|
|
6273
|
+
"rowIndex"
|
|
6274
|
+
]
|
|
6275
|
+
},
|
|
6276
|
+
{
|
|
6277
|
+
"type": "object",
|
|
6278
|
+
"properties": {
|
|
6279
|
+
"kind": {
|
|
6280
|
+
"const": "before",
|
|
6281
|
+
"type": "string"
|
|
6336
6282
|
},
|
|
6337
|
-
{
|
|
6338
|
-
"
|
|
6339
|
-
"properties": {
|
|
6340
|
-
"kind": {
|
|
6341
|
-
"const": "after",
|
|
6342
|
-
"type": "string"
|
|
6343
|
-
},
|
|
6344
|
-
"nodeId": {
|
|
6345
|
-
"type": "string"
|
|
6346
|
-
}
|
|
6347
|
-
},
|
|
6348
|
-
"additionalProperties": false,
|
|
6349
|
-
"required": [
|
|
6350
|
-
"kind",
|
|
6351
|
-
"nodeId"
|
|
6352
|
-
]
|
|
6283
|
+
"target": {
|
|
6284
|
+
"$ref": "#/$defs/TableRowAddress"
|
|
6353
6285
|
}
|
|
6286
|
+
},
|
|
6287
|
+
"additionalProperties": false,
|
|
6288
|
+
"required": [
|
|
6289
|
+
"kind",
|
|
6290
|
+
"target"
|
|
6354
6291
|
]
|
|
6355
6292
|
},
|
|
6356
6293
|
{
|
|
6357
|
-
"
|
|
6358
|
-
|
|
6359
|
-
|
|
6360
|
-
"
|
|
6361
|
-
|
|
6362
|
-
"const": "first",
|
|
6363
|
-
"type": "string"
|
|
6364
|
-
}
|
|
6365
|
-
},
|
|
6366
|
-
"additionalProperties": false,
|
|
6367
|
-
"required": [
|
|
6368
|
-
"kind"
|
|
6369
|
-
]
|
|
6294
|
+
"type": "object",
|
|
6295
|
+
"properties": {
|
|
6296
|
+
"kind": {
|
|
6297
|
+
"const": "after",
|
|
6298
|
+
"type": "string"
|
|
6370
6299
|
},
|
|
6371
|
-
{
|
|
6372
|
-
"
|
|
6373
|
-
|
|
6374
|
-
|
|
6375
|
-
|
|
6376
|
-
|
|
6377
|
-
|
|
6378
|
-
|
|
6379
|
-
|
|
6380
|
-
|
|
6381
|
-
|
|
6382
|
-
|
|
6300
|
+
"target": {
|
|
6301
|
+
"$ref": "#/$defs/TableRowAddress"
|
|
6302
|
+
}
|
|
6303
|
+
},
|
|
6304
|
+
"additionalProperties": false,
|
|
6305
|
+
"required": [
|
|
6306
|
+
"kind",
|
|
6307
|
+
"target"
|
|
6308
|
+
]
|
|
6309
|
+
},
|
|
6310
|
+
{
|
|
6311
|
+
"type": "object",
|
|
6312
|
+
"properties": {
|
|
6313
|
+
"kind": {
|
|
6314
|
+
"const": "before",
|
|
6315
|
+
"type": "string"
|
|
6383
6316
|
},
|
|
6384
|
-
{
|
|
6385
|
-
"type": "
|
|
6386
|
-
|
|
6387
|
-
|
|
6388
|
-
|
|
6389
|
-
|
|
6390
|
-
|
|
6391
|
-
|
|
6392
|
-
|
|
6393
|
-
|
|
6394
|
-
|
|
6395
|
-
|
|
6396
|
-
|
|
6397
|
-
|
|
6398
|
-
|
|
6399
|
-
|
|
6400
|
-
]
|
|
6317
|
+
"nodeId": {
|
|
6318
|
+
"type": "string"
|
|
6319
|
+
}
|
|
6320
|
+
},
|
|
6321
|
+
"additionalProperties": false,
|
|
6322
|
+
"required": [
|
|
6323
|
+
"kind",
|
|
6324
|
+
"nodeId"
|
|
6325
|
+
]
|
|
6326
|
+
},
|
|
6327
|
+
{
|
|
6328
|
+
"type": "object",
|
|
6329
|
+
"properties": {
|
|
6330
|
+
"kind": {
|
|
6331
|
+
"const": "after",
|
|
6332
|
+
"type": "string"
|
|
6401
6333
|
},
|
|
6402
|
-
{
|
|
6403
|
-
"type": "
|
|
6404
|
-
"properties": {
|
|
6405
|
-
"kind": {
|
|
6406
|
-
"const": "after",
|
|
6407
|
-
"type": "string"
|
|
6408
|
-
},
|
|
6409
|
-
"columnIndex": {
|
|
6410
|
-
"type": "integer",
|
|
6411
|
-
"minimum": 0
|
|
6412
|
-
}
|
|
6413
|
-
},
|
|
6414
|
-
"additionalProperties": false,
|
|
6415
|
-
"required": [
|
|
6416
|
-
"kind",
|
|
6417
|
-
"columnIndex"
|
|
6418
|
-
]
|
|
6334
|
+
"nodeId": {
|
|
6335
|
+
"type": "string"
|
|
6419
6336
|
}
|
|
6337
|
+
},
|
|
6338
|
+
"additionalProperties": false,
|
|
6339
|
+
"required": [
|
|
6340
|
+
"kind",
|
|
6341
|
+
"nodeId"
|
|
6420
6342
|
]
|
|
6421
6343
|
}
|
|
6422
6344
|
],
|
|
6423
|
-
"description": "Required for
|
|
6345
|
+
"description": "Required for action 'move_row'."
|
|
6424
6346
|
},
|
|
6425
6347
|
"heightPt": {
|
|
6426
6348
|
"type": "number",
|
|
@@ -6502,7 +6424,7 @@
|
|
|
6502
6424
|
"columnIndex": {
|
|
6503
6425
|
"type": "integer",
|
|
6504
6426
|
"minimum": 0,
|
|
6505
|
-
"description": "Required for actions 'delete_column', '
|
|
6427
|
+
"description": "Required for actions 'delete_column', 'set_column'."
|
|
6506
6428
|
},
|
|
6507
6429
|
"widthPt": {
|
|
6508
6430
|
"type": "number",
|
|
@@ -7048,22 +6970,6 @@
|
|
|
7048
6970
|
]
|
|
7049
6971
|
]
|
|
7050
6972
|
},
|
|
7051
|
-
{
|
|
7052
|
-
"operationId": "doc.tables.moveColumn",
|
|
7053
|
-
"intentAction": "move_column",
|
|
7054
|
-
"requiredOneOf": [
|
|
7055
|
-
[
|
|
7056
|
-
"columnIndex",
|
|
7057
|
-
"destination",
|
|
7058
|
-
"target"
|
|
7059
|
-
],
|
|
7060
|
-
[
|
|
7061
|
-
"columnIndex",
|
|
7062
|
-
"destination",
|
|
7063
|
-
"nodeId"
|
|
7064
|
-
]
|
|
7065
|
-
]
|
|
7066
|
-
},
|
|
7067
6973
|
{
|
|
7068
6974
|
"operationId": "doc.tables.setColumnWidth",
|
|
7069
6975
|
"intentAction": "set_column",
|