@superdoc-dev/sdk 1.0.0-alpha.26 → 1.0.0-alpha.28

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.
@@ -6767,6 +6767,27 @@
6767
6767
  "after": {
6768
6768
  "additionalProperties": false,
6769
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
+ },
6770
6791
  "bold": {
6771
6792
  "enum": [
6772
6793
  "on",
@@ -6774,6 +6795,23 @@
6774
6795
  "inherit"
6775
6796
  ]
6776
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
+ },
6777
6815
  "color": {
6778
6816
  "oneOf": [
6779
6817
  {
@@ -6784,6 +6822,67 @@
6784
6822
  }
6785
6823
  ]
6786
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
+ },
6787
6886
  "fontFamily": {
6788
6887
  "oneOf": [
6789
6888
  {
@@ -6814,6 +6913,30 @@
6814
6913
  }
6815
6914
  ]
6816
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
+ },
6817
6940
  "indent": {
6818
6941
  "oneOf": [
6819
6942
  {
@@ -6841,7 +6964,21 @@
6841
6964
  }
6842
6965
  ]
6843
6966
  },
6844
- "letterSpacing": {
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": {
6845
6982
  "oneOf": [
6846
6983
  {
6847
6984
  "type": "number"
@@ -6851,7 +6988,14 @@
6851
6988
  }
6852
6989
  ]
6853
6990
  },
6854
- "spacing": {
6991
+ "kinsoku": {
6992
+ "enum": [
6993
+ "on",
6994
+ "off",
6995
+ "inherit"
6996
+ ]
6997
+ },
6998
+ "lang": {
6855
6999
  "oneOf": [
6856
7000
  {
6857
7001
  "type": "object"
@@ -6860,21 +7004,32 @@
6860
7004
  "const": "inherit"
6861
7005
  }
6862
7006
  ]
6863
- }
6864
- },
6865
- "type": "object"
6866
- },
6867
- "before": {
6868
- "additionalProperties": false,
6869
- "properties": {
6870
- "bold": {
7007
+ },
7008
+ "letterSpacing": {
7009
+ "oneOf": [
7010
+ {
7011
+ "type": "number"
7012
+ },
7013
+ {
7014
+ "const": "inherit"
7015
+ }
7016
+ ]
7017
+ },
7018
+ "mirrorIndents": {
6871
7019
  "enum": [
6872
7020
  "on",
6873
7021
  "off",
6874
7022
  "inherit"
6875
7023
  ]
6876
7024
  },
6877
- "color": {
7025
+ "noProof": {
7026
+ "enum": [
7027
+ "on",
7028
+ "off",
7029
+ "inherit"
7030
+ ]
7031
+ },
7032
+ "numberingProperties": {
6878
7033
  "oneOf": [
6879
7034
  {
6880
7035
  "type": "object"
@@ -6884,17 +7039,38 @@
6884
7039
  }
6885
7040
  ]
6886
7041
  },
6887
- "fontFamily": {
7042
+ "outline": {
7043
+ "enum": [
7044
+ "on",
7045
+ "off",
7046
+ "inherit"
7047
+ ]
7048
+ },
7049
+ "outlineLvl": {
6888
7050
  "oneOf": [
6889
7051
  {
6890
- "type": "object"
7052
+ "type": "number"
6891
7053
  },
6892
7054
  {
6893
7055
  "const": "inherit"
6894
7056
  }
6895
7057
  ]
6896
7058
  },
6897
- "fontSize": {
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": {
6898
7074
  "oneOf": [
6899
7075
  {
6900
7076
  "type": "number"
@@ -6904,17 +7080,45 @@
6904
7080
  }
6905
7081
  ]
6906
7082
  },
6907
- "fontSizeCs": {
7083
+ "rightToLeft": {
7084
+ "enum": [
7085
+ "on",
7086
+ "off",
7087
+ "inherit"
7088
+ ]
7089
+ },
7090
+ "shading": {
6908
7091
  "oneOf": [
6909
7092
  {
6910
- "type": "number"
7093
+ "type": "object"
6911
7094
  },
6912
7095
  {
6913
7096
  "const": "inherit"
6914
7097
  }
6915
7098
  ]
6916
7099
  },
6917
- "indent": {
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": {
6918
7122
  "oneOf": [
6919
7123
  {
6920
7124
  "type": "object"
@@ -6924,14 +7128,52 @@
6924
7128
  }
6925
7129
  ]
6926
7130
  },
6927
- "italic": {
7131
+ "specVanish": {
6928
7132
  "enum": [
6929
7133
  "on",
6930
7134
  "off",
6931
7135
  "inherit"
6932
7136
  ]
6933
7137
  },
6934
- "justification": {
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": {
6935
7177
  "oneOf": [
6936
7178
  {
6937
7179
  "type": "string"
@@ -6941,17 +7183,44 @@
6941
7183
  }
6942
7184
  ]
6943
7185
  },
6944
- "letterSpacing": {
7186
+ "textboxTightWrap": {
6945
7187
  "oneOf": [
6946
7188
  {
6947
- "type": "number"
7189
+ "type": "string"
6948
7190
  },
6949
7191
  {
6950
7192
  "const": "inherit"
6951
7193
  }
6952
7194
  ]
6953
7195
  },
6954
- "spacing": {
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": {
6955
7224
  "oneOf": [
6956
7225
  {
6957
7226
  "type": "object"
@@ -6960,153 +7229,718 @@
6960
7229
  "const": "inherit"
6961
7230
  }
6962
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
+ ]
6963
7280
  }
6964
7281
  },
6965
7282
  "type": "object"
6966
7283
  },
6967
- "changed": {
6968
- "type": "boolean"
6969
- },
6970
- "dryRun": {
6971
- "type": "boolean"
6972
- },
6973
- "resolution": {
7284
+ "before": {
6974
7285
  "additionalProperties": false,
6975
7286
  "properties": {
6976
- "channel": {
7287
+ "adjustRightInd": {
6977
7288
  "enum": [
6978
- "run",
6979
- "paragraph"
7289
+ "on",
7290
+ "off",
7291
+ "inherit"
6980
7292
  ]
6981
7293
  },
6982
- "scope": {
6983
- "const": "docDefaults"
7294
+ "autoSpaceDE": {
7295
+ "enum": [
7296
+ "on",
7297
+ "off",
7298
+ "inherit"
7299
+ ]
6984
7300
  },
6985
- "xmlPart": {
6986
- "const": "word/styles.xml"
7301
+ "autoSpaceDN": {
7302
+ "enum": [
7303
+ "on",
7304
+ "off",
7305
+ "inherit"
7306
+ ]
6987
7307
  },
6988
- "xmlPath": {
7308
+ "bold": {
6989
7309
  "enum": [
6990
- "w:styles/w:docDefaults/w:rPrDefault/w:rPr",
6991
- "w:styles/w:docDefaults/w:pPrDefault/w:pPr"
7310
+ "on",
7311
+ "off",
7312
+ "inherit"
6992
7313
  ]
6993
- }
6994
- },
6995
- "required": [
6996
- "scope",
6997
- "channel",
6998
- "xmlPart",
6999
- "xmlPath"
7000
- ],
7001
- "type": "object"
7002
- },
7003
- "success": {
7004
- "const": true
7005
- }
7006
- },
7007
- "required": [
7008
- "success",
7009
- "changed",
7010
- "resolution",
7011
- "dryRun",
7012
- "before",
7013
- "after"
7014
- ],
7015
- "type": "object"
7016
- },
7017
- "mutates": true,
7018
- "category": "styles",
7019
- "capabilities": [
7020
- "dry-run",
7021
- "optimistic-concurrency",
7022
- "output-path",
7023
- "session-targeting",
7024
- "stateless-doc",
7025
- "tracked-change-mode"
7026
- ],
7027
- "errors": [],
7028
- "examples": [],
7029
- "commandTokens": [
7030
- "styles",
7031
- "apply"
7032
- ],
7033
- "profileTags": [],
7034
- "requiredCapabilities": [],
7035
- "sessionRequirements": {
7036
- "requiresOpenContext": true,
7037
- "supportsSessionTargeting": true
7038
- },
7039
- "intentId": "styles_apply"
7040
- },
7041
- {
7042
- "operationId": "doc.create.paragraph",
7043
- "toolName": "create_paragraph",
7044
- "profile": "intent",
7045
- "source": "intent",
7046
- "description": "Create a new paragraph at the target position.",
7047
- "inputSchema": {
7048
- "type": "object",
7049
- "properties": {
7050
- "doc": {
7051
- "type": "string"
7052
- },
7053
- "sessionId": {
7054
- "type": "string"
7055
- },
7056
- "force": {
7057
- "type": "boolean"
7058
- },
7059
- "at": {
7060
- "oneOf": [
7061
- {
7062
- "type": "object",
7063
- "properties": {
7064
- "kind": {
7065
- "const": "documentStart"
7314
+ },
7315
+ "boldCs": {
7316
+ "enum": [
7317
+ "on",
7318
+ "off",
7319
+ "inherit"
7320
+ ]
7321
+ },
7322
+ "borders": {
7323
+ "oneOf": [
7324
+ {
7325
+ "type": "object"
7326
+ },
7327
+ {
7328
+ "const": "inherit"
7066
7329
  }
7067
- },
7068
- "required": [
7069
- "kind"
7070
7330
  ]
7071
7331
  },
7072
- {
7073
- "type": "object",
7074
- "properties": {
7075
- "kind": {
7076
- "const": "documentEnd"
7332
+ "color": {
7333
+ "oneOf": [
7334
+ {
7335
+ "type": "object"
7336
+ },
7337
+ {
7338
+ "const": "inherit"
7077
7339
  }
7078
- },
7079
- "required": [
7080
- "kind"
7081
7340
  ]
7082
7341
  },
7083
- {
7084
- "type": "object",
7085
- "properties": {
7086
- "kind": {
7087
- "const": "before"
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"
7088
7360
  },
7089
- "target": {
7090
- "type": "object",
7091
- "properties": {
7092
- "kind": {
7093
- "const": "block"
7094
- },
7095
- "nodeType": {
7096
- "oneOf": [
7097
- {
7098
- "const": "paragraph"
7099
- },
7100
- {
7101
- "const": "heading"
7102
- },
7103
- {
7104
- "const": "listItem"
7105
- },
7106
- {
7107
- "const": "table"
7108
- },
7109
- {
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": {
7927
+ "const": "block"
7928
+ },
7929
+ "nodeType": {
7930
+ "oneOf": [
7931
+ {
7932
+ "const": "paragraph"
7933
+ },
7934
+ {
7935
+ "const": "heading"
7936
+ },
7937
+ {
7938
+ "const": "listItem"
7939
+ },
7940
+ {
7941
+ "const": "table"
7942
+ },
7943
+ {
7110
7944
  "const": "tableRow"
7111
7945
  },
7112
7946
  {
@@ -40137,110 +40971,648 @@
40137
40971
  "kind": {
40138
40972
  "const": "text"
40139
40973
  },
40140
- "blockId": {
40141
- "type": "string"
40974
+ "blockId": {
40975
+ "type": "string"
40976
+ },
40977
+ "range": {
40978
+ "type": "object",
40979
+ "properties": {
40980
+ "start": {
40981
+ "type": "number"
40982
+ },
40983
+ "end": {
40984
+ "type": "number"
40985
+ }
40986
+ },
40987
+ "required": [
40988
+ "start",
40989
+ "end"
40990
+ ]
40991
+ }
40992
+ },
40993
+ "required": [
40994
+ "kind",
40995
+ "blockId",
40996
+ "range"
40997
+ ]
40998
+ },
40999
+ "value": {
41000
+ "oneOf": [
41001
+ {
41002
+ "type": "boolean"
41003
+ },
41004
+ {
41005
+ "type": "json"
41006
+ }
41007
+ ]
41008
+ },
41009
+ "blockId": {
41010
+ "type": "string"
41011
+ },
41012
+ "start": {
41013
+ "type": "number"
41014
+ },
41015
+ "end": {
41016
+ "type": "number"
41017
+ }
41018
+ },
41019
+ "additionalProperties": false
41020
+ },
41021
+ "outputSchema": {
41022
+ "$ref": "#/$defs/TextMutationSuccess"
41023
+ },
41024
+ "mutates": true,
41025
+ "category": "format",
41026
+ "capabilities": [
41027
+ "dry-run",
41028
+ "optimistic-concurrency",
41029
+ "output-path",
41030
+ "session-targeting",
41031
+ "stateless-doc",
41032
+ "tracked-change-mode"
41033
+ ],
41034
+ "errors": [
41035
+ "INVALID_TARGET"
41036
+ ],
41037
+ "examples": [],
41038
+ "commandTokens": [
41039
+ "format",
41040
+ "contextual-alternates"
41041
+ ],
41042
+ "profileTags": [],
41043
+ "requiredCapabilities": [],
41044
+ "sessionRequirements": {
41045
+ "requiresOpenContext": true,
41046
+ "supportsSessionTargeting": true
41047
+ }
41048
+ },
41049
+ {
41050
+ "operationId": "doc.styles.apply",
41051
+ "toolName": "doc_styles_apply",
41052
+ "profile": "operation",
41053
+ "source": "operation",
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.",
41055
+ "inputSchema": {
41056
+ "type": "object",
41057
+ "properties": {
41058
+ "doc": {
41059
+ "type": "string"
41060
+ },
41061
+ "sessionId": {
41062
+ "type": "string"
41063
+ },
41064
+ "force": {
41065
+ "type": "boolean"
41066
+ },
41067
+ "target": {},
41068
+ "patch": {}
41069
+ },
41070
+ "additionalProperties": false
41071
+ },
41072
+ "outputSchema": {
41073
+ "additionalProperties": false,
41074
+ "properties": {
41075
+ "after": {
41076
+ "additionalProperties": false,
41077
+ "properties": {
41078
+ "adjustRightInd": {
41079
+ "enum": [
41080
+ "on",
41081
+ "off",
41082
+ "inherit"
41083
+ ]
41084
+ },
41085
+ "autoSpaceDE": {
41086
+ "enum": [
41087
+ "on",
41088
+ "off",
41089
+ "inherit"
41090
+ ]
41091
+ },
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
+ {
41384
+ "type": "number"
41385
+ },
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
+ ]
40142
41503
  },
40143
- "range": {
40144
- "type": "object",
40145
- "properties": {
40146
- "start": {
40147
- "type": "number"
41504
+ "textDirection": {
41505
+ "oneOf": [
41506
+ {
41507
+ "type": "string"
40148
41508
  },
40149
- "end": {
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"
41538
+ }
41539
+ ]
41540
+ },
41541
+ "vanish": {
41542
+ "enum": [
41543
+ "on",
41544
+ "off",
41545
+ "inherit"
41546
+ ]
41547
+ },
41548
+ "vertAlign": {
41549
+ "oneOf": [
41550
+ {
41551
+ "type": "string"
41552
+ },
41553
+ {
41554
+ "const": "inherit"
41555
+ }
41556
+ ]
41557
+ },
41558
+ "w": {
41559
+ "oneOf": [
41560
+ {
40150
41561
  "type": "number"
41562
+ },
41563
+ {
41564
+ "const": "inherit"
40151
41565
  }
40152
- },
40153
- "required": [
40154
- "start",
40155
- "end"
40156
41566
  ]
40157
- }
40158
- },
40159
- "required": [
40160
- "kind",
40161
- "blockId",
40162
- "range"
40163
- ]
40164
- },
40165
- "value": {
40166
- "oneOf": [
40167
- {
40168
- "type": "boolean"
40169
41567
  },
40170
- {
40171
- "type": "json"
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
+ ]
40172
41588
  }
40173
- ]
40174
- },
40175
- "blockId": {
40176
- "type": "string"
40177
- },
40178
- "start": {
40179
- "type": "number"
40180
- },
40181
- "end": {
40182
- "type": "number"
40183
- }
40184
- },
40185
- "additionalProperties": false
40186
- },
40187
- "outputSchema": {
40188
- "$ref": "#/$defs/TextMutationSuccess"
40189
- },
40190
- "mutates": true,
40191
- "category": "format",
40192
- "capabilities": [
40193
- "dry-run",
40194
- "optimistic-concurrency",
40195
- "output-path",
40196
- "session-targeting",
40197
- "stateless-doc",
40198
- "tracked-change-mode"
40199
- ],
40200
- "errors": [
40201
- "INVALID_TARGET"
40202
- ],
40203
- "examples": [],
40204
- "commandTokens": [
40205
- "format",
40206
- "contextual-alternates"
40207
- ],
40208
- "profileTags": [],
40209
- "requiredCapabilities": [],
40210
- "sessionRequirements": {
40211
- "requiresOpenContext": true,
40212
- "supportsSessionTargeting": true
40213
- }
40214
- },
40215
- {
40216
- "operationId": "doc.styles.apply",
40217
- "toolName": "doc_styles_apply",
40218
- "profile": "operation",
40219
- "source": "operation",
40220
- "description": "Apply document-level default style changes to the stylesheet (word/styles.xml). Targets docDefaults run and paragraph channels with set-style patch semantics.",
40221
- "inputSchema": {
40222
- "type": "object",
40223
- "properties": {
40224
- "doc": {
40225
- "type": "string"
40226
- },
40227
- "sessionId": {
40228
- "type": "string"
40229
- },
40230
- "force": {
40231
- "type": "boolean"
41589
+ },
41590
+ "type": "object"
40232
41591
  },
40233
- "target": {},
40234
- "patch": {}
40235
- },
40236
- "additionalProperties": false
40237
- },
40238
- "outputSchema": {
40239
- "additionalProperties": false,
40240
- "properties": {
40241
- "after": {
41592
+ "before": {
40242
41593
  "additionalProperties": false,
40243
41594
  "properties": {
41595
+ "adjustRightInd": {
41596
+ "enum": [
41597
+ "on",
41598
+ "off",
41599
+ "inherit"
41600
+ ]
41601
+ },
41602
+ "autoSpaceDE": {
41603
+ "enum": [
41604
+ "on",
41605
+ "off",
41606
+ "inherit"
41607
+ ]
41608
+ },
41609
+ "autoSpaceDN": {
41610
+ "enum": [
41611
+ "on",
41612
+ "off",
41613
+ "inherit"
41614
+ ]
41615
+ },
40244
41616
  "bold": {
40245
41617
  "enum": [
40246
41618
  "on",
@@ -40248,6 +41620,23 @@
40248
41620
  "inherit"
40249
41621
  ]
40250
41622
  },
41623
+ "boldCs": {
41624
+ "enum": [
41625
+ "on",
41626
+ "off",
41627
+ "inherit"
41628
+ ]
41629
+ },
41630
+ "borders": {
41631
+ "oneOf": [
41632
+ {
41633
+ "type": "object"
41634
+ },
41635
+ {
41636
+ "const": "inherit"
41637
+ }
41638
+ ]
41639
+ },
40251
41640
  "color": {
40252
41641
  "oneOf": [
40253
41642
  {
@@ -40258,6 +41647,67 @@
40258
41647
  }
40259
41648
  ]
40260
41649
  },
41650
+ "contextualSpacing": {
41651
+ "enum": [
41652
+ "on",
41653
+ "off",
41654
+ "inherit"
41655
+ ]
41656
+ },
41657
+ "dstrike": {
41658
+ "enum": [
41659
+ "on",
41660
+ "off",
41661
+ "inherit"
41662
+ ]
41663
+ },
41664
+ "eastAsianLayout": {
41665
+ "oneOf": [
41666
+ {
41667
+ "type": "object"
41668
+ },
41669
+ {
41670
+ "const": "inherit"
41671
+ }
41672
+ ]
41673
+ },
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": {
41695
+ "enum": [
41696
+ "on",
41697
+ "off",
41698
+ "inherit"
41699
+ ]
41700
+ },
41701
+ "fitText": {
41702
+ "oneOf": [
41703
+ {
41704
+ "type": "object"
41705
+ },
41706
+ {
41707
+ "const": "inherit"
41708
+ }
41709
+ ]
41710
+ },
40261
41711
  "fontFamily": {
40262
41712
  "oneOf": [
40263
41713
  {
@@ -40288,6 +41738,30 @@
40288
41738
  }
40289
41739
  ]
40290
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
+ },
40291
41765
  "indent": {
40292
41766
  "oneOf": [
40293
41767
  {
@@ -40315,7 +41789,21 @@
40315
41789
  }
40316
41790
  ]
40317
41791
  },
40318
- "letterSpacing": {
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": {
40319
41807
  "oneOf": [
40320
41808
  {
40321
41809
  "type": "number"
@@ -40325,7 +41813,14 @@
40325
41813
  }
40326
41814
  ]
40327
41815
  },
40328
- "spacing": {
41816
+ "kinsoku": {
41817
+ "enum": [
41818
+ "on",
41819
+ "off",
41820
+ "inherit"
41821
+ ]
41822
+ },
41823
+ "lang": {
40329
41824
  "oneOf": [
40330
41825
  {
40331
41826
  "type": "object"
@@ -40334,21 +41829,32 @@
40334
41829
  "const": "inherit"
40335
41830
  }
40336
41831
  ]
40337
- }
40338
- },
40339
- "type": "object"
40340
- },
40341
- "before": {
40342
- "additionalProperties": false,
40343
- "properties": {
40344
- "bold": {
41832
+ },
41833
+ "letterSpacing": {
41834
+ "oneOf": [
41835
+ {
41836
+ "type": "number"
41837
+ },
41838
+ {
41839
+ "const": "inherit"
41840
+ }
41841
+ ]
41842
+ },
41843
+ "mirrorIndents": {
40345
41844
  "enum": [
40346
41845
  "on",
40347
41846
  "off",
40348
41847
  "inherit"
40349
41848
  ]
40350
41849
  },
40351
- "color": {
41850
+ "noProof": {
41851
+ "enum": [
41852
+ "on",
41853
+ "off",
41854
+ "inherit"
41855
+ ]
41856
+ },
41857
+ "numberingProperties": {
40352
41858
  "oneOf": [
40353
41859
  {
40354
41860
  "type": "object"
@@ -40358,17 +41864,38 @@
40358
41864
  }
40359
41865
  ]
40360
41866
  },
40361
- "fontFamily": {
41867
+ "outline": {
41868
+ "enum": [
41869
+ "on",
41870
+ "off",
41871
+ "inherit"
41872
+ ]
41873
+ },
41874
+ "outlineLvl": {
40362
41875
  "oneOf": [
40363
41876
  {
40364
- "type": "object"
41877
+ "type": "number"
40365
41878
  },
40366
41879
  {
40367
41880
  "const": "inherit"
40368
41881
  }
40369
41882
  ]
40370
41883
  },
40371
- "fontSize": {
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": {
40372
41899
  "oneOf": [
40373
41900
  {
40374
41901
  "type": "number"
@@ -40378,17 +41905,45 @@
40378
41905
  }
40379
41906
  ]
40380
41907
  },
40381
- "fontSizeCs": {
41908
+ "rightToLeft": {
41909
+ "enum": [
41910
+ "on",
41911
+ "off",
41912
+ "inherit"
41913
+ ]
41914
+ },
41915
+ "shading": {
40382
41916
  "oneOf": [
40383
41917
  {
40384
- "type": "number"
41918
+ "type": "object"
40385
41919
  },
40386
41920
  {
40387
41921
  "const": "inherit"
40388
41922
  }
40389
41923
  ]
40390
41924
  },
40391
- "indent": {
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": {
40392
41947
  "oneOf": [
40393
41948
  {
40394
41949
  "type": "object"
@@ -40398,14 +41953,52 @@
40398
41953
  }
40399
41954
  ]
40400
41955
  },
40401
- "italic": {
41956
+ "specVanish": {
40402
41957
  "enum": [
40403
41958
  "on",
40404
41959
  "off",
40405
41960
  "inherit"
40406
41961
  ]
40407
41962
  },
40408
- "justification": {
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": {
40409
42002
  "oneOf": [
40410
42003
  {
40411
42004
  "type": "string"
@@ -40415,17 +42008,44 @@
40415
42008
  }
40416
42009
  ]
40417
42010
  },
40418
- "letterSpacing": {
42011
+ "textboxTightWrap": {
40419
42012
  "oneOf": [
40420
42013
  {
40421
- "type": "number"
42014
+ "type": "string"
40422
42015
  },
40423
42016
  {
40424
42017
  "const": "inherit"
40425
42018
  }
40426
42019
  ]
40427
42020
  },
40428
- "spacing": {
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": {
40429
42049
  "oneOf": [
40430
42050
  {
40431
42051
  "type": "object"
@@ -40434,6 +42054,54 @@
40434
42054
  "const": "inherit"
40435
42055
  }
40436
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
+ ]
40437
42105
  }
40438
42106
  },
40439
42107
  "type": "object"