@@ -1862,6 +1862,11 @@ _No fields._
18621862| `operations.tables.applyBorderPreset.dryRun` | boolean | yes | |
18631863| `operations.tables.applyBorderPreset.reasons` | enum[] | no | |
18641864| `operations.tables.applyBorderPreset.tracked` | boolean | yes | |
1865+ | `operations.tables.applyStyle` | object | yes | |
1866+ | `operations.tables.applyStyle.available` | boolean | yes | |
1867+ | `operations.tables.applyStyle.dryRun` | boolean | yes | |
1868+ | `operations.tables.applyStyle.reasons` | enum[] | no | |
1869+ | `operations.tables.applyStyle.tracked` | boolean | yes | |
18651870| `operations.tables.clearBorder` | object | yes | |
18661871| `operations.tables.clearBorder.available` | boolean | yes | |
18671872| `operations.tables.clearBorder.dryRun` | boolean | yes | |
@@ -1987,6 +1992,11 @@ _No fields._
19871992| `operations.tables.setBorder.dryRun` | boolean | yes | |
19881993| `operations.tables.setBorder.reasons` | enum[] | no | |
19891994| `operations.tables.setBorder.tracked` | boolean | yes | |
1995+ | `operations.tables.setBorders` | object | yes | |
1996+ | `operations.tables.setBorders.available` | boolean | yes | |
1997+ | `operations.tables.setBorders.dryRun` | boolean | yes | |
1998+ | `operations.tables.setBorders.reasons` | enum[] | no | |
1999+ | `operations.tables.setBorders.tracked` | boolean | yes | |
19902000| `operations.tables.setCellPadding` | object | yes | |
19912001| `operations.tables.setCellPadding.available` | boolean | yes | |
19922002| `operations.tables.setCellPadding.dryRun` | boolean | yes | |
@@ -2042,6 +2052,11 @@ _No fields._
20422052| `operations.tables.setStyleOption.dryRun` | boolean | yes | |
20432053| `operations.tables.setStyleOption.reasons` | enum[] | no | |
20442054| `operations.tables.setStyleOption.tracked` | boolean | yes | |
2055+ | `operations.tables.setTableOptions` | object | yes | |
2056+ | `operations.tables.setTableOptions.available` | boolean | yes | |
2057+ | `operations.tables.setTableOptions.dryRun` | boolean | yes | |
2058+ | `operations.tables.setTableOptions.reasons` | enum[] | no | |
2059+ | `operations.tables.setTableOptions.tracked` | boolean | yes | |
20452060| `operations.tables.setTablePadding` | object | yes | |
20462061| `operations.tables.setTablePadding.available` | boolean | yes | |
20472062| `operations.tables.setTablePadding.dryRun` | boolean | yes | |
@@ -4013,6 +4028,11 @@ _No fields._
40134028 "dryRun": true,
40144029 "tracked": false
40154030 },
4031+ "tables.applyStyle": {
4032+ "available": true,
4033+ "dryRun": true,
4034+ "tracked": false
4035+ },
40164036 "tables.clearBorder": {
40174037 "available": true,
40184038 "dryRun": true,
@@ -4138,6 +4158,11 @@ _No fields._
41384158 "dryRun": true,
41394159 "tracked": false
41404160 },
4161+ "tables.setBorders": {
4162+ "available": true,
4163+ "dryRun": true,
4164+ "tracked": false
4165+ },
41414166 "tables.setCellPadding": {
41424167 "available": true,
41434168 "dryRun": true,
@@ -4193,6 +4218,11 @@ _No fields._
41934218 "dryRun": true,
41944219 "tracked": false
41954220 },
4221+ "tables.setTableOptions": {
4222+ "available": true,
4223+ "dryRun": true,
4224+ "tracked": false
4225+ },
41964226 "tables.setTablePadding": {
41974227 "available": true,
41984228 "dryRun": true,
@@ -17086,6 +17116,41 @@ _No fields._
1708617116 ],
1708717117 "type": "object"
1708817118 },
17119+ "tables.applyStyle": {
17120+ "additionalProperties": false,
17121+ "properties": {
17122+ "available": {
17123+ "type": "boolean"
17124+ },
17125+ "dryRun": {
17126+ "type": "boolean"
17127+ },
17128+ "reasons": {
17129+ "items": {
17130+ "enum": [
17131+ "COMMAND_UNAVAILABLE",
17132+ "HELPER_UNAVAILABLE",
17133+ "OPERATION_UNAVAILABLE",
17134+ "TRACKED_MODE_UNAVAILABLE",
17135+ "DRY_RUN_UNAVAILABLE",
17136+ "NAMESPACE_UNAVAILABLE",
17137+ "STYLES_PART_MISSING",
17138+ "COLLABORATION_ACTIVE"
17139+ ]
17140+ },
17141+ "type": "array"
17142+ },
17143+ "tracked": {
17144+ "type": "boolean"
17145+ }
17146+ },
17147+ "required": [
17148+ "available",
17149+ "tracked",
17150+ "dryRun"
17151+ ],
17152+ "type": "object"
17153+ },
1708917154 "tables.clearBorder": {
1709017155 "additionalProperties": false,
1709117156 "properties": {
@@ -17961,6 +18026,41 @@ _No fields._
1796118026 ],
1796218027 "type": "object"
1796318028 },
18029+ "tables.setBorders": {
18030+ "additionalProperties": false,
18031+ "properties": {
18032+ "available": {
18033+ "type": "boolean"
18034+ },
18035+ "dryRun": {
18036+ "type": "boolean"
18037+ },
18038+ "reasons": {
18039+ "items": {
18040+ "enum": [
18041+ "COMMAND_UNAVAILABLE",
18042+ "HELPER_UNAVAILABLE",
18043+ "OPERATION_UNAVAILABLE",
18044+ "TRACKED_MODE_UNAVAILABLE",
18045+ "DRY_RUN_UNAVAILABLE",
18046+ "NAMESPACE_UNAVAILABLE",
18047+ "STYLES_PART_MISSING",
18048+ "COLLABORATION_ACTIVE"
18049+ ]
18050+ },
18051+ "type": "array"
18052+ },
18053+ "tracked": {
18054+ "type": "boolean"
18055+ }
18056+ },
18057+ "required": [
18058+ "available",
18059+ "tracked",
18060+ "dryRun"
18061+ ],
18062+ "type": "object"
18063+ },
1796418064 "tables.setCellPadding": {
1796518065 "additionalProperties": false,
1796618066 "properties": {
@@ -18346,6 +18446,41 @@ _No fields._
1834618446 ],
1834718447 "type": "object"
1834818448 },
18449+ "tables.setTableOptions": {
18450+ "additionalProperties": false,
18451+ "properties": {
18452+ "available": {
18453+ "type": "boolean"
18454+ },
18455+ "dryRun": {
18456+ "type": "boolean"
18457+ },
18458+ "reasons": {
18459+ "items": {
18460+ "enum": [
18461+ "COMMAND_UNAVAILABLE",
18462+ "HELPER_UNAVAILABLE",
18463+ "OPERATION_UNAVAILABLE",
18464+ "TRACKED_MODE_UNAVAILABLE",
18465+ "DRY_RUN_UNAVAILABLE",
18466+ "NAMESPACE_UNAVAILABLE",
18467+ "STYLES_PART_MISSING",
18468+ "COLLABORATION_ACTIVE"
18469+ ]
18470+ },
18471+ "type": "array"
18472+ },
18473+ "tracked": {
18474+ "type": "boolean"
18475+ }
18476+ },
18477+ "required": [
18478+ "available",
18479+ "tracked",
18480+ "dryRun"
18481+ ],
18482+ "type": "object"
18483+ },
1834918484 "tables.setTablePadding": {
1835018485 "additionalProperties": false,
1835118486 "properties": {
@@ -19165,6 +19300,9 @@ _No fields._
1916519300 "tables.setCellPadding",
1916619301 "tables.setCellSpacing",
1916719302 "tables.clearCellSpacing",
19303+ "tables.applyStyle",
19304+ "tables.setBorders",
19305+ "tables.setTableOptions",
1916819306 "tables.get",
1916919307 "tables.getCells",
1917019308 "tables.getProperties",
0 commit comments