@@ -1077,6 +1077,11 @@ _No fields._
10771077| `operations.format.paragraph.clearBorder.dryRun` | boolean | yes | |
10781078| `operations.format.paragraph.clearBorder.reasons` | enum[] | no | |
10791079| `operations.format.paragraph.clearBorder.tracked` | boolean | yes | |
1080+ | `operations.format.paragraph.clearDirection` | object | yes | |
1081+ | `operations.format.paragraph.clearDirection.available` | boolean | yes | |
1082+ | `operations.format.paragraph.clearDirection.dryRun` | boolean | yes | |
1083+ | `operations.format.paragraph.clearDirection.reasons` | enum[] | no | |
1084+ | `operations.format.paragraph.clearDirection.tracked` | boolean | yes | |
10801085| `operations.format.paragraph.clearIndentation` | object | yes | |
10811086| `operations.format.paragraph.clearIndentation.available` | boolean | yes | |
10821087| `operations.format.paragraph.clearIndentation.dryRun` | boolean | yes | |
@@ -1112,6 +1117,11 @@ _No fields._
11121117| `operations.format.paragraph.setBorder.dryRun` | boolean | yes | |
11131118| `operations.format.paragraph.setBorder.reasons` | enum[] | no | |
11141119| `operations.format.paragraph.setBorder.tracked` | boolean | yes | |
1120+ | `operations.format.paragraph.setDirection` | object | yes | |
1121+ | `operations.format.paragraph.setDirection.available` | boolean | yes | |
1122+ | `operations.format.paragraph.setDirection.dryRun` | boolean | yes | |
1123+ | `operations.format.paragraph.setDirection.reasons` | enum[] | no | |
1124+ | `operations.format.paragraph.setDirection.tracked` | boolean | yes | |
11151125| `operations.format.paragraph.setFlowOptions` | object | yes | |
11161126| `operations.format.paragraph.setFlowOptions.available` | boolean | yes | |
11171127| `operations.format.paragraph.setFlowOptions.dryRun` | boolean | yes | |
@@ -3243,6 +3253,11 @@ _No fields._
32433253 "dryRun": true,
32443254 "tracked": false
32453255 },
3256+ "format.paragraph.clearDirection": {
3257+ "available": true,
3258+ "dryRun": true,
3259+ "tracked": false
3260+ },
32463261 "format.paragraph.clearIndentation": {
32473262 "available": true,
32483263 "dryRun": true,
@@ -3278,6 +3293,11 @@ _No fields._
32783293 "dryRun": true,
32793294 "tracked": false
32803295 },
3296+ "format.paragraph.setDirection": {
3297+ "available": true,
3298+ "dryRun": true,
3299+ "tracked": false
3300+ },
32813301 "format.paragraph.setFlowOptions": {
32823302 "available": true,
32833303 "dryRun": true,
@@ -11621,6 +11641,41 @@ _No fields._
1162111641 ],
1162211642 "type": "object"
1162311643 },
11644+ "format.paragraph.clearDirection": {
11645+ "additionalProperties": false,
11646+ "properties": {
11647+ "available": {
11648+ "type": "boolean"
11649+ },
11650+ "dryRun": {
11651+ "type": "boolean"
11652+ },
11653+ "reasons": {
11654+ "items": {
11655+ "enum": [
11656+ "COMMAND_UNAVAILABLE",
11657+ "HELPER_UNAVAILABLE",
11658+ "OPERATION_UNAVAILABLE",
11659+ "TRACKED_MODE_UNAVAILABLE",
11660+ "DRY_RUN_UNAVAILABLE",
11661+ "NAMESPACE_UNAVAILABLE",
11662+ "STYLES_PART_MISSING",
11663+ "COLLABORATION_ACTIVE"
11664+ ]
11665+ },
11666+ "type": "array"
11667+ },
11668+ "tracked": {
11669+ "type": "boolean"
11670+ }
11671+ },
11672+ "required": [
11673+ "available",
11674+ "tracked",
11675+ "dryRun"
11676+ ],
11677+ "type": "object"
11678+ },
1162411679 "format.paragraph.clearIndentation": {
1162511680 "additionalProperties": false,
1162611681 "properties": {
@@ -11866,6 +11921,41 @@ _No fields._
1186611921 ],
1186711922 "type": "object"
1186811923 },
11924+ "format.paragraph.setDirection": {
11925+ "additionalProperties": false,
11926+ "properties": {
11927+ "available": {
11928+ "type": "boolean"
11929+ },
11930+ "dryRun": {
11931+ "type": "boolean"
11932+ },
11933+ "reasons": {
11934+ "items": {
11935+ "enum": [
11936+ "COMMAND_UNAVAILABLE",
11937+ "HELPER_UNAVAILABLE",
11938+ "OPERATION_UNAVAILABLE",
11939+ "TRACKED_MODE_UNAVAILABLE",
11940+ "DRY_RUN_UNAVAILABLE",
11941+ "NAMESPACE_UNAVAILABLE",
11942+ "STYLES_PART_MISSING",
11943+ "COLLABORATION_ACTIVE"
11944+ ]
11945+ },
11946+ "type": "array"
11947+ },
11948+ "tracked": {
11949+ "type": "boolean"
11950+ }
11951+ },
11952+ "required": [
11953+ "available",
11954+ "tracked",
11955+ "dryRun"
11956+ ],
11957+ "type": "object"
11958+ },
1186911959 "format.paragraph.setFlowOptions": {
1187011960 "additionalProperties": false,
1187111961 "properties": {
@@ -19214,6 +19304,8 @@ _No fields._
1921419304 "format.paragraph.clearBorder",
1921519305 "format.paragraph.setShading",
1921619306 "format.paragraph.clearShading",
19307+ "format.paragraph.setDirection",
19308+ "format.paragraph.clearDirection",
1921719309 "lists.list",
1921819310 "lists.get",
1921919311 "lists.insert",
0 commit comments