@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.
@@ -6385,6 +6385,27 @@
6385
6385
  "after": {
6386
6386
  "additionalProperties": false,
6387
6387
  "properties": {
6388
+ "adjustRightInd": {
6389
+ "enum": [
6390
+ "on",
6391
+ "off",
6392
+ "inherit"
6393
+ ]
6394
+ },
6395
+ "autoSpaceDE": {
6396
+ "enum": [
6397
+ "on",
6398
+ "off",
6399
+ "inherit"
6400
+ ]
6401
+ },
6402
+ "autoSpaceDN": {
6403
+ "enum": [
6404
+ "on",
6405
+ "off",
6406
+ "inherit"
6407
+ ]
6408
+ },
6388
6409
  "bold": {
6389
6410
  "enum": [
6390
6411
  "on",
@@ -6392,6 +6413,23 @@
6392
6413
  "inherit"
6393
6414
  ]
6394
6415
  },
6416
+ "boldCs": {
6417
+ "enum": [
6418
+ "on",
6419
+ "off",
6420
+ "inherit"
6421
+ ]
6422
+ },
6423
+ "borders": {
6424
+ "oneOf": [
6425
+ {
6426
+ "type": "object"
6427
+ },
6428
+ {
6429
+ "const": "inherit"
6430
+ }
6431
+ ]
6432
+ },
6395
6433
  "color": {
6396
6434
  "oneOf": [
6397
6435
  {
@@ -6402,6 +6440,67 @@
6402
6440
  }
6403
6441
  ]
6404
6442
  },
6443
+ "contextualSpacing": {
6444
+ "enum": [
6445
+ "on",
6446
+ "off",
6447
+ "inherit"
6448
+ ]
6449
+ },
6450
+ "dstrike": {
6451
+ "enum": [
6452
+ "on",
6453
+ "off",
6454
+ "inherit"
6455
+ ]
6456
+ },
6457
+ "eastAsianLayout": {
6458
+ "oneOf": [
6459
+ {
6460
+ "type": "object"
6461
+ },
6462
+ {
6463
+ "const": "inherit"
6464
+ }
6465
+ ]
6466
+ },
6467
+ "effect": {
6468
+ "oneOf": [
6469
+ {
6470
+ "type": "string"
6471
+ },
6472
+ {
6473
+ "const": "inherit"
6474
+ }
6475
+ ]
6476
+ },
6477
+ "em": {
6478
+ "oneOf": [
6479
+ {
6480
+ "type": "string"
6481
+ },
6482
+ {
6483
+ "const": "inherit"
6484
+ }
6485
+ ]
6486
+ },
6487
+ "emboss": {
6488
+ "enum": [
6489
+ "on",
6490
+ "off",
6491
+ "inherit"
6492
+ ]
6493
+ },
6494
+ "fitText": {
6495
+ "oneOf": [
6496
+ {
6497
+ "type": "object"
6498
+ },
6499
+ {
6500
+ "const": "inherit"
6501
+ }
6502
+ ]
6503
+ },
6405
6504
  "fontFamily": {
6406
6505
  "oneOf": [
6407
6506
  {
@@ -6432,6 +6531,30 @@
6432
6531
  }
6433
6532
  ]
6434
6533
  },
6534
+ "framePr": {
6535
+ "oneOf": [
6536
+ {
6537
+ "type": "object"
6538
+ },
6539
+ {
6540
+ "const": "inherit"
6541
+ }
6542
+ ]
6543
+ },
6544
+ "iCs": {
6545
+ "enum": [
6546
+ "on",
6547
+ "off",
6548
+ "inherit"
6549
+ ]
6550
+ },
6551
+ "imprint": {
6552
+ "enum": [
6553
+ "on",
6554
+ "off",
6555
+ "inherit"
6556
+ ]
6557
+ },
6435
6558
  "indent": {
6436
6559
  "oneOf": [
6437
6560
  {
@@ -6459,7 +6582,21 @@
6459
6582
  }
6460
6583
  ]
6461
6584
  },
6462
- "letterSpacing": {
6585
+ "keepLines": {
6586
+ "enum": [
6587
+ "on",
6588
+ "off",
6589
+ "inherit"
6590
+ ]
6591
+ },
6592
+ "keepNext": {
6593
+ "enum": [
6594
+ "on",
6595
+ "off",
6596
+ "inherit"
6597
+ ]
6598
+ },
6599
+ "kern": {
6463
6600
  "oneOf": [
6464
6601
  {
6465
6602
  "type": "number"
@@ -6469,7 +6606,14 @@
6469
6606
  }
6470
6607
  ]
6471
6608
  },
6472
- "spacing": {
6609
+ "kinsoku": {
6610
+ "enum": [
6611
+ "on",
6612
+ "off",
6613
+ "inherit"
6614
+ ]
6615
+ },
6616
+ "lang": {
6473
6617
  "oneOf": [
6474
6618
  {
6475
6619
  "type": "object"
@@ -6478,21 +6622,32 @@
6478
6622
  "const": "inherit"
6479
6623
  }
6480
6624
  ]
6481
- }
6482
- },
6483
- "type": "object"
6484
- },
6485
- "before": {
6486
- "additionalProperties": false,
6487
- "properties": {
6488
- "bold": {
6625
+ },
6626
+ "letterSpacing": {
6627
+ "oneOf": [
6628
+ {
6629
+ "type": "number"
6630
+ },
6631
+ {
6632
+ "const": "inherit"
6633
+ }
6634
+ ]
6635
+ },
6636
+ "mirrorIndents": {
6489
6637
  "enum": [
6490
6638
  "on",
6491
6639
  "off",
6492
6640
  "inherit"
6493
6641
  ]
6494
6642
  },
6495
- "color": {
6643
+ "noProof": {
6644
+ "enum": [
6645
+ "on",
6646
+ "off",
6647
+ "inherit"
6648
+ ]
6649
+ },
6650
+ "numberingProperties": {
6496
6651
  "oneOf": [
6497
6652
  {
6498
6653
  "type": "object"
@@ -6502,17 +6657,38 @@
6502
6657
  }
6503
6658
  ]
6504
6659
  },
6505
- "fontFamily": {
6660
+ "outline": {
6661
+ "enum": [
6662
+ "on",
6663
+ "off",
6664
+ "inherit"
6665
+ ]
6666
+ },
6667
+ "outlineLvl": {
6506
6668
  "oneOf": [
6507
6669
  {
6508
- "type": "object"
6670
+ "type": "number"
6509
6671
  },
6510
6672
  {
6511
6673
  "const": "inherit"
6512
6674
  }
6513
6675
  ]
6514
6676
  },
6515
- "fontSize": {
6677
+ "overflowPunct": {
6678
+ "enum": [
6679
+ "on",
6680
+ "off",
6681
+ "inherit"
6682
+ ]
6683
+ },
6684
+ "pageBreakBefore": {
6685
+ "enum": [
6686
+ "on",
6687
+ "off",
6688
+ "inherit"
6689
+ ]
6690
+ },
6691
+ "position": {
6516
6692
  "oneOf": [
6517
6693
  {
6518
6694
  "type": "number"
@@ -6522,17 +6698,45 @@
6522
6698
  }
6523
6699
  ]
6524
6700
  },
6525
- "fontSizeCs": {
6701
+ "rightToLeft": {
6702
+ "enum": [
6703
+ "on",
6704
+ "off",
6705
+ "inherit"
6706
+ ]
6707
+ },
6708
+ "shading": {
6526
6709
  "oneOf": [
6527
6710
  {
6528
- "type": "number"
6711
+ "type": "object"
6529
6712
  },
6530
6713
  {
6531
6714
  "const": "inherit"
6532
6715
  }
6533
6716
  ]
6534
6717
  },
6535
- "indent": {
6718
+ "shadow": {
6719
+ "enum": [
6720
+ "on",
6721
+ "off",
6722
+ "inherit"
6723
+ ]
6724
+ },
6725
+ "smallCaps": {
6726
+ "enum": [
6727
+ "on",
6728
+ "off",
6729
+ "inherit"
6730
+ ]
6731
+ },
6732
+ "snapToGrid": {
6733
+ "enum": [
6734
+ "on",
6735
+ "off",
6736
+ "inherit"
6737
+ ]
6738
+ },
6739
+ "spacing": {
6536
6740
  "oneOf": [
6537
6741
  {
6538
6742
  "type": "object"
@@ -6542,14 +6746,52 @@
6542
6746
  }
6543
6747
  ]
6544
6748
  },
6545
- "italic": {
6749
+ "specVanish": {
6546
6750
  "enum": [
6547
6751
  "on",
6548
6752
  "off",
6549
6753
  "inherit"
6550
6754
  ]
6551
6755
  },
6552
- "justification": {
6756
+ "strike": {
6757
+ "enum": [
6758
+ "on",
6759
+ "off",
6760
+ "inherit"
6761
+ ]
6762
+ },
6763
+ "suppressAutoHyphens": {
6764
+ "enum": [
6765
+ "on",
6766
+ "off",
6767
+ "inherit"
6768
+ ]
6769
+ },
6770
+ "suppressLineNumbers": {
6771
+ "enum": [
6772
+ "on",
6773
+ "off",
6774
+ "inherit"
6775
+ ]
6776
+ },
6777
+ "suppressOverlap": {
6778
+ "enum": [
6779
+ "on",
6780
+ "off",
6781
+ "inherit"
6782
+ ]
6783
+ },
6784
+ "tabStops": {
6785
+ "oneOf": [
6786
+ {
6787
+ "type": "array"
6788
+ },
6789
+ {
6790
+ "const": "inherit"
6791
+ }
6792
+ ]
6793
+ },
6794
+ "textAlignment": {
6553
6795
  "oneOf": [
6554
6796
  {
6555
6797
  "type": "string"
@@ -6559,17 +6801,44 @@
6559
6801
  }
6560
6802
  ]
6561
6803
  },
6562
- "letterSpacing": {
6804
+ "textboxTightWrap": {
6563
6805
  "oneOf": [
6564
6806
  {
6565
- "type": "number"
6807
+ "type": "string"
6566
6808
  },
6567
6809
  {
6568
6810
  "const": "inherit"
6569
6811
  }
6570
6812
  ]
6571
6813
  },
6572
- "spacing": {
6814
+ "textDirection": {
6815
+ "oneOf": [
6816
+ {
6817
+ "type": "string"
6818
+ },
6819
+ {
6820
+ "const": "inherit"
6821
+ }
6822
+ ]
6823
+ },
6824
+ "textTransform": {
6825
+ "oneOf": [
6826
+ {
6827
+ "type": "string"
6828
+ },
6829
+ {
6830
+ "const": "inherit"
6831
+ }
6832
+ ]
6833
+ },
6834
+ "topLinePunct": {
6835
+ "enum": [
6836
+ "on",
6837
+ "off",
6838
+ "inherit"
6839
+ ]
6840
+ },
6841
+ "underline": {
6573
6842
  "oneOf": [
6574
6843
  {
6575
6844
  "type": "object"
@@ -6578,181 +6847,746 @@
6578
6847
  "const": "inherit"
6579
6848
  }
6580
6849
  ]
6850
+ },
6851
+ "vanish": {
6852
+ "enum": [
6853
+ "on",
6854
+ "off",
6855
+ "inherit"
6856
+ ]
6857
+ },
6858
+ "vertAlign": {
6859
+ "oneOf": [
6860
+ {
6861
+ "type": "string"
6862
+ },
6863
+ {
6864
+ "const": "inherit"
6865
+ }
6866
+ ]
6867
+ },
6868
+ "w": {
6869
+ "oneOf": [
6870
+ {
6871
+ "type": "number"
6872
+ },
6873
+ {
6874
+ "const": "inherit"
6875
+ }
6876
+ ]
6877
+ },
6878
+ "webHidden": {
6879
+ "enum": [
6880
+ "on",
6881
+ "off",
6882
+ "inherit"
6883
+ ]
6884
+ },
6885
+ "widowControl": {
6886
+ "enum": [
6887
+ "on",
6888
+ "off",
6889
+ "inherit"
6890
+ ]
6891
+ },
6892
+ "wordWrap": {
6893
+ "enum": [
6894
+ "on",
6895
+ "off",
6896
+ "inherit"
6897
+ ]
6581
6898
  }
6582
6899
  },
6583
6900
  "type": "object"
6584
6901
  },
6585
- "changed": {
6586
- "type": "boolean"
6587
- },
6588
- "dryRun": {
6589
- "type": "boolean"
6590
- },
6591
- "resolution": {
6902
+ "before": {
6592
6903
  "additionalProperties": false,
6593
6904
  "properties": {
6594
- "channel": {
6905
+ "adjustRightInd": {
6595
6906
  "enum": [
6596
- "run",
6597
- "paragraph"
6907
+ "on",
6908
+ "off",
6909
+ "inherit"
6598
6910
  ]
6599
6911
  },
6600
- "scope": {
6601
- "const": "docDefaults"
6602
- },
6603
- "xmlPart": {
6604
- "const": "word/styles.xml"
6912
+ "autoSpaceDE": {
6913
+ "enum": [
6914
+ "on",
6915
+ "off",
6916
+ "inherit"
6917
+ ]
6605
6918
  },
6606
- "xmlPath": {
6919
+ "autoSpaceDN": {
6607
6920
  "enum": [
6608
- "w:styles/w:docDefaults/w:rPrDefault/w:rPr",
6609
- "w:styles/w:docDefaults/w:pPrDefault/w:pPr"
6921
+ "on",
6922
+ "off",
6923
+ "inherit"
6610
6924
  ]
6611
- }
6612
- },
6613
- "required": [
6614
- "scope",
6615
- "channel",
6616
- "xmlPart",
6617
- "xmlPath"
6618
- ],
6619
- "type": "object"
6620
- },
6621
- "success": {
6622
- "const": true
6623
- }
6624
- },
6625
- "required": [
6626
- "success",
6627
- "changed",
6628
- "resolution",
6629
- "dryRun",
6630
- "before",
6631
- "after"
6632
- ],
6633
- "type": "object"
6634
- },
6635
- "metadata": {
6636
- "operationId": "doc.styles.apply",
6637
- "profile": "intent",
6638
- "mutates": true,
6639
- "category": "styles",
6640
- "capabilities": [
6641
- "dry-run",
6642
- "optimistic-concurrency",
6643
- "output-path",
6644
- "session-targeting",
6645
- "stateless-doc",
6646
- "tracked-change-mode"
6647
- ],
6648
- "requiredCapabilities": [],
6649
- "profileTags": [],
6650
- "examples": [],
6651
- "commandTokens": [
6652
- "styles",
6653
- "apply"
6654
- ]
6655
- }
6656
- },
6657
- {
6658
- "name": "create_paragraph",
6659
- "description": "Create a new paragraph at the target position.",
6660
- "parameters": {
6661
- "type": "object",
6662
- "properties": {
6663
- "doc": {
6664
- "type": "string"
6665
- },
6666
- "sessionId": {
6667
- "type": "string"
6668
- },
6669
- "force": {
6670
- "type": "boolean"
6671
- },
6672
- "at": {
6673
- "oneOf": [
6674
- {
6675
- "type": "object",
6676
- "properties": {
6677
- "kind": {
6678
- "const": "documentStart"
6679
- }
6680
- },
6681
- "required": [
6682
- "kind"
6925
+ },
6926
+ "bold": {
6927
+ "enum": [
6928
+ "on",
6929
+ "off",
6930
+ "inherit"
6683
6931
  ]
6684
6932
  },
6685
- {
6686
- "type": "object",
6687
- "properties": {
6688
- "kind": {
6689
- "const": "documentEnd"
6690
- }
6691
- },
6692
- "required": [
6693
- "kind"
6933
+ "boldCs": {
6934
+ "enum": [
6935
+ "on",
6936
+ "off",
6937
+ "inherit"
6694
6938
  ]
6695
6939
  },
6696
- {
6697
- "type": "object",
6698
- "properties": {
6699
- "kind": {
6700
- "const": "before"
6940
+ "borders": {
6941
+ "oneOf": [
6942
+ {
6943
+ "type": "object"
6701
6944
  },
6702
- "target": {
6703
- "type": "object",
6704
- "properties": {
6705
- "kind": {
6706
- "const": "block"
6707
- },
6708
- "nodeType": {
6709
- "oneOf": [
6710
- {
6711
- "const": "paragraph"
6712
- },
6713
- {
6714
- "const": "heading"
6715
- },
6716
- {
6717
- "const": "listItem"
6718
- },
6719
- {
6720
- "const": "table"
6721
- },
6722
- {
6723
- "const": "tableRow"
6724
- },
6725
- {
6726
- "const": "tableCell"
6727
- },
6728
- {
6729
- "const": "tableOfContents"
6730
- },
6731
- {
6732
- "const": "image"
6733
- },
6734
- {
6735
- "const": "sdt"
6736
- }
6737
- ]
6738
- },
6739
- "nodeId": {
6740
- "type": "string"
6741
- }
6742
- },
6743
- "required": [
6744
- "kind",
6745
- "nodeType",
6746
- "nodeId"
6747
- ]
6945
+ {
6946
+ "const": "inherit"
6748
6947
  }
6749
- },
6750
- "required": [
6751
- "kind",
6752
- "target"
6753
6948
  ]
6754
6949
  },
6755
- {
6950
+ "color": {
6951
+ "oneOf": [
6952
+ {
6953
+ "type": "object"
6954
+ },
6955
+ {
6956
+ "const": "inherit"
6957
+ }
6958
+ ]
6959
+ },
6960
+ "contextualSpacing": {
6961
+ "enum": [
6962
+ "on",
6963
+ "off",
6964
+ "inherit"
6965
+ ]
6966
+ },
6967
+ "dstrike": {
6968
+ "enum": [
6969
+ "on",
6970
+ "off",
6971
+ "inherit"
6972
+ ]
6973
+ },
6974
+ "eastAsianLayout": {
6975
+ "oneOf": [
6976
+ {
6977
+ "type": "object"
6978
+ },
6979
+ {
6980
+ "const": "inherit"
6981
+ }
6982
+ ]
6983
+ },
6984
+ "effect": {
6985
+ "oneOf": [
6986
+ {
6987
+ "type": "string"
6988
+ },
6989
+ {
6990
+ "const": "inherit"
6991
+ }
6992
+ ]
6993
+ },
6994
+ "em": {
6995
+ "oneOf": [
6996
+ {
6997
+ "type": "string"
6998
+ },
6999
+ {
7000
+ "const": "inherit"
7001
+ }
7002
+ ]
7003
+ },
7004
+ "emboss": {
7005
+ "enum": [
7006
+ "on",
7007
+ "off",
7008
+ "inherit"
7009
+ ]
7010
+ },
7011
+ "fitText": {
7012
+ "oneOf": [
7013
+ {
7014
+ "type": "object"
7015
+ },
7016
+ {
7017
+ "const": "inherit"
7018
+ }
7019
+ ]
7020
+ },
7021
+ "fontFamily": {
7022
+ "oneOf": [
7023
+ {
7024
+ "type": "object"
7025
+ },
7026
+ {
7027
+ "const": "inherit"
7028
+ }
7029
+ ]
7030
+ },
7031
+ "fontSize": {
7032
+ "oneOf": [
7033
+ {
7034
+ "type": "number"
7035
+ },
7036
+ {
7037
+ "const": "inherit"
7038
+ }
7039
+ ]
7040
+ },
7041
+ "fontSizeCs": {
7042
+ "oneOf": [
7043
+ {
7044
+ "type": "number"
7045
+ },
7046
+ {
7047
+ "const": "inherit"
7048
+ }
7049
+ ]
7050
+ },
7051
+ "framePr": {
7052
+ "oneOf": [
7053
+ {
7054
+ "type": "object"
7055
+ },
7056
+ {
7057
+ "const": "inherit"
7058
+ }
7059
+ ]
7060
+ },
7061
+ "iCs": {
7062
+ "enum": [
7063
+ "on",
7064
+ "off",
7065
+ "inherit"
7066
+ ]
7067
+ },
7068
+ "imprint": {
7069
+ "enum": [
7070
+ "on",
7071
+ "off",
7072
+ "inherit"
7073
+ ]
7074
+ },
7075
+ "indent": {
7076
+ "oneOf": [
7077
+ {
7078
+ "type": "object"
7079
+ },
7080
+ {
7081
+ "const": "inherit"
7082
+ }
7083
+ ]
7084
+ },
7085
+ "italic": {
7086
+ "enum": [
7087
+ "on",
7088
+ "off",
7089
+ "inherit"
7090
+ ]
7091
+ },
7092
+ "justification": {
7093
+ "oneOf": [
7094
+ {
7095
+ "type": "string"
7096
+ },
7097
+ {
7098
+ "const": "inherit"
7099
+ }
7100
+ ]
7101
+ },
7102
+ "keepLines": {
7103
+ "enum": [
7104
+ "on",
7105
+ "off",
7106
+ "inherit"
7107
+ ]
7108
+ },
7109
+ "keepNext": {
7110
+ "enum": [
7111
+ "on",
7112
+ "off",
7113
+ "inherit"
7114
+ ]
7115
+ },
7116
+ "kern": {
7117
+ "oneOf": [
7118
+ {
7119
+ "type": "number"
7120
+ },
7121
+ {
7122
+ "const": "inherit"
7123
+ }
7124
+ ]
7125
+ },
7126
+ "kinsoku": {
7127
+ "enum": [
7128
+ "on",
7129
+ "off",
7130
+ "inherit"
7131
+ ]
7132
+ },
7133
+ "lang": {
7134
+ "oneOf": [
7135
+ {
7136
+ "type": "object"
7137
+ },
7138
+ {
7139
+ "const": "inherit"
7140
+ }
7141
+ ]
7142
+ },
7143
+ "letterSpacing": {
7144
+ "oneOf": [
7145
+ {
7146
+ "type": "number"
7147
+ },
7148
+ {
7149
+ "const": "inherit"
7150
+ }
7151
+ ]
7152
+ },
7153
+ "mirrorIndents": {
7154
+ "enum": [
7155
+ "on",
7156
+ "off",
7157
+ "inherit"
7158
+ ]
7159
+ },
7160
+ "noProof": {
7161
+ "enum": [
7162
+ "on",
7163
+ "off",
7164
+ "inherit"
7165
+ ]
7166
+ },
7167
+ "numberingProperties": {
7168
+ "oneOf": [
7169
+ {
7170
+ "type": "object"
7171
+ },
7172
+ {
7173
+ "const": "inherit"
7174
+ }
7175
+ ]
7176
+ },
7177
+ "outline": {
7178
+ "enum": [
7179
+ "on",
7180
+ "off",
7181
+ "inherit"
7182
+ ]
7183
+ },
7184
+ "outlineLvl": {
7185
+ "oneOf": [
7186
+ {
7187
+ "type": "number"
7188
+ },
7189
+ {
7190
+ "const": "inherit"
7191
+ }
7192
+ ]
7193
+ },
7194
+ "overflowPunct": {
7195
+ "enum": [
7196
+ "on",
7197
+ "off",
7198
+ "inherit"
7199
+ ]
7200
+ },
7201
+ "pageBreakBefore": {
7202
+ "enum": [
7203
+ "on",
7204
+ "off",
7205
+ "inherit"
7206
+ ]
7207
+ },
7208
+ "position": {
7209
+ "oneOf": [
7210
+ {
7211
+ "type": "number"
7212
+ },
7213
+ {
7214
+ "const": "inherit"
7215
+ }
7216
+ ]
7217
+ },
7218
+ "rightToLeft": {
7219
+ "enum": [
7220
+ "on",
7221
+ "off",
7222
+ "inherit"
7223
+ ]
7224
+ },
7225
+ "shading": {
7226
+ "oneOf": [
7227
+ {
7228
+ "type": "object"
7229
+ },
7230
+ {
7231
+ "const": "inherit"
7232
+ }
7233
+ ]
7234
+ },
7235
+ "shadow": {
7236
+ "enum": [
7237
+ "on",
7238
+ "off",
7239
+ "inherit"
7240
+ ]
7241
+ },
7242
+ "smallCaps": {
7243
+ "enum": [
7244
+ "on",
7245
+ "off",
7246
+ "inherit"
7247
+ ]
7248
+ },
7249
+ "snapToGrid": {
7250
+ "enum": [
7251
+ "on",
7252
+ "off",
7253
+ "inherit"
7254
+ ]
7255
+ },
7256
+ "spacing": {
7257
+ "oneOf": [
7258
+ {
7259
+ "type": "object"
7260
+ },
7261
+ {
7262
+ "const": "inherit"
7263
+ }
7264
+ ]
7265
+ },
7266
+ "specVanish": {
7267
+ "enum": [
7268
+ "on",
7269
+ "off",
7270
+ "inherit"
7271
+ ]
7272
+ },
7273
+ "strike": {
7274
+ "enum": [
7275
+ "on",
7276
+ "off",
7277
+ "inherit"
7278
+ ]
7279
+ },
7280
+ "suppressAutoHyphens": {
7281
+ "enum": [
7282
+ "on",
7283
+ "off",
7284
+ "inherit"
7285
+ ]
7286
+ },
7287
+ "suppressLineNumbers": {
7288
+ "enum": [
7289
+ "on",
7290
+ "off",
7291
+ "inherit"
7292
+ ]
7293
+ },
7294
+ "suppressOverlap": {
7295
+ "enum": [
7296
+ "on",
7297
+ "off",
7298
+ "inherit"
7299
+ ]
7300
+ },
7301
+ "tabStops": {
7302
+ "oneOf": [
7303
+ {
7304
+ "type": "array"
7305
+ },
7306
+ {
7307
+ "const": "inherit"
7308
+ }
7309
+ ]
7310
+ },
7311
+ "textAlignment": {
7312
+ "oneOf": [
7313
+ {
7314
+ "type": "string"
7315
+ },
7316
+ {
7317
+ "const": "inherit"
7318
+ }
7319
+ ]
7320
+ },
7321
+ "textboxTightWrap": {
7322
+ "oneOf": [
7323
+ {
7324
+ "type": "string"
7325
+ },
7326
+ {
7327
+ "const": "inherit"
7328
+ }
7329
+ ]
7330
+ },
7331
+ "textDirection": {
7332
+ "oneOf": [
7333
+ {
7334
+ "type": "string"
7335
+ },
7336
+ {
7337
+ "const": "inherit"
7338
+ }
7339
+ ]
7340
+ },
7341
+ "textTransform": {
7342
+ "oneOf": [
7343
+ {
7344
+ "type": "string"
7345
+ },
7346
+ {
7347
+ "const": "inherit"
7348
+ }
7349
+ ]
7350
+ },
7351
+ "topLinePunct": {
7352
+ "enum": [
7353
+ "on",
7354
+ "off",
7355
+ "inherit"
7356
+ ]
7357
+ },
7358
+ "underline": {
7359
+ "oneOf": [
7360
+ {
7361
+ "type": "object"
7362
+ },
7363
+ {
7364
+ "const": "inherit"
7365
+ }
7366
+ ]
7367
+ },
7368
+ "vanish": {
7369
+ "enum": [
7370
+ "on",
7371
+ "off",
7372
+ "inherit"
7373
+ ]
7374
+ },
7375
+ "vertAlign": {
7376
+ "oneOf": [
7377
+ {
7378
+ "type": "string"
7379
+ },
7380
+ {
7381
+ "const": "inherit"
7382
+ }
7383
+ ]
7384
+ },
7385
+ "w": {
7386
+ "oneOf": [
7387
+ {
7388
+ "type": "number"
7389
+ },
7390
+ {
7391
+ "const": "inherit"
7392
+ }
7393
+ ]
7394
+ },
7395
+ "webHidden": {
7396
+ "enum": [
7397
+ "on",
7398
+ "off",
7399
+ "inherit"
7400
+ ]
7401
+ },
7402
+ "widowControl": {
7403
+ "enum": [
7404
+ "on",
7405
+ "off",
7406
+ "inherit"
7407
+ ]
7408
+ },
7409
+ "wordWrap": {
7410
+ "enum": [
7411
+ "on",
7412
+ "off",
7413
+ "inherit"
7414
+ ]
7415
+ }
7416
+ },
7417
+ "type": "object"
7418
+ },
7419
+ "changed": {
7420
+ "type": "boolean"
7421
+ },
7422
+ "dryRun": {
7423
+ "type": "boolean"
7424
+ },
7425
+ "resolution": {
7426
+ "additionalProperties": false,
7427
+ "properties": {
7428
+ "channel": {
7429
+ "enum": [
7430
+ "run",
7431
+ "paragraph"
7432
+ ]
7433
+ },
7434
+ "scope": {
7435
+ "const": "docDefaults"
7436
+ },
7437
+ "xmlPart": {
7438
+ "const": "word/styles.xml"
7439
+ },
7440
+ "xmlPath": {
7441
+ "enum": [
7442
+ "w:styles/w:docDefaults/w:rPrDefault/w:rPr",
7443
+ "w:styles/w:docDefaults/w:pPrDefault/w:pPr"
7444
+ ]
7445
+ }
7446
+ },
7447
+ "required": [
7448
+ "scope",
7449
+ "channel",
7450
+ "xmlPart",
7451
+ "xmlPath"
7452
+ ],
7453
+ "type": "object"
7454
+ },
7455
+ "success": {
7456
+ "const": true
7457
+ }
7458
+ },
7459
+ "required": [
7460
+ "success",
7461
+ "changed",
7462
+ "resolution",
7463
+ "dryRun",
7464
+ "before",
7465
+ "after"
7466
+ ],
7467
+ "type": "object"
7468
+ },
7469
+ "metadata": {
7470
+ "operationId": "doc.styles.apply",
7471
+ "profile": "intent",
7472
+ "mutates": true,
7473
+ "category": "styles",
7474
+ "capabilities": [
7475
+ "dry-run",
7476
+ "optimistic-concurrency",
7477
+ "output-path",
7478
+ "session-targeting",
7479
+ "stateless-doc",
7480
+ "tracked-change-mode"
7481
+ ],
7482
+ "requiredCapabilities": [],
7483
+ "profileTags": [],
7484
+ "examples": [],
7485
+ "commandTokens": [
7486
+ "styles",
7487
+ "apply"
7488
+ ]
7489
+ }
7490
+ },
7491
+ {
7492
+ "name": "create_paragraph",
7493
+ "description": "Create a new paragraph at the target position.",
7494
+ "parameters": {
7495
+ "type": "object",
7496
+ "properties": {
7497
+ "doc": {
7498
+ "type": "string"
7499
+ },
7500
+ "sessionId": {
7501
+ "type": "string"
7502
+ },
7503
+ "force": {
7504
+ "type": "boolean"
7505
+ },
7506
+ "at": {
7507
+ "oneOf": [
7508
+ {
7509
+ "type": "object",
7510
+ "properties": {
7511
+ "kind": {
7512
+ "const": "documentStart"
7513
+ }
7514
+ },
7515
+ "required": [
7516
+ "kind"
7517
+ ]
7518
+ },
7519
+ {
7520
+ "type": "object",
7521
+ "properties": {
7522
+ "kind": {
7523
+ "const": "documentEnd"
7524
+ }
7525
+ },
7526
+ "required": [
7527
+ "kind"
7528
+ ]
7529
+ },
7530
+ {
7531
+ "type": "object",
7532
+ "properties": {
7533
+ "kind": {
7534
+ "const": "before"
7535
+ },
7536
+ "target": {
7537
+ "type": "object",
7538
+ "properties": {
7539
+ "kind": {
7540
+ "const": "block"
7541
+ },
7542
+ "nodeType": {
7543
+ "oneOf": [
7544
+ {
7545
+ "const": "paragraph"
7546
+ },
7547
+ {
7548
+ "const": "heading"
7549
+ },
7550
+ {
7551
+ "const": "listItem"
7552
+ },
7553
+ {
7554
+ "const": "table"
7555
+ },
7556
+ {
7557
+ "const": "tableRow"
7558
+ },
7559
+ {
7560
+ "const": "tableCell"
7561
+ },
7562
+ {
7563
+ "const": "tableOfContents"
7564
+ },
7565
+ {
7566
+ "const": "image"
7567
+ },
7568
+ {
7569
+ "const": "sdt"
7570
+ }
7571
+ ]
7572
+ },
7573
+ "nodeId": {
7574
+ "type": "string"
7575
+ }
7576
+ },
7577
+ "required": [
7578
+ "kind",
7579
+ "nodeType",
7580
+ "nodeId"
7581
+ ]
7582
+ }
7583
+ },
7584
+ "required": [
7585
+ "kind",
7586
+ "target"
7587
+ ]
7588
+ },
7589
+ {
6756
7590
  "type": "object",
6757
7591
  "properties": {
6758
7592
  "kind": {
@@ -38469,104 +39303,642 @@
38469
39303
  "kind": {
38470
39304
  "const": "text"
38471
39305
  },
38472
- "blockId": {
38473
- "type": "string"
39306
+ "blockId": {
39307
+ "type": "string"
39308
+ },
39309
+ "range": {
39310
+ "type": "object",
39311
+ "properties": {
39312
+ "start": {
39313
+ "type": "number"
39314
+ },
39315
+ "end": {
39316
+ "type": "number"
39317
+ }
39318
+ },
39319
+ "required": [
39320
+ "start",
39321
+ "end"
39322
+ ]
39323
+ }
39324
+ },
39325
+ "required": [
39326
+ "kind",
39327
+ "blockId",
39328
+ "range"
39329
+ ]
39330
+ },
39331
+ "value": {
39332
+ "oneOf": [
39333
+ {
39334
+ "type": "boolean"
39335
+ },
39336
+ {
39337
+ "type": "json"
39338
+ }
39339
+ ]
39340
+ },
39341
+ "blockId": {
39342
+ "type": "string"
39343
+ },
39344
+ "start": {
39345
+ "type": "number"
39346
+ },
39347
+ "end": {
39348
+ "type": "number"
39349
+ }
39350
+ },
39351
+ "additionalProperties": false
39352
+ },
39353
+ "returns": {
39354
+ "$ref": "#/$defs/TextMutationSuccess"
39355
+ },
39356
+ "metadata": {
39357
+ "operationId": "doc.format.contextualAlternates",
39358
+ "profile": "operation",
39359
+ "mutates": true,
39360
+ "category": "format",
39361
+ "capabilities": [
39362
+ "dry-run",
39363
+ "optimistic-concurrency",
39364
+ "output-path",
39365
+ "session-targeting",
39366
+ "stateless-doc",
39367
+ "tracked-change-mode"
39368
+ ],
39369
+ "requiredCapabilities": [],
39370
+ "profileTags": [],
39371
+ "examples": [],
39372
+ "commandTokens": [
39373
+ "format",
39374
+ "contextual-alternates"
39375
+ ]
39376
+ }
39377
+ },
39378
+ {
39379
+ "name": "doc_styles_apply",
39380
+ "description": "Apply document-level default style changes to the stylesheet (word/styles.xml). Targets docDefaults run and paragraph channels with set-style patch semantics.",
39381
+ "parameters": {
39382
+ "type": "object",
39383
+ "properties": {
39384
+ "doc": {
39385
+ "type": "string"
39386
+ },
39387
+ "sessionId": {
39388
+ "type": "string"
39389
+ },
39390
+ "force": {
39391
+ "type": "boolean"
39392
+ },
39393
+ "target": {},
39394
+ "patch": {}
39395
+ },
39396
+ "additionalProperties": false
39397
+ },
39398
+ "returns": {
39399
+ "additionalProperties": false,
39400
+ "properties": {
39401
+ "after": {
39402
+ "additionalProperties": false,
39403
+ "properties": {
39404
+ "adjustRightInd": {
39405
+ "enum": [
39406
+ "on",
39407
+ "off",
39408
+ "inherit"
39409
+ ]
39410
+ },
39411
+ "autoSpaceDE": {
39412
+ "enum": [
39413
+ "on",
39414
+ "off",
39415
+ "inherit"
39416
+ ]
39417
+ },
39418
+ "autoSpaceDN": {
39419
+ "enum": [
39420
+ "on",
39421
+ "off",
39422
+ "inherit"
39423
+ ]
39424
+ },
39425
+ "bold": {
39426
+ "enum": [
39427
+ "on",
39428
+ "off",
39429
+ "inherit"
39430
+ ]
39431
+ },
39432
+ "boldCs": {
39433
+ "enum": [
39434
+ "on",
39435
+ "off",
39436
+ "inherit"
39437
+ ]
39438
+ },
39439
+ "borders": {
39440
+ "oneOf": [
39441
+ {
39442
+ "type": "object"
39443
+ },
39444
+ {
39445
+ "const": "inherit"
39446
+ }
39447
+ ]
39448
+ },
39449
+ "color": {
39450
+ "oneOf": [
39451
+ {
39452
+ "type": "object"
39453
+ },
39454
+ {
39455
+ "const": "inherit"
39456
+ }
39457
+ ]
39458
+ },
39459
+ "contextualSpacing": {
39460
+ "enum": [
39461
+ "on",
39462
+ "off",
39463
+ "inherit"
39464
+ ]
39465
+ },
39466
+ "dstrike": {
39467
+ "enum": [
39468
+ "on",
39469
+ "off",
39470
+ "inherit"
39471
+ ]
39472
+ },
39473
+ "eastAsianLayout": {
39474
+ "oneOf": [
39475
+ {
39476
+ "type": "object"
39477
+ },
39478
+ {
39479
+ "const": "inherit"
39480
+ }
39481
+ ]
39482
+ },
39483
+ "effect": {
39484
+ "oneOf": [
39485
+ {
39486
+ "type": "string"
39487
+ },
39488
+ {
39489
+ "const": "inherit"
39490
+ }
39491
+ ]
39492
+ },
39493
+ "em": {
39494
+ "oneOf": [
39495
+ {
39496
+ "type": "string"
39497
+ },
39498
+ {
39499
+ "const": "inherit"
39500
+ }
39501
+ ]
39502
+ },
39503
+ "emboss": {
39504
+ "enum": [
39505
+ "on",
39506
+ "off",
39507
+ "inherit"
39508
+ ]
39509
+ },
39510
+ "fitText": {
39511
+ "oneOf": [
39512
+ {
39513
+ "type": "object"
39514
+ },
39515
+ {
39516
+ "const": "inherit"
39517
+ }
39518
+ ]
39519
+ },
39520
+ "fontFamily": {
39521
+ "oneOf": [
39522
+ {
39523
+ "type": "object"
39524
+ },
39525
+ {
39526
+ "const": "inherit"
39527
+ }
39528
+ ]
39529
+ },
39530
+ "fontSize": {
39531
+ "oneOf": [
39532
+ {
39533
+ "type": "number"
39534
+ },
39535
+ {
39536
+ "const": "inherit"
39537
+ }
39538
+ ]
39539
+ },
39540
+ "fontSizeCs": {
39541
+ "oneOf": [
39542
+ {
39543
+ "type": "number"
39544
+ },
39545
+ {
39546
+ "const": "inherit"
39547
+ }
39548
+ ]
39549
+ },
39550
+ "framePr": {
39551
+ "oneOf": [
39552
+ {
39553
+ "type": "object"
39554
+ },
39555
+ {
39556
+ "const": "inherit"
39557
+ }
39558
+ ]
39559
+ },
39560
+ "iCs": {
39561
+ "enum": [
39562
+ "on",
39563
+ "off",
39564
+ "inherit"
39565
+ ]
39566
+ },
39567
+ "imprint": {
39568
+ "enum": [
39569
+ "on",
39570
+ "off",
39571
+ "inherit"
39572
+ ]
39573
+ },
39574
+ "indent": {
39575
+ "oneOf": [
39576
+ {
39577
+ "type": "object"
39578
+ },
39579
+ {
39580
+ "const": "inherit"
39581
+ }
39582
+ ]
39583
+ },
39584
+ "italic": {
39585
+ "enum": [
39586
+ "on",
39587
+ "off",
39588
+ "inherit"
39589
+ ]
39590
+ },
39591
+ "justification": {
39592
+ "oneOf": [
39593
+ {
39594
+ "type": "string"
39595
+ },
39596
+ {
39597
+ "const": "inherit"
39598
+ }
39599
+ ]
39600
+ },
39601
+ "keepLines": {
39602
+ "enum": [
39603
+ "on",
39604
+ "off",
39605
+ "inherit"
39606
+ ]
39607
+ },
39608
+ "keepNext": {
39609
+ "enum": [
39610
+ "on",
39611
+ "off",
39612
+ "inherit"
39613
+ ]
39614
+ },
39615
+ "kern": {
39616
+ "oneOf": [
39617
+ {
39618
+ "type": "number"
39619
+ },
39620
+ {
39621
+ "const": "inherit"
39622
+ }
39623
+ ]
39624
+ },
39625
+ "kinsoku": {
39626
+ "enum": [
39627
+ "on",
39628
+ "off",
39629
+ "inherit"
39630
+ ]
39631
+ },
39632
+ "lang": {
39633
+ "oneOf": [
39634
+ {
39635
+ "type": "object"
39636
+ },
39637
+ {
39638
+ "const": "inherit"
39639
+ }
39640
+ ]
39641
+ },
39642
+ "letterSpacing": {
39643
+ "oneOf": [
39644
+ {
39645
+ "type": "number"
39646
+ },
39647
+ {
39648
+ "const": "inherit"
39649
+ }
39650
+ ]
39651
+ },
39652
+ "mirrorIndents": {
39653
+ "enum": [
39654
+ "on",
39655
+ "off",
39656
+ "inherit"
39657
+ ]
39658
+ },
39659
+ "noProof": {
39660
+ "enum": [
39661
+ "on",
39662
+ "off",
39663
+ "inherit"
39664
+ ]
39665
+ },
39666
+ "numberingProperties": {
39667
+ "oneOf": [
39668
+ {
39669
+ "type": "object"
39670
+ },
39671
+ {
39672
+ "const": "inherit"
39673
+ }
39674
+ ]
39675
+ },
39676
+ "outline": {
39677
+ "enum": [
39678
+ "on",
39679
+ "off",
39680
+ "inherit"
39681
+ ]
39682
+ },
39683
+ "outlineLvl": {
39684
+ "oneOf": [
39685
+ {
39686
+ "type": "number"
39687
+ },
39688
+ {
39689
+ "const": "inherit"
39690
+ }
39691
+ ]
39692
+ },
39693
+ "overflowPunct": {
39694
+ "enum": [
39695
+ "on",
39696
+ "off",
39697
+ "inherit"
39698
+ ]
39699
+ },
39700
+ "pageBreakBefore": {
39701
+ "enum": [
39702
+ "on",
39703
+ "off",
39704
+ "inherit"
39705
+ ]
39706
+ },
39707
+ "position": {
39708
+ "oneOf": [
39709
+ {
39710
+ "type": "number"
39711
+ },
39712
+ {
39713
+ "const": "inherit"
39714
+ }
39715
+ ]
39716
+ },
39717
+ "rightToLeft": {
39718
+ "enum": [
39719
+ "on",
39720
+ "off",
39721
+ "inherit"
39722
+ ]
39723
+ },
39724
+ "shading": {
39725
+ "oneOf": [
39726
+ {
39727
+ "type": "object"
39728
+ },
39729
+ {
39730
+ "const": "inherit"
39731
+ }
39732
+ ]
39733
+ },
39734
+ "shadow": {
39735
+ "enum": [
39736
+ "on",
39737
+ "off",
39738
+ "inherit"
39739
+ ]
39740
+ },
39741
+ "smallCaps": {
39742
+ "enum": [
39743
+ "on",
39744
+ "off",
39745
+ "inherit"
39746
+ ]
39747
+ },
39748
+ "snapToGrid": {
39749
+ "enum": [
39750
+ "on",
39751
+ "off",
39752
+ "inherit"
39753
+ ]
39754
+ },
39755
+ "spacing": {
39756
+ "oneOf": [
39757
+ {
39758
+ "type": "object"
39759
+ },
39760
+ {
39761
+ "const": "inherit"
39762
+ }
39763
+ ]
39764
+ },
39765
+ "specVanish": {
39766
+ "enum": [
39767
+ "on",
39768
+ "off",
39769
+ "inherit"
39770
+ ]
39771
+ },
39772
+ "strike": {
39773
+ "enum": [
39774
+ "on",
39775
+ "off",
39776
+ "inherit"
39777
+ ]
39778
+ },
39779
+ "suppressAutoHyphens": {
39780
+ "enum": [
39781
+ "on",
39782
+ "off",
39783
+ "inherit"
39784
+ ]
39785
+ },
39786
+ "suppressLineNumbers": {
39787
+ "enum": [
39788
+ "on",
39789
+ "off",
39790
+ "inherit"
39791
+ ]
39792
+ },
39793
+ "suppressOverlap": {
39794
+ "enum": [
39795
+ "on",
39796
+ "off",
39797
+ "inherit"
39798
+ ]
39799
+ },
39800
+ "tabStops": {
39801
+ "oneOf": [
39802
+ {
39803
+ "type": "array"
39804
+ },
39805
+ {
39806
+ "const": "inherit"
39807
+ }
39808
+ ]
39809
+ },
39810
+ "textAlignment": {
39811
+ "oneOf": [
39812
+ {
39813
+ "type": "string"
39814
+ },
39815
+ {
39816
+ "const": "inherit"
39817
+ }
39818
+ ]
38474
39819
  },
38475
- "range": {
38476
- "type": "object",
38477
- "properties": {
38478
- "start": {
38479
- "type": "number"
39820
+ "textboxTightWrap": {
39821
+ "oneOf": [
39822
+ {
39823
+ "type": "string"
38480
39824
  },
38481
- "end": {
39825
+ {
39826
+ "const": "inherit"
39827
+ }
39828
+ ]
39829
+ },
39830
+ "textDirection": {
39831
+ "oneOf": [
39832
+ {
39833
+ "type": "string"
39834
+ },
39835
+ {
39836
+ "const": "inherit"
39837
+ }
39838
+ ]
39839
+ },
39840
+ "textTransform": {
39841
+ "oneOf": [
39842
+ {
39843
+ "type": "string"
39844
+ },
39845
+ {
39846
+ "const": "inherit"
39847
+ }
39848
+ ]
39849
+ },
39850
+ "topLinePunct": {
39851
+ "enum": [
39852
+ "on",
39853
+ "off",
39854
+ "inherit"
39855
+ ]
39856
+ },
39857
+ "underline": {
39858
+ "oneOf": [
39859
+ {
39860
+ "type": "object"
39861
+ },
39862
+ {
39863
+ "const": "inherit"
39864
+ }
39865
+ ]
39866
+ },
39867
+ "vanish": {
39868
+ "enum": [
39869
+ "on",
39870
+ "off",
39871
+ "inherit"
39872
+ ]
39873
+ },
39874
+ "vertAlign": {
39875
+ "oneOf": [
39876
+ {
39877
+ "type": "string"
39878
+ },
39879
+ {
39880
+ "const": "inherit"
39881
+ }
39882
+ ]
39883
+ },
39884
+ "w": {
39885
+ "oneOf": [
39886
+ {
38482
39887
  "type": "number"
39888
+ },
39889
+ {
39890
+ "const": "inherit"
38483
39891
  }
38484
- },
38485
- "required": [
38486
- "start",
38487
- "end"
38488
39892
  ]
38489
- }
38490
- },
38491
- "required": [
38492
- "kind",
38493
- "blockId",
38494
- "range"
38495
- ]
38496
- },
38497
- "value": {
38498
- "oneOf": [
38499
- {
38500
- "type": "boolean"
38501
39893
  },
38502
- {
38503
- "type": "json"
39894
+ "webHidden": {
39895
+ "enum": [
39896
+ "on",
39897
+ "off",
39898
+ "inherit"
39899
+ ]
39900
+ },
39901
+ "widowControl": {
39902
+ "enum": [
39903
+ "on",
39904
+ "off",
39905
+ "inherit"
39906
+ ]
39907
+ },
39908
+ "wordWrap": {
39909
+ "enum": [
39910
+ "on",
39911
+ "off",
39912
+ "inherit"
39913
+ ]
38504
39914
  }
38505
- ]
38506
- },
38507
- "blockId": {
38508
- "type": "string"
38509
- },
38510
- "start": {
38511
- "type": "number"
38512
- },
38513
- "end": {
38514
- "type": "number"
38515
- }
38516
- },
38517
- "additionalProperties": false
38518
- },
38519
- "returns": {
38520
- "$ref": "#/$defs/TextMutationSuccess"
38521
- },
38522
- "metadata": {
38523
- "operationId": "doc.format.contextualAlternates",
38524
- "profile": "operation",
38525
- "mutates": true,
38526
- "category": "format",
38527
- "capabilities": [
38528
- "dry-run",
38529
- "optimistic-concurrency",
38530
- "output-path",
38531
- "session-targeting",
38532
- "stateless-doc",
38533
- "tracked-change-mode"
38534
- ],
38535
- "requiredCapabilities": [],
38536
- "profileTags": [],
38537
- "examples": [],
38538
- "commandTokens": [
38539
- "format",
38540
- "contextual-alternates"
38541
- ]
38542
- }
38543
- },
38544
- {
38545
- "name": "doc_styles_apply",
38546
- "description": "Apply document-level default style changes to the stylesheet (word/styles.xml). Targets docDefaults run and paragraph channels with set-style patch semantics.",
38547
- "parameters": {
38548
- "type": "object",
38549
- "properties": {
38550
- "doc": {
38551
- "type": "string"
38552
- },
38553
- "sessionId": {
38554
- "type": "string"
38555
- },
38556
- "force": {
38557
- "type": "boolean"
39915
+ },
39916
+ "type": "object"
38558
39917
  },
38559
- "target": {},
38560
- "patch": {}
38561
- },
38562
- "additionalProperties": false
38563
- },
38564
- "returns": {
38565
- "additionalProperties": false,
38566
- "properties": {
38567
- "after": {
39918
+ "before": {
38568
39919
  "additionalProperties": false,
38569
39920
  "properties": {
39921
+ "adjustRightInd": {
39922
+ "enum": [
39923
+ "on",
39924
+ "off",
39925
+ "inherit"
39926
+ ]
39927
+ },
39928
+ "autoSpaceDE": {
39929
+ "enum": [
39930
+ "on",
39931
+ "off",
39932
+ "inherit"
39933
+ ]
39934
+ },
39935
+ "autoSpaceDN": {
39936
+ "enum": [
39937
+ "on",
39938
+ "off",
39939
+ "inherit"
39940
+ ]
39941
+ },
38570
39942
  "bold": {
38571
39943
  "enum": [
38572
39944
  "on",
@@ -38574,6 +39946,23 @@
38574
39946
  "inherit"
38575
39947
  ]
38576
39948
  },
39949
+ "boldCs": {
39950
+ "enum": [
39951
+ "on",
39952
+ "off",
39953
+ "inherit"
39954
+ ]
39955
+ },
39956
+ "borders": {
39957
+ "oneOf": [
39958
+ {
39959
+ "type": "object"
39960
+ },
39961
+ {
39962
+ "const": "inherit"
39963
+ }
39964
+ ]
39965
+ },
38577
39966
  "color": {
38578
39967
  "oneOf": [
38579
39968
  {
@@ -38584,6 +39973,67 @@
38584
39973
  }
38585
39974
  ]
38586
39975
  },
39976
+ "contextualSpacing": {
39977
+ "enum": [
39978
+ "on",
39979
+ "off",
39980
+ "inherit"
39981
+ ]
39982
+ },
39983
+ "dstrike": {
39984
+ "enum": [
39985
+ "on",
39986
+ "off",
39987
+ "inherit"
39988
+ ]
39989
+ },
39990
+ "eastAsianLayout": {
39991
+ "oneOf": [
39992
+ {
39993
+ "type": "object"
39994
+ },
39995
+ {
39996
+ "const": "inherit"
39997
+ }
39998
+ ]
39999
+ },
40000
+ "effect": {
40001
+ "oneOf": [
40002
+ {
40003
+ "type": "string"
40004
+ },
40005
+ {
40006
+ "const": "inherit"
40007
+ }
40008
+ ]
40009
+ },
40010
+ "em": {
40011
+ "oneOf": [
40012
+ {
40013
+ "type": "string"
40014
+ },
40015
+ {
40016
+ "const": "inherit"
40017
+ }
40018
+ ]
40019
+ },
40020
+ "emboss": {
40021
+ "enum": [
40022
+ "on",
40023
+ "off",
40024
+ "inherit"
40025
+ ]
40026
+ },
40027
+ "fitText": {
40028
+ "oneOf": [
40029
+ {
40030
+ "type": "object"
40031
+ },
40032
+ {
40033
+ "const": "inherit"
40034
+ }
40035
+ ]
40036
+ },
38587
40037
  "fontFamily": {
38588
40038
  "oneOf": [
38589
40039
  {
@@ -38614,6 +40064,30 @@
38614
40064
  }
38615
40065
  ]
38616
40066
  },
40067
+ "framePr": {
40068
+ "oneOf": [
40069
+ {
40070
+ "type": "object"
40071
+ },
40072
+ {
40073
+ "const": "inherit"
40074
+ }
40075
+ ]
40076
+ },
40077
+ "iCs": {
40078
+ "enum": [
40079
+ "on",
40080
+ "off",
40081
+ "inherit"
40082
+ ]
40083
+ },
40084
+ "imprint": {
40085
+ "enum": [
40086
+ "on",
40087
+ "off",
40088
+ "inherit"
40089
+ ]
40090
+ },
38617
40091
  "indent": {
38618
40092
  "oneOf": [
38619
40093
  {
@@ -38641,7 +40115,21 @@
38641
40115
  }
38642
40116
  ]
38643
40117
  },
38644
- "letterSpacing": {
40118
+ "keepLines": {
40119
+ "enum": [
40120
+ "on",
40121
+ "off",
40122
+ "inherit"
40123
+ ]
40124
+ },
40125
+ "keepNext": {
40126
+ "enum": [
40127
+ "on",
40128
+ "off",
40129
+ "inherit"
40130
+ ]
40131
+ },
40132
+ "kern": {
38645
40133
  "oneOf": [
38646
40134
  {
38647
40135
  "type": "number"
@@ -38651,7 +40139,14 @@
38651
40139
  }
38652
40140
  ]
38653
40141
  },
38654
- "spacing": {
40142
+ "kinsoku": {
40143
+ "enum": [
40144
+ "on",
40145
+ "off",
40146
+ "inherit"
40147
+ ]
40148
+ },
40149
+ "lang": {
38655
40150
  "oneOf": [
38656
40151
  {
38657
40152
  "type": "object"
@@ -38660,21 +40155,32 @@
38660
40155
  "const": "inherit"
38661
40156
  }
38662
40157
  ]
38663
- }
38664
- },
38665
- "type": "object"
38666
- },
38667
- "before": {
38668
- "additionalProperties": false,
38669
- "properties": {
38670
- "bold": {
40158
+ },
40159
+ "letterSpacing": {
40160
+ "oneOf": [
40161
+ {
40162
+ "type": "number"
40163
+ },
40164
+ {
40165
+ "const": "inherit"
40166
+ }
40167
+ ]
40168
+ },
40169
+ "mirrorIndents": {
38671
40170
  "enum": [
38672
40171
  "on",
38673
40172
  "off",
38674
40173
  "inherit"
38675
40174
  ]
38676
40175
  },
38677
- "color": {
40176
+ "noProof": {
40177
+ "enum": [
40178
+ "on",
40179
+ "off",
40180
+ "inherit"
40181
+ ]
40182
+ },
40183
+ "numberingProperties": {
38678
40184
  "oneOf": [
38679
40185
  {
38680
40186
  "type": "object"
@@ -38684,17 +40190,38 @@
38684
40190
  }
38685
40191
  ]
38686
40192
  },
38687
- "fontFamily": {
40193
+ "outline": {
40194
+ "enum": [
40195
+ "on",
40196
+ "off",
40197
+ "inherit"
40198
+ ]
40199
+ },
40200
+ "outlineLvl": {
38688
40201
  "oneOf": [
38689
40202
  {
38690
- "type": "object"
40203
+ "type": "number"
38691
40204
  },
38692
40205
  {
38693
40206
  "const": "inherit"
38694
40207
  }
38695
40208
  ]
38696
40209
  },
38697
- "fontSize": {
40210
+ "overflowPunct": {
40211
+ "enum": [
40212
+ "on",
40213
+ "off",
40214
+ "inherit"
40215
+ ]
40216
+ },
40217
+ "pageBreakBefore": {
40218
+ "enum": [
40219
+ "on",
40220
+ "off",
40221
+ "inherit"
40222
+ ]
40223
+ },
40224
+ "position": {
38698
40225
  "oneOf": [
38699
40226
  {
38700
40227
  "type": "number"
@@ -38704,17 +40231,45 @@
38704
40231
  }
38705
40232
  ]
38706
40233
  },
38707
- "fontSizeCs": {
40234
+ "rightToLeft": {
40235
+ "enum": [
40236
+ "on",
40237
+ "off",
40238
+ "inherit"
40239
+ ]
40240
+ },
40241
+ "shading": {
38708
40242
  "oneOf": [
38709
40243
  {
38710
- "type": "number"
40244
+ "type": "object"
38711
40245
  },
38712
40246
  {
38713
40247
  "const": "inherit"
38714
40248
  }
38715
40249
  ]
38716
40250
  },
38717
- "indent": {
40251
+ "shadow": {
40252
+ "enum": [
40253
+ "on",
40254
+ "off",
40255
+ "inherit"
40256
+ ]
40257
+ },
40258
+ "smallCaps": {
40259
+ "enum": [
40260
+ "on",
40261
+ "off",
40262
+ "inherit"
40263
+ ]
40264
+ },
40265
+ "snapToGrid": {
40266
+ "enum": [
40267
+ "on",
40268
+ "off",
40269
+ "inherit"
40270
+ ]
40271
+ },
40272
+ "spacing": {
38718
40273
  "oneOf": [
38719
40274
  {
38720
40275
  "type": "object"
@@ -38724,14 +40279,52 @@
38724
40279
  }
38725
40280
  ]
38726
40281
  },
38727
- "italic": {
40282
+ "specVanish": {
38728
40283
  "enum": [
38729
40284
  "on",
38730
40285
  "off",
38731
40286
  "inherit"
38732
40287
  ]
38733
40288
  },
38734
- "justification": {
40289
+ "strike": {
40290
+ "enum": [
40291
+ "on",
40292
+ "off",
40293
+ "inherit"
40294
+ ]
40295
+ },
40296
+ "suppressAutoHyphens": {
40297
+ "enum": [
40298
+ "on",
40299
+ "off",
40300
+ "inherit"
40301
+ ]
40302
+ },
40303
+ "suppressLineNumbers": {
40304
+ "enum": [
40305
+ "on",
40306
+ "off",
40307
+ "inherit"
40308
+ ]
40309
+ },
40310
+ "suppressOverlap": {
40311
+ "enum": [
40312
+ "on",
40313
+ "off",
40314
+ "inherit"
40315
+ ]
40316
+ },
40317
+ "tabStops": {
40318
+ "oneOf": [
40319
+ {
40320
+ "type": "array"
40321
+ },
40322
+ {
40323
+ "const": "inherit"
40324
+ }
40325
+ ]
40326
+ },
40327
+ "textAlignment": {
38735
40328
  "oneOf": [
38736
40329
  {
38737
40330
  "type": "string"
@@ -38741,17 +40334,44 @@
38741
40334
  }
38742
40335
  ]
38743
40336
  },
38744
- "letterSpacing": {
40337
+ "textboxTightWrap": {
38745
40338
  "oneOf": [
38746
40339
  {
38747
- "type": "number"
40340
+ "type": "string"
38748
40341
  },
38749
40342
  {
38750
40343
  "const": "inherit"
38751
40344
  }
38752
40345
  ]
38753
40346
  },
38754
- "spacing": {
40347
+ "textDirection": {
40348
+ "oneOf": [
40349
+ {
40350
+ "type": "string"
40351
+ },
40352
+ {
40353
+ "const": "inherit"
40354
+ }
40355
+ ]
40356
+ },
40357
+ "textTransform": {
40358
+ "oneOf": [
40359
+ {
40360
+ "type": "string"
40361
+ },
40362
+ {
40363
+ "const": "inherit"
40364
+ }
40365
+ ]
40366
+ },
40367
+ "topLinePunct": {
40368
+ "enum": [
40369
+ "on",
40370
+ "off",
40371
+ "inherit"
40372
+ ]
40373
+ },
40374
+ "underline": {
38755
40375
  "oneOf": [
38756
40376
  {
38757
40377
  "type": "object"
@@ -38760,6 +40380,54 @@
38760
40380
  "const": "inherit"
38761
40381
  }
38762
40382
  ]
40383
+ },
40384
+ "vanish": {
40385
+ "enum": [
40386
+ "on",
40387
+ "off",
40388
+ "inherit"
40389
+ ]
40390
+ },
40391
+ "vertAlign": {
40392
+ "oneOf": [
40393
+ {
40394
+ "type": "string"
40395
+ },
40396
+ {
40397
+ "const": "inherit"
40398
+ }
40399
+ ]
40400
+ },
40401
+ "w": {
40402
+ "oneOf": [
40403
+ {
40404
+ "type": "number"
40405
+ },
40406
+ {
40407
+ "const": "inherit"
40408
+ }
40409
+ ]
40410
+ },
40411
+ "webHidden": {
40412
+ "enum": [
40413
+ "on",
40414
+ "off",
40415
+ "inherit"
40416
+ ]
40417
+ },
40418
+ "widowControl": {
40419
+ "enum": [
40420
+ "on",
40421
+ "off",
40422
+ "inherit"
40423
+ ]
40424
+ },
40425
+ "wordWrap": {
40426
+ "enum": [
40427
+ "on",
40428
+ "off",
40429
+ "inherit"
40430
+ ]
38763
40431
  }
38764
40432
  },
38765
40433
  "type": "object"