superdoc 2.2.0 → 2.3.0

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.
Files changed (687) hide show
  1. package/AGENTS.md +337 -0
  2. package/LICENSE +661 -0
  3. package/NOTICE +8 -0
  4. package/README.md +107 -0
  5. package/dist/chunks/FindReplaceSurface-BEW-1NhM.es.js +344 -0
  6. package/dist/chunks/FindReplaceSurface-DLxnCQOB.cjs +346 -0
  7. package/dist/chunks/PasswordPromptSurface-BA6HHqEa.es.js +111 -0
  8. package/dist/chunks/PasswordPromptSurface-DMbfDvpQ.cjs +113 -0
  9. package/dist/chunks/PdfViewer-CNOtyS-I.es.js +531 -0
  10. package/dist/chunks/PdfViewer-CoFiGAhm.cjs +535 -0
  11. package/dist/chunks/_plugin-vue_export-helper-BTwbGDKw.cjs +11 -0
  12. package/dist/chunks/_plugin-vue_export-helper-CInC0bKI.es.js +6 -0
  13. package/dist/chunks/blank-docx-CJAXnJKp.es.js +2 -0
  14. package/dist/chunks/blank-docx-DA-G-3VB.cjs +7 -0
  15. package/dist/chunks/constants-CY3R3_kF.es.js +3 -0
  16. package/dist/chunks/constants-sbCZ2O_A.cjs +14 -0
  17. package/dist/chunks/create-super-doc-ui-CXCqHc2m.cjs +9451 -0
  18. package/dist/chunks/create-super-doc-ui-fxF2Q8Ib.es.js +9188 -0
  19. package/dist/chunks/eventemitter3-B60Fsz-a.es.js +131 -0
  20. package/dist/chunks/eventemitter3-DCfwFVNn.cjs +137 -0
  21. package/dist/chunks/jszip-BdUBlUeG.cjs +4679 -0
  22. package/dist/chunks/jszip-DzmwAHr3.es.js +4650 -0
  23. package/dist/chunks/rolldown-runtime-BJVcqBbz.es.js +43 -0
  24. package/dist/chunks/rolldown-runtime-_dR15c8t.cjs +68 -0
  25. package/dist/chunks/uuid-B2Sqk-3p.es.js +32 -0
  26. package/dist/chunks/uuid-CFp0WGVU.cjs +38 -0
  27. package/dist/collaboration-upgrade-engine.cjs +37 -0
  28. package/dist/collaboration-upgrade-engine.es.js +30 -0
  29. package/dist/document-api/src/authorities/authorities.d.ts +29 -0
  30. package/dist/document-api/src/authorities/authorities.types.d.ts +113 -0
  31. package/dist/document-api/src/blocks/blocks.d.ts +29 -0
  32. package/dist/document-api/src/bookmarks/bookmarks.d.ts +15 -0
  33. package/dist/document-api/src/bookmarks/bookmarks.types.d.ts +82 -0
  34. package/dist/document-api/src/capabilities/capabilities.d.ts +82 -0
  35. package/dist/document-api/src/captions/captions.d.ts +17 -0
  36. package/dist/document-api/src/captions/captions.types.d.ts +61 -0
  37. package/dist/document-api/src/citations/citations.d.ts +39 -0
  38. package/dist/document-api/src/citations/citations.types.d.ts +151 -0
  39. package/dist/document-api/src/clear-content/clear-content.d.ts +25 -0
  40. package/dist/document-api/src/clipboard/clipboard.d.ts +11 -0
  41. package/dist/document-api/src/comments/comments.d.ts +222 -0
  42. package/dist/document-api/src/comments/comments.types.d.ts +227 -0
  43. package/dist/document-api/src/content-controls/content-controls.d.ts +136 -0
  44. package/dist/document-api/src/content-controls/content-controls.types.d.ts +453 -0
  45. package/dist/document-api/src/contract/command-catalog.d.ts +17 -0
  46. package/dist/document-api/src/contract/index.d.ts +9 -0
  47. package/dist/document-api/src/contract/metadata-types.d.ts +30 -0
  48. package/dist/document-api/src/contract/operation-definitions.d.ts +3645 -0
  49. package/dist/document-api/src/contract/operation-map.d.ts +5 -0
  50. package/dist/document-api/src/contract/operation-registry.d.ts +2002 -0
  51. package/dist/document-api/src/contract/reference-aliases.d.ts +19 -0
  52. package/dist/document-api/src/contract/reference-doc-map.d.ts +12 -0
  53. package/dist/document-api/src/contract/schemas.d.ts +35 -0
  54. package/dist/document-api/src/contract/step-op-catalog.d.ts +26 -0
  55. package/dist/document-api/src/contract/types.d.ts +31 -0
  56. package/dist/document-api/src/create/create.d.ts +27 -0
  57. package/dist/document-api/src/cross-refs/cross-refs.d.ts +15 -0
  58. package/dist/document-api/src/cross-refs/cross-refs.types.d.ts +68 -0
  59. package/dist/document-api/src/customXml/customXml.d.ts +19 -0
  60. package/dist/document-api/src/customXml/customXml.types.d.ts +148 -0
  61. package/dist/document-api/src/delete/delete.d.ts +20 -0
  62. package/dist/document-api/src/diff/diff.d.ts +14 -0
  63. package/dist/document-api/src/diff/diff.types.d.ts +83 -0
  64. package/dist/document-api/src/diff/index.d.ts +3 -0
  65. package/dist/document-api/src/errors.d.ts +11 -0
  66. package/dist/document-api/src/export/export.d.ts +10 -0
  67. package/dist/document-api/src/export/export.types.d.ts +40 -0
  68. package/dist/document-api/src/extract/extract.d.ts +15 -0
  69. package/dist/document-api/src/fields/fields.d.ts +15 -0
  70. package/dist/document-api/src/fields/fields.types.d.ts +90 -0
  71. package/dist/document-api/src/find/find.d.ts +52 -0
  72. package/dist/document-api/src/footnotes/footnotes.d.ts +17 -0
  73. package/dist/document-api/src/footnotes/footnotes.types.d.ts +104 -0
  74. package/dist/document-api/src/format/format.d.ts +92 -0
  75. package/dist/document-api/src/format/inline-run-patch.d.ts +138 -0
  76. package/dist/document-api/src/get/get.d.ts +19 -0
  77. package/dist/document-api/src/get-html/get-html.d.ts +27 -0
  78. package/dist/document-api/src/get-markdown/get-markdown.d.ts +22 -0
  79. package/dist/document-api/src/get-node/get-node.d.ts +46 -0
  80. package/dist/document-api/src/get-text/get-text.d.ts +22 -0
  81. package/dist/document-api/src/header-footers/header-footers.d.ts +37 -0
  82. package/dist/document-api/src/header-footers/header-footers.types.d.ts +116 -0
  83. package/dist/document-api/src/history/history.d.ts +38 -0
  84. package/dist/document-api/src/history/history.types.d.ts +100 -0
  85. package/dist/document-api/src/hyperlinks/hyperlinks.d.ts +17 -0
  86. package/dist/document-api/src/hyperlinks/hyperlinks.types.d.ts +112 -0
  87. package/dist/document-api/src/images/images.d.ts +63 -0
  88. package/dist/document-api/src/images/images.types.d.ts +209 -0
  89. package/dist/document-api/src/images/z-order.d.ts +10 -0
  90. package/dist/document-api/src/index/index.d.ts +29 -0
  91. package/dist/document-api/src/index/index.types.d.ts +125 -0
  92. package/dist/document-api/src/index.d.ts +560 -0
  93. package/dist/document-api/src/info/info.d.ts +19 -0
  94. package/dist/document-api/src/inline-semantics/directives.d.ts +95 -0
  95. package/dist/document-api/src/inline-semantics/error-types.d.ts +68 -0
  96. package/dist/document-api/src/inline-semantics/index.d.ts +20 -0
  97. package/dist/document-api/src/inline-semantics/property-ids.d.ts +24 -0
  98. package/dist/document-api/src/inline-semantics/token-parsers.d.ts +59 -0
  99. package/dist/document-api/src/inline-semantics/token-sets.d.ts +34 -0
  100. package/dist/document-api/src/insert/insert.d.ts +65 -0
  101. package/dist/document-api/src/invoke/invoke.d.ts +17 -0
  102. package/dist/document-api/src/lists/lists.d.ts +100 -0
  103. package/dist/document-api/src/lists/lists.types.d.ts +499 -0
  104. package/dist/document-api/src/markdown-to-fragment/markdown-to-fragment.d.ts +15 -0
  105. package/dist/document-api/src/metadata/anchored-metadata.d.ts +33 -0
  106. package/dist/document-api/src/metadata/anchored-metadata.types.d.ts +175 -0
  107. package/dist/document-api/src/paragraphs/paragraphs.d.ts +84 -0
  108. package/dist/document-api/src/paragraphs/paragraphs.types.d.ts +214 -0
  109. package/dist/document-api/src/permission-ranges/permission-ranges.d.ts +15 -0
  110. package/dist/document-api/src/permission-ranges/permission-ranges.types.d.ts +49 -0
  111. package/dist/document-api/src/plan/plan.d.ts +73 -0
  112. package/dist/document-api/src/protection/protection.d.ts +11 -0
  113. package/dist/document-api/src/protection/protection.types.d.ts +47 -0
  114. package/dist/document-api/src/ranges/index.d.ts +2 -0
  115. package/dist/document-api/src/ranges/ranges.types.d.ts +121 -0
  116. package/dist/document-api/src/ranges/resolve.d.ts +2 -0
  117. package/dist/document-api/src/receipt-bridge.d.ts +30 -0
  118. package/dist/document-api/src/replace/replace.d.ts +24 -0
  119. package/dist/document-api/src/sections/sections.d.ts +42 -0
  120. package/dist/document-api/src/sections/sections.types.d.ts +236 -0
  121. package/dist/document-api/src/selection/selection.d.ts +23 -0
  122. package/dist/document-api/src/selection/selection.types.d.ts +85 -0
  123. package/dist/document-api/src/selection-mutation.d.ts +46 -0
  124. package/dist/document-api/src/styles/apply.d.ts +142 -0
  125. package/dist/document-api/src/styles/catalog.d.ts +154 -0
  126. package/dist/document-api/src/styles/index.d.ts +14 -0
  127. package/dist/document-api/src/styles/registry.d.ts +43 -0
  128. package/dist/document-api/src/styles/schema.d.ts +9 -0
  129. package/dist/document-api/src/styles/validation.d.ts +38 -0
  130. package/dist/document-api/src/tables/color-formats.d.ts +12 -0
  131. package/dist/document-api/src/tables/tables.d.ts +83 -0
  132. package/dist/document-api/src/templates/apply.d.ts +160 -0
  133. package/dist/document-api/src/templates/index.d.ts +7 -0
  134. package/dist/document-api/src/toc/toc.d.ts +25 -0
  135. package/dist/document-api/src/toc/toc.types.d.ts +247 -0
  136. package/dist/document-api/src/track-changes/track-changes.d.ts +177 -0
  137. package/dist/document-api/src/types/adapter-result.d.ts +10 -0
  138. package/dist/document-api/src/types/address.d.ts +169 -0
  139. package/dist/document-api/src/types/base.d.ts +89 -0
  140. package/dist/document-api/src/types/blocks.types.d.ts +190 -0
  141. package/dist/document-api/src/types/clipboard.d.ts +216 -0
  142. package/dist/document-api/src/types/comments.types.d.ts +17 -0
  143. package/dist/document-api/src/types/create.types.d.ts +56 -0
  144. package/dist/document-api/src/types/discovery.d.ts +99 -0
  145. package/dist/document-api/src/types/extract.types.d.ts +163 -0
  146. package/dist/document-api/src/types/fragment.d.ts +29 -0
  147. package/dist/document-api/src/types/index.d.ts +30 -0
  148. package/dist/document-api/src/types/info.types.d.ts +109 -0
  149. package/dist/document-api/src/types/inline.types.d.ts +28 -0
  150. package/dist/document-api/src/types/media.types.d.ts +72 -0
  151. package/dist/document-api/src/types/mutation-plan.types.d.ts +264 -0
  152. package/dist/document-api/src/types/node.d.ts +9 -0
  153. package/dist/document-api/src/types/paragraph.types.d.ts +61 -0
  154. package/dist/document-api/src/types/placement.d.ts +24 -0
  155. package/dist/document-api/src/types/query-match.types.d.ts +212 -0
  156. package/dist/document-api/src/types/query.d.ts +133 -0
  157. package/dist/document-api/src/types/receipt.d.ts +191 -0
  158. package/dist/document-api/src/types/references.types.d.ts +9 -0
  159. package/dist/document-api/src/types/sd-contract.d.ts +54 -0
  160. package/dist/document-api/src/types/sd-envelope.d.ts +59 -0
  161. package/dist/document-api/src/types/sd-nodes.d.ts +375 -0
  162. package/dist/document-api/src/types/sd-objects.d.ts +144 -0
  163. package/dist/document-api/src/types/sd-props.d.ts +240 -0
  164. package/dist/document-api/src/types/sd-sections.d.ts +126 -0
  165. package/dist/document-api/src/types/sd-styles.d.ts +36 -0
  166. package/dist/document-api/src/types/step-manifest.types.d.ts +30 -0
  167. package/dist/document-api/src/types/story.types.d.ts +123 -0
  168. package/dist/document-api/src/types/structural-input.d.ts +40 -0
  169. package/dist/document-api/src/types/structured.types.d.ts +21 -0
  170. package/dist/document-api/src/types/style-policy.types.d.ts +49 -0
  171. package/dist/document-api/src/types/table-operations.types.d.ts +618 -0
  172. package/dist/document-api/src/types/tables.types.d.ts +43 -0
  173. package/dist/document-api/src/types/toc.types.d.ts +1 -0
  174. package/dist/document-api/src/types/track-changes.types.d.ts +703 -0
  175. package/dist/document-api/src/validation/create-location-validator.d.ts +2 -0
  176. package/dist/document-api/src/validation/fragment-validator.d.ts +13 -0
  177. package/dist/document-api/src/validation/selection-target-validator.d.ts +7 -0
  178. package/dist/document-api/src/validation/story-validator.d.ts +12 -0
  179. package/dist/document-api/src/validation-primitives.d.ts +29 -0
  180. package/dist/document-api/src/write/locator.d.ts +24 -0
  181. package/dist/document-api/src/write/write.d.ts +73 -0
  182. package/dist/images/altText_add.svg +3 -0
  183. package/dist/images/altText_disclaimer.svg +3 -0
  184. package/dist/images/altText_done.svg +3 -0
  185. package/dist/images/altText_spinner.svg +30 -0
  186. package/dist/images/altText_warning.svg +3 -0
  187. package/dist/images/annotation-check.svg +11 -0
  188. package/dist/images/annotation-comment.svg +16 -0
  189. package/dist/images/annotation-help.svg +26 -0
  190. package/dist/images/annotation-insert.svg +10 -0
  191. package/dist/images/annotation-key.svg +11 -0
  192. package/dist/images/annotation-newparagraph.svg +11 -0
  193. package/dist/images/annotation-noicon.svg +7 -0
  194. package/dist/images/annotation-note.svg +42 -0
  195. package/dist/images/annotation-paperclip.svg +6 -0
  196. package/dist/images/annotation-paragraph.svg +16 -0
  197. package/dist/images/annotation-pushpin.svg +7 -0
  198. package/dist/images/checkmark.svg +5 -0
  199. package/dist/images/comment-actionsButton.svg +3 -0
  200. package/dist/images/comment-closeButton.svg +3 -0
  201. package/dist/images/comment-editButton.svg +8 -0
  202. package/dist/images/comment-popup-editButton.svg +5 -0
  203. package/dist/images/cursor-editorFreeHighlight.svg +6 -0
  204. package/dist/images/cursor-editorFreeText.svg +3 -0
  205. package/dist/images/cursor-editorInk.svg +4 -0
  206. package/dist/images/cursor-editorTextHighlight.svg +8 -0
  207. package/dist/images/editor-toolbar-delete.svg +5 -0
  208. package/dist/images/editor-toolbar-edit.svg +3 -0
  209. package/dist/images/findbarButton-next.svg +3 -0
  210. package/dist/images/findbarButton-previous.svg +3 -0
  211. package/dist/images/gv-toolbarButton-download.svg +3 -0
  212. package/dist/images/loading-icon.gif +0 -0
  213. package/dist/images/loading.svg +1 -0
  214. package/dist/images/messageBar_closingButton.svg +3 -0
  215. package/dist/images/messageBar_info.svg +3 -0
  216. package/dist/images/messageBar_warning.svg +3 -0
  217. package/dist/images/pages_closeButton.svg +3 -0
  218. package/dist/images/pages_selected.svg +7 -0
  219. package/dist/images/pages_viewArrow.svg +3 -0
  220. package/dist/images/pages_viewButton.svg +3 -0
  221. package/dist/images/secondaryToolbarButton-documentProperties.svg +3 -0
  222. package/dist/images/secondaryToolbarButton-firstPage.svg +3 -0
  223. package/dist/images/secondaryToolbarButton-handTool.svg +3 -0
  224. package/dist/images/secondaryToolbarButton-lastPage.svg +3 -0
  225. package/dist/images/secondaryToolbarButton-rotateCcw.svg +3 -0
  226. package/dist/images/secondaryToolbarButton-rotateCw.svg +3 -0
  227. package/dist/images/secondaryToolbarButton-scrollHorizontal.svg +3 -0
  228. package/dist/images/secondaryToolbarButton-scrollPage.svg +3 -0
  229. package/dist/images/secondaryToolbarButton-scrollVertical.svg +3 -0
  230. package/dist/images/secondaryToolbarButton-scrollWrapped.svg +3 -0
  231. package/dist/images/secondaryToolbarButton-selectTool.svg +3 -0
  232. package/dist/images/secondaryToolbarButton-spreadEven.svg +3 -0
  233. package/dist/images/secondaryToolbarButton-spreadNone.svg +3 -0
  234. package/dist/images/secondaryToolbarButton-spreadOdd.svg +3 -0
  235. package/dist/images/toolbarButton-bookmark.svg +3 -0
  236. package/dist/images/toolbarButton-currentOutlineItem.svg +3 -0
  237. package/dist/images/toolbarButton-download.svg +4 -0
  238. package/dist/images/toolbarButton-editorFreeText.svg +5 -0
  239. package/dist/images/toolbarButton-editorHighlight.svg +6 -0
  240. package/dist/images/toolbarButton-editorInk.svg +4 -0
  241. package/dist/images/toolbarButton-editorSignature.svg +6 -0
  242. package/dist/images/toolbarButton-editorStamp.svg +8 -0
  243. package/dist/images/toolbarButton-menuArrow.svg +3 -0
  244. package/dist/images/toolbarButton-openFile.svg +3 -0
  245. package/dist/images/toolbarButton-pageDown.svg +3 -0
  246. package/dist/images/toolbarButton-pageUp.svg +3 -0
  247. package/dist/images/toolbarButton-presentationMode.svg +3 -0
  248. package/dist/images/toolbarButton-print.svg +3 -0
  249. package/dist/images/toolbarButton-search.svg +3 -0
  250. package/dist/images/toolbarButton-secondaryToolbarToggle.svg +3 -0
  251. package/dist/images/toolbarButton-viewAttachments.svg +3 -0
  252. package/dist/images/toolbarButton-viewLayers.svg +3 -0
  253. package/dist/images/toolbarButton-viewOutline.svg +3 -0
  254. package/dist/images/toolbarButton-viewThumbnail.svg +3 -0
  255. package/dist/images/toolbarButton-viewsManagerToggle.svg +3 -0
  256. package/dist/images/toolbarButton-zoomIn.svg +3 -0
  257. package/dist/images/toolbarButton-zoomOut.svg +3 -0
  258. package/dist/images/treeitem-collapsed.svg +1 -0
  259. package/dist/images/treeitem-expanded.svg +1 -0
  260. package/dist/layout-engine/contracts/src/author-colors.d.ts +56 -0
  261. package/dist/layout-engine/contracts/src/cell-spacing.d.ts +12 -0
  262. package/dist/layout-engine/contracts/src/clip-path-inset.d.ts +27 -0
  263. package/dist/layout-engine/contracts/src/column-layout.d.ts +79 -0
  264. package/dist/layout-engine/contracts/src/direction-context.d.ts +219 -0
  265. package/dist/layout-engine/contracts/src/drawing-taxonomy.d.ts +126 -0
  266. package/dist/layout-engine/contracts/src/engines/image-wrap.d.ts +54 -0
  267. package/dist/layout-engine/contracts/src/engines/index.d.ts +17 -0
  268. package/dist/layout-engine/contracts/src/engines/lists.d.ts +57 -0
  269. package/dist/layout-engine/contracts/src/engines/paragraph.d.ts +59 -0
  270. package/dist/layout-engine/contracts/src/engines/tables.d.ts +89 -0
  271. package/dist/layout-engine/contracts/src/engines/tabs.d.ts +117 -0
  272. package/dist/layout-engine/contracts/src/graphic-placement.d.ts +76 -0
  273. package/dist/layout-engine/contracts/src/header-footer-inheritance.d.ts +22 -0
  274. package/dist/layout-engine/contracts/src/header-footer-resolution.d.ts +28 -0
  275. package/dist/layout-engine/contracts/src/incremental-dependency.d.ts +10 -0
  276. package/dist/layout-engine/contracts/src/index.d.ts +2459 -0
  277. package/dist/layout-engine/contracts/src/justify-utils.d.ts +98 -0
  278. package/dist/layout-engine/contracts/src/layout-identity.d.ts +136 -0
  279. package/dist/layout-engine/contracts/src/ooxml-z-index.d.ts +46 -0
  280. package/dist/layout-engine/contracts/src/page-number-formatting.d.ts +26 -0
  281. package/dist/layout-engine/contracts/src/page-ref-anchor.d.ts +2 -0
  282. package/dist/layout-engine/contracts/src/pm-range.d.ts +45 -0
  283. package/dist/layout-engine/contracts/src/resolved-layout.d.ts +541 -0
  284. package/dist/layout-engine/contracts/src/run-helpers.d.ts +23 -0
  285. package/dist/layout-engine/contracts/src/sdt-container.d.ts +13 -0
  286. package/dist/layout-engine/contracts/src/segment-geometry.d.ts +192 -0
  287. package/dist/layout-engine/contracts/src/semantic-colors.d.ts +150 -0
  288. package/dist/layout-engine/contracts/src/table-cell-spacing.d.ts +12 -0
  289. package/dist/layout-engine/contracts/src/table-column-rescale.d.ts +13 -0
  290. package/dist/layout-engine/contracts/src/vertical-text.d.ts +43 -0
  291. package/dist/layout-engine/dom-contract/src/class-names.d.ts +62 -0
  292. package/dist/layout-engine/dom-contract/src/data-attrs.d.ts +103 -0
  293. package/dist/layout-engine/dom-contract/src/index.d.ts +18 -0
  294. package/dist/layout-engine/dom-contract/src/selectors.d.ts +47 -0
  295. package/dist/layout-engine/layout-bridge/src/cache-warmer.d.ts +73 -0
  296. package/dist/layout-engine/layout-bridge/src/cache.d.ts +143 -0
  297. package/dist/layout-engine/layout-bridge/src/cacheInvalidation.d.ts +117 -0
  298. package/dist/layout-engine/layout-bridge/src/cursor-renderer.d.ts +201 -0
  299. package/dist/layout-engine/layout-bridge/src/debounced-passes.d.ts +130 -0
  300. package/dist/layout-engine/layout-bridge/src/diff.d.ts +36 -0
  301. package/dist/layout-engine/layout-bridge/src/dirty-tracker.d.ts +128 -0
  302. package/dist/layout-engine/layout-bridge/src/dom-mapping.d.ts +80 -0
  303. package/dist/layout-engine/layout-bridge/src/featureFlags.d.ts +95 -0
  304. package/dist/layout-engine/layout-bridge/src/field-annotation-key.d.ts +2 -0
  305. package/dist/layout-engine/layout-bridge/src/focus-watchdog.d.ts +170 -0
  306. package/dist/layout-engine/layout-bridge/src/font-metrics-cache.d.ts +164 -0
  307. package/dist/layout-engine/layout-bridge/src/footnote-scorer.d.ts +63 -0
  308. package/dist/layout-engine/layout-bridge/src/headerFooterUtils.d.ts +218 -0
  309. package/dist/layout-engine/layout-bridge/src/ime-handler.d.ts +81 -0
  310. package/dist/layout-engine/layout-bridge/src/incrementalLayout.d.ts +390 -0
  311. package/dist/layout-engine/layout-bridge/src/index.d.ts +211 -0
  312. package/dist/layout-engine/layout-bridge/src/instrumentation.d.ts +245 -0
  313. package/dist/layout-engine/layout-bridge/src/layoutHeaderFooter.d.ts +123 -0
  314. package/dist/layout-engine/layout-bridge/src/list-indent-utils.d.ts +205 -0
  315. package/dist/layout-engine/layout-bridge/src/local-paragraph-layout.d.ts +93 -0
  316. package/dist/layout-engine/layout-bridge/src/neutral-hit.d.ts +142 -0
  317. package/dist/layout-engine/layout-bridge/src/neutral-segment-geometry.d.ts +32 -0
  318. package/dist/layout-engine/layout-bridge/src/page-geometry-helper.d.ts +197 -0
  319. package/dist/layout-engine/layout-bridge/src/paragraph-hash-utils.d.ts +126 -0
  320. package/dist/layout-engine/layout-bridge/src/paragraph-line-cache.d.ts +152 -0
  321. package/dist/layout-engine/layout-bridge/src/performance-metrics.d.ts +249 -0
  322. package/dist/layout-engine/layout-bridge/src/pm-dom-fallback.d.ts +188 -0
  323. package/dist/layout-engine/layout-bridge/src/pm-position-validator.d.ts +100 -0
  324. package/dist/layout-engine/layout-bridge/src/position-hit.d.ts +167 -0
  325. package/dist/layout-engine/layout-bridge/src/remeasure.d.ts +75 -0
  326. package/dist/layout-engine/layout-bridge/src/resolveHeaderFooterTokens.d.ts +76 -0
  327. package/dist/layout-engine/layout-bridge/src/rtl-text-geometry.d.ts +34 -0
  328. package/dist/layout-engine/layout-bridge/src/run-visual-marks.d.ts +12 -0
  329. package/dist/layout-engine/layout-bridge/src/safety-net.d.ts +234 -0
  330. package/dist/layout-engine/layout-bridge/src/sectionAwareHeaderFooter.d.ts +15 -0
  331. package/dist/layout-engine/layout-bridge/src/table-handler.d.ts +86 -0
  332. package/dist/layout-engine/layout-bridge/src/text-boundaries.d.ts +17 -0
  333. package/dist/layout-engine/layout-bridge/src/text-measurement.d.ts +69 -0
  334. package/dist/layout-engine/layout-bridge/src/track-changes-handler.d.ts +90 -0
  335. package/dist/layout-engine/layout-bridge/src/tracked-changes-utils.d.ts +41 -0
  336. package/dist/layout-engine/layout-engine/src/anchors.d.ts +52 -0
  337. package/dist/layout-engine/layout-engine/src/column-balancing.d.ts +255 -0
  338. package/dist/layout-engine/layout-engine/src/column-utils.d.ts +1 -0
  339. package/dist/layout-engine/layout-engine/src/floating-objects.d.ts +60 -0
  340. package/dist/layout-engine/layout-engine/src/floating-table-anchor.d.ts +21 -0
  341. package/dist/layout-engine/layout-engine/src/index.d.ts +349 -0
  342. package/dist/layout-engine/layout-engine/src/layout-drawing.d.ts +60 -0
  343. package/dist/layout-engine/layout-engine/src/layout-image.d.ts +16 -0
  344. package/dist/layout-engine/layout-engine/src/layout-paragraph.d.ts +101 -0
  345. package/dist/layout-engine/layout-engine/src/layout-table.d.ts +71 -0
  346. package/dist/layout-engine/layout-engine/src/layout-textbox.d.ts +4 -0
  347. package/dist/layout-engine/layout-engine/src/layout-utils.d.ts +104 -0
  348. package/dist/layout-engine/layout-engine/src/normalize-header-footer-fragments.d.ts +45 -0
  349. package/dist/layout-engine/layout-engine/src/pageNumbering.d.ts +73 -0
  350. package/dist/layout-engine/layout-engine/src/paginator.d.ts +131 -0
  351. package/dist/layout-engine/layout-engine/src/paragraph-layout-eligibility.d.ts +1 -0
  352. package/dist/layout-engine/layout-engine/src/resolvePageRefs.d.ts +31 -0
  353. package/dist/layout-engine/layout-engine/src/resolvePageTokens.d.ts +82 -0
  354. package/dist/layout-engine/layout-engine/src/section-breaks.d.ts +98 -0
  355. package/dist/layout-engine/layout-engine/src/section-props.d.ts +65 -0
  356. package/dist/layout-engine/layout-engine/src/table-cell-slice.d.ts +98 -0
  357. package/dist/layout-engine/painters/dom/src/_test-utils.d.ts +21 -0
  358. package/dist/layout-engine/painters/dom/src/chart-renderer.d.ts +13 -0
  359. package/dist/layout-engine/painters/dom/src/constants.d.ts +10 -0
  360. package/dist/layout-engine/painters/dom/src/css-token.d.ts +10 -0
  361. package/dist/layout-engine/painters/dom/src/features/feature-registry.d.ts +41 -0
  362. package/dist/layout-engine/painters/dom/src/features/inline-direction/index.d.ts +22 -0
  363. package/dist/layout-engine/painters/dom/src/features/inline-direction/rtl-styles.d.ts +27 -0
  364. package/dist/layout-engine/painters/dom/src/features/inline-direction/run-direction.d.ts +75 -0
  365. package/dist/layout-engine/painters/dom/src/features/math/converters/accent.d.ts +25 -0
  366. package/dist/layout-engine/painters/dom/src/features/math/converters/bar.d.ts +16 -0
  367. package/dist/layout-engine/painters/dom/src/features/math/converters/box.d.ts +38 -0
  368. package/dist/layout-engine/painters/dom/src/features/math/converters/delimiter.d.ts +13 -0
  369. package/dist/layout-engine/painters/dom/src/features/math/converters/equation-array.d.ts +19 -0
  370. package/dist/layout-engine/painters/dom/src/features/math/converters/fraction.d.ts +13 -0
  371. package/dist/layout-engine/painters/dom/src/features/math/converters/function.d.ts +16 -0
  372. package/dist/layout-engine/painters/dom/src/features/math/converters/group-character.d.ts +26 -0
  373. package/dist/layout-engine/painters/dom/src/features/math/converters/index.d.ts +27 -0
  374. package/dist/layout-engine/painters/dom/src/features/math/converters/lower-limit.d.ts +13 -0
  375. package/dist/layout-engine/painters/dom/src/features/math/converters/math-run.d.ts +47 -0
  376. package/dist/layout-engine/painters/dom/src/features/math/converters/matrix.d.ts +23 -0
  377. package/dist/layout-engine/painters/dom/src/features/math/converters/nary.d.ts +23 -0
  378. package/dist/layout-engine/painters/dom/src/features/math/converters/phantom.d.ts +17 -0
  379. package/dist/layout-engine/painters/dom/src/features/math/converters/pre-sub-superscript.d.ts +25 -0
  380. package/dist/layout-engine/painters/dom/src/features/math/converters/radical.d.ts +14 -0
  381. package/dist/layout-engine/painters/dom/src/features/math/converters/sub-superscript.d.ts +13 -0
  382. package/dist/layout-engine/painters/dom/src/features/math/converters/subscript.d.ts +13 -0
  383. package/dist/layout-engine/painters/dom/src/features/math/converters/superscript.d.ts +13 -0
  384. package/dist/layout-engine/painters/dom/src/features/math/converters/upper-limit.d.ts +13 -0
  385. package/dist/layout-engine/painters/dom/src/features/math/index.d.ts +14 -0
  386. package/dist/layout-engine/painters/dom/src/features/math/omml-to-mathml.d.ts +18 -0
  387. package/dist/layout-engine/painters/dom/src/features/math/types.d.ts +41 -0
  388. package/dist/layout-engine/painters/dom/src/images/drawing-image.d.ts +5 -0
  389. package/dist/layout-engine/painters/dom/src/images/hyperlink.d.ts +2 -0
  390. package/dist/layout-engine/painters/dom/src/images/image-block.d.ts +15 -0
  391. package/dist/layout-engine/painters/dom/src/images/image-clip-path.d.ts +17 -0
  392. package/dist/layout-engine/painters/dom/src/images/image-fragment.d.ts +34 -0
  393. package/dist/layout-engine/painters/dom/src/images/image-selectors.d.ts +9 -0
  394. package/dist/layout-engine/painters/dom/src/images/types.d.ts +2 -0
  395. package/dist/layout-engine/painters/dom/src/index.d.ts +125 -0
  396. package/dist/layout-engine/painters/dom/src/page-content.d.ts +209 -0
  397. package/dist/layout-engine/painters/dom/src/paragraph/block-version.d.ts +8 -0
  398. package/dist/layout-engine/painters/dom/src/paragraph/borders/border-layer.d.ts +59 -0
  399. package/dist/layout-engine/painters/dom/src/paragraph/borders/group-analysis.d.ts +38 -0
  400. package/dist/layout-engine/painters/dom/src/paragraph/borders/index.d.ts +18 -0
  401. package/dist/layout-engine/painters/dom/src/paragraph/frame.d.ts +3 -0
  402. package/dist/layout-engine/painters/dom/src/paragraph/indentation.d.ts +25 -0
  403. package/dist/layout-engine/painters/dom/src/paragraph/list-marker.d.ts +51 -0
  404. package/dist/layout-engine/painters/dom/src/paragraph/marker-tracked-change.d.ts +34 -0
  405. package/dist/layout-engine/painters/dom/src/paragraph/renderParagraphContent.d.ts +87 -0
  406. package/dist/layout-engine/painters/dom/src/paragraph/renderParagraphFragment.d.ts +33 -0
  407. package/dist/layout-engine/painters/dom/src/paragraph/styles.d.ts +3 -0
  408. package/dist/layout-engine/painters/dom/src/paragraph-hash-utils.d.ts +13 -0
  409. package/dist/layout-engine/painters/dom/src/pm-position-validation.d.ts +149 -0
  410. package/dist/layout-engine/painters/dom/src/renderer.d.ts +681 -0
  411. package/dist/layout-engine/painters/dom/src/ruler/index.d.ts +41 -0
  412. package/dist/layout-engine/painters/dom/src/ruler/ruler-core.d.ts +195 -0
  413. package/dist/layout-engine/painters/dom/src/ruler/ruler-renderer.d.ts +97 -0
  414. package/dist/layout-engine/painters/dom/src/ruler/ruler-styles.d.ts +31 -0
  415. package/dist/layout-engine/painters/dom/src/runs/field-annotation-run.d.ts +14 -0
  416. package/dist/layout-engine/painters/dom/src/runs/font-synthesis.d.ts +1 -0
  417. package/dist/layout-engine/painters/dom/src/runs/formatting-marks.d.ts +3 -0
  418. package/dist/layout-engine/painters/dom/src/runs/hash.d.ts +82 -0
  419. package/dist/layout-engine/painters/dom/src/runs/image-run.d.ts +37 -0
  420. package/dist/layout-engine/painters/dom/src/runs/index.d.ts +13 -0
  421. package/dist/layout-engine/painters/dom/src/runs/links.d.ts +58 -0
  422. package/dist/layout-engine/painters/dom/src/runs/math-run.d.ts +7 -0
  423. package/dist/layout-engine/painters/dom/src/runs/render-line.d.ts +2 -0
  424. package/dist/layout-engine/painters/dom/src/runs/render-run.d.ts +12 -0
  425. package/dist/layout-engine/painters/dom/src/runs/tab-run.d.ts +66 -0
  426. package/dist/layout-engine/painters/dom/src/runs/text-run.d.ts +35 -0
  427. package/dist/layout-engine/painters/dom/src/runs/tracked-changes.d.ts +90 -0
  428. package/dist/layout-engine/painters/dom/src/runs/types.d.ts +67 -0
  429. package/dist/layout-engine/painters/dom/src/sdt/boundaries.d.ts +16 -0
  430. package/dist/layout-engine/painters/dom/src/sdt/container.d.ts +32 -0
  431. package/dist/layout-engine/painters/dom/src/sdt/dataset.d.ts +7 -0
  432. package/dist/layout-engine/painters/dom/src/sdt/inline.d.ts +9 -0
  433. package/dist/layout-engine/painters/dom/src/sdt/snapshot.d.ts +29 -0
  434. package/dist/layout-engine/painters/dom/src/styles.d.ts +71 -0
  435. package/dist/layout-engine/painters/dom/src/svg-utils.d.ts +101 -0
  436. package/dist/layout-engine/painters/dom/src/table/border-utils.d.ts +185 -0
  437. package/dist/layout-engine/painters/dom/src/table/grid-geometry.d.ts +69 -0
  438. package/dist/layout-engine/painters/dom/src/table/renderTableCell.d.ts +170 -0
  439. package/dist/layout-engine/painters/dom/src/table/renderTableFragment.d.ts +132 -0
  440. package/dist/layout-engine/painters/dom/src/table/renderTableRow.d.ts +146 -0
  441. package/dist/layout-engine/painters/dom/src/test-utils/normalize-line.d.ts +39 -0
  442. package/dist/layout-engine/painters/dom/src/utils/anchor-helpers.d.ts +3 -0
  443. package/dist/layout-engine/painters/dom/src/utils/apply-styles.d.ts +1 -0
  444. package/dist/layout-engine/painters/dom/src/utils/layout-identity.d.ts +9 -0
  445. package/dist/layout-engine/painters/dom/src/utils/source-anchor.d.ts +2 -0
  446. package/dist/layout-engine/style-engine/src/bench/resolveSdtMetadata.bench.d.ts +1 -0
  447. package/dist/layout-engine/style-engine/src/cascade.d.ts +43 -0
  448. package/dist/layout-engine/style-engine/src/index.d.ts +121 -0
  449. package/dist/layout-engine/style-engine/src/normalize/colors.d.ts +13 -0
  450. package/dist/layout-engine/style-engine/src/normalize/index.d.ts +13 -0
  451. package/dist/layout-engine/style-engine/src/normalize/paragraph-attrs.d.ts +3 -0
  452. package/dist/layout-engine/style-engine/src/normalize/run-attrs.d.ts +17 -0
  453. package/dist/layout-engine/style-engine/src/normalize/types.d.ts +36 -0
  454. package/dist/layout-engine/style-engine/src/normalize/units.d.ts +13 -0
  455. package/dist/layout-engine/style-engine/src/ooxml/index.d.ts +64 -0
  456. package/dist/layout-engine/style-engine/src/ooxml/numbering-types.d.ts +126 -0
  457. package/dist/layout-engine/style-engine/src/ooxml/styles-types.d.ts +363 -0
  458. package/dist/layout-engine/style-engine/src/ooxml/table-style-selection.d.ts +86 -0
  459. package/dist/layout-engine/style-engine/src/ooxml/types.d.ts +459 -0
  460. package/dist/layout-engine/style-engine/src/ooxml/word-style-model/parse-theme.d.ts +33 -0
  461. package/dist/layout-engine/style-engine/src/ooxml/word-style-model/parse-xml.d.ts +29 -0
  462. package/dist/public/ui-react.cjs +175 -0
  463. package/dist/public/ui-react.es.js +159 -0
  464. package/dist/public/ui.cjs +5 -0
  465. package/dist/public/ui.es.js +2 -0
  466. package/dist/shared/common/comments-types.d.ts +102 -0
  467. package/dist/shared/common/layout-constants.d.ts +7 -0
  468. package/dist/shared/common/list-marker-utils.d.ts +186 -0
  469. package/dist/shared/common/list-numbering/index.d.ts +16 -0
  470. package/dist/shared/font-system/src/activation.d.ts +64 -0
  471. package/dist/shared/font-system/src/bundled-manifest.d.ts +32 -0
  472. package/dist/shared/font-system/src/bundled.d.ts +41 -0
  473. package/dist/shared/font-system/src/document-font-options.d.ts +53 -0
  474. package/dist/shared/font-system/src/epoch.d.ts +6 -0
  475. package/dist/shared/font-system/src/font-offerings.d.ts +120 -0
  476. package/dist/shared/font-system/src/index.d.ts +35 -0
  477. package/dist/shared/font-system/src/os2.d.ts +30 -0
  478. package/dist/shared/font-system/src/registry.d.ts +188 -0
  479. package/dist/shared/font-system/src/report.d.ts +98 -0
  480. package/dist/shared/font-system/src/resolver.d.ts +215 -0
  481. package/dist/shared/font-system/src/substitution-evidence.d.ts +103 -0
  482. package/dist/shared/font-system/src/types.d.ts +128 -0
  483. package/dist/style.css +3316 -0
  484. package/dist/style.layered.css +3316 -0
  485. package/dist/superdoc/src/SuperDoc.vue.d.ts +88 -0
  486. package/dist/superdoc/src/cdn-entry.d.ts +2 -0
  487. package/dist/superdoc/src/components/CommentsLayer/CommentDialog.vue.d.ts +62 -0
  488. package/dist/superdoc/src/components/CommentsLayer/CommentHeader.vue.d.ts +26 -0
  489. package/dist/superdoc/src/components/CommentsLayer/CommentInput.vue.d.ts +19 -0
  490. package/dist/superdoc/src/components/CommentsLayer/CommentsDropdown.vue.d.ts +30 -0
  491. package/dist/superdoc/src/components/CommentsLayer/InternalDropdown.vue.d.ts +10 -0
  492. package/dist/superdoc/src/components/CommentsLayer/collect-removed-comment-ids.d.ts +1 -0
  493. package/dist/superdoc/src/components/CommentsLayer/collect-tracked-change-thread.d.ts +6 -0
  494. package/dist/superdoc/src/components/CommentsLayer/comment-schemas.d.ts +18 -0
  495. package/dist/superdoc/src/components/CommentsLayer/commentsList/commentsList.vue.d.ts +9 -0
  496. package/dist/superdoc/src/components/CommentsLayer/commentsList/super-comments-list.d.ts +21 -0
  497. package/dist/superdoc/src/components/CommentsLayer/floating-comment-positioning.d.ts +28 -0
  498. package/dist/superdoc/src/components/CommentsLayer/helpers.d.ts +7 -0
  499. package/dist/superdoc/src/components/CommentsLayer/tracked-change-threading.d.ts +2 -0
  500. package/dist/superdoc/src/components/CommentsLayer/types.d.ts +3 -0
  501. package/dist/superdoc/src/components/CommentsLayer/use-comment.d.ts +8 -0
  502. package/dist/superdoc/src/components/CommentsLayer/use-conversation.d.ts +22 -0
  503. package/dist/superdoc/src/components/CommentsLayer/use-floating-comment.d.ts +11 -0
  504. package/dist/superdoc/src/components/HtmlViewer/HtmlViewer.vue.d.ts +10 -0
  505. package/dist/superdoc/src/components/PdfViewer/PdfViewer.vue.d.ts +61 -0
  506. package/dist/superdoc/src/components/PdfViewer/PdfViewerDocument.vue.d.ts +21 -0
  507. package/dist/superdoc/src/components/PdfViewer/PdfViewerPage.vue.d.ts +24 -0
  508. package/dist/superdoc/src/components/Whiteboard/WhiteboardLayer.vue.d.ts +19 -0
  509. package/dist/superdoc/src/components/Whiteboard/WhiteboardPage.vue.d.ts +17 -0
  510. package/dist/superdoc/src/components/Whiteboard/use-whiteboard.d.ts +18 -0
  511. package/dist/superdoc/src/components/surfaces/FindReplaceSurface.vue.d.ts +19 -0
  512. package/dist/superdoc/src/components/surfaces/PasswordPromptSurface.vue.d.ts +17 -0
  513. package/dist/superdoc/src/components/surfaces/SurfaceDialog.vue.d.ts +12 -0
  514. package/dist/superdoc/src/components/surfaces/SurfaceExternalMount.vue.d.ts +19 -0
  515. package/dist/superdoc/src/components/surfaces/SurfaceFloating.vue.d.ts +10 -0
  516. package/dist/superdoc/src/components/surfaces/SurfaceHost.vue.d.ts +31 -0
  517. package/dist/superdoc/src/components/surfaces/focusable-selector.d.ts +5 -0
  518. package/dist/superdoc/src/composables/find-shortcut-owner.d.ts +32 -0
  519. package/dist/superdoc/src/composables/replace-continuation.d.ts +37 -0
  520. package/dist/superdoc/src/composables/use-ai.d.ts +10 -0
  521. package/dist/superdoc/src/composables/use-comment-small-screen.d.ts +10 -0
  522. package/dist/superdoc/src/composables/use-compact-comment-popover.d.ts +21 -0
  523. package/dist/superdoc/src/composables/use-document.d.ts +34 -0
  524. package/dist/superdoc/src/composables/use-field.d.ts +33 -0
  525. package/dist/superdoc/src/composables/use-find-replace.d.ts +83 -0
  526. package/dist/superdoc/src/composables/use-high-contrast-mode.d.ts +4 -0
  527. package/dist/superdoc/src/composables/use-link-popover.d.ts +221 -0
  528. package/dist/superdoc/src/composables/use-password-prompt.d.ts +33 -0
  529. package/dist/superdoc/src/composables/use-selected-text.d.ts +16 -0
  530. package/dist/superdoc/src/composables/use-viewport-fit.d.ts +50 -0
  531. package/dist/superdoc/src/composables/useUiFontFamily.d.ts +24 -0
  532. package/dist/superdoc/src/core/EventEmitter.d.ts +55 -0
  533. package/dist/superdoc/src/core/SuperDoc.d.ts +775 -0
  534. package/dist/superdoc/src/core/collaboration/collaboration-comments.d.ts +4 -0
  535. package/dist/superdoc/src/core/collaboration/collaboration.d.ts +28 -0
  536. package/dist/superdoc/src/core/collaboration/helpers.d.ts +8 -0
  537. package/dist/superdoc/src/core/collaboration/permissions.d.ts +19 -0
  538. package/dist/superdoc/src/core/collaboration/resolve-v2-collaboration-target.d.ts +99 -0
  539. package/dist/superdoc/src/core/collaboration/room-overwrite.d.ts +22 -0
  540. package/dist/superdoc/src/core/collaboration/v2-awareness-bridge.d.ts +57 -0
  541. package/dist/superdoc/src/core/config/merge-defined.d.ts +35 -0
  542. package/dist/superdoc/src/core/config/normalize-interaction-config.d.ts +15 -0
  543. package/dist/superdoc/src/core/config/normalize-surfaces-config.d.ts +23 -0
  544. package/dist/superdoc/src/core/config/normalize-ui-config.d.ts +62 -0
  545. package/dist/superdoc/src/core/create-app.d.ts +32 -0
  546. package/dist/superdoc/src/core/editor-runtime/conformance/fake-v2-runtime.d.ts +9 -0
  547. package/dist/superdoc/src/core/editor-runtime/editor-runtime-registry.d.ts +117 -0
  548. package/dist/superdoc/src/core/editor-runtime/index.d.ts +1 -0
  549. package/dist/superdoc/src/core/editor-runtime/root-marker.d.ts +33 -0
  550. package/dist/superdoc/src/core/editor-runtime/types.d.ts +405 -0
  551. package/dist/superdoc/src/core/editor-runtime/v2/v2-editor-runtime-adapter.d.ts +185 -0
  552. package/dist/superdoc/src/core/editor-runtime/v2/v2-session-shortcut-routes.d.ts +47 -0
  553. package/dist/superdoc/src/core/extensions/define.d.ts +56 -0
  554. package/dist/superdoc/src/core/extensions/index.d.ts +2 -0
  555. package/dist/superdoc/src/core/extensions/types.d.ts +519 -0
  556. package/dist/superdoc/src/core/helpers/export.d.ts +2 -0
  557. package/dist/superdoc/src/core/helpers/file.d.ts +43 -0
  558. package/dist/superdoc/src/core/helpers/normalize-track-changes-config.d.ts +60 -0
  559. package/dist/superdoc/src/core/helpers/normalize-user.d.ts +13 -0
  560. package/dist/superdoc/src/core/index.d.ts +1 -0
  561. package/dist/superdoc/src/core/pdf/helpers/constants.d.ts +2 -0
  562. package/dist/superdoc/src/core/pdf/helpers/floor.d.ts +1 -0
  563. package/dist/superdoc/src/core/pdf/helpers/range.d.ts +1 -0
  564. package/dist/superdoc/src/core/pdf/helpers/read-file.d.ts +1 -0
  565. package/dist/superdoc/src/core/pdf/pdf-adapter.d.ts +66 -0
  566. package/dist/superdoc/src/core/surface-manager.d.ts +90 -0
  567. package/dist/superdoc/src/core/theme/create-theme.d.ts +82 -0
  568. package/dist/superdoc/src/core/types/index.d.ts +3006 -0
  569. package/dist/superdoc/src/core/v2-integration/browser-peer-runtime.d.ts +3 -0
  570. package/dist/superdoc/src/core/v2-integration/cdn-engine-loader.d.ts +16 -0
  571. package/dist/superdoc/src/core/v2-integration/v2-integration.d.ts +97 -0
  572. package/dist/superdoc/src/core/whiteboard/Whiteboard.d.ts +247 -0
  573. package/dist/superdoc/src/core/whiteboard/WhiteboardPage.d.ts +251 -0
  574. package/dist/superdoc/src/core/whiteboard/WhiteboardRenderer.d.ts +2 -0
  575. package/dist/superdoc/src/core/whiteboard/helpers/createTextarea.d.ts +1 -0
  576. package/dist/superdoc/src/core/whiteboard/helpers/flattenPoints.d.ts +1 -0
  577. package/dist/superdoc/src/core/whiteboard/helpers/getRandomId.d.ts +1 -0
  578. package/dist/superdoc/src/helpers/collect-touched-tracked-change-ids.d.ts +11 -0
  579. package/dist/superdoc/src/helpers/comment-focus.d.ts +4 -0
  580. package/dist/superdoc/src/helpers/comment-small-screen.d.ts +14 -0
  581. package/dist/superdoc/src/helpers/deprecation.d.ts +26 -0
  582. package/dist/superdoc/src/helpers/floor.d.ts +1 -0
  583. package/dist/superdoc/src/helpers/group-changes.d.ts +1 -0
  584. package/dist/superdoc/src/helpers/interaction-trace.d.ts +26 -0
  585. package/dist/superdoc/src/helpers/selection-source.d.ts +1 -0
  586. package/dist/superdoc/src/helpers/transaction-touches-structural-change.d.ts +19 -0
  587. package/dist/superdoc/src/helpers/use-selection.d.ts +17 -0
  588. package/dist/superdoc/src/helpers/v2-author-required-rejection.d.ts +22 -0
  589. package/dist/superdoc/src/helpers/v2-remote-review-hydration.d.ts +12 -0
  590. package/dist/superdoc/src/helpers/v2-review-mutation-impact.d.ts +15 -0
  591. package/dist/superdoc/src/helpers/v2-review-mutation-reconciler.d.ts +19 -0
  592. package/dist/superdoc/src/helpers/v2-review-target.d.ts +7 -0
  593. package/dist/superdoc/src/helpers/v2-selection-sync.d.ts +12 -0
  594. package/dist/superdoc/src/helpers/v2-typing-mutation-event.d.ts +5 -0
  595. package/dist/superdoc/src/icons.d.ts +11 -0
  596. package/dist/superdoc/src/index.d.cts +13 -0
  597. package/dist/superdoc/src/index.d.ts +11 -0
  598. package/dist/superdoc/src/internal/toolbar/built-in/AIWriter.vue.d.ts +21 -0
  599. package/dist/superdoc/src/internal/toolbar/built-in/AlignmentButtons.vue.d.ts +6 -0
  600. package/dist/superdoc/src/internal/toolbar/built-in/ButtonGroup.vue.d.ts +10 -0
  601. package/dist/superdoc/src/internal/toolbar/built-in/DocumentMode.vue.d.ts +10 -0
  602. package/dist/superdoc/src/internal/toolbar/built-in/FontFamilyCombobox.vue.d.ts +10 -0
  603. package/dist/superdoc/src/internal/toolbar/built-in/FontSizeCombobox.vue.d.ts +10 -0
  604. package/dist/superdoc/src/internal/toolbar/built-in/IconGrid.vue.d.ts +14 -0
  605. package/dist/superdoc/src/internal/toolbar/built-in/IconGridRow.vue.d.ts +13 -0
  606. package/dist/superdoc/src/internal/toolbar/built-in/LinkInput.vue.d.ts +37 -0
  607. package/dist/superdoc/src/internal/toolbar/built-in/LinkedStyle.vue.d.ts +12 -0
  608. package/dist/superdoc/src/internal/toolbar/built-in/OverflowMenu.vue.d.ts +10 -0
  609. package/dist/superdoc/src/internal/toolbar/built-in/SdTooltip.vue.d.ts +34 -0
  610. package/dist/superdoc/src/internal/toolbar/built-in/StyleButtonsList.vue.d.ts +14 -0
  611. package/dist/superdoc/src/internal/toolbar/built-in/TableActions.vue.d.ts +8 -0
  612. package/dist/superdoc/src/internal/toolbar/built-in/TableGrid.vue.d.ts +6 -0
  613. package/dist/superdoc/src/internal/toolbar/built-in/Toolbar.vue.d.ts +4 -0
  614. package/dist/superdoc/src/internal/toolbar/built-in/ToolbarButton.vue.d.ts +24 -0
  615. package/dist/superdoc/src/internal/toolbar/built-in/ToolbarButtonIcon.vue.d.ts +11 -0
  616. package/dist/superdoc/src/internal/toolbar/built-in/ToolbarComboBox.vue.d.ts +18 -0
  617. package/dist/superdoc/src/internal/toolbar/built-in/ToolbarDropdown.vue.d.ts +38 -0
  618. package/dist/superdoc/src/internal/toolbar/built-in/ToolbarSeparator.vue.d.ts +8 -0
  619. package/dist/superdoc/src/internal/toolbar/built-in/color-dropdown-helpers.d.ts +24 -0
  620. package/dist/superdoc/src/internal/toolbar/built-in/constants.d.ts +102 -0
  621. package/dist/superdoc/src/internal/toolbar/built-in/default-items.d.ts +17 -0
  622. package/dist/superdoc/src/internal/toolbar/built-in/font-options.d.ts +1 -0
  623. package/dist/superdoc/src/internal/toolbar/built-in/font-typeahead.d.ts +11 -0
  624. package/dist/superdoc/src/internal/toolbar/built-in/format-negation.d.ts +5 -0
  625. package/dist/superdoc/src/internal/toolbar/built-in/general.d.ts +1 -0
  626. package/dist/superdoc/src/internal/toolbar/built-in/helpers.d.ts +5 -0
  627. package/dist/superdoc/src/internal/toolbar/built-in/list-style-buttons.d.ts +10 -0
  628. package/dist/superdoc/src/internal/toolbar/built-in/scroll-helpers.d.ts +4 -0
  629. package/dist/superdoc/src/internal/toolbar/built-in/toolbar-focus-helpers.d.ts +1 -0
  630. package/dist/superdoc/src/internal/toolbar/built-in/toolbarIcons.d.ts +76 -0
  631. package/dist/superdoc/src/internal/toolbar/built-in/toolbarTexts.d.ts +58 -0
  632. package/dist/superdoc/src/internal/toolbar/built-in/url-safety.d.ts +8 -0
  633. package/dist/superdoc/src/internal/toolbar/built-in/use-toolbar-item.d.ts +48 -0
  634. package/dist/superdoc/src/internal/toolbar/built-in-toolbar.d.ts +237 -0
  635. package/dist/superdoc/src/internal/toolbar/compatibility-catalog.d.ts +59 -0
  636. package/dist/superdoc/src/internal/toolbar/image-upload.d.ts +63 -0
  637. package/dist/superdoc/src/internal/toolbar/index.d.ts +10 -0
  638. package/dist/superdoc/src/main.d.ts +1 -0
  639. package/dist/superdoc/src/public/browser-document-api.d.ts +53 -0
  640. package/dist/superdoc/src/public/collaboration-upgrade-engine.d.cts +26 -0
  641. package/dist/superdoc/src/public/collaboration-upgrade-engine.d.ts +130 -0
  642. package/dist/superdoc/src/public/index.d.cts +359 -0
  643. package/dist/superdoc/src/public/index.d.ts +179 -0
  644. package/dist/superdoc/src/public/ui/commands.d.ts +249 -0
  645. package/dist/superdoc/src/public/ui/create-super-doc-ui.d.ts +18 -0
  646. package/dist/superdoc/src/public/ui/entity-at.d.ts +29 -0
  647. package/dist/superdoc/src/public/ui/equality.d.ts +10 -0
  648. package/dist/superdoc/src/public/ui/format-painter-helpers.d.ts +36 -0
  649. package/dist/superdoc/src/public/ui/react.d.ts +81 -0
  650. package/dist/superdoc/src/public/ui/reasons.d.ts +99 -0
  651. package/dist/superdoc/src/public/ui/types.d.ts +1425 -0
  652. package/dist/superdoc/src/public/ui-react.d.cts +20 -0
  653. package/dist/superdoc/src/public/ui-react.d.ts +20 -0
  654. package/dist/superdoc/src/public/ui.d.cts +194 -0
  655. package/dist/superdoc/src/public/ui.d.ts +29 -0
  656. package/dist/superdoc/src/stores/comments-store.d.ts +676 -0
  657. package/dist/superdoc/src/stores/helpers/floating-comment-instances.d.ts +14 -0
  658. package/dist/superdoc/src/stores/helpers/tracked-change-thread-index.d.ts +14 -0
  659. package/dist/superdoc/src/stores/hrbr-fields-store.d.ts +43 -0
  660. package/dist/superdoc/src/stores/superdoc-store.d.ts +2182 -0
  661. package/dist/superdoc.cjs +36521 -0
  662. package/dist/superdoc.es.js +36449 -0
  663. package/dist/word-layout/src/index.d.ts +64 -0
  664. package/dist/word-layout/src/list-marker.d.ts +68 -0
  665. package/dist/word-layout/src/marker-utils.d.ts +20 -0
  666. package/dist/word-layout/src/numbering-manager.d.ts +85 -0
  667. package/dist/word-layout/src/tab-layout.d.ts +193 -0
  668. package/dist/word-layout/src/types.d.ts +106 -0
  669. package/dist/word-layout/src/unit-conversions.d.ts +120 -0
  670. package/dist-cdn/style.layered.css +2 -0
  671. package/dist-cdn/superdoc.min.css +2 -0
  672. package/dist-cdn/superdoc.min.js +108 -0
  673. package/package.json +137 -24
  674. package/.npmignore +0 -4
  675. package/data.json +0 -17
  676. package/index.js +0 -2
  677. package/lib/Augmenter.js +0 -27
  678. package/lib/Runner.js +0 -80
  679. package/lib/Stopper.js +0 -71
  680. package/test/superdoc.js +0 -126
  681. package/utils/app.js +0 -18
  682. package/utils/server.js +0 -2
  683. package/web/index.js +0 -54
  684. package/web/public/style.css +0 -74
  685. package/web/views/index.ejs +0 -53
  686. package/web/views/layout.ejs +0 -13
  687. package/web/views/method.ejs +0 -59
@@ -0,0 +1,2002 @@
1
+ import { OperationId } from './types.js';
2
+ import { NodeAddress } from '../types/index.js';
3
+ import { SDNodeResult, SDFindInput, SDFindResult, SDGetInput } from '../types/sd-envelope.js';
4
+ import { TextMutationReceipt, Receipt } from '../types/receipt.js';
5
+ import { SDMutationReceipt, SDMarkdownToFragmentResult } from '../types/sd-contract.js';
6
+ import { DocumentInfo } from '../types/info.types.js';
7
+ import { SDDocument } from '../types/fragment.js';
8
+ import { CreateParagraphInput, CreateParagraphResult, CreateHeadingInput, CreateHeadingResult } from '../types/create.types.js';
9
+ import { BlocksDeleteInput, BlocksDeleteResult, BlocksListInput, BlocksListResult, BlocksDeleteRangeInput, BlocksDeleteRangeResult, BlocksMergeInput, BlocksMergeResult, BlocksMoveInput, BlocksMoveResult, BlocksSplitInput, BlocksSplitResult } from '../types/blocks.types.js';
10
+ import { GetNodeByIdInput } from '../get-node/get-node.js';
11
+ import { GetTextInput } from '../get-text/get-text.js';
12
+ import { GetMarkdownInput } from '../get-markdown/get-markdown.js';
13
+ import { GetHtmlInput } from '../get-html/get-html.js';
14
+ import { MarkdownToFragmentInput } from '../markdown-to-fragment/markdown-to-fragment.js';
15
+ import { InfoInput } from '../info/info.js';
16
+ import { ExtractInput } from '../extract/extract.js';
17
+ import { ExtractResult } from '../types/extract.types.js';
18
+ import { ClearContentInput } from '../clear-content/clear-content.js';
19
+ import { InsertInput } from '../insert/insert.js';
20
+ import { ReplaceInput } from '../replace/replace.js';
21
+ import { DeleteInput } from '../delete/delete.js';
22
+ import { MutationOptions, RevisionGuardOptions } from '../write/write.js';
23
+ import { FormatInlineAliasInput, FormatRangeInput, StyleApplyInput } from '../format/format.js';
24
+ import { InlineRunPatchKey } from '../format/inline-run-patch.js';
25
+ import { StylesApplyInput, StylesApplyOptions, StylesApplyReceipt, StylesGetCatalogInput, StylesGetCatalogResult } from '../styles/index.js';
26
+ import { TemplatesApplyInput, TemplatesApplyOptions, TemplatesApplyReceipt } from '../templates/index.js';
27
+ import { CommentsCreateReceipt, CommentsCreateInput, CommentsPatchInput, CommentsDeleteInput, GetCommentInput } from '../comments/comments.js';
28
+ import { CommentInfo, CommentsListQuery, CommentsListResult } from '../comments/comments.types.js';
29
+ import { TrackChangesListInput, TrackChangesGetInput, ReviewDecideInput } from '../track-changes/track-changes.js';
30
+ import { TrackChangeInfo, TrackChangesListResult } from '../types/track-changes.types.js';
31
+ import { DocumentApiCapabilities } from '../capabilities/capabilities.js';
32
+ import { HistoryState, HistoryActionResult } from '../history/history.types.js';
33
+ import { DiffSnapshot, DiffPayload, DiffApplyResult, DiffCompareInput, DiffApplyInput, DiffApplyOptions } from '../diff/diff.types.js';
34
+ import { ExportToDocxInput, ExportToDocxResult } from '../export/export.types.js';
35
+ import { DocumentProtectionState, ProtectionGetInput, SetEditingRestrictionInput, ClearEditingRestrictionInput, ProtectionMutationResult } from '../protection/protection.types.js';
36
+ import { PermissionRangesListInput, PermissionRangesListResult, PermissionRangesGetInput, PermissionRangeInfo, PermissionRangesCreateInput, PermissionRangesRemoveInput, PermissionRangesUpdatePrincipalInput, PermissionRangeMutationResult, PermissionRangeRemoveResult } from '../permission-ranges/permission-ranges.types.js';
37
+ import { ListsListQuery, ListsListResult, ListsGetInput, ListItemInfo, ListInsertInput, ListsInsertResult, ListsMutateItemResult, ListTargetInput, ListsCreateInput, ListsCreateResult, ListsAttachInput, ListsDetachInput, ListsDetachResult, ListsDeleteInput, ListsDeleteResult, ListsJoinInput, ListsJoinResult, ListsCanJoinInput, ListsCanJoinResult, ListsSeparateInput, ListsSeparateResult, ListsMergeInput, ListsMergeResult, ListsSplitInput, ListsSplitResult, ListsSetLevelInput, ListsSetValueInput, ListsContinuePreviousInput, ListsCanContinuePreviousInput, ListsCanContinuePreviousResult, ListsSetLevelRestartInput, ListsConvertToTextInput, ListsConvertToTextResult, ListsApplyTemplateInput, ListsApplyPresetInput, ListsSetTypeInput, ListsCaptureTemplateInput, ListsCaptureTemplateResult, ListsSetLevelNumberingInput, ListsSetLevelBulletInput, ListsSetLevelPictureBulletInput, ListsSetLevelAlignmentInput, ListsSetLevelIndentsInput, ListsSetLevelTrailingCharacterInput, ListsSetLevelMarkerFontInput, ListsClearLevelOverridesInput, ListsGetStyleInput, ListsGetStyleResult, ListsApplyStyleInput, ListsRestartAtInput, ListsSetLevelNumberStyleInput, ListsSetLevelTextInput, ListsSetLevelStartInput, ListsSetLevelLayoutInput, ListsGetStateInput, ListsGetStateResult, ListsApplyInput, ListsContinueV2Input, ListsRestartV2Input, ListsRemoveV2Input } from '../lists/lists.types.js';
38
+ import { ParagraphMutationResult, ParagraphsSetStyleInput, ParagraphsSetStyleRefInput, ParagraphsClearStyleInput, ParagraphsResetDirectFormattingInput, ParagraphsSetAlignmentInput, ParagraphsClearAlignmentInput, ParagraphsSetIndentationInput, ParagraphsClearIndentationInput, ParagraphsSetSpacingInput, ParagraphsClearSpacingInput, ParagraphsSetKeepOptionsInput, ParagraphsSetOutlineLevelInput, ParagraphsSetFlowOptionsInput, ParagraphsSetTabStopInput, ParagraphsClearTabStopInput, ParagraphsClearAllTabStopsInput, ParagraphsSetBorderInput, ParagraphsClearBorderInput, ParagraphsSetShadingInput, ParagraphsClearShadingInput, ParagraphsSetMarkRunPropsInput, ParagraphsSetDirectionInput, ParagraphsClearDirectionInput, ParagraphsSetNumberingInput } from '../paragraphs/paragraphs.js';
39
+ import { CreateSectionBreakInput, CreateSectionBreakResult, DocumentMutationResult, SectionInfo, SectionMutationResult, SectionsClearHeaderFooterRefInput, SectionsClearPageBordersInput, SectionsGetInput, SectionsListQuery, SectionsListResult, SectionsSetBreakTypeInput, SectionsSetColumnsInput, SectionsSetHeaderFooterMarginsInput, SectionsSetHeaderFooterRefInput, SectionsSetLineNumberingInput, SectionsSetLinkToPreviousInput, SectionsSetOddEvenHeadersFootersInput, SectionsSetPageBordersInput, SectionsSetPageMarginsInput, SectionsSetPageNumberingInput, SectionsSetPageSetupInput, SectionsSetSectionDirectionInput, SectionsSetTitlePageInput, SectionsSetVerticalAlignInput } from '../sections/sections.types.js';
40
+ import { QueryMatchInput, QueryMatchOutput } from '../types/query-match.types.js';
41
+ import { ResolveRangeInput, ResolveRangeOutput } from '../ranges/ranges.types.js';
42
+ import { SelectionCurrentInput, SelectionInfo } from '../selection/selection.js';
43
+ import { CreateImageInput, CreateImageResult, ImagesListInput, ImagesListResult, ImagesGetInput, ImageSummary, ImagesDeleteInput, ImagesMutationResult, MoveImageInput, ConvertToInlineInput, ConvertToFloatingInput, SetSizeInput, SetWrapTypeInput, SetWrapSideInput, SetWrapDistancesInput, SetPositionInput, SetAnchorOptionsInput, SetZOrderInput, ScaleInput, SetLockAspectRatioInput, RotateInput, FlipInput, CropInput, ResetCropInput, ReplaceSourceInput, SetAltTextInput, SetDecorativeInput, SetNameInput, SetHyperlinkInput, InsertCaptionInput, UpdateCaptionInput, RemoveCaptionInput } from '../images/images.types.js';
44
+ import { MutationsApplyInput, MutationsPreviewInput, MutationsPreviewOutput, PlanReceipt } from '../types/mutation-plan.types.js';
45
+ import { PlanExecuteInput, PlanExecuteResult } from '../plan/plan.js';
46
+ import { CreateTableOfContentsInput, CreateTableOfContentsResult, TocListQuery, TocListResult, TocGetInput, TocInfo, TocConfigureInput, TocUpdateInput, TocRemoveInput, TocMutationResult, TocMarkEntryInput, TocUnmarkEntryInput, TocListEntriesQuery, TocListEntriesResult, TocGetEntryInput, TocEntryInfo, TocEditEntryInput, TocEntryMutationResult } from '../toc/toc.types.js';
47
+ import { BookmarkListInput, BookmarksListResult, BookmarkGetInput, BookmarkInfo, BookmarkInsertInput, BookmarkRenameInput, BookmarkRemoveInput, BookmarkMutationResult } from '../bookmarks/bookmarks.types.js';
48
+ import { CustomXmlPartsListInput, CustomXmlPartsListResult, CustomXmlPartsGetInput, CustomXmlPartInfo, CustomXmlPartsCreateInput, CustomXmlPartsCreateResult, CustomXmlPartsPatchInput, CustomXmlPartsRemoveInput, CustomXmlPartsMutationResult } from '../customXml/customXml.types.js';
49
+ import { AnchoredMetadataAttachInput, AnchoredMetadataAttachResult, AnchoredMetadataListInput, AnchoredMetadataListResult, AnchoredMetadataGetInput, AnchoredMetadataInfo, AnchoredMetadataUpdateInput, AnchoredMetadataRemoveInput, AnchoredMetadataResolveInput, AnchoredMetadataMutationResult, AnchoredMetadataResolveInfo } from '../metadata/anchored-metadata.types.js';
50
+ import { FootnoteListInput, FootnotesListResult, FootnoteGetInput, FootnoteInfo, FootnoteInsertInput, FootnoteUpdateInput, FootnoteRemoveInput, FootnoteMutationResult, FootnoteConfigureInput, FootnoteConfigResult } from '../footnotes/footnotes.types.js';
51
+ import { ClipboardInsertInput, ClipboardInsertResult, ClipboardParseOptions, ClipboardParseResult, ClipboardPayload, ClipboardSerializeInput, ClipboardSerializeResult } from '../types/clipboard.js';
52
+ import { CrossRefListInput, CrossRefsListResult, CrossRefGetInput, CrossRefInfo, CrossRefInsertInput, CrossRefRebuildInput, CrossRefRemoveInput, CrossRefMutationResult } from '../cross-refs/cross-refs.types.js';
53
+ import { IndexListInput, IndexListResult, IndexGetInput, IndexInfo, IndexInsertInput, IndexConfigureInput, IndexRebuildInput, IndexRemoveInput, IndexMutationResult, IndexEntryListInput, IndexEntryListResult, IndexEntryGetInput, IndexEntryInfo, IndexEntryInsertInput, IndexEntryUpdateInput, IndexEntryRemoveInput, IndexEntryMutationResult } from '../index/index.types.js';
54
+ import { CaptionListInput, CaptionsListResult, CaptionGetInput, CaptionInfo, CaptionInsertInput, CaptionUpdateInput, CaptionRemoveInput, CaptionMutationResult, CaptionConfigureInput, CaptionConfigResult } from '../captions/captions.types.js';
55
+ import { FieldListInput, FieldsListResult, FieldGetInput, FieldInfo, FieldInsertInput, FieldRebuildInput, FieldRemoveInput, FieldMutationResult } from '../fields/fields.types.js';
56
+ import { CitationListInput, CitationsListResult, CitationGetInput, CitationInfo, CitationInsertInput, CitationUpdateInput, CitationRemoveInput, CitationMutationResult, CitationSourceListInput, CitationSourcesListResult, CitationSourceGetInput, CitationSourceInfo, CitationSourceInsertInput, CitationSourceUpdateInput, CitationSourceRemoveInput, CitationSourceMutationResult, BibliographyGetInput, BibliographyInfo, BibliographyInsertInput, BibliographyRebuildInput, BibliographyConfigureInput, BibliographyRemoveInput, BibliographyMutationResult } from '../citations/citations.types.js';
57
+ import { AuthoritiesListInput, AuthoritiesListResult, AuthoritiesGetInput, AuthoritiesInfo, AuthoritiesInsertInput, AuthoritiesConfigureInput, AuthoritiesRebuildInput, AuthoritiesRemoveInput, AuthoritiesMutationResult, AuthorityEntryListInput, AuthorityEntryListResult, AuthorityEntryGetInput, AuthorityEntryInfo, AuthorityEntryInsertInput, AuthorityEntryUpdateInput, AuthorityEntryRemoveInput, AuthorityEntryMutationResult } from '../authorities/authorities.types.js';
58
+ import { CreateTableInput, CreateTableResult, TablesConvertFromTextInput, TableLocator, TablesMoveInput, TablesSplitInput, TablesConvertToTextInput, TablesSetLayoutInput, TablesInsertRowInput, TablesDeleteRowInput, TablesMoveRowInput, TablesSetRowHeightInput, TablesDistributeRowsInput, TablesSetRowOptionsInput, TablesInsertColumnInput, TablesDeleteColumnInput, TablesSetColumnWidthInput, TablesDistributeColumnsInput, TablesInsertCellInput, TablesDeleteCellInput, TablesMergeCellsInput, TablesUnmergeCellsInput, TablesSplitCellInput, TablesSetCellPropertiesInput, TablesSetCellTextInput, TablesSortInput, TablesSetAltTextInput, TablesSetStyleInput, TablesClearStyleInput, TablesSetStyleOptionInput, TablesSetBorderInput, TablesClearBorderInput, TablesApplyBorderPresetInput, TablesSetShadingInput, TablesClearShadingInput, TablesSetTablePaddingInput, TablesSetCellPaddingInput, TablesSetCellSpacingInput, TablesClearCellSpacingInput, TablesApplyStyleInput, TablesSetBordersInput, TablesSetTableOptionsInput, TablesApplyPresetInput, TableMutationResult, TablesGetInput, TablesGetOutput, TablesGetCellsInput, TablesGetCellsOutput, TablesGetPropertiesInput, TablesGetPropertiesOutput, TablesGetStylesInput, TablesGetStylesOutput, TablesSetDefaultStyleInput, TablesClearDefaultStyleInput } from '../types/table-operations.types.js';
59
+ import { HyperlinksListQuery, HyperlinksListResult, HyperlinksGetInput, HyperlinkInfo, HyperlinksWrapInput, HyperlinksInsertInput, HyperlinksPatchInput, HyperlinksRemoveInput, HyperlinkMutationResult } from '../hyperlinks/hyperlinks.types.js';
60
+ import { HeaderFootersListQuery, HeaderFootersListResult, HeaderFootersGetInput, HeaderFooterSlotEntry, HeaderFootersResolveInput, HeaderFooterResolveResult, HeaderFootersRefsSetInput, HeaderFootersRefsClearInput, HeaderFootersRefsSetLinkedToPreviousInput, HeaderFootersPartsListQuery, HeaderFootersPartsListResult, HeaderFootersPartsCreateInput, HeaderFootersPartsDeleteInput, HeaderFooterPartsMutationResult } from '../header-footers/header-footers.types.js';
61
+ import { ContentControlInfo, ContentControlMutationResult, ContentControlsListResult, ContentControlsListQuery, ContentControlsGetInput, ContentControlsListInRangeInput, ContentControlsSelectByTagInput, ContentControlsSelectByTitleInput, ContentControlsListChildrenInput, ContentControlsGetParentInput, ContentControlsWrapInput, ContentControlsUnwrapInput, ContentControlsDeleteInput, ContentControlsCopyInput, ContentControlsMoveInput, ContentControlsPatchInput, ContentControlsSetLockModeInput, ContentControlsSetTypeInput, ContentControlsGetContentInput, ContentControlsGetContentResult, ContentControlsReplaceContentInput, ContentControlsClearContentInput, ContentControlsAppendContentInput, ContentControlsPrependContentInput, ContentControlsInsertBeforeInput, ContentControlsInsertAfterInput, ContentControlsGetBindingInput, ContentControlBinding, ContentControlsSetBindingInput, ContentControlsClearBindingInput, ContentControlsGetRawPropertiesInput, ContentControlsGetRawPropertiesResult, ContentControlsPatchRawPropertiesInput, ContentControlsValidateWordCompatibilityInput, ContentControlsValidateWordCompatibilityResult, ContentControlsNormalizeWordCompatibilityInput, ContentControlsNormalizeTagPayloadInput, ContentControlsTextSetMultilineInput, ContentControlsTextSetValueInput, ContentControlsTextClearValueInput, ContentControlsDateSetValueInput, ContentControlsDateClearValueInput, ContentControlsDateSetDisplayFormatInput, ContentControlsDateSetDisplayLocaleInput, ContentControlsDateSetStorageFormatInput, ContentControlsDateSetCalendarInput, ContentControlsCheckboxGetStateInput, ContentControlsCheckboxGetStateResult, ContentControlsCheckboxSetStateInput, ContentControlsCheckboxToggleInput, ContentControlsCheckboxSetSymbolPairInput, ContentControlsChoiceListGetItemsInput, ContentControlsChoiceListGetItemsResult, ContentControlsChoiceListSetItemsInput, ContentControlsChoiceListSetSelectedInput, ContentControlsRepeatingSectionListItemsInput, ContentControlsRepeatingSectionListItemsResult, ContentControlsRepeatingSectionInsertItemBeforeInput, ContentControlsRepeatingSectionInsertItemAfterInput, ContentControlsRepeatingSectionCloneItemInput, ContentControlsRepeatingSectionDeleteItemInput, ContentControlsRepeatingSectionSetAllowInsertDeleteInput, ContentControlsGroupWrapInput, ContentControlsGroupUngroupInput, CreateContentControlInput } from '../content-controls/content-controls.types.js';
62
+ type FormatInlineAliasOperationRegistry = {
63
+ [K in InlineRunPatchKey as `format.${K}`]: {
64
+ input: FormatInlineAliasInput<K>;
65
+ options: MutationOptions;
66
+ output: TextMutationReceipt;
67
+ };
68
+ };
69
+ export interface OperationRegistry extends FormatInlineAliasOperationRegistry {
70
+ get: {
71
+ input: SDGetInput;
72
+ options: never;
73
+ output: SDDocument;
74
+ };
75
+ find: {
76
+ input: SDFindInput;
77
+ options: never;
78
+ output: SDFindResult;
79
+ };
80
+ getNode: {
81
+ input: NodeAddress;
82
+ options: never;
83
+ output: SDNodeResult;
84
+ };
85
+ getNodeById: {
86
+ input: GetNodeByIdInput;
87
+ options: never;
88
+ output: SDNodeResult;
89
+ };
90
+ getText: {
91
+ input: GetTextInput;
92
+ options: never;
93
+ output: string;
94
+ };
95
+ getMarkdown: {
96
+ input: GetMarkdownInput;
97
+ options: never;
98
+ output: string;
99
+ };
100
+ getHtml: {
101
+ input: GetHtmlInput;
102
+ options: never;
103
+ output: string;
104
+ };
105
+ markdownToFragment: {
106
+ input: MarkdownToFragmentInput;
107
+ options: never;
108
+ output: SDMarkdownToFragmentResult;
109
+ };
110
+ info: {
111
+ input: InfoInput;
112
+ options: never;
113
+ output: DocumentInfo;
114
+ };
115
+ extract: {
116
+ input: ExtractInput;
117
+ options: never;
118
+ output: ExtractResult;
119
+ };
120
+ clearContent: {
121
+ input: ClearContentInput;
122
+ options: RevisionGuardOptions;
123
+ output: Receipt;
124
+ };
125
+ insert: {
126
+ input: InsertInput;
127
+ options: MutationOptions;
128
+ output: SDMutationReceipt;
129
+ };
130
+ replace: {
131
+ input: ReplaceInput;
132
+ options: MutationOptions;
133
+ output: SDMutationReceipt;
134
+ };
135
+ delete: {
136
+ input: DeleteInput;
137
+ options: MutationOptions;
138
+ output: TextMutationReceipt;
139
+ };
140
+ formatRange: {
141
+ input: FormatRangeInput;
142
+ options: MutationOptions;
143
+ output: TextMutationReceipt;
144
+ };
145
+ 'blocks.list': {
146
+ input: BlocksListInput | undefined;
147
+ options: never;
148
+ output: BlocksListResult;
149
+ };
150
+ 'blocks.delete': {
151
+ input: BlocksDeleteInput;
152
+ options: MutationOptions;
153
+ output: BlocksDeleteResult;
154
+ };
155
+ 'blocks.deleteRange': {
156
+ input: BlocksDeleteRangeInput;
157
+ options: MutationOptions;
158
+ output: BlocksDeleteRangeResult;
159
+ };
160
+ 'blocks.split': {
161
+ input: BlocksSplitInput;
162
+ options: MutationOptions;
163
+ output: BlocksSplitResult;
164
+ };
165
+ 'blocks.merge': {
166
+ input: BlocksMergeInput;
167
+ options: MutationOptions;
168
+ output: BlocksMergeResult;
169
+ };
170
+ 'blocks.move': {
171
+ input: BlocksMoveInput;
172
+ options: MutationOptions;
173
+ output: BlocksMoveResult;
174
+ };
175
+ 'format.apply': {
176
+ input: StyleApplyInput;
177
+ options: MutationOptions;
178
+ output: TextMutationReceipt;
179
+ };
180
+ 'styles.paragraph.setStyle': {
181
+ input: ParagraphsSetStyleInput;
182
+ options: MutationOptions;
183
+ output: ParagraphMutationResult;
184
+ };
185
+ 'styles.paragraph.setStyleRef': {
186
+ input: ParagraphsSetStyleRefInput;
187
+ options: MutationOptions;
188
+ output: ParagraphMutationResult;
189
+ };
190
+ 'styles.paragraph.clearStyle': {
191
+ input: ParagraphsClearStyleInput;
192
+ options: MutationOptions;
193
+ output: ParagraphMutationResult;
194
+ };
195
+ 'format.paragraph.resetDirectFormatting': {
196
+ input: ParagraphsResetDirectFormattingInput;
197
+ options: MutationOptions;
198
+ output: ParagraphMutationResult;
199
+ };
200
+ 'format.paragraph.setAlignment': {
201
+ input: ParagraphsSetAlignmentInput;
202
+ options: MutationOptions;
203
+ output: ParagraphMutationResult;
204
+ };
205
+ 'format.paragraph.clearAlignment': {
206
+ input: ParagraphsClearAlignmentInput;
207
+ options: MutationOptions;
208
+ output: ParagraphMutationResult;
209
+ };
210
+ 'format.paragraph.setIndentation': {
211
+ input: ParagraphsSetIndentationInput;
212
+ options: MutationOptions;
213
+ output: ParagraphMutationResult;
214
+ };
215
+ 'format.paragraph.clearIndentation': {
216
+ input: ParagraphsClearIndentationInput;
217
+ options: MutationOptions;
218
+ output: ParagraphMutationResult;
219
+ };
220
+ 'format.paragraph.setSpacing': {
221
+ input: ParagraphsSetSpacingInput;
222
+ options: MutationOptions;
223
+ output: ParagraphMutationResult;
224
+ };
225
+ 'format.paragraph.clearSpacing': {
226
+ input: ParagraphsClearSpacingInput;
227
+ options: MutationOptions;
228
+ output: ParagraphMutationResult;
229
+ };
230
+ 'format.paragraph.setKeepOptions': {
231
+ input: ParagraphsSetKeepOptionsInput;
232
+ options: MutationOptions;
233
+ output: ParagraphMutationResult;
234
+ };
235
+ 'format.paragraph.setOutlineLevel': {
236
+ input: ParagraphsSetOutlineLevelInput;
237
+ options: MutationOptions;
238
+ output: ParagraphMutationResult;
239
+ };
240
+ 'format.paragraph.setFlowOptions': {
241
+ input: ParagraphsSetFlowOptionsInput;
242
+ options: MutationOptions;
243
+ output: ParagraphMutationResult;
244
+ };
245
+ 'format.paragraph.setTabStop': {
246
+ input: ParagraphsSetTabStopInput;
247
+ options: MutationOptions;
248
+ output: ParagraphMutationResult;
249
+ };
250
+ 'format.paragraph.clearTabStop': {
251
+ input: ParagraphsClearTabStopInput;
252
+ options: MutationOptions;
253
+ output: ParagraphMutationResult;
254
+ };
255
+ 'format.paragraph.clearAllTabStops': {
256
+ input: ParagraphsClearAllTabStopsInput;
257
+ options: MutationOptions;
258
+ output: ParagraphMutationResult;
259
+ };
260
+ 'format.paragraph.setBorder': {
261
+ input: ParagraphsSetBorderInput;
262
+ options: MutationOptions;
263
+ output: ParagraphMutationResult;
264
+ };
265
+ 'format.paragraph.clearBorder': {
266
+ input: ParagraphsClearBorderInput;
267
+ options: MutationOptions;
268
+ output: ParagraphMutationResult;
269
+ };
270
+ 'format.paragraph.setShading': {
271
+ input: ParagraphsSetShadingInput;
272
+ options: MutationOptions;
273
+ output: ParagraphMutationResult;
274
+ };
275
+ 'format.paragraph.clearShading': {
276
+ input: ParagraphsClearShadingInput;
277
+ options: MutationOptions;
278
+ output: ParagraphMutationResult;
279
+ };
280
+ 'format.paragraph.setMarkRunProps': {
281
+ input: ParagraphsSetMarkRunPropsInput;
282
+ options: MutationOptions;
283
+ output: ParagraphMutationResult;
284
+ };
285
+ 'format.paragraph.setDirection': {
286
+ input: ParagraphsSetDirectionInput;
287
+ options: MutationOptions;
288
+ output: ParagraphMutationResult;
289
+ };
290
+ 'format.paragraph.clearDirection': {
291
+ input: ParagraphsClearDirectionInput;
292
+ options: MutationOptions;
293
+ output: ParagraphMutationResult;
294
+ };
295
+ 'format.paragraph.setNumbering': {
296
+ input: ParagraphsSetNumberingInput;
297
+ options: MutationOptions;
298
+ output: ParagraphMutationResult;
299
+ };
300
+ 'styles.apply': {
301
+ input: StylesApplyInput;
302
+ options: StylesApplyOptions;
303
+ output: StylesApplyReceipt;
304
+ };
305
+ 'styles.getCatalog': {
306
+ input: StylesGetCatalogInput | undefined;
307
+ options: never;
308
+ output: StylesGetCatalogResult;
309
+ };
310
+ 'templates.apply': {
311
+ input: TemplatesApplyInput;
312
+ options: TemplatesApplyOptions;
313
+ output: Promise<TemplatesApplyReceipt>;
314
+ };
315
+ 'create.paragraph': {
316
+ input: CreateParagraphInput;
317
+ options: MutationOptions;
318
+ output: CreateParagraphResult;
319
+ };
320
+ 'create.heading': {
321
+ input: CreateHeadingInput;
322
+ options: MutationOptions;
323
+ output: CreateHeadingResult;
324
+ };
325
+ 'create.sectionBreak': {
326
+ input: CreateSectionBreakInput;
327
+ options: MutationOptions;
328
+ output: CreateSectionBreakResult;
329
+ };
330
+ 'lists.list': {
331
+ input: ListsListQuery | undefined;
332
+ options: never;
333
+ output: ListsListResult;
334
+ };
335
+ 'lists.get': {
336
+ input: ListsGetInput;
337
+ options: never;
338
+ output: ListItemInfo;
339
+ };
340
+ 'lists.insert': {
341
+ input: ListInsertInput;
342
+ options: MutationOptions;
343
+ output: ListsInsertResult;
344
+ };
345
+ 'lists.create': {
346
+ input: ListsCreateInput;
347
+ options: MutationOptions;
348
+ output: ListsCreateResult;
349
+ };
350
+ 'lists.attach': {
351
+ input: ListsAttachInput;
352
+ options: MutationOptions;
353
+ output: ListsMutateItemResult;
354
+ };
355
+ 'lists.detach': {
356
+ input: ListsDetachInput;
357
+ options: MutationOptions;
358
+ output: ListsDetachResult;
359
+ };
360
+ 'lists.delete': {
361
+ input: ListsDeleteInput;
362
+ options: MutationOptions;
363
+ output: ListsDeleteResult;
364
+ };
365
+ 'lists.indent': {
366
+ input: ListTargetInput;
367
+ options: MutationOptions;
368
+ output: ListsMutateItemResult;
369
+ };
370
+ 'lists.outdent': {
371
+ input: ListTargetInput;
372
+ options: MutationOptions;
373
+ output: ListsMutateItemResult;
374
+ };
375
+ 'lists.join': {
376
+ input: ListsJoinInput;
377
+ options: MutationOptions;
378
+ output: ListsJoinResult;
379
+ };
380
+ 'lists.canJoin': {
381
+ input: ListsCanJoinInput;
382
+ options: never;
383
+ output: ListsCanJoinResult;
384
+ };
385
+ 'lists.separate': {
386
+ input: ListsSeparateInput;
387
+ options: MutationOptions;
388
+ output: ListsSeparateResult;
389
+ };
390
+ 'lists.merge': {
391
+ input: ListsMergeInput;
392
+ options: MutationOptions;
393
+ output: ListsMergeResult;
394
+ };
395
+ 'lists.split': {
396
+ input: ListsSplitInput;
397
+ options: MutationOptions;
398
+ output: ListsSplitResult;
399
+ };
400
+ 'lists.setLevel': {
401
+ input: ListsSetLevelInput;
402
+ options: MutationOptions;
403
+ output: ListsMutateItemResult;
404
+ };
405
+ 'lists.setValue': {
406
+ input: ListsSetValueInput;
407
+ options: MutationOptions;
408
+ output: ListsMutateItemResult;
409
+ };
410
+ 'lists.continuePrevious': {
411
+ input: ListsContinuePreviousInput;
412
+ options: MutationOptions;
413
+ output: ListsMutateItemResult;
414
+ };
415
+ 'lists.canContinuePrevious': {
416
+ input: ListsCanContinuePreviousInput;
417
+ options: never;
418
+ output: ListsCanContinuePreviousResult;
419
+ };
420
+ 'lists.setLevelRestart': {
421
+ input: ListsSetLevelRestartInput;
422
+ options: MutationOptions;
423
+ output: ListsMutateItemResult;
424
+ };
425
+ 'lists.convertToText': {
426
+ input: ListsConvertToTextInput;
427
+ options: MutationOptions;
428
+ output: ListsConvertToTextResult;
429
+ };
430
+ 'lists.applyTemplate': {
431
+ input: ListsApplyTemplateInput;
432
+ options: MutationOptions;
433
+ output: ListsMutateItemResult;
434
+ };
435
+ 'lists.applyPreset': {
436
+ input: ListsApplyPresetInput;
437
+ options: MutationOptions;
438
+ output: ListsMutateItemResult;
439
+ };
440
+ 'lists.setType': {
441
+ input: ListsSetTypeInput;
442
+ options: MutationOptions;
443
+ output: ListsMutateItemResult;
444
+ };
445
+ 'lists.captureTemplate': {
446
+ input: ListsCaptureTemplateInput;
447
+ options: never;
448
+ output: ListsCaptureTemplateResult;
449
+ };
450
+ 'lists.setLevelNumbering': {
451
+ input: ListsSetLevelNumberingInput;
452
+ options: MutationOptions;
453
+ output: ListsMutateItemResult;
454
+ };
455
+ 'lists.setLevelBullet': {
456
+ input: ListsSetLevelBulletInput;
457
+ options: MutationOptions;
458
+ output: ListsMutateItemResult;
459
+ };
460
+ 'lists.setLevelPictureBullet': {
461
+ input: ListsSetLevelPictureBulletInput;
462
+ options: MutationOptions;
463
+ output: ListsMutateItemResult;
464
+ };
465
+ 'lists.setLevelAlignment': {
466
+ input: ListsSetLevelAlignmentInput;
467
+ options: MutationOptions;
468
+ output: ListsMutateItemResult;
469
+ };
470
+ 'lists.setLevelIndents': {
471
+ input: ListsSetLevelIndentsInput;
472
+ options: MutationOptions;
473
+ output: ListsMutateItemResult;
474
+ };
475
+ 'lists.setLevelTrailingCharacter': {
476
+ input: ListsSetLevelTrailingCharacterInput;
477
+ options: MutationOptions;
478
+ output: ListsMutateItemResult;
479
+ };
480
+ 'lists.setLevelMarkerFont': {
481
+ input: ListsSetLevelMarkerFontInput;
482
+ options: MutationOptions;
483
+ output: ListsMutateItemResult;
484
+ };
485
+ 'lists.clearLevelOverrides': {
486
+ input: ListsClearLevelOverridesInput;
487
+ options: MutationOptions;
488
+ output: ListsMutateItemResult;
489
+ };
490
+ 'lists.getStyle': {
491
+ input: ListsGetStyleInput;
492
+ options: never;
493
+ output: ListsGetStyleResult;
494
+ };
495
+ 'lists.applyStyle': {
496
+ input: ListsApplyStyleInput;
497
+ options: MutationOptions;
498
+ output: ListsMutateItemResult;
499
+ };
500
+ 'lists.restartAt': {
501
+ input: ListsRestartAtInput;
502
+ options: MutationOptions;
503
+ output: ListsMutateItemResult;
504
+ };
505
+ 'lists.setLevelNumberStyle': {
506
+ input: ListsSetLevelNumberStyleInput;
507
+ options: MutationOptions;
508
+ output: ListsMutateItemResult;
509
+ };
510
+ 'lists.setLevelText': {
511
+ input: ListsSetLevelTextInput;
512
+ options: MutationOptions;
513
+ output: ListsMutateItemResult;
514
+ };
515
+ 'lists.setLevelStart': {
516
+ input: ListsSetLevelStartInput;
517
+ options: MutationOptions;
518
+ output: ListsMutateItemResult;
519
+ };
520
+ 'lists.setLevelLayout': {
521
+ input: ListsSetLevelLayoutInput;
522
+ options: MutationOptions;
523
+ output: ListsMutateItemResult;
524
+ };
525
+ 'lists.getState': {
526
+ input: ListsGetStateInput;
527
+ options: never;
528
+ output: ListsGetStateResult;
529
+ };
530
+ 'lists.apply': {
531
+ input: ListsApplyInput;
532
+ options: MutationOptions;
533
+ output: ListsMutateItemResult;
534
+ };
535
+ 'lists.continue': {
536
+ input: ListsContinueV2Input;
537
+ options: MutationOptions;
538
+ output: ListsMutateItemResult;
539
+ };
540
+ 'lists.restart': {
541
+ input: ListsRestartV2Input;
542
+ options: MutationOptions;
543
+ output: ListsMutateItemResult;
544
+ };
545
+ 'lists.remove': {
546
+ input: ListsRemoveV2Input;
547
+ options: MutationOptions;
548
+ output: ListsMutateItemResult;
549
+ };
550
+ 'sections.list': {
551
+ input: SectionsListQuery | undefined;
552
+ options: never;
553
+ output: SectionsListResult;
554
+ };
555
+ 'sections.get': {
556
+ input: SectionsGetInput;
557
+ options: never;
558
+ output: SectionInfo;
559
+ };
560
+ 'sections.setBreakType': {
561
+ input: SectionsSetBreakTypeInput;
562
+ options: MutationOptions;
563
+ output: SectionMutationResult;
564
+ };
565
+ 'sections.setPageMargins': {
566
+ input: SectionsSetPageMarginsInput;
567
+ options: MutationOptions;
568
+ output: SectionMutationResult;
569
+ };
570
+ 'sections.setHeaderFooterMargins': {
571
+ input: SectionsSetHeaderFooterMarginsInput;
572
+ options: MutationOptions;
573
+ output: SectionMutationResult;
574
+ };
575
+ 'sections.setPageSetup': {
576
+ input: SectionsSetPageSetupInput;
577
+ options: MutationOptions;
578
+ output: SectionMutationResult;
579
+ };
580
+ 'sections.setColumns': {
581
+ input: SectionsSetColumnsInput;
582
+ options: MutationOptions;
583
+ output: SectionMutationResult;
584
+ };
585
+ 'sections.setLineNumbering': {
586
+ input: SectionsSetLineNumberingInput;
587
+ options: MutationOptions;
588
+ output: SectionMutationResult;
589
+ };
590
+ 'sections.setPageNumbering': {
591
+ input: SectionsSetPageNumberingInput;
592
+ options: MutationOptions;
593
+ output: SectionMutationResult;
594
+ };
595
+ 'sections.setTitlePage': {
596
+ input: SectionsSetTitlePageInput;
597
+ options: MutationOptions;
598
+ output: SectionMutationResult;
599
+ };
600
+ 'sections.setOddEvenHeadersFooters': {
601
+ input: SectionsSetOddEvenHeadersFootersInput;
602
+ options: MutationOptions;
603
+ output: DocumentMutationResult;
604
+ };
605
+ 'sections.setVerticalAlign': {
606
+ input: SectionsSetVerticalAlignInput;
607
+ options: MutationOptions;
608
+ output: SectionMutationResult;
609
+ };
610
+ 'sections.setSectionDirection': {
611
+ input: SectionsSetSectionDirectionInput;
612
+ options: MutationOptions;
613
+ output: SectionMutationResult;
614
+ };
615
+ 'sections.setHeaderFooterRef': {
616
+ input: SectionsSetHeaderFooterRefInput;
617
+ options: MutationOptions;
618
+ output: SectionMutationResult;
619
+ };
620
+ 'sections.clearHeaderFooterRef': {
621
+ input: SectionsClearHeaderFooterRefInput;
622
+ options: MutationOptions;
623
+ output: SectionMutationResult;
624
+ };
625
+ 'sections.setLinkToPrevious': {
626
+ input: SectionsSetLinkToPreviousInput;
627
+ options: MutationOptions;
628
+ output: SectionMutationResult;
629
+ };
630
+ 'sections.setPageBorders': {
631
+ input: SectionsSetPageBordersInput;
632
+ options: MutationOptions;
633
+ output: SectionMutationResult;
634
+ };
635
+ 'sections.clearPageBorders': {
636
+ input: SectionsClearPageBordersInput;
637
+ options: MutationOptions;
638
+ output: SectionMutationResult;
639
+ };
640
+ 'comments.create': {
641
+ input: CommentsCreateInput;
642
+ options: RevisionGuardOptions;
643
+ output: CommentsCreateReceipt;
644
+ };
645
+ 'comments.patch': {
646
+ input: CommentsPatchInput;
647
+ options: RevisionGuardOptions;
648
+ output: Receipt;
649
+ };
650
+ 'comments.delete': {
651
+ input: CommentsDeleteInput;
652
+ options: RevisionGuardOptions;
653
+ output: Receipt;
654
+ };
655
+ 'comments.get': {
656
+ input: GetCommentInput;
657
+ options: never;
658
+ output: CommentInfo;
659
+ };
660
+ 'comments.list': {
661
+ input: CommentsListQuery | undefined;
662
+ options: never;
663
+ output: CommentsListResult;
664
+ };
665
+ 'trackChanges.list': {
666
+ input: TrackChangesListInput | undefined;
667
+ options: never;
668
+ output: TrackChangesListResult;
669
+ };
670
+ 'trackChanges.get': {
671
+ input: TrackChangesGetInput;
672
+ options: never;
673
+ output: TrackChangeInfo;
674
+ };
675
+ 'trackChanges.decide': {
676
+ input: ReviewDecideInput;
677
+ options: RevisionGuardOptions;
678
+ output: Receipt;
679
+ };
680
+ 'query.match': {
681
+ input: QueryMatchInput;
682
+ options: never;
683
+ output: QueryMatchOutput;
684
+ };
685
+ 'ranges.resolve': {
686
+ input: ResolveRangeInput;
687
+ options: never;
688
+ output: ResolveRangeOutput;
689
+ };
690
+ 'selection.current': {
691
+ input: SelectionCurrentInput | undefined;
692
+ options: never;
693
+ output: SelectionInfo;
694
+ };
695
+ 'mutations.preview': {
696
+ input: MutationsPreviewInput;
697
+ options: never;
698
+ output: MutationsPreviewOutput;
699
+ };
700
+ 'mutations.apply': {
701
+ input: MutationsApplyInput;
702
+ options: never;
703
+ output: PlanReceipt;
704
+ };
705
+ 'plan.execute': {
706
+ input: PlanExecuteInput;
707
+ options: never;
708
+ output: PlanExecuteResult;
709
+ };
710
+ 'capabilities.get': {
711
+ input: undefined;
712
+ options: never;
713
+ output: DocumentApiCapabilities;
714
+ };
715
+ 'history.get': {
716
+ input: undefined;
717
+ options: never;
718
+ output: HistoryState;
719
+ };
720
+ 'history.undo': {
721
+ input: undefined;
722
+ options: never;
723
+ output: HistoryActionResult;
724
+ };
725
+ 'history.redo': {
726
+ input: undefined;
727
+ options: never;
728
+ output: HistoryActionResult;
729
+ };
730
+ 'create.table': {
731
+ input: CreateTableInput;
732
+ options: MutationOptions;
733
+ output: CreateTableResult;
734
+ };
735
+ 'tables.convertFromText': {
736
+ input: TablesConvertFromTextInput;
737
+ options: MutationOptions;
738
+ output: TableMutationResult;
739
+ };
740
+ 'tables.delete': {
741
+ input: TableLocator;
742
+ options: MutationOptions;
743
+ output: TableMutationResult;
744
+ };
745
+ 'tables.clearContents': {
746
+ input: TableLocator;
747
+ options: MutationOptions;
748
+ output: TableMutationResult;
749
+ };
750
+ 'tables.move': {
751
+ input: TablesMoveInput;
752
+ options: MutationOptions;
753
+ output: TableMutationResult;
754
+ };
755
+ 'tables.split': {
756
+ input: TablesSplitInput;
757
+ options: MutationOptions;
758
+ output: TableMutationResult;
759
+ };
760
+ 'tables.convertToText': {
761
+ input: TablesConvertToTextInput;
762
+ options: MutationOptions;
763
+ output: TableMutationResult;
764
+ };
765
+ 'tables.setLayout': {
766
+ input: TablesSetLayoutInput;
767
+ options: MutationOptions;
768
+ output: TableMutationResult;
769
+ };
770
+ 'tables.insertRow': {
771
+ input: TablesInsertRowInput;
772
+ options: MutationOptions;
773
+ output: TableMutationResult;
774
+ };
775
+ 'tables.deleteRow': {
776
+ input: TablesDeleteRowInput;
777
+ options: MutationOptions;
778
+ output: TableMutationResult;
779
+ };
780
+ 'tables.moveRow': {
781
+ input: TablesMoveRowInput;
782
+ options: MutationOptions;
783
+ output: TableMutationResult;
784
+ };
785
+ 'tables.setRowHeight': {
786
+ input: TablesSetRowHeightInput;
787
+ options: MutationOptions;
788
+ output: TableMutationResult;
789
+ };
790
+ 'tables.distributeRows': {
791
+ input: TablesDistributeRowsInput;
792
+ options: MutationOptions;
793
+ output: TableMutationResult;
794
+ };
795
+ 'tables.setRowOptions': {
796
+ input: TablesSetRowOptionsInput;
797
+ options: MutationOptions;
798
+ output: TableMutationResult;
799
+ };
800
+ 'tables.insertColumn': {
801
+ input: TablesInsertColumnInput;
802
+ options: MutationOptions;
803
+ output: TableMutationResult;
804
+ };
805
+ 'tables.deleteColumn': {
806
+ input: TablesDeleteColumnInput;
807
+ options: MutationOptions;
808
+ output: TableMutationResult;
809
+ };
810
+ 'tables.setColumnWidth': {
811
+ input: TablesSetColumnWidthInput;
812
+ options: MutationOptions;
813
+ output: TableMutationResult;
814
+ };
815
+ 'tables.distributeColumns': {
816
+ input: TablesDistributeColumnsInput;
817
+ options: MutationOptions;
818
+ output: TableMutationResult;
819
+ };
820
+ 'tables.insertCell': {
821
+ input: TablesInsertCellInput;
822
+ options: MutationOptions;
823
+ output: TableMutationResult;
824
+ };
825
+ 'tables.deleteCell': {
826
+ input: TablesDeleteCellInput;
827
+ options: MutationOptions;
828
+ output: TableMutationResult;
829
+ };
830
+ 'tables.mergeCells': {
831
+ input: TablesMergeCellsInput;
832
+ options: MutationOptions;
833
+ output: TableMutationResult;
834
+ };
835
+ 'tables.unmergeCells': {
836
+ input: TablesUnmergeCellsInput;
837
+ options: MutationOptions;
838
+ output: TableMutationResult;
839
+ };
840
+ 'tables.splitCell': {
841
+ input: TablesSplitCellInput;
842
+ options: MutationOptions;
843
+ output: TableMutationResult;
844
+ };
845
+ 'tables.setCellProperties': {
846
+ input: TablesSetCellPropertiesInput;
847
+ options: MutationOptions;
848
+ output: TableMutationResult;
849
+ };
850
+ 'tables.setCellText': {
851
+ input: TablesSetCellTextInput;
852
+ options: MutationOptions;
853
+ output: TableMutationResult;
854
+ };
855
+ 'tables.sort': {
856
+ input: TablesSortInput;
857
+ options: MutationOptions;
858
+ output: TableMutationResult;
859
+ };
860
+ 'tables.setAltText': {
861
+ input: TablesSetAltTextInput;
862
+ options: MutationOptions;
863
+ output: TableMutationResult;
864
+ };
865
+ 'tables.setStyle': {
866
+ input: TablesSetStyleInput;
867
+ options: MutationOptions;
868
+ output: TableMutationResult;
869
+ };
870
+ 'tables.clearStyle': {
871
+ input: TablesClearStyleInput;
872
+ options: MutationOptions;
873
+ output: TableMutationResult;
874
+ };
875
+ 'tables.setStyleOption': {
876
+ input: TablesSetStyleOptionInput;
877
+ options: MutationOptions;
878
+ output: TableMutationResult;
879
+ };
880
+ 'tables.setBorder': {
881
+ input: TablesSetBorderInput;
882
+ options: MutationOptions;
883
+ output: TableMutationResult;
884
+ };
885
+ 'tables.clearBorder': {
886
+ input: TablesClearBorderInput;
887
+ options: MutationOptions;
888
+ output: TableMutationResult;
889
+ };
890
+ 'tables.applyBorderPreset': {
891
+ input: TablesApplyBorderPresetInput;
892
+ options: MutationOptions;
893
+ output: TableMutationResult;
894
+ };
895
+ 'tables.setShading': {
896
+ input: TablesSetShadingInput;
897
+ options: MutationOptions;
898
+ output: TableMutationResult;
899
+ };
900
+ 'tables.clearShading': {
901
+ input: TablesClearShadingInput;
902
+ options: MutationOptions;
903
+ output: TableMutationResult;
904
+ };
905
+ 'tables.setTablePadding': {
906
+ input: TablesSetTablePaddingInput;
907
+ options: MutationOptions;
908
+ output: TableMutationResult;
909
+ };
910
+ 'tables.setCellPadding': {
911
+ input: TablesSetCellPaddingInput;
912
+ options: MutationOptions;
913
+ output: TableMutationResult;
914
+ };
915
+ 'tables.setCellSpacing': {
916
+ input: TablesSetCellSpacingInput;
917
+ options: MutationOptions;
918
+ output: TableMutationResult;
919
+ };
920
+ 'tables.clearCellSpacing': {
921
+ input: TablesClearCellSpacingInput;
922
+ options: MutationOptions;
923
+ output: TableMutationResult;
924
+ };
925
+ 'tables.applyStyle': {
926
+ input: TablesApplyStyleInput;
927
+ options: MutationOptions;
928
+ output: TableMutationResult;
929
+ };
930
+ 'tables.setBorders': {
931
+ input: TablesSetBordersInput;
932
+ options: MutationOptions;
933
+ output: TableMutationResult;
934
+ };
935
+ 'tables.setTableOptions': {
936
+ input: TablesSetTableOptionsInput;
937
+ options: MutationOptions;
938
+ output: TableMutationResult;
939
+ };
940
+ 'tables.applyPreset': {
941
+ input: TablesApplyPresetInput;
942
+ options: MutationOptions;
943
+ output: TableMutationResult;
944
+ };
945
+ 'tables.get': {
946
+ input: TablesGetInput;
947
+ options: never;
948
+ output: TablesGetOutput;
949
+ };
950
+ 'tables.getCells': {
951
+ input: TablesGetCellsInput;
952
+ options: never;
953
+ output: TablesGetCellsOutput;
954
+ };
955
+ 'tables.getProperties': {
956
+ input: TablesGetPropertiesInput;
957
+ options: never;
958
+ output: TablesGetPropertiesOutput;
959
+ };
960
+ 'tables.getStyles': {
961
+ input: TablesGetStylesInput | undefined;
962
+ options: never;
963
+ output: TablesGetStylesOutput;
964
+ };
965
+ 'tables.setDefaultStyle': {
966
+ input: TablesSetDefaultStyleInput;
967
+ options: MutationOptions;
968
+ output: DocumentMutationResult;
969
+ };
970
+ 'tables.clearDefaultStyle': {
971
+ input: TablesClearDefaultStyleInput | undefined;
972
+ options: MutationOptions;
973
+ output: DocumentMutationResult;
974
+ };
975
+ 'create.tableOfContents': {
976
+ input: CreateTableOfContentsInput;
977
+ options: MutationOptions;
978
+ output: CreateTableOfContentsResult;
979
+ };
980
+ 'toc.list': {
981
+ input: TocListQuery | undefined;
982
+ options: never;
983
+ output: TocListResult;
984
+ };
985
+ 'toc.get': {
986
+ input: TocGetInput;
987
+ options: never;
988
+ output: TocInfo;
989
+ };
990
+ 'toc.configure': {
991
+ input: TocConfigureInput;
992
+ options: MutationOptions;
993
+ output: TocMutationResult;
994
+ };
995
+ 'toc.update': {
996
+ input: TocUpdateInput;
997
+ options: MutationOptions;
998
+ output: TocMutationResult;
999
+ };
1000
+ 'toc.remove': {
1001
+ input: TocRemoveInput;
1002
+ options: MutationOptions;
1003
+ output: TocMutationResult;
1004
+ };
1005
+ 'toc.markEntry': {
1006
+ input: TocMarkEntryInput;
1007
+ options: MutationOptions;
1008
+ output: TocEntryMutationResult;
1009
+ };
1010
+ 'toc.unmarkEntry': {
1011
+ input: TocUnmarkEntryInput;
1012
+ options: MutationOptions;
1013
+ output: TocEntryMutationResult;
1014
+ };
1015
+ 'toc.listEntries': {
1016
+ input: TocListEntriesQuery | undefined;
1017
+ options: never;
1018
+ output: TocListEntriesResult;
1019
+ };
1020
+ 'toc.getEntry': {
1021
+ input: TocGetEntryInput;
1022
+ options: never;
1023
+ output: TocEntryInfo;
1024
+ };
1025
+ 'toc.editEntry': {
1026
+ input: TocEditEntryInput;
1027
+ options: MutationOptions;
1028
+ output: TocEntryMutationResult;
1029
+ };
1030
+ 'create.image': {
1031
+ input: CreateImageInput;
1032
+ options: MutationOptions;
1033
+ output: CreateImageResult;
1034
+ };
1035
+ 'images.list': {
1036
+ input: ImagesListInput | undefined;
1037
+ options: never;
1038
+ output: ImagesListResult;
1039
+ };
1040
+ 'images.get': {
1041
+ input: ImagesGetInput;
1042
+ options: never;
1043
+ output: ImageSummary;
1044
+ };
1045
+ 'images.delete': {
1046
+ input: ImagesDeleteInput;
1047
+ options: MutationOptions;
1048
+ output: ImagesMutationResult;
1049
+ };
1050
+ 'images.move': {
1051
+ input: MoveImageInput;
1052
+ options: MutationOptions;
1053
+ output: ImagesMutationResult;
1054
+ };
1055
+ 'images.convertToInline': {
1056
+ input: ConvertToInlineInput;
1057
+ options: MutationOptions;
1058
+ output: ImagesMutationResult;
1059
+ };
1060
+ 'images.convertToFloating': {
1061
+ input: ConvertToFloatingInput;
1062
+ options: MutationOptions;
1063
+ output: ImagesMutationResult;
1064
+ };
1065
+ 'images.setSize': {
1066
+ input: SetSizeInput;
1067
+ options: MutationOptions;
1068
+ output: ImagesMutationResult;
1069
+ };
1070
+ 'images.setWrapType': {
1071
+ input: SetWrapTypeInput;
1072
+ options: MutationOptions;
1073
+ output: ImagesMutationResult;
1074
+ };
1075
+ 'images.setWrapSide': {
1076
+ input: SetWrapSideInput;
1077
+ options: MutationOptions;
1078
+ output: ImagesMutationResult;
1079
+ };
1080
+ 'images.setWrapDistances': {
1081
+ input: SetWrapDistancesInput;
1082
+ options: MutationOptions;
1083
+ output: ImagesMutationResult;
1084
+ };
1085
+ 'images.setPosition': {
1086
+ input: SetPositionInput;
1087
+ options: MutationOptions;
1088
+ output: ImagesMutationResult;
1089
+ };
1090
+ 'images.setAnchorOptions': {
1091
+ input: SetAnchorOptionsInput;
1092
+ options: MutationOptions;
1093
+ output: ImagesMutationResult;
1094
+ };
1095
+ 'images.setZOrder': {
1096
+ input: SetZOrderInput;
1097
+ options: MutationOptions;
1098
+ output: ImagesMutationResult;
1099
+ };
1100
+ 'images.scale': {
1101
+ input: ScaleInput;
1102
+ options: MutationOptions;
1103
+ output: ImagesMutationResult;
1104
+ };
1105
+ 'images.setLockAspectRatio': {
1106
+ input: SetLockAspectRatioInput;
1107
+ options: MutationOptions;
1108
+ output: ImagesMutationResult;
1109
+ };
1110
+ 'images.rotate': {
1111
+ input: RotateInput;
1112
+ options: MutationOptions;
1113
+ output: ImagesMutationResult;
1114
+ };
1115
+ 'images.flip': {
1116
+ input: FlipInput;
1117
+ options: MutationOptions;
1118
+ output: ImagesMutationResult;
1119
+ };
1120
+ 'images.crop': {
1121
+ input: CropInput;
1122
+ options: MutationOptions;
1123
+ output: ImagesMutationResult;
1124
+ };
1125
+ 'images.resetCrop': {
1126
+ input: ResetCropInput;
1127
+ options: MutationOptions;
1128
+ output: ImagesMutationResult;
1129
+ };
1130
+ 'images.replaceSource': {
1131
+ input: ReplaceSourceInput;
1132
+ options: MutationOptions;
1133
+ output: ImagesMutationResult;
1134
+ };
1135
+ 'images.setAltText': {
1136
+ input: SetAltTextInput;
1137
+ options: MutationOptions;
1138
+ output: ImagesMutationResult;
1139
+ };
1140
+ 'images.setDecorative': {
1141
+ input: SetDecorativeInput;
1142
+ options: MutationOptions;
1143
+ output: ImagesMutationResult;
1144
+ };
1145
+ 'images.setName': {
1146
+ input: SetNameInput;
1147
+ options: MutationOptions;
1148
+ output: ImagesMutationResult;
1149
+ };
1150
+ 'images.setHyperlink': {
1151
+ input: SetHyperlinkInput;
1152
+ options: MutationOptions;
1153
+ output: ImagesMutationResult;
1154
+ };
1155
+ 'images.insertCaption': {
1156
+ input: InsertCaptionInput;
1157
+ options: MutationOptions;
1158
+ output: ImagesMutationResult;
1159
+ };
1160
+ 'images.updateCaption': {
1161
+ input: UpdateCaptionInput;
1162
+ options: MutationOptions;
1163
+ output: ImagesMutationResult;
1164
+ };
1165
+ 'images.removeCaption': {
1166
+ input: RemoveCaptionInput;
1167
+ options: MutationOptions;
1168
+ output: ImagesMutationResult;
1169
+ };
1170
+ 'hyperlinks.list': {
1171
+ input: HyperlinksListQuery | undefined;
1172
+ options: never;
1173
+ output: HyperlinksListResult;
1174
+ };
1175
+ 'hyperlinks.get': {
1176
+ input: HyperlinksGetInput;
1177
+ options: never;
1178
+ output: HyperlinkInfo;
1179
+ };
1180
+ 'hyperlinks.wrap': {
1181
+ input: HyperlinksWrapInput;
1182
+ options: MutationOptions;
1183
+ output: HyperlinkMutationResult;
1184
+ };
1185
+ 'hyperlinks.insert': {
1186
+ input: HyperlinksInsertInput;
1187
+ options: MutationOptions;
1188
+ output: HyperlinkMutationResult;
1189
+ };
1190
+ 'hyperlinks.patch': {
1191
+ input: HyperlinksPatchInput;
1192
+ options: MutationOptions;
1193
+ output: HyperlinkMutationResult;
1194
+ };
1195
+ 'hyperlinks.remove': {
1196
+ input: HyperlinksRemoveInput;
1197
+ options: MutationOptions;
1198
+ output: HyperlinkMutationResult;
1199
+ };
1200
+ 'headerFooters.list': {
1201
+ input: HeaderFootersListQuery | undefined;
1202
+ options: never;
1203
+ output: HeaderFootersListResult;
1204
+ };
1205
+ 'headerFooters.get': {
1206
+ input: HeaderFootersGetInput;
1207
+ options: never;
1208
+ output: HeaderFooterSlotEntry;
1209
+ };
1210
+ 'headerFooters.resolve': {
1211
+ input: HeaderFootersResolveInput;
1212
+ options: never;
1213
+ output: HeaderFooterResolveResult;
1214
+ };
1215
+ 'headerFooters.refs.set': {
1216
+ input: HeaderFootersRefsSetInput;
1217
+ options: MutationOptions;
1218
+ output: SectionMutationResult;
1219
+ };
1220
+ 'headerFooters.refs.clear': {
1221
+ input: HeaderFootersRefsClearInput;
1222
+ options: MutationOptions;
1223
+ output: SectionMutationResult;
1224
+ };
1225
+ 'headerFooters.refs.setLinkedToPrevious': {
1226
+ input: HeaderFootersRefsSetLinkedToPreviousInput;
1227
+ options: MutationOptions;
1228
+ output: SectionMutationResult;
1229
+ };
1230
+ 'headerFooters.parts.list': {
1231
+ input: HeaderFootersPartsListQuery | undefined;
1232
+ options: never;
1233
+ output: HeaderFootersPartsListResult;
1234
+ };
1235
+ 'headerFooters.parts.create': {
1236
+ input: HeaderFootersPartsCreateInput;
1237
+ options: MutationOptions;
1238
+ output: HeaderFooterPartsMutationResult;
1239
+ };
1240
+ 'headerFooters.parts.delete': {
1241
+ input: HeaderFootersPartsDeleteInput;
1242
+ options: MutationOptions;
1243
+ output: HeaderFooterPartsMutationResult;
1244
+ };
1245
+ 'create.contentControl': {
1246
+ input: CreateContentControlInput;
1247
+ options: MutationOptions;
1248
+ output: ContentControlMutationResult;
1249
+ };
1250
+ 'contentControls.list': {
1251
+ input: ContentControlsListQuery | undefined;
1252
+ options: never;
1253
+ output: ContentControlsListResult;
1254
+ };
1255
+ 'contentControls.get': {
1256
+ input: ContentControlsGetInput;
1257
+ options: never;
1258
+ output: ContentControlInfo;
1259
+ };
1260
+ 'contentControls.listInRange': {
1261
+ input: ContentControlsListInRangeInput;
1262
+ options: never;
1263
+ output: ContentControlsListResult;
1264
+ };
1265
+ 'contentControls.selectByTag': {
1266
+ input: ContentControlsSelectByTagInput;
1267
+ options: never;
1268
+ output: ContentControlsListResult;
1269
+ };
1270
+ 'contentControls.selectByTitle': {
1271
+ input: ContentControlsSelectByTitleInput;
1272
+ options: never;
1273
+ output: ContentControlsListResult;
1274
+ };
1275
+ 'contentControls.listChildren': {
1276
+ input: ContentControlsListChildrenInput;
1277
+ options: never;
1278
+ output: ContentControlsListResult;
1279
+ };
1280
+ 'contentControls.getParent': {
1281
+ input: ContentControlsGetParentInput;
1282
+ options: never;
1283
+ output: ContentControlInfo | null;
1284
+ };
1285
+ 'contentControls.wrap': {
1286
+ input: ContentControlsWrapInput;
1287
+ options: MutationOptions;
1288
+ output: ContentControlMutationResult;
1289
+ };
1290
+ 'contentControls.unwrap': {
1291
+ input: ContentControlsUnwrapInput;
1292
+ options: MutationOptions;
1293
+ output: ContentControlMutationResult;
1294
+ };
1295
+ 'contentControls.delete': {
1296
+ input: ContentControlsDeleteInput;
1297
+ options: MutationOptions;
1298
+ output: ContentControlMutationResult;
1299
+ };
1300
+ 'contentControls.copy': {
1301
+ input: ContentControlsCopyInput;
1302
+ options: MutationOptions;
1303
+ output: ContentControlMutationResult;
1304
+ };
1305
+ 'contentControls.move': {
1306
+ input: ContentControlsMoveInput;
1307
+ options: MutationOptions;
1308
+ output: ContentControlMutationResult;
1309
+ };
1310
+ 'contentControls.patch': {
1311
+ input: ContentControlsPatchInput;
1312
+ options: MutationOptions;
1313
+ output: ContentControlMutationResult;
1314
+ };
1315
+ 'contentControls.setLockMode': {
1316
+ input: ContentControlsSetLockModeInput;
1317
+ options: MutationOptions;
1318
+ output: ContentControlMutationResult;
1319
+ };
1320
+ 'contentControls.setType': {
1321
+ input: ContentControlsSetTypeInput;
1322
+ options: MutationOptions;
1323
+ output: ContentControlMutationResult;
1324
+ };
1325
+ 'contentControls.getContent': {
1326
+ input: ContentControlsGetContentInput;
1327
+ options: never;
1328
+ output: ContentControlsGetContentResult;
1329
+ };
1330
+ 'contentControls.replaceContent': {
1331
+ input: ContentControlsReplaceContentInput;
1332
+ options: MutationOptions;
1333
+ output: ContentControlMutationResult;
1334
+ };
1335
+ 'contentControls.clearContent': {
1336
+ input: ContentControlsClearContentInput;
1337
+ options: MutationOptions;
1338
+ output: ContentControlMutationResult;
1339
+ };
1340
+ 'contentControls.appendContent': {
1341
+ input: ContentControlsAppendContentInput;
1342
+ options: MutationOptions;
1343
+ output: ContentControlMutationResult;
1344
+ };
1345
+ 'contentControls.prependContent': {
1346
+ input: ContentControlsPrependContentInput;
1347
+ options: MutationOptions;
1348
+ output: ContentControlMutationResult;
1349
+ };
1350
+ 'contentControls.insertBefore': {
1351
+ input: ContentControlsInsertBeforeInput;
1352
+ options: MutationOptions;
1353
+ output: ContentControlMutationResult;
1354
+ };
1355
+ 'contentControls.insertAfter': {
1356
+ input: ContentControlsInsertAfterInput;
1357
+ options: MutationOptions;
1358
+ output: ContentControlMutationResult;
1359
+ };
1360
+ 'contentControls.getBinding': {
1361
+ input: ContentControlsGetBindingInput;
1362
+ options: never;
1363
+ output: ContentControlBinding | null;
1364
+ };
1365
+ 'contentControls.setBinding': {
1366
+ input: ContentControlsSetBindingInput;
1367
+ options: MutationOptions;
1368
+ output: ContentControlMutationResult;
1369
+ };
1370
+ 'contentControls.clearBinding': {
1371
+ input: ContentControlsClearBindingInput;
1372
+ options: MutationOptions;
1373
+ output: ContentControlMutationResult;
1374
+ };
1375
+ 'contentControls.getRawProperties': {
1376
+ input: ContentControlsGetRawPropertiesInput;
1377
+ options: never;
1378
+ output: ContentControlsGetRawPropertiesResult;
1379
+ };
1380
+ 'contentControls.patchRawProperties': {
1381
+ input: ContentControlsPatchRawPropertiesInput;
1382
+ options: MutationOptions;
1383
+ output: ContentControlMutationResult;
1384
+ };
1385
+ 'contentControls.validateWordCompatibility': {
1386
+ input: ContentControlsValidateWordCompatibilityInput;
1387
+ options: never;
1388
+ output: ContentControlsValidateWordCompatibilityResult;
1389
+ };
1390
+ 'contentControls.normalizeWordCompatibility': {
1391
+ input: ContentControlsNormalizeWordCompatibilityInput;
1392
+ options: MutationOptions;
1393
+ output: ContentControlMutationResult;
1394
+ };
1395
+ 'contentControls.normalizeTagPayload': {
1396
+ input: ContentControlsNormalizeTagPayloadInput;
1397
+ options: MutationOptions;
1398
+ output: ContentControlMutationResult;
1399
+ };
1400
+ 'contentControls.text.setMultiline': {
1401
+ input: ContentControlsTextSetMultilineInput;
1402
+ options: MutationOptions;
1403
+ output: ContentControlMutationResult;
1404
+ };
1405
+ 'contentControls.text.setValue': {
1406
+ input: ContentControlsTextSetValueInput;
1407
+ options: MutationOptions;
1408
+ output: ContentControlMutationResult;
1409
+ };
1410
+ 'contentControls.text.clearValue': {
1411
+ input: ContentControlsTextClearValueInput;
1412
+ options: MutationOptions;
1413
+ output: ContentControlMutationResult;
1414
+ };
1415
+ 'contentControls.date.setValue': {
1416
+ input: ContentControlsDateSetValueInput;
1417
+ options: MutationOptions;
1418
+ output: ContentControlMutationResult;
1419
+ };
1420
+ 'contentControls.date.clearValue': {
1421
+ input: ContentControlsDateClearValueInput;
1422
+ options: MutationOptions;
1423
+ output: ContentControlMutationResult;
1424
+ };
1425
+ 'contentControls.date.setDisplayFormat': {
1426
+ input: ContentControlsDateSetDisplayFormatInput;
1427
+ options: MutationOptions;
1428
+ output: ContentControlMutationResult;
1429
+ };
1430
+ 'contentControls.date.setDisplayLocale': {
1431
+ input: ContentControlsDateSetDisplayLocaleInput;
1432
+ options: MutationOptions;
1433
+ output: ContentControlMutationResult;
1434
+ };
1435
+ 'contentControls.date.setStorageFormat': {
1436
+ input: ContentControlsDateSetStorageFormatInput;
1437
+ options: MutationOptions;
1438
+ output: ContentControlMutationResult;
1439
+ };
1440
+ 'contentControls.date.setCalendar': {
1441
+ input: ContentControlsDateSetCalendarInput;
1442
+ options: MutationOptions;
1443
+ output: ContentControlMutationResult;
1444
+ };
1445
+ 'contentControls.checkbox.getState': {
1446
+ input: ContentControlsCheckboxGetStateInput;
1447
+ options: never;
1448
+ output: ContentControlsCheckboxGetStateResult;
1449
+ };
1450
+ 'contentControls.checkbox.setState': {
1451
+ input: ContentControlsCheckboxSetStateInput;
1452
+ options: MutationOptions;
1453
+ output: ContentControlMutationResult;
1454
+ };
1455
+ 'contentControls.checkbox.toggle': {
1456
+ input: ContentControlsCheckboxToggleInput;
1457
+ options: MutationOptions;
1458
+ output: ContentControlMutationResult;
1459
+ };
1460
+ 'contentControls.checkbox.setSymbolPair': {
1461
+ input: ContentControlsCheckboxSetSymbolPairInput;
1462
+ options: MutationOptions;
1463
+ output: ContentControlMutationResult;
1464
+ };
1465
+ 'contentControls.choiceList.getItems': {
1466
+ input: ContentControlsChoiceListGetItemsInput;
1467
+ options: never;
1468
+ output: ContentControlsChoiceListGetItemsResult;
1469
+ };
1470
+ 'contentControls.choiceList.setItems': {
1471
+ input: ContentControlsChoiceListSetItemsInput;
1472
+ options: MutationOptions;
1473
+ output: ContentControlMutationResult;
1474
+ };
1475
+ 'contentControls.choiceList.setSelected': {
1476
+ input: ContentControlsChoiceListSetSelectedInput;
1477
+ options: MutationOptions;
1478
+ output: ContentControlMutationResult;
1479
+ };
1480
+ 'contentControls.repeatingSection.listItems': {
1481
+ input: ContentControlsRepeatingSectionListItemsInput;
1482
+ options: never;
1483
+ output: ContentControlsRepeatingSectionListItemsResult;
1484
+ };
1485
+ 'contentControls.repeatingSection.insertItemBefore': {
1486
+ input: ContentControlsRepeatingSectionInsertItemBeforeInput;
1487
+ options: MutationOptions;
1488
+ output: ContentControlMutationResult;
1489
+ };
1490
+ 'contentControls.repeatingSection.insertItemAfter': {
1491
+ input: ContentControlsRepeatingSectionInsertItemAfterInput;
1492
+ options: MutationOptions;
1493
+ output: ContentControlMutationResult;
1494
+ };
1495
+ 'contentControls.repeatingSection.cloneItem': {
1496
+ input: ContentControlsRepeatingSectionCloneItemInput;
1497
+ options: MutationOptions;
1498
+ output: ContentControlMutationResult;
1499
+ };
1500
+ 'contentControls.repeatingSection.deleteItem': {
1501
+ input: ContentControlsRepeatingSectionDeleteItemInput;
1502
+ options: MutationOptions;
1503
+ output: ContentControlMutationResult;
1504
+ };
1505
+ 'contentControls.repeatingSection.setAllowInsertDelete': {
1506
+ input: ContentControlsRepeatingSectionSetAllowInsertDeleteInput;
1507
+ options: MutationOptions;
1508
+ output: ContentControlMutationResult;
1509
+ };
1510
+ 'contentControls.group.wrap': {
1511
+ input: ContentControlsGroupWrapInput;
1512
+ options: MutationOptions;
1513
+ output: ContentControlMutationResult;
1514
+ };
1515
+ 'contentControls.group.ungroup': {
1516
+ input: ContentControlsGroupUngroupInput;
1517
+ options: MutationOptions;
1518
+ output: ContentControlMutationResult;
1519
+ };
1520
+ 'bookmarks.list': {
1521
+ input: BookmarkListInput | undefined;
1522
+ options: never;
1523
+ output: BookmarksListResult;
1524
+ };
1525
+ 'bookmarks.get': {
1526
+ input: BookmarkGetInput;
1527
+ options: never;
1528
+ output: BookmarkInfo;
1529
+ };
1530
+ 'bookmarks.insert': {
1531
+ input: BookmarkInsertInput;
1532
+ options: MutationOptions;
1533
+ output: BookmarkMutationResult;
1534
+ };
1535
+ 'bookmarks.rename': {
1536
+ input: BookmarkRenameInput;
1537
+ options: MutationOptions;
1538
+ output: BookmarkMutationResult;
1539
+ };
1540
+ 'bookmarks.remove': {
1541
+ input: BookmarkRemoveInput;
1542
+ options: MutationOptions;
1543
+ output: BookmarkMutationResult;
1544
+ };
1545
+ 'footnotes.list': {
1546
+ input: FootnoteListInput | undefined;
1547
+ options: never;
1548
+ output: FootnotesListResult;
1549
+ };
1550
+ 'footnotes.get': {
1551
+ input: FootnoteGetInput;
1552
+ options: never;
1553
+ output: FootnoteInfo;
1554
+ };
1555
+ 'footnotes.insert': {
1556
+ input: FootnoteInsertInput;
1557
+ options: MutationOptions;
1558
+ output: FootnoteMutationResult;
1559
+ };
1560
+ 'footnotes.update': {
1561
+ input: FootnoteUpdateInput;
1562
+ options: MutationOptions;
1563
+ output: FootnoteMutationResult;
1564
+ };
1565
+ 'footnotes.remove': {
1566
+ input: FootnoteRemoveInput;
1567
+ options: MutationOptions;
1568
+ output: FootnoteMutationResult;
1569
+ };
1570
+ 'footnotes.configure': {
1571
+ input: FootnoteConfigureInput;
1572
+ options: MutationOptions;
1573
+ output: FootnoteConfigResult;
1574
+ };
1575
+ 'clipboard.parse': {
1576
+ input: ClipboardPayload;
1577
+ options: ClipboardParseOptions;
1578
+ output: ClipboardParseResult;
1579
+ };
1580
+ 'clipboard.insert': {
1581
+ input: ClipboardInsertInput;
1582
+ options: MutationOptions;
1583
+ output: ClipboardInsertResult;
1584
+ };
1585
+ 'clipboard.serializeSelection': {
1586
+ input: ClipboardSerializeInput | undefined;
1587
+ options: never;
1588
+ output: ClipboardSerializeResult;
1589
+ };
1590
+ 'crossRefs.list': {
1591
+ input: CrossRefListInput | undefined;
1592
+ options: never;
1593
+ output: CrossRefsListResult;
1594
+ };
1595
+ 'crossRefs.get': {
1596
+ input: CrossRefGetInput;
1597
+ options: never;
1598
+ output: CrossRefInfo;
1599
+ };
1600
+ 'crossRefs.insert': {
1601
+ input: CrossRefInsertInput;
1602
+ options: MutationOptions;
1603
+ output: CrossRefMutationResult;
1604
+ };
1605
+ 'crossRefs.rebuild': {
1606
+ input: CrossRefRebuildInput;
1607
+ options: MutationOptions;
1608
+ output: CrossRefMutationResult;
1609
+ };
1610
+ 'crossRefs.remove': {
1611
+ input: CrossRefRemoveInput;
1612
+ options: MutationOptions;
1613
+ output: CrossRefMutationResult;
1614
+ };
1615
+ 'index.list': {
1616
+ input: IndexListInput | undefined;
1617
+ options: never;
1618
+ output: IndexListResult;
1619
+ };
1620
+ 'index.get': {
1621
+ input: IndexGetInput;
1622
+ options: never;
1623
+ output: IndexInfo;
1624
+ };
1625
+ 'index.insert': {
1626
+ input: IndexInsertInput;
1627
+ options: MutationOptions;
1628
+ output: IndexMutationResult;
1629
+ };
1630
+ 'index.configure': {
1631
+ input: IndexConfigureInput;
1632
+ options: MutationOptions;
1633
+ output: IndexMutationResult;
1634
+ };
1635
+ 'index.rebuild': {
1636
+ input: IndexRebuildInput;
1637
+ options: MutationOptions;
1638
+ output: IndexMutationResult;
1639
+ };
1640
+ 'index.remove': {
1641
+ input: IndexRemoveInput;
1642
+ options: MutationOptions;
1643
+ output: IndexMutationResult;
1644
+ };
1645
+ 'index.entries.list': {
1646
+ input: IndexEntryListInput | undefined;
1647
+ options: never;
1648
+ output: IndexEntryListResult;
1649
+ };
1650
+ 'index.entries.get': {
1651
+ input: IndexEntryGetInput;
1652
+ options: never;
1653
+ output: IndexEntryInfo;
1654
+ };
1655
+ 'index.entries.insert': {
1656
+ input: IndexEntryInsertInput;
1657
+ options: MutationOptions;
1658
+ output: IndexEntryMutationResult;
1659
+ };
1660
+ 'index.entries.update': {
1661
+ input: IndexEntryUpdateInput;
1662
+ options: MutationOptions;
1663
+ output: IndexEntryMutationResult;
1664
+ };
1665
+ 'index.entries.remove': {
1666
+ input: IndexEntryRemoveInput;
1667
+ options: MutationOptions;
1668
+ output: IndexEntryMutationResult;
1669
+ };
1670
+ 'captions.list': {
1671
+ input: CaptionListInput | undefined;
1672
+ options: never;
1673
+ output: CaptionsListResult;
1674
+ };
1675
+ 'captions.get': {
1676
+ input: CaptionGetInput;
1677
+ options: never;
1678
+ output: CaptionInfo;
1679
+ };
1680
+ 'captions.insert': {
1681
+ input: CaptionInsertInput;
1682
+ options: MutationOptions;
1683
+ output: CaptionMutationResult;
1684
+ };
1685
+ 'captions.update': {
1686
+ input: CaptionUpdateInput;
1687
+ options: MutationOptions;
1688
+ output: CaptionMutationResult;
1689
+ };
1690
+ 'captions.remove': {
1691
+ input: CaptionRemoveInput;
1692
+ options: MutationOptions;
1693
+ output: CaptionMutationResult;
1694
+ };
1695
+ 'captions.configure': {
1696
+ input: CaptionConfigureInput;
1697
+ options: MutationOptions;
1698
+ output: CaptionConfigResult;
1699
+ };
1700
+ 'fields.list': {
1701
+ input: FieldListInput | undefined;
1702
+ options: never;
1703
+ output: FieldsListResult;
1704
+ };
1705
+ 'fields.get': {
1706
+ input: FieldGetInput;
1707
+ options: never;
1708
+ output: FieldInfo;
1709
+ };
1710
+ 'fields.insert': {
1711
+ input: FieldInsertInput;
1712
+ options: MutationOptions;
1713
+ output: FieldMutationResult;
1714
+ };
1715
+ 'fields.rebuild': {
1716
+ input: FieldRebuildInput;
1717
+ options: MutationOptions;
1718
+ output: FieldMutationResult;
1719
+ };
1720
+ 'fields.remove': {
1721
+ input: FieldRemoveInput;
1722
+ options: MutationOptions;
1723
+ output: FieldMutationResult;
1724
+ };
1725
+ 'citations.list': {
1726
+ input: CitationListInput | undefined;
1727
+ options: never;
1728
+ output: CitationsListResult;
1729
+ };
1730
+ 'citations.get': {
1731
+ input: CitationGetInput;
1732
+ options: never;
1733
+ output: CitationInfo;
1734
+ };
1735
+ 'citations.insert': {
1736
+ input: CitationInsertInput;
1737
+ options: MutationOptions;
1738
+ output: CitationMutationResult;
1739
+ };
1740
+ 'citations.update': {
1741
+ input: CitationUpdateInput;
1742
+ options: MutationOptions;
1743
+ output: CitationMutationResult;
1744
+ };
1745
+ 'citations.remove': {
1746
+ input: CitationRemoveInput;
1747
+ options: MutationOptions;
1748
+ output: CitationMutationResult;
1749
+ };
1750
+ 'citations.sources.list': {
1751
+ input: CitationSourceListInput | undefined;
1752
+ options: never;
1753
+ output: CitationSourcesListResult;
1754
+ };
1755
+ 'citations.sources.get': {
1756
+ input: CitationSourceGetInput;
1757
+ options: never;
1758
+ output: CitationSourceInfo;
1759
+ };
1760
+ 'citations.sources.insert': {
1761
+ input: CitationSourceInsertInput;
1762
+ options: MutationOptions;
1763
+ output: CitationSourceMutationResult;
1764
+ };
1765
+ 'citations.sources.update': {
1766
+ input: CitationSourceUpdateInput;
1767
+ options: MutationOptions;
1768
+ output: CitationSourceMutationResult;
1769
+ };
1770
+ 'citations.sources.remove': {
1771
+ input: CitationSourceRemoveInput;
1772
+ options: MutationOptions;
1773
+ output: CitationSourceMutationResult;
1774
+ };
1775
+ 'citations.bibliography.get': {
1776
+ input: BibliographyGetInput;
1777
+ options: never;
1778
+ output: BibliographyInfo;
1779
+ };
1780
+ 'citations.bibliography.insert': {
1781
+ input: BibliographyInsertInput;
1782
+ options: MutationOptions;
1783
+ output: BibliographyMutationResult;
1784
+ };
1785
+ 'citations.bibliography.rebuild': {
1786
+ input: BibliographyRebuildInput;
1787
+ options: MutationOptions;
1788
+ output: BibliographyMutationResult;
1789
+ };
1790
+ 'citations.bibliography.configure': {
1791
+ input: BibliographyConfigureInput;
1792
+ options: MutationOptions;
1793
+ output: BibliographyMutationResult;
1794
+ };
1795
+ 'citations.bibliography.remove': {
1796
+ input: BibliographyRemoveInput;
1797
+ options: MutationOptions;
1798
+ output: BibliographyMutationResult;
1799
+ };
1800
+ 'authorities.list': {
1801
+ input: AuthoritiesListInput | undefined;
1802
+ options: never;
1803
+ output: AuthoritiesListResult;
1804
+ };
1805
+ 'authorities.get': {
1806
+ input: AuthoritiesGetInput;
1807
+ options: never;
1808
+ output: AuthoritiesInfo;
1809
+ };
1810
+ 'authorities.insert': {
1811
+ input: AuthoritiesInsertInput;
1812
+ options: MutationOptions;
1813
+ output: AuthoritiesMutationResult;
1814
+ };
1815
+ 'authorities.configure': {
1816
+ input: AuthoritiesConfigureInput;
1817
+ options: MutationOptions;
1818
+ output: AuthoritiesMutationResult;
1819
+ };
1820
+ 'authorities.rebuild': {
1821
+ input: AuthoritiesRebuildInput;
1822
+ options: MutationOptions;
1823
+ output: AuthoritiesMutationResult;
1824
+ };
1825
+ 'authorities.remove': {
1826
+ input: AuthoritiesRemoveInput;
1827
+ options: MutationOptions;
1828
+ output: AuthoritiesMutationResult;
1829
+ };
1830
+ 'authorities.entries.list': {
1831
+ input: AuthorityEntryListInput | undefined;
1832
+ options: never;
1833
+ output: AuthorityEntryListResult;
1834
+ };
1835
+ 'authorities.entries.get': {
1836
+ input: AuthorityEntryGetInput;
1837
+ options: never;
1838
+ output: AuthorityEntryInfo;
1839
+ };
1840
+ 'authorities.entries.insert': {
1841
+ input: AuthorityEntryInsertInput;
1842
+ options: MutationOptions;
1843
+ output: AuthorityEntryMutationResult;
1844
+ };
1845
+ 'authorities.entries.update': {
1846
+ input: AuthorityEntryUpdateInput;
1847
+ options: MutationOptions;
1848
+ output: AuthorityEntryMutationResult;
1849
+ };
1850
+ 'authorities.entries.remove': {
1851
+ input: AuthorityEntryRemoveInput;
1852
+ options: MutationOptions;
1853
+ output: AuthorityEntryMutationResult;
1854
+ };
1855
+ 'diff.capture': {
1856
+ input: undefined;
1857
+ options: never;
1858
+ output: DiffSnapshot;
1859
+ };
1860
+ 'diff.compare': {
1861
+ input: DiffCompareInput;
1862
+ options: never;
1863
+ output: DiffPayload;
1864
+ };
1865
+ 'diff.apply': {
1866
+ input: DiffApplyInput;
1867
+ options: DiffApplyOptions;
1868
+ output: DiffApplyResult;
1869
+ };
1870
+ 'export.toDocx': {
1871
+ input: ExportToDocxInput;
1872
+ options: never;
1873
+ output: ExportToDocxResult;
1874
+ };
1875
+ 'protection.get': {
1876
+ input: ProtectionGetInput;
1877
+ options: never;
1878
+ output: DocumentProtectionState;
1879
+ };
1880
+ 'protection.setEditingRestriction': {
1881
+ input: SetEditingRestrictionInput;
1882
+ options: MutationOptions;
1883
+ output: ProtectionMutationResult;
1884
+ };
1885
+ 'protection.clearEditingRestriction': {
1886
+ input: ClearEditingRestrictionInput;
1887
+ options: MutationOptions;
1888
+ output: ProtectionMutationResult;
1889
+ };
1890
+ 'permissionRanges.list': {
1891
+ input: PermissionRangesListInput | undefined;
1892
+ options: never;
1893
+ output: PermissionRangesListResult;
1894
+ };
1895
+ 'permissionRanges.get': {
1896
+ input: PermissionRangesGetInput;
1897
+ options: never;
1898
+ output: PermissionRangeInfo;
1899
+ };
1900
+ 'permissionRanges.create': {
1901
+ input: PermissionRangesCreateInput;
1902
+ options: MutationOptions;
1903
+ output: PermissionRangeMutationResult;
1904
+ };
1905
+ 'permissionRanges.remove': {
1906
+ input: PermissionRangesRemoveInput;
1907
+ options: MutationOptions;
1908
+ output: PermissionRangeRemoveResult;
1909
+ };
1910
+ 'permissionRanges.updatePrincipal': {
1911
+ input: PermissionRangesUpdatePrincipalInput;
1912
+ options: MutationOptions;
1913
+ output: PermissionRangeMutationResult;
1914
+ };
1915
+ 'customXml.parts.list': {
1916
+ input: CustomXmlPartsListInput | undefined;
1917
+ options: never;
1918
+ output: CustomXmlPartsListResult;
1919
+ };
1920
+ 'customXml.parts.get': {
1921
+ input: CustomXmlPartsGetInput;
1922
+ options: never;
1923
+ output: CustomXmlPartInfo | null;
1924
+ };
1925
+ 'customXml.parts.create': {
1926
+ input: CustomXmlPartsCreateInput;
1927
+ options: MutationOptions;
1928
+ output: CustomXmlPartsCreateResult;
1929
+ };
1930
+ 'customXml.parts.patch': {
1931
+ input: CustomXmlPartsPatchInput;
1932
+ options: MutationOptions;
1933
+ output: CustomXmlPartsMutationResult;
1934
+ };
1935
+ 'customXml.parts.remove': {
1936
+ input: CustomXmlPartsRemoveInput;
1937
+ options: MutationOptions;
1938
+ output: CustomXmlPartsMutationResult;
1939
+ };
1940
+ 'metadata.attach': {
1941
+ input: AnchoredMetadataAttachInput;
1942
+ options: MutationOptions;
1943
+ output: AnchoredMetadataAttachResult;
1944
+ };
1945
+ 'metadata.list': {
1946
+ input: AnchoredMetadataListInput | undefined;
1947
+ options: never;
1948
+ output: AnchoredMetadataListResult;
1949
+ };
1950
+ 'metadata.get': {
1951
+ input: AnchoredMetadataGetInput;
1952
+ options: never;
1953
+ output: AnchoredMetadataInfo | null;
1954
+ };
1955
+ 'metadata.update': {
1956
+ input: AnchoredMetadataUpdateInput;
1957
+ options: MutationOptions;
1958
+ output: AnchoredMetadataMutationResult;
1959
+ };
1960
+ 'metadata.remove': {
1961
+ input: AnchoredMetadataRemoveInput;
1962
+ options: MutationOptions;
1963
+ output: AnchoredMetadataMutationResult;
1964
+ };
1965
+ 'metadata.resolve': {
1966
+ input: AnchoredMetadataResolveInput;
1967
+ options: never;
1968
+ output: AnchoredMetadataResolveInfo | null;
1969
+ };
1970
+ }
1971
+ /**
1972
+ * Typed invoke request. TypeScript narrows input and options based on operationId.
1973
+ *
1974
+ * When an operation has no options (`options: never` in the registry), the
1975
+ * request shape forbids `options` via `options?: never` rather than via an
1976
+ * intersection with `Record<string, never>` (which would also forbid
1977
+ * `operationId` and `input`, making the typed overload unmatchable and
1978
+ * silently falling through to the dynamic `unknown` return).
1979
+ */
1980
+ export type InvokeRequest<T extends OperationId> = OperationRegistry[T]['options'] extends never ? {
1981
+ operationId: T;
1982
+ input: OperationRegistry[T]['input'];
1983
+ options?: never;
1984
+ } : {
1985
+ operationId: T;
1986
+ input: OperationRegistry[T]['input'];
1987
+ options?: OperationRegistry[T]['options'];
1988
+ };
1989
+ /**
1990
+ * Typed invoke result, narrowed by operationId.
1991
+ */
1992
+ export type InvokeResult<T extends OperationId> = OperationRegistry[T]['output'];
1993
+ /**
1994
+ * Loose invoke request for dynamic callers who don't know the operation at compile time.
1995
+ * Invalid inputs will produce adapter-level errors, not input-validation errors.
1996
+ */
1997
+ export type DynamicInvokeRequest = {
1998
+ operationId: OperationId;
1999
+ input: unknown;
2000
+ options?: unknown;
2001
+ };
2002
+ export {};