@superdoc-dev/sdk 1.16.0-next.42 → 1.16.0-next.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/client.cjs +0 -20
- package/dist/generated/client.d.ts +964 -3598
- package/dist/generated/client.d.ts.map +1 -1
- package/dist/generated/client.js +0 -20
- package/dist/generated/contract.cjs +12296 -18484
- package/dist/generated/contract.d.ts.map +1 -1
- package/dist/generated/contract.js +12296 -18484
- package/dist/generated/intent-dispatch.generated.cjs +0 -1
- package/dist/generated/intent-dispatch.generated.d.ts.map +1 -1
- package/dist/generated/intent-dispatch.generated.js +0 -1
- package/package.json +6 -6
- package/tools/__pycache__/__init__.cpython-312.pyc +0 -0
- package/tools/__pycache__/intent_dispatch_generated.cpython-312.pyc +0 -0
- package/tools/catalog.json +8 -178
- package/tools/intent_dispatch_generated.py +0 -2
- package/tools/tools-policy.json +1 -1
- package/tools/tools.anthropic.json +8 -158
- package/tools/tools.generic.json +9 -160
- package/tools/tools.openai.json +8 -158
- package/tools/tools.vercel.json +8 -158
|
@@ -103,7 +103,6 @@ function dispatchIntentTool(toolName, args, execute) {
|
|
|
103
103
|
case 'set_layout': return execute('doc.tables.setLayout', rest);
|
|
104
104
|
case 'insert_row': return execute('doc.tables.insertRow', rest);
|
|
105
105
|
case 'delete_row': return execute('doc.tables.deleteRow', rest);
|
|
106
|
-
case 'move_row': return execute('doc.tables.moveRow', rest);
|
|
107
106
|
case 'set_row': return execute('doc.tables.setRowHeight', rest);
|
|
108
107
|
case 'set_row_options': return execute('doc.tables.setRowOptions', rest);
|
|
109
108
|
case 'insert_column': return execute('doc.tables.insertColumn', rest);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"intent-dispatch.generated.d.ts","sourceRoot":"","sources":["../../src/generated/intent-dispatch.generated.ts"],"names":[],"mappings":"AAEA,wBAAgB,kBAAkB,CAChC,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC7B,OAAO,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,OAAO,GACxE,OAAO,
|
|
1
|
+
{"version":3,"file":"intent-dispatch.generated.d.ts","sourceRoot":"","sources":["../../src/generated/intent-dispatch.generated.ts"],"names":[],"mappings":"AAEA,wBAAgB,kBAAkB,CAChC,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC7B,OAAO,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,OAAO,GACxE,OAAO,CAyHT"}
|
|
@@ -101,7 +101,6 @@ export function dispatchIntentTool(toolName, args, execute) {
|
|
|
101
101
|
case 'set_layout': return execute('doc.tables.setLayout', rest);
|
|
102
102
|
case 'insert_row': return execute('doc.tables.insertRow', rest);
|
|
103
103
|
case 'delete_row': return execute('doc.tables.deleteRow', rest);
|
|
104
|
-
case 'move_row': return execute('doc.tables.moveRow', rest);
|
|
105
104
|
case 'set_row': return execute('doc.tables.setRowHeight', rest);
|
|
106
105
|
case 'set_row_options': return execute('doc.tables.setRowOptions', rest);
|
|
107
106
|
case 'insert_column': return execute('doc.tables.insertColumn', rest);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/sdk",
|
|
3
|
-
"version": "1.16.0-next.
|
|
3
|
+
"version": "1.16.0-next.44",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"typescript": "^5.9.2"
|
|
27
27
|
},
|
|
28
28
|
"optionalDependencies": {
|
|
29
|
-
"@superdoc-dev/sdk-
|
|
30
|
-
"@superdoc-dev/sdk-
|
|
31
|
-
"@superdoc-dev/sdk-
|
|
32
|
-
"@superdoc-dev/sdk-darwin-x64": "1.16.0-next.
|
|
33
|
-
"@superdoc-dev/sdk-
|
|
29
|
+
"@superdoc-dev/sdk-darwin-arm64": "1.16.0-next.44",
|
|
30
|
+
"@superdoc-dev/sdk-linux-x64": "1.16.0-next.44",
|
|
31
|
+
"@superdoc-dev/sdk-windows-x64": "1.16.0-next.44",
|
|
32
|
+
"@superdoc-dev/sdk-darwin-x64": "1.16.0-next.44",
|
|
33
|
+
"@superdoc-dev/sdk-linux-arm64": "1.16.0-next.44"
|
|
34
34
|
},
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
Binary file
|
|
Binary file
|
package/tools/catalog.json
CHANGED
|
@@ -4600,7 +4600,7 @@
|
|
|
4600
4600
|
},
|
|
4601
4601
|
{
|
|
4602
4602
|
"toolName": "superdoc_comment",
|
|
4603
|
-
"description": "Manage document comment threads: create, read, update, and delete. To create a comment, first use superdoc_search to find the target text, then pass action \"create\" with the comment text and a target built from items[0].blocks. For a single-block match use {kind:\"text\", blockId: items[0].blocks[0].blockId, range: items[0].blocks[0].range}. For a cross-block match use {kind:\"text\", segments: items[0].blocks.map(b => ({blockId: b.blockId, range: b.range}))}. Do NOT use items[0].highlightRange (snippet-relative, not block-relative) or items[0].target (a SelectionTarget, not accepted by comments.create). For threaded replies, pass \"parentId\" with the parent comment ID. Action \"list\" returns all comments with optional pagination (limit, offset) and filtering (includeResolved:true to include resolved). Action \"get\" retrieves a single comment by ID. Action \"update\" changes comment text, re-anchors the thread, or changes status to \"resolved\". The legacy `isInternal` field remains in schema for v1 compatibility but
|
|
4603
|
+
"description": "Manage document comment threads: create, read, update, and delete. To create a comment, first use superdoc_search to find the target text, then pass action \"create\" with the comment text and a target built from items[0].blocks. For a single-block match use {kind:\"text\", blockId: items[0].blocks[0].blockId, range: items[0].blocks[0].range}. For a cross-block match use {kind:\"text\", segments: items[0].blocks.map(b => ({blockId: b.blockId, range: b.range}))}. Do NOT use items[0].highlightRange (snippet-relative, not block-relative) or items[0].target (a SelectionTarget, not accepted by comments.create). For threaded replies, pass \"parentId\" with the parent comment ID. Action \"list\" returns all comments with optional pagination (limit, offset) and filtering (includeResolved:true to include resolved). Action \"get\" retrieves a single comment by ID. Action \"update\" changes comment text, re-anchors the thread, or changes status to \"resolved\". The legacy `isInternal` field remains in schema for v1 compatibility but is not supported for new comment patch behavior. Action \"delete\" removes a comment or reply by ID. Do NOT pass \"ref\", \"id\", or \"parentId\" when creating a new top-level comment; only \"action\", \"text\", and \"target\" are needed.\n\nEXAMPLES:\n 1. {\"action\":\"create\",\"text\":\"Please review this section.\",\"target\":{\"kind\":\"text\",\"blockId\":\"<blockId>\",\"range\":{\"start\":5,\"end\":25}}}\n 2. {\"action\":\"list\",\"limit\":20,\"offset\":0}\n 3. {\"action\":\"update\",\"id\":\"<commentId>\",\"status\":\"resolved\"}\n 4. {\"action\":\"delete\",\"id\":\"<commentId>\"}",
|
|
4604
4604
|
"inputSchema": {
|
|
4605
4605
|
"type": "object",
|
|
4606
4606
|
"properties": {
|
|
@@ -4742,7 +4742,7 @@
|
|
|
4742
4742
|
},
|
|
4743
4743
|
"isInternal": {
|
|
4744
4744
|
"type": "boolean",
|
|
4745
|
-
"description": "Legacy v1/document-api compatibility field. Not
|
|
4745
|
+
"description": "Legacy v1/document-api compatibility field. Not supported for new comment patch behavior. A `comments.patch` request containing `isInternal` fails with `CAPABILITY_UNAVAILABLE` (kernel reason `internal-comments-unsupported`). The field is preserved in the schema only so v1 callers keep their input shape (`comments-spec.md` §7, §14.6). Only for action 'update'. Omit for other actions."
|
|
4746
4746
|
},
|
|
4747
4747
|
"includeResolved": {
|
|
4748
4748
|
"type": "boolean",
|
|
@@ -7433,7 +7433,6 @@
|
|
|
7433
7433
|
"insert_column",
|
|
7434
7434
|
"insert_row",
|
|
7435
7435
|
"merge_cells",
|
|
7436
|
-
"move_row",
|
|
7437
7436
|
"set_borders",
|
|
7438
7437
|
"set_cell",
|
|
7439
7438
|
"set_cell_text",
|
|
@@ -7446,7 +7445,7 @@
|
|
|
7446
7445
|
"set_style_options",
|
|
7447
7446
|
"unmerge_cells"
|
|
7448
7447
|
],
|
|
7449
|
-
"description": "The action to perform. One of: delete, delete_column, delete_row, insert_column, insert_row, merge_cells,
|
|
7448
|
+
"description": "The action to perform. One of: delete, delete_column, delete_row, insert_column, insert_row, merge_cells, set_borders, set_cell, set_cell_text, set_column, set_layout, set_options, set_row, set_row_options, set_shading, set_style_options, unmerge_cells."
|
|
7450
7449
|
},
|
|
7451
7450
|
"force": {
|
|
7452
7451
|
"type": "boolean",
|
|
@@ -7494,34 +7493,20 @@
|
|
|
7494
7493
|
"oneOf": [
|
|
7495
7494
|
{
|
|
7496
7495
|
"oneOf": [
|
|
7496
|
+
{
|
|
7497
|
+
"$ref": "#/$defs/TableAddress"
|
|
7498
|
+
},
|
|
7497
7499
|
{
|
|
7498
7500
|
"oneOf": [
|
|
7499
|
-
{
|
|
7500
|
-
"$ref": "#/$defs/TableAddress"
|
|
7501
|
-
},
|
|
7502
7501
|
{
|
|
7503
7502
|
"oneOf": [
|
|
7504
7503
|
{
|
|
7505
|
-
"
|
|
7506
|
-
{
|
|
7507
|
-
"$ref": "#/$defs/TableRowAddress"
|
|
7508
|
-
},
|
|
7509
|
-
{
|
|
7510
|
-
"$ref": "#/$defs/TableAddress"
|
|
7511
|
-
}
|
|
7512
|
-
]
|
|
7504
|
+
"$ref": "#/$defs/TableRowAddress"
|
|
7513
7505
|
},
|
|
7514
7506
|
{
|
|
7515
7507
|
"$ref": "#/$defs/TableAddress"
|
|
7516
7508
|
}
|
|
7517
7509
|
]
|
|
7518
|
-
}
|
|
7519
|
-
]
|
|
7520
|
-
},
|
|
7521
|
-
{
|
|
7522
|
-
"oneOf": [
|
|
7523
|
-
{
|
|
7524
|
-
"$ref": "#/$defs/TableRowAddress"
|
|
7525
7510
|
},
|
|
7526
7511
|
{
|
|
7527
7512
|
"$ref": "#/$defs/TableAddress"
|
|
@@ -7697,142 +7682,7 @@
|
|
|
7697
7682
|
"rowIndex": {
|
|
7698
7683
|
"type": "integer",
|
|
7699
7684
|
"minimum": 0,
|
|
7700
|
-
"description": "Only for actions 'insert_row', 'delete_row', '
|
|
7701
|
-
},
|
|
7702
|
-
"destination": {
|
|
7703
|
-
"oneOf": [
|
|
7704
|
-
{
|
|
7705
|
-
"type": "object",
|
|
7706
|
-
"properties": {
|
|
7707
|
-
"kind": {
|
|
7708
|
-
"const": "first",
|
|
7709
|
-
"type": "string"
|
|
7710
|
-
}
|
|
7711
|
-
},
|
|
7712
|
-
"additionalProperties": false,
|
|
7713
|
-
"required": [
|
|
7714
|
-
"kind"
|
|
7715
|
-
]
|
|
7716
|
-
},
|
|
7717
|
-
{
|
|
7718
|
-
"type": "object",
|
|
7719
|
-
"properties": {
|
|
7720
|
-
"kind": {
|
|
7721
|
-
"const": "last",
|
|
7722
|
-
"type": "string"
|
|
7723
|
-
}
|
|
7724
|
-
},
|
|
7725
|
-
"additionalProperties": false,
|
|
7726
|
-
"required": [
|
|
7727
|
-
"kind"
|
|
7728
|
-
]
|
|
7729
|
-
},
|
|
7730
|
-
{
|
|
7731
|
-
"type": "object",
|
|
7732
|
-
"properties": {
|
|
7733
|
-
"kind": {
|
|
7734
|
-
"const": "before",
|
|
7735
|
-
"type": "string"
|
|
7736
|
-
},
|
|
7737
|
-
"rowIndex": {
|
|
7738
|
-
"type": "integer",
|
|
7739
|
-
"minimum": 0
|
|
7740
|
-
}
|
|
7741
|
-
},
|
|
7742
|
-
"additionalProperties": false,
|
|
7743
|
-
"required": [
|
|
7744
|
-
"kind",
|
|
7745
|
-
"rowIndex"
|
|
7746
|
-
]
|
|
7747
|
-
},
|
|
7748
|
-
{
|
|
7749
|
-
"type": "object",
|
|
7750
|
-
"properties": {
|
|
7751
|
-
"kind": {
|
|
7752
|
-
"const": "after",
|
|
7753
|
-
"type": "string"
|
|
7754
|
-
},
|
|
7755
|
-
"rowIndex": {
|
|
7756
|
-
"type": "integer",
|
|
7757
|
-
"minimum": 0
|
|
7758
|
-
}
|
|
7759
|
-
},
|
|
7760
|
-
"additionalProperties": false,
|
|
7761
|
-
"required": [
|
|
7762
|
-
"kind",
|
|
7763
|
-
"rowIndex"
|
|
7764
|
-
]
|
|
7765
|
-
},
|
|
7766
|
-
{
|
|
7767
|
-
"type": "object",
|
|
7768
|
-
"properties": {
|
|
7769
|
-
"kind": {
|
|
7770
|
-
"const": "before",
|
|
7771
|
-
"type": "string"
|
|
7772
|
-
},
|
|
7773
|
-
"target": {
|
|
7774
|
-
"$ref": "#/$defs/TableRowAddress"
|
|
7775
|
-
}
|
|
7776
|
-
},
|
|
7777
|
-
"additionalProperties": false,
|
|
7778
|
-
"required": [
|
|
7779
|
-
"kind",
|
|
7780
|
-
"target"
|
|
7781
|
-
]
|
|
7782
|
-
},
|
|
7783
|
-
{
|
|
7784
|
-
"type": "object",
|
|
7785
|
-
"properties": {
|
|
7786
|
-
"kind": {
|
|
7787
|
-
"const": "after",
|
|
7788
|
-
"type": "string"
|
|
7789
|
-
},
|
|
7790
|
-
"target": {
|
|
7791
|
-
"$ref": "#/$defs/TableRowAddress"
|
|
7792
|
-
}
|
|
7793
|
-
},
|
|
7794
|
-
"additionalProperties": false,
|
|
7795
|
-
"required": [
|
|
7796
|
-
"kind",
|
|
7797
|
-
"target"
|
|
7798
|
-
]
|
|
7799
|
-
},
|
|
7800
|
-
{
|
|
7801
|
-
"type": "object",
|
|
7802
|
-
"properties": {
|
|
7803
|
-
"kind": {
|
|
7804
|
-
"const": "before",
|
|
7805
|
-
"type": "string"
|
|
7806
|
-
},
|
|
7807
|
-
"nodeId": {
|
|
7808
|
-
"type": "string"
|
|
7809
|
-
}
|
|
7810
|
-
},
|
|
7811
|
-
"additionalProperties": false,
|
|
7812
|
-
"required": [
|
|
7813
|
-
"kind",
|
|
7814
|
-
"nodeId"
|
|
7815
|
-
]
|
|
7816
|
-
},
|
|
7817
|
-
{
|
|
7818
|
-
"type": "object",
|
|
7819
|
-
"properties": {
|
|
7820
|
-
"kind": {
|
|
7821
|
-
"const": "after",
|
|
7822
|
-
"type": "string"
|
|
7823
|
-
},
|
|
7824
|
-
"nodeId": {
|
|
7825
|
-
"type": "string"
|
|
7826
|
-
}
|
|
7827
|
-
},
|
|
7828
|
-
"additionalProperties": false,
|
|
7829
|
-
"required": [
|
|
7830
|
-
"kind",
|
|
7831
|
-
"nodeId"
|
|
7832
|
-
]
|
|
7833
|
-
}
|
|
7834
|
-
],
|
|
7835
|
-
"description": "Required for action 'move_row'."
|
|
7685
|
+
"description": "Only for actions 'insert_row', 'delete_row', 'set_row', 'set_row_options', 'unmerge_cells', 'set_cell_text'. Omit for other actions."
|
|
7836
7686
|
},
|
|
7837
7687
|
"heightPt": {
|
|
7838
7688
|
"type": "number",
|
|
@@ -8375,26 +8225,6 @@
|
|
|
8375
8225
|
]
|
|
8376
8226
|
]
|
|
8377
8227
|
},
|
|
8378
|
-
{
|
|
8379
|
-
"operationId": "doc.tables.moveRow",
|
|
8380
|
-
"intentAction": "move_row",
|
|
8381
|
-
"requiredOneOf": [
|
|
8382
|
-
[
|
|
8383
|
-
"target",
|
|
8384
|
-
"destination"
|
|
8385
|
-
],
|
|
8386
|
-
[
|
|
8387
|
-
"target",
|
|
8388
|
-
"rowIndex",
|
|
8389
|
-
"destination"
|
|
8390
|
-
],
|
|
8391
|
-
[
|
|
8392
|
-
"nodeId",
|
|
8393
|
-
"rowIndex",
|
|
8394
|
-
"destination"
|
|
8395
|
-
]
|
|
8396
|
-
]
|
|
8397
|
-
},
|
|
8398
8228
|
{
|
|
8399
8229
|
"operationId": "doc.tables.setRowHeight",
|
|
8400
8230
|
"intentAction": "set_row",
|
|
@@ -149,8 +149,6 @@ def dispatch_intent_tool(
|
|
|
149
149
|
return execute('doc.tables.insertRow', rest)
|
|
150
150
|
elif action == 'delete_row':
|
|
151
151
|
return execute('doc.tables.deleteRow', rest)
|
|
152
|
-
elif action == 'move_row':
|
|
153
|
-
return execute('doc.tables.moveRow', rest)
|
|
154
152
|
elif action == 'set_row':
|
|
155
153
|
return execute('doc.tables.setRowHeight', rest)
|
|
156
154
|
elif action == 'set_row_options':
|
package/tools/tools-policy.json
CHANGED
|
@@ -4322,7 +4322,7 @@
|
|
|
4322
4322
|
},
|
|
4323
4323
|
{
|
|
4324
4324
|
"name": "superdoc_comment",
|
|
4325
|
-
"description": "Manage document comment threads: create, read, update, and delete. To create a comment, first use superdoc_search to find the target text, then pass action \"create\" with the comment text and a target built from items[0].blocks. For a single-block match use {kind:\"text\", blockId: items[0].blocks[0].blockId, range: items[0].blocks[0].range}. For a cross-block match use {kind:\"text\", segments: items[0].blocks.map(b => ({blockId: b.blockId, range: b.range}))}. Do NOT use items[0].highlightRange (snippet-relative, not block-relative) or items[0].target (a SelectionTarget, not accepted by comments.create). For threaded replies, pass \"parentId\" with the parent comment ID. Action \"list\" returns all comments with optional pagination (limit, offset) and filtering (includeResolved:true to include resolved). Action \"get\" retrieves a single comment by ID. Action \"update\" changes comment text, re-anchors the thread, or changes status to \"resolved\". The legacy `isInternal` field remains in schema for v1 compatibility but
|
|
4325
|
+
"description": "Manage document comment threads: create, read, update, and delete. To create a comment, first use superdoc_search to find the target text, then pass action \"create\" with the comment text and a target built from items[0].blocks. For a single-block match use {kind:\"text\", blockId: items[0].blocks[0].blockId, range: items[0].blocks[0].range}. For a cross-block match use {kind:\"text\", segments: items[0].blocks.map(b => ({blockId: b.blockId, range: b.range}))}. Do NOT use items[0].highlightRange (snippet-relative, not block-relative) or items[0].target (a SelectionTarget, not accepted by comments.create). For threaded replies, pass \"parentId\" with the parent comment ID. Action \"list\" returns all comments with optional pagination (limit, offset) and filtering (includeResolved:true to include resolved). Action \"get\" retrieves a single comment by ID. Action \"update\" changes comment text, re-anchors the thread, or changes status to \"resolved\". The legacy `isInternal` field remains in schema for v1 compatibility but is not supported for new comment patch behavior. Action \"delete\" removes a comment or reply by ID. Do NOT pass \"ref\", \"id\", or \"parentId\" when creating a new top-level comment; only \"action\", \"text\", and \"target\" are needed.\n\nEXAMPLES:\n 1. {\"action\":\"create\",\"text\":\"Please review this section.\",\"target\":{\"kind\":\"text\",\"blockId\":\"<blockId>\",\"range\":{\"start\":5,\"end\":25}}}\n 2. {\"action\":\"list\",\"limit\":20,\"offset\":0}\n 3. {\"action\":\"update\",\"id\":\"<commentId>\",\"status\":\"resolved\"}\n 4. {\"action\":\"delete\",\"id\":\"<commentId>\"}",
|
|
4326
4326
|
"input_schema": {
|
|
4327
4327
|
"type": "object",
|
|
4328
4328
|
"properties": {
|
|
@@ -4464,7 +4464,7 @@
|
|
|
4464
4464
|
},
|
|
4465
4465
|
"isInternal": {
|
|
4466
4466
|
"type": "boolean",
|
|
4467
|
-
"description": "Legacy v1/document-api compatibility field. Not
|
|
4467
|
+
"description": "Legacy v1/document-api compatibility field. Not supported for new comment patch behavior. A `comments.patch` request containing `isInternal` fails with `CAPABILITY_UNAVAILABLE` (kernel reason `internal-comments-unsupported`). The field is preserved in the schema only so v1 callers keep their input shape (`comments-spec.md` §7, §14.6). Only for action 'update'. Omit for other actions."
|
|
4468
4468
|
},
|
|
4469
4469
|
"includeResolved": {
|
|
4470
4470
|
"type": "boolean",
|
|
@@ -7077,7 +7077,6 @@
|
|
|
7077
7077
|
"insert_column",
|
|
7078
7078
|
"insert_row",
|
|
7079
7079
|
"merge_cells",
|
|
7080
|
-
"move_row",
|
|
7081
7080
|
"set_borders",
|
|
7082
7081
|
"set_cell",
|
|
7083
7082
|
"set_cell_text",
|
|
@@ -7090,7 +7089,7 @@
|
|
|
7090
7089
|
"set_style_options",
|
|
7091
7090
|
"unmerge_cells"
|
|
7092
7091
|
],
|
|
7093
|
-
"description": "The action to perform. One of: delete, delete_column, delete_row, insert_column, insert_row, merge_cells,
|
|
7092
|
+
"description": "The action to perform. One of: delete, delete_column, delete_row, insert_column, insert_row, merge_cells, set_borders, set_cell, set_cell_text, set_column, set_layout, set_options, set_row, set_row_options, set_shading, set_style_options, unmerge_cells."
|
|
7094
7093
|
},
|
|
7095
7094
|
"force": {
|
|
7096
7095
|
"type": "boolean",
|
|
@@ -7138,34 +7137,20 @@
|
|
|
7138
7137
|
"oneOf": [
|
|
7139
7138
|
{
|
|
7140
7139
|
"oneOf": [
|
|
7140
|
+
{
|
|
7141
|
+
"$ref": "#/$defs/TableAddress"
|
|
7142
|
+
},
|
|
7141
7143
|
{
|
|
7142
7144
|
"oneOf": [
|
|
7143
|
-
{
|
|
7144
|
-
"$ref": "#/$defs/TableAddress"
|
|
7145
|
-
},
|
|
7146
7145
|
{
|
|
7147
7146
|
"oneOf": [
|
|
7148
7147
|
{
|
|
7149
|
-
"
|
|
7150
|
-
{
|
|
7151
|
-
"$ref": "#/$defs/TableRowAddress"
|
|
7152
|
-
},
|
|
7153
|
-
{
|
|
7154
|
-
"$ref": "#/$defs/TableAddress"
|
|
7155
|
-
}
|
|
7156
|
-
]
|
|
7148
|
+
"$ref": "#/$defs/TableRowAddress"
|
|
7157
7149
|
},
|
|
7158
7150
|
{
|
|
7159
7151
|
"$ref": "#/$defs/TableAddress"
|
|
7160
7152
|
}
|
|
7161
7153
|
]
|
|
7162
|
-
}
|
|
7163
|
-
]
|
|
7164
|
-
},
|
|
7165
|
-
{
|
|
7166
|
-
"oneOf": [
|
|
7167
|
-
{
|
|
7168
|
-
"$ref": "#/$defs/TableRowAddress"
|
|
7169
7154
|
},
|
|
7170
7155
|
{
|
|
7171
7156
|
"$ref": "#/$defs/TableAddress"
|
|
@@ -7341,142 +7326,7 @@
|
|
|
7341
7326
|
"rowIndex": {
|
|
7342
7327
|
"type": "integer",
|
|
7343
7328
|
"minimum": 0,
|
|
7344
|
-
"description": "Only for actions 'insert_row', 'delete_row', '
|
|
7345
|
-
},
|
|
7346
|
-
"destination": {
|
|
7347
|
-
"oneOf": [
|
|
7348
|
-
{
|
|
7349
|
-
"type": "object",
|
|
7350
|
-
"properties": {
|
|
7351
|
-
"kind": {
|
|
7352
|
-
"const": "first",
|
|
7353
|
-
"type": "string"
|
|
7354
|
-
}
|
|
7355
|
-
},
|
|
7356
|
-
"additionalProperties": false,
|
|
7357
|
-
"required": [
|
|
7358
|
-
"kind"
|
|
7359
|
-
]
|
|
7360
|
-
},
|
|
7361
|
-
{
|
|
7362
|
-
"type": "object",
|
|
7363
|
-
"properties": {
|
|
7364
|
-
"kind": {
|
|
7365
|
-
"const": "last",
|
|
7366
|
-
"type": "string"
|
|
7367
|
-
}
|
|
7368
|
-
},
|
|
7369
|
-
"additionalProperties": false,
|
|
7370
|
-
"required": [
|
|
7371
|
-
"kind"
|
|
7372
|
-
]
|
|
7373
|
-
},
|
|
7374
|
-
{
|
|
7375
|
-
"type": "object",
|
|
7376
|
-
"properties": {
|
|
7377
|
-
"kind": {
|
|
7378
|
-
"const": "before",
|
|
7379
|
-
"type": "string"
|
|
7380
|
-
},
|
|
7381
|
-
"rowIndex": {
|
|
7382
|
-
"type": "integer",
|
|
7383
|
-
"minimum": 0
|
|
7384
|
-
}
|
|
7385
|
-
},
|
|
7386
|
-
"additionalProperties": false,
|
|
7387
|
-
"required": [
|
|
7388
|
-
"kind",
|
|
7389
|
-
"rowIndex"
|
|
7390
|
-
]
|
|
7391
|
-
},
|
|
7392
|
-
{
|
|
7393
|
-
"type": "object",
|
|
7394
|
-
"properties": {
|
|
7395
|
-
"kind": {
|
|
7396
|
-
"const": "after",
|
|
7397
|
-
"type": "string"
|
|
7398
|
-
},
|
|
7399
|
-
"rowIndex": {
|
|
7400
|
-
"type": "integer",
|
|
7401
|
-
"minimum": 0
|
|
7402
|
-
}
|
|
7403
|
-
},
|
|
7404
|
-
"additionalProperties": false,
|
|
7405
|
-
"required": [
|
|
7406
|
-
"kind",
|
|
7407
|
-
"rowIndex"
|
|
7408
|
-
]
|
|
7409
|
-
},
|
|
7410
|
-
{
|
|
7411
|
-
"type": "object",
|
|
7412
|
-
"properties": {
|
|
7413
|
-
"kind": {
|
|
7414
|
-
"const": "before",
|
|
7415
|
-
"type": "string"
|
|
7416
|
-
},
|
|
7417
|
-
"target": {
|
|
7418
|
-
"$ref": "#/$defs/TableRowAddress"
|
|
7419
|
-
}
|
|
7420
|
-
},
|
|
7421
|
-
"additionalProperties": false,
|
|
7422
|
-
"required": [
|
|
7423
|
-
"kind",
|
|
7424
|
-
"target"
|
|
7425
|
-
]
|
|
7426
|
-
},
|
|
7427
|
-
{
|
|
7428
|
-
"type": "object",
|
|
7429
|
-
"properties": {
|
|
7430
|
-
"kind": {
|
|
7431
|
-
"const": "after",
|
|
7432
|
-
"type": "string"
|
|
7433
|
-
},
|
|
7434
|
-
"target": {
|
|
7435
|
-
"$ref": "#/$defs/TableRowAddress"
|
|
7436
|
-
}
|
|
7437
|
-
},
|
|
7438
|
-
"additionalProperties": false,
|
|
7439
|
-
"required": [
|
|
7440
|
-
"kind",
|
|
7441
|
-
"target"
|
|
7442
|
-
]
|
|
7443
|
-
},
|
|
7444
|
-
{
|
|
7445
|
-
"type": "object",
|
|
7446
|
-
"properties": {
|
|
7447
|
-
"kind": {
|
|
7448
|
-
"const": "before",
|
|
7449
|
-
"type": "string"
|
|
7450
|
-
},
|
|
7451
|
-
"nodeId": {
|
|
7452
|
-
"type": "string"
|
|
7453
|
-
}
|
|
7454
|
-
},
|
|
7455
|
-
"additionalProperties": false,
|
|
7456
|
-
"required": [
|
|
7457
|
-
"kind",
|
|
7458
|
-
"nodeId"
|
|
7459
|
-
]
|
|
7460
|
-
},
|
|
7461
|
-
{
|
|
7462
|
-
"type": "object",
|
|
7463
|
-
"properties": {
|
|
7464
|
-
"kind": {
|
|
7465
|
-
"const": "after",
|
|
7466
|
-
"type": "string"
|
|
7467
|
-
},
|
|
7468
|
-
"nodeId": {
|
|
7469
|
-
"type": "string"
|
|
7470
|
-
}
|
|
7471
|
-
},
|
|
7472
|
-
"additionalProperties": false,
|
|
7473
|
-
"required": [
|
|
7474
|
-
"kind",
|
|
7475
|
-
"nodeId"
|
|
7476
|
-
]
|
|
7477
|
-
}
|
|
7478
|
-
],
|
|
7479
|
-
"description": "Required for action 'move_row'."
|
|
7329
|
+
"description": "Only for actions 'insert_row', 'delete_row', 'set_row', 'set_row_options', 'unmerge_cells', 'set_cell_text'. Omit for other actions."
|
|
7480
7330
|
},
|
|
7481
7331
|
"heightPt": {
|
|
7482
7332
|
"type": "number",
|