@superdoc/cli-linux-arm64 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 CHANGED
Binary file
@@ -5947,6 +5947,7 @@
5947
5947
  "insert_column",
5948
5948
  "insert_row",
5949
5949
  "merge_cells",
5950
+ "move_column",
5950
5951
  "move_row",
5951
5952
  "set_borders",
5952
5953
  "set_cell",
@@ -5960,7 +5961,7 @@
5960
5961
  "set_style_options",
5961
5962
  "unmerge_cells"
5962
5963
  ],
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."
5964
+ "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."
5964
5965
  },
5965
5966
  "force": {
5966
5967
  "type": "boolean",
@@ -6006,20 +6007,34 @@
6006
6007
  "oneOf": [
6007
6008
  {
6008
6009
  "oneOf": [
6009
- {
6010
- "$ref": "#/$defs/TableAddress"
6011
- },
6012
6010
  {
6013
6011
  "oneOf": [
6012
+ {
6013
+ "$ref": "#/$defs/TableAddress"
6014
+ },
6014
6015
  {
6015
6016
  "oneOf": [
6016
6017
  {
6017
- "$ref": "#/$defs/TableRowAddress"
6018
+ "oneOf": [
6019
+ {
6020
+ "$ref": "#/$defs/TableRowAddress"
6021
+ },
6022
+ {
6023
+ "$ref": "#/$defs/TableAddress"
6024
+ }
6025
+ ]
6018
6026
  },
6019
6027
  {
6020
6028
  "$ref": "#/$defs/TableAddress"
6021
6029
  }
6022
6030
  ]
6031
+ }
6032
+ ]
6033
+ },
6034
+ {
6035
+ "oneOf": [
6036
+ {
6037
+ "$ref": "#/$defs/TableRowAddress"
6023
6038
  },
6024
6039
  {
6025
6040
  "$ref": "#/$defs/TableAddress"
@@ -6065,14 +6080,7 @@
6065
6080
  ]
6066
6081
  },
6067
6082
  {
6068
- "oneOf": [
6069
- {
6070
- "$ref": "#/$defs/TableRowAddress"
6071
- },
6072
- {
6073
- "$ref": "#/$defs/TableAddress"
6074
- }
6075
- ]
6083
+ "$ref": "#/$defs/TableAddress"
6076
6084
  }
6077
6085
  ]
6078
6086
  },
@@ -6212,137 +6220,207 @@
6212
6220
  "destination": {
6213
6221
  "oneOf": [
6214
6222
  {
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"
6223
+ "oneOf": [
6224
+ {
6225
+ "type": "object",
6226
+ "properties": {
6227
+ "kind": {
6228
+ "const": "first",
6229
+ "type": "string"
6230
+ }
6231
+ },
6232
+ "additionalProperties": false,
6233
+ "required": [
6234
+ "kind"
6235
+ ]
6246
6236
  },
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"
6237
+ {
6238
+ "type": "object",
6239
+ "properties": {
6240
+ "kind": {
6241
+ "const": "last",
6242
+ "type": "string"
6243
+ }
6244
+ },
6245
+ "additionalProperties": false,
6246
+ "required": [
6247
+ "kind"
6248
+ ]
6264
6249
  },
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"
6250
+ {
6251
+ "type": "object",
6252
+ "properties": {
6253
+ "kind": {
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
+ ]
6282
6267
  },
6283
- "target": {
6284
- "$ref": "#/$defs/TableRowAddress"
6285
- }
6286
- },
6287
- "additionalProperties": false,
6288
- "required": [
6289
- "kind",
6290
- "target"
6291
- ]
6292
- },
6293
- {
6294
- "type": "object",
6295
- "properties": {
6296
- "kind": {
6297
- "const": "after",
6298
- "type": "string"
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
+ ]
6299
6285
  },
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"
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
+ ]
6316
6302
  },
6317
- "nodeId": {
6318
- "type": "string"
6303
+ {
6304
+ "type": "object",
6305
+ "properties": {
6306
+ "kind": {
6307
+ "const": "after",
6308
+ "type": "string"
6309
+ },
6310
+ "target": {
6311
+ "$ref": "#/$defs/TableRowAddress"
6312
+ }
6313
+ },
6314
+ "additionalProperties": false,
6315
+ "required": [
6316
+ "kind",
6317
+ "target"
6318
+ ]
6319
+ },
6320
+ {
6321
+ "type": "object",
6322
+ "properties": {
6323
+ "kind": {
6324
+ "const": "before",
6325
+ "type": "string"
6326
+ },
6327
+ "nodeId": {
6328
+ "type": "string"
6329
+ }
6330
+ },
6331
+ "additionalProperties": false,
6332
+ "required": [
6333
+ "kind",
6334
+ "nodeId"
6335
+ ]
6336
+ },
6337
+ {
6338
+ "type": "object",
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
+ ]
6319
6353
  }
6320
- },
6321
- "additionalProperties": false,
6322
- "required": [
6323
- "kind",
6324
- "nodeId"
6325
6354
  ]
6326
6355
  },
6327
6356
  {
6328
- "type": "object",
6329
- "properties": {
6330
- "kind": {
6331
- "const": "after",
6332
- "type": "string"
6357
+ "oneOf": [
6358
+ {
6359
+ "type": "object",
6360
+ "properties": {
6361
+ "kind": {
6362
+ "const": "first",
6363
+ "type": "string"
6364
+ }
6365
+ },
6366
+ "additionalProperties": false,
6367
+ "required": [
6368
+ "kind"
6369
+ ]
6333
6370
  },
6334
- "nodeId": {
6335
- "type": "string"
6371
+ {
6372
+ "type": "object",
6373
+ "properties": {
6374
+ "kind": {
6375
+ "const": "last",
6376
+ "type": "string"
6377
+ }
6378
+ },
6379
+ "additionalProperties": false,
6380
+ "required": [
6381
+ "kind"
6382
+ ]
6383
+ },
6384
+ {
6385
+ "type": "object",
6386
+ "properties": {
6387
+ "kind": {
6388
+ "const": "before",
6389
+ "type": "string"
6390
+ },
6391
+ "columnIndex": {
6392
+ "type": "integer",
6393
+ "minimum": 0
6394
+ }
6395
+ },
6396
+ "additionalProperties": false,
6397
+ "required": [
6398
+ "kind",
6399
+ "columnIndex"
6400
+ ]
6401
+ },
6402
+ {
6403
+ "type": "object",
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
+ ]
6336
6419
  }
6337
- },
6338
- "additionalProperties": false,
6339
- "required": [
6340
- "kind",
6341
- "nodeId"
6342
6420
  ]
6343
6421
  }
6344
6422
  ],
6345
- "description": "Required for action 'move_row'."
6423
+ "description": "Required for actions 'move_row', 'move_column'."
6346
6424
  },
6347
6425
  "heightPt": {
6348
6426
  "type": "number",
@@ -6424,7 +6502,7 @@
6424
6502
  "columnIndex": {
6425
6503
  "type": "integer",
6426
6504
  "minimum": 0,
6427
- "description": "Required for actions 'delete_column', 'set_column'."
6505
+ "description": "Required for actions 'delete_column', 'move_column', 'set_column'."
6428
6506
  },
6429
6507
  "widthPt": {
6430
6508
  "type": "number",
@@ -6970,6 +7048,22 @@
6970
7048
  ]
6971
7049
  ]
6972
7050
  },
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
+ },
6973
7067
  {
6974
7068
  "operationId": "doc.tables.setColumnWidth",
6975
7069
  "intentAction": "set_column",