@superdoc-dev/sdk 1.16.0-next.35 → 1.16.0-next.37
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 +2 -0
- package/dist/generated/client.d.ts +465 -2
- package/dist/generated/client.d.ts.map +1 -1
- package/dist/generated/client.js +2 -0
- package/dist/generated/contract.cjs +1036 -59
- package/dist/generated/contract.d.ts.map +1 -1
- package/dist/generated/contract.js +1036 -59
- 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/tools-policy.json +1 -1
package/dist/generated/client.js
CHANGED
|
@@ -112,6 +112,7 @@ export function createDocApi(runtime) {
|
|
|
112
112
|
setMarkRunProps: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.setMarkRunProps"], params, options), "result"),
|
|
113
113
|
setDirection: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.setDirection"], params, options), "result"),
|
|
114
114
|
clearDirection: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.clearDirection"], params, options), "result"),
|
|
115
|
+
setNumbering: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.setNumbering"], params, options), "result"),
|
|
115
116
|
},
|
|
116
117
|
},
|
|
117
118
|
styles: {
|
|
@@ -650,6 +651,7 @@ export function createBoundDocApi(runtime) {
|
|
|
650
651
|
setMarkRunProps: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.setMarkRunProps"], params, options), "result"),
|
|
651
652
|
setDirection: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.setDirection"], params, options), "result"),
|
|
652
653
|
clearDirection: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.clearDirection"], params, options), "result"),
|
|
654
|
+
setNumbering: async (params = {}, options) => unwrapEnvelope(await runtime.invoke(CONTRACT.operations["doc.format.paragraph.setNumbering"], params, options), "result"),
|
|
653
655
|
},
|
|
654
656
|
},
|
|
655
657
|
styles: {
|