@superdoc/sdk 2.11.0-next.5 → 2.11.0-next.7

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.
@@ -42,7 +42,7 @@ const CONTRACT = {
42
42
  "Response envelopes include elapsed_ms for all operations.",
43
43
  "JSON output mode is the default and must always be supported."
44
44
  ],
45
- "operationCount": 460,
45
+ "operationCount": 461,
46
46
  "operations": [
47
47
  {
48
48
  "id": "doc.get",
@@ -5174,6 +5174,34 @@ const CONTRACT = {
5174
5174
  "NO_OP"
5175
5175
  ]
5176
5176
  },
5177
+ {
5178
+ "id": "doc.tables.moveColumn",
5179
+ "command": [
5180
+ "tables",
5181
+ "move-column"
5182
+ ],
5183
+ "description": "Move a column to a new position within the same table. Direct mode only; tables with vertical merges, nested tables, or irregular column coverage are rejected, and tracked (suggesting) mode is not supported yet. Available on v2-backed sessions only; v1-backed sessions currently return `CAPABILITY_UNAVAILABLE`.",
5184
+ "category": "tables",
5185
+ "stability": "stable",
5186
+ "mutates": true,
5187
+ "requiresDocumentContext": true,
5188
+ "capabilities": [
5189
+ "dryRun"
5190
+ ],
5191
+ "aliases": [],
5192
+ "examples": [],
5193
+ "errors": [
5194
+ "TARGET_NOT_FOUND",
5195
+ "INVALID_TARGET",
5196
+ "CAPABILITY_UNAVAILABLE",
5197
+ "INVALID_TARGET",
5198
+ "TARGET_NOT_FOUND",
5199
+ "INVALID_TARGET",
5200
+ "NO_OP",
5201
+ "CAPABILITY_UNAVAILABLE",
5202
+ "INVALID_CONTEXT"
5203
+ ]
5204
+ },
5177
5205
  {
5178
5206
  "id": "doc.tables.setColumnWidth",
5179
5207
  "command": [
@@ -11633,260 +11661,261 @@ const CONTRACT = {
11633
11661
  "doc.tables.setrowoptions": 190,
11634
11662
  "doc.tables.insertcolumn": 191,
11635
11663
  "doc.tables.deletecolumn": 192,
11636
- "doc.tables.setcolumnwidth": 193,
11637
- "doc.tables.distributecolumns": 194,
11638
- "doc.tables.insertcell": 195,
11639
- "doc.tables.deletecell": 196,
11640
- "doc.tables.mergecells": 197,
11641
- "doc.tables.unmergecells": 198,
11642
- "doc.tables.splitcell": 199,
11643
- "doc.tables.setcellproperties": 200,
11644
- "doc.tables.setcelltext": 201,
11645
- "doc.tables.sort": 202,
11646
- "doc.tables.setalttext": 203,
11647
- "doc.tables.setstyle": 204,
11648
- "doc.tables.clearstyle": 205,
11649
- "doc.tables.setstyleoption": 206,
11650
- "doc.tables.setborder": 207,
11651
- "doc.tables.clearborder": 208,
11652
- "doc.tables.applyborderpreset": 209,
11653
- "doc.tables.setshading": 210,
11654
- "doc.tables.clearshading": 211,
11655
- "doc.tables.settablepadding": 212,
11656
- "doc.tables.setcellpadding": 213,
11657
- "doc.tables.setcellspacing": 214,
11658
- "doc.tables.clearcellspacing": 215,
11659
- "doc.tables.applystyle": 216,
11660
- "doc.tables.setborders": 217,
11661
- "doc.tables.settableoptions": 218,
11662
- "doc.tables.applypreset": 219,
11663
- "doc.tables.get": 220,
11664
- "doc.tables.getcells": 221,
11665
- "doc.tables.getproperties": 222,
11666
- "doc.tables.getstyles": 223,
11667
- "doc.tables.setdefaultstyle": 224,
11668
- "doc.tables.cleardefaultstyle": 225,
11669
- "doc.create.tableofcontents": 226,
11670
- "doc.toc.list": 227,
11671
- "doc.toc.get": 228,
11672
- "doc.toc.configure": 229,
11673
- "doc.toc.update": 230,
11674
- "doc.toc.remove": 231,
11675
- "doc.toc.markentry": 232,
11676
- "doc.toc.unmarkentry": 233,
11677
- "doc.toc.listentries": 234,
11678
- "doc.toc.getentry": 235,
11679
- "doc.toc.editentry": 236,
11680
- "doc.history.get": 237,
11681
- "doc.history.undo": 238,
11682
- "doc.history.redo": 239,
11683
- "doc.create.image": 240,
11684
- "doc.images.list": 241,
11685
- "doc.images.get": 242,
11686
- "doc.images.delete": 243,
11687
- "doc.images.move": 244,
11688
- "doc.images.converttoinline": 245,
11689
- "doc.images.converttofloating": 246,
11690
- "doc.images.setsize": 247,
11691
- "doc.images.setwraptype": 248,
11692
- "doc.images.setwrapside": 249,
11693
- "doc.images.setwrapdistances": 250,
11694
- "doc.images.setposition": 251,
11695
- "doc.images.setanchoroptions": 252,
11696
- "doc.images.setzorder": 253,
11697
- "doc.images.scale": 254,
11698
- "doc.images.setlockaspectratio": 255,
11699
- "doc.images.rotate": 256,
11700
- "doc.images.flip": 257,
11701
- "doc.images.crop": 258,
11702
- "doc.images.resetcrop": 259,
11703
- "doc.images.replacesource": 260,
11704
- "doc.images.setalttext": 261,
11705
- "doc.images.setdecorative": 262,
11706
- "doc.images.setname": 263,
11707
- "doc.images.sethyperlink": 264,
11708
- "doc.images.insertcaption": 265,
11709
- "doc.images.updatecaption": 266,
11710
- "doc.images.removecaption": 267,
11711
- "doc.hyperlinks.list": 268,
11712
- "doc.hyperlinks.get": 269,
11713
- "doc.hyperlinks.wrap": 270,
11714
- "doc.hyperlinks.insert": 271,
11715
- "doc.hyperlinks.patch": 272,
11716
- "doc.hyperlinks.remove": 273,
11717
- "doc.headerfooters.list": 274,
11718
- "doc.headerfooters.get": 275,
11719
- "doc.headerfooters.resolve": 276,
11720
- "doc.headerfooters.refs.set": 277,
11721
- "doc.headerfooters.refs.clear": 278,
11722
- "doc.headerfooters.refs.setlinkedtoprevious": 279,
11723
- "doc.headerfooters.parts.list": 280,
11724
- "doc.headerfooters.parts.create": 281,
11725
- "doc.headerfooters.parts.delete": 282,
11726
- "doc.create.contentcontrol": 283,
11727
- "doc.contentcontrols.list": 284,
11728
- "doc.contentcontrols.get": 285,
11729
- "doc.contentcontrols.listinrange": 286,
11730
- "doc.contentcontrols.selectbytag": 287,
11731
- "doc.contentcontrols.selectbytitle": 288,
11732
- "doc.contentcontrols.listchildren": 289,
11733
- "doc.contentcontrols.getparent": 290,
11734
- "doc.contentcontrols.wrap": 291,
11735
- "doc.contentcontrols.unwrap": 292,
11736
- "doc.contentcontrols.delete": 293,
11737
- "doc.contentcontrols.copy": 294,
11738
- "doc.contentcontrols.move": 295,
11739
- "doc.contentcontrols.patch": 296,
11740
- "doc.contentcontrols.setlockmode": 297,
11741
- "doc.contentcontrols.settype": 298,
11742
- "doc.contentcontrols.getcontent": 299,
11743
- "doc.contentcontrols.replacecontent": 300,
11744
- "doc.contentcontrols.clearcontent": 301,
11745
- "doc.contentcontrols.appendcontent": 302,
11746
- "doc.contentcontrols.prependcontent": 303,
11747
- "doc.contentcontrols.insertbefore": 304,
11748
- "doc.contentcontrols.insertafter": 305,
11749
- "doc.contentcontrols.getbinding": 306,
11750
- "doc.contentcontrols.setbinding": 307,
11751
- "doc.contentcontrols.clearbinding": 308,
11752
- "doc.contentcontrols.getrawproperties": 309,
11753
- "doc.contentcontrols.patchrawproperties": 310,
11754
- "doc.contentcontrols.validatewordcompatibility": 311,
11755
- "doc.contentcontrols.normalizewordcompatibility": 312,
11756
- "doc.contentcontrols.normalizetagpayload": 313,
11757
- "doc.contentcontrols.text.setmultiline": 314,
11758
- "doc.contentcontrols.text.setvalue": 315,
11759
- "doc.contentcontrols.text.clearvalue": 316,
11760
- "doc.contentcontrols.date.setvalue": 317,
11761
- "doc.contentcontrols.date.clearvalue": 318,
11762
- "doc.contentcontrols.date.setdisplayformat": 319,
11763
- "doc.contentcontrols.date.setdisplaylocale": 320,
11764
- "doc.contentcontrols.date.setstorageformat": 321,
11765
- "doc.contentcontrols.date.setcalendar": 322,
11766
- "doc.contentcontrols.checkbox.getstate": 323,
11767
- "doc.contentcontrols.checkbox.setstate": 324,
11768
- "doc.contentcontrols.checkbox.toggle": 325,
11769
- "doc.contentcontrols.checkbox.setsymbolpair": 326,
11770
- "doc.contentcontrols.choicelist.getitems": 327,
11771
- "doc.contentcontrols.choicelist.setitems": 328,
11772
- "doc.contentcontrols.choicelist.setselected": 329,
11773
- "doc.contentcontrols.repeatingsection.listitems": 330,
11774
- "doc.contentcontrols.repeatingsection.insertitembefore": 331,
11775
- "doc.contentcontrols.repeatingsection.insertitemafter": 332,
11776
- "doc.contentcontrols.repeatingsection.cloneitem": 333,
11777
- "doc.contentcontrols.repeatingsection.deleteitem": 334,
11778
- "doc.contentcontrols.repeatingsection.setallowinsertdelete": 335,
11779
- "doc.contentcontrols.group.wrap": 336,
11780
- "doc.contentcontrols.group.ungroup": 337,
11781
- "doc.bookmarks.list": 338,
11782
- "doc.bookmarks.get": 339,
11783
- "doc.bookmarks.insert": 340,
11784
- "doc.bookmarks.rename": 341,
11785
- "doc.bookmarks.remove": 342,
11786
- "doc.footnotes.list": 343,
11787
- "doc.footnotes.get": 344,
11788
- "doc.footnotes.insert": 345,
11789
- "doc.footnotes.update": 346,
11790
- "doc.footnotes.remove": 347,
11791
- "doc.footnotes.configure": 348,
11792
- "doc.clipboard.parse": 349,
11793
- "doc.clipboard.insert": 350,
11794
- "doc.clipboard.serializeselection": 351,
11795
- "doc.crossrefs.list": 352,
11796
- "doc.crossrefs.get": 353,
11797
- "doc.crossrefs.insert": 354,
11798
- "doc.crossrefs.rebuild": 355,
11799
- "doc.crossrefs.remove": 356,
11800
- "doc.index.list": 357,
11801
- "doc.index.get": 358,
11802
- "doc.index.insert": 359,
11803
- "doc.index.configure": 360,
11804
- "doc.index.rebuild": 361,
11805
- "doc.index.remove": 362,
11806
- "doc.index.entries.list": 363,
11807
- "doc.index.entries.get": 364,
11808
- "doc.index.entries.insert": 365,
11809
- "doc.index.entries.update": 366,
11810
- "doc.index.entries.remove": 367,
11811
- "doc.captions.list": 368,
11812
- "doc.captions.get": 369,
11813
- "doc.captions.insert": 370,
11814
- "doc.captions.update": 371,
11815
- "doc.captions.remove": 372,
11816
- "doc.captions.configure": 373,
11817
- "doc.fields.list": 374,
11818
- "doc.fields.get": 375,
11819
- "doc.fields.insert": 376,
11820
- "doc.fields.rebuild": 377,
11821
- "doc.fields.remove": 378,
11822
- "doc.citations.list": 379,
11823
- "doc.citations.get": 380,
11824
- "doc.citations.insert": 381,
11825
- "doc.citations.update": 382,
11826
- "doc.citations.remove": 383,
11827
- "doc.citations.sources.list": 384,
11828
- "doc.citations.sources.get": 385,
11829
- "doc.citations.sources.insert": 386,
11830
- "doc.citations.sources.update": 387,
11831
- "doc.citations.sources.remove": 388,
11832
- "doc.citations.bibliography.get": 389,
11833
- "doc.citations.bibliography.insert": 390,
11834
- "doc.citations.bibliography.rebuild": 391,
11835
- "doc.citations.bibliography.configure": 392,
11836
- "doc.citations.bibliography.remove": 393,
11837
- "doc.authorities.list": 394,
11838
- "doc.authorities.get": 395,
11839
- "doc.authorities.insert": 396,
11840
- "doc.authorities.configure": 397,
11841
- "doc.authorities.rebuild": 398,
11842
- "doc.authorities.remove": 399,
11843
- "doc.authorities.entries.list": 400,
11844
- "doc.authorities.entries.get": 401,
11845
- "doc.authorities.entries.insert": 402,
11846
- "doc.authorities.entries.update": 403,
11847
- "doc.authorities.entries.remove": 404,
11848
- "doc.diff.capture": 405,
11849
- "doc.diff.compare": 406,
11850
- "doc.diff.apply": 407,
11851
- "doc.export.todocx": 408,
11852
- "doc.protection.get": 409,
11853
- "doc.protection.seteditingrestriction": 410,
11854
- "doc.protection.cleareditingrestriction": 411,
11855
- "doc.permissionranges.list": 412,
11856
- "doc.permissionranges.get": 413,
11857
- "doc.permissionranges.create": 414,
11858
- "doc.permissionranges.remove": 415,
11859
- "doc.permissionranges.updateprincipal": 416,
11860
- "doc.customxml.parts.list": 417,
11861
- "doc.customxml.parts.get": 418,
11862
- "doc.customxml.parts.create": 419,
11863
- "doc.customxml.parts.patch": 420,
11864
- "doc.customxml.parts.remove": 421,
11865
- "doc.metadata.attach": 422,
11866
- "doc.metadata.list": 423,
11867
- "doc.metadata.get": 424,
11868
- "doc.metadata.update": 425,
11869
- "doc.metadata.remove": 426,
11870
- "doc.metadata.resolve": 427,
11871
- "doc.open": 428,
11872
- "doc.save": 429,
11873
- "doc.close": 430,
11874
- "doc.inserttab": 431,
11875
- "doc.insertlinebreak": 432,
11876
- "doc.executecode": 433,
11877
- "doc.status": 434,
11878
- "doc.describe": 435,
11879
- "doc.describecommand": 436,
11880
- "doc.session.list": 437,
11881
- "doc.session.save": 438,
11882
- "doc.session.close": 439,
11883
- "doc.session.setdefault": 440,
11884
- "doc.preset.list": 441,
11885
- "doc.preset.getcatalog": 442,
11886
- "doc.preset.gettools": 443,
11887
- "doc.preset.getsystemprompt": 444,
11888
- "doc.preset.getmcpprompt": 445,
11889
- "doc.preset.dispatch": 446,
11664
+ "doc.tables.movecolumn": 193,
11665
+ "doc.tables.setcolumnwidth": 194,
11666
+ "doc.tables.distributecolumns": 195,
11667
+ "doc.tables.insertcell": 196,
11668
+ "doc.tables.deletecell": 197,
11669
+ "doc.tables.mergecells": 198,
11670
+ "doc.tables.unmergecells": 199,
11671
+ "doc.tables.splitcell": 200,
11672
+ "doc.tables.setcellproperties": 201,
11673
+ "doc.tables.setcelltext": 202,
11674
+ "doc.tables.sort": 203,
11675
+ "doc.tables.setalttext": 204,
11676
+ "doc.tables.setstyle": 205,
11677
+ "doc.tables.clearstyle": 206,
11678
+ "doc.tables.setstyleoption": 207,
11679
+ "doc.tables.setborder": 208,
11680
+ "doc.tables.clearborder": 209,
11681
+ "doc.tables.applyborderpreset": 210,
11682
+ "doc.tables.setshading": 211,
11683
+ "doc.tables.clearshading": 212,
11684
+ "doc.tables.settablepadding": 213,
11685
+ "doc.tables.setcellpadding": 214,
11686
+ "doc.tables.setcellspacing": 215,
11687
+ "doc.tables.clearcellspacing": 216,
11688
+ "doc.tables.applystyle": 217,
11689
+ "doc.tables.setborders": 218,
11690
+ "doc.tables.settableoptions": 219,
11691
+ "doc.tables.applypreset": 220,
11692
+ "doc.tables.get": 221,
11693
+ "doc.tables.getcells": 222,
11694
+ "doc.tables.getproperties": 223,
11695
+ "doc.tables.getstyles": 224,
11696
+ "doc.tables.setdefaultstyle": 225,
11697
+ "doc.tables.cleardefaultstyle": 226,
11698
+ "doc.create.tableofcontents": 227,
11699
+ "doc.toc.list": 228,
11700
+ "doc.toc.get": 229,
11701
+ "doc.toc.configure": 230,
11702
+ "doc.toc.update": 231,
11703
+ "doc.toc.remove": 232,
11704
+ "doc.toc.markentry": 233,
11705
+ "doc.toc.unmarkentry": 234,
11706
+ "doc.toc.listentries": 235,
11707
+ "doc.toc.getentry": 236,
11708
+ "doc.toc.editentry": 237,
11709
+ "doc.history.get": 238,
11710
+ "doc.history.undo": 239,
11711
+ "doc.history.redo": 240,
11712
+ "doc.create.image": 241,
11713
+ "doc.images.list": 242,
11714
+ "doc.images.get": 243,
11715
+ "doc.images.delete": 244,
11716
+ "doc.images.move": 245,
11717
+ "doc.images.converttoinline": 246,
11718
+ "doc.images.converttofloating": 247,
11719
+ "doc.images.setsize": 248,
11720
+ "doc.images.setwraptype": 249,
11721
+ "doc.images.setwrapside": 250,
11722
+ "doc.images.setwrapdistances": 251,
11723
+ "doc.images.setposition": 252,
11724
+ "doc.images.setanchoroptions": 253,
11725
+ "doc.images.setzorder": 254,
11726
+ "doc.images.scale": 255,
11727
+ "doc.images.setlockaspectratio": 256,
11728
+ "doc.images.rotate": 257,
11729
+ "doc.images.flip": 258,
11730
+ "doc.images.crop": 259,
11731
+ "doc.images.resetcrop": 260,
11732
+ "doc.images.replacesource": 261,
11733
+ "doc.images.setalttext": 262,
11734
+ "doc.images.setdecorative": 263,
11735
+ "doc.images.setname": 264,
11736
+ "doc.images.sethyperlink": 265,
11737
+ "doc.images.insertcaption": 266,
11738
+ "doc.images.updatecaption": 267,
11739
+ "doc.images.removecaption": 268,
11740
+ "doc.hyperlinks.list": 269,
11741
+ "doc.hyperlinks.get": 270,
11742
+ "doc.hyperlinks.wrap": 271,
11743
+ "doc.hyperlinks.insert": 272,
11744
+ "doc.hyperlinks.patch": 273,
11745
+ "doc.hyperlinks.remove": 274,
11746
+ "doc.headerfooters.list": 275,
11747
+ "doc.headerfooters.get": 276,
11748
+ "doc.headerfooters.resolve": 277,
11749
+ "doc.headerfooters.refs.set": 278,
11750
+ "doc.headerfooters.refs.clear": 279,
11751
+ "doc.headerfooters.refs.setlinkedtoprevious": 280,
11752
+ "doc.headerfooters.parts.list": 281,
11753
+ "doc.headerfooters.parts.create": 282,
11754
+ "doc.headerfooters.parts.delete": 283,
11755
+ "doc.create.contentcontrol": 284,
11756
+ "doc.contentcontrols.list": 285,
11757
+ "doc.contentcontrols.get": 286,
11758
+ "doc.contentcontrols.listinrange": 287,
11759
+ "doc.contentcontrols.selectbytag": 288,
11760
+ "doc.contentcontrols.selectbytitle": 289,
11761
+ "doc.contentcontrols.listchildren": 290,
11762
+ "doc.contentcontrols.getparent": 291,
11763
+ "doc.contentcontrols.wrap": 292,
11764
+ "doc.contentcontrols.unwrap": 293,
11765
+ "doc.contentcontrols.delete": 294,
11766
+ "doc.contentcontrols.copy": 295,
11767
+ "doc.contentcontrols.move": 296,
11768
+ "doc.contentcontrols.patch": 297,
11769
+ "doc.contentcontrols.setlockmode": 298,
11770
+ "doc.contentcontrols.settype": 299,
11771
+ "doc.contentcontrols.getcontent": 300,
11772
+ "doc.contentcontrols.replacecontent": 301,
11773
+ "doc.contentcontrols.clearcontent": 302,
11774
+ "doc.contentcontrols.appendcontent": 303,
11775
+ "doc.contentcontrols.prependcontent": 304,
11776
+ "doc.contentcontrols.insertbefore": 305,
11777
+ "doc.contentcontrols.insertafter": 306,
11778
+ "doc.contentcontrols.getbinding": 307,
11779
+ "doc.contentcontrols.setbinding": 308,
11780
+ "doc.contentcontrols.clearbinding": 309,
11781
+ "doc.contentcontrols.getrawproperties": 310,
11782
+ "doc.contentcontrols.patchrawproperties": 311,
11783
+ "doc.contentcontrols.validatewordcompatibility": 312,
11784
+ "doc.contentcontrols.normalizewordcompatibility": 313,
11785
+ "doc.contentcontrols.normalizetagpayload": 314,
11786
+ "doc.contentcontrols.text.setmultiline": 315,
11787
+ "doc.contentcontrols.text.setvalue": 316,
11788
+ "doc.contentcontrols.text.clearvalue": 317,
11789
+ "doc.contentcontrols.date.setvalue": 318,
11790
+ "doc.contentcontrols.date.clearvalue": 319,
11791
+ "doc.contentcontrols.date.setdisplayformat": 320,
11792
+ "doc.contentcontrols.date.setdisplaylocale": 321,
11793
+ "doc.contentcontrols.date.setstorageformat": 322,
11794
+ "doc.contentcontrols.date.setcalendar": 323,
11795
+ "doc.contentcontrols.checkbox.getstate": 324,
11796
+ "doc.contentcontrols.checkbox.setstate": 325,
11797
+ "doc.contentcontrols.checkbox.toggle": 326,
11798
+ "doc.contentcontrols.checkbox.setsymbolpair": 327,
11799
+ "doc.contentcontrols.choicelist.getitems": 328,
11800
+ "doc.contentcontrols.choicelist.setitems": 329,
11801
+ "doc.contentcontrols.choicelist.setselected": 330,
11802
+ "doc.contentcontrols.repeatingsection.listitems": 331,
11803
+ "doc.contentcontrols.repeatingsection.insertitembefore": 332,
11804
+ "doc.contentcontrols.repeatingsection.insertitemafter": 333,
11805
+ "doc.contentcontrols.repeatingsection.cloneitem": 334,
11806
+ "doc.contentcontrols.repeatingsection.deleteitem": 335,
11807
+ "doc.contentcontrols.repeatingsection.setallowinsertdelete": 336,
11808
+ "doc.contentcontrols.group.wrap": 337,
11809
+ "doc.contentcontrols.group.ungroup": 338,
11810
+ "doc.bookmarks.list": 339,
11811
+ "doc.bookmarks.get": 340,
11812
+ "doc.bookmarks.insert": 341,
11813
+ "doc.bookmarks.rename": 342,
11814
+ "doc.bookmarks.remove": 343,
11815
+ "doc.footnotes.list": 344,
11816
+ "doc.footnotes.get": 345,
11817
+ "doc.footnotes.insert": 346,
11818
+ "doc.footnotes.update": 347,
11819
+ "doc.footnotes.remove": 348,
11820
+ "doc.footnotes.configure": 349,
11821
+ "doc.clipboard.parse": 350,
11822
+ "doc.clipboard.insert": 351,
11823
+ "doc.clipboard.serializeselection": 352,
11824
+ "doc.crossrefs.list": 353,
11825
+ "doc.crossrefs.get": 354,
11826
+ "doc.crossrefs.insert": 355,
11827
+ "doc.crossrefs.rebuild": 356,
11828
+ "doc.crossrefs.remove": 357,
11829
+ "doc.index.list": 358,
11830
+ "doc.index.get": 359,
11831
+ "doc.index.insert": 360,
11832
+ "doc.index.configure": 361,
11833
+ "doc.index.rebuild": 362,
11834
+ "doc.index.remove": 363,
11835
+ "doc.index.entries.list": 364,
11836
+ "doc.index.entries.get": 365,
11837
+ "doc.index.entries.insert": 366,
11838
+ "doc.index.entries.update": 367,
11839
+ "doc.index.entries.remove": 368,
11840
+ "doc.captions.list": 369,
11841
+ "doc.captions.get": 370,
11842
+ "doc.captions.insert": 371,
11843
+ "doc.captions.update": 372,
11844
+ "doc.captions.remove": 373,
11845
+ "doc.captions.configure": 374,
11846
+ "doc.fields.list": 375,
11847
+ "doc.fields.get": 376,
11848
+ "doc.fields.insert": 377,
11849
+ "doc.fields.rebuild": 378,
11850
+ "doc.fields.remove": 379,
11851
+ "doc.citations.list": 380,
11852
+ "doc.citations.get": 381,
11853
+ "doc.citations.insert": 382,
11854
+ "doc.citations.update": 383,
11855
+ "doc.citations.remove": 384,
11856
+ "doc.citations.sources.list": 385,
11857
+ "doc.citations.sources.get": 386,
11858
+ "doc.citations.sources.insert": 387,
11859
+ "doc.citations.sources.update": 388,
11860
+ "doc.citations.sources.remove": 389,
11861
+ "doc.citations.bibliography.get": 390,
11862
+ "doc.citations.bibliography.insert": 391,
11863
+ "doc.citations.bibliography.rebuild": 392,
11864
+ "doc.citations.bibliography.configure": 393,
11865
+ "doc.citations.bibliography.remove": 394,
11866
+ "doc.authorities.list": 395,
11867
+ "doc.authorities.get": 396,
11868
+ "doc.authorities.insert": 397,
11869
+ "doc.authorities.configure": 398,
11870
+ "doc.authorities.rebuild": 399,
11871
+ "doc.authorities.remove": 400,
11872
+ "doc.authorities.entries.list": 401,
11873
+ "doc.authorities.entries.get": 402,
11874
+ "doc.authorities.entries.insert": 403,
11875
+ "doc.authorities.entries.update": 404,
11876
+ "doc.authorities.entries.remove": 405,
11877
+ "doc.diff.capture": 406,
11878
+ "doc.diff.compare": 407,
11879
+ "doc.diff.apply": 408,
11880
+ "doc.export.todocx": 409,
11881
+ "doc.protection.get": 410,
11882
+ "doc.protection.seteditingrestriction": 411,
11883
+ "doc.protection.cleareditingrestriction": 412,
11884
+ "doc.permissionranges.list": 413,
11885
+ "doc.permissionranges.get": 414,
11886
+ "doc.permissionranges.create": 415,
11887
+ "doc.permissionranges.remove": 416,
11888
+ "doc.permissionranges.updateprincipal": 417,
11889
+ "doc.customxml.parts.list": 418,
11890
+ "doc.customxml.parts.get": 419,
11891
+ "doc.customxml.parts.create": 420,
11892
+ "doc.customxml.parts.patch": 421,
11893
+ "doc.customxml.parts.remove": 422,
11894
+ "doc.metadata.attach": 423,
11895
+ "doc.metadata.list": 424,
11896
+ "doc.metadata.get": 425,
11897
+ "doc.metadata.update": 426,
11898
+ "doc.metadata.remove": 427,
11899
+ "doc.metadata.resolve": 428,
11900
+ "doc.open": 429,
11901
+ "doc.save": 430,
11902
+ "doc.close": 431,
11903
+ "doc.inserttab": 432,
11904
+ "doc.insertlinebreak": 433,
11905
+ "doc.executecode": 434,
11906
+ "doc.status": 435,
11907
+ "doc.describe": 436,
11908
+ "doc.describecommand": 437,
11909
+ "doc.session.list": 438,
11910
+ "doc.session.save": 439,
11911
+ "doc.session.close": 440,
11912
+ "doc.session.setdefault": 441,
11913
+ "doc.preset.list": 442,
11914
+ "doc.preset.getcatalog": 443,
11915
+ "doc.preset.gettools": 444,
11916
+ "doc.preset.getsystemprompt": 445,
11917
+ "doc.preset.getmcpprompt": 446,
11918
+ "doc.preset.dispatch": 447,
11890
11919
  "get": 0,
11891
11920
  "find": 1,
11892
11921
  "get-node": 2,
@@ -12080,274 +12109,275 @@ const CONTRACT = {
12080
12109
  "tables set-row-options": 190,
12081
12110
  "tables insert-column": 191,
12082
12111
  "tables delete-column": 192,
12083
- "tables set-column-width": 193,
12084
- "tables distribute-columns": 194,
12085
- "tables insert-cell": 195,
12086
- "tables delete-cell": 196,
12087
- "tables merge-cells": 197,
12088
- "tables unmerge-cells": 198,
12089
- "tables split-cell": 199,
12090
- "tables set-cell-properties": 200,
12091
- "tables set-cell-text": 201,
12092
- "tables sort": 202,
12093
- "tables set-alt-text": 203,
12094
- "tables set-style": 204,
12095
- "tables clear-style": 205,
12096
- "tables set-style-option": 206,
12097
- "tables set-border": 207,
12098
- "tables clear-border": 208,
12099
- "tables apply-border-preset": 209,
12100
- "tables set-shading": 210,
12101
- "tables clear-shading": 211,
12102
- "tables set-table-padding": 212,
12103
- "tables set-cell-padding": 213,
12104
- "tables set-cell-spacing": 214,
12105
- "tables clear-cell-spacing": 215,
12106
- "tables apply-style": 216,
12107
- "tables set-borders": 217,
12108
- "tables set-table-options": 218,
12109
- "tables apply-preset": 219,
12110
- "tables get": 220,
12111
- "tables get-cells": 221,
12112
- "tables get-properties": 222,
12113
- "tables get-styles": 223,
12114
- "tables set-default-style": 224,
12115
- "tables clear-default-style": 225,
12116
- "create table-of-contents": 226,
12117
- "toc list": 227,
12118
- "toc get": 228,
12119
- "toc configure": 229,
12120
- "toc update": 230,
12121
- "toc remove": 231,
12122
- "toc mark-entry": 232,
12123
- "toc unmark-entry": 233,
12124
- "toc list-entries": 234,
12125
- "toc get-entry": 235,
12126
- "toc edit-entry": 236,
12127
- "history get": 237,
12128
- "history undo": 238,
12129
- "history redo": 239,
12130
- "create image": 240,
12131
- "images list": 241,
12132
- "images get": 242,
12133
- "images delete": 243,
12134
- "images move": 244,
12135
- "images convert-to-inline": 245,
12136
- "images convert-to-floating": 246,
12137
- "images set-size": 247,
12138
- "images set-wrap-type": 248,
12139
- "images set-wrap-side": 249,
12140
- "images set-wrap-distances": 250,
12141
- "images set-position": 251,
12142
- "images set-anchor-options": 252,
12143
- "images set-z-order": 253,
12144
- "images scale": 254,
12145
- "images set-lock-aspect-ratio": 255,
12146
- "images rotate": 256,
12147
- "images flip": 257,
12148
- "images crop": 258,
12149
- "images reset-crop": 259,
12150
- "images replace-source": 260,
12151
- "images set-alt-text": 261,
12152
- "images set-decorative": 262,
12153
- "images set-name": 263,
12154
- "images set-hyperlink": 264,
12155
- "images insert-caption": 265,
12156
- "images update-caption": 266,
12157
- "images remove-caption": 267,
12158
- "hyperlinks list": 268,
12159
- "hyperlinks get": 269,
12160
- "hyperlinks wrap": 270,
12161
- "hyperlinks insert": 271,
12162
- "hyperlinks patch": 272,
12163
- "hyperlinks remove": 273,
12164
- "header-footers list": 274,
12165
- "header-footers get": 275,
12166
- "header-footers resolve": 276,
12167
- "header-footers refs set": 277,
12168
- "header-footers refs clear": 278,
12169
- "header-footers refs set-linked-to-previous": 279,
12170
- "header-footers parts list": 280,
12171
- "header-footers parts create": 281,
12172
- "header-footers parts delete": 282,
12173
- "create content-control": 283,
12174
- "content-controls list": 284,
12175
- "content-controls get": 285,
12176
- "content-controls list-in-range": 286,
12177
- "content-controls select-by-tag": 287,
12178
- "content-controls select-by-title": 288,
12179
- "content-controls list-children": 289,
12180
- "content-controls get-parent": 290,
12181
- "content-controls wrap": 291,
12182
- "content-controls unwrap": 292,
12183
- "content-controls delete": 293,
12184
- "content-controls copy": 294,
12185
- "content-controls move": 295,
12186
- "content-controls patch": 296,
12187
- "content-controls set-lock-mode": 297,
12188
- "content-controls set-type": 298,
12189
- "content-controls get-content": 299,
12190
- "content-controls replace-content": 300,
12191
- "content-controls clear-content": 301,
12192
- "content-controls append-content": 302,
12193
- "content-controls prepend-content": 303,
12194
- "content-controls insert-before": 304,
12195
- "content-controls insert-after": 305,
12196
- "content-controls get-binding": 306,
12197
- "content-controls set-binding": 307,
12198
- "content-controls clear-binding": 308,
12199
- "content-controls get-raw-properties": 309,
12200
- "content-controls patch-raw-properties": 310,
12201
- "content-controls validate-word-compatibility": 311,
12202
- "content-controls normalize-word-compatibility": 312,
12203
- "content-controls normalize-tag-payload": 313,
12204
- "content-controls text set-multiline": 314,
12205
- "content-controls text set-value": 315,
12206
- "content-controls text clear-value": 316,
12207
- "content-controls date set-value": 317,
12208
- "content-controls date clear-value": 318,
12209
- "content-controls date set-display-format": 319,
12210
- "content-controls date set-display-locale": 320,
12211
- "content-controls date set-storage-format": 321,
12212
- "content-controls date set-calendar": 322,
12213
- "content-controls checkbox get-state": 323,
12214
- "content-controls checkbox set-state": 324,
12215
- "content-controls checkbox toggle": 325,
12216
- "content-controls checkbox set-symbol-pair": 326,
12217
- "content-controls choice-list get-items": 327,
12218
- "content-controls choice-list set-items": 328,
12219
- "content-controls choice-list set-selected": 329,
12220
- "content-controls repeating-section list-items": 330,
12221
- "content-controls repeating-section insert-item-before": 331,
12222
- "content-controls repeating-section insert-item-after": 332,
12223
- "content-controls repeating-section clone-item": 333,
12224
- "content-controls repeating-section delete-item": 334,
12225
- "content-controls repeating-section set-allow-insert-delete": 335,
12226
- "content-controls group wrap": 336,
12227
- "content-controls group ungroup": 337,
12228
- "bookmarks list": 338,
12229
- "bookmarks get": 339,
12230
- "bookmarks insert": 340,
12231
- "bookmarks rename": 341,
12232
- "bookmarks remove": 342,
12233
- "footnotes list": 343,
12234
- "footnotes get": 344,
12235
- "footnotes insert": 345,
12236
- "footnotes update": 346,
12237
- "footnotes remove": 347,
12238
- "footnotes configure": 348,
12239
- "clipboard parse": 349,
12240
- "clipboard insert": 350,
12241
- "clipboard serialize-selection": 351,
12242
- "cross-refs list": 352,
12243
- "cross-refs get": 353,
12244
- "cross-refs insert": 354,
12245
- "cross-refs rebuild": 355,
12246
- "cross-refs remove": 356,
12247
- "index list": 357,
12248
- "index get": 358,
12249
- "index insert": 359,
12250
- "index configure": 360,
12251
- "index rebuild": 361,
12252
- "index remove": 362,
12253
- "index entries list": 363,
12254
- "index entries get": 364,
12255
- "index entries insert": 365,
12256
- "index entries update": 366,
12257
- "index entries remove": 367,
12258
- "captions list": 368,
12259
- "captions get": 369,
12260
- "captions insert": 370,
12261
- "captions update": 371,
12262
- "captions remove": 372,
12263
- "captions configure": 373,
12264
- "fields list": 374,
12265
- "fields get": 375,
12266
- "fields insert": 376,
12267
- "fields rebuild": 377,
12268
- "fields remove": 378,
12269
- "citations list": 379,
12270
- "citations get": 380,
12271
- "citations insert": 381,
12272
- "citations update": 382,
12273
- "citations remove": 383,
12274
- "citations sources list": 384,
12275
- "citations sources get": 385,
12276
- "citations sources insert": 386,
12277
- "citations sources update": 387,
12278
- "citations sources remove": 388,
12279
- "citations bibliography get": 389,
12280
- "citations bibliography insert": 390,
12281
- "citations bibliography rebuild": 391,
12282
- "citations bibliography configure": 392,
12283
- "citations bibliography remove": 393,
12284
- "authorities list": 394,
12285
- "authorities get": 395,
12286
- "authorities insert": 396,
12287
- "authorities configure": 397,
12288
- "authorities rebuild": 398,
12289
- "authorities remove": 399,
12290
- "authorities entries list": 400,
12291
- "authorities entries get": 401,
12292
- "authorities entries insert": 402,
12293
- "authorities entries update": 403,
12294
- "authorities entries remove": 404,
12295
- "diff capture": 405,
12296
- "diff compare": 406,
12297
- "diff apply": 407,
12298
- "export to-docx": 408,
12299
- "protection get": 409,
12300
- "protection set-editing-restriction": 410,
12301
- "protection clear-editing-restriction": 411,
12302
- "permission-ranges list": 412,
12303
- "permission-ranges get": 413,
12304
- "permission-ranges create": 414,
12305
- "permission-ranges remove": 415,
12306
- "permission-ranges update-principal": 416,
12307
- "custom-xml parts list": 417,
12308
- "custom-xml parts get": 418,
12309
- "custom-xml parts create": 419,
12310
- "custom-xml parts patch": 420,
12311
- "custom-xml parts remove": 421,
12312
- "metadata attach": 422,
12313
- "metadata list": 423,
12314
- "metadata get": 424,
12315
- "metadata update": 425,
12316
- "metadata remove": 426,
12317
- "metadata resolve": 427,
12318
- "open": 428,
12319
- "save": 429,
12320
- "close": 430,
12321
- "insert tab": 431,
12322
- "insert line-break": 432,
12323
- "execute code": 433,
12324
- "status": 434,
12325
- "describe": 435,
12326
- "describe command": 436,
12327
- "session list": 437,
12328
- "session save": 438,
12329
- "session close": 439,
12330
- "session set-default": 440,
12331
- "preset list": 441,
12332
- "preset get-catalog": 442,
12333
- "preset get-tools": 443,
12334
- "preset get-system-prompt": 444,
12335
- "preset get-mcp-prompt": 445,
12336
- "preset dispatch": 446,
12337
- "lists exit": 447,
12338
- "format strikethrough": 448,
12339
- "track-changes accept": 449,
12340
- "track-changes reject": 450,
12341
- "track-changes accept-all": 451,
12342
- "track-changes reject-all": 452,
12343
- "comments add": 453,
12344
- "comments reply": 454,
12345
- "comments edit": 455,
12346
- "comments move": 456,
12347
- "comments resolve": 457,
12348
- "comments remove": 458,
12349
- "comments set-internal": 459,
12350
- "session use": 440,
12112
+ "tables move-column": 193,
12113
+ "tables set-column-width": 194,
12114
+ "tables distribute-columns": 195,
12115
+ "tables insert-cell": 196,
12116
+ "tables delete-cell": 197,
12117
+ "tables merge-cells": 198,
12118
+ "tables unmerge-cells": 199,
12119
+ "tables split-cell": 200,
12120
+ "tables set-cell-properties": 201,
12121
+ "tables set-cell-text": 202,
12122
+ "tables sort": 203,
12123
+ "tables set-alt-text": 204,
12124
+ "tables set-style": 205,
12125
+ "tables clear-style": 206,
12126
+ "tables set-style-option": 207,
12127
+ "tables set-border": 208,
12128
+ "tables clear-border": 209,
12129
+ "tables apply-border-preset": 210,
12130
+ "tables set-shading": 211,
12131
+ "tables clear-shading": 212,
12132
+ "tables set-table-padding": 213,
12133
+ "tables set-cell-padding": 214,
12134
+ "tables set-cell-spacing": 215,
12135
+ "tables clear-cell-spacing": 216,
12136
+ "tables apply-style": 217,
12137
+ "tables set-borders": 218,
12138
+ "tables set-table-options": 219,
12139
+ "tables apply-preset": 220,
12140
+ "tables get": 221,
12141
+ "tables get-cells": 222,
12142
+ "tables get-properties": 223,
12143
+ "tables get-styles": 224,
12144
+ "tables set-default-style": 225,
12145
+ "tables clear-default-style": 226,
12146
+ "create table-of-contents": 227,
12147
+ "toc list": 228,
12148
+ "toc get": 229,
12149
+ "toc configure": 230,
12150
+ "toc update": 231,
12151
+ "toc remove": 232,
12152
+ "toc mark-entry": 233,
12153
+ "toc unmark-entry": 234,
12154
+ "toc list-entries": 235,
12155
+ "toc get-entry": 236,
12156
+ "toc edit-entry": 237,
12157
+ "history get": 238,
12158
+ "history undo": 239,
12159
+ "history redo": 240,
12160
+ "create image": 241,
12161
+ "images list": 242,
12162
+ "images get": 243,
12163
+ "images delete": 244,
12164
+ "images move": 245,
12165
+ "images convert-to-inline": 246,
12166
+ "images convert-to-floating": 247,
12167
+ "images set-size": 248,
12168
+ "images set-wrap-type": 249,
12169
+ "images set-wrap-side": 250,
12170
+ "images set-wrap-distances": 251,
12171
+ "images set-position": 252,
12172
+ "images set-anchor-options": 253,
12173
+ "images set-z-order": 254,
12174
+ "images scale": 255,
12175
+ "images set-lock-aspect-ratio": 256,
12176
+ "images rotate": 257,
12177
+ "images flip": 258,
12178
+ "images crop": 259,
12179
+ "images reset-crop": 260,
12180
+ "images replace-source": 261,
12181
+ "images set-alt-text": 262,
12182
+ "images set-decorative": 263,
12183
+ "images set-name": 264,
12184
+ "images set-hyperlink": 265,
12185
+ "images insert-caption": 266,
12186
+ "images update-caption": 267,
12187
+ "images remove-caption": 268,
12188
+ "hyperlinks list": 269,
12189
+ "hyperlinks get": 270,
12190
+ "hyperlinks wrap": 271,
12191
+ "hyperlinks insert": 272,
12192
+ "hyperlinks patch": 273,
12193
+ "hyperlinks remove": 274,
12194
+ "header-footers list": 275,
12195
+ "header-footers get": 276,
12196
+ "header-footers resolve": 277,
12197
+ "header-footers refs set": 278,
12198
+ "header-footers refs clear": 279,
12199
+ "header-footers refs set-linked-to-previous": 280,
12200
+ "header-footers parts list": 281,
12201
+ "header-footers parts create": 282,
12202
+ "header-footers parts delete": 283,
12203
+ "create content-control": 284,
12204
+ "content-controls list": 285,
12205
+ "content-controls get": 286,
12206
+ "content-controls list-in-range": 287,
12207
+ "content-controls select-by-tag": 288,
12208
+ "content-controls select-by-title": 289,
12209
+ "content-controls list-children": 290,
12210
+ "content-controls get-parent": 291,
12211
+ "content-controls wrap": 292,
12212
+ "content-controls unwrap": 293,
12213
+ "content-controls delete": 294,
12214
+ "content-controls copy": 295,
12215
+ "content-controls move": 296,
12216
+ "content-controls patch": 297,
12217
+ "content-controls set-lock-mode": 298,
12218
+ "content-controls set-type": 299,
12219
+ "content-controls get-content": 300,
12220
+ "content-controls replace-content": 301,
12221
+ "content-controls clear-content": 302,
12222
+ "content-controls append-content": 303,
12223
+ "content-controls prepend-content": 304,
12224
+ "content-controls insert-before": 305,
12225
+ "content-controls insert-after": 306,
12226
+ "content-controls get-binding": 307,
12227
+ "content-controls set-binding": 308,
12228
+ "content-controls clear-binding": 309,
12229
+ "content-controls get-raw-properties": 310,
12230
+ "content-controls patch-raw-properties": 311,
12231
+ "content-controls validate-word-compatibility": 312,
12232
+ "content-controls normalize-word-compatibility": 313,
12233
+ "content-controls normalize-tag-payload": 314,
12234
+ "content-controls text set-multiline": 315,
12235
+ "content-controls text set-value": 316,
12236
+ "content-controls text clear-value": 317,
12237
+ "content-controls date set-value": 318,
12238
+ "content-controls date clear-value": 319,
12239
+ "content-controls date set-display-format": 320,
12240
+ "content-controls date set-display-locale": 321,
12241
+ "content-controls date set-storage-format": 322,
12242
+ "content-controls date set-calendar": 323,
12243
+ "content-controls checkbox get-state": 324,
12244
+ "content-controls checkbox set-state": 325,
12245
+ "content-controls checkbox toggle": 326,
12246
+ "content-controls checkbox set-symbol-pair": 327,
12247
+ "content-controls choice-list get-items": 328,
12248
+ "content-controls choice-list set-items": 329,
12249
+ "content-controls choice-list set-selected": 330,
12250
+ "content-controls repeating-section list-items": 331,
12251
+ "content-controls repeating-section insert-item-before": 332,
12252
+ "content-controls repeating-section insert-item-after": 333,
12253
+ "content-controls repeating-section clone-item": 334,
12254
+ "content-controls repeating-section delete-item": 335,
12255
+ "content-controls repeating-section set-allow-insert-delete": 336,
12256
+ "content-controls group wrap": 337,
12257
+ "content-controls group ungroup": 338,
12258
+ "bookmarks list": 339,
12259
+ "bookmarks get": 340,
12260
+ "bookmarks insert": 341,
12261
+ "bookmarks rename": 342,
12262
+ "bookmarks remove": 343,
12263
+ "footnotes list": 344,
12264
+ "footnotes get": 345,
12265
+ "footnotes insert": 346,
12266
+ "footnotes update": 347,
12267
+ "footnotes remove": 348,
12268
+ "footnotes configure": 349,
12269
+ "clipboard parse": 350,
12270
+ "clipboard insert": 351,
12271
+ "clipboard serialize-selection": 352,
12272
+ "cross-refs list": 353,
12273
+ "cross-refs get": 354,
12274
+ "cross-refs insert": 355,
12275
+ "cross-refs rebuild": 356,
12276
+ "cross-refs remove": 357,
12277
+ "index list": 358,
12278
+ "index get": 359,
12279
+ "index insert": 360,
12280
+ "index configure": 361,
12281
+ "index rebuild": 362,
12282
+ "index remove": 363,
12283
+ "index entries list": 364,
12284
+ "index entries get": 365,
12285
+ "index entries insert": 366,
12286
+ "index entries update": 367,
12287
+ "index entries remove": 368,
12288
+ "captions list": 369,
12289
+ "captions get": 370,
12290
+ "captions insert": 371,
12291
+ "captions update": 372,
12292
+ "captions remove": 373,
12293
+ "captions configure": 374,
12294
+ "fields list": 375,
12295
+ "fields get": 376,
12296
+ "fields insert": 377,
12297
+ "fields rebuild": 378,
12298
+ "fields remove": 379,
12299
+ "citations list": 380,
12300
+ "citations get": 381,
12301
+ "citations insert": 382,
12302
+ "citations update": 383,
12303
+ "citations remove": 384,
12304
+ "citations sources list": 385,
12305
+ "citations sources get": 386,
12306
+ "citations sources insert": 387,
12307
+ "citations sources update": 388,
12308
+ "citations sources remove": 389,
12309
+ "citations bibliography get": 390,
12310
+ "citations bibliography insert": 391,
12311
+ "citations bibliography rebuild": 392,
12312
+ "citations bibliography configure": 393,
12313
+ "citations bibliography remove": 394,
12314
+ "authorities list": 395,
12315
+ "authorities get": 396,
12316
+ "authorities insert": 397,
12317
+ "authorities configure": 398,
12318
+ "authorities rebuild": 399,
12319
+ "authorities remove": 400,
12320
+ "authorities entries list": 401,
12321
+ "authorities entries get": 402,
12322
+ "authorities entries insert": 403,
12323
+ "authorities entries update": 404,
12324
+ "authorities entries remove": 405,
12325
+ "diff capture": 406,
12326
+ "diff compare": 407,
12327
+ "diff apply": 408,
12328
+ "export to-docx": 409,
12329
+ "protection get": 410,
12330
+ "protection set-editing-restriction": 411,
12331
+ "protection clear-editing-restriction": 412,
12332
+ "permission-ranges list": 413,
12333
+ "permission-ranges get": 414,
12334
+ "permission-ranges create": 415,
12335
+ "permission-ranges remove": 416,
12336
+ "permission-ranges update-principal": 417,
12337
+ "custom-xml parts list": 418,
12338
+ "custom-xml parts get": 419,
12339
+ "custom-xml parts create": 420,
12340
+ "custom-xml parts patch": 421,
12341
+ "custom-xml parts remove": 422,
12342
+ "metadata attach": 423,
12343
+ "metadata list": 424,
12344
+ "metadata get": 425,
12345
+ "metadata update": 426,
12346
+ "metadata remove": 427,
12347
+ "metadata resolve": 428,
12348
+ "open": 429,
12349
+ "save": 430,
12350
+ "close": 431,
12351
+ "insert tab": 432,
12352
+ "insert line-break": 433,
12353
+ "execute code": 434,
12354
+ "status": 435,
12355
+ "describe": 436,
12356
+ "describe command": 437,
12357
+ "session list": 438,
12358
+ "session save": 439,
12359
+ "session close": 440,
12360
+ "session set-default": 441,
12361
+ "preset list": 442,
12362
+ "preset get-catalog": 443,
12363
+ "preset get-tools": 444,
12364
+ "preset get-system-prompt": 445,
12365
+ "preset get-mcp-prompt": 446,
12366
+ "preset dispatch": 447,
12367
+ "lists exit": 448,
12368
+ "format strikethrough": 449,
12369
+ "track-changes accept": 450,
12370
+ "track-changes reject": 451,
12371
+ "track-changes accept-all": 452,
12372
+ "track-changes reject-all": 453,
12373
+ "comments add": 454,
12374
+ "comments reply": 455,
12375
+ "comments edit": 456,
12376
+ "comments move": 457,
12377
+ "comments resolve": 458,
12378
+ "comments remove": 459,
12379
+ "comments set-internal": 460,
12380
+ "session use": 441,
12351
12381
  "getnode": 2,
12352
12382
  "getnodebyid": 3,
12353
12383
  "gettext": 4,
@@ -12534,255 +12564,256 @@ const CONTRACT = {
12534
12564
  "tables.setrowoptions": 190,
12535
12565
  "tables.insertcolumn": 191,
12536
12566
  "tables.deletecolumn": 192,
12537
- "tables.setcolumnwidth": 193,
12538
- "tables.distributecolumns": 194,
12539
- "tables.insertcell": 195,
12540
- "tables.deletecell": 196,
12541
- "tables.mergecells": 197,
12542
- "tables.unmergecells": 198,
12543
- "tables.splitcell": 199,
12544
- "tables.setcellproperties": 200,
12545
- "tables.setcelltext": 201,
12546
- "tables.sort": 202,
12547
- "tables.setalttext": 203,
12548
- "tables.setstyle": 204,
12549
- "tables.clearstyle": 205,
12550
- "tables.setstyleoption": 206,
12551
- "tables.setborder": 207,
12552
- "tables.clearborder": 208,
12553
- "tables.applyborderpreset": 209,
12554
- "tables.setshading": 210,
12555
- "tables.clearshading": 211,
12556
- "tables.settablepadding": 212,
12557
- "tables.setcellpadding": 213,
12558
- "tables.setcellspacing": 214,
12559
- "tables.clearcellspacing": 215,
12560
- "tables.applystyle": 216,
12561
- "tables.setborders": 217,
12562
- "tables.settableoptions": 218,
12563
- "tables.applypreset": 219,
12564
- "tables.get": 220,
12565
- "tables.getcells": 221,
12566
- "tables.getproperties": 222,
12567
- "tables.getstyles": 223,
12568
- "tables.setdefaultstyle": 224,
12569
- "tables.cleardefaultstyle": 225,
12570
- "create.tableofcontents": 226,
12571
- "toc.list": 227,
12572
- "toc.get": 228,
12573
- "toc.configure": 229,
12574
- "toc.update": 230,
12575
- "toc.remove": 231,
12576
- "toc.markentry": 232,
12577
- "toc.unmarkentry": 233,
12578
- "toc.listentries": 234,
12579
- "toc.getentry": 235,
12580
- "toc.editentry": 236,
12581
- "history.get": 237,
12582
- "history.undo": 238,
12583
- "history.redo": 239,
12584
- "create.image": 240,
12585
- "images.list": 241,
12586
- "images.get": 242,
12587
- "images.delete": 243,
12588
- "images.move": 244,
12589
- "images.converttoinline": 245,
12590
- "images.converttofloating": 246,
12591
- "images.setsize": 247,
12592
- "images.setwraptype": 248,
12593
- "images.setwrapside": 249,
12594
- "images.setwrapdistances": 250,
12595
- "images.setposition": 251,
12596
- "images.setanchoroptions": 252,
12597
- "images.setzorder": 253,
12598
- "images.scale": 254,
12599
- "images.setlockaspectratio": 255,
12600
- "images.rotate": 256,
12601
- "images.flip": 257,
12602
- "images.crop": 258,
12603
- "images.resetcrop": 259,
12604
- "images.replacesource": 260,
12605
- "images.setalttext": 261,
12606
- "images.setdecorative": 262,
12607
- "images.setname": 263,
12608
- "images.sethyperlink": 264,
12609
- "images.insertcaption": 265,
12610
- "images.updatecaption": 266,
12611
- "images.removecaption": 267,
12612
- "hyperlinks.list": 268,
12613
- "hyperlinks.get": 269,
12614
- "hyperlinks.wrap": 270,
12615
- "hyperlinks.insert": 271,
12616
- "hyperlinks.patch": 272,
12617
- "hyperlinks.remove": 273,
12618
- "headerfooters.list": 274,
12619
- "headerfooters.get": 275,
12620
- "headerfooters.resolve": 276,
12621
- "headerfooters.refs.set": 277,
12622
- "headerfooters.refs.clear": 278,
12623
- "headerfooters.refs.setlinkedtoprevious": 279,
12624
- "headerfooters.parts.list": 280,
12625
- "headerfooters.parts.create": 281,
12626
- "headerfooters.parts.delete": 282,
12627
- "create.contentcontrol": 283,
12628
- "contentcontrols.list": 284,
12629
- "contentcontrols.get": 285,
12630
- "contentcontrols.listinrange": 286,
12631
- "contentcontrols.selectbytag": 287,
12632
- "contentcontrols.selectbytitle": 288,
12633
- "contentcontrols.listchildren": 289,
12634
- "contentcontrols.getparent": 290,
12635
- "contentcontrols.wrap": 291,
12636
- "contentcontrols.unwrap": 292,
12637
- "contentcontrols.delete": 293,
12638
- "contentcontrols.copy": 294,
12639
- "contentcontrols.move": 295,
12640
- "contentcontrols.patch": 296,
12641
- "contentcontrols.setlockmode": 297,
12642
- "contentcontrols.settype": 298,
12643
- "contentcontrols.getcontent": 299,
12644
- "contentcontrols.replacecontent": 300,
12645
- "contentcontrols.clearcontent": 301,
12646
- "contentcontrols.appendcontent": 302,
12647
- "contentcontrols.prependcontent": 303,
12648
- "contentcontrols.insertbefore": 304,
12649
- "contentcontrols.insertafter": 305,
12650
- "contentcontrols.getbinding": 306,
12651
- "contentcontrols.setbinding": 307,
12652
- "contentcontrols.clearbinding": 308,
12653
- "contentcontrols.getrawproperties": 309,
12654
- "contentcontrols.patchrawproperties": 310,
12655
- "contentcontrols.validatewordcompatibility": 311,
12656
- "contentcontrols.normalizewordcompatibility": 312,
12657
- "contentcontrols.normalizetagpayload": 313,
12658
- "contentcontrols.text.setmultiline": 314,
12659
- "contentcontrols.text.setvalue": 315,
12660
- "contentcontrols.text.clearvalue": 316,
12661
- "contentcontrols.date.setvalue": 317,
12662
- "contentcontrols.date.clearvalue": 318,
12663
- "contentcontrols.date.setdisplayformat": 319,
12664
- "contentcontrols.date.setdisplaylocale": 320,
12665
- "contentcontrols.date.setstorageformat": 321,
12666
- "contentcontrols.date.setcalendar": 322,
12667
- "contentcontrols.checkbox.getstate": 323,
12668
- "contentcontrols.checkbox.setstate": 324,
12669
- "contentcontrols.checkbox.toggle": 325,
12670
- "contentcontrols.checkbox.setsymbolpair": 326,
12671
- "contentcontrols.choicelist.getitems": 327,
12672
- "contentcontrols.choicelist.setitems": 328,
12673
- "contentcontrols.choicelist.setselected": 329,
12674
- "contentcontrols.repeatingsection.listitems": 330,
12675
- "contentcontrols.repeatingsection.insertitembefore": 331,
12676
- "contentcontrols.repeatingsection.insertitemafter": 332,
12677
- "contentcontrols.repeatingsection.cloneitem": 333,
12678
- "contentcontrols.repeatingsection.deleteitem": 334,
12679
- "contentcontrols.repeatingsection.setallowinsertdelete": 335,
12680
- "contentcontrols.group.wrap": 336,
12681
- "contentcontrols.group.ungroup": 337,
12682
- "bookmarks.list": 338,
12683
- "bookmarks.get": 339,
12684
- "bookmarks.insert": 340,
12685
- "bookmarks.rename": 341,
12686
- "bookmarks.remove": 342,
12687
- "footnotes.list": 343,
12688
- "footnotes.get": 344,
12689
- "footnotes.insert": 345,
12690
- "footnotes.update": 346,
12691
- "footnotes.remove": 347,
12692
- "footnotes.configure": 348,
12693
- "clipboard.parse": 349,
12694
- "clipboard.insert": 350,
12695
- "clipboard.serializeselection": 351,
12696
- "crossrefs.list": 352,
12697
- "crossrefs.get": 353,
12698
- "crossrefs.insert": 354,
12699
- "crossrefs.rebuild": 355,
12700
- "crossrefs.remove": 356,
12701
- "index.list": 357,
12702
- "index.get": 358,
12703
- "index.insert": 359,
12704
- "index.configure": 360,
12705
- "index.rebuild": 361,
12706
- "index.remove": 362,
12707
- "index.entries.list": 363,
12708
- "index.entries.get": 364,
12709
- "index.entries.insert": 365,
12710
- "index.entries.update": 366,
12711
- "index.entries.remove": 367,
12712
- "captions.list": 368,
12713
- "captions.get": 369,
12714
- "captions.insert": 370,
12715
- "captions.update": 371,
12716
- "captions.remove": 372,
12717
- "captions.configure": 373,
12718
- "fields.list": 374,
12719
- "fields.get": 375,
12720
- "fields.insert": 376,
12721
- "fields.rebuild": 377,
12722
- "fields.remove": 378,
12723
- "citations.list": 379,
12724
- "citations.get": 380,
12725
- "citations.insert": 381,
12726
- "citations.update": 382,
12727
- "citations.remove": 383,
12728
- "citations.sources.list": 384,
12729
- "citations.sources.get": 385,
12730
- "citations.sources.insert": 386,
12731
- "citations.sources.update": 387,
12732
- "citations.sources.remove": 388,
12733
- "citations.bibliography.get": 389,
12734
- "citations.bibliography.insert": 390,
12735
- "citations.bibliography.rebuild": 391,
12736
- "citations.bibliography.configure": 392,
12737
- "citations.bibliography.remove": 393,
12738
- "authorities.list": 394,
12739
- "authorities.get": 395,
12740
- "authorities.insert": 396,
12741
- "authorities.configure": 397,
12742
- "authorities.rebuild": 398,
12743
- "authorities.remove": 399,
12744
- "authorities.entries.list": 400,
12745
- "authorities.entries.get": 401,
12746
- "authorities.entries.insert": 402,
12747
- "authorities.entries.update": 403,
12748
- "authorities.entries.remove": 404,
12749
- "diff.capture": 405,
12750
- "diff.compare": 406,
12751
- "diff.apply": 407,
12752
- "export.todocx": 408,
12753
- "protection.get": 409,
12754
- "protection.seteditingrestriction": 410,
12755
- "protection.cleareditingrestriction": 411,
12756
- "permissionranges.list": 412,
12757
- "permissionranges.get": 413,
12758
- "permissionranges.create": 414,
12759
- "permissionranges.remove": 415,
12760
- "permissionranges.updateprincipal": 416,
12761
- "customxml.parts.list": 417,
12762
- "customxml.parts.get": 418,
12763
- "customxml.parts.create": 419,
12764
- "customxml.parts.patch": 420,
12765
- "customxml.parts.remove": 421,
12766
- "metadata.attach": 422,
12767
- "metadata.list": 423,
12768
- "metadata.get": 424,
12769
- "metadata.update": 425,
12770
- "metadata.remove": 426,
12771
- "metadata.resolve": 427,
12772
- "inserttab": 431,
12773
- "insertlinebreak": 432,
12774
- "executecode": 433,
12775
- "describecommand": 436,
12776
- "session.list": 437,
12777
- "session.save": 438,
12778
- "session.close": 439,
12779
- "session.setdefault": 440,
12780
- "preset.list": 441,
12781
- "preset.getcatalog": 442,
12782
- "preset.gettools": 443,
12783
- "preset.getsystemprompt": 444,
12784
- "preset.getmcpprompt": 445,
12785
- "preset.dispatch": 446
12567
+ "tables.movecolumn": 193,
12568
+ "tables.setcolumnwidth": 194,
12569
+ "tables.distributecolumns": 195,
12570
+ "tables.insertcell": 196,
12571
+ "tables.deletecell": 197,
12572
+ "tables.mergecells": 198,
12573
+ "tables.unmergecells": 199,
12574
+ "tables.splitcell": 200,
12575
+ "tables.setcellproperties": 201,
12576
+ "tables.setcelltext": 202,
12577
+ "tables.sort": 203,
12578
+ "tables.setalttext": 204,
12579
+ "tables.setstyle": 205,
12580
+ "tables.clearstyle": 206,
12581
+ "tables.setstyleoption": 207,
12582
+ "tables.setborder": 208,
12583
+ "tables.clearborder": 209,
12584
+ "tables.applyborderpreset": 210,
12585
+ "tables.setshading": 211,
12586
+ "tables.clearshading": 212,
12587
+ "tables.settablepadding": 213,
12588
+ "tables.setcellpadding": 214,
12589
+ "tables.setcellspacing": 215,
12590
+ "tables.clearcellspacing": 216,
12591
+ "tables.applystyle": 217,
12592
+ "tables.setborders": 218,
12593
+ "tables.settableoptions": 219,
12594
+ "tables.applypreset": 220,
12595
+ "tables.get": 221,
12596
+ "tables.getcells": 222,
12597
+ "tables.getproperties": 223,
12598
+ "tables.getstyles": 224,
12599
+ "tables.setdefaultstyle": 225,
12600
+ "tables.cleardefaultstyle": 226,
12601
+ "create.tableofcontents": 227,
12602
+ "toc.list": 228,
12603
+ "toc.get": 229,
12604
+ "toc.configure": 230,
12605
+ "toc.update": 231,
12606
+ "toc.remove": 232,
12607
+ "toc.markentry": 233,
12608
+ "toc.unmarkentry": 234,
12609
+ "toc.listentries": 235,
12610
+ "toc.getentry": 236,
12611
+ "toc.editentry": 237,
12612
+ "history.get": 238,
12613
+ "history.undo": 239,
12614
+ "history.redo": 240,
12615
+ "create.image": 241,
12616
+ "images.list": 242,
12617
+ "images.get": 243,
12618
+ "images.delete": 244,
12619
+ "images.move": 245,
12620
+ "images.converttoinline": 246,
12621
+ "images.converttofloating": 247,
12622
+ "images.setsize": 248,
12623
+ "images.setwraptype": 249,
12624
+ "images.setwrapside": 250,
12625
+ "images.setwrapdistances": 251,
12626
+ "images.setposition": 252,
12627
+ "images.setanchoroptions": 253,
12628
+ "images.setzorder": 254,
12629
+ "images.scale": 255,
12630
+ "images.setlockaspectratio": 256,
12631
+ "images.rotate": 257,
12632
+ "images.flip": 258,
12633
+ "images.crop": 259,
12634
+ "images.resetcrop": 260,
12635
+ "images.replacesource": 261,
12636
+ "images.setalttext": 262,
12637
+ "images.setdecorative": 263,
12638
+ "images.setname": 264,
12639
+ "images.sethyperlink": 265,
12640
+ "images.insertcaption": 266,
12641
+ "images.updatecaption": 267,
12642
+ "images.removecaption": 268,
12643
+ "hyperlinks.list": 269,
12644
+ "hyperlinks.get": 270,
12645
+ "hyperlinks.wrap": 271,
12646
+ "hyperlinks.insert": 272,
12647
+ "hyperlinks.patch": 273,
12648
+ "hyperlinks.remove": 274,
12649
+ "headerfooters.list": 275,
12650
+ "headerfooters.get": 276,
12651
+ "headerfooters.resolve": 277,
12652
+ "headerfooters.refs.set": 278,
12653
+ "headerfooters.refs.clear": 279,
12654
+ "headerfooters.refs.setlinkedtoprevious": 280,
12655
+ "headerfooters.parts.list": 281,
12656
+ "headerfooters.parts.create": 282,
12657
+ "headerfooters.parts.delete": 283,
12658
+ "create.contentcontrol": 284,
12659
+ "contentcontrols.list": 285,
12660
+ "contentcontrols.get": 286,
12661
+ "contentcontrols.listinrange": 287,
12662
+ "contentcontrols.selectbytag": 288,
12663
+ "contentcontrols.selectbytitle": 289,
12664
+ "contentcontrols.listchildren": 290,
12665
+ "contentcontrols.getparent": 291,
12666
+ "contentcontrols.wrap": 292,
12667
+ "contentcontrols.unwrap": 293,
12668
+ "contentcontrols.delete": 294,
12669
+ "contentcontrols.copy": 295,
12670
+ "contentcontrols.move": 296,
12671
+ "contentcontrols.patch": 297,
12672
+ "contentcontrols.setlockmode": 298,
12673
+ "contentcontrols.settype": 299,
12674
+ "contentcontrols.getcontent": 300,
12675
+ "contentcontrols.replacecontent": 301,
12676
+ "contentcontrols.clearcontent": 302,
12677
+ "contentcontrols.appendcontent": 303,
12678
+ "contentcontrols.prependcontent": 304,
12679
+ "contentcontrols.insertbefore": 305,
12680
+ "contentcontrols.insertafter": 306,
12681
+ "contentcontrols.getbinding": 307,
12682
+ "contentcontrols.setbinding": 308,
12683
+ "contentcontrols.clearbinding": 309,
12684
+ "contentcontrols.getrawproperties": 310,
12685
+ "contentcontrols.patchrawproperties": 311,
12686
+ "contentcontrols.validatewordcompatibility": 312,
12687
+ "contentcontrols.normalizewordcompatibility": 313,
12688
+ "contentcontrols.normalizetagpayload": 314,
12689
+ "contentcontrols.text.setmultiline": 315,
12690
+ "contentcontrols.text.setvalue": 316,
12691
+ "contentcontrols.text.clearvalue": 317,
12692
+ "contentcontrols.date.setvalue": 318,
12693
+ "contentcontrols.date.clearvalue": 319,
12694
+ "contentcontrols.date.setdisplayformat": 320,
12695
+ "contentcontrols.date.setdisplaylocale": 321,
12696
+ "contentcontrols.date.setstorageformat": 322,
12697
+ "contentcontrols.date.setcalendar": 323,
12698
+ "contentcontrols.checkbox.getstate": 324,
12699
+ "contentcontrols.checkbox.setstate": 325,
12700
+ "contentcontrols.checkbox.toggle": 326,
12701
+ "contentcontrols.checkbox.setsymbolpair": 327,
12702
+ "contentcontrols.choicelist.getitems": 328,
12703
+ "contentcontrols.choicelist.setitems": 329,
12704
+ "contentcontrols.choicelist.setselected": 330,
12705
+ "contentcontrols.repeatingsection.listitems": 331,
12706
+ "contentcontrols.repeatingsection.insertitembefore": 332,
12707
+ "contentcontrols.repeatingsection.insertitemafter": 333,
12708
+ "contentcontrols.repeatingsection.cloneitem": 334,
12709
+ "contentcontrols.repeatingsection.deleteitem": 335,
12710
+ "contentcontrols.repeatingsection.setallowinsertdelete": 336,
12711
+ "contentcontrols.group.wrap": 337,
12712
+ "contentcontrols.group.ungroup": 338,
12713
+ "bookmarks.list": 339,
12714
+ "bookmarks.get": 340,
12715
+ "bookmarks.insert": 341,
12716
+ "bookmarks.rename": 342,
12717
+ "bookmarks.remove": 343,
12718
+ "footnotes.list": 344,
12719
+ "footnotes.get": 345,
12720
+ "footnotes.insert": 346,
12721
+ "footnotes.update": 347,
12722
+ "footnotes.remove": 348,
12723
+ "footnotes.configure": 349,
12724
+ "clipboard.parse": 350,
12725
+ "clipboard.insert": 351,
12726
+ "clipboard.serializeselection": 352,
12727
+ "crossrefs.list": 353,
12728
+ "crossrefs.get": 354,
12729
+ "crossrefs.insert": 355,
12730
+ "crossrefs.rebuild": 356,
12731
+ "crossrefs.remove": 357,
12732
+ "index.list": 358,
12733
+ "index.get": 359,
12734
+ "index.insert": 360,
12735
+ "index.configure": 361,
12736
+ "index.rebuild": 362,
12737
+ "index.remove": 363,
12738
+ "index.entries.list": 364,
12739
+ "index.entries.get": 365,
12740
+ "index.entries.insert": 366,
12741
+ "index.entries.update": 367,
12742
+ "index.entries.remove": 368,
12743
+ "captions.list": 369,
12744
+ "captions.get": 370,
12745
+ "captions.insert": 371,
12746
+ "captions.update": 372,
12747
+ "captions.remove": 373,
12748
+ "captions.configure": 374,
12749
+ "fields.list": 375,
12750
+ "fields.get": 376,
12751
+ "fields.insert": 377,
12752
+ "fields.rebuild": 378,
12753
+ "fields.remove": 379,
12754
+ "citations.list": 380,
12755
+ "citations.get": 381,
12756
+ "citations.insert": 382,
12757
+ "citations.update": 383,
12758
+ "citations.remove": 384,
12759
+ "citations.sources.list": 385,
12760
+ "citations.sources.get": 386,
12761
+ "citations.sources.insert": 387,
12762
+ "citations.sources.update": 388,
12763
+ "citations.sources.remove": 389,
12764
+ "citations.bibliography.get": 390,
12765
+ "citations.bibliography.insert": 391,
12766
+ "citations.bibliography.rebuild": 392,
12767
+ "citations.bibliography.configure": 393,
12768
+ "citations.bibliography.remove": 394,
12769
+ "authorities.list": 395,
12770
+ "authorities.get": 396,
12771
+ "authorities.insert": 397,
12772
+ "authorities.configure": 398,
12773
+ "authorities.rebuild": 399,
12774
+ "authorities.remove": 400,
12775
+ "authorities.entries.list": 401,
12776
+ "authorities.entries.get": 402,
12777
+ "authorities.entries.insert": 403,
12778
+ "authorities.entries.update": 404,
12779
+ "authorities.entries.remove": 405,
12780
+ "diff.capture": 406,
12781
+ "diff.compare": 407,
12782
+ "diff.apply": 408,
12783
+ "export.todocx": 409,
12784
+ "protection.get": 410,
12785
+ "protection.seteditingrestriction": 411,
12786
+ "protection.cleareditingrestriction": 412,
12787
+ "permissionranges.list": 413,
12788
+ "permissionranges.get": 414,
12789
+ "permissionranges.create": 415,
12790
+ "permissionranges.remove": 416,
12791
+ "permissionranges.updateprincipal": 417,
12792
+ "customxml.parts.list": 418,
12793
+ "customxml.parts.get": 419,
12794
+ "customxml.parts.create": 420,
12795
+ "customxml.parts.patch": 421,
12796
+ "customxml.parts.remove": 422,
12797
+ "metadata.attach": 423,
12798
+ "metadata.list": 424,
12799
+ "metadata.get": 425,
12800
+ "metadata.update": 426,
12801
+ "metadata.remove": 427,
12802
+ "metadata.resolve": 428,
12803
+ "inserttab": 432,
12804
+ "insertlinebreak": 433,
12805
+ "executecode": 434,
12806
+ "describecommand": 437,
12807
+ "session.list": 438,
12808
+ "session.save": 439,
12809
+ "session.close": 440,
12810
+ "session.setdefault": 441,
12811
+ "preset.list": 442,
12812
+ "preset.getcatalog": 443,
12813
+ "preset.gettools": 444,
12814
+ "preset.getsystemprompt": 445,
12815
+ "preset.getmcpprompt": 446,
12816
+ "preset.dispatch": 447
12786
12817
  }
12787
12818
  },
12788
12819
  "operations": {
@@ -204793,6 +204824,41 @@ const CONTRACT = {
204793
204824
  "dryRun"
204794
204825
  ]
204795
204826
  },
204827
+ "tables.moveColumn": {
204828
+ "type": "object",
204829
+ "properties": {
204830
+ "available": {
204831
+ "type": "boolean"
204832
+ },
204833
+ "tracked": {
204834
+ "type": "boolean"
204835
+ },
204836
+ "dryRun": {
204837
+ "type": "boolean"
204838
+ },
204839
+ "reasons": {
204840
+ "type": "array",
204841
+ "items": {
204842
+ "enum": [
204843
+ "COMMAND_UNAVAILABLE",
204844
+ "HELPER_UNAVAILABLE",
204845
+ "OPERATION_UNAVAILABLE",
204846
+ "TRACKED_MODE_UNAVAILABLE",
204847
+ "DRY_RUN_UNAVAILABLE",
204848
+ "NAMESPACE_UNAVAILABLE",
204849
+ "STYLES_PART_MISSING",
204850
+ "COLLABORATION_ACTIVE"
204851
+ ]
204852
+ }
204853
+ }
204854
+ },
204855
+ "additionalProperties": false,
204856
+ "required": [
204857
+ "available",
204858
+ "tracked",
204859
+ "dryRun"
204860
+ ]
204861
+ },
204796
204862
  "tables.setColumnWidth": {
204797
204863
  "type": "object",
204798
204864
  "properties": {
@@ -213214,6 +213280,7 @@ const CONTRACT = {
213214
213280
  "tables.setRowOptions",
213215
213281
  "tables.insertColumn",
213216
213282
  "tables.deleteColumn",
213283
+ "tables.moveColumn",
213217
213284
  "tables.setColumnWidth",
213218
213285
  "tables.distributeColumns",
213219
213286
  "tables.insertCell",
@@ -227269,6 +227336,397 @@ const CONTRACT = {
227269
227336
  "intentGroup": "table",
227270
227337
  "intentAction": "delete_column"
227271
227338
  },
227339
+ "doc.tables.moveColumn": {
227340
+ "operationId": "doc.tables.moveColumn",
227341
+ "sdkSurface": "document",
227342
+ "command": "tables move-column",
227343
+ "commandTokens": [
227344
+ "tables",
227345
+ "move-column"
227346
+ ],
227347
+ "category": "tables",
227348
+ "description": "Move a column to a new position within the same table. Direct mode only; tables with vertical merges, nested tables, or irregular column coverage are rejected, and tracked (suggesting) mode is not supported yet. Available on v2-backed sessions only; v1-backed sessions currently return `CAPABILITY_UNAVAILABLE`.",
227349
+ "requiresDocumentContext": true,
227350
+ "docRequirement": "optional",
227351
+ "responseEnvelopeKey": "result",
227352
+ "params": [
227353
+ {
227354
+ "name": "doc",
227355
+ "kind": "doc",
227356
+ "type": "string",
227357
+ "description": "Document path. Optional when a session is already open."
227358
+ },
227359
+ {
227360
+ "name": "sessionId",
227361
+ "kind": "flag",
227362
+ "type": "string",
227363
+ "flag": "session",
227364
+ "description": "Session ID for multi-session workflows. Optional when only one session is open."
227365
+ },
227366
+ {
227367
+ "name": "out",
227368
+ "kind": "flag",
227369
+ "type": "string",
227370
+ "agentVisible": false
227371
+ },
227372
+ {
227373
+ "name": "force",
227374
+ "kind": "flag",
227375
+ "type": "boolean",
227376
+ "description": "Bypass confirmation checks."
227377
+ },
227378
+ {
227379
+ "name": "expectedRevision",
227380
+ "kind": "flag",
227381
+ "type": "string",
227382
+ "flag": "expected-revision",
227383
+ "agentVisible": false
227384
+ },
227385
+ {
227386
+ "name": "changeMode",
227387
+ "kind": "flag",
227388
+ "type": "string",
227389
+ "flag": "change-mode",
227390
+ "schema": {
227391
+ "type": "string"
227392
+ },
227393
+ "description": "Edit mode: \"direct\" applies changes immediately, \"tracked\" records as suggestions."
227394
+ },
227395
+ {
227396
+ "name": "dryRun",
227397
+ "kind": "flag",
227398
+ "type": "boolean",
227399
+ "flag": "dry-run",
227400
+ "description": "Preview the result without applying changes."
227401
+ },
227402
+ {
227403
+ "name": "target",
227404
+ "kind": "jsonFlag",
227405
+ "type": "json",
227406
+ "documentApiInputName": "target",
227407
+ "flag": "target-json",
227408
+ "required": false,
227409
+ "schema": {
227410
+ "type": "object",
227411
+ "properties": {
227412
+ "kind": {
227413
+ "const": "block"
227414
+ },
227415
+ "nodeType": {
227416
+ "const": "table"
227417
+ },
227418
+ "nodeId": {
227419
+ "type": "string"
227420
+ }
227421
+ },
227422
+ "required": [
227423
+ "kind",
227424
+ "nodeType",
227425
+ "nodeId"
227426
+ ]
227427
+ }
227428
+ },
227429
+ {
227430
+ "name": "nodeId",
227431
+ "kind": "flag",
227432
+ "type": "string",
227433
+ "documentApiInputName": "nodeId",
227434
+ "flag": "node-id",
227435
+ "required": false
227436
+ },
227437
+ {
227438
+ "name": "columnIndex",
227439
+ "kind": "flag",
227440
+ "type": "number",
227441
+ "documentApiInputName": "columnIndex",
227442
+ "flag": "column-index",
227443
+ "required": true
227444
+ },
227445
+ {
227446
+ "name": "destination",
227447
+ "kind": "jsonFlag",
227448
+ "type": "json",
227449
+ "documentApiInputName": "destination",
227450
+ "flag": "destination-json",
227451
+ "required": true,
227452
+ "schema": {
227453
+ "oneOf": [
227454
+ {
227455
+ "type": "object",
227456
+ "properties": {
227457
+ "kind": {
227458
+ "const": "first"
227459
+ }
227460
+ },
227461
+ "required": [
227462
+ "kind"
227463
+ ]
227464
+ },
227465
+ {
227466
+ "type": "object",
227467
+ "properties": {
227468
+ "kind": {
227469
+ "const": "last"
227470
+ }
227471
+ },
227472
+ "required": [
227473
+ "kind"
227474
+ ]
227475
+ },
227476
+ {
227477
+ "type": "object",
227478
+ "properties": {
227479
+ "kind": {
227480
+ "const": "before"
227481
+ },
227482
+ "columnIndex": {
227483
+ "type": "number"
227484
+ }
227485
+ },
227486
+ "required": [
227487
+ "kind",
227488
+ "columnIndex"
227489
+ ]
227490
+ },
227491
+ {
227492
+ "type": "object",
227493
+ "properties": {
227494
+ "kind": {
227495
+ "const": "after"
227496
+ },
227497
+ "columnIndex": {
227498
+ "type": "number"
227499
+ }
227500
+ },
227501
+ "required": [
227502
+ "kind",
227503
+ "columnIndex"
227504
+ ]
227505
+ }
227506
+ ]
227507
+ }
227508
+ }
227509
+ ],
227510
+ "constraints": null,
227511
+ "documentApiOperationId": "tables.moveColumn",
227512
+ "mutates": true,
227513
+ "idempotency": "conditional",
227514
+ "supportsTrackedMode": false,
227515
+ "supportsConditionalTrackedMode": false,
227516
+ "supportsDryRun": true,
227517
+ "inputSchema": {
227518
+ "type": "object",
227519
+ "properties": {
227520
+ "target": {
227521
+ "$ref": "#/$defs/TableAddress"
227522
+ },
227523
+ "nodeId": {
227524
+ "type": "string"
227525
+ },
227526
+ "columnIndex": {
227527
+ "type": "integer",
227528
+ "minimum": 0
227529
+ },
227530
+ "destination": {
227531
+ "oneOf": [
227532
+ {
227533
+ "type": "object",
227534
+ "properties": {
227535
+ "kind": {
227536
+ "const": "first"
227537
+ }
227538
+ },
227539
+ "additionalProperties": false,
227540
+ "required": [
227541
+ "kind"
227542
+ ]
227543
+ },
227544
+ {
227545
+ "type": "object",
227546
+ "properties": {
227547
+ "kind": {
227548
+ "const": "last"
227549
+ }
227550
+ },
227551
+ "additionalProperties": false,
227552
+ "required": [
227553
+ "kind"
227554
+ ]
227555
+ },
227556
+ {
227557
+ "type": "object",
227558
+ "properties": {
227559
+ "kind": {
227560
+ "const": "before"
227561
+ },
227562
+ "columnIndex": {
227563
+ "type": "integer",
227564
+ "minimum": 0
227565
+ }
227566
+ },
227567
+ "additionalProperties": false,
227568
+ "required": [
227569
+ "kind",
227570
+ "columnIndex"
227571
+ ]
227572
+ },
227573
+ {
227574
+ "type": "object",
227575
+ "properties": {
227576
+ "kind": {
227577
+ "const": "after"
227578
+ },
227579
+ "columnIndex": {
227580
+ "type": "integer",
227581
+ "minimum": 0
227582
+ }
227583
+ },
227584
+ "additionalProperties": false,
227585
+ "required": [
227586
+ "kind",
227587
+ "columnIndex"
227588
+ ]
227589
+ }
227590
+ ]
227591
+ }
227592
+ },
227593
+ "additionalProperties": false,
227594
+ "required": [
227595
+ "columnIndex",
227596
+ "destination"
227597
+ ],
227598
+ "oneOf": [
227599
+ {
227600
+ "required": [
227601
+ "target"
227602
+ ]
227603
+ },
227604
+ {
227605
+ "required": [
227606
+ "nodeId"
227607
+ ]
227608
+ }
227609
+ ]
227610
+ },
227611
+ "outputSchema": {
227612
+ "oneOf": [
227613
+ {
227614
+ "type": "object",
227615
+ "properties": {
227616
+ "success": {
227617
+ "const": true
227618
+ },
227619
+ "table": {
227620
+ "$ref": "#/$defs/TableAddress"
227621
+ },
227622
+ "trackedChangeRefs": {
227623
+ "type": "array",
227624
+ "items": {
227625
+ "$ref": "#/$defs/EntityAddress"
227626
+ }
227627
+ }
227628
+ },
227629
+ "additionalProperties": false,
227630
+ "required": [
227631
+ "success"
227632
+ ]
227633
+ },
227634
+ {
227635
+ "type": "object",
227636
+ "properties": {
227637
+ "success": {
227638
+ "const": false
227639
+ },
227640
+ "failure": {
227641
+ "type": "object",
227642
+ "properties": {
227643
+ "code": {
227644
+ "enum": [
227645
+ "NO_OP",
227646
+ "INVALID_TARGET",
227647
+ "TARGET_NOT_FOUND",
227648
+ "CAPABILITY_UNAVAILABLE"
227649
+ ]
227650
+ },
227651
+ "message": {
227652
+ "type": "string"
227653
+ },
227654
+ "details": {}
227655
+ },
227656
+ "additionalProperties": false,
227657
+ "required": [
227658
+ "code",
227659
+ "message"
227660
+ ]
227661
+ }
227662
+ },
227663
+ "additionalProperties": false,
227664
+ "required": [
227665
+ "success",
227666
+ "failure"
227667
+ ]
227668
+ }
227669
+ ]
227670
+ },
227671
+ "successSchema": {
227672
+ "type": "object",
227673
+ "properties": {
227674
+ "success": {
227675
+ "const": true
227676
+ },
227677
+ "table": {
227678
+ "$ref": "#/$defs/TableAddress"
227679
+ },
227680
+ "trackedChangeRefs": {
227681
+ "type": "array",
227682
+ "items": {
227683
+ "$ref": "#/$defs/EntityAddress"
227684
+ }
227685
+ }
227686
+ },
227687
+ "additionalProperties": false,
227688
+ "required": [
227689
+ "success"
227690
+ ]
227691
+ },
227692
+ "failureSchema": {
227693
+ "type": "object",
227694
+ "properties": {
227695
+ "success": {
227696
+ "const": false
227697
+ },
227698
+ "failure": {
227699
+ "type": "object",
227700
+ "properties": {
227701
+ "code": {
227702
+ "enum": [
227703
+ "NO_OP",
227704
+ "INVALID_TARGET",
227705
+ "TARGET_NOT_FOUND",
227706
+ "CAPABILITY_UNAVAILABLE"
227707
+ ]
227708
+ },
227709
+ "message": {
227710
+ "type": "string"
227711
+ },
227712
+ "details": {}
227713
+ },
227714
+ "additionalProperties": false,
227715
+ "required": [
227716
+ "code",
227717
+ "message"
227718
+ ]
227719
+ }
227720
+ },
227721
+ "additionalProperties": false,
227722
+ "required": [
227723
+ "success",
227724
+ "failure"
227725
+ ]
227726
+ },
227727
+ "intentGroup": "table",
227728
+ "intentAction": "move_column"
227729
+ },
227272
227730
  "doc.tables.setColumnWidth": {
227273
227731
  "operationId": "doc.tables.setColumnWidth",
227274
227732
  "sdkSurface": "document",