@superdoc/cli-linux-x64 0.34.0-next.4 → 0.34.0-next.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/superdoc +0 -0
- package/bin/tools/catalog.json +225 -131
- package/bin/tools/tools.anthropic.json +209 -131
- package/bin/tools/tools.generic.json +211 -132
- package/bin/tools/tools.openai.json +209 -131
- package/bin/tools/tools.vercel.json +209 -131
- package/package.json +1 -1
|
@@ -5702,6 +5702,7 @@
|
|
|
5702
5702
|
"insert_column",
|
|
5703
5703
|
"insert_row",
|
|
5704
5704
|
"merge_cells",
|
|
5705
|
+
"move_column",
|
|
5705
5706
|
"move_row",
|
|
5706
5707
|
"set_borders",
|
|
5707
5708
|
"set_cell",
|
|
@@ -5715,7 +5716,7 @@
|
|
|
5715
5716
|
"set_style_options",
|
|
5716
5717
|
"unmerge_cells"
|
|
5717
5718
|
],
|
|
5718
|
-
"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."
|
|
5719
|
+
"description": "The action to perform. One of: delete, delete_column, delete_row, insert_column, insert_row, merge_cells, move_column, 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."
|
|
5719
5720
|
},
|
|
5720
5721
|
"force": {
|
|
5721
5722
|
"type": "boolean",
|
|
@@ -5761,20 +5762,34 @@
|
|
|
5761
5762
|
"oneOf": [
|
|
5762
5763
|
{
|
|
5763
5764
|
"oneOf": [
|
|
5764
|
-
{
|
|
5765
|
-
"$ref": "#/$defs/TableAddress"
|
|
5766
|
-
},
|
|
5767
5765
|
{
|
|
5768
5766
|
"oneOf": [
|
|
5767
|
+
{
|
|
5768
|
+
"$ref": "#/$defs/TableAddress"
|
|
5769
|
+
},
|
|
5769
5770
|
{
|
|
5770
5771
|
"oneOf": [
|
|
5771
5772
|
{
|
|
5772
|
-
"
|
|
5773
|
+
"oneOf": [
|
|
5774
|
+
{
|
|
5775
|
+
"$ref": "#/$defs/TableRowAddress"
|
|
5776
|
+
},
|
|
5777
|
+
{
|
|
5778
|
+
"$ref": "#/$defs/TableAddress"
|
|
5779
|
+
}
|
|
5780
|
+
]
|
|
5773
5781
|
},
|
|
5774
5782
|
{
|
|
5775
5783
|
"$ref": "#/$defs/TableAddress"
|
|
5776
5784
|
}
|
|
5777
5785
|
]
|
|
5786
|
+
}
|
|
5787
|
+
]
|
|
5788
|
+
},
|
|
5789
|
+
{
|
|
5790
|
+
"oneOf": [
|
|
5791
|
+
{
|
|
5792
|
+
"$ref": "#/$defs/TableRowAddress"
|
|
5778
5793
|
},
|
|
5779
5794
|
{
|
|
5780
5795
|
"$ref": "#/$defs/TableAddress"
|
|
@@ -5820,14 +5835,7 @@
|
|
|
5820
5835
|
]
|
|
5821
5836
|
},
|
|
5822
5837
|
{
|
|
5823
|
-
"
|
|
5824
|
-
{
|
|
5825
|
-
"$ref": "#/$defs/TableRowAddress"
|
|
5826
|
-
},
|
|
5827
|
-
{
|
|
5828
|
-
"$ref": "#/$defs/TableAddress"
|
|
5829
|
-
}
|
|
5830
|
-
]
|
|
5838
|
+
"$ref": "#/$defs/TableAddress"
|
|
5831
5839
|
}
|
|
5832
5840
|
]
|
|
5833
5841
|
},
|
|
@@ -5967,137 +5975,207 @@
|
|
|
5967
5975
|
"destination": {
|
|
5968
5976
|
"oneOf": [
|
|
5969
5977
|
{
|
|
5970
|
-
"
|
|
5971
|
-
|
|
5972
|
-
|
|
5973
|
-
"
|
|
5974
|
-
|
|
5975
|
-
|
|
5976
|
-
|
|
5977
|
-
|
|
5978
|
-
|
|
5979
|
-
|
|
5980
|
-
|
|
5981
|
-
|
|
5982
|
-
|
|
5983
|
-
"type": "object",
|
|
5984
|
-
"properties": {
|
|
5985
|
-
"kind": {
|
|
5986
|
-
"const": "last",
|
|
5987
|
-
"type": "string"
|
|
5988
|
-
}
|
|
5989
|
-
},
|
|
5990
|
-
"additionalProperties": false,
|
|
5991
|
-
"required": [
|
|
5992
|
-
"kind"
|
|
5993
|
-
]
|
|
5994
|
-
},
|
|
5995
|
-
{
|
|
5996
|
-
"type": "object",
|
|
5997
|
-
"properties": {
|
|
5998
|
-
"kind": {
|
|
5999
|
-
"const": "before",
|
|
6000
|
-
"type": "string"
|
|
5978
|
+
"oneOf": [
|
|
5979
|
+
{
|
|
5980
|
+
"type": "object",
|
|
5981
|
+
"properties": {
|
|
5982
|
+
"kind": {
|
|
5983
|
+
"const": "first",
|
|
5984
|
+
"type": "string"
|
|
5985
|
+
}
|
|
5986
|
+
},
|
|
5987
|
+
"additionalProperties": false,
|
|
5988
|
+
"required": [
|
|
5989
|
+
"kind"
|
|
5990
|
+
]
|
|
6001
5991
|
},
|
|
6002
|
-
|
|
6003
|
-
"type": "
|
|
6004
|
-
"
|
|
6005
|
-
|
|
6006
|
-
|
|
6007
|
-
|
|
6008
|
-
|
|
6009
|
-
|
|
6010
|
-
|
|
6011
|
-
|
|
6012
|
-
|
|
6013
|
-
|
|
6014
|
-
"type": "object",
|
|
6015
|
-
"properties": {
|
|
6016
|
-
"kind": {
|
|
6017
|
-
"const": "after",
|
|
6018
|
-
"type": "string"
|
|
5992
|
+
{
|
|
5993
|
+
"type": "object",
|
|
5994
|
+
"properties": {
|
|
5995
|
+
"kind": {
|
|
5996
|
+
"const": "last",
|
|
5997
|
+
"type": "string"
|
|
5998
|
+
}
|
|
5999
|
+
},
|
|
6000
|
+
"additionalProperties": false,
|
|
6001
|
+
"required": [
|
|
6002
|
+
"kind"
|
|
6003
|
+
]
|
|
6019
6004
|
},
|
|
6020
|
-
|
|
6021
|
-
"type": "
|
|
6022
|
-
"
|
|
6023
|
-
|
|
6024
|
-
|
|
6025
|
-
|
|
6026
|
-
|
|
6027
|
-
|
|
6028
|
-
|
|
6029
|
-
|
|
6030
|
-
|
|
6031
|
-
|
|
6032
|
-
|
|
6033
|
-
|
|
6034
|
-
|
|
6035
|
-
|
|
6036
|
-
|
|
6005
|
+
{
|
|
6006
|
+
"type": "object",
|
|
6007
|
+
"properties": {
|
|
6008
|
+
"kind": {
|
|
6009
|
+
"const": "before",
|
|
6010
|
+
"type": "string"
|
|
6011
|
+
},
|
|
6012
|
+
"rowIndex": {
|
|
6013
|
+
"type": "integer",
|
|
6014
|
+
"minimum": 0
|
|
6015
|
+
}
|
|
6016
|
+
},
|
|
6017
|
+
"additionalProperties": false,
|
|
6018
|
+
"required": [
|
|
6019
|
+
"kind",
|
|
6020
|
+
"rowIndex"
|
|
6021
|
+
]
|
|
6037
6022
|
},
|
|
6038
|
-
|
|
6039
|
-
"
|
|
6040
|
-
|
|
6041
|
-
|
|
6042
|
-
|
|
6043
|
-
|
|
6044
|
-
|
|
6045
|
-
|
|
6046
|
-
|
|
6047
|
-
|
|
6048
|
-
|
|
6049
|
-
|
|
6050
|
-
|
|
6051
|
-
|
|
6052
|
-
|
|
6053
|
-
|
|
6023
|
+
{
|
|
6024
|
+
"type": "object",
|
|
6025
|
+
"properties": {
|
|
6026
|
+
"kind": {
|
|
6027
|
+
"const": "after",
|
|
6028
|
+
"type": "string"
|
|
6029
|
+
},
|
|
6030
|
+
"rowIndex": {
|
|
6031
|
+
"type": "integer",
|
|
6032
|
+
"minimum": 0
|
|
6033
|
+
}
|
|
6034
|
+
},
|
|
6035
|
+
"additionalProperties": false,
|
|
6036
|
+
"required": [
|
|
6037
|
+
"kind",
|
|
6038
|
+
"rowIndex"
|
|
6039
|
+
]
|
|
6054
6040
|
},
|
|
6055
|
-
|
|
6056
|
-
"
|
|
6057
|
-
|
|
6058
|
-
|
|
6059
|
-
|
|
6060
|
-
|
|
6061
|
-
|
|
6062
|
-
|
|
6063
|
-
|
|
6064
|
-
|
|
6065
|
-
|
|
6066
|
-
|
|
6067
|
-
|
|
6068
|
-
|
|
6069
|
-
|
|
6070
|
-
|
|
6041
|
+
{
|
|
6042
|
+
"type": "object",
|
|
6043
|
+
"properties": {
|
|
6044
|
+
"kind": {
|
|
6045
|
+
"const": "before",
|
|
6046
|
+
"type": "string"
|
|
6047
|
+
},
|
|
6048
|
+
"target": {
|
|
6049
|
+
"$ref": "#/$defs/TableRowAddress"
|
|
6050
|
+
}
|
|
6051
|
+
},
|
|
6052
|
+
"additionalProperties": false,
|
|
6053
|
+
"required": [
|
|
6054
|
+
"kind",
|
|
6055
|
+
"target"
|
|
6056
|
+
]
|
|
6071
6057
|
},
|
|
6072
|
-
|
|
6073
|
-
"type": "
|
|
6058
|
+
{
|
|
6059
|
+
"type": "object",
|
|
6060
|
+
"properties": {
|
|
6061
|
+
"kind": {
|
|
6062
|
+
"const": "after",
|
|
6063
|
+
"type": "string"
|
|
6064
|
+
},
|
|
6065
|
+
"target": {
|
|
6066
|
+
"$ref": "#/$defs/TableRowAddress"
|
|
6067
|
+
}
|
|
6068
|
+
},
|
|
6069
|
+
"additionalProperties": false,
|
|
6070
|
+
"required": [
|
|
6071
|
+
"kind",
|
|
6072
|
+
"target"
|
|
6073
|
+
]
|
|
6074
|
+
},
|
|
6075
|
+
{
|
|
6076
|
+
"type": "object",
|
|
6077
|
+
"properties": {
|
|
6078
|
+
"kind": {
|
|
6079
|
+
"const": "before",
|
|
6080
|
+
"type": "string"
|
|
6081
|
+
},
|
|
6082
|
+
"nodeId": {
|
|
6083
|
+
"type": "string"
|
|
6084
|
+
}
|
|
6085
|
+
},
|
|
6086
|
+
"additionalProperties": false,
|
|
6087
|
+
"required": [
|
|
6088
|
+
"kind",
|
|
6089
|
+
"nodeId"
|
|
6090
|
+
]
|
|
6091
|
+
},
|
|
6092
|
+
{
|
|
6093
|
+
"type": "object",
|
|
6094
|
+
"properties": {
|
|
6095
|
+
"kind": {
|
|
6096
|
+
"const": "after",
|
|
6097
|
+
"type": "string"
|
|
6098
|
+
},
|
|
6099
|
+
"nodeId": {
|
|
6100
|
+
"type": "string"
|
|
6101
|
+
}
|
|
6102
|
+
},
|
|
6103
|
+
"additionalProperties": false,
|
|
6104
|
+
"required": [
|
|
6105
|
+
"kind",
|
|
6106
|
+
"nodeId"
|
|
6107
|
+
]
|
|
6074
6108
|
}
|
|
6075
|
-
},
|
|
6076
|
-
"additionalProperties": false,
|
|
6077
|
-
"required": [
|
|
6078
|
-
"kind",
|
|
6079
|
-
"nodeId"
|
|
6080
6109
|
]
|
|
6081
6110
|
},
|
|
6082
6111
|
{
|
|
6083
|
-
"
|
|
6084
|
-
|
|
6085
|
-
|
|
6086
|
-
"
|
|
6087
|
-
|
|
6112
|
+
"oneOf": [
|
|
6113
|
+
{
|
|
6114
|
+
"type": "object",
|
|
6115
|
+
"properties": {
|
|
6116
|
+
"kind": {
|
|
6117
|
+
"const": "first",
|
|
6118
|
+
"type": "string"
|
|
6119
|
+
}
|
|
6120
|
+
},
|
|
6121
|
+
"additionalProperties": false,
|
|
6122
|
+
"required": [
|
|
6123
|
+
"kind"
|
|
6124
|
+
]
|
|
6088
6125
|
},
|
|
6089
|
-
|
|
6090
|
-
"type": "
|
|
6126
|
+
{
|
|
6127
|
+
"type": "object",
|
|
6128
|
+
"properties": {
|
|
6129
|
+
"kind": {
|
|
6130
|
+
"const": "last",
|
|
6131
|
+
"type": "string"
|
|
6132
|
+
}
|
|
6133
|
+
},
|
|
6134
|
+
"additionalProperties": false,
|
|
6135
|
+
"required": [
|
|
6136
|
+
"kind"
|
|
6137
|
+
]
|
|
6138
|
+
},
|
|
6139
|
+
{
|
|
6140
|
+
"type": "object",
|
|
6141
|
+
"properties": {
|
|
6142
|
+
"kind": {
|
|
6143
|
+
"const": "before",
|
|
6144
|
+
"type": "string"
|
|
6145
|
+
},
|
|
6146
|
+
"columnIndex": {
|
|
6147
|
+
"type": "integer",
|
|
6148
|
+
"minimum": 0
|
|
6149
|
+
}
|
|
6150
|
+
},
|
|
6151
|
+
"additionalProperties": false,
|
|
6152
|
+
"required": [
|
|
6153
|
+
"kind",
|
|
6154
|
+
"columnIndex"
|
|
6155
|
+
]
|
|
6156
|
+
},
|
|
6157
|
+
{
|
|
6158
|
+
"type": "object",
|
|
6159
|
+
"properties": {
|
|
6160
|
+
"kind": {
|
|
6161
|
+
"const": "after",
|
|
6162
|
+
"type": "string"
|
|
6163
|
+
},
|
|
6164
|
+
"columnIndex": {
|
|
6165
|
+
"type": "integer",
|
|
6166
|
+
"minimum": 0
|
|
6167
|
+
}
|
|
6168
|
+
},
|
|
6169
|
+
"additionalProperties": false,
|
|
6170
|
+
"required": [
|
|
6171
|
+
"kind",
|
|
6172
|
+
"columnIndex"
|
|
6173
|
+
]
|
|
6091
6174
|
}
|
|
6092
|
-
},
|
|
6093
|
-
"additionalProperties": false,
|
|
6094
|
-
"required": [
|
|
6095
|
-
"kind",
|
|
6096
|
-
"nodeId"
|
|
6097
6175
|
]
|
|
6098
6176
|
}
|
|
6099
6177
|
],
|
|
6100
|
-
"description": "Required for
|
|
6178
|
+
"description": "Required for actions 'move_row', 'move_column'."
|
|
6101
6179
|
},
|
|
6102
6180
|
"heightPt": {
|
|
6103
6181
|
"type": "number",
|
|
@@ -6179,7 +6257,7 @@
|
|
|
6179
6257
|
"columnIndex": {
|
|
6180
6258
|
"type": "integer",
|
|
6181
6259
|
"minimum": 0,
|
|
6182
|
-
"description": "Required for actions 'delete_column', 'set_column'."
|
|
6260
|
+
"description": "Required for actions 'delete_column', 'move_column', 'set_column'."
|
|
6183
6261
|
},
|
|
6184
6262
|
"widthPt": {
|
|
6185
6263
|
"type": "number",
|
|
@@ -6573,7 +6651,7 @@
|
|
|
6573
6651
|
},
|
|
6574
6652
|
"metadata": {
|
|
6575
6653
|
"mutates": true,
|
|
6576
|
-
"operationCount":
|
|
6654
|
+
"operationCount": 19,
|
|
6577
6655
|
"operations": [
|
|
6578
6656
|
"doc.tables.delete",
|
|
6579
6657
|
"doc.tables.setLayout",
|
|
@@ -6584,6 +6662,7 @@
|
|
|
6584
6662
|
"doc.tables.setRowOptions",
|
|
6585
6663
|
"doc.tables.insertColumn",
|
|
6586
6664
|
"doc.tables.deleteColumn",
|
|
6665
|
+
"doc.tables.moveColumn",
|
|
6587
6666
|
"doc.tables.setColumnWidth",
|
|
6588
6667
|
"doc.tables.mergeCells",
|
|
6589
6668
|
"doc.tables.unmergeCells",
|