@superdoc-dev/sdk 1.16.0-next.36 → 1.16.0-next.38

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.
@@ -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: {