@superdoc-dev/sdk 1.0.0-alpha.25 → 1.0.0-alpha.27
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/LICENSE +661 -0
- package/dist/generated/client.cjs +14 -2
- package/dist/generated/client.d.ts +118 -3
- package/dist/generated/client.d.ts.map +1 -1
- package/dist/generated/client.js +14 -2
- package/dist/generated/contract.cjs +2655 -160
- package/dist/generated/contract.d.ts +1694 -4
- package/dist/generated/contract.d.ts.map +1 -1
- package/dist/generated/contract.js +2655 -160
- package/dist/tools.cjs +11 -4
- package/dist/tools.d.ts.map +1 -1
- package/dist/tools.js +11 -4
- package/package.json +15 -17
- package/tools/catalog.json +2579 -752
- package/tools/tool-name-map.json +2 -0
- package/tools/tools-policy.json +1 -1
- package/tools/tools.anthropic.json +38 -0
- package/tools/tools.generic.json +1840 -22
- package/tools/tools.openai.json +44 -0
- package/tools/tools.vercel.json +44 -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": 384,
|
|
7
7
|
"profiles": {
|
|
8
8
|
"intent": {
|
|
9
9
|
"name": "intent",
|
|
@@ -696,6 +696,50 @@
|
|
|
696
696
|
},
|
|
697
697
|
"intentId": "get_document_markdown"
|
|
698
698
|
},
|
|
699
|
+
{
|
|
700
|
+
"operationId": "doc.getHtml",
|
|
701
|
+
"toolName": "get_document_html",
|
|
702
|
+
"profile": "intent",
|
|
703
|
+
"source": "intent",
|
|
704
|
+
"description": "Extract the document content as an HTML string.",
|
|
705
|
+
"inputSchema": {
|
|
706
|
+
"type": "object",
|
|
707
|
+
"properties": {
|
|
708
|
+
"doc": {
|
|
709
|
+
"type": "string"
|
|
710
|
+
},
|
|
711
|
+
"sessionId": {
|
|
712
|
+
"type": "string"
|
|
713
|
+
},
|
|
714
|
+
"unflattenLists": {
|
|
715
|
+
"type": "boolean"
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
"additionalProperties": false
|
|
719
|
+
},
|
|
720
|
+
"outputSchema": {
|
|
721
|
+
"type": "string"
|
|
722
|
+
},
|
|
723
|
+
"mutates": false,
|
|
724
|
+
"category": "query",
|
|
725
|
+
"capabilities": [
|
|
726
|
+
"search",
|
|
727
|
+
"session-targeting",
|
|
728
|
+
"stateless-doc"
|
|
729
|
+
],
|
|
730
|
+
"errors": [],
|
|
731
|
+
"examples": [],
|
|
732
|
+
"commandTokens": [
|
|
733
|
+
"get-html"
|
|
734
|
+
],
|
|
735
|
+
"profileTags": [],
|
|
736
|
+
"requiredCapabilities": [],
|
|
737
|
+
"sessionRequirements": {
|
|
738
|
+
"requiresOpenContext": true,
|
|
739
|
+
"supportsSessionTargeting": true
|
|
740
|
+
},
|
|
741
|
+
"intentId": "get_document_html"
|
|
742
|
+
},
|
|
699
743
|
{
|
|
700
744
|
"operationId": "doc.info",
|
|
701
745
|
"toolName": "get_document_info",
|
|
@@ -6723,6 +6767,27 @@
|
|
|
6723
6767
|
"after": {
|
|
6724
6768
|
"additionalProperties": false,
|
|
6725
6769
|
"properties": {
|
|
6770
|
+
"adjustRightInd": {
|
|
6771
|
+
"enum": [
|
|
6772
|
+
"on",
|
|
6773
|
+
"off",
|
|
6774
|
+
"inherit"
|
|
6775
|
+
]
|
|
6776
|
+
},
|
|
6777
|
+
"autoSpaceDE": {
|
|
6778
|
+
"enum": [
|
|
6779
|
+
"on",
|
|
6780
|
+
"off",
|
|
6781
|
+
"inherit"
|
|
6782
|
+
]
|
|
6783
|
+
},
|
|
6784
|
+
"autoSpaceDN": {
|
|
6785
|
+
"enum": [
|
|
6786
|
+
"on",
|
|
6787
|
+
"off",
|
|
6788
|
+
"inherit"
|
|
6789
|
+
]
|
|
6790
|
+
},
|
|
6726
6791
|
"bold": {
|
|
6727
6792
|
"enum": [
|
|
6728
6793
|
"on",
|
|
@@ -6730,6 +6795,23 @@
|
|
|
6730
6795
|
"inherit"
|
|
6731
6796
|
]
|
|
6732
6797
|
},
|
|
6798
|
+
"boldCs": {
|
|
6799
|
+
"enum": [
|
|
6800
|
+
"on",
|
|
6801
|
+
"off",
|
|
6802
|
+
"inherit"
|
|
6803
|
+
]
|
|
6804
|
+
},
|
|
6805
|
+
"borders": {
|
|
6806
|
+
"oneOf": [
|
|
6807
|
+
{
|
|
6808
|
+
"type": "object"
|
|
6809
|
+
},
|
|
6810
|
+
{
|
|
6811
|
+
"const": "inherit"
|
|
6812
|
+
}
|
|
6813
|
+
]
|
|
6814
|
+
},
|
|
6733
6815
|
"color": {
|
|
6734
6816
|
"oneOf": [
|
|
6735
6817
|
{
|
|
@@ -6740,6 +6822,67 @@
|
|
|
6740
6822
|
}
|
|
6741
6823
|
]
|
|
6742
6824
|
},
|
|
6825
|
+
"contextualSpacing": {
|
|
6826
|
+
"enum": [
|
|
6827
|
+
"on",
|
|
6828
|
+
"off",
|
|
6829
|
+
"inherit"
|
|
6830
|
+
]
|
|
6831
|
+
},
|
|
6832
|
+
"dstrike": {
|
|
6833
|
+
"enum": [
|
|
6834
|
+
"on",
|
|
6835
|
+
"off",
|
|
6836
|
+
"inherit"
|
|
6837
|
+
]
|
|
6838
|
+
},
|
|
6839
|
+
"eastAsianLayout": {
|
|
6840
|
+
"oneOf": [
|
|
6841
|
+
{
|
|
6842
|
+
"type": "object"
|
|
6843
|
+
},
|
|
6844
|
+
{
|
|
6845
|
+
"const": "inherit"
|
|
6846
|
+
}
|
|
6847
|
+
]
|
|
6848
|
+
},
|
|
6849
|
+
"effect": {
|
|
6850
|
+
"oneOf": [
|
|
6851
|
+
{
|
|
6852
|
+
"type": "string"
|
|
6853
|
+
},
|
|
6854
|
+
{
|
|
6855
|
+
"const": "inherit"
|
|
6856
|
+
}
|
|
6857
|
+
]
|
|
6858
|
+
},
|
|
6859
|
+
"em": {
|
|
6860
|
+
"oneOf": [
|
|
6861
|
+
{
|
|
6862
|
+
"type": "string"
|
|
6863
|
+
},
|
|
6864
|
+
{
|
|
6865
|
+
"const": "inherit"
|
|
6866
|
+
}
|
|
6867
|
+
]
|
|
6868
|
+
},
|
|
6869
|
+
"emboss": {
|
|
6870
|
+
"enum": [
|
|
6871
|
+
"on",
|
|
6872
|
+
"off",
|
|
6873
|
+
"inherit"
|
|
6874
|
+
]
|
|
6875
|
+
},
|
|
6876
|
+
"fitText": {
|
|
6877
|
+
"oneOf": [
|
|
6878
|
+
{
|
|
6879
|
+
"type": "object"
|
|
6880
|
+
},
|
|
6881
|
+
{
|
|
6882
|
+
"const": "inherit"
|
|
6883
|
+
}
|
|
6884
|
+
]
|
|
6885
|
+
},
|
|
6743
6886
|
"fontFamily": {
|
|
6744
6887
|
"oneOf": [
|
|
6745
6888
|
{
|
|
@@ -6770,6 +6913,30 @@
|
|
|
6770
6913
|
}
|
|
6771
6914
|
]
|
|
6772
6915
|
},
|
|
6916
|
+
"framePr": {
|
|
6917
|
+
"oneOf": [
|
|
6918
|
+
{
|
|
6919
|
+
"type": "object"
|
|
6920
|
+
},
|
|
6921
|
+
{
|
|
6922
|
+
"const": "inherit"
|
|
6923
|
+
}
|
|
6924
|
+
]
|
|
6925
|
+
},
|
|
6926
|
+
"iCs": {
|
|
6927
|
+
"enum": [
|
|
6928
|
+
"on",
|
|
6929
|
+
"off",
|
|
6930
|
+
"inherit"
|
|
6931
|
+
]
|
|
6932
|
+
},
|
|
6933
|
+
"imprint": {
|
|
6934
|
+
"enum": [
|
|
6935
|
+
"on",
|
|
6936
|
+
"off",
|
|
6937
|
+
"inherit"
|
|
6938
|
+
]
|
|
6939
|
+
},
|
|
6773
6940
|
"indent": {
|
|
6774
6941
|
"oneOf": [
|
|
6775
6942
|
{
|
|
@@ -6797,7 +6964,21 @@
|
|
|
6797
6964
|
}
|
|
6798
6965
|
]
|
|
6799
6966
|
},
|
|
6800
|
-
"
|
|
6967
|
+
"keepLines": {
|
|
6968
|
+
"enum": [
|
|
6969
|
+
"on",
|
|
6970
|
+
"off",
|
|
6971
|
+
"inherit"
|
|
6972
|
+
]
|
|
6973
|
+
},
|
|
6974
|
+
"keepNext": {
|
|
6975
|
+
"enum": [
|
|
6976
|
+
"on",
|
|
6977
|
+
"off",
|
|
6978
|
+
"inherit"
|
|
6979
|
+
]
|
|
6980
|
+
},
|
|
6981
|
+
"kern": {
|
|
6801
6982
|
"oneOf": [
|
|
6802
6983
|
{
|
|
6803
6984
|
"type": "number"
|
|
@@ -6807,7 +6988,14 @@
|
|
|
6807
6988
|
}
|
|
6808
6989
|
]
|
|
6809
6990
|
},
|
|
6810
|
-
"
|
|
6991
|
+
"kinsoku": {
|
|
6992
|
+
"enum": [
|
|
6993
|
+
"on",
|
|
6994
|
+
"off",
|
|
6995
|
+
"inherit"
|
|
6996
|
+
]
|
|
6997
|
+
},
|
|
6998
|
+
"lang": {
|
|
6811
6999
|
"oneOf": [
|
|
6812
7000
|
{
|
|
6813
7001
|
"type": "object"
|
|
@@ -6816,21 +7004,32 @@
|
|
|
6816
7004
|
"const": "inherit"
|
|
6817
7005
|
}
|
|
6818
7006
|
]
|
|
6819
|
-
}
|
|
6820
|
-
|
|
6821
|
-
|
|
6822
|
-
|
|
6823
|
-
|
|
6824
|
-
|
|
6825
|
-
|
|
6826
|
-
|
|
7007
|
+
},
|
|
7008
|
+
"letterSpacing": {
|
|
7009
|
+
"oneOf": [
|
|
7010
|
+
{
|
|
7011
|
+
"type": "number"
|
|
7012
|
+
},
|
|
7013
|
+
{
|
|
7014
|
+
"const": "inherit"
|
|
7015
|
+
}
|
|
7016
|
+
]
|
|
7017
|
+
},
|
|
7018
|
+
"mirrorIndents": {
|
|
6827
7019
|
"enum": [
|
|
6828
7020
|
"on",
|
|
6829
7021
|
"off",
|
|
6830
7022
|
"inherit"
|
|
6831
7023
|
]
|
|
6832
7024
|
},
|
|
6833
|
-
"
|
|
7025
|
+
"noProof": {
|
|
7026
|
+
"enum": [
|
|
7027
|
+
"on",
|
|
7028
|
+
"off",
|
|
7029
|
+
"inherit"
|
|
7030
|
+
]
|
|
7031
|
+
},
|
|
7032
|
+
"numberingProperties": {
|
|
6834
7033
|
"oneOf": [
|
|
6835
7034
|
{
|
|
6836
7035
|
"type": "object"
|
|
@@ -6840,17 +7039,38 @@
|
|
|
6840
7039
|
}
|
|
6841
7040
|
]
|
|
6842
7041
|
},
|
|
6843
|
-
"
|
|
7042
|
+
"outline": {
|
|
7043
|
+
"enum": [
|
|
7044
|
+
"on",
|
|
7045
|
+
"off",
|
|
7046
|
+
"inherit"
|
|
7047
|
+
]
|
|
7048
|
+
},
|
|
7049
|
+
"outlineLvl": {
|
|
6844
7050
|
"oneOf": [
|
|
6845
7051
|
{
|
|
6846
|
-
"type": "
|
|
7052
|
+
"type": "number"
|
|
6847
7053
|
},
|
|
6848
7054
|
{
|
|
6849
7055
|
"const": "inherit"
|
|
6850
7056
|
}
|
|
6851
7057
|
]
|
|
6852
7058
|
},
|
|
6853
|
-
"
|
|
7059
|
+
"overflowPunct": {
|
|
7060
|
+
"enum": [
|
|
7061
|
+
"on",
|
|
7062
|
+
"off",
|
|
7063
|
+
"inherit"
|
|
7064
|
+
]
|
|
7065
|
+
},
|
|
7066
|
+
"pageBreakBefore": {
|
|
7067
|
+
"enum": [
|
|
7068
|
+
"on",
|
|
7069
|
+
"off",
|
|
7070
|
+
"inherit"
|
|
7071
|
+
]
|
|
7072
|
+
},
|
|
7073
|
+
"position": {
|
|
6854
7074
|
"oneOf": [
|
|
6855
7075
|
{
|
|
6856
7076
|
"type": "number"
|
|
@@ -6860,17 +7080,45 @@
|
|
|
6860
7080
|
}
|
|
6861
7081
|
]
|
|
6862
7082
|
},
|
|
6863
|
-
"
|
|
7083
|
+
"rightToLeft": {
|
|
7084
|
+
"enum": [
|
|
7085
|
+
"on",
|
|
7086
|
+
"off",
|
|
7087
|
+
"inherit"
|
|
7088
|
+
]
|
|
7089
|
+
},
|
|
7090
|
+
"shading": {
|
|
6864
7091
|
"oneOf": [
|
|
6865
7092
|
{
|
|
6866
|
-
"type": "
|
|
7093
|
+
"type": "object"
|
|
6867
7094
|
},
|
|
6868
7095
|
{
|
|
6869
7096
|
"const": "inherit"
|
|
6870
7097
|
}
|
|
6871
7098
|
]
|
|
6872
7099
|
},
|
|
6873
|
-
"
|
|
7100
|
+
"shadow": {
|
|
7101
|
+
"enum": [
|
|
7102
|
+
"on",
|
|
7103
|
+
"off",
|
|
7104
|
+
"inherit"
|
|
7105
|
+
]
|
|
7106
|
+
},
|
|
7107
|
+
"smallCaps": {
|
|
7108
|
+
"enum": [
|
|
7109
|
+
"on",
|
|
7110
|
+
"off",
|
|
7111
|
+
"inherit"
|
|
7112
|
+
]
|
|
7113
|
+
},
|
|
7114
|
+
"snapToGrid": {
|
|
7115
|
+
"enum": [
|
|
7116
|
+
"on",
|
|
7117
|
+
"off",
|
|
7118
|
+
"inherit"
|
|
7119
|
+
]
|
|
7120
|
+
},
|
|
7121
|
+
"spacing": {
|
|
6874
7122
|
"oneOf": [
|
|
6875
7123
|
{
|
|
6876
7124
|
"type": "object"
|
|
@@ -6880,14 +7128,52 @@
|
|
|
6880
7128
|
}
|
|
6881
7129
|
]
|
|
6882
7130
|
},
|
|
6883
|
-
"
|
|
7131
|
+
"specVanish": {
|
|
6884
7132
|
"enum": [
|
|
6885
7133
|
"on",
|
|
6886
7134
|
"off",
|
|
6887
7135
|
"inherit"
|
|
6888
7136
|
]
|
|
6889
7137
|
},
|
|
6890
|
-
"
|
|
7138
|
+
"strike": {
|
|
7139
|
+
"enum": [
|
|
7140
|
+
"on",
|
|
7141
|
+
"off",
|
|
7142
|
+
"inherit"
|
|
7143
|
+
]
|
|
7144
|
+
},
|
|
7145
|
+
"suppressAutoHyphens": {
|
|
7146
|
+
"enum": [
|
|
7147
|
+
"on",
|
|
7148
|
+
"off",
|
|
7149
|
+
"inherit"
|
|
7150
|
+
]
|
|
7151
|
+
},
|
|
7152
|
+
"suppressLineNumbers": {
|
|
7153
|
+
"enum": [
|
|
7154
|
+
"on",
|
|
7155
|
+
"off",
|
|
7156
|
+
"inherit"
|
|
7157
|
+
]
|
|
7158
|
+
},
|
|
7159
|
+
"suppressOverlap": {
|
|
7160
|
+
"enum": [
|
|
7161
|
+
"on",
|
|
7162
|
+
"off",
|
|
7163
|
+
"inherit"
|
|
7164
|
+
]
|
|
7165
|
+
},
|
|
7166
|
+
"tabStops": {
|
|
7167
|
+
"oneOf": [
|
|
7168
|
+
{
|
|
7169
|
+
"type": "array"
|
|
7170
|
+
},
|
|
7171
|
+
{
|
|
7172
|
+
"const": "inherit"
|
|
7173
|
+
}
|
|
7174
|
+
]
|
|
7175
|
+
},
|
|
7176
|
+
"textAlignment": {
|
|
6891
7177
|
"oneOf": [
|
|
6892
7178
|
{
|
|
6893
7179
|
"type": "string"
|
|
@@ -6897,17 +7183,44 @@
|
|
|
6897
7183
|
}
|
|
6898
7184
|
]
|
|
6899
7185
|
},
|
|
6900
|
-
"
|
|
7186
|
+
"textboxTightWrap": {
|
|
6901
7187
|
"oneOf": [
|
|
6902
7188
|
{
|
|
6903
|
-
"type": "
|
|
7189
|
+
"type": "string"
|
|
6904
7190
|
},
|
|
6905
7191
|
{
|
|
6906
7192
|
"const": "inherit"
|
|
6907
7193
|
}
|
|
6908
7194
|
]
|
|
6909
7195
|
},
|
|
6910
|
-
"
|
|
7196
|
+
"textDirection": {
|
|
7197
|
+
"oneOf": [
|
|
7198
|
+
{
|
|
7199
|
+
"type": "string"
|
|
7200
|
+
},
|
|
7201
|
+
{
|
|
7202
|
+
"const": "inherit"
|
|
7203
|
+
}
|
|
7204
|
+
]
|
|
7205
|
+
},
|
|
7206
|
+
"textTransform": {
|
|
7207
|
+
"oneOf": [
|
|
7208
|
+
{
|
|
7209
|
+
"type": "string"
|
|
7210
|
+
},
|
|
7211
|
+
{
|
|
7212
|
+
"const": "inherit"
|
|
7213
|
+
}
|
|
7214
|
+
]
|
|
7215
|
+
},
|
|
7216
|
+
"topLinePunct": {
|
|
7217
|
+
"enum": [
|
|
7218
|
+
"on",
|
|
7219
|
+
"off",
|
|
7220
|
+
"inherit"
|
|
7221
|
+
]
|
|
7222
|
+
},
|
|
7223
|
+
"underline": {
|
|
6911
7224
|
"oneOf": [
|
|
6912
7225
|
{
|
|
6913
7226
|
"type": "object"
|
|
@@ -6916,136 +7229,701 @@
|
|
|
6916
7229
|
"const": "inherit"
|
|
6917
7230
|
}
|
|
6918
7231
|
]
|
|
7232
|
+
},
|
|
7233
|
+
"vanish": {
|
|
7234
|
+
"enum": [
|
|
7235
|
+
"on",
|
|
7236
|
+
"off",
|
|
7237
|
+
"inherit"
|
|
7238
|
+
]
|
|
7239
|
+
},
|
|
7240
|
+
"vertAlign": {
|
|
7241
|
+
"oneOf": [
|
|
7242
|
+
{
|
|
7243
|
+
"type": "string"
|
|
7244
|
+
},
|
|
7245
|
+
{
|
|
7246
|
+
"const": "inherit"
|
|
7247
|
+
}
|
|
7248
|
+
]
|
|
7249
|
+
},
|
|
7250
|
+
"w": {
|
|
7251
|
+
"oneOf": [
|
|
7252
|
+
{
|
|
7253
|
+
"type": "number"
|
|
7254
|
+
},
|
|
7255
|
+
{
|
|
7256
|
+
"const": "inherit"
|
|
7257
|
+
}
|
|
7258
|
+
]
|
|
7259
|
+
},
|
|
7260
|
+
"webHidden": {
|
|
7261
|
+
"enum": [
|
|
7262
|
+
"on",
|
|
7263
|
+
"off",
|
|
7264
|
+
"inherit"
|
|
7265
|
+
]
|
|
7266
|
+
},
|
|
7267
|
+
"widowControl": {
|
|
7268
|
+
"enum": [
|
|
7269
|
+
"on",
|
|
7270
|
+
"off",
|
|
7271
|
+
"inherit"
|
|
7272
|
+
]
|
|
7273
|
+
},
|
|
7274
|
+
"wordWrap": {
|
|
7275
|
+
"enum": [
|
|
7276
|
+
"on",
|
|
7277
|
+
"off",
|
|
7278
|
+
"inherit"
|
|
7279
|
+
]
|
|
6919
7280
|
}
|
|
6920
7281
|
},
|
|
6921
7282
|
"type": "object"
|
|
6922
7283
|
},
|
|
6923
|
-
"
|
|
6924
|
-
"type": "boolean"
|
|
6925
|
-
},
|
|
6926
|
-
"dryRun": {
|
|
6927
|
-
"type": "boolean"
|
|
6928
|
-
},
|
|
6929
|
-
"resolution": {
|
|
7284
|
+
"before": {
|
|
6930
7285
|
"additionalProperties": false,
|
|
6931
7286
|
"properties": {
|
|
6932
|
-
"
|
|
7287
|
+
"adjustRightInd": {
|
|
6933
7288
|
"enum": [
|
|
6934
|
-
"
|
|
6935
|
-
"
|
|
7289
|
+
"on",
|
|
7290
|
+
"off",
|
|
7291
|
+
"inherit"
|
|
6936
7292
|
]
|
|
6937
7293
|
},
|
|
6938
|
-
"
|
|
6939
|
-
"
|
|
7294
|
+
"autoSpaceDE": {
|
|
7295
|
+
"enum": [
|
|
7296
|
+
"on",
|
|
7297
|
+
"off",
|
|
7298
|
+
"inherit"
|
|
7299
|
+
]
|
|
6940
7300
|
},
|
|
6941
|
-
"
|
|
6942
|
-
"
|
|
7301
|
+
"autoSpaceDN": {
|
|
7302
|
+
"enum": [
|
|
7303
|
+
"on",
|
|
7304
|
+
"off",
|
|
7305
|
+
"inherit"
|
|
7306
|
+
]
|
|
6943
7307
|
},
|
|
6944
|
-
"
|
|
7308
|
+
"bold": {
|
|
6945
7309
|
"enum": [
|
|
6946
|
-
"
|
|
6947
|
-
"
|
|
7310
|
+
"on",
|
|
7311
|
+
"off",
|
|
7312
|
+
"inherit"
|
|
6948
7313
|
]
|
|
6949
|
-
}
|
|
6950
|
-
|
|
6951
|
-
|
|
6952
|
-
|
|
6953
|
-
|
|
6954
|
-
|
|
6955
|
-
"xmlPath"
|
|
6956
|
-
],
|
|
6957
|
-
"type": "object"
|
|
6958
|
-
},
|
|
6959
|
-
"success": {
|
|
6960
|
-
"const": true
|
|
6961
|
-
}
|
|
6962
|
-
},
|
|
6963
|
-
"required": [
|
|
6964
|
-
"success",
|
|
6965
|
-
"changed",
|
|
6966
|
-
"resolution",
|
|
6967
|
-
"dryRun",
|
|
6968
|
-
"before",
|
|
6969
|
-
"after"
|
|
6970
|
-
],
|
|
6971
|
-
"type": "object"
|
|
6972
|
-
},
|
|
6973
|
-
"mutates": true,
|
|
6974
|
-
"category": "styles",
|
|
6975
|
-
"capabilities": [
|
|
6976
|
-
"dry-run",
|
|
6977
|
-
"optimistic-concurrency",
|
|
6978
|
-
"output-path",
|
|
6979
|
-
"session-targeting",
|
|
6980
|
-
"stateless-doc",
|
|
6981
|
-
"tracked-change-mode"
|
|
6982
|
-
],
|
|
6983
|
-
"errors": [],
|
|
6984
|
-
"examples": [],
|
|
6985
|
-
"commandTokens": [
|
|
6986
|
-
"styles",
|
|
6987
|
-
"apply"
|
|
6988
|
-
],
|
|
6989
|
-
"profileTags": [],
|
|
6990
|
-
"requiredCapabilities": [],
|
|
6991
|
-
"sessionRequirements": {
|
|
6992
|
-
"requiresOpenContext": true,
|
|
6993
|
-
"supportsSessionTargeting": true
|
|
6994
|
-
},
|
|
6995
|
-
"intentId": "styles_apply"
|
|
6996
|
-
},
|
|
6997
|
-
{
|
|
6998
|
-
"operationId": "doc.create.paragraph",
|
|
6999
|
-
"toolName": "create_paragraph",
|
|
7000
|
-
"profile": "intent",
|
|
7001
|
-
"source": "intent",
|
|
7002
|
-
"description": "Create a new paragraph at the target position.",
|
|
7003
|
-
"inputSchema": {
|
|
7004
|
-
"type": "object",
|
|
7005
|
-
"properties": {
|
|
7006
|
-
"doc": {
|
|
7007
|
-
"type": "string"
|
|
7008
|
-
},
|
|
7009
|
-
"sessionId": {
|
|
7010
|
-
"type": "string"
|
|
7011
|
-
},
|
|
7012
|
-
"force": {
|
|
7013
|
-
"type": "boolean"
|
|
7014
|
-
},
|
|
7015
|
-
"at": {
|
|
7016
|
-
"oneOf": [
|
|
7017
|
-
{
|
|
7018
|
-
"type": "object",
|
|
7019
|
-
"properties": {
|
|
7020
|
-
"kind": {
|
|
7021
|
-
"const": "documentStart"
|
|
7022
|
-
}
|
|
7023
|
-
},
|
|
7024
|
-
"required": [
|
|
7025
|
-
"kind"
|
|
7314
|
+
},
|
|
7315
|
+
"boldCs": {
|
|
7316
|
+
"enum": [
|
|
7317
|
+
"on",
|
|
7318
|
+
"off",
|
|
7319
|
+
"inherit"
|
|
7026
7320
|
]
|
|
7027
7321
|
},
|
|
7028
|
-
{
|
|
7029
|
-
"
|
|
7030
|
-
|
|
7031
|
-
|
|
7032
|
-
|
|
7322
|
+
"borders": {
|
|
7323
|
+
"oneOf": [
|
|
7324
|
+
{
|
|
7325
|
+
"type": "object"
|
|
7326
|
+
},
|
|
7327
|
+
{
|
|
7328
|
+
"const": "inherit"
|
|
7033
7329
|
}
|
|
7034
|
-
},
|
|
7035
|
-
"required": [
|
|
7036
|
-
"kind"
|
|
7037
7330
|
]
|
|
7038
7331
|
},
|
|
7039
|
-
{
|
|
7040
|
-
"
|
|
7041
|
-
|
|
7042
|
-
|
|
7043
|
-
"const": "before"
|
|
7332
|
+
"color": {
|
|
7333
|
+
"oneOf": [
|
|
7334
|
+
{
|
|
7335
|
+
"type": "object"
|
|
7044
7336
|
},
|
|
7045
|
-
|
|
7046
|
-
"
|
|
7047
|
-
|
|
7048
|
-
|
|
7337
|
+
{
|
|
7338
|
+
"const": "inherit"
|
|
7339
|
+
}
|
|
7340
|
+
]
|
|
7341
|
+
},
|
|
7342
|
+
"contextualSpacing": {
|
|
7343
|
+
"enum": [
|
|
7344
|
+
"on",
|
|
7345
|
+
"off",
|
|
7346
|
+
"inherit"
|
|
7347
|
+
]
|
|
7348
|
+
},
|
|
7349
|
+
"dstrike": {
|
|
7350
|
+
"enum": [
|
|
7351
|
+
"on",
|
|
7352
|
+
"off",
|
|
7353
|
+
"inherit"
|
|
7354
|
+
]
|
|
7355
|
+
},
|
|
7356
|
+
"eastAsianLayout": {
|
|
7357
|
+
"oneOf": [
|
|
7358
|
+
{
|
|
7359
|
+
"type": "object"
|
|
7360
|
+
},
|
|
7361
|
+
{
|
|
7362
|
+
"const": "inherit"
|
|
7363
|
+
}
|
|
7364
|
+
]
|
|
7365
|
+
},
|
|
7366
|
+
"effect": {
|
|
7367
|
+
"oneOf": [
|
|
7368
|
+
{
|
|
7369
|
+
"type": "string"
|
|
7370
|
+
},
|
|
7371
|
+
{
|
|
7372
|
+
"const": "inherit"
|
|
7373
|
+
}
|
|
7374
|
+
]
|
|
7375
|
+
},
|
|
7376
|
+
"em": {
|
|
7377
|
+
"oneOf": [
|
|
7378
|
+
{
|
|
7379
|
+
"type": "string"
|
|
7380
|
+
},
|
|
7381
|
+
{
|
|
7382
|
+
"const": "inherit"
|
|
7383
|
+
}
|
|
7384
|
+
]
|
|
7385
|
+
},
|
|
7386
|
+
"emboss": {
|
|
7387
|
+
"enum": [
|
|
7388
|
+
"on",
|
|
7389
|
+
"off",
|
|
7390
|
+
"inherit"
|
|
7391
|
+
]
|
|
7392
|
+
},
|
|
7393
|
+
"fitText": {
|
|
7394
|
+
"oneOf": [
|
|
7395
|
+
{
|
|
7396
|
+
"type": "object"
|
|
7397
|
+
},
|
|
7398
|
+
{
|
|
7399
|
+
"const": "inherit"
|
|
7400
|
+
}
|
|
7401
|
+
]
|
|
7402
|
+
},
|
|
7403
|
+
"fontFamily": {
|
|
7404
|
+
"oneOf": [
|
|
7405
|
+
{
|
|
7406
|
+
"type": "object"
|
|
7407
|
+
},
|
|
7408
|
+
{
|
|
7409
|
+
"const": "inherit"
|
|
7410
|
+
}
|
|
7411
|
+
]
|
|
7412
|
+
},
|
|
7413
|
+
"fontSize": {
|
|
7414
|
+
"oneOf": [
|
|
7415
|
+
{
|
|
7416
|
+
"type": "number"
|
|
7417
|
+
},
|
|
7418
|
+
{
|
|
7419
|
+
"const": "inherit"
|
|
7420
|
+
}
|
|
7421
|
+
]
|
|
7422
|
+
},
|
|
7423
|
+
"fontSizeCs": {
|
|
7424
|
+
"oneOf": [
|
|
7425
|
+
{
|
|
7426
|
+
"type": "number"
|
|
7427
|
+
},
|
|
7428
|
+
{
|
|
7429
|
+
"const": "inherit"
|
|
7430
|
+
}
|
|
7431
|
+
]
|
|
7432
|
+
},
|
|
7433
|
+
"framePr": {
|
|
7434
|
+
"oneOf": [
|
|
7435
|
+
{
|
|
7436
|
+
"type": "object"
|
|
7437
|
+
},
|
|
7438
|
+
{
|
|
7439
|
+
"const": "inherit"
|
|
7440
|
+
}
|
|
7441
|
+
]
|
|
7442
|
+
},
|
|
7443
|
+
"iCs": {
|
|
7444
|
+
"enum": [
|
|
7445
|
+
"on",
|
|
7446
|
+
"off",
|
|
7447
|
+
"inherit"
|
|
7448
|
+
]
|
|
7449
|
+
},
|
|
7450
|
+
"imprint": {
|
|
7451
|
+
"enum": [
|
|
7452
|
+
"on",
|
|
7453
|
+
"off",
|
|
7454
|
+
"inherit"
|
|
7455
|
+
]
|
|
7456
|
+
},
|
|
7457
|
+
"indent": {
|
|
7458
|
+
"oneOf": [
|
|
7459
|
+
{
|
|
7460
|
+
"type": "object"
|
|
7461
|
+
},
|
|
7462
|
+
{
|
|
7463
|
+
"const": "inherit"
|
|
7464
|
+
}
|
|
7465
|
+
]
|
|
7466
|
+
},
|
|
7467
|
+
"italic": {
|
|
7468
|
+
"enum": [
|
|
7469
|
+
"on",
|
|
7470
|
+
"off",
|
|
7471
|
+
"inherit"
|
|
7472
|
+
]
|
|
7473
|
+
},
|
|
7474
|
+
"justification": {
|
|
7475
|
+
"oneOf": [
|
|
7476
|
+
{
|
|
7477
|
+
"type": "string"
|
|
7478
|
+
},
|
|
7479
|
+
{
|
|
7480
|
+
"const": "inherit"
|
|
7481
|
+
}
|
|
7482
|
+
]
|
|
7483
|
+
},
|
|
7484
|
+
"keepLines": {
|
|
7485
|
+
"enum": [
|
|
7486
|
+
"on",
|
|
7487
|
+
"off",
|
|
7488
|
+
"inherit"
|
|
7489
|
+
]
|
|
7490
|
+
},
|
|
7491
|
+
"keepNext": {
|
|
7492
|
+
"enum": [
|
|
7493
|
+
"on",
|
|
7494
|
+
"off",
|
|
7495
|
+
"inherit"
|
|
7496
|
+
]
|
|
7497
|
+
},
|
|
7498
|
+
"kern": {
|
|
7499
|
+
"oneOf": [
|
|
7500
|
+
{
|
|
7501
|
+
"type": "number"
|
|
7502
|
+
},
|
|
7503
|
+
{
|
|
7504
|
+
"const": "inherit"
|
|
7505
|
+
}
|
|
7506
|
+
]
|
|
7507
|
+
},
|
|
7508
|
+
"kinsoku": {
|
|
7509
|
+
"enum": [
|
|
7510
|
+
"on",
|
|
7511
|
+
"off",
|
|
7512
|
+
"inherit"
|
|
7513
|
+
]
|
|
7514
|
+
},
|
|
7515
|
+
"lang": {
|
|
7516
|
+
"oneOf": [
|
|
7517
|
+
{
|
|
7518
|
+
"type": "object"
|
|
7519
|
+
},
|
|
7520
|
+
{
|
|
7521
|
+
"const": "inherit"
|
|
7522
|
+
}
|
|
7523
|
+
]
|
|
7524
|
+
},
|
|
7525
|
+
"letterSpacing": {
|
|
7526
|
+
"oneOf": [
|
|
7527
|
+
{
|
|
7528
|
+
"type": "number"
|
|
7529
|
+
},
|
|
7530
|
+
{
|
|
7531
|
+
"const": "inherit"
|
|
7532
|
+
}
|
|
7533
|
+
]
|
|
7534
|
+
},
|
|
7535
|
+
"mirrorIndents": {
|
|
7536
|
+
"enum": [
|
|
7537
|
+
"on",
|
|
7538
|
+
"off",
|
|
7539
|
+
"inherit"
|
|
7540
|
+
]
|
|
7541
|
+
},
|
|
7542
|
+
"noProof": {
|
|
7543
|
+
"enum": [
|
|
7544
|
+
"on",
|
|
7545
|
+
"off",
|
|
7546
|
+
"inherit"
|
|
7547
|
+
]
|
|
7548
|
+
},
|
|
7549
|
+
"numberingProperties": {
|
|
7550
|
+
"oneOf": [
|
|
7551
|
+
{
|
|
7552
|
+
"type": "object"
|
|
7553
|
+
},
|
|
7554
|
+
{
|
|
7555
|
+
"const": "inherit"
|
|
7556
|
+
}
|
|
7557
|
+
]
|
|
7558
|
+
},
|
|
7559
|
+
"outline": {
|
|
7560
|
+
"enum": [
|
|
7561
|
+
"on",
|
|
7562
|
+
"off",
|
|
7563
|
+
"inherit"
|
|
7564
|
+
]
|
|
7565
|
+
},
|
|
7566
|
+
"outlineLvl": {
|
|
7567
|
+
"oneOf": [
|
|
7568
|
+
{
|
|
7569
|
+
"type": "number"
|
|
7570
|
+
},
|
|
7571
|
+
{
|
|
7572
|
+
"const": "inherit"
|
|
7573
|
+
}
|
|
7574
|
+
]
|
|
7575
|
+
},
|
|
7576
|
+
"overflowPunct": {
|
|
7577
|
+
"enum": [
|
|
7578
|
+
"on",
|
|
7579
|
+
"off",
|
|
7580
|
+
"inherit"
|
|
7581
|
+
]
|
|
7582
|
+
},
|
|
7583
|
+
"pageBreakBefore": {
|
|
7584
|
+
"enum": [
|
|
7585
|
+
"on",
|
|
7586
|
+
"off",
|
|
7587
|
+
"inherit"
|
|
7588
|
+
]
|
|
7589
|
+
},
|
|
7590
|
+
"position": {
|
|
7591
|
+
"oneOf": [
|
|
7592
|
+
{
|
|
7593
|
+
"type": "number"
|
|
7594
|
+
},
|
|
7595
|
+
{
|
|
7596
|
+
"const": "inherit"
|
|
7597
|
+
}
|
|
7598
|
+
]
|
|
7599
|
+
},
|
|
7600
|
+
"rightToLeft": {
|
|
7601
|
+
"enum": [
|
|
7602
|
+
"on",
|
|
7603
|
+
"off",
|
|
7604
|
+
"inherit"
|
|
7605
|
+
]
|
|
7606
|
+
},
|
|
7607
|
+
"shading": {
|
|
7608
|
+
"oneOf": [
|
|
7609
|
+
{
|
|
7610
|
+
"type": "object"
|
|
7611
|
+
},
|
|
7612
|
+
{
|
|
7613
|
+
"const": "inherit"
|
|
7614
|
+
}
|
|
7615
|
+
]
|
|
7616
|
+
},
|
|
7617
|
+
"shadow": {
|
|
7618
|
+
"enum": [
|
|
7619
|
+
"on",
|
|
7620
|
+
"off",
|
|
7621
|
+
"inherit"
|
|
7622
|
+
]
|
|
7623
|
+
},
|
|
7624
|
+
"smallCaps": {
|
|
7625
|
+
"enum": [
|
|
7626
|
+
"on",
|
|
7627
|
+
"off",
|
|
7628
|
+
"inherit"
|
|
7629
|
+
]
|
|
7630
|
+
},
|
|
7631
|
+
"snapToGrid": {
|
|
7632
|
+
"enum": [
|
|
7633
|
+
"on",
|
|
7634
|
+
"off",
|
|
7635
|
+
"inherit"
|
|
7636
|
+
]
|
|
7637
|
+
},
|
|
7638
|
+
"spacing": {
|
|
7639
|
+
"oneOf": [
|
|
7640
|
+
{
|
|
7641
|
+
"type": "object"
|
|
7642
|
+
},
|
|
7643
|
+
{
|
|
7644
|
+
"const": "inherit"
|
|
7645
|
+
}
|
|
7646
|
+
]
|
|
7647
|
+
},
|
|
7648
|
+
"specVanish": {
|
|
7649
|
+
"enum": [
|
|
7650
|
+
"on",
|
|
7651
|
+
"off",
|
|
7652
|
+
"inherit"
|
|
7653
|
+
]
|
|
7654
|
+
},
|
|
7655
|
+
"strike": {
|
|
7656
|
+
"enum": [
|
|
7657
|
+
"on",
|
|
7658
|
+
"off",
|
|
7659
|
+
"inherit"
|
|
7660
|
+
]
|
|
7661
|
+
},
|
|
7662
|
+
"suppressAutoHyphens": {
|
|
7663
|
+
"enum": [
|
|
7664
|
+
"on",
|
|
7665
|
+
"off",
|
|
7666
|
+
"inherit"
|
|
7667
|
+
]
|
|
7668
|
+
},
|
|
7669
|
+
"suppressLineNumbers": {
|
|
7670
|
+
"enum": [
|
|
7671
|
+
"on",
|
|
7672
|
+
"off",
|
|
7673
|
+
"inherit"
|
|
7674
|
+
]
|
|
7675
|
+
},
|
|
7676
|
+
"suppressOverlap": {
|
|
7677
|
+
"enum": [
|
|
7678
|
+
"on",
|
|
7679
|
+
"off",
|
|
7680
|
+
"inherit"
|
|
7681
|
+
]
|
|
7682
|
+
},
|
|
7683
|
+
"tabStops": {
|
|
7684
|
+
"oneOf": [
|
|
7685
|
+
{
|
|
7686
|
+
"type": "array"
|
|
7687
|
+
},
|
|
7688
|
+
{
|
|
7689
|
+
"const": "inherit"
|
|
7690
|
+
}
|
|
7691
|
+
]
|
|
7692
|
+
},
|
|
7693
|
+
"textAlignment": {
|
|
7694
|
+
"oneOf": [
|
|
7695
|
+
{
|
|
7696
|
+
"type": "string"
|
|
7697
|
+
},
|
|
7698
|
+
{
|
|
7699
|
+
"const": "inherit"
|
|
7700
|
+
}
|
|
7701
|
+
]
|
|
7702
|
+
},
|
|
7703
|
+
"textboxTightWrap": {
|
|
7704
|
+
"oneOf": [
|
|
7705
|
+
{
|
|
7706
|
+
"type": "string"
|
|
7707
|
+
},
|
|
7708
|
+
{
|
|
7709
|
+
"const": "inherit"
|
|
7710
|
+
}
|
|
7711
|
+
]
|
|
7712
|
+
},
|
|
7713
|
+
"textDirection": {
|
|
7714
|
+
"oneOf": [
|
|
7715
|
+
{
|
|
7716
|
+
"type": "string"
|
|
7717
|
+
},
|
|
7718
|
+
{
|
|
7719
|
+
"const": "inherit"
|
|
7720
|
+
}
|
|
7721
|
+
]
|
|
7722
|
+
},
|
|
7723
|
+
"textTransform": {
|
|
7724
|
+
"oneOf": [
|
|
7725
|
+
{
|
|
7726
|
+
"type": "string"
|
|
7727
|
+
},
|
|
7728
|
+
{
|
|
7729
|
+
"const": "inherit"
|
|
7730
|
+
}
|
|
7731
|
+
]
|
|
7732
|
+
},
|
|
7733
|
+
"topLinePunct": {
|
|
7734
|
+
"enum": [
|
|
7735
|
+
"on",
|
|
7736
|
+
"off",
|
|
7737
|
+
"inherit"
|
|
7738
|
+
]
|
|
7739
|
+
},
|
|
7740
|
+
"underline": {
|
|
7741
|
+
"oneOf": [
|
|
7742
|
+
{
|
|
7743
|
+
"type": "object"
|
|
7744
|
+
},
|
|
7745
|
+
{
|
|
7746
|
+
"const": "inherit"
|
|
7747
|
+
}
|
|
7748
|
+
]
|
|
7749
|
+
},
|
|
7750
|
+
"vanish": {
|
|
7751
|
+
"enum": [
|
|
7752
|
+
"on",
|
|
7753
|
+
"off",
|
|
7754
|
+
"inherit"
|
|
7755
|
+
]
|
|
7756
|
+
},
|
|
7757
|
+
"vertAlign": {
|
|
7758
|
+
"oneOf": [
|
|
7759
|
+
{
|
|
7760
|
+
"type": "string"
|
|
7761
|
+
},
|
|
7762
|
+
{
|
|
7763
|
+
"const": "inherit"
|
|
7764
|
+
}
|
|
7765
|
+
]
|
|
7766
|
+
},
|
|
7767
|
+
"w": {
|
|
7768
|
+
"oneOf": [
|
|
7769
|
+
{
|
|
7770
|
+
"type": "number"
|
|
7771
|
+
},
|
|
7772
|
+
{
|
|
7773
|
+
"const": "inherit"
|
|
7774
|
+
}
|
|
7775
|
+
]
|
|
7776
|
+
},
|
|
7777
|
+
"webHidden": {
|
|
7778
|
+
"enum": [
|
|
7779
|
+
"on",
|
|
7780
|
+
"off",
|
|
7781
|
+
"inherit"
|
|
7782
|
+
]
|
|
7783
|
+
},
|
|
7784
|
+
"widowControl": {
|
|
7785
|
+
"enum": [
|
|
7786
|
+
"on",
|
|
7787
|
+
"off",
|
|
7788
|
+
"inherit"
|
|
7789
|
+
]
|
|
7790
|
+
},
|
|
7791
|
+
"wordWrap": {
|
|
7792
|
+
"enum": [
|
|
7793
|
+
"on",
|
|
7794
|
+
"off",
|
|
7795
|
+
"inherit"
|
|
7796
|
+
]
|
|
7797
|
+
}
|
|
7798
|
+
},
|
|
7799
|
+
"type": "object"
|
|
7800
|
+
},
|
|
7801
|
+
"changed": {
|
|
7802
|
+
"type": "boolean"
|
|
7803
|
+
},
|
|
7804
|
+
"dryRun": {
|
|
7805
|
+
"type": "boolean"
|
|
7806
|
+
},
|
|
7807
|
+
"resolution": {
|
|
7808
|
+
"additionalProperties": false,
|
|
7809
|
+
"properties": {
|
|
7810
|
+
"channel": {
|
|
7811
|
+
"enum": [
|
|
7812
|
+
"run",
|
|
7813
|
+
"paragraph"
|
|
7814
|
+
]
|
|
7815
|
+
},
|
|
7816
|
+
"scope": {
|
|
7817
|
+
"const": "docDefaults"
|
|
7818
|
+
},
|
|
7819
|
+
"xmlPart": {
|
|
7820
|
+
"const": "word/styles.xml"
|
|
7821
|
+
},
|
|
7822
|
+
"xmlPath": {
|
|
7823
|
+
"enum": [
|
|
7824
|
+
"w:styles/w:docDefaults/w:rPrDefault/w:rPr",
|
|
7825
|
+
"w:styles/w:docDefaults/w:pPrDefault/w:pPr"
|
|
7826
|
+
]
|
|
7827
|
+
}
|
|
7828
|
+
},
|
|
7829
|
+
"required": [
|
|
7830
|
+
"scope",
|
|
7831
|
+
"channel",
|
|
7832
|
+
"xmlPart",
|
|
7833
|
+
"xmlPath"
|
|
7834
|
+
],
|
|
7835
|
+
"type": "object"
|
|
7836
|
+
},
|
|
7837
|
+
"success": {
|
|
7838
|
+
"const": true
|
|
7839
|
+
}
|
|
7840
|
+
},
|
|
7841
|
+
"required": [
|
|
7842
|
+
"success",
|
|
7843
|
+
"changed",
|
|
7844
|
+
"resolution",
|
|
7845
|
+
"dryRun",
|
|
7846
|
+
"before",
|
|
7847
|
+
"after"
|
|
7848
|
+
],
|
|
7849
|
+
"type": "object"
|
|
7850
|
+
},
|
|
7851
|
+
"mutates": true,
|
|
7852
|
+
"category": "styles",
|
|
7853
|
+
"capabilities": [
|
|
7854
|
+
"dry-run",
|
|
7855
|
+
"optimistic-concurrency",
|
|
7856
|
+
"output-path",
|
|
7857
|
+
"session-targeting",
|
|
7858
|
+
"stateless-doc",
|
|
7859
|
+
"tracked-change-mode"
|
|
7860
|
+
],
|
|
7861
|
+
"errors": [],
|
|
7862
|
+
"examples": [],
|
|
7863
|
+
"commandTokens": [
|
|
7864
|
+
"styles",
|
|
7865
|
+
"apply"
|
|
7866
|
+
],
|
|
7867
|
+
"profileTags": [],
|
|
7868
|
+
"requiredCapabilities": [],
|
|
7869
|
+
"sessionRequirements": {
|
|
7870
|
+
"requiresOpenContext": true,
|
|
7871
|
+
"supportsSessionTargeting": true
|
|
7872
|
+
},
|
|
7873
|
+
"intentId": "styles_apply"
|
|
7874
|
+
},
|
|
7875
|
+
{
|
|
7876
|
+
"operationId": "doc.create.paragraph",
|
|
7877
|
+
"toolName": "create_paragraph",
|
|
7878
|
+
"profile": "intent",
|
|
7879
|
+
"source": "intent",
|
|
7880
|
+
"description": "Create a new paragraph at the target position.",
|
|
7881
|
+
"inputSchema": {
|
|
7882
|
+
"type": "object",
|
|
7883
|
+
"properties": {
|
|
7884
|
+
"doc": {
|
|
7885
|
+
"type": "string"
|
|
7886
|
+
},
|
|
7887
|
+
"sessionId": {
|
|
7888
|
+
"type": "string"
|
|
7889
|
+
},
|
|
7890
|
+
"force": {
|
|
7891
|
+
"type": "boolean"
|
|
7892
|
+
},
|
|
7893
|
+
"at": {
|
|
7894
|
+
"oneOf": [
|
|
7895
|
+
{
|
|
7896
|
+
"type": "object",
|
|
7897
|
+
"properties": {
|
|
7898
|
+
"kind": {
|
|
7899
|
+
"const": "documentStart"
|
|
7900
|
+
}
|
|
7901
|
+
},
|
|
7902
|
+
"required": [
|
|
7903
|
+
"kind"
|
|
7904
|
+
]
|
|
7905
|
+
},
|
|
7906
|
+
{
|
|
7907
|
+
"type": "object",
|
|
7908
|
+
"properties": {
|
|
7909
|
+
"kind": {
|
|
7910
|
+
"const": "documentEnd"
|
|
7911
|
+
}
|
|
7912
|
+
},
|
|
7913
|
+
"required": [
|
|
7914
|
+
"kind"
|
|
7915
|
+
]
|
|
7916
|
+
},
|
|
7917
|
+
{
|
|
7918
|
+
"type": "object",
|
|
7919
|
+
"properties": {
|
|
7920
|
+
"kind": {
|
|
7921
|
+
"const": "before"
|
|
7922
|
+
},
|
|
7923
|
+
"target": {
|
|
7924
|
+
"type": "object",
|
|
7925
|
+
"properties": {
|
|
7926
|
+
"kind": {
|
|
7049
7927
|
"const": "block"
|
|
7050
7928
|
},
|
|
7051
7929
|
"nodeType": {
|
|
@@ -20669,7 +21547,42 @@
|
|
|
20669
21547
|
],
|
|
20670
21548
|
"type": "object"
|
|
20671
21549
|
},
|
|
20672
|
-
"format.shading": {
|
|
21550
|
+
"format.shading": {
|
|
21551
|
+
"additionalProperties": false,
|
|
21552
|
+
"properties": {
|
|
21553
|
+
"available": {
|
|
21554
|
+
"type": "boolean"
|
|
21555
|
+
},
|
|
21556
|
+
"dryRun": {
|
|
21557
|
+
"type": "boolean"
|
|
21558
|
+
},
|
|
21559
|
+
"reasons": {
|
|
21560
|
+
"items": {
|
|
21561
|
+
"enum": [
|
|
21562
|
+
"COMMAND_UNAVAILABLE",
|
|
21563
|
+
"HELPER_UNAVAILABLE",
|
|
21564
|
+
"OPERATION_UNAVAILABLE",
|
|
21565
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
21566
|
+
"DRY_RUN_UNAVAILABLE",
|
|
21567
|
+
"NAMESPACE_UNAVAILABLE",
|
|
21568
|
+
"STYLES_PART_MISSING",
|
|
21569
|
+
"COLLABORATION_ACTIVE"
|
|
21570
|
+
]
|
|
21571
|
+
},
|
|
21572
|
+
"type": "array"
|
|
21573
|
+
},
|
|
21574
|
+
"tracked": {
|
|
21575
|
+
"type": "boolean"
|
|
21576
|
+
}
|
|
21577
|
+
},
|
|
21578
|
+
"required": [
|
|
21579
|
+
"available",
|
|
21580
|
+
"tracked",
|
|
21581
|
+
"dryRun"
|
|
21582
|
+
],
|
|
21583
|
+
"type": "object"
|
|
21584
|
+
},
|
|
21585
|
+
"format.shadow": {
|
|
20673
21586
|
"additionalProperties": false,
|
|
20674
21587
|
"properties": {
|
|
20675
21588
|
"available": {
|
|
@@ -20704,7 +21617,7 @@
|
|
|
20704
21617
|
],
|
|
20705
21618
|
"type": "object"
|
|
20706
21619
|
},
|
|
20707
|
-
"format.
|
|
21620
|
+
"format.smallCaps": {
|
|
20708
21621
|
"additionalProperties": false,
|
|
20709
21622
|
"properties": {
|
|
20710
21623
|
"available": {
|
|
@@ -20739,7 +21652,7 @@
|
|
|
20739
21652
|
],
|
|
20740
21653
|
"type": "object"
|
|
20741
21654
|
},
|
|
20742
|
-
"format.
|
|
21655
|
+
"format.snapToGrid": {
|
|
20743
21656
|
"additionalProperties": false,
|
|
20744
21657
|
"properties": {
|
|
20745
21658
|
"available": {
|
|
@@ -20774,7 +21687,7 @@
|
|
|
20774
21687
|
],
|
|
20775
21688
|
"type": "object"
|
|
20776
21689
|
},
|
|
20777
|
-
"format.
|
|
21690
|
+
"format.specVanish": {
|
|
20778
21691
|
"additionalProperties": false,
|
|
20779
21692
|
"properties": {
|
|
20780
21693
|
"available": {
|
|
@@ -20809,7 +21722,7 @@
|
|
|
20809
21722
|
],
|
|
20810
21723
|
"type": "object"
|
|
20811
21724
|
},
|
|
20812
|
-
"format.
|
|
21725
|
+
"format.strike": {
|
|
20813
21726
|
"additionalProperties": false,
|
|
20814
21727
|
"properties": {
|
|
20815
21728
|
"available": {
|
|
@@ -20844,7 +21757,7 @@
|
|
|
20844
21757
|
],
|
|
20845
21758
|
"type": "object"
|
|
20846
21759
|
},
|
|
20847
|
-
"format.
|
|
21760
|
+
"format.stylisticSets": {
|
|
20848
21761
|
"additionalProperties": false,
|
|
20849
21762
|
"properties": {
|
|
20850
21763
|
"available": {
|
|
@@ -20879,7 +21792,7 @@
|
|
|
20879
21792
|
],
|
|
20880
21793
|
"type": "object"
|
|
20881
21794
|
},
|
|
20882
|
-
"format.
|
|
21795
|
+
"format.underline": {
|
|
20883
21796
|
"additionalProperties": false,
|
|
20884
21797
|
"properties": {
|
|
20885
21798
|
"available": {
|
|
@@ -20914,7 +21827,7 @@
|
|
|
20914
21827
|
],
|
|
20915
21828
|
"type": "object"
|
|
20916
21829
|
},
|
|
20917
|
-
"format.
|
|
21830
|
+
"format.vanish": {
|
|
20918
21831
|
"additionalProperties": false,
|
|
20919
21832
|
"properties": {
|
|
20920
21833
|
"available": {
|
|
@@ -20949,7 +21862,7 @@
|
|
|
20949
21862
|
],
|
|
20950
21863
|
"type": "object"
|
|
20951
21864
|
},
|
|
20952
|
-
"format.
|
|
21865
|
+
"format.vertAlign": {
|
|
20953
21866
|
"additionalProperties": false,
|
|
20954
21867
|
"properties": {
|
|
20955
21868
|
"available": {
|
|
@@ -20984,7 +21897,7 @@
|
|
|
20984
21897
|
],
|
|
20985
21898
|
"type": "object"
|
|
20986
21899
|
},
|
|
20987
|
-
"format.
|
|
21900
|
+
"format.webHidden": {
|
|
20988
21901
|
"additionalProperties": false,
|
|
20989
21902
|
"properties": {
|
|
20990
21903
|
"available": {
|
|
@@ -21019,7 +21932,7 @@
|
|
|
21019
21932
|
],
|
|
21020
21933
|
"type": "object"
|
|
21021
21934
|
},
|
|
21022
|
-
"
|
|
21935
|
+
"getHtml": {
|
|
21023
21936
|
"additionalProperties": false,
|
|
21024
21937
|
"properties": {
|
|
21025
21938
|
"available": {
|
|
@@ -24771,6 +25684,7 @@
|
|
|
24771
25684
|
"getNodeById",
|
|
24772
25685
|
"getText",
|
|
24773
25686
|
"getMarkdown",
|
|
25687
|
+
"getHtml",
|
|
24774
25688
|
"info",
|
|
24775
25689
|
"insert",
|
|
24776
25690
|
"replace",
|
|
@@ -34140,6 +35054,49 @@
|
|
|
34140
35054
|
"supportsSessionTargeting": true
|
|
34141
35055
|
}
|
|
34142
35056
|
},
|
|
35057
|
+
{
|
|
35058
|
+
"operationId": "doc.getHtml",
|
|
35059
|
+
"toolName": "doc_getHtml",
|
|
35060
|
+
"profile": "operation",
|
|
35061
|
+
"source": "operation",
|
|
35062
|
+
"description": "Extract the document content as an HTML string.",
|
|
35063
|
+
"inputSchema": {
|
|
35064
|
+
"type": "object",
|
|
35065
|
+
"properties": {
|
|
35066
|
+
"doc": {
|
|
35067
|
+
"type": "string"
|
|
35068
|
+
},
|
|
35069
|
+
"sessionId": {
|
|
35070
|
+
"type": "string"
|
|
35071
|
+
},
|
|
35072
|
+
"unflattenLists": {
|
|
35073
|
+
"type": "boolean"
|
|
35074
|
+
}
|
|
35075
|
+
},
|
|
35076
|
+
"additionalProperties": false
|
|
35077
|
+
},
|
|
35078
|
+
"outputSchema": {
|
|
35079
|
+
"type": "string"
|
|
35080
|
+
},
|
|
35081
|
+
"mutates": false,
|
|
35082
|
+
"category": "query",
|
|
35083
|
+
"capabilities": [
|
|
35084
|
+
"search",
|
|
35085
|
+
"session-targeting",
|
|
35086
|
+
"stateless-doc"
|
|
35087
|
+
],
|
|
35088
|
+
"errors": [],
|
|
35089
|
+
"examples": [],
|
|
35090
|
+
"commandTokens": [
|
|
35091
|
+
"get-html"
|
|
35092
|
+
],
|
|
35093
|
+
"profileTags": [],
|
|
35094
|
+
"requiredCapabilities": [],
|
|
35095
|
+
"sessionRequirements": {
|
|
35096
|
+
"requiresOpenContext": true,
|
|
35097
|
+
"supportsSessionTargeting": true
|
|
35098
|
+
}
|
|
35099
|
+
},
|
|
34143
35100
|
{
|
|
34144
35101
|
"operationId": "doc.info",
|
|
34145
35102
|
"toolName": "doc_info",
|
|
@@ -38086,7 +39043,205 @@
|
|
|
38086
39043
|
"examples": [],
|
|
38087
39044
|
"commandTokens": [
|
|
38088
39045
|
"format",
|
|
38089
|
-
"spec-vanish"
|
|
39046
|
+
"spec-vanish"
|
|
39047
|
+
],
|
|
39048
|
+
"profileTags": [],
|
|
39049
|
+
"requiredCapabilities": [],
|
|
39050
|
+
"sessionRequirements": {
|
|
39051
|
+
"requiresOpenContext": true,
|
|
39052
|
+
"supportsSessionTargeting": true
|
|
39053
|
+
}
|
|
39054
|
+
},
|
|
39055
|
+
{
|
|
39056
|
+
"operationId": "doc.format.rtl",
|
|
39057
|
+
"toolName": "doc_format_rtl",
|
|
39058
|
+
"profile": "operation",
|
|
39059
|
+
"source": "operation",
|
|
39060
|
+
"description": "Set or clear the `rtl` inline run property on the target text range.",
|
|
39061
|
+
"inputSchema": {
|
|
39062
|
+
"type": "object",
|
|
39063
|
+
"properties": {
|
|
39064
|
+
"doc": {
|
|
39065
|
+
"type": "string"
|
|
39066
|
+
},
|
|
39067
|
+
"sessionId": {
|
|
39068
|
+
"type": "string"
|
|
39069
|
+
},
|
|
39070
|
+
"force": {
|
|
39071
|
+
"type": "boolean"
|
|
39072
|
+
},
|
|
39073
|
+
"target": {
|
|
39074
|
+
"type": "object",
|
|
39075
|
+
"properties": {
|
|
39076
|
+
"kind": {
|
|
39077
|
+
"const": "text"
|
|
39078
|
+
},
|
|
39079
|
+
"blockId": {
|
|
39080
|
+
"type": "string"
|
|
39081
|
+
},
|
|
39082
|
+
"range": {
|
|
39083
|
+
"type": "object",
|
|
39084
|
+
"properties": {
|
|
39085
|
+
"start": {
|
|
39086
|
+
"type": "number"
|
|
39087
|
+
},
|
|
39088
|
+
"end": {
|
|
39089
|
+
"type": "number"
|
|
39090
|
+
}
|
|
39091
|
+
},
|
|
39092
|
+
"required": [
|
|
39093
|
+
"start",
|
|
39094
|
+
"end"
|
|
39095
|
+
]
|
|
39096
|
+
}
|
|
39097
|
+
},
|
|
39098
|
+
"required": [
|
|
39099
|
+
"kind",
|
|
39100
|
+
"blockId",
|
|
39101
|
+
"range"
|
|
39102
|
+
]
|
|
39103
|
+
},
|
|
39104
|
+
"value": {
|
|
39105
|
+
"oneOf": [
|
|
39106
|
+
{
|
|
39107
|
+
"type": "boolean"
|
|
39108
|
+
},
|
|
39109
|
+
{
|
|
39110
|
+
"type": "json"
|
|
39111
|
+
}
|
|
39112
|
+
]
|
|
39113
|
+
},
|
|
39114
|
+
"blockId": {
|
|
39115
|
+
"type": "string"
|
|
39116
|
+
},
|
|
39117
|
+
"start": {
|
|
39118
|
+
"type": "number"
|
|
39119
|
+
},
|
|
39120
|
+
"end": {
|
|
39121
|
+
"type": "number"
|
|
39122
|
+
}
|
|
39123
|
+
},
|
|
39124
|
+
"additionalProperties": false
|
|
39125
|
+
},
|
|
39126
|
+
"outputSchema": {
|
|
39127
|
+
"$ref": "#/$defs/TextMutationSuccess"
|
|
39128
|
+
},
|
|
39129
|
+
"mutates": true,
|
|
39130
|
+
"category": "format",
|
|
39131
|
+
"capabilities": [
|
|
39132
|
+
"dry-run",
|
|
39133
|
+
"optimistic-concurrency",
|
|
39134
|
+
"output-path",
|
|
39135
|
+
"session-targeting",
|
|
39136
|
+
"stateless-doc",
|
|
39137
|
+
"tracked-change-mode"
|
|
39138
|
+
],
|
|
39139
|
+
"errors": [
|
|
39140
|
+
"INVALID_TARGET"
|
|
39141
|
+
],
|
|
39142
|
+
"examples": [],
|
|
39143
|
+
"commandTokens": [
|
|
39144
|
+
"format",
|
|
39145
|
+
"rtl"
|
|
39146
|
+
],
|
|
39147
|
+
"profileTags": [],
|
|
39148
|
+
"requiredCapabilities": [],
|
|
39149
|
+
"sessionRequirements": {
|
|
39150
|
+
"requiresOpenContext": true,
|
|
39151
|
+
"supportsSessionTargeting": true
|
|
39152
|
+
}
|
|
39153
|
+
},
|
|
39154
|
+
{
|
|
39155
|
+
"operationId": "doc.format.cs",
|
|
39156
|
+
"toolName": "doc_format_cs",
|
|
39157
|
+
"profile": "operation",
|
|
39158
|
+
"source": "operation",
|
|
39159
|
+
"description": "Set or clear the `cs` inline run property on the target text range.",
|
|
39160
|
+
"inputSchema": {
|
|
39161
|
+
"type": "object",
|
|
39162
|
+
"properties": {
|
|
39163
|
+
"doc": {
|
|
39164
|
+
"type": "string"
|
|
39165
|
+
},
|
|
39166
|
+
"sessionId": {
|
|
39167
|
+
"type": "string"
|
|
39168
|
+
},
|
|
39169
|
+
"force": {
|
|
39170
|
+
"type": "boolean"
|
|
39171
|
+
},
|
|
39172
|
+
"target": {
|
|
39173
|
+
"type": "object",
|
|
39174
|
+
"properties": {
|
|
39175
|
+
"kind": {
|
|
39176
|
+
"const": "text"
|
|
39177
|
+
},
|
|
39178
|
+
"blockId": {
|
|
39179
|
+
"type": "string"
|
|
39180
|
+
},
|
|
39181
|
+
"range": {
|
|
39182
|
+
"type": "object",
|
|
39183
|
+
"properties": {
|
|
39184
|
+
"start": {
|
|
39185
|
+
"type": "number"
|
|
39186
|
+
},
|
|
39187
|
+
"end": {
|
|
39188
|
+
"type": "number"
|
|
39189
|
+
}
|
|
39190
|
+
},
|
|
39191
|
+
"required": [
|
|
39192
|
+
"start",
|
|
39193
|
+
"end"
|
|
39194
|
+
]
|
|
39195
|
+
}
|
|
39196
|
+
},
|
|
39197
|
+
"required": [
|
|
39198
|
+
"kind",
|
|
39199
|
+
"blockId",
|
|
39200
|
+
"range"
|
|
39201
|
+
]
|
|
39202
|
+
},
|
|
39203
|
+
"value": {
|
|
39204
|
+
"oneOf": [
|
|
39205
|
+
{
|
|
39206
|
+
"type": "boolean"
|
|
39207
|
+
},
|
|
39208
|
+
{
|
|
39209
|
+
"type": "json"
|
|
39210
|
+
}
|
|
39211
|
+
]
|
|
39212
|
+
},
|
|
39213
|
+
"blockId": {
|
|
39214
|
+
"type": "string"
|
|
39215
|
+
},
|
|
39216
|
+
"start": {
|
|
39217
|
+
"type": "number"
|
|
39218
|
+
},
|
|
39219
|
+
"end": {
|
|
39220
|
+
"type": "number"
|
|
39221
|
+
}
|
|
39222
|
+
},
|
|
39223
|
+
"additionalProperties": false
|
|
39224
|
+
},
|
|
39225
|
+
"outputSchema": {
|
|
39226
|
+
"$ref": "#/$defs/TextMutationSuccess"
|
|
39227
|
+
},
|
|
39228
|
+
"mutates": true,
|
|
39229
|
+
"category": "format",
|
|
39230
|
+
"capabilities": [
|
|
39231
|
+
"dry-run",
|
|
39232
|
+
"optimistic-concurrency",
|
|
39233
|
+
"output-path",
|
|
39234
|
+
"session-targeting",
|
|
39235
|
+
"stateless-doc",
|
|
39236
|
+
"tracked-change-mode"
|
|
39237
|
+
],
|
|
39238
|
+
"errors": [
|
|
39239
|
+
"INVALID_TARGET"
|
|
39240
|
+
],
|
|
39241
|
+
"examples": [],
|
|
39242
|
+
"commandTokens": [
|
|
39243
|
+
"format",
|
|
39244
|
+
"cs"
|
|
38090
39245
|
],
|
|
38091
39246
|
"profileTags": [],
|
|
38092
39247
|
"requiredCapabilities": [],
|
|
@@ -38096,11 +39251,11 @@
|
|
|
38096
39251
|
}
|
|
38097
39252
|
},
|
|
38098
39253
|
{
|
|
38099
|
-
"operationId": "doc.format.
|
|
38100
|
-
"toolName": "
|
|
39254
|
+
"operationId": "doc.format.bCs",
|
|
39255
|
+
"toolName": "doc_format_bCs",
|
|
38101
39256
|
"profile": "operation",
|
|
38102
39257
|
"source": "operation",
|
|
38103
|
-
"description": "Set or clear the `
|
|
39258
|
+
"description": "Set or clear the `bCs` inline run property on the target text range.",
|
|
38104
39259
|
"inputSchema": {
|
|
38105
39260
|
"type": "object",
|
|
38106
39261
|
"properties": {
|
|
@@ -38185,7 +39340,7 @@
|
|
|
38185
39340
|
"examples": [],
|
|
38186
39341
|
"commandTokens": [
|
|
38187
39342
|
"format",
|
|
38188
|
-
"
|
|
39343
|
+
"b-cs"
|
|
38189
39344
|
],
|
|
38190
39345
|
"profileTags": [],
|
|
38191
39346
|
"requiredCapabilities": [],
|
|
@@ -38195,11 +39350,11 @@
|
|
|
38195
39350
|
}
|
|
38196
39351
|
},
|
|
38197
39352
|
{
|
|
38198
|
-
"operationId": "doc.format.
|
|
38199
|
-
"toolName": "
|
|
39353
|
+
"operationId": "doc.format.iCs",
|
|
39354
|
+
"toolName": "doc_format_iCs",
|
|
38200
39355
|
"profile": "operation",
|
|
38201
39356
|
"source": "operation",
|
|
38202
|
-
"description": "Set or clear the `
|
|
39357
|
+
"description": "Set or clear the `iCs` inline run property on the target text range.",
|
|
38203
39358
|
"inputSchema": {
|
|
38204
39359
|
"type": "object",
|
|
38205
39360
|
"properties": {
|
|
@@ -38284,7 +39439,7 @@
|
|
|
38284
39439
|
"examples": [],
|
|
38285
39440
|
"commandTokens": [
|
|
38286
39441
|
"format",
|
|
38287
|
-
"cs"
|
|
39442
|
+
"i-cs"
|
|
38288
39443
|
],
|
|
38289
39444
|
"profileTags": [],
|
|
38290
39445
|
"requiredCapabilities": [],
|
|
@@ -38294,11 +39449,11 @@
|
|
|
38294
39449
|
}
|
|
38295
39450
|
},
|
|
38296
39451
|
{
|
|
38297
|
-
"operationId": "doc.format.
|
|
38298
|
-
"toolName": "
|
|
39452
|
+
"operationId": "doc.format.eastAsianLayout",
|
|
39453
|
+
"toolName": "doc_format_eastAsianLayout",
|
|
38299
39454
|
"profile": "operation",
|
|
38300
39455
|
"source": "operation",
|
|
38301
|
-
"description": "Set or clear the `
|
|
39456
|
+
"description": "Set or clear the `eastAsianLayout` inline run property on the target text range.",
|
|
38302
39457
|
"inputSchema": {
|
|
38303
39458
|
"type": "object",
|
|
38304
39459
|
"properties": {
|
|
@@ -38345,7 +39500,59 @@
|
|
|
38345
39500
|
"value": {
|
|
38346
39501
|
"oneOf": [
|
|
38347
39502
|
{
|
|
38348
|
-
"type": "
|
|
39503
|
+
"type": "object",
|
|
39504
|
+
"properties": {
|
|
39505
|
+
"id": {
|
|
39506
|
+
"oneOf": [
|
|
39507
|
+
{
|
|
39508
|
+
"type": "string"
|
|
39509
|
+
},
|
|
39510
|
+
{
|
|
39511
|
+
"type": "json"
|
|
39512
|
+
}
|
|
39513
|
+
]
|
|
39514
|
+
},
|
|
39515
|
+
"combine": {
|
|
39516
|
+
"oneOf": [
|
|
39517
|
+
{
|
|
39518
|
+
"type": "boolean"
|
|
39519
|
+
},
|
|
39520
|
+
{
|
|
39521
|
+
"type": "json"
|
|
39522
|
+
}
|
|
39523
|
+
]
|
|
39524
|
+
},
|
|
39525
|
+
"combineBrackets": {
|
|
39526
|
+
"oneOf": [
|
|
39527
|
+
{
|
|
39528
|
+
"type": "string"
|
|
39529
|
+
},
|
|
39530
|
+
{
|
|
39531
|
+
"type": "json"
|
|
39532
|
+
}
|
|
39533
|
+
]
|
|
39534
|
+
},
|
|
39535
|
+
"vert": {
|
|
39536
|
+
"oneOf": [
|
|
39537
|
+
{
|
|
39538
|
+
"type": "boolean"
|
|
39539
|
+
},
|
|
39540
|
+
{
|
|
39541
|
+
"type": "json"
|
|
39542
|
+
}
|
|
39543
|
+
]
|
|
39544
|
+
},
|
|
39545
|
+
"vertCompress": {
|
|
39546
|
+
"oneOf": [
|
|
39547
|
+
{
|
|
39548
|
+
"type": "boolean"
|
|
39549
|
+
},
|
|
39550
|
+
{
|
|
39551
|
+
"type": "json"
|
|
39552
|
+
}
|
|
39553
|
+
]
|
|
39554
|
+
}
|
|
39555
|
+
}
|
|
38349
39556
|
},
|
|
38350
39557
|
{
|
|
38351
39558
|
"type": "json"
|
|
@@ -38383,7 +39590,7 @@
|
|
|
38383
39590
|
"examples": [],
|
|
38384
39591
|
"commandTokens": [
|
|
38385
39592
|
"format",
|
|
38386
|
-
"
|
|
39593
|
+
"east-asian-layout"
|
|
38387
39594
|
],
|
|
38388
39595
|
"profileTags": [],
|
|
38389
39596
|
"requiredCapabilities": [],
|
|
@@ -38393,11 +39600,11 @@
|
|
|
38393
39600
|
}
|
|
38394
39601
|
},
|
|
38395
39602
|
{
|
|
38396
|
-
"operationId": "doc.format.
|
|
38397
|
-
"toolName": "
|
|
39603
|
+
"operationId": "doc.format.em",
|
|
39604
|
+
"toolName": "doc_format_em",
|
|
38398
39605
|
"profile": "operation",
|
|
38399
39606
|
"source": "operation",
|
|
38400
|
-
"description": "Set or clear the `
|
|
39607
|
+
"description": "Set or clear the `em` inline run property on the target text range.",
|
|
38401
39608
|
"inputSchema": {
|
|
38402
39609
|
"type": "object",
|
|
38403
39610
|
"properties": {
|
|
@@ -38444,7 +39651,7 @@
|
|
|
38444
39651
|
"value": {
|
|
38445
39652
|
"oneOf": [
|
|
38446
39653
|
{
|
|
38447
|
-
"type": "
|
|
39654
|
+
"type": "string"
|
|
38448
39655
|
},
|
|
38449
39656
|
{
|
|
38450
39657
|
"type": "json"
|
|
@@ -38482,7 +39689,7 @@
|
|
|
38482
39689
|
"examples": [],
|
|
38483
39690
|
"commandTokens": [
|
|
38484
39691
|
"format",
|
|
38485
|
-
"
|
|
39692
|
+
"em"
|
|
38486
39693
|
],
|
|
38487
39694
|
"profileTags": [],
|
|
38488
39695
|
"requiredCapabilities": [],
|
|
@@ -38492,11 +39699,11 @@
|
|
|
38492
39699
|
}
|
|
38493
39700
|
},
|
|
38494
39701
|
{
|
|
38495
|
-
"operationId": "doc.format.
|
|
38496
|
-
"toolName": "
|
|
39702
|
+
"operationId": "doc.format.fitText",
|
|
39703
|
+
"toolName": "doc_format_fitText",
|
|
38497
39704
|
"profile": "operation",
|
|
38498
39705
|
"source": "operation",
|
|
38499
|
-
"description": "Set or clear the `
|
|
39706
|
+
"description": "Set or clear the `fitText` inline run property on the target text range.",
|
|
38500
39707
|
"inputSchema": {
|
|
38501
39708
|
"type": "object",
|
|
38502
39709
|
"properties": {
|
|
@@ -38545,27 +39752,17 @@
|
|
|
38545
39752
|
{
|
|
38546
39753
|
"type": "object",
|
|
38547
39754
|
"properties": {
|
|
38548
|
-
"
|
|
38549
|
-
"oneOf": [
|
|
38550
|
-
{
|
|
38551
|
-
"type": "string"
|
|
38552
|
-
},
|
|
38553
|
-
{
|
|
38554
|
-
"type": "json"
|
|
38555
|
-
}
|
|
38556
|
-
]
|
|
38557
|
-
},
|
|
38558
|
-
"combine": {
|
|
39755
|
+
"val": {
|
|
38559
39756
|
"oneOf": [
|
|
38560
39757
|
{
|
|
38561
|
-
"type": "
|
|
39758
|
+
"type": "number"
|
|
38562
39759
|
},
|
|
38563
39760
|
{
|
|
38564
39761
|
"type": "json"
|
|
38565
39762
|
}
|
|
38566
39763
|
]
|
|
38567
39764
|
},
|
|
38568
|
-
"
|
|
39765
|
+
"id": {
|
|
38569
39766
|
"oneOf": [
|
|
38570
39767
|
{
|
|
38571
39768
|
"type": "string"
|
|
@@ -38574,26 +39771,6 @@
|
|
|
38574
39771
|
"type": "json"
|
|
38575
39772
|
}
|
|
38576
39773
|
]
|
|
38577
|
-
},
|
|
38578
|
-
"vert": {
|
|
38579
|
-
"oneOf": [
|
|
38580
|
-
{
|
|
38581
|
-
"type": "boolean"
|
|
38582
|
-
},
|
|
38583
|
-
{
|
|
38584
|
-
"type": "json"
|
|
38585
|
-
}
|
|
38586
|
-
]
|
|
38587
|
-
},
|
|
38588
|
-
"vertCompress": {
|
|
38589
|
-
"oneOf": [
|
|
38590
|
-
{
|
|
38591
|
-
"type": "boolean"
|
|
38592
|
-
},
|
|
38593
|
-
{
|
|
38594
|
-
"type": "json"
|
|
38595
|
-
}
|
|
38596
|
-
]
|
|
38597
39774
|
}
|
|
38598
39775
|
}
|
|
38599
39776
|
},
|
|
@@ -38633,7 +39810,7 @@
|
|
|
38633
39810
|
"examples": [],
|
|
38634
39811
|
"commandTokens": [
|
|
38635
39812
|
"format",
|
|
38636
|
-
"
|
|
39813
|
+
"fit-text"
|
|
38637
39814
|
],
|
|
38638
39815
|
"profileTags": [],
|
|
38639
39816
|
"requiredCapabilities": [],
|
|
@@ -38643,11 +39820,11 @@
|
|
|
38643
39820
|
}
|
|
38644
39821
|
},
|
|
38645
39822
|
{
|
|
38646
|
-
"operationId": "doc.format.
|
|
38647
|
-
"toolName": "
|
|
39823
|
+
"operationId": "doc.format.snapToGrid",
|
|
39824
|
+
"toolName": "doc_format_snapToGrid",
|
|
38648
39825
|
"profile": "operation",
|
|
38649
39826
|
"source": "operation",
|
|
38650
|
-
"description": "Set or clear the `
|
|
39827
|
+
"description": "Set or clear the `snapToGrid` inline run property on the target text range.",
|
|
38651
39828
|
"inputSchema": {
|
|
38652
39829
|
"type": "object",
|
|
38653
39830
|
"properties": {
|
|
@@ -38694,7 +39871,7 @@
|
|
|
38694
39871
|
"value": {
|
|
38695
39872
|
"oneOf": [
|
|
38696
39873
|
{
|
|
38697
|
-
"type": "
|
|
39874
|
+
"type": "boolean"
|
|
38698
39875
|
},
|
|
38699
39876
|
{
|
|
38700
39877
|
"type": "json"
|
|
@@ -38732,7 +39909,7 @@
|
|
|
38732
39909
|
"examples": [],
|
|
38733
39910
|
"commandTokens": [
|
|
38734
39911
|
"format",
|
|
38735
|
-
"
|
|
39912
|
+
"snap-to-grid"
|
|
38736
39913
|
],
|
|
38737
39914
|
"profileTags": [],
|
|
38738
39915
|
"requiredCapabilities": [],
|
|
@@ -38742,11 +39919,11 @@
|
|
|
38742
39919
|
}
|
|
38743
39920
|
},
|
|
38744
39921
|
{
|
|
38745
|
-
"operationId": "doc.format.
|
|
38746
|
-
"toolName": "
|
|
39922
|
+
"operationId": "doc.format.lang",
|
|
39923
|
+
"toolName": "doc_format_lang",
|
|
38747
39924
|
"profile": "operation",
|
|
38748
39925
|
"source": "operation",
|
|
38749
|
-
"description": "Set or clear the `
|
|
39926
|
+
"description": "Set or clear the `lang` inline run property on the target text range.",
|
|
38750
39927
|
"inputSchema": {
|
|
38751
39928
|
"type": "object",
|
|
38752
39929
|
"properties": {
|
|
@@ -38798,14 +39975,24 @@
|
|
|
38798
39975
|
"val": {
|
|
38799
39976
|
"oneOf": [
|
|
38800
39977
|
{
|
|
38801
|
-
"type": "
|
|
39978
|
+
"type": "string"
|
|
38802
39979
|
},
|
|
38803
39980
|
{
|
|
38804
39981
|
"type": "json"
|
|
38805
39982
|
}
|
|
38806
39983
|
]
|
|
38807
39984
|
},
|
|
38808
|
-
"
|
|
39985
|
+
"eastAsia": {
|
|
39986
|
+
"oneOf": [
|
|
39987
|
+
{
|
|
39988
|
+
"type": "string"
|
|
39989
|
+
},
|
|
39990
|
+
{
|
|
39991
|
+
"type": "json"
|
|
39992
|
+
}
|
|
39993
|
+
]
|
|
39994
|
+
},
|
|
39995
|
+
"bidi": {
|
|
38809
39996
|
"oneOf": [
|
|
38810
39997
|
{
|
|
38811
39998
|
"type": "string"
|
|
@@ -38853,7 +40040,106 @@
|
|
|
38853
40040
|
"examples": [],
|
|
38854
40041
|
"commandTokens": [
|
|
38855
40042
|
"format",
|
|
38856
|
-
"
|
|
40043
|
+
"lang"
|
|
40044
|
+
],
|
|
40045
|
+
"profileTags": [],
|
|
40046
|
+
"requiredCapabilities": [],
|
|
40047
|
+
"sessionRequirements": {
|
|
40048
|
+
"requiresOpenContext": true,
|
|
40049
|
+
"supportsSessionTargeting": true
|
|
40050
|
+
}
|
|
40051
|
+
},
|
|
40052
|
+
{
|
|
40053
|
+
"operationId": "doc.format.oMath",
|
|
40054
|
+
"toolName": "doc_format_oMath",
|
|
40055
|
+
"profile": "operation",
|
|
40056
|
+
"source": "operation",
|
|
40057
|
+
"description": "Set or clear the `oMath` inline run property on the target text range.",
|
|
40058
|
+
"inputSchema": {
|
|
40059
|
+
"type": "object",
|
|
40060
|
+
"properties": {
|
|
40061
|
+
"doc": {
|
|
40062
|
+
"type": "string"
|
|
40063
|
+
},
|
|
40064
|
+
"sessionId": {
|
|
40065
|
+
"type": "string"
|
|
40066
|
+
},
|
|
40067
|
+
"force": {
|
|
40068
|
+
"type": "boolean"
|
|
40069
|
+
},
|
|
40070
|
+
"target": {
|
|
40071
|
+
"type": "object",
|
|
40072
|
+
"properties": {
|
|
40073
|
+
"kind": {
|
|
40074
|
+
"const": "text"
|
|
40075
|
+
},
|
|
40076
|
+
"blockId": {
|
|
40077
|
+
"type": "string"
|
|
40078
|
+
},
|
|
40079
|
+
"range": {
|
|
40080
|
+
"type": "object",
|
|
40081
|
+
"properties": {
|
|
40082
|
+
"start": {
|
|
40083
|
+
"type": "number"
|
|
40084
|
+
},
|
|
40085
|
+
"end": {
|
|
40086
|
+
"type": "number"
|
|
40087
|
+
}
|
|
40088
|
+
},
|
|
40089
|
+
"required": [
|
|
40090
|
+
"start",
|
|
40091
|
+
"end"
|
|
40092
|
+
]
|
|
40093
|
+
}
|
|
40094
|
+
},
|
|
40095
|
+
"required": [
|
|
40096
|
+
"kind",
|
|
40097
|
+
"blockId",
|
|
40098
|
+
"range"
|
|
40099
|
+
]
|
|
40100
|
+
},
|
|
40101
|
+
"value": {
|
|
40102
|
+
"oneOf": [
|
|
40103
|
+
{
|
|
40104
|
+
"type": "boolean"
|
|
40105
|
+
},
|
|
40106
|
+
{
|
|
40107
|
+
"type": "json"
|
|
40108
|
+
}
|
|
40109
|
+
]
|
|
40110
|
+
},
|
|
40111
|
+
"blockId": {
|
|
40112
|
+
"type": "string"
|
|
40113
|
+
},
|
|
40114
|
+
"start": {
|
|
40115
|
+
"type": "number"
|
|
40116
|
+
},
|
|
40117
|
+
"end": {
|
|
40118
|
+
"type": "number"
|
|
40119
|
+
}
|
|
40120
|
+
},
|
|
40121
|
+
"additionalProperties": false
|
|
40122
|
+
},
|
|
40123
|
+
"outputSchema": {
|
|
40124
|
+
"$ref": "#/$defs/TextMutationSuccess"
|
|
40125
|
+
},
|
|
40126
|
+
"mutates": true,
|
|
40127
|
+
"category": "format",
|
|
40128
|
+
"capabilities": [
|
|
40129
|
+
"dry-run",
|
|
40130
|
+
"optimistic-concurrency",
|
|
40131
|
+
"output-path",
|
|
40132
|
+
"session-targeting",
|
|
40133
|
+
"stateless-doc",
|
|
40134
|
+
"tracked-change-mode"
|
|
40135
|
+
],
|
|
40136
|
+
"errors": [
|
|
40137
|
+
"INVALID_TARGET"
|
|
40138
|
+
],
|
|
40139
|
+
"examples": [],
|
|
40140
|
+
"commandTokens": [
|
|
40141
|
+
"format",
|
|
40142
|
+
"o-math"
|
|
38857
40143
|
],
|
|
38858
40144
|
"profileTags": [],
|
|
38859
40145
|
"requiredCapabilities": [],
|
|
@@ -38863,11 +40149,11 @@
|
|
|
38863
40149
|
}
|
|
38864
40150
|
},
|
|
38865
40151
|
{
|
|
38866
|
-
"operationId": "doc.format.
|
|
38867
|
-
"toolName": "
|
|
40152
|
+
"operationId": "doc.format.rStyle",
|
|
40153
|
+
"toolName": "doc_format_rStyle",
|
|
38868
40154
|
"profile": "operation",
|
|
38869
40155
|
"source": "operation",
|
|
38870
|
-
"description": "Set or clear the `
|
|
40156
|
+
"description": "Set or clear the `rStyle` inline run property on the target text range.",
|
|
38871
40157
|
"inputSchema": {
|
|
38872
40158
|
"type": "object",
|
|
38873
40159
|
"properties": {
|
|
@@ -38914,7 +40200,7 @@
|
|
|
38914
40200
|
"value": {
|
|
38915
40201
|
"oneOf": [
|
|
38916
40202
|
{
|
|
38917
|
-
"type": "
|
|
40203
|
+
"type": "string"
|
|
38918
40204
|
},
|
|
38919
40205
|
{
|
|
38920
40206
|
"type": "json"
|
|
@@ -38952,7 +40238,7 @@
|
|
|
38952
40238
|
"examples": [],
|
|
38953
40239
|
"commandTokens": [
|
|
38954
40240
|
"format",
|
|
38955
|
-
"
|
|
40241
|
+
"r-style"
|
|
38956
40242
|
],
|
|
38957
40243
|
"profileTags": [],
|
|
38958
40244
|
"requiredCapabilities": [],
|
|
@@ -38962,11 +40248,11 @@
|
|
|
38962
40248
|
}
|
|
38963
40249
|
},
|
|
38964
40250
|
{
|
|
38965
|
-
"operationId": "doc.format.
|
|
38966
|
-
"toolName": "
|
|
40251
|
+
"operationId": "doc.format.rFonts",
|
|
40252
|
+
"toolName": "doc_format_rFonts",
|
|
38967
40253
|
"profile": "operation",
|
|
38968
40254
|
"source": "operation",
|
|
38969
|
-
"description": "Set or clear the `
|
|
40255
|
+
"description": "Set or clear the `rFonts` inline run property on the target text range.",
|
|
38970
40256
|
"inputSchema": {
|
|
38971
40257
|
"type": "object",
|
|
38972
40258
|
"properties": {
|
|
@@ -39015,7 +40301,17 @@
|
|
|
39015
40301
|
{
|
|
39016
40302
|
"type": "object",
|
|
39017
40303
|
"properties": {
|
|
39018
|
-
"
|
|
40304
|
+
"ascii": {
|
|
40305
|
+
"oneOf": [
|
|
40306
|
+
{
|
|
40307
|
+
"type": "string"
|
|
40308
|
+
},
|
|
40309
|
+
{
|
|
40310
|
+
"type": "json"
|
|
40311
|
+
}
|
|
40312
|
+
]
|
|
40313
|
+
},
|
|
40314
|
+
"hAnsi": {
|
|
39019
40315
|
"oneOf": [
|
|
39020
40316
|
{
|
|
39021
40317
|
"type": "string"
|
|
@@ -39035,7 +40331,57 @@
|
|
|
39035
40331
|
}
|
|
39036
40332
|
]
|
|
39037
40333
|
},
|
|
39038
|
-
"
|
|
40334
|
+
"cs": {
|
|
40335
|
+
"oneOf": [
|
|
40336
|
+
{
|
|
40337
|
+
"type": "string"
|
|
40338
|
+
},
|
|
40339
|
+
{
|
|
40340
|
+
"type": "json"
|
|
40341
|
+
}
|
|
40342
|
+
]
|
|
40343
|
+
},
|
|
40344
|
+
"asciiTheme": {
|
|
40345
|
+
"oneOf": [
|
|
40346
|
+
{
|
|
40347
|
+
"type": "string"
|
|
40348
|
+
},
|
|
40349
|
+
{
|
|
40350
|
+
"type": "json"
|
|
40351
|
+
}
|
|
40352
|
+
]
|
|
40353
|
+
},
|
|
40354
|
+
"hAnsiTheme": {
|
|
40355
|
+
"oneOf": [
|
|
40356
|
+
{
|
|
40357
|
+
"type": "string"
|
|
40358
|
+
},
|
|
40359
|
+
{
|
|
40360
|
+
"type": "json"
|
|
40361
|
+
}
|
|
40362
|
+
]
|
|
40363
|
+
},
|
|
40364
|
+
"eastAsiaTheme": {
|
|
40365
|
+
"oneOf": [
|
|
40366
|
+
{
|
|
40367
|
+
"type": "string"
|
|
40368
|
+
},
|
|
40369
|
+
{
|
|
40370
|
+
"type": "json"
|
|
40371
|
+
}
|
|
40372
|
+
]
|
|
40373
|
+
},
|
|
40374
|
+
"csTheme": {
|
|
40375
|
+
"oneOf": [
|
|
40376
|
+
{
|
|
40377
|
+
"type": "string"
|
|
40378
|
+
},
|
|
40379
|
+
{
|
|
40380
|
+
"type": "json"
|
|
40381
|
+
}
|
|
40382
|
+
]
|
|
40383
|
+
},
|
|
40384
|
+
"hint": {
|
|
39039
40385
|
"oneOf": [
|
|
39040
40386
|
{
|
|
39041
40387
|
"type": "string"
|
|
@@ -39083,7 +40429,7 @@
|
|
|
39083
40429
|
"examples": [],
|
|
39084
40430
|
"commandTokens": [
|
|
39085
40431
|
"format",
|
|
39086
|
-
"
|
|
40432
|
+
"r-fonts"
|
|
39087
40433
|
],
|
|
39088
40434
|
"profileTags": [],
|
|
39089
40435
|
"requiredCapabilities": [],
|
|
@@ -39093,11 +40439,11 @@
|
|
|
39093
40439
|
}
|
|
39094
40440
|
},
|
|
39095
40441
|
{
|
|
39096
|
-
"operationId": "doc.format.
|
|
39097
|
-
"toolName": "
|
|
40442
|
+
"operationId": "doc.format.fontSizeCs",
|
|
40443
|
+
"toolName": "doc_format_fontSizeCs",
|
|
39098
40444
|
"profile": "operation",
|
|
39099
40445
|
"source": "operation",
|
|
39100
|
-
"description": "Set or clear the `
|
|
40446
|
+
"description": "Set or clear the `fontSizeCs` inline run property on the target text range.",
|
|
39101
40447
|
"inputSchema": {
|
|
39102
40448
|
"type": "object",
|
|
39103
40449
|
"properties": {
|
|
@@ -39144,7 +40490,7 @@
|
|
|
39144
40490
|
"value": {
|
|
39145
40491
|
"oneOf": [
|
|
39146
40492
|
{
|
|
39147
|
-
"type": "
|
|
40493
|
+
"type": "number"
|
|
39148
40494
|
},
|
|
39149
40495
|
{
|
|
39150
40496
|
"type": "json"
|
|
@@ -39182,7 +40528,7 @@
|
|
|
39182
40528
|
"examples": [],
|
|
39183
40529
|
"commandTokens": [
|
|
39184
40530
|
"format",
|
|
39185
|
-
"
|
|
40531
|
+
"font-size-cs"
|
|
39186
40532
|
],
|
|
39187
40533
|
"profileTags": [],
|
|
39188
40534
|
"requiredCapabilities": [],
|
|
@@ -39192,11 +40538,11 @@
|
|
|
39192
40538
|
}
|
|
39193
40539
|
},
|
|
39194
40540
|
{
|
|
39195
|
-
"operationId": "doc.format.
|
|
39196
|
-
"toolName": "
|
|
40541
|
+
"operationId": "doc.format.ligatures",
|
|
40542
|
+
"toolName": "doc_format_ligatures",
|
|
39197
40543
|
"profile": "operation",
|
|
39198
40544
|
"source": "operation",
|
|
39199
|
-
"description": "Set or clear the `
|
|
40545
|
+
"description": "Set or clear the `ligatures` inline run property on the target text range.",
|
|
39200
40546
|
"inputSchema": {
|
|
39201
40547
|
"type": "object",
|
|
39202
40548
|
"properties": {
|
|
@@ -39281,7 +40627,7 @@
|
|
|
39281
40627
|
"examples": [],
|
|
39282
40628
|
"commandTokens": [
|
|
39283
40629
|
"format",
|
|
39284
|
-
"
|
|
40630
|
+
"ligatures"
|
|
39285
40631
|
],
|
|
39286
40632
|
"profileTags": [],
|
|
39287
40633
|
"requiredCapabilities": [],
|
|
@@ -39291,11 +40637,11 @@
|
|
|
39291
40637
|
}
|
|
39292
40638
|
},
|
|
39293
40639
|
{
|
|
39294
|
-
"operationId": "doc.format.
|
|
39295
|
-
"toolName": "
|
|
40640
|
+
"operationId": "doc.format.numForm",
|
|
40641
|
+
"toolName": "doc_format_numForm",
|
|
39296
40642
|
"profile": "operation",
|
|
39297
40643
|
"source": "operation",
|
|
39298
|
-
"description": "Set or clear the `
|
|
40644
|
+
"description": "Set or clear the `numForm` inline run property on the target text range.",
|
|
39299
40645
|
"inputSchema": {
|
|
39300
40646
|
"type": "object",
|
|
39301
40647
|
"properties": {
|
|
@@ -39342,99 +40688,106 @@
|
|
|
39342
40688
|
"value": {
|
|
39343
40689
|
"oneOf": [
|
|
39344
40690
|
{
|
|
40691
|
+
"type": "string"
|
|
40692
|
+
},
|
|
40693
|
+
{
|
|
40694
|
+
"type": "json"
|
|
40695
|
+
}
|
|
40696
|
+
]
|
|
40697
|
+
},
|
|
40698
|
+
"blockId": {
|
|
40699
|
+
"type": "string"
|
|
40700
|
+
},
|
|
40701
|
+
"start": {
|
|
40702
|
+
"type": "number"
|
|
40703
|
+
},
|
|
40704
|
+
"end": {
|
|
40705
|
+
"type": "number"
|
|
40706
|
+
}
|
|
40707
|
+
},
|
|
40708
|
+
"additionalProperties": false
|
|
40709
|
+
},
|
|
40710
|
+
"outputSchema": {
|
|
40711
|
+
"$ref": "#/$defs/TextMutationSuccess"
|
|
40712
|
+
},
|
|
40713
|
+
"mutates": true,
|
|
40714
|
+
"category": "format",
|
|
40715
|
+
"capabilities": [
|
|
40716
|
+
"dry-run",
|
|
40717
|
+
"optimistic-concurrency",
|
|
40718
|
+
"output-path",
|
|
40719
|
+
"session-targeting",
|
|
40720
|
+
"stateless-doc",
|
|
40721
|
+
"tracked-change-mode"
|
|
40722
|
+
],
|
|
40723
|
+
"errors": [
|
|
40724
|
+
"INVALID_TARGET"
|
|
40725
|
+
],
|
|
40726
|
+
"examples": [],
|
|
40727
|
+
"commandTokens": [
|
|
40728
|
+
"format",
|
|
40729
|
+
"num-form"
|
|
40730
|
+
],
|
|
40731
|
+
"profileTags": [],
|
|
40732
|
+
"requiredCapabilities": [],
|
|
40733
|
+
"sessionRequirements": {
|
|
40734
|
+
"requiresOpenContext": true,
|
|
40735
|
+
"supportsSessionTargeting": true
|
|
40736
|
+
}
|
|
40737
|
+
},
|
|
40738
|
+
{
|
|
40739
|
+
"operationId": "doc.format.numSpacing",
|
|
40740
|
+
"toolName": "doc_format_numSpacing",
|
|
40741
|
+
"profile": "operation",
|
|
40742
|
+
"source": "operation",
|
|
40743
|
+
"description": "Set or clear the `numSpacing` inline run property on the target text range.",
|
|
40744
|
+
"inputSchema": {
|
|
40745
|
+
"type": "object",
|
|
40746
|
+
"properties": {
|
|
40747
|
+
"doc": {
|
|
40748
|
+
"type": "string"
|
|
40749
|
+
},
|
|
40750
|
+
"sessionId": {
|
|
40751
|
+
"type": "string"
|
|
40752
|
+
},
|
|
40753
|
+
"force": {
|
|
40754
|
+
"type": "boolean"
|
|
40755
|
+
},
|
|
40756
|
+
"target": {
|
|
40757
|
+
"type": "object",
|
|
40758
|
+
"properties": {
|
|
40759
|
+
"kind": {
|
|
40760
|
+
"const": "text"
|
|
40761
|
+
},
|
|
40762
|
+
"blockId": {
|
|
40763
|
+
"type": "string"
|
|
40764
|
+
},
|
|
40765
|
+
"range": {
|
|
39345
40766
|
"type": "object",
|
|
39346
40767
|
"properties": {
|
|
39347
|
-
"
|
|
39348
|
-
"
|
|
39349
|
-
{
|
|
39350
|
-
"type": "string"
|
|
39351
|
-
},
|
|
39352
|
-
{
|
|
39353
|
-
"type": "json"
|
|
39354
|
-
}
|
|
39355
|
-
]
|
|
39356
|
-
},
|
|
39357
|
-
"hAnsi": {
|
|
39358
|
-
"oneOf": [
|
|
39359
|
-
{
|
|
39360
|
-
"type": "string"
|
|
39361
|
-
},
|
|
39362
|
-
{
|
|
39363
|
-
"type": "json"
|
|
39364
|
-
}
|
|
39365
|
-
]
|
|
39366
|
-
},
|
|
39367
|
-
"eastAsia": {
|
|
39368
|
-
"oneOf": [
|
|
39369
|
-
{
|
|
39370
|
-
"type": "string"
|
|
39371
|
-
},
|
|
39372
|
-
{
|
|
39373
|
-
"type": "json"
|
|
39374
|
-
}
|
|
39375
|
-
]
|
|
39376
|
-
},
|
|
39377
|
-
"cs": {
|
|
39378
|
-
"oneOf": [
|
|
39379
|
-
{
|
|
39380
|
-
"type": "string"
|
|
39381
|
-
},
|
|
39382
|
-
{
|
|
39383
|
-
"type": "json"
|
|
39384
|
-
}
|
|
39385
|
-
]
|
|
39386
|
-
},
|
|
39387
|
-
"asciiTheme": {
|
|
39388
|
-
"oneOf": [
|
|
39389
|
-
{
|
|
39390
|
-
"type": "string"
|
|
39391
|
-
},
|
|
39392
|
-
{
|
|
39393
|
-
"type": "json"
|
|
39394
|
-
}
|
|
39395
|
-
]
|
|
39396
|
-
},
|
|
39397
|
-
"hAnsiTheme": {
|
|
39398
|
-
"oneOf": [
|
|
39399
|
-
{
|
|
39400
|
-
"type": "string"
|
|
39401
|
-
},
|
|
39402
|
-
{
|
|
39403
|
-
"type": "json"
|
|
39404
|
-
}
|
|
39405
|
-
]
|
|
39406
|
-
},
|
|
39407
|
-
"eastAsiaTheme": {
|
|
39408
|
-
"oneOf": [
|
|
39409
|
-
{
|
|
39410
|
-
"type": "string"
|
|
39411
|
-
},
|
|
39412
|
-
{
|
|
39413
|
-
"type": "json"
|
|
39414
|
-
}
|
|
39415
|
-
]
|
|
39416
|
-
},
|
|
39417
|
-
"csTheme": {
|
|
39418
|
-
"oneOf": [
|
|
39419
|
-
{
|
|
39420
|
-
"type": "string"
|
|
39421
|
-
},
|
|
39422
|
-
{
|
|
39423
|
-
"type": "json"
|
|
39424
|
-
}
|
|
39425
|
-
]
|
|
40768
|
+
"start": {
|
|
40769
|
+
"type": "number"
|
|
39426
40770
|
},
|
|
39427
|
-
"
|
|
39428
|
-
"
|
|
39429
|
-
{
|
|
39430
|
-
"type": "string"
|
|
39431
|
-
},
|
|
39432
|
-
{
|
|
39433
|
-
"type": "json"
|
|
39434
|
-
}
|
|
39435
|
-
]
|
|
40771
|
+
"end": {
|
|
40772
|
+
"type": "number"
|
|
39436
40773
|
}
|
|
39437
|
-
}
|
|
40774
|
+
},
|
|
40775
|
+
"required": [
|
|
40776
|
+
"start",
|
|
40777
|
+
"end"
|
|
40778
|
+
]
|
|
40779
|
+
}
|
|
40780
|
+
},
|
|
40781
|
+
"required": [
|
|
40782
|
+
"kind",
|
|
40783
|
+
"blockId",
|
|
40784
|
+
"range"
|
|
40785
|
+
]
|
|
40786
|
+
},
|
|
40787
|
+
"value": {
|
|
40788
|
+
"oneOf": [
|
|
40789
|
+
{
|
|
40790
|
+
"type": "string"
|
|
39438
40791
|
},
|
|
39439
40792
|
{
|
|
39440
40793
|
"type": "json"
|
|
@@ -39472,7 +40825,7 @@
|
|
|
39472
40825
|
"examples": [],
|
|
39473
40826
|
"commandTokens": [
|
|
39474
40827
|
"format",
|
|
39475
|
-
"
|
|
40828
|
+
"num-spacing"
|
|
39476
40829
|
],
|
|
39477
40830
|
"profileTags": [],
|
|
39478
40831
|
"requiredCapabilities": [],
|
|
@@ -39482,11 +40835,11 @@
|
|
|
39482
40835
|
}
|
|
39483
40836
|
},
|
|
39484
40837
|
{
|
|
39485
|
-
"operationId": "doc.format.
|
|
39486
|
-
"toolName": "
|
|
40838
|
+
"operationId": "doc.format.stylisticSets",
|
|
40839
|
+
"toolName": "doc_format_stylisticSets",
|
|
39487
40840
|
"profile": "operation",
|
|
39488
40841
|
"source": "operation",
|
|
39489
|
-
"description": "Set or clear the `
|
|
40842
|
+
"description": "Set or clear the `stylisticSets` inline run property on the target text range.",
|
|
39490
40843
|
"inputSchema": {
|
|
39491
40844
|
"type": "object",
|
|
39492
40845
|
"properties": {
|
|
@@ -39533,7 +40886,21 @@
|
|
|
39533
40886
|
"value": {
|
|
39534
40887
|
"oneOf": [
|
|
39535
40888
|
{
|
|
39536
|
-
"type": "
|
|
40889
|
+
"type": "array",
|
|
40890
|
+
"items": {
|
|
40891
|
+
"type": "object",
|
|
40892
|
+
"properties": {
|
|
40893
|
+
"id": {
|
|
40894
|
+
"type": "number"
|
|
40895
|
+
},
|
|
40896
|
+
"val": {
|
|
40897
|
+
"type": "boolean"
|
|
40898
|
+
}
|
|
40899
|
+
},
|
|
40900
|
+
"required": [
|
|
40901
|
+
"id"
|
|
40902
|
+
]
|
|
40903
|
+
}
|
|
39537
40904
|
},
|
|
39538
40905
|
{
|
|
39539
40906
|
"type": "json"
|
|
@@ -39571,7 +40938,7 @@
|
|
|
39571
40938
|
"examples": [],
|
|
39572
40939
|
"commandTokens": [
|
|
39573
40940
|
"format",
|
|
39574
|
-
"
|
|
40941
|
+
"stylistic-sets"
|
|
39575
40942
|
],
|
|
39576
40943
|
"profileTags": [],
|
|
39577
40944
|
"requiredCapabilities": [],
|
|
@@ -39581,11 +40948,11 @@
|
|
|
39581
40948
|
}
|
|
39582
40949
|
},
|
|
39583
40950
|
{
|
|
39584
|
-
"operationId": "doc.format.
|
|
39585
|
-
"toolName": "
|
|
40951
|
+
"operationId": "doc.format.contextualAlternates",
|
|
40952
|
+
"toolName": "doc_format_contextualAlternates",
|
|
39586
40953
|
"profile": "operation",
|
|
39587
40954
|
"source": "operation",
|
|
39588
|
-
"description": "Set or clear the `
|
|
40955
|
+
"description": "Set or clear the `contextualAlternates` inline run property on the target text range.",
|
|
39589
40956
|
"inputSchema": {
|
|
39590
40957
|
"type": "object",
|
|
39591
40958
|
"properties": {
|
|
@@ -39632,7 +40999,7 @@
|
|
|
39632
40999
|
"value": {
|
|
39633
41000
|
"oneOf": [
|
|
39634
41001
|
{
|
|
39635
|
-
"type": "
|
|
41002
|
+
"type": "boolean"
|
|
39636
41003
|
},
|
|
39637
41004
|
{
|
|
39638
41005
|
"type": "json"
|
|
@@ -39670,7 +41037,7 @@
|
|
|
39670
41037
|
"examples": [],
|
|
39671
41038
|
"commandTokens": [
|
|
39672
41039
|
"format",
|
|
39673
|
-
"
|
|
41040
|
+
"contextual-alternates"
|
|
39674
41041
|
],
|
|
39675
41042
|
"profileTags": [],
|
|
39676
41043
|
"requiredCapabilities": [],
|
|
@@ -39680,11 +41047,11 @@
|
|
|
39680
41047
|
}
|
|
39681
41048
|
},
|
|
39682
41049
|
{
|
|
39683
|
-
"operationId": "doc.
|
|
39684
|
-
"toolName": "
|
|
41050
|
+
"operationId": "doc.styles.apply",
|
|
41051
|
+
"toolName": "doc_styles_apply",
|
|
39685
41052
|
"profile": "operation",
|
|
39686
41053
|
"source": "operation",
|
|
39687
|
-
"description": "
|
|
41054
|
+
"description": "Apply document-level default style changes to the stylesheet (word/styles.xml). Targets docDefaults run and paragraph channels with set-style patch semantics.",
|
|
39688
41055
|
"inputSchema": {
|
|
39689
41056
|
"type": "object",
|
|
39690
41057
|
"properties": {
|
|
@@ -39697,435 +41064,641 @@
|
|
|
39697
41064
|
"force": {
|
|
39698
41065
|
"type": "boolean"
|
|
39699
41066
|
},
|
|
39700
|
-
"target": {
|
|
39701
|
-
|
|
41067
|
+
"target": {},
|
|
41068
|
+
"patch": {}
|
|
41069
|
+
},
|
|
41070
|
+
"additionalProperties": false
|
|
41071
|
+
},
|
|
41072
|
+
"outputSchema": {
|
|
41073
|
+
"additionalProperties": false,
|
|
41074
|
+
"properties": {
|
|
41075
|
+
"after": {
|
|
41076
|
+
"additionalProperties": false,
|
|
39702
41077
|
"properties": {
|
|
39703
|
-
"
|
|
39704
|
-
"
|
|
41078
|
+
"adjustRightInd": {
|
|
41079
|
+
"enum": [
|
|
41080
|
+
"on",
|
|
41081
|
+
"off",
|
|
41082
|
+
"inherit"
|
|
41083
|
+
]
|
|
39705
41084
|
},
|
|
39706
|
-
"
|
|
39707
|
-
"
|
|
41085
|
+
"autoSpaceDE": {
|
|
41086
|
+
"enum": [
|
|
41087
|
+
"on",
|
|
41088
|
+
"off",
|
|
41089
|
+
"inherit"
|
|
41090
|
+
]
|
|
39708
41091
|
},
|
|
39709
|
-
"
|
|
39710
|
-
"
|
|
39711
|
-
|
|
39712
|
-
"
|
|
41092
|
+
"autoSpaceDN": {
|
|
41093
|
+
"enum": [
|
|
41094
|
+
"on",
|
|
41095
|
+
"off",
|
|
41096
|
+
"inherit"
|
|
41097
|
+
]
|
|
41098
|
+
},
|
|
41099
|
+
"bold": {
|
|
41100
|
+
"enum": [
|
|
41101
|
+
"on",
|
|
41102
|
+
"off",
|
|
41103
|
+
"inherit"
|
|
41104
|
+
]
|
|
41105
|
+
},
|
|
41106
|
+
"boldCs": {
|
|
41107
|
+
"enum": [
|
|
41108
|
+
"on",
|
|
41109
|
+
"off",
|
|
41110
|
+
"inherit"
|
|
41111
|
+
]
|
|
41112
|
+
},
|
|
41113
|
+
"borders": {
|
|
41114
|
+
"oneOf": [
|
|
41115
|
+
{
|
|
41116
|
+
"type": "object"
|
|
41117
|
+
},
|
|
41118
|
+
{
|
|
41119
|
+
"const": "inherit"
|
|
41120
|
+
}
|
|
41121
|
+
]
|
|
41122
|
+
},
|
|
41123
|
+
"color": {
|
|
41124
|
+
"oneOf": [
|
|
41125
|
+
{
|
|
41126
|
+
"type": "object"
|
|
41127
|
+
},
|
|
41128
|
+
{
|
|
41129
|
+
"const": "inherit"
|
|
41130
|
+
}
|
|
41131
|
+
]
|
|
41132
|
+
},
|
|
41133
|
+
"contextualSpacing": {
|
|
41134
|
+
"enum": [
|
|
41135
|
+
"on",
|
|
41136
|
+
"off",
|
|
41137
|
+
"inherit"
|
|
41138
|
+
]
|
|
41139
|
+
},
|
|
41140
|
+
"dstrike": {
|
|
41141
|
+
"enum": [
|
|
41142
|
+
"on",
|
|
41143
|
+
"off",
|
|
41144
|
+
"inherit"
|
|
41145
|
+
]
|
|
41146
|
+
},
|
|
41147
|
+
"eastAsianLayout": {
|
|
41148
|
+
"oneOf": [
|
|
41149
|
+
{
|
|
41150
|
+
"type": "object"
|
|
41151
|
+
},
|
|
41152
|
+
{
|
|
41153
|
+
"const": "inherit"
|
|
41154
|
+
}
|
|
41155
|
+
]
|
|
41156
|
+
},
|
|
41157
|
+
"effect": {
|
|
41158
|
+
"oneOf": [
|
|
41159
|
+
{
|
|
41160
|
+
"type": "string"
|
|
41161
|
+
},
|
|
41162
|
+
{
|
|
41163
|
+
"const": "inherit"
|
|
41164
|
+
}
|
|
41165
|
+
]
|
|
41166
|
+
},
|
|
41167
|
+
"em": {
|
|
41168
|
+
"oneOf": [
|
|
41169
|
+
{
|
|
41170
|
+
"type": "string"
|
|
41171
|
+
},
|
|
41172
|
+
{
|
|
41173
|
+
"const": "inherit"
|
|
41174
|
+
}
|
|
41175
|
+
]
|
|
41176
|
+
},
|
|
41177
|
+
"emboss": {
|
|
41178
|
+
"enum": [
|
|
41179
|
+
"on",
|
|
41180
|
+
"off",
|
|
41181
|
+
"inherit"
|
|
41182
|
+
]
|
|
41183
|
+
},
|
|
41184
|
+
"fitText": {
|
|
41185
|
+
"oneOf": [
|
|
41186
|
+
{
|
|
41187
|
+
"type": "object"
|
|
41188
|
+
},
|
|
41189
|
+
{
|
|
41190
|
+
"const": "inherit"
|
|
41191
|
+
}
|
|
41192
|
+
]
|
|
41193
|
+
},
|
|
41194
|
+
"fontFamily": {
|
|
41195
|
+
"oneOf": [
|
|
41196
|
+
{
|
|
41197
|
+
"type": "object"
|
|
41198
|
+
},
|
|
41199
|
+
{
|
|
41200
|
+
"const": "inherit"
|
|
41201
|
+
}
|
|
41202
|
+
]
|
|
41203
|
+
},
|
|
41204
|
+
"fontSize": {
|
|
41205
|
+
"oneOf": [
|
|
41206
|
+
{
|
|
41207
|
+
"type": "number"
|
|
41208
|
+
},
|
|
41209
|
+
{
|
|
41210
|
+
"const": "inherit"
|
|
41211
|
+
}
|
|
41212
|
+
]
|
|
41213
|
+
},
|
|
41214
|
+
"fontSizeCs": {
|
|
41215
|
+
"oneOf": [
|
|
41216
|
+
{
|
|
41217
|
+
"type": "number"
|
|
41218
|
+
},
|
|
41219
|
+
{
|
|
41220
|
+
"const": "inherit"
|
|
41221
|
+
}
|
|
41222
|
+
]
|
|
41223
|
+
},
|
|
41224
|
+
"framePr": {
|
|
41225
|
+
"oneOf": [
|
|
41226
|
+
{
|
|
41227
|
+
"type": "object"
|
|
41228
|
+
},
|
|
41229
|
+
{
|
|
41230
|
+
"const": "inherit"
|
|
41231
|
+
}
|
|
41232
|
+
]
|
|
41233
|
+
},
|
|
41234
|
+
"iCs": {
|
|
41235
|
+
"enum": [
|
|
41236
|
+
"on",
|
|
41237
|
+
"off",
|
|
41238
|
+
"inherit"
|
|
41239
|
+
]
|
|
41240
|
+
},
|
|
41241
|
+
"imprint": {
|
|
41242
|
+
"enum": [
|
|
41243
|
+
"on",
|
|
41244
|
+
"off",
|
|
41245
|
+
"inherit"
|
|
41246
|
+
]
|
|
41247
|
+
},
|
|
41248
|
+
"indent": {
|
|
41249
|
+
"oneOf": [
|
|
41250
|
+
{
|
|
41251
|
+
"type": "object"
|
|
41252
|
+
},
|
|
41253
|
+
{
|
|
41254
|
+
"const": "inherit"
|
|
41255
|
+
}
|
|
41256
|
+
]
|
|
41257
|
+
},
|
|
41258
|
+
"italic": {
|
|
41259
|
+
"enum": [
|
|
41260
|
+
"on",
|
|
41261
|
+
"off",
|
|
41262
|
+
"inherit"
|
|
41263
|
+
]
|
|
41264
|
+
},
|
|
41265
|
+
"justification": {
|
|
41266
|
+
"oneOf": [
|
|
41267
|
+
{
|
|
41268
|
+
"type": "string"
|
|
41269
|
+
},
|
|
41270
|
+
{
|
|
41271
|
+
"const": "inherit"
|
|
41272
|
+
}
|
|
41273
|
+
]
|
|
41274
|
+
},
|
|
41275
|
+
"keepLines": {
|
|
41276
|
+
"enum": [
|
|
41277
|
+
"on",
|
|
41278
|
+
"off",
|
|
41279
|
+
"inherit"
|
|
41280
|
+
]
|
|
41281
|
+
},
|
|
41282
|
+
"keepNext": {
|
|
41283
|
+
"enum": [
|
|
41284
|
+
"on",
|
|
41285
|
+
"off",
|
|
41286
|
+
"inherit"
|
|
41287
|
+
]
|
|
41288
|
+
},
|
|
41289
|
+
"kern": {
|
|
41290
|
+
"oneOf": [
|
|
41291
|
+
{
|
|
41292
|
+
"type": "number"
|
|
41293
|
+
},
|
|
41294
|
+
{
|
|
41295
|
+
"const": "inherit"
|
|
41296
|
+
}
|
|
41297
|
+
]
|
|
41298
|
+
},
|
|
41299
|
+
"kinsoku": {
|
|
41300
|
+
"enum": [
|
|
41301
|
+
"on",
|
|
41302
|
+
"off",
|
|
41303
|
+
"inherit"
|
|
41304
|
+
]
|
|
41305
|
+
},
|
|
41306
|
+
"lang": {
|
|
41307
|
+
"oneOf": [
|
|
41308
|
+
{
|
|
41309
|
+
"type": "object"
|
|
41310
|
+
},
|
|
41311
|
+
{
|
|
41312
|
+
"const": "inherit"
|
|
41313
|
+
}
|
|
41314
|
+
]
|
|
41315
|
+
},
|
|
41316
|
+
"letterSpacing": {
|
|
41317
|
+
"oneOf": [
|
|
41318
|
+
{
|
|
41319
|
+
"type": "number"
|
|
41320
|
+
},
|
|
41321
|
+
{
|
|
41322
|
+
"const": "inherit"
|
|
41323
|
+
}
|
|
41324
|
+
]
|
|
41325
|
+
},
|
|
41326
|
+
"mirrorIndents": {
|
|
41327
|
+
"enum": [
|
|
41328
|
+
"on",
|
|
41329
|
+
"off",
|
|
41330
|
+
"inherit"
|
|
41331
|
+
]
|
|
41332
|
+
},
|
|
41333
|
+
"noProof": {
|
|
41334
|
+
"enum": [
|
|
41335
|
+
"on",
|
|
41336
|
+
"off",
|
|
41337
|
+
"inherit"
|
|
41338
|
+
]
|
|
41339
|
+
},
|
|
41340
|
+
"numberingProperties": {
|
|
41341
|
+
"oneOf": [
|
|
41342
|
+
{
|
|
41343
|
+
"type": "object"
|
|
41344
|
+
},
|
|
41345
|
+
{
|
|
41346
|
+
"const": "inherit"
|
|
41347
|
+
}
|
|
41348
|
+
]
|
|
41349
|
+
},
|
|
41350
|
+
"outline": {
|
|
41351
|
+
"enum": [
|
|
41352
|
+
"on",
|
|
41353
|
+
"off",
|
|
41354
|
+
"inherit"
|
|
41355
|
+
]
|
|
41356
|
+
},
|
|
41357
|
+
"outlineLvl": {
|
|
41358
|
+
"oneOf": [
|
|
41359
|
+
{
|
|
41360
|
+
"type": "number"
|
|
41361
|
+
},
|
|
41362
|
+
{
|
|
41363
|
+
"const": "inherit"
|
|
41364
|
+
}
|
|
41365
|
+
]
|
|
41366
|
+
},
|
|
41367
|
+
"overflowPunct": {
|
|
41368
|
+
"enum": [
|
|
41369
|
+
"on",
|
|
41370
|
+
"off",
|
|
41371
|
+
"inherit"
|
|
41372
|
+
]
|
|
41373
|
+
},
|
|
41374
|
+
"pageBreakBefore": {
|
|
41375
|
+
"enum": [
|
|
41376
|
+
"on",
|
|
41377
|
+
"off",
|
|
41378
|
+
"inherit"
|
|
41379
|
+
]
|
|
41380
|
+
},
|
|
41381
|
+
"position": {
|
|
41382
|
+
"oneOf": [
|
|
41383
|
+
{
|
|
39713
41384
|
"type": "number"
|
|
39714
41385
|
},
|
|
39715
|
-
|
|
39716
|
-
"
|
|
41386
|
+
{
|
|
41387
|
+
"const": "inherit"
|
|
41388
|
+
}
|
|
41389
|
+
]
|
|
41390
|
+
},
|
|
41391
|
+
"rightToLeft": {
|
|
41392
|
+
"enum": [
|
|
41393
|
+
"on",
|
|
41394
|
+
"off",
|
|
41395
|
+
"inherit"
|
|
41396
|
+
]
|
|
41397
|
+
},
|
|
41398
|
+
"shading": {
|
|
41399
|
+
"oneOf": [
|
|
41400
|
+
{
|
|
41401
|
+
"type": "object"
|
|
41402
|
+
},
|
|
41403
|
+
{
|
|
41404
|
+
"const": "inherit"
|
|
41405
|
+
}
|
|
41406
|
+
]
|
|
41407
|
+
},
|
|
41408
|
+
"shadow": {
|
|
41409
|
+
"enum": [
|
|
41410
|
+
"on",
|
|
41411
|
+
"off",
|
|
41412
|
+
"inherit"
|
|
41413
|
+
]
|
|
41414
|
+
},
|
|
41415
|
+
"smallCaps": {
|
|
41416
|
+
"enum": [
|
|
41417
|
+
"on",
|
|
41418
|
+
"off",
|
|
41419
|
+
"inherit"
|
|
41420
|
+
]
|
|
41421
|
+
},
|
|
41422
|
+
"snapToGrid": {
|
|
41423
|
+
"enum": [
|
|
41424
|
+
"on",
|
|
41425
|
+
"off",
|
|
41426
|
+
"inherit"
|
|
41427
|
+
]
|
|
41428
|
+
},
|
|
41429
|
+
"spacing": {
|
|
41430
|
+
"oneOf": [
|
|
41431
|
+
{
|
|
41432
|
+
"type": "object"
|
|
41433
|
+
},
|
|
41434
|
+
{
|
|
41435
|
+
"const": "inherit"
|
|
41436
|
+
}
|
|
41437
|
+
]
|
|
41438
|
+
},
|
|
41439
|
+
"specVanish": {
|
|
41440
|
+
"enum": [
|
|
41441
|
+
"on",
|
|
41442
|
+
"off",
|
|
41443
|
+
"inherit"
|
|
41444
|
+
]
|
|
41445
|
+
},
|
|
41446
|
+
"strike": {
|
|
41447
|
+
"enum": [
|
|
41448
|
+
"on",
|
|
41449
|
+
"off",
|
|
41450
|
+
"inherit"
|
|
41451
|
+
]
|
|
41452
|
+
},
|
|
41453
|
+
"suppressAutoHyphens": {
|
|
41454
|
+
"enum": [
|
|
41455
|
+
"on",
|
|
41456
|
+
"off",
|
|
41457
|
+
"inherit"
|
|
41458
|
+
]
|
|
41459
|
+
},
|
|
41460
|
+
"suppressLineNumbers": {
|
|
41461
|
+
"enum": [
|
|
41462
|
+
"on",
|
|
41463
|
+
"off",
|
|
41464
|
+
"inherit"
|
|
41465
|
+
]
|
|
41466
|
+
},
|
|
41467
|
+
"suppressOverlap": {
|
|
41468
|
+
"enum": [
|
|
41469
|
+
"on",
|
|
41470
|
+
"off",
|
|
41471
|
+
"inherit"
|
|
41472
|
+
]
|
|
41473
|
+
},
|
|
41474
|
+
"tabStops": {
|
|
41475
|
+
"oneOf": [
|
|
41476
|
+
{
|
|
41477
|
+
"type": "array"
|
|
41478
|
+
},
|
|
41479
|
+
{
|
|
41480
|
+
"const": "inherit"
|
|
41481
|
+
}
|
|
41482
|
+
]
|
|
41483
|
+
},
|
|
41484
|
+
"textAlignment": {
|
|
41485
|
+
"oneOf": [
|
|
41486
|
+
{
|
|
41487
|
+
"type": "string"
|
|
41488
|
+
},
|
|
41489
|
+
{
|
|
41490
|
+
"const": "inherit"
|
|
41491
|
+
}
|
|
41492
|
+
]
|
|
41493
|
+
},
|
|
41494
|
+
"textboxTightWrap": {
|
|
41495
|
+
"oneOf": [
|
|
41496
|
+
{
|
|
41497
|
+
"type": "string"
|
|
41498
|
+
},
|
|
41499
|
+
{
|
|
41500
|
+
"const": "inherit"
|
|
41501
|
+
}
|
|
41502
|
+
]
|
|
41503
|
+
},
|
|
41504
|
+
"textDirection": {
|
|
41505
|
+
"oneOf": [
|
|
41506
|
+
{
|
|
41507
|
+
"type": "string"
|
|
41508
|
+
},
|
|
41509
|
+
{
|
|
41510
|
+
"const": "inherit"
|
|
41511
|
+
}
|
|
41512
|
+
]
|
|
41513
|
+
},
|
|
41514
|
+
"textTransform": {
|
|
41515
|
+
"oneOf": [
|
|
41516
|
+
{
|
|
41517
|
+
"type": "string"
|
|
41518
|
+
},
|
|
41519
|
+
{
|
|
41520
|
+
"const": "inherit"
|
|
41521
|
+
}
|
|
41522
|
+
]
|
|
41523
|
+
},
|
|
41524
|
+
"topLinePunct": {
|
|
41525
|
+
"enum": [
|
|
41526
|
+
"on",
|
|
41527
|
+
"off",
|
|
41528
|
+
"inherit"
|
|
41529
|
+
]
|
|
41530
|
+
},
|
|
41531
|
+
"underline": {
|
|
41532
|
+
"oneOf": [
|
|
41533
|
+
{
|
|
41534
|
+
"type": "object"
|
|
41535
|
+
},
|
|
41536
|
+
{
|
|
41537
|
+
"const": "inherit"
|
|
39717
41538
|
}
|
|
39718
|
-
},
|
|
39719
|
-
"required": [
|
|
39720
|
-
"start",
|
|
39721
|
-
"end"
|
|
39722
41539
|
]
|
|
39723
|
-
}
|
|
39724
|
-
},
|
|
39725
|
-
"required": [
|
|
39726
|
-
"kind",
|
|
39727
|
-
"blockId",
|
|
39728
|
-
"range"
|
|
39729
|
-
]
|
|
39730
|
-
},
|
|
39731
|
-
"value": {
|
|
39732
|
-
"oneOf": [
|
|
39733
|
-
{
|
|
39734
|
-
"type": "string"
|
|
39735
41540
|
},
|
|
39736
|
-
{
|
|
39737
|
-
"
|
|
39738
|
-
|
|
39739
|
-
|
|
39740
|
-
|
|
39741
|
-
|
|
39742
|
-
"type": "string"
|
|
39743
|
-
},
|
|
39744
|
-
"start": {
|
|
39745
|
-
"type": "number"
|
|
39746
|
-
},
|
|
39747
|
-
"end": {
|
|
39748
|
-
"type": "number"
|
|
39749
|
-
}
|
|
39750
|
-
},
|
|
39751
|
-
"additionalProperties": false
|
|
39752
|
-
},
|
|
39753
|
-
"outputSchema": {
|
|
39754
|
-
"$ref": "#/$defs/TextMutationSuccess"
|
|
39755
|
-
},
|
|
39756
|
-
"mutates": true,
|
|
39757
|
-
"category": "format",
|
|
39758
|
-
"capabilities": [
|
|
39759
|
-
"dry-run",
|
|
39760
|
-
"optimistic-concurrency",
|
|
39761
|
-
"output-path",
|
|
39762
|
-
"session-targeting",
|
|
39763
|
-
"stateless-doc",
|
|
39764
|
-
"tracked-change-mode"
|
|
39765
|
-
],
|
|
39766
|
-
"errors": [
|
|
39767
|
-
"INVALID_TARGET"
|
|
39768
|
-
],
|
|
39769
|
-
"examples": [],
|
|
39770
|
-
"commandTokens": [
|
|
39771
|
-
"format",
|
|
39772
|
-
"num-form"
|
|
39773
|
-
],
|
|
39774
|
-
"profileTags": [],
|
|
39775
|
-
"requiredCapabilities": [],
|
|
39776
|
-
"sessionRequirements": {
|
|
39777
|
-
"requiresOpenContext": true,
|
|
39778
|
-
"supportsSessionTargeting": true
|
|
39779
|
-
}
|
|
39780
|
-
},
|
|
39781
|
-
{
|
|
39782
|
-
"operationId": "doc.format.numSpacing",
|
|
39783
|
-
"toolName": "doc_format_numSpacing",
|
|
39784
|
-
"profile": "operation",
|
|
39785
|
-
"source": "operation",
|
|
39786
|
-
"description": "Set or clear the `numSpacing` inline run property on the target text range.",
|
|
39787
|
-
"inputSchema": {
|
|
39788
|
-
"type": "object",
|
|
39789
|
-
"properties": {
|
|
39790
|
-
"doc": {
|
|
39791
|
-
"type": "string"
|
|
39792
|
-
},
|
|
39793
|
-
"sessionId": {
|
|
39794
|
-
"type": "string"
|
|
39795
|
-
},
|
|
39796
|
-
"force": {
|
|
39797
|
-
"type": "boolean"
|
|
39798
|
-
},
|
|
39799
|
-
"target": {
|
|
39800
|
-
"type": "object",
|
|
39801
|
-
"properties": {
|
|
39802
|
-
"kind": {
|
|
39803
|
-
"const": "text"
|
|
41541
|
+
"vanish": {
|
|
41542
|
+
"enum": [
|
|
41543
|
+
"on",
|
|
41544
|
+
"off",
|
|
41545
|
+
"inherit"
|
|
41546
|
+
]
|
|
39804
41547
|
},
|
|
39805
|
-
"
|
|
39806
|
-
"
|
|
41548
|
+
"vertAlign": {
|
|
41549
|
+
"oneOf": [
|
|
41550
|
+
{
|
|
41551
|
+
"type": "string"
|
|
41552
|
+
},
|
|
41553
|
+
{
|
|
41554
|
+
"const": "inherit"
|
|
41555
|
+
}
|
|
41556
|
+
]
|
|
39807
41557
|
},
|
|
39808
|
-
"
|
|
39809
|
-
"
|
|
39810
|
-
|
|
39811
|
-
"start": {
|
|
41558
|
+
"w": {
|
|
41559
|
+
"oneOf": [
|
|
41560
|
+
{
|
|
39812
41561
|
"type": "number"
|
|
39813
41562
|
},
|
|
39814
|
-
|
|
39815
|
-
"
|
|
41563
|
+
{
|
|
41564
|
+
"const": "inherit"
|
|
39816
41565
|
}
|
|
39817
|
-
},
|
|
39818
|
-
"required": [
|
|
39819
|
-
"start",
|
|
39820
|
-
"end"
|
|
39821
41566
|
]
|
|
39822
|
-
}
|
|
39823
|
-
},
|
|
39824
|
-
"required": [
|
|
39825
|
-
"kind",
|
|
39826
|
-
"blockId",
|
|
39827
|
-
"range"
|
|
39828
|
-
]
|
|
39829
|
-
},
|
|
39830
|
-
"value": {
|
|
39831
|
-
"oneOf": [
|
|
39832
|
-
{
|
|
39833
|
-
"type": "string"
|
|
39834
41567
|
},
|
|
39835
|
-
{
|
|
39836
|
-
"
|
|
41568
|
+
"webHidden": {
|
|
41569
|
+
"enum": [
|
|
41570
|
+
"on",
|
|
41571
|
+
"off",
|
|
41572
|
+
"inherit"
|
|
41573
|
+
]
|
|
41574
|
+
},
|
|
41575
|
+
"widowControl": {
|
|
41576
|
+
"enum": [
|
|
41577
|
+
"on",
|
|
41578
|
+
"off",
|
|
41579
|
+
"inherit"
|
|
41580
|
+
]
|
|
41581
|
+
},
|
|
41582
|
+
"wordWrap": {
|
|
41583
|
+
"enum": [
|
|
41584
|
+
"on",
|
|
41585
|
+
"off",
|
|
41586
|
+
"inherit"
|
|
41587
|
+
]
|
|
39837
41588
|
}
|
|
39838
|
-
|
|
39839
|
-
|
|
39840
|
-
"blockId": {
|
|
39841
|
-
"type": "string"
|
|
39842
|
-
},
|
|
39843
|
-
"start": {
|
|
39844
|
-
"type": "number"
|
|
39845
|
-
},
|
|
39846
|
-
"end": {
|
|
39847
|
-
"type": "number"
|
|
39848
|
-
}
|
|
39849
|
-
},
|
|
39850
|
-
"additionalProperties": false
|
|
39851
|
-
},
|
|
39852
|
-
"outputSchema": {
|
|
39853
|
-
"$ref": "#/$defs/TextMutationSuccess"
|
|
39854
|
-
},
|
|
39855
|
-
"mutates": true,
|
|
39856
|
-
"category": "format",
|
|
39857
|
-
"capabilities": [
|
|
39858
|
-
"dry-run",
|
|
39859
|
-
"optimistic-concurrency",
|
|
39860
|
-
"output-path",
|
|
39861
|
-
"session-targeting",
|
|
39862
|
-
"stateless-doc",
|
|
39863
|
-
"tracked-change-mode"
|
|
39864
|
-
],
|
|
39865
|
-
"errors": [
|
|
39866
|
-
"INVALID_TARGET"
|
|
39867
|
-
],
|
|
39868
|
-
"examples": [],
|
|
39869
|
-
"commandTokens": [
|
|
39870
|
-
"format",
|
|
39871
|
-
"num-spacing"
|
|
39872
|
-
],
|
|
39873
|
-
"profileTags": [],
|
|
39874
|
-
"requiredCapabilities": [],
|
|
39875
|
-
"sessionRequirements": {
|
|
39876
|
-
"requiresOpenContext": true,
|
|
39877
|
-
"supportsSessionTargeting": true
|
|
39878
|
-
}
|
|
39879
|
-
},
|
|
39880
|
-
{
|
|
39881
|
-
"operationId": "doc.format.stylisticSets",
|
|
39882
|
-
"toolName": "doc_format_stylisticSets",
|
|
39883
|
-
"profile": "operation",
|
|
39884
|
-
"source": "operation",
|
|
39885
|
-
"description": "Set or clear the `stylisticSets` inline run property on the target text range.",
|
|
39886
|
-
"inputSchema": {
|
|
39887
|
-
"type": "object",
|
|
39888
|
-
"properties": {
|
|
39889
|
-
"doc": {
|
|
39890
|
-
"type": "string"
|
|
39891
|
-
},
|
|
39892
|
-
"sessionId": {
|
|
39893
|
-
"type": "string"
|
|
39894
|
-
},
|
|
39895
|
-
"force": {
|
|
39896
|
-
"type": "boolean"
|
|
41589
|
+
},
|
|
41590
|
+
"type": "object"
|
|
39897
41591
|
},
|
|
39898
|
-
"
|
|
39899
|
-
"
|
|
41592
|
+
"before": {
|
|
41593
|
+
"additionalProperties": false,
|
|
39900
41594
|
"properties": {
|
|
39901
|
-
"
|
|
39902
|
-
"
|
|
41595
|
+
"adjustRightInd": {
|
|
41596
|
+
"enum": [
|
|
41597
|
+
"on",
|
|
41598
|
+
"off",
|
|
41599
|
+
"inherit"
|
|
41600
|
+
]
|
|
39903
41601
|
},
|
|
39904
|
-
"
|
|
39905
|
-
"
|
|
41602
|
+
"autoSpaceDE": {
|
|
41603
|
+
"enum": [
|
|
41604
|
+
"on",
|
|
41605
|
+
"off",
|
|
41606
|
+
"inherit"
|
|
41607
|
+
]
|
|
39906
41608
|
},
|
|
39907
|
-
"
|
|
39908
|
-
"
|
|
39909
|
-
|
|
39910
|
-
"
|
|
39911
|
-
|
|
41609
|
+
"autoSpaceDN": {
|
|
41610
|
+
"enum": [
|
|
41611
|
+
"on",
|
|
41612
|
+
"off",
|
|
41613
|
+
"inherit"
|
|
41614
|
+
]
|
|
41615
|
+
},
|
|
41616
|
+
"bold": {
|
|
41617
|
+
"enum": [
|
|
41618
|
+
"on",
|
|
41619
|
+
"off",
|
|
41620
|
+
"inherit"
|
|
41621
|
+
]
|
|
41622
|
+
},
|
|
41623
|
+
"boldCs": {
|
|
41624
|
+
"enum": [
|
|
41625
|
+
"on",
|
|
41626
|
+
"off",
|
|
41627
|
+
"inherit"
|
|
41628
|
+
]
|
|
41629
|
+
},
|
|
41630
|
+
"borders": {
|
|
41631
|
+
"oneOf": [
|
|
41632
|
+
{
|
|
41633
|
+
"type": "object"
|
|
39912
41634
|
},
|
|
39913
|
-
|
|
39914
|
-
"
|
|
41635
|
+
{
|
|
41636
|
+
"const": "inherit"
|
|
39915
41637
|
}
|
|
39916
|
-
},
|
|
39917
|
-
"required": [
|
|
39918
|
-
"start",
|
|
39919
|
-
"end"
|
|
39920
41638
|
]
|
|
39921
|
-
}
|
|
39922
|
-
|
|
39923
|
-
|
|
39924
|
-
|
|
39925
|
-
|
|
39926
|
-
"range"
|
|
39927
|
-
]
|
|
39928
|
-
},
|
|
39929
|
-
"value": {
|
|
39930
|
-
"oneOf": [
|
|
39931
|
-
{
|
|
39932
|
-
"type": "array",
|
|
39933
|
-
"items": {
|
|
39934
|
-
"type": "object",
|
|
39935
|
-
"properties": {
|
|
39936
|
-
"id": {
|
|
39937
|
-
"type": "number"
|
|
39938
|
-
},
|
|
39939
|
-
"val": {
|
|
39940
|
-
"type": "boolean"
|
|
39941
|
-
}
|
|
41639
|
+
},
|
|
41640
|
+
"color": {
|
|
41641
|
+
"oneOf": [
|
|
41642
|
+
{
|
|
41643
|
+
"type": "object"
|
|
39942
41644
|
},
|
|
39943
|
-
|
|
39944
|
-
"
|
|
39945
|
-
|
|
39946
|
-
|
|
41645
|
+
{
|
|
41646
|
+
"const": "inherit"
|
|
41647
|
+
}
|
|
41648
|
+
]
|
|
39947
41649
|
},
|
|
39948
|
-
{
|
|
39949
|
-
"
|
|
39950
|
-
|
|
39951
|
-
|
|
39952
|
-
|
|
39953
|
-
|
|
39954
|
-
"type": "string"
|
|
39955
|
-
},
|
|
39956
|
-
"start": {
|
|
39957
|
-
"type": "number"
|
|
39958
|
-
},
|
|
39959
|
-
"end": {
|
|
39960
|
-
"type": "number"
|
|
39961
|
-
}
|
|
39962
|
-
},
|
|
39963
|
-
"additionalProperties": false
|
|
39964
|
-
},
|
|
39965
|
-
"outputSchema": {
|
|
39966
|
-
"$ref": "#/$defs/TextMutationSuccess"
|
|
39967
|
-
},
|
|
39968
|
-
"mutates": true,
|
|
39969
|
-
"category": "format",
|
|
39970
|
-
"capabilities": [
|
|
39971
|
-
"dry-run",
|
|
39972
|
-
"optimistic-concurrency",
|
|
39973
|
-
"output-path",
|
|
39974
|
-
"session-targeting",
|
|
39975
|
-
"stateless-doc",
|
|
39976
|
-
"tracked-change-mode"
|
|
39977
|
-
],
|
|
39978
|
-
"errors": [
|
|
39979
|
-
"INVALID_TARGET"
|
|
39980
|
-
],
|
|
39981
|
-
"examples": [],
|
|
39982
|
-
"commandTokens": [
|
|
39983
|
-
"format",
|
|
39984
|
-
"stylistic-sets"
|
|
39985
|
-
],
|
|
39986
|
-
"profileTags": [],
|
|
39987
|
-
"requiredCapabilities": [],
|
|
39988
|
-
"sessionRequirements": {
|
|
39989
|
-
"requiresOpenContext": true,
|
|
39990
|
-
"supportsSessionTargeting": true
|
|
39991
|
-
}
|
|
39992
|
-
},
|
|
39993
|
-
{
|
|
39994
|
-
"operationId": "doc.format.contextualAlternates",
|
|
39995
|
-
"toolName": "doc_format_contextualAlternates",
|
|
39996
|
-
"profile": "operation",
|
|
39997
|
-
"source": "operation",
|
|
39998
|
-
"description": "Set or clear the `contextualAlternates` inline run property on the target text range.",
|
|
39999
|
-
"inputSchema": {
|
|
40000
|
-
"type": "object",
|
|
40001
|
-
"properties": {
|
|
40002
|
-
"doc": {
|
|
40003
|
-
"type": "string"
|
|
40004
|
-
},
|
|
40005
|
-
"sessionId": {
|
|
40006
|
-
"type": "string"
|
|
40007
|
-
},
|
|
40008
|
-
"force": {
|
|
40009
|
-
"type": "boolean"
|
|
40010
|
-
},
|
|
40011
|
-
"target": {
|
|
40012
|
-
"type": "object",
|
|
40013
|
-
"properties": {
|
|
40014
|
-
"kind": {
|
|
40015
|
-
"const": "text"
|
|
41650
|
+
"contextualSpacing": {
|
|
41651
|
+
"enum": [
|
|
41652
|
+
"on",
|
|
41653
|
+
"off",
|
|
41654
|
+
"inherit"
|
|
41655
|
+
]
|
|
40016
41656
|
},
|
|
40017
|
-
"
|
|
40018
|
-
"
|
|
41657
|
+
"dstrike": {
|
|
41658
|
+
"enum": [
|
|
41659
|
+
"on",
|
|
41660
|
+
"off",
|
|
41661
|
+
"inherit"
|
|
41662
|
+
]
|
|
40019
41663
|
},
|
|
40020
|
-
"
|
|
40021
|
-
"
|
|
40022
|
-
|
|
40023
|
-
|
|
40024
|
-
"type": "number"
|
|
41664
|
+
"eastAsianLayout": {
|
|
41665
|
+
"oneOf": [
|
|
41666
|
+
{
|
|
41667
|
+
"type": "object"
|
|
40025
41668
|
},
|
|
40026
|
-
|
|
40027
|
-
"
|
|
41669
|
+
{
|
|
41670
|
+
"const": "inherit"
|
|
40028
41671
|
}
|
|
40029
|
-
},
|
|
40030
|
-
"required": [
|
|
40031
|
-
"start",
|
|
40032
|
-
"end"
|
|
40033
41672
|
]
|
|
40034
|
-
}
|
|
40035
|
-
},
|
|
40036
|
-
"required": [
|
|
40037
|
-
"kind",
|
|
40038
|
-
"blockId",
|
|
40039
|
-
"range"
|
|
40040
|
-
]
|
|
40041
|
-
},
|
|
40042
|
-
"value": {
|
|
40043
|
-
"oneOf": [
|
|
40044
|
-
{
|
|
40045
|
-
"type": "boolean"
|
|
40046
41673
|
},
|
|
40047
|
-
{
|
|
40048
|
-
"
|
|
40049
|
-
|
|
40050
|
-
|
|
40051
|
-
|
|
40052
|
-
|
|
40053
|
-
|
|
40054
|
-
|
|
40055
|
-
|
|
40056
|
-
|
|
40057
|
-
|
|
40058
|
-
|
|
40059
|
-
|
|
40060
|
-
|
|
40061
|
-
|
|
40062
|
-
|
|
40063
|
-
|
|
40064
|
-
|
|
40065
|
-
|
|
40066
|
-
|
|
40067
|
-
|
|
40068
|
-
"category": "format",
|
|
40069
|
-
"capabilities": [
|
|
40070
|
-
"dry-run",
|
|
40071
|
-
"optimistic-concurrency",
|
|
40072
|
-
"output-path",
|
|
40073
|
-
"session-targeting",
|
|
40074
|
-
"stateless-doc",
|
|
40075
|
-
"tracked-change-mode"
|
|
40076
|
-
],
|
|
40077
|
-
"errors": [
|
|
40078
|
-
"INVALID_TARGET"
|
|
40079
|
-
],
|
|
40080
|
-
"examples": [],
|
|
40081
|
-
"commandTokens": [
|
|
40082
|
-
"format",
|
|
40083
|
-
"contextual-alternates"
|
|
40084
|
-
],
|
|
40085
|
-
"profileTags": [],
|
|
40086
|
-
"requiredCapabilities": [],
|
|
40087
|
-
"sessionRequirements": {
|
|
40088
|
-
"requiresOpenContext": true,
|
|
40089
|
-
"supportsSessionTargeting": true
|
|
40090
|
-
}
|
|
40091
|
-
},
|
|
40092
|
-
{
|
|
40093
|
-
"operationId": "doc.styles.apply",
|
|
40094
|
-
"toolName": "doc_styles_apply",
|
|
40095
|
-
"profile": "operation",
|
|
40096
|
-
"source": "operation",
|
|
40097
|
-
"description": "Apply document-level default style changes to the stylesheet (word/styles.xml). Targets docDefaults run and paragraph channels with set-style patch semantics.",
|
|
40098
|
-
"inputSchema": {
|
|
40099
|
-
"type": "object",
|
|
40100
|
-
"properties": {
|
|
40101
|
-
"doc": {
|
|
40102
|
-
"type": "string"
|
|
40103
|
-
},
|
|
40104
|
-
"sessionId": {
|
|
40105
|
-
"type": "string"
|
|
40106
|
-
},
|
|
40107
|
-
"force": {
|
|
40108
|
-
"type": "boolean"
|
|
40109
|
-
},
|
|
40110
|
-
"target": {},
|
|
40111
|
-
"patch": {}
|
|
40112
|
-
},
|
|
40113
|
-
"additionalProperties": false
|
|
40114
|
-
},
|
|
40115
|
-
"outputSchema": {
|
|
40116
|
-
"additionalProperties": false,
|
|
40117
|
-
"properties": {
|
|
40118
|
-
"after": {
|
|
40119
|
-
"additionalProperties": false,
|
|
40120
|
-
"properties": {
|
|
40121
|
-
"bold": {
|
|
41674
|
+
"effect": {
|
|
41675
|
+
"oneOf": [
|
|
41676
|
+
{
|
|
41677
|
+
"type": "string"
|
|
41678
|
+
},
|
|
41679
|
+
{
|
|
41680
|
+
"const": "inherit"
|
|
41681
|
+
}
|
|
41682
|
+
]
|
|
41683
|
+
},
|
|
41684
|
+
"em": {
|
|
41685
|
+
"oneOf": [
|
|
41686
|
+
{
|
|
41687
|
+
"type": "string"
|
|
41688
|
+
},
|
|
41689
|
+
{
|
|
41690
|
+
"const": "inherit"
|
|
41691
|
+
}
|
|
41692
|
+
]
|
|
41693
|
+
},
|
|
41694
|
+
"emboss": {
|
|
40122
41695
|
"enum": [
|
|
40123
41696
|
"on",
|
|
40124
41697
|
"off",
|
|
40125
41698
|
"inherit"
|
|
40126
41699
|
]
|
|
40127
41700
|
},
|
|
40128
|
-
"
|
|
41701
|
+
"fitText": {
|
|
40129
41702
|
"oneOf": [
|
|
40130
41703
|
{
|
|
40131
41704
|
"type": "object"
|
|
@@ -40165,6 +41738,30 @@
|
|
|
40165
41738
|
}
|
|
40166
41739
|
]
|
|
40167
41740
|
},
|
|
41741
|
+
"framePr": {
|
|
41742
|
+
"oneOf": [
|
|
41743
|
+
{
|
|
41744
|
+
"type": "object"
|
|
41745
|
+
},
|
|
41746
|
+
{
|
|
41747
|
+
"const": "inherit"
|
|
41748
|
+
}
|
|
41749
|
+
]
|
|
41750
|
+
},
|
|
41751
|
+
"iCs": {
|
|
41752
|
+
"enum": [
|
|
41753
|
+
"on",
|
|
41754
|
+
"off",
|
|
41755
|
+
"inherit"
|
|
41756
|
+
]
|
|
41757
|
+
},
|
|
41758
|
+
"imprint": {
|
|
41759
|
+
"enum": [
|
|
41760
|
+
"on",
|
|
41761
|
+
"off",
|
|
41762
|
+
"inherit"
|
|
41763
|
+
]
|
|
41764
|
+
},
|
|
40168
41765
|
"indent": {
|
|
40169
41766
|
"oneOf": [
|
|
40170
41767
|
{
|
|
@@ -40192,7 +41789,21 @@
|
|
|
40192
41789
|
}
|
|
40193
41790
|
]
|
|
40194
41791
|
},
|
|
40195
|
-
"
|
|
41792
|
+
"keepLines": {
|
|
41793
|
+
"enum": [
|
|
41794
|
+
"on",
|
|
41795
|
+
"off",
|
|
41796
|
+
"inherit"
|
|
41797
|
+
]
|
|
41798
|
+
},
|
|
41799
|
+
"keepNext": {
|
|
41800
|
+
"enum": [
|
|
41801
|
+
"on",
|
|
41802
|
+
"off",
|
|
41803
|
+
"inherit"
|
|
41804
|
+
]
|
|
41805
|
+
},
|
|
41806
|
+
"kern": {
|
|
40196
41807
|
"oneOf": [
|
|
40197
41808
|
{
|
|
40198
41809
|
"type": "number"
|
|
@@ -40202,7 +41813,14 @@
|
|
|
40202
41813
|
}
|
|
40203
41814
|
]
|
|
40204
41815
|
},
|
|
40205
|
-
"
|
|
41816
|
+
"kinsoku": {
|
|
41817
|
+
"enum": [
|
|
41818
|
+
"on",
|
|
41819
|
+
"off",
|
|
41820
|
+
"inherit"
|
|
41821
|
+
]
|
|
41822
|
+
},
|
|
41823
|
+
"lang": {
|
|
40206
41824
|
"oneOf": [
|
|
40207
41825
|
{
|
|
40208
41826
|
"type": "object"
|
|
@@ -40211,21 +41829,32 @@
|
|
|
40211
41829
|
"const": "inherit"
|
|
40212
41830
|
}
|
|
40213
41831
|
]
|
|
40214
|
-
}
|
|
40215
|
-
|
|
40216
|
-
|
|
40217
|
-
|
|
40218
|
-
|
|
40219
|
-
|
|
40220
|
-
|
|
40221
|
-
|
|
41832
|
+
},
|
|
41833
|
+
"letterSpacing": {
|
|
41834
|
+
"oneOf": [
|
|
41835
|
+
{
|
|
41836
|
+
"type": "number"
|
|
41837
|
+
},
|
|
41838
|
+
{
|
|
41839
|
+
"const": "inherit"
|
|
41840
|
+
}
|
|
41841
|
+
]
|
|
41842
|
+
},
|
|
41843
|
+
"mirrorIndents": {
|
|
40222
41844
|
"enum": [
|
|
40223
41845
|
"on",
|
|
40224
41846
|
"off",
|
|
40225
41847
|
"inherit"
|
|
40226
41848
|
]
|
|
40227
41849
|
},
|
|
40228
|
-
"
|
|
41850
|
+
"noProof": {
|
|
41851
|
+
"enum": [
|
|
41852
|
+
"on",
|
|
41853
|
+
"off",
|
|
41854
|
+
"inherit"
|
|
41855
|
+
]
|
|
41856
|
+
},
|
|
41857
|
+
"numberingProperties": {
|
|
40229
41858
|
"oneOf": [
|
|
40230
41859
|
{
|
|
40231
41860
|
"type": "object"
|
|
@@ -40235,17 +41864,38 @@
|
|
|
40235
41864
|
}
|
|
40236
41865
|
]
|
|
40237
41866
|
},
|
|
40238
|
-
"
|
|
41867
|
+
"outline": {
|
|
41868
|
+
"enum": [
|
|
41869
|
+
"on",
|
|
41870
|
+
"off",
|
|
41871
|
+
"inherit"
|
|
41872
|
+
]
|
|
41873
|
+
},
|
|
41874
|
+
"outlineLvl": {
|
|
40239
41875
|
"oneOf": [
|
|
40240
41876
|
{
|
|
40241
|
-
"type": "
|
|
41877
|
+
"type": "number"
|
|
40242
41878
|
},
|
|
40243
41879
|
{
|
|
40244
41880
|
"const": "inherit"
|
|
40245
41881
|
}
|
|
40246
41882
|
]
|
|
40247
41883
|
},
|
|
40248
|
-
"
|
|
41884
|
+
"overflowPunct": {
|
|
41885
|
+
"enum": [
|
|
41886
|
+
"on",
|
|
41887
|
+
"off",
|
|
41888
|
+
"inherit"
|
|
41889
|
+
]
|
|
41890
|
+
},
|
|
41891
|
+
"pageBreakBefore": {
|
|
41892
|
+
"enum": [
|
|
41893
|
+
"on",
|
|
41894
|
+
"off",
|
|
41895
|
+
"inherit"
|
|
41896
|
+
]
|
|
41897
|
+
},
|
|
41898
|
+
"position": {
|
|
40249
41899
|
"oneOf": [
|
|
40250
41900
|
{
|
|
40251
41901
|
"type": "number"
|
|
@@ -40255,17 +41905,45 @@
|
|
|
40255
41905
|
}
|
|
40256
41906
|
]
|
|
40257
41907
|
},
|
|
40258
|
-
"
|
|
41908
|
+
"rightToLeft": {
|
|
41909
|
+
"enum": [
|
|
41910
|
+
"on",
|
|
41911
|
+
"off",
|
|
41912
|
+
"inherit"
|
|
41913
|
+
]
|
|
41914
|
+
},
|
|
41915
|
+
"shading": {
|
|
40259
41916
|
"oneOf": [
|
|
40260
41917
|
{
|
|
40261
|
-
"type": "
|
|
41918
|
+
"type": "object"
|
|
40262
41919
|
},
|
|
40263
41920
|
{
|
|
40264
41921
|
"const": "inherit"
|
|
40265
41922
|
}
|
|
40266
41923
|
]
|
|
40267
41924
|
},
|
|
40268
|
-
"
|
|
41925
|
+
"shadow": {
|
|
41926
|
+
"enum": [
|
|
41927
|
+
"on",
|
|
41928
|
+
"off",
|
|
41929
|
+
"inherit"
|
|
41930
|
+
]
|
|
41931
|
+
},
|
|
41932
|
+
"smallCaps": {
|
|
41933
|
+
"enum": [
|
|
41934
|
+
"on",
|
|
41935
|
+
"off",
|
|
41936
|
+
"inherit"
|
|
41937
|
+
]
|
|
41938
|
+
},
|
|
41939
|
+
"snapToGrid": {
|
|
41940
|
+
"enum": [
|
|
41941
|
+
"on",
|
|
41942
|
+
"off",
|
|
41943
|
+
"inherit"
|
|
41944
|
+
]
|
|
41945
|
+
},
|
|
41946
|
+
"spacing": {
|
|
40269
41947
|
"oneOf": [
|
|
40270
41948
|
{
|
|
40271
41949
|
"type": "object"
|
|
@@ -40275,14 +41953,52 @@
|
|
|
40275
41953
|
}
|
|
40276
41954
|
]
|
|
40277
41955
|
},
|
|
40278
|
-
"
|
|
41956
|
+
"specVanish": {
|
|
40279
41957
|
"enum": [
|
|
40280
41958
|
"on",
|
|
40281
41959
|
"off",
|
|
40282
41960
|
"inherit"
|
|
40283
41961
|
]
|
|
40284
41962
|
},
|
|
40285
|
-
"
|
|
41963
|
+
"strike": {
|
|
41964
|
+
"enum": [
|
|
41965
|
+
"on",
|
|
41966
|
+
"off",
|
|
41967
|
+
"inherit"
|
|
41968
|
+
]
|
|
41969
|
+
},
|
|
41970
|
+
"suppressAutoHyphens": {
|
|
41971
|
+
"enum": [
|
|
41972
|
+
"on",
|
|
41973
|
+
"off",
|
|
41974
|
+
"inherit"
|
|
41975
|
+
]
|
|
41976
|
+
},
|
|
41977
|
+
"suppressLineNumbers": {
|
|
41978
|
+
"enum": [
|
|
41979
|
+
"on",
|
|
41980
|
+
"off",
|
|
41981
|
+
"inherit"
|
|
41982
|
+
]
|
|
41983
|
+
},
|
|
41984
|
+
"suppressOverlap": {
|
|
41985
|
+
"enum": [
|
|
41986
|
+
"on",
|
|
41987
|
+
"off",
|
|
41988
|
+
"inherit"
|
|
41989
|
+
]
|
|
41990
|
+
},
|
|
41991
|
+
"tabStops": {
|
|
41992
|
+
"oneOf": [
|
|
41993
|
+
{
|
|
41994
|
+
"type": "array"
|
|
41995
|
+
},
|
|
41996
|
+
{
|
|
41997
|
+
"const": "inherit"
|
|
41998
|
+
}
|
|
41999
|
+
]
|
|
42000
|
+
},
|
|
42001
|
+
"textAlignment": {
|
|
40286
42002
|
"oneOf": [
|
|
40287
42003
|
{
|
|
40288
42004
|
"type": "string"
|
|
@@ -40292,17 +42008,44 @@
|
|
|
40292
42008
|
}
|
|
40293
42009
|
]
|
|
40294
42010
|
},
|
|
40295
|
-
"
|
|
42011
|
+
"textboxTightWrap": {
|
|
40296
42012
|
"oneOf": [
|
|
40297
42013
|
{
|
|
40298
|
-
"type": "
|
|
42014
|
+
"type": "string"
|
|
40299
42015
|
},
|
|
40300
42016
|
{
|
|
40301
42017
|
"const": "inherit"
|
|
40302
42018
|
}
|
|
40303
42019
|
]
|
|
40304
42020
|
},
|
|
40305
|
-
"
|
|
42021
|
+
"textDirection": {
|
|
42022
|
+
"oneOf": [
|
|
42023
|
+
{
|
|
42024
|
+
"type": "string"
|
|
42025
|
+
},
|
|
42026
|
+
{
|
|
42027
|
+
"const": "inherit"
|
|
42028
|
+
}
|
|
42029
|
+
]
|
|
42030
|
+
},
|
|
42031
|
+
"textTransform": {
|
|
42032
|
+
"oneOf": [
|
|
42033
|
+
{
|
|
42034
|
+
"type": "string"
|
|
42035
|
+
},
|
|
42036
|
+
{
|
|
42037
|
+
"const": "inherit"
|
|
42038
|
+
}
|
|
42039
|
+
]
|
|
42040
|
+
},
|
|
42041
|
+
"topLinePunct": {
|
|
42042
|
+
"enum": [
|
|
42043
|
+
"on",
|
|
42044
|
+
"off",
|
|
42045
|
+
"inherit"
|
|
42046
|
+
]
|
|
42047
|
+
},
|
|
42048
|
+
"underline": {
|
|
40306
42049
|
"oneOf": [
|
|
40307
42050
|
{
|
|
40308
42051
|
"type": "object"
|
|
@@ -40311,6 +42054,54 @@
|
|
|
40311
42054
|
"const": "inherit"
|
|
40312
42055
|
}
|
|
40313
42056
|
]
|
|
42057
|
+
},
|
|
42058
|
+
"vanish": {
|
|
42059
|
+
"enum": [
|
|
42060
|
+
"on",
|
|
42061
|
+
"off",
|
|
42062
|
+
"inherit"
|
|
42063
|
+
]
|
|
42064
|
+
},
|
|
42065
|
+
"vertAlign": {
|
|
42066
|
+
"oneOf": [
|
|
42067
|
+
{
|
|
42068
|
+
"type": "string"
|
|
42069
|
+
},
|
|
42070
|
+
{
|
|
42071
|
+
"const": "inherit"
|
|
42072
|
+
}
|
|
42073
|
+
]
|
|
42074
|
+
},
|
|
42075
|
+
"w": {
|
|
42076
|
+
"oneOf": [
|
|
42077
|
+
{
|
|
42078
|
+
"type": "number"
|
|
42079
|
+
},
|
|
42080
|
+
{
|
|
42081
|
+
"const": "inherit"
|
|
42082
|
+
}
|
|
42083
|
+
]
|
|
42084
|
+
},
|
|
42085
|
+
"webHidden": {
|
|
42086
|
+
"enum": [
|
|
42087
|
+
"on",
|
|
42088
|
+
"off",
|
|
42089
|
+
"inherit"
|
|
42090
|
+
]
|
|
42091
|
+
},
|
|
42092
|
+
"widowControl": {
|
|
42093
|
+
"enum": [
|
|
42094
|
+
"on",
|
|
42095
|
+
"off",
|
|
42096
|
+
"inherit"
|
|
42097
|
+
]
|
|
42098
|
+
},
|
|
42099
|
+
"wordWrap": {
|
|
42100
|
+
"enum": [
|
|
42101
|
+
"on",
|
|
42102
|
+
"off",
|
|
42103
|
+
"inherit"
|
|
42104
|
+
]
|
|
40314
42105
|
}
|
|
40315
42106
|
},
|
|
40316
42107
|
"type": "object"
|
|
@@ -54380,6 +56171,41 @@
|
|
|
54380
56171
|
],
|
|
54381
56172
|
"type": "object"
|
|
54382
56173
|
},
|
|
56174
|
+
"getHtml": {
|
|
56175
|
+
"additionalProperties": false,
|
|
56176
|
+
"properties": {
|
|
56177
|
+
"available": {
|
|
56178
|
+
"type": "boolean"
|
|
56179
|
+
},
|
|
56180
|
+
"dryRun": {
|
|
56181
|
+
"type": "boolean"
|
|
56182
|
+
},
|
|
56183
|
+
"reasons": {
|
|
56184
|
+
"items": {
|
|
56185
|
+
"enum": [
|
|
56186
|
+
"COMMAND_UNAVAILABLE",
|
|
56187
|
+
"HELPER_UNAVAILABLE",
|
|
56188
|
+
"OPERATION_UNAVAILABLE",
|
|
56189
|
+
"TRACKED_MODE_UNAVAILABLE",
|
|
56190
|
+
"DRY_RUN_UNAVAILABLE",
|
|
56191
|
+
"NAMESPACE_UNAVAILABLE",
|
|
56192
|
+
"STYLES_PART_MISSING",
|
|
56193
|
+
"COLLABORATION_ACTIVE"
|
|
56194
|
+
]
|
|
56195
|
+
},
|
|
56196
|
+
"type": "array"
|
|
56197
|
+
},
|
|
56198
|
+
"tracked": {
|
|
56199
|
+
"type": "boolean"
|
|
56200
|
+
}
|
|
56201
|
+
},
|
|
56202
|
+
"required": [
|
|
56203
|
+
"available",
|
|
56204
|
+
"tracked",
|
|
56205
|
+
"dryRun"
|
|
56206
|
+
],
|
|
56207
|
+
"type": "object"
|
|
56208
|
+
},
|
|
54383
56209
|
"getMarkdown": {
|
|
54384
56210
|
"additionalProperties": false,
|
|
54385
56211
|
"properties": {
|
|
@@ -58097,6 +59923,7 @@
|
|
|
58097
59923
|
"getNodeById",
|
|
58098
59924
|
"getText",
|
|
58099
59925
|
"getMarkdown",
|
|
59926
|
+
"getHtml",
|
|
58100
59927
|
"info",
|
|
58101
59928
|
"insert",
|
|
58102
59929
|
"replace",
|