@superdoc-dev/sdk 1.0.0-alpha.32 → 1.0.0-alpha.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/client.cjs +26 -6
- package/dist/generated/client.d.ts +330 -0
- package/dist/generated/client.d.ts.map +1 -1
- package/dist/generated/client.js +26 -6
- package/dist/generated/contract.cjs +9941 -7010
- package/dist/generated/contract.d.ts.map +1 -1
- package/dist/generated/contract.js +9941 -7010
- package/package.json +6 -6
- package/tools/catalog.json +2044 -315
- package/tools/tool-name-map.json +15 -0
- package/tools/tools-policy.json +1 -1
- package/tools/tools.anthropic.json +544 -0
- package/tools/tools.generic.json +1926 -302
- package/tools/tools.openai.json +589 -0
- package/tools/tools.vercel.json +589 -0
package/tools/catalog.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"generatedAt": null,
|
|
4
4
|
"namePolicyVersion": "v1",
|
|
5
5
|
"exposureVersion": "v1",
|
|
6
|
-
"toolCount":
|
|
6
|
+
"toolCount": 192,
|
|
7
7
|
"tools": [
|
|
8
8
|
{
|
|
9
9
|
"operationId": "doc.getNode",
|
|
@@ -496,6 +496,61 @@
|
|
|
496
496
|
},
|
|
497
497
|
"intentId": "get_document_info"
|
|
498
498
|
},
|
|
499
|
+
{
|
|
500
|
+
"operationId": "doc.clearContent",
|
|
501
|
+
"toolName": "clear_content",
|
|
502
|
+
"profile": "intent",
|
|
503
|
+
"source": "intent",
|
|
504
|
+
"description": "Clear all document body content, leaving a single empty paragraph.",
|
|
505
|
+
"inputSchema": {
|
|
506
|
+
"type": "object",
|
|
507
|
+
"properties": {
|
|
508
|
+
"doc": {
|
|
509
|
+
"type": "string"
|
|
510
|
+
},
|
|
511
|
+
"sessionId": {
|
|
512
|
+
"type": "string"
|
|
513
|
+
},
|
|
514
|
+
"force": {
|
|
515
|
+
"type": "boolean"
|
|
516
|
+
},
|
|
517
|
+
"changeMode": {
|
|
518
|
+
"type": "string",
|
|
519
|
+
"enum": [
|
|
520
|
+
"direct",
|
|
521
|
+
"tracked"
|
|
522
|
+
]
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
"additionalProperties": false
|
|
526
|
+
},
|
|
527
|
+
"outputSchema": {
|
|
528
|
+
"$ref": "#/$defs/ReceiptSuccess"
|
|
529
|
+
},
|
|
530
|
+
"mutates": true,
|
|
531
|
+
"category": "core",
|
|
532
|
+
"capabilities": [
|
|
533
|
+
"optimistic-concurrency",
|
|
534
|
+
"output-path",
|
|
535
|
+
"session-targeting",
|
|
536
|
+
"stateless-doc",
|
|
537
|
+
"tracked-change-mode"
|
|
538
|
+
],
|
|
539
|
+
"errors": [
|
|
540
|
+
"NO_OP"
|
|
541
|
+
],
|
|
542
|
+
"examples": [],
|
|
543
|
+
"commandTokens": [
|
|
544
|
+
"clear-content"
|
|
545
|
+
],
|
|
546
|
+
"profileTags": [],
|
|
547
|
+
"requiredCapabilities": [],
|
|
548
|
+
"sessionRequirements": {
|
|
549
|
+
"requiresOpenContext": true,
|
|
550
|
+
"supportsSessionTargeting": true
|
|
551
|
+
},
|
|
552
|
+
"intentId": "clear_content"
|
|
553
|
+
},
|
|
499
554
|
{
|
|
500
555
|
"operationId": "doc.insert",
|
|
501
556
|
"toolName": "insert_content",
|
|
@@ -20625,6 +20680,41 @@
|
|
|
20625
20680
|
],
|
|
20626
20681
|
"type": "object"
|
|
20627
20682
|
},
|
|
20683
|
+
"clearContent": {
|
|
20684
|
+
"additionalProperties": false,
|
|
20685
|
+
"properties": {
|
|
20686
|
+
"available": {
|
|
20687
|
+
"type": "boolean"
|
|
20688
|
+
},
|
|
20689
|
+
"dryRun": {
|
|
20690
|
+
"type": "boolean"
|
|
20691
|
+
},
|
|
20692
|
+
"reasons": {
|
|
20693
|
+
"items": {
|
|
20694
|
+
"enum": [
|
|
20695
|
+
"COMMAND_UNAVAILABLE",
|
|
20696
|
+
"HELPER_UNAVAILABLE",
|
|
20697
|
+
"OPERATION_UNAVAILABLE",
|
|
20698
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
20699
|
+
"DRY_RUN_UNAVAILABLE",
|
|
20700
|
+
"NAMESPACE_UNAVAILABLE",
|
|
20701
|
+
"STYLES_PART_MISSING",
|
|
20702
|
+
"COLLABORATION_ACTIVE"
|
|
20703
|
+
]
|
|
20704
|
+
},
|
|
20705
|
+
"type": "array"
|
|
20706
|
+
},
|
|
20707
|
+
"tracked": {
|
|
20708
|
+
"type": "boolean"
|
|
20709
|
+
}
|
|
20710
|
+
},
|
|
20711
|
+
"required": [
|
|
20712
|
+
"available",
|
|
20713
|
+
"tracked",
|
|
20714
|
+
"dryRun"
|
|
20715
|
+
],
|
|
20716
|
+
"type": "object"
|
|
20717
|
+
},
|
|
20628
20718
|
"comments.create": {
|
|
20629
20719
|
"additionalProperties": false,
|
|
20630
20720
|
"properties": {
|
|
@@ -23775,42 +23865,7 @@
|
|
|
23775
23865
|
],
|
|
23776
23866
|
"type": "object"
|
|
23777
23867
|
},
|
|
23778
|
-
"images.
|
|
23779
|
-
"additionalProperties": false,
|
|
23780
|
-
"properties": {
|
|
23781
|
-
"available": {
|
|
23782
|
-
"type": "boolean"
|
|
23783
|
-
},
|
|
23784
|
-
"dryRun": {
|
|
23785
|
-
"type": "boolean"
|
|
23786
|
-
},
|
|
23787
|
-
"reasons": {
|
|
23788
|
-
"items": {
|
|
23789
|
-
"enum": [
|
|
23790
|
-
"COMMAND_UNAVAILABLE",
|
|
23791
|
-
"HELPER_UNAVAILABLE",
|
|
23792
|
-
"OPERATION_UNAVAILABLE",
|
|
23793
|
-
"TRACKED_MODE_UNAVAILABLE",
|
|
23794
|
-
"DRY_RUN_UNAVAILABLE",
|
|
23795
|
-
"NAMESPACE_UNAVAILABLE",
|
|
23796
|
-
"STYLES_PART_MISSING",
|
|
23797
|
-
"COLLABORATION_ACTIVE"
|
|
23798
|
-
]
|
|
23799
|
-
},
|
|
23800
|
-
"type": "array"
|
|
23801
|
-
},
|
|
23802
|
-
"tracked": {
|
|
23803
|
-
"type": "boolean"
|
|
23804
|
-
}
|
|
23805
|
-
},
|
|
23806
|
-
"required": [
|
|
23807
|
-
"available",
|
|
23808
|
-
"tracked",
|
|
23809
|
-
"dryRun"
|
|
23810
|
-
],
|
|
23811
|
-
"type": "object"
|
|
23812
|
-
},
|
|
23813
|
-
"images.get": {
|
|
23868
|
+
"images.crop": {
|
|
23814
23869
|
"additionalProperties": false,
|
|
23815
23870
|
"properties": {
|
|
23816
23871
|
"available": {
|
|
@@ -23845,7 +23900,7 @@
|
|
|
23845
23900
|
],
|
|
23846
23901
|
"type": "object"
|
|
23847
23902
|
},
|
|
23848
|
-
"images.
|
|
23903
|
+
"images.delete": {
|
|
23849
23904
|
"additionalProperties": false,
|
|
23850
23905
|
"properties": {
|
|
23851
23906
|
"available": {
|
|
@@ -23880,7 +23935,7 @@
|
|
|
23880
23935
|
],
|
|
23881
23936
|
"type": "object"
|
|
23882
23937
|
},
|
|
23883
|
-
"images.
|
|
23938
|
+
"images.flip": {
|
|
23884
23939
|
"additionalProperties": false,
|
|
23885
23940
|
"properties": {
|
|
23886
23941
|
"available": {
|
|
@@ -23915,7 +23970,7 @@
|
|
|
23915
23970
|
],
|
|
23916
23971
|
"type": "object"
|
|
23917
23972
|
},
|
|
23918
|
-
"images.
|
|
23973
|
+
"images.get": {
|
|
23919
23974
|
"additionalProperties": false,
|
|
23920
23975
|
"properties": {
|
|
23921
23976
|
"available": {
|
|
@@ -23950,7 +24005,7 @@
|
|
|
23950
24005
|
],
|
|
23951
24006
|
"type": "object"
|
|
23952
24007
|
},
|
|
23953
|
-
"images.
|
|
24008
|
+
"images.insertCaption": {
|
|
23954
24009
|
"additionalProperties": false,
|
|
23955
24010
|
"properties": {
|
|
23956
24011
|
"available": {
|
|
@@ -23985,7 +24040,7 @@
|
|
|
23985
24040
|
],
|
|
23986
24041
|
"type": "object"
|
|
23987
24042
|
},
|
|
23988
|
-
"images.
|
|
24043
|
+
"images.list": {
|
|
23989
24044
|
"additionalProperties": false,
|
|
23990
24045
|
"properties": {
|
|
23991
24046
|
"available": {
|
|
@@ -24020,7 +24075,7 @@
|
|
|
24020
24075
|
],
|
|
24021
24076
|
"type": "object"
|
|
24022
24077
|
},
|
|
24023
|
-
"images.
|
|
24078
|
+
"images.move": {
|
|
24024
24079
|
"additionalProperties": false,
|
|
24025
24080
|
"properties": {
|
|
24026
24081
|
"available": {
|
|
@@ -24055,7 +24110,7 @@
|
|
|
24055
24110
|
],
|
|
24056
24111
|
"type": "object"
|
|
24057
24112
|
},
|
|
24058
|
-
"images.
|
|
24113
|
+
"images.removeCaption": {
|
|
24059
24114
|
"additionalProperties": false,
|
|
24060
24115
|
"properties": {
|
|
24061
24116
|
"available": {
|
|
@@ -24090,7 +24145,7 @@
|
|
|
24090
24145
|
],
|
|
24091
24146
|
"type": "object"
|
|
24092
24147
|
},
|
|
24093
|
-
"images.
|
|
24148
|
+
"images.replaceSource": {
|
|
24094
24149
|
"additionalProperties": false,
|
|
24095
24150
|
"properties": {
|
|
24096
24151
|
"available": {
|
|
@@ -24125,7 +24180,7 @@
|
|
|
24125
24180
|
],
|
|
24126
24181
|
"type": "object"
|
|
24127
24182
|
},
|
|
24128
|
-
"images.
|
|
24183
|
+
"images.resetCrop": {
|
|
24129
24184
|
"additionalProperties": false,
|
|
24130
24185
|
"properties": {
|
|
24131
24186
|
"available": {
|
|
@@ -24160,7 +24215,7 @@
|
|
|
24160
24215
|
],
|
|
24161
24216
|
"type": "object"
|
|
24162
24217
|
},
|
|
24163
|
-
"
|
|
24218
|
+
"images.rotate": {
|
|
24164
24219
|
"additionalProperties": false,
|
|
24165
24220
|
"properties": {
|
|
24166
24221
|
"available": {
|
|
@@ -24195,7 +24250,7 @@
|
|
|
24195
24250
|
],
|
|
24196
24251
|
"type": "object"
|
|
24197
24252
|
},
|
|
24198
|
-
"
|
|
24253
|
+
"images.scale": {
|
|
24199
24254
|
"additionalProperties": false,
|
|
24200
24255
|
"properties": {
|
|
24201
24256
|
"available": {
|
|
@@ -24230,7 +24285,7 @@
|
|
|
24230
24285
|
],
|
|
24231
24286
|
"type": "object"
|
|
24232
24287
|
},
|
|
24233
|
-
"
|
|
24288
|
+
"images.setAltText": {
|
|
24234
24289
|
"additionalProperties": false,
|
|
24235
24290
|
"properties": {
|
|
24236
24291
|
"available": {
|
|
@@ -24265,7 +24320,7 @@
|
|
|
24265
24320
|
],
|
|
24266
24321
|
"type": "object"
|
|
24267
24322
|
},
|
|
24268
|
-
"
|
|
24323
|
+
"images.setAnchorOptions": {
|
|
24269
24324
|
"additionalProperties": false,
|
|
24270
24325
|
"properties": {
|
|
24271
24326
|
"available": {
|
|
@@ -24300,7 +24355,7 @@
|
|
|
24300
24355
|
],
|
|
24301
24356
|
"type": "object"
|
|
24302
24357
|
},
|
|
24303
|
-
"
|
|
24358
|
+
"images.setDecorative": {
|
|
24304
24359
|
"additionalProperties": false,
|
|
24305
24360
|
"properties": {
|
|
24306
24361
|
"available": {
|
|
@@ -24335,7 +24390,7 @@
|
|
|
24335
24390
|
],
|
|
24336
24391
|
"type": "object"
|
|
24337
24392
|
},
|
|
24338
|
-
"
|
|
24393
|
+
"images.setHyperlink": {
|
|
24339
24394
|
"additionalProperties": false,
|
|
24340
24395
|
"properties": {
|
|
24341
24396
|
"available": {
|
|
@@ -24370,7 +24425,7 @@
|
|
|
24370
24425
|
],
|
|
24371
24426
|
"type": "object"
|
|
24372
24427
|
},
|
|
24373
|
-
"
|
|
24428
|
+
"images.setLockAspectRatio": {
|
|
24374
24429
|
"additionalProperties": false,
|
|
24375
24430
|
"properties": {
|
|
24376
24431
|
"available": {
|
|
@@ -24405,7 +24460,7 @@
|
|
|
24405
24460
|
],
|
|
24406
24461
|
"type": "object"
|
|
24407
24462
|
},
|
|
24408
|
-
"
|
|
24463
|
+
"images.setName": {
|
|
24409
24464
|
"additionalProperties": false,
|
|
24410
24465
|
"properties": {
|
|
24411
24466
|
"available": {
|
|
@@ -24440,7 +24495,7 @@
|
|
|
24440
24495
|
],
|
|
24441
24496
|
"type": "object"
|
|
24442
24497
|
},
|
|
24443
|
-
"
|
|
24498
|
+
"images.setPosition": {
|
|
24444
24499
|
"additionalProperties": false,
|
|
24445
24500
|
"properties": {
|
|
24446
24501
|
"available": {
|
|
@@ -24475,7 +24530,7 @@
|
|
|
24475
24530
|
],
|
|
24476
24531
|
"type": "object"
|
|
24477
24532
|
},
|
|
24478
|
-
"
|
|
24533
|
+
"images.setSize": {
|
|
24479
24534
|
"additionalProperties": false,
|
|
24480
24535
|
"properties": {
|
|
24481
24536
|
"available": {
|
|
@@ -24510,7 +24565,7 @@
|
|
|
24510
24565
|
],
|
|
24511
24566
|
"type": "object"
|
|
24512
24567
|
},
|
|
24513
|
-
"
|
|
24568
|
+
"images.setWrapDistances": {
|
|
24514
24569
|
"additionalProperties": false,
|
|
24515
24570
|
"properties": {
|
|
24516
24571
|
"available": {
|
|
@@ -24545,7 +24600,7 @@
|
|
|
24545
24600
|
],
|
|
24546
24601
|
"type": "object"
|
|
24547
24602
|
},
|
|
24548
|
-
"
|
|
24603
|
+
"images.setWrapSide": {
|
|
24549
24604
|
"additionalProperties": false,
|
|
24550
24605
|
"properties": {
|
|
24551
24606
|
"available": {
|
|
@@ -24580,7 +24635,7 @@
|
|
|
24580
24635
|
],
|
|
24581
24636
|
"type": "object"
|
|
24582
24637
|
},
|
|
24583
|
-
"
|
|
24638
|
+
"images.setWrapType": {
|
|
24584
24639
|
"additionalProperties": false,
|
|
24585
24640
|
"properties": {
|
|
24586
24641
|
"available": {
|
|
@@ -24615,7 +24670,7 @@
|
|
|
24615
24670
|
],
|
|
24616
24671
|
"type": "object"
|
|
24617
24672
|
},
|
|
24618
|
-
"
|
|
24673
|
+
"images.setZOrder": {
|
|
24619
24674
|
"additionalProperties": false,
|
|
24620
24675
|
"properties": {
|
|
24621
24676
|
"available": {
|
|
@@ -24650,7 +24705,7 @@
|
|
|
24650
24705
|
],
|
|
24651
24706
|
"type": "object"
|
|
24652
24707
|
},
|
|
24653
|
-
"
|
|
24708
|
+
"images.updateCaption": {
|
|
24654
24709
|
"additionalProperties": false,
|
|
24655
24710
|
"properties": {
|
|
24656
24711
|
"available": {
|
|
@@ -24685,7 +24740,7 @@
|
|
|
24685
24740
|
],
|
|
24686
24741
|
"type": "object"
|
|
24687
24742
|
},
|
|
24688
|
-
"
|
|
24743
|
+
"info": {
|
|
24689
24744
|
"additionalProperties": false,
|
|
24690
24745
|
"properties": {
|
|
24691
24746
|
"available": {
|
|
@@ -24720,7 +24775,7 @@
|
|
|
24720
24775
|
],
|
|
24721
24776
|
"type": "object"
|
|
24722
24777
|
},
|
|
24723
|
-
"
|
|
24778
|
+
"insert": {
|
|
24724
24779
|
"additionalProperties": false,
|
|
24725
24780
|
"properties": {
|
|
24726
24781
|
"available": {
|
|
@@ -24755,7 +24810,7 @@
|
|
|
24755
24810
|
],
|
|
24756
24811
|
"type": "object"
|
|
24757
24812
|
},
|
|
24758
|
-
"lists.
|
|
24813
|
+
"lists.applyPreset": {
|
|
24759
24814
|
"additionalProperties": false,
|
|
24760
24815
|
"properties": {
|
|
24761
24816
|
"available": {
|
|
@@ -24790,7 +24845,7 @@
|
|
|
24790
24845
|
],
|
|
24791
24846
|
"type": "object"
|
|
24792
24847
|
},
|
|
24793
|
-
"lists.
|
|
24848
|
+
"lists.applyTemplate": {
|
|
24794
24849
|
"additionalProperties": false,
|
|
24795
24850
|
"properties": {
|
|
24796
24851
|
"available": {
|
|
@@ -24825,7 +24880,7 @@
|
|
|
24825
24880
|
],
|
|
24826
24881
|
"type": "object"
|
|
24827
24882
|
},
|
|
24828
|
-
"lists.
|
|
24883
|
+
"lists.attach": {
|
|
24829
24884
|
"additionalProperties": false,
|
|
24830
24885
|
"properties": {
|
|
24831
24886
|
"available": {
|
|
@@ -24860,7 +24915,7 @@
|
|
|
24860
24915
|
],
|
|
24861
24916
|
"type": "object"
|
|
24862
24917
|
},
|
|
24863
|
-
"lists.
|
|
24918
|
+
"lists.canContinuePrevious": {
|
|
24864
24919
|
"additionalProperties": false,
|
|
24865
24920
|
"properties": {
|
|
24866
24921
|
"available": {
|
|
@@ -24895,7 +24950,7 @@
|
|
|
24895
24950
|
],
|
|
24896
24951
|
"type": "object"
|
|
24897
24952
|
},
|
|
24898
|
-
"lists.
|
|
24953
|
+
"lists.canJoin": {
|
|
24899
24954
|
"additionalProperties": false,
|
|
24900
24955
|
"properties": {
|
|
24901
24956
|
"available": {
|
|
@@ -24930,7 +24985,7 @@
|
|
|
24930
24985
|
],
|
|
24931
24986
|
"type": "object"
|
|
24932
24987
|
},
|
|
24933
|
-
"lists.
|
|
24988
|
+
"lists.captureTemplate": {
|
|
24934
24989
|
"additionalProperties": false,
|
|
24935
24990
|
"properties": {
|
|
24936
24991
|
"available": {
|
|
@@ -24965,7 +25020,7 @@
|
|
|
24965
25020
|
],
|
|
24966
25021
|
"type": "object"
|
|
24967
25022
|
},
|
|
24968
|
-
"lists.
|
|
25023
|
+
"lists.clearLevelOverrides": {
|
|
24969
25024
|
"additionalProperties": false,
|
|
24970
25025
|
"properties": {
|
|
24971
25026
|
"available": {
|
|
@@ -25000,7 +25055,7 @@
|
|
|
25000
25055
|
],
|
|
25001
25056
|
"type": "object"
|
|
25002
25057
|
},
|
|
25003
|
-
"lists.
|
|
25058
|
+
"lists.continuePrevious": {
|
|
25004
25059
|
"additionalProperties": false,
|
|
25005
25060
|
"properties": {
|
|
25006
25061
|
"available": {
|
|
@@ -25035,7 +25090,7 @@
|
|
|
25035
25090
|
],
|
|
25036
25091
|
"type": "object"
|
|
25037
25092
|
},
|
|
25038
|
-
"lists.
|
|
25093
|
+
"lists.convertToText": {
|
|
25039
25094
|
"additionalProperties": false,
|
|
25040
25095
|
"properties": {
|
|
25041
25096
|
"available": {
|
|
@@ -25070,7 +25125,7 @@
|
|
|
25070
25125
|
],
|
|
25071
25126
|
"type": "object"
|
|
25072
25127
|
},
|
|
25073
|
-
"lists.
|
|
25128
|
+
"lists.create": {
|
|
25074
25129
|
"additionalProperties": false,
|
|
25075
25130
|
"properties": {
|
|
25076
25131
|
"available": {
|
|
@@ -25105,7 +25160,7 @@
|
|
|
25105
25160
|
],
|
|
25106
25161
|
"type": "object"
|
|
25107
25162
|
},
|
|
25108
|
-
"lists.
|
|
25163
|
+
"lists.detach": {
|
|
25109
25164
|
"additionalProperties": false,
|
|
25110
25165
|
"properties": {
|
|
25111
25166
|
"available": {
|
|
@@ -25140,7 +25195,7 @@
|
|
|
25140
25195
|
],
|
|
25141
25196
|
"type": "object"
|
|
25142
25197
|
},
|
|
25143
|
-
"lists.
|
|
25198
|
+
"lists.get": {
|
|
25144
25199
|
"additionalProperties": false,
|
|
25145
25200
|
"properties": {
|
|
25146
25201
|
"available": {
|
|
@@ -25175,7 +25230,7 @@
|
|
|
25175
25230
|
],
|
|
25176
25231
|
"type": "object"
|
|
25177
25232
|
},
|
|
25178
|
-
"lists.
|
|
25233
|
+
"lists.indent": {
|
|
25179
25234
|
"additionalProperties": false,
|
|
25180
25235
|
"properties": {
|
|
25181
25236
|
"available": {
|
|
@@ -25210,7 +25265,7 @@
|
|
|
25210
25265
|
],
|
|
25211
25266
|
"type": "object"
|
|
25212
25267
|
},
|
|
25213
|
-
"
|
|
25268
|
+
"lists.insert": {
|
|
25214
25269
|
"additionalProperties": false,
|
|
25215
25270
|
"properties": {
|
|
25216
25271
|
"available": {
|
|
@@ -25245,7 +25300,7 @@
|
|
|
25245
25300
|
],
|
|
25246
25301
|
"type": "object"
|
|
25247
25302
|
},
|
|
25248
|
-
"
|
|
25303
|
+
"lists.join": {
|
|
25249
25304
|
"additionalProperties": false,
|
|
25250
25305
|
"properties": {
|
|
25251
25306
|
"available": {
|
|
@@ -25280,7 +25335,7 @@
|
|
|
25280
25335
|
],
|
|
25281
25336
|
"type": "object"
|
|
25282
25337
|
},
|
|
25283
|
-
"
|
|
25338
|
+
"lists.list": {
|
|
25284
25339
|
"additionalProperties": false,
|
|
25285
25340
|
"properties": {
|
|
25286
25341
|
"available": {
|
|
@@ -25315,7 +25370,7 @@
|
|
|
25315
25370
|
],
|
|
25316
25371
|
"type": "object"
|
|
25317
25372
|
},
|
|
25318
|
-
"
|
|
25373
|
+
"lists.outdent": {
|
|
25319
25374
|
"additionalProperties": false,
|
|
25320
25375
|
"properties": {
|
|
25321
25376
|
"available": {
|
|
@@ -25350,7 +25405,7 @@
|
|
|
25350
25405
|
],
|
|
25351
25406
|
"type": "object"
|
|
25352
25407
|
},
|
|
25353
|
-
"
|
|
25408
|
+
"lists.separate": {
|
|
25354
25409
|
"additionalProperties": false,
|
|
25355
25410
|
"properties": {
|
|
25356
25411
|
"available": {
|
|
@@ -25385,7 +25440,7 @@
|
|
|
25385
25440
|
],
|
|
25386
25441
|
"type": "object"
|
|
25387
25442
|
},
|
|
25388
|
-
"
|
|
25443
|
+
"lists.setLevel": {
|
|
25389
25444
|
"additionalProperties": false,
|
|
25390
25445
|
"properties": {
|
|
25391
25446
|
"available": {
|
|
@@ -25420,7 +25475,7 @@
|
|
|
25420
25475
|
],
|
|
25421
25476
|
"type": "object"
|
|
25422
25477
|
},
|
|
25423
|
-
"
|
|
25478
|
+
"lists.setLevelAlignment": {
|
|
25424
25479
|
"additionalProperties": false,
|
|
25425
25480
|
"properties": {
|
|
25426
25481
|
"available": {
|
|
@@ -25455,7 +25510,7 @@
|
|
|
25455
25510
|
],
|
|
25456
25511
|
"type": "object"
|
|
25457
25512
|
},
|
|
25458
|
-
"
|
|
25513
|
+
"lists.setLevelBullet": {
|
|
25459
25514
|
"additionalProperties": false,
|
|
25460
25515
|
"properties": {
|
|
25461
25516
|
"available": {
|
|
@@ -25490,7 +25545,7 @@
|
|
|
25490
25545
|
],
|
|
25491
25546
|
"type": "object"
|
|
25492
25547
|
},
|
|
25493
|
-
"
|
|
25548
|
+
"lists.setLevelIndents": {
|
|
25494
25549
|
"additionalProperties": false,
|
|
25495
25550
|
"properties": {
|
|
25496
25551
|
"available": {
|
|
@@ -25525,7 +25580,7 @@
|
|
|
25525
25580
|
],
|
|
25526
25581
|
"type": "object"
|
|
25527
25582
|
},
|
|
25528
|
-
"
|
|
25583
|
+
"lists.setLevelMarkerFont": {
|
|
25529
25584
|
"additionalProperties": false,
|
|
25530
25585
|
"properties": {
|
|
25531
25586
|
"available": {
|
|
@@ -25560,7 +25615,7 @@
|
|
|
25560
25615
|
],
|
|
25561
25616
|
"type": "object"
|
|
25562
25617
|
},
|
|
25563
|
-
"
|
|
25618
|
+
"lists.setLevelNumbering": {
|
|
25564
25619
|
"additionalProperties": false,
|
|
25565
25620
|
"properties": {
|
|
25566
25621
|
"available": {
|
|
@@ -25595,7 +25650,7 @@
|
|
|
25595
25650
|
],
|
|
25596
25651
|
"type": "object"
|
|
25597
25652
|
},
|
|
25598
|
-
"
|
|
25653
|
+
"lists.setLevelPictureBullet": {
|
|
25599
25654
|
"additionalProperties": false,
|
|
25600
25655
|
"properties": {
|
|
25601
25656
|
"available": {
|
|
@@ -25630,7 +25685,7 @@
|
|
|
25630
25685
|
],
|
|
25631
25686
|
"type": "object"
|
|
25632
25687
|
},
|
|
25633
|
-
"
|
|
25688
|
+
"lists.setLevelRestart": {
|
|
25634
25689
|
"additionalProperties": false,
|
|
25635
25690
|
"properties": {
|
|
25636
25691
|
"available": {
|
|
@@ -25665,7 +25720,7 @@
|
|
|
25665
25720
|
],
|
|
25666
25721
|
"type": "object"
|
|
25667
25722
|
},
|
|
25668
|
-
"
|
|
25723
|
+
"lists.setLevelTrailingCharacter": {
|
|
25669
25724
|
"additionalProperties": false,
|
|
25670
25725
|
"properties": {
|
|
25671
25726
|
"available": {
|
|
@@ -25700,7 +25755,7 @@
|
|
|
25700
25755
|
],
|
|
25701
25756
|
"type": "object"
|
|
25702
25757
|
},
|
|
25703
|
-
"
|
|
25758
|
+
"lists.setValue": {
|
|
25704
25759
|
"additionalProperties": false,
|
|
25705
25760
|
"properties": {
|
|
25706
25761
|
"available": {
|
|
@@ -25735,7 +25790,7 @@
|
|
|
25735
25790
|
],
|
|
25736
25791
|
"type": "object"
|
|
25737
25792
|
},
|
|
25738
|
-
"
|
|
25793
|
+
"mutations.apply": {
|
|
25739
25794
|
"additionalProperties": false,
|
|
25740
25795
|
"properties": {
|
|
25741
25796
|
"available": {
|
|
@@ -25770,7 +25825,7 @@
|
|
|
25770
25825
|
],
|
|
25771
25826
|
"type": "object"
|
|
25772
25827
|
},
|
|
25773
|
-
"
|
|
25828
|
+
"mutations.preview": {
|
|
25774
25829
|
"additionalProperties": false,
|
|
25775
25830
|
"properties": {
|
|
25776
25831
|
"available": {
|
|
@@ -25805,7 +25860,7 @@
|
|
|
25805
25860
|
],
|
|
25806
25861
|
"type": "object"
|
|
25807
25862
|
},
|
|
25808
|
-
"
|
|
25863
|
+
"query.match": {
|
|
25809
25864
|
"additionalProperties": false,
|
|
25810
25865
|
"properties": {
|
|
25811
25866
|
"available": {
|
|
@@ -25840,7 +25895,7 @@
|
|
|
25840
25895
|
],
|
|
25841
25896
|
"type": "object"
|
|
25842
25897
|
},
|
|
25843
|
-
"
|
|
25898
|
+
"replace": {
|
|
25844
25899
|
"additionalProperties": false,
|
|
25845
25900
|
"properties": {
|
|
25846
25901
|
"available": {
|
|
@@ -25875,7 +25930,7 @@
|
|
|
25875
25930
|
],
|
|
25876
25931
|
"type": "object"
|
|
25877
25932
|
},
|
|
25878
|
-
"sections.
|
|
25933
|
+
"sections.clearHeaderFooterRef": {
|
|
25879
25934
|
"additionalProperties": false,
|
|
25880
25935
|
"properties": {
|
|
25881
25936
|
"available": {
|
|
@@ -25910,7 +25965,7 @@
|
|
|
25910
25965
|
],
|
|
25911
25966
|
"type": "object"
|
|
25912
25967
|
},
|
|
25913
|
-
"sections.
|
|
25968
|
+
"sections.clearPageBorders": {
|
|
25914
25969
|
"additionalProperties": false,
|
|
25915
25970
|
"properties": {
|
|
25916
25971
|
"available": {
|
|
@@ -25945,7 +26000,7 @@
|
|
|
25945
26000
|
],
|
|
25946
26001
|
"type": "object"
|
|
25947
26002
|
},
|
|
25948
|
-
"sections.
|
|
26003
|
+
"sections.get": {
|
|
25949
26004
|
"additionalProperties": false,
|
|
25950
26005
|
"properties": {
|
|
25951
26006
|
"available": {
|
|
@@ -25980,7 +26035,7 @@
|
|
|
25980
26035
|
],
|
|
25981
26036
|
"type": "object"
|
|
25982
26037
|
},
|
|
25983
|
-
"
|
|
26038
|
+
"sections.list": {
|
|
25984
26039
|
"additionalProperties": false,
|
|
25985
26040
|
"properties": {
|
|
25986
26041
|
"available": {
|
|
@@ -26015,7 +26070,7 @@
|
|
|
26015
26070
|
],
|
|
26016
26071
|
"type": "object"
|
|
26017
26072
|
},
|
|
26018
|
-
"
|
|
26073
|
+
"sections.setBreakType": {
|
|
26019
26074
|
"additionalProperties": false,
|
|
26020
26075
|
"properties": {
|
|
26021
26076
|
"available": {
|
|
@@ -26050,7 +26105,7 @@
|
|
|
26050
26105
|
],
|
|
26051
26106
|
"type": "object"
|
|
26052
26107
|
},
|
|
26053
|
-
"
|
|
26108
|
+
"sections.setColumns": {
|
|
26054
26109
|
"additionalProperties": false,
|
|
26055
26110
|
"properties": {
|
|
26056
26111
|
"available": {
|
|
@@ -26085,7 +26140,7 @@
|
|
|
26085
26140
|
],
|
|
26086
26141
|
"type": "object"
|
|
26087
26142
|
},
|
|
26088
|
-
"
|
|
26143
|
+
"sections.setHeaderFooterMargins": {
|
|
26089
26144
|
"additionalProperties": false,
|
|
26090
26145
|
"properties": {
|
|
26091
26146
|
"available": {
|
|
@@ -26120,7 +26175,7 @@
|
|
|
26120
26175
|
],
|
|
26121
26176
|
"type": "object"
|
|
26122
26177
|
},
|
|
26123
|
-
"
|
|
26178
|
+
"sections.setHeaderFooterRef": {
|
|
26124
26179
|
"additionalProperties": false,
|
|
26125
26180
|
"properties": {
|
|
26126
26181
|
"available": {
|
|
@@ -26155,7 +26210,7 @@
|
|
|
26155
26210
|
],
|
|
26156
26211
|
"type": "object"
|
|
26157
26212
|
},
|
|
26158
|
-
"
|
|
26213
|
+
"sections.setLineNumbering": {
|
|
26159
26214
|
"additionalProperties": false,
|
|
26160
26215
|
"properties": {
|
|
26161
26216
|
"available": {
|
|
@@ -26190,7 +26245,7 @@
|
|
|
26190
26245
|
],
|
|
26191
26246
|
"type": "object"
|
|
26192
26247
|
},
|
|
26193
|
-
"
|
|
26248
|
+
"sections.setLinkToPrevious": {
|
|
26194
26249
|
"additionalProperties": false,
|
|
26195
26250
|
"properties": {
|
|
26196
26251
|
"available": {
|
|
@@ -26225,7 +26280,7 @@
|
|
|
26225
26280
|
],
|
|
26226
26281
|
"type": "object"
|
|
26227
26282
|
},
|
|
26228
|
-
"
|
|
26283
|
+
"sections.setOddEvenHeadersFooters": {
|
|
26229
26284
|
"additionalProperties": false,
|
|
26230
26285
|
"properties": {
|
|
26231
26286
|
"available": {
|
|
@@ -26260,7 +26315,7 @@
|
|
|
26260
26315
|
],
|
|
26261
26316
|
"type": "object"
|
|
26262
26317
|
},
|
|
26263
|
-
"
|
|
26318
|
+
"sections.setPageBorders": {
|
|
26264
26319
|
"additionalProperties": false,
|
|
26265
26320
|
"properties": {
|
|
26266
26321
|
"available": {
|
|
@@ -26295,7 +26350,7 @@
|
|
|
26295
26350
|
],
|
|
26296
26351
|
"type": "object"
|
|
26297
26352
|
},
|
|
26298
|
-
"
|
|
26353
|
+
"sections.setPageMargins": {
|
|
26299
26354
|
"additionalProperties": false,
|
|
26300
26355
|
"properties": {
|
|
26301
26356
|
"available": {
|
|
@@ -26330,7 +26385,7 @@
|
|
|
26330
26385
|
],
|
|
26331
26386
|
"type": "object"
|
|
26332
26387
|
},
|
|
26333
|
-
"
|
|
26388
|
+
"sections.setPageNumbering": {
|
|
26334
26389
|
"additionalProperties": false,
|
|
26335
26390
|
"properties": {
|
|
26336
26391
|
"available": {
|
|
@@ -26365,7 +26420,7 @@
|
|
|
26365
26420
|
],
|
|
26366
26421
|
"type": "object"
|
|
26367
26422
|
},
|
|
26368
|
-
"
|
|
26423
|
+
"sections.setPageSetup": {
|
|
26369
26424
|
"additionalProperties": false,
|
|
26370
26425
|
"properties": {
|
|
26371
26426
|
"available": {
|
|
@@ -26400,7 +26455,7 @@
|
|
|
26400
26455
|
],
|
|
26401
26456
|
"type": "object"
|
|
26402
26457
|
},
|
|
26403
|
-
"
|
|
26458
|
+
"sections.setSectionDirection": {
|
|
26404
26459
|
"additionalProperties": false,
|
|
26405
26460
|
"properties": {
|
|
26406
26461
|
"available": {
|
|
@@ -26435,7 +26490,7 @@
|
|
|
26435
26490
|
],
|
|
26436
26491
|
"type": "object"
|
|
26437
26492
|
},
|
|
26438
|
-
"
|
|
26493
|
+
"sections.setTitlePage": {
|
|
26439
26494
|
"additionalProperties": false,
|
|
26440
26495
|
"properties": {
|
|
26441
26496
|
"available": {
|
|
@@ -26470,7 +26525,7 @@
|
|
|
26470
26525
|
],
|
|
26471
26526
|
"type": "object"
|
|
26472
26527
|
},
|
|
26473
|
-
"
|
|
26528
|
+
"sections.setVerticalAlign": {
|
|
26474
26529
|
"additionalProperties": false,
|
|
26475
26530
|
"properties": {
|
|
26476
26531
|
"available": {
|
|
@@ -26505,7 +26560,7 @@
|
|
|
26505
26560
|
],
|
|
26506
26561
|
"type": "object"
|
|
26507
26562
|
},
|
|
26508
|
-
"
|
|
26563
|
+
"styles.apply": {
|
|
26509
26564
|
"additionalProperties": false,
|
|
26510
26565
|
"properties": {
|
|
26511
26566
|
"available": {
|
|
@@ -26540,7 +26595,7 @@
|
|
|
26540
26595
|
],
|
|
26541
26596
|
"type": "object"
|
|
26542
26597
|
},
|
|
26543
|
-
"
|
|
26598
|
+
"styles.paragraph.clearStyle": {
|
|
26544
26599
|
"additionalProperties": false,
|
|
26545
26600
|
"properties": {
|
|
26546
26601
|
"available": {
|
|
@@ -26575,7 +26630,7 @@
|
|
|
26575
26630
|
],
|
|
26576
26631
|
"type": "object"
|
|
26577
26632
|
},
|
|
26578
|
-
"
|
|
26633
|
+
"styles.paragraph.setStyle": {
|
|
26579
26634
|
"additionalProperties": false,
|
|
26580
26635
|
"properties": {
|
|
26581
26636
|
"available": {
|
|
@@ -26610,7 +26665,7 @@
|
|
|
26610
26665
|
],
|
|
26611
26666
|
"type": "object"
|
|
26612
26667
|
},
|
|
26613
|
-
"tables.
|
|
26668
|
+
"tables.applyBorderPreset": {
|
|
26614
26669
|
"additionalProperties": false,
|
|
26615
26670
|
"properties": {
|
|
26616
26671
|
"available": {
|
|
@@ -26645,7 +26700,7 @@
|
|
|
26645
26700
|
],
|
|
26646
26701
|
"type": "object"
|
|
26647
26702
|
},
|
|
26648
|
-
"tables.
|
|
26703
|
+
"tables.clearBorder": {
|
|
26649
26704
|
"additionalProperties": false,
|
|
26650
26705
|
"properties": {
|
|
26651
26706
|
"available": {
|
|
@@ -26680,7 +26735,7 @@
|
|
|
26680
26735
|
],
|
|
26681
26736
|
"type": "object"
|
|
26682
26737
|
},
|
|
26683
|
-
"tables.
|
|
26738
|
+
"tables.clearCellSpacing": {
|
|
26684
26739
|
"additionalProperties": false,
|
|
26685
26740
|
"properties": {
|
|
26686
26741
|
"available": {
|
|
@@ -26715,7 +26770,7 @@
|
|
|
26715
26770
|
],
|
|
26716
26771
|
"type": "object"
|
|
26717
26772
|
},
|
|
26718
|
-
"tables.
|
|
26773
|
+
"tables.clearContents": {
|
|
26719
26774
|
"additionalProperties": false,
|
|
26720
26775
|
"properties": {
|
|
26721
26776
|
"available": {
|
|
@@ -26750,7 +26805,7 @@
|
|
|
26750
26805
|
],
|
|
26751
26806
|
"type": "object"
|
|
26752
26807
|
},
|
|
26753
|
-
"tables.
|
|
26808
|
+
"tables.clearDefaultStyle": {
|
|
26754
26809
|
"additionalProperties": false,
|
|
26755
26810
|
"properties": {
|
|
26756
26811
|
"available": {
|
|
@@ -26785,7 +26840,7 @@
|
|
|
26785
26840
|
],
|
|
26786
26841
|
"type": "object"
|
|
26787
26842
|
},
|
|
26788
|
-
"tables.
|
|
26843
|
+
"tables.clearShading": {
|
|
26789
26844
|
"additionalProperties": false,
|
|
26790
26845
|
"properties": {
|
|
26791
26846
|
"available": {
|
|
@@ -26820,7 +26875,7 @@
|
|
|
26820
26875
|
],
|
|
26821
26876
|
"type": "object"
|
|
26822
26877
|
},
|
|
26823
|
-
"tables.
|
|
26878
|
+
"tables.clearStyle": {
|
|
26824
26879
|
"additionalProperties": false,
|
|
26825
26880
|
"properties": {
|
|
26826
26881
|
"available": {
|
|
@@ -26855,7 +26910,7 @@
|
|
|
26855
26910
|
],
|
|
26856
26911
|
"type": "object"
|
|
26857
26912
|
},
|
|
26858
|
-
"tables.
|
|
26913
|
+
"tables.convertFromText": {
|
|
26859
26914
|
"additionalProperties": false,
|
|
26860
26915
|
"properties": {
|
|
26861
26916
|
"available": {
|
|
@@ -26890,7 +26945,7 @@
|
|
|
26890
26945
|
],
|
|
26891
26946
|
"type": "object"
|
|
26892
26947
|
},
|
|
26893
|
-
"tables.
|
|
26948
|
+
"tables.convertToText": {
|
|
26894
26949
|
"additionalProperties": false,
|
|
26895
26950
|
"properties": {
|
|
26896
26951
|
"available": {
|
|
@@ -26925,7 +26980,7 @@
|
|
|
26925
26980
|
],
|
|
26926
26981
|
"type": "object"
|
|
26927
26982
|
},
|
|
26928
|
-
"tables.
|
|
26983
|
+
"tables.delete": {
|
|
26929
26984
|
"additionalProperties": false,
|
|
26930
26985
|
"properties": {
|
|
26931
26986
|
"available": {
|
|
@@ -26960,7 +27015,7 @@
|
|
|
26960
27015
|
],
|
|
26961
27016
|
"type": "object"
|
|
26962
27017
|
},
|
|
26963
|
-
"tables.
|
|
27018
|
+
"tables.deleteCell": {
|
|
26964
27019
|
"additionalProperties": false,
|
|
26965
27020
|
"properties": {
|
|
26966
27021
|
"available": {
|
|
@@ -26995,7 +27050,7 @@
|
|
|
26995
27050
|
],
|
|
26996
27051
|
"type": "object"
|
|
26997
27052
|
},
|
|
26998
|
-
"tables.
|
|
27053
|
+
"tables.deleteColumn": {
|
|
26999
27054
|
"additionalProperties": false,
|
|
27000
27055
|
"properties": {
|
|
27001
27056
|
"available": {
|
|
@@ -27030,7 +27085,7 @@
|
|
|
27030
27085
|
],
|
|
27031
27086
|
"type": "object"
|
|
27032
27087
|
},
|
|
27033
|
-
"tables.
|
|
27088
|
+
"tables.deleteRow": {
|
|
27034
27089
|
"additionalProperties": false,
|
|
27035
27090
|
"properties": {
|
|
27036
27091
|
"available": {
|
|
@@ -27065,7 +27120,7 @@
|
|
|
27065
27120
|
],
|
|
27066
27121
|
"type": "object"
|
|
27067
27122
|
},
|
|
27068
|
-
"tables.
|
|
27123
|
+
"tables.distributeColumns": {
|
|
27069
27124
|
"additionalProperties": false,
|
|
27070
27125
|
"properties": {
|
|
27071
27126
|
"available": {
|
|
@@ -27100,7 +27155,7 @@
|
|
|
27100
27155
|
],
|
|
27101
27156
|
"type": "object"
|
|
27102
27157
|
},
|
|
27103
|
-
"tables.
|
|
27158
|
+
"tables.distributeRows": {
|
|
27104
27159
|
"additionalProperties": false,
|
|
27105
27160
|
"properties": {
|
|
27106
27161
|
"available": {
|
|
@@ -27135,7 +27190,7 @@
|
|
|
27135
27190
|
],
|
|
27136
27191
|
"type": "object"
|
|
27137
27192
|
},
|
|
27138
|
-
"tables.
|
|
27193
|
+
"tables.get": {
|
|
27139
27194
|
"additionalProperties": false,
|
|
27140
27195
|
"properties": {
|
|
27141
27196
|
"available": {
|
|
@@ -27170,7 +27225,7 @@
|
|
|
27170
27225
|
],
|
|
27171
27226
|
"type": "object"
|
|
27172
27227
|
},
|
|
27173
|
-
"tables.
|
|
27228
|
+
"tables.getCells": {
|
|
27174
27229
|
"additionalProperties": false,
|
|
27175
27230
|
"properties": {
|
|
27176
27231
|
"available": {
|
|
@@ -27205,7 +27260,7 @@
|
|
|
27205
27260
|
],
|
|
27206
27261
|
"type": "object"
|
|
27207
27262
|
},
|
|
27208
|
-
"tables.
|
|
27263
|
+
"tables.getProperties": {
|
|
27209
27264
|
"additionalProperties": false,
|
|
27210
27265
|
"properties": {
|
|
27211
27266
|
"available": {
|
|
@@ -27240,7 +27295,7 @@
|
|
|
27240
27295
|
],
|
|
27241
27296
|
"type": "object"
|
|
27242
27297
|
},
|
|
27243
|
-
"tables.
|
|
27298
|
+
"tables.getStyles": {
|
|
27244
27299
|
"additionalProperties": false,
|
|
27245
27300
|
"properties": {
|
|
27246
27301
|
"available": {
|
|
@@ -27275,7 +27330,7 @@
|
|
|
27275
27330
|
],
|
|
27276
27331
|
"type": "object"
|
|
27277
27332
|
},
|
|
27278
|
-
"tables.
|
|
27333
|
+
"tables.insertCell": {
|
|
27279
27334
|
"additionalProperties": false,
|
|
27280
27335
|
"properties": {
|
|
27281
27336
|
"available": {
|
|
@@ -27310,7 +27365,7 @@
|
|
|
27310
27365
|
],
|
|
27311
27366
|
"type": "object"
|
|
27312
27367
|
},
|
|
27313
|
-
"tables.
|
|
27368
|
+
"tables.insertColumn": {
|
|
27314
27369
|
"additionalProperties": false,
|
|
27315
27370
|
"properties": {
|
|
27316
27371
|
"available": {
|
|
@@ -27345,7 +27400,7 @@
|
|
|
27345
27400
|
],
|
|
27346
27401
|
"type": "object"
|
|
27347
27402
|
},
|
|
27348
|
-
"tables.
|
|
27403
|
+
"tables.insertRow": {
|
|
27349
27404
|
"additionalProperties": false,
|
|
27350
27405
|
"properties": {
|
|
27351
27406
|
"available": {
|
|
@@ -27380,7 +27435,7 @@
|
|
|
27380
27435
|
],
|
|
27381
27436
|
"type": "object"
|
|
27382
27437
|
},
|
|
27383
|
-
"tables.
|
|
27438
|
+
"tables.mergeCells": {
|
|
27384
27439
|
"additionalProperties": false,
|
|
27385
27440
|
"properties": {
|
|
27386
27441
|
"available": {
|
|
@@ -27415,7 +27470,7 @@
|
|
|
27415
27470
|
],
|
|
27416
27471
|
"type": "object"
|
|
27417
27472
|
},
|
|
27418
|
-
"tables.
|
|
27473
|
+
"tables.move": {
|
|
27419
27474
|
"additionalProperties": false,
|
|
27420
27475
|
"properties": {
|
|
27421
27476
|
"available": {
|
|
@@ -27450,7 +27505,7 @@
|
|
|
27450
27505
|
],
|
|
27451
27506
|
"type": "object"
|
|
27452
27507
|
},
|
|
27453
|
-
"tables.
|
|
27508
|
+
"tables.setAltText": {
|
|
27454
27509
|
"additionalProperties": false,
|
|
27455
27510
|
"properties": {
|
|
27456
27511
|
"available": {
|
|
@@ -27485,7 +27540,7 @@
|
|
|
27485
27540
|
],
|
|
27486
27541
|
"type": "object"
|
|
27487
27542
|
},
|
|
27488
|
-
"tables.
|
|
27543
|
+
"tables.setBorder": {
|
|
27489
27544
|
"additionalProperties": false,
|
|
27490
27545
|
"properties": {
|
|
27491
27546
|
"available": {
|
|
@@ -27520,7 +27575,7 @@
|
|
|
27520
27575
|
],
|
|
27521
27576
|
"type": "object"
|
|
27522
27577
|
},
|
|
27523
|
-
"tables.
|
|
27578
|
+
"tables.setCellPadding": {
|
|
27524
27579
|
"additionalProperties": false,
|
|
27525
27580
|
"properties": {
|
|
27526
27581
|
"available": {
|
|
@@ -27555,7 +27610,7 @@
|
|
|
27555
27610
|
],
|
|
27556
27611
|
"type": "object"
|
|
27557
27612
|
},
|
|
27558
|
-
"
|
|
27613
|
+
"tables.setCellProperties": {
|
|
27559
27614
|
"additionalProperties": false,
|
|
27560
27615
|
"properties": {
|
|
27561
27616
|
"available": {
|
|
@@ -27590,7 +27645,7 @@
|
|
|
27590
27645
|
],
|
|
27591
27646
|
"type": "object"
|
|
27592
27647
|
},
|
|
27593
|
-
"
|
|
27648
|
+
"tables.setCellSpacing": {
|
|
27594
27649
|
"additionalProperties": false,
|
|
27595
27650
|
"properties": {
|
|
27596
27651
|
"available": {
|
|
@@ -27625,7 +27680,7 @@
|
|
|
27625
27680
|
],
|
|
27626
27681
|
"type": "object"
|
|
27627
27682
|
},
|
|
27628
|
-
"
|
|
27683
|
+
"tables.setColumnWidth": {
|
|
27629
27684
|
"additionalProperties": false,
|
|
27630
27685
|
"properties": {
|
|
27631
27686
|
"available": {
|
|
@@ -27660,7 +27715,7 @@
|
|
|
27660
27715
|
],
|
|
27661
27716
|
"type": "object"
|
|
27662
27717
|
},
|
|
27663
|
-
"
|
|
27718
|
+
"tables.setDefaultStyle": {
|
|
27664
27719
|
"additionalProperties": false,
|
|
27665
27720
|
"properties": {
|
|
27666
27721
|
"available": {
|
|
@@ -27695,7 +27750,7 @@
|
|
|
27695
27750
|
],
|
|
27696
27751
|
"type": "object"
|
|
27697
27752
|
},
|
|
27698
|
-
"
|
|
27753
|
+
"tables.setLayout": {
|
|
27699
27754
|
"additionalProperties": false,
|
|
27700
27755
|
"properties": {
|
|
27701
27756
|
"available": {
|
|
@@ -27730,7 +27785,7 @@
|
|
|
27730
27785
|
],
|
|
27731
27786
|
"type": "object"
|
|
27732
27787
|
},
|
|
27733
|
-
"
|
|
27788
|
+
"tables.setRowHeight": {
|
|
27734
27789
|
"additionalProperties": false,
|
|
27735
27790
|
"properties": {
|
|
27736
27791
|
"available": {
|
|
@@ -27765,7 +27820,7 @@
|
|
|
27765
27820
|
],
|
|
27766
27821
|
"type": "object"
|
|
27767
27822
|
},
|
|
27768
|
-
"
|
|
27823
|
+
"tables.setRowOptions": {
|
|
27769
27824
|
"additionalProperties": false,
|
|
27770
27825
|
"properties": {
|
|
27771
27826
|
"available": {
|
|
@@ -27800,7 +27855,7 @@
|
|
|
27800
27855
|
],
|
|
27801
27856
|
"type": "object"
|
|
27802
27857
|
},
|
|
27803
|
-
"
|
|
27858
|
+
"tables.setShading": {
|
|
27804
27859
|
"additionalProperties": false,
|
|
27805
27860
|
"properties": {
|
|
27806
27861
|
"available": {
|
|
@@ -27835,7 +27890,7 @@
|
|
|
27835
27890
|
],
|
|
27836
27891
|
"type": "object"
|
|
27837
27892
|
},
|
|
27838
|
-
"
|
|
27893
|
+
"tables.setStyle": {
|
|
27839
27894
|
"additionalProperties": false,
|
|
27840
27895
|
"properties": {
|
|
27841
27896
|
"available": {
|
|
@@ -27870,7 +27925,7 @@
|
|
|
27870
27925
|
],
|
|
27871
27926
|
"type": "object"
|
|
27872
27927
|
},
|
|
27873
|
-
"
|
|
27928
|
+
"tables.setStyleOption": {
|
|
27874
27929
|
"additionalProperties": false,
|
|
27875
27930
|
"properties": {
|
|
27876
27931
|
"available": {
|
|
@@ -27905,7 +27960,7 @@
|
|
|
27905
27960
|
],
|
|
27906
27961
|
"type": "object"
|
|
27907
27962
|
},
|
|
27908
|
-
"
|
|
27963
|
+
"tables.setTablePadding": {
|
|
27909
27964
|
"additionalProperties": false,
|
|
27910
27965
|
"properties": {
|
|
27911
27966
|
"available": {
|
|
@@ -27940,7 +27995,532 @@
|
|
|
27940
27995
|
],
|
|
27941
27996
|
"type": "object"
|
|
27942
27997
|
},
|
|
27943
|
-
"
|
|
27998
|
+
"tables.sort": {
|
|
27999
|
+
"additionalProperties": false,
|
|
28000
|
+
"properties": {
|
|
28001
|
+
"available": {
|
|
28002
|
+
"type": "boolean"
|
|
28003
|
+
},
|
|
28004
|
+
"dryRun": {
|
|
28005
|
+
"type": "boolean"
|
|
28006
|
+
},
|
|
28007
|
+
"reasons": {
|
|
28008
|
+
"items": {
|
|
28009
|
+
"enum": [
|
|
28010
|
+
"COMMAND_UNAVAILABLE",
|
|
28011
|
+
"HELPER_UNAVAILABLE",
|
|
28012
|
+
"OPERATION_UNAVAILABLE",
|
|
28013
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
28014
|
+
"DRY_RUN_UNAVAILABLE",
|
|
28015
|
+
"NAMESPACE_UNAVAILABLE",
|
|
28016
|
+
"STYLES_PART_MISSING",
|
|
28017
|
+
"COLLABORATION_ACTIVE"
|
|
28018
|
+
]
|
|
28019
|
+
},
|
|
28020
|
+
"type": "array"
|
|
28021
|
+
},
|
|
28022
|
+
"tracked": {
|
|
28023
|
+
"type": "boolean"
|
|
28024
|
+
}
|
|
28025
|
+
},
|
|
28026
|
+
"required": [
|
|
28027
|
+
"available",
|
|
28028
|
+
"tracked",
|
|
28029
|
+
"dryRun"
|
|
28030
|
+
],
|
|
28031
|
+
"type": "object"
|
|
28032
|
+
},
|
|
28033
|
+
"tables.split": {
|
|
28034
|
+
"additionalProperties": false,
|
|
28035
|
+
"properties": {
|
|
28036
|
+
"available": {
|
|
28037
|
+
"type": "boolean"
|
|
28038
|
+
},
|
|
28039
|
+
"dryRun": {
|
|
28040
|
+
"type": "boolean"
|
|
28041
|
+
},
|
|
28042
|
+
"reasons": {
|
|
28043
|
+
"items": {
|
|
28044
|
+
"enum": [
|
|
28045
|
+
"COMMAND_UNAVAILABLE",
|
|
28046
|
+
"HELPER_UNAVAILABLE",
|
|
28047
|
+
"OPERATION_UNAVAILABLE",
|
|
28048
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
28049
|
+
"DRY_RUN_UNAVAILABLE",
|
|
28050
|
+
"NAMESPACE_UNAVAILABLE",
|
|
28051
|
+
"STYLES_PART_MISSING",
|
|
28052
|
+
"COLLABORATION_ACTIVE"
|
|
28053
|
+
]
|
|
28054
|
+
},
|
|
28055
|
+
"type": "array"
|
|
28056
|
+
},
|
|
28057
|
+
"tracked": {
|
|
28058
|
+
"type": "boolean"
|
|
28059
|
+
}
|
|
28060
|
+
},
|
|
28061
|
+
"required": [
|
|
28062
|
+
"available",
|
|
28063
|
+
"tracked",
|
|
28064
|
+
"dryRun"
|
|
28065
|
+
],
|
|
28066
|
+
"type": "object"
|
|
28067
|
+
},
|
|
28068
|
+
"tables.splitCell": {
|
|
28069
|
+
"additionalProperties": false,
|
|
28070
|
+
"properties": {
|
|
28071
|
+
"available": {
|
|
28072
|
+
"type": "boolean"
|
|
28073
|
+
},
|
|
28074
|
+
"dryRun": {
|
|
28075
|
+
"type": "boolean"
|
|
28076
|
+
},
|
|
28077
|
+
"reasons": {
|
|
28078
|
+
"items": {
|
|
28079
|
+
"enum": [
|
|
28080
|
+
"COMMAND_UNAVAILABLE",
|
|
28081
|
+
"HELPER_UNAVAILABLE",
|
|
28082
|
+
"OPERATION_UNAVAILABLE",
|
|
28083
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
28084
|
+
"DRY_RUN_UNAVAILABLE",
|
|
28085
|
+
"NAMESPACE_UNAVAILABLE",
|
|
28086
|
+
"STYLES_PART_MISSING",
|
|
28087
|
+
"COLLABORATION_ACTIVE"
|
|
28088
|
+
]
|
|
28089
|
+
},
|
|
28090
|
+
"type": "array"
|
|
28091
|
+
},
|
|
28092
|
+
"tracked": {
|
|
28093
|
+
"type": "boolean"
|
|
28094
|
+
}
|
|
28095
|
+
},
|
|
28096
|
+
"required": [
|
|
28097
|
+
"available",
|
|
28098
|
+
"tracked",
|
|
28099
|
+
"dryRun"
|
|
28100
|
+
],
|
|
28101
|
+
"type": "object"
|
|
28102
|
+
},
|
|
28103
|
+
"tables.unmergeCells": {
|
|
28104
|
+
"additionalProperties": false,
|
|
28105
|
+
"properties": {
|
|
28106
|
+
"available": {
|
|
28107
|
+
"type": "boolean"
|
|
28108
|
+
},
|
|
28109
|
+
"dryRun": {
|
|
28110
|
+
"type": "boolean"
|
|
28111
|
+
},
|
|
28112
|
+
"reasons": {
|
|
28113
|
+
"items": {
|
|
28114
|
+
"enum": [
|
|
28115
|
+
"COMMAND_UNAVAILABLE",
|
|
28116
|
+
"HELPER_UNAVAILABLE",
|
|
28117
|
+
"OPERATION_UNAVAILABLE",
|
|
28118
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
28119
|
+
"DRY_RUN_UNAVAILABLE",
|
|
28120
|
+
"NAMESPACE_UNAVAILABLE",
|
|
28121
|
+
"STYLES_PART_MISSING",
|
|
28122
|
+
"COLLABORATION_ACTIVE"
|
|
28123
|
+
]
|
|
28124
|
+
},
|
|
28125
|
+
"type": "array"
|
|
28126
|
+
},
|
|
28127
|
+
"tracked": {
|
|
28128
|
+
"type": "boolean"
|
|
28129
|
+
}
|
|
28130
|
+
},
|
|
28131
|
+
"required": [
|
|
28132
|
+
"available",
|
|
28133
|
+
"tracked",
|
|
28134
|
+
"dryRun"
|
|
28135
|
+
],
|
|
28136
|
+
"type": "object"
|
|
28137
|
+
},
|
|
28138
|
+
"toc.configure": {
|
|
28139
|
+
"additionalProperties": false,
|
|
28140
|
+
"properties": {
|
|
28141
|
+
"available": {
|
|
28142
|
+
"type": "boolean"
|
|
28143
|
+
},
|
|
28144
|
+
"dryRun": {
|
|
28145
|
+
"type": "boolean"
|
|
28146
|
+
},
|
|
28147
|
+
"reasons": {
|
|
28148
|
+
"items": {
|
|
28149
|
+
"enum": [
|
|
28150
|
+
"COMMAND_UNAVAILABLE",
|
|
28151
|
+
"HELPER_UNAVAILABLE",
|
|
28152
|
+
"OPERATION_UNAVAILABLE",
|
|
28153
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
28154
|
+
"DRY_RUN_UNAVAILABLE",
|
|
28155
|
+
"NAMESPACE_UNAVAILABLE",
|
|
28156
|
+
"STYLES_PART_MISSING",
|
|
28157
|
+
"COLLABORATION_ACTIVE"
|
|
28158
|
+
]
|
|
28159
|
+
},
|
|
28160
|
+
"type": "array"
|
|
28161
|
+
},
|
|
28162
|
+
"tracked": {
|
|
28163
|
+
"type": "boolean"
|
|
28164
|
+
}
|
|
28165
|
+
},
|
|
28166
|
+
"required": [
|
|
28167
|
+
"available",
|
|
28168
|
+
"tracked",
|
|
28169
|
+
"dryRun"
|
|
28170
|
+
],
|
|
28171
|
+
"type": "object"
|
|
28172
|
+
},
|
|
28173
|
+
"toc.editEntry": {
|
|
28174
|
+
"additionalProperties": false,
|
|
28175
|
+
"properties": {
|
|
28176
|
+
"available": {
|
|
28177
|
+
"type": "boolean"
|
|
28178
|
+
},
|
|
28179
|
+
"dryRun": {
|
|
28180
|
+
"type": "boolean"
|
|
28181
|
+
},
|
|
28182
|
+
"reasons": {
|
|
28183
|
+
"items": {
|
|
28184
|
+
"enum": [
|
|
28185
|
+
"COMMAND_UNAVAILABLE",
|
|
28186
|
+
"HELPER_UNAVAILABLE",
|
|
28187
|
+
"OPERATION_UNAVAILABLE",
|
|
28188
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
28189
|
+
"DRY_RUN_UNAVAILABLE",
|
|
28190
|
+
"NAMESPACE_UNAVAILABLE",
|
|
28191
|
+
"STYLES_PART_MISSING",
|
|
28192
|
+
"COLLABORATION_ACTIVE"
|
|
28193
|
+
]
|
|
28194
|
+
},
|
|
28195
|
+
"type": "array"
|
|
28196
|
+
},
|
|
28197
|
+
"tracked": {
|
|
28198
|
+
"type": "boolean"
|
|
28199
|
+
}
|
|
28200
|
+
},
|
|
28201
|
+
"required": [
|
|
28202
|
+
"available",
|
|
28203
|
+
"tracked",
|
|
28204
|
+
"dryRun"
|
|
28205
|
+
],
|
|
28206
|
+
"type": "object"
|
|
28207
|
+
},
|
|
28208
|
+
"toc.get": {
|
|
28209
|
+
"additionalProperties": false,
|
|
28210
|
+
"properties": {
|
|
28211
|
+
"available": {
|
|
28212
|
+
"type": "boolean"
|
|
28213
|
+
},
|
|
28214
|
+
"dryRun": {
|
|
28215
|
+
"type": "boolean"
|
|
28216
|
+
},
|
|
28217
|
+
"reasons": {
|
|
28218
|
+
"items": {
|
|
28219
|
+
"enum": [
|
|
28220
|
+
"COMMAND_UNAVAILABLE",
|
|
28221
|
+
"HELPER_UNAVAILABLE",
|
|
28222
|
+
"OPERATION_UNAVAILABLE",
|
|
28223
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
28224
|
+
"DRY_RUN_UNAVAILABLE",
|
|
28225
|
+
"NAMESPACE_UNAVAILABLE",
|
|
28226
|
+
"STYLES_PART_MISSING",
|
|
28227
|
+
"COLLABORATION_ACTIVE"
|
|
28228
|
+
]
|
|
28229
|
+
},
|
|
28230
|
+
"type": "array"
|
|
28231
|
+
},
|
|
28232
|
+
"tracked": {
|
|
28233
|
+
"type": "boolean"
|
|
28234
|
+
}
|
|
28235
|
+
},
|
|
28236
|
+
"required": [
|
|
28237
|
+
"available",
|
|
28238
|
+
"tracked",
|
|
28239
|
+
"dryRun"
|
|
28240
|
+
],
|
|
28241
|
+
"type": "object"
|
|
28242
|
+
},
|
|
28243
|
+
"toc.getEntry": {
|
|
28244
|
+
"additionalProperties": false,
|
|
28245
|
+
"properties": {
|
|
28246
|
+
"available": {
|
|
28247
|
+
"type": "boolean"
|
|
28248
|
+
},
|
|
28249
|
+
"dryRun": {
|
|
28250
|
+
"type": "boolean"
|
|
28251
|
+
},
|
|
28252
|
+
"reasons": {
|
|
28253
|
+
"items": {
|
|
28254
|
+
"enum": [
|
|
28255
|
+
"COMMAND_UNAVAILABLE",
|
|
28256
|
+
"HELPER_UNAVAILABLE",
|
|
28257
|
+
"OPERATION_UNAVAILABLE",
|
|
28258
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
28259
|
+
"DRY_RUN_UNAVAILABLE",
|
|
28260
|
+
"NAMESPACE_UNAVAILABLE",
|
|
28261
|
+
"STYLES_PART_MISSING",
|
|
28262
|
+
"COLLABORATION_ACTIVE"
|
|
28263
|
+
]
|
|
28264
|
+
},
|
|
28265
|
+
"type": "array"
|
|
28266
|
+
},
|
|
28267
|
+
"tracked": {
|
|
28268
|
+
"type": "boolean"
|
|
28269
|
+
}
|
|
28270
|
+
},
|
|
28271
|
+
"required": [
|
|
28272
|
+
"available",
|
|
28273
|
+
"tracked",
|
|
28274
|
+
"dryRun"
|
|
28275
|
+
],
|
|
28276
|
+
"type": "object"
|
|
28277
|
+
},
|
|
28278
|
+
"toc.list": {
|
|
28279
|
+
"additionalProperties": false,
|
|
28280
|
+
"properties": {
|
|
28281
|
+
"available": {
|
|
28282
|
+
"type": "boolean"
|
|
28283
|
+
},
|
|
28284
|
+
"dryRun": {
|
|
28285
|
+
"type": "boolean"
|
|
28286
|
+
},
|
|
28287
|
+
"reasons": {
|
|
28288
|
+
"items": {
|
|
28289
|
+
"enum": [
|
|
28290
|
+
"COMMAND_UNAVAILABLE",
|
|
28291
|
+
"HELPER_UNAVAILABLE",
|
|
28292
|
+
"OPERATION_UNAVAILABLE",
|
|
28293
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
28294
|
+
"DRY_RUN_UNAVAILABLE",
|
|
28295
|
+
"NAMESPACE_UNAVAILABLE",
|
|
28296
|
+
"STYLES_PART_MISSING",
|
|
28297
|
+
"COLLABORATION_ACTIVE"
|
|
28298
|
+
]
|
|
28299
|
+
},
|
|
28300
|
+
"type": "array"
|
|
28301
|
+
},
|
|
28302
|
+
"tracked": {
|
|
28303
|
+
"type": "boolean"
|
|
28304
|
+
}
|
|
28305
|
+
},
|
|
28306
|
+
"required": [
|
|
28307
|
+
"available",
|
|
28308
|
+
"tracked",
|
|
28309
|
+
"dryRun"
|
|
28310
|
+
],
|
|
28311
|
+
"type": "object"
|
|
28312
|
+
},
|
|
28313
|
+
"toc.listEntries": {
|
|
28314
|
+
"additionalProperties": false,
|
|
28315
|
+
"properties": {
|
|
28316
|
+
"available": {
|
|
28317
|
+
"type": "boolean"
|
|
28318
|
+
},
|
|
28319
|
+
"dryRun": {
|
|
28320
|
+
"type": "boolean"
|
|
28321
|
+
},
|
|
28322
|
+
"reasons": {
|
|
28323
|
+
"items": {
|
|
28324
|
+
"enum": [
|
|
28325
|
+
"COMMAND_UNAVAILABLE",
|
|
28326
|
+
"HELPER_UNAVAILABLE",
|
|
28327
|
+
"OPERATION_UNAVAILABLE",
|
|
28328
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
28329
|
+
"DRY_RUN_UNAVAILABLE",
|
|
28330
|
+
"NAMESPACE_UNAVAILABLE",
|
|
28331
|
+
"STYLES_PART_MISSING",
|
|
28332
|
+
"COLLABORATION_ACTIVE"
|
|
28333
|
+
]
|
|
28334
|
+
},
|
|
28335
|
+
"type": "array"
|
|
28336
|
+
},
|
|
28337
|
+
"tracked": {
|
|
28338
|
+
"type": "boolean"
|
|
28339
|
+
}
|
|
28340
|
+
},
|
|
28341
|
+
"required": [
|
|
28342
|
+
"available",
|
|
28343
|
+
"tracked",
|
|
28344
|
+
"dryRun"
|
|
28345
|
+
],
|
|
28346
|
+
"type": "object"
|
|
28347
|
+
},
|
|
28348
|
+
"toc.markEntry": {
|
|
28349
|
+
"additionalProperties": false,
|
|
28350
|
+
"properties": {
|
|
28351
|
+
"available": {
|
|
28352
|
+
"type": "boolean"
|
|
28353
|
+
},
|
|
28354
|
+
"dryRun": {
|
|
28355
|
+
"type": "boolean"
|
|
28356
|
+
},
|
|
28357
|
+
"reasons": {
|
|
28358
|
+
"items": {
|
|
28359
|
+
"enum": [
|
|
28360
|
+
"COMMAND_UNAVAILABLE",
|
|
28361
|
+
"HELPER_UNAVAILABLE",
|
|
28362
|
+
"OPERATION_UNAVAILABLE",
|
|
28363
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
28364
|
+
"DRY_RUN_UNAVAILABLE",
|
|
28365
|
+
"NAMESPACE_UNAVAILABLE",
|
|
28366
|
+
"STYLES_PART_MISSING",
|
|
28367
|
+
"COLLABORATION_ACTIVE"
|
|
28368
|
+
]
|
|
28369
|
+
},
|
|
28370
|
+
"type": "array"
|
|
28371
|
+
},
|
|
28372
|
+
"tracked": {
|
|
28373
|
+
"type": "boolean"
|
|
28374
|
+
}
|
|
28375
|
+
},
|
|
28376
|
+
"required": [
|
|
28377
|
+
"available",
|
|
28378
|
+
"tracked",
|
|
28379
|
+
"dryRun"
|
|
28380
|
+
],
|
|
28381
|
+
"type": "object"
|
|
28382
|
+
},
|
|
28383
|
+
"toc.remove": {
|
|
28384
|
+
"additionalProperties": false,
|
|
28385
|
+
"properties": {
|
|
28386
|
+
"available": {
|
|
28387
|
+
"type": "boolean"
|
|
28388
|
+
},
|
|
28389
|
+
"dryRun": {
|
|
28390
|
+
"type": "boolean"
|
|
28391
|
+
},
|
|
28392
|
+
"reasons": {
|
|
28393
|
+
"items": {
|
|
28394
|
+
"enum": [
|
|
28395
|
+
"COMMAND_UNAVAILABLE",
|
|
28396
|
+
"HELPER_UNAVAILABLE",
|
|
28397
|
+
"OPERATION_UNAVAILABLE",
|
|
28398
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
28399
|
+
"DRY_RUN_UNAVAILABLE",
|
|
28400
|
+
"NAMESPACE_UNAVAILABLE",
|
|
28401
|
+
"STYLES_PART_MISSING",
|
|
28402
|
+
"COLLABORATION_ACTIVE"
|
|
28403
|
+
]
|
|
28404
|
+
},
|
|
28405
|
+
"type": "array"
|
|
28406
|
+
},
|
|
28407
|
+
"tracked": {
|
|
28408
|
+
"type": "boolean"
|
|
28409
|
+
}
|
|
28410
|
+
},
|
|
28411
|
+
"required": [
|
|
28412
|
+
"available",
|
|
28413
|
+
"tracked",
|
|
28414
|
+
"dryRun"
|
|
28415
|
+
],
|
|
28416
|
+
"type": "object"
|
|
28417
|
+
},
|
|
28418
|
+
"toc.unmarkEntry": {
|
|
28419
|
+
"additionalProperties": false,
|
|
28420
|
+
"properties": {
|
|
28421
|
+
"available": {
|
|
28422
|
+
"type": "boolean"
|
|
28423
|
+
},
|
|
28424
|
+
"dryRun": {
|
|
28425
|
+
"type": "boolean"
|
|
28426
|
+
},
|
|
28427
|
+
"reasons": {
|
|
28428
|
+
"items": {
|
|
28429
|
+
"enum": [
|
|
28430
|
+
"COMMAND_UNAVAILABLE",
|
|
28431
|
+
"HELPER_UNAVAILABLE",
|
|
28432
|
+
"OPERATION_UNAVAILABLE",
|
|
28433
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
28434
|
+
"DRY_RUN_UNAVAILABLE",
|
|
28435
|
+
"NAMESPACE_UNAVAILABLE",
|
|
28436
|
+
"STYLES_PART_MISSING",
|
|
28437
|
+
"COLLABORATION_ACTIVE"
|
|
28438
|
+
]
|
|
28439
|
+
},
|
|
28440
|
+
"type": "array"
|
|
28441
|
+
},
|
|
28442
|
+
"tracked": {
|
|
28443
|
+
"type": "boolean"
|
|
28444
|
+
}
|
|
28445
|
+
},
|
|
28446
|
+
"required": [
|
|
28447
|
+
"available",
|
|
28448
|
+
"tracked",
|
|
28449
|
+
"dryRun"
|
|
28450
|
+
],
|
|
28451
|
+
"type": "object"
|
|
28452
|
+
},
|
|
28453
|
+
"toc.update": {
|
|
28454
|
+
"additionalProperties": false,
|
|
28455
|
+
"properties": {
|
|
28456
|
+
"available": {
|
|
28457
|
+
"type": "boolean"
|
|
28458
|
+
},
|
|
28459
|
+
"dryRun": {
|
|
28460
|
+
"type": "boolean"
|
|
28461
|
+
},
|
|
28462
|
+
"reasons": {
|
|
28463
|
+
"items": {
|
|
28464
|
+
"enum": [
|
|
28465
|
+
"COMMAND_UNAVAILABLE",
|
|
28466
|
+
"HELPER_UNAVAILABLE",
|
|
28467
|
+
"OPERATION_UNAVAILABLE",
|
|
28468
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
28469
|
+
"DRY_RUN_UNAVAILABLE",
|
|
28470
|
+
"NAMESPACE_UNAVAILABLE",
|
|
28471
|
+
"STYLES_PART_MISSING",
|
|
28472
|
+
"COLLABORATION_ACTIVE"
|
|
28473
|
+
]
|
|
28474
|
+
},
|
|
28475
|
+
"type": "array"
|
|
28476
|
+
},
|
|
28477
|
+
"tracked": {
|
|
28478
|
+
"type": "boolean"
|
|
28479
|
+
}
|
|
28480
|
+
},
|
|
28481
|
+
"required": [
|
|
28482
|
+
"available",
|
|
28483
|
+
"tracked",
|
|
28484
|
+
"dryRun"
|
|
28485
|
+
],
|
|
28486
|
+
"type": "object"
|
|
28487
|
+
},
|
|
28488
|
+
"trackChanges.decide": {
|
|
28489
|
+
"additionalProperties": false,
|
|
28490
|
+
"properties": {
|
|
28491
|
+
"available": {
|
|
28492
|
+
"type": "boolean"
|
|
28493
|
+
},
|
|
28494
|
+
"dryRun": {
|
|
28495
|
+
"type": "boolean"
|
|
28496
|
+
},
|
|
28497
|
+
"reasons": {
|
|
28498
|
+
"items": {
|
|
28499
|
+
"enum": [
|
|
28500
|
+
"COMMAND_UNAVAILABLE",
|
|
28501
|
+
"HELPER_UNAVAILABLE",
|
|
28502
|
+
"OPERATION_UNAVAILABLE",
|
|
28503
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
28504
|
+
"DRY_RUN_UNAVAILABLE",
|
|
28505
|
+
"NAMESPACE_UNAVAILABLE",
|
|
28506
|
+
"STYLES_PART_MISSING",
|
|
28507
|
+
"COLLABORATION_ACTIVE"
|
|
28508
|
+
]
|
|
28509
|
+
},
|
|
28510
|
+
"type": "array"
|
|
28511
|
+
},
|
|
28512
|
+
"tracked": {
|
|
28513
|
+
"type": "boolean"
|
|
28514
|
+
}
|
|
28515
|
+
},
|
|
28516
|
+
"required": [
|
|
28517
|
+
"available",
|
|
28518
|
+
"tracked",
|
|
28519
|
+
"dryRun"
|
|
28520
|
+
],
|
|
28521
|
+
"type": "object"
|
|
28522
|
+
},
|
|
28523
|
+
"trackChanges.get": {
|
|
27944
28524
|
"additionalProperties": false,
|
|
27945
28525
|
"properties": {
|
|
27946
28526
|
"available": {
|
|
@@ -28019,6 +28599,7 @@
|
|
|
28019
28599
|
"getMarkdown",
|
|
28020
28600
|
"getHtml",
|
|
28021
28601
|
"info",
|
|
28602
|
+
"clearContent",
|
|
28022
28603
|
"insert",
|
|
28023
28604
|
"replace",
|
|
28024
28605
|
"delete",
|
|
@@ -28219,6 +28800,20 @@
|
|
|
28219
28800
|
"images.setPosition",
|
|
28220
28801
|
"images.setAnchorOptions",
|
|
28221
28802
|
"images.setZOrder",
|
|
28803
|
+
"images.scale",
|
|
28804
|
+
"images.setLockAspectRatio",
|
|
28805
|
+
"images.rotate",
|
|
28806
|
+
"images.flip",
|
|
28807
|
+
"images.crop",
|
|
28808
|
+
"images.resetCrop",
|
|
28809
|
+
"images.replaceSource",
|
|
28810
|
+
"images.setAltText",
|
|
28811
|
+
"images.setDecorative",
|
|
28812
|
+
"images.setName",
|
|
28813
|
+
"images.setHyperlink",
|
|
28814
|
+
"images.insertCaption",
|
|
28815
|
+
"images.updateCaption",
|
|
28816
|
+
"images.removeCaption",
|
|
28222
28817
|
"hyperlinks.list",
|
|
28223
28818
|
"hyperlinks.get",
|
|
28224
28819
|
"hyperlinks.wrap",
|
|
@@ -36362,7 +36957,1156 @@
|
|
|
36362
36957
|
}
|
|
36363
36958
|
},
|
|
36364
36959
|
"required": [
|
|
36365
|
-
"imageId"
|
|
36960
|
+
"imageId"
|
|
36961
|
+
],
|
|
36962
|
+
"additionalProperties": false
|
|
36963
|
+
},
|
|
36964
|
+
"outputSchema": {
|
|
36965
|
+
"additionalProperties": false,
|
|
36966
|
+
"properties": {
|
|
36967
|
+
"image": {
|
|
36968
|
+
"type": "object"
|
|
36969
|
+
},
|
|
36970
|
+
"success": {
|
|
36971
|
+
"const": true
|
|
36972
|
+
}
|
|
36973
|
+
},
|
|
36974
|
+
"required": [
|
|
36975
|
+
"success",
|
|
36976
|
+
"image"
|
|
36977
|
+
],
|
|
36978
|
+
"type": "object"
|
|
36979
|
+
},
|
|
36980
|
+
"mutates": true,
|
|
36981
|
+
"category": "images",
|
|
36982
|
+
"capabilities": [
|
|
36983
|
+
"dry-run",
|
|
36984
|
+
"optimistic-concurrency",
|
|
36985
|
+
"output-path",
|
|
36986
|
+
"session-targeting",
|
|
36987
|
+
"stateless-doc",
|
|
36988
|
+
"tracked-change-mode"
|
|
36989
|
+
],
|
|
36990
|
+
"errors": [
|
|
36991
|
+
"NO_OP"
|
|
36992
|
+
],
|
|
36993
|
+
"examples": [],
|
|
36994
|
+
"commandTokens": [
|
|
36995
|
+
"images",
|
|
36996
|
+
"convert-to-inline"
|
|
36997
|
+
],
|
|
36998
|
+
"profileTags": [],
|
|
36999
|
+
"requiredCapabilities": [],
|
|
37000
|
+
"sessionRequirements": {
|
|
37001
|
+
"requiresOpenContext": true,
|
|
37002
|
+
"supportsSessionTargeting": true
|
|
37003
|
+
},
|
|
37004
|
+
"intentId": "convert_image_to_inline"
|
|
37005
|
+
},
|
|
37006
|
+
{
|
|
37007
|
+
"operationId": "doc.images.convertToFloating",
|
|
37008
|
+
"toolName": "convert_image_to_floating",
|
|
37009
|
+
"profile": "intent",
|
|
37010
|
+
"source": "intent",
|
|
37011
|
+
"description": "Convert an inline image to floating placement.",
|
|
37012
|
+
"inputSchema": {
|
|
37013
|
+
"type": "object",
|
|
37014
|
+
"properties": {
|
|
37015
|
+
"doc": {
|
|
37016
|
+
"type": "string"
|
|
37017
|
+
},
|
|
37018
|
+
"sessionId": {
|
|
37019
|
+
"type": "string"
|
|
37020
|
+
},
|
|
37021
|
+
"force": {
|
|
37022
|
+
"type": "boolean"
|
|
37023
|
+
},
|
|
37024
|
+
"changeMode": {
|
|
37025
|
+
"type": "string",
|
|
37026
|
+
"enum": [
|
|
37027
|
+
"direct",
|
|
37028
|
+
"tracked"
|
|
37029
|
+
]
|
|
37030
|
+
},
|
|
37031
|
+
"imageId": {
|
|
37032
|
+
"type": "string"
|
|
37033
|
+
}
|
|
37034
|
+
},
|
|
37035
|
+
"required": [
|
|
37036
|
+
"imageId"
|
|
37037
|
+
],
|
|
37038
|
+
"additionalProperties": false
|
|
37039
|
+
},
|
|
37040
|
+
"outputSchema": {
|
|
37041
|
+
"additionalProperties": false,
|
|
37042
|
+
"properties": {
|
|
37043
|
+
"image": {
|
|
37044
|
+
"type": "object"
|
|
37045
|
+
},
|
|
37046
|
+
"success": {
|
|
37047
|
+
"const": true
|
|
37048
|
+
}
|
|
37049
|
+
},
|
|
37050
|
+
"required": [
|
|
37051
|
+
"success",
|
|
37052
|
+
"image"
|
|
37053
|
+
],
|
|
37054
|
+
"type": "object"
|
|
37055
|
+
},
|
|
37056
|
+
"mutates": true,
|
|
37057
|
+
"category": "images",
|
|
37058
|
+
"capabilities": [
|
|
37059
|
+
"dry-run",
|
|
37060
|
+
"optimistic-concurrency",
|
|
37061
|
+
"output-path",
|
|
37062
|
+
"session-targeting",
|
|
37063
|
+
"stateless-doc",
|
|
37064
|
+
"tracked-change-mode"
|
|
37065
|
+
],
|
|
37066
|
+
"errors": [
|
|
37067
|
+
"NO_OP"
|
|
37068
|
+
],
|
|
37069
|
+
"examples": [],
|
|
37070
|
+
"commandTokens": [
|
|
37071
|
+
"images",
|
|
37072
|
+
"convert-to-floating"
|
|
37073
|
+
],
|
|
37074
|
+
"profileTags": [],
|
|
37075
|
+
"requiredCapabilities": [],
|
|
37076
|
+
"sessionRequirements": {
|
|
37077
|
+
"requiresOpenContext": true,
|
|
37078
|
+
"supportsSessionTargeting": true
|
|
37079
|
+
},
|
|
37080
|
+
"intentId": "convert_image_to_floating"
|
|
37081
|
+
},
|
|
37082
|
+
{
|
|
37083
|
+
"operationId": "doc.images.setSize",
|
|
37084
|
+
"toolName": "set_image_size",
|
|
37085
|
+
"profile": "intent",
|
|
37086
|
+
"source": "intent",
|
|
37087
|
+
"description": "Set explicit width/height for an image.",
|
|
37088
|
+
"inputSchema": {
|
|
37089
|
+
"type": "object",
|
|
37090
|
+
"properties": {
|
|
37091
|
+
"doc": {
|
|
37092
|
+
"type": "string"
|
|
37093
|
+
},
|
|
37094
|
+
"sessionId": {
|
|
37095
|
+
"type": "string"
|
|
37096
|
+
},
|
|
37097
|
+
"force": {
|
|
37098
|
+
"type": "boolean"
|
|
37099
|
+
},
|
|
37100
|
+
"changeMode": {
|
|
37101
|
+
"type": "string",
|
|
37102
|
+
"enum": [
|
|
37103
|
+
"direct",
|
|
37104
|
+
"tracked"
|
|
37105
|
+
]
|
|
37106
|
+
},
|
|
37107
|
+
"imageId": {
|
|
37108
|
+
"type": "string"
|
|
37109
|
+
},
|
|
37110
|
+
"size": {
|
|
37111
|
+
"type": "object",
|
|
37112
|
+
"properties": {
|
|
37113
|
+
"width": {
|
|
37114
|
+
"type": "number"
|
|
37115
|
+
},
|
|
37116
|
+
"height": {
|
|
37117
|
+
"type": "number"
|
|
37118
|
+
},
|
|
37119
|
+
"unit": {
|
|
37120
|
+
"enum": [
|
|
37121
|
+
"px",
|
|
37122
|
+
"pt",
|
|
37123
|
+
"twip"
|
|
37124
|
+
]
|
|
37125
|
+
}
|
|
37126
|
+
},
|
|
37127
|
+
"required": [
|
|
37128
|
+
"width",
|
|
37129
|
+
"height"
|
|
37130
|
+
]
|
|
37131
|
+
}
|
|
37132
|
+
},
|
|
37133
|
+
"required": [
|
|
37134
|
+
"imageId",
|
|
37135
|
+
"size"
|
|
37136
|
+
],
|
|
37137
|
+
"additionalProperties": false
|
|
37138
|
+
},
|
|
37139
|
+
"outputSchema": {
|
|
37140
|
+
"additionalProperties": false,
|
|
37141
|
+
"properties": {
|
|
37142
|
+
"image": {
|
|
37143
|
+
"type": "object"
|
|
37144
|
+
},
|
|
37145
|
+
"success": {
|
|
37146
|
+
"const": true
|
|
37147
|
+
}
|
|
37148
|
+
},
|
|
37149
|
+
"required": [
|
|
37150
|
+
"success",
|
|
37151
|
+
"image"
|
|
37152
|
+
],
|
|
37153
|
+
"type": "object"
|
|
37154
|
+
},
|
|
37155
|
+
"mutates": true,
|
|
37156
|
+
"category": "images",
|
|
37157
|
+
"capabilities": [
|
|
37158
|
+
"dry-run",
|
|
37159
|
+
"optimistic-concurrency",
|
|
37160
|
+
"output-path",
|
|
37161
|
+
"session-targeting",
|
|
37162
|
+
"stateless-doc",
|
|
37163
|
+
"tracked-change-mode"
|
|
37164
|
+
],
|
|
37165
|
+
"errors": [
|
|
37166
|
+
"NO_OP"
|
|
37167
|
+
],
|
|
37168
|
+
"examples": [],
|
|
37169
|
+
"commandTokens": [
|
|
37170
|
+
"images",
|
|
37171
|
+
"set-size"
|
|
37172
|
+
],
|
|
37173
|
+
"profileTags": [],
|
|
37174
|
+
"requiredCapabilities": [],
|
|
37175
|
+
"sessionRequirements": {
|
|
37176
|
+
"requiresOpenContext": true,
|
|
37177
|
+
"supportsSessionTargeting": true
|
|
37178
|
+
},
|
|
37179
|
+
"intentId": "set_image_size"
|
|
37180
|
+
},
|
|
37181
|
+
{
|
|
37182
|
+
"operationId": "doc.images.setWrapType",
|
|
37183
|
+
"toolName": "set_image_wrap_type",
|
|
37184
|
+
"profile": "intent",
|
|
37185
|
+
"source": "intent",
|
|
37186
|
+
"description": "Set the text wrapping type for a floating image.",
|
|
37187
|
+
"inputSchema": {
|
|
37188
|
+
"type": "object",
|
|
37189
|
+
"properties": {
|
|
37190
|
+
"doc": {
|
|
37191
|
+
"type": "string"
|
|
37192
|
+
},
|
|
37193
|
+
"sessionId": {
|
|
37194
|
+
"type": "string"
|
|
37195
|
+
},
|
|
37196
|
+
"force": {
|
|
37197
|
+
"type": "boolean"
|
|
37198
|
+
},
|
|
37199
|
+
"changeMode": {
|
|
37200
|
+
"type": "string",
|
|
37201
|
+
"enum": [
|
|
37202
|
+
"direct",
|
|
37203
|
+
"tracked"
|
|
37204
|
+
]
|
|
37205
|
+
},
|
|
37206
|
+
"imageId": {
|
|
37207
|
+
"type": "string"
|
|
37208
|
+
},
|
|
37209
|
+
"type": {
|
|
37210
|
+
"type": "string",
|
|
37211
|
+
"enum": [
|
|
37212
|
+
"None",
|
|
37213
|
+
"Square",
|
|
37214
|
+
"Through",
|
|
37215
|
+
"Tight",
|
|
37216
|
+
"TopAndBottom",
|
|
37217
|
+
"Inline"
|
|
37218
|
+
]
|
|
37219
|
+
}
|
|
37220
|
+
},
|
|
37221
|
+
"required": [
|
|
37222
|
+
"imageId",
|
|
37223
|
+
"type"
|
|
37224
|
+
],
|
|
37225
|
+
"additionalProperties": false
|
|
37226
|
+
},
|
|
37227
|
+
"outputSchema": {
|
|
37228
|
+
"additionalProperties": false,
|
|
37229
|
+
"properties": {
|
|
37230
|
+
"image": {
|
|
37231
|
+
"type": "object"
|
|
37232
|
+
},
|
|
37233
|
+
"success": {
|
|
37234
|
+
"const": true
|
|
37235
|
+
}
|
|
37236
|
+
},
|
|
37237
|
+
"required": [
|
|
37238
|
+
"success",
|
|
37239
|
+
"image"
|
|
37240
|
+
],
|
|
37241
|
+
"type": "object"
|
|
37242
|
+
},
|
|
37243
|
+
"mutates": true,
|
|
37244
|
+
"category": "images",
|
|
37245
|
+
"capabilities": [
|
|
37246
|
+
"dry-run",
|
|
37247
|
+
"optimistic-concurrency",
|
|
37248
|
+
"output-path",
|
|
37249
|
+
"session-targeting",
|
|
37250
|
+
"stateless-doc",
|
|
37251
|
+
"tracked-change-mode"
|
|
37252
|
+
],
|
|
37253
|
+
"errors": [
|
|
37254
|
+
"NO_OP"
|
|
37255
|
+
],
|
|
37256
|
+
"examples": [],
|
|
37257
|
+
"commandTokens": [
|
|
37258
|
+
"images",
|
|
37259
|
+
"set-wrap-type"
|
|
37260
|
+
],
|
|
37261
|
+
"profileTags": [],
|
|
37262
|
+
"requiredCapabilities": [],
|
|
37263
|
+
"sessionRequirements": {
|
|
37264
|
+
"requiresOpenContext": true,
|
|
37265
|
+
"supportsSessionTargeting": true
|
|
37266
|
+
},
|
|
37267
|
+
"intentId": "set_image_wrap_type"
|
|
37268
|
+
},
|
|
37269
|
+
{
|
|
37270
|
+
"operationId": "doc.images.setWrapSide",
|
|
37271
|
+
"toolName": "set_image_wrap_side",
|
|
37272
|
+
"profile": "intent",
|
|
37273
|
+
"source": "intent",
|
|
37274
|
+
"description": "Set which side(s) text wraps around a floating image.",
|
|
37275
|
+
"inputSchema": {
|
|
37276
|
+
"type": "object",
|
|
37277
|
+
"properties": {
|
|
37278
|
+
"doc": {
|
|
37279
|
+
"type": "string"
|
|
37280
|
+
},
|
|
37281
|
+
"sessionId": {
|
|
37282
|
+
"type": "string"
|
|
37283
|
+
},
|
|
37284
|
+
"force": {
|
|
37285
|
+
"type": "boolean"
|
|
37286
|
+
},
|
|
37287
|
+
"changeMode": {
|
|
37288
|
+
"type": "string",
|
|
37289
|
+
"enum": [
|
|
37290
|
+
"direct",
|
|
37291
|
+
"tracked"
|
|
37292
|
+
]
|
|
37293
|
+
},
|
|
37294
|
+
"imageId": {
|
|
37295
|
+
"type": "string"
|
|
37296
|
+
},
|
|
37297
|
+
"side": {
|
|
37298
|
+
"type": "string",
|
|
37299
|
+
"enum": [
|
|
37300
|
+
"bothSides",
|
|
37301
|
+
"left",
|
|
37302
|
+
"right",
|
|
37303
|
+
"largest"
|
|
37304
|
+
]
|
|
37305
|
+
}
|
|
37306
|
+
},
|
|
37307
|
+
"required": [
|
|
37308
|
+
"imageId",
|
|
37309
|
+
"side"
|
|
37310
|
+
],
|
|
37311
|
+
"additionalProperties": false
|
|
37312
|
+
},
|
|
37313
|
+
"outputSchema": {
|
|
37314
|
+
"additionalProperties": false,
|
|
37315
|
+
"properties": {
|
|
37316
|
+
"image": {
|
|
37317
|
+
"type": "object"
|
|
37318
|
+
},
|
|
37319
|
+
"success": {
|
|
37320
|
+
"const": true
|
|
37321
|
+
}
|
|
37322
|
+
},
|
|
37323
|
+
"required": [
|
|
37324
|
+
"success",
|
|
37325
|
+
"image"
|
|
37326
|
+
],
|
|
37327
|
+
"type": "object"
|
|
37328
|
+
},
|
|
37329
|
+
"mutates": true,
|
|
37330
|
+
"category": "images",
|
|
37331
|
+
"capabilities": [
|
|
37332
|
+
"dry-run",
|
|
37333
|
+
"optimistic-concurrency",
|
|
37334
|
+
"output-path",
|
|
37335
|
+
"session-targeting",
|
|
37336
|
+
"stateless-doc",
|
|
37337
|
+
"tracked-change-mode"
|
|
37338
|
+
],
|
|
37339
|
+
"errors": [
|
|
37340
|
+
"NO_OP"
|
|
37341
|
+
],
|
|
37342
|
+
"examples": [],
|
|
37343
|
+
"commandTokens": [
|
|
37344
|
+
"images",
|
|
37345
|
+
"set-wrap-side"
|
|
37346
|
+
],
|
|
37347
|
+
"profileTags": [],
|
|
37348
|
+
"requiredCapabilities": [],
|
|
37349
|
+
"sessionRequirements": {
|
|
37350
|
+
"requiresOpenContext": true,
|
|
37351
|
+
"supportsSessionTargeting": true
|
|
37352
|
+
},
|
|
37353
|
+
"intentId": "set_image_wrap_side"
|
|
37354
|
+
},
|
|
37355
|
+
{
|
|
37356
|
+
"operationId": "doc.images.setWrapDistances",
|
|
37357
|
+
"toolName": "set_image_wrap_distances",
|
|
37358
|
+
"profile": "intent",
|
|
37359
|
+
"source": "intent",
|
|
37360
|
+
"description": "Set the text-wrap distance margins for a floating image.",
|
|
37361
|
+
"inputSchema": {
|
|
37362
|
+
"type": "object",
|
|
37363
|
+
"properties": {
|
|
37364
|
+
"doc": {
|
|
37365
|
+
"type": "string"
|
|
37366
|
+
},
|
|
37367
|
+
"sessionId": {
|
|
37368
|
+
"type": "string"
|
|
37369
|
+
},
|
|
37370
|
+
"force": {
|
|
37371
|
+
"type": "boolean"
|
|
37372
|
+
},
|
|
37373
|
+
"changeMode": {
|
|
37374
|
+
"type": "string",
|
|
37375
|
+
"enum": [
|
|
37376
|
+
"direct",
|
|
37377
|
+
"tracked"
|
|
37378
|
+
]
|
|
37379
|
+
},
|
|
37380
|
+
"imageId": {
|
|
37381
|
+
"type": "string"
|
|
37382
|
+
},
|
|
37383
|
+
"distances": {
|
|
37384
|
+
"type": "object",
|
|
37385
|
+
"properties": {
|
|
37386
|
+
"distTop": {
|
|
37387
|
+
"type": "number"
|
|
37388
|
+
},
|
|
37389
|
+
"distBottom": {
|
|
37390
|
+
"type": "number"
|
|
37391
|
+
},
|
|
37392
|
+
"distLeft": {
|
|
37393
|
+
"type": "number"
|
|
37394
|
+
},
|
|
37395
|
+
"distRight": {
|
|
37396
|
+
"type": "number"
|
|
37397
|
+
}
|
|
37398
|
+
}
|
|
37399
|
+
}
|
|
37400
|
+
},
|
|
37401
|
+
"required": [
|
|
37402
|
+
"imageId",
|
|
37403
|
+
"distances"
|
|
37404
|
+
],
|
|
37405
|
+
"additionalProperties": false
|
|
37406
|
+
},
|
|
37407
|
+
"outputSchema": {
|
|
37408
|
+
"additionalProperties": false,
|
|
37409
|
+
"properties": {
|
|
37410
|
+
"image": {
|
|
37411
|
+
"type": "object"
|
|
37412
|
+
},
|
|
37413
|
+
"success": {
|
|
37414
|
+
"const": true
|
|
37415
|
+
}
|
|
37416
|
+
},
|
|
37417
|
+
"required": [
|
|
37418
|
+
"success",
|
|
37419
|
+
"image"
|
|
37420
|
+
],
|
|
37421
|
+
"type": "object"
|
|
37422
|
+
},
|
|
37423
|
+
"mutates": true,
|
|
37424
|
+
"category": "images",
|
|
37425
|
+
"capabilities": [
|
|
37426
|
+
"dry-run",
|
|
37427
|
+
"optimistic-concurrency",
|
|
37428
|
+
"output-path",
|
|
37429
|
+
"session-targeting",
|
|
37430
|
+
"stateless-doc",
|
|
37431
|
+
"tracked-change-mode"
|
|
37432
|
+
],
|
|
37433
|
+
"errors": [
|
|
37434
|
+
"NO_OP"
|
|
37435
|
+
],
|
|
37436
|
+
"examples": [],
|
|
37437
|
+
"commandTokens": [
|
|
37438
|
+
"images",
|
|
37439
|
+
"set-wrap-distances"
|
|
37440
|
+
],
|
|
37441
|
+
"profileTags": [],
|
|
37442
|
+
"requiredCapabilities": [],
|
|
37443
|
+
"sessionRequirements": {
|
|
37444
|
+
"requiresOpenContext": true,
|
|
37445
|
+
"supportsSessionTargeting": true
|
|
37446
|
+
},
|
|
37447
|
+
"intentId": "set_image_wrap_distances"
|
|
37448
|
+
},
|
|
37449
|
+
{
|
|
37450
|
+
"operationId": "doc.images.setPosition",
|
|
37451
|
+
"toolName": "set_image_position",
|
|
37452
|
+
"profile": "intent",
|
|
37453
|
+
"source": "intent",
|
|
37454
|
+
"description": "Set the anchor position for a floating image.",
|
|
37455
|
+
"inputSchema": {
|
|
37456
|
+
"type": "object",
|
|
37457
|
+
"properties": {
|
|
37458
|
+
"doc": {
|
|
37459
|
+
"type": "string"
|
|
37460
|
+
},
|
|
37461
|
+
"sessionId": {
|
|
37462
|
+
"type": "string"
|
|
37463
|
+
},
|
|
37464
|
+
"force": {
|
|
37465
|
+
"type": "boolean"
|
|
37466
|
+
},
|
|
37467
|
+
"changeMode": {
|
|
37468
|
+
"type": "string",
|
|
37469
|
+
"enum": [
|
|
37470
|
+
"direct",
|
|
37471
|
+
"tracked"
|
|
37472
|
+
]
|
|
37473
|
+
},
|
|
37474
|
+
"imageId": {
|
|
37475
|
+
"type": "string"
|
|
37476
|
+
},
|
|
37477
|
+
"position": {
|
|
37478
|
+
"type": "object",
|
|
37479
|
+
"properties": {
|
|
37480
|
+
"hRelativeFrom": {
|
|
37481
|
+
"type": "string"
|
|
37482
|
+
},
|
|
37483
|
+
"vRelativeFrom": {
|
|
37484
|
+
"type": "string"
|
|
37485
|
+
},
|
|
37486
|
+
"alignH": {
|
|
37487
|
+
"type": "string"
|
|
37488
|
+
},
|
|
37489
|
+
"alignV": {
|
|
37490
|
+
"type": "string"
|
|
37491
|
+
},
|
|
37492
|
+
"marginOffset": {
|
|
37493
|
+
"type": "object",
|
|
37494
|
+
"properties": {
|
|
37495
|
+
"horizontal": {
|
|
37496
|
+
"type": "number"
|
|
37497
|
+
},
|
|
37498
|
+
"top": {
|
|
37499
|
+
"type": "number"
|
|
37500
|
+
}
|
|
37501
|
+
}
|
|
37502
|
+
}
|
|
37503
|
+
}
|
|
37504
|
+
}
|
|
37505
|
+
},
|
|
37506
|
+
"required": [
|
|
37507
|
+
"imageId",
|
|
37508
|
+
"position"
|
|
37509
|
+
],
|
|
37510
|
+
"additionalProperties": false
|
|
37511
|
+
},
|
|
37512
|
+
"outputSchema": {
|
|
37513
|
+
"additionalProperties": false,
|
|
37514
|
+
"properties": {
|
|
37515
|
+
"image": {
|
|
37516
|
+
"type": "object"
|
|
37517
|
+
},
|
|
37518
|
+
"success": {
|
|
37519
|
+
"const": true
|
|
37520
|
+
}
|
|
37521
|
+
},
|
|
37522
|
+
"required": [
|
|
37523
|
+
"success",
|
|
37524
|
+
"image"
|
|
37525
|
+
],
|
|
37526
|
+
"type": "object"
|
|
37527
|
+
},
|
|
37528
|
+
"mutates": true,
|
|
37529
|
+
"category": "images",
|
|
37530
|
+
"capabilities": [
|
|
37531
|
+
"dry-run",
|
|
37532
|
+
"optimistic-concurrency",
|
|
37533
|
+
"output-path",
|
|
37534
|
+
"session-targeting",
|
|
37535
|
+
"stateless-doc",
|
|
37536
|
+
"tracked-change-mode"
|
|
37537
|
+
],
|
|
37538
|
+
"errors": [
|
|
37539
|
+
"NO_OP"
|
|
37540
|
+
],
|
|
37541
|
+
"examples": [],
|
|
37542
|
+
"commandTokens": [
|
|
37543
|
+
"images",
|
|
37544
|
+
"set-position"
|
|
37545
|
+
],
|
|
37546
|
+
"profileTags": [],
|
|
37547
|
+
"requiredCapabilities": [],
|
|
37548
|
+
"sessionRequirements": {
|
|
37549
|
+
"requiresOpenContext": true,
|
|
37550
|
+
"supportsSessionTargeting": true
|
|
37551
|
+
},
|
|
37552
|
+
"intentId": "set_image_position"
|
|
37553
|
+
},
|
|
37554
|
+
{
|
|
37555
|
+
"operationId": "doc.images.setAnchorOptions",
|
|
37556
|
+
"toolName": "set_image_anchor_options",
|
|
37557
|
+
"profile": "intent",
|
|
37558
|
+
"source": "intent",
|
|
37559
|
+
"description": "Set anchor behavior options for a floating image.",
|
|
37560
|
+
"inputSchema": {
|
|
37561
|
+
"type": "object",
|
|
37562
|
+
"properties": {
|
|
37563
|
+
"doc": {
|
|
37564
|
+
"type": "string"
|
|
37565
|
+
},
|
|
37566
|
+
"sessionId": {
|
|
37567
|
+
"type": "string"
|
|
37568
|
+
},
|
|
37569
|
+
"force": {
|
|
37570
|
+
"type": "boolean"
|
|
37571
|
+
},
|
|
37572
|
+
"changeMode": {
|
|
37573
|
+
"type": "string",
|
|
37574
|
+
"enum": [
|
|
37575
|
+
"direct",
|
|
37576
|
+
"tracked"
|
|
37577
|
+
]
|
|
37578
|
+
},
|
|
37579
|
+
"imageId": {
|
|
37580
|
+
"type": "string"
|
|
37581
|
+
},
|
|
37582
|
+
"options": {
|
|
37583
|
+
"type": "object",
|
|
37584
|
+
"properties": {
|
|
37585
|
+
"behindDoc": {
|
|
37586
|
+
"type": "boolean"
|
|
37587
|
+
},
|
|
37588
|
+
"allowOverlap": {
|
|
37589
|
+
"type": "boolean"
|
|
37590
|
+
},
|
|
37591
|
+
"layoutInCell": {
|
|
37592
|
+
"type": "boolean"
|
|
37593
|
+
},
|
|
37594
|
+
"lockAnchor": {
|
|
37595
|
+
"type": "boolean"
|
|
37596
|
+
},
|
|
37597
|
+
"simplePos": {
|
|
37598
|
+
"type": "boolean"
|
|
37599
|
+
}
|
|
37600
|
+
}
|
|
37601
|
+
}
|
|
37602
|
+
},
|
|
37603
|
+
"required": [
|
|
37604
|
+
"imageId",
|
|
37605
|
+
"options"
|
|
37606
|
+
],
|
|
37607
|
+
"additionalProperties": false
|
|
37608
|
+
},
|
|
37609
|
+
"outputSchema": {
|
|
37610
|
+
"additionalProperties": false,
|
|
37611
|
+
"properties": {
|
|
37612
|
+
"image": {
|
|
37613
|
+
"type": "object"
|
|
37614
|
+
},
|
|
37615
|
+
"success": {
|
|
37616
|
+
"const": true
|
|
37617
|
+
}
|
|
37618
|
+
},
|
|
37619
|
+
"required": [
|
|
37620
|
+
"success",
|
|
37621
|
+
"image"
|
|
37622
|
+
],
|
|
37623
|
+
"type": "object"
|
|
37624
|
+
},
|
|
37625
|
+
"mutates": true,
|
|
37626
|
+
"category": "images",
|
|
37627
|
+
"capabilities": [
|
|
37628
|
+
"dry-run",
|
|
37629
|
+
"optimistic-concurrency",
|
|
37630
|
+
"output-path",
|
|
37631
|
+
"session-targeting",
|
|
37632
|
+
"stateless-doc",
|
|
37633
|
+
"tracked-change-mode"
|
|
37634
|
+
],
|
|
37635
|
+
"errors": [
|
|
37636
|
+
"NO_OP"
|
|
37637
|
+
],
|
|
37638
|
+
"examples": [],
|
|
37639
|
+
"commandTokens": [
|
|
37640
|
+
"images",
|
|
37641
|
+
"set-anchor-options"
|
|
37642
|
+
],
|
|
37643
|
+
"profileTags": [],
|
|
37644
|
+
"requiredCapabilities": [],
|
|
37645
|
+
"sessionRequirements": {
|
|
37646
|
+
"requiresOpenContext": true,
|
|
37647
|
+
"supportsSessionTargeting": true
|
|
37648
|
+
},
|
|
37649
|
+
"intentId": "set_image_anchor_options"
|
|
37650
|
+
},
|
|
37651
|
+
{
|
|
37652
|
+
"operationId": "doc.images.setZOrder",
|
|
37653
|
+
"toolName": "set_image_z_order",
|
|
37654
|
+
"profile": "intent",
|
|
37655
|
+
"source": "intent",
|
|
37656
|
+
"description": "Set the z-order (relativeHeight) for a floating image.",
|
|
37657
|
+
"inputSchema": {
|
|
37658
|
+
"type": "object",
|
|
37659
|
+
"properties": {
|
|
37660
|
+
"doc": {
|
|
37661
|
+
"type": "string"
|
|
37662
|
+
},
|
|
37663
|
+
"sessionId": {
|
|
37664
|
+
"type": "string"
|
|
37665
|
+
},
|
|
37666
|
+
"force": {
|
|
37667
|
+
"type": "boolean"
|
|
37668
|
+
},
|
|
37669
|
+
"changeMode": {
|
|
37670
|
+
"type": "string",
|
|
37671
|
+
"enum": [
|
|
37672
|
+
"direct",
|
|
37673
|
+
"tracked"
|
|
37674
|
+
]
|
|
37675
|
+
},
|
|
37676
|
+
"imageId": {
|
|
37677
|
+
"type": "string"
|
|
37678
|
+
},
|
|
37679
|
+
"zOrder": {
|
|
37680
|
+
"type": "object",
|
|
37681
|
+
"properties": {
|
|
37682
|
+
"relativeHeight": {
|
|
37683
|
+
"type": "number"
|
|
37684
|
+
}
|
|
37685
|
+
},
|
|
37686
|
+
"required": [
|
|
37687
|
+
"relativeHeight"
|
|
37688
|
+
]
|
|
37689
|
+
}
|
|
37690
|
+
},
|
|
37691
|
+
"required": [
|
|
37692
|
+
"imageId",
|
|
37693
|
+
"zOrder"
|
|
37694
|
+
],
|
|
37695
|
+
"additionalProperties": false
|
|
37696
|
+
},
|
|
37697
|
+
"outputSchema": {
|
|
37698
|
+
"additionalProperties": false,
|
|
37699
|
+
"properties": {
|
|
37700
|
+
"image": {
|
|
37701
|
+
"type": "object"
|
|
37702
|
+
},
|
|
37703
|
+
"success": {
|
|
37704
|
+
"const": true
|
|
37705
|
+
}
|
|
37706
|
+
},
|
|
37707
|
+
"required": [
|
|
37708
|
+
"success",
|
|
37709
|
+
"image"
|
|
37710
|
+
],
|
|
37711
|
+
"type": "object"
|
|
37712
|
+
},
|
|
37713
|
+
"mutates": true,
|
|
37714
|
+
"category": "images",
|
|
37715
|
+
"capabilities": [
|
|
37716
|
+
"dry-run",
|
|
37717
|
+
"optimistic-concurrency",
|
|
37718
|
+
"output-path",
|
|
37719
|
+
"session-targeting",
|
|
37720
|
+
"stateless-doc",
|
|
37721
|
+
"tracked-change-mode"
|
|
37722
|
+
],
|
|
37723
|
+
"errors": [
|
|
37724
|
+
"NO_OP"
|
|
37725
|
+
],
|
|
37726
|
+
"examples": [],
|
|
37727
|
+
"commandTokens": [
|
|
37728
|
+
"images",
|
|
37729
|
+
"set-z-order"
|
|
37730
|
+
],
|
|
37731
|
+
"profileTags": [],
|
|
37732
|
+
"requiredCapabilities": [],
|
|
37733
|
+
"sessionRequirements": {
|
|
37734
|
+
"requiresOpenContext": true,
|
|
37735
|
+
"supportsSessionTargeting": true
|
|
37736
|
+
},
|
|
37737
|
+
"intentId": "set_image_z_order"
|
|
37738
|
+
},
|
|
37739
|
+
{
|
|
37740
|
+
"operationId": "doc.images.scale",
|
|
37741
|
+
"toolName": "scale_image",
|
|
37742
|
+
"profile": "intent",
|
|
37743
|
+
"source": "intent",
|
|
37744
|
+
"description": "Scale an image by a uniform factor applied to both dimensions.",
|
|
37745
|
+
"inputSchema": {
|
|
37746
|
+
"type": "object",
|
|
37747
|
+
"properties": {
|
|
37748
|
+
"doc": {
|
|
37749
|
+
"type": "string"
|
|
37750
|
+
},
|
|
37751
|
+
"sessionId": {
|
|
37752
|
+
"type": "string"
|
|
37753
|
+
},
|
|
37754
|
+
"force": {
|
|
37755
|
+
"type": "boolean"
|
|
37756
|
+
},
|
|
37757
|
+
"changeMode": {
|
|
37758
|
+
"type": "string",
|
|
37759
|
+
"enum": [
|
|
37760
|
+
"direct",
|
|
37761
|
+
"tracked"
|
|
37762
|
+
]
|
|
37763
|
+
},
|
|
37764
|
+
"imageId": {
|
|
37765
|
+
"type": "string"
|
|
37766
|
+
},
|
|
37767
|
+
"factor": {
|
|
37768
|
+
"type": "number"
|
|
37769
|
+
}
|
|
37770
|
+
},
|
|
37771
|
+
"required": [
|
|
37772
|
+
"imageId",
|
|
37773
|
+
"factor"
|
|
37774
|
+
],
|
|
37775
|
+
"additionalProperties": false
|
|
37776
|
+
},
|
|
37777
|
+
"outputSchema": {
|
|
37778
|
+
"additionalProperties": false,
|
|
37779
|
+
"properties": {
|
|
37780
|
+
"image": {
|
|
37781
|
+
"type": "object"
|
|
37782
|
+
},
|
|
37783
|
+
"success": {
|
|
37784
|
+
"const": true
|
|
37785
|
+
}
|
|
37786
|
+
},
|
|
37787
|
+
"required": [
|
|
37788
|
+
"success",
|
|
37789
|
+
"image"
|
|
37790
|
+
],
|
|
37791
|
+
"type": "object"
|
|
37792
|
+
},
|
|
37793
|
+
"mutates": true,
|
|
37794
|
+
"category": "images",
|
|
37795
|
+
"capabilities": [
|
|
37796
|
+
"dry-run",
|
|
37797
|
+
"optimistic-concurrency",
|
|
37798
|
+
"output-path",
|
|
37799
|
+
"session-targeting",
|
|
37800
|
+
"stateless-doc",
|
|
37801
|
+
"tracked-change-mode"
|
|
37802
|
+
],
|
|
37803
|
+
"errors": [
|
|
37804
|
+
"NO_OP"
|
|
37805
|
+
],
|
|
37806
|
+
"examples": [],
|
|
37807
|
+
"commandTokens": [
|
|
37808
|
+
"images",
|
|
37809
|
+
"scale"
|
|
37810
|
+
],
|
|
37811
|
+
"profileTags": [],
|
|
37812
|
+
"requiredCapabilities": [],
|
|
37813
|
+
"sessionRequirements": {
|
|
37814
|
+
"requiresOpenContext": true,
|
|
37815
|
+
"supportsSessionTargeting": true
|
|
37816
|
+
},
|
|
37817
|
+
"intentId": "scale_image"
|
|
37818
|
+
},
|
|
37819
|
+
{
|
|
37820
|
+
"operationId": "doc.images.setLockAspectRatio",
|
|
37821
|
+
"toolName": "set_image_lock_aspect_ratio",
|
|
37822
|
+
"profile": "intent",
|
|
37823
|
+
"source": "intent",
|
|
37824
|
+
"description": "Lock or unlock the aspect ratio for an image.",
|
|
37825
|
+
"inputSchema": {
|
|
37826
|
+
"type": "object",
|
|
37827
|
+
"properties": {
|
|
37828
|
+
"doc": {
|
|
37829
|
+
"type": "string"
|
|
37830
|
+
},
|
|
37831
|
+
"sessionId": {
|
|
37832
|
+
"type": "string"
|
|
37833
|
+
},
|
|
37834
|
+
"force": {
|
|
37835
|
+
"type": "boolean"
|
|
37836
|
+
},
|
|
37837
|
+
"changeMode": {
|
|
37838
|
+
"type": "string",
|
|
37839
|
+
"enum": [
|
|
37840
|
+
"direct",
|
|
37841
|
+
"tracked"
|
|
37842
|
+
]
|
|
37843
|
+
},
|
|
37844
|
+
"imageId": {
|
|
37845
|
+
"type": "string"
|
|
37846
|
+
},
|
|
37847
|
+
"locked": {
|
|
37848
|
+
"type": "boolean"
|
|
37849
|
+
}
|
|
37850
|
+
},
|
|
37851
|
+
"required": [
|
|
37852
|
+
"imageId",
|
|
37853
|
+
"locked"
|
|
37854
|
+
],
|
|
37855
|
+
"additionalProperties": false
|
|
37856
|
+
},
|
|
37857
|
+
"outputSchema": {
|
|
37858
|
+
"additionalProperties": false,
|
|
37859
|
+
"properties": {
|
|
37860
|
+
"image": {
|
|
37861
|
+
"type": "object"
|
|
37862
|
+
},
|
|
37863
|
+
"success": {
|
|
37864
|
+
"const": true
|
|
37865
|
+
}
|
|
37866
|
+
},
|
|
37867
|
+
"required": [
|
|
37868
|
+
"success",
|
|
37869
|
+
"image"
|
|
37870
|
+
],
|
|
37871
|
+
"type": "object"
|
|
37872
|
+
},
|
|
37873
|
+
"mutates": true,
|
|
37874
|
+
"category": "images",
|
|
37875
|
+
"capabilities": [
|
|
37876
|
+
"dry-run",
|
|
37877
|
+
"optimistic-concurrency",
|
|
37878
|
+
"output-path",
|
|
37879
|
+
"session-targeting",
|
|
37880
|
+
"stateless-doc",
|
|
37881
|
+
"tracked-change-mode"
|
|
37882
|
+
],
|
|
37883
|
+
"errors": [
|
|
37884
|
+
"NO_OP"
|
|
37885
|
+
],
|
|
37886
|
+
"examples": [],
|
|
37887
|
+
"commandTokens": [
|
|
37888
|
+
"images",
|
|
37889
|
+
"set-lock-aspect-ratio"
|
|
37890
|
+
],
|
|
37891
|
+
"profileTags": [],
|
|
37892
|
+
"requiredCapabilities": [],
|
|
37893
|
+
"sessionRequirements": {
|
|
37894
|
+
"requiresOpenContext": true,
|
|
37895
|
+
"supportsSessionTargeting": true
|
|
37896
|
+
},
|
|
37897
|
+
"intentId": "set_image_lock_aspect_ratio"
|
|
37898
|
+
},
|
|
37899
|
+
{
|
|
37900
|
+
"operationId": "doc.images.rotate",
|
|
37901
|
+
"toolName": "rotate_image",
|
|
37902
|
+
"profile": "intent",
|
|
37903
|
+
"source": "intent",
|
|
37904
|
+
"description": "Set the absolute rotation angle for an image.",
|
|
37905
|
+
"inputSchema": {
|
|
37906
|
+
"type": "object",
|
|
37907
|
+
"properties": {
|
|
37908
|
+
"doc": {
|
|
37909
|
+
"type": "string"
|
|
37910
|
+
},
|
|
37911
|
+
"sessionId": {
|
|
37912
|
+
"type": "string"
|
|
37913
|
+
},
|
|
37914
|
+
"force": {
|
|
37915
|
+
"type": "boolean"
|
|
37916
|
+
},
|
|
37917
|
+
"changeMode": {
|
|
37918
|
+
"type": "string",
|
|
37919
|
+
"enum": [
|
|
37920
|
+
"direct",
|
|
37921
|
+
"tracked"
|
|
37922
|
+
]
|
|
37923
|
+
},
|
|
37924
|
+
"imageId": {
|
|
37925
|
+
"type": "string"
|
|
37926
|
+
},
|
|
37927
|
+
"angle": {
|
|
37928
|
+
"type": "number"
|
|
37929
|
+
}
|
|
37930
|
+
},
|
|
37931
|
+
"required": [
|
|
37932
|
+
"imageId",
|
|
37933
|
+
"angle"
|
|
37934
|
+
],
|
|
37935
|
+
"additionalProperties": false
|
|
37936
|
+
},
|
|
37937
|
+
"outputSchema": {
|
|
37938
|
+
"additionalProperties": false,
|
|
37939
|
+
"properties": {
|
|
37940
|
+
"image": {
|
|
37941
|
+
"type": "object"
|
|
37942
|
+
},
|
|
37943
|
+
"success": {
|
|
37944
|
+
"const": true
|
|
37945
|
+
}
|
|
37946
|
+
},
|
|
37947
|
+
"required": [
|
|
37948
|
+
"success",
|
|
37949
|
+
"image"
|
|
37950
|
+
],
|
|
37951
|
+
"type": "object"
|
|
37952
|
+
},
|
|
37953
|
+
"mutates": true,
|
|
37954
|
+
"category": "images",
|
|
37955
|
+
"capabilities": [
|
|
37956
|
+
"dry-run",
|
|
37957
|
+
"optimistic-concurrency",
|
|
37958
|
+
"output-path",
|
|
37959
|
+
"session-targeting",
|
|
37960
|
+
"stateless-doc",
|
|
37961
|
+
"tracked-change-mode"
|
|
37962
|
+
],
|
|
37963
|
+
"errors": [
|
|
37964
|
+
"NO_OP"
|
|
37965
|
+
],
|
|
37966
|
+
"examples": [],
|
|
37967
|
+
"commandTokens": [
|
|
37968
|
+
"images",
|
|
37969
|
+
"rotate"
|
|
37970
|
+
],
|
|
37971
|
+
"profileTags": [],
|
|
37972
|
+
"requiredCapabilities": [],
|
|
37973
|
+
"sessionRequirements": {
|
|
37974
|
+
"requiresOpenContext": true,
|
|
37975
|
+
"supportsSessionTargeting": true
|
|
37976
|
+
},
|
|
37977
|
+
"intentId": "rotate_image"
|
|
37978
|
+
},
|
|
37979
|
+
{
|
|
37980
|
+
"operationId": "doc.images.flip",
|
|
37981
|
+
"toolName": "flip_image",
|
|
37982
|
+
"profile": "intent",
|
|
37983
|
+
"source": "intent",
|
|
37984
|
+
"description": "Set horizontal and/or vertical flip state for an image.",
|
|
37985
|
+
"inputSchema": {
|
|
37986
|
+
"type": "object",
|
|
37987
|
+
"properties": {
|
|
37988
|
+
"doc": {
|
|
37989
|
+
"type": "string"
|
|
37990
|
+
},
|
|
37991
|
+
"sessionId": {
|
|
37992
|
+
"type": "string"
|
|
37993
|
+
},
|
|
37994
|
+
"force": {
|
|
37995
|
+
"type": "boolean"
|
|
37996
|
+
},
|
|
37997
|
+
"changeMode": {
|
|
37998
|
+
"type": "string",
|
|
37999
|
+
"enum": [
|
|
38000
|
+
"direct",
|
|
38001
|
+
"tracked"
|
|
38002
|
+
]
|
|
38003
|
+
},
|
|
38004
|
+
"imageId": {
|
|
38005
|
+
"type": "string"
|
|
38006
|
+
},
|
|
38007
|
+
"horizontal": {
|
|
38008
|
+
"type": "boolean"
|
|
38009
|
+
},
|
|
38010
|
+
"vertical": {
|
|
38011
|
+
"type": "boolean"
|
|
38012
|
+
}
|
|
38013
|
+
},
|
|
38014
|
+
"required": [
|
|
38015
|
+
"imageId"
|
|
38016
|
+
],
|
|
38017
|
+
"additionalProperties": false
|
|
38018
|
+
},
|
|
38019
|
+
"outputSchema": {
|
|
38020
|
+
"additionalProperties": false,
|
|
38021
|
+
"properties": {
|
|
38022
|
+
"image": {
|
|
38023
|
+
"type": "object"
|
|
38024
|
+
},
|
|
38025
|
+
"success": {
|
|
38026
|
+
"const": true
|
|
38027
|
+
}
|
|
38028
|
+
},
|
|
38029
|
+
"required": [
|
|
38030
|
+
"success",
|
|
38031
|
+
"image"
|
|
38032
|
+
],
|
|
38033
|
+
"type": "object"
|
|
38034
|
+
},
|
|
38035
|
+
"mutates": true,
|
|
38036
|
+
"category": "images",
|
|
38037
|
+
"capabilities": [
|
|
38038
|
+
"dry-run",
|
|
38039
|
+
"optimistic-concurrency",
|
|
38040
|
+
"output-path",
|
|
38041
|
+
"session-targeting",
|
|
38042
|
+
"stateless-doc",
|
|
38043
|
+
"tracked-change-mode"
|
|
38044
|
+
],
|
|
38045
|
+
"errors": [
|
|
38046
|
+
"NO_OP"
|
|
38047
|
+
],
|
|
38048
|
+
"examples": [],
|
|
38049
|
+
"commandTokens": [
|
|
38050
|
+
"images",
|
|
38051
|
+
"flip"
|
|
38052
|
+
],
|
|
38053
|
+
"profileTags": [],
|
|
38054
|
+
"requiredCapabilities": [],
|
|
38055
|
+
"sessionRequirements": {
|
|
38056
|
+
"requiresOpenContext": true,
|
|
38057
|
+
"supportsSessionTargeting": true
|
|
38058
|
+
},
|
|
38059
|
+
"intentId": "flip_image"
|
|
38060
|
+
},
|
|
38061
|
+
{
|
|
38062
|
+
"operationId": "doc.images.crop",
|
|
38063
|
+
"toolName": "crop_image",
|
|
38064
|
+
"profile": "intent",
|
|
38065
|
+
"source": "intent",
|
|
38066
|
+
"description": "Apply rectangular edge-percentage crop to an image.",
|
|
38067
|
+
"inputSchema": {
|
|
38068
|
+
"type": "object",
|
|
38069
|
+
"properties": {
|
|
38070
|
+
"doc": {
|
|
38071
|
+
"type": "string"
|
|
38072
|
+
},
|
|
38073
|
+
"sessionId": {
|
|
38074
|
+
"type": "string"
|
|
38075
|
+
},
|
|
38076
|
+
"force": {
|
|
38077
|
+
"type": "boolean"
|
|
38078
|
+
},
|
|
38079
|
+
"changeMode": {
|
|
38080
|
+
"type": "string",
|
|
38081
|
+
"enum": [
|
|
38082
|
+
"direct",
|
|
38083
|
+
"tracked"
|
|
38084
|
+
]
|
|
38085
|
+
},
|
|
38086
|
+
"imageId": {
|
|
38087
|
+
"type": "string"
|
|
38088
|
+
},
|
|
38089
|
+
"crop": {
|
|
38090
|
+
"type": "object",
|
|
38091
|
+
"properties": {
|
|
38092
|
+
"left": {
|
|
38093
|
+
"type": "number"
|
|
38094
|
+
},
|
|
38095
|
+
"top": {
|
|
38096
|
+
"type": "number"
|
|
38097
|
+
},
|
|
38098
|
+
"right": {
|
|
38099
|
+
"type": "number"
|
|
38100
|
+
},
|
|
38101
|
+
"bottom": {
|
|
38102
|
+
"type": "number"
|
|
38103
|
+
}
|
|
38104
|
+
}
|
|
38105
|
+
}
|
|
38106
|
+
},
|
|
38107
|
+
"required": [
|
|
38108
|
+
"imageId",
|
|
38109
|
+
"crop"
|
|
36366
38110
|
],
|
|
36367
38111
|
"additionalProperties": false
|
|
36368
38112
|
},
|
|
@@ -36398,7 +38142,7 @@
|
|
|
36398
38142
|
"examples": [],
|
|
36399
38143
|
"commandTokens": [
|
|
36400
38144
|
"images",
|
|
36401
|
-
"
|
|
38145
|
+
"crop"
|
|
36402
38146
|
],
|
|
36403
38147
|
"profileTags": [],
|
|
36404
38148
|
"requiredCapabilities": [],
|
|
@@ -36406,14 +38150,14 @@
|
|
|
36406
38150
|
"requiresOpenContext": true,
|
|
36407
38151
|
"supportsSessionTargeting": true
|
|
36408
38152
|
},
|
|
36409
|
-
"intentId": "
|
|
38153
|
+
"intentId": "crop_image"
|
|
36410
38154
|
},
|
|
36411
38155
|
{
|
|
36412
|
-
"operationId": "doc.images.
|
|
36413
|
-
"toolName": "
|
|
38156
|
+
"operationId": "doc.images.resetCrop",
|
|
38157
|
+
"toolName": "reset_image_crop",
|
|
36414
38158
|
"profile": "intent",
|
|
36415
38159
|
"source": "intent",
|
|
36416
|
-
"description": "
|
|
38160
|
+
"description": "Remove all cropping from an image.",
|
|
36417
38161
|
"inputSchema": {
|
|
36418
38162
|
"type": "object",
|
|
36419
38163
|
"properties": {
|
|
@@ -36474,7 +38218,7 @@
|
|
|
36474
38218
|
"examples": [],
|
|
36475
38219
|
"commandTokens": [
|
|
36476
38220
|
"images",
|
|
36477
|
-
"
|
|
38221
|
+
"reset-crop"
|
|
36478
38222
|
],
|
|
36479
38223
|
"profileTags": [],
|
|
36480
38224
|
"requiredCapabilities": [],
|
|
@@ -36482,14 +38226,14 @@
|
|
|
36482
38226
|
"requiresOpenContext": true,
|
|
36483
38227
|
"supportsSessionTargeting": true
|
|
36484
38228
|
},
|
|
36485
|
-
"intentId": "
|
|
38229
|
+
"intentId": "reset_image_crop"
|
|
36486
38230
|
},
|
|
36487
38231
|
{
|
|
36488
|
-
"operationId": "doc.images.
|
|
36489
|
-
"toolName": "
|
|
38232
|
+
"operationId": "doc.images.replaceSource",
|
|
38233
|
+
"toolName": "replace_image_source",
|
|
36490
38234
|
"profile": "intent",
|
|
36491
38235
|
"source": "intent",
|
|
36492
|
-
"description": "
|
|
38236
|
+
"description": "Replace the image source while preserving identity and placement.",
|
|
36493
38237
|
"inputSchema": {
|
|
36494
38238
|
"type": "object",
|
|
36495
38239
|
"properties": {
|
|
@@ -36512,32 +38256,16 @@
|
|
|
36512
38256
|
"imageId": {
|
|
36513
38257
|
"type": "string"
|
|
36514
38258
|
},
|
|
36515
|
-
"
|
|
36516
|
-
"type": "
|
|
36517
|
-
|
|
36518
|
-
|
|
36519
|
-
|
|
36520
|
-
},
|
|
36521
|
-
"height": {
|
|
36522
|
-
"type": "number"
|
|
36523
|
-
},
|
|
36524
|
-
"unit": {
|
|
36525
|
-
"enum": [
|
|
36526
|
-
"px",
|
|
36527
|
-
"pt",
|
|
36528
|
-
"twip"
|
|
36529
|
-
]
|
|
36530
|
-
}
|
|
36531
|
-
},
|
|
36532
|
-
"required": [
|
|
36533
|
-
"width",
|
|
36534
|
-
"height"
|
|
36535
|
-
]
|
|
38259
|
+
"src": {
|
|
38260
|
+
"type": "string"
|
|
38261
|
+
},
|
|
38262
|
+
"resetSize": {
|
|
38263
|
+
"type": "boolean"
|
|
36536
38264
|
}
|
|
36537
38265
|
},
|
|
36538
38266
|
"required": [
|
|
36539
38267
|
"imageId",
|
|
36540
|
-
"
|
|
38268
|
+
"src"
|
|
36541
38269
|
],
|
|
36542
38270
|
"additionalProperties": false
|
|
36543
38271
|
},
|
|
@@ -36573,7 +38301,7 @@
|
|
|
36573
38301
|
"examples": [],
|
|
36574
38302
|
"commandTokens": [
|
|
36575
38303
|
"images",
|
|
36576
|
-
"
|
|
38304
|
+
"replace-source"
|
|
36577
38305
|
],
|
|
36578
38306
|
"profileTags": [],
|
|
36579
38307
|
"requiredCapabilities": [],
|
|
@@ -36581,14 +38309,14 @@
|
|
|
36581
38309
|
"requiresOpenContext": true,
|
|
36582
38310
|
"supportsSessionTargeting": true
|
|
36583
38311
|
},
|
|
36584
|
-
"intentId": "
|
|
38312
|
+
"intentId": "replace_image_source"
|
|
36585
38313
|
},
|
|
36586
38314
|
{
|
|
36587
|
-
"operationId": "doc.images.
|
|
36588
|
-
"toolName": "
|
|
38315
|
+
"operationId": "doc.images.setAltText",
|
|
38316
|
+
"toolName": "set_image_alt_text",
|
|
36589
38317
|
"profile": "intent",
|
|
36590
38318
|
"source": "intent",
|
|
36591
|
-
"description": "Set the
|
|
38319
|
+
"description": "Set the accessibility description (alt text) for an image.",
|
|
36592
38320
|
"inputSchema": {
|
|
36593
38321
|
"type": "object",
|
|
36594
38322
|
"properties": {
|
|
@@ -36611,21 +38339,13 @@
|
|
|
36611
38339
|
"imageId": {
|
|
36612
38340
|
"type": "string"
|
|
36613
38341
|
},
|
|
36614
|
-
"
|
|
36615
|
-
"type": "string"
|
|
36616
|
-
"enum": [
|
|
36617
|
-
"None",
|
|
36618
|
-
"Square",
|
|
36619
|
-
"Through",
|
|
36620
|
-
"Tight",
|
|
36621
|
-
"TopAndBottom",
|
|
36622
|
-
"Inline"
|
|
36623
|
-
]
|
|
38342
|
+
"description": {
|
|
38343
|
+
"type": "string"
|
|
36624
38344
|
}
|
|
36625
38345
|
},
|
|
36626
38346
|
"required": [
|
|
36627
38347
|
"imageId",
|
|
36628
|
-
"
|
|
38348
|
+
"description"
|
|
36629
38349
|
],
|
|
36630
38350
|
"additionalProperties": false
|
|
36631
38351
|
},
|
|
@@ -36661,7 +38381,7 @@
|
|
|
36661
38381
|
"examples": [],
|
|
36662
38382
|
"commandTokens": [
|
|
36663
38383
|
"images",
|
|
36664
|
-
"set-
|
|
38384
|
+
"set-alt-text"
|
|
36665
38385
|
],
|
|
36666
38386
|
"profileTags": [],
|
|
36667
38387
|
"requiredCapabilities": [],
|
|
@@ -36669,14 +38389,14 @@
|
|
|
36669
38389
|
"requiresOpenContext": true,
|
|
36670
38390
|
"supportsSessionTargeting": true
|
|
36671
38391
|
},
|
|
36672
|
-
"intentId": "
|
|
38392
|
+
"intentId": "set_image_alt_text"
|
|
36673
38393
|
},
|
|
36674
38394
|
{
|
|
36675
|
-
"operationId": "doc.images.
|
|
36676
|
-
"toolName": "
|
|
38395
|
+
"operationId": "doc.images.setDecorative",
|
|
38396
|
+
"toolName": "set_image_decorative",
|
|
36677
38397
|
"profile": "intent",
|
|
36678
38398
|
"source": "intent",
|
|
36679
|
-
"description": "
|
|
38399
|
+
"description": "Mark or unmark an image as decorative.",
|
|
36680
38400
|
"inputSchema": {
|
|
36681
38401
|
"type": "object",
|
|
36682
38402
|
"properties": {
|
|
@@ -36699,19 +38419,93 @@
|
|
|
36699
38419
|
"imageId": {
|
|
36700
38420
|
"type": "string"
|
|
36701
38421
|
},
|
|
36702
|
-
"
|
|
38422
|
+
"decorative": {
|
|
38423
|
+
"type": "boolean"
|
|
38424
|
+
}
|
|
38425
|
+
},
|
|
38426
|
+
"required": [
|
|
38427
|
+
"imageId",
|
|
38428
|
+
"decorative"
|
|
38429
|
+
],
|
|
38430
|
+
"additionalProperties": false
|
|
38431
|
+
},
|
|
38432
|
+
"outputSchema": {
|
|
38433
|
+
"additionalProperties": false,
|
|
38434
|
+
"properties": {
|
|
38435
|
+
"image": {
|
|
38436
|
+
"type": "object"
|
|
38437
|
+
},
|
|
38438
|
+
"success": {
|
|
38439
|
+
"const": true
|
|
38440
|
+
}
|
|
38441
|
+
},
|
|
38442
|
+
"required": [
|
|
38443
|
+
"success",
|
|
38444
|
+
"image"
|
|
38445
|
+
],
|
|
38446
|
+
"type": "object"
|
|
38447
|
+
},
|
|
38448
|
+
"mutates": true,
|
|
38449
|
+
"category": "images",
|
|
38450
|
+
"capabilities": [
|
|
38451
|
+
"dry-run",
|
|
38452
|
+
"optimistic-concurrency",
|
|
38453
|
+
"output-path",
|
|
38454
|
+
"session-targeting",
|
|
38455
|
+
"stateless-doc",
|
|
38456
|
+
"tracked-change-mode"
|
|
38457
|
+
],
|
|
38458
|
+
"errors": [
|
|
38459
|
+
"NO_OP"
|
|
38460
|
+
],
|
|
38461
|
+
"examples": [],
|
|
38462
|
+
"commandTokens": [
|
|
38463
|
+
"images",
|
|
38464
|
+
"set-decorative"
|
|
38465
|
+
],
|
|
38466
|
+
"profileTags": [],
|
|
38467
|
+
"requiredCapabilities": [],
|
|
38468
|
+
"sessionRequirements": {
|
|
38469
|
+
"requiresOpenContext": true,
|
|
38470
|
+
"supportsSessionTargeting": true
|
|
38471
|
+
},
|
|
38472
|
+
"intentId": "set_image_decorative"
|
|
38473
|
+
},
|
|
38474
|
+
{
|
|
38475
|
+
"operationId": "doc.images.setName",
|
|
38476
|
+
"toolName": "set_image_name",
|
|
38477
|
+
"profile": "intent",
|
|
38478
|
+
"source": "intent",
|
|
38479
|
+
"description": "Set the object name for an image.",
|
|
38480
|
+
"inputSchema": {
|
|
38481
|
+
"type": "object",
|
|
38482
|
+
"properties": {
|
|
38483
|
+
"doc": {
|
|
38484
|
+
"type": "string"
|
|
38485
|
+
},
|
|
38486
|
+
"sessionId": {
|
|
38487
|
+
"type": "string"
|
|
38488
|
+
},
|
|
38489
|
+
"force": {
|
|
38490
|
+
"type": "boolean"
|
|
38491
|
+
},
|
|
38492
|
+
"changeMode": {
|
|
36703
38493
|
"type": "string",
|
|
36704
38494
|
"enum": [
|
|
36705
|
-
"
|
|
36706
|
-
"
|
|
36707
|
-
"right",
|
|
36708
|
-
"largest"
|
|
38495
|
+
"direct",
|
|
38496
|
+
"tracked"
|
|
36709
38497
|
]
|
|
38498
|
+
},
|
|
38499
|
+
"imageId": {
|
|
38500
|
+
"type": "string"
|
|
38501
|
+
},
|
|
38502
|
+
"name": {
|
|
38503
|
+
"type": "string"
|
|
36710
38504
|
}
|
|
36711
38505
|
},
|
|
36712
38506
|
"required": [
|
|
36713
38507
|
"imageId",
|
|
36714
|
-
"
|
|
38508
|
+
"name"
|
|
36715
38509
|
],
|
|
36716
38510
|
"additionalProperties": false
|
|
36717
38511
|
},
|
|
@@ -36747,7 +38541,7 @@
|
|
|
36747
38541
|
"examples": [],
|
|
36748
38542
|
"commandTokens": [
|
|
36749
38543
|
"images",
|
|
36750
|
-
"set-
|
|
38544
|
+
"set-name"
|
|
36751
38545
|
],
|
|
36752
38546
|
"profileTags": [],
|
|
36753
38547
|
"requiredCapabilities": [],
|
|
@@ -36755,14 +38549,14 @@
|
|
|
36755
38549
|
"requiresOpenContext": true,
|
|
36756
38550
|
"supportsSessionTargeting": true
|
|
36757
38551
|
},
|
|
36758
|
-
"intentId": "
|
|
38552
|
+
"intentId": "set_image_name"
|
|
36759
38553
|
},
|
|
36760
38554
|
{
|
|
36761
|
-
"operationId": "doc.images.
|
|
36762
|
-
"toolName": "
|
|
38555
|
+
"operationId": "doc.images.setHyperlink",
|
|
38556
|
+
"toolName": "set_image_hyperlink",
|
|
36763
38557
|
"profile": "intent",
|
|
36764
38558
|
"source": "intent",
|
|
36765
|
-
"description": "Set
|
|
38559
|
+
"description": "Set or remove the hyperlink attached to an image.",
|
|
36766
38560
|
"inputSchema": {
|
|
36767
38561
|
"type": "object",
|
|
36768
38562
|
"properties": {
|
|
@@ -36785,27 +38579,16 @@
|
|
|
36785
38579
|
"imageId": {
|
|
36786
38580
|
"type": "string"
|
|
36787
38581
|
},
|
|
36788
|
-
"
|
|
36789
|
-
"type": "object"
|
|
36790
|
-
|
|
36791
|
-
|
|
36792
|
-
|
|
36793
|
-
},
|
|
36794
|
-
"distBottom": {
|
|
36795
|
-
"type": "number"
|
|
36796
|
-
},
|
|
36797
|
-
"distLeft": {
|
|
36798
|
-
"type": "number"
|
|
36799
|
-
},
|
|
36800
|
-
"distRight": {
|
|
36801
|
-
"type": "number"
|
|
36802
|
-
}
|
|
36803
|
-
}
|
|
38582
|
+
"url": {
|
|
38583
|
+
"type": "object"
|
|
38584
|
+
},
|
|
38585
|
+
"tooltip": {
|
|
38586
|
+
"type": "string"
|
|
36804
38587
|
}
|
|
36805
38588
|
},
|
|
36806
38589
|
"required": [
|
|
36807
38590
|
"imageId",
|
|
36808
|
-
"
|
|
38591
|
+
"url"
|
|
36809
38592
|
],
|
|
36810
38593
|
"additionalProperties": false
|
|
36811
38594
|
},
|
|
@@ -36841,7 +38624,7 @@
|
|
|
36841
38624
|
"examples": [],
|
|
36842
38625
|
"commandTokens": [
|
|
36843
38626
|
"images",
|
|
36844
|
-
"set-
|
|
38627
|
+
"set-hyperlink"
|
|
36845
38628
|
],
|
|
36846
38629
|
"profileTags": [],
|
|
36847
38630
|
"requiredCapabilities": [],
|
|
@@ -36849,14 +38632,14 @@
|
|
|
36849
38632
|
"requiresOpenContext": true,
|
|
36850
38633
|
"supportsSessionTargeting": true
|
|
36851
38634
|
},
|
|
36852
|
-
"intentId": "
|
|
38635
|
+
"intentId": "set_image_hyperlink"
|
|
36853
38636
|
},
|
|
36854
38637
|
{
|
|
36855
|
-
"operationId": "doc.images.
|
|
36856
|
-
"toolName": "
|
|
38638
|
+
"operationId": "doc.images.insertCaption",
|
|
38639
|
+
"toolName": "insert_image_caption",
|
|
36857
38640
|
"profile": "intent",
|
|
36858
38641
|
"source": "intent",
|
|
36859
|
-
"description": "
|
|
38642
|
+
"description": "Insert a caption paragraph below the image.",
|
|
36860
38643
|
"inputSchema": {
|
|
36861
38644
|
"type": "object",
|
|
36862
38645
|
"properties": {
|
|
@@ -36879,38 +38662,13 @@
|
|
|
36879
38662
|
"imageId": {
|
|
36880
38663
|
"type": "string"
|
|
36881
38664
|
},
|
|
36882
|
-
"
|
|
36883
|
-
"type": "
|
|
36884
|
-
"properties": {
|
|
36885
|
-
"hRelativeFrom": {
|
|
36886
|
-
"type": "string"
|
|
36887
|
-
},
|
|
36888
|
-
"vRelativeFrom": {
|
|
36889
|
-
"type": "string"
|
|
36890
|
-
},
|
|
36891
|
-
"alignH": {
|
|
36892
|
-
"type": "string"
|
|
36893
|
-
},
|
|
36894
|
-
"alignV": {
|
|
36895
|
-
"type": "string"
|
|
36896
|
-
},
|
|
36897
|
-
"marginOffset": {
|
|
36898
|
-
"type": "object",
|
|
36899
|
-
"properties": {
|
|
36900
|
-
"horizontal": {
|
|
36901
|
-
"type": "number"
|
|
36902
|
-
},
|
|
36903
|
-
"top": {
|
|
36904
|
-
"type": "number"
|
|
36905
|
-
}
|
|
36906
|
-
}
|
|
36907
|
-
}
|
|
36908
|
-
}
|
|
38665
|
+
"text": {
|
|
38666
|
+
"type": "string"
|
|
36909
38667
|
}
|
|
36910
38668
|
},
|
|
36911
38669
|
"required": [
|
|
36912
38670
|
"imageId",
|
|
36913
|
-
"
|
|
38671
|
+
"text"
|
|
36914
38672
|
],
|
|
36915
38673
|
"additionalProperties": false
|
|
36916
38674
|
},
|
|
@@ -36946,7 +38704,7 @@
|
|
|
36946
38704
|
"examples": [],
|
|
36947
38705
|
"commandTokens": [
|
|
36948
38706
|
"images",
|
|
36949
|
-
"
|
|
38707
|
+
"insert-caption"
|
|
36950
38708
|
],
|
|
36951
38709
|
"profileTags": [],
|
|
36952
38710
|
"requiredCapabilities": [],
|
|
@@ -36954,14 +38712,14 @@
|
|
|
36954
38712
|
"requiresOpenContext": true,
|
|
36955
38713
|
"supportsSessionTargeting": true
|
|
36956
38714
|
},
|
|
36957
|
-
"intentId": "
|
|
38715
|
+
"intentId": "insert_image_caption"
|
|
36958
38716
|
},
|
|
36959
38717
|
{
|
|
36960
|
-
"operationId": "doc.images.
|
|
36961
|
-
"toolName": "
|
|
38718
|
+
"operationId": "doc.images.updateCaption",
|
|
38719
|
+
"toolName": "update_image_caption",
|
|
36962
38720
|
"profile": "intent",
|
|
36963
38721
|
"source": "intent",
|
|
36964
|
-
"description": "
|
|
38722
|
+
"description": "Update the text of an existing caption paragraph.",
|
|
36965
38723
|
"inputSchema": {
|
|
36966
38724
|
"type": "object",
|
|
36967
38725
|
"properties": {
|
|
@@ -36984,30 +38742,13 @@
|
|
|
36984
38742
|
"imageId": {
|
|
36985
38743
|
"type": "string"
|
|
36986
38744
|
},
|
|
36987
|
-
"
|
|
36988
|
-
"type": "
|
|
36989
|
-
"properties": {
|
|
36990
|
-
"behindDoc": {
|
|
36991
|
-
"type": "boolean"
|
|
36992
|
-
},
|
|
36993
|
-
"allowOverlap": {
|
|
36994
|
-
"type": "boolean"
|
|
36995
|
-
},
|
|
36996
|
-
"layoutInCell": {
|
|
36997
|
-
"type": "boolean"
|
|
36998
|
-
},
|
|
36999
|
-
"lockAnchor": {
|
|
37000
|
-
"type": "boolean"
|
|
37001
|
-
},
|
|
37002
|
-
"simplePos": {
|
|
37003
|
-
"type": "boolean"
|
|
37004
|
-
}
|
|
37005
|
-
}
|
|
38745
|
+
"text": {
|
|
38746
|
+
"type": "string"
|
|
37006
38747
|
}
|
|
37007
38748
|
},
|
|
37008
38749
|
"required": [
|
|
37009
38750
|
"imageId",
|
|
37010
|
-
"
|
|
38751
|
+
"text"
|
|
37011
38752
|
],
|
|
37012
38753
|
"additionalProperties": false
|
|
37013
38754
|
},
|
|
@@ -37043,7 +38784,7 @@
|
|
|
37043
38784
|
"examples": [],
|
|
37044
38785
|
"commandTokens": [
|
|
37045
38786
|
"images",
|
|
37046
|
-
"
|
|
38787
|
+
"update-caption"
|
|
37047
38788
|
],
|
|
37048
38789
|
"profileTags": [],
|
|
37049
38790
|
"requiredCapabilities": [],
|
|
@@ -37051,14 +38792,14 @@
|
|
|
37051
38792
|
"requiresOpenContext": true,
|
|
37052
38793
|
"supportsSessionTargeting": true
|
|
37053
38794
|
},
|
|
37054
|
-
"intentId": "
|
|
38795
|
+
"intentId": "update_image_caption"
|
|
37055
38796
|
},
|
|
37056
38797
|
{
|
|
37057
|
-
"operationId": "doc.images.
|
|
37058
|
-
"toolName": "
|
|
38798
|
+
"operationId": "doc.images.removeCaption",
|
|
38799
|
+
"toolName": "remove_image_caption",
|
|
37059
38800
|
"profile": "intent",
|
|
37060
38801
|
"source": "intent",
|
|
37061
|
-
"description": "
|
|
38802
|
+
"description": "Remove the caption paragraph from below the image.",
|
|
37062
38803
|
"inputSchema": {
|
|
37063
38804
|
"type": "object",
|
|
37064
38805
|
"properties": {
|
|
@@ -37080,22 +38821,10 @@
|
|
|
37080
38821
|
},
|
|
37081
38822
|
"imageId": {
|
|
37082
38823
|
"type": "string"
|
|
37083
|
-
},
|
|
37084
|
-
"zOrder": {
|
|
37085
|
-
"type": "object",
|
|
37086
|
-
"properties": {
|
|
37087
|
-
"relativeHeight": {
|
|
37088
|
-
"type": "number"
|
|
37089
|
-
}
|
|
37090
|
-
},
|
|
37091
|
-
"required": [
|
|
37092
|
-
"relativeHeight"
|
|
37093
|
-
]
|
|
37094
38824
|
}
|
|
37095
38825
|
},
|
|
37096
38826
|
"required": [
|
|
37097
|
-
"imageId"
|
|
37098
|
-
"zOrder"
|
|
38827
|
+
"imageId"
|
|
37099
38828
|
],
|
|
37100
38829
|
"additionalProperties": false
|
|
37101
38830
|
},
|
|
@@ -37131,7 +38860,7 @@
|
|
|
37131
38860
|
"examples": [],
|
|
37132
38861
|
"commandTokens": [
|
|
37133
38862
|
"images",
|
|
37134
|
-
"
|
|
38863
|
+
"remove-caption"
|
|
37135
38864
|
],
|
|
37136
38865
|
"profileTags": [],
|
|
37137
38866
|
"requiredCapabilities": [],
|
|
@@ -37139,7 +38868,7 @@
|
|
|
37139
38868
|
"requiresOpenContext": true,
|
|
37140
38869
|
"supportsSessionTargeting": true
|
|
37141
38870
|
},
|
|
37142
|
-
"intentId": "
|
|
38871
|
+
"intentId": "remove_image_caption"
|
|
37143
38872
|
},
|
|
37144
38873
|
{
|
|
37145
38874
|
"operationId": "doc.hyperlinks.list",
|