@superdoc/sdk 2.11.0-next.4 → 2.11.0-next.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/actions/define.cjs +788 -0
- package/dist/actions/define.d.ts +142 -0
- package/dist/actions/define.js +781 -0
- package/dist/agent/catalog.cjs +1 -0
- package/dist/agent/catalog.d.ts +8 -0
- package/dist/agent/catalog.js +1 -1
- package/dist/embedded-tools.generated.cjs +5 -5
- package/dist/embedded-tools.generated.js +5 -5
- package/dist/generated/client.cjs +2 -0
- package/dist/generated/client.d.ts +108 -0
- package/dist/generated/client.js +2 -0
- package/dist/generated/contract.cjs +1230 -772
- package/dist/generated/contract.js +1230 -772
- package/dist/generated/intent-dispatch.generated.cjs +1 -0
- package/dist/generated/intent-dispatch.generated.js +1 -0
- package/dist/index.cjs +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -0
- package/dist/presets.cjs +2 -2
- package/dist/presets.js +2 -2
- package/dist/runtime/sdk-version.generated.cjs +1 -1
- package/dist/runtime/sdk-version.generated.d.ts +1 -1
- package/dist/runtime/sdk-version.generated.js +1 -1
- package/dist/tools.cjs +49 -1
- package/dist/tools.d.ts +18 -1
- package/dist/tools.js +49 -1
- package/package.json +9 -9
- package/tools/catalog.json +225 -131
- package/tools/intent_dispatch_generated.py +2 -0
- package/tools/tools-policy.json +1 -1
- package/tools/tools.anthropic.json +209 -131
- package/tools/tools.generic.json +211 -132
- package/tools/tools.openai.json +209 -131
- package/tools/tools.vercel.json +209 -131
|
@@ -2958,7 +2958,7 @@ export const CONTRACT = {
|
|
|
2958
2958
|
"Response envelopes include elapsed_ms for all operations.",
|
|
2959
2959
|
"JSON output mode is the default and must always be supported."
|
|
2960
2960
|
],
|
|
2961
|
-
"operationCount":
|
|
2961
|
+
"operationCount": 461,
|
|
2962
2962
|
"operations": [
|
|
2963
2963
|
{
|
|
2964
2964
|
"id": "doc.get",
|
|
@@ -8090,6 +8090,34 @@ export const CONTRACT = {
|
|
|
8090
8090
|
"NO_OP"
|
|
8091
8091
|
]
|
|
8092
8092
|
},
|
|
8093
|
+
{
|
|
8094
|
+
"id": "doc.tables.moveColumn",
|
|
8095
|
+
"command": [
|
|
8096
|
+
"tables",
|
|
8097
|
+
"move-column"
|
|
8098
|
+
],
|
|
8099
|
+
"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`.",
|
|
8100
|
+
"category": "tables",
|
|
8101
|
+
"stability": "stable",
|
|
8102
|
+
"mutates": true,
|
|
8103
|
+
"requiresDocumentContext": true,
|
|
8104
|
+
"capabilities": [
|
|
8105
|
+
"dryRun"
|
|
8106
|
+
],
|
|
8107
|
+
"aliases": [],
|
|
8108
|
+
"examples": [],
|
|
8109
|
+
"errors": [
|
|
8110
|
+
"TARGET_NOT_FOUND",
|
|
8111
|
+
"INVALID_TARGET",
|
|
8112
|
+
"CAPABILITY_UNAVAILABLE",
|
|
8113
|
+
"INVALID_TARGET",
|
|
8114
|
+
"TARGET_NOT_FOUND",
|
|
8115
|
+
"INVALID_TARGET",
|
|
8116
|
+
"NO_OP",
|
|
8117
|
+
"CAPABILITY_UNAVAILABLE",
|
|
8118
|
+
"INVALID_CONTEXT"
|
|
8119
|
+
]
|
|
8120
|
+
},
|
|
8093
8121
|
{
|
|
8094
8122
|
"id": "doc.tables.setColumnWidth",
|
|
8095
8123
|
"command": [
|
|
@@ -14549,260 +14577,261 @@ export const CONTRACT = {
|
|
|
14549
14577
|
"doc.tables.setrowoptions": 190,
|
|
14550
14578
|
"doc.tables.insertcolumn": 191,
|
|
14551
14579
|
"doc.tables.deletecolumn": 192,
|
|
14552
|
-
"doc.tables.
|
|
14553
|
-
"doc.tables.
|
|
14554
|
-
"doc.tables.
|
|
14555
|
-
"doc.tables.
|
|
14556
|
-
"doc.tables.
|
|
14557
|
-
"doc.tables.
|
|
14558
|
-
"doc.tables.
|
|
14559
|
-
"doc.tables.
|
|
14560
|
-
"doc.tables.
|
|
14561
|
-
"doc.tables.
|
|
14562
|
-
"doc.tables.
|
|
14563
|
-
"doc.tables.
|
|
14564
|
-
"doc.tables.
|
|
14565
|
-
"doc.tables.
|
|
14566
|
-
"doc.tables.
|
|
14567
|
-
"doc.tables.
|
|
14568
|
-
"doc.tables.
|
|
14569
|
-
"doc.tables.
|
|
14570
|
-
"doc.tables.
|
|
14571
|
-
"doc.tables.
|
|
14572
|
-
"doc.tables.
|
|
14573
|
-
"doc.tables.
|
|
14574
|
-
"doc.tables.
|
|
14575
|
-
"doc.tables.
|
|
14576
|
-
"doc.tables.
|
|
14577
|
-
"doc.tables.
|
|
14578
|
-
"doc.tables.
|
|
14579
|
-
"doc.tables.
|
|
14580
|
-
"doc.tables.
|
|
14581
|
-
"doc.tables.
|
|
14582
|
-
"doc.tables.
|
|
14583
|
-
"doc.tables.
|
|
14584
|
-
"doc.tables.
|
|
14585
|
-
"doc.
|
|
14586
|
-
"doc.
|
|
14587
|
-
"doc.toc.
|
|
14588
|
-
"doc.toc.
|
|
14589
|
-
"doc.toc.
|
|
14590
|
-
"doc.toc.
|
|
14591
|
-
"doc.toc.
|
|
14592
|
-
"doc.toc.
|
|
14593
|
-
"doc.toc.
|
|
14594
|
-
"doc.toc.
|
|
14595
|
-
"doc.toc.
|
|
14596
|
-
"doc.
|
|
14597
|
-
"doc.history.
|
|
14598
|
-
"doc.history.
|
|
14599
|
-
"doc.
|
|
14600
|
-
"doc.
|
|
14601
|
-
"doc.images.
|
|
14602
|
-
"doc.images.
|
|
14603
|
-
"doc.images.
|
|
14604
|
-
"doc.images.
|
|
14605
|
-
"doc.images.
|
|
14606
|
-
"doc.images.
|
|
14607
|
-
"doc.images.
|
|
14608
|
-
"doc.images.
|
|
14609
|
-
"doc.images.
|
|
14610
|
-
"doc.images.
|
|
14611
|
-
"doc.images.
|
|
14612
|
-
"doc.images.
|
|
14613
|
-
"doc.images.
|
|
14614
|
-
"doc.images.
|
|
14615
|
-
"doc.images.
|
|
14616
|
-
"doc.images.
|
|
14617
|
-
"doc.images.
|
|
14618
|
-
"doc.images.
|
|
14619
|
-
"doc.images.
|
|
14620
|
-
"doc.images.
|
|
14621
|
-
"doc.images.
|
|
14622
|
-
"doc.images.
|
|
14623
|
-
"doc.images.
|
|
14624
|
-
"doc.images.
|
|
14625
|
-
"doc.images.
|
|
14626
|
-
"doc.images.
|
|
14627
|
-
"doc.
|
|
14628
|
-
"doc.hyperlinks.
|
|
14629
|
-
"doc.hyperlinks.
|
|
14630
|
-
"doc.hyperlinks.
|
|
14631
|
-
"doc.hyperlinks.
|
|
14632
|
-
"doc.hyperlinks.
|
|
14633
|
-
"doc.
|
|
14634
|
-
"doc.headerfooters.
|
|
14635
|
-
"doc.headerfooters.
|
|
14636
|
-
"doc.headerfooters.
|
|
14637
|
-
"doc.headerfooters.refs.
|
|
14638
|
-
"doc.headerfooters.refs.
|
|
14639
|
-
"doc.headerfooters.
|
|
14640
|
-
"doc.headerfooters.parts.
|
|
14641
|
-
"doc.headerfooters.parts.
|
|
14642
|
-
"doc.
|
|
14643
|
-
"doc.
|
|
14644
|
-
"doc.contentcontrols.
|
|
14645
|
-
"doc.contentcontrols.
|
|
14646
|
-
"doc.contentcontrols.
|
|
14647
|
-
"doc.contentcontrols.
|
|
14648
|
-
"doc.contentcontrols.
|
|
14649
|
-
"doc.contentcontrols.
|
|
14650
|
-
"doc.contentcontrols.
|
|
14651
|
-
"doc.contentcontrols.
|
|
14652
|
-
"doc.contentcontrols.
|
|
14653
|
-
"doc.contentcontrols.
|
|
14654
|
-
"doc.contentcontrols.
|
|
14655
|
-
"doc.contentcontrols.
|
|
14656
|
-
"doc.contentcontrols.
|
|
14657
|
-
"doc.contentcontrols.
|
|
14658
|
-
"doc.contentcontrols.
|
|
14659
|
-
"doc.contentcontrols.
|
|
14660
|
-
"doc.contentcontrols.
|
|
14661
|
-
"doc.contentcontrols.
|
|
14662
|
-
"doc.contentcontrols.
|
|
14663
|
-
"doc.contentcontrols.
|
|
14664
|
-
"doc.contentcontrols.
|
|
14665
|
-
"doc.contentcontrols.
|
|
14666
|
-
"doc.contentcontrols.
|
|
14667
|
-
"doc.contentcontrols.
|
|
14668
|
-
"doc.contentcontrols.
|
|
14669
|
-
"doc.contentcontrols.
|
|
14670
|
-
"doc.contentcontrols.
|
|
14671
|
-
"doc.contentcontrols.
|
|
14672
|
-
"doc.contentcontrols.
|
|
14673
|
-
"doc.contentcontrols.
|
|
14674
|
-
"doc.contentcontrols.text.
|
|
14675
|
-
"doc.contentcontrols.text.
|
|
14676
|
-
"doc.contentcontrols.
|
|
14677
|
-
"doc.contentcontrols.date.
|
|
14678
|
-
"doc.contentcontrols.date.
|
|
14679
|
-
"doc.contentcontrols.date.
|
|
14680
|
-
"doc.contentcontrols.date.
|
|
14681
|
-
"doc.contentcontrols.date.
|
|
14682
|
-
"doc.contentcontrols.
|
|
14683
|
-
"doc.contentcontrols.checkbox.
|
|
14684
|
-
"doc.contentcontrols.checkbox.
|
|
14685
|
-
"doc.contentcontrols.checkbox.
|
|
14686
|
-
"doc.contentcontrols.
|
|
14687
|
-
"doc.contentcontrols.choicelist.
|
|
14688
|
-
"doc.contentcontrols.choicelist.
|
|
14689
|
-
"doc.contentcontrols.
|
|
14690
|
-
"doc.contentcontrols.repeatingsection.
|
|
14691
|
-
"doc.contentcontrols.repeatingsection.
|
|
14692
|
-
"doc.contentcontrols.repeatingsection.
|
|
14693
|
-
"doc.contentcontrols.repeatingsection.
|
|
14694
|
-
"doc.contentcontrols.repeatingsection.
|
|
14695
|
-
"doc.contentcontrols.
|
|
14696
|
-
"doc.contentcontrols.group.
|
|
14697
|
-
"doc.
|
|
14698
|
-
"doc.bookmarks.
|
|
14699
|
-
"doc.bookmarks.
|
|
14700
|
-
"doc.bookmarks.
|
|
14701
|
-
"doc.bookmarks.
|
|
14702
|
-
"doc.
|
|
14703
|
-
"doc.footnotes.
|
|
14704
|
-
"doc.footnotes.
|
|
14705
|
-
"doc.footnotes.
|
|
14706
|
-
"doc.footnotes.
|
|
14707
|
-
"doc.footnotes.
|
|
14708
|
-
"doc.
|
|
14709
|
-
"doc.clipboard.
|
|
14710
|
-
"doc.clipboard.
|
|
14711
|
-
"doc.
|
|
14712
|
-
"doc.crossrefs.
|
|
14713
|
-
"doc.crossrefs.
|
|
14714
|
-
"doc.crossrefs.
|
|
14715
|
-
"doc.crossrefs.
|
|
14716
|
-
"doc.
|
|
14717
|
-
"doc.index.
|
|
14718
|
-
"doc.index.
|
|
14719
|
-
"doc.index.
|
|
14720
|
-
"doc.index.
|
|
14721
|
-
"doc.index.
|
|
14722
|
-
"doc.index.
|
|
14723
|
-
"doc.index.entries.
|
|
14724
|
-
"doc.index.entries.
|
|
14725
|
-
"doc.index.entries.
|
|
14726
|
-
"doc.index.entries.
|
|
14727
|
-
"doc.
|
|
14728
|
-
"doc.captions.
|
|
14729
|
-
"doc.captions.
|
|
14730
|
-
"doc.captions.
|
|
14731
|
-
"doc.captions.
|
|
14732
|
-
"doc.captions.
|
|
14733
|
-
"doc.
|
|
14734
|
-
"doc.fields.
|
|
14735
|
-
"doc.fields.
|
|
14736
|
-
"doc.fields.
|
|
14737
|
-
"doc.fields.
|
|
14738
|
-
"doc.
|
|
14739
|
-
"doc.citations.
|
|
14740
|
-
"doc.citations.
|
|
14741
|
-
"doc.citations.
|
|
14742
|
-
"doc.citations.
|
|
14743
|
-
"doc.citations.
|
|
14744
|
-
"doc.citations.sources.
|
|
14745
|
-
"doc.citations.sources.
|
|
14746
|
-
"doc.citations.sources.
|
|
14747
|
-
"doc.citations.sources.
|
|
14748
|
-
"doc.citations.
|
|
14749
|
-
"doc.citations.bibliography.
|
|
14750
|
-
"doc.citations.bibliography.
|
|
14751
|
-
"doc.citations.bibliography.
|
|
14752
|
-
"doc.citations.bibliography.
|
|
14753
|
-
"doc.
|
|
14754
|
-
"doc.authorities.
|
|
14755
|
-
"doc.authorities.
|
|
14756
|
-
"doc.authorities.
|
|
14757
|
-
"doc.authorities.
|
|
14758
|
-
"doc.authorities.
|
|
14759
|
-
"doc.authorities.
|
|
14760
|
-
"doc.authorities.entries.
|
|
14761
|
-
"doc.authorities.entries.
|
|
14762
|
-
"doc.authorities.entries.
|
|
14763
|
-
"doc.authorities.entries.
|
|
14764
|
-
"doc.
|
|
14765
|
-
"doc.diff.
|
|
14766
|
-
"doc.diff.
|
|
14767
|
-
"doc.
|
|
14768
|
-
"doc.
|
|
14769
|
-
"doc.protection.
|
|
14770
|
-
"doc.protection.
|
|
14771
|
-
"doc.
|
|
14772
|
-
"doc.permissionranges.
|
|
14773
|
-
"doc.permissionranges.
|
|
14774
|
-
"doc.permissionranges.
|
|
14775
|
-
"doc.permissionranges.
|
|
14776
|
-
"doc.
|
|
14777
|
-
"doc.customxml.parts.
|
|
14778
|
-
"doc.customxml.parts.
|
|
14779
|
-
"doc.customxml.parts.
|
|
14780
|
-
"doc.customxml.parts.
|
|
14781
|
-
"doc.
|
|
14782
|
-
"doc.metadata.
|
|
14783
|
-
"doc.metadata.
|
|
14784
|
-
"doc.metadata.
|
|
14785
|
-
"doc.metadata.
|
|
14786
|
-
"doc.metadata.
|
|
14787
|
-
"doc.
|
|
14788
|
-
"doc.
|
|
14789
|
-
"doc.
|
|
14790
|
-
"doc.
|
|
14791
|
-
"doc.
|
|
14792
|
-
"doc.
|
|
14793
|
-
"doc.
|
|
14794
|
-
"doc.
|
|
14795
|
-
"doc.
|
|
14796
|
-
"doc.
|
|
14797
|
-
"doc.session.
|
|
14798
|
-
"doc.session.
|
|
14799
|
-
"doc.session.
|
|
14800
|
-
"doc.
|
|
14801
|
-
"doc.preset.
|
|
14802
|
-
"doc.preset.
|
|
14803
|
-
"doc.preset.
|
|
14804
|
-
"doc.preset.
|
|
14805
|
-
"doc.preset.
|
|
14580
|
+
"doc.tables.movecolumn": 193,
|
|
14581
|
+
"doc.tables.setcolumnwidth": 194,
|
|
14582
|
+
"doc.tables.distributecolumns": 195,
|
|
14583
|
+
"doc.tables.insertcell": 196,
|
|
14584
|
+
"doc.tables.deletecell": 197,
|
|
14585
|
+
"doc.tables.mergecells": 198,
|
|
14586
|
+
"doc.tables.unmergecells": 199,
|
|
14587
|
+
"doc.tables.splitcell": 200,
|
|
14588
|
+
"doc.tables.setcellproperties": 201,
|
|
14589
|
+
"doc.tables.setcelltext": 202,
|
|
14590
|
+
"doc.tables.sort": 203,
|
|
14591
|
+
"doc.tables.setalttext": 204,
|
|
14592
|
+
"doc.tables.setstyle": 205,
|
|
14593
|
+
"doc.tables.clearstyle": 206,
|
|
14594
|
+
"doc.tables.setstyleoption": 207,
|
|
14595
|
+
"doc.tables.setborder": 208,
|
|
14596
|
+
"doc.tables.clearborder": 209,
|
|
14597
|
+
"doc.tables.applyborderpreset": 210,
|
|
14598
|
+
"doc.tables.setshading": 211,
|
|
14599
|
+
"doc.tables.clearshading": 212,
|
|
14600
|
+
"doc.tables.settablepadding": 213,
|
|
14601
|
+
"doc.tables.setcellpadding": 214,
|
|
14602
|
+
"doc.tables.setcellspacing": 215,
|
|
14603
|
+
"doc.tables.clearcellspacing": 216,
|
|
14604
|
+
"doc.tables.applystyle": 217,
|
|
14605
|
+
"doc.tables.setborders": 218,
|
|
14606
|
+
"doc.tables.settableoptions": 219,
|
|
14607
|
+
"doc.tables.applypreset": 220,
|
|
14608
|
+
"doc.tables.get": 221,
|
|
14609
|
+
"doc.tables.getcells": 222,
|
|
14610
|
+
"doc.tables.getproperties": 223,
|
|
14611
|
+
"doc.tables.getstyles": 224,
|
|
14612
|
+
"doc.tables.setdefaultstyle": 225,
|
|
14613
|
+
"doc.tables.cleardefaultstyle": 226,
|
|
14614
|
+
"doc.create.tableofcontents": 227,
|
|
14615
|
+
"doc.toc.list": 228,
|
|
14616
|
+
"doc.toc.get": 229,
|
|
14617
|
+
"doc.toc.configure": 230,
|
|
14618
|
+
"doc.toc.update": 231,
|
|
14619
|
+
"doc.toc.remove": 232,
|
|
14620
|
+
"doc.toc.markentry": 233,
|
|
14621
|
+
"doc.toc.unmarkentry": 234,
|
|
14622
|
+
"doc.toc.listentries": 235,
|
|
14623
|
+
"doc.toc.getentry": 236,
|
|
14624
|
+
"doc.toc.editentry": 237,
|
|
14625
|
+
"doc.history.get": 238,
|
|
14626
|
+
"doc.history.undo": 239,
|
|
14627
|
+
"doc.history.redo": 240,
|
|
14628
|
+
"doc.create.image": 241,
|
|
14629
|
+
"doc.images.list": 242,
|
|
14630
|
+
"doc.images.get": 243,
|
|
14631
|
+
"doc.images.delete": 244,
|
|
14632
|
+
"doc.images.move": 245,
|
|
14633
|
+
"doc.images.converttoinline": 246,
|
|
14634
|
+
"doc.images.converttofloating": 247,
|
|
14635
|
+
"doc.images.setsize": 248,
|
|
14636
|
+
"doc.images.setwraptype": 249,
|
|
14637
|
+
"doc.images.setwrapside": 250,
|
|
14638
|
+
"doc.images.setwrapdistances": 251,
|
|
14639
|
+
"doc.images.setposition": 252,
|
|
14640
|
+
"doc.images.setanchoroptions": 253,
|
|
14641
|
+
"doc.images.setzorder": 254,
|
|
14642
|
+
"doc.images.scale": 255,
|
|
14643
|
+
"doc.images.setlockaspectratio": 256,
|
|
14644
|
+
"doc.images.rotate": 257,
|
|
14645
|
+
"doc.images.flip": 258,
|
|
14646
|
+
"doc.images.crop": 259,
|
|
14647
|
+
"doc.images.resetcrop": 260,
|
|
14648
|
+
"doc.images.replacesource": 261,
|
|
14649
|
+
"doc.images.setalttext": 262,
|
|
14650
|
+
"doc.images.setdecorative": 263,
|
|
14651
|
+
"doc.images.setname": 264,
|
|
14652
|
+
"doc.images.sethyperlink": 265,
|
|
14653
|
+
"doc.images.insertcaption": 266,
|
|
14654
|
+
"doc.images.updatecaption": 267,
|
|
14655
|
+
"doc.images.removecaption": 268,
|
|
14656
|
+
"doc.hyperlinks.list": 269,
|
|
14657
|
+
"doc.hyperlinks.get": 270,
|
|
14658
|
+
"doc.hyperlinks.wrap": 271,
|
|
14659
|
+
"doc.hyperlinks.insert": 272,
|
|
14660
|
+
"doc.hyperlinks.patch": 273,
|
|
14661
|
+
"doc.hyperlinks.remove": 274,
|
|
14662
|
+
"doc.headerfooters.list": 275,
|
|
14663
|
+
"doc.headerfooters.get": 276,
|
|
14664
|
+
"doc.headerfooters.resolve": 277,
|
|
14665
|
+
"doc.headerfooters.refs.set": 278,
|
|
14666
|
+
"doc.headerfooters.refs.clear": 279,
|
|
14667
|
+
"doc.headerfooters.refs.setlinkedtoprevious": 280,
|
|
14668
|
+
"doc.headerfooters.parts.list": 281,
|
|
14669
|
+
"doc.headerfooters.parts.create": 282,
|
|
14670
|
+
"doc.headerfooters.parts.delete": 283,
|
|
14671
|
+
"doc.create.contentcontrol": 284,
|
|
14672
|
+
"doc.contentcontrols.list": 285,
|
|
14673
|
+
"doc.contentcontrols.get": 286,
|
|
14674
|
+
"doc.contentcontrols.listinrange": 287,
|
|
14675
|
+
"doc.contentcontrols.selectbytag": 288,
|
|
14676
|
+
"doc.contentcontrols.selectbytitle": 289,
|
|
14677
|
+
"doc.contentcontrols.listchildren": 290,
|
|
14678
|
+
"doc.contentcontrols.getparent": 291,
|
|
14679
|
+
"doc.contentcontrols.wrap": 292,
|
|
14680
|
+
"doc.contentcontrols.unwrap": 293,
|
|
14681
|
+
"doc.contentcontrols.delete": 294,
|
|
14682
|
+
"doc.contentcontrols.copy": 295,
|
|
14683
|
+
"doc.contentcontrols.move": 296,
|
|
14684
|
+
"doc.contentcontrols.patch": 297,
|
|
14685
|
+
"doc.contentcontrols.setlockmode": 298,
|
|
14686
|
+
"doc.contentcontrols.settype": 299,
|
|
14687
|
+
"doc.contentcontrols.getcontent": 300,
|
|
14688
|
+
"doc.contentcontrols.replacecontent": 301,
|
|
14689
|
+
"doc.contentcontrols.clearcontent": 302,
|
|
14690
|
+
"doc.contentcontrols.appendcontent": 303,
|
|
14691
|
+
"doc.contentcontrols.prependcontent": 304,
|
|
14692
|
+
"doc.contentcontrols.insertbefore": 305,
|
|
14693
|
+
"doc.contentcontrols.insertafter": 306,
|
|
14694
|
+
"doc.contentcontrols.getbinding": 307,
|
|
14695
|
+
"doc.contentcontrols.setbinding": 308,
|
|
14696
|
+
"doc.contentcontrols.clearbinding": 309,
|
|
14697
|
+
"doc.contentcontrols.getrawproperties": 310,
|
|
14698
|
+
"doc.contentcontrols.patchrawproperties": 311,
|
|
14699
|
+
"doc.contentcontrols.validatewordcompatibility": 312,
|
|
14700
|
+
"doc.contentcontrols.normalizewordcompatibility": 313,
|
|
14701
|
+
"doc.contentcontrols.normalizetagpayload": 314,
|
|
14702
|
+
"doc.contentcontrols.text.setmultiline": 315,
|
|
14703
|
+
"doc.contentcontrols.text.setvalue": 316,
|
|
14704
|
+
"doc.contentcontrols.text.clearvalue": 317,
|
|
14705
|
+
"doc.contentcontrols.date.setvalue": 318,
|
|
14706
|
+
"doc.contentcontrols.date.clearvalue": 319,
|
|
14707
|
+
"doc.contentcontrols.date.setdisplayformat": 320,
|
|
14708
|
+
"doc.contentcontrols.date.setdisplaylocale": 321,
|
|
14709
|
+
"doc.contentcontrols.date.setstorageformat": 322,
|
|
14710
|
+
"doc.contentcontrols.date.setcalendar": 323,
|
|
14711
|
+
"doc.contentcontrols.checkbox.getstate": 324,
|
|
14712
|
+
"doc.contentcontrols.checkbox.setstate": 325,
|
|
14713
|
+
"doc.contentcontrols.checkbox.toggle": 326,
|
|
14714
|
+
"doc.contentcontrols.checkbox.setsymbolpair": 327,
|
|
14715
|
+
"doc.contentcontrols.choicelist.getitems": 328,
|
|
14716
|
+
"doc.contentcontrols.choicelist.setitems": 329,
|
|
14717
|
+
"doc.contentcontrols.choicelist.setselected": 330,
|
|
14718
|
+
"doc.contentcontrols.repeatingsection.listitems": 331,
|
|
14719
|
+
"doc.contentcontrols.repeatingsection.insertitembefore": 332,
|
|
14720
|
+
"doc.contentcontrols.repeatingsection.insertitemafter": 333,
|
|
14721
|
+
"doc.contentcontrols.repeatingsection.cloneitem": 334,
|
|
14722
|
+
"doc.contentcontrols.repeatingsection.deleteitem": 335,
|
|
14723
|
+
"doc.contentcontrols.repeatingsection.setallowinsertdelete": 336,
|
|
14724
|
+
"doc.contentcontrols.group.wrap": 337,
|
|
14725
|
+
"doc.contentcontrols.group.ungroup": 338,
|
|
14726
|
+
"doc.bookmarks.list": 339,
|
|
14727
|
+
"doc.bookmarks.get": 340,
|
|
14728
|
+
"doc.bookmarks.insert": 341,
|
|
14729
|
+
"doc.bookmarks.rename": 342,
|
|
14730
|
+
"doc.bookmarks.remove": 343,
|
|
14731
|
+
"doc.footnotes.list": 344,
|
|
14732
|
+
"doc.footnotes.get": 345,
|
|
14733
|
+
"doc.footnotes.insert": 346,
|
|
14734
|
+
"doc.footnotes.update": 347,
|
|
14735
|
+
"doc.footnotes.remove": 348,
|
|
14736
|
+
"doc.footnotes.configure": 349,
|
|
14737
|
+
"doc.clipboard.parse": 350,
|
|
14738
|
+
"doc.clipboard.insert": 351,
|
|
14739
|
+
"doc.clipboard.serializeselection": 352,
|
|
14740
|
+
"doc.crossrefs.list": 353,
|
|
14741
|
+
"doc.crossrefs.get": 354,
|
|
14742
|
+
"doc.crossrefs.insert": 355,
|
|
14743
|
+
"doc.crossrefs.rebuild": 356,
|
|
14744
|
+
"doc.crossrefs.remove": 357,
|
|
14745
|
+
"doc.index.list": 358,
|
|
14746
|
+
"doc.index.get": 359,
|
|
14747
|
+
"doc.index.insert": 360,
|
|
14748
|
+
"doc.index.configure": 361,
|
|
14749
|
+
"doc.index.rebuild": 362,
|
|
14750
|
+
"doc.index.remove": 363,
|
|
14751
|
+
"doc.index.entries.list": 364,
|
|
14752
|
+
"doc.index.entries.get": 365,
|
|
14753
|
+
"doc.index.entries.insert": 366,
|
|
14754
|
+
"doc.index.entries.update": 367,
|
|
14755
|
+
"doc.index.entries.remove": 368,
|
|
14756
|
+
"doc.captions.list": 369,
|
|
14757
|
+
"doc.captions.get": 370,
|
|
14758
|
+
"doc.captions.insert": 371,
|
|
14759
|
+
"doc.captions.update": 372,
|
|
14760
|
+
"doc.captions.remove": 373,
|
|
14761
|
+
"doc.captions.configure": 374,
|
|
14762
|
+
"doc.fields.list": 375,
|
|
14763
|
+
"doc.fields.get": 376,
|
|
14764
|
+
"doc.fields.insert": 377,
|
|
14765
|
+
"doc.fields.rebuild": 378,
|
|
14766
|
+
"doc.fields.remove": 379,
|
|
14767
|
+
"doc.citations.list": 380,
|
|
14768
|
+
"doc.citations.get": 381,
|
|
14769
|
+
"doc.citations.insert": 382,
|
|
14770
|
+
"doc.citations.update": 383,
|
|
14771
|
+
"doc.citations.remove": 384,
|
|
14772
|
+
"doc.citations.sources.list": 385,
|
|
14773
|
+
"doc.citations.sources.get": 386,
|
|
14774
|
+
"doc.citations.sources.insert": 387,
|
|
14775
|
+
"doc.citations.sources.update": 388,
|
|
14776
|
+
"doc.citations.sources.remove": 389,
|
|
14777
|
+
"doc.citations.bibliography.get": 390,
|
|
14778
|
+
"doc.citations.bibliography.insert": 391,
|
|
14779
|
+
"doc.citations.bibliography.rebuild": 392,
|
|
14780
|
+
"doc.citations.bibliography.configure": 393,
|
|
14781
|
+
"doc.citations.bibliography.remove": 394,
|
|
14782
|
+
"doc.authorities.list": 395,
|
|
14783
|
+
"doc.authorities.get": 396,
|
|
14784
|
+
"doc.authorities.insert": 397,
|
|
14785
|
+
"doc.authorities.configure": 398,
|
|
14786
|
+
"doc.authorities.rebuild": 399,
|
|
14787
|
+
"doc.authorities.remove": 400,
|
|
14788
|
+
"doc.authorities.entries.list": 401,
|
|
14789
|
+
"doc.authorities.entries.get": 402,
|
|
14790
|
+
"doc.authorities.entries.insert": 403,
|
|
14791
|
+
"doc.authorities.entries.update": 404,
|
|
14792
|
+
"doc.authorities.entries.remove": 405,
|
|
14793
|
+
"doc.diff.capture": 406,
|
|
14794
|
+
"doc.diff.compare": 407,
|
|
14795
|
+
"doc.diff.apply": 408,
|
|
14796
|
+
"doc.export.todocx": 409,
|
|
14797
|
+
"doc.protection.get": 410,
|
|
14798
|
+
"doc.protection.seteditingrestriction": 411,
|
|
14799
|
+
"doc.protection.cleareditingrestriction": 412,
|
|
14800
|
+
"doc.permissionranges.list": 413,
|
|
14801
|
+
"doc.permissionranges.get": 414,
|
|
14802
|
+
"doc.permissionranges.create": 415,
|
|
14803
|
+
"doc.permissionranges.remove": 416,
|
|
14804
|
+
"doc.permissionranges.updateprincipal": 417,
|
|
14805
|
+
"doc.customxml.parts.list": 418,
|
|
14806
|
+
"doc.customxml.parts.get": 419,
|
|
14807
|
+
"doc.customxml.parts.create": 420,
|
|
14808
|
+
"doc.customxml.parts.patch": 421,
|
|
14809
|
+
"doc.customxml.parts.remove": 422,
|
|
14810
|
+
"doc.metadata.attach": 423,
|
|
14811
|
+
"doc.metadata.list": 424,
|
|
14812
|
+
"doc.metadata.get": 425,
|
|
14813
|
+
"doc.metadata.update": 426,
|
|
14814
|
+
"doc.metadata.remove": 427,
|
|
14815
|
+
"doc.metadata.resolve": 428,
|
|
14816
|
+
"doc.open": 429,
|
|
14817
|
+
"doc.save": 430,
|
|
14818
|
+
"doc.close": 431,
|
|
14819
|
+
"doc.inserttab": 432,
|
|
14820
|
+
"doc.insertlinebreak": 433,
|
|
14821
|
+
"doc.executecode": 434,
|
|
14822
|
+
"doc.status": 435,
|
|
14823
|
+
"doc.describe": 436,
|
|
14824
|
+
"doc.describecommand": 437,
|
|
14825
|
+
"doc.session.list": 438,
|
|
14826
|
+
"doc.session.save": 439,
|
|
14827
|
+
"doc.session.close": 440,
|
|
14828
|
+
"doc.session.setdefault": 441,
|
|
14829
|
+
"doc.preset.list": 442,
|
|
14830
|
+
"doc.preset.getcatalog": 443,
|
|
14831
|
+
"doc.preset.gettools": 444,
|
|
14832
|
+
"doc.preset.getsystemprompt": 445,
|
|
14833
|
+
"doc.preset.getmcpprompt": 446,
|
|
14834
|
+
"doc.preset.dispatch": 447,
|
|
14806
14835
|
"get": 0,
|
|
14807
14836
|
"find": 1,
|
|
14808
14837
|
"get-node": 2,
|
|
@@ -14996,274 +15025,275 @@ export const CONTRACT = {
|
|
|
14996
15025
|
"tables set-row-options": 190,
|
|
14997
15026
|
"tables insert-column": 191,
|
|
14998
15027
|
"tables delete-column": 192,
|
|
14999
|
-
"tables
|
|
15000
|
-
"tables
|
|
15001
|
-
"tables
|
|
15002
|
-
"tables
|
|
15003
|
-
"tables
|
|
15004
|
-
"tables
|
|
15005
|
-
"tables
|
|
15006
|
-
"tables
|
|
15007
|
-
"tables set-cell-
|
|
15008
|
-
"tables
|
|
15009
|
-
"tables
|
|
15010
|
-
"tables set-
|
|
15011
|
-
"tables
|
|
15012
|
-
"tables
|
|
15013
|
-
"tables set-
|
|
15014
|
-
"tables
|
|
15015
|
-
"tables
|
|
15016
|
-
"tables
|
|
15017
|
-
"tables
|
|
15018
|
-
"tables
|
|
15019
|
-
"tables set-
|
|
15020
|
-
"tables set-cell-
|
|
15021
|
-
"tables
|
|
15022
|
-
"tables
|
|
15023
|
-
"tables
|
|
15024
|
-
"tables set-
|
|
15025
|
-
"tables
|
|
15026
|
-
"tables
|
|
15027
|
-
"tables get
|
|
15028
|
-
"tables get-
|
|
15029
|
-
"tables get-
|
|
15030
|
-
"tables
|
|
15031
|
-
"tables
|
|
15032
|
-
"
|
|
15033
|
-
"
|
|
15034
|
-
"toc
|
|
15035
|
-
"toc
|
|
15036
|
-
"toc
|
|
15037
|
-
"toc
|
|
15038
|
-
"toc
|
|
15039
|
-
"toc
|
|
15040
|
-
"toc
|
|
15041
|
-
"toc
|
|
15042
|
-
"toc
|
|
15043
|
-
"
|
|
15044
|
-
"history
|
|
15045
|
-
"history
|
|
15046
|
-
"
|
|
15047
|
-
"
|
|
15048
|
-
"images
|
|
15049
|
-
"images
|
|
15050
|
-
"images
|
|
15051
|
-
"images
|
|
15052
|
-
"images convert-to-
|
|
15053
|
-
"images
|
|
15054
|
-
"images set-
|
|
15055
|
-
"images set-wrap-
|
|
15056
|
-
"images set-wrap-
|
|
15057
|
-
"images set-
|
|
15058
|
-
"images set-
|
|
15059
|
-
"images set-
|
|
15060
|
-
"images
|
|
15061
|
-
"images
|
|
15062
|
-
"images
|
|
15063
|
-
"images
|
|
15064
|
-
"images
|
|
15065
|
-
"images
|
|
15066
|
-
"images
|
|
15067
|
-
"images
|
|
15068
|
-
"images set-
|
|
15069
|
-
"images set-
|
|
15070
|
-
"images set-
|
|
15071
|
-
"images
|
|
15072
|
-
"images
|
|
15073
|
-
"images
|
|
15074
|
-
"
|
|
15075
|
-
"hyperlinks
|
|
15076
|
-
"hyperlinks
|
|
15077
|
-
"hyperlinks
|
|
15078
|
-
"hyperlinks
|
|
15079
|
-
"hyperlinks
|
|
15080
|
-
"
|
|
15081
|
-
"header-footers
|
|
15082
|
-
"header-footers
|
|
15083
|
-
"header-footers
|
|
15084
|
-
"header-footers refs
|
|
15085
|
-
"header-footers refs
|
|
15086
|
-
"header-footers
|
|
15087
|
-
"header-footers parts
|
|
15088
|
-
"header-footers parts
|
|
15089
|
-
"
|
|
15090
|
-
"content-
|
|
15091
|
-
"content-controls
|
|
15092
|
-
"content-controls
|
|
15093
|
-
"content-controls
|
|
15094
|
-
"content-controls select-by-
|
|
15095
|
-
"content-controls
|
|
15096
|
-
"content-controls
|
|
15097
|
-
"content-controls
|
|
15098
|
-
"content-controls
|
|
15099
|
-
"content-controls
|
|
15100
|
-
"content-controls
|
|
15101
|
-
"content-controls
|
|
15102
|
-
"content-controls
|
|
15103
|
-
"content-controls
|
|
15104
|
-
"content-controls set-
|
|
15105
|
-
"content-controls
|
|
15106
|
-
"content-controls
|
|
15107
|
-
"content-controls
|
|
15108
|
-
"content-controls
|
|
15109
|
-
"content-controls
|
|
15110
|
-
"content-controls
|
|
15111
|
-
"content-controls insert-
|
|
15112
|
-
"content-controls
|
|
15113
|
-
"content-controls
|
|
15114
|
-
"content-controls
|
|
15115
|
-
"content-controls
|
|
15116
|
-
"content-controls
|
|
15117
|
-
"content-controls
|
|
15118
|
-
"content-controls
|
|
15119
|
-
"content-controls normalize-
|
|
15120
|
-
"content-controls
|
|
15121
|
-
"content-controls text set-
|
|
15122
|
-
"content-controls text
|
|
15123
|
-
"content-controls
|
|
15124
|
-
"content-controls date
|
|
15125
|
-
"content-controls date
|
|
15126
|
-
"content-controls date set-display-
|
|
15127
|
-
"content-controls date set-
|
|
15128
|
-
"content-controls date set-
|
|
15129
|
-
"content-controls
|
|
15130
|
-
"content-controls checkbox
|
|
15131
|
-
"content-controls checkbox
|
|
15132
|
-
"content-controls checkbox
|
|
15133
|
-
"content-controls
|
|
15134
|
-
"content-controls choice-list
|
|
15135
|
-
"content-controls choice-list set-
|
|
15136
|
-
"content-controls
|
|
15137
|
-
"content-controls repeating-section
|
|
15138
|
-
"content-controls repeating-section insert-item-
|
|
15139
|
-
"content-controls repeating-section
|
|
15140
|
-
"content-controls repeating-section
|
|
15141
|
-
"content-controls repeating-section
|
|
15142
|
-
"content-controls
|
|
15143
|
-
"content-controls group
|
|
15144
|
-
"
|
|
15145
|
-
"bookmarks
|
|
15146
|
-
"bookmarks
|
|
15147
|
-
"bookmarks
|
|
15148
|
-
"bookmarks
|
|
15149
|
-
"
|
|
15150
|
-
"footnotes
|
|
15151
|
-
"footnotes
|
|
15152
|
-
"footnotes
|
|
15153
|
-
"footnotes
|
|
15154
|
-
"footnotes
|
|
15155
|
-
"
|
|
15156
|
-
"clipboard
|
|
15157
|
-
"clipboard
|
|
15158
|
-
"
|
|
15159
|
-
"cross-refs
|
|
15160
|
-
"cross-refs
|
|
15161
|
-
"cross-refs
|
|
15162
|
-
"cross-refs
|
|
15163
|
-
"
|
|
15164
|
-
"index
|
|
15165
|
-
"index
|
|
15166
|
-
"index
|
|
15167
|
-
"index
|
|
15168
|
-
"index
|
|
15169
|
-
"index
|
|
15170
|
-
"index entries
|
|
15171
|
-
"index entries
|
|
15172
|
-
"index entries
|
|
15173
|
-
"index entries
|
|
15174
|
-
"
|
|
15175
|
-
"captions
|
|
15176
|
-
"captions
|
|
15177
|
-
"captions
|
|
15178
|
-
"captions
|
|
15179
|
-
"captions
|
|
15180
|
-
"
|
|
15181
|
-
"fields
|
|
15182
|
-
"fields
|
|
15183
|
-
"fields
|
|
15184
|
-
"fields
|
|
15185
|
-
"
|
|
15186
|
-
"citations
|
|
15187
|
-
"citations
|
|
15188
|
-
"citations
|
|
15189
|
-
"citations
|
|
15190
|
-
"citations
|
|
15191
|
-
"citations sources
|
|
15192
|
-
"citations sources
|
|
15193
|
-
"citations sources
|
|
15194
|
-
"citations sources
|
|
15195
|
-
"citations
|
|
15196
|
-
"citations bibliography
|
|
15197
|
-
"citations bibliography
|
|
15198
|
-
"citations bibliography
|
|
15199
|
-
"citations bibliography
|
|
15200
|
-
"
|
|
15201
|
-
"authorities
|
|
15202
|
-
"authorities
|
|
15203
|
-
"authorities
|
|
15204
|
-
"authorities
|
|
15205
|
-
"authorities
|
|
15206
|
-
"authorities
|
|
15207
|
-
"authorities entries
|
|
15208
|
-
"authorities entries
|
|
15209
|
-
"authorities entries
|
|
15210
|
-
"authorities entries
|
|
15211
|
-
"
|
|
15212
|
-
"diff
|
|
15213
|
-
"diff
|
|
15214
|
-
"
|
|
15215
|
-
"
|
|
15216
|
-
"protection
|
|
15217
|
-
"protection
|
|
15218
|
-
"
|
|
15219
|
-
"permission-ranges
|
|
15220
|
-
"permission-ranges
|
|
15221
|
-
"permission-ranges
|
|
15222
|
-
"permission-ranges
|
|
15223
|
-
"
|
|
15224
|
-
"custom-xml parts
|
|
15225
|
-
"custom-xml parts
|
|
15226
|
-
"custom-xml parts
|
|
15227
|
-
"custom-xml parts
|
|
15228
|
-
"
|
|
15229
|
-
"metadata
|
|
15230
|
-
"metadata
|
|
15231
|
-
"metadata
|
|
15232
|
-
"metadata
|
|
15233
|
-
"metadata
|
|
15234
|
-
"
|
|
15235
|
-
"
|
|
15236
|
-
"
|
|
15237
|
-
"
|
|
15238
|
-
"insert
|
|
15239
|
-
"
|
|
15240
|
-
"
|
|
15241
|
-
"
|
|
15242
|
-
"describe
|
|
15243
|
-
"
|
|
15244
|
-
"session
|
|
15245
|
-
"session
|
|
15246
|
-
"session
|
|
15247
|
-
"
|
|
15248
|
-
"preset
|
|
15249
|
-
"preset get-
|
|
15250
|
-
"preset get-
|
|
15251
|
-
"preset get-
|
|
15252
|
-
"preset
|
|
15253
|
-
"
|
|
15254
|
-
"
|
|
15255
|
-
"
|
|
15256
|
-
"track-changes
|
|
15257
|
-
"track-changes
|
|
15258
|
-
"track-changes
|
|
15259
|
-
"
|
|
15260
|
-
"comments
|
|
15261
|
-
"comments
|
|
15262
|
-
"comments
|
|
15263
|
-
"comments
|
|
15264
|
-
"comments
|
|
15265
|
-
"comments
|
|
15266
|
-
"
|
|
15028
|
+
"tables move-column": 193,
|
|
15029
|
+
"tables set-column-width": 194,
|
|
15030
|
+
"tables distribute-columns": 195,
|
|
15031
|
+
"tables insert-cell": 196,
|
|
15032
|
+
"tables delete-cell": 197,
|
|
15033
|
+
"tables merge-cells": 198,
|
|
15034
|
+
"tables unmerge-cells": 199,
|
|
15035
|
+
"tables split-cell": 200,
|
|
15036
|
+
"tables set-cell-properties": 201,
|
|
15037
|
+
"tables set-cell-text": 202,
|
|
15038
|
+
"tables sort": 203,
|
|
15039
|
+
"tables set-alt-text": 204,
|
|
15040
|
+
"tables set-style": 205,
|
|
15041
|
+
"tables clear-style": 206,
|
|
15042
|
+
"tables set-style-option": 207,
|
|
15043
|
+
"tables set-border": 208,
|
|
15044
|
+
"tables clear-border": 209,
|
|
15045
|
+
"tables apply-border-preset": 210,
|
|
15046
|
+
"tables set-shading": 211,
|
|
15047
|
+
"tables clear-shading": 212,
|
|
15048
|
+
"tables set-table-padding": 213,
|
|
15049
|
+
"tables set-cell-padding": 214,
|
|
15050
|
+
"tables set-cell-spacing": 215,
|
|
15051
|
+
"tables clear-cell-spacing": 216,
|
|
15052
|
+
"tables apply-style": 217,
|
|
15053
|
+
"tables set-borders": 218,
|
|
15054
|
+
"tables set-table-options": 219,
|
|
15055
|
+
"tables apply-preset": 220,
|
|
15056
|
+
"tables get": 221,
|
|
15057
|
+
"tables get-cells": 222,
|
|
15058
|
+
"tables get-properties": 223,
|
|
15059
|
+
"tables get-styles": 224,
|
|
15060
|
+
"tables set-default-style": 225,
|
|
15061
|
+
"tables clear-default-style": 226,
|
|
15062
|
+
"create table-of-contents": 227,
|
|
15063
|
+
"toc list": 228,
|
|
15064
|
+
"toc get": 229,
|
|
15065
|
+
"toc configure": 230,
|
|
15066
|
+
"toc update": 231,
|
|
15067
|
+
"toc remove": 232,
|
|
15068
|
+
"toc mark-entry": 233,
|
|
15069
|
+
"toc unmark-entry": 234,
|
|
15070
|
+
"toc list-entries": 235,
|
|
15071
|
+
"toc get-entry": 236,
|
|
15072
|
+
"toc edit-entry": 237,
|
|
15073
|
+
"history get": 238,
|
|
15074
|
+
"history undo": 239,
|
|
15075
|
+
"history redo": 240,
|
|
15076
|
+
"create image": 241,
|
|
15077
|
+
"images list": 242,
|
|
15078
|
+
"images get": 243,
|
|
15079
|
+
"images delete": 244,
|
|
15080
|
+
"images move": 245,
|
|
15081
|
+
"images convert-to-inline": 246,
|
|
15082
|
+
"images convert-to-floating": 247,
|
|
15083
|
+
"images set-size": 248,
|
|
15084
|
+
"images set-wrap-type": 249,
|
|
15085
|
+
"images set-wrap-side": 250,
|
|
15086
|
+
"images set-wrap-distances": 251,
|
|
15087
|
+
"images set-position": 252,
|
|
15088
|
+
"images set-anchor-options": 253,
|
|
15089
|
+
"images set-z-order": 254,
|
|
15090
|
+
"images scale": 255,
|
|
15091
|
+
"images set-lock-aspect-ratio": 256,
|
|
15092
|
+
"images rotate": 257,
|
|
15093
|
+
"images flip": 258,
|
|
15094
|
+
"images crop": 259,
|
|
15095
|
+
"images reset-crop": 260,
|
|
15096
|
+
"images replace-source": 261,
|
|
15097
|
+
"images set-alt-text": 262,
|
|
15098
|
+
"images set-decorative": 263,
|
|
15099
|
+
"images set-name": 264,
|
|
15100
|
+
"images set-hyperlink": 265,
|
|
15101
|
+
"images insert-caption": 266,
|
|
15102
|
+
"images update-caption": 267,
|
|
15103
|
+
"images remove-caption": 268,
|
|
15104
|
+
"hyperlinks list": 269,
|
|
15105
|
+
"hyperlinks get": 270,
|
|
15106
|
+
"hyperlinks wrap": 271,
|
|
15107
|
+
"hyperlinks insert": 272,
|
|
15108
|
+
"hyperlinks patch": 273,
|
|
15109
|
+
"hyperlinks remove": 274,
|
|
15110
|
+
"header-footers list": 275,
|
|
15111
|
+
"header-footers get": 276,
|
|
15112
|
+
"header-footers resolve": 277,
|
|
15113
|
+
"header-footers refs set": 278,
|
|
15114
|
+
"header-footers refs clear": 279,
|
|
15115
|
+
"header-footers refs set-linked-to-previous": 280,
|
|
15116
|
+
"header-footers parts list": 281,
|
|
15117
|
+
"header-footers parts create": 282,
|
|
15118
|
+
"header-footers parts delete": 283,
|
|
15119
|
+
"create content-control": 284,
|
|
15120
|
+
"content-controls list": 285,
|
|
15121
|
+
"content-controls get": 286,
|
|
15122
|
+
"content-controls list-in-range": 287,
|
|
15123
|
+
"content-controls select-by-tag": 288,
|
|
15124
|
+
"content-controls select-by-title": 289,
|
|
15125
|
+
"content-controls list-children": 290,
|
|
15126
|
+
"content-controls get-parent": 291,
|
|
15127
|
+
"content-controls wrap": 292,
|
|
15128
|
+
"content-controls unwrap": 293,
|
|
15129
|
+
"content-controls delete": 294,
|
|
15130
|
+
"content-controls copy": 295,
|
|
15131
|
+
"content-controls move": 296,
|
|
15132
|
+
"content-controls patch": 297,
|
|
15133
|
+
"content-controls set-lock-mode": 298,
|
|
15134
|
+
"content-controls set-type": 299,
|
|
15135
|
+
"content-controls get-content": 300,
|
|
15136
|
+
"content-controls replace-content": 301,
|
|
15137
|
+
"content-controls clear-content": 302,
|
|
15138
|
+
"content-controls append-content": 303,
|
|
15139
|
+
"content-controls prepend-content": 304,
|
|
15140
|
+
"content-controls insert-before": 305,
|
|
15141
|
+
"content-controls insert-after": 306,
|
|
15142
|
+
"content-controls get-binding": 307,
|
|
15143
|
+
"content-controls set-binding": 308,
|
|
15144
|
+
"content-controls clear-binding": 309,
|
|
15145
|
+
"content-controls get-raw-properties": 310,
|
|
15146
|
+
"content-controls patch-raw-properties": 311,
|
|
15147
|
+
"content-controls validate-word-compatibility": 312,
|
|
15148
|
+
"content-controls normalize-word-compatibility": 313,
|
|
15149
|
+
"content-controls normalize-tag-payload": 314,
|
|
15150
|
+
"content-controls text set-multiline": 315,
|
|
15151
|
+
"content-controls text set-value": 316,
|
|
15152
|
+
"content-controls text clear-value": 317,
|
|
15153
|
+
"content-controls date set-value": 318,
|
|
15154
|
+
"content-controls date clear-value": 319,
|
|
15155
|
+
"content-controls date set-display-format": 320,
|
|
15156
|
+
"content-controls date set-display-locale": 321,
|
|
15157
|
+
"content-controls date set-storage-format": 322,
|
|
15158
|
+
"content-controls date set-calendar": 323,
|
|
15159
|
+
"content-controls checkbox get-state": 324,
|
|
15160
|
+
"content-controls checkbox set-state": 325,
|
|
15161
|
+
"content-controls checkbox toggle": 326,
|
|
15162
|
+
"content-controls checkbox set-symbol-pair": 327,
|
|
15163
|
+
"content-controls choice-list get-items": 328,
|
|
15164
|
+
"content-controls choice-list set-items": 329,
|
|
15165
|
+
"content-controls choice-list set-selected": 330,
|
|
15166
|
+
"content-controls repeating-section list-items": 331,
|
|
15167
|
+
"content-controls repeating-section insert-item-before": 332,
|
|
15168
|
+
"content-controls repeating-section insert-item-after": 333,
|
|
15169
|
+
"content-controls repeating-section clone-item": 334,
|
|
15170
|
+
"content-controls repeating-section delete-item": 335,
|
|
15171
|
+
"content-controls repeating-section set-allow-insert-delete": 336,
|
|
15172
|
+
"content-controls group wrap": 337,
|
|
15173
|
+
"content-controls group ungroup": 338,
|
|
15174
|
+
"bookmarks list": 339,
|
|
15175
|
+
"bookmarks get": 340,
|
|
15176
|
+
"bookmarks insert": 341,
|
|
15177
|
+
"bookmarks rename": 342,
|
|
15178
|
+
"bookmarks remove": 343,
|
|
15179
|
+
"footnotes list": 344,
|
|
15180
|
+
"footnotes get": 345,
|
|
15181
|
+
"footnotes insert": 346,
|
|
15182
|
+
"footnotes update": 347,
|
|
15183
|
+
"footnotes remove": 348,
|
|
15184
|
+
"footnotes configure": 349,
|
|
15185
|
+
"clipboard parse": 350,
|
|
15186
|
+
"clipboard insert": 351,
|
|
15187
|
+
"clipboard serialize-selection": 352,
|
|
15188
|
+
"cross-refs list": 353,
|
|
15189
|
+
"cross-refs get": 354,
|
|
15190
|
+
"cross-refs insert": 355,
|
|
15191
|
+
"cross-refs rebuild": 356,
|
|
15192
|
+
"cross-refs remove": 357,
|
|
15193
|
+
"index list": 358,
|
|
15194
|
+
"index get": 359,
|
|
15195
|
+
"index insert": 360,
|
|
15196
|
+
"index configure": 361,
|
|
15197
|
+
"index rebuild": 362,
|
|
15198
|
+
"index remove": 363,
|
|
15199
|
+
"index entries list": 364,
|
|
15200
|
+
"index entries get": 365,
|
|
15201
|
+
"index entries insert": 366,
|
|
15202
|
+
"index entries update": 367,
|
|
15203
|
+
"index entries remove": 368,
|
|
15204
|
+
"captions list": 369,
|
|
15205
|
+
"captions get": 370,
|
|
15206
|
+
"captions insert": 371,
|
|
15207
|
+
"captions update": 372,
|
|
15208
|
+
"captions remove": 373,
|
|
15209
|
+
"captions configure": 374,
|
|
15210
|
+
"fields list": 375,
|
|
15211
|
+
"fields get": 376,
|
|
15212
|
+
"fields insert": 377,
|
|
15213
|
+
"fields rebuild": 378,
|
|
15214
|
+
"fields remove": 379,
|
|
15215
|
+
"citations list": 380,
|
|
15216
|
+
"citations get": 381,
|
|
15217
|
+
"citations insert": 382,
|
|
15218
|
+
"citations update": 383,
|
|
15219
|
+
"citations remove": 384,
|
|
15220
|
+
"citations sources list": 385,
|
|
15221
|
+
"citations sources get": 386,
|
|
15222
|
+
"citations sources insert": 387,
|
|
15223
|
+
"citations sources update": 388,
|
|
15224
|
+
"citations sources remove": 389,
|
|
15225
|
+
"citations bibliography get": 390,
|
|
15226
|
+
"citations bibliography insert": 391,
|
|
15227
|
+
"citations bibliography rebuild": 392,
|
|
15228
|
+
"citations bibliography configure": 393,
|
|
15229
|
+
"citations bibliography remove": 394,
|
|
15230
|
+
"authorities list": 395,
|
|
15231
|
+
"authorities get": 396,
|
|
15232
|
+
"authorities insert": 397,
|
|
15233
|
+
"authorities configure": 398,
|
|
15234
|
+
"authorities rebuild": 399,
|
|
15235
|
+
"authorities remove": 400,
|
|
15236
|
+
"authorities entries list": 401,
|
|
15237
|
+
"authorities entries get": 402,
|
|
15238
|
+
"authorities entries insert": 403,
|
|
15239
|
+
"authorities entries update": 404,
|
|
15240
|
+
"authorities entries remove": 405,
|
|
15241
|
+
"diff capture": 406,
|
|
15242
|
+
"diff compare": 407,
|
|
15243
|
+
"diff apply": 408,
|
|
15244
|
+
"export to-docx": 409,
|
|
15245
|
+
"protection get": 410,
|
|
15246
|
+
"protection set-editing-restriction": 411,
|
|
15247
|
+
"protection clear-editing-restriction": 412,
|
|
15248
|
+
"permission-ranges list": 413,
|
|
15249
|
+
"permission-ranges get": 414,
|
|
15250
|
+
"permission-ranges create": 415,
|
|
15251
|
+
"permission-ranges remove": 416,
|
|
15252
|
+
"permission-ranges update-principal": 417,
|
|
15253
|
+
"custom-xml parts list": 418,
|
|
15254
|
+
"custom-xml parts get": 419,
|
|
15255
|
+
"custom-xml parts create": 420,
|
|
15256
|
+
"custom-xml parts patch": 421,
|
|
15257
|
+
"custom-xml parts remove": 422,
|
|
15258
|
+
"metadata attach": 423,
|
|
15259
|
+
"metadata list": 424,
|
|
15260
|
+
"metadata get": 425,
|
|
15261
|
+
"metadata update": 426,
|
|
15262
|
+
"metadata remove": 427,
|
|
15263
|
+
"metadata resolve": 428,
|
|
15264
|
+
"open": 429,
|
|
15265
|
+
"save": 430,
|
|
15266
|
+
"close": 431,
|
|
15267
|
+
"insert tab": 432,
|
|
15268
|
+
"insert line-break": 433,
|
|
15269
|
+
"execute code": 434,
|
|
15270
|
+
"status": 435,
|
|
15271
|
+
"describe": 436,
|
|
15272
|
+
"describe command": 437,
|
|
15273
|
+
"session list": 438,
|
|
15274
|
+
"session save": 439,
|
|
15275
|
+
"session close": 440,
|
|
15276
|
+
"session set-default": 441,
|
|
15277
|
+
"preset list": 442,
|
|
15278
|
+
"preset get-catalog": 443,
|
|
15279
|
+
"preset get-tools": 444,
|
|
15280
|
+
"preset get-system-prompt": 445,
|
|
15281
|
+
"preset get-mcp-prompt": 446,
|
|
15282
|
+
"preset dispatch": 447,
|
|
15283
|
+
"lists exit": 448,
|
|
15284
|
+
"format strikethrough": 449,
|
|
15285
|
+
"track-changes accept": 450,
|
|
15286
|
+
"track-changes reject": 451,
|
|
15287
|
+
"track-changes accept-all": 452,
|
|
15288
|
+
"track-changes reject-all": 453,
|
|
15289
|
+
"comments add": 454,
|
|
15290
|
+
"comments reply": 455,
|
|
15291
|
+
"comments edit": 456,
|
|
15292
|
+
"comments move": 457,
|
|
15293
|
+
"comments resolve": 458,
|
|
15294
|
+
"comments remove": 459,
|
|
15295
|
+
"comments set-internal": 460,
|
|
15296
|
+
"session use": 441,
|
|
15267
15297
|
"getnode": 2,
|
|
15268
15298
|
"getnodebyid": 3,
|
|
15269
15299
|
"gettext": 4,
|
|
@@ -15450,255 +15480,256 @@ export const CONTRACT = {
|
|
|
15450
15480
|
"tables.setrowoptions": 190,
|
|
15451
15481
|
"tables.insertcolumn": 191,
|
|
15452
15482
|
"tables.deletecolumn": 192,
|
|
15453
|
-
"tables.
|
|
15454
|
-
"tables.
|
|
15455
|
-
"tables.
|
|
15456
|
-
"tables.
|
|
15457
|
-
"tables.
|
|
15458
|
-
"tables.
|
|
15459
|
-
"tables.
|
|
15460
|
-
"tables.
|
|
15461
|
-
"tables.
|
|
15462
|
-
"tables.
|
|
15463
|
-
"tables.
|
|
15464
|
-
"tables.
|
|
15465
|
-
"tables.
|
|
15466
|
-
"tables.
|
|
15467
|
-
"tables.
|
|
15468
|
-
"tables.
|
|
15469
|
-
"tables.
|
|
15470
|
-
"tables.
|
|
15471
|
-
"tables.
|
|
15472
|
-
"tables.
|
|
15473
|
-
"tables.
|
|
15474
|
-
"tables.
|
|
15475
|
-
"tables.
|
|
15476
|
-
"tables.
|
|
15477
|
-
"tables.
|
|
15478
|
-
"tables.
|
|
15479
|
-
"tables.
|
|
15480
|
-
"tables.
|
|
15481
|
-
"tables.
|
|
15482
|
-
"tables.
|
|
15483
|
-
"tables.
|
|
15484
|
-
"tables.
|
|
15485
|
-
"tables.
|
|
15486
|
-
"
|
|
15487
|
-
"
|
|
15488
|
-
"toc.
|
|
15489
|
-
"toc.
|
|
15490
|
-
"toc.
|
|
15491
|
-
"toc.
|
|
15492
|
-
"toc.
|
|
15493
|
-
"toc.
|
|
15494
|
-
"toc.
|
|
15495
|
-
"toc.
|
|
15496
|
-
"toc.
|
|
15497
|
-
"
|
|
15498
|
-
"history.
|
|
15499
|
-
"history.
|
|
15500
|
-
"
|
|
15501
|
-
"
|
|
15502
|
-
"images.
|
|
15503
|
-
"images.
|
|
15504
|
-
"images.
|
|
15505
|
-
"images.
|
|
15506
|
-
"images.
|
|
15507
|
-
"images.
|
|
15508
|
-
"images.
|
|
15509
|
-
"images.
|
|
15510
|
-
"images.
|
|
15511
|
-
"images.
|
|
15512
|
-
"images.
|
|
15513
|
-
"images.
|
|
15514
|
-
"images.
|
|
15515
|
-
"images.
|
|
15516
|
-
"images.
|
|
15517
|
-
"images.
|
|
15518
|
-
"images.
|
|
15519
|
-
"images.
|
|
15520
|
-
"images.
|
|
15521
|
-
"images.
|
|
15522
|
-
"images.
|
|
15523
|
-
"images.
|
|
15524
|
-
"images.
|
|
15525
|
-
"images.
|
|
15526
|
-
"images.
|
|
15527
|
-
"images.
|
|
15528
|
-
"
|
|
15529
|
-
"hyperlinks.
|
|
15530
|
-
"hyperlinks.
|
|
15531
|
-
"hyperlinks.
|
|
15532
|
-
"hyperlinks.
|
|
15533
|
-
"hyperlinks.
|
|
15534
|
-
"
|
|
15535
|
-
"headerfooters.
|
|
15536
|
-
"headerfooters.
|
|
15537
|
-
"headerfooters.
|
|
15538
|
-
"headerfooters.refs.
|
|
15539
|
-
"headerfooters.refs.
|
|
15540
|
-
"headerfooters.
|
|
15541
|
-
"headerfooters.parts.
|
|
15542
|
-
"headerfooters.parts.
|
|
15543
|
-
"
|
|
15544
|
-
"
|
|
15545
|
-
"contentcontrols.
|
|
15546
|
-
"contentcontrols.
|
|
15547
|
-
"contentcontrols.
|
|
15548
|
-
"contentcontrols.
|
|
15549
|
-
"contentcontrols.
|
|
15550
|
-
"contentcontrols.
|
|
15551
|
-
"contentcontrols.
|
|
15552
|
-
"contentcontrols.
|
|
15553
|
-
"contentcontrols.
|
|
15554
|
-
"contentcontrols.
|
|
15555
|
-
"contentcontrols.
|
|
15556
|
-
"contentcontrols.
|
|
15557
|
-
"contentcontrols.
|
|
15558
|
-
"contentcontrols.
|
|
15559
|
-
"contentcontrols.
|
|
15560
|
-
"contentcontrols.
|
|
15561
|
-
"contentcontrols.
|
|
15562
|
-
"contentcontrols.
|
|
15563
|
-
"contentcontrols.
|
|
15564
|
-
"contentcontrols.
|
|
15565
|
-
"contentcontrols.
|
|
15566
|
-
"contentcontrols.
|
|
15567
|
-
"contentcontrols.
|
|
15568
|
-
"contentcontrols.
|
|
15569
|
-
"contentcontrols.
|
|
15570
|
-
"contentcontrols.
|
|
15571
|
-
"contentcontrols.
|
|
15572
|
-
"contentcontrols.
|
|
15573
|
-
"contentcontrols.
|
|
15574
|
-
"contentcontrols.
|
|
15575
|
-
"contentcontrols.text.
|
|
15576
|
-
"contentcontrols.text.
|
|
15577
|
-
"contentcontrols.
|
|
15578
|
-
"contentcontrols.date.
|
|
15579
|
-
"contentcontrols.date.
|
|
15580
|
-
"contentcontrols.date.
|
|
15581
|
-
"contentcontrols.date.
|
|
15582
|
-
"contentcontrols.date.
|
|
15583
|
-
"contentcontrols.
|
|
15584
|
-
"contentcontrols.checkbox.
|
|
15585
|
-
"contentcontrols.checkbox.
|
|
15586
|
-
"contentcontrols.checkbox.
|
|
15587
|
-
"contentcontrols.
|
|
15588
|
-
"contentcontrols.choicelist.
|
|
15589
|
-
"contentcontrols.choicelist.
|
|
15590
|
-
"contentcontrols.
|
|
15591
|
-
"contentcontrols.repeatingsection.
|
|
15592
|
-
"contentcontrols.repeatingsection.
|
|
15593
|
-
"contentcontrols.repeatingsection.
|
|
15594
|
-
"contentcontrols.repeatingsection.
|
|
15595
|
-
"contentcontrols.repeatingsection.
|
|
15596
|
-
"contentcontrols.
|
|
15597
|
-
"contentcontrols.group.
|
|
15598
|
-
"
|
|
15599
|
-
"bookmarks.
|
|
15600
|
-
"bookmarks.
|
|
15601
|
-
"bookmarks.
|
|
15602
|
-
"bookmarks.
|
|
15603
|
-
"
|
|
15604
|
-
"footnotes.
|
|
15605
|
-
"footnotes.
|
|
15606
|
-
"footnotes.
|
|
15607
|
-
"footnotes.
|
|
15608
|
-
"footnotes.
|
|
15609
|
-
"
|
|
15610
|
-
"clipboard.
|
|
15611
|
-
"clipboard.
|
|
15612
|
-
"
|
|
15613
|
-
"crossrefs.
|
|
15614
|
-
"crossrefs.
|
|
15615
|
-
"crossrefs.
|
|
15616
|
-
"crossrefs.
|
|
15617
|
-
"
|
|
15618
|
-
"index.
|
|
15619
|
-
"index.
|
|
15620
|
-
"index.
|
|
15621
|
-
"index.
|
|
15622
|
-
"index.
|
|
15623
|
-
"index.
|
|
15624
|
-
"index.entries.
|
|
15625
|
-
"index.entries.
|
|
15626
|
-
"index.entries.
|
|
15627
|
-
"index.entries.
|
|
15628
|
-
"
|
|
15629
|
-
"captions.
|
|
15630
|
-
"captions.
|
|
15631
|
-
"captions.
|
|
15632
|
-
"captions.
|
|
15633
|
-
"captions.
|
|
15634
|
-
"
|
|
15635
|
-
"fields.
|
|
15636
|
-
"fields.
|
|
15637
|
-
"fields.
|
|
15638
|
-
"fields.
|
|
15639
|
-
"
|
|
15640
|
-
"citations.
|
|
15641
|
-
"citations.
|
|
15642
|
-
"citations.
|
|
15643
|
-
"citations.
|
|
15644
|
-
"citations.
|
|
15645
|
-
"citations.sources.
|
|
15646
|
-
"citations.sources.
|
|
15647
|
-
"citations.sources.
|
|
15648
|
-
"citations.sources.
|
|
15649
|
-
"citations.
|
|
15650
|
-
"citations.bibliography.
|
|
15651
|
-
"citations.bibliography.
|
|
15652
|
-
"citations.bibliography.
|
|
15653
|
-
"citations.bibliography.
|
|
15654
|
-
"
|
|
15655
|
-
"authorities.
|
|
15656
|
-
"authorities.
|
|
15657
|
-
"authorities.
|
|
15658
|
-
"authorities.
|
|
15659
|
-
"authorities.
|
|
15660
|
-
"authorities.
|
|
15661
|
-
"authorities.entries.
|
|
15662
|
-
"authorities.entries.
|
|
15663
|
-
"authorities.entries.
|
|
15664
|
-
"authorities.entries.
|
|
15665
|
-
"
|
|
15666
|
-
"diff.
|
|
15667
|
-
"diff.
|
|
15668
|
-
"
|
|
15669
|
-
"
|
|
15670
|
-
"protection.
|
|
15671
|
-
"protection.
|
|
15672
|
-
"
|
|
15673
|
-
"permissionranges.
|
|
15674
|
-
"permissionranges.
|
|
15675
|
-
"permissionranges.
|
|
15676
|
-
"permissionranges.
|
|
15677
|
-
"
|
|
15678
|
-
"customxml.parts.
|
|
15679
|
-
"customxml.parts.
|
|
15680
|
-
"customxml.parts.
|
|
15681
|
-
"customxml.parts.
|
|
15682
|
-
"
|
|
15683
|
-
"metadata.
|
|
15684
|
-
"metadata.
|
|
15685
|
-
"metadata.
|
|
15686
|
-
"metadata.
|
|
15687
|
-
"metadata.
|
|
15688
|
-
"
|
|
15689
|
-
"
|
|
15690
|
-
"
|
|
15691
|
-
"
|
|
15692
|
-
"
|
|
15693
|
-
"session.
|
|
15694
|
-
"session.
|
|
15695
|
-
"session.
|
|
15696
|
-
"
|
|
15697
|
-
"preset.
|
|
15698
|
-
"preset.
|
|
15699
|
-
"preset.
|
|
15700
|
-
"preset.
|
|
15701
|
-
"preset.
|
|
15483
|
+
"tables.movecolumn": 193,
|
|
15484
|
+
"tables.setcolumnwidth": 194,
|
|
15485
|
+
"tables.distributecolumns": 195,
|
|
15486
|
+
"tables.insertcell": 196,
|
|
15487
|
+
"tables.deletecell": 197,
|
|
15488
|
+
"tables.mergecells": 198,
|
|
15489
|
+
"tables.unmergecells": 199,
|
|
15490
|
+
"tables.splitcell": 200,
|
|
15491
|
+
"tables.setcellproperties": 201,
|
|
15492
|
+
"tables.setcelltext": 202,
|
|
15493
|
+
"tables.sort": 203,
|
|
15494
|
+
"tables.setalttext": 204,
|
|
15495
|
+
"tables.setstyle": 205,
|
|
15496
|
+
"tables.clearstyle": 206,
|
|
15497
|
+
"tables.setstyleoption": 207,
|
|
15498
|
+
"tables.setborder": 208,
|
|
15499
|
+
"tables.clearborder": 209,
|
|
15500
|
+
"tables.applyborderpreset": 210,
|
|
15501
|
+
"tables.setshading": 211,
|
|
15502
|
+
"tables.clearshading": 212,
|
|
15503
|
+
"tables.settablepadding": 213,
|
|
15504
|
+
"tables.setcellpadding": 214,
|
|
15505
|
+
"tables.setcellspacing": 215,
|
|
15506
|
+
"tables.clearcellspacing": 216,
|
|
15507
|
+
"tables.applystyle": 217,
|
|
15508
|
+
"tables.setborders": 218,
|
|
15509
|
+
"tables.settableoptions": 219,
|
|
15510
|
+
"tables.applypreset": 220,
|
|
15511
|
+
"tables.get": 221,
|
|
15512
|
+
"tables.getcells": 222,
|
|
15513
|
+
"tables.getproperties": 223,
|
|
15514
|
+
"tables.getstyles": 224,
|
|
15515
|
+
"tables.setdefaultstyle": 225,
|
|
15516
|
+
"tables.cleardefaultstyle": 226,
|
|
15517
|
+
"create.tableofcontents": 227,
|
|
15518
|
+
"toc.list": 228,
|
|
15519
|
+
"toc.get": 229,
|
|
15520
|
+
"toc.configure": 230,
|
|
15521
|
+
"toc.update": 231,
|
|
15522
|
+
"toc.remove": 232,
|
|
15523
|
+
"toc.markentry": 233,
|
|
15524
|
+
"toc.unmarkentry": 234,
|
|
15525
|
+
"toc.listentries": 235,
|
|
15526
|
+
"toc.getentry": 236,
|
|
15527
|
+
"toc.editentry": 237,
|
|
15528
|
+
"history.get": 238,
|
|
15529
|
+
"history.undo": 239,
|
|
15530
|
+
"history.redo": 240,
|
|
15531
|
+
"create.image": 241,
|
|
15532
|
+
"images.list": 242,
|
|
15533
|
+
"images.get": 243,
|
|
15534
|
+
"images.delete": 244,
|
|
15535
|
+
"images.move": 245,
|
|
15536
|
+
"images.converttoinline": 246,
|
|
15537
|
+
"images.converttofloating": 247,
|
|
15538
|
+
"images.setsize": 248,
|
|
15539
|
+
"images.setwraptype": 249,
|
|
15540
|
+
"images.setwrapside": 250,
|
|
15541
|
+
"images.setwrapdistances": 251,
|
|
15542
|
+
"images.setposition": 252,
|
|
15543
|
+
"images.setanchoroptions": 253,
|
|
15544
|
+
"images.setzorder": 254,
|
|
15545
|
+
"images.scale": 255,
|
|
15546
|
+
"images.setlockaspectratio": 256,
|
|
15547
|
+
"images.rotate": 257,
|
|
15548
|
+
"images.flip": 258,
|
|
15549
|
+
"images.crop": 259,
|
|
15550
|
+
"images.resetcrop": 260,
|
|
15551
|
+
"images.replacesource": 261,
|
|
15552
|
+
"images.setalttext": 262,
|
|
15553
|
+
"images.setdecorative": 263,
|
|
15554
|
+
"images.setname": 264,
|
|
15555
|
+
"images.sethyperlink": 265,
|
|
15556
|
+
"images.insertcaption": 266,
|
|
15557
|
+
"images.updatecaption": 267,
|
|
15558
|
+
"images.removecaption": 268,
|
|
15559
|
+
"hyperlinks.list": 269,
|
|
15560
|
+
"hyperlinks.get": 270,
|
|
15561
|
+
"hyperlinks.wrap": 271,
|
|
15562
|
+
"hyperlinks.insert": 272,
|
|
15563
|
+
"hyperlinks.patch": 273,
|
|
15564
|
+
"hyperlinks.remove": 274,
|
|
15565
|
+
"headerfooters.list": 275,
|
|
15566
|
+
"headerfooters.get": 276,
|
|
15567
|
+
"headerfooters.resolve": 277,
|
|
15568
|
+
"headerfooters.refs.set": 278,
|
|
15569
|
+
"headerfooters.refs.clear": 279,
|
|
15570
|
+
"headerfooters.refs.setlinkedtoprevious": 280,
|
|
15571
|
+
"headerfooters.parts.list": 281,
|
|
15572
|
+
"headerfooters.parts.create": 282,
|
|
15573
|
+
"headerfooters.parts.delete": 283,
|
|
15574
|
+
"create.contentcontrol": 284,
|
|
15575
|
+
"contentcontrols.list": 285,
|
|
15576
|
+
"contentcontrols.get": 286,
|
|
15577
|
+
"contentcontrols.listinrange": 287,
|
|
15578
|
+
"contentcontrols.selectbytag": 288,
|
|
15579
|
+
"contentcontrols.selectbytitle": 289,
|
|
15580
|
+
"contentcontrols.listchildren": 290,
|
|
15581
|
+
"contentcontrols.getparent": 291,
|
|
15582
|
+
"contentcontrols.wrap": 292,
|
|
15583
|
+
"contentcontrols.unwrap": 293,
|
|
15584
|
+
"contentcontrols.delete": 294,
|
|
15585
|
+
"contentcontrols.copy": 295,
|
|
15586
|
+
"contentcontrols.move": 296,
|
|
15587
|
+
"contentcontrols.patch": 297,
|
|
15588
|
+
"contentcontrols.setlockmode": 298,
|
|
15589
|
+
"contentcontrols.settype": 299,
|
|
15590
|
+
"contentcontrols.getcontent": 300,
|
|
15591
|
+
"contentcontrols.replacecontent": 301,
|
|
15592
|
+
"contentcontrols.clearcontent": 302,
|
|
15593
|
+
"contentcontrols.appendcontent": 303,
|
|
15594
|
+
"contentcontrols.prependcontent": 304,
|
|
15595
|
+
"contentcontrols.insertbefore": 305,
|
|
15596
|
+
"contentcontrols.insertafter": 306,
|
|
15597
|
+
"contentcontrols.getbinding": 307,
|
|
15598
|
+
"contentcontrols.setbinding": 308,
|
|
15599
|
+
"contentcontrols.clearbinding": 309,
|
|
15600
|
+
"contentcontrols.getrawproperties": 310,
|
|
15601
|
+
"contentcontrols.patchrawproperties": 311,
|
|
15602
|
+
"contentcontrols.validatewordcompatibility": 312,
|
|
15603
|
+
"contentcontrols.normalizewordcompatibility": 313,
|
|
15604
|
+
"contentcontrols.normalizetagpayload": 314,
|
|
15605
|
+
"contentcontrols.text.setmultiline": 315,
|
|
15606
|
+
"contentcontrols.text.setvalue": 316,
|
|
15607
|
+
"contentcontrols.text.clearvalue": 317,
|
|
15608
|
+
"contentcontrols.date.setvalue": 318,
|
|
15609
|
+
"contentcontrols.date.clearvalue": 319,
|
|
15610
|
+
"contentcontrols.date.setdisplayformat": 320,
|
|
15611
|
+
"contentcontrols.date.setdisplaylocale": 321,
|
|
15612
|
+
"contentcontrols.date.setstorageformat": 322,
|
|
15613
|
+
"contentcontrols.date.setcalendar": 323,
|
|
15614
|
+
"contentcontrols.checkbox.getstate": 324,
|
|
15615
|
+
"contentcontrols.checkbox.setstate": 325,
|
|
15616
|
+
"contentcontrols.checkbox.toggle": 326,
|
|
15617
|
+
"contentcontrols.checkbox.setsymbolpair": 327,
|
|
15618
|
+
"contentcontrols.choicelist.getitems": 328,
|
|
15619
|
+
"contentcontrols.choicelist.setitems": 329,
|
|
15620
|
+
"contentcontrols.choicelist.setselected": 330,
|
|
15621
|
+
"contentcontrols.repeatingsection.listitems": 331,
|
|
15622
|
+
"contentcontrols.repeatingsection.insertitembefore": 332,
|
|
15623
|
+
"contentcontrols.repeatingsection.insertitemafter": 333,
|
|
15624
|
+
"contentcontrols.repeatingsection.cloneitem": 334,
|
|
15625
|
+
"contentcontrols.repeatingsection.deleteitem": 335,
|
|
15626
|
+
"contentcontrols.repeatingsection.setallowinsertdelete": 336,
|
|
15627
|
+
"contentcontrols.group.wrap": 337,
|
|
15628
|
+
"contentcontrols.group.ungroup": 338,
|
|
15629
|
+
"bookmarks.list": 339,
|
|
15630
|
+
"bookmarks.get": 340,
|
|
15631
|
+
"bookmarks.insert": 341,
|
|
15632
|
+
"bookmarks.rename": 342,
|
|
15633
|
+
"bookmarks.remove": 343,
|
|
15634
|
+
"footnotes.list": 344,
|
|
15635
|
+
"footnotes.get": 345,
|
|
15636
|
+
"footnotes.insert": 346,
|
|
15637
|
+
"footnotes.update": 347,
|
|
15638
|
+
"footnotes.remove": 348,
|
|
15639
|
+
"footnotes.configure": 349,
|
|
15640
|
+
"clipboard.parse": 350,
|
|
15641
|
+
"clipboard.insert": 351,
|
|
15642
|
+
"clipboard.serializeselection": 352,
|
|
15643
|
+
"crossrefs.list": 353,
|
|
15644
|
+
"crossrefs.get": 354,
|
|
15645
|
+
"crossrefs.insert": 355,
|
|
15646
|
+
"crossrefs.rebuild": 356,
|
|
15647
|
+
"crossrefs.remove": 357,
|
|
15648
|
+
"index.list": 358,
|
|
15649
|
+
"index.get": 359,
|
|
15650
|
+
"index.insert": 360,
|
|
15651
|
+
"index.configure": 361,
|
|
15652
|
+
"index.rebuild": 362,
|
|
15653
|
+
"index.remove": 363,
|
|
15654
|
+
"index.entries.list": 364,
|
|
15655
|
+
"index.entries.get": 365,
|
|
15656
|
+
"index.entries.insert": 366,
|
|
15657
|
+
"index.entries.update": 367,
|
|
15658
|
+
"index.entries.remove": 368,
|
|
15659
|
+
"captions.list": 369,
|
|
15660
|
+
"captions.get": 370,
|
|
15661
|
+
"captions.insert": 371,
|
|
15662
|
+
"captions.update": 372,
|
|
15663
|
+
"captions.remove": 373,
|
|
15664
|
+
"captions.configure": 374,
|
|
15665
|
+
"fields.list": 375,
|
|
15666
|
+
"fields.get": 376,
|
|
15667
|
+
"fields.insert": 377,
|
|
15668
|
+
"fields.rebuild": 378,
|
|
15669
|
+
"fields.remove": 379,
|
|
15670
|
+
"citations.list": 380,
|
|
15671
|
+
"citations.get": 381,
|
|
15672
|
+
"citations.insert": 382,
|
|
15673
|
+
"citations.update": 383,
|
|
15674
|
+
"citations.remove": 384,
|
|
15675
|
+
"citations.sources.list": 385,
|
|
15676
|
+
"citations.sources.get": 386,
|
|
15677
|
+
"citations.sources.insert": 387,
|
|
15678
|
+
"citations.sources.update": 388,
|
|
15679
|
+
"citations.sources.remove": 389,
|
|
15680
|
+
"citations.bibliography.get": 390,
|
|
15681
|
+
"citations.bibliography.insert": 391,
|
|
15682
|
+
"citations.bibliography.rebuild": 392,
|
|
15683
|
+
"citations.bibliography.configure": 393,
|
|
15684
|
+
"citations.bibliography.remove": 394,
|
|
15685
|
+
"authorities.list": 395,
|
|
15686
|
+
"authorities.get": 396,
|
|
15687
|
+
"authorities.insert": 397,
|
|
15688
|
+
"authorities.configure": 398,
|
|
15689
|
+
"authorities.rebuild": 399,
|
|
15690
|
+
"authorities.remove": 400,
|
|
15691
|
+
"authorities.entries.list": 401,
|
|
15692
|
+
"authorities.entries.get": 402,
|
|
15693
|
+
"authorities.entries.insert": 403,
|
|
15694
|
+
"authorities.entries.update": 404,
|
|
15695
|
+
"authorities.entries.remove": 405,
|
|
15696
|
+
"diff.capture": 406,
|
|
15697
|
+
"diff.compare": 407,
|
|
15698
|
+
"diff.apply": 408,
|
|
15699
|
+
"export.todocx": 409,
|
|
15700
|
+
"protection.get": 410,
|
|
15701
|
+
"protection.seteditingrestriction": 411,
|
|
15702
|
+
"protection.cleareditingrestriction": 412,
|
|
15703
|
+
"permissionranges.list": 413,
|
|
15704
|
+
"permissionranges.get": 414,
|
|
15705
|
+
"permissionranges.create": 415,
|
|
15706
|
+
"permissionranges.remove": 416,
|
|
15707
|
+
"permissionranges.updateprincipal": 417,
|
|
15708
|
+
"customxml.parts.list": 418,
|
|
15709
|
+
"customxml.parts.get": 419,
|
|
15710
|
+
"customxml.parts.create": 420,
|
|
15711
|
+
"customxml.parts.patch": 421,
|
|
15712
|
+
"customxml.parts.remove": 422,
|
|
15713
|
+
"metadata.attach": 423,
|
|
15714
|
+
"metadata.list": 424,
|
|
15715
|
+
"metadata.get": 425,
|
|
15716
|
+
"metadata.update": 426,
|
|
15717
|
+
"metadata.remove": 427,
|
|
15718
|
+
"metadata.resolve": 428,
|
|
15719
|
+
"inserttab": 432,
|
|
15720
|
+
"insertlinebreak": 433,
|
|
15721
|
+
"executecode": 434,
|
|
15722
|
+
"describecommand": 437,
|
|
15723
|
+
"session.list": 438,
|
|
15724
|
+
"session.save": 439,
|
|
15725
|
+
"session.close": 440,
|
|
15726
|
+
"session.setdefault": 441,
|
|
15727
|
+
"preset.list": 442,
|
|
15728
|
+
"preset.getcatalog": 443,
|
|
15729
|
+
"preset.gettools": 444,
|
|
15730
|
+
"preset.getsystemprompt": 445,
|
|
15731
|
+
"preset.getmcpprompt": 446,
|
|
15732
|
+
"preset.dispatch": 447
|
|
15702
15733
|
}
|
|
15703
15734
|
},
|
|
15704
15735
|
"operations": {
|
|
@@ -207709,6 +207740,41 @@ export const CONTRACT = {
|
|
|
207709
207740
|
"dryRun"
|
|
207710
207741
|
]
|
|
207711
207742
|
},
|
|
207743
|
+
"tables.moveColumn": {
|
|
207744
|
+
"type": "object",
|
|
207745
|
+
"properties": {
|
|
207746
|
+
"available": {
|
|
207747
|
+
"type": "boolean"
|
|
207748
|
+
},
|
|
207749
|
+
"tracked": {
|
|
207750
|
+
"type": "boolean"
|
|
207751
|
+
},
|
|
207752
|
+
"dryRun": {
|
|
207753
|
+
"type": "boolean"
|
|
207754
|
+
},
|
|
207755
|
+
"reasons": {
|
|
207756
|
+
"type": "array",
|
|
207757
|
+
"items": {
|
|
207758
|
+
"enum": [
|
|
207759
|
+
"COMMAND_UNAVAILABLE",
|
|
207760
|
+
"HELPER_UNAVAILABLE",
|
|
207761
|
+
"OPERATION_UNAVAILABLE",
|
|
207762
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
207763
|
+
"DRY_RUN_UNAVAILABLE",
|
|
207764
|
+
"NAMESPACE_UNAVAILABLE",
|
|
207765
|
+
"STYLES_PART_MISSING",
|
|
207766
|
+
"COLLABORATION_ACTIVE"
|
|
207767
|
+
]
|
|
207768
|
+
}
|
|
207769
|
+
}
|
|
207770
|
+
},
|
|
207771
|
+
"additionalProperties": false,
|
|
207772
|
+
"required": [
|
|
207773
|
+
"available",
|
|
207774
|
+
"tracked",
|
|
207775
|
+
"dryRun"
|
|
207776
|
+
]
|
|
207777
|
+
},
|
|
207712
207778
|
"tables.setColumnWidth": {
|
|
207713
207779
|
"type": "object",
|
|
207714
207780
|
"properties": {
|
|
@@ -216130,6 +216196,7 @@ export const CONTRACT = {
|
|
|
216130
216196
|
"tables.setRowOptions",
|
|
216131
216197
|
"tables.insertColumn",
|
|
216132
216198
|
"tables.deleteColumn",
|
|
216199
|
+
"tables.moveColumn",
|
|
216133
216200
|
"tables.setColumnWidth",
|
|
216134
216201
|
"tables.distributeColumns",
|
|
216135
216202
|
"tables.insertCell",
|
|
@@ -230185,6 +230252,397 @@ export const CONTRACT = {
|
|
|
230185
230252
|
"intentGroup": "table",
|
|
230186
230253
|
"intentAction": "delete_column"
|
|
230187
230254
|
},
|
|
230255
|
+
"doc.tables.moveColumn": {
|
|
230256
|
+
"operationId": "doc.tables.moveColumn",
|
|
230257
|
+
"sdkSurface": "document",
|
|
230258
|
+
"command": "tables move-column",
|
|
230259
|
+
"commandTokens": [
|
|
230260
|
+
"tables",
|
|
230261
|
+
"move-column"
|
|
230262
|
+
],
|
|
230263
|
+
"category": "tables",
|
|
230264
|
+
"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`.",
|
|
230265
|
+
"requiresDocumentContext": true,
|
|
230266
|
+
"docRequirement": "optional",
|
|
230267
|
+
"responseEnvelopeKey": "result",
|
|
230268
|
+
"params": [
|
|
230269
|
+
{
|
|
230270
|
+
"name": "doc",
|
|
230271
|
+
"kind": "doc",
|
|
230272
|
+
"type": "string",
|
|
230273
|
+
"description": "Document path. Optional when a session is already open."
|
|
230274
|
+
},
|
|
230275
|
+
{
|
|
230276
|
+
"name": "sessionId",
|
|
230277
|
+
"kind": "flag",
|
|
230278
|
+
"type": "string",
|
|
230279
|
+
"flag": "session",
|
|
230280
|
+
"description": "Session ID for multi-session workflows. Optional when only one session is open."
|
|
230281
|
+
},
|
|
230282
|
+
{
|
|
230283
|
+
"name": "out",
|
|
230284
|
+
"kind": "flag",
|
|
230285
|
+
"type": "string",
|
|
230286
|
+
"agentVisible": false
|
|
230287
|
+
},
|
|
230288
|
+
{
|
|
230289
|
+
"name": "force",
|
|
230290
|
+
"kind": "flag",
|
|
230291
|
+
"type": "boolean",
|
|
230292
|
+
"description": "Bypass confirmation checks."
|
|
230293
|
+
},
|
|
230294
|
+
{
|
|
230295
|
+
"name": "expectedRevision",
|
|
230296
|
+
"kind": "flag",
|
|
230297
|
+
"type": "string",
|
|
230298
|
+
"flag": "expected-revision",
|
|
230299
|
+
"agentVisible": false
|
|
230300
|
+
},
|
|
230301
|
+
{
|
|
230302
|
+
"name": "changeMode",
|
|
230303
|
+
"kind": "flag",
|
|
230304
|
+
"type": "string",
|
|
230305
|
+
"flag": "change-mode",
|
|
230306
|
+
"schema": {
|
|
230307
|
+
"type": "string"
|
|
230308
|
+
},
|
|
230309
|
+
"description": "Edit mode: \"direct\" applies changes immediately, \"tracked\" records as suggestions."
|
|
230310
|
+
},
|
|
230311
|
+
{
|
|
230312
|
+
"name": "dryRun",
|
|
230313
|
+
"kind": "flag",
|
|
230314
|
+
"type": "boolean",
|
|
230315
|
+
"flag": "dry-run",
|
|
230316
|
+
"description": "Preview the result without applying changes."
|
|
230317
|
+
},
|
|
230318
|
+
{
|
|
230319
|
+
"name": "target",
|
|
230320
|
+
"kind": "jsonFlag",
|
|
230321
|
+
"type": "json",
|
|
230322
|
+
"documentApiInputName": "target",
|
|
230323
|
+
"flag": "target-json",
|
|
230324
|
+
"required": false,
|
|
230325
|
+
"schema": {
|
|
230326
|
+
"type": "object",
|
|
230327
|
+
"properties": {
|
|
230328
|
+
"kind": {
|
|
230329
|
+
"const": "block"
|
|
230330
|
+
},
|
|
230331
|
+
"nodeType": {
|
|
230332
|
+
"const": "table"
|
|
230333
|
+
},
|
|
230334
|
+
"nodeId": {
|
|
230335
|
+
"type": "string"
|
|
230336
|
+
}
|
|
230337
|
+
},
|
|
230338
|
+
"required": [
|
|
230339
|
+
"kind",
|
|
230340
|
+
"nodeType",
|
|
230341
|
+
"nodeId"
|
|
230342
|
+
]
|
|
230343
|
+
}
|
|
230344
|
+
},
|
|
230345
|
+
{
|
|
230346
|
+
"name": "nodeId",
|
|
230347
|
+
"kind": "flag",
|
|
230348
|
+
"type": "string",
|
|
230349
|
+
"documentApiInputName": "nodeId",
|
|
230350
|
+
"flag": "node-id",
|
|
230351
|
+
"required": false
|
|
230352
|
+
},
|
|
230353
|
+
{
|
|
230354
|
+
"name": "columnIndex",
|
|
230355
|
+
"kind": "flag",
|
|
230356
|
+
"type": "number",
|
|
230357
|
+
"documentApiInputName": "columnIndex",
|
|
230358
|
+
"flag": "column-index",
|
|
230359
|
+
"required": true
|
|
230360
|
+
},
|
|
230361
|
+
{
|
|
230362
|
+
"name": "destination",
|
|
230363
|
+
"kind": "jsonFlag",
|
|
230364
|
+
"type": "json",
|
|
230365
|
+
"documentApiInputName": "destination",
|
|
230366
|
+
"flag": "destination-json",
|
|
230367
|
+
"required": true,
|
|
230368
|
+
"schema": {
|
|
230369
|
+
"oneOf": [
|
|
230370
|
+
{
|
|
230371
|
+
"type": "object",
|
|
230372
|
+
"properties": {
|
|
230373
|
+
"kind": {
|
|
230374
|
+
"const": "first"
|
|
230375
|
+
}
|
|
230376
|
+
},
|
|
230377
|
+
"required": [
|
|
230378
|
+
"kind"
|
|
230379
|
+
]
|
|
230380
|
+
},
|
|
230381
|
+
{
|
|
230382
|
+
"type": "object",
|
|
230383
|
+
"properties": {
|
|
230384
|
+
"kind": {
|
|
230385
|
+
"const": "last"
|
|
230386
|
+
}
|
|
230387
|
+
},
|
|
230388
|
+
"required": [
|
|
230389
|
+
"kind"
|
|
230390
|
+
]
|
|
230391
|
+
},
|
|
230392
|
+
{
|
|
230393
|
+
"type": "object",
|
|
230394
|
+
"properties": {
|
|
230395
|
+
"kind": {
|
|
230396
|
+
"const": "before"
|
|
230397
|
+
},
|
|
230398
|
+
"columnIndex": {
|
|
230399
|
+
"type": "number"
|
|
230400
|
+
}
|
|
230401
|
+
},
|
|
230402
|
+
"required": [
|
|
230403
|
+
"kind",
|
|
230404
|
+
"columnIndex"
|
|
230405
|
+
]
|
|
230406
|
+
},
|
|
230407
|
+
{
|
|
230408
|
+
"type": "object",
|
|
230409
|
+
"properties": {
|
|
230410
|
+
"kind": {
|
|
230411
|
+
"const": "after"
|
|
230412
|
+
},
|
|
230413
|
+
"columnIndex": {
|
|
230414
|
+
"type": "number"
|
|
230415
|
+
}
|
|
230416
|
+
},
|
|
230417
|
+
"required": [
|
|
230418
|
+
"kind",
|
|
230419
|
+
"columnIndex"
|
|
230420
|
+
]
|
|
230421
|
+
}
|
|
230422
|
+
]
|
|
230423
|
+
}
|
|
230424
|
+
}
|
|
230425
|
+
],
|
|
230426
|
+
"constraints": null,
|
|
230427
|
+
"documentApiOperationId": "tables.moveColumn",
|
|
230428
|
+
"mutates": true,
|
|
230429
|
+
"idempotency": "conditional",
|
|
230430
|
+
"supportsTrackedMode": false,
|
|
230431
|
+
"supportsConditionalTrackedMode": false,
|
|
230432
|
+
"supportsDryRun": true,
|
|
230433
|
+
"inputSchema": {
|
|
230434
|
+
"type": "object",
|
|
230435
|
+
"properties": {
|
|
230436
|
+
"target": {
|
|
230437
|
+
"$ref": "#/$defs/TableAddress"
|
|
230438
|
+
},
|
|
230439
|
+
"nodeId": {
|
|
230440
|
+
"type": "string"
|
|
230441
|
+
},
|
|
230442
|
+
"columnIndex": {
|
|
230443
|
+
"type": "integer",
|
|
230444
|
+
"minimum": 0
|
|
230445
|
+
},
|
|
230446
|
+
"destination": {
|
|
230447
|
+
"oneOf": [
|
|
230448
|
+
{
|
|
230449
|
+
"type": "object",
|
|
230450
|
+
"properties": {
|
|
230451
|
+
"kind": {
|
|
230452
|
+
"const": "first"
|
|
230453
|
+
}
|
|
230454
|
+
},
|
|
230455
|
+
"additionalProperties": false,
|
|
230456
|
+
"required": [
|
|
230457
|
+
"kind"
|
|
230458
|
+
]
|
|
230459
|
+
},
|
|
230460
|
+
{
|
|
230461
|
+
"type": "object",
|
|
230462
|
+
"properties": {
|
|
230463
|
+
"kind": {
|
|
230464
|
+
"const": "last"
|
|
230465
|
+
}
|
|
230466
|
+
},
|
|
230467
|
+
"additionalProperties": false,
|
|
230468
|
+
"required": [
|
|
230469
|
+
"kind"
|
|
230470
|
+
]
|
|
230471
|
+
},
|
|
230472
|
+
{
|
|
230473
|
+
"type": "object",
|
|
230474
|
+
"properties": {
|
|
230475
|
+
"kind": {
|
|
230476
|
+
"const": "before"
|
|
230477
|
+
},
|
|
230478
|
+
"columnIndex": {
|
|
230479
|
+
"type": "integer",
|
|
230480
|
+
"minimum": 0
|
|
230481
|
+
}
|
|
230482
|
+
},
|
|
230483
|
+
"additionalProperties": false,
|
|
230484
|
+
"required": [
|
|
230485
|
+
"kind",
|
|
230486
|
+
"columnIndex"
|
|
230487
|
+
]
|
|
230488
|
+
},
|
|
230489
|
+
{
|
|
230490
|
+
"type": "object",
|
|
230491
|
+
"properties": {
|
|
230492
|
+
"kind": {
|
|
230493
|
+
"const": "after"
|
|
230494
|
+
},
|
|
230495
|
+
"columnIndex": {
|
|
230496
|
+
"type": "integer",
|
|
230497
|
+
"minimum": 0
|
|
230498
|
+
}
|
|
230499
|
+
},
|
|
230500
|
+
"additionalProperties": false,
|
|
230501
|
+
"required": [
|
|
230502
|
+
"kind",
|
|
230503
|
+
"columnIndex"
|
|
230504
|
+
]
|
|
230505
|
+
}
|
|
230506
|
+
]
|
|
230507
|
+
}
|
|
230508
|
+
},
|
|
230509
|
+
"additionalProperties": false,
|
|
230510
|
+
"required": [
|
|
230511
|
+
"columnIndex",
|
|
230512
|
+
"destination"
|
|
230513
|
+
],
|
|
230514
|
+
"oneOf": [
|
|
230515
|
+
{
|
|
230516
|
+
"required": [
|
|
230517
|
+
"target"
|
|
230518
|
+
]
|
|
230519
|
+
},
|
|
230520
|
+
{
|
|
230521
|
+
"required": [
|
|
230522
|
+
"nodeId"
|
|
230523
|
+
]
|
|
230524
|
+
}
|
|
230525
|
+
]
|
|
230526
|
+
},
|
|
230527
|
+
"outputSchema": {
|
|
230528
|
+
"oneOf": [
|
|
230529
|
+
{
|
|
230530
|
+
"type": "object",
|
|
230531
|
+
"properties": {
|
|
230532
|
+
"success": {
|
|
230533
|
+
"const": true
|
|
230534
|
+
},
|
|
230535
|
+
"table": {
|
|
230536
|
+
"$ref": "#/$defs/TableAddress"
|
|
230537
|
+
},
|
|
230538
|
+
"trackedChangeRefs": {
|
|
230539
|
+
"type": "array",
|
|
230540
|
+
"items": {
|
|
230541
|
+
"$ref": "#/$defs/EntityAddress"
|
|
230542
|
+
}
|
|
230543
|
+
}
|
|
230544
|
+
},
|
|
230545
|
+
"additionalProperties": false,
|
|
230546
|
+
"required": [
|
|
230547
|
+
"success"
|
|
230548
|
+
]
|
|
230549
|
+
},
|
|
230550
|
+
{
|
|
230551
|
+
"type": "object",
|
|
230552
|
+
"properties": {
|
|
230553
|
+
"success": {
|
|
230554
|
+
"const": false
|
|
230555
|
+
},
|
|
230556
|
+
"failure": {
|
|
230557
|
+
"type": "object",
|
|
230558
|
+
"properties": {
|
|
230559
|
+
"code": {
|
|
230560
|
+
"enum": [
|
|
230561
|
+
"NO_OP",
|
|
230562
|
+
"INVALID_TARGET",
|
|
230563
|
+
"TARGET_NOT_FOUND",
|
|
230564
|
+
"CAPABILITY_UNAVAILABLE"
|
|
230565
|
+
]
|
|
230566
|
+
},
|
|
230567
|
+
"message": {
|
|
230568
|
+
"type": "string"
|
|
230569
|
+
},
|
|
230570
|
+
"details": {}
|
|
230571
|
+
},
|
|
230572
|
+
"additionalProperties": false,
|
|
230573
|
+
"required": [
|
|
230574
|
+
"code",
|
|
230575
|
+
"message"
|
|
230576
|
+
]
|
|
230577
|
+
}
|
|
230578
|
+
},
|
|
230579
|
+
"additionalProperties": false,
|
|
230580
|
+
"required": [
|
|
230581
|
+
"success",
|
|
230582
|
+
"failure"
|
|
230583
|
+
]
|
|
230584
|
+
}
|
|
230585
|
+
]
|
|
230586
|
+
},
|
|
230587
|
+
"successSchema": {
|
|
230588
|
+
"type": "object",
|
|
230589
|
+
"properties": {
|
|
230590
|
+
"success": {
|
|
230591
|
+
"const": true
|
|
230592
|
+
},
|
|
230593
|
+
"table": {
|
|
230594
|
+
"$ref": "#/$defs/TableAddress"
|
|
230595
|
+
},
|
|
230596
|
+
"trackedChangeRefs": {
|
|
230597
|
+
"type": "array",
|
|
230598
|
+
"items": {
|
|
230599
|
+
"$ref": "#/$defs/EntityAddress"
|
|
230600
|
+
}
|
|
230601
|
+
}
|
|
230602
|
+
},
|
|
230603
|
+
"additionalProperties": false,
|
|
230604
|
+
"required": [
|
|
230605
|
+
"success"
|
|
230606
|
+
]
|
|
230607
|
+
},
|
|
230608
|
+
"failureSchema": {
|
|
230609
|
+
"type": "object",
|
|
230610
|
+
"properties": {
|
|
230611
|
+
"success": {
|
|
230612
|
+
"const": false
|
|
230613
|
+
},
|
|
230614
|
+
"failure": {
|
|
230615
|
+
"type": "object",
|
|
230616
|
+
"properties": {
|
|
230617
|
+
"code": {
|
|
230618
|
+
"enum": [
|
|
230619
|
+
"NO_OP",
|
|
230620
|
+
"INVALID_TARGET",
|
|
230621
|
+
"TARGET_NOT_FOUND",
|
|
230622
|
+
"CAPABILITY_UNAVAILABLE"
|
|
230623
|
+
]
|
|
230624
|
+
},
|
|
230625
|
+
"message": {
|
|
230626
|
+
"type": "string"
|
|
230627
|
+
},
|
|
230628
|
+
"details": {}
|
|
230629
|
+
},
|
|
230630
|
+
"additionalProperties": false,
|
|
230631
|
+
"required": [
|
|
230632
|
+
"code",
|
|
230633
|
+
"message"
|
|
230634
|
+
]
|
|
230635
|
+
}
|
|
230636
|
+
},
|
|
230637
|
+
"additionalProperties": false,
|
|
230638
|
+
"required": [
|
|
230639
|
+
"success",
|
|
230640
|
+
"failure"
|
|
230641
|
+
]
|
|
230642
|
+
},
|
|
230643
|
+
"intentGroup": "table",
|
|
230644
|
+
"intentAction": "move_column"
|
|
230645
|
+
},
|
|
230188
230646
|
"doc.tables.setColumnWidth": {
|
|
230189
230647
|
"operationId": "doc.tables.setColumnWidth",
|
|
230190
230648
|
"sdkSurface": "document",
|