@superdoc-dev/sdk 1.16.0-next.5 → 1.16.0-next.50
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 +8 -0
- package/dist/generated/client.d.ts +55931 -4682
- package/dist/generated/client.d.ts.map +1 -1
- package/dist/generated/client.js +8 -0
- package/dist/generated/contract.cjs +118331 -28612
- package/dist/generated/contract.d.ts.map +1 -1
- package/dist/generated/contract.js +118458 -28556
- 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 +2575 -130
- package/tools/tools-policy.json +1 -1
- package/tools/tools.anthropic.json +2570 -111
- package/tools/tools.generic.json +2570 -111
- package/tools/tools.openai.json +2570 -111
- package/tools/tools.vercel.json +2570 -111
package/dist/generated/client.js
CHANGED
|
@@ -108,6 +108,7 @@ export function createDocApi(runtime) {
|
|
|
108
108
|
clearShading: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.clearShading"], params, options), "result"),
|
|
109
109
|
setDirection: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.setDirection"], params, options), "result"),
|
|
110
110
|
clearDirection: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.clearDirection"], params, options), "result"),
|
|
111
|
+
setNumbering: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.setNumbering"], params, options), "result"),
|
|
111
112
|
},
|
|
112
113
|
},
|
|
113
114
|
styles: {
|
|
@@ -215,6 +216,9 @@ export function createDocApi(runtime) {
|
|
|
215
216
|
preview: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.mutations.preview"], params, options), "result"),
|
|
216
217
|
apply: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.mutations.apply"], params, options), "result"),
|
|
217
218
|
},
|
|
219
|
+
plan: {
|
|
220
|
+
execute: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.plan.execute"], params, options), "result"),
|
|
221
|
+
},
|
|
218
222
|
capabilities: {
|
|
219
223
|
get: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.capabilities.get"], params, options), "capabilities"),
|
|
220
224
|
},
|
|
@@ -633,6 +637,7 @@ export function createBoundDocApi(runtime) {
|
|
|
633
637
|
clearShading: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.clearShading"], params, options), "result"),
|
|
634
638
|
setDirection: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.setDirection"], params, options), "result"),
|
|
635
639
|
clearDirection: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.clearDirection"], params, options), "result"),
|
|
640
|
+
setNumbering: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.setNumbering"], params, options), "result"),
|
|
636
641
|
},
|
|
637
642
|
},
|
|
638
643
|
styles: {
|
|
@@ -740,6 +745,9 @@ export function createBoundDocApi(runtime) {
|
|
|
740
745
|
preview: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.mutations.preview"], params, options), "result"),
|
|
741
746
|
apply: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.mutations.apply"], params, options), "result"),
|
|
742
747
|
},
|
|
748
|
+
plan: {
|
|
749
|
+
execute: async (params, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.plan.execute"], params, options), "result"),
|
|
750
|
+
},
|
|
743
751
|
capabilities: {
|
|
744
752
|
get: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.capabilities.get"], params, options), "capabilities"),
|
|
745
753
|
},
|