@superdoc-dev/sdk 1.19.1 → 1.19.2
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
package/dist/generated/client.js
CHANGED
|
@@ -42,9 +42,6 @@ export function createDocApi(runtime) {
|
|
|
42
42
|
list: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.blocks.list"], params, options), "result"),
|
|
43
43
|
delete: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.blocks.delete"], params, options), "result"),
|
|
44
44
|
deleteRange: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.blocks.deleteRange"], params, options), "result"),
|
|
45
|
-
split: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.blocks.split"], params, options), "result"),
|
|
46
|
-
merge: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.blocks.merge"], params, options), "result"),
|
|
47
|
-
move: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.blocks.move"], params, options), "result"),
|
|
48
45
|
},
|
|
49
46
|
format: {
|
|
50
47
|
apply: (params = {}, options) => runtime.invoke(CONTRACT.operations["doc.format.apply"], params, options),
|
|
@@ -109,7 +106,6 @@ export function createDocApi(runtime) {
|
|
|
109
106
|
clearBorder: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.clearBorder"], params, options), "result"),
|
|
110
107
|
setShading: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.setShading"], params, options), "result"),
|
|
111
108
|
clearShading: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.clearShading"], params, options), "result"),
|
|
112
|
-
setMarkRunProps: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.setMarkRunProps"], params, options), "result"),
|
|
113
109
|
setDirection: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.setDirection"], params, options), "result"),
|
|
114
110
|
clearDirection: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.clearDirection"], params, options), "result"),
|
|
115
111
|
setNumbering: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.setNumbering"], params, options), "result"),
|
|
@@ -194,11 +190,6 @@ export function createDocApi(runtime) {
|
|
|
194
190
|
setLevelText: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.lists.setLevelText"], params, options), "result"),
|
|
195
191
|
setLevelStart: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.lists.setLevelStart"], params, options), "result"),
|
|
196
192
|
setLevelLayout: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.lists.setLevelLayout"], params, options), "result"),
|
|
197
|
-
getState: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.lists.getState"], params, options), "result"),
|
|
198
|
-
apply: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.lists.apply"], params, options), "result"),
|
|
199
|
-
continue: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.lists.continue"], params, options), "result"),
|
|
200
|
-
restart: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.lists.restart"], params, options), "result"),
|
|
201
|
-
remove: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.lists.remove"], params, options), "result"),
|
|
202
193
|
},
|
|
203
194
|
comments: {
|
|
204
195
|
create: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.comments.create"], params, options), "receipt"),
|
|
@@ -241,7 +232,6 @@ export function createDocApi(runtime) {
|
|
|
241
232
|
setLayout: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.tables.setLayout"], params, options), "result"),
|
|
242
233
|
insertRow: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.tables.insertRow"], params, options), "result"),
|
|
243
234
|
deleteRow: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.tables.deleteRow"], params, options), "result"),
|
|
244
|
-
moveRow: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.tables.moveRow"], params, options), "result"),
|
|
245
235
|
setRowHeight: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.tables.setRowHeight"], params, options), "result"),
|
|
246
236
|
distributeRows: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.tables.distributeRows"], params, options), "result"),
|
|
247
237
|
setRowOptions: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.tables.setRowOptions"], params, options), "result"),
|
|
@@ -581,9 +571,6 @@ export function createBoundDocApi(runtime) {
|
|
|
581
571
|
list: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.blocks.list"], params, options), "result"),
|
|
582
572
|
delete: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.blocks.delete"], params, options), "result"),
|
|
583
573
|
deleteRange: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.blocks.deleteRange"], params, options), "result"),
|
|
584
|
-
split: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.blocks.split"], params, options), "result"),
|
|
585
|
-
merge: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.blocks.merge"], params, options), "result"),
|
|
586
|
-
move: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.blocks.move"], params, options), "result"),
|
|
587
574
|
},
|
|
588
575
|
format: {
|
|
589
576
|
apply: (params = {}, options) => runtime.invoke(CONTRACT.operations["doc.format.apply"], params, options),
|
|
@@ -648,7 +635,6 @@ export function createBoundDocApi(runtime) {
|
|
|
648
635
|
clearBorder: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.clearBorder"], params, options), "result"),
|
|
649
636
|
setShading: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.setShading"], params, options), "result"),
|
|
650
637
|
clearShading: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.clearShading"], params, options), "result"),
|
|
651
|
-
setMarkRunProps: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.setMarkRunProps"], params, options), "result"),
|
|
652
638
|
setDirection: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.setDirection"], params, options), "result"),
|
|
653
639
|
clearDirection: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.clearDirection"], params, options), "result"),
|
|
654
640
|
setNumbering: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.setNumbering"], params, options), "result"),
|
|
@@ -733,11 +719,6 @@ export function createBoundDocApi(runtime) {
|
|
|
733
719
|
setLevelText: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.lists.setLevelText"], params, options), "result"),
|
|
734
720
|
setLevelStart: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.lists.setLevelStart"], params, options), "result"),
|
|
735
721
|
setLevelLayout: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.lists.setLevelLayout"], params, options), "result"),
|
|
736
|
-
getState: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.lists.getState"], params, options), "result"),
|
|
737
|
-
apply: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.lists.apply"], params, options), "result"),
|
|
738
|
-
continue: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.lists.continue"], params, options), "result"),
|
|
739
|
-
restart: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.lists.restart"], params, options), "result"),
|
|
740
|
-
remove: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.lists.remove"], params, options), "result"),
|
|
741
722
|
},
|
|
742
723
|
comments: {
|
|
743
724
|
create: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.comments.create"], params, options), "receipt"),
|
|
@@ -780,7 +761,6 @@ export function createBoundDocApi(runtime) {
|
|
|
780
761
|
setLayout: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.tables.setLayout"], params, options), "result"),
|
|
781
762
|
insertRow: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.tables.insertRow"], params, options), "result"),
|
|
782
763
|
deleteRow: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.tables.deleteRow"], params, options), "result"),
|
|
783
|
-
moveRow: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.tables.moveRow"], params, options), "result"),
|
|
784
764
|
setRowHeight: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.tables.setRowHeight"], params, options), "result"),
|
|
785
765
|
distributeRows: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.tables.distributeRows"], params, options), "result"),
|
|
786
766
|
setRowOptions: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.tables.setRowOptions"], params, options), "result"),
|