@superdoc-dev/sdk 1.0.0-alpha.32 → 1.0.0-alpha.34

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.
@@ -460,6 +460,54 @@
460
460
  ]
461
461
  }
462
462
  },
463
+ {
464
+ "name": "clear_content",
465
+ "description": "Clear all document body content, leaving a single empty paragraph.",
466
+ "parameters": {
467
+ "type": "object",
468
+ "properties": {
469
+ "doc": {
470
+ "type": "string"
471
+ },
472
+ "sessionId": {
473
+ "type": "string"
474
+ },
475
+ "force": {
476
+ "type": "boolean"
477
+ },
478
+ "changeMode": {
479
+ "type": "string",
480
+ "enum": [
481
+ "direct",
482
+ "tracked"
483
+ ]
484
+ }
485
+ },
486
+ "additionalProperties": false
487
+ },
488
+ "returns": {
489
+ "$ref": "#/$defs/ReceiptSuccess"
490
+ },
491
+ "metadata": {
492
+ "operationId": "doc.clearContent",
493
+ "profile": "intent",
494
+ "mutates": true,
495
+ "category": "core",
496
+ "capabilities": [
497
+ "optimistic-concurrency",
498
+ "output-path",
499
+ "session-targeting",
500
+ "stateless-doc",
501
+ "tracked-change-mode"
502
+ ],
503
+ "requiredCapabilities": [],
504
+ "profileTags": [],
505
+ "examples": [],
506
+ "commandTokens": [
507
+ "clear-content"
508
+ ]
509
+ }
510
+ },
463
511
  {
464
512
  "name": "insert_content",
465
513
  "description": "Insert content at a target position, or at the end of the document when target is omitted. Supports text (default), markdown, and html content types via the `type` field.",
@@ -19931,6 +19979,41 @@
19931
19979
  ],
19932
19980
  "type": "object"
19933
19981
  },
19982
+ "clearContent": {
19983
+ "additionalProperties": false,
19984
+ "properties": {
19985
+ "available": {
19986
+ "type": "boolean"
19987
+ },
19988
+ "dryRun": {
19989
+ "type": "boolean"
19990
+ },
19991
+ "reasons": {
19992
+ "items": {
19993
+ "enum": [
19994
+ "COMMAND_UNAVAILABLE",
19995
+ "HELPER_UNAVAILABLE",
19996
+ "OPERATION_UNAVAILABLE",
19997
+ "TRACKED_MODE_UNAVAILABLE",
19998
+ "DRY_RUN_UNAVAILABLE",
19999
+ "NAMESPACE_UNAVAILABLE",
20000
+ "STYLES_PART_MISSING",
20001
+ "COLLABORATION_ACTIVE"
20002
+ ]
20003
+ },
20004
+ "type": "array"
20005
+ },
20006
+ "tracked": {
20007
+ "type": "boolean"
20008
+ }
20009
+ },
20010
+ "required": [
20011
+ "available",
20012
+ "tracked",
20013
+ "dryRun"
20014
+ ],
20015
+ "type": "object"
20016
+ },
19934
20017
  "comments.create": {
19935
20018
  "additionalProperties": false,
19936
20019
  "properties": {
@@ -23081,7 +23164,7 @@
23081
23164
  ],
23082
23165
  "type": "object"
23083
23166
  },
23084
- "images.delete": {
23167
+ "images.crop": {
23085
23168
  "additionalProperties": false,
23086
23169
  "properties": {
23087
23170
  "available": {
@@ -23116,7 +23199,7 @@
23116
23199
  ],
23117
23200
  "type": "object"
23118
23201
  },
23119
- "images.get": {
23202
+ "images.delete": {
23120
23203
  "additionalProperties": false,
23121
23204
  "properties": {
23122
23205
  "available": {
@@ -23151,7 +23234,7 @@
23151
23234
  ],
23152
23235
  "type": "object"
23153
23236
  },
23154
- "images.list": {
23237
+ "images.flip": {
23155
23238
  "additionalProperties": false,
23156
23239
  "properties": {
23157
23240
  "available": {
@@ -23186,7 +23269,7 @@
23186
23269
  ],
23187
23270
  "type": "object"
23188
23271
  },
23189
- "images.move": {
23272
+ "images.get": {
23190
23273
  "additionalProperties": false,
23191
23274
  "properties": {
23192
23275
  "available": {
@@ -23221,7 +23304,7 @@
23221
23304
  ],
23222
23305
  "type": "object"
23223
23306
  },
23224
- "images.setAnchorOptions": {
23307
+ "images.insertCaption": {
23225
23308
  "additionalProperties": false,
23226
23309
  "properties": {
23227
23310
  "available": {
@@ -23256,7 +23339,7 @@
23256
23339
  ],
23257
23340
  "type": "object"
23258
23341
  },
23259
- "images.setPosition": {
23342
+ "images.list": {
23260
23343
  "additionalProperties": false,
23261
23344
  "properties": {
23262
23345
  "available": {
@@ -23291,7 +23374,7 @@
23291
23374
  ],
23292
23375
  "type": "object"
23293
23376
  },
23294
- "images.setSize": {
23377
+ "images.move": {
23295
23378
  "additionalProperties": false,
23296
23379
  "properties": {
23297
23380
  "available": {
@@ -23326,7 +23409,7 @@
23326
23409
  ],
23327
23410
  "type": "object"
23328
23411
  },
23329
- "images.setWrapDistances": {
23412
+ "images.removeCaption": {
23330
23413
  "additionalProperties": false,
23331
23414
  "properties": {
23332
23415
  "available": {
@@ -23361,7 +23444,7 @@
23361
23444
  ],
23362
23445
  "type": "object"
23363
23446
  },
23364
- "images.setWrapSide": {
23447
+ "images.replaceSource": {
23365
23448
  "additionalProperties": false,
23366
23449
  "properties": {
23367
23450
  "available": {
@@ -23396,7 +23479,7 @@
23396
23479
  ],
23397
23480
  "type": "object"
23398
23481
  },
23399
- "images.setWrapType": {
23482
+ "images.resetCrop": {
23400
23483
  "additionalProperties": false,
23401
23484
  "properties": {
23402
23485
  "available": {
@@ -23431,7 +23514,7 @@
23431
23514
  ],
23432
23515
  "type": "object"
23433
23516
  },
23434
- "images.setZOrder": {
23517
+ "images.rotate": {
23435
23518
  "additionalProperties": false,
23436
23519
  "properties": {
23437
23520
  "available": {
@@ -23466,7 +23549,7 @@
23466
23549
  ],
23467
23550
  "type": "object"
23468
23551
  },
23469
- "info": {
23552
+ "images.scale": {
23470
23553
  "additionalProperties": false,
23471
23554
  "properties": {
23472
23555
  "available": {
@@ -23501,7 +23584,7 @@
23501
23584
  ],
23502
23585
  "type": "object"
23503
23586
  },
23504
- "insert": {
23587
+ "images.setAltText": {
23505
23588
  "additionalProperties": false,
23506
23589
  "properties": {
23507
23590
  "available": {
@@ -23536,42 +23619,7 @@
23536
23619
  ],
23537
23620
  "type": "object"
23538
23621
  },
23539
- "lists.applyPreset": {
23540
- "additionalProperties": false,
23541
- "properties": {
23542
- "available": {
23543
- "type": "boolean"
23544
- },
23545
- "dryRun": {
23546
- "type": "boolean"
23547
- },
23548
- "reasons": {
23549
- "items": {
23550
- "enum": [
23551
- "COMMAND_UNAVAILABLE",
23552
- "HELPER_UNAVAILABLE",
23553
- "OPERATION_UNAVAILABLE",
23554
- "TRACKED_MODE_UNAVAILABLE",
23555
- "DRY_RUN_UNAVAILABLE",
23556
- "NAMESPACE_UNAVAILABLE",
23557
- "STYLES_PART_MISSING",
23558
- "COLLABORATION_ACTIVE"
23559
- ]
23560
- },
23561
- "type": "array"
23562
- },
23563
- "tracked": {
23564
- "type": "boolean"
23565
- }
23566
- },
23567
- "required": [
23568
- "available",
23569
- "tracked",
23570
- "dryRun"
23571
- ],
23572
- "type": "object"
23573
- },
23574
- "lists.applyTemplate": {
23622
+ "images.setAnchorOptions": {
23575
23623
  "additionalProperties": false,
23576
23624
  "properties": {
23577
23625
  "available": {
@@ -23606,7 +23654,7 @@
23606
23654
  ],
23607
23655
  "type": "object"
23608
23656
  },
23609
- "lists.attach": {
23657
+ "images.setDecorative": {
23610
23658
  "additionalProperties": false,
23611
23659
  "properties": {
23612
23660
  "available": {
@@ -23641,7 +23689,7 @@
23641
23689
  ],
23642
23690
  "type": "object"
23643
23691
  },
23644
- "lists.canContinuePrevious": {
23692
+ "images.setHyperlink": {
23645
23693
  "additionalProperties": false,
23646
23694
  "properties": {
23647
23695
  "available": {
@@ -23676,7 +23724,7 @@
23676
23724
  ],
23677
23725
  "type": "object"
23678
23726
  },
23679
- "lists.canJoin": {
23727
+ "images.setLockAspectRatio": {
23680
23728
  "additionalProperties": false,
23681
23729
  "properties": {
23682
23730
  "available": {
@@ -23711,7 +23759,7 @@
23711
23759
  ],
23712
23760
  "type": "object"
23713
23761
  },
23714
- "lists.captureTemplate": {
23762
+ "images.setName": {
23715
23763
  "additionalProperties": false,
23716
23764
  "properties": {
23717
23765
  "available": {
@@ -23746,7 +23794,7 @@
23746
23794
  ],
23747
23795
  "type": "object"
23748
23796
  },
23749
- "lists.clearLevelOverrides": {
23797
+ "images.setPosition": {
23750
23798
  "additionalProperties": false,
23751
23799
  "properties": {
23752
23800
  "available": {
@@ -23781,7 +23829,7 @@
23781
23829
  ],
23782
23830
  "type": "object"
23783
23831
  },
23784
- "lists.continuePrevious": {
23832
+ "images.setSize": {
23785
23833
  "additionalProperties": false,
23786
23834
  "properties": {
23787
23835
  "available": {
@@ -23816,7 +23864,7 @@
23816
23864
  ],
23817
23865
  "type": "object"
23818
23866
  },
23819
- "lists.convertToText": {
23867
+ "images.setWrapDistances": {
23820
23868
  "additionalProperties": false,
23821
23869
  "properties": {
23822
23870
  "available": {
@@ -23851,7 +23899,7 @@
23851
23899
  ],
23852
23900
  "type": "object"
23853
23901
  },
23854
- "lists.create": {
23902
+ "images.setWrapSide": {
23855
23903
  "additionalProperties": false,
23856
23904
  "properties": {
23857
23905
  "available": {
@@ -23886,7 +23934,7 @@
23886
23934
  ],
23887
23935
  "type": "object"
23888
23936
  },
23889
- "lists.detach": {
23937
+ "images.setWrapType": {
23890
23938
  "additionalProperties": false,
23891
23939
  "properties": {
23892
23940
  "available": {
@@ -23921,7 +23969,7 @@
23921
23969
  ],
23922
23970
  "type": "object"
23923
23971
  },
23924
- "lists.get": {
23972
+ "images.setZOrder": {
23925
23973
  "additionalProperties": false,
23926
23974
  "properties": {
23927
23975
  "available": {
@@ -23956,7 +24004,7 @@
23956
24004
  ],
23957
24005
  "type": "object"
23958
24006
  },
23959
- "lists.indent": {
24007
+ "images.updateCaption": {
23960
24008
  "additionalProperties": false,
23961
24009
  "properties": {
23962
24010
  "available": {
@@ -23991,7 +24039,7 @@
23991
24039
  ],
23992
24040
  "type": "object"
23993
24041
  },
23994
- "lists.insert": {
24042
+ "info": {
23995
24043
  "additionalProperties": false,
23996
24044
  "properties": {
23997
24045
  "available": {
@@ -24026,7 +24074,7 @@
24026
24074
  ],
24027
24075
  "type": "object"
24028
24076
  },
24029
- "lists.join": {
24077
+ "insert": {
24030
24078
  "additionalProperties": false,
24031
24079
  "properties": {
24032
24080
  "available": {
@@ -24061,7 +24109,7 @@
24061
24109
  ],
24062
24110
  "type": "object"
24063
24111
  },
24064
- "lists.list": {
24112
+ "lists.applyPreset": {
24065
24113
  "additionalProperties": false,
24066
24114
  "properties": {
24067
24115
  "available": {
@@ -24096,7 +24144,7 @@
24096
24144
  ],
24097
24145
  "type": "object"
24098
24146
  },
24099
- "lists.outdent": {
24147
+ "lists.applyTemplate": {
24100
24148
  "additionalProperties": false,
24101
24149
  "properties": {
24102
24150
  "available": {
@@ -24131,7 +24179,7 @@
24131
24179
  ],
24132
24180
  "type": "object"
24133
24181
  },
24134
- "lists.separate": {
24182
+ "lists.attach": {
24135
24183
  "additionalProperties": false,
24136
24184
  "properties": {
24137
24185
  "available": {
@@ -24166,7 +24214,7 @@
24166
24214
  ],
24167
24215
  "type": "object"
24168
24216
  },
24169
- "lists.setLevel": {
24217
+ "lists.canContinuePrevious": {
24170
24218
  "additionalProperties": false,
24171
24219
  "properties": {
24172
24220
  "available": {
@@ -24201,7 +24249,7 @@
24201
24249
  ],
24202
24250
  "type": "object"
24203
24251
  },
24204
- "lists.setLevelAlignment": {
24252
+ "lists.canJoin": {
24205
24253
  "additionalProperties": false,
24206
24254
  "properties": {
24207
24255
  "available": {
@@ -24236,7 +24284,7 @@
24236
24284
  ],
24237
24285
  "type": "object"
24238
24286
  },
24239
- "lists.setLevelBullet": {
24287
+ "lists.captureTemplate": {
24240
24288
  "additionalProperties": false,
24241
24289
  "properties": {
24242
24290
  "available": {
@@ -24271,7 +24319,7 @@
24271
24319
  ],
24272
24320
  "type": "object"
24273
24321
  },
24274
- "lists.setLevelIndents": {
24322
+ "lists.clearLevelOverrides": {
24275
24323
  "additionalProperties": false,
24276
24324
  "properties": {
24277
24325
  "available": {
@@ -24306,7 +24354,7 @@
24306
24354
  ],
24307
24355
  "type": "object"
24308
24356
  },
24309
- "lists.setLevelMarkerFont": {
24357
+ "lists.continuePrevious": {
24310
24358
  "additionalProperties": false,
24311
24359
  "properties": {
24312
24360
  "available": {
@@ -24341,7 +24389,7 @@
24341
24389
  ],
24342
24390
  "type": "object"
24343
24391
  },
24344
- "lists.setLevelNumbering": {
24392
+ "lists.convertToText": {
24345
24393
  "additionalProperties": false,
24346
24394
  "properties": {
24347
24395
  "available": {
@@ -24376,7 +24424,7 @@
24376
24424
  ],
24377
24425
  "type": "object"
24378
24426
  },
24379
- "lists.setLevelPictureBullet": {
24427
+ "lists.create": {
24380
24428
  "additionalProperties": false,
24381
24429
  "properties": {
24382
24430
  "available": {
@@ -24411,7 +24459,7 @@
24411
24459
  ],
24412
24460
  "type": "object"
24413
24461
  },
24414
- "lists.setLevelRestart": {
24462
+ "lists.detach": {
24415
24463
  "additionalProperties": false,
24416
24464
  "properties": {
24417
24465
  "available": {
@@ -24446,7 +24494,7 @@
24446
24494
  ],
24447
24495
  "type": "object"
24448
24496
  },
24449
- "lists.setLevelTrailingCharacter": {
24497
+ "lists.get": {
24450
24498
  "additionalProperties": false,
24451
24499
  "properties": {
24452
24500
  "available": {
@@ -24481,7 +24529,7 @@
24481
24529
  ],
24482
24530
  "type": "object"
24483
24531
  },
24484
- "lists.setValue": {
24532
+ "lists.indent": {
24485
24533
  "additionalProperties": false,
24486
24534
  "properties": {
24487
24535
  "available": {
@@ -24516,7 +24564,7 @@
24516
24564
  ],
24517
24565
  "type": "object"
24518
24566
  },
24519
- "mutations.apply": {
24567
+ "lists.insert": {
24520
24568
  "additionalProperties": false,
24521
24569
  "properties": {
24522
24570
  "available": {
@@ -24551,7 +24599,7 @@
24551
24599
  ],
24552
24600
  "type": "object"
24553
24601
  },
24554
- "mutations.preview": {
24602
+ "lists.join": {
24555
24603
  "additionalProperties": false,
24556
24604
  "properties": {
24557
24605
  "available": {
@@ -24586,7 +24634,7 @@
24586
24634
  ],
24587
24635
  "type": "object"
24588
24636
  },
24589
- "query.match": {
24637
+ "lists.list": {
24590
24638
  "additionalProperties": false,
24591
24639
  "properties": {
24592
24640
  "available": {
@@ -24621,7 +24669,7 @@
24621
24669
  ],
24622
24670
  "type": "object"
24623
24671
  },
24624
- "replace": {
24672
+ "lists.outdent": {
24625
24673
  "additionalProperties": false,
24626
24674
  "properties": {
24627
24675
  "available": {
@@ -24656,7 +24704,7 @@
24656
24704
  ],
24657
24705
  "type": "object"
24658
24706
  },
24659
- "sections.clearHeaderFooterRef": {
24707
+ "lists.separate": {
24660
24708
  "additionalProperties": false,
24661
24709
  "properties": {
24662
24710
  "available": {
@@ -24691,7 +24739,7 @@
24691
24739
  ],
24692
24740
  "type": "object"
24693
24741
  },
24694
- "sections.clearPageBorders": {
24742
+ "lists.setLevel": {
24695
24743
  "additionalProperties": false,
24696
24744
  "properties": {
24697
24745
  "available": {
@@ -24726,7 +24774,7 @@
24726
24774
  ],
24727
24775
  "type": "object"
24728
24776
  },
24729
- "sections.get": {
24777
+ "lists.setLevelAlignment": {
24730
24778
  "additionalProperties": false,
24731
24779
  "properties": {
24732
24780
  "available": {
@@ -24761,7 +24809,7 @@
24761
24809
  ],
24762
24810
  "type": "object"
24763
24811
  },
24764
- "sections.list": {
24812
+ "lists.setLevelBullet": {
24765
24813
  "additionalProperties": false,
24766
24814
  "properties": {
24767
24815
  "available": {
@@ -24796,7 +24844,7 @@
24796
24844
  ],
24797
24845
  "type": "object"
24798
24846
  },
24799
- "sections.setBreakType": {
24847
+ "lists.setLevelIndents": {
24800
24848
  "additionalProperties": false,
24801
24849
  "properties": {
24802
24850
  "available": {
@@ -24831,7 +24879,7 @@
24831
24879
  ],
24832
24880
  "type": "object"
24833
24881
  },
24834
- "sections.setColumns": {
24882
+ "lists.setLevelMarkerFont": {
24835
24883
  "additionalProperties": false,
24836
24884
  "properties": {
24837
24885
  "available": {
@@ -24866,7 +24914,7 @@
24866
24914
  ],
24867
24915
  "type": "object"
24868
24916
  },
24869
- "sections.setHeaderFooterMargins": {
24917
+ "lists.setLevelNumbering": {
24870
24918
  "additionalProperties": false,
24871
24919
  "properties": {
24872
24920
  "available": {
@@ -24901,7 +24949,7 @@
24901
24949
  ],
24902
24950
  "type": "object"
24903
24951
  },
24904
- "sections.setHeaderFooterRef": {
24952
+ "lists.setLevelPictureBullet": {
24905
24953
  "additionalProperties": false,
24906
24954
  "properties": {
24907
24955
  "available": {
@@ -24936,7 +24984,7 @@
24936
24984
  ],
24937
24985
  "type": "object"
24938
24986
  },
24939
- "sections.setLineNumbering": {
24987
+ "lists.setLevelRestart": {
24940
24988
  "additionalProperties": false,
24941
24989
  "properties": {
24942
24990
  "available": {
@@ -24971,7 +25019,7 @@
24971
25019
  ],
24972
25020
  "type": "object"
24973
25021
  },
24974
- "sections.setLinkToPrevious": {
25022
+ "lists.setLevelTrailingCharacter": {
24975
25023
  "additionalProperties": false,
24976
25024
  "properties": {
24977
25025
  "available": {
@@ -25006,7 +25054,7 @@
25006
25054
  ],
25007
25055
  "type": "object"
25008
25056
  },
25009
- "sections.setOddEvenHeadersFooters": {
25057
+ "lists.setValue": {
25010
25058
  "additionalProperties": false,
25011
25059
  "properties": {
25012
25060
  "available": {
@@ -25041,7 +25089,7 @@
25041
25089
  ],
25042
25090
  "type": "object"
25043
25091
  },
25044
- "sections.setPageBorders": {
25092
+ "mutations.apply": {
25045
25093
  "additionalProperties": false,
25046
25094
  "properties": {
25047
25095
  "available": {
@@ -25076,7 +25124,7 @@
25076
25124
  ],
25077
25125
  "type": "object"
25078
25126
  },
25079
- "sections.setPageMargins": {
25127
+ "mutations.preview": {
25080
25128
  "additionalProperties": false,
25081
25129
  "properties": {
25082
25130
  "available": {
@@ -25111,7 +25159,7 @@
25111
25159
  ],
25112
25160
  "type": "object"
25113
25161
  },
25114
- "sections.setPageNumbering": {
25162
+ "query.match": {
25115
25163
  "additionalProperties": false,
25116
25164
  "properties": {
25117
25165
  "available": {
@@ -25146,7 +25194,7 @@
25146
25194
  ],
25147
25195
  "type": "object"
25148
25196
  },
25149
- "sections.setPageSetup": {
25197
+ "replace": {
25150
25198
  "additionalProperties": false,
25151
25199
  "properties": {
25152
25200
  "available": {
@@ -25181,7 +25229,7 @@
25181
25229
  ],
25182
25230
  "type": "object"
25183
25231
  },
25184
- "sections.setSectionDirection": {
25232
+ "sections.clearHeaderFooterRef": {
25185
25233
  "additionalProperties": false,
25186
25234
  "properties": {
25187
25235
  "available": {
@@ -25216,7 +25264,7 @@
25216
25264
  ],
25217
25265
  "type": "object"
25218
25266
  },
25219
- "sections.setTitlePage": {
25267
+ "sections.clearPageBorders": {
25220
25268
  "additionalProperties": false,
25221
25269
  "properties": {
25222
25270
  "available": {
@@ -25251,7 +25299,7 @@
25251
25299
  ],
25252
25300
  "type": "object"
25253
25301
  },
25254
- "sections.setVerticalAlign": {
25302
+ "sections.get": {
25255
25303
  "additionalProperties": false,
25256
25304
  "properties": {
25257
25305
  "available": {
@@ -25286,7 +25334,7 @@
25286
25334
  ],
25287
25335
  "type": "object"
25288
25336
  },
25289
- "styles.apply": {
25337
+ "sections.list": {
25290
25338
  "additionalProperties": false,
25291
25339
  "properties": {
25292
25340
  "available": {
@@ -25321,7 +25369,7 @@
25321
25369
  ],
25322
25370
  "type": "object"
25323
25371
  },
25324
- "styles.paragraph.clearStyle": {
25372
+ "sections.setBreakType": {
25325
25373
  "additionalProperties": false,
25326
25374
  "properties": {
25327
25375
  "available": {
@@ -25356,7 +25404,7 @@
25356
25404
  ],
25357
25405
  "type": "object"
25358
25406
  },
25359
- "styles.paragraph.setStyle": {
25407
+ "sections.setColumns": {
25360
25408
  "additionalProperties": false,
25361
25409
  "properties": {
25362
25410
  "available": {
@@ -25391,7 +25439,7 @@
25391
25439
  ],
25392
25440
  "type": "object"
25393
25441
  },
25394
- "tables.applyBorderPreset": {
25442
+ "sections.setHeaderFooterMargins": {
25395
25443
  "additionalProperties": false,
25396
25444
  "properties": {
25397
25445
  "available": {
@@ -25426,7 +25474,7 @@
25426
25474
  ],
25427
25475
  "type": "object"
25428
25476
  },
25429
- "tables.clearBorder": {
25477
+ "sections.setHeaderFooterRef": {
25430
25478
  "additionalProperties": false,
25431
25479
  "properties": {
25432
25480
  "available": {
@@ -25461,7 +25509,7 @@
25461
25509
  ],
25462
25510
  "type": "object"
25463
25511
  },
25464
- "tables.clearCellSpacing": {
25512
+ "sections.setLineNumbering": {
25465
25513
  "additionalProperties": false,
25466
25514
  "properties": {
25467
25515
  "available": {
@@ -25496,7 +25544,7 @@
25496
25544
  ],
25497
25545
  "type": "object"
25498
25546
  },
25499
- "tables.clearContents": {
25547
+ "sections.setLinkToPrevious": {
25500
25548
  "additionalProperties": false,
25501
25549
  "properties": {
25502
25550
  "available": {
@@ -25531,7 +25579,7 @@
25531
25579
  ],
25532
25580
  "type": "object"
25533
25581
  },
25534
- "tables.clearDefaultStyle": {
25582
+ "sections.setOddEvenHeadersFooters": {
25535
25583
  "additionalProperties": false,
25536
25584
  "properties": {
25537
25585
  "available": {
@@ -25566,7 +25614,7 @@
25566
25614
  ],
25567
25615
  "type": "object"
25568
25616
  },
25569
- "tables.clearShading": {
25617
+ "sections.setPageBorders": {
25570
25618
  "additionalProperties": false,
25571
25619
  "properties": {
25572
25620
  "available": {
@@ -25601,7 +25649,7 @@
25601
25649
  ],
25602
25650
  "type": "object"
25603
25651
  },
25604
- "tables.clearStyle": {
25652
+ "sections.setPageMargins": {
25605
25653
  "additionalProperties": false,
25606
25654
  "properties": {
25607
25655
  "available": {
@@ -25636,7 +25684,7 @@
25636
25684
  ],
25637
25685
  "type": "object"
25638
25686
  },
25639
- "tables.convertFromText": {
25687
+ "sections.setPageNumbering": {
25640
25688
  "additionalProperties": false,
25641
25689
  "properties": {
25642
25690
  "available": {
@@ -25671,7 +25719,7 @@
25671
25719
  ],
25672
25720
  "type": "object"
25673
25721
  },
25674
- "tables.convertToText": {
25722
+ "sections.setPageSetup": {
25675
25723
  "additionalProperties": false,
25676
25724
  "properties": {
25677
25725
  "available": {
@@ -25706,7 +25754,7 @@
25706
25754
  ],
25707
25755
  "type": "object"
25708
25756
  },
25709
- "tables.delete": {
25757
+ "sections.setSectionDirection": {
25710
25758
  "additionalProperties": false,
25711
25759
  "properties": {
25712
25760
  "available": {
@@ -25741,7 +25789,7 @@
25741
25789
  ],
25742
25790
  "type": "object"
25743
25791
  },
25744
- "tables.deleteCell": {
25792
+ "sections.setTitlePage": {
25745
25793
  "additionalProperties": false,
25746
25794
  "properties": {
25747
25795
  "available": {
@@ -25776,7 +25824,7 @@
25776
25824
  ],
25777
25825
  "type": "object"
25778
25826
  },
25779
- "tables.deleteColumn": {
25827
+ "sections.setVerticalAlign": {
25780
25828
  "additionalProperties": false,
25781
25829
  "properties": {
25782
25830
  "available": {
@@ -25811,7 +25859,7 @@
25811
25859
  ],
25812
25860
  "type": "object"
25813
25861
  },
25814
- "tables.deleteRow": {
25862
+ "styles.apply": {
25815
25863
  "additionalProperties": false,
25816
25864
  "properties": {
25817
25865
  "available": {
@@ -25846,7 +25894,7 @@
25846
25894
  ],
25847
25895
  "type": "object"
25848
25896
  },
25849
- "tables.distributeColumns": {
25897
+ "styles.paragraph.clearStyle": {
25850
25898
  "additionalProperties": false,
25851
25899
  "properties": {
25852
25900
  "available": {
@@ -25881,7 +25929,7 @@
25881
25929
  ],
25882
25930
  "type": "object"
25883
25931
  },
25884
- "tables.distributeRows": {
25932
+ "styles.paragraph.setStyle": {
25885
25933
  "additionalProperties": false,
25886
25934
  "properties": {
25887
25935
  "available": {
@@ -25916,7 +25964,7 @@
25916
25964
  ],
25917
25965
  "type": "object"
25918
25966
  },
25919
- "tables.get": {
25967
+ "tables.applyBorderPreset": {
25920
25968
  "additionalProperties": false,
25921
25969
  "properties": {
25922
25970
  "available": {
@@ -25951,7 +25999,7 @@
25951
25999
  ],
25952
26000
  "type": "object"
25953
26001
  },
25954
- "tables.getCells": {
26002
+ "tables.clearBorder": {
25955
26003
  "additionalProperties": false,
25956
26004
  "properties": {
25957
26005
  "available": {
@@ -25986,7 +26034,7 @@
25986
26034
  ],
25987
26035
  "type": "object"
25988
26036
  },
25989
- "tables.getProperties": {
26037
+ "tables.clearCellSpacing": {
25990
26038
  "additionalProperties": false,
25991
26039
  "properties": {
25992
26040
  "available": {
@@ -26021,7 +26069,7 @@
26021
26069
  ],
26022
26070
  "type": "object"
26023
26071
  },
26024
- "tables.getStyles": {
26072
+ "tables.clearContents": {
26025
26073
  "additionalProperties": false,
26026
26074
  "properties": {
26027
26075
  "available": {
@@ -26056,7 +26104,7 @@
26056
26104
  ],
26057
26105
  "type": "object"
26058
26106
  },
26059
- "tables.insertCell": {
26107
+ "tables.clearDefaultStyle": {
26060
26108
  "additionalProperties": false,
26061
26109
  "properties": {
26062
26110
  "available": {
@@ -26091,7 +26139,7 @@
26091
26139
  ],
26092
26140
  "type": "object"
26093
26141
  },
26094
- "tables.insertColumn": {
26142
+ "tables.clearShading": {
26095
26143
  "additionalProperties": false,
26096
26144
  "properties": {
26097
26145
  "available": {
@@ -26126,7 +26174,7 @@
26126
26174
  ],
26127
26175
  "type": "object"
26128
26176
  },
26129
- "tables.insertRow": {
26177
+ "tables.clearStyle": {
26130
26178
  "additionalProperties": false,
26131
26179
  "properties": {
26132
26180
  "available": {
@@ -26161,7 +26209,7 @@
26161
26209
  ],
26162
26210
  "type": "object"
26163
26211
  },
26164
- "tables.mergeCells": {
26212
+ "tables.convertFromText": {
26165
26213
  "additionalProperties": false,
26166
26214
  "properties": {
26167
26215
  "available": {
@@ -26196,7 +26244,7 @@
26196
26244
  ],
26197
26245
  "type": "object"
26198
26246
  },
26199
- "tables.move": {
26247
+ "tables.convertToText": {
26200
26248
  "additionalProperties": false,
26201
26249
  "properties": {
26202
26250
  "available": {
@@ -26231,7 +26279,7 @@
26231
26279
  ],
26232
26280
  "type": "object"
26233
26281
  },
26234
- "tables.setAltText": {
26282
+ "tables.delete": {
26235
26283
  "additionalProperties": false,
26236
26284
  "properties": {
26237
26285
  "available": {
@@ -26266,7 +26314,7 @@
26266
26314
  ],
26267
26315
  "type": "object"
26268
26316
  },
26269
- "tables.setBorder": {
26317
+ "tables.deleteCell": {
26270
26318
  "additionalProperties": false,
26271
26319
  "properties": {
26272
26320
  "available": {
@@ -26301,7 +26349,7 @@
26301
26349
  ],
26302
26350
  "type": "object"
26303
26351
  },
26304
- "tables.setCellPadding": {
26352
+ "tables.deleteColumn": {
26305
26353
  "additionalProperties": false,
26306
26354
  "properties": {
26307
26355
  "available": {
@@ -26336,7 +26384,7 @@
26336
26384
  ],
26337
26385
  "type": "object"
26338
26386
  },
26339
- "tables.setCellProperties": {
26387
+ "tables.deleteRow": {
26340
26388
  "additionalProperties": false,
26341
26389
  "properties": {
26342
26390
  "available": {
@@ -26371,7 +26419,7 @@
26371
26419
  ],
26372
26420
  "type": "object"
26373
26421
  },
26374
- "tables.setCellSpacing": {
26422
+ "tables.distributeColumns": {
26375
26423
  "additionalProperties": false,
26376
26424
  "properties": {
26377
26425
  "available": {
@@ -26406,7 +26454,7 @@
26406
26454
  ],
26407
26455
  "type": "object"
26408
26456
  },
26409
- "tables.setColumnWidth": {
26457
+ "tables.distributeRows": {
26410
26458
  "additionalProperties": false,
26411
26459
  "properties": {
26412
26460
  "available": {
@@ -26441,7 +26489,7 @@
26441
26489
  ],
26442
26490
  "type": "object"
26443
26491
  },
26444
- "tables.setDefaultStyle": {
26492
+ "tables.get": {
26445
26493
  "additionalProperties": false,
26446
26494
  "properties": {
26447
26495
  "available": {
@@ -26476,7 +26524,7 @@
26476
26524
  ],
26477
26525
  "type": "object"
26478
26526
  },
26479
- "tables.setLayout": {
26527
+ "tables.getCells": {
26480
26528
  "additionalProperties": false,
26481
26529
  "properties": {
26482
26530
  "available": {
@@ -26511,7 +26559,7 @@
26511
26559
  ],
26512
26560
  "type": "object"
26513
26561
  },
26514
- "tables.setRowHeight": {
26562
+ "tables.getProperties": {
26515
26563
  "additionalProperties": false,
26516
26564
  "properties": {
26517
26565
  "available": {
@@ -26546,7 +26594,7 @@
26546
26594
  ],
26547
26595
  "type": "object"
26548
26596
  },
26549
- "tables.setRowOptions": {
26597
+ "tables.getStyles": {
26550
26598
  "additionalProperties": false,
26551
26599
  "properties": {
26552
26600
  "available": {
@@ -26581,7 +26629,7 @@
26581
26629
  ],
26582
26630
  "type": "object"
26583
26631
  },
26584
- "tables.setShading": {
26632
+ "tables.insertCell": {
26585
26633
  "additionalProperties": false,
26586
26634
  "properties": {
26587
26635
  "available": {
@@ -26616,7 +26664,7 @@
26616
26664
  ],
26617
26665
  "type": "object"
26618
26666
  },
26619
- "tables.setStyle": {
26667
+ "tables.insertColumn": {
26620
26668
  "additionalProperties": false,
26621
26669
  "properties": {
26622
26670
  "available": {
@@ -26651,7 +26699,7 @@
26651
26699
  ],
26652
26700
  "type": "object"
26653
26701
  },
26654
- "tables.setStyleOption": {
26702
+ "tables.insertRow": {
26655
26703
  "additionalProperties": false,
26656
26704
  "properties": {
26657
26705
  "available": {
@@ -26686,7 +26734,7 @@
26686
26734
  ],
26687
26735
  "type": "object"
26688
26736
  },
26689
- "tables.setTablePadding": {
26737
+ "tables.mergeCells": {
26690
26738
  "additionalProperties": false,
26691
26739
  "properties": {
26692
26740
  "available": {
@@ -26721,7 +26769,7 @@
26721
26769
  ],
26722
26770
  "type": "object"
26723
26771
  },
26724
- "tables.sort": {
26772
+ "tables.move": {
26725
26773
  "additionalProperties": false,
26726
26774
  "properties": {
26727
26775
  "available": {
@@ -26756,7 +26804,7 @@
26756
26804
  ],
26757
26805
  "type": "object"
26758
26806
  },
26759
- "tables.split": {
26807
+ "tables.setAltText": {
26760
26808
  "additionalProperties": false,
26761
26809
  "properties": {
26762
26810
  "available": {
@@ -26791,7 +26839,7 @@
26791
26839
  ],
26792
26840
  "type": "object"
26793
26841
  },
26794
- "tables.splitCell": {
26842
+ "tables.setBorder": {
26795
26843
  "additionalProperties": false,
26796
26844
  "properties": {
26797
26845
  "available": {
@@ -26826,7 +26874,7 @@
26826
26874
  ],
26827
26875
  "type": "object"
26828
26876
  },
26829
- "tables.unmergeCells": {
26877
+ "tables.setCellPadding": {
26830
26878
  "additionalProperties": false,
26831
26879
  "properties": {
26832
26880
  "available": {
@@ -26861,7 +26909,7 @@
26861
26909
  ],
26862
26910
  "type": "object"
26863
26911
  },
26864
- "toc.configure": {
26912
+ "tables.setCellProperties": {
26865
26913
  "additionalProperties": false,
26866
26914
  "properties": {
26867
26915
  "available": {
@@ -26896,7 +26944,7 @@
26896
26944
  ],
26897
26945
  "type": "object"
26898
26946
  },
26899
- "toc.editEntry": {
26947
+ "tables.setCellSpacing": {
26900
26948
  "additionalProperties": false,
26901
26949
  "properties": {
26902
26950
  "available": {
@@ -26931,7 +26979,7 @@
26931
26979
  ],
26932
26980
  "type": "object"
26933
26981
  },
26934
- "toc.get": {
26982
+ "tables.setColumnWidth": {
26935
26983
  "additionalProperties": false,
26936
26984
  "properties": {
26937
26985
  "available": {
@@ -26966,7 +27014,7 @@
26966
27014
  ],
26967
27015
  "type": "object"
26968
27016
  },
26969
- "toc.getEntry": {
27017
+ "tables.setDefaultStyle": {
26970
27018
  "additionalProperties": false,
26971
27019
  "properties": {
26972
27020
  "available": {
@@ -27001,7 +27049,7 @@
27001
27049
  ],
27002
27050
  "type": "object"
27003
27051
  },
27004
- "toc.list": {
27052
+ "tables.setLayout": {
27005
27053
  "additionalProperties": false,
27006
27054
  "properties": {
27007
27055
  "available": {
@@ -27036,7 +27084,7 @@
27036
27084
  ],
27037
27085
  "type": "object"
27038
27086
  },
27039
- "toc.listEntries": {
27087
+ "tables.setRowHeight": {
27040
27088
  "additionalProperties": false,
27041
27089
  "properties": {
27042
27090
  "available": {
@@ -27071,7 +27119,7 @@
27071
27119
  ],
27072
27120
  "type": "object"
27073
27121
  },
27074
- "toc.markEntry": {
27122
+ "tables.setRowOptions": {
27075
27123
  "additionalProperties": false,
27076
27124
  "properties": {
27077
27125
  "available": {
@@ -27106,7 +27154,7 @@
27106
27154
  ],
27107
27155
  "type": "object"
27108
27156
  },
27109
- "toc.remove": {
27157
+ "tables.setShading": {
27110
27158
  "additionalProperties": false,
27111
27159
  "properties": {
27112
27160
  "available": {
@@ -27141,7 +27189,532 @@
27141
27189
  ],
27142
27190
  "type": "object"
27143
27191
  },
27144
- "toc.unmarkEntry": {
27192
+ "tables.setStyle": {
27193
+ "additionalProperties": false,
27194
+ "properties": {
27195
+ "available": {
27196
+ "type": "boolean"
27197
+ },
27198
+ "dryRun": {
27199
+ "type": "boolean"
27200
+ },
27201
+ "reasons": {
27202
+ "items": {
27203
+ "enum": [
27204
+ "COMMAND_UNAVAILABLE",
27205
+ "HELPER_UNAVAILABLE",
27206
+ "OPERATION_UNAVAILABLE",
27207
+ "TRACKED_MODE_UNAVAILABLE",
27208
+ "DRY_RUN_UNAVAILABLE",
27209
+ "NAMESPACE_UNAVAILABLE",
27210
+ "STYLES_PART_MISSING",
27211
+ "COLLABORATION_ACTIVE"
27212
+ ]
27213
+ },
27214
+ "type": "array"
27215
+ },
27216
+ "tracked": {
27217
+ "type": "boolean"
27218
+ }
27219
+ },
27220
+ "required": [
27221
+ "available",
27222
+ "tracked",
27223
+ "dryRun"
27224
+ ],
27225
+ "type": "object"
27226
+ },
27227
+ "tables.setStyleOption": {
27228
+ "additionalProperties": false,
27229
+ "properties": {
27230
+ "available": {
27231
+ "type": "boolean"
27232
+ },
27233
+ "dryRun": {
27234
+ "type": "boolean"
27235
+ },
27236
+ "reasons": {
27237
+ "items": {
27238
+ "enum": [
27239
+ "COMMAND_UNAVAILABLE",
27240
+ "HELPER_UNAVAILABLE",
27241
+ "OPERATION_UNAVAILABLE",
27242
+ "TRACKED_MODE_UNAVAILABLE",
27243
+ "DRY_RUN_UNAVAILABLE",
27244
+ "NAMESPACE_UNAVAILABLE",
27245
+ "STYLES_PART_MISSING",
27246
+ "COLLABORATION_ACTIVE"
27247
+ ]
27248
+ },
27249
+ "type": "array"
27250
+ },
27251
+ "tracked": {
27252
+ "type": "boolean"
27253
+ }
27254
+ },
27255
+ "required": [
27256
+ "available",
27257
+ "tracked",
27258
+ "dryRun"
27259
+ ],
27260
+ "type": "object"
27261
+ },
27262
+ "tables.setTablePadding": {
27263
+ "additionalProperties": false,
27264
+ "properties": {
27265
+ "available": {
27266
+ "type": "boolean"
27267
+ },
27268
+ "dryRun": {
27269
+ "type": "boolean"
27270
+ },
27271
+ "reasons": {
27272
+ "items": {
27273
+ "enum": [
27274
+ "COMMAND_UNAVAILABLE",
27275
+ "HELPER_UNAVAILABLE",
27276
+ "OPERATION_UNAVAILABLE",
27277
+ "TRACKED_MODE_UNAVAILABLE",
27278
+ "DRY_RUN_UNAVAILABLE",
27279
+ "NAMESPACE_UNAVAILABLE",
27280
+ "STYLES_PART_MISSING",
27281
+ "COLLABORATION_ACTIVE"
27282
+ ]
27283
+ },
27284
+ "type": "array"
27285
+ },
27286
+ "tracked": {
27287
+ "type": "boolean"
27288
+ }
27289
+ },
27290
+ "required": [
27291
+ "available",
27292
+ "tracked",
27293
+ "dryRun"
27294
+ ],
27295
+ "type": "object"
27296
+ },
27297
+ "tables.sort": {
27298
+ "additionalProperties": false,
27299
+ "properties": {
27300
+ "available": {
27301
+ "type": "boolean"
27302
+ },
27303
+ "dryRun": {
27304
+ "type": "boolean"
27305
+ },
27306
+ "reasons": {
27307
+ "items": {
27308
+ "enum": [
27309
+ "COMMAND_UNAVAILABLE",
27310
+ "HELPER_UNAVAILABLE",
27311
+ "OPERATION_UNAVAILABLE",
27312
+ "TRACKED_MODE_UNAVAILABLE",
27313
+ "DRY_RUN_UNAVAILABLE",
27314
+ "NAMESPACE_UNAVAILABLE",
27315
+ "STYLES_PART_MISSING",
27316
+ "COLLABORATION_ACTIVE"
27317
+ ]
27318
+ },
27319
+ "type": "array"
27320
+ },
27321
+ "tracked": {
27322
+ "type": "boolean"
27323
+ }
27324
+ },
27325
+ "required": [
27326
+ "available",
27327
+ "tracked",
27328
+ "dryRun"
27329
+ ],
27330
+ "type": "object"
27331
+ },
27332
+ "tables.split": {
27333
+ "additionalProperties": false,
27334
+ "properties": {
27335
+ "available": {
27336
+ "type": "boolean"
27337
+ },
27338
+ "dryRun": {
27339
+ "type": "boolean"
27340
+ },
27341
+ "reasons": {
27342
+ "items": {
27343
+ "enum": [
27344
+ "COMMAND_UNAVAILABLE",
27345
+ "HELPER_UNAVAILABLE",
27346
+ "OPERATION_UNAVAILABLE",
27347
+ "TRACKED_MODE_UNAVAILABLE",
27348
+ "DRY_RUN_UNAVAILABLE",
27349
+ "NAMESPACE_UNAVAILABLE",
27350
+ "STYLES_PART_MISSING",
27351
+ "COLLABORATION_ACTIVE"
27352
+ ]
27353
+ },
27354
+ "type": "array"
27355
+ },
27356
+ "tracked": {
27357
+ "type": "boolean"
27358
+ }
27359
+ },
27360
+ "required": [
27361
+ "available",
27362
+ "tracked",
27363
+ "dryRun"
27364
+ ],
27365
+ "type": "object"
27366
+ },
27367
+ "tables.splitCell": {
27368
+ "additionalProperties": false,
27369
+ "properties": {
27370
+ "available": {
27371
+ "type": "boolean"
27372
+ },
27373
+ "dryRun": {
27374
+ "type": "boolean"
27375
+ },
27376
+ "reasons": {
27377
+ "items": {
27378
+ "enum": [
27379
+ "COMMAND_UNAVAILABLE",
27380
+ "HELPER_UNAVAILABLE",
27381
+ "OPERATION_UNAVAILABLE",
27382
+ "TRACKED_MODE_UNAVAILABLE",
27383
+ "DRY_RUN_UNAVAILABLE",
27384
+ "NAMESPACE_UNAVAILABLE",
27385
+ "STYLES_PART_MISSING",
27386
+ "COLLABORATION_ACTIVE"
27387
+ ]
27388
+ },
27389
+ "type": "array"
27390
+ },
27391
+ "tracked": {
27392
+ "type": "boolean"
27393
+ }
27394
+ },
27395
+ "required": [
27396
+ "available",
27397
+ "tracked",
27398
+ "dryRun"
27399
+ ],
27400
+ "type": "object"
27401
+ },
27402
+ "tables.unmergeCells": {
27403
+ "additionalProperties": false,
27404
+ "properties": {
27405
+ "available": {
27406
+ "type": "boolean"
27407
+ },
27408
+ "dryRun": {
27409
+ "type": "boolean"
27410
+ },
27411
+ "reasons": {
27412
+ "items": {
27413
+ "enum": [
27414
+ "COMMAND_UNAVAILABLE",
27415
+ "HELPER_UNAVAILABLE",
27416
+ "OPERATION_UNAVAILABLE",
27417
+ "TRACKED_MODE_UNAVAILABLE",
27418
+ "DRY_RUN_UNAVAILABLE",
27419
+ "NAMESPACE_UNAVAILABLE",
27420
+ "STYLES_PART_MISSING",
27421
+ "COLLABORATION_ACTIVE"
27422
+ ]
27423
+ },
27424
+ "type": "array"
27425
+ },
27426
+ "tracked": {
27427
+ "type": "boolean"
27428
+ }
27429
+ },
27430
+ "required": [
27431
+ "available",
27432
+ "tracked",
27433
+ "dryRun"
27434
+ ],
27435
+ "type": "object"
27436
+ },
27437
+ "toc.configure": {
27438
+ "additionalProperties": false,
27439
+ "properties": {
27440
+ "available": {
27441
+ "type": "boolean"
27442
+ },
27443
+ "dryRun": {
27444
+ "type": "boolean"
27445
+ },
27446
+ "reasons": {
27447
+ "items": {
27448
+ "enum": [
27449
+ "COMMAND_UNAVAILABLE",
27450
+ "HELPER_UNAVAILABLE",
27451
+ "OPERATION_UNAVAILABLE",
27452
+ "TRACKED_MODE_UNAVAILABLE",
27453
+ "DRY_RUN_UNAVAILABLE",
27454
+ "NAMESPACE_UNAVAILABLE",
27455
+ "STYLES_PART_MISSING",
27456
+ "COLLABORATION_ACTIVE"
27457
+ ]
27458
+ },
27459
+ "type": "array"
27460
+ },
27461
+ "tracked": {
27462
+ "type": "boolean"
27463
+ }
27464
+ },
27465
+ "required": [
27466
+ "available",
27467
+ "tracked",
27468
+ "dryRun"
27469
+ ],
27470
+ "type": "object"
27471
+ },
27472
+ "toc.editEntry": {
27473
+ "additionalProperties": false,
27474
+ "properties": {
27475
+ "available": {
27476
+ "type": "boolean"
27477
+ },
27478
+ "dryRun": {
27479
+ "type": "boolean"
27480
+ },
27481
+ "reasons": {
27482
+ "items": {
27483
+ "enum": [
27484
+ "COMMAND_UNAVAILABLE",
27485
+ "HELPER_UNAVAILABLE",
27486
+ "OPERATION_UNAVAILABLE",
27487
+ "TRACKED_MODE_UNAVAILABLE",
27488
+ "DRY_RUN_UNAVAILABLE",
27489
+ "NAMESPACE_UNAVAILABLE",
27490
+ "STYLES_PART_MISSING",
27491
+ "COLLABORATION_ACTIVE"
27492
+ ]
27493
+ },
27494
+ "type": "array"
27495
+ },
27496
+ "tracked": {
27497
+ "type": "boolean"
27498
+ }
27499
+ },
27500
+ "required": [
27501
+ "available",
27502
+ "tracked",
27503
+ "dryRun"
27504
+ ],
27505
+ "type": "object"
27506
+ },
27507
+ "toc.get": {
27508
+ "additionalProperties": false,
27509
+ "properties": {
27510
+ "available": {
27511
+ "type": "boolean"
27512
+ },
27513
+ "dryRun": {
27514
+ "type": "boolean"
27515
+ },
27516
+ "reasons": {
27517
+ "items": {
27518
+ "enum": [
27519
+ "COMMAND_UNAVAILABLE",
27520
+ "HELPER_UNAVAILABLE",
27521
+ "OPERATION_UNAVAILABLE",
27522
+ "TRACKED_MODE_UNAVAILABLE",
27523
+ "DRY_RUN_UNAVAILABLE",
27524
+ "NAMESPACE_UNAVAILABLE",
27525
+ "STYLES_PART_MISSING",
27526
+ "COLLABORATION_ACTIVE"
27527
+ ]
27528
+ },
27529
+ "type": "array"
27530
+ },
27531
+ "tracked": {
27532
+ "type": "boolean"
27533
+ }
27534
+ },
27535
+ "required": [
27536
+ "available",
27537
+ "tracked",
27538
+ "dryRun"
27539
+ ],
27540
+ "type": "object"
27541
+ },
27542
+ "toc.getEntry": {
27543
+ "additionalProperties": false,
27544
+ "properties": {
27545
+ "available": {
27546
+ "type": "boolean"
27547
+ },
27548
+ "dryRun": {
27549
+ "type": "boolean"
27550
+ },
27551
+ "reasons": {
27552
+ "items": {
27553
+ "enum": [
27554
+ "COMMAND_UNAVAILABLE",
27555
+ "HELPER_UNAVAILABLE",
27556
+ "OPERATION_UNAVAILABLE",
27557
+ "TRACKED_MODE_UNAVAILABLE",
27558
+ "DRY_RUN_UNAVAILABLE",
27559
+ "NAMESPACE_UNAVAILABLE",
27560
+ "STYLES_PART_MISSING",
27561
+ "COLLABORATION_ACTIVE"
27562
+ ]
27563
+ },
27564
+ "type": "array"
27565
+ },
27566
+ "tracked": {
27567
+ "type": "boolean"
27568
+ }
27569
+ },
27570
+ "required": [
27571
+ "available",
27572
+ "tracked",
27573
+ "dryRun"
27574
+ ],
27575
+ "type": "object"
27576
+ },
27577
+ "toc.list": {
27578
+ "additionalProperties": false,
27579
+ "properties": {
27580
+ "available": {
27581
+ "type": "boolean"
27582
+ },
27583
+ "dryRun": {
27584
+ "type": "boolean"
27585
+ },
27586
+ "reasons": {
27587
+ "items": {
27588
+ "enum": [
27589
+ "COMMAND_UNAVAILABLE",
27590
+ "HELPER_UNAVAILABLE",
27591
+ "OPERATION_UNAVAILABLE",
27592
+ "TRACKED_MODE_UNAVAILABLE",
27593
+ "DRY_RUN_UNAVAILABLE",
27594
+ "NAMESPACE_UNAVAILABLE",
27595
+ "STYLES_PART_MISSING",
27596
+ "COLLABORATION_ACTIVE"
27597
+ ]
27598
+ },
27599
+ "type": "array"
27600
+ },
27601
+ "tracked": {
27602
+ "type": "boolean"
27603
+ }
27604
+ },
27605
+ "required": [
27606
+ "available",
27607
+ "tracked",
27608
+ "dryRun"
27609
+ ],
27610
+ "type": "object"
27611
+ },
27612
+ "toc.listEntries": {
27613
+ "additionalProperties": false,
27614
+ "properties": {
27615
+ "available": {
27616
+ "type": "boolean"
27617
+ },
27618
+ "dryRun": {
27619
+ "type": "boolean"
27620
+ },
27621
+ "reasons": {
27622
+ "items": {
27623
+ "enum": [
27624
+ "COMMAND_UNAVAILABLE",
27625
+ "HELPER_UNAVAILABLE",
27626
+ "OPERATION_UNAVAILABLE",
27627
+ "TRACKED_MODE_UNAVAILABLE",
27628
+ "DRY_RUN_UNAVAILABLE",
27629
+ "NAMESPACE_UNAVAILABLE",
27630
+ "STYLES_PART_MISSING",
27631
+ "COLLABORATION_ACTIVE"
27632
+ ]
27633
+ },
27634
+ "type": "array"
27635
+ },
27636
+ "tracked": {
27637
+ "type": "boolean"
27638
+ }
27639
+ },
27640
+ "required": [
27641
+ "available",
27642
+ "tracked",
27643
+ "dryRun"
27644
+ ],
27645
+ "type": "object"
27646
+ },
27647
+ "toc.markEntry": {
27648
+ "additionalProperties": false,
27649
+ "properties": {
27650
+ "available": {
27651
+ "type": "boolean"
27652
+ },
27653
+ "dryRun": {
27654
+ "type": "boolean"
27655
+ },
27656
+ "reasons": {
27657
+ "items": {
27658
+ "enum": [
27659
+ "COMMAND_UNAVAILABLE",
27660
+ "HELPER_UNAVAILABLE",
27661
+ "OPERATION_UNAVAILABLE",
27662
+ "TRACKED_MODE_UNAVAILABLE",
27663
+ "DRY_RUN_UNAVAILABLE",
27664
+ "NAMESPACE_UNAVAILABLE",
27665
+ "STYLES_PART_MISSING",
27666
+ "COLLABORATION_ACTIVE"
27667
+ ]
27668
+ },
27669
+ "type": "array"
27670
+ },
27671
+ "tracked": {
27672
+ "type": "boolean"
27673
+ }
27674
+ },
27675
+ "required": [
27676
+ "available",
27677
+ "tracked",
27678
+ "dryRun"
27679
+ ],
27680
+ "type": "object"
27681
+ },
27682
+ "toc.remove": {
27683
+ "additionalProperties": false,
27684
+ "properties": {
27685
+ "available": {
27686
+ "type": "boolean"
27687
+ },
27688
+ "dryRun": {
27689
+ "type": "boolean"
27690
+ },
27691
+ "reasons": {
27692
+ "items": {
27693
+ "enum": [
27694
+ "COMMAND_UNAVAILABLE",
27695
+ "HELPER_UNAVAILABLE",
27696
+ "OPERATION_UNAVAILABLE",
27697
+ "TRACKED_MODE_UNAVAILABLE",
27698
+ "DRY_RUN_UNAVAILABLE",
27699
+ "NAMESPACE_UNAVAILABLE",
27700
+ "STYLES_PART_MISSING",
27701
+ "COLLABORATION_ACTIVE"
27702
+ ]
27703
+ },
27704
+ "type": "array"
27705
+ },
27706
+ "tracked": {
27707
+ "type": "boolean"
27708
+ }
27709
+ },
27710
+ "required": [
27711
+ "available",
27712
+ "tracked",
27713
+ "dryRun"
27714
+ ],
27715
+ "type": "object"
27716
+ },
27717
+ "toc.unmarkEntry": {
27145
27718
  "additionalProperties": false,
27146
27719
  "properties": {
27147
27720
  "available": {
@@ -27325,6 +27898,7 @@
27325
27898
  "getMarkdown",
27326
27899
  "getHtml",
27327
27900
  "info",
27901
+ "clearContent",
27328
27902
  "insert",
27329
27903
  "replace",
27330
27904
  "delete",
@@ -27525,6 +28099,20 @@
27525
28099
  "images.setPosition",
27526
28100
  "images.setAnchorOptions",
27527
28101
  "images.setZOrder",
28102
+ "images.scale",
28103
+ "images.setLockAspectRatio",
28104
+ "images.rotate",
28105
+ "images.flip",
28106
+ "images.crop",
28107
+ "images.resetCrop",
28108
+ "images.replaceSource",
28109
+ "images.setAltText",
28110
+ "images.setDecorative",
28111
+ "images.setName",
28112
+ "images.setHyperlink",
28113
+ "images.insertCaption",
28114
+ "images.updateCaption",
28115
+ "images.removeCaption",
27528
28116
  "hyperlinks.list",
27529
28117
  "hyperlinks.get",
27530
28118
  "hyperlinks.wrap",
@@ -35240,7 +35828,978 @@
35240
35828
  "type": "object"
35241
35829
  },
35242
35830
  "metadata": {
35243
- "operationId": "doc.images.convertToInline",
35831
+ "operationId": "doc.images.convertToInline",
35832
+ "profile": "intent",
35833
+ "mutates": true,
35834
+ "category": "images",
35835
+ "capabilities": [
35836
+ "dry-run",
35837
+ "optimistic-concurrency",
35838
+ "output-path",
35839
+ "session-targeting",
35840
+ "stateless-doc",
35841
+ "tracked-change-mode"
35842
+ ],
35843
+ "requiredCapabilities": [],
35844
+ "profileTags": [],
35845
+ "examples": [],
35846
+ "commandTokens": [
35847
+ "images",
35848
+ "convert-to-inline"
35849
+ ]
35850
+ }
35851
+ },
35852
+ {
35853
+ "name": "convert_image_to_floating",
35854
+ "description": "Convert an inline image to floating placement.",
35855
+ "parameters": {
35856
+ "type": "object",
35857
+ "properties": {
35858
+ "doc": {
35859
+ "type": "string"
35860
+ },
35861
+ "sessionId": {
35862
+ "type": "string"
35863
+ },
35864
+ "force": {
35865
+ "type": "boolean"
35866
+ },
35867
+ "changeMode": {
35868
+ "type": "string",
35869
+ "enum": [
35870
+ "direct",
35871
+ "tracked"
35872
+ ]
35873
+ },
35874
+ "imageId": {
35875
+ "type": "string"
35876
+ }
35877
+ },
35878
+ "required": [
35879
+ "imageId"
35880
+ ],
35881
+ "additionalProperties": false
35882
+ },
35883
+ "returns": {
35884
+ "additionalProperties": false,
35885
+ "properties": {
35886
+ "image": {
35887
+ "type": "object"
35888
+ },
35889
+ "success": {
35890
+ "const": true
35891
+ }
35892
+ },
35893
+ "required": [
35894
+ "success",
35895
+ "image"
35896
+ ],
35897
+ "type": "object"
35898
+ },
35899
+ "metadata": {
35900
+ "operationId": "doc.images.convertToFloating",
35901
+ "profile": "intent",
35902
+ "mutates": true,
35903
+ "category": "images",
35904
+ "capabilities": [
35905
+ "dry-run",
35906
+ "optimistic-concurrency",
35907
+ "output-path",
35908
+ "session-targeting",
35909
+ "stateless-doc",
35910
+ "tracked-change-mode"
35911
+ ],
35912
+ "requiredCapabilities": [],
35913
+ "profileTags": [],
35914
+ "examples": [],
35915
+ "commandTokens": [
35916
+ "images",
35917
+ "convert-to-floating"
35918
+ ]
35919
+ }
35920
+ },
35921
+ {
35922
+ "name": "set_image_size",
35923
+ "description": "Set explicit width/height for an image.",
35924
+ "parameters": {
35925
+ "type": "object",
35926
+ "properties": {
35927
+ "doc": {
35928
+ "type": "string"
35929
+ },
35930
+ "sessionId": {
35931
+ "type": "string"
35932
+ },
35933
+ "force": {
35934
+ "type": "boolean"
35935
+ },
35936
+ "changeMode": {
35937
+ "type": "string",
35938
+ "enum": [
35939
+ "direct",
35940
+ "tracked"
35941
+ ]
35942
+ },
35943
+ "imageId": {
35944
+ "type": "string"
35945
+ },
35946
+ "size": {
35947
+ "type": "object",
35948
+ "properties": {
35949
+ "width": {
35950
+ "type": "number"
35951
+ },
35952
+ "height": {
35953
+ "type": "number"
35954
+ },
35955
+ "unit": {
35956
+ "enum": [
35957
+ "px",
35958
+ "pt",
35959
+ "twip"
35960
+ ]
35961
+ }
35962
+ },
35963
+ "required": [
35964
+ "width",
35965
+ "height"
35966
+ ]
35967
+ }
35968
+ },
35969
+ "required": [
35970
+ "imageId",
35971
+ "size"
35972
+ ],
35973
+ "additionalProperties": false
35974
+ },
35975
+ "returns": {
35976
+ "additionalProperties": false,
35977
+ "properties": {
35978
+ "image": {
35979
+ "type": "object"
35980
+ },
35981
+ "success": {
35982
+ "const": true
35983
+ }
35984
+ },
35985
+ "required": [
35986
+ "success",
35987
+ "image"
35988
+ ],
35989
+ "type": "object"
35990
+ },
35991
+ "metadata": {
35992
+ "operationId": "doc.images.setSize",
35993
+ "profile": "intent",
35994
+ "mutates": true,
35995
+ "category": "images",
35996
+ "capabilities": [
35997
+ "dry-run",
35998
+ "optimistic-concurrency",
35999
+ "output-path",
36000
+ "session-targeting",
36001
+ "stateless-doc",
36002
+ "tracked-change-mode"
36003
+ ],
36004
+ "requiredCapabilities": [],
36005
+ "profileTags": [],
36006
+ "examples": [],
36007
+ "commandTokens": [
36008
+ "images",
36009
+ "set-size"
36010
+ ]
36011
+ }
36012
+ },
36013
+ {
36014
+ "name": "set_image_wrap_type",
36015
+ "description": "Set the text wrapping type for a floating image.",
36016
+ "parameters": {
36017
+ "type": "object",
36018
+ "properties": {
36019
+ "doc": {
36020
+ "type": "string"
36021
+ },
36022
+ "sessionId": {
36023
+ "type": "string"
36024
+ },
36025
+ "force": {
36026
+ "type": "boolean"
36027
+ },
36028
+ "changeMode": {
36029
+ "type": "string",
36030
+ "enum": [
36031
+ "direct",
36032
+ "tracked"
36033
+ ]
36034
+ },
36035
+ "imageId": {
36036
+ "type": "string"
36037
+ },
36038
+ "type": {
36039
+ "type": "string",
36040
+ "enum": [
36041
+ "None",
36042
+ "Square",
36043
+ "Through",
36044
+ "Tight",
36045
+ "TopAndBottom",
36046
+ "Inline"
36047
+ ]
36048
+ }
36049
+ },
36050
+ "required": [
36051
+ "imageId",
36052
+ "type"
36053
+ ],
36054
+ "additionalProperties": false
36055
+ },
36056
+ "returns": {
36057
+ "additionalProperties": false,
36058
+ "properties": {
36059
+ "image": {
36060
+ "type": "object"
36061
+ },
36062
+ "success": {
36063
+ "const": true
36064
+ }
36065
+ },
36066
+ "required": [
36067
+ "success",
36068
+ "image"
36069
+ ],
36070
+ "type": "object"
36071
+ },
36072
+ "metadata": {
36073
+ "operationId": "doc.images.setWrapType",
36074
+ "profile": "intent",
36075
+ "mutates": true,
36076
+ "category": "images",
36077
+ "capabilities": [
36078
+ "dry-run",
36079
+ "optimistic-concurrency",
36080
+ "output-path",
36081
+ "session-targeting",
36082
+ "stateless-doc",
36083
+ "tracked-change-mode"
36084
+ ],
36085
+ "requiredCapabilities": [],
36086
+ "profileTags": [],
36087
+ "examples": [],
36088
+ "commandTokens": [
36089
+ "images",
36090
+ "set-wrap-type"
36091
+ ]
36092
+ }
36093
+ },
36094
+ {
36095
+ "name": "set_image_wrap_side",
36096
+ "description": "Set which side(s) text wraps around a floating image.",
36097
+ "parameters": {
36098
+ "type": "object",
36099
+ "properties": {
36100
+ "doc": {
36101
+ "type": "string"
36102
+ },
36103
+ "sessionId": {
36104
+ "type": "string"
36105
+ },
36106
+ "force": {
36107
+ "type": "boolean"
36108
+ },
36109
+ "changeMode": {
36110
+ "type": "string",
36111
+ "enum": [
36112
+ "direct",
36113
+ "tracked"
36114
+ ]
36115
+ },
36116
+ "imageId": {
36117
+ "type": "string"
36118
+ },
36119
+ "side": {
36120
+ "type": "string",
36121
+ "enum": [
36122
+ "bothSides",
36123
+ "left",
36124
+ "right",
36125
+ "largest"
36126
+ ]
36127
+ }
36128
+ },
36129
+ "required": [
36130
+ "imageId",
36131
+ "side"
36132
+ ],
36133
+ "additionalProperties": false
36134
+ },
36135
+ "returns": {
36136
+ "additionalProperties": false,
36137
+ "properties": {
36138
+ "image": {
36139
+ "type": "object"
36140
+ },
36141
+ "success": {
36142
+ "const": true
36143
+ }
36144
+ },
36145
+ "required": [
36146
+ "success",
36147
+ "image"
36148
+ ],
36149
+ "type": "object"
36150
+ },
36151
+ "metadata": {
36152
+ "operationId": "doc.images.setWrapSide",
36153
+ "profile": "intent",
36154
+ "mutates": true,
36155
+ "category": "images",
36156
+ "capabilities": [
36157
+ "dry-run",
36158
+ "optimistic-concurrency",
36159
+ "output-path",
36160
+ "session-targeting",
36161
+ "stateless-doc",
36162
+ "tracked-change-mode"
36163
+ ],
36164
+ "requiredCapabilities": [],
36165
+ "profileTags": [],
36166
+ "examples": [],
36167
+ "commandTokens": [
36168
+ "images",
36169
+ "set-wrap-side"
36170
+ ]
36171
+ }
36172
+ },
36173
+ {
36174
+ "name": "set_image_wrap_distances",
36175
+ "description": "Set the text-wrap distance margins for a floating image.",
36176
+ "parameters": {
36177
+ "type": "object",
36178
+ "properties": {
36179
+ "doc": {
36180
+ "type": "string"
36181
+ },
36182
+ "sessionId": {
36183
+ "type": "string"
36184
+ },
36185
+ "force": {
36186
+ "type": "boolean"
36187
+ },
36188
+ "changeMode": {
36189
+ "type": "string",
36190
+ "enum": [
36191
+ "direct",
36192
+ "tracked"
36193
+ ]
36194
+ },
36195
+ "imageId": {
36196
+ "type": "string"
36197
+ },
36198
+ "distances": {
36199
+ "type": "object",
36200
+ "properties": {
36201
+ "distTop": {
36202
+ "type": "number"
36203
+ },
36204
+ "distBottom": {
36205
+ "type": "number"
36206
+ },
36207
+ "distLeft": {
36208
+ "type": "number"
36209
+ },
36210
+ "distRight": {
36211
+ "type": "number"
36212
+ }
36213
+ }
36214
+ }
36215
+ },
36216
+ "required": [
36217
+ "imageId",
36218
+ "distances"
36219
+ ],
36220
+ "additionalProperties": false
36221
+ },
36222
+ "returns": {
36223
+ "additionalProperties": false,
36224
+ "properties": {
36225
+ "image": {
36226
+ "type": "object"
36227
+ },
36228
+ "success": {
36229
+ "const": true
36230
+ }
36231
+ },
36232
+ "required": [
36233
+ "success",
36234
+ "image"
36235
+ ],
36236
+ "type": "object"
36237
+ },
36238
+ "metadata": {
36239
+ "operationId": "doc.images.setWrapDistances",
36240
+ "profile": "intent",
36241
+ "mutates": true,
36242
+ "category": "images",
36243
+ "capabilities": [
36244
+ "dry-run",
36245
+ "optimistic-concurrency",
36246
+ "output-path",
36247
+ "session-targeting",
36248
+ "stateless-doc",
36249
+ "tracked-change-mode"
36250
+ ],
36251
+ "requiredCapabilities": [],
36252
+ "profileTags": [],
36253
+ "examples": [],
36254
+ "commandTokens": [
36255
+ "images",
36256
+ "set-wrap-distances"
36257
+ ]
36258
+ }
36259
+ },
36260
+ {
36261
+ "name": "set_image_position",
36262
+ "description": "Set the anchor position for a floating image.",
36263
+ "parameters": {
36264
+ "type": "object",
36265
+ "properties": {
36266
+ "doc": {
36267
+ "type": "string"
36268
+ },
36269
+ "sessionId": {
36270
+ "type": "string"
36271
+ },
36272
+ "force": {
36273
+ "type": "boolean"
36274
+ },
36275
+ "changeMode": {
36276
+ "type": "string",
36277
+ "enum": [
36278
+ "direct",
36279
+ "tracked"
36280
+ ]
36281
+ },
36282
+ "imageId": {
36283
+ "type": "string"
36284
+ },
36285
+ "position": {
36286
+ "type": "object",
36287
+ "properties": {
36288
+ "hRelativeFrom": {
36289
+ "type": "string"
36290
+ },
36291
+ "vRelativeFrom": {
36292
+ "type": "string"
36293
+ },
36294
+ "alignH": {
36295
+ "type": "string"
36296
+ },
36297
+ "alignV": {
36298
+ "type": "string"
36299
+ },
36300
+ "marginOffset": {
36301
+ "type": "object",
36302
+ "properties": {
36303
+ "horizontal": {
36304
+ "type": "number"
36305
+ },
36306
+ "top": {
36307
+ "type": "number"
36308
+ }
36309
+ }
36310
+ }
36311
+ }
36312
+ }
36313
+ },
36314
+ "required": [
36315
+ "imageId",
36316
+ "position"
36317
+ ],
36318
+ "additionalProperties": false
36319
+ },
36320
+ "returns": {
36321
+ "additionalProperties": false,
36322
+ "properties": {
36323
+ "image": {
36324
+ "type": "object"
36325
+ },
36326
+ "success": {
36327
+ "const": true
36328
+ }
36329
+ },
36330
+ "required": [
36331
+ "success",
36332
+ "image"
36333
+ ],
36334
+ "type": "object"
36335
+ },
36336
+ "metadata": {
36337
+ "operationId": "doc.images.setPosition",
36338
+ "profile": "intent",
36339
+ "mutates": true,
36340
+ "category": "images",
36341
+ "capabilities": [
36342
+ "dry-run",
36343
+ "optimistic-concurrency",
36344
+ "output-path",
36345
+ "session-targeting",
36346
+ "stateless-doc",
36347
+ "tracked-change-mode"
36348
+ ],
36349
+ "requiredCapabilities": [],
36350
+ "profileTags": [],
36351
+ "examples": [],
36352
+ "commandTokens": [
36353
+ "images",
36354
+ "set-position"
36355
+ ]
36356
+ }
36357
+ },
36358
+ {
36359
+ "name": "set_image_anchor_options",
36360
+ "description": "Set anchor behavior options for a floating image.",
36361
+ "parameters": {
36362
+ "type": "object",
36363
+ "properties": {
36364
+ "doc": {
36365
+ "type": "string"
36366
+ },
36367
+ "sessionId": {
36368
+ "type": "string"
36369
+ },
36370
+ "force": {
36371
+ "type": "boolean"
36372
+ },
36373
+ "changeMode": {
36374
+ "type": "string",
36375
+ "enum": [
36376
+ "direct",
36377
+ "tracked"
36378
+ ]
36379
+ },
36380
+ "imageId": {
36381
+ "type": "string"
36382
+ },
36383
+ "options": {
36384
+ "type": "object",
36385
+ "properties": {
36386
+ "behindDoc": {
36387
+ "type": "boolean"
36388
+ },
36389
+ "allowOverlap": {
36390
+ "type": "boolean"
36391
+ },
36392
+ "layoutInCell": {
36393
+ "type": "boolean"
36394
+ },
36395
+ "lockAnchor": {
36396
+ "type": "boolean"
36397
+ },
36398
+ "simplePos": {
36399
+ "type": "boolean"
36400
+ }
36401
+ }
36402
+ }
36403
+ },
36404
+ "required": [
36405
+ "imageId",
36406
+ "options"
36407
+ ],
36408
+ "additionalProperties": false
36409
+ },
36410
+ "returns": {
36411
+ "additionalProperties": false,
36412
+ "properties": {
36413
+ "image": {
36414
+ "type": "object"
36415
+ },
36416
+ "success": {
36417
+ "const": true
36418
+ }
36419
+ },
36420
+ "required": [
36421
+ "success",
36422
+ "image"
36423
+ ],
36424
+ "type": "object"
36425
+ },
36426
+ "metadata": {
36427
+ "operationId": "doc.images.setAnchorOptions",
36428
+ "profile": "intent",
36429
+ "mutates": true,
36430
+ "category": "images",
36431
+ "capabilities": [
36432
+ "dry-run",
36433
+ "optimistic-concurrency",
36434
+ "output-path",
36435
+ "session-targeting",
36436
+ "stateless-doc",
36437
+ "tracked-change-mode"
36438
+ ],
36439
+ "requiredCapabilities": [],
36440
+ "profileTags": [],
36441
+ "examples": [],
36442
+ "commandTokens": [
36443
+ "images",
36444
+ "set-anchor-options"
36445
+ ]
36446
+ }
36447
+ },
36448
+ {
36449
+ "name": "set_image_z_order",
36450
+ "description": "Set the z-order (relativeHeight) for a floating image.",
36451
+ "parameters": {
36452
+ "type": "object",
36453
+ "properties": {
36454
+ "doc": {
36455
+ "type": "string"
36456
+ },
36457
+ "sessionId": {
36458
+ "type": "string"
36459
+ },
36460
+ "force": {
36461
+ "type": "boolean"
36462
+ },
36463
+ "changeMode": {
36464
+ "type": "string",
36465
+ "enum": [
36466
+ "direct",
36467
+ "tracked"
36468
+ ]
36469
+ },
36470
+ "imageId": {
36471
+ "type": "string"
36472
+ },
36473
+ "zOrder": {
36474
+ "type": "object",
36475
+ "properties": {
36476
+ "relativeHeight": {
36477
+ "type": "number"
36478
+ }
36479
+ },
36480
+ "required": [
36481
+ "relativeHeight"
36482
+ ]
36483
+ }
36484
+ },
36485
+ "required": [
36486
+ "imageId",
36487
+ "zOrder"
36488
+ ],
36489
+ "additionalProperties": false
36490
+ },
36491
+ "returns": {
36492
+ "additionalProperties": false,
36493
+ "properties": {
36494
+ "image": {
36495
+ "type": "object"
36496
+ },
36497
+ "success": {
36498
+ "const": true
36499
+ }
36500
+ },
36501
+ "required": [
36502
+ "success",
36503
+ "image"
36504
+ ],
36505
+ "type": "object"
36506
+ },
36507
+ "metadata": {
36508
+ "operationId": "doc.images.setZOrder",
36509
+ "profile": "intent",
36510
+ "mutates": true,
36511
+ "category": "images",
36512
+ "capabilities": [
36513
+ "dry-run",
36514
+ "optimistic-concurrency",
36515
+ "output-path",
36516
+ "session-targeting",
36517
+ "stateless-doc",
36518
+ "tracked-change-mode"
36519
+ ],
36520
+ "requiredCapabilities": [],
36521
+ "profileTags": [],
36522
+ "examples": [],
36523
+ "commandTokens": [
36524
+ "images",
36525
+ "set-z-order"
36526
+ ]
36527
+ }
36528
+ },
36529
+ {
36530
+ "name": "scale_image",
36531
+ "description": "Scale an image by a uniform factor applied to both dimensions.",
36532
+ "parameters": {
36533
+ "type": "object",
36534
+ "properties": {
36535
+ "doc": {
36536
+ "type": "string"
36537
+ },
36538
+ "sessionId": {
36539
+ "type": "string"
36540
+ },
36541
+ "force": {
36542
+ "type": "boolean"
36543
+ },
36544
+ "changeMode": {
36545
+ "type": "string",
36546
+ "enum": [
36547
+ "direct",
36548
+ "tracked"
36549
+ ]
36550
+ },
36551
+ "imageId": {
36552
+ "type": "string"
36553
+ },
36554
+ "factor": {
36555
+ "type": "number"
36556
+ }
36557
+ },
36558
+ "required": [
36559
+ "imageId",
36560
+ "factor"
36561
+ ],
36562
+ "additionalProperties": false
36563
+ },
36564
+ "returns": {
36565
+ "additionalProperties": false,
36566
+ "properties": {
36567
+ "image": {
36568
+ "type": "object"
36569
+ },
36570
+ "success": {
36571
+ "const": true
36572
+ }
36573
+ },
36574
+ "required": [
36575
+ "success",
36576
+ "image"
36577
+ ],
36578
+ "type": "object"
36579
+ },
36580
+ "metadata": {
36581
+ "operationId": "doc.images.scale",
36582
+ "profile": "intent",
36583
+ "mutates": true,
36584
+ "category": "images",
36585
+ "capabilities": [
36586
+ "dry-run",
36587
+ "optimistic-concurrency",
36588
+ "output-path",
36589
+ "session-targeting",
36590
+ "stateless-doc",
36591
+ "tracked-change-mode"
36592
+ ],
36593
+ "requiredCapabilities": [],
36594
+ "profileTags": [],
36595
+ "examples": [],
36596
+ "commandTokens": [
36597
+ "images",
36598
+ "scale"
36599
+ ]
36600
+ }
36601
+ },
36602
+ {
36603
+ "name": "set_image_lock_aspect_ratio",
36604
+ "description": "Lock or unlock the aspect ratio for an image.",
36605
+ "parameters": {
36606
+ "type": "object",
36607
+ "properties": {
36608
+ "doc": {
36609
+ "type": "string"
36610
+ },
36611
+ "sessionId": {
36612
+ "type": "string"
36613
+ },
36614
+ "force": {
36615
+ "type": "boolean"
36616
+ },
36617
+ "changeMode": {
36618
+ "type": "string",
36619
+ "enum": [
36620
+ "direct",
36621
+ "tracked"
36622
+ ]
36623
+ },
36624
+ "imageId": {
36625
+ "type": "string"
36626
+ },
36627
+ "locked": {
36628
+ "type": "boolean"
36629
+ }
36630
+ },
36631
+ "required": [
36632
+ "imageId",
36633
+ "locked"
36634
+ ],
36635
+ "additionalProperties": false
36636
+ },
36637
+ "returns": {
36638
+ "additionalProperties": false,
36639
+ "properties": {
36640
+ "image": {
36641
+ "type": "object"
36642
+ },
36643
+ "success": {
36644
+ "const": true
36645
+ }
36646
+ },
36647
+ "required": [
36648
+ "success",
36649
+ "image"
36650
+ ],
36651
+ "type": "object"
36652
+ },
36653
+ "metadata": {
36654
+ "operationId": "doc.images.setLockAspectRatio",
36655
+ "profile": "intent",
36656
+ "mutates": true,
36657
+ "category": "images",
36658
+ "capabilities": [
36659
+ "dry-run",
36660
+ "optimistic-concurrency",
36661
+ "output-path",
36662
+ "session-targeting",
36663
+ "stateless-doc",
36664
+ "tracked-change-mode"
36665
+ ],
36666
+ "requiredCapabilities": [],
36667
+ "profileTags": [],
36668
+ "examples": [],
36669
+ "commandTokens": [
36670
+ "images",
36671
+ "set-lock-aspect-ratio"
36672
+ ]
36673
+ }
36674
+ },
36675
+ {
36676
+ "name": "rotate_image",
36677
+ "description": "Set the absolute rotation angle for an image.",
36678
+ "parameters": {
36679
+ "type": "object",
36680
+ "properties": {
36681
+ "doc": {
36682
+ "type": "string"
36683
+ },
36684
+ "sessionId": {
36685
+ "type": "string"
36686
+ },
36687
+ "force": {
36688
+ "type": "boolean"
36689
+ },
36690
+ "changeMode": {
36691
+ "type": "string",
36692
+ "enum": [
36693
+ "direct",
36694
+ "tracked"
36695
+ ]
36696
+ },
36697
+ "imageId": {
36698
+ "type": "string"
36699
+ },
36700
+ "angle": {
36701
+ "type": "number"
36702
+ }
36703
+ },
36704
+ "required": [
36705
+ "imageId",
36706
+ "angle"
36707
+ ],
36708
+ "additionalProperties": false
36709
+ },
36710
+ "returns": {
36711
+ "additionalProperties": false,
36712
+ "properties": {
36713
+ "image": {
36714
+ "type": "object"
36715
+ },
36716
+ "success": {
36717
+ "const": true
36718
+ }
36719
+ },
36720
+ "required": [
36721
+ "success",
36722
+ "image"
36723
+ ],
36724
+ "type": "object"
36725
+ },
36726
+ "metadata": {
36727
+ "operationId": "doc.images.rotate",
36728
+ "profile": "intent",
36729
+ "mutates": true,
36730
+ "category": "images",
36731
+ "capabilities": [
36732
+ "dry-run",
36733
+ "optimistic-concurrency",
36734
+ "output-path",
36735
+ "session-targeting",
36736
+ "stateless-doc",
36737
+ "tracked-change-mode"
36738
+ ],
36739
+ "requiredCapabilities": [],
36740
+ "profileTags": [],
36741
+ "examples": [],
36742
+ "commandTokens": [
36743
+ "images",
36744
+ "rotate"
36745
+ ]
36746
+ }
36747
+ },
36748
+ {
36749
+ "name": "flip_image",
36750
+ "description": "Set horizontal and/or vertical flip state for an image.",
36751
+ "parameters": {
36752
+ "type": "object",
36753
+ "properties": {
36754
+ "doc": {
36755
+ "type": "string"
36756
+ },
36757
+ "sessionId": {
36758
+ "type": "string"
36759
+ },
36760
+ "force": {
36761
+ "type": "boolean"
36762
+ },
36763
+ "changeMode": {
36764
+ "type": "string",
36765
+ "enum": [
36766
+ "direct",
36767
+ "tracked"
36768
+ ]
36769
+ },
36770
+ "imageId": {
36771
+ "type": "string"
36772
+ },
36773
+ "horizontal": {
36774
+ "type": "boolean"
36775
+ },
36776
+ "vertical": {
36777
+ "type": "boolean"
36778
+ }
36779
+ },
36780
+ "required": [
36781
+ "imageId"
36782
+ ],
36783
+ "additionalProperties": false
36784
+ },
36785
+ "returns": {
36786
+ "additionalProperties": false,
36787
+ "properties": {
36788
+ "image": {
36789
+ "type": "object"
36790
+ },
36791
+ "success": {
36792
+ "const": true
36793
+ }
36794
+ },
36795
+ "required": [
36796
+ "success",
36797
+ "image"
36798
+ ],
36799
+ "type": "object"
36800
+ },
36801
+ "metadata": {
36802
+ "operationId": "doc.images.flip",
35244
36803
  "profile": "intent",
35245
36804
  "mutates": true,
35246
36805
  "category": "images",
@@ -35257,13 +36816,13 @@
35257
36816
  "examples": [],
35258
36817
  "commandTokens": [
35259
36818
  "images",
35260
- "convert-to-inline"
36819
+ "flip"
35261
36820
  ]
35262
36821
  }
35263
36822
  },
35264
36823
  {
35265
- "name": "convert_image_to_floating",
35266
- "description": "Convert an inline image to floating placement.",
36824
+ "name": "crop_image",
36825
+ "description": "Apply rectangular edge-percentage crop to an image.",
35267
36826
  "parameters": {
35268
36827
  "type": "object",
35269
36828
  "properties": {
@@ -35285,10 +36844,28 @@
35285
36844
  },
35286
36845
  "imageId": {
35287
36846
  "type": "string"
36847
+ },
36848
+ "crop": {
36849
+ "type": "object",
36850
+ "properties": {
36851
+ "left": {
36852
+ "type": "number"
36853
+ },
36854
+ "top": {
36855
+ "type": "number"
36856
+ },
36857
+ "right": {
36858
+ "type": "number"
36859
+ },
36860
+ "bottom": {
36861
+ "type": "number"
36862
+ }
36863
+ }
35288
36864
  }
35289
36865
  },
35290
36866
  "required": [
35291
- "imageId"
36867
+ "imageId",
36868
+ "crop"
35292
36869
  ],
35293
36870
  "additionalProperties": false
35294
36871
  },
@@ -35309,7 +36886,7 @@
35309
36886
  "type": "object"
35310
36887
  },
35311
36888
  "metadata": {
35312
- "operationId": "doc.images.convertToFloating",
36889
+ "operationId": "doc.images.crop",
35313
36890
  "profile": "intent",
35314
36891
  "mutates": true,
35315
36892
  "category": "images",
@@ -35326,13 +36903,13 @@
35326
36903
  "examples": [],
35327
36904
  "commandTokens": [
35328
36905
  "images",
35329
- "convert-to-floating"
36906
+ "crop"
35330
36907
  ]
35331
36908
  }
35332
36909
  },
35333
36910
  {
35334
- "name": "set_image_size",
35335
- "description": "Set explicit width/height for an image.",
36911
+ "name": "reset_image_crop",
36912
+ "description": "Remove all cropping from an image.",
35336
36913
  "parameters": {
35337
36914
  "type": "object",
35338
36915
  "properties": {
@@ -35354,33 +36931,10 @@
35354
36931
  },
35355
36932
  "imageId": {
35356
36933
  "type": "string"
35357
- },
35358
- "size": {
35359
- "type": "object",
35360
- "properties": {
35361
- "width": {
35362
- "type": "number"
35363
- },
35364
- "height": {
35365
- "type": "number"
35366
- },
35367
- "unit": {
35368
- "enum": [
35369
- "px",
35370
- "pt",
35371
- "twip"
35372
- ]
35373
- }
35374
- },
35375
- "required": [
35376
- "width",
35377
- "height"
35378
- ]
35379
36934
  }
35380
36935
  },
35381
36936
  "required": [
35382
- "imageId",
35383
- "size"
36937
+ "imageId"
35384
36938
  ],
35385
36939
  "additionalProperties": false
35386
36940
  },
@@ -35401,7 +36955,7 @@
35401
36955
  "type": "object"
35402
36956
  },
35403
36957
  "metadata": {
35404
- "operationId": "doc.images.setSize",
36958
+ "operationId": "doc.images.resetCrop",
35405
36959
  "profile": "intent",
35406
36960
  "mutates": true,
35407
36961
  "category": "images",
@@ -35418,13 +36972,13 @@
35418
36972
  "examples": [],
35419
36973
  "commandTokens": [
35420
36974
  "images",
35421
- "set-size"
36975
+ "reset-crop"
35422
36976
  ]
35423
36977
  }
35424
36978
  },
35425
36979
  {
35426
- "name": "set_image_wrap_type",
35427
- "description": "Set the text wrapping type for a floating image.",
36980
+ "name": "replace_image_source",
36981
+ "description": "Replace the image source while preserving identity and placement.",
35428
36982
  "parameters": {
35429
36983
  "type": "object",
35430
36984
  "properties": {
@@ -35447,21 +37001,89 @@
35447
37001
  "imageId": {
35448
37002
  "type": "string"
35449
37003
  },
35450
- "type": {
37004
+ "src": {
37005
+ "type": "string"
37006
+ },
37007
+ "resetSize": {
37008
+ "type": "boolean"
37009
+ }
37010
+ },
37011
+ "required": [
37012
+ "imageId",
37013
+ "src"
37014
+ ],
37015
+ "additionalProperties": false
37016
+ },
37017
+ "returns": {
37018
+ "additionalProperties": false,
37019
+ "properties": {
37020
+ "image": {
37021
+ "type": "object"
37022
+ },
37023
+ "success": {
37024
+ "const": true
37025
+ }
37026
+ },
37027
+ "required": [
37028
+ "success",
37029
+ "image"
37030
+ ],
37031
+ "type": "object"
37032
+ },
37033
+ "metadata": {
37034
+ "operationId": "doc.images.replaceSource",
37035
+ "profile": "intent",
37036
+ "mutates": true,
37037
+ "category": "images",
37038
+ "capabilities": [
37039
+ "dry-run",
37040
+ "optimistic-concurrency",
37041
+ "output-path",
37042
+ "session-targeting",
37043
+ "stateless-doc",
37044
+ "tracked-change-mode"
37045
+ ],
37046
+ "requiredCapabilities": [],
37047
+ "profileTags": [],
37048
+ "examples": [],
37049
+ "commandTokens": [
37050
+ "images",
37051
+ "replace-source"
37052
+ ]
37053
+ }
37054
+ },
37055
+ {
37056
+ "name": "set_image_alt_text",
37057
+ "description": "Set the accessibility description (alt text) for an image.",
37058
+ "parameters": {
37059
+ "type": "object",
37060
+ "properties": {
37061
+ "doc": {
37062
+ "type": "string"
37063
+ },
37064
+ "sessionId": {
37065
+ "type": "string"
37066
+ },
37067
+ "force": {
37068
+ "type": "boolean"
37069
+ },
37070
+ "changeMode": {
35451
37071
  "type": "string",
35452
37072
  "enum": [
35453
- "None",
35454
- "Square",
35455
- "Through",
35456
- "Tight",
35457
- "TopAndBottom",
35458
- "Inline"
37073
+ "direct",
37074
+ "tracked"
35459
37075
  ]
37076
+ },
37077
+ "imageId": {
37078
+ "type": "string"
37079
+ },
37080
+ "description": {
37081
+ "type": "string"
35460
37082
  }
35461
37083
  },
35462
37084
  "required": [
35463
37085
  "imageId",
35464
- "type"
37086
+ "description"
35465
37087
  ],
35466
37088
  "additionalProperties": false
35467
37089
  },
@@ -35482,7 +37104,7 @@
35482
37104
  "type": "object"
35483
37105
  },
35484
37106
  "metadata": {
35485
- "operationId": "doc.images.setWrapType",
37107
+ "operationId": "doc.images.setAltText",
35486
37108
  "profile": "intent",
35487
37109
  "mutates": true,
35488
37110
  "category": "images",
@@ -35499,13 +37121,13 @@
35499
37121
  "examples": [],
35500
37122
  "commandTokens": [
35501
37123
  "images",
35502
- "set-wrap-type"
37124
+ "set-alt-text"
35503
37125
  ]
35504
37126
  }
35505
37127
  },
35506
37128
  {
35507
- "name": "set_image_wrap_side",
35508
- "description": "Set which side(s) text wraps around a floating image.",
37129
+ "name": "set_image_decorative",
37130
+ "description": "Mark or unmark an image as decorative.",
35509
37131
  "parameters": {
35510
37132
  "type": "object",
35511
37133
  "properties": {
@@ -35528,19 +37150,86 @@
35528
37150
  "imageId": {
35529
37151
  "type": "string"
35530
37152
  },
35531
- "side": {
37153
+ "decorative": {
37154
+ "type": "boolean"
37155
+ }
37156
+ },
37157
+ "required": [
37158
+ "imageId",
37159
+ "decorative"
37160
+ ],
37161
+ "additionalProperties": false
37162
+ },
37163
+ "returns": {
37164
+ "additionalProperties": false,
37165
+ "properties": {
37166
+ "image": {
37167
+ "type": "object"
37168
+ },
37169
+ "success": {
37170
+ "const": true
37171
+ }
37172
+ },
37173
+ "required": [
37174
+ "success",
37175
+ "image"
37176
+ ],
37177
+ "type": "object"
37178
+ },
37179
+ "metadata": {
37180
+ "operationId": "doc.images.setDecorative",
37181
+ "profile": "intent",
37182
+ "mutates": true,
37183
+ "category": "images",
37184
+ "capabilities": [
37185
+ "dry-run",
37186
+ "optimistic-concurrency",
37187
+ "output-path",
37188
+ "session-targeting",
37189
+ "stateless-doc",
37190
+ "tracked-change-mode"
37191
+ ],
37192
+ "requiredCapabilities": [],
37193
+ "profileTags": [],
37194
+ "examples": [],
37195
+ "commandTokens": [
37196
+ "images",
37197
+ "set-decorative"
37198
+ ]
37199
+ }
37200
+ },
37201
+ {
37202
+ "name": "set_image_name",
37203
+ "description": "Set the object name for an image.",
37204
+ "parameters": {
37205
+ "type": "object",
37206
+ "properties": {
37207
+ "doc": {
37208
+ "type": "string"
37209
+ },
37210
+ "sessionId": {
37211
+ "type": "string"
37212
+ },
37213
+ "force": {
37214
+ "type": "boolean"
37215
+ },
37216
+ "changeMode": {
35532
37217
  "type": "string",
35533
37218
  "enum": [
35534
- "bothSides",
35535
- "left",
35536
- "right",
35537
- "largest"
37219
+ "direct",
37220
+ "tracked"
35538
37221
  ]
37222
+ },
37223
+ "imageId": {
37224
+ "type": "string"
37225
+ },
37226
+ "name": {
37227
+ "type": "string"
35539
37228
  }
35540
37229
  },
35541
37230
  "required": [
35542
37231
  "imageId",
35543
- "side"
37232
+ "name"
35544
37233
  ],
35545
37234
  "additionalProperties": false
35546
37235
  },
@@ -35561,7 +37250,7 @@
35561
37250
  "type": "object"
35562
37251
  },
35563
37252
  "metadata": {
35564
- "operationId": "doc.images.setWrapSide",
37253
+ "operationId": "doc.images.setName",
35565
37254
  "profile": "intent",
35566
37255
  "mutates": true,
35567
37256
  "category": "images",
@@ -35578,13 +37267,13 @@
35578
37267
  "examples": [],
35579
37268
  "commandTokens": [
35580
37269
  "images",
35581
- "set-wrap-side"
37270
+ "set-name"
35582
37271
  ]
35583
37272
  }
35584
37273
  },
35585
37274
  {
35586
- "name": "set_image_wrap_distances",
35587
- "description": "Set the text-wrap distance margins for a floating image.",
37275
+ "name": "set_image_hyperlink",
37276
+ "description": "Set or remove the hyperlink attached to an image.",
35588
37277
  "parameters": {
35589
37278
  "type": "object",
35590
37279
  "properties": {
@@ -35607,27 +37296,16 @@
35607
37296
  "imageId": {
35608
37297
  "type": "string"
35609
37298
  },
35610
- "distances": {
35611
- "type": "object",
35612
- "properties": {
35613
- "distTop": {
35614
- "type": "number"
35615
- },
35616
- "distBottom": {
35617
- "type": "number"
35618
- },
35619
- "distLeft": {
35620
- "type": "number"
35621
- },
35622
- "distRight": {
35623
- "type": "number"
35624
- }
35625
- }
37299
+ "url": {
37300
+ "type": "object"
37301
+ },
37302
+ "tooltip": {
37303
+ "type": "string"
35626
37304
  }
35627
37305
  },
35628
37306
  "required": [
35629
37307
  "imageId",
35630
- "distances"
37308
+ "url"
35631
37309
  ],
35632
37310
  "additionalProperties": false
35633
37311
  },
@@ -35648,7 +37326,7 @@
35648
37326
  "type": "object"
35649
37327
  },
35650
37328
  "metadata": {
35651
- "operationId": "doc.images.setWrapDistances",
37329
+ "operationId": "doc.images.setHyperlink",
35652
37330
  "profile": "intent",
35653
37331
  "mutates": true,
35654
37332
  "category": "images",
@@ -35665,13 +37343,13 @@
35665
37343
  "examples": [],
35666
37344
  "commandTokens": [
35667
37345
  "images",
35668
- "set-wrap-distances"
37346
+ "set-hyperlink"
35669
37347
  ]
35670
37348
  }
35671
37349
  },
35672
37350
  {
35673
- "name": "set_image_position",
35674
- "description": "Set the anchor position for a floating image.",
37351
+ "name": "insert_image_caption",
37352
+ "description": "Insert a caption paragraph below the image.",
35675
37353
  "parameters": {
35676
37354
  "type": "object",
35677
37355
  "properties": {
@@ -35694,38 +37372,13 @@
35694
37372
  "imageId": {
35695
37373
  "type": "string"
35696
37374
  },
35697
- "position": {
35698
- "type": "object",
35699
- "properties": {
35700
- "hRelativeFrom": {
35701
- "type": "string"
35702
- },
35703
- "vRelativeFrom": {
35704
- "type": "string"
35705
- },
35706
- "alignH": {
35707
- "type": "string"
35708
- },
35709
- "alignV": {
35710
- "type": "string"
35711
- },
35712
- "marginOffset": {
35713
- "type": "object",
35714
- "properties": {
35715
- "horizontal": {
35716
- "type": "number"
35717
- },
35718
- "top": {
35719
- "type": "number"
35720
- }
35721
- }
35722
- }
35723
- }
37375
+ "text": {
37376
+ "type": "string"
35724
37377
  }
35725
37378
  },
35726
37379
  "required": [
35727
37380
  "imageId",
35728
- "position"
37381
+ "text"
35729
37382
  ],
35730
37383
  "additionalProperties": false
35731
37384
  },
@@ -35746,7 +37399,7 @@
35746
37399
  "type": "object"
35747
37400
  },
35748
37401
  "metadata": {
35749
- "operationId": "doc.images.setPosition",
37402
+ "operationId": "doc.images.insertCaption",
35750
37403
  "profile": "intent",
35751
37404
  "mutates": true,
35752
37405
  "category": "images",
@@ -35763,13 +37416,13 @@
35763
37416
  "examples": [],
35764
37417
  "commandTokens": [
35765
37418
  "images",
35766
- "set-position"
37419
+ "insert-caption"
35767
37420
  ]
35768
37421
  }
35769
37422
  },
35770
37423
  {
35771
- "name": "set_image_anchor_options",
35772
- "description": "Set anchor behavior options for a floating image.",
37424
+ "name": "update_image_caption",
37425
+ "description": "Update the text of an existing caption paragraph.",
35773
37426
  "parameters": {
35774
37427
  "type": "object",
35775
37428
  "properties": {
@@ -35792,30 +37445,13 @@
35792
37445
  "imageId": {
35793
37446
  "type": "string"
35794
37447
  },
35795
- "options": {
35796
- "type": "object",
35797
- "properties": {
35798
- "behindDoc": {
35799
- "type": "boolean"
35800
- },
35801
- "allowOverlap": {
35802
- "type": "boolean"
35803
- },
35804
- "layoutInCell": {
35805
- "type": "boolean"
35806
- },
35807
- "lockAnchor": {
35808
- "type": "boolean"
35809
- },
35810
- "simplePos": {
35811
- "type": "boolean"
35812
- }
35813
- }
37448
+ "text": {
37449
+ "type": "string"
35814
37450
  }
35815
37451
  },
35816
37452
  "required": [
35817
37453
  "imageId",
35818
- "options"
37454
+ "text"
35819
37455
  ],
35820
37456
  "additionalProperties": false
35821
37457
  },
@@ -35836,7 +37472,7 @@
35836
37472
  "type": "object"
35837
37473
  },
35838
37474
  "metadata": {
35839
- "operationId": "doc.images.setAnchorOptions",
37475
+ "operationId": "doc.images.updateCaption",
35840
37476
  "profile": "intent",
35841
37477
  "mutates": true,
35842
37478
  "category": "images",
@@ -35853,13 +37489,13 @@
35853
37489
  "examples": [],
35854
37490
  "commandTokens": [
35855
37491
  "images",
35856
- "set-anchor-options"
37492
+ "update-caption"
35857
37493
  ]
35858
37494
  }
35859
37495
  },
35860
37496
  {
35861
- "name": "set_image_z_order",
35862
- "description": "Set the z-order (relativeHeight) for a floating image.",
37497
+ "name": "remove_image_caption",
37498
+ "description": "Remove the caption paragraph from below the image.",
35863
37499
  "parameters": {
35864
37500
  "type": "object",
35865
37501
  "properties": {
@@ -35881,22 +37517,10 @@
35881
37517
  },
35882
37518
  "imageId": {
35883
37519
  "type": "string"
35884
- },
35885
- "zOrder": {
35886
- "type": "object",
35887
- "properties": {
35888
- "relativeHeight": {
35889
- "type": "number"
35890
- }
35891
- },
35892
- "required": [
35893
- "relativeHeight"
35894
- ]
35895
37520
  }
35896
37521
  },
35897
37522
  "required": [
35898
- "imageId",
35899
- "zOrder"
37523
+ "imageId"
35900
37524
  ],
35901
37525
  "additionalProperties": false
35902
37526
  },
@@ -35917,7 +37541,7 @@
35917
37541
  "type": "object"
35918
37542
  },
35919
37543
  "metadata": {
35920
- "operationId": "doc.images.setZOrder",
37544
+ "operationId": "doc.images.removeCaption",
35921
37545
  "profile": "intent",
35922
37546
  "mutates": true,
35923
37547
  "category": "images",
@@ -35934,7 +37558,7 @@
35934
37558
  "examples": [],
35935
37559
  "commandTokens": [
35936
37560
  "images",
35937
- "set-z-order"
37561
+ "remove-caption"
35938
37562
  ]
35939
37563
  }
35940
37564
  },