@umbraco-cms/backoffice 17.3.3 → 17.4.0-rc

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 (810) hide show
  1. package/custom-elements.json +280 -5
  2. package/dist-cms/apps/app/app-error.element.js +1 -1
  3. package/dist-cms/apps/backoffice/backoffice.element.js +1 -0
  4. package/dist-cms/assets/lang/ar.js +3 -2
  5. package/dist-cms/assets/lang/bs.js +2 -1
  6. package/dist-cms/assets/lang/cs.js +2 -1
  7. package/dist-cms/assets/lang/cy.js +2 -1
  8. package/dist-cms/assets/lang/da.js +10 -4
  9. package/dist-cms/assets/lang/de.js +2 -1
  10. package/dist-cms/assets/lang/en.js +28 -3
  11. package/dist-cms/assets/lang/fr.js +2 -1
  12. package/dist-cms/assets/lang/hr.js +2 -1
  13. package/dist-cms/assets/lang/it.js +2 -1
  14. package/dist-cms/assets/lang/ja.js +5 -1
  15. package/dist-cms/assets/lang/nl.js +2 -1
  16. package/dist-cms/assets/lang/pt.js +3 -2
  17. package/dist-cms/assets/lang/sv.js +2 -1
  18. package/dist-cms/assets/lang/tr.js +2 -1
  19. package/dist-cms/assets/lang/vi.js +3 -2
  20. package/dist-cms/external/dompurify/package.json +1 -1
  21. package/dist-cms/external/marked/package.json +1 -1
  22. package/dist-cms/libs/extension-api/controller/base-extension-initializer.controller.js +1 -1
  23. package/dist-cms/libs/localization-api/localization.controller.d.ts +6 -0
  24. package/dist-cms/libs/localization-api/localization.controller.js +9 -0
  25. package/dist-cms/packages/block/block/context/block-entries.context.js +1 -1
  26. package/dist-cms/packages/block/block/context/block-entry.context.d.ts +2 -0
  27. package/dist-cms/packages/block/block/context/block-entry.context.js +5 -6
  28. package/dist-cms/packages/block/block/context/block-manager.context.js +17 -9
  29. package/dist-cms/packages/block/block/modals/block-catalogue/block-catalogue-modal.element.js +1 -1
  30. package/dist-cms/packages/block/block/workspace/block-workspace.context.js +1 -1
  31. package/dist-cms/packages/block/block-grid/components/block-grid-entries/block-grid-entries.context.js +4 -1
  32. package/dist-cms/packages/block/block-grid/components/block-grid-entry/block-grid-entry.context.js +2 -5
  33. package/dist-cms/packages/block/block-grid/property-editors/block-grid-editor/manifests.js +6 -0
  34. package/dist-cms/packages/block/block-list/context/block-list-entries.context.js +4 -1
  35. package/dist-cms/packages/block/block-list/property-editors/block-list-editor/manifests.js +6 -0
  36. package/dist-cms/packages/block/block-rte/components/block-rte-entry/block-rte-entry.element.js +4 -3
  37. package/dist-cms/packages/block/block-rte/context/block-rte-entries.context.js +4 -1
  38. package/dist-cms/packages/block/block-single/components/block-single-entry/block-single-entry.element.js +2 -2
  39. package/dist-cms/packages/block/block-single/context/block-single-entries.context.js +4 -1
  40. package/dist-cms/packages/block/block-single/property-editors/block-single-editor/manifests.js +6 -0
  41. package/dist-cms/packages/block/block-type/components/block-type-card/block-type-card.element.js +1 -1
  42. package/dist-cms/packages/clipboard/clipboard-entry/detail/clipboard-entry-detail.store.js +1 -1
  43. package/dist-cms/packages/clipboard/clipboard-entry/item/clipboard-entry-item.store.js +1 -1
  44. package/dist-cms/packages/clipboard/clipboard-entry/picker-modal/clipboard-entry-picker-modal.element.js +4 -4
  45. package/dist-cms/packages/clipboard/property/actions/copy/copy-to-clipboard.property-action.js +4 -2
  46. package/dist-cms/packages/clipboard/property/context/clipboard.property-context.js +1 -1
  47. package/dist-cms/packages/code-editor/code-editor-modal/code-editor-modal.element.js +6 -0
  48. package/dist-cms/packages/content/content/audit-log/info-app/content-audit-log-workspace-info-app.element.js +4 -10
  49. package/dist-cms/packages/content/content/manager/content-data-manager.js +1 -1
  50. package/dist-cms/packages/content/content/workspace/content-detail-workspace-base.js +3 -1
  51. package/dist-cms/packages/content/content-type/modals/composition-picker/composition-picker-modal.element.js +2 -2
  52. package/dist-cms/packages/content/content-type/workspace/views/design/content-type-design-editor-group.element.js +1 -1
  53. package/dist-cms/packages/content/content-type/workspace/views/design/content-type-design-editor-property.element.js +1 -1
  54. package/dist-cms/packages/content/content-type/workspace/views/design/content-type-design-editor.element.d.ts +2 -1
  55. package/dist-cms/packages/content/content-type/workspace/views/design/content-type-design-editor.element.js +36 -25
  56. package/dist-cms/packages/core/backend-api/sdk.gen.d.ts +471 -2
  57. package/dist-cms/packages/core/backend-api/sdk.gen.js +562 -1
  58. package/dist-cms/packages/core/backend-api/types.gen.d.ts +305 -4
  59. package/dist-cms/packages/core/backend-api/types.gen.js +1 -0
  60. package/dist-cms/packages/core/collection/action/create/collection-create-action.element.js +1 -1
  61. package/dist-cms/packages/core/collection/item/entity-collection-item-card/default-collection-item-card.element.js +1 -1
  62. package/dist-cms/packages/core/components/body-layout/body-layout.element.js +0 -1
  63. package/dist-cms/packages/core/components/history/history-item.element.js +0 -1
  64. package/dist-cms/packages/core/components/icon/icon.element.d.ts +0 -1
  65. package/dist-cms/packages/core/components/icon/icon.element.js +4 -11
  66. package/dist-cms/packages/core/components/index.d.ts +2 -0
  67. package/dist-cms/packages/core/components/index.js +2 -0
  68. package/dist-cms/packages/core/components/input-dimensions/index.d.ts +1 -0
  69. package/dist-cms/packages/core/components/input-dimensions/index.js +1 -0
  70. package/dist-cms/packages/core/components/input-dimensions/input-dimensions.element.d.ts +31 -0
  71. package/dist-cms/packages/core/components/input-dimensions/input-dimensions.element.js +209 -0
  72. package/dist-cms/packages/core/components/input-dropdown/input-dropdown-list.element.js +1 -1
  73. package/dist-cms/packages/core/components/input-slider/input-slider.element.d.ts +1 -0
  74. package/dist-cms/packages/core/components/input-slider/input-slider.element.js +46 -1
  75. package/dist-cms/packages/core/components/multiple-color-picker-input/multiple-color-picker-item-input.element.js +3 -3
  76. package/dist-cms/packages/core/components/scrollable-container/index.d.ts +1 -0
  77. package/dist-cms/packages/core/components/scrollable-container/index.js +1 -0
  78. package/dist-cms/packages/core/components/scrollable-container/scrollable-container.element.d.ts +16 -0
  79. package/dist-cms/packages/core/components/scrollable-container/scrollable-container.element.js +120 -0
  80. package/dist-cms/packages/core/components/table/table.element.d.ts +4 -1
  81. package/dist-cms/packages/core/components/table/table.element.js +36 -16
  82. package/dist-cms/packages/core/culture/manifests.d.ts +1 -1
  83. package/dist-cms/packages/core/extension/item/data/item.store.js +1 -1
  84. package/dist-cms/packages/core/extension-registry/conditions/delay.condition.d.ts +12 -0
  85. package/dist-cms/packages/core/extension-registry/conditions/delay.condition.js +20 -0
  86. package/dist-cms/packages/core/extension-registry/conditions/index.d.ts +1 -0
  87. package/dist-cms/packages/core/extension-registry/conditions/index.js +1 -0
  88. package/dist-cms/packages/core/extension-registry/conditions/manifests.js +2 -1
  89. package/dist-cms/packages/core/extension-registry/conditions/types.d.ts +2 -1
  90. package/dist-cms/packages/core/icon-registry/icon-dictionary.json +4464 -257
  91. package/dist-cms/packages/core/icon-registry/icon-picker-modal/icon-picker-modal.element.d.ts +1 -0
  92. package/dist-cms/packages/core/icon-registry/icon-picker-modal/icon-picker-modal.element.js +27 -7
  93. package/dist-cms/packages/core/icon-registry/icon-picker-modal/icon-search.controller.d.ts +35 -0
  94. package/dist-cms/packages/core/icon-registry/icon-picker-modal/icon-search.controller.js +148 -0
  95. package/dist-cms/packages/core/icon-registry/icons/icon-anchor.d.ts +1 -1
  96. package/dist-cms/packages/core/icon-registry/icons/icon-anchor.js +1 -1
  97. package/dist-cms/packages/core/icon-registry/icons/icon-badge-restricted.d.ts +1 -1
  98. package/dist-cms/packages/core/icon-registry/icons/icon-badge-restricted.js +1 -1
  99. package/dist-cms/packages/core/icon-registry/icons/icon-ball.d.ts +1 -1
  100. package/dist-cms/packages/core/icon-registry/icons/icon-ball.js +1 -1
  101. package/dist-cms/packages/core/icon-registry/icons/icon-block.d.ts +1 -1
  102. package/dist-cms/packages/core/icon-registry/icons/icon-block.js +1 -1
  103. package/dist-cms/packages/core/icon-registry/icons/icon-bookmark.d.ts +1 -1
  104. package/dist-cms/packages/core/icon-registry/icons/icon-bookmark.js +1 -1
  105. package/dist-cms/packages/core/icon-registry/icons/icon-caps-lock.d.ts +1 -1
  106. package/dist-cms/packages/core/icon-registry/icons/icon-caps-lock.js +1 -1
  107. package/dist-cms/packages/core/icon-registry/icons/icon-certificate.d.ts +1 -1
  108. package/dist-cms/packages/core/icon-registry/icons/icon-certificate.js +1 -1
  109. package/dist-cms/packages/core/icon-registry/icons/icon-cloud-drive.d.ts +1 -1
  110. package/dist-cms/packages/core/icon-registry/icons/icon-cloud-drive.js +1 -1
  111. package/dist-cms/packages/core/icon-registry/icons/icon-cloudy.d.ts +1 -1
  112. package/dist-cms/packages/core/icon-registry/icons/icon-cloudy.js +1 -1
  113. package/dist-cms/packages/core/icon-registry/icons/icon-coins-alt.d.ts +1 -1
  114. package/dist-cms/packages/core/icon-registry/icons/icon-coins-alt.js +1 -1
  115. package/dist-cms/packages/core/icon-registry/icons/icon-coins.d.ts +1 -1
  116. package/dist-cms/packages/core/icon-registry/icons/icon-coins.js +1 -1
  117. package/dist-cms/packages/core/icon-registry/icons/icon-color-bucket.d.ts +1 -1
  118. package/dist-cms/packages/core/icon-registry/icons/icon-color-bucket.js +1 -1
  119. package/dist-cms/packages/core/icon-registry/icons/icon-compress.d.ts +1 -1
  120. package/dist-cms/packages/core/icon-registry/icons/icon-compress.js +1 -1
  121. package/dist-cms/packages/core/icon-registry/icons/icon-disk-image.d.ts +1 -1
  122. package/dist-cms/packages/core/icon-registry/icons/icon-disk-image.js +1 -1
  123. package/dist-cms/packages/core/icon-registry/icons/icon-document-3d.d.ts +1 -1
  124. package/dist-cms/packages/core/icon-registry/icons/icon-document-3d.js +1 -1
  125. package/dist-cms/packages/core/icon-registry/icons/icon-document-chart-bar.d.ts +1 -1
  126. package/dist-cms/packages/core/icon-registry/icons/icon-document-chart-bar.js +1 -1
  127. package/dist-cms/packages/core/icon-registry/icons/icon-document-chart-graph.d.ts +1 -1
  128. package/dist-cms/packages/core/icon-registry/icons/icon-document-chart-graph.js +1 -1
  129. package/dist-cms/packages/core/icon-registry/icons/icon-document-command.d.ts +1 -1
  130. package/dist-cms/packages/core/icon-registry/icons/icon-document-command.js +1 -1
  131. package/dist-cms/packages/core/icon-registry/icons/icon-document-dashed-line.d.ts +1 -1
  132. package/dist-cms/packages/core/icon-registry/icons/icon-document-dashed-line.js +1 -1
  133. package/dist-cms/packages/core/icon-registry/icons/icon-document-font.d.ts +1 -1
  134. package/dist-cms/packages/core/icon-registry/icons/icon-document-font.js +1 -1
  135. package/dist-cms/packages/core/icon-registry/icons/icon-document-html.d.ts +1 -1
  136. package/dist-cms/packages/core/icon-registry/icons/icon-document-html.js +1 -1
  137. package/dist-cms/packages/core/icon-registry/icons/icon-document-image.d.ts +1 -1
  138. package/dist-cms/packages/core/icon-registry/icons/icon-document-image.js +1 -1
  139. package/dist-cms/packages/core/icon-registry/icons/icon-document-js.d.ts +1 -1
  140. package/dist-cms/packages/core/icon-registry/icons/icon-document-js.js +1 -1
  141. package/dist-cms/packages/core/icon-registry/icons/icon-document-key.d.ts +1 -1
  142. package/dist-cms/packages/core/icon-registry/icons/icon-document-key.js +1 -1
  143. package/dist-cms/packages/core/icon-registry/icons/icon-document-medal.d.ts +1 -1
  144. package/dist-cms/packages/core/icon-registry/icons/icon-document-medal.js +1 -1
  145. package/dist-cms/packages/core/icon-registry/icons/icon-document-play.d.ts +1 -1
  146. package/dist-cms/packages/core/icon-registry/icons/icon-document-play.js +1 -1
  147. package/dist-cms/packages/core/icon-registry/icons/icon-document-search.d.ts +1 -1
  148. package/dist-cms/packages/core/icon-registry/icons/icon-document-search.js +1 -1
  149. package/dist-cms/packages/core/icon-registry/icons/icon-document-settings.d.ts +1 -1
  150. package/dist-cms/packages/core/icon-registry/icons/icon-document-settings.js +1 -1
  151. package/dist-cms/packages/core/icon-registry/icons/icon-document-spreadsheet.d.ts +1 -1
  152. package/dist-cms/packages/core/icon-registry/icons/icon-document-spreadsheet.js +1 -1
  153. package/dist-cms/packages/core/icon-registry/icons/icon-document-user.d.ts +1 -1
  154. package/dist-cms/packages/core/icon-registry/icons/icon-document-user.js +1 -1
  155. package/dist-cms/packages/core/icon-registry/icons/icon-document.d.ts +1 -1
  156. package/dist-cms/packages/core/icon-registry/icons/icon-document.js +1 -1
  157. package/dist-cms/packages/core/icon-registry/icons/icon-documents.d.ts +1 -1
  158. package/dist-cms/packages/core/icon-registry/icons/icon-documents.js +1 -1
  159. package/dist-cms/packages/core/icon-registry/icons/icon-economy.d.ts +1 -1
  160. package/dist-cms/packages/core/icon-registry/icons/icon-economy.js +1 -1
  161. package/dist-cms/packages/core/icon-registry/icons/icon-facebook-like.d.ts +1 -1
  162. package/dist-cms/packages/core/icon-registry/icons/icon-facebook-like.js +1 -1
  163. package/dist-cms/packages/core/icon-registry/icons/icon-flashlight.d.ts +1 -1
  164. package/dist-cms/packages/core/icon-registry/icons/icon-flashlight.js +1 -1
  165. package/dist-cms/packages/core/icon-registry/icons/icon-gift.d.ts +1 -1
  166. package/dist-cms/packages/core/icon-registry/icons/icon-gift.js +1 -1
  167. package/dist-cms/packages/core/icon-registry/icons/icon-hard-drive-alt.d.ts +1 -1
  168. package/dist-cms/packages/core/icon-registry/icons/icon-hard-drive-alt.js +1 -1
  169. package/dist-cms/packages/core/icon-registry/icons/icon-hard-drive.d.ts +1 -1
  170. package/dist-cms/packages/core/icon-registry/icons/icon-hard-drive.js +1 -1
  171. package/dist-cms/packages/core/icon-registry/icons/icon-legal.d.ts +1 -1
  172. package/dist-cms/packages/core/icon-registry/icons/icon-legal.js +1 -1
  173. package/dist-cms/packages/core/icon-registry/icons/icon-movie-alt.d.ts +1 -1
  174. package/dist-cms/packages/core/icon-registry/icons/icon-movie-alt.js +1 -1
  175. package/dist-cms/packages/core/icon-registry/icons/icon-nodes.d.ts +1 -1
  176. package/dist-cms/packages/core/icon-registry/icons/icon-nodes.js +1 -1
  177. package/dist-cms/packages/core/icon-registry/icons/icon-notepad-alt.d.ts +1 -1
  178. package/dist-cms/packages/core/icon-registry/icons/icon-notepad-alt.js +1 -1
  179. package/dist-cms/packages/core/icon-registry/icons/icon-notepad.d.ts +1 -1
  180. package/dist-cms/packages/core/icon-registry/icons/icon-notepad.js +1 -1
  181. package/dist-cms/packages/core/icon-registry/icons/icon-page-add.d.ts +1 -1
  182. package/dist-cms/packages/core/icon-registry/icons/icon-page-add.js +1 -1
  183. package/dist-cms/packages/core/icon-registry/icons/icon-page-remove.d.ts +1 -1
  184. package/dist-cms/packages/core/icon-registry/icons/icon-page-remove.js +1 -1
  185. package/dist-cms/packages/core/icon-registry/icons/icon-page-restricted.d.ts +1 -1
  186. package/dist-cms/packages/core/icon-registry/icons/icon-page-restricted.js +1 -1
  187. package/dist-cms/packages/core/icon-registry/icons/icon-paint-roller.d.ts +1 -1
  188. package/dist-cms/packages/core/icon-registry/icons/icon-paint-roller.js +1 -1
  189. package/dist-cms/packages/core/icon-registry/icons/icon-post-it.d.ts +1 -1
  190. package/dist-cms/packages/core/icon-registry/icons/icon-post-it.js +1 -1
  191. package/dist-cms/packages/core/icon-registry/icons/icon-receipt-alt.d.ts +1 -1
  192. package/dist-cms/packages/core/icon-registry/icons/icon-receipt-alt.js +1 -1
  193. package/dist-cms/packages/core/icon-registry/icons/icon-roadsign.d.ts +1 -1
  194. package/dist-cms/packages/core/icon-registry/icons/icon-roadsign.js +1 -1
  195. package/dist-cms/packages/core/icon-registry/icons/icon-rocket.d.ts +1 -1
  196. package/dist-cms/packages/core/icon-registry/icons/icon-rocket.js +1 -1
  197. package/dist-cms/packages/core/icon-registry/icons/icon-school.d.ts +1 -1
  198. package/dist-cms/packages/core/icon-registry/icons/icon-school.js +1 -1
  199. package/dist-cms/packages/core/icon-registry/icons/icon-shift.d.ts +1 -1
  200. package/dist-cms/packages/core/icon-registry/icons/icon-shift.js +1 -1
  201. package/dist-cms/packages/core/icon-registry/icons/icon-ssd.d.ts +1 -1
  202. package/dist-cms/packages/core/icon-registry/icons/icon-ssd.js +1 -1
  203. package/dist-cms/packages/core/icon-registry/icons/icon-temperature.d.ts +1 -1
  204. package/dist-cms/packages/core/icon-registry/icons/icon-temperature.js +1 -1
  205. package/dist-cms/packages/core/icon-registry/icons/icon-thumb-down.d.ts +1 -1
  206. package/dist-cms/packages/core/icon-registry/icons/icon-thumb-down.js +1 -1
  207. package/dist-cms/packages/core/icon-registry/icons/icon-thumb-up.d.ts +1 -1
  208. package/dist-cms/packages/core/icon-registry/icons/icon-thumb-up.js +1 -1
  209. package/dist-cms/packages/core/icon-registry/icons/icon-time.d.ts +1 -1
  210. package/dist-cms/packages/core/icon-registry/icons/icon-time.js +1 -1
  211. package/dist-cms/packages/core/icon-registry/icons/icon-umb-content.d.ts +1 -1
  212. package/dist-cms/packages/core/icon-registry/icons/icon-umb-content.js +1 -1
  213. package/dist-cms/packages/core/icon-registry/icons/icon-wall-plug.d.ts +1 -1
  214. package/dist-cms/packages/core/icon-registry/icons/icon-wall-plug.js +1 -1
  215. package/dist-cms/packages/core/icon-registry/icons/icon-zip.d.ts +1 -1
  216. package/dist-cms/packages/core/icon-registry/icons/icon-zip.js +1 -1
  217. package/dist-cms/packages/core/icon-registry/icons.d.ts +2073 -4
  218. package/dist-cms/packages/core/icon-registry/icons.js +1396 -3
  219. package/dist-cms/packages/core/icon-registry/types.d.ts +3 -0
  220. package/dist-cms/packages/core/localization/components/ui-culture-input/ui-culture-input.element.d.ts +1 -0
  221. package/dist-cms/packages/core/localization/components/ui-culture-input/ui-culture-input.element.js +5 -0
  222. package/dist-cms/packages/core/modal/common/error-viewer/error-viewer-modal.token.d.ts +1 -2
  223. package/dist-cms/packages/core/notification/controllers/peek-error/peek-error-notification.element.d.ts +1 -0
  224. package/dist-cms/packages/core/notification/controllers/peek-error/peek-error-notification.element.js +58 -16
  225. package/dist-cms/packages/core/notification/types.d.ts +15 -2
  226. package/dist-cms/packages/core/package.json +4 -4
  227. package/dist-cms/packages/core/picker/search/picker-search-field.element.js +2 -2
  228. package/dist-cms/packages/core/picker-data-source/tree-data-source/types.d.ts +2 -1
  229. package/dist-cms/packages/core/property/manifests.d.ts +1 -1
  230. package/dist-cms/packages/core/property/property-value-preset/property-value-preset-variant-builder.controller.js +25 -19
  231. package/dist-cms/packages/core/property-editor/ui-picker-modal/property-editor-ui-picker-modal.element.js +0 -2
  232. package/dist-cms/packages/core/property-editor-data-source/item/data/item.store.js +1 -1
  233. package/dist-cms/packages/core/resources/api-interceptor.controller.js +5 -5
  234. package/dist-cms/packages/core/resources/resource.controller.d.ts +10 -1
  235. package/dist-cms/packages/core/resources/resource.controller.js +3 -6
  236. package/dist-cms/packages/core/resources/try-execute/try-execute.controller.js +10 -7
  237. package/dist-cms/packages/core/router/router-slot/util/shadow.js +1 -1
  238. package/dist-cms/packages/core/search/examine-management-dashboard/views/section-view-examine-indexers.js +4 -2
  239. package/dist-cms/packages/core/search/examine-management-dashboard/views/section-view-examine-searchers.d.ts +4 -0
  240. package/dist-cms/packages/core/search/examine-management-dashboard/views/section-view-examine-searchers.js +29 -2
  241. package/dist-cms/packages/core/search/search-modal/search-modal.element.js +1 -1
  242. package/dist-cms/packages/core/section/components/input-section/input-section.element.js +3 -3
  243. package/dist-cms/packages/core/server/server.context.js +1 -1
  244. package/dist-cms/packages/core/sorter/sorter.controller.js +2 -2
  245. package/dist-cms/packages/core/store/detail/detail-store-base.d.ts +2 -1
  246. package/dist-cms/packages/core/store/item/item-store-base.d.ts +2 -1
  247. package/dist-cms/packages/core/store/store-base.d.ts +2 -1
  248. package/dist-cms/packages/core/store/store-object-base.d.ts +2 -1
  249. package/dist-cms/packages/core/temporary-file/config/config.store.js +1 -1
  250. package/dist-cms/packages/core/temporary-file/manifests.d.ts +1 -1
  251. package/dist-cms/packages/core/themes/index.d.ts +1 -0
  252. package/dist-cms/packages/core/themes/index.js +1 -0
  253. package/dist-cms/packages/core/themes/manifests.d.ts +4 -1
  254. package/dist-cms/packages/core/themes/manifests.js +6 -3
  255. package/dist-cms/packages/core/themes/theme.context.js +2 -1
  256. package/dist-cms/packages/core/tree/data/unique-tree-store.d.ts +2 -1
  257. package/dist-cms/packages/core/tree/default/default-tree.element.js +7 -7
  258. package/dist-cms/packages/core/tree/entity-actions/duplicate-to/modal/duplicate-to-modal.element.js +3 -3
  259. package/dist-cms/packages/core/tree/entity-actions/sort-children-of/modal/sort-children-of-modal.element.js +5 -5
  260. package/dist-cms/packages/core/tree/index.d.ts +1 -0
  261. package/dist-cms/packages/core/tree/index.js +1 -0
  262. package/dist-cms/packages/core/tree/tree-item/tree-item-base/tree-item-context-base.js +11 -1
  263. package/dist-cms/packages/core/tree/tree-item/tree-item-base/tree-item-element-base.js +15 -15
  264. package/dist-cms/packages/core/tree/tree-item-children/index.d.ts +1 -0
  265. package/dist-cms/packages/core/tree/tree-item-children/index.js +1 -0
  266. package/dist-cms/packages/core/tree/tree-item-children/tree-item-children-collection-repository-base.d.ts +18 -0
  267. package/dist-cms/packages/core/tree/tree-item-children/tree-item-children-collection-repository-base.js +51 -0
  268. package/dist-cms/packages/core/utils/date/date.timezone.d.ts +5 -0
  269. package/dist-cms/packages/core/utils/date/date.timezone.js +12 -0
  270. package/dist-cms/packages/core/utils/string/fuzzy/fuzzy.function.d.ts +17 -0
  271. package/dist-cms/packages/core/utils/string/fuzzy/fuzzy.function.js +39 -0
  272. package/dist-cms/packages/core/utils/string/fuzzy/index.d.ts +1 -0
  273. package/dist-cms/packages/core/utils/string/fuzzy/index.js +1 -0
  274. package/dist-cms/packages/core/utils/string/index.d.ts +2 -0
  275. package/dist-cms/packages/core/utils/string/index.js +2 -0
  276. package/dist-cms/packages/core/utils/string/levenshtein/index.d.ts +1 -0
  277. package/dist-cms/packages/core/utils/string/levenshtein/index.js +1 -0
  278. package/dist-cms/packages/core/utils/string/levenshtein/levenshtein.function.d.ts +16 -0
  279. package/dist-cms/packages/core/utils/string/levenshtein/levenshtein.function.js +50 -0
  280. package/dist-cms/packages/core/workspace/kinds/default/default-workspace.context.js +1 -1
  281. package/dist-cms/packages/core/workspace/submittable/submittable-workspace-context-base.js +1 -1
  282. package/dist-cms/packages/data-type/entity-actions/conditions/manifests.d.ts +1 -1
  283. package/dist-cms/packages/data-type/entity-actions/create/default/manifests.js +1 -0
  284. package/dist-cms/packages/data-type/modals/data-type-picker-flow/data-type-picker-flow-data-type-picker-modal.element.js +0 -2
  285. package/dist-cms/packages/data-type/modals/data-type-picker-flow/data-type-picker-flow-modal.element.js +0 -2
  286. package/dist-cms/packages/data-type/repository/detail/data-type-detail.store.js +1 -1
  287. package/dist-cms/packages/data-type/repository/item/data-type-item.store.js +1 -1
  288. package/dist-cms/packages/data-type/tree/data-type-tree.store.js +1 -1
  289. package/dist-cms/packages/data-type/tree/folder/repository/data-type-folder.store.js +1 -1
  290. package/dist-cms/packages/data-type/tree/tree-item-children/collection/repository/data-type-tree-item-children-collection.repository.d.ts +4 -9
  291. package/dist-cms/packages/data-type/tree/tree-item-children/collection/repository/data-type-tree-item-children-collection.repository.js +6 -23
  292. package/dist-cms/packages/dictionary/repository/detail/dictionary-detail.store.js +1 -1
  293. package/dist-cms/packages/dictionary/repository/item/dictionary-item.store.js +1 -1
  294. package/dist-cms/packages/dictionary/tree/dictionary-tree.store.js +1 -1
  295. package/dist-cms/packages/documents/document-blueprints/audit-log/index.d.ts +1 -0
  296. package/dist-cms/packages/documents/document-blueprints/audit-log/index.js +1 -0
  297. package/dist-cms/packages/documents/document-blueprints/audit-log/info-app/manifests.d.ts +1 -0
  298. package/dist-cms/packages/documents/document-blueprints/audit-log/info-app/manifests.js +20 -0
  299. package/dist-cms/packages/documents/document-blueprints/audit-log/manifests.d.ts +1 -0
  300. package/dist-cms/packages/documents/document-blueprints/audit-log/manifests.js +3 -0
  301. package/dist-cms/packages/documents/document-blueprints/audit-log/repository/constants.d.ts +1 -0
  302. package/dist-cms/packages/documents/document-blueprints/audit-log/repository/constants.js +1 -0
  303. package/dist-cms/packages/documents/document-blueprints/audit-log/repository/document-blueprint-audit-log.repository.d.ts +42 -0
  304. package/dist-cms/packages/documents/document-blueprints/audit-log/repository/document-blueprint-audit-log.repository.js +73 -0
  305. package/dist-cms/packages/documents/document-blueprints/audit-log/repository/document-blueprint-audit-log.server.data-source.d.ts +17 -0
  306. package/dist-cms/packages/documents/document-blueprints/audit-log/repository/document-blueprint-audit-log.server.data-source.js +32 -0
  307. package/dist-cms/packages/documents/document-blueprints/audit-log/repository/index.d.ts +2 -0
  308. package/dist-cms/packages/documents/document-blueprints/audit-log/repository/index.js +2 -0
  309. package/dist-cms/packages/documents/document-blueprints/audit-log/repository/manifests.d.ts +1 -0
  310. package/dist-cms/packages/documents/document-blueprints/audit-log/repository/manifests.js +9 -0
  311. package/dist-cms/packages/documents/document-blueprints/audit-log/repository/types.d.ts +3 -0
  312. package/dist-cms/packages/documents/document-blueprints/audit-log/repository/types.js +1 -0
  313. package/dist-cms/packages/documents/document-blueprints/entity-actions/create/default/default-blueprint-create-option-action.d.ts +6 -0
  314. package/dist-cms/packages/documents/document-blueprints/entity-actions/create/default/default-blueprint-create-option-action.js +28 -0
  315. package/dist-cms/packages/documents/document-blueprints/entity-actions/create/default/manifests.d.ts +2 -0
  316. package/dist-cms/packages/documents/document-blueprints/entity-actions/create/default/manifests.js +16 -0
  317. package/dist-cms/packages/documents/document-blueprints/entity-actions/create/folder/manifests.d.ts +2 -0
  318. package/dist-cms/packages/documents/document-blueprints/entity-actions/create/folder/manifests.js +17 -0
  319. package/dist-cms/packages/documents/document-blueprints/entity-actions/create/manifests.d.ts +2 -1
  320. package/dist-cms/packages/documents/document-blueprints/entity-actions/create/manifests.js +7 -9
  321. package/dist-cms/packages/documents/document-blueprints/entity-actions/create/modal/constants.d.ts +9 -0
  322. package/dist-cms/packages/documents/document-blueprints/entity-actions/create/modal/constants.js +3 -0
  323. package/dist-cms/packages/documents/document-blueprints/entity-actions/create/modal/document-blueprint-options-create-modal.element.d.ts +1 -0
  324. package/dist-cms/packages/documents/document-blueprints/entity-actions/create/modal/document-blueprint-options-create-modal.element.js +7 -0
  325. package/dist-cms/packages/documents/document-blueprints/entity-actions/manifests.d.ts +2 -1
  326. package/dist-cms/packages/documents/document-blueprints/index.d.ts +2 -1
  327. package/dist-cms/packages/documents/document-blueprints/index.js +2 -1
  328. package/dist-cms/packages/documents/document-blueprints/manifests.d.ts +2 -1
  329. package/dist-cms/packages/documents/document-blueprints/manifests.js +2 -0
  330. package/dist-cms/packages/documents/document-blueprints/paths.js +2 -2
  331. package/dist-cms/packages/documents/document-blueprints/property-dataset-context/document-blueprint-property-dataset-context.token.js +1 -1
  332. package/dist-cms/packages/documents/document-blueprints/repository/detail/document-blueprint-detail.store.js +1 -1
  333. package/dist-cms/packages/documents/document-blueprints/repository/item/document-blueprint-item.store.js +1 -1
  334. package/dist-cms/packages/documents/document-blueprints/tree/constants.d.ts +1 -0
  335. package/dist-cms/packages/documents/document-blueprints/tree/constants.js +1 -0
  336. package/dist-cms/packages/documents/document-blueprints/tree/document-blueprint-tree.store.js +1 -1
  337. package/dist-cms/packages/documents/document-blueprints/tree/folder/repository/document-blueprint-folder.store.js +1 -1
  338. package/dist-cms/packages/documents/document-blueprints/tree/folder/workspace/constants.d.ts +1 -0
  339. package/dist-cms/packages/documents/document-blueprints/tree/folder/workspace/constants.js +1 -0
  340. package/dist-cms/packages/documents/document-blueprints/tree/folder/workspace/paths.d.ts +7 -0
  341. package/dist-cms/packages/documents/document-blueprints/tree/folder/workspace/paths.js +9 -0
  342. package/dist-cms/packages/documents/document-blueprints/tree/manifests.js +22 -1
  343. package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/action/manifests.d.ts +1 -0
  344. package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/action/manifests.js +11 -0
  345. package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/constants.d.ts +2 -0
  346. package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/constants.js +2 -0
  347. package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/manifests.d.ts +1 -0
  348. package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/manifests.js +19 -0
  349. package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/repository/constants.d.ts +1 -0
  350. package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/repository/constants.js +1 -0
  351. package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/repository/document-blueprint-tree-item-children-collection.repository.d.ts +6 -0
  352. package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/repository/document-blueprint-tree-item-children-collection.repository.js +9 -0
  353. package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/repository/manifests.d.ts +1 -0
  354. package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/repository/manifests.js +9 -0
  355. package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/views/document-blueprint-tree-item-table-collection-view.element.d.ts +16 -0
  356. package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/views/document-blueprint-tree-item-table-collection-view.element.js +96 -0
  357. package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/views/manifests.d.ts +1 -0
  358. package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/views/manifests.js +22 -0
  359. package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/constants.d.ts +1 -0
  360. package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/constants.js +1 -0
  361. package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/manifests.d.ts +1 -0
  362. package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/manifests.js +2 -0
  363. package/dist-cms/packages/documents/document-blueprints/workspace/document-blueprint-workspace.context.d.ts +5 -0
  364. package/dist-cms/packages/documents/document-blueprints/workspace/document-blueprint-workspace.context.js +9 -0
  365. package/dist-cms/packages/documents/document-blueprints/workspace/manifests.js +18 -0
  366. package/dist-cms/packages/documents/document-blueprints/workspace/views/info/document-blueprint-workspace-view-info.element.d.ts +21 -0
  367. package/dist-cms/packages/documents/document-blueprints/workspace/views/info/document-blueprint-workspace-view-info.element.js +178 -0
  368. package/dist-cms/packages/documents/document-redirect-management/dashboard-redirect-management.element.js +3 -3
  369. package/dist-cms/packages/documents/document-types/components/input-document-type/input-document-type.element.js +38 -0
  370. package/dist-cms/packages/documents/document-types/entity-actions/create/manifests.js +3 -0
  371. package/dist-cms/packages/documents/document-types/repository/detail/document-type-detail.store.js +1 -1
  372. package/dist-cms/packages/documents/document-types/repository/item/document-type-item.store.js +1 -1
  373. package/dist-cms/packages/documents/document-types/tree/document-type.tree.store.js +1 -1
  374. package/dist-cms/packages/documents/document-types/tree/folder/repository/document-type-folder.store.js +1 -1
  375. package/dist-cms/packages/documents/document-types/tree/tree-item-children/collection/repository/document-type-tree-item-children-collection.repository.d.ts +4 -9
  376. package/dist-cms/packages/documents/document-types/tree/tree-item-children/collection/repository/document-type-tree-item-children-collection.repository.js +6 -23
  377. package/dist-cms/packages/documents/documents/audit-log/info-app/document-history-workspace-info-app.element.js +2 -3
  378. package/dist-cms/packages/documents/documents/collection/action/create-document-collection-action.element.js +54 -4
  379. package/dist-cms/packages/documents/documents/components/input-document/input-document.element.js +1 -1
  380. package/dist-cms/packages/documents/documents/entity-actions/create/document-create-options-modal.element.d.ts +1 -0
  381. package/dist-cms/packages/documents/documents/entity-actions/create/document-create-options-modal.element.js +38 -3
  382. package/dist-cms/packages/documents/documents/entity-actions/create/document-create-options-modal.token.d.ts +6 -0
  383. package/dist-cms/packages/documents/documents/entity-actions/duplicate/modal/duplicate-document-modal.element.js +7 -7
  384. package/dist-cms/packages/documents/documents/item/repository/document-item.store.js +1 -1
  385. package/dist-cms/packages/documents/documents/publishing/publish/entity-bulk-action/publish.bulk-action.js +3 -3
  386. package/dist-cms/packages/documents/documents/publishing/unpublish/entity-bulk-action/unpublish.bulk-action.js +3 -3
  387. package/dist-cms/packages/documents/documents/publishing/workspace-context/document-publishing.workspace-context.js +33 -6
  388. package/dist-cms/packages/documents/documents/recycle-bin/tree/data/document-recycle-bin-tree.store.js +1 -1
  389. package/dist-cms/packages/documents/documents/recycle-bin/tree/tree-item-children/collection/repository/document-recycle-bin-tree-item-children-collection.repository.d.ts +4 -9
  390. package/dist-cms/packages/documents/documents/recycle-bin/tree/tree-item-children/collection/repository/document-recycle-bin-tree-item-children-collection.repository.js +6 -23
  391. package/dist-cms/packages/documents/documents/repository/detail/document-detail.server.data-source.js +2 -4
  392. package/dist-cms/packages/documents/documents/repository/detail/document-detail.store.js +1 -1
  393. package/dist-cms/packages/documents/documents/search/document-search-result-item.element.d.ts +2 -2
  394. package/dist-cms/packages/documents/documents/search/document-search-result-item.element.js +20 -1
  395. package/dist-cms/packages/documents/documents/search/document-search.server.data-source.js +38 -0
  396. package/dist-cms/packages/documents/documents/search/types.d.ts +1 -0
  397. package/dist-cms/packages/documents/documents/tree/document-tree.store.js +1 -1
  398. package/dist-cms/packages/documents/documents/url/document-urls-data-resolver.js +7 -1
  399. package/dist-cms/packages/documents/documents/url/repository/document-url.store.js +1 -1
  400. package/dist-cms/packages/documents/documents/user-permissions/document/input-document-granular-user-permission/input-document-granular-user-permission.element.js +1 -1
  401. package/dist-cms/packages/documents/documents/user-permissions/document-property-value/input-document-property-value-user-permission/input-document-property-value-user-permission.element.js +1 -1
  402. package/dist-cms/packages/documents/documents/utils.d.ts +0 -1
  403. package/dist-cms/packages/documents/documents/utils.js +0 -8
  404. package/dist-cms/packages/documents/documents/workspace/document-workspace.context.d.ts +2 -2
  405. package/dist-cms/packages/documents/documents/workspace/document-workspace.context.js +2 -2
  406. package/dist-cms/packages/documents/documents/workspace/views/info/document-workspace-view-info.element.js +27 -10
  407. package/dist-cms/packages/embedded-media/modal/embedded-media-modal.element.d.ts +2 -0
  408. package/dist-cms/packages/embedded-media/modal/embedded-media-modal.element.js +55 -48
  409. package/dist-cms/packages/language/entity-actions/create/default/default-language-create-option-action.d.ts +6 -0
  410. package/dist-cms/packages/language/entity-actions/create/default/default-language-create-option-action.js +8 -0
  411. package/dist-cms/packages/language/entity-actions/create/default/manifests.d.ts +1 -0
  412. package/dist-cms/packages/language/entity-actions/create/default/manifests.js +16 -0
  413. package/dist-cms/packages/language/entity-actions/create/manifests.d.ts +1 -0
  414. package/dist-cms/packages/language/entity-actions/create/manifests.js +13 -0
  415. package/dist-cms/packages/language/entity-actions/manifests.js +3 -15
  416. package/dist-cms/packages/language/repository/detail/language-detail.store.js +1 -1
  417. package/dist-cms/packages/language/repository/item/language-item.store.js +1 -1
  418. package/dist-cms/packages/log-viewer/workspace/views/search/components/log-viewer-search-input.element.js +2 -2
  419. package/dist-cms/packages/media/dropzone/components/input-dropzone/input-dropzone.element.js +4 -3
  420. package/dist-cms/packages/media/imaging/components/imaging-thumbnail.element.js +1 -1
  421. package/dist-cms/packages/media/imaging/imaging-request-batcher.d.ts +31 -0
  422. package/dist-cms/packages/media/imaging/imaging-request-batcher.js +159 -0
  423. package/dist-cms/packages/media/imaging/imaging.repository.d.ts +2 -9
  424. package/dist-cms/packages/media/imaging/imaging.repository.js +10 -41
  425. package/dist-cms/packages/media/imaging/imaging.store.d.ts +6 -1
  426. package/dist-cms/packages/media/imaging/imaging.store.js +28 -12
  427. package/dist-cms/packages/media/imaging/index.d.ts +1 -0
  428. package/dist-cms/packages/media/imaging/index.js +1 -0
  429. package/dist-cms/packages/media/imaging/types.d.ts +7 -0
  430. package/dist-cms/packages/media/imaging/types.js +9 -0
  431. package/dist-cms/packages/media/media/audit-log/info-app/media-history-workspace-info-app.element.js +3 -3
  432. package/dist-cms/packages/media/media/audit-log/info-app/utils.d.ts +0 -1
  433. package/dist-cms/packages/media/media/audit-log/info-app/utils.js +0 -8
  434. package/dist-cms/packages/media/media/collection/action/create-media-collection-action.element.js +2 -2
  435. package/dist-cms/packages/media/media/components/input-image-cropper/image-cropper-preview.element.js +1 -1
  436. package/dist-cms/packages/media/media/components/input-image-cropper/image-cropper.element.js +2 -2
  437. package/dist-cms/packages/media/media/components/input-rich-media/input-rich-media.element.js +2 -1
  438. package/dist-cms/packages/media/media/dropzone/media-dropzone.manager.js +4 -1
  439. package/dist-cms/packages/media/media/entity-actions/create/media-create-options-modal.element.d.ts +1 -0
  440. package/dist-cms/packages/media/media/entity-actions/create/media-create-options-modal.element.js +15 -2
  441. package/dist-cms/packages/media/media/modals/media-caption-alt-text/media-caption-alt-text-modal.element.d.ts +2 -0
  442. package/dist-cms/packages/media/media/modals/media-caption-alt-text/media-caption-alt-text-modal.element.js +65 -3
  443. package/dist-cms/packages/media/media/modals/media-caption-alt-text/media-caption-alt-text-modal.token.d.ts +3 -0
  444. package/dist-cms/packages/media/media/modals/media-picker/components/media-picker-folder-path.element.js +24 -18
  445. package/dist-cms/packages/media/media/modals/media-picker/media-picker-modal.element.d.ts +2 -0
  446. package/dist-cms/packages/media/media/modals/media-picker/media-picker-modal.element.js +171 -21
  447. package/dist-cms/packages/media/media/recycle-bin/tree/media-recycle-bin-tree.store.js +1 -1
  448. package/dist-cms/packages/media/media/recycle-bin/tree/tree-item-children/collection/repository/media-recycle-bin-tree-item-children-collection.repository.d.ts +4 -9
  449. package/dist-cms/packages/media/media/recycle-bin/tree/tree-item-children/collection/repository/media-recycle-bin-tree-item-children-collection.repository.js +6 -23
  450. package/dist-cms/packages/media/media/repository/detail/media-detail.repository.d.ts +0 -1
  451. package/dist-cms/packages/media/media/repository/detail/media-detail.repository.js +3 -6
  452. package/dist-cms/packages/media/media/repository/detail/media-detail.server.data-source.js +2 -4
  453. package/dist-cms/packages/media/media/repository/detail/media-detail.store.js +1 -1
  454. package/dist-cms/packages/media/media/repository/item/media-item.store.js +1 -1
  455. package/dist-cms/packages/media/media/search/media-search-result-item.element.d.ts +2 -2
  456. package/dist-cms/packages/media/media/search/media-search-result-item.element.js +12 -1
  457. package/dist-cms/packages/media/media/search/media-search.server.data-source.js +36 -0
  458. package/dist-cms/packages/media/media/search/types.d.ts +1 -0
  459. package/dist-cms/packages/media/media/tree/media-tree.store.js +1 -1
  460. package/dist-cms/packages/media/media/url/repository/media-url.store.js +1 -1
  461. package/dist-cms/packages/media/media/workspace/views/info/media-workspace-view-info.element.js +7 -7
  462. package/dist-cms/packages/media/media-types/entity-actions/create/default/manifests.js +1 -0
  463. package/dist-cms/packages/media/media-types/manifests.js +2 -0
  464. package/dist-cms/packages/media/media-types/media-type-root/manifests.js +2 -1
  465. package/dist-cms/packages/media/media-types/repository/detail/media-type-detail.store.js +1 -1
  466. package/dist-cms/packages/media/media-types/repository/item/media-type-item.store.js +1 -1
  467. package/dist-cms/packages/media/media-types/tree/folder/repository/media-type-folder.store.js +1 -1
  468. package/dist-cms/packages/media/media-types/tree/manifests.js +0 -10
  469. package/dist-cms/packages/media/media-types/tree/media-type-tree.store.js +1 -1
  470. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/repository/media-type-tree-item-children-collection.repository.d.ts +4 -9
  471. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/repository/media-type-tree-item-children-collection.repository.js +6 -23
  472. package/dist-cms/packages/members/member/collection/action/create-member-collection-action.element.d.ts +6 -2
  473. package/dist-cms/packages/members/member/collection/action/create-member-collection-action.element.js +73 -69
  474. package/dist-cms/packages/members/member/collection/member-collection-header.element.js +1 -1
  475. package/dist-cms/packages/members/member/collection/repository/member-collection.server.data-source.js +1 -0
  476. package/dist-cms/packages/members/member/collection/views/table/member-table-collection-view.element.js +4 -2
  477. package/dist-cms/packages/members/member/components/member-picker-modal/member-picker-modal.element.js +1 -1
  478. package/dist-cms/packages/members/member/entity-actions/create/member-create-options-modal.element.js +12 -15
  479. package/dist-cms/packages/members/member/item/member-item-ref.element.js +1 -3
  480. package/dist-cms/packages/members/member/item/repository/member-item.store.js +1 -1
  481. package/dist-cms/packages/members/member/manifests.js +2 -0
  482. package/dist-cms/packages/members/member/profile-data/info-app/manifests.d.ts +1 -0
  483. package/dist-cms/packages/members/member/profile-data/info-app/manifests.js +22 -0
  484. package/dist-cms/packages/members/member/profile-data/info-app/member-profile-data-workspace-info-app.element.d.ts +15 -0
  485. package/dist-cms/packages/members/member/profile-data/info-app/member-profile-data-workspace-info-app.element.js +170 -0
  486. package/dist-cms/packages/members/member/profile-data/manifests.d.ts +1 -0
  487. package/dist-cms/packages/members/member/profile-data/manifests.js +2 -0
  488. package/dist-cms/packages/members/member/repository/detail/member-detail.server.data-source.js +3 -2
  489. package/dist-cms/packages/members/member/repository/detail/member-detail.store.js +1 -1
  490. package/dist-cms/packages/members/member/types.d.ts +1 -0
  491. package/dist-cms/packages/members/member/utils/index.d.ts +2 -1
  492. package/dist-cms/packages/members/member/utils/index.js +1 -0
  493. package/dist-cms/packages/members/member/workspace/member/member-workspace-editor.element.d.ts +1 -0
  494. package/dist-cms/packages/members/member/workspace/member/member-workspace-editor.element.js +12 -0
  495. package/dist-cms/packages/members/member/workspace/member/member-workspace-split-view.element.d.ts +1 -0
  496. package/dist-cms/packages/members/member/workspace/member/member-workspace-split-view.element.js +9 -1
  497. package/dist-cms/packages/members/member/workspace/member/member-workspace.context.d.ts +3 -0
  498. package/dist-cms/packages/members/member/workspace/member/member-workspace.context.js +23 -4
  499. package/dist-cms/packages/members/member/workspace/member/views/member/member-workspace-view-member-info.element.js +19 -12
  500. package/dist-cms/packages/members/member/workspace/member/views/member/member-workspace-view-member.element.d.ts +1 -0
  501. package/dist-cms/packages/members/member/workspace/member/views/member/member-workspace-view-member.element.js +92 -30
  502. package/dist-cms/packages/members/member-group/entity-actions/create/default/default-member-group-create-option-action.d.ts +6 -0
  503. package/dist-cms/packages/members/member-group/entity-actions/create/default/default-member-group-create-option-action.js +8 -0
  504. package/dist-cms/packages/members/member-group/entity-actions/create/default/manifests.d.ts +1 -0
  505. package/dist-cms/packages/members/member-group/entity-actions/create/default/manifests.js +16 -0
  506. package/dist-cms/packages/members/member-group/entity-actions/create/manifests.d.ts +1 -0
  507. package/dist-cms/packages/members/member-group/entity-actions/create/manifests.js +13 -0
  508. package/dist-cms/packages/members/member-group/entity-actions/manifests.js +4 -16
  509. package/dist-cms/packages/members/member-group/paths.d.ts +2 -0
  510. package/dist-cms/packages/members/member-group/paths.js +2 -0
  511. package/dist-cms/packages/members/member-group/repository/detail/member-group-detail.store.js +1 -1
  512. package/dist-cms/packages/members/member-group/repository/item/member-group-item.store.js +1 -1
  513. package/dist-cms/packages/members/member-type/entity-actions/create/default/manifests.js +1 -0
  514. package/dist-cms/packages/members/member-type/repository/constants.d.ts +1 -0
  515. package/dist-cms/packages/members/member-type/repository/constants.js +1 -0
  516. package/dist-cms/packages/members/member-type/repository/detail/member-type-detail.store.js +1 -1
  517. package/dist-cms/packages/members/member-type/repository/index.d.ts +2 -0
  518. package/dist-cms/packages/members/member-type/repository/index.js +1 -0
  519. package/dist-cms/packages/members/member-type/repository/item/member-type-item.store.js +1 -1
  520. package/dist-cms/packages/members/member-type/repository/manifests.js +7 -1
  521. package/dist-cms/packages/members/member-type/repository/structure/constants.d.ts +1 -0
  522. package/dist-cms/packages/members/member-type/repository/structure/constants.js +1 -0
  523. package/dist-cms/packages/members/member-type/repository/structure/index.d.ts +2 -0
  524. package/dist-cms/packages/members/member-type/repository/structure/index.js +1 -0
  525. package/dist-cms/packages/members/member-type/repository/structure/manifests.d.ts +1 -0
  526. package/dist-cms/packages/members/member-type/repository/structure/manifests.js +9 -0
  527. package/dist-cms/packages/members/member-type/repository/structure/member-type-structure.repository.d.ts +7 -0
  528. package/dist-cms/packages/members/member-type/repository/structure/member-type-structure.repository.js +8 -0
  529. package/dist-cms/packages/members/member-type/repository/structure/member-type-structure.server.data-source.d.ts +11 -0
  530. package/dist-cms/packages/members/member-type/repository/structure/member-type-structure.server.data-source.js +25 -0
  531. package/dist-cms/packages/members/member-type/repository/structure/types.d.ts +6 -0
  532. package/dist-cms/packages/members/member-type/repository/structure/types.js +1 -0
  533. package/dist-cms/packages/members/member-type/tree/folder/repository/member-type-folder.store.js +1 -1
  534. package/dist-cms/packages/members/member-type/tree/member-type-tree.store.js +1 -1
  535. package/dist-cms/packages/members/member-type/tree/tree-item-children/collection/repository/member-type-tree-item-children-collection.repository.d.ts +4 -9
  536. package/dist-cms/packages/members/member-type/tree/tree-item-children/collection/repository/member-type-tree-item-children-collection.repository.js +6 -23
  537. package/dist-cms/packages/multi-url-picker/link-picker-modal/link-picker-modal.element.js +3 -3
  538. package/dist-cms/packages/packages/package-section/views/created/packages-created-overview.element.js +1 -1
  539. package/dist-cms/packages/packages/package-section/views/installed/installed-packages-section-view-item.element.js +1 -1
  540. package/dist-cms/packages/property-editors/date-time/property-editor-ui-date-time-picker-base.js +1 -1
  541. package/dist-cms/packages/property-editors/dropdown/property-editor-ui-dropdown.element.js +1 -1
  542. package/dist-cms/packages/property-editors/entity-data-picker/input/input-entity-data.context.js +5 -3
  543. package/dist-cms/packages/property-editors/number/manifests.js +1 -1
  544. package/dist-cms/packages/property-editors/number/property-editor-ui-decimal.element.d.ts +16 -0
  545. package/dist-cms/packages/property-editors/number/property-editor-ui-decimal.element.js +25 -0
  546. package/dist-cms/packages/property-editors/number/property-editor-ui-number.element.d.ts +5 -0
  547. package/dist-cms/packages/property-editors/number/property-editor-ui-number.element.js +6 -1
  548. package/dist-cms/packages/property-editors/overlay-size/property-editor-ui-overlay-size.element.d.ts +1 -1
  549. package/dist-cms/packages/property-editors/overlay-size/property-editor-ui-overlay-size.element.js +5 -2
  550. package/dist-cms/packages/property-editors/slider/Umbraco.Slider.js +8 -0
  551. package/dist-cms/packages/property-editors/slider/manifests.js +11 -0
  552. package/dist-cms/packages/property-editors/slider/property-editor-ui-slider.element.d.ts +1 -0
  553. package/dist-cms/packages/property-editors/slider/property-editor-ui-slider.element.js +6 -0
  554. package/dist-cms/packages/relations/relation-types/repository/detail/relation-type-detail.store.js +1 -1
  555. package/dist-cms/packages/relations/relations/entity-actions/bulk-delete/modal/bulk-delete-with-relation-modal.element.js +1 -1
  556. package/dist-cms/packages/relations/relations/entity-actions/bulk-trash/modal/bulk-trash-with-relation-modal.element.js +1 -1
  557. package/dist-cms/packages/relations/relations/entity-actions/trash/modal/trash-with-relation-modal.element.js +1 -1
  558. package/dist-cms/packages/rte/Umbraco.RichText.js +7 -0
  559. package/dist-cms/packages/static-file/repository/item/static-file-item.store.js +1 -1
  560. package/dist-cms/packages/static-file/tree/static-file-tree.store.js +1 -1
  561. package/dist-cms/packages/tags/property-editors/tags/property-editor-ui-tags.element.js +3 -1
  562. package/dist-cms/packages/templating/manifests.d.ts +2 -1
  563. package/dist-cms/packages/templating/modals/templating-item-picker/templating-item-picker-modal.element.d.ts +2 -1
  564. package/dist-cms/packages/templating/modals/templating-item-picker/templating-item-picker-modal.element.js +60 -27
  565. package/dist-cms/packages/templating/modals/templating-section-picker/templating-section-picker-modal.element.d.ts +1 -1
  566. package/dist-cms/packages/templating/modals/templating-section-picker/templating-section-picker-modal.element.js +35 -39
  567. package/dist-cms/packages/templating/partial-views/constants.d.ts +1 -0
  568. package/dist-cms/packages/templating/partial-views/constants.js +1 -0
  569. package/dist-cms/packages/templating/partial-views/entity-actions/create/default/default-partial-view-create-option-action.d.ts +6 -0
  570. package/dist-cms/packages/templating/partial-views/entity-actions/create/default/default-partial-view-create-option-action.js +15 -0
  571. package/dist-cms/packages/templating/partial-views/entity-actions/create/default/manifests.d.ts +2 -0
  572. package/dist-cms/packages/templating/partial-views/entity-actions/create/default/manifests.js +16 -0
  573. package/dist-cms/packages/templating/partial-views/entity-actions/create/folder/manifests.d.ts +2 -0
  574. package/dist-cms/packages/templating/partial-views/entity-actions/create/folder/manifests.js +17 -0
  575. package/dist-cms/packages/templating/partial-views/entity-actions/create/from-snippet/from-snippet-create-option-action.d.ts +6 -0
  576. package/dist-cms/packages/templating/partial-views/entity-actions/create/from-snippet/from-snippet-create-option-action.js +16 -0
  577. package/dist-cms/packages/templating/partial-views/entity-actions/create/from-snippet/manifests.d.ts +2 -0
  578. package/dist-cms/packages/templating/partial-views/entity-actions/create/from-snippet/manifests.js +16 -0
  579. package/dist-cms/packages/templating/partial-views/entity-actions/create/manifests.d.ts +2 -1
  580. package/dist-cms/packages/templating/partial-views/entity-actions/create/manifests.js +16 -16
  581. package/dist-cms/packages/templating/partial-views/entity-actions/create/options-modal/index.d.ts +6 -0
  582. package/dist-cms/packages/templating/partial-views/entity-actions/create/options-modal/index.js +3 -0
  583. package/dist-cms/packages/templating/partial-views/entity-actions/create/options-modal/partial-view-create-options-modal.element.d.ts +1 -0
  584. package/dist-cms/packages/templating/partial-views/entity-actions/create/options-modal/partial-view-create-options-modal.element.js +7 -0
  585. package/dist-cms/packages/templating/partial-views/entity-actions/manifests.d.ts +2 -1
  586. package/dist-cms/packages/templating/partial-views/manifests.d.ts +2 -1
  587. package/dist-cms/packages/templating/partial-views/paths.d.ts +15 -0
  588. package/dist-cms/packages/templating/partial-views/paths.js +10 -0
  589. package/dist-cms/packages/templating/partial-views/repository/item/partial-view-item.store.js +1 -1
  590. package/dist-cms/packages/templating/partial-views/repository/partial-view-detail.store.js +1 -1
  591. package/dist-cms/packages/templating/partial-views/tree/constants.d.ts +1 -0
  592. package/dist-cms/packages/templating/partial-views/tree/constants.js +1 -0
  593. package/dist-cms/packages/templating/partial-views/tree/folder/repository/partial-view-folder.store.js +1 -1
  594. package/dist-cms/packages/templating/partial-views/tree/folder/workspace/constants.d.ts +1 -0
  595. package/dist-cms/packages/templating/partial-views/tree/folder/workspace/constants.js +1 -0
  596. package/dist-cms/packages/templating/partial-views/tree/folder/workspace/paths.d.ts +7 -0
  597. package/dist-cms/packages/templating/partial-views/tree/folder/workspace/paths.js +9 -0
  598. package/dist-cms/packages/templating/partial-views/tree/manifests.js +24 -1
  599. package/dist-cms/packages/templating/partial-views/tree/partial-view-tree.store.js +1 -1
  600. package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/action/manifests.d.ts +1 -0
  601. package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/action/manifests.js +21 -0
  602. package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/constants.d.ts +2 -0
  603. package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/constants.js +2 -0
  604. package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/manifests.d.ts +1 -0
  605. package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/manifests.js +19 -0
  606. package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/repository/constants.d.ts +1 -0
  607. package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/repository/constants.js +1 -0
  608. package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/repository/manifests.d.ts +1 -0
  609. package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/repository/manifests.js +9 -0
  610. package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/repository/partial-view-tree-item-children-collection.repository.d.ts +6 -0
  611. package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/repository/partial-view-tree-item-children-collection.repository.js +9 -0
  612. package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/views/manifests.d.ts +1 -0
  613. package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/views/manifests.js +22 -0
  614. package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/views/partial-view-tree-item-table-collection-view.element.d.ts +16 -0
  615. package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/views/partial-view-tree-item-table-collection-view.element.js +96 -0
  616. package/dist-cms/packages/templating/partial-views/tree/tree-item-children/constants.d.ts +1 -0
  617. package/dist-cms/packages/templating/partial-views/tree/tree-item-children/constants.js +1 -0
  618. package/dist-cms/packages/templating/partial-views/tree/tree-item-children/manifests.d.ts +1 -0
  619. package/dist-cms/packages/templating/partial-views/tree/tree-item-children/manifests.js +2 -0
  620. package/dist-cms/packages/templating/scripts/constants.d.ts +1 -0
  621. package/dist-cms/packages/templating/scripts/constants.js +1 -0
  622. package/dist-cms/packages/templating/scripts/entity-actions/create/default/default-script-create-option-action.d.ts +6 -0
  623. package/dist-cms/packages/templating/scripts/entity-actions/create/default/default-script-create-option-action.js +15 -0
  624. package/dist-cms/packages/templating/scripts/entity-actions/create/default/manifests.d.ts +2 -0
  625. package/dist-cms/packages/templating/scripts/entity-actions/create/default/manifests.js +16 -0
  626. package/dist-cms/packages/templating/scripts/entity-actions/create/folder/manifests.d.ts +2 -0
  627. package/dist-cms/packages/templating/scripts/entity-actions/create/folder/manifests.js +17 -0
  628. package/dist-cms/packages/templating/scripts/entity-actions/create/manifests.d.ts +2 -1
  629. package/dist-cms/packages/templating/scripts/entity-actions/create/manifests.js +8 -10
  630. package/dist-cms/packages/templating/scripts/entity-actions/create/options-modal/index.d.ts +3 -0
  631. package/dist-cms/packages/templating/scripts/entity-actions/create/options-modal/index.js +3 -0
  632. package/dist-cms/packages/templating/scripts/entity-actions/create/options-modal/script-create-options-modal.element.d.ts +1 -0
  633. package/dist-cms/packages/templating/scripts/entity-actions/create/options-modal/script-create-options-modal.element.js +7 -0
  634. package/dist-cms/packages/templating/scripts/entity-actions/create/options-modal/types.d.ts +3 -0
  635. package/dist-cms/packages/templating/scripts/entity-actions/manifests.d.ts +2 -1
  636. package/dist-cms/packages/templating/scripts/manifests.d.ts +2 -1
  637. package/dist-cms/packages/templating/scripts/paths.d.ts +15 -0
  638. package/dist-cms/packages/templating/scripts/paths.js +10 -0
  639. package/dist-cms/packages/templating/scripts/repository/item/script-item.store.js +1 -1
  640. package/dist-cms/packages/templating/scripts/repository/script-detail.store.js +1 -1
  641. package/dist-cms/packages/templating/scripts/tree/constants.d.ts +1 -0
  642. package/dist-cms/packages/templating/scripts/tree/constants.js +1 -0
  643. package/dist-cms/packages/templating/scripts/tree/folder/repository/script-folder.store.js +1 -1
  644. package/dist-cms/packages/templating/scripts/tree/folder/workspace/constants.d.ts +1 -0
  645. package/dist-cms/packages/templating/scripts/tree/folder/workspace/constants.js +1 -0
  646. package/dist-cms/packages/templating/scripts/tree/folder/workspace/paths.d.ts +7 -0
  647. package/dist-cms/packages/templating/scripts/tree/folder/workspace/paths.js +9 -0
  648. package/dist-cms/packages/templating/scripts/tree/manifests.js +24 -1
  649. package/dist-cms/packages/templating/scripts/tree/script-tree.store.js +1 -1
  650. package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/action/manifests.d.ts +1 -0
  651. package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/action/manifests.js +11 -0
  652. package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/constants.d.ts +2 -0
  653. package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/constants.js +2 -0
  654. package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/manifests.d.ts +1 -0
  655. package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/manifests.js +19 -0
  656. package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/repository/constants.d.ts +1 -0
  657. package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/repository/constants.js +1 -0
  658. package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/repository/manifests.d.ts +1 -0
  659. package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/repository/manifests.js +9 -0
  660. package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/repository/script-tree-item-children-collection.repository.d.ts +6 -0
  661. package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/repository/script-tree-item-children-collection.repository.js +9 -0
  662. package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/views/manifests.d.ts +1 -0
  663. package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/views/manifests.js +22 -0
  664. package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/views/script-tree-item-table-collection-view.element.d.ts +16 -0
  665. package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/views/script-tree-item-table-collection-view.element.js +96 -0
  666. package/dist-cms/packages/templating/scripts/tree/tree-item-children/constants.d.ts +1 -0
  667. package/dist-cms/packages/templating/scripts/tree/tree-item-children/constants.js +1 -0
  668. package/dist-cms/packages/templating/scripts/tree/tree-item-children/manifests.d.ts +1 -0
  669. package/dist-cms/packages/templating/scripts/tree/tree-item-children/manifests.js +2 -0
  670. package/dist-cms/packages/templating/stylesheets/constants.d.ts +1 -0
  671. package/dist-cms/packages/templating/stylesheets/constants.js +1 -0
  672. package/dist-cms/packages/templating/stylesheets/entity-actions/create/manifests.js +1 -0
  673. package/dist-cms/packages/templating/stylesheets/paths.d.ts +7 -0
  674. package/dist-cms/packages/templating/stylesheets/paths.js +9 -0
  675. package/dist-cms/packages/templating/stylesheets/repository/item/stylesheet-item.store.js +1 -1
  676. package/dist-cms/packages/templating/stylesheets/repository/stylesheet-detail.store.js +1 -1
  677. package/dist-cms/packages/templating/stylesheets/tree/constants.d.ts +1 -0
  678. package/dist-cms/packages/templating/stylesheets/tree/constants.js +1 -0
  679. package/dist-cms/packages/templating/stylesheets/tree/folder/repository/stylesheet-folder.store.js +1 -1
  680. package/dist-cms/packages/templating/stylesheets/tree/folder/workspace/constants.d.ts +1 -0
  681. package/dist-cms/packages/templating/stylesheets/tree/folder/workspace/constants.js +1 -0
  682. package/dist-cms/packages/templating/stylesheets/tree/folder/workspace/paths.d.ts +7 -0
  683. package/dist-cms/packages/templating/stylesheets/tree/folder/workspace/paths.js +9 -0
  684. package/dist-cms/packages/templating/stylesheets/tree/manifests.js +24 -1
  685. package/dist-cms/packages/templating/stylesheets/tree/stylesheet-tree.store.js +1 -1
  686. package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/action/manifests.d.ts +1 -0
  687. package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/action/manifests.js +16 -0
  688. package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/constants.d.ts +2 -0
  689. package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/constants.js +2 -0
  690. package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/manifests.d.ts +1 -0
  691. package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/manifests.js +19 -0
  692. package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/repository/constants.d.ts +1 -0
  693. package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/repository/constants.js +1 -0
  694. package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/repository/manifests.d.ts +1 -0
  695. package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/repository/manifests.js +9 -0
  696. package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/repository/stylesheet-tree-item-children-collection.repository.d.ts +6 -0
  697. package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/repository/stylesheet-tree-item-children-collection.repository.js +9 -0
  698. package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/views/manifests.d.ts +1 -0
  699. package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/views/manifests.js +22 -0
  700. package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/views/stylesheet-tree-item-table-collection-view.element.d.ts +16 -0
  701. package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/views/stylesheet-tree-item-table-collection-view.element.js +96 -0
  702. package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/constants.d.ts +1 -0
  703. package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/constants.js +1 -0
  704. package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/manifests.d.ts +1 -0
  705. package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/manifests.js +2 -0
  706. package/dist-cms/packages/templating/templates/constants.d.ts +2 -0
  707. package/dist-cms/packages/templating/templates/constants.js +2 -0
  708. package/dist-cms/packages/templating/templates/entity-actions/create/default/default-template-create-option-action.d.ts +6 -0
  709. package/dist-cms/packages/templating/templates/entity-actions/create/default/default-template-create-option-action.js +15 -0
  710. package/dist-cms/packages/templating/templates/entity-actions/create/default/manifests.d.ts +2 -0
  711. package/dist-cms/packages/templating/templates/entity-actions/create/default/manifests.js +16 -0
  712. package/dist-cms/packages/templating/templates/entity-actions/manifests.d.ts +2 -1
  713. package/dist-cms/packages/templating/templates/entity-actions/manifests.js +3 -8
  714. package/dist-cms/packages/templating/templates/manifests.d.ts +2 -1
  715. package/dist-cms/packages/templating/templates/menu/template-menu-structure.context.js +1 -1
  716. package/dist-cms/packages/templating/templates/paths.d.ts +15 -0
  717. package/dist-cms/packages/templating/templates/paths.js +10 -0
  718. package/dist-cms/packages/templating/templates/repository/detail/template-detail.store.js +1 -1
  719. package/dist-cms/packages/templating/templates/repository/item/template-item.store.js +1 -1
  720. package/dist-cms/packages/templating/templates/tree/constants.d.ts +2 -0
  721. package/dist-cms/packages/templating/templates/tree/constants.js +2 -0
  722. package/dist-cms/packages/templating/templates/tree/index.d.ts +1 -1
  723. package/dist-cms/packages/templating/templates/tree/index.js +1 -1
  724. package/dist-cms/packages/templating/templates/tree/manifests.d.ts +0 -1
  725. package/dist-cms/packages/templating/templates/tree/manifests.js +25 -2
  726. package/dist-cms/packages/templating/templates/tree/template-tree.store.js +1 -1
  727. package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/action/manifests.d.ts +1 -0
  728. package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/action/manifests.js +21 -0
  729. package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/constants.d.ts +2 -0
  730. package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/constants.js +2 -0
  731. package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/manifests.d.ts +1 -0
  732. package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/manifests.js +19 -0
  733. package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/repository/constants.d.ts +1 -0
  734. package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/repository/constants.js +1 -0
  735. package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/repository/manifests.d.ts +1 -0
  736. package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/repository/manifests.js +9 -0
  737. package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/repository/template-tree-item-children-collection.repository.d.ts +6 -0
  738. package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/repository/template-tree-item-children-collection.repository.js +9 -0
  739. package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/views/manifests.d.ts +1 -0
  740. package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/views/manifests.js +22 -0
  741. package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/views/template-tree-item-table-collection-view.element.d.ts +16 -0
  742. package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/views/template-tree-item-table-collection-view.element.js +93 -0
  743. package/dist-cms/packages/templating/templates/tree/tree-item-children/constants.d.ts +1 -0
  744. package/dist-cms/packages/templating/templates/tree/tree-item-children/constants.js +1 -0
  745. package/dist-cms/packages/templating/templates/tree/tree-item-children/manifests.d.ts +1 -0
  746. package/dist-cms/packages/templating/templates/tree/tree-item-children/manifests.js +2 -0
  747. package/dist-cms/packages/tiptap/extensions/block/block.tiptap-toolbar-api.js +1 -1
  748. package/dist-cms/packages/tiptap/extensions/clear-formatting/clear-formatting.tiptap-toolbar-api.js +6 -1
  749. package/dist-cms/packages/tiptap/extensions/embedded-media/embedded-media.tiptap-extension.js +1 -1
  750. package/dist-cms/packages/tiptap/extensions/embedded-media/embedded-media.tiptap-toolbar-api.js +1 -3
  751. package/dist-cms/packages/tiptap/extensions/media-picker/media-picker.tiptap-toolbar-api.js +66 -68
  752. package/dist-cms/packages/tiptap/extensions/media-upload/media-upload.tiptap-api.js +104 -18
  753. package/dist-cms/packages/tiptap/package.json +10 -10
  754. package/dist-cms/packages/tiptap/property-editors/tiptap-rte/manifests.js +7 -0
  755. package/dist-cms/packages/ufm/components/ufm-render/ufm-render.element.d.ts +3 -1
  756. package/dist-cms/packages/umbraco-news/components/umb-news-card.element.js +1 -1
  757. package/dist-cms/packages/user/change-password/modal/change-password-modal.element.d.ts +1 -0
  758. package/dist-cms/packages/user/change-password/modal/change-password-modal.element.js +39 -1
  759. package/dist-cms/packages/user/current-user/current-user-header-app.element.js +6 -1
  760. package/dist-cms/packages/user/current-user/external-login/modals/external-login-modal.element.js +2 -2
  761. package/dist-cms/packages/user/current-user/repository/current-user-config.store.js +1 -1
  762. package/dist-cms/packages/user/current-user/utils/get-initials.function.d.ts +11 -0
  763. package/dist-cms/packages/user/current-user/utils/get-initials.function.js +33 -0
  764. package/dist-cms/packages/user/current-user/utils/index.d.ts +1 -0
  765. package/dist-cms/packages/user/current-user/utils/index.js +1 -0
  766. package/dist-cms/packages/user/user/entity-actions/create/modal/create-user-modal.element.js +3 -7
  767. package/dist-cms/packages/user/user/entity-actions/create/modal/create-user-success-modal.element.js +50 -22
  768. package/dist-cms/packages/user/user/entity-actions/create/modal/create-user-success-modal.token.d.ts +2 -0
  769. package/dist-cms/packages/user/user/modals/user-mfa/user-mfa-modal.element.js +2 -2
  770. package/dist-cms/packages/user/user/repository/change-password/change-user-password.repository.js +4 -0
  771. package/dist-cms/packages/user/user/repository/change-password/change-user-password.server.data-source.js +1 -1
  772. package/dist-cms/packages/user/user/repository/config/user-config.store.js +1 -1
  773. package/dist-cms/packages/user/user/repository/detail/user-detail.store.js +1 -1
  774. package/dist-cms/packages/user/user/repository/item/user-item.store.js +1 -1
  775. package/dist-cms/packages/user/user-group/repository/detail/user-group-detail.store.js +1 -1
  776. package/dist-cms/packages/user/user-group/repository/index.d.ts +1 -0
  777. package/dist-cms/packages/user/user-group/repository/index.js +1 -0
  778. package/dist-cms/packages/user/user-group/repository/item/user-group-item.store.js +1 -1
  779. package/dist-cms/packages/user/user-group/repository/users/index.d.ts +2 -0
  780. package/dist-cms/packages/user/user-group/repository/users/index.js +2 -0
  781. package/dist-cms/packages/user/user-group/repository/users/user-group-users.repository.d.ts +32 -0
  782. package/dist-cms/packages/user/user-group/repository/users/user-group-users.repository.js +18 -0
  783. package/dist-cms/packages/user/user-group/repository/users/user-group-users.server.data-source.d.ts +31 -0
  784. package/dist-cms/packages/user/user-group/repository/users/user-group-users.server.data-source.js +41 -0
  785. package/dist-cms/packages/user/user-group/workspace/user-group/components/user-group-workspace-users.element.d.ts +16 -0
  786. package/dist-cms/packages/user/user-group/workspace/user-group/components/user-group-workspace-users.element.js +149 -0
  787. package/dist-cms/packages/user/user-group/workspace/user-group/views/user-group-details-workspace-view.element.d.ts +1 -0
  788. package/dist-cms/packages/user/user-group/workspace/user-group/views/user-group-details-workspace-view.element.js +5 -0
  789. package/dist-cms/packages/user/user-permission/modals/settings/entity-user-permission-settings-modal.element.js +4 -4
  790. package/dist-cms/packages/webhook/webhook/repository/detail/webhook-detail.store.js +1 -1
  791. package/dist-cms/packages/webhook/webhook/repository/item/webhook-item.store.js +1 -1
  792. package/dist-cms/tsconfig.build.json +1 -1
  793. package/dist-cms/tsconfig.build.tsbuildinfo +1 -1
  794. package/examples/picker-data-source/example-document-picker-data-source.ts +31 -13
  795. package/examples/picker-data-source/index.ts +4 -3
  796. package/package.json +15 -15
  797. package/umbraco-package-schema.json +405 -189
  798. package/vscode-html-custom-data.json +136 -18
  799. package/dist-cms/packages/documents/document-blueprints/entity-actions/create/create.action.d.ts +0 -5
  800. package/dist-cms/packages/documents/document-blueprints/entity-actions/create/create.action.js +0 -24
  801. package/dist-cms/packages/language/entity-actions/language-create-entity-action.d.ts +0 -8
  802. package/dist-cms/packages/language/entity-actions/language-create-entity-action.js +0 -11
  803. package/dist-cms/packages/members/member-group/entity-actions/create-member-group.action.d.ts +0 -8
  804. package/dist-cms/packages/members/member-group/entity-actions/create-member-group.action.js +0 -11
  805. package/dist-cms/packages/templating/partial-views/entity-actions/create/create.action.d.ts +0 -5
  806. package/dist-cms/packages/templating/partial-views/entity-actions/create/create.action.js +0 -16
  807. package/dist-cms/packages/templating/scripts/entity-actions/create/create.action.d.ts +0 -5
  808. package/dist-cms/packages/templating/scripts/entity-actions/create/create.action.js +0 -16
  809. package/dist-cms/packages/templating/templates/entity-actions/create/create.action.d.ts +0 -8
  810. package/dist-cms/packages/templating/templates/entity-actions/create/create.action.js +0 -12
@@ -1,5 +1,5 @@
1
1
  import { type Client, type Options as Options2, type TDataShape } from './client/index.js';
2
- import type { DeleteDataTypeByIdData, DeleteDataTypeByIdErrors, DeleteDataTypeByIdResponses, DeleteDataTypeFolderByIdData, DeleteDataTypeFolderByIdErrors, DeleteDataTypeFolderByIdResponses, DeleteDictionaryByIdData, DeleteDictionaryByIdErrors, DeleteDictionaryByIdResponses, DeleteDocumentBlueprintByIdData, DeleteDocumentBlueprintByIdErrors, DeleteDocumentBlueprintByIdResponses, DeleteDocumentBlueprintFolderByIdData, DeleteDocumentBlueprintFolderByIdErrors, DeleteDocumentBlueprintFolderByIdResponses, DeleteDocumentByIdData, DeleteDocumentByIdErrors, DeleteDocumentByIdPublicAccessData, DeleteDocumentByIdPublicAccessErrors, DeleteDocumentByIdPublicAccessResponses, DeleteDocumentByIdResponses, DeleteDocumentTypeByIdData, DeleteDocumentTypeByIdErrors, DeleteDocumentTypeByIdResponses, DeleteDocumentTypeFolderByIdData, DeleteDocumentTypeFolderByIdErrors, DeleteDocumentTypeFolderByIdResponses, DeleteLanguageByIsoCodeData, DeleteLanguageByIsoCodeErrors, DeleteLanguageByIsoCodeResponses, DeleteLogViewerSavedSearchByNameData, DeleteLogViewerSavedSearchByNameErrors, DeleteLogViewerSavedSearchByNameResponses, DeleteMediaByIdData, DeleteMediaByIdErrors, DeleteMediaByIdResponses, DeleteMediaTypeByIdData, DeleteMediaTypeByIdErrors, DeleteMediaTypeByIdResponses, DeleteMediaTypeFolderByIdData, DeleteMediaTypeFolderByIdErrors, DeleteMediaTypeFolderByIdResponses, DeleteMemberByIdData, DeleteMemberByIdErrors, DeleteMemberByIdResponses, DeleteMemberGroupByIdData, DeleteMemberGroupByIdErrors, DeleteMemberGroupByIdResponses, DeleteMemberTypeByIdData, DeleteMemberTypeByIdErrors, DeleteMemberTypeByIdResponses, DeleteMemberTypeFolderByIdData, DeleteMemberTypeFolderByIdErrors, DeleteMemberTypeFolderByIdResponses, DeletePackageCreatedByIdData, DeletePackageCreatedByIdErrors, DeletePackageCreatedByIdResponses, DeletePartialViewByPathData, DeletePartialViewByPathErrors, DeletePartialViewByPathResponses, DeletePartialViewFolderByPathData, DeletePartialViewFolderByPathErrors, DeletePartialViewFolderByPathResponses, DeletePreviewData, DeletePreviewResponses, DeleteRecycleBinDocumentByIdData, DeleteRecycleBinDocumentByIdErrors, DeleteRecycleBinDocumentByIdResponses, DeleteRecycleBinDocumentData, DeleteRecycleBinDocumentErrors, DeleteRecycleBinDocumentResponses, DeleteRecycleBinMediaByIdData, DeleteRecycleBinMediaByIdErrors, DeleteRecycleBinMediaByIdResponses, DeleteRecycleBinMediaData, DeleteRecycleBinMediaErrors, DeleteRecycleBinMediaResponses, DeleteRedirectManagementByIdData, DeleteRedirectManagementByIdErrors, DeleteRedirectManagementByIdResponses, DeleteScriptByPathData, DeleteScriptByPathErrors, DeleteScriptByPathResponses, DeleteScriptFolderByPathData, DeleteScriptFolderByPathErrors, DeleteScriptFolderByPathResponses, DeleteStylesheetByPathData, DeleteStylesheetByPathErrors, DeleteStylesheetByPathResponses, DeleteStylesheetFolderByPathData, DeleteStylesheetFolderByPathErrors, DeleteStylesheetFolderByPathResponses, DeleteTemplateByIdData, DeleteTemplateByIdErrors, DeleteTemplateByIdResponses, DeleteTemporaryFileByIdData, DeleteTemporaryFileByIdErrors, DeleteTemporaryFileByIdResponses, DeleteUserAvatarByIdData, DeleteUserAvatarByIdErrors, DeleteUserAvatarByIdResponses, DeleteUserById2FaByProviderNameData, DeleteUserById2FaByProviderNameErrors, DeleteUserById2FaByProviderNameResponses, DeleteUserByIdClientCredentialsByClientIdData, DeleteUserByIdClientCredentialsByClientIdErrors, DeleteUserByIdClientCredentialsByClientIdResponses, DeleteUserByIdData, DeleteUserByIdErrors, DeleteUserByIdResponses, DeleteUserCurrent2FaByProviderNameData, DeleteUserCurrent2FaByProviderNameErrors, DeleteUserCurrent2FaByProviderNameResponses, DeleteUserData, DeleteUserDataByIdData, DeleteUserDataByIdErrors, DeleteUserDataByIdResponses, DeleteUserErrors, DeleteUserGroupByIdData, DeleteUserGroupByIdErrors, DeleteUserGroupByIdResponses, DeleteUserGroupByIdUsersData, DeleteUserGroupByIdUsersErrors, DeleteUserGroupByIdUsersResponses, DeleteUserGroupData, DeleteUserGroupErrors, DeleteUserGroupResponses, DeleteUserResponses, DeleteWebhookByIdData, DeleteWebhookByIdErrors, DeleteWebhookByIdResponses, GetCollectionDocumentByIdData, GetCollectionDocumentByIdErrors, GetCollectionDocumentByIdResponses, GetCollectionMediaData, GetCollectionMediaErrors, GetCollectionMediaResponses, GetCultureData, GetCultureErrors, GetCultureResponses, GetDataTypeBatchData, GetDataTypeBatchErrors, GetDataTypeBatchResponses, GetDataTypeByIdData, GetDataTypeByIdErrors, GetDataTypeByIdIsUsedData, GetDataTypeByIdIsUsedErrors, GetDataTypeByIdIsUsedResponses, GetDataTypeByIdReferencedByData, GetDataTypeByIdReferencedByErrors, GetDataTypeByIdReferencedByResponses, GetDataTypeByIdResponses, GetDataTypeConfigurationData, GetDataTypeConfigurationErrors, GetDataTypeConfigurationResponses, GetDataTypeFolderByIdData, GetDataTypeFolderByIdErrors, GetDataTypeFolderByIdResponses, GetDictionaryByIdData, GetDictionaryByIdErrors, GetDictionaryByIdExportData, GetDictionaryByIdExportErrors, GetDictionaryByIdExportResponses, GetDictionaryByIdResponses, GetDictionaryData, GetDictionaryErrors, GetDictionaryResponses, GetDocumentAreReferencedData, GetDocumentAreReferencedErrors, GetDocumentAreReferencedResponses, GetDocumentBlueprintByIdData, GetDocumentBlueprintByIdErrors, GetDocumentBlueprintByIdResponses, GetDocumentBlueprintByIdScaffoldData, GetDocumentBlueprintByIdScaffoldErrors, GetDocumentBlueprintByIdScaffoldResponses, GetDocumentBlueprintFolderByIdData, GetDocumentBlueprintFolderByIdErrors, GetDocumentBlueprintFolderByIdResponses, GetDocumentByIdAuditLogData, GetDocumentByIdAuditLogErrors, GetDocumentByIdAuditLogResponses, GetDocumentByIdAvailableSegmentOptionsData, GetDocumentByIdAvailableSegmentOptionsErrors, GetDocumentByIdAvailableSegmentOptionsResponses, GetDocumentByIdData, GetDocumentByIdDomainsData, GetDocumentByIdDomainsErrors, GetDocumentByIdDomainsResponses, GetDocumentByIdErrors, GetDocumentByIdNotificationsData, GetDocumentByIdNotificationsErrors, GetDocumentByIdNotificationsResponses, GetDocumentByIdPreviewUrlData, GetDocumentByIdPreviewUrlErrors, GetDocumentByIdPreviewUrlResponses, GetDocumentByIdPublicAccessData, GetDocumentByIdPublicAccessErrors, GetDocumentByIdPublicAccessResponses, GetDocumentByIdPublishedData, GetDocumentByIdPublishedErrors, GetDocumentByIdPublishedResponses, GetDocumentByIdPublishWithDescendantsResultByTaskIdData, GetDocumentByIdPublishWithDescendantsResultByTaskIdErrors, GetDocumentByIdPublishWithDescendantsResultByTaskIdResponses, GetDocumentByIdReferencedByData, GetDocumentByIdReferencedByErrors, GetDocumentByIdReferencedByResponses, GetDocumentByIdReferencedDescendantsData, GetDocumentByIdReferencedDescendantsErrors, GetDocumentByIdReferencedDescendantsResponses, GetDocumentByIdResponses, GetDocumentConfigurationData, GetDocumentConfigurationErrors, GetDocumentConfigurationResponses, GetDocumentTypeAllowedAtRootData, GetDocumentTypeAllowedAtRootErrors, GetDocumentTypeAllowedAtRootResponses, GetDocumentTypeBatchData, GetDocumentTypeBatchErrors, GetDocumentTypeBatchResponses, GetDocumentTypeByIdAllowedChildrenData, GetDocumentTypeByIdAllowedChildrenErrors, GetDocumentTypeByIdAllowedChildrenResponses, GetDocumentTypeByIdAllowedParentsData, GetDocumentTypeByIdAllowedParentsErrors, GetDocumentTypeByIdAllowedParentsResponses, GetDocumentTypeByIdBlueprintData, GetDocumentTypeByIdBlueprintErrors, GetDocumentTypeByIdBlueprintResponses, GetDocumentTypeByIdCompositionReferencesData, GetDocumentTypeByIdCompositionReferencesErrors, GetDocumentTypeByIdCompositionReferencesResponses, GetDocumentTypeByIdData, GetDocumentTypeByIdErrors, GetDocumentTypeByIdExportData, GetDocumentTypeByIdExportErrors, GetDocumentTypeByIdExportResponses, GetDocumentTypeByIdResponses, GetDocumentTypeConfigurationData, GetDocumentTypeConfigurationErrors, GetDocumentTypeConfigurationResponses, GetDocumentTypeFolderByIdData, GetDocumentTypeFolderByIdErrors, GetDocumentTypeFolderByIdResponses, GetDocumentUrlsData, GetDocumentUrlsErrors, GetDocumentUrlsResponses, GetDocumentVersionByIdData, GetDocumentVersionByIdErrors, GetDocumentVersionByIdResponses, GetDocumentVersionData, GetDocumentVersionErrors, GetDocumentVersionResponses, GetDynamicRootStepsData, GetDynamicRootStepsErrors, GetDynamicRootStepsResponses, GetFilterDataTypeData, GetFilterDataTypeErrors, GetFilterDataTypeResponses, GetFilterMemberData, GetFilterMemberErrors, GetFilterMemberResponses, GetFilterUserData, GetFilterUserErrors, GetFilterUserGroupData, GetFilterUserGroupErrors, GetFilterUserGroupResponses, GetFilterUserResponses, GetHealthCheckGroupByNameData, GetHealthCheckGroupByNameErrors, GetHealthCheckGroupByNameResponses, GetHealthCheckGroupData, GetHealthCheckGroupErrors, GetHealthCheckGroupResponses, GetHelpData, GetHelpErrors, GetHelpResponses, GetImagingResizeUrlsData, GetImagingResizeUrlsErrors, GetImagingResizeUrlsResponses, GetImportAnalyzeData, GetImportAnalyzeErrors, GetImportAnalyzeResponses, GetIndexerByIndexNameData, GetIndexerByIndexNameErrors, GetIndexerByIndexNameResponses, GetIndexerData, GetIndexerErrors, GetIndexerResponses, GetInstallSettingsData, GetInstallSettingsErrors, GetInstallSettingsResponses, GetItemDataTypeAncestorsData, GetItemDataTypeAncestorsErrors, GetItemDataTypeAncestorsResponses, GetItemDataTypeData, GetItemDataTypeErrors, GetItemDataTypeResponses, GetItemDataTypeSearchData, GetItemDataTypeSearchErrors, GetItemDataTypeSearchResponses, GetItemDictionaryData, GetItemDictionaryErrors, GetItemDictionaryResponses, GetItemDocumentAncestorsData, GetItemDocumentAncestorsErrors, GetItemDocumentAncestorsResponses, GetItemDocumentBlueprintData, GetItemDocumentBlueprintErrors, GetItemDocumentBlueprintResponses, GetItemDocumentData, GetItemDocumentErrors, GetItemDocumentResponses, GetItemDocumentSearchData, GetItemDocumentSearchErrors, GetItemDocumentSearchResponses, GetItemDocumentTypeAncestorsData, GetItemDocumentTypeAncestorsErrors, GetItemDocumentTypeAncestorsResponses, GetItemDocumentTypeData, GetItemDocumentTypeErrors, GetItemDocumentTypeResponses, GetItemDocumentTypeSearchData, GetItemDocumentTypeSearchErrors, GetItemDocumentTypeSearchResponses, GetItemLanguageData, GetItemLanguageDefaultData, GetItemLanguageDefaultErrors, GetItemLanguageDefaultResponses, GetItemLanguageErrors, GetItemLanguageResponses, GetItemMediaAncestorsData, GetItemMediaAncestorsErrors, GetItemMediaAncestorsResponses, GetItemMediaData, GetItemMediaErrors, GetItemMediaResponses, GetItemMediaSearchData, GetItemMediaSearchErrors, GetItemMediaSearchResponses, GetItemMediaTypeAllowedData, GetItemMediaTypeAllowedErrors, GetItemMediaTypeAllowedResponses, GetItemMediaTypeAncestorsData, GetItemMediaTypeAncestorsErrors, GetItemMediaTypeAncestorsResponses, GetItemMediaTypeData, GetItemMediaTypeErrors, GetItemMediaTypeFoldersData, GetItemMediaTypeFoldersErrors, GetItemMediaTypeFoldersResponses, GetItemMediaTypeResponses, GetItemMediaTypeSearchData, GetItemMediaTypeSearchErrors, GetItemMediaTypeSearchResponses, GetItemMemberAncestorsData, GetItemMemberAncestorsErrors, GetItemMemberAncestorsResponses, GetItemMemberData, GetItemMemberErrors, GetItemMemberGroupData, GetItemMemberGroupErrors, GetItemMemberGroupResponses, GetItemMemberResponses, GetItemMemberSearchData, GetItemMemberSearchErrors, GetItemMemberSearchResponses, GetItemMemberTypeAncestorsData, GetItemMemberTypeAncestorsErrors, GetItemMemberTypeAncestorsResponses, GetItemMemberTypeData, GetItemMemberTypeErrors, GetItemMemberTypeResponses, GetItemMemberTypeSearchData, GetItemMemberTypeSearchErrors, GetItemMemberTypeSearchResponses, GetItemPartialViewData, GetItemPartialViewErrors, GetItemPartialViewResponses, GetItemRelationTypeData, GetItemRelationTypeErrors, GetItemRelationTypeResponses, GetItemScriptData, GetItemScriptErrors, GetItemScriptResponses, GetItemStaticFileData, GetItemStaticFileErrors, GetItemStaticFileResponses, GetItemStylesheetData, GetItemStylesheetErrors, GetItemStylesheetResponses, GetItemTemplateAncestorsData, GetItemTemplateAncestorsErrors, GetItemTemplateAncestorsResponses, GetItemTemplateData, GetItemTemplateErrors, GetItemTemplateResponses, GetItemTemplateSearchData, GetItemTemplateSearchErrors, GetItemTemplateSearchResponses, GetItemUserData, GetItemUserErrors, GetItemUserGroupData, GetItemUserGroupErrors, GetItemUserGroupResponses, GetItemUserResponses, GetItemWebhookData, GetItemWebhookErrors, GetItemWebhookResponses, GetLanguageByIsoCodeData, GetLanguageByIsoCodeErrors, GetLanguageByIsoCodeResponses, GetLanguageData, GetLanguageErrors, GetLanguageResponses, GetLogViewerLevelCountData, GetLogViewerLevelCountErrors, GetLogViewerLevelCountResponses, GetLogViewerLevelData, GetLogViewerLevelErrors, GetLogViewerLevelResponses, GetLogViewerLogData, GetLogViewerLogErrors, GetLogViewerLogResponses, GetLogViewerMessageTemplateData, GetLogViewerMessageTemplateErrors, GetLogViewerMessageTemplateResponses, GetLogViewerSavedSearchByNameData, GetLogViewerSavedSearchByNameErrors, GetLogViewerSavedSearchByNameResponses, GetLogViewerSavedSearchData, GetLogViewerSavedSearchErrors, GetLogViewerSavedSearchResponses, GetLogViewerValidateLogsSizeData, GetLogViewerValidateLogsSizeErrors, GetLogViewerValidateLogsSizeResponses, GetManifestManifestData, GetManifestManifestErrors, GetManifestManifestPrivateData, GetManifestManifestPrivateErrors, GetManifestManifestPrivateResponses, GetManifestManifestPublicData, GetManifestManifestPublicResponses, GetManifestManifestResponses, GetMediaAreReferencedData, GetMediaAreReferencedErrors, GetMediaAreReferencedResponses, GetMediaByIdAuditLogData, GetMediaByIdAuditLogErrors, GetMediaByIdAuditLogResponses, GetMediaByIdData, GetMediaByIdErrors, GetMediaByIdReferencedByData, GetMediaByIdReferencedByErrors, GetMediaByIdReferencedByResponses, GetMediaByIdReferencedDescendantsData, GetMediaByIdReferencedDescendantsErrors, GetMediaByIdReferencedDescendantsResponses, GetMediaByIdResponses, GetMediaConfigurationData, GetMediaConfigurationErrors, GetMediaConfigurationResponses, GetMediaTypeAllowedAtRootData, GetMediaTypeAllowedAtRootErrors, GetMediaTypeAllowedAtRootResponses, GetMediaTypeBatchData, GetMediaTypeBatchErrors, GetMediaTypeBatchResponses, GetMediaTypeByIdAllowedChildrenData, GetMediaTypeByIdAllowedChildrenErrors, GetMediaTypeByIdAllowedChildrenResponses, GetMediaTypeByIdAllowedParentsData, GetMediaTypeByIdAllowedParentsErrors, GetMediaTypeByIdAllowedParentsResponses, GetMediaTypeByIdCompositionReferencesData, GetMediaTypeByIdCompositionReferencesErrors, GetMediaTypeByIdCompositionReferencesResponses, GetMediaTypeByIdData, GetMediaTypeByIdErrors, GetMediaTypeByIdExportData, GetMediaTypeByIdExportErrors, GetMediaTypeByIdExportResponses, GetMediaTypeByIdResponses, GetMediaTypeConfigurationData, GetMediaTypeConfigurationErrors, GetMediaTypeConfigurationResponses, GetMediaTypeFolderByIdData, GetMediaTypeFolderByIdErrors, GetMediaTypeFolderByIdResponses, GetMediaUrlsData, GetMediaUrlsErrors, GetMediaUrlsResponses, GetMemberAreReferencedData, GetMemberAreReferencedErrors, GetMemberAreReferencedResponses, GetMemberByIdData, GetMemberByIdErrors, GetMemberByIdReferencedByData, GetMemberByIdReferencedByErrors, GetMemberByIdReferencedByResponses, GetMemberByIdReferencedDescendantsData, GetMemberByIdReferencedDescendantsErrors, GetMemberByIdReferencedDescendantsResponses, GetMemberByIdResponses, GetMemberConfigurationData, GetMemberConfigurationErrors, GetMemberConfigurationResponses, GetMemberGroupByIdData, GetMemberGroupByIdErrors, GetMemberGroupByIdResponses, GetMemberGroupData, GetMemberGroupErrors, GetMemberGroupResponses, GetMemberTypeBatchData, GetMemberTypeBatchErrors, GetMemberTypeBatchResponses, GetMemberTypeByIdCompositionReferencesData, GetMemberTypeByIdCompositionReferencesErrors, GetMemberTypeByIdCompositionReferencesResponses, GetMemberTypeByIdData, GetMemberTypeByIdErrors, GetMemberTypeByIdExportData, GetMemberTypeByIdExportErrors, GetMemberTypeByIdExportResponses, GetMemberTypeByIdResponses, GetMemberTypeConfigurationData, GetMemberTypeConfigurationErrors, GetMemberTypeConfigurationResponses, GetMemberTypeFolderByIdData, GetMemberTypeFolderByIdErrors, GetMemberTypeFolderByIdResponses, GetModelsBuilderDashboardData, GetModelsBuilderDashboardErrors, GetModelsBuilderDashboardResponses, GetModelsBuilderStatusData, GetModelsBuilderStatusErrors, GetModelsBuilderStatusResponses, GetNewsDashboardData, GetNewsDashboardErrors, GetNewsDashboardResponses, GetObjectTypesData, GetObjectTypesErrors, GetObjectTypesResponses, GetOembedQueryData, GetOembedQueryErrors, GetOembedQueryResponses, GetPackageConfigurationData, GetPackageConfigurationErrors, GetPackageConfigurationResponses, GetPackageCreatedByIdData, GetPackageCreatedByIdDownloadData, GetPackageCreatedByIdDownloadErrors, GetPackageCreatedByIdDownloadResponses, GetPackageCreatedByIdErrors, GetPackageCreatedByIdResponses, GetPackageCreatedData, GetPackageCreatedErrors, GetPackageCreatedResponses, GetPackageMigrationStatusData, GetPackageMigrationStatusErrors, GetPackageMigrationStatusResponses, GetPartialViewByPathData, GetPartialViewByPathErrors, GetPartialViewByPathResponses, GetPartialViewFolderByPathData, GetPartialViewFolderByPathErrors, GetPartialViewFolderByPathResponses, GetPartialViewSnippetByIdData, GetPartialViewSnippetByIdErrors, GetPartialViewSnippetByIdResponses, GetPartialViewSnippetData, GetPartialViewSnippetErrors, GetPartialViewSnippetResponses, GetProfilingStatusData, GetProfilingStatusErrors, GetProfilingStatusResponses, GetPropertyTypeIsUsedData, GetPropertyTypeIsUsedErrors, GetPropertyTypeIsUsedResponses, GetPublishedCacheRebuildStatusData, GetPublishedCacheRebuildStatusErrors, GetPublishedCacheRebuildStatusResponses, GetRecycleBinDocumentByIdOriginalParentData, GetRecycleBinDocumentByIdOriginalParentErrors, GetRecycleBinDocumentByIdOriginalParentResponses, GetRecycleBinDocumentChildrenData, GetRecycleBinDocumentChildrenErrors, GetRecycleBinDocumentChildrenResponses, GetRecycleBinDocumentReferencedByData, GetRecycleBinDocumentReferencedByErrors, GetRecycleBinDocumentReferencedByResponses, GetRecycleBinDocumentRootData, GetRecycleBinDocumentRootErrors, GetRecycleBinDocumentRootResponses, GetRecycleBinDocumentSiblingsData, GetRecycleBinDocumentSiblingsErrors, GetRecycleBinDocumentSiblingsResponses, GetRecycleBinMediaByIdOriginalParentData, GetRecycleBinMediaByIdOriginalParentErrors, GetRecycleBinMediaByIdOriginalParentResponses, GetRecycleBinMediaChildrenData, GetRecycleBinMediaChildrenErrors, GetRecycleBinMediaChildrenResponses, GetRecycleBinMediaReferencedByData, GetRecycleBinMediaReferencedByErrors, GetRecycleBinMediaReferencedByResponses, GetRecycleBinMediaRootData, GetRecycleBinMediaRootErrors, GetRecycleBinMediaRootResponses, GetRecycleBinMediaSiblingsData, GetRecycleBinMediaSiblingsErrors, GetRecycleBinMediaSiblingsResponses, GetRedirectManagementByIdData, GetRedirectManagementByIdErrors, GetRedirectManagementByIdResponses, GetRedirectManagementData, GetRedirectManagementErrors, GetRedirectManagementResponses, GetRedirectManagementStatusData, GetRedirectManagementStatusErrors, GetRedirectManagementStatusResponses, GetRelationByRelationTypeIdData, GetRelationByRelationTypeIdErrors, GetRelationByRelationTypeIdResponses, GetRelationTypeByIdData, GetRelationTypeByIdErrors, GetRelationTypeByIdResponses, GetRelationTypeData, GetRelationTypeErrors, GetRelationTypeResponses, GetScriptByPathData, GetScriptByPathErrors, GetScriptByPathResponses, GetScriptFolderByPathData, GetScriptFolderByPathErrors, GetScriptFolderByPathResponses, GetSearcherBySearcherNameQueryData, GetSearcherBySearcherNameQueryErrors, GetSearcherBySearcherNameQueryResponses, GetSearcherData, GetSearcherErrors, GetSearcherResponses, GetSecurityConfigurationData, GetSecurityConfigurationErrors, GetSecurityConfigurationResponses, GetSegmentData, GetSegmentErrors, GetSegmentResponses, GetServerConfigurationData, GetServerConfigurationResponses, GetServerInformationData, GetServerInformationErrors, GetServerInformationResponses, GetServerStatusData, GetServerStatusErrors, GetServerStatusResponses, GetServerTroubleshootingData, GetServerTroubleshootingErrors, GetServerTroubleshootingResponses, GetServerUpgradeCheckData, GetServerUpgradeCheckErrors, GetServerUpgradeCheckResponses, GetStylesheetByPathData, GetStylesheetByPathErrors, GetStylesheetByPathResponses, GetStylesheetFolderByPathData, GetStylesheetFolderByPathErrors, GetStylesheetFolderByPathResponses, GetTagData, GetTagErrors, GetTagResponses, GetTelemetryData, GetTelemetryErrors, GetTelemetryLevelData, GetTelemetryLevelErrors, GetTelemetryLevelResponses, GetTelemetryResponses, GetTemplateByIdData, GetTemplateByIdErrors, GetTemplateByIdResponses, GetTemplateConfigurationData, GetTemplateConfigurationErrors, GetTemplateConfigurationResponses, GetTemplateQuerySettingsData, GetTemplateQuerySettingsErrors, GetTemplateQuerySettingsResponses, GetTemporaryFileByIdData, GetTemporaryFileByIdErrors, GetTemporaryFileByIdResponses, GetTemporaryFileConfigurationData, GetTemporaryFileConfigurationErrors, GetTemporaryFileConfigurationResponses, GetTreeDataTypeAncestorsData, GetTreeDataTypeAncestorsErrors, GetTreeDataTypeAncestorsResponses, GetTreeDataTypeChildrenData, GetTreeDataTypeChildrenErrors, GetTreeDataTypeChildrenResponses, GetTreeDataTypeRootData, GetTreeDataTypeRootErrors, GetTreeDataTypeRootResponses, GetTreeDataTypeSearchData, GetTreeDataTypeSearchErrors, GetTreeDataTypeSearchResponses, GetTreeDataTypeSiblingsData, GetTreeDataTypeSiblingsErrors, GetTreeDataTypeSiblingsResponses, GetTreeDictionaryAncestorsData, GetTreeDictionaryAncestorsErrors, GetTreeDictionaryAncestorsResponses, GetTreeDictionaryChildrenData, GetTreeDictionaryChildrenErrors, GetTreeDictionaryChildrenResponses, GetTreeDictionaryRootData, GetTreeDictionaryRootErrors, GetTreeDictionaryRootResponses, GetTreeDocumentAncestorsData, GetTreeDocumentAncestorsErrors, GetTreeDocumentAncestorsResponses, GetTreeDocumentBlueprintAncestorsData, GetTreeDocumentBlueprintAncestorsErrors, GetTreeDocumentBlueprintAncestorsResponses, GetTreeDocumentBlueprintChildrenData, GetTreeDocumentBlueprintChildrenErrors, GetTreeDocumentBlueprintChildrenResponses, GetTreeDocumentBlueprintRootData, GetTreeDocumentBlueprintRootErrors, GetTreeDocumentBlueprintRootResponses, GetTreeDocumentBlueprintSiblingsData, GetTreeDocumentBlueprintSiblingsErrors, GetTreeDocumentBlueprintSiblingsResponses, GetTreeDocumentChildrenData, GetTreeDocumentChildrenErrors, GetTreeDocumentChildrenResponses, GetTreeDocumentRootData, GetTreeDocumentRootErrors, GetTreeDocumentRootResponses, GetTreeDocumentSiblingsData, GetTreeDocumentSiblingsErrors, GetTreeDocumentSiblingsResponses, GetTreeDocumentTypeAncestorsData, GetTreeDocumentTypeAncestorsErrors, GetTreeDocumentTypeAncestorsResponses, GetTreeDocumentTypeChildrenData, GetTreeDocumentTypeChildrenErrors, GetTreeDocumentTypeChildrenResponses, GetTreeDocumentTypeRootData, GetTreeDocumentTypeRootErrors, GetTreeDocumentTypeRootResponses, GetTreeDocumentTypeSearchData, GetTreeDocumentTypeSearchErrors, GetTreeDocumentTypeSearchResponses, GetTreeDocumentTypeSiblingsData, GetTreeDocumentTypeSiblingsErrors, GetTreeDocumentTypeSiblingsResponses, GetTreeMediaAncestorsData, GetTreeMediaAncestorsErrors, GetTreeMediaAncestorsResponses, GetTreeMediaChildrenData, GetTreeMediaChildrenErrors, GetTreeMediaChildrenResponses, GetTreeMediaRootData, GetTreeMediaRootErrors, GetTreeMediaRootResponses, GetTreeMediaSiblingsData, GetTreeMediaSiblingsErrors, GetTreeMediaSiblingsResponses, GetTreeMediaTypeAncestorsData, GetTreeMediaTypeAncestorsErrors, GetTreeMediaTypeAncestorsResponses, GetTreeMediaTypeChildrenData, GetTreeMediaTypeChildrenErrors, GetTreeMediaTypeChildrenResponses, GetTreeMediaTypeRootData, GetTreeMediaTypeRootErrors, GetTreeMediaTypeRootResponses, GetTreeMediaTypeSiblingsData, GetTreeMediaTypeSiblingsErrors, GetTreeMediaTypeSiblingsResponses, GetTreeMemberGroupRootData, GetTreeMemberGroupRootErrors, GetTreeMemberGroupRootResponses, GetTreeMemberTypeAncestorsData, GetTreeMemberTypeAncestorsErrors, GetTreeMemberTypeAncestorsResponses, GetTreeMemberTypeChildrenData, GetTreeMemberTypeChildrenErrors, GetTreeMemberTypeChildrenResponses, GetTreeMemberTypeRootData, GetTreeMemberTypeRootErrors, GetTreeMemberTypeRootResponses, GetTreeMemberTypeSiblingsData, GetTreeMemberTypeSiblingsErrors, GetTreeMemberTypeSiblingsResponses, GetTreePartialViewAncestorsData, GetTreePartialViewAncestorsErrors, GetTreePartialViewAncestorsResponses, GetTreePartialViewChildrenData, GetTreePartialViewChildrenErrors, GetTreePartialViewChildrenResponses, GetTreePartialViewRootData, GetTreePartialViewRootErrors, GetTreePartialViewRootResponses, GetTreePartialViewSiblingsData, GetTreePartialViewSiblingsErrors, GetTreePartialViewSiblingsResponses, GetTreeScriptAncestorsData, GetTreeScriptAncestorsErrors, GetTreeScriptAncestorsResponses, GetTreeScriptChildrenData, GetTreeScriptChildrenErrors, GetTreeScriptChildrenResponses, GetTreeScriptRootData, GetTreeScriptRootErrors, GetTreeScriptRootResponses, GetTreeScriptSiblingsData, GetTreeScriptSiblingsErrors, GetTreeScriptSiblingsResponses, GetTreeStaticFileAncestorsData, GetTreeStaticFileAncestorsErrors, GetTreeStaticFileAncestorsResponses, GetTreeStaticFileChildrenData, GetTreeStaticFileChildrenErrors, GetTreeStaticFileChildrenResponses, GetTreeStaticFileRootData, GetTreeStaticFileRootErrors, GetTreeStaticFileRootResponses, GetTreeStylesheetAncestorsData, GetTreeStylesheetAncestorsErrors, GetTreeStylesheetAncestorsResponses, GetTreeStylesheetChildrenData, GetTreeStylesheetChildrenErrors, GetTreeStylesheetChildrenResponses, GetTreeStylesheetRootData, GetTreeStylesheetRootErrors, GetTreeStylesheetRootResponses, GetTreeStylesheetSiblingsData, GetTreeStylesheetSiblingsErrors, GetTreeStylesheetSiblingsResponses, GetTreeTemplateAncestorsData, GetTreeTemplateAncestorsErrors, GetTreeTemplateAncestorsResponses, GetTreeTemplateChildrenData, GetTreeTemplateChildrenErrors, GetTreeTemplateChildrenResponses, GetTreeTemplateRootData, GetTreeTemplateRootErrors, GetTreeTemplateRootResponses, GetTreeTemplateSiblingsData, GetTreeTemplateSiblingsErrors, GetTreeTemplateSiblingsResponses, GetUpgradeSettingsData, GetUpgradeSettingsErrors, GetUpgradeSettingsResponses, GetUserById2FaData, GetUserById2FaErrors, GetUserById2FaResponses, GetUserByIdCalculateStartNodesData, GetUserByIdCalculateStartNodesErrors, GetUserByIdCalculateStartNodesResponses, GetUserByIdClientCredentialsData, GetUserByIdClientCredentialsErrors, GetUserByIdClientCredentialsResponses, GetUserByIdData, GetUserByIdErrors, GetUserByIdResponses, GetUserConfigurationData, GetUserConfigurationErrors, GetUserConfigurationResponses, GetUserCurrent2FaByProviderNameData, GetUserCurrent2FaByProviderNameErrors, GetUserCurrent2FaByProviderNameResponses, GetUserCurrent2FaData, GetUserCurrent2FaErrors, GetUserCurrent2FaResponses, GetUserCurrentConfigurationData, GetUserCurrentConfigurationErrors, GetUserCurrentConfigurationResponses, GetUserCurrentData, GetUserCurrentErrors, GetUserCurrentLoginProvidersData, GetUserCurrentLoginProvidersErrors, GetUserCurrentLoginProvidersResponses, GetUserCurrentPermissionsData, GetUserCurrentPermissionsDocumentData, GetUserCurrentPermissionsDocumentErrors, GetUserCurrentPermissionsDocumentResponses, GetUserCurrentPermissionsErrors, GetUserCurrentPermissionsMediaData, GetUserCurrentPermissionsMediaErrors, GetUserCurrentPermissionsMediaResponses, GetUserCurrentPermissionsResponses, GetUserCurrentResponses, GetUserData, GetUserDataByIdData, GetUserDataByIdErrors, GetUserDataByIdResponses, GetUserDataData, GetUserDataErrors, GetUserDataResponses, GetUserErrors, GetUserGroupByIdData, GetUserGroupByIdErrors, GetUserGroupByIdResponses, GetUserGroupData, GetUserGroupErrors, GetUserGroupResponses, GetUserResponses, GetWebhookByIdData, GetWebhookByIdErrors, GetWebhookByIdLogsData, GetWebhookByIdLogsErrors, GetWebhookByIdLogsResponses, GetWebhookByIdResponses, GetWebhookData, GetWebhookErrors, GetWebhookEventsData, GetWebhookEventsErrors, GetWebhookEventsResponses, GetWebhookLogsData, GetWebhookLogsErrors, GetWebhookLogsResponses, GetWebhookResponses, PostDataTypeByIdCopyData, PostDataTypeByIdCopyErrors, PostDataTypeByIdCopyResponses, PostDataTypeData, PostDataTypeErrors, PostDataTypeFolderData, PostDataTypeFolderErrors, PostDataTypeFolderResponses, PostDataTypeResponses, PostDictionaryData, PostDictionaryErrors, PostDictionaryImportData, PostDictionaryImportErrors, PostDictionaryImportResponses, PostDictionaryResponses, PostDocumentBlueprintData, PostDocumentBlueprintErrors, PostDocumentBlueprintFolderData, PostDocumentBlueprintFolderErrors, PostDocumentBlueprintFolderResponses, PostDocumentBlueprintFromDocumentData, PostDocumentBlueprintFromDocumentErrors, PostDocumentBlueprintFromDocumentResponses, PostDocumentBlueprintResponses, PostDocumentByIdCopyData, PostDocumentByIdCopyErrors, PostDocumentByIdCopyResponses, PostDocumentByIdPublicAccessData, PostDocumentByIdPublicAccessErrors, PostDocumentByIdPublicAccessResponses, PostDocumentData, PostDocumentErrors, PostDocumentResponses, PostDocumentTypeAvailableCompositionsData, PostDocumentTypeAvailableCompositionsErrors, PostDocumentTypeAvailableCompositionsResponses, PostDocumentTypeByIdCopyData, PostDocumentTypeByIdCopyErrors, PostDocumentTypeByIdCopyResponses, PostDocumentTypeByIdTemplateData, PostDocumentTypeByIdTemplateErrors, PostDocumentTypeByIdTemplateResponses, PostDocumentTypeData, PostDocumentTypeErrors, PostDocumentTypeFolderData, PostDocumentTypeFolderErrors, PostDocumentTypeFolderResponses, PostDocumentTypeImportData, PostDocumentTypeImportErrors, PostDocumentTypeImportResponses, PostDocumentTypeResponses, PostDocumentValidateData, PostDocumentValidateErrors, PostDocumentValidateResponses, PostDocumentVersionByIdRollbackData, PostDocumentVersionByIdRollbackErrors, PostDocumentVersionByIdRollbackResponses, PostDynamicRootQueryData, PostDynamicRootQueryErrors, PostDynamicRootQueryResponses, PostHealthCheckExecuteActionData, PostHealthCheckExecuteActionErrors, PostHealthCheckExecuteActionResponses, PostHealthCheckGroupByNameCheckData, PostHealthCheckGroupByNameCheckErrors, PostHealthCheckGroupByNameCheckResponses, PostIndexerByIndexNameRebuildData, PostIndexerByIndexNameRebuildErrors, PostIndexerByIndexNameRebuildResponses, PostInstallSetupData, PostInstallSetupErrors, PostInstallSetupResponses, PostInstallValidateDatabaseData, PostInstallValidateDatabaseErrors, PostInstallValidateDatabaseResponses, PostLanguageData, PostLanguageErrors, PostLanguageResponses, PostLogViewerSavedSearchData, PostLogViewerSavedSearchErrors, PostLogViewerSavedSearchResponses, PostMediaData, PostMediaErrors, PostMediaResponses, PostMediaTypeAvailableCompositionsData, PostMediaTypeAvailableCompositionsErrors, PostMediaTypeAvailableCompositionsResponses, PostMediaTypeByIdCopyData, PostMediaTypeByIdCopyErrors, PostMediaTypeByIdCopyResponses, PostMediaTypeData, PostMediaTypeErrors, PostMediaTypeFolderData, PostMediaTypeFolderErrors, PostMediaTypeFolderResponses, PostMediaTypeImportData, PostMediaTypeImportErrors, PostMediaTypeImportResponses, PostMediaTypeResponses, PostMediaValidateData, PostMediaValidateErrors, PostMediaValidateResponses, PostMemberData, PostMemberErrors, PostMemberGroupData, PostMemberGroupErrors, PostMemberGroupResponses, PostMemberResponses, PostMemberTypeAvailableCompositionsData, PostMemberTypeAvailableCompositionsErrors, PostMemberTypeAvailableCompositionsResponses, PostMemberTypeByIdCopyData, PostMemberTypeByIdCopyErrors, PostMemberTypeByIdCopyResponses, PostMemberTypeData, PostMemberTypeErrors, PostMemberTypeFolderData, PostMemberTypeFolderErrors, PostMemberTypeFolderResponses, PostMemberTypeImportData, PostMemberTypeImportErrors, PostMemberTypeImportResponses, PostMemberTypeResponses, PostMemberValidateData, PostMemberValidateErrors, PostMemberValidateResponses, PostModelsBuilderBuildData, PostModelsBuilderBuildErrors, PostModelsBuilderBuildResponses, PostPackageByNameRunMigrationData, PostPackageByNameRunMigrationErrors, PostPackageByNameRunMigrationResponses, PostPackageCreatedData, PostPackageCreatedErrors, PostPackageCreatedResponses, PostPartialViewData, PostPartialViewErrors, PostPartialViewFolderData, PostPartialViewFolderErrors, PostPartialViewFolderResponses, PostPartialViewResponses, PostPreviewData, PostPreviewErrors, PostPreviewResponses, PostPublishedCacheRebuildData, PostPublishedCacheRebuildErrors, PostPublishedCacheRebuildResponses, PostPublishedCacheReloadData, PostPublishedCacheReloadErrors, PostPublishedCacheReloadResponses, PostRedirectManagementStatusData, PostRedirectManagementStatusErrors, PostRedirectManagementStatusResponses, PostScriptData, PostScriptErrors, PostScriptFolderData, PostScriptFolderErrors, PostScriptFolderResponses, PostScriptResponses, PostSecurityForgotPasswordData, PostSecurityForgotPasswordErrors, PostSecurityForgotPasswordResetData, PostSecurityForgotPasswordResetErrors, PostSecurityForgotPasswordResetResponses, PostSecurityForgotPasswordResponses, PostSecurityForgotPasswordVerifyData, PostSecurityForgotPasswordVerifyErrors, PostSecurityForgotPasswordVerifyResponses, PostStylesheetData, PostStylesheetErrors, PostStylesheetFolderData, PostStylesheetFolderErrors, PostStylesheetFolderResponses, PostStylesheetResponses, PostTelemetryLevelData, PostTelemetryLevelErrors, PostTelemetryLevelResponses, PostTemplateData, PostTemplateErrors, PostTemplateQueryExecuteData, PostTemplateQueryExecuteErrors, PostTemplateQueryExecuteResponses, PostTemplateResponses, PostTemporaryFileData, PostTemporaryFileErrors, PostTemporaryFileResponses, PostUpgradeAuthorizeData, PostUpgradeAuthorizeErrors, PostUpgradeAuthorizeResponses, PostUserAvatarByIdData, PostUserAvatarByIdErrors, PostUserAvatarByIdResponses, PostUserByIdChangePasswordData, PostUserByIdChangePasswordErrors, PostUserByIdChangePasswordResponses, PostUserByIdClientCredentialsData, PostUserByIdClientCredentialsErrors, PostUserByIdClientCredentialsResponses, PostUserByIdResetPasswordData, PostUserByIdResetPasswordErrors, PostUserByIdResetPasswordResponses, PostUserCurrent2FaByProviderNameData, PostUserCurrent2FaByProviderNameErrors, PostUserCurrent2FaByProviderNameResponses, PostUserCurrentAvatarData, PostUserCurrentAvatarErrors, PostUserCurrentAvatarResponses, PostUserCurrentChangePasswordData, PostUserCurrentChangePasswordErrors, PostUserCurrentChangePasswordResponses, PostUserData, PostUserDataData, PostUserDataErrors, PostUserDataResponses, PostUserDisableData, PostUserDisableErrors, PostUserDisableResponses, PostUserEnableData, PostUserEnableErrors, PostUserEnableResponses, PostUserErrors, PostUserGroupByIdUsersData, PostUserGroupByIdUsersErrors, PostUserGroupByIdUsersResponses, PostUserGroupData, PostUserGroupErrors, PostUserGroupResponses, PostUserInviteCreatePasswordData, PostUserInviteCreatePasswordErrors, PostUserInviteCreatePasswordResponses, PostUserInviteData, PostUserInviteErrors, PostUserInviteResendData, PostUserInviteResendErrors, PostUserInviteResendResponses, PostUserInviteResponses, PostUserInviteVerifyData, PostUserInviteVerifyErrors, PostUserInviteVerifyResponses, PostUserResponses, PostUserSetUserGroupsData, PostUserSetUserGroupsErrors, PostUserSetUserGroupsResponses, PostUserUnlockData, PostUserUnlockErrors, PostUserUnlockResponses, PostWebhookData, PostWebhookErrors, PostWebhookResponses, PutDataTypeByIdData, PutDataTypeByIdErrors, PutDataTypeByIdMoveData, PutDataTypeByIdMoveErrors, PutDataTypeByIdMoveResponses, PutDataTypeByIdResponses, PutDataTypeFolderByIdData, PutDataTypeFolderByIdErrors, PutDataTypeFolderByIdResponses, PutDictionaryByIdData, PutDictionaryByIdErrors, PutDictionaryByIdMoveData, PutDictionaryByIdMoveErrors, PutDictionaryByIdMoveResponses, PutDictionaryByIdResponses, PutDocumentBlueprintByIdData, PutDocumentBlueprintByIdErrors, PutDocumentBlueprintByIdMoveData, PutDocumentBlueprintByIdMoveErrors, PutDocumentBlueprintByIdMoveResponses, PutDocumentBlueprintByIdResponses, PutDocumentBlueprintFolderByIdData, PutDocumentBlueprintFolderByIdErrors, PutDocumentBlueprintFolderByIdResponses, PutDocumentByIdData, PutDocumentByIdDomainsData, PutDocumentByIdDomainsErrors, PutDocumentByIdDomainsResponses, PutDocumentByIdErrors, PutDocumentByIdMoveData, PutDocumentByIdMoveErrors, PutDocumentByIdMoveResponses, PutDocumentByIdMoveToRecycleBinData, PutDocumentByIdMoveToRecycleBinErrors, PutDocumentByIdMoveToRecycleBinResponses, PutDocumentByIdNotificationsData, PutDocumentByIdNotificationsErrors, PutDocumentByIdNotificationsResponses, PutDocumentByIdPublicAccessData, PutDocumentByIdPublicAccessErrors, PutDocumentByIdPublicAccessResponses, PutDocumentByIdPublishData, PutDocumentByIdPublishErrors, PutDocumentByIdPublishResponses, PutDocumentByIdPublishWithDescendantsData, PutDocumentByIdPublishWithDescendantsErrors, PutDocumentByIdPublishWithDescendantsResponses, PutDocumentByIdResponses, PutDocumentByIdUnpublishData, PutDocumentByIdUnpublishErrors, PutDocumentByIdUnpublishResponses, PutDocumentSortData, PutDocumentSortErrors, PutDocumentSortResponses, PutDocumentTypeByIdData, PutDocumentTypeByIdErrors, PutDocumentTypeByIdImportData, PutDocumentTypeByIdImportErrors, PutDocumentTypeByIdImportResponses, PutDocumentTypeByIdMoveData, PutDocumentTypeByIdMoveErrors, PutDocumentTypeByIdMoveResponses, PutDocumentTypeByIdResponses, PutDocumentTypeFolderByIdData, PutDocumentTypeFolderByIdErrors, PutDocumentTypeFolderByIdResponses, PutDocumentVersionByIdPreventCleanupData, PutDocumentVersionByIdPreventCleanupErrors, PutDocumentVersionByIdPreventCleanupResponses, PutLanguageByIsoCodeData, PutLanguageByIsoCodeErrors, PutLanguageByIsoCodeResponses, PutMediaByIdData, PutMediaByIdErrors, PutMediaByIdMoveData, PutMediaByIdMoveErrors, PutMediaByIdMoveResponses, PutMediaByIdMoveToRecycleBinData, PutMediaByIdMoveToRecycleBinErrors, PutMediaByIdMoveToRecycleBinResponses, PutMediaByIdResponses, PutMediaByIdValidateData, PutMediaByIdValidateErrors, PutMediaByIdValidateResponses, PutMediaSortData, PutMediaSortErrors, PutMediaSortResponses, PutMediaTypeByIdData, PutMediaTypeByIdErrors, PutMediaTypeByIdImportData, PutMediaTypeByIdImportErrors, PutMediaTypeByIdImportResponses, PutMediaTypeByIdMoveData, PutMediaTypeByIdMoveErrors, PutMediaTypeByIdMoveResponses, PutMediaTypeByIdResponses, PutMediaTypeFolderByIdData, PutMediaTypeFolderByIdErrors, PutMediaTypeFolderByIdResponses, PutMemberByIdData, PutMemberByIdErrors, PutMemberByIdResponses, PutMemberByIdValidateData, PutMemberByIdValidateErrors, PutMemberByIdValidateResponses, PutMemberGroupByIdData, PutMemberGroupByIdErrors, PutMemberGroupByIdResponses, PutMemberTypeByIdData, PutMemberTypeByIdErrors, PutMemberTypeByIdImportData, PutMemberTypeByIdImportErrors, PutMemberTypeByIdImportResponses, PutMemberTypeByIdMoveData, PutMemberTypeByIdMoveErrors, PutMemberTypeByIdMoveResponses, PutMemberTypeByIdResponses, PutMemberTypeFolderByIdData, PutMemberTypeFolderByIdErrors, PutMemberTypeFolderByIdResponses, PutPackageCreatedByIdData, PutPackageCreatedByIdErrors, PutPackageCreatedByIdResponses, PutPartialViewByPathData, PutPartialViewByPathErrors, PutPartialViewByPathRenameData, PutPartialViewByPathRenameErrors, PutPartialViewByPathRenameResponses, PutPartialViewByPathResponses, PutProfilingStatusData, PutProfilingStatusErrors, PutProfilingStatusResponses, PutRecycleBinDocumentByIdRestoreData, PutRecycleBinDocumentByIdRestoreErrors, PutRecycleBinDocumentByIdRestoreResponses, PutRecycleBinMediaByIdRestoreData, PutRecycleBinMediaByIdRestoreErrors, PutRecycleBinMediaByIdRestoreResponses, PutScriptByPathData, PutScriptByPathErrors, PutScriptByPathRenameData, PutScriptByPathRenameErrors, PutScriptByPathRenameResponses, PutScriptByPathResponses, PutStylesheetByPathData, PutStylesheetByPathErrors, PutStylesheetByPathRenameData, PutStylesheetByPathRenameErrors, PutStylesheetByPathRenameResponses, PutStylesheetByPathResponses, PutTemplateByIdData, PutTemplateByIdErrors, PutTemplateByIdResponses, PutUmbracoManagementApiV11DocumentByIdValidate11Data, PutUmbracoManagementApiV11DocumentByIdValidate11Errors, PutUmbracoManagementApiV11DocumentByIdValidate11Responses, PutUserByIdData, PutUserByIdErrors, PutUserByIdResponses, PutUserDataData, PutUserDataErrors, PutUserDataResponses, PutUserGroupByIdData, PutUserGroupByIdErrors, PutUserGroupByIdResponses, PutWebhookByIdData, PutWebhookByIdErrors, PutWebhookByIdResponses } from './types.gen.js';
2
+ import type { DeleteDataTypeByIdData, DeleteDataTypeByIdErrors, DeleteDataTypeByIdResponses, DeleteDataTypeFolderByIdData, DeleteDataTypeFolderByIdErrors, DeleteDataTypeFolderByIdResponses, DeleteDictionaryByIdData, DeleteDictionaryByIdErrors, DeleteDictionaryByIdResponses, DeleteDocumentBlueprintByIdData, DeleteDocumentBlueprintByIdErrors, DeleteDocumentBlueprintByIdResponses, DeleteDocumentBlueprintFolderByIdData, DeleteDocumentBlueprintFolderByIdErrors, DeleteDocumentBlueprintFolderByIdResponses, DeleteDocumentByIdData, DeleteDocumentByIdErrors, DeleteDocumentByIdPublicAccessData, DeleteDocumentByIdPublicAccessErrors, DeleteDocumentByIdPublicAccessResponses, DeleteDocumentByIdResponses, DeleteDocumentTypeByIdData, DeleteDocumentTypeByIdErrors, DeleteDocumentTypeByIdResponses, DeleteDocumentTypeFolderByIdData, DeleteDocumentTypeFolderByIdErrors, DeleteDocumentTypeFolderByIdResponses, DeleteLanguageByIsoCodeData, DeleteLanguageByIsoCodeErrors, DeleteLanguageByIsoCodeResponses, DeleteLogViewerSavedSearchByNameData, DeleteLogViewerSavedSearchByNameErrors, DeleteLogViewerSavedSearchByNameResponses, DeleteMediaByIdData, DeleteMediaByIdErrors, DeleteMediaByIdResponses, DeleteMediaTypeByIdData, DeleteMediaTypeByIdErrors, DeleteMediaTypeByIdResponses, DeleteMediaTypeFolderByIdData, DeleteMediaTypeFolderByIdErrors, DeleteMediaTypeFolderByIdResponses, DeleteMemberByIdData, DeleteMemberByIdErrors, DeleteMemberByIdResponses, DeleteMemberGroupByIdData, DeleteMemberGroupByIdErrors, DeleteMemberGroupByIdResponses, DeleteMemberTypeByIdData, DeleteMemberTypeByIdErrors, DeleteMemberTypeByIdResponses, DeleteMemberTypeFolderByIdData, DeleteMemberTypeFolderByIdErrors, DeleteMemberTypeFolderByIdResponses, DeletePackageCreatedByIdData, DeletePackageCreatedByIdErrors, DeletePackageCreatedByIdResponses, DeletePartialViewByPathData, DeletePartialViewByPathErrors, DeletePartialViewByPathResponses, DeletePartialViewFolderByPathData, DeletePartialViewFolderByPathErrors, DeletePartialViewFolderByPathResponses, DeletePreviewData, DeletePreviewResponses, DeleteRecycleBinDocumentByIdData, DeleteRecycleBinDocumentByIdErrors, DeleteRecycleBinDocumentByIdResponses, DeleteRecycleBinDocumentData, DeleteRecycleBinDocumentErrors, DeleteRecycleBinDocumentResponses, DeleteRecycleBinMediaByIdData, DeleteRecycleBinMediaByIdErrors, DeleteRecycleBinMediaByIdResponses, DeleteRecycleBinMediaData, DeleteRecycleBinMediaErrors, DeleteRecycleBinMediaResponses, DeleteRedirectManagementByIdData, DeleteRedirectManagementByIdErrors, DeleteRedirectManagementByIdResponses, DeleteScriptByPathData, DeleteScriptByPathErrors, DeleteScriptByPathResponses, DeleteScriptFolderByPathData, DeleteScriptFolderByPathErrors, DeleteScriptFolderByPathResponses, DeleteStylesheetByPathData, DeleteStylesheetByPathErrors, DeleteStylesheetByPathResponses, DeleteStylesheetFolderByPathData, DeleteStylesheetFolderByPathErrors, DeleteStylesheetFolderByPathResponses, DeleteTemplateByIdData, DeleteTemplateByIdErrors, DeleteTemplateByIdResponses, DeleteTemporaryFileByIdData, DeleteTemporaryFileByIdErrors, DeleteTemporaryFileByIdResponses, DeleteUserAvatarByIdData, DeleteUserAvatarByIdErrors, DeleteUserAvatarByIdResponses, DeleteUserById2FaByProviderNameData, DeleteUserById2FaByProviderNameErrors, DeleteUserById2FaByProviderNameResponses, DeleteUserByIdClientCredentialsByClientIdData, DeleteUserByIdClientCredentialsByClientIdErrors, DeleteUserByIdClientCredentialsByClientIdResponses, DeleteUserByIdData, DeleteUserByIdErrors, DeleteUserByIdResponses, DeleteUserCurrent2FaByProviderNameData, DeleteUserCurrent2FaByProviderNameErrors, DeleteUserCurrent2FaByProviderNameResponses, DeleteUserData, DeleteUserDataByIdData, DeleteUserDataByIdErrors, DeleteUserDataByIdResponses, DeleteUserErrors, DeleteUserGroupByIdData, DeleteUserGroupByIdErrors, DeleteUserGroupByIdResponses, DeleteUserGroupByIdUsersData, DeleteUserGroupByIdUsersErrors, DeleteUserGroupByIdUsersResponses, DeleteUserGroupData, DeleteUserGroupErrors, DeleteUserGroupResponses, DeleteUserResponses, DeleteWebhookByIdData, DeleteWebhookByIdErrors, DeleteWebhookByIdResponses, GetCollectionDocumentByIdData, GetCollectionDocumentByIdErrors, GetCollectionDocumentByIdResponses, GetCollectionMediaData, GetCollectionMediaErrors, GetCollectionMediaResponses, GetCultureData, GetCultureErrors, GetCultureResponses, GetDataTypeBatchData, GetDataTypeBatchErrors, GetDataTypeBatchResponses, GetDataTypeByIdData, GetDataTypeByIdErrors, GetDataTypeByIdIsUsedData, GetDataTypeByIdIsUsedErrors, GetDataTypeByIdIsUsedResponses, GetDataTypeByIdReferencedByData, GetDataTypeByIdReferencedByErrors, GetDataTypeByIdReferencedByResponses, GetDataTypeByIdResponses, GetDataTypeByIdSchemaData, GetDataTypeByIdSchemaErrors, GetDataTypeByIdSchemaResponses, GetDataTypeConfigurationData, GetDataTypeConfigurationErrors, GetDataTypeConfigurationResponses, GetDataTypeFolderByIdData, GetDataTypeFolderByIdErrors, GetDataTypeFolderByIdResponses, GetDataTypeSchemasBatchData, GetDataTypeSchemasBatchErrors, GetDataTypeSchemasBatchResponses, GetDictionaryByIdData, GetDictionaryByIdErrors, GetDictionaryByIdExportData, GetDictionaryByIdExportErrors, GetDictionaryByIdExportResponses, GetDictionaryByIdResponses, GetDictionaryData, GetDictionaryErrors, GetDictionaryResponses, GetDocumentAreReferencedData, GetDocumentAreReferencedErrors, GetDocumentAreReferencedResponses, GetDocumentBlueprintByIdAuditLogData, GetDocumentBlueprintByIdAuditLogErrors, GetDocumentBlueprintByIdAuditLogResponses, GetDocumentBlueprintByIdData, GetDocumentBlueprintByIdErrors, GetDocumentBlueprintByIdResponses, GetDocumentBlueprintByIdScaffoldData, GetDocumentBlueprintByIdScaffoldErrors, GetDocumentBlueprintByIdScaffoldResponses, GetDocumentBlueprintFolderByIdData, GetDocumentBlueprintFolderByIdErrors, GetDocumentBlueprintFolderByIdResponses, GetDocumentByIdAuditLogData, GetDocumentByIdAuditLogErrors, GetDocumentByIdAuditLogResponses, GetDocumentByIdAvailableSegmentOptionsData, GetDocumentByIdAvailableSegmentOptionsErrors, GetDocumentByIdAvailableSegmentOptionsResponses, GetDocumentByIdData, GetDocumentByIdDomainsData, GetDocumentByIdDomainsErrors, GetDocumentByIdDomainsResponses, GetDocumentByIdErrors, GetDocumentByIdNotificationsData, GetDocumentByIdNotificationsErrors, GetDocumentByIdNotificationsResponses, GetDocumentByIdPreviewUrlData, GetDocumentByIdPreviewUrlErrors, GetDocumentByIdPreviewUrlResponses, GetDocumentByIdPublicAccessData, GetDocumentByIdPublicAccessErrors, GetDocumentByIdPublicAccessResponses, GetDocumentByIdPublishedData, GetDocumentByIdPublishedErrors, GetDocumentByIdPublishedResponses, GetDocumentByIdPublishWithDescendantsResultByTaskIdData, GetDocumentByIdPublishWithDescendantsResultByTaskIdErrors, GetDocumentByIdPublishWithDescendantsResultByTaskIdResponses, GetDocumentByIdReferencedByData, GetDocumentByIdReferencedByErrors, GetDocumentByIdReferencedByResponses, GetDocumentByIdReferencedDescendantsData, GetDocumentByIdReferencedDescendantsErrors, GetDocumentByIdReferencedDescendantsResponses, GetDocumentByIdResponses, GetDocumentConfigurationData, GetDocumentConfigurationErrors, GetDocumentConfigurationResponses, GetDocumentTypeAllowedAtRootData, GetDocumentTypeAllowedAtRootErrors, GetDocumentTypeAllowedAtRootResponses, GetDocumentTypeBatchData, GetDocumentTypeBatchErrors, GetDocumentTypeBatchResponses, GetDocumentTypeByIdAllowedChildrenData, GetDocumentTypeByIdAllowedChildrenErrors, GetDocumentTypeByIdAllowedChildrenResponses, GetDocumentTypeByIdAllowedParentsData, GetDocumentTypeByIdAllowedParentsErrors, GetDocumentTypeByIdAllowedParentsResponses, GetDocumentTypeByIdBlueprintData, GetDocumentTypeByIdBlueprintErrors, GetDocumentTypeByIdBlueprintResponses, GetDocumentTypeByIdCompositionReferencesData, GetDocumentTypeByIdCompositionReferencesErrors, GetDocumentTypeByIdCompositionReferencesResponses, GetDocumentTypeByIdData, GetDocumentTypeByIdErrors, GetDocumentTypeByIdExportData, GetDocumentTypeByIdExportErrors, GetDocumentTypeByIdExportResponses, GetDocumentTypeByIdResponses, GetDocumentTypeByIdSchemaData, GetDocumentTypeByIdSchemaErrors, GetDocumentTypeByIdSchemaResponses, GetDocumentTypeConfigurationData, GetDocumentTypeConfigurationErrors, GetDocumentTypeConfigurationResponses, GetDocumentTypeFolderByIdData, GetDocumentTypeFolderByIdErrors, GetDocumentTypeFolderByIdResponses, GetDocumentUrlsData, GetDocumentUrlsErrors, GetDocumentUrlsResponses, GetDocumentVersionByIdData, GetDocumentVersionByIdErrors, GetDocumentVersionByIdResponses, GetDocumentVersionData, GetDocumentVersionErrors, GetDocumentVersionResponses, GetDynamicRootStepsData, GetDynamicRootStepsErrors, GetDynamicRootStepsResponses, GetFilterDataTypeData, GetFilterDataTypeErrors, GetFilterDataTypeResponses, GetFilterMemberData, GetFilterMemberErrors, GetFilterMemberResponses, GetFilterUserData, GetFilterUserErrors, GetFilterUserGroupData, GetFilterUserGroupErrors, GetFilterUserGroupResponses, GetFilterUserResponses, GetHealthCheckGroupByNameData, GetHealthCheckGroupByNameErrors, GetHealthCheckGroupByNameResponses, GetHealthCheckGroupData, GetHealthCheckGroupErrors, GetHealthCheckGroupResponses, GetHelpData, GetHelpErrors, GetHelpResponses, GetImagingResizeUrlsData, GetImagingResizeUrlsErrors, GetImagingResizeUrlsResponses, GetImportAnalyzeData, GetImportAnalyzeErrors, GetImportAnalyzeResponses, GetIndexerByIndexNameData, GetIndexerByIndexNameErrors, GetIndexerByIndexNameResponses, GetIndexerData, GetIndexerErrors, GetIndexerResponses, GetInstallSettingsData, GetInstallSettingsErrors, GetInstallSettingsResponses, GetItemDataTypeAncestorsData, GetItemDataTypeAncestorsErrors, GetItemDataTypeAncestorsResponses, GetItemDataTypeData, GetItemDataTypeErrors, GetItemDataTypeResponses, GetItemDataTypeSearchData, GetItemDataTypeSearchErrors, GetItemDataTypeSearchResponses, GetItemDictionaryData, GetItemDictionaryErrors, GetItemDictionaryResponses, GetItemDocumentAncestorsData, GetItemDocumentAncestorsErrors, GetItemDocumentAncestorsResponses, GetItemDocumentBlueprintData, GetItemDocumentBlueprintErrors, GetItemDocumentBlueprintResponses, GetItemDocumentData, GetItemDocumentErrors, GetItemDocumentResponses, GetItemDocumentSearchData, GetItemDocumentSearchErrors, GetItemDocumentSearchResponses, GetItemDocumentTypeAncestorsData, GetItemDocumentTypeAncestorsErrors, GetItemDocumentTypeAncestorsResponses, GetItemDocumentTypeData, GetItemDocumentTypeErrors, GetItemDocumentTypeResponses, GetItemDocumentTypeSearchData, GetItemDocumentTypeSearchErrors, GetItemDocumentTypeSearchResponses, GetItemLanguageData, GetItemLanguageDefaultData, GetItemLanguageDefaultErrors, GetItemLanguageDefaultResponses, GetItemLanguageErrors, GetItemLanguageResponses, GetItemMediaAncestorsData, GetItemMediaAncestorsErrors, GetItemMediaAncestorsResponses, GetItemMediaData, GetItemMediaErrors, GetItemMediaResponses, GetItemMediaSearchData, GetItemMediaSearchErrors, GetItemMediaSearchResponses, GetItemMediaTypeAllowedData, GetItemMediaTypeAllowedErrors, GetItemMediaTypeAllowedResponses, GetItemMediaTypeAncestorsData, GetItemMediaTypeAncestorsErrors, GetItemMediaTypeAncestorsResponses, GetItemMediaTypeData, GetItemMediaTypeErrors, GetItemMediaTypeFoldersData, GetItemMediaTypeFoldersErrors, GetItemMediaTypeFoldersResponses, GetItemMediaTypeResponses, GetItemMediaTypeSearchData, GetItemMediaTypeSearchErrors, GetItemMediaTypeSearchResponses, GetItemMemberAncestorsData, GetItemMemberAncestorsErrors, GetItemMemberAncestorsResponses, GetItemMemberData, GetItemMemberErrors, GetItemMemberGroupData, GetItemMemberGroupErrors, GetItemMemberGroupResponses, GetItemMemberResponses, GetItemMemberSearchData, GetItemMemberSearchErrors, GetItemMemberSearchResponses, GetItemMemberTypeAncestorsData, GetItemMemberTypeAncestorsErrors, GetItemMemberTypeAncestorsResponses, GetItemMemberTypeData, GetItemMemberTypeErrors, GetItemMemberTypeResponses, GetItemMemberTypeSearchData, GetItemMemberTypeSearchErrors, GetItemMemberTypeSearchResponses, GetItemPartialViewData, GetItemPartialViewErrors, GetItemPartialViewResponses, GetItemRelationTypeData, GetItemRelationTypeErrors, GetItemRelationTypeResponses, GetItemScriptData, GetItemScriptErrors, GetItemScriptResponses, GetItemStaticFileData, GetItemStaticFileErrors, GetItemStaticFileResponses, GetItemStylesheetData, GetItemStylesheetErrors, GetItemStylesheetResponses, GetItemTemplateAncestorsData, GetItemTemplateAncestorsErrors, GetItemTemplateAncestorsResponses, GetItemTemplateData, GetItemTemplateErrors, GetItemTemplateResponses, GetItemTemplateSearchData, GetItemTemplateSearchErrors, GetItemTemplateSearchResponses, GetItemUserData, GetItemUserErrors, GetItemUserGroupData, GetItemUserGroupErrors, GetItemUserGroupResponses, GetItemUserResponses, GetItemWebhookData, GetItemWebhookErrors, GetItemWebhookResponses, GetLanguageByIsoCodeData, GetLanguageByIsoCodeErrors, GetLanguageByIsoCodeResponses, GetLanguageData, GetLanguageErrors, GetLanguageResponses, GetLogViewerLevelCountData, GetLogViewerLevelCountErrors, GetLogViewerLevelCountResponses, GetLogViewerLevelData, GetLogViewerLevelErrors, GetLogViewerLevelResponses, GetLogViewerLogData, GetLogViewerLogErrors, GetLogViewerLogResponses, GetLogViewerMessageTemplateData, GetLogViewerMessageTemplateErrors, GetLogViewerMessageTemplateResponses, GetLogViewerSavedSearchByNameData, GetLogViewerSavedSearchByNameErrors, GetLogViewerSavedSearchByNameResponses, GetLogViewerSavedSearchData, GetLogViewerSavedSearchErrors, GetLogViewerSavedSearchResponses, GetLogViewerValidateLogsSizeData, GetLogViewerValidateLogsSizeErrors, GetLogViewerValidateLogsSizeResponses, GetManifestManifestData, GetManifestManifestErrors, GetManifestManifestPrivateData, GetManifestManifestPrivateErrors, GetManifestManifestPrivateResponses, GetManifestManifestPublicData, GetManifestManifestPublicResponses, GetManifestManifestResponses, GetMediaAreReferencedData, GetMediaAreReferencedErrors, GetMediaAreReferencedResponses, GetMediaByIdAuditLogData, GetMediaByIdAuditLogErrors, GetMediaByIdAuditLogResponses, GetMediaByIdData, GetMediaByIdErrors, GetMediaByIdReferencedByData, GetMediaByIdReferencedByErrors, GetMediaByIdReferencedByResponses, GetMediaByIdReferencedDescendantsData, GetMediaByIdReferencedDescendantsErrors, GetMediaByIdReferencedDescendantsResponses, GetMediaByIdResponses, GetMediaConfigurationData, GetMediaConfigurationErrors, GetMediaConfigurationResponses, GetMediaTypeAllowedAtRootData, GetMediaTypeAllowedAtRootErrors, GetMediaTypeAllowedAtRootResponses, GetMediaTypeBatchData, GetMediaTypeBatchErrors, GetMediaTypeBatchResponses, GetMediaTypeByIdAllowedChildrenData, GetMediaTypeByIdAllowedChildrenErrors, GetMediaTypeByIdAllowedChildrenResponses, GetMediaTypeByIdAllowedParentsData, GetMediaTypeByIdAllowedParentsErrors, GetMediaTypeByIdAllowedParentsResponses, GetMediaTypeByIdCompositionReferencesData, GetMediaTypeByIdCompositionReferencesErrors, GetMediaTypeByIdCompositionReferencesResponses, GetMediaTypeByIdData, GetMediaTypeByIdErrors, GetMediaTypeByIdExportData, GetMediaTypeByIdExportErrors, GetMediaTypeByIdExportResponses, GetMediaTypeByIdResponses, GetMediaTypeByIdSchemaData, GetMediaTypeByIdSchemaErrors, GetMediaTypeByIdSchemaResponses, GetMediaTypeConfigurationData, GetMediaTypeConfigurationErrors, GetMediaTypeConfigurationResponses, GetMediaTypeFolderByIdData, GetMediaTypeFolderByIdErrors, GetMediaTypeFolderByIdResponses, GetMediaUrlsData, GetMediaUrlsErrors, GetMediaUrlsResponses, GetMemberAreReferencedData, GetMemberAreReferencedErrors, GetMemberAreReferencedResponses, GetMemberByIdData, GetMemberByIdErrors, GetMemberByIdReferencedByData, GetMemberByIdReferencedByErrors, GetMemberByIdReferencedByResponses, GetMemberByIdReferencedDescendantsData, GetMemberByIdReferencedDescendantsErrors, GetMemberByIdReferencedDescendantsResponses, GetMemberByIdResponses, GetMemberConfigurationData, GetMemberConfigurationErrors, GetMemberConfigurationResponses, GetMemberGroupByIdData, GetMemberGroupByIdErrors, GetMemberGroupByIdResponses, GetMemberGroupData, GetMemberGroupErrors, GetMemberGroupResponses, GetMemberTypeAllowedAtRootData, GetMemberTypeAllowedAtRootErrors, GetMemberTypeAllowedAtRootResponses, GetMemberTypeBatchData, GetMemberTypeBatchErrors, GetMemberTypeBatchResponses, GetMemberTypeByIdCompositionReferencesData, GetMemberTypeByIdCompositionReferencesErrors, GetMemberTypeByIdCompositionReferencesResponses, GetMemberTypeByIdData, GetMemberTypeByIdErrors, GetMemberTypeByIdExportData, GetMemberTypeByIdExportErrors, GetMemberTypeByIdExportResponses, GetMemberTypeByIdResponses, GetMemberTypeByIdSchemaData, GetMemberTypeByIdSchemaErrors, GetMemberTypeByIdSchemaResponses, GetMemberTypeConfigurationData, GetMemberTypeConfigurationErrors, GetMemberTypeConfigurationResponses, GetMemberTypeFolderByIdData, GetMemberTypeFolderByIdErrors, GetMemberTypeFolderByIdResponses, GetModelsBuilderDashboardData, GetModelsBuilderDashboardErrors, GetModelsBuilderDashboardResponses, GetModelsBuilderStatusData, GetModelsBuilderStatusErrors, GetModelsBuilderStatusResponses, GetNewsDashboardData, GetNewsDashboardErrors, GetNewsDashboardResponses, GetObjectTypesData, GetObjectTypesErrors, GetObjectTypesResponses, GetOembedQueryData, GetOembedQueryErrors, GetOembedQueryResponses, GetPackageConfigurationData, GetPackageConfigurationErrors, GetPackageConfigurationResponses, GetPackageCreatedByIdData, GetPackageCreatedByIdDownloadData, GetPackageCreatedByIdDownloadErrors, GetPackageCreatedByIdDownloadResponses, GetPackageCreatedByIdErrors, GetPackageCreatedByIdResponses, GetPackageCreatedData, GetPackageCreatedErrors, GetPackageCreatedResponses, GetPackageMigrationStatusData, GetPackageMigrationStatusErrors, GetPackageMigrationStatusResponses, GetPartialViewByPathData, GetPartialViewByPathErrors, GetPartialViewByPathResponses, GetPartialViewFolderByPathData, GetPartialViewFolderByPathErrors, GetPartialViewFolderByPathResponses, GetPartialViewSnippetByIdData, GetPartialViewSnippetByIdErrors, GetPartialViewSnippetByIdResponses, GetPartialViewSnippetData, GetPartialViewSnippetErrors, GetPartialViewSnippetResponses, GetProfilingStatusData, GetProfilingStatusErrors, GetProfilingStatusResponses, GetPropertyTypeIsUsedData, GetPropertyTypeIsUsedErrors, GetPropertyTypeIsUsedResponses, GetPublishedCacheRebuildStatusData, GetPublishedCacheRebuildStatusErrors, GetPublishedCacheRebuildStatusResponses, GetRecycleBinDocumentByIdOriginalParentData, GetRecycleBinDocumentByIdOriginalParentErrors, GetRecycleBinDocumentByIdOriginalParentResponses, GetRecycleBinDocumentChildrenData, GetRecycleBinDocumentChildrenErrors, GetRecycleBinDocumentChildrenResponses, GetRecycleBinDocumentReferencedByData, GetRecycleBinDocumentReferencedByErrors, GetRecycleBinDocumentReferencedByResponses, GetRecycleBinDocumentRootData, GetRecycleBinDocumentRootErrors, GetRecycleBinDocumentRootResponses, GetRecycleBinDocumentSiblingsData, GetRecycleBinDocumentSiblingsErrors, GetRecycleBinDocumentSiblingsResponses, GetRecycleBinMediaByIdOriginalParentData, GetRecycleBinMediaByIdOriginalParentErrors, GetRecycleBinMediaByIdOriginalParentResponses, GetRecycleBinMediaChildrenData, GetRecycleBinMediaChildrenErrors, GetRecycleBinMediaChildrenResponses, GetRecycleBinMediaReferencedByData, GetRecycleBinMediaReferencedByErrors, GetRecycleBinMediaReferencedByResponses, GetRecycleBinMediaRootData, GetRecycleBinMediaRootErrors, GetRecycleBinMediaRootResponses, GetRecycleBinMediaSiblingsData, GetRecycleBinMediaSiblingsErrors, GetRecycleBinMediaSiblingsResponses, GetRedirectManagementByIdData, GetRedirectManagementByIdErrors, GetRedirectManagementByIdResponses, GetRedirectManagementData, GetRedirectManagementErrors, GetRedirectManagementResponses, GetRedirectManagementStatusData, GetRedirectManagementStatusErrors, GetRedirectManagementStatusResponses, GetRelationByRelationTypeIdData, GetRelationByRelationTypeIdErrors, GetRelationByRelationTypeIdResponses, GetRelationTypeByIdData, GetRelationTypeByIdErrors, GetRelationTypeByIdResponses, GetRelationTypeData, GetRelationTypeErrors, GetRelationTypeResponses, GetScriptByPathData, GetScriptByPathErrors, GetScriptByPathResponses, GetScriptFolderByPathData, GetScriptFolderByPathErrors, GetScriptFolderByPathResponses, GetSearcherBySearcherNameQueryData, GetSearcherBySearcherNameQueryErrors, GetSearcherBySearcherNameQueryResponses, GetSearcherData, GetSearcherErrors, GetSearcherResponses, GetSecurityConfigurationData, GetSecurityConfigurationErrors, GetSecurityConfigurationResponses, GetSegmentData, GetSegmentErrors, GetSegmentResponses, GetServerConfigurationData, GetServerConfigurationResponses, GetServerInformationData, GetServerInformationErrors, GetServerInformationResponses, GetServerStatusData, GetServerStatusErrors, GetServerStatusResponses, GetServerTroubleshootingData, GetServerTroubleshootingErrors, GetServerTroubleshootingResponses, GetServerUpgradeCheckData, GetServerUpgradeCheckErrors, GetServerUpgradeCheckResponses, GetStylesheetByPathData, GetStylesheetByPathErrors, GetStylesheetByPathResponses, GetStylesheetFolderByPathData, GetStylesheetFolderByPathErrors, GetStylesheetFolderByPathResponses, GetTagData, GetTagErrors, GetTagResponses, GetTelemetryData, GetTelemetryErrors, GetTelemetryLevelData, GetTelemetryLevelErrors, GetTelemetryLevelResponses, GetTelemetryResponses, GetTemplateByIdData, GetTemplateByIdErrors, GetTemplateByIdResponses, GetTemplateConfigurationData, GetTemplateConfigurationErrors, GetTemplateConfigurationResponses, GetTemplateQuerySettingsData, GetTemplateQuerySettingsErrors, GetTemplateQuerySettingsResponses, GetTemporaryFileByIdData, GetTemporaryFileByIdErrors, GetTemporaryFileByIdResponses, GetTemporaryFileConfigurationData, GetTemporaryFileConfigurationErrors, GetTemporaryFileConfigurationResponses, GetTreeDataTypeAncestorsData, GetTreeDataTypeAncestorsErrors, GetTreeDataTypeAncestorsResponses, GetTreeDataTypeChildrenData, GetTreeDataTypeChildrenErrors, GetTreeDataTypeChildrenResponses, GetTreeDataTypeRootData, GetTreeDataTypeRootErrors, GetTreeDataTypeRootResponses, GetTreeDataTypeSearchData, GetTreeDataTypeSearchErrors, GetTreeDataTypeSearchResponses, GetTreeDataTypeSiblingsData, GetTreeDataTypeSiblingsErrors, GetTreeDataTypeSiblingsResponses, GetTreeDictionaryAncestorsData, GetTreeDictionaryAncestorsErrors, GetTreeDictionaryAncestorsResponses, GetTreeDictionaryChildrenData, GetTreeDictionaryChildrenErrors, GetTreeDictionaryChildrenResponses, GetTreeDictionaryRootData, GetTreeDictionaryRootErrors, GetTreeDictionaryRootResponses, GetTreeDocumentAncestorsData, GetTreeDocumentAncestorsErrors, GetTreeDocumentAncestorsResponses, GetTreeDocumentBlueprintAncestorsData, GetTreeDocumentBlueprintAncestorsErrors, GetTreeDocumentBlueprintAncestorsResponses, GetTreeDocumentBlueprintChildrenData, GetTreeDocumentBlueprintChildrenErrors, GetTreeDocumentBlueprintChildrenResponses, GetTreeDocumentBlueprintRootData, GetTreeDocumentBlueprintRootErrors, GetTreeDocumentBlueprintRootResponses, GetTreeDocumentBlueprintSiblingsData, GetTreeDocumentBlueprintSiblingsErrors, GetTreeDocumentBlueprintSiblingsResponses, GetTreeDocumentChildrenData, GetTreeDocumentChildrenErrors, GetTreeDocumentChildrenResponses, GetTreeDocumentRootData, GetTreeDocumentRootErrors, GetTreeDocumentRootResponses, GetTreeDocumentSiblingsData, GetTreeDocumentSiblingsErrors, GetTreeDocumentSiblingsResponses, GetTreeDocumentTypeAncestorsData, GetTreeDocumentTypeAncestorsErrors, GetTreeDocumentTypeAncestorsResponses, GetTreeDocumentTypeChildrenData, GetTreeDocumentTypeChildrenErrors, GetTreeDocumentTypeChildrenResponses, GetTreeDocumentTypeRootData, GetTreeDocumentTypeRootErrors, GetTreeDocumentTypeRootResponses, GetTreeDocumentTypeSearchData, GetTreeDocumentTypeSearchErrors, GetTreeDocumentTypeSearchResponses, GetTreeDocumentTypeSiblingsData, GetTreeDocumentTypeSiblingsErrors, GetTreeDocumentTypeSiblingsResponses, GetTreeMediaAncestorsData, GetTreeMediaAncestorsErrors, GetTreeMediaAncestorsResponses, GetTreeMediaChildrenData, GetTreeMediaChildrenErrors, GetTreeMediaChildrenResponses, GetTreeMediaRootData, GetTreeMediaRootErrors, GetTreeMediaRootResponses, GetTreeMediaSiblingsData, GetTreeMediaSiblingsErrors, GetTreeMediaSiblingsResponses, GetTreeMediaTypeAncestorsData, GetTreeMediaTypeAncestorsErrors, GetTreeMediaTypeAncestorsResponses, GetTreeMediaTypeChildrenData, GetTreeMediaTypeChildrenErrors, GetTreeMediaTypeChildrenResponses, GetTreeMediaTypeRootData, GetTreeMediaTypeRootErrors, GetTreeMediaTypeRootResponses, GetTreeMediaTypeSiblingsData, GetTreeMediaTypeSiblingsErrors, GetTreeMediaTypeSiblingsResponses, GetTreeMemberGroupRootData, GetTreeMemberGroupRootErrors, GetTreeMemberGroupRootResponses, GetTreeMemberTypeAncestorsData, GetTreeMemberTypeAncestorsErrors, GetTreeMemberTypeAncestorsResponses, GetTreeMemberTypeChildrenData, GetTreeMemberTypeChildrenErrors, GetTreeMemberTypeChildrenResponses, GetTreeMemberTypeRootData, GetTreeMemberTypeRootErrors, GetTreeMemberTypeRootResponses, GetTreeMemberTypeSiblingsData, GetTreeMemberTypeSiblingsErrors, GetTreeMemberTypeSiblingsResponses, GetTreePartialViewAncestorsData, GetTreePartialViewAncestorsErrors, GetTreePartialViewAncestorsResponses, GetTreePartialViewChildrenData, GetTreePartialViewChildrenErrors, GetTreePartialViewChildrenResponses, GetTreePartialViewRootData, GetTreePartialViewRootErrors, GetTreePartialViewRootResponses, GetTreePartialViewSiblingsData, GetTreePartialViewSiblingsErrors, GetTreePartialViewSiblingsResponses, GetTreeScriptAncestorsData, GetTreeScriptAncestorsErrors, GetTreeScriptAncestorsResponses, GetTreeScriptChildrenData, GetTreeScriptChildrenErrors, GetTreeScriptChildrenResponses, GetTreeScriptRootData, GetTreeScriptRootErrors, GetTreeScriptRootResponses, GetTreeScriptSiblingsData, GetTreeScriptSiblingsErrors, GetTreeScriptSiblingsResponses, GetTreeStaticFileAncestorsData, GetTreeStaticFileAncestorsErrors, GetTreeStaticFileAncestorsResponses, GetTreeStaticFileChildrenData, GetTreeStaticFileChildrenErrors, GetTreeStaticFileChildrenResponses, GetTreeStaticFileRootData, GetTreeStaticFileRootErrors, GetTreeStaticFileRootResponses, GetTreeStylesheetAncestorsData, GetTreeStylesheetAncestorsErrors, GetTreeStylesheetAncestorsResponses, GetTreeStylesheetChildrenData, GetTreeStylesheetChildrenErrors, GetTreeStylesheetChildrenResponses, GetTreeStylesheetRootData, GetTreeStylesheetRootErrors, GetTreeStylesheetRootResponses, GetTreeStylesheetSiblingsData, GetTreeStylesheetSiblingsErrors, GetTreeStylesheetSiblingsResponses, GetTreeTemplateAncestorsData, GetTreeTemplateAncestorsErrors, GetTreeTemplateAncestorsResponses, GetTreeTemplateChildrenData, GetTreeTemplateChildrenErrors, GetTreeTemplateChildrenResponses, GetTreeTemplateRootData, GetTreeTemplateRootErrors, GetTreeTemplateRootResponses, GetTreeTemplateSiblingsData, GetTreeTemplateSiblingsErrors, GetTreeTemplateSiblingsResponses, GetUpgradeSettingsData, GetUpgradeSettingsErrors, GetUpgradeSettingsResponses, GetUserById2FaData, GetUserById2FaErrors, GetUserById2FaResponses, GetUserByIdCalculateStartNodesData, GetUserByIdCalculateStartNodesErrors, GetUserByIdCalculateStartNodesResponses, GetUserByIdClientCredentialsData, GetUserByIdClientCredentialsErrors, GetUserByIdClientCredentialsResponses, GetUserByIdData, GetUserByIdErrors, GetUserByIdResponses, GetUserConfigurationData, GetUserConfigurationErrors, GetUserConfigurationResponses, GetUserCurrent2FaByProviderNameData, GetUserCurrent2FaByProviderNameErrors, GetUserCurrent2FaByProviderNameResponses, GetUserCurrent2FaData, GetUserCurrent2FaErrors, GetUserCurrent2FaResponses, GetUserCurrentConfigurationData, GetUserCurrentConfigurationErrors, GetUserCurrentConfigurationResponses, GetUserCurrentData, GetUserCurrentErrors, GetUserCurrentLoginProvidersData, GetUserCurrentLoginProvidersErrors, GetUserCurrentLoginProvidersResponses, GetUserCurrentPermissionsData, GetUserCurrentPermissionsDocumentData, GetUserCurrentPermissionsDocumentErrors, GetUserCurrentPermissionsDocumentResponses, GetUserCurrentPermissionsErrors, GetUserCurrentPermissionsMediaData, GetUserCurrentPermissionsMediaErrors, GetUserCurrentPermissionsMediaResponses, GetUserCurrentPermissionsResponses, GetUserCurrentResponses, GetUserData, GetUserDataByIdData, GetUserDataByIdErrors, GetUserDataByIdResponses, GetUserDataData, GetUserDataErrors, GetUserDataResponses, GetUserErrors, GetUserGroupByIdData, GetUserGroupByIdErrors, GetUserGroupByIdResponses, GetUserGroupData, GetUserGroupErrors, GetUserGroupResponses, GetUserResponses, GetWebhookByIdData, GetWebhookByIdErrors, GetWebhookByIdLogsData, GetWebhookByIdLogsErrors, GetWebhookByIdLogsResponses, GetWebhookByIdResponses, GetWebhookData, GetWebhookErrors, GetWebhookEventsData, GetWebhookEventsErrors, GetWebhookEventsResponses, GetWebhookLogsData, GetWebhookLogsErrors, GetWebhookLogsResponses, GetWebhookResponses, PatchDocumentByIdPatchData, PatchDocumentByIdPatchErrors, PatchDocumentByIdPatchResponses, PostDataTypeByIdCopyData, PostDataTypeByIdCopyErrors, PostDataTypeByIdCopyResponses, PostDataTypeData, PostDataTypeErrors, PostDataTypeFolderData, PostDataTypeFolderErrors, PostDataTypeFolderResponses, PostDataTypeResponses, PostDictionaryData, PostDictionaryErrors, PostDictionaryImportData, PostDictionaryImportErrors, PostDictionaryImportResponses, PostDictionaryResponses, PostDocumentBlueprintData, PostDocumentBlueprintErrors, PostDocumentBlueprintFolderData, PostDocumentBlueprintFolderErrors, PostDocumentBlueprintFolderResponses, PostDocumentBlueprintFromDocumentData, PostDocumentBlueprintFromDocumentErrors, PostDocumentBlueprintFromDocumentResponses, PostDocumentBlueprintResponses, PostDocumentByIdCopyData, PostDocumentByIdCopyErrors, PostDocumentByIdCopyResponses, PostDocumentByIdPublicAccessData, PostDocumentByIdPublicAccessErrors, PostDocumentByIdPublicAccessResponses, PostDocumentData, PostDocumentErrors, PostDocumentResponses, PostDocumentTypeAvailableCompositionsData, PostDocumentTypeAvailableCompositionsErrors, PostDocumentTypeAvailableCompositionsResponses, PostDocumentTypeByIdCopyData, PostDocumentTypeByIdCopyErrors, PostDocumentTypeByIdCopyResponses, PostDocumentTypeByIdTemplateData, PostDocumentTypeByIdTemplateErrors, PostDocumentTypeByIdTemplateResponses, PostDocumentTypeData, PostDocumentTypeErrors, PostDocumentTypeFolderData, PostDocumentTypeFolderErrors, PostDocumentTypeFolderResponses, PostDocumentTypeImportData, PostDocumentTypeImportErrors, PostDocumentTypeImportResponses, PostDocumentTypeResponses, PostDocumentValidateData, PostDocumentValidateErrors, PostDocumentValidateResponses, PostDocumentVersionByIdRollbackData, PostDocumentVersionByIdRollbackErrors, PostDocumentVersionByIdRollbackResponses, PostDynamicRootQueryData, PostDynamicRootQueryErrors, PostDynamicRootQueryResponses, PostHealthCheckExecuteActionData, PostHealthCheckExecuteActionErrors, PostHealthCheckExecuteActionResponses, PostHealthCheckGroupByNameCheckData, PostHealthCheckGroupByNameCheckErrors, PostHealthCheckGroupByNameCheckResponses, PostIndexerByIndexNameRebuildData, PostIndexerByIndexNameRebuildErrors, PostIndexerByIndexNameRebuildResponses, PostInstallSetupData, PostInstallSetupErrors, PostInstallSetupResponses, PostInstallValidateDatabaseData, PostInstallValidateDatabaseErrors, PostInstallValidateDatabaseResponses, PostLanguageData, PostLanguageErrors, PostLanguageResponses, PostLogViewerSavedSearchData, PostLogViewerSavedSearchErrors, PostLogViewerSavedSearchResponses, PostMediaData, PostMediaErrors, PostMediaResponses, PostMediaTypeAvailableCompositionsData, PostMediaTypeAvailableCompositionsErrors, PostMediaTypeAvailableCompositionsResponses, PostMediaTypeByIdCopyData, PostMediaTypeByIdCopyErrors, PostMediaTypeByIdCopyResponses, PostMediaTypeData, PostMediaTypeErrors, PostMediaTypeFolderData, PostMediaTypeFolderErrors, PostMediaTypeFolderResponses, PostMediaTypeImportData, PostMediaTypeImportErrors, PostMediaTypeImportResponses, PostMediaTypeResponses, PostMediaValidateData, PostMediaValidateErrors, PostMediaValidateResponses, PostMemberData, PostMemberErrors, PostMemberGroupData, PostMemberGroupErrors, PostMemberGroupResponses, PostMemberResponses, PostMemberTypeAvailableCompositionsData, PostMemberTypeAvailableCompositionsErrors, PostMemberTypeAvailableCompositionsResponses, PostMemberTypeByIdCopyData, PostMemberTypeByIdCopyErrors, PostMemberTypeByIdCopyResponses, PostMemberTypeData, PostMemberTypeErrors, PostMemberTypeFolderData, PostMemberTypeFolderErrors, PostMemberTypeFolderResponses, PostMemberTypeImportData, PostMemberTypeImportErrors, PostMemberTypeImportResponses, PostMemberTypeResponses, PostMemberValidateData, PostMemberValidateErrors, PostMemberValidateResponses, PostModelsBuilderBuildData, PostModelsBuilderBuildErrors, PostModelsBuilderBuildResponses, PostPackageByNameRunMigrationData, PostPackageByNameRunMigrationErrors, PostPackageByNameRunMigrationResponses, PostPackageCreatedData, PostPackageCreatedErrors, PostPackageCreatedResponses, PostPartialViewData, PostPartialViewErrors, PostPartialViewFolderData, PostPartialViewFolderErrors, PostPartialViewFolderResponses, PostPartialViewResponses, PostPreviewData, PostPreviewErrors, PostPreviewResponses, PostPublishedCacheRebuildData, PostPublishedCacheRebuildErrors, PostPublishedCacheRebuildResponses, PostPublishedCacheReloadData, PostPublishedCacheReloadErrors, PostPublishedCacheReloadResponses, PostRedirectManagementStatusData, PostRedirectManagementStatusErrors, PostRedirectManagementStatusResponses, PostScriptData, PostScriptErrors, PostScriptFolderData, PostScriptFolderErrors, PostScriptFolderResponses, PostScriptResponses, PostSecurityForgotPasswordData, PostSecurityForgotPasswordErrors, PostSecurityForgotPasswordResetData, PostSecurityForgotPasswordResetErrors, PostSecurityForgotPasswordResetResponses, PostSecurityForgotPasswordResponses, PostSecurityForgotPasswordVerifyData, PostSecurityForgotPasswordVerifyErrors, PostSecurityForgotPasswordVerifyResponses, PostStylesheetData, PostStylesheetErrors, PostStylesheetFolderData, PostStylesheetFolderErrors, PostStylesheetFolderResponses, PostStylesheetResponses, PostTelemetryLevelData, PostTelemetryLevelErrors, PostTelemetryLevelResponses, PostTemplateData, PostTemplateErrors, PostTemplateQueryExecuteData, PostTemplateQueryExecuteErrors, PostTemplateQueryExecuteResponses, PostTemplateResponses, PostTemporaryFileData, PostTemporaryFileErrors, PostTemporaryFileResponses, PostUpgradeAuthorizeData, PostUpgradeAuthorizeErrors, PostUpgradeAuthorizeResponses, PostUserAvatarByIdData, PostUserAvatarByIdErrors, PostUserAvatarByIdResponses, PostUserByIdChangePasswordData, PostUserByIdChangePasswordErrors, PostUserByIdChangePasswordResponses, PostUserByIdClientCredentialsData, PostUserByIdClientCredentialsErrors, PostUserByIdClientCredentialsResponses, PostUserByIdResetPasswordData, PostUserByIdResetPasswordErrors, PostUserByIdResetPasswordResponses, PostUserCurrent2FaByProviderNameData, PostUserCurrent2FaByProviderNameErrors, PostUserCurrent2FaByProviderNameResponses, PostUserCurrentAvatarData, PostUserCurrentAvatarErrors, PostUserCurrentAvatarResponses, PostUserCurrentChangePasswordData, PostUserCurrentChangePasswordErrors, PostUserCurrentChangePasswordResponses, PostUserData, PostUserDataData, PostUserDataErrors, PostUserDataResponses, PostUserDisableData, PostUserDisableErrors, PostUserDisableResponses, PostUserEnableData, PostUserEnableErrors, PostUserEnableResponses, PostUserErrors, PostUserGroupByIdUsersData, PostUserGroupByIdUsersErrors, PostUserGroupByIdUsersResponses, PostUserGroupData, PostUserGroupErrors, PostUserGroupResponses, PostUserInviteCreatePasswordData, PostUserInviteCreatePasswordErrors, PostUserInviteCreatePasswordResponses, PostUserInviteData, PostUserInviteErrors, PostUserInviteResendData, PostUserInviteResendErrors, PostUserInviteResendResponses, PostUserInviteResponses, PostUserInviteVerifyData, PostUserInviteVerifyErrors, PostUserInviteVerifyResponses, PostUserResponses, PostUserSetUserGroupsData, PostUserSetUserGroupsErrors, PostUserSetUserGroupsResponses, PostUserUnlockData, PostUserUnlockErrors, PostUserUnlockResponses, PostWebhookData, PostWebhookErrors, PostWebhookResponses, PutDataTypeByIdData, PutDataTypeByIdErrors, PutDataTypeByIdMoveData, PutDataTypeByIdMoveErrors, PutDataTypeByIdMoveResponses, PutDataTypeByIdResponses, PutDataTypeFolderByIdData, PutDataTypeFolderByIdErrors, PutDataTypeFolderByIdResponses, PutDictionaryByIdData, PutDictionaryByIdErrors, PutDictionaryByIdMoveData, PutDictionaryByIdMoveErrors, PutDictionaryByIdMoveResponses, PutDictionaryByIdResponses, PutDocumentBlueprintByIdData, PutDocumentBlueprintByIdErrors, PutDocumentBlueprintByIdMoveData, PutDocumentBlueprintByIdMoveErrors, PutDocumentBlueprintByIdMoveResponses, PutDocumentBlueprintByIdResponses, PutDocumentBlueprintFolderByIdData, PutDocumentBlueprintFolderByIdErrors, PutDocumentBlueprintFolderByIdResponses, PutDocumentByIdData, PutDocumentByIdDomainsData, PutDocumentByIdDomainsErrors, PutDocumentByIdDomainsResponses, PutDocumentByIdErrors, PutDocumentByIdMoveData, PutDocumentByIdMoveErrors, PutDocumentByIdMoveResponses, PutDocumentByIdMoveToRecycleBinData, PutDocumentByIdMoveToRecycleBinErrors, PutDocumentByIdMoveToRecycleBinResponses, PutDocumentByIdNotificationsData, PutDocumentByIdNotificationsErrors, PutDocumentByIdNotificationsResponses, PutDocumentByIdPublicAccessData, PutDocumentByIdPublicAccessErrors, PutDocumentByIdPublicAccessResponses, PutDocumentByIdPublishData, PutDocumentByIdPublishErrors, PutDocumentByIdPublishResponses, PutDocumentByIdPublishWithDescendantsData, PutDocumentByIdPublishWithDescendantsErrors, PutDocumentByIdPublishWithDescendantsResponses, PutDocumentByIdResponses, PutDocumentByIdUnpublishData, PutDocumentByIdUnpublishErrors, PutDocumentByIdUnpublishResponses, PutDocumentSortData, PutDocumentSortErrors, PutDocumentSortResponses, PutDocumentTypeByIdData, PutDocumentTypeByIdErrors, PutDocumentTypeByIdImportData, PutDocumentTypeByIdImportErrors, PutDocumentTypeByIdImportResponses, PutDocumentTypeByIdMoveData, PutDocumentTypeByIdMoveErrors, PutDocumentTypeByIdMoveResponses, PutDocumentTypeByIdResponses, PutDocumentTypeFolderByIdData, PutDocumentTypeFolderByIdErrors, PutDocumentTypeFolderByIdResponses, PutDocumentVersionByIdPreventCleanupData, PutDocumentVersionByIdPreventCleanupErrors, PutDocumentVersionByIdPreventCleanupResponses, PutLanguageByIsoCodeData, PutLanguageByIsoCodeErrors, PutLanguageByIsoCodeResponses, PutMediaByIdData, PutMediaByIdErrors, PutMediaByIdMoveData, PutMediaByIdMoveErrors, PutMediaByIdMoveResponses, PutMediaByIdMoveToRecycleBinData, PutMediaByIdMoveToRecycleBinErrors, PutMediaByIdMoveToRecycleBinResponses, PutMediaByIdResponses, PutMediaByIdValidateData, PutMediaByIdValidateErrors, PutMediaByIdValidateResponses, PutMediaSortData, PutMediaSortErrors, PutMediaSortResponses, PutMediaTypeByIdData, PutMediaTypeByIdErrors, PutMediaTypeByIdImportData, PutMediaTypeByIdImportErrors, PutMediaTypeByIdImportResponses, PutMediaTypeByIdMoveData, PutMediaTypeByIdMoveErrors, PutMediaTypeByIdMoveResponses, PutMediaTypeByIdResponses, PutMediaTypeFolderByIdData, PutMediaTypeFolderByIdErrors, PutMediaTypeFolderByIdResponses, PutMemberByIdData, PutMemberByIdErrors, PutMemberByIdResponses, PutMemberByIdValidateData, PutMemberByIdValidateErrors, PutMemberByIdValidateResponses, PutMemberGroupByIdData, PutMemberGroupByIdErrors, PutMemberGroupByIdResponses, PutMemberTypeByIdData, PutMemberTypeByIdErrors, PutMemberTypeByIdImportData, PutMemberTypeByIdImportErrors, PutMemberTypeByIdImportResponses, PutMemberTypeByIdMoveData, PutMemberTypeByIdMoveErrors, PutMemberTypeByIdMoveResponses, PutMemberTypeByIdResponses, PutMemberTypeFolderByIdData, PutMemberTypeFolderByIdErrors, PutMemberTypeFolderByIdResponses, PutPackageCreatedByIdData, PutPackageCreatedByIdErrors, PutPackageCreatedByIdResponses, PutPartialViewByPathData, PutPartialViewByPathErrors, PutPartialViewByPathRenameData, PutPartialViewByPathRenameErrors, PutPartialViewByPathRenameResponses, PutPartialViewByPathResponses, PutProfilingStatusData, PutProfilingStatusErrors, PutProfilingStatusResponses, PutRecycleBinDocumentByIdRestoreData, PutRecycleBinDocumentByIdRestoreErrors, PutRecycleBinDocumentByIdRestoreResponses, PutRecycleBinMediaByIdRestoreData, PutRecycleBinMediaByIdRestoreErrors, PutRecycleBinMediaByIdRestoreResponses, PutScriptByPathData, PutScriptByPathErrors, PutScriptByPathRenameData, PutScriptByPathRenameErrors, PutScriptByPathRenameResponses, PutScriptByPathResponses, PutStylesheetByPathData, PutStylesheetByPathErrors, PutStylesheetByPathRenameData, PutStylesheetByPathRenameErrors, PutStylesheetByPathRenameResponses, PutStylesheetByPathResponses, PutTemplateByIdData, PutTemplateByIdErrors, PutTemplateByIdResponses, PutUmbracoManagementApiV11DocumentByIdValidate11Data, PutUmbracoManagementApiV11DocumentByIdValidate11Errors, PutUmbracoManagementApiV11DocumentByIdValidate11Responses, PutUserByIdData, PutUserByIdErrors, PutUserByIdResponses, PutUserDataData, PutUserDataErrors, PutUserDataResponses, PutUserGroupByIdData, PutUserGroupByIdErrors, PutUserGroupByIdResponses, PutWebhookByIdData, PutWebhookByIdErrors, PutWebhookByIdResponses } from './types.gen.js';
3
3
  export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options2<TData, ThrowOnError> & {
4
4
  /**
5
5
  * You can provide a client instance returned by `createClient()` instead of
@@ -16,6 +16,7 @@ export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends
16
16
  export declare class CultureService {
17
17
  /**
18
18
  * Gets a paginated collection of cultures available for creating languages.
19
+ *
19
20
  * Gets a paginated collection containing the English and localized names of all available cultures.
20
21
  */
21
22
  static getCulture<ThrowOnError extends boolean = true>(options?: Options<GetCultureData, ThrowOnError>): import("./client/index.js").RequestResult<GetCultureResponses, GetCultureErrors, ThrowOnError, "fields">;
@@ -23,112 +24,136 @@ export declare class CultureService {
23
24
  export declare class DataTypeService {
24
25
  /**
25
26
  * Creates a new data type.
27
+ *
26
28
  * Creates a new data type with the configuration specified in the request model.
27
29
  */
28
30
  static postDataType<ThrowOnError extends boolean = true>(options?: Options<PostDataTypeData, ThrowOnError>): import("./client/index.js").RequestResult<PostDataTypeResponses, PostDataTypeErrors, ThrowOnError, "fields">;
29
31
  /**
30
32
  * Deletes a data type.
33
+ *
31
34
  * Deletes a data type identified by the provided Id.
32
35
  */
33
36
  static deleteDataTypeById<ThrowOnError extends boolean = true>(options: Options<DeleteDataTypeByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteDataTypeByIdResponses, DeleteDataTypeByIdErrors, ThrowOnError, "fields">;
34
37
  /**
35
38
  * Gets a data type.
39
+ *
36
40
  * Gets a data type identified by the provided Id.
37
41
  */
38
42
  static getDataTypeById<ThrowOnError extends boolean = true>(options: Options<GetDataTypeByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetDataTypeByIdResponses, GetDataTypeByIdErrors, ThrowOnError, "fields">;
39
43
  /**
40
44
  * Updates a data type.
45
+ *
41
46
  * Updates a data type identified by the provided Id with the details from the request model.
42
47
  */
43
48
  static putDataTypeById<ThrowOnError extends boolean = true>(options: Options<PutDataTypeByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PutDataTypeByIdResponses, PutDataTypeByIdErrors, ThrowOnError, "fields">;
44
49
  /**
45
50
  * Copies a data type.
51
+ *
46
52
  * Creates a duplicate of an existing data type identified by the provided unique Id. The copied data type will be given a new Id and have ' (copy)' appended to its name. Optionally, the copy can be placed in a specific container by providing a target container Id.
47
53
  */
48
54
  static postDataTypeByIdCopy<ThrowOnError extends boolean = true>(options: Options<PostDataTypeByIdCopyData, ThrowOnError>): import("./client/index.js").RequestResult<PostDataTypeByIdCopyResponses, PostDataTypeByIdCopyErrors, ThrowOnError, "fields">;
49
55
  /**
50
56
  * Checks if a data type is used.
57
+ *
51
58
  * Checks if the data type identified by the provided Id is used in any content, media, or member types.
52
59
  */
53
60
  static getDataTypeByIdIsUsed<ThrowOnError extends boolean = true>(options: Options<GetDataTypeByIdIsUsedData, ThrowOnError>): import("./client/index.js").RequestResult<GetDataTypeByIdIsUsedResponses, GetDataTypeByIdIsUsedErrors, ThrowOnError, "fields">;
54
61
  /**
55
62
  * Moves a data type.
63
+ *
56
64
  * Moves an existing data type identified by Id to a different container. The target container Id must be provided in the request model.
57
65
  */
58
66
  static putDataTypeByIdMove<ThrowOnError extends boolean = true>(options: Options<PutDataTypeByIdMoveData, ThrowOnError>): import("./client/index.js").RequestResult<PutDataTypeByIdMoveResponses, PutDataTypeByIdMoveErrors, ThrowOnError, "fields">;
59
67
  /**
60
68
  * Gets a paged collection of entities that are referenced by a data type.
69
+ *
61
70
  * Gets a paged collection of entities that are referenced by the data type with the provided Id, so you can see where it is being used.
62
71
  */
63
72
  static getDataTypeByIdReferencedBy<ThrowOnError extends boolean = true>(options: Options<GetDataTypeByIdReferencedByData, ThrowOnError>): import("./client/index.js").RequestResult<GetDataTypeByIdReferencedByResponses, GetDataTypeByIdReferencedByErrors, ThrowOnError, "fields">;
73
+ static getDataTypeByIdSchema<ThrowOnError extends boolean = true>(options: Options<GetDataTypeByIdSchemaData, ThrowOnError>): import("./client/index.js").RequestResult<GetDataTypeByIdSchemaResponses, GetDataTypeByIdSchemaErrors, ThrowOnError, "fields">;
64
74
  /**
65
75
  * Gets multiple data types.
76
+ *
66
77
  * Gets multiple data types identified by the provided Ids.
67
78
  */
68
79
  static getDataTypeBatch<ThrowOnError extends boolean = true>(options?: Options<GetDataTypeBatchData, ThrowOnError>): import("./client/index.js").RequestResult<GetDataTypeBatchResponses, GetDataTypeBatchErrors, ThrowOnError, "fields">;
69
80
  /**
70
81
  * Gets the data type configuration.
82
+ *
71
83
  * Gets the configuration settings for data types.
72
84
  */
73
85
  static getDataTypeConfiguration<ThrowOnError extends boolean = true>(options?: Options<GetDataTypeConfigurationData, ThrowOnError>): import("./client/index.js").RequestResult<GetDataTypeConfigurationResponses, GetDataTypeConfigurationErrors, ThrowOnError, "fields">;
74
86
  /**
75
87
  * Creates a data type folder.
88
+ *
76
89
  * Creates a new data type folder with the provided name and parent location.
77
90
  */
78
91
  static postDataTypeFolder<ThrowOnError extends boolean = true>(options?: Options<PostDataTypeFolderData, ThrowOnError>): import("./client/index.js").RequestResult<PostDataTypeFolderResponses, PostDataTypeFolderErrors, ThrowOnError, "fields">;
79
92
  /**
80
93
  * Deletes a data type folder.
94
+ *
81
95
  * Deletes a data type folder identified by the provided Id.
82
96
  */
83
97
  static deleteDataTypeFolderById<ThrowOnError extends boolean = true>(options: Options<DeleteDataTypeFolderByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteDataTypeFolderByIdResponses, DeleteDataTypeFolderByIdErrors, ThrowOnError, "fields">;
84
98
  /**
85
99
  * Gets a data type folder.
100
+ *
86
101
  * Gets a data type folder identified by the provided Id.
87
102
  */
88
103
  static getDataTypeFolderById<ThrowOnError extends boolean = true>(options: Options<GetDataTypeFolderByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetDataTypeFolderByIdResponses, GetDataTypeFolderByIdErrors, ThrowOnError, "fields">;
89
104
  /**
90
105
  * Updates a data type folder.
106
+ *
91
107
  * Updates a data type folder identified by the provided Id with the details provided in the request model.
92
108
  */
93
109
  static putDataTypeFolderById<ThrowOnError extends boolean = true>(options: Options<PutDataTypeFolderByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PutDataTypeFolderByIdResponses, PutDataTypeFolderByIdErrors, ThrowOnError, "fields">;
110
+ static getDataTypeSchemasBatch<ThrowOnError extends boolean = true>(options?: Options<GetDataTypeSchemasBatchData, ThrowOnError>): import("./client/index.js").RequestResult<GetDataTypeSchemasBatchResponses, GetDataTypeSchemasBatchErrors, ThrowOnError, "fields">;
94
111
  /**
95
112
  * Gets a filtered collection of data types.
113
+ *
96
114
  * Filters data types based on the provided criteria with support for pagination.
97
115
  */
98
116
  static getFilterDataType<ThrowOnError extends boolean = true>(options?: Options<GetFilterDataTypeData, ThrowOnError>): import("./client/index.js").RequestResult<GetFilterDataTypeResponses, GetFilterDataTypeErrors, ThrowOnError, "fields">;
99
117
  /**
100
118
  * Gets a collection of data type items.
119
+ *
101
120
  * Gets a collection of data type items identified by the provided Ids.
102
121
  */
103
122
  static getItemDataType<ThrowOnError extends boolean = true>(options?: Options<GetItemDataTypeData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemDataTypeResponses, GetItemDataTypeErrors, ThrowOnError, "fields">;
104
123
  /**
105
124
  * Gets ancestors for a collection of data type items.
125
+ *
106
126
  * Gets the ancestor chains for data type items identified by the provided Ids.
107
127
  */
108
128
  static getItemDataTypeAncestors<ThrowOnError extends boolean = true>(options?: Options<GetItemDataTypeAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemDataTypeAncestorsResponses, GetItemDataTypeAncestorsErrors, ThrowOnError, "fields">;
109
129
  /**
110
130
  * Searches data type items.
131
+ *
111
132
  * Searches data type items by the provided query with pagination support.
112
133
  */
113
134
  static getItemDataTypeSearch<ThrowOnError extends boolean = true>(options?: Options<GetItemDataTypeSearchData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemDataTypeSearchResponses, GetItemDataTypeSearchErrors, ThrowOnError, "fields">;
114
135
  /**
115
136
  * Gets a collection of ancestor data type folders.
137
+ *
116
138
  * Gets a collection of data type folders that are ancestors to the provided Id.
117
139
  */
118
140
  static getTreeDataTypeAncestors<ThrowOnError extends boolean = true>(options?: Options<GetTreeDataTypeAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDataTypeAncestorsResponses, GetTreeDataTypeAncestorsErrors, ThrowOnError, "fields">;
119
141
  /**
120
142
  * Gets a collection of data type tree child items.
143
+ *
121
144
  * Gets a paginated collection of data type tree items that are children of the provided parent Id.
122
145
  */
123
146
  static getTreeDataTypeChildren<ThrowOnError extends boolean = true>(options?: Options<GetTreeDataTypeChildrenData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDataTypeChildrenResponses, GetTreeDataTypeChildrenErrors, ThrowOnError, "fields">;
124
147
  /**
125
148
  * Gets a collection of data type items from the root of the tree.
149
+ *
126
150
  * Gets a paginated collection of data type items from the root of the tree with optional filtering.
127
151
  */
128
152
  static getTreeDataTypeRoot<ThrowOnError extends boolean = true>(options?: Options<GetTreeDataTypeRootData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDataTypeRootResponses, GetTreeDataTypeRootErrors, ThrowOnError, "fields">;
129
153
  static getTreeDataTypeSearch<ThrowOnError extends boolean = true>(options?: Options<GetTreeDataTypeSearchData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDataTypeSearchResponses, GetTreeDataTypeSearchErrors, ThrowOnError, "fields">;
130
154
  /**
131
155
  * Gets a collection of data type tree sibling items.
156
+ *
132
157
  * Gets a paged collection of data type tree items that are siblings of the provided Id. The collection can be optionally filtered to return only folder, or folders and data types.
133
158
  */
134
159
  static getTreeDataTypeSiblings<ThrowOnError extends boolean = true>(options?: Options<GetTreeDataTypeSiblingsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDataTypeSiblingsResponses, GetTreeDataTypeSiblingsErrors, ThrowOnError, "fields">;
@@ -136,61 +161,73 @@ export declare class DataTypeService {
136
161
  export declare class DictionaryService {
137
162
  /**
138
163
  * Gets a paginated collection of dictionary items.
164
+ *
139
165
  * Gets a paginated collection of dictionary items with optional filtering by name.
140
166
  */
141
167
  static getDictionary<ThrowOnError extends boolean = true>(options?: Options<GetDictionaryData, ThrowOnError>): import("./client/index.js").RequestResult<GetDictionaryResponses, GetDictionaryErrors, ThrowOnError, "fields">;
142
168
  /**
143
169
  * Creates a new dictionary.
170
+ *
144
171
  * Creates a new dictionary with the configuration specified in the request model.
145
172
  */
146
173
  static postDictionary<ThrowOnError extends boolean = true>(options?: Options<PostDictionaryData, ThrowOnError>): import("./client/index.js").RequestResult<PostDictionaryResponses, PostDictionaryErrors, ThrowOnError, "fields">;
147
174
  /**
148
175
  * Deletes a dictionary.
176
+ *
149
177
  * Deletes a dictionary identified by the provided Id.
150
178
  */
151
179
  static deleteDictionaryById<ThrowOnError extends boolean = true>(options: Options<DeleteDictionaryByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteDictionaryByIdResponses, DeleteDictionaryByIdErrors, ThrowOnError, "fields">;
152
180
  /**
153
181
  * Gets a dictionary.
182
+ *
154
183
  * Gets a dictionary identified by the provided Id.
155
184
  */
156
185
  static getDictionaryById<ThrowOnError extends boolean = true>(options: Options<GetDictionaryByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetDictionaryByIdResponses, GetDictionaryByIdErrors, ThrowOnError, "fields">;
157
186
  /**
158
187
  * Updates a dictionary.
188
+ *
159
189
  * Updates a dictionary identified by the provided Id with the details from the request model.
160
190
  */
161
191
  static putDictionaryById<ThrowOnError extends boolean = true>(options: Options<PutDictionaryByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PutDictionaryByIdResponses, PutDictionaryByIdErrors, ThrowOnError, "fields">;
162
192
  /**
163
193
  * Exports a dictionary.
194
+ *
164
195
  * Exports the dictionary identified by the provided Id to a downloadable format.
165
196
  */
166
197
  static getDictionaryByIdExport<ThrowOnError extends boolean = true>(options: Options<GetDictionaryByIdExportData, ThrowOnError>): import("./client/index.js").RequestResult<GetDictionaryByIdExportResponses, GetDictionaryByIdExportErrors, ThrowOnError, "fields">;
167
198
  /**
168
199
  * Moves a dictionary.
200
+ *
169
201
  * Moves a dictionary identified by the provided Id to a different location.
170
202
  */
171
203
  static putDictionaryByIdMove<ThrowOnError extends boolean = true>(options: Options<PutDictionaryByIdMoveData, ThrowOnError>): import("./client/index.js").RequestResult<PutDictionaryByIdMoveResponses, PutDictionaryByIdMoveErrors, ThrowOnError, "fields">;
172
204
  /**
173
205
  * Imports a dictionary.
206
+ *
174
207
  * Imports a dictionary from the provided file upload.
175
208
  */
176
209
  static postDictionaryImport<ThrowOnError extends boolean = true>(options?: Options<PostDictionaryImportData, ThrowOnError>): import("./client/index.js").RequestResult<PostDictionaryImportResponses, PostDictionaryImportErrors, ThrowOnError, "fields">;
177
210
  /**
178
211
  * Gets a collection of dictionary items.
212
+ *
179
213
  * Gets a collection of dictionary items identified by the provided Ids.
180
214
  */
181
215
  static getItemDictionary<ThrowOnError extends boolean = true>(options?: Options<GetItemDictionaryData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemDictionaryResponses, GetItemDictionaryErrors, ThrowOnError, "fields">;
182
216
  /**
183
217
  * Gets a collection of ancestor dictionary items.
218
+ *
184
219
  * Gets a collection of dictionary items that are ancestors to the provided Id.
185
220
  */
186
221
  static getTreeDictionaryAncestors<ThrowOnError extends boolean = true>(options?: Options<GetTreeDictionaryAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDictionaryAncestorsResponses, GetTreeDictionaryAncestorsErrors, ThrowOnError, "fields">;
187
222
  /**
188
223
  * Gets a collection of dictionary tree child items.
224
+ *
189
225
  * Gets a paginated collection of dictionary tree items that are children of the provided parent Id.
190
226
  */
191
227
  static getTreeDictionaryChildren<ThrowOnError extends boolean = true>(options?: Options<GetTreeDictionaryChildrenData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDictionaryChildrenResponses, GetTreeDictionaryChildrenErrors, ThrowOnError, "fields">;
192
228
  /**
193
229
  * Gets a collection of dictionary items from the root of the tree.
230
+ *
194
231
  * Gets a paginated collection of dictionary items from the root of the tree with optional filtering.
195
232
  */
196
233
  static getTreeDictionaryRoot<ThrowOnError extends boolean = true>(options?: Options<GetTreeDictionaryRootData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDictionaryRootResponses, GetTreeDictionaryRootErrors, ThrowOnError, "fields">;
@@ -198,81 +235,103 @@ export declare class DictionaryService {
198
235
  export declare class DocumentBlueprintService {
199
236
  /**
200
237
  * Creates a new document blueprint.
238
+ *
201
239
  * Creates a new document blueprint with the configuration specified in the request model.
202
240
  */
203
241
  static postDocumentBlueprint<ThrowOnError extends boolean = true>(options?: Options<PostDocumentBlueprintData, ThrowOnError>): import("./client/index.js").RequestResult<PostDocumentBlueprintResponses, PostDocumentBlueprintErrors, ThrowOnError, "fields">;
204
242
  /**
205
243
  * Deletes a document blueprint.
244
+ *
206
245
  * Deletes a document blueprint identified by the provided Id.
207
246
  */
208
247
  static deleteDocumentBlueprintById<ThrowOnError extends boolean = true>(options: Options<DeleteDocumentBlueprintByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteDocumentBlueprintByIdResponses, DeleteDocumentBlueprintByIdErrors, ThrowOnError, "fields">;
209
248
  /**
210
249
  * Gets a document blueprint.
250
+ *
211
251
  * Gets a document blueprint identified by the provided Id.
212
252
  */
213
253
  static getDocumentBlueprintById<ThrowOnError extends boolean = true>(options: Options<GetDocumentBlueprintByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentBlueprintByIdResponses, GetDocumentBlueprintByIdErrors, ThrowOnError, "fields">;
214
254
  /**
215
255
  * Updates a document blueprint.
256
+ *
216
257
  * Updates a document blueprint identified by the provided Id with the details from the request model.
217
258
  */
218
259
  static putDocumentBlueprintById<ThrowOnError extends boolean = true>(options: Options<PutDocumentBlueprintByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PutDocumentBlueprintByIdResponses, PutDocumentBlueprintByIdErrors, ThrowOnError, "fields">;
260
+ /**
261
+ * Gets the audit log for a document blueprint.
262
+ *
263
+ * Gets a paginated collection of audit log entries for the document blueprint identified by the provided Id.
264
+ */
265
+ static getDocumentBlueprintByIdAuditLog<ThrowOnError extends boolean = true>(options: Options<GetDocumentBlueprintByIdAuditLogData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentBlueprintByIdAuditLogResponses, GetDocumentBlueprintByIdAuditLogErrors, ThrowOnError, "fields">;
219
266
  /**
220
267
  * Moves a document blueprint.
268
+ *
221
269
  * Moves a document blueprint identified by the provided Id to a different location.
222
270
  */
223
271
  static putDocumentBlueprintByIdMove<ThrowOnError extends boolean = true>(options: Options<PutDocumentBlueprintByIdMoveData, ThrowOnError>): import("./client/index.js").RequestResult<PutDocumentBlueprintByIdMoveResponses, PutDocumentBlueprintByIdMoveErrors, ThrowOnError, "fields">;
224
272
  /**
225
273
  * Scaffolds a document blueprint.
274
+ *
226
275
  * Creates a scaffold for a new document blueprint with default values.
227
276
  */
228
277
  static getDocumentBlueprintByIdScaffold<ThrowOnError extends boolean = true>(options: Options<GetDocumentBlueprintByIdScaffoldData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentBlueprintByIdScaffoldResponses, GetDocumentBlueprintByIdScaffoldErrors, ThrowOnError, "fields">;
229
278
  /**
230
279
  * Creates a document blueprint folder.
280
+ *
231
281
  * Creates a new document blueprint folder with the provided name and parent location.
232
282
  */
233
283
  static postDocumentBlueprintFolder<ThrowOnError extends boolean = true>(options?: Options<PostDocumentBlueprintFolderData, ThrowOnError>): import("./client/index.js").RequestResult<PostDocumentBlueprintFolderResponses, PostDocumentBlueprintFolderErrors, ThrowOnError, "fields">;
234
284
  /**
235
285
  * Deletes a document blueprint folder.
286
+ *
236
287
  * Deletes a document blueprint folder identified by the provided Id.
237
288
  */
238
289
  static deleteDocumentBlueprintFolderById<ThrowOnError extends boolean = true>(options: Options<DeleteDocumentBlueprintFolderByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteDocumentBlueprintFolderByIdResponses, DeleteDocumentBlueprintFolderByIdErrors, ThrowOnError, "fields">;
239
290
  /**
240
291
  * Gets a document blueprint folder.
292
+ *
241
293
  * Gets a document blueprint folder identified by the provided Id.
242
294
  */
243
295
  static getDocumentBlueprintFolderById<ThrowOnError extends boolean = true>(options: Options<GetDocumentBlueprintFolderByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentBlueprintFolderByIdResponses, GetDocumentBlueprintFolderByIdErrors, ThrowOnError, "fields">;
244
296
  /**
245
297
  * Updates a document blueprint folder.
298
+ *
246
299
  * Updates a document blueprint folder identified by the provided Id with the details from the request model.
247
300
  */
248
301
  static putDocumentBlueprintFolderById<ThrowOnError extends boolean = true>(options: Options<PutDocumentBlueprintFolderByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PutDocumentBlueprintFolderByIdResponses, PutDocumentBlueprintFolderByIdErrors, ThrowOnError, "fields">;
249
302
  /**
250
303
  * Creates a document blueprint from an existing document.
304
+ *
251
305
  * Creates a new document blueprint based on an existing document identified by the provided Id.
252
306
  */
253
307
  static postDocumentBlueprintFromDocument<ThrowOnError extends boolean = true>(options?: Options<PostDocumentBlueprintFromDocumentData, ThrowOnError>): import("./client/index.js").RequestResult<PostDocumentBlueprintFromDocumentResponses, PostDocumentBlueprintFromDocumentErrors, ThrowOnError, "fields">;
254
308
  /**
255
309
  * Gets a collection of document blueprint items.
310
+ *
256
311
  * Gets a collection of document blueprint items identified by the provided Ids.
257
312
  */
258
313
  static getItemDocumentBlueprint<ThrowOnError extends boolean = true>(options?: Options<GetItemDocumentBlueprintData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemDocumentBlueprintResponses, GetItemDocumentBlueprintErrors, ThrowOnError, "fields">;
259
314
  /**
260
315
  * Gets a collection of ancestor document blueprint items.
316
+ *
261
317
  * Gets a collection of document blueprint items that are ancestors to the provided Id.
262
318
  */
263
319
  static getTreeDocumentBlueprintAncestors<ThrowOnError extends boolean = true>(options?: Options<GetTreeDocumentBlueprintAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDocumentBlueprintAncestorsResponses, GetTreeDocumentBlueprintAncestorsErrors, ThrowOnError, "fields">;
264
320
  /**
265
321
  * Gets a collection of document blueprint tree child items.
322
+ *
266
323
  * Gets a paginated collection of document blueprint tree items that are children of the provided parent Id.
267
324
  */
268
325
  static getTreeDocumentBlueprintChildren<ThrowOnError extends boolean = true>(options?: Options<GetTreeDocumentBlueprintChildrenData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDocumentBlueprintChildrenResponses, GetTreeDocumentBlueprintChildrenErrors, ThrowOnError, "fields">;
269
326
  /**
270
327
  * Gets a collection of document blueprint items from the root of the tree.
328
+ *
271
329
  * Gets a paginated collection of document blueprint items from the root of the tree with optional filtering.
272
330
  */
273
331
  static getTreeDocumentBlueprintRoot<ThrowOnError extends boolean = true>(options?: Options<GetTreeDocumentBlueprintRootData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDocumentBlueprintRootResponses, GetTreeDocumentBlueprintRootErrors, ThrowOnError, "fields">;
274
332
  /**
275
333
  * Gets a collection of document blueprint tree sibling items.
334
+ *
276
335
  * Gets a collection of document blueprint tree items that are siblings of the provided Id.
277
336
  */
278
337
  static getTreeDocumentBlueprintSiblings<ThrowOnError extends boolean = true>(options?: Options<GetTreeDocumentBlueprintSiblingsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDocumentBlueprintSiblingsResponses, GetTreeDocumentBlueprintSiblingsErrors, ThrowOnError, "fields">;
@@ -280,147 +339,177 @@ export declare class DocumentBlueprintService {
280
339
  export declare class DocumentTypeService {
281
340
  /**
282
341
  * Creates a new document type.
342
+ *
283
343
  * Creates a new document type with the configuration specified in the request model.
284
344
  */
285
345
  static postDocumentType<ThrowOnError extends boolean = true>(options?: Options<PostDocumentTypeData, ThrowOnError>): import("./client/index.js").RequestResult<PostDocumentTypeResponses, PostDocumentTypeErrors, ThrowOnError, "fields">;
286
346
  /**
287
347
  * Deletes a document type.
348
+ *
288
349
  * Deletes a document type identified by the provided Id.
289
350
  */
290
351
  static deleteDocumentTypeById<ThrowOnError extends boolean = true>(options: Options<DeleteDocumentTypeByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteDocumentTypeByIdResponses, DeleteDocumentTypeByIdErrors, ThrowOnError, "fields">;
291
352
  /**
292
353
  * Gets a document type.
354
+ *
293
355
  * Gets a document type identified by the provided Id.
294
356
  */
295
357
  static getDocumentTypeById<ThrowOnError extends boolean = true>(options: Options<GetDocumentTypeByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentTypeByIdResponses, GetDocumentTypeByIdErrors, ThrowOnError, "fields">;
296
358
  /**
297
359
  * Updates a document type.
360
+ *
298
361
  * Updates a document type identified by the provided Id with the details from the request model.
299
362
  */
300
363
  static putDocumentTypeById<ThrowOnError extends boolean = true>(options: Options<PutDocumentTypeByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PutDocumentTypeByIdResponses, PutDocumentTypeByIdErrors, ThrowOnError, "fields">;
301
364
  /**
302
365
  * Gets allowed child document types.
366
+ *
303
367
  * Gets a collection of document types that are allowed as children of the specified parent document type.
304
368
  */
305
369
  static getDocumentTypeByIdAllowedChildren<ThrowOnError extends boolean = true>(options: Options<GetDocumentTypeByIdAllowedChildrenData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentTypeByIdAllowedChildrenResponses, GetDocumentTypeByIdAllowedChildrenErrors, ThrowOnError, "fields">;
306
370
  /**
307
371
  * Gets allowed parent document types.
372
+ *
308
373
  * Gets a collection of document types that are allowed as parents of the specified document type.
309
374
  */
310
375
  static getDocumentTypeByIdAllowedParents<ThrowOnError extends boolean = true>(options: Options<GetDocumentTypeByIdAllowedParentsData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentTypeByIdAllowedParentsResponses, GetDocumentTypeByIdAllowedParentsErrors, ThrowOnError, "fields">;
311
376
  /**
312
377
  * Gets document blueprints for a document type.
378
+ *
313
379
  * Gets a collection of document blueprints available for the specified document type.
314
380
  */
315
381
  static getDocumentTypeByIdBlueprint<ThrowOnError extends boolean = true>(options: Options<GetDocumentTypeByIdBlueprintData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentTypeByIdBlueprintResponses, GetDocumentTypeByIdBlueprintErrors, ThrowOnError, "fields">;
316
382
  /**
317
383
  * Gets composition references.
384
+ *
318
385
  * Gets a collection of document types that reference the specified document type as a composition.
319
386
  */
320
387
  static getDocumentTypeByIdCompositionReferences<ThrowOnError extends boolean = true>(options: Options<GetDocumentTypeByIdCompositionReferencesData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentTypeByIdCompositionReferencesResponses, GetDocumentTypeByIdCompositionReferencesErrors, ThrowOnError, "fields">;
321
388
  /**
322
389
  * Copies a document type.
390
+ *
323
391
  * Creates a duplicate of an existing document type identified by the provided Id.
324
392
  */
325
393
  static postDocumentTypeByIdCopy<ThrowOnError extends boolean = true>(options: Options<PostDocumentTypeByIdCopyData, ThrowOnError>): import("./client/index.js").RequestResult<PostDocumentTypeByIdCopyResponses, PostDocumentTypeByIdCopyErrors, ThrowOnError, "fields">;
326
394
  /**
327
395
  * Exports a document type.
396
+ *
328
397
  * Exports the document type identified by the provided Id to a downloadable format.
329
398
  */
330
399
  static getDocumentTypeByIdExport<ThrowOnError extends boolean = true>(options: Options<GetDocumentTypeByIdExportData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentTypeByIdExportResponses, GetDocumentTypeByIdExportErrors, ThrowOnError, "fields">;
331
400
  /**
332
401
  * Imports a document type.
402
+ *
333
403
  * Imports a document type from the provided file upload.
334
404
  */
335
405
  static putDocumentTypeByIdImport<ThrowOnError extends boolean = true>(options: Options<PutDocumentTypeByIdImportData, ThrowOnError>): import("./client/index.js").RequestResult<PutDocumentTypeByIdImportResponses, PutDocumentTypeByIdImportErrors, ThrowOnError, "fields">;
336
406
  /**
337
407
  * Moves a document type.
408
+ *
338
409
  * Moves a document type identified by the provided Id to a different location.
339
410
  */
340
411
  static putDocumentTypeByIdMove<ThrowOnError extends boolean = true>(options: Options<PutDocumentTypeByIdMoveData, ThrowOnError>): import("./client/index.js").RequestResult<PutDocumentTypeByIdMoveResponses, PutDocumentTypeByIdMoveErrors, ThrowOnError, "fields">;
412
+ static getDocumentTypeByIdSchema<ThrowOnError extends boolean = true>(options: Options<GetDocumentTypeByIdSchemaData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentTypeByIdSchemaResponses, GetDocumentTypeByIdSchemaErrors, ThrowOnError, "fields">;
341
413
  /**
342
414
  * Creates a template for a document type.
415
+ *
343
416
  * Creates a new template associated with the document type identified by the provided Id.
344
417
  */
345
418
  static postDocumentTypeByIdTemplate<ThrowOnError extends boolean = true>(options: Options<PostDocumentTypeByIdTemplateData, ThrowOnError>): import("./client/index.js").RequestResult<PostDocumentTypeByIdTemplateResponses, PostDocumentTypeByIdTemplateErrors, ThrowOnError, "fields">;
346
419
  /**
347
420
  * Gets document types allowed at root.
421
+ *
348
422
  * Gets a collection of document types that are allowed to be created at the root level.
349
423
  */
350
424
  static getDocumentTypeAllowedAtRoot<ThrowOnError extends boolean = true>(options?: Options<GetDocumentTypeAllowedAtRootData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentTypeAllowedAtRootResponses, GetDocumentTypeAllowedAtRootErrors, ThrowOnError, "fields">;
351
425
  /**
352
426
  * Gets available compositions.
427
+ *
353
428
  * Gets a collection of document types that are available to use as compositions for the specified document type.
354
429
  */
355
430
  static postDocumentTypeAvailableCompositions<ThrowOnError extends boolean = true>(options?: Options<PostDocumentTypeAvailableCompositionsData, ThrowOnError>): import("./client/index.js").RequestResult<PostDocumentTypeAvailableCompositionsResponses, PostDocumentTypeAvailableCompositionsErrors, ThrowOnError, "fields">;
356
431
  /**
357
432
  * Gets multiple document types.
433
+ *
358
434
  * Gets multiple document types identified by the provided Ids.
359
435
  */
360
436
  static getDocumentTypeBatch<ThrowOnError extends boolean = true>(options?: Options<GetDocumentTypeBatchData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentTypeBatchResponses, GetDocumentTypeBatchErrors, ThrowOnError, "fields">;
361
437
  /**
362
438
  * Gets the document type configuration.
439
+ *
363
440
  * Gets the configuration settings for document types.
364
441
  */
365
442
  static getDocumentTypeConfiguration<ThrowOnError extends boolean = true>(options?: Options<GetDocumentTypeConfigurationData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentTypeConfigurationResponses, GetDocumentTypeConfigurationErrors, ThrowOnError, "fields">;
366
443
  /**
367
444
  * Creates a document type folder.
445
+ *
368
446
  * Creates a new document type folder with the provided name and parent location.
369
447
  */
370
448
  static postDocumentTypeFolder<ThrowOnError extends boolean = true>(options?: Options<PostDocumentTypeFolderData, ThrowOnError>): import("./client/index.js").RequestResult<PostDocumentTypeFolderResponses, PostDocumentTypeFolderErrors, ThrowOnError, "fields">;
371
449
  /**
372
450
  * Deletes a document type folder.
451
+ *
373
452
  * Deletes a document type folder identified by the provided Id.
374
453
  */
375
454
  static deleteDocumentTypeFolderById<ThrowOnError extends boolean = true>(options: Options<DeleteDocumentTypeFolderByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteDocumentTypeFolderByIdResponses, DeleteDocumentTypeFolderByIdErrors, ThrowOnError, "fields">;
376
455
  /**
377
456
  * Gets a document type folder.
457
+ *
378
458
  * Gets a document type folder identified by the provided Id.
379
459
  */
380
460
  static getDocumentTypeFolderById<ThrowOnError extends boolean = true>(options: Options<GetDocumentTypeFolderByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentTypeFolderByIdResponses, GetDocumentTypeFolderByIdErrors, ThrowOnError, "fields">;
381
461
  /**
382
462
  * Updates a document type folder.
463
+ *
383
464
  * Updates a document type folder identified by the provided Id with the details from the request model.
384
465
  */
385
466
  static putDocumentTypeFolderById<ThrowOnError extends boolean = true>(options: Options<PutDocumentTypeFolderByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PutDocumentTypeFolderByIdResponses, PutDocumentTypeFolderByIdErrors, ThrowOnError, "fields">;
386
467
  /**
387
468
  * Imports a document type.
469
+ *
388
470
  * Imports a document type from the provided file upload.
389
471
  */
390
472
  static postDocumentTypeImport<ThrowOnError extends boolean = true>(options?: Options<PostDocumentTypeImportData, ThrowOnError>): import("./client/index.js").RequestResult<PostDocumentTypeImportResponses, PostDocumentTypeImportErrors, ThrowOnError, "fields">;
391
473
  /**
392
474
  * Gets a collection of document type items.
475
+ *
393
476
  * Gets a collection of document type items identified by the provided Ids.
394
477
  */
395
478
  static getItemDocumentType<ThrowOnError extends boolean = true>(options?: Options<GetItemDocumentTypeData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemDocumentTypeResponses, GetItemDocumentTypeErrors, ThrowOnError, "fields">;
396
479
  /**
397
480
  * Gets ancestors for a collection of document type items.
481
+ *
398
482
  * Gets the ancestor chains for document type items identified by the provided Ids.
399
483
  */
400
484
  static getItemDocumentTypeAncestors<ThrowOnError extends boolean = true>(options?: Options<GetItemDocumentTypeAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemDocumentTypeAncestorsResponses, GetItemDocumentTypeAncestorsErrors, ThrowOnError, "fields">;
401
485
  /**
402
486
  * Searches document type items.
487
+ *
403
488
  * Searches document type items by the provided query with pagination support.
404
489
  */
405
490
  static getItemDocumentTypeSearch<ThrowOnError extends boolean = true>(options?: Options<GetItemDocumentTypeSearchData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemDocumentTypeSearchResponses, GetItemDocumentTypeSearchErrors, ThrowOnError, "fields">;
406
491
  /**
407
492
  * Gets a collection of ancestor document type items.
493
+ *
408
494
  * Gets a collection of document type items that are ancestors to the provided Id.
409
495
  */
410
496
  static getTreeDocumentTypeAncestors<ThrowOnError extends boolean = true>(options?: Options<GetTreeDocumentTypeAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDocumentTypeAncestorsResponses, GetTreeDocumentTypeAncestorsErrors, ThrowOnError, "fields">;
411
497
  /**
412
498
  * Gets a collection of document type tree child items.
499
+ *
413
500
  * Gets a paginated collection of document type tree items that are children of the provided parent Id.
414
501
  */
415
502
  static getTreeDocumentTypeChildren<ThrowOnError extends boolean = true>(options?: Options<GetTreeDocumentTypeChildrenData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDocumentTypeChildrenResponses, GetTreeDocumentTypeChildrenErrors, ThrowOnError, "fields">;
416
503
  /**
417
504
  * Gets a collection of document type items from the root of the tree.
505
+ *
418
506
  * Gets a paginated collection of document type items from the root of the tree with optional filtering.
419
507
  */
420
508
  static getTreeDocumentTypeRoot<ThrowOnError extends boolean = true>(options?: Options<GetTreeDocumentTypeRootData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDocumentTypeRootResponses, GetTreeDocumentTypeRootErrors, ThrowOnError, "fields">;
421
509
  static getTreeDocumentTypeSearch<ThrowOnError extends boolean = true>(options?: Options<GetTreeDocumentTypeSearchData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDocumentTypeSearchResponses, GetTreeDocumentTypeSearchErrors, ThrowOnError, "fields">;
422
510
  /**
423
511
  * Gets a collection of document type tree sibling items.
512
+ *
424
513
  * Gets a collection of document type tree items that are siblings of the provided Id.
425
514
  */
426
515
  static getTreeDocumentTypeSiblings<ThrowOnError extends boolean = true>(options?: Options<GetTreeDocumentTypeSiblingsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDocumentTypeSiblingsResponses, GetTreeDocumentTypeSiblingsErrors, ThrowOnError, "fields">;
@@ -428,21 +517,25 @@ export declare class DocumentTypeService {
428
517
  export declare class DocumentVersionService {
429
518
  /**
430
519
  * Gets a paginated collection of versions for a specific document.
520
+ *
431
521
  * Gets a paginated collection of versions for a specific document and optional culture. Each result describes the version and includes details of the document type, editor, version date, and published status.
432
522
  */
433
523
  static getDocumentVersion<ThrowOnError extends boolean = true>(options: Options<GetDocumentVersionData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentVersionResponses, GetDocumentVersionErrors, ThrowOnError, "fields">;
434
524
  /**
435
525
  * Gets a specific document version.
526
+ *
436
527
  * Gets a specific document version by its Id. If found, the result describes the version and includes details of the document type, editor, version date, and published status.
437
528
  */
438
529
  static getDocumentVersionById<ThrowOnError extends boolean = true>(options: Options<GetDocumentVersionByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentVersionByIdResponses, GetDocumentVersionByIdErrors, ThrowOnError, "fields">;
439
530
  /**
440
531
  * Sets the prevent clean up status for a document version.
532
+ *
441
533
  * Sets the prevent clean up boolean status for a document version to the provided value. This controls whether the version will be a candidate for removal in content history clean up.
442
534
  */
443
535
  static putDocumentVersionByIdPreventCleanup<ThrowOnError extends boolean = true>(options: Options<PutDocumentVersionByIdPreventCleanupData, ThrowOnError>): import("./client/index.js").RequestResult<PutDocumentVersionByIdPreventCleanupResponses, PutDocumentVersionByIdPreventCleanupErrors, ThrowOnError, "fields">;
444
536
  /**
445
537
  * Rolls back a document to a specific version.
538
+ *
446
539
  * Rolls back a document to the version indicated by the provided Id. This will archive the current version of the document and publish the provided one.
447
540
  */
448
541
  static postDocumentVersionByIdRollback<ThrowOnError extends boolean = true>(options: Options<PostDocumentVersionByIdRollbackData, ThrowOnError>): import("./client/index.js").RequestResult<PostDocumentVersionByIdRollbackResponses, PostDocumentVersionByIdRollbackErrors, ThrowOnError, "fields">;
@@ -450,6 +543,7 @@ export declare class DocumentVersionService {
450
543
  export declare class DocumentByIdValidate1Service {
451
544
  /**
452
545
  * Validates updating a document.
546
+ *
453
547
  * Validates the request model for updating a document without actually updating it.
454
548
  */
455
549
  static putUmbracoManagementApiV11DocumentByIdValidate11<ThrowOnError extends boolean = true>(options: Options<PutUmbracoManagementApiV11DocumentByIdValidate11Data, ThrowOnError>): import("./client/index.js").RequestResult<PutUmbracoManagementApiV11DocumentByIdValidate11Responses, PutUmbracoManagementApiV11DocumentByIdValidate11Errors, ThrowOnError, "fields">;
@@ -460,232 +554,283 @@ export declare class PutUmbracoManagementApiV1Service {
460
554
  export declare class DocumentService {
461
555
  /**
462
556
  * Gets a document collection.
557
+ *
463
558
  * Gets a document collection identified by the provided Id.
464
559
  */
465
560
  static getCollectionDocumentById<ThrowOnError extends boolean = true>(options: Options<GetCollectionDocumentByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetCollectionDocumentByIdResponses, GetCollectionDocumentByIdErrors, ThrowOnError, "fields">;
466
561
  /**
467
562
  * Creates a new document.
563
+ *
468
564
  * Creates a new document with the configuration specified in the request model.
469
565
  */
470
566
  static postDocument<ThrowOnError extends boolean = true>(options?: Options<PostDocumentData, ThrowOnError>): import("./client/index.js").RequestResult<PostDocumentResponses, PostDocumentErrors, ThrowOnError, "fields">;
471
567
  /**
472
568
  * Deletes a document.
569
+ *
473
570
  * Deletes a document identified by the provided Id.
474
571
  */
475
572
  static deleteDocumentById<ThrowOnError extends boolean = true>(options: Options<DeleteDocumentByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteDocumentByIdResponses, DeleteDocumentByIdErrors, ThrowOnError, "fields">;
476
573
  /**
477
574
  * Gets a document.
575
+ *
478
576
  * Gets a document identified by the provided Id.
479
577
  */
480
578
  static getDocumentById<ThrowOnError extends boolean = true>(options: Options<GetDocumentByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentByIdResponses, GetDocumentByIdErrors, ThrowOnError, "fields">;
481
579
  /**
482
580
  * Updates a document.
581
+ *
483
582
  * Updates a document identified by the provided Id with the details from the request model.
484
583
  */
485
584
  static putDocumentById<ThrowOnError extends boolean = true>(options: Options<PutDocumentByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PutDocumentByIdResponses, PutDocumentByIdErrors, ThrowOnError, "fields">;
486
585
  /**
487
586
  * Gets the audit log for a document.
587
+ *
488
588
  * Gets a paginated collection of audit log entries for the document identified by the provided Id.
489
589
  */
490
590
  static getDocumentByIdAuditLog<ThrowOnError extends boolean = true>(options: Options<GetDocumentByIdAuditLogData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentByIdAuditLogResponses, GetDocumentByIdAuditLogErrors, ThrowOnError, "fields">;
491
591
  /**
492
592
  * Gets available segments.
593
+ *
493
594
  * Gets a collection of available content segments for the system.
595
+ *
494
596
  * @deprecated
495
597
  */
496
598
  static getDocumentByIdAvailableSegmentOptions<ThrowOnError extends boolean = true>(options: Options<GetDocumentByIdAvailableSegmentOptionsData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentByIdAvailableSegmentOptionsResponses, GetDocumentByIdAvailableSegmentOptionsErrors, ThrowOnError, "fields">;
497
599
  /**
498
600
  * Copies a document.
601
+ *
499
602
  * Creates a duplicate of an existing document identified by the provided Id.
500
603
  */
501
604
  static postDocumentByIdCopy<ThrowOnError extends boolean = true>(options: Options<PostDocumentByIdCopyData, ThrowOnError>): import("./client/index.js").RequestResult<PostDocumentByIdCopyResponses, PostDocumentByIdCopyErrors, ThrowOnError, "fields">;
502
605
  /**
503
606
  * Gets domains for a document.
607
+ *
504
608
  * Gets the domains and culture settings assigned to the document identified by the provided Id.
505
609
  */
506
610
  static getDocumentByIdDomains<ThrowOnError extends boolean = true>(options: Options<GetDocumentByIdDomainsData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentByIdDomainsResponses, GetDocumentByIdDomainsErrors, ThrowOnError, "fields">;
507
611
  /**
508
612
  * Updates the domains for a document.
613
+ *
509
614
  * Updates the domains for the document identified by the provided Id with the details from the request model.
510
615
  */
511
616
  static putDocumentByIdDomains<ThrowOnError extends boolean = true>(options: Options<PutDocumentByIdDomainsData, ThrowOnError>): import("./client/index.js").RequestResult<PutDocumentByIdDomainsResponses, PutDocumentByIdDomainsErrors, ThrowOnError, "fields">;
512
617
  /**
513
618
  * Moves a document.
619
+ *
514
620
  * Moves a document identified by the provided Id to a different location.
515
621
  */
516
622
  static putDocumentByIdMove<ThrowOnError extends boolean = true>(options: Options<PutDocumentByIdMoveData, ThrowOnError>): import("./client/index.js").RequestResult<PutDocumentByIdMoveResponses, PutDocumentByIdMoveErrors, ThrowOnError, "fields">;
517
623
  /**
518
624
  * Moves a document to the recycle bin.
625
+ *
519
626
  * Moves a document identified by the provided Id to the recycle bin.
520
627
  */
521
628
  static putDocumentByIdMoveToRecycleBin<ThrowOnError extends boolean = true>(options: Options<PutDocumentByIdMoveToRecycleBinData, ThrowOnError>): import("./client/index.js").RequestResult<PutDocumentByIdMoveToRecycleBinResponses, PutDocumentByIdMoveToRecycleBinErrors, ThrowOnError, "fields">;
522
629
  /**
523
630
  * Gets notifications for a document.
631
+ *
524
632
  * Gets the notifications for the document identified by the provided Id.
525
633
  */
526
634
  static getDocumentByIdNotifications<ThrowOnError extends boolean = true>(options: Options<GetDocumentByIdNotificationsData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentByIdNotificationsResponses, GetDocumentByIdNotificationsErrors, ThrowOnError, "fields">;
527
635
  /**
528
636
  * Updates notification subscriptions for a document.
637
+ *
529
638
  * Updates which actions the current user is subscribed to receive notifications for on the specified document.
530
639
  */
531
640
  static putDocumentByIdNotifications<ThrowOnError extends boolean = true>(options: Options<PutDocumentByIdNotificationsData, ThrowOnError>): import("./client/index.js").RequestResult<PutDocumentByIdNotificationsResponses, PutDocumentByIdNotificationsErrors, ThrowOnError, "fields">;
641
+ /**
642
+ * Make partial updates to a document. For more information, see the documentation at https://docs.umbraco.com/umbraco-cms/reference/management-api/patching/document-endpoint-guide or https://docs.umbraco.com/umbraco-cms/reference/management-api/patching/document-endpoint-spec
643
+ */
644
+ static patchDocumentByIdPatch<ThrowOnError extends boolean = true>(options: Options<PatchDocumentByIdPatchData, ThrowOnError>): import("./client/index.js").RequestResult<PatchDocumentByIdPatchResponses, PatchDocumentByIdPatchErrors, ThrowOnError, "fields">;
532
645
  /**
533
646
  * Gets the preview URL for a document.
647
+ *
534
648
  * Gets the preview URL for the document identified by the provided Id.
535
649
  */
536
650
  static getDocumentByIdPreviewUrl<ThrowOnError extends boolean = true>(options: Options<GetDocumentByIdPreviewUrlData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentByIdPreviewUrlResponses, GetDocumentByIdPreviewUrlErrors, ThrowOnError, "fields">;
537
651
  /**
538
652
  * Removes public access settings for a document.
653
+ *
539
654
  * Removes public access protection/rules for the document identified by the provided Id.
540
655
  */
541
656
  static deleteDocumentByIdPublicAccess<ThrowOnError extends boolean = true>(options: Options<DeleteDocumentByIdPublicAccessData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteDocumentByIdPublicAccessResponses, DeleteDocumentByIdPublicAccessErrors, ThrowOnError, "fields">;
542
657
  /**
543
658
  * Gets public access rules for a document.
659
+ *
544
660
  * Gets the public access protection settings for the document identified by the provided Id.
545
661
  */
546
662
  static getDocumentByIdPublicAccess<ThrowOnError extends boolean = true>(options: Options<GetDocumentByIdPublicAccessData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentByIdPublicAccessResponses, GetDocumentByIdPublicAccessErrors, ThrowOnError, "fields">;
547
663
  /**
548
664
  * Creates public access rules for a document.
665
+ *
549
666
  * Creates public access protection for the document identified by the provided Id.
550
667
  */
551
668
  static postDocumentByIdPublicAccess<ThrowOnError extends boolean = true>(options: Options<PostDocumentByIdPublicAccessData, ThrowOnError>): import("./client/index.js").RequestResult<PostDocumentByIdPublicAccessResponses, PostDocumentByIdPublicAccessErrors, ThrowOnError, "fields">;
552
669
  /**
553
670
  * Updates public access protection for a document.
671
+ *
554
672
  * Updates the member protection settings for a document, controlling which members or member groups can access it.
555
673
  */
556
674
  static putDocumentByIdPublicAccess<ThrowOnError extends boolean = true>(options: Options<PutDocumentByIdPublicAccessData, ThrowOnError>): import("./client/index.js").RequestResult<PutDocumentByIdPublicAccessResponses, PutDocumentByIdPublicAccessErrors, ThrowOnError, "fields">;
557
675
  /**
558
676
  * Publishes a document.
677
+ *
559
678
  * Publishes a document identified by the provided Id.
560
679
  */
561
680
  static putDocumentByIdPublish<ThrowOnError extends boolean = true>(options: Options<PutDocumentByIdPublishData, ThrowOnError>): import("./client/index.js").RequestResult<PutDocumentByIdPublishResponses, PutDocumentByIdPublishErrors, ThrowOnError, "fields">;
562
681
  /**
563
682
  * Publishes a document with its descendants.
683
+ *
564
684
  * Publishes a document and its descendants identified by the provided Id.
565
685
  */
566
686
  static putDocumentByIdPublishWithDescendants<ThrowOnError extends boolean = true>(options: Options<PutDocumentByIdPublishWithDescendantsData, ThrowOnError>): import("./client/index.js").RequestResult<PutDocumentByIdPublishWithDescendantsResponses, PutDocumentByIdPublishWithDescendantsErrors, ThrowOnError, "fields">;
567
687
  /**
568
688
  * Gets the result of publishing a document with descendants.
689
+ *
569
690
  * Gets the status and result of a publish with descendants operation.
570
691
  */
571
692
  static getDocumentByIdPublishWithDescendantsResultByTaskId<ThrowOnError extends boolean = true>(options: Options<GetDocumentByIdPublishWithDescendantsResultByTaskIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentByIdPublishWithDescendantsResultByTaskIdResponses, GetDocumentByIdPublishWithDescendantsResultByTaskIdErrors, ThrowOnError, "fields">;
572
693
  /**
573
694
  * Gets a document.
695
+ *
574
696
  * Gets a document identified by the provided Id.
575
697
  */
576
698
  static getDocumentByIdPublished<ThrowOnError extends boolean = true>(options: Options<GetDocumentByIdPublishedData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentByIdPublishedResponses, GetDocumentByIdPublishedErrors, ThrowOnError, "fields">;
577
699
  /**
578
700
  * Gets a collection of items that reference documents.
701
+ *
579
702
  * Gets a paginated collection of items that reference the documents identified by the provided Ids.
580
703
  */
581
704
  static getDocumentByIdReferencedBy<ThrowOnError extends boolean = true>(options: Options<GetDocumentByIdReferencedByData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentByIdReferencedByResponses, GetDocumentByIdReferencedByErrors, ThrowOnError, "fields">;
582
705
  /**
583
706
  * Gets document descendants that are referenced.
707
+ *
584
708
  * Gets a paginated collection of descendant documents that are referenced by other content.
585
709
  */
586
710
  static getDocumentByIdReferencedDescendants<ThrowOnError extends boolean = true>(options: Options<GetDocumentByIdReferencedDescendantsData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentByIdReferencedDescendantsResponses, GetDocumentByIdReferencedDescendantsErrors, ThrowOnError, "fields">;
587
711
  /**
588
712
  * Unpublishes a document.
713
+ *
589
714
  * Unpublishes a document identified by the provided Id.
590
715
  */
591
716
  static putDocumentByIdUnpublish<ThrowOnError extends boolean = true>(options: Options<PutDocumentByIdUnpublishData, ThrowOnError>): import("./client/index.js").RequestResult<PutDocumentByIdUnpublishResponses, PutDocumentByIdUnpublishErrors, ThrowOnError, "fields">;
592
717
  /**
593
718
  * Gets a collection of items that reference documents.
719
+ *
594
720
  * Gets a paginated collection of items that reference the documents identified by the provided Ids.
595
721
  */
596
722
  static getDocumentAreReferenced<ThrowOnError extends boolean = true>(options?: Options<GetDocumentAreReferencedData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentAreReferencedResponses, GetDocumentAreReferencedErrors, ThrowOnError, "fields">;
597
723
  /**
598
724
  * Gets the document configuration.
725
+ *
599
726
  * Gets the configuration settings for documents.
600
727
  */
601
728
  static getDocumentConfiguration<ThrowOnError extends boolean = true>(options?: Options<GetDocumentConfigurationData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentConfigurationResponses, GetDocumentConfigurationErrors, ThrowOnError, "fields">;
602
729
  /**
603
730
  * Sorts documents.
731
+ *
604
732
  * Sorts documents in the specified parent container according to the provided sort order.
605
733
  */
606
734
  static putDocumentSort<ThrowOnError extends boolean = true>(options?: Options<PutDocumentSortData, ThrowOnError>): import("./client/index.js").RequestResult<PutDocumentSortResponses, PutDocumentSortErrors, ThrowOnError, "fields">;
607
735
  /**
608
736
  * Gets URLs for a document.
737
+ *
609
738
  * Gets the URLs for the document identified by the provided Id.
610
739
  */
611
740
  static getDocumentUrls<ThrowOnError extends boolean = true>(options?: Options<GetDocumentUrlsData, ThrowOnError>): import("./client/index.js").RequestResult<GetDocumentUrlsResponses, GetDocumentUrlsErrors, ThrowOnError, "fields">;
612
741
  /**
613
742
  * Validates creating a document.
743
+ *
614
744
  * Validates the request model for creating a new document without actually creating it.
615
745
  */
616
746
  static postDocumentValidate<ThrowOnError extends boolean = true>(options?: Options<PostDocumentValidateData, ThrowOnError>): import("./client/index.js").RequestResult<PostDocumentValidateResponses, PostDocumentValidateErrors, ThrowOnError, "fields">;
617
747
  /**
618
748
  * Gets a collection of document items.
749
+ *
619
750
  * Gets a collection of document items identified by the provided Ids.
620
751
  */
621
752
  static getItemDocument<ThrowOnError extends boolean = true>(options?: Options<GetItemDocumentData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemDocumentResponses, GetItemDocumentErrors, ThrowOnError, "fields">;
622
753
  /**
623
754
  * Gets ancestors for a collection of document items.
755
+ *
624
756
  * Gets the ancestor chains for document items identified by the provided Ids.
625
757
  */
626
758
  static getItemDocumentAncestors<ThrowOnError extends boolean = true>(options?: Options<GetItemDocumentAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemDocumentAncestorsResponses, GetItemDocumentAncestorsErrors, ThrowOnError, "fields">;
627
759
  /**
628
760
  * Searches document items.
761
+ *
629
762
  * Searches document items by the provided query with pagination support.
630
763
  */
631
764
  static getItemDocumentSearch<ThrowOnError extends boolean = true>(options?: Options<GetItemDocumentSearchData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemDocumentSearchResponses, GetItemDocumentSearchErrors, ThrowOnError, "fields">;
632
765
  /**
633
766
  * Empties the document recycle bin.
767
+ *
634
768
  * Permanently deletes all documents in the recycle bin. This operation cannot be undone.
635
769
  */
636
770
  static deleteRecycleBinDocument<ThrowOnError extends boolean = true>(options?: Options<DeleteRecycleBinDocumentData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteRecycleBinDocumentResponses, DeleteRecycleBinDocumentErrors, ThrowOnError, "fields">;
637
771
  /**
638
772
  * Deletes a document.
773
+ *
639
774
  * Deletes a document identified by the provided Id.
640
775
  */
641
776
  static deleteRecycleBinDocumentById<ThrowOnError extends boolean = true>(options: Options<DeleteRecycleBinDocumentByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteRecycleBinDocumentByIdResponses, DeleteRecycleBinDocumentByIdErrors, ThrowOnError, "fields">;
642
777
  /**
643
778
  * Gets the original parent of a document in the recycle bin.
779
+ *
644
780
  * Gets the original parent location of a document before it was moved to the recycle bin.
645
781
  */
646
782
  static getRecycleBinDocumentByIdOriginalParent<ThrowOnError extends boolean = true>(options: Options<GetRecycleBinDocumentByIdOriginalParentData, ThrowOnError>): import("./client/index.js").RequestResult<GetRecycleBinDocumentByIdOriginalParentResponses, GetRecycleBinDocumentByIdOriginalParentErrors, ThrowOnError, "fields">;
647
783
  /**
648
784
  * Restores a document from the recycle bin.
785
+ *
649
786
  * Restores a document from the recycle bin to its original location or a specified parent.
650
787
  */
651
788
  static putRecycleBinDocumentByIdRestore<ThrowOnError extends boolean = true>(options: Options<PutRecycleBinDocumentByIdRestoreData, ThrowOnError>): import("./client/index.js").RequestResult<PutRecycleBinDocumentByIdRestoreResponses, PutRecycleBinDocumentByIdRestoreErrors, ThrowOnError, "fields">;
652
789
  /**
653
790
  * Gets a collection of documents in the recycle bin.
791
+ *
654
792
  * Gets a paginated collection of documents that are children of the provided parent in the recycle bin.
655
793
  */
656
794
  static getRecycleBinDocumentChildren<ThrowOnError extends boolean = true>(options?: Options<GetRecycleBinDocumentChildrenData, ThrowOnError>): import("./client/index.js").RequestResult<GetRecycleBinDocumentChildrenResponses, GetRecycleBinDocumentChildrenErrors, ThrowOnError, "fields">;
657
795
  /**
658
796
  * Gets items referencing a document in the recycle bin.
797
+ *
659
798
  * Gets a paginated collection of items that reference the document in the recycle bin.
660
799
  */
661
800
  static getRecycleBinDocumentReferencedBy<ThrowOnError extends boolean = true>(options?: Options<GetRecycleBinDocumentReferencedByData, ThrowOnError>): import("./client/index.js").RequestResult<GetRecycleBinDocumentReferencedByResponses, GetRecycleBinDocumentReferencedByErrors, ThrowOnError, "fields">;
662
801
  /**
663
802
  * Gets documents at the root of the recycle bin.
803
+ *
664
804
  * Gets a paginated collection of documents at the root level of the recycle bin.
665
805
  */
666
806
  static getRecycleBinDocumentRoot<ThrowOnError extends boolean = true>(options?: Options<GetRecycleBinDocumentRootData, ThrowOnError>): import("./client/index.js").RequestResult<GetRecycleBinDocumentRootResponses, GetRecycleBinDocumentRootErrors, ThrowOnError, "fields">;
667
807
  /**
668
808
  * Gets sibling documents in the recycle bin.
809
+ *
669
810
  * Gets a collection of sibling documents in the recycle bin at the same level as the provided Id.
670
811
  */
671
812
  static getRecycleBinDocumentSiblings<ThrowOnError extends boolean = true>(options?: Options<GetRecycleBinDocumentSiblingsData, ThrowOnError>): import("./client/index.js").RequestResult<GetRecycleBinDocumentSiblingsResponses, GetRecycleBinDocumentSiblingsErrors, ThrowOnError, "fields">;
672
813
  /**
673
814
  * Gets a collection of ancestor document items.
815
+ *
674
816
  * Gets a collection of document items that are ancestors to the provided Id.
675
817
  */
676
818
  static getTreeDocumentAncestors<ThrowOnError extends boolean = true>(options?: Options<GetTreeDocumentAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDocumentAncestorsResponses, GetTreeDocumentAncestorsErrors, ThrowOnError, "fields">;
677
819
  /**
678
820
  * Gets a collection of document tree child items.
821
+ *
679
822
  * Gets a paginated collection of document tree items that are children of the provided parent Id.
680
823
  */
681
824
  static getTreeDocumentChildren<ThrowOnError extends boolean = true>(options?: Options<GetTreeDocumentChildrenData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDocumentChildrenResponses, GetTreeDocumentChildrenErrors, ThrowOnError, "fields">;
682
825
  /**
683
826
  * Gets a collection of document items from the root of the tree.
827
+ *
684
828
  * Gets a paginated collection of document items from the root of the tree with optional filtering.
685
829
  */
686
830
  static getTreeDocumentRoot<ThrowOnError extends boolean = true>(options?: Options<GetTreeDocumentRootData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDocumentRootResponses, GetTreeDocumentRootErrors, ThrowOnError, "fields">;
687
831
  /**
688
832
  * Gets a collection of document tree sibling items.
833
+ *
689
834
  * Gets a collection of document tree items that are siblings of the provided Id.
690
835
  */
691
836
  static getTreeDocumentSiblings<ThrowOnError extends boolean = true>(options?: Options<GetTreeDocumentSiblingsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeDocumentSiblingsResponses, GetTreeDocumentSiblingsErrors, ThrowOnError, "fields">;
@@ -694,11 +839,13 @@ export declare class DocumentService {
694
839
  export declare class DynamicRootService {
695
840
  /**
696
841
  * Gets dynamic roots.
842
+ *
697
843
  * Gets a collection of dynamic root items based on the provided query configuration.
698
844
  */
699
845
  static postDynamicRootQuery<ThrowOnError extends boolean = true>(options?: Options<PostDynamicRootQueryData, ThrowOnError>): import("./client/index.js").RequestResult<PostDynamicRootQueryResponses, PostDynamicRootQueryErrors, ThrowOnError, "fields">;
700
846
  /**
701
847
  * Gets dynamic root query steps.
848
+ *
702
849
  * Gets a collection of available query steps for configuring dynamic root queries.
703
850
  */
704
851
  static getDynamicRootSteps<ThrowOnError extends boolean = true>(options?: Options<GetDynamicRootStepsData, ThrowOnError>): import("./client/index.js").RequestResult<GetDynamicRootStepsResponses, GetDynamicRootStepsErrors, ThrowOnError, "fields">;
@@ -706,21 +853,25 @@ export declare class DynamicRootService {
706
853
  export declare class HealthCheckService {
707
854
  /**
708
855
  * Gets a collection of health check groups.
856
+ *
709
857
  * Gets a collection of health check groups with their associated health checks.
710
858
  */
711
859
  static getHealthCheckGroup<ThrowOnError extends boolean = true>(options?: Options<GetHealthCheckGroupData, ThrowOnError>): import("./client/index.js").RequestResult<GetHealthCheckGroupResponses, GetHealthCheckGroupErrors, ThrowOnError, "fields">;
712
860
  /**
713
861
  * Gets a health check group by name.
862
+ *
714
863
  * Gets a health check group and all its associated health checks identified by the provided group name.
715
864
  */
716
865
  static getHealthCheckGroupByName<ThrowOnError extends boolean = true>(options: Options<GetHealthCheckGroupByNameData, ThrowOnError>): import("./client/index.js").RequestResult<GetHealthCheckGroupByNameResponses, GetHealthCheckGroupByNameErrors, ThrowOnError, "fields">;
717
866
  /**
718
867
  * Executes all health checks in a group.
868
+ *
719
869
  * Runs all health checks in the group identified by the provided name and returns the results.
720
870
  */
721
871
  static postHealthCheckGroupByNameCheck<ThrowOnError extends boolean = true>(options: Options<PostHealthCheckGroupByNameCheckData, ThrowOnError>): import("./client/index.js").RequestResult<PostHealthCheckGroupByNameCheckResponses, PostHealthCheckGroupByNameCheckErrors, ThrowOnError, "fields">;
722
872
  /**
723
873
  * Executes a health check action.
874
+ *
724
875
  * Executes a specific action to fix or address a health check issue.
725
876
  */
726
877
  static postHealthCheckExecuteAction<ThrowOnError extends boolean = true>(options?: Options<PostHealthCheckExecuteActionData, ThrowOnError>): import("./client/index.js").RequestResult<PostHealthCheckExecuteActionResponses, PostHealthCheckExecuteActionErrors, ThrowOnError, "fields">;
@@ -728,7 +879,9 @@ export declare class HealthCheckService {
728
879
  export declare class HelpService {
729
880
  /**
730
881
  * Gets help information.
882
+ *
731
883
  * Gets help information and documentation resources for the Umbraco back office.
884
+ *
732
885
  * @deprecated
733
886
  */
734
887
  static getHelp<ThrowOnError extends boolean = true>(options?: Options<GetHelpData, ThrowOnError>): import("./client/index.js").RequestResult<GetHelpResponses, GetHelpErrors, ThrowOnError, "fields">;
@@ -736,6 +889,7 @@ export declare class HelpService {
736
889
  export declare class ImagingService {
737
890
  /**
738
891
  * Gets URLs for image resizing.
892
+ *
739
893
  * Gets a collection of URLs for resizing images with the provided dimensions and options.
740
894
  */
741
895
  static getImagingResizeUrls<ThrowOnError extends boolean = true>(options?: Options<GetImagingResizeUrlsData, ThrowOnError>): import("./client/index.js").RequestResult<GetImagingResizeUrlsResponses, GetImagingResizeUrlsErrors, ThrowOnError, "fields">;
@@ -743,6 +897,7 @@ export declare class ImagingService {
743
897
  export declare class ImportService {
744
898
  /**
745
899
  * Analyzes an import file.
900
+ *
746
901
  * Analyzes the uploaded import file and returns an analysis of the imported entities.
747
902
  */
748
903
  static getImportAnalyze<ThrowOnError extends boolean = true>(options?: Options<GetImportAnalyzeData, ThrowOnError>): import("./client/index.js").RequestResult<GetImportAnalyzeResponses, GetImportAnalyzeErrors, ThrowOnError, "fields">;
@@ -750,16 +905,19 @@ export declare class ImportService {
750
905
  export declare class IndexerService {
751
906
  /**
752
907
  * Gets a collection of indexers.
908
+ *
753
909
  * Gets a collection of configured search indexers in the Umbraco installation.
754
910
  */
755
911
  static getIndexer<ThrowOnError extends boolean = true>(options?: Options<GetIndexerData, ThrowOnError>): import("./client/index.js").RequestResult<GetIndexerResponses, GetIndexerErrors, ThrowOnError, "fields">;
756
912
  /**
757
913
  * Gets indexer details.
914
+ *
758
915
  * Gets detailed information about the indexer identified by the provided name.
759
916
  */
760
917
  static getIndexerByIndexName<ThrowOnError extends boolean = true>(options: Options<GetIndexerByIndexNameData, ThrowOnError>): import("./client/index.js").RequestResult<GetIndexerByIndexNameResponses, GetIndexerByIndexNameErrors, ThrowOnError, "fields">;
761
918
  /**
762
919
  * Rebuilds an indexer.
920
+ *
763
921
  * Rebuilds the search index for the indexer identified by the provided name.
764
922
  */
765
923
  static postIndexerByIndexNameRebuild<ThrowOnError extends boolean = true>(options: Options<PostIndexerByIndexNameRebuildData, ThrowOnError>): import("./client/index.js").RequestResult<PostIndexerByIndexNameRebuildResponses, PostIndexerByIndexNameRebuildErrors, ThrowOnError, "fields">;
@@ -767,16 +925,19 @@ export declare class IndexerService {
767
925
  export declare class InstallService {
768
926
  /**
769
927
  * Gets install settings.
928
+ *
770
929
  * Gets the current installation settings and status.
771
930
  */
772
931
  static getInstallSettings<ThrowOnError extends boolean = true>(options?: Options<GetInstallSettingsData, ThrowOnError>): import("./client/index.js").RequestResult<GetInstallSettingsResponses, GetInstallSettingsErrors, ThrowOnError, "fields">;
773
932
  /**
774
933
  * Performs installation setup.
934
+ *
775
935
  * Performs the initial setup and installation of Umbraco.
776
936
  */
777
937
  static postInstallSetup<ThrowOnError extends boolean = true>(options?: Options<PostInstallSetupData, ThrowOnError>): import("./client/index.js").RequestResult<PostInstallSetupResponses, PostInstallSetupErrors, ThrowOnError, "fields">;
778
938
  /**
779
939
  * Validates database connection.
940
+ *
780
941
  * Validates the database connection settings provided during installation.
781
942
  */
782
943
  static postInstallValidateDatabase<ThrowOnError extends boolean = true>(options?: Options<PostInstallValidateDatabaseData, ThrowOnError>): import("./client/index.js").RequestResult<PostInstallValidateDatabaseResponses, PostInstallValidateDatabaseErrors, ThrowOnError, "fields">;
@@ -784,36 +945,43 @@ export declare class InstallService {
784
945
  export declare class LanguageService {
785
946
  /**
786
947
  * Gets a collection of language items.
948
+ *
787
949
  * Gets a collection of language items identified by the provided Ids.
788
950
  */
789
951
  static getItemLanguage<ThrowOnError extends boolean = true>(options?: Options<GetItemLanguageData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemLanguageResponses, GetItemLanguageErrors, ThrowOnError, "fields">;
790
952
  /**
791
953
  * Gets the default language.
954
+ *
792
955
  * Gets the default language configured for the Umbraco installation.
793
956
  */
794
957
  static getItemLanguageDefault<ThrowOnError extends boolean = true>(options?: Options<GetItemLanguageDefaultData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemLanguageDefaultResponses, GetItemLanguageDefaultErrors, ThrowOnError, "fields">;
795
958
  /**
796
959
  * Gets a paginated collection of languages.
960
+ *
797
961
  * Gets a paginated collection of all configured languages.
798
962
  */
799
963
  static getLanguage<ThrowOnError extends boolean = true>(options?: Options<GetLanguageData, ThrowOnError>): import("./client/index.js").RequestResult<GetLanguageResponses, GetLanguageErrors, ThrowOnError, "fields">;
800
964
  /**
801
965
  * Creates a new language.
966
+ *
802
967
  * Creates a new language with the configuration specified in the request model.
803
968
  */
804
969
  static postLanguage<ThrowOnError extends boolean = true>(options?: Options<PostLanguageData, ThrowOnError>): import("./client/index.js").RequestResult<PostLanguageResponses, PostLanguageErrors, ThrowOnError, "fields">;
805
970
  /**
806
971
  * Deletes a language.
972
+ *
807
973
  * Deletes a language identified by the provided Id.
808
974
  */
809
975
  static deleteLanguageByIsoCode<ThrowOnError extends boolean = true>(options: Options<DeleteLanguageByIsoCodeData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteLanguageByIsoCodeResponses, DeleteLanguageByIsoCodeErrors, ThrowOnError, "fields">;
810
976
  /**
811
977
  * Gets a language by ISO code.
978
+ *
812
979
  * Gets a language identified by the provided ISO code.
813
980
  */
814
981
  static getLanguageByIsoCode<ThrowOnError extends boolean = true>(options: Options<GetLanguageByIsoCodeData, ThrowOnError>): import("./client/index.js").RequestResult<GetLanguageByIsoCodeResponses, GetLanguageByIsoCodeErrors, ThrowOnError, "fields">;
815
982
  /**
816
983
  * Updates a language.
984
+ *
817
985
  * Updates a language identified by the provided Id with the details from the request model.
818
986
  */
819
987
  static putLanguageByIsoCode<ThrowOnError extends boolean = true>(options: Options<PutLanguageByIsoCodeData, ThrowOnError>): import("./client/index.js").RequestResult<PutLanguageByIsoCodeResponses, PutLanguageByIsoCodeErrors, ThrowOnError, "fields">;
@@ -821,46 +989,55 @@ export declare class LanguageService {
821
989
  export declare class LogViewerService {
822
990
  /**
823
991
  * Gets a collection of log sink levels.
992
+ *
824
993
  * Gets a collection of configured log sinks with their minimum log levels.
825
994
  */
826
995
  static getLogViewerLevel<ThrowOnError extends boolean = true>(options?: Options<GetLogViewerLevelData, ThrowOnError>): import("./client/index.js").RequestResult<GetLogViewerLevelResponses, GetLogViewerLevelErrors, ThrowOnError, "fields">;
827
996
  /**
828
997
  * Gets log level counts.
998
+ *
829
999
  * Gets the count of log entries for each log level within the specified date range.
830
1000
  */
831
1001
  static getLogViewerLevelCount<ThrowOnError extends boolean = true>(options?: Options<GetLogViewerLevelCountData, ThrowOnError>): import("./client/index.js").RequestResult<GetLogViewerLevelCountResponses, GetLogViewerLevelCountErrors, ThrowOnError, "fields">;
832
1002
  /**
833
1003
  * Gets a paginated collection of log entries.
1004
+ *
834
1005
  * Gets a paginated collection of log entries with optional filtering and date range.
835
1006
  */
836
1007
  static getLogViewerLog<ThrowOnError extends boolean = true>(options?: Options<GetLogViewerLogData, ThrowOnError>): import("./client/index.js").RequestResult<GetLogViewerLogResponses, GetLogViewerLogErrors, ThrowOnError, "fields">;
837
1008
  /**
838
1009
  * Gets a collection of log message templates.
1010
+ *
839
1011
  * Gets a paginated collection of unique message templates found in the logs.
840
1012
  */
841
1013
  static getLogViewerMessageTemplate<ThrowOnError extends boolean = true>(options?: Options<GetLogViewerMessageTemplateData, ThrowOnError>): import("./client/index.js").RequestResult<GetLogViewerMessageTemplateResponses, GetLogViewerMessageTemplateErrors, ThrowOnError, "fields">;
842
1014
  /**
843
1015
  * Gets a collection of saved log searches.
1016
+ *
844
1017
  * Gets a collection of saved log searches defined in the Umbraco installation.
845
1018
  */
846
1019
  static getLogViewerSavedSearch<ThrowOnError extends boolean = true>(options?: Options<GetLogViewerSavedSearchData, ThrowOnError>): import("./client/index.js").RequestResult<GetLogViewerSavedSearchResponses, GetLogViewerSavedSearchErrors, ThrowOnError, "fields">;
847
1020
  /**
848
1021
  * Creates a saved log search.
1022
+ *
849
1023
  * Creates a new saved log search with the provided name and query configuration.
850
1024
  */
851
1025
  static postLogViewerSavedSearch<ThrowOnError extends boolean = true>(options?: Options<PostLogViewerSavedSearchData, ThrowOnError>): import("./client/index.js").RequestResult<PostLogViewerSavedSearchResponses, PostLogViewerSavedSearchErrors, ThrowOnError, "fields">;
852
1026
  /**
853
1027
  * Deletes a saved log search.
1028
+ *
854
1029
  * Deletes a saved log search identified by the provided name.
855
1030
  */
856
1031
  static deleteLogViewerSavedSearchByName<ThrowOnError extends boolean = true>(options: Options<DeleteLogViewerSavedSearchByNameData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteLogViewerSavedSearchByNameResponses, DeleteLogViewerSavedSearchByNameErrors, ThrowOnError, "fields">;
857
1032
  /**
858
1033
  * Gets a saved log search by name.
1034
+ *
859
1035
  * Gets a saved log search identified by the provided name.
860
1036
  */
861
1037
  static getLogViewerSavedSearchByName<ThrowOnError extends boolean = true>(options: Options<GetLogViewerSavedSearchByNameData, ThrowOnError>): import("./client/index.js").RequestResult<GetLogViewerSavedSearchByNameResponses, GetLogViewerSavedSearchByNameErrors, ThrowOnError, "fields">;
862
1038
  /**
863
1039
  * Validates if logs can be viewed.
1040
+ *
864
1041
  * Checks if the log files are within the size limit and can be viewed.
865
1042
  */
866
1043
  static getLogViewerValidateLogsSize<ThrowOnError extends boolean = true>(options?: Options<GetLogViewerValidateLogsSizeData, ThrowOnError>): import("./client/index.js").RequestResult<GetLogViewerValidateLogsSizeResponses, GetLogViewerValidateLogsSizeErrors, ThrowOnError, "fields">;
@@ -868,16 +1045,19 @@ export declare class LogViewerService {
868
1045
  export declare class ManifestService {
869
1046
  /**
870
1047
  * Gets all manifests.
1048
+ *
871
1049
  * Gets a collection of all package manifests including both public and private manifests.
872
1050
  */
873
1051
  static getManifestManifest<ThrowOnError extends boolean = true>(options?: Options<GetManifestManifestData, ThrowOnError>): import("./client/index.js").RequestResult<GetManifestManifestResponses, GetManifestManifestErrors, ThrowOnError, "fields">;
874
1052
  /**
875
1053
  * Gets private manifests.
1054
+ *
876
1055
  * Gets a collection of private package manifests specific to the current user.
877
1056
  */
878
1057
  static getManifestManifestPrivate<ThrowOnError extends boolean = true>(options?: Options<GetManifestManifestPrivateData, ThrowOnError>): import("./client/index.js").RequestResult<GetManifestManifestPrivateResponses, GetManifestManifestPrivateErrors, ThrowOnError, "fields">;
879
1058
  /**
880
1059
  * Gets public manifests.
1060
+ *
881
1061
  * Gets a collection of public package manifests available to all users.
882
1062
  */
883
1063
  static getManifestManifestPublic<ThrowOnError extends boolean = true>(options?: Options<GetManifestManifestPublicData, ThrowOnError>): import("./client/index.js").RequestResult<GetManifestManifestPublicResponses, unknown, ThrowOnError, "fields">;
@@ -885,146 +1065,176 @@ export declare class ManifestService {
885
1065
  export declare class MediaTypeService {
886
1066
  /**
887
1067
  * Gets a collection of media type items.
1068
+ *
888
1069
  * Gets a collection of media type items identified by the provided Ids.
889
1070
  */
890
1071
  static getItemMediaType<ThrowOnError extends boolean = true>(options?: Options<GetItemMediaTypeData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemMediaTypeResponses, GetItemMediaTypeErrors, ThrowOnError, "fields">;
891
1072
  /**
892
1073
  * Gets a collection of media type items.
1074
+ *
893
1075
  * Gets a collection of allowed media type items for the specified file extension.
894
1076
  */
895
1077
  static getItemMediaTypeAllowed<ThrowOnError extends boolean = true>(options?: Options<GetItemMediaTypeAllowedData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemMediaTypeAllowedResponses, GetItemMediaTypeAllowedErrors, ThrowOnError, "fields">;
896
1078
  /**
897
1079
  * Gets ancestors for a collection of media type items.
1080
+ *
898
1081
  * Gets the ancestor chains for media type items identified by the provided Ids.
899
1082
  */
900
1083
  static getItemMediaTypeAncestors<ThrowOnError extends boolean = true>(options?: Options<GetItemMediaTypeAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemMediaTypeAncestorsResponses, GetItemMediaTypeAncestorsErrors, ThrowOnError, "fields">;
901
1084
  /**
902
1085
  * Gets a collection of media type folder items.
1086
+ *
903
1087
  * Gets a paginated collection of media type folder items.
904
1088
  */
905
1089
  static getItemMediaTypeFolders<ThrowOnError extends boolean = true>(options?: Options<GetItemMediaTypeFoldersData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemMediaTypeFoldersResponses, GetItemMediaTypeFoldersErrors, ThrowOnError, "fields">;
906
1090
  /**
907
1091
  * Searches media type items.
1092
+ *
908
1093
  * Searches media type items by the provided query with pagination support.
909
1094
  */
910
1095
  static getItemMediaTypeSearch<ThrowOnError extends boolean = true>(options?: Options<GetItemMediaTypeSearchData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemMediaTypeSearchResponses, GetItemMediaTypeSearchErrors, ThrowOnError, "fields">;
911
1096
  /**
912
1097
  * Creates a new media type.
1098
+ *
913
1099
  * Creates a new media type with the configuration specified in the request model.
914
1100
  */
915
1101
  static postMediaType<ThrowOnError extends boolean = true>(options?: Options<PostMediaTypeData, ThrowOnError>): import("./client/index.js").RequestResult<PostMediaTypeResponses, PostMediaTypeErrors, ThrowOnError, "fields">;
916
1102
  /**
917
1103
  * Deletes a media type.
1104
+ *
918
1105
  * Deletes a media type identified by the provided Id.
919
1106
  */
920
1107
  static deleteMediaTypeById<ThrowOnError extends boolean = true>(options: Options<DeleteMediaTypeByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteMediaTypeByIdResponses, DeleteMediaTypeByIdErrors, ThrowOnError, "fields">;
921
1108
  /**
922
1109
  * Gets a media type.
1110
+ *
923
1111
  * Gets a media type identified by the provided Id.
924
1112
  */
925
1113
  static getMediaTypeById<ThrowOnError extends boolean = true>(options: Options<GetMediaTypeByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetMediaTypeByIdResponses, GetMediaTypeByIdErrors, ThrowOnError, "fields">;
926
1114
  /**
927
1115
  * Updates a media type.
1116
+ *
928
1117
  * Updates a media type identified by the provided Id with the details from the request model.
929
1118
  */
930
1119
  static putMediaTypeById<ThrowOnError extends boolean = true>(options: Options<PutMediaTypeByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PutMediaTypeByIdResponses, PutMediaTypeByIdErrors, ThrowOnError, "fields">;
931
1120
  /**
932
1121
  * Gets allowed child media types.
1122
+ *
933
1123
  * Gets a collection of media types that are allowed as children of the specified parent media type.
934
1124
  */
935
1125
  static getMediaTypeByIdAllowedChildren<ThrowOnError extends boolean = true>(options: Options<GetMediaTypeByIdAllowedChildrenData, ThrowOnError>): import("./client/index.js").RequestResult<GetMediaTypeByIdAllowedChildrenResponses, GetMediaTypeByIdAllowedChildrenErrors, ThrowOnError, "fields">;
936
1126
  /**
937
1127
  * Gets allowed parent media types.
1128
+ *
938
1129
  * Gets a collection of media types that are allowed as parents of the specified media type.
939
1130
  */
940
1131
  static getMediaTypeByIdAllowedParents<ThrowOnError extends boolean = true>(options: Options<GetMediaTypeByIdAllowedParentsData, ThrowOnError>): import("./client/index.js").RequestResult<GetMediaTypeByIdAllowedParentsResponses, GetMediaTypeByIdAllowedParentsErrors, ThrowOnError, "fields">;
941
1132
  /**
942
1133
  * Gets composition references.
1134
+ *
943
1135
  * Gets a collection of media types that reference the specified media type as a composition.
944
1136
  */
945
1137
  static getMediaTypeByIdCompositionReferences<ThrowOnError extends boolean = true>(options: Options<GetMediaTypeByIdCompositionReferencesData, ThrowOnError>): import("./client/index.js").RequestResult<GetMediaTypeByIdCompositionReferencesResponses, GetMediaTypeByIdCompositionReferencesErrors, ThrowOnError, "fields">;
946
1138
  /**
947
1139
  * Copies a media type.
1140
+ *
948
1141
  * Creates a duplicate of an existing media type identified by the provided Id.
949
1142
  */
950
1143
  static postMediaTypeByIdCopy<ThrowOnError extends boolean = true>(options: Options<PostMediaTypeByIdCopyData, ThrowOnError>): import("./client/index.js").RequestResult<PostMediaTypeByIdCopyResponses, PostMediaTypeByIdCopyErrors, ThrowOnError, "fields">;
951
1144
  /**
952
1145
  * Exports a media type.
1146
+ *
953
1147
  * Exports the media type identified by the provided Id to a downloadable format.
954
1148
  */
955
1149
  static getMediaTypeByIdExport<ThrowOnError extends boolean = true>(options: Options<GetMediaTypeByIdExportData, ThrowOnError>): import("./client/index.js").RequestResult<GetMediaTypeByIdExportResponses, GetMediaTypeByIdExportErrors, ThrowOnError, "fields">;
956
1150
  /**
957
1151
  * Imports a media type.
1152
+ *
958
1153
  * Imports a media type from the provided file upload.
959
1154
  */
960
1155
  static putMediaTypeByIdImport<ThrowOnError extends boolean = true>(options: Options<PutMediaTypeByIdImportData, ThrowOnError>): import("./client/index.js").RequestResult<PutMediaTypeByIdImportResponses, PutMediaTypeByIdImportErrors, ThrowOnError, "fields">;
961
1156
  /**
962
1157
  * Moves a media type.
1158
+ *
963
1159
  * Moves a media type identified by the provided Id to a different location.
964
1160
  */
965
1161
  static putMediaTypeByIdMove<ThrowOnError extends boolean = true>(options: Options<PutMediaTypeByIdMoveData, ThrowOnError>): import("./client/index.js").RequestResult<PutMediaTypeByIdMoveResponses, PutMediaTypeByIdMoveErrors, ThrowOnError, "fields">;
1162
+ static getMediaTypeByIdSchema<ThrowOnError extends boolean = true>(options: Options<GetMediaTypeByIdSchemaData, ThrowOnError>): import("./client/index.js").RequestResult<GetMediaTypeByIdSchemaResponses, GetMediaTypeByIdSchemaErrors, ThrowOnError, "fields">;
966
1163
  /**
967
1164
  * Gets media types allowed at root.
1165
+ *
968
1166
  * Gets a collection of media types that are allowed to be created at the root level.
969
1167
  */
970
1168
  static getMediaTypeAllowedAtRoot<ThrowOnError extends boolean = true>(options?: Options<GetMediaTypeAllowedAtRootData, ThrowOnError>): import("./client/index.js").RequestResult<GetMediaTypeAllowedAtRootResponses, GetMediaTypeAllowedAtRootErrors, ThrowOnError, "fields">;
971
1169
  /**
972
1170
  * Gets available compositions.
1171
+ *
973
1172
  * Gets a collection of media types that are available to use as compositions for the specified media type.
974
1173
  */
975
1174
  static postMediaTypeAvailableCompositions<ThrowOnError extends boolean = true>(options?: Options<PostMediaTypeAvailableCompositionsData, ThrowOnError>): import("./client/index.js").RequestResult<PostMediaTypeAvailableCompositionsResponses, PostMediaTypeAvailableCompositionsErrors, ThrowOnError, "fields">;
976
1175
  /**
977
1176
  * Gets multiple media types.
1177
+ *
978
1178
  * Gets multiple media types identified by the provided Ids.
979
1179
  */
980
1180
  static getMediaTypeBatch<ThrowOnError extends boolean = true>(options?: Options<GetMediaTypeBatchData, ThrowOnError>): import("./client/index.js").RequestResult<GetMediaTypeBatchResponses, GetMediaTypeBatchErrors, ThrowOnError, "fields">;
981
1181
  /**
982
1182
  * Gets the media type configuration.
1183
+ *
983
1184
  * Gets the configuration settings for media types.
984
1185
  */
985
1186
  static getMediaTypeConfiguration<ThrowOnError extends boolean = true>(options?: Options<GetMediaTypeConfigurationData, ThrowOnError>): import("./client/index.js").RequestResult<GetMediaTypeConfigurationResponses, GetMediaTypeConfigurationErrors, ThrowOnError, "fields">;
986
1187
  /**
987
1188
  * Creates a media type folder.
1189
+ *
988
1190
  * Creates a new media type folder with the provided name and parent location.
989
1191
  */
990
1192
  static postMediaTypeFolder<ThrowOnError extends boolean = true>(options?: Options<PostMediaTypeFolderData, ThrowOnError>): import("./client/index.js").RequestResult<PostMediaTypeFolderResponses, PostMediaTypeFolderErrors, ThrowOnError, "fields">;
991
1193
  /**
992
1194
  * Deletes a media type folder.
1195
+ *
993
1196
  * Deletes a media type folder identified by the provided Id.
994
1197
  */
995
1198
  static deleteMediaTypeFolderById<ThrowOnError extends boolean = true>(options: Options<DeleteMediaTypeFolderByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteMediaTypeFolderByIdResponses, DeleteMediaTypeFolderByIdErrors, ThrowOnError, "fields">;
996
1199
  /**
997
1200
  * Gets a media type folder.
1201
+ *
998
1202
  * Gets a media type folder identified by the provided Id.
999
1203
  */
1000
1204
  static getMediaTypeFolderById<ThrowOnError extends boolean = true>(options: Options<GetMediaTypeFolderByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetMediaTypeFolderByIdResponses, GetMediaTypeFolderByIdErrors, ThrowOnError, "fields">;
1001
1205
  /**
1002
1206
  * Updates a media type folder.
1207
+ *
1003
1208
  * Updates a media type folder identified by the provided Id with the details from the request model.
1004
1209
  */
1005
1210
  static putMediaTypeFolderById<ThrowOnError extends boolean = true>(options: Options<PutMediaTypeFolderByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PutMediaTypeFolderByIdResponses, PutMediaTypeFolderByIdErrors, ThrowOnError, "fields">;
1006
1211
  /**
1007
1212
  * Imports a media type.
1213
+ *
1008
1214
  * Imports a media type from the provided file upload.
1009
1215
  */
1010
1216
  static postMediaTypeImport<ThrowOnError extends boolean = true>(options?: Options<PostMediaTypeImportData, ThrowOnError>): import("./client/index.js").RequestResult<PostMediaTypeImportResponses, PostMediaTypeImportErrors, ThrowOnError, "fields">;
1011
1217
  /**
1012
1218
  * Gets a collection of ancestor media type items.
1219
+ *
1013
1220
  * Gets a collection of media type items that are ancestors to the provided Id.
1014
1221
  */
1015
1222
  static getTreeMediaTypeAncestors<ThrowOnError extends boolean = true>(options?: Options<GetTreeMediaTypeAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeMediaTypeAncestorsResponses, GetTreeMediaTypeAncestorsErrors, ThrowOnError, "fields">;
1016
1223
  /**
1017
1224
  * Gets a collection of media type tree child items.
1225
+ *
1018
1226
  * Gets a paginated collection of media type tree items that are children of the provided parent Id.
1019
1227
  */
1020
1228
  static getTreeMediaTypeChildren<ThrowOnError extends boolean = true>(options?: Options<GetTreeMediaTypeChildrenData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeMediaTypeChildrenResponses, GetTreeMediaTypeChildrenErrors, ThrowOnError, "fields">;
1021
1229
  /**
1022
1230
  * Gets a collection of media type items from the root of the tree.
1231
+ *
1023
1232
  * Gets a paginated collection of media type items from the root of the tree with optional filtering.
1024
1233
  */
1025
1234
  static getTreeMediaTypeRoot<ThrowOnError extends boolean = true>(options?: Options<GetTreeMediaTypeRootData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeMediaTypeRootResponses, GetTreeMediaTypeRootErrors, ThrowOnError, "fields">;
1026
1235
  /**
1027
1236
  * Gets a collection of media type tree sibling items.
1237
+ *
1028
1238
  * Gets a collection of media type tree items that are siblings of the provided Id.
1029
1239
  */
1030
1240
  static getTreeMediaTypeSiblings<ThrowOnError extends boolean = true>(options?: Options<GetTreeMediaTypeSiblingsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeMediaTypeSiblingsResponses, GetTreeMediaTypeSiblingsErrors, ThrowOnError, "fields">;
@@ -1032,157 +1242,187 @@ export declare class MediaTypeService {
1032
1242
  export declare class MediaService {
1033
1243
  /**
1034
1244
  * Gets a collection of media items.
1245
+ *
1035
1246
  * Gets a paginated collection of media items, optionally filtered and sorted.
1036
1247
  */
1037
1248
  static getCollectionMedia<ThrowOnError extends boolean = true>(options?: Options<GetCollectionMediaData, ThrowOnError>): import("./client/index.js").RequestResult<GetCollectionMediaResponses, GetCollectionMediaErrors, ThrowOnError, "fields">;
1038
1249
  /**
1039
1250
  * Gets a collection of media items.
1251
+ *
1040
1252
  * Gets a collection of media items identified by the provided Ids.
1041
1253
  */
1042
1254
  static getItemMedia<ThrowOnError extends boolean = true>(options?: Options<GetItemMediaData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemMediaResponses, GetItemMediaErrors, ThrowOnError, "fields">;
1043
1255
  /**
1044
1256
  * Gets ancestors for a collection of media items.
1257
+ *
1045
1258
  * Gets the ancestor chains for media items identified by the provided Ids.
1046
1259
  */
1047
1260
  static getItemMediaAncestors<ThrowOnError extends boolean = true>(options?: Options<GetItemMediaAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemMediaAncestorsResponses, GetItemMediaAncestorsErrors, ThrowOnError, "fields">;
1048
1261
  /**
1049
1262
  * Searches media items.
1263
+ *
1050
1264
  * Searches media items by the provided query with pagination support.
1051
1265
  */
1052
1266
  static getItemMediaSearch<ThrowOnError extends boolean = true>(options?: Options<GetItemMediaSearchData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemMediaSearchResponses, GetItemMediaSearchErrors, ThrowOnError, "fields">;
1053
1267
  /**
1054
1268
  * Creates a new media.
1269
+ *
1055
1270
  * Creates a new media with the configuration specified in the request model.
1056
1271
  */
1057
1272
  static postMedia<ThrowOnError extends boolean = true>(options?: Options<PostMediaData, ThrowOnError>): import("./client/index.js").RequestResult<PostMediaResponses, PostMediaErrors, ThrowOnError, "fields">;
1058
1273
  /**
1059
1274
  * Deletes a media item.
1275
+ *
1060
1276
  * Deletes a media item identified by the provided Id.
1061
1277
  */
1062
1278
  static deleteMediaById<ThrowOnError extends boolean = true>(options: Options<DeleteMediaByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteMediaByIdResponses, DeleteMediaByIdErrors, ThrowOnError, "fields">;
1063
1279
  /**
1064
1280
  * Gets a media item.
1281
+ *
1065
1282
  * Gets a media item identified by the provided Id.
1066
1283
  */
1067
1284
  static getMediaById<ThrowOnError extends boolean = true>(options: Options<GetMediaByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetMediaByIdResponses, GetMediaByIdErrors, ThrowOnError, "fields">;
1068
1285
  /**
1069
1286
  * Updates a media item.
1287
+ *
1070
1288
  * Updates a media item identified by the provided Id with the details from the request model.
1071
1289
  */
1072
1290
  static putMediaById<ThrowOnError extends boolean = true>(options: Options<PutMediaByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PutMediaByIdResponses, PutMediaByIdErrors, ThrowOnError, "fields">;
1073
1291
  /**
1074
1292
  * Gets the audit log for a media item.
1293
+ *
1075
1294
  * Gets a paginated collection of audit log entries for the media identified by the provided Id.
1076
1295
  */
1077
1296
  static getMediaByIdAuditLog<ThrowOnError extends boolean = true>(options: Options<GetMediaByIdAuditLogData, ThrowOnError>): import("./client/index.js").RequestResult<GetMediaByIdAuditLogResponses, GetMediaByIdAuditLogErrors, ThrowOnError, "fields">;
1078
1297
  /**
1079
1298
  * Moves a media item.
1299
+ *
1080
1300
  * Moves a media item identified by the provided Id to a different location.
1081
1301
  */
1082
1302
  static putMediaByIdMove<ThrowOnError extends boolean = true>(options: Options<PutMediaByIdMoveData, ThrowOnError>): import("./client/index.js").RequestResult<PutMediaByIdMoveResponses, PutMediaByIdMoveErrors, ThrowOnError, "fields">;
1083
1303
  /**
1084
1304
  * Moves a media item to the recycle bin.
1305
+ *
1085
1306
  * Moves a media item identified by the provided Id to the recycle bin.
1086
1307
  */
1087
1308
  static putMediaByIdMoveToRecycleBin<ThrowOnError extends boolean = true>(options: Options<PutMediaByIdMoveToRecycleBinData, ThrowOnError>): import("./client/index.js").RequestResult<PutMediaByIdMoveToRecycleBinResponses, PutMediaByIdMoveToRecycleBinErrors, ThrowOnError, "fields">;
1088
1309
  /**
1089
1310
  * Gets a collection of items that reference a media item.
1311
+ *
1090
1312
  * Gets a paginated collection of items that reference the media item identified by the provided Id.
1091
1313
  */
1092
1314
  static getMediaByIdReferencedBy<ThrowOnError extends boolean = true>(options: Options<GetMediaByIdReferencedByData, ThrowOnError>): import("./client/index.js").RequestResult<GetMediaByIdReferencedByResponses, GetMediaByIdReferencedByErrors, ThrowOnError, "fields">;
1093
1315
  /**
1094
1316
  * Gets media descendants that are referenced.
1317
+ *
1095
1318
  * Gets a paginated collection of descendant media items that are referenced by other content.
1096
1319
  */
1097
1320
  static getMediaByIdReferencedDescendants<ThrowOnError extends boolean = true>(options: Options<GetMediaByIdReferencedDescendantsData, ThrowOnError>): import("./client/index.js").RequestResult<GetMediaByIdReferencedDescendantsResponses, GetMediaByIdReferencedDescendantsErrors, ThrowOnError, "fields">;
1098
1321
  /**
1099
1322
  * Validates updating a media item.
1323
+ *
1100
1324
  * Validates the request model for updating a media item without actually updating it.
1101
1325
  */
1102
1326
  static putMediaByIdValidate<ThrowOnError extends boolean = true>(options: Options<PutMediaByIdValidateData, ThrowOnError>): import("./client/index.js").RequestResult<PutMediaByIdValidateResponses, PutMediaByIdValidateErrors, ThrowOnError, "fields">;
1103
1327
  /**
1104
1328
  * Gets a collection of referenced media items.
1329
+ *
1105
1330
  * Gets a paginated collection of media items that are referenced, identified by the provided Ids.
1106
1331
  */
1107
1332
  static getMediaAreReferenced<ThrowOnError extends boolean = true>(options?: Options<GetMediaAreReferencedData, ThrowOnError>): import("./client/index.js").RequestResult<GetMediaAreReferencedResponses, GetMediaAreReferencedErrors, ThrowOnError, "fields">;
1108
1333
  /**
1109
1334
  * Gets the media configuration.
1335
+ *
1110
1336
  * Gets the configuration settings for media.
1111
- * @deprecated
1112
1337
  */
1113
1338
  static getMediaConfiguration<ThrowOnError extends boolean = true>(options?: Options<GetMediaConfigurationData, ThrowOnError>): import("./client/index.js").RequestResult<GetMediaConfigurationResponses, GetMediaConfigurationErrors, ThrowOnError, "fields">;
1114
1339
  /**
1115
1340
  * Sorts media items.
1341
+ *
1116
1342
  * Sorts media items in the specified parent container according to the provided sort order.
1117
1343
  */
1118
1344
  static putMediaSort<ThrowOnError extends boolean = true>(options?: Options<PutMediaSortData, ThrowOnError>): import("./client/index.js").RequestResult<PutMediaSortResponses, PutMediaSortErrors, ThrowOnError, "fields">;
1119
1345
  /**
1120
1346
  * Gets URLs for media items.
1347
+ *
1121
1348
  * Gets the URLs for the media items identified by the provided Ids.
1122
1349
  */
1123
1350
  static getMediaUrls<ThrowOnError extends boolean = true>(options?: Options<GetMediaUrlsData, ThrowOnError>): import("./client/index.js").RequestResult<GetMediaUrlsResponses, GetMediaUrlsErrors, ThrowOnError, "fields">;
1124
1351
  /**
1125
1352
  * Validates creating a media item.
1353
+ *
1126
1354
  * Validates the request model for creating a new media item without actually creating it.
1127
1355
  */
1128
1356
  static postMediaValidate<ThrowOnError extends boolean = true>(options?: Options<PostMediaValidateData, ThrowOnError>): import("./client/index.js").RequestResult<PostMediaValidateResponses, PostMediaValidateErrors, ThrowOnError, "fields">;
1129
1357
  /**
1130
1358
  * Empties the media recycle bin.
1359
+ *
1131
1360
  * Permanently deletes all media items in the recycle bin. This operation cannot be undone.
1132
1361
  */
1133
1362
  static deleteRecycleBinMedia<ThrowOnError extends boolean = true>(options?: Options<DeleteRecycleBinMediaData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteRecycleBinMediaResponses, DeleteRecycleBinMediaErrors, ThrowOnError, "fields">;
1134
1363
  /**
1135
1364
  * Deletes a media item from the recycle bin.
1365
+ *
1136
1366
  * Permanently deletes a media item from the recycle bin identified by the provided Id.
1137
1367
  */
1138
1368
  static deleteRecycleBinMediaById<ThrowOnError extends boolean = true>(options: Options<DeleteRecycleBinMediaByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteRecycleBinMediaByIdResponses, DeleteRecycleBinMediaByIdErrors, ThrowOnError, "fields">;
1139
1369
  /**
1140
1370
  * Gets the original parent of a media item in the recycle bin.
1371
+ *
1141
1372
  * Gets the original parent location of a media item before it was moved to the recycle bin.
1142
1373
  */
1143
1374
  static getRecycleBinMediaByIdOriginalParent<ThrowOnError extends boolean = true>(options: Options<GetRecycleBinMediaByIdOriginalParentData, ThrowOnError>): import("./client/index.js").RequestResult<GetRecycleBinMediaByIdOriginalParentResponses, GetRecycleBinMediaByIdOriginalParentErrors, ThrowOnError, "fields">;
1144
1375
  /**
1145
1376
  * Restores a media item from the recycle bin.
1377
+ *
1146
1378
  * Restores a media item from the recycle bin to its original location or a specified parent.
1147
1379
  */
1148
1380
  static putRecycleBinMediaByIdRestore<ThrowOnError extends boolean = true>(options: Options<PutRecycleBinMediaByIdRestoreData, ThrowOnError>): import("./client/index.js").RequestResult<PutRecycleBinMediaByIdRestoreResponses, PutRecycleBinMediaByIdRestoreErrors, ThrowOnError, "fields">;
1149
1381
  /**
1150
1382
  * Gets a collection of media items in the recycle bin.
1383
+ *
1151
1384
  * Gets a paginated collection of media items that are children of the provided parent in the recycle bin.
1152
1385
  */
1153
1386
  static getRecycleBinMediaChildren<ThrowOnError extends boolean = true>(options?: Options<GetRecycleBinMediaChildrenData, ThrowOnError>): import("./client/index.js").RequestResult<GetRecycleBinMediaChildrenResponses, GetRecycleBinMediaChildrenErrors, ThrowOnError, "fields">;
1154
1387
  /**
1155
1388
  * Gets items referencing media in the recycle bin.
1389
+ *
1156
1390
  * Gets a paginated collection of items that reference the media in the recycle bin.
1157
1391
  */
1158
1392
  static getRecycleBinMediaReferencedBy<ThrowOnError extends boolean = true>(options?: Options<GetRecycleBinMediaReferencedByData, ThrowOnError>): import("./client/index.js").RequestResult<GetRecycleBinMediaReferencedByResponses, GetRecycleBinMediaReferencedByErrors, ThrowOnError, "fields">;
1159
1393
  /**
1160
1394
  * Gets media at the root of the recycle bin.
1395
+ *
1161
1396
  * Gets a paginated collection of media items at the root level of the recycle bin.
1162
1397
  */
1163
1398
  static getRecycleBinMediaRoot<ThrowOnError extends boolean = true>(options?: Options<GetRecycleBinMediaRootData, ThrowOnError>): import("./client/index.js").RequestResult<GetRecycleBinMediaRootResponses, GetRecycleBinMediaRootErrors, ThrowOnError, "fields">;
1164
1399
  /**
1165
1400
  * Gets sibling media in the recycle bin.
1401
+ *
1166
1402
  * Gets a collection of sibling media items in the recycle bin at the same level as the provided Id.
1167
1403
  */
1168
1404
  static getRecycleBinMediaSiblings<ThrowOnError extends boolean = true>(options?: Options<GetRecycleBinMediaSiblingsData, ThrowOnError>): import("./client/index.js").RequestResult<GetRecycleBinMediaSiblingsResponses, GetRecycleBinMediaSiblingsErrors, ThrowOnError, "fields">;
1169
1405
  /**
1170
1406
  * Gets a collection of ancestor media items.
1407
+ *
1171
1408
  * Gets a collection of media items that are ancestors to the provided Id.
1172
1409
  */
1173
1410
  static getTreeMediaAncestors<ThrowOnError extends boolean = true>(options?: Options<GetTreeMediaAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeMediaAncestorsResponses, GetTreeMediaAncestorsErrors, ThrowOnError, "fields">;
1174
1411
  /**
1175
1412
  * Gets a collection of media tree child items.
1413
+ *
1176
1414
  * Gets a paginated collection of media tree items that are children of the provided parent Id.
1177
1415
  */
1178
1416
  static getTreeMediaChildren<ThrowOnError extends boolean = true>(options?: Options<GetTreeMediaChildrenData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeMediaChildrenResponses, GetTreeMediaChildrenErrors, ThrowOnError, "fields">;
1179
1417
  /**
1180
1418
  * Gets a collection of media items from the root of the tree.
1419
+ *
1181
1420
  * Gets a paginated collection of media items from the root of the tree with optional filtering.
1182
1421
  */
1183
1422
  static getTreeMediaRoot<ThrowOnError extends boolean = true>(options?: Options<GetTreeMediaRootData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeMediaRootResponses, GetTreeMediaRootErrors, ThrowOnError, "fields">;
1184
1423
  /**
1185
1424
  * Gets a collection of media tree sibling items.
1425
+ *
1186
1426
  * Gets a collection of media tree items that are siblings of the provided Id.
1187
1427
  */
1188
1428
  static getTreeMediaSiblings<ThrowOnError extends boolean = true>(options?: Options<GetTreeMediaSiblingsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeMediaSiblingsResponses, GetTreeMediaSiblingsErrors, ThrowOnError, "fields">;
@@ -1190,36 +1430,43 @@ export declare class MediaService {
1190
1430
  export declare class MemberGroupService {
1191
1431
  /**
1192
1432
  * Gets a collection of member group items.
1433
+ *
1193
1434
  * Gets a collection of member group items identified by the provided Ids.
1194
1435
  */
1195
1436
  static getItemMemberGroup<ThrowOnError extends boolean = true>(options?: Options<GetItemMemberGroupData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemMemberGroupResponses, GetItemMemberGroupErrors, ThrowOnError, "fields">;
1196
1437
  /**
1197
1438
  * Gets a paginated collection of member groups.
1439
+ *
1198
1440
  * Gets a paginated collection of all member groups.
1199
1441
  */
1200
1442
  static getMemberGroup<ThrowOnError extends boolean = true>(options?: Options<GetMemberGroupData, ThrowOnError>): import("./client/index.js").RequestResult<GetMemberGroupResponses, GetMemberGroupErrors, ThrowOnError, "fields">;
1201
1443
  /**
1202
1444
  * Creates a new member group.
1445
+ *
1203
1446
  * Creates a new member group with the configuration specified in the request model.
1204
1447
  */
1205
1448
  static postMemberGroup<ThrowOnError extends boolean = true>(options?: Options<PostMemberGroupData, ThrowOnError>): import("./client/index.js").RequestResult<PostMemberGroupResponses, PostMemberGroupErrors, ThrowOnError, "fields">;
1206
1449
  /**
1207
1450
  * Deletes a member group.
1451
+ *
1208
1452
  * Deletes a member group identified by the provided Id.
1209
1453
  */
1210
1454
  static deleteMemberGroupById<ThrowOnError extends boolean = true>(options: Options<DeleteMemberGroupByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteMemberGroupByIdResponses, DeleteMemberGroupByIdErrors, ThrowOnError, "fields">;
1211
1455
  /**
1212
1456
  * Gets a member group.
1457
+ *
1213
1458
  * Gets a member group identified by the provided Id.
1214
1459
  */
1215
1460
  static getMemberGroupById<ThrowOnError extends boolean = true>(options: Options<GetMemberGroupByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetMemberGroupByIdResponses, GetMemberGroupByIdErrors, ThrowOnError, "fields">;
1216
1461
  /**
1217
1462
  * Updates a member group.
1463
+ *
1218
1464
  * Updates a member group identified by the provided Id with the details from the request model.
1219
1465
  */
1220
1466
  static putMemberGroupById<ThrowOnError extends boolean = true>(options: Options<PutMemberGroupByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PutMemberGroupByIdResponses, PutMemberGroupByIdErrors, ThrowOnError, "fields">;
1221
1467
  /**
1222
1468
  * Gets a collection of member group items from the root of the tree.
1469
+ *
1223
1470
  * Gets a paginated collection of member group items from the root of the tree with optional filtering.
1224
1471
  */
1225
1472
  static getTreeMemberGroupRoot<ThrowOnError extends boolean = true>(options?: Options<GetTreeMemberGroupRootData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeMemberGroupRootResponses, GetTreeMemberGroupRootErrors, ThrowOnError, "fields">;
@@ -1227,121 +1474,152 @@ export declare class MemberGroupService {
1227
1474
  export declare class MemberTypeService {
1228
1475
  /**
1229
1476
  * Gets a collection of member type items.
1477
+ *
1230
1478
  * Gets a collection of member type items identified by the provided Ids.
1231
1479
  */
1232
1480
  static getItemMemberType<ThrowOnError extends boolean = true>(options?: Options<GetItemMemberTypeData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemMemberTypeResponses, GetItemMemberTypeErrors, ThrowOnError, "fields">;
1233
1481
  /**
1234
1482
  * Gets ancestors for a collection of member type items.
1483
+ *
1235
1484
  * Gets the ancestor chains for member type items identified by the provided Ids.
1236
1485
  */
1237
1486
  static getItemMemberTypeAncestors<ThrowOnError extends boolean = true>(options?: Options<GetItemMemberTypeAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemMemberTypeAncestorsResponses, GetItemMemberTypeAncestorsErrors, ThrowOnError, "fields">;
1238
1487
  /**
1239
1488
  * Searches member type items.
1489
+ *
1240
1490
  * Searches member type items by the provided query with pagination support.
1241
1491
  */
1242
1492
  static getItemMemberTypeSearch<ThrowOnError extends boolean = true>(options?: Options<GetItemMemberTypeSearchData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemMemberTypeSearchResponses, GetItemMemberTypeSearchErrors, ThrowOnError, "fields">;
1243
1493
  /**
1244
1494
  * Creates a new member type.
1495
+ *
1245
1496
  * Creates a new member type with the configuration specified in the request model.
1246
1497
  */
1247
1498
  static postMemberType<ThrowOnError extends boolean = true>(options?: Options<PostMemberTypeData, ThrowOnError>): import("./client/index.js").RequestResult<PostMemberTypeResponses, PostMemberTypeErrors, ThrowOnError, "fields">;
1248
1499
  /**
1249
1500
  * Deletes a member type.
1501
+ *
1250
1502
  * Deletes a member type identified by the provided Id.
1251
1503
  */
1252
1504
  static deleteMemberTypeById<ThrowOnError extends boolean = true>(options: Options<DeleteMemberTypeByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteMemberTypeByIdResponses, DeleteMemberTypeByIdErrors, ThrowOnError, "fields">;
1253
1505
  /**
1254
1506
  * Gets a member type.
1507
+ *
1255
1508
  * Gets a member type identified by the provided Id.
1256
1509
  */
1257
1510
  static getMemberTypeById<ThrowOnError extends boolean = true>(options: Options<GetMemberTypeByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetMemberTypeByIdResponses, GetMemberTypeByIdErrors, ThrowOnError, "fields">;
1258
1511
  /**
1259
1512
  * Updates a member type.
1513
+ *
1260
1514
  * Updates a member type identified by the provided Id with the details from the request model.
1261
1515
  */
1262
1516
  static putMemberTypeById<ThrowOnError extends boolean = true>(options: Options<PutMemberTypeByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PutMemberTypeByIdResponses, PutMemberTypeByIdErrors, ThrowOnError, "fields">;
1263
1517
  /**
1264
1518
  * Gets composition references.
1519
+ *
1265
1520
  * Gets a collection of member types that reference the specified member type as a composition.
1266
1521
  */
1267
1522
  static getMemberTypeByIdCompositionReferences<ThrowOnError extends boolean = true>(options: Options<GetMemberTypeByIdCompositionReferencesData, ThrowOnError>): import("./client/index.js").RequestResult<GetMemberTypeByIdCompositionReferencesResponses, GetMemberTypeByIdCompositionReferencesErrors, ThrowOnError, "fields">;
1268
1523
  /**
1269
1524
  * Copies a member type.
1525
+ *
1270
1526
  * Creates a duplicate of an existing member type identified by the provided Id.
1271
1527
  */
1272
1528
  static postMemberTypeByIdCopy<ThrowOnError extends boolean = true>(options: Options<PostMemberTypeByIdCopyData, ThrowOnError>): import("./client/index.js").RequestResult<PostMemberTypeByIdCopyResponses, PostMemberTypeByIdCopyErrors, ThrowOnError, "fields">;
1273
1529
  /**
1274
1530
  * Exports a member type.
1531
+ *
1275
1532
  * Exports the member type identified by the provided Id to a downloadable format.
1276
1533
  */
1277
1534
  static getMemberTypeByIdExport<ThrowOnError extends boolean = true>(options: Options<GetMemberTypeByIdExportData, ThrowOnError>): import("./client/index.js").RequestResult<GetMemberTypeByIdExportResponses, GetMemberTypeByIdExportErrors, ThrowOnError, "fields">;
1278
1535
  /**
1279
1536
  * Imports a member type.
1537
+ *
1280
1538
  * Imports a member type from the provided file upload.
1281
1539
  */
1282
1540
  static putMemberTypeByIdImport<ThrowOnError extends boolean = true>(options: Options<PutMemberTypeByIdImportData, ThrowOnError>): import("./client/index.js").RequestResult<PutMemberTypeByIdImportResponses, PutMemberTypeByIdImportErrors, ThrowOnError, "fields">;
1283
1541
  /**
1284
1542
  * Moves a member type.
1543
+ *
1285
1544
  * Moves a member type identified by the provided Id to a different location.
1286
1545
  */
1287
1546
  static putMemberTypeByIdMove<ThrowOnError extends boolean = true>(options: Options<PutMemberTypeByIdMoveData, ThrowOnError>): import("./client/index.js").RequestResult<PutMemberTypeByIdMoveResponses, PutMemberTypeByIdMoveErrors, ThrowOnError, "fields">;
1547
+ static getMemberTypeByIdSchema<ThrowOnError extends boolean = true>(options: Options<GetMemberTypeByIdSchemaData, ThrowOnError>): import("./client/index.js").RequestResult<GetMemberTypeByIdSchemaResponses, GetMemberTypeByIdSchemaErrors, ThrowOnError, "fields">;
1548
+ /**
1549
+ * Gets member types allowed at root.
1550
+ *
1551
+ * Gets a collection of member types that are allowed to be created at the root level.
1552
+ */
1553
+ static getMemberTypeAllowedAtRoot<ThrowOnError extends boolean = true>(options?: Options<GetMemberTypeAllowedAtRootData, ThrowOnError>): import("./client/index.js").RequestResult<GetMemberTypeAllowedAtRootResponses, GetMemberTypeAllowedAtRootErrors, ThrowOnError, "fields">;
1288
1554
  /**
1289
1555
  * Gets available compositions.
1556
+ *
1290
1557
  * Gets a collection of member types that are available to use as compositions for the specified member type.
1291
1558
  */
1292
1559
  static postMemberTypeAvailableCompositions<ThrowOnError extends boolean = true>(options?: Options<PostMemberTypeAvailableCompositionsData, ThrowOnError>): import("./client/index.js").RequestResult<PostMemberTypeAvailableCompositionsResponses, PostMemberTypeAvailableCompositionsErrors, ThrowOnError, "fields">;
1293
1560
  /**
1294
1561
  * Gets multiple member types.
1562
+ *
1295
1563
  * Gets multiple member types identified by the provided Ids.
1296
1564
  */
1297
1565
  static getMemberTypeBatch<ThrowOnError extends boolean = true>(options?: Options<GetMemberTypeBatchData, ThrowOnError>): import("./client/index.js").RequestResult<GetMemberTypeBatchResponses, GetMemberTypeBatchErrors, ThrowOnError, "fields">;
1298
1566
  /**
1299
1567
  * Gets the member type configuration.
1568
+ *
1300
1569
  * Gets the configuration settings for member types.
1301
1570
  */
1302
1571
  static getMemberTypeConfiguration<ThrowOnError extends boolean = true>(options?: Options<GetMemberTypeConfigurationData, ThrowOnError>): import("./client/index.js").RequestResult<GetMemberTypeConfigurationResponses, GetMemberTypeConfigurationErrors, ThrowOnError, "fields">;
1303
1572
  /**
1304
1573
  * Creates a member type folder.
1574
+ *
1305
1575
  * Creates a new member type folder with the provided name and parent location.
1306
1576
  */
1307
1577
  static postMemberTypeFolder<ThrowOnError extends boolean = true>(options?: Options<PostMemberTypeFolderData, ThrowOnError>): import("./client/index.js").RequestResult<PostMemberTypeFolderResponses, PostMemberTypeFolderErrors, ThrowOnError, "fields">;
1308
1578
  /**
1309
1579
  * Deletes a member type folder.
1580
+ *
1310
1581
  * Deletes a member type folder identified by the provided Id.
1311
1582
  */
1312
1583
  static deleteMemberTypeFolderById<ThrowOnError extends boolean = true>(options: Options<DeleteMemberTypeFolderByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteMemberTypeFolderByIdResponses, DeleteMemberTypeFolderByIdErrors, ThrowOnError, "fields">;
1313
1584
  /**
1314
1585
  * Gets a member type folder.
1586
+ *
1315
1587
  * Gets a member type folder identified by the provided Id.
1316
1588
  */
1317
1589
  static getMemberTypeFolderById<ThrowOnError extends boolean = true>(options: Options<GetMemberTypeFolderByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetMemberTypeFolderByIdResponses, GetMemberTypeFolderByIdErrors, ThrowOnError, "fields">;
1318
1590
  /**
1319
1591
  * Updates a member type folder.
1592
+ *
1320
1593
  * Updates a member type folder identified by the provided Id with the details from the request model.
1321
1594
  */
1322
1595
  static putMemberTypeFolderById<ThrowOnError extends boolean = true>(options: Options<PutMemberTypeFolderByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PutMemberTypeFolderByIdResponses, PutMemberTypeFolderByIdErrors, ThrowOnError, "fields">;
1323
1596
  /**
1324
1597
  * Imports a member type.
1598
+ *
1325
1599
  * Imports a member type from the provided file upload.
1326
1600
  */
1327
1601
  static postMemberTypeImport<ThrowOnError extends boolean = true>(options?: Options<PostMemberTypeImportData, ThrowOnError>): import("./client/index.js").RequestResult<PostMemberTypeImportResponses, PostMemberTypeImportErrors, ThrowOnError, "fields">;
1328
1602
  /**
1329
1603
  * Gets a collection of ancestor member type items.
1604
+ *
1330
1605
  * Gets a collection of member type items that are ancestors to the provided Id.
1331
1606
  */
1332
1607
  static getTreeMemberTypeAncestors<ThrowOnError extends boolean = true>(options?: Options<GetTreeMemberTypeAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeMemberTypeAncestorsResponses, GetTreeMemberTypeAncestorsErrors, ThrowOnError, "fields">;
1333
1608
  /**
1334
1609
  * Gets a collection of member type tree child items.
1610
+ *
1335
1611
  * Gets a paginated collection of member type tree items that are children of the provided parent Id.
1336
1612
  */
1337
1613
  static getTreeMemberTypeChildren<ThrowOnError extends boolean = true>(options?: Options<GetTreeMemberTypeChildrenData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeMemberTypeChildrenResponses, GetTreeMemberTypeChildrenErrors, ThrowOnError, "fields">;
1338
1614
  /**
1339
1615
  * Gets a collection of member type items from the root of the tree.
1616
+ *
1340
1617
  * Gets a paginated collection of member type items from the root of the tree with optional filtering.
1341
1618
  */
1342
1619
  static getTreeMemberTypeRoot<ThrowOnError extends boolean = true>(options?: Options<GetTreeMemberTypeRootData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeMemberTypeRootResponses, GetTreeMemberTypeRootErrors, ThrowOnError, "fields">;
1343
1620
  /**
1344
1621
  * Gets sibling member types in the tree.
1622
+ *
1345
1623
  * Gets a collection of member type tree items that are siblings of the provided Id.
1346
1624
  */
1347
1625
  static getTreeMemberTypeSiblings<ThrowOnError extends boolean = true>(options?: Options<GetTreeMemberTypeSiblingsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeMemberTypeSiblingsResponses, GetTreeMemberTypeSiblingsErrors, ThrowOnError, "fields">;
@@ -1349,71 +1627,85 @@ export declare class MemberTypeService {
1349
1627
  export declare class MemberService {
1350
1628
  /**
1351
1629
  * Gets a filtered collection of members.
1630
+ *
1352
1631
  * Filters members based on the provided criteria with support for pagination.
1353
1632
  */
1354
1633
  static getFilterMember<ThrowOnError extends boolean = true>(options?: Options<GetFilterMemberData, ThrowOnError>): import("./client/index.js").RequestResult<GetFilterMemberResponses, GetFilterMemberErrors, ThrowOnError, "fields">;
1355
1634
  /**
1356
1635
  * Gets a collection of member items.
1636
+ *
1357
1637
  * Gets a collection of member items identified by the provided Ids.
1358
1638
  */
1359
1639
  static getItemMember<ThrowOnError extends boolean = true>(options?: Options<GetItemMemberData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemMemberResponses, GetItemMemberErrors, ThrowOnError, "fields">;
1360
1640
  /**
1361
1641
  * Gets ancestors for a collection of member items.
1642
+ *
1362
1643
  * Gets the ancestor chains for member items identified by the provided Ids.
1363
1644
  */
1364
1645
  static getItemMemberAncestors<ThrowOnError extends boolean = true>(options?: Options<GetItemMemberAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemMemberAncestorsResponses, GetItemMemberAncestorsErrors, ThrowOnError, "fields">;
1365
1646
  /**
1366
1647
  * Searches member items.
1648
+ *
1367
1649
  * Searches member items by the provided query with pagination support.
1368
1650
  */
1369
1651
  static getItemMemberSearch<ThrowOnError extends boolean = true>(options?: Options<GetItemMemberSearchData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemMemberSearchResponses, GetItemMemberSearchErrors, ThrowOnError, "fields">;
1370
1652
  /**
1371
1653
  * Creates a new member.
1654
+ *
1372
1655
  * Creates a new member with the configuration specified in the request model.
1373
1656
  */
1374
1657
  static postMember<ThrowOnError extends boolean = true>(options?: Options<PostMemberData, ThrowOnError>): import("./client/index.js").RequestResult<PostMemberResponses, PostMemberErrors, ThrowOnError, "fields">;
1375
1658
  /**
1376
1659
  * Deletes a member.
1660
+ *
1377
1661
  * Deletes a member identified by the provided Id.
1378
1662
  */
1379
1663
  static deleteMemberById<ThrowOnError extends boolean = true>(options: Options<DeleteMemberByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteMemberByIdResponses, DeleteMemberByIdErrors, ThrowOnError, "fields">;
1380
1664
  /**
1381
1665
  * Gets a member.
1666
+ *
1382
1667
  * Gets a member identified by the provided Id.
1383
1668
  */
1384
1669
  static getMemberById<ThrowOnError extends boolean = true>(options: Options<GetMemberByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetMemberByIdResponses, GetMemberByIdErrors, ThrowOnError, "fields">;
1385
1670
  /**
1386
1671
  * Updates a member.
1672
+ *
1387
1673
  * Updates a member identified by the provided Id with the details from the request model.
1388
1674
  */
1389
1675
  static putMemberById<ThrowOnError extends boolean = true>(options: Options<PutMemberByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PutMemberByIdResponses, PutMemberByIdErrors, ThrowOnError, "fields">;
1390
1676
  /**
1391
1677
  * Gets a collection of items that reference members.
1678
+ *
1392
1679
  * Gets a paginated collection of items that reference the members identified by the provided Ids.
1393
1680
  */
1394
1681
  static getMemberByIdReferencedBy<ThrowOnError extends boolean = true>(options: Options<GetMemberByIdReferencedByData, ThrowOnError>): import("./client/index.js").RequestResult<GetMemberByIdReferencedByResponses, GetMemberByIdReferencedByErrors, ThrowOnError, "fields">;
1395
1682
  /**
1396
1683
  * Gets a paginated collection of referenced descendant members.
1684
+ *
1397
1685
  * Gets a paginated collection of descendant members that are referenced in relations for the member identified by the provided Id.
1398
1686
  */
1399
1687
  static getMemberByIdReferencedDescendants<ThrowOnError extends boolean = true>(options: Options<GetMemberByIdReferencedDescendantsData, ThrowOnError>): import("./client/index.js").RequestResult<GetMemberByIdReferencedDescendantsResponses, GetMemberByIdReferencedDescendantsErrors, ThrowOnError, "fields">;
1400
1688
  /**
1401
1689
  * Validates updating a member.
1690
+ *
1402
1691
  * Validates the request model for updating a member without actually updating it.
1403
1692
  */
1404
1693
  static putMemberByIdValidate<ThrowOnError extends boolean = true>(options: Options<PutMemberByIdValidateData, ThrowOnError>): import("./client/index.js").RequestResult<PutMemberByIdValidateResponses, PutMemberByIdValidateErrors, ThrowOnError, "fields">;
1405
1694
  /**
1406
1695
  * Gets a collection of items that reference members.
1696
+ *
1407
1697
  * Gets a paginated collection of items that reference the members identified by the provided Ids.
1408
1698
  */
1409
1699
  static getMemberAreReferenced<ThrowOnError extends boolean = true>(options?: Options<GetMemberAreReferencedData, ThrowOnError>): import("./client/index.js").RequestResult<GetMemberAreReferencedResponses, GetMemberAreReferencedErrors, ThrowOnError, "fields">;
1410
1700
  /**
1411
1701
  * Gets the member configuration.
1702
+ *
1412
1703
  * Gets the configuration settings for members.
1413
1704
  */
1414
1705
  static getMemberConfiguration<ThrowOnError extends boolean = true>(options?: Options<GetMemberConfigurationData, ThrowOnError>): import("./client/index.js").RequestResult<GetMemberConfigurationResponses, GetMemberConfigurationErrors, ThrowOnError, "fields">;
1415
1706
  /**
1416
1707
  * Validates creating a member.
1708
+ *
1417
1709
  * Validates the request model for creating a new member without actually creating it.
1418
1710
  */
1419
1711
  static postMemberValidate<ThrowOnError extends boolean = true>(options?: Options<PostMemberValidateData, ThrowOnError>): import("./client/index.js").RequestResult<PostMemberValidateResponses, PostMemberValidateErrors, ThrowOnError, "fields">;
@@ -1421,16 +1713,19 @@ export declare class MemberService {
1421
1713
  export declare class ModelsBuilderService {
1422
1714
  /**
1423
1715
  * Builds models.
1716
+ *
1424
1717
  * Triggers the models builder to generate strongly-typed models for content types.
1425
1718
  */
1426
1719
  static postModelsBuilderBuild<ThrowOnError extends boolean = true>(options?: Options<PostModelsBuilderBuildData, ThrowOnError>): import("./client/index.js").RequestResult<PostModelsBuilderBuildResponses, PostModelsBuilderBuildErrors, ThrowOnError, "fields">;
1427
1720
  /**
1428
1721
  * Gets models builder dashboard data.
1722
+ *
1429
1723
  * Gets the dashboard data and current state of the models builder.
1430
1724
  */
1431
1725
  static getModelsBuilderDashboard<ThrowOnError extends boolean = true>(options?: Options<GetModelsBuilderDashboardData, ThrowOnError>): import("./client/index.js").RequestResult<GetModelsBuilderDashboardResponses, GetModelsBuilderDashboardErrors, ThrowOnError, "fields">;
1432
1726
  /**
1433
1727
  * Gets models builder status.
1728
+ *
1434
1729
  * Gets the current status and configuration of the models builder.
1435
1730
  */
1436
1731
  static getModelsBuilderStatus<ThrowOnError extends boolean = true>(options?: Options<GetModelsBuilderStatusData, ThrowOnError>): import("./client/index.js").RequestResult<GetModelsBuilderStatusResponses, GetModelsBuilderStatusErrors, ThrowOnError, "fields">;
@@ -1438,6 +1733,7 @@ export declare class ModelsBuilderService {
1438
1733
  export declare class NewsDashboardService {
1439
1734
  /**
1440
1735
  * Gets news dashboard content.
1736
+ *
1441
1737
  * Gets the news dashboard content including recent news items and updates for the Umbraco back office.
1442
1738
  */
1443
1739
  static getNewsDashboard<ThrowOnError extends boolean = true>(options?: Options<GetNewsDashboardData, ThrowOnError>): import("./client/index.js").RequestResult<GetNewsDashboardResponses, GetNewsDashboardErrors, ThrowOnError, "fields">;
@@ -1445,6 +1741,7 @@ export declare class NewsDashboardService {
1445
1741
  export declare class ObjectTypesService {
1446
1742
  /**
1447
1743
  * Gets a paginated collection of allowed object types.
1744
+ *
1448
1745
  * Gets a paginated collection of object types that are allowed as relation type targets.
1449
1746
  */
1450
1747
  static getObjectTypes<ThrowOnError extends boolean = true>(options?: Options<GetObjectTypesData, ThrowOnError>): import("./client/index.js").RequestResult<GetObjectTypesResponses, GetObjectTypesErrors, ThrowOnError, "fields">;
@@ -1452,6 +1749,7 @@ export declare class ObjectTypesService {
1452
1749
  export declare class OEmbedService {
1453
1750
  /**
1454
1751
  * Queries OEmbed information.
1752
+ *
1455
1753
  * Queries OEmbed information for the specified URL.
1456
1754
  */
1457
1755
  static getOembedQuery<ThrowOnError extends boolean = true>(options?: Options<GetOembedQueryData, ThrowOnError>): import("./client/index.js").RequestResult<GetOembedQueryResponses, GetOembedQueryErrors, ThrowOnError, "fields">;
@@ -1459,46 +1757,55 @@ export declare class OEmbedService {
1459
1757
  export declare class PackageService {
1460
1758
  /**
1461
1759
  * Runs pending package migrations.
1760
+ *
1462
1761
  * Executes all pending package migrations to update the database schema.
1463
1762
  */
1464
1763
  static postPackageByNameRunMigration<ThrowOnError extends boolean = true>(options: Options<PostPackageByNameRunMigrationData, ThrowOnError>): import("./client/index.js").RequestResult<PostPackageByNameRunMigrationResponses, PostPackageByNameRunMigrationErrors, ThrowOnError, "fields">;
1465
1764
  /**
1466
1765
  * Gets the package configuration.
1766
+ *
1467
1767
  * Gets the configuration settings for packages.
1468
1768
  */
1469
1769
  static getPackageConfiguration<ThrowOnError extends boolean = true>(options?: Options<GetPackageConfigurationData, ThrowOnError>): import("./client/index.js").RequestResult<GetPackageConfigurationResponses, GetPackageConfigurationErrors, ThrowOnError, "fields">;
1470
1770
  /**
1471
1771
  * Gets a paginated collection of created packages.
1772
+ *
1472
1773
  * Gets a paginated collection of all created packages.
1473
1774
  */
1474
1775
  static getPackageCreated<ThrowOnError extends boolean = true>(options?: Options<GetPackageCreatedData, ThrowOnError>): import("./client/index.js").RequestResult<GetPackageCreatedResponses, GetPackageCreatedErrors, ThrowOnError, "fields">;
1475
1776
  /**
1476
1777
  * Creates a new package.
1778
+ *
1477
1779
  * Creates a new package with the configuration specified in the request model.
1478
1780
  */
1479
1781
  static postPackageCreated<ThrowOnError extends boolean = true>(options?: Options<PostPackageCreatedData, ThrowOnError>): import("./client/index.js").RequestResult<PostPackageCreatedResponses, PostPackageCreatedErrors, ThrowOnError, "fields">;
1480
1782
  /**
1481
1783
  * Deletes a package.
1784
+ *
1482
1785
  * Deletes a package identified by the provided Id.
1483
1786
  */
1484
1787
  static deletePackageCreatedById<ThrowOnError extends boolean = true>(options: Options<DeletePackageCreatedByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeletePackageCreatedByIdResponses, DeletePackageCreatedByIdErrors, ThrowOnError, "fields">;
1485
1788
  /**
1486
1789
  * Gets a package.
1790
+ *
1487
1791
  * Gets a package identified by the provided Id.
1488
1792
  */
1489
1793
  static getPackageCreatedById<ThrowOnError extends boolean = true>(options: Options<GetPackageCreatedByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetPackageCreatedByIdResponses, GetPackageCreatedByIdErrors, ThrowOnError, "fields">;
1490
1794
  /**
1491
1795
  * Updates a package.
1796
+ *
1492
1797
  * Updates a package identified by the provided Id with the details from the request model.
1493
1798
  */
1494
1799
  static putPackageCreatedById<ThrowOnError extends boolean = true>(options: Options<PutPackageCreatedByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PutPackageCreatedByIdResponses, PutPackageCreatedByIdErrors, ThrowOnError, "fields">;
1495
1800
  /**
1496
1801
  * Downloads a created package.
1802
+ *
1497
1803
  * Downloads the package file for the created package identified by the provided Id.
1498
1804
  */
1499
1805
  static getPackageCreatedByIdDownload<ThrowOnError extends boolean = true>(options: Options<GetPackageCreatedByIdDownloadData, ThrowOnError>): import("./client/index.js").RequestResult<GetPackageCreatedByIdDownloadResponses, GetPackageCreatedByIdDownloadErrors, ThrowOnError, "fields">;
1500
1806
  /**
1501
1807
  * Gets all package migration statuses.
1808
+ *
1502
1809
  * Gets a paginated collection of migration status for all installed packages.
1503
1810
  */
1504
1811
  static getPackageMigrationStatus<ThrowOnError extends boolean = true>(options?: Options<GetPackageMigrationStatusData, ThrowOnError>): import("./client/index.js").RequestResult<GetPackageMigrationStatusResponses, GetPackageMigrationStatusErrors, ThrowOnError, "fields">;
@@ -1506,76 +1813,91 @@ export declare class PackageService {
1506
1813
  export declare class PartialViewService {
1507
1814
  /**
1508
1815
  * Gets a collection of partial view items.
1816
+ *
1509
1817
  * Gets a collection of partial view items identified by the provided Ids.
1510
1818
  */
1511
1819
  static getItemPartialView<ThrowOnError extends boolean = true>(options?: Options<GetItemPartialViewData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemPartialViewResponses, GetItemPartialViewErrors, ThrowOnError, "fields">;
1512
1820
  /**
1513
1821
  * Creates a new partial view.
1822
+ *
1514
1823
  * Creates a new partial view with the configuration specified in the request model.
1515
1824
  */
1516
1825
  static postPartialView<ThrowOnError extends boolean = true>(options?: Options<PostPartialViewData, ThrowOnError>): import("./client/index.js").RequestResult<PostPartialViewResponses, PostPartialViewErrors, ThrowOnError, "fields">;
1517
1826
  /**
1518
1827
  * Deletes a partial view.
1828
+ *
1519
1829
  * Deletes a partial view identified by the provided Id.
1520
1830
  */
1521
1831
  static deletePartialViewByPath<ThrowOnError extends boolean = true>(options: Options<DeletePartialViewByPathData, ThrowOnError>): import("./client/index.js").RequestResult<DeletePartialViewByPathResponses, DeletePartialViewByPathErrors, ThrowOnError, "fields">;
1522
1832
  /**
1523
1833
  * Gets a partial view by path.
1834
+ *
1524
1835
  * Gets a partial view identified by the provided file path.
1525
1836
  */
1526
1837
  static getPartialViewByPath<ThrowOnError extends boolean = true>(options: Options<GetPartialViewByPathData, ThrowOnError>): import("./client/index.js").RequestResult<GetPartialViewByPathResponses, GetPartialViewByPathErrors, ThrowOnError, "fields">;
1527
1838
  /**
1528
1839
  * Updates a partial view.
1840
+ *
1529
1841
  * Updates a partial view identified by the provided Id with the details from the request model.
1530
1842
  */
1531
1843
  static putPartialViewByPath<ThrowOnError extends boolean = true>(options: Options<PutPartialViewByPathData, ThrowOnError>): import("./client/index.js").RequestResult<PutPartialViewByPathResponses, PutPartialViewByPathErrors, ThrowOnError, "fields">;
1532
1844
  /**
1533
1845
  * Renames a partial view.
1846
+ *
1534
1847
  * Renames a partial view file to the specified new name.
1535
1848
  */
1536
1849
  static putPartialViewByPathRename<ThrowOnError extends boolean = true>(options: Options<PutPartialViewByPathRenameData, ThrowOnError>): import("./client/index.js").RequestResult<PutPartialViewByPathRenameResponses, PutPartialViewByPathRenameErrors, ThrowOnError, "fields">;
1537
1850
  /**
1538
1851
  * Creates a partial view folder.
1852
+ *
1539
1853
  * Creates a new partial view folder with the provided name and parent location.
1540
1854
  */
1541
1855
  static postPartialViewFolder<ThrowOnError extends boolean = true>(options?: Options<PostPartialViewFolderData, ThrowOnError>): import("./client/index.js").RequestResult<PostPartialViewFolderResponses, PostPartialViewFolderErrors, ThrowOnError, "fields">;
1542
1856
  /**
1543
1857
  * Deletes a partial view folder.
1858
+ *
1544
1859
  * Deletes a partial view folder identified by the provided Id.
1545
1860
  */
1546
1861
  static deletePartialViewFolderByPath<ThrowOnError extends boolean = true>(options: Options<DeletePartialViewFolderByPathData, ThrowOnError>): import("./client/index.js").RequestResult<DeletePartialViewFolderByPathResponses, DeletePartialViewFolderByPathErrors, ThrowOnError, "fields">;
1547
1862
  /**
1548
1863
  * Gets a partial view folder by path.
1864
+ *
1549
1865
  * Gets a partial view folder identified by the provided file path.
1550
1866
  */
1551
1867
  static getPartialViewFolderByPath<ThrowOnError extends boolean = true>(options: Options<GetPartialViewFolderByPathData, ThrowOnError>): import("./client/index.js").RequestResult<GetPartialViewFolderByPathResponses, GetPartialViewFolderByPathErrors, ThrowOnError, "fields">;
1552
1868
  /**
1553
1869
  * Gets a paginated collection of partial view snippets.
1870
+ *
1554
1871
  * Gets a paginated collection of available partial view code snippets that can be used when creating new partial views.
1555
1872
  */
1556
1873
  static getPartialViewSnippet<ThrowOnError extends boolean = true>(options?: Options<GetPartialViewSnippetData, ThrowOnError>): import("./client/index.js").RequestResult<GetPartialViewSnippetResponses, GetPartialViewSnippetErrors, ThrowOnError, "fields">;
1557
1874
  /**
1558
1875
  * Gets a partial view snippet.
1876
+ *
1559
1877
  * Gets a partial view snippet identified by the provided Id.
1560
1878
  */
1561
1879
  static getPartialViewSnippetById<ThrowOnError extends boolean = true>(options: Options<GetPartialViewSnippetByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetPartialViewSnippetByIdResponses, GetPartialViewSnippetByIdErrors, ThrowOnError, "fields">;
1562
1880
  /**
1563
1881
  * Gets a collection of ancestor partial view items.
1882
+ *
1564
1883
  * Gets a collection of partial view items that are ancestors to the provided Id.
1565
1884
  */
1566
1885
  static getTreePartialViewAncestors<ThrowOnError extends boolean = true>(options?: Options<GetTreePartialViewAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreePartialViewAncestorsResponses, GetTreePartialViewAncestorsErrors, ThrowOnError, "fields">;
1567
1886
  /**
1568
1887
  * Gets a collection of partial view tree child items.
1888
+ *
1569
1889
  * Gets a paginated collection of partial view tree items that are children of the provided parent Id.
1570
1890
  */
1571
1891
  static getTreePartialViewChildren<ThrowOnError extends boolean = true>(options?: Options<GetTreePartialViewChildrenData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreePartialViewChildrenResponses, GetTreePartialViewChildrenErrors, ThrowOnError, "fields">;
1572
1892
  /**
1573
1893
  * Gets a collection of partial view items from the root of the tree.
1894
+ *
1574
1895
  * Gets a paginated collection of partial view items from the root of the tree with optional filtering.
1575
1896
  */
1576
1897
  static getTreePartialViewRoot<ThrowOnError extends boolean = true>(options?: Options<GetTreePartialViewRootData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreePartialViewRootResponses, GetTreePartialViewRootErrors, ThrowOnError, "fields">;
1577
1898
  /**
1578
1899
  * Gets a collection of partial view tree sibling items.
1900
+ *
1579
1901
  * Gets a collection of partial view tree items that are siblings of the provided Id.
1580
1902
  */
1581
1903
  static getTreePartialViewSiblings<ThrowOnError extends boolean = true>(options?: Options<GetTreePartialViewSiblingsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreePartialViewSiblingsResponses, GetTreePartialViewSiblingsErrors, ThrowOnError, "fields">;
@@ -1583,12 +1905,15 @@ export declare class PartialViewService {
1583
1905
  export declare class PreviewService {
1584
1906
  /**
1585
1907
  * Exits preview mode.
1908
+ *
1586
1909
  * Exits preview mode and returns to the normal back office viewing experience.
1587
1910
  */
1588
1911
  static deletePreview<ThrowOnError extends boolean = true>(options?: Options<DeletePreviewData, ThrowOnError>): import("./client/index.js").RequestResult<DeletePreviewResponses, unknown, ThrowOnError, "fields">;
1589
1912
  /**
1590
1913
  * Enters preview mode.
1914
+ *
1591
1915
  * Enters preview mode for the current user session, allowing viewing of unpublished content.
1916
+ *
1592
1917
  * @deprecated
1593
1918
  */
1594
1919
  static postPreview<ThrowOnError extends boolean = true>(options?: Options<PostPreviewData, ThrowOnError>): import("./client/index.js").RequestResult<PostPreviewResponses, PostPreviewErrors, ThrowOnError, "fields">;
@@ -1596,11 +1921,13 @@ export declare class PreviewService {
1596
1921
  export declare class ProfilingService {
1597
1922
  /**
1598
1923
  * Gets profiling status.
1924
+ *
1599
1925
  * Gets the current status of the MiniProfiler profiling tool.
1600
1926
  */
1601
1927
  static getProfilingStatus<ThrowOnError extends boolean = true>(options?: Options<GetProfilingStatusData, ThrowOnError>): import("./client/index.js").RequestResult<GetProfilingStatusResponses, GetProfilingStatusErrors, ThrowOnError, "fields">;
1602
1928
  /**
1603
1929
  * Updates the web profiling status.
1930
+ *
1604
1931
  * Enables or disables web profiling according to the values provided in the request model.
1605
1932
  */
1606
1933
  static putProfilingStatus<ThrowOnError extends boolean = true>(options?: Options<PutProfilingStatusData, ThrowOnError>): import("./client/index.js").RequestResult<PutProfilingStatusResponses, PutProfilingStatusErrors, ThrowOnError, "fields">;
@@ -1608,6 +1935,7 @@ export declare class ProfilingService {
1608
1935
  export declare class PropertyTypeService {
1609
1936
  /**
1610
1937
  * Checks if a property type is used.
1938
+ *
1611
1939
  * Checks if the property type identified by the provided content type id and property alias is used in any content, media, or members.
1612
1940
  */
1613
1941
  static getPropertyTypeIsUsed<ThrowOnError extends boolean = true>(options?: Options<GetPropertyTypeIsUsedData, ThrowOnError>): import("./client/index.js").RequestResult<GetPropertyTypeIsUsedResponses, GetPropertyTypeIsUsedErrors, ThrowOnError, "fields">;
@@ -1615,16 +1943,19 @@ export declare class PropertyTypeService {
1615
1943
  export declare class PublishedCacheService {
1616
1944
  /**
1617
1945
  * Rebuilds the published content cache.
1946
+ *
1618
1947
  * Rebuilds the entire published content cache from scratch.
1619
1948
  */
1620
1949
  static postPublishedCacheRebuild<ThrowOnError extends boolean = true>(options?: Options<PostPublishedCacheRebuildData, ThrowOnError>): import("./client/index.js").RequestResult<PostPublishedCacheRebuildResponses, PostPublishedCacheRebuildErrors, ThrowOnError, "fields">;
1621
1950
  /**
1622
1951
  * Gets the rebuild cache status.
1952
+ *
1623
1953
  * Gets the current status of the published content cache rebuild operation.
1624
1954
  */
1625
1955
  static getPublishedCacheRebuildStatus<ThrowOnError extends boolean = true>(options?: Options<GetPublishedCacheRebuildStatusData, ThrowOnError>): import("./client/index.js").RequestResult<GetPublishedCacheRebuildStatusResponses, GetPublishedCacheRebuildStatusErrors, ThrowOnError, "fields">;
1626
1956
  /**
1627
1957
  * Reloads the published content cache.
1958
+ *
1628
1959
  * Reloads the published content cache from the database.
1629
1960
  */
1630
1961
  static postPublishedCacheReload<ThrowOnError extends boolean = true>(options?: Options<PostPublishedCacheReloadData, ThrowOnError>): import("./client/index.js").RequestResult<PostPublishedCacheReloadResponses, PostPublishedCacheReloadErrors, ThrowOnError, "fields">;
@@ -1632,26 +1963,31 @@ export declare class PublishedCacheService {
1632
1963
  export declare class RedirectManagementService {
1633
1964
  /**
1634
1965
  * Gets a paginated collection of redirect URLs.
1966
+ *
1635
1967
  * Gets a paginated collection of redirect URLs with support for filtering and sorting.
1636
1968
  */
1637
1969
  static getRedirectManagement<ThrowOnError extends boolean = true>(options?: Options<GetRedirectManagementData, ThrowOnError>): import("./client/index.js").RequestResult<GetRedirectManagementResponses, GetRedirectManagementErrors, ThrowOnError, "fields">;
1638
1970
  /**
1639
1971
  * Deletes a redirect URL.
1972
+ *
1640
1973
  * Deletes a redirect URL identified by the provided Id.
1641
1974
  */
1642
1975
  static deleteRedirectManagementById<ThrowOnError extends boolean = true>(options: Options<DeleteRedirectManagementByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteRedirectManagementByIdResponses, DeleteRedirectManagementByIdErrors, ThrowOnError, "fields">;
1643
1976
  /**
1644
1977
  * Gets a redirect URL.
1978
+ *
1645
1979
  * Gets a redirect URL identified by the provided Id.
1646
1980
  */
1647
1981
  static getRedirectManagementById<ThrowOnError extends boolean = true>(options: Options<GetRedirectManagementByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetRedirectManagementByIdResponses, GetRedirectManagementByIdErrors, ThrowOnError, "fields">;
1648
1982
  /**
1649
1983
  * Gets the current redirect URL management status.
1984
+ *
1650
1985
  * Retrieves the current status and configuration for redirect URL management.
1651
1986
  */
1652
1987
  static getRedirectManagementStatus<ThrowOnError extends boolean = true>(options?: Options<GetRedirectManagementStatusData, ThrowOnError>): import("./client/index.js").RequestResult<GetRedirectManagementStatusResponses, GetRedirectManagementStatusErrors, ThrowOnError, "fields">;
1653
1988
  /**
1654
1989
  * Sets the redirect URL tracking status.
1990
+ *
1655
1991
  * Updates the redirect URL tracking configuration according to the provided status.
1656
1992
  */
1657
1993
  static postRedirectManagementStatus<ThrowOnError extends boolean = true>(options?: Options<PostRedirectManagementStatusData, ThrowOnError>): import("./client/index.js").RequestResult<PostRedirectManagementStatusResponses, PostRedirectManagementStatusErrors, ThrowOnError, "fields">;
@@ -1659,16 +1995,19 @@ export declare class RedirectManagementService {
1659
1995
  export declare class RelationTypeService {
1660
1996
  /**
1661
1997
  * Gets a collection of relation type items.
1998
+ *
1662
1999
  * Gets a collection of relation type items identified by the provided Ids.
1663
2000
  */
1664
2001
  static getItemRelationType<ThrowOnError extends boolean = true>(options?: Options<GetItemRelationTypeData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemRelationTypeResponses, GetItemRelationTypeErrors, ThrowOnError, "fields">;
1665
2002
  /**
1666
2003
  * Gets a paginated collection of relation types.
2004
+ *
1667
2005
  * Gets a paginated collection of all relation types configured in the system.
1668
2006
  */
1669
2007
  static getRelationType<ThrowOnError extends boolean = true>(options?: Options<GetRelationTypeData, ThrowOnError>): import("./client/index.js").RequestResult<GetRelationTypeResponses, GetRelationTypeErrors, ThrowOnError, "fields">;
1670
2008
  /**
1671
2009
  * Gets a relation type.
2010
+ *
1672
2011
  * Gets a relation type identified by the provided Id.
1673
2012
  */
1674
2013
  static getRelationTypeById<ThrowOnError extends boolean = true>(options: Options<GetRelationTypeByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetRelationTypeByIdResponses, GetRelationTypeByIdErrors, ThrowOnError, "fields">;
@@ -1676,6 +2015,7 @@ export declare class RelationTypeService {
1676
2015
  export declare class RelationService {
1677
2016
  /**
1678
2017
  * Gets relations by relation type.
2018
+ *
1679
2019
  * Gets a collection of relations filtered by the specified relation type key.
1680
2020
  */
1681
2021
  static getRelationByRelationTypeId<ThrowOnError extends boolean = true>(options: Options<GetRelationByRelationTypeIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetRelationByRelationTypeIdResponses, GetRelationByRelationTypeIdErrors, ThrowOnError, "fields">;
@@ -1683,66 +2023,79 @@ export declare class RelationService {
1683
2023
  export declare class ScriptService {
1684
2024
  /**
1685
2025
  * Gets a collection of script items.
2026
+ *
1686
2027
  * Gets a collection of script items identified by the provided Ids.
1687
2028
  */
1688
2029
  static getItemScript<ThrowOnError extends boolean = true>(options?: Options<GetItemScriptData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemScriptResponses, GetItemScriptErrors, ThrowOnError, "fields">;
1689
2030
  /**
1690
2031
  * Creates a new script.
2032
+ *
1691
2033
  * Creates a new script with the configuration specified in the request model.
1692
2034
  */
1693
2035
  static postScript<ThrowOnError extends boolean = true>(options?: Options<PostScriptData, ThrowOnError>): import("./client/index.js").RequestResult<PostScriptResponses, PostScriptErrors, ThrowOnError, "fields">;
1694
2036
  /**
1695
2037
  * Deletes a script.
2038
+ *
1696
2039
  * Deletes a script identified by the provided file path.
1697
2040
  */
1698
2041
  static deleteScriptByPath<ThrowOnError extends boolean = true>(options: Options<DeleteScriptByPathData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteScriptByPathResponses, DeleteScriptByPathErrors, ThrowOnError, "fields">;
1699
2042
  /**
1700
2043
  * Gets a script by path.
2044
+ *
1701
2045
  * Gets a script identified by the provided file path.
1702
2046
  */
1703
2047
  static getScriptByPath<ThrowOnError extends boolean = true>(options: Options<GetScriptByPathData, ThrowOnError>): import("./client/index.js").RequestResult<GetScriptByPathResponses, GetScriptByPathErrors, ThrowOnError, "fields">;
1704
2048
  /**
1705
2049
  * Updates a script.
2050
+ *
1706
2051
  * Updates a script identified by the provided Id with the details from the request model.
1707
2052
  */
1708
2053
  static putScriptByPath<ThrowOnError extends boolean = true>(options: Options<PutScriptByPathData, ThrowOnError>): import("./client/index.js").RequestResult<PutScriptByPathResponses, PutScriptByPathErrors, ThrowOnError, "fields">;
1709
2054
  /**
1710
2055
  * Renames a script.
2056
+ *
1711
2057
  * Renames a script file to the specified new name.
1712
2058
  */
1713
2059
  static putScriptByPathRename<ThrowOnError extends boolean = true>(options: Options<PutScriptByPathRenameData, ThrowOnError>): import("./client/index.js").RequestResult<PutScriptByPathRenameResponses, PutScriptByPathRenameErrors, ThrowOnError, "fields">;
1714
2060
  /**
1715
2061
  * Creates a script folder.
2062
+ *
1716
2063
  * Creates a new script folder with the provided name and parent location.
1717
2064
  */
1718
2065
  static postScriptFolder<ThrowOnError extends boolean = true>(options?: Options<PostScriptFolderData, ThrowOnError>): import("./client/index.js").RequestResult<PostScriptFolderResponses, PostScriptFolderErrors, ThrowOnError, "fields">;
1719
2066
  /**
1720
2067
  * Deletes a script folder.
2068
+ *
1721
2069
  * Deletes a script folder identified by the provided Id.
1722
2070
  */
1723
2071
  static deleteScriptFolderByPath<ThrowOnError extends boolean = true>(options: Options<DeleteScriptFolderByPathData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteScriptFolderByPathResponses, DeleteScriptFolderByPathErrors, ThrowOnError, "fields">;
1724
2072
  /**
1725
2073
  * Gets a script folder by path.
2074
+ *
1726
2075
  * Gets a script folder identified by the provided file path.
1727
2076
  */
1728
2077
  static getScriptFolderByPath<ThrowOnError extends boolean = true>(options: Options<GetScriptFolderByPathData, ThrowOnError>): import("./client/index.js").RequestResult<GetScriptFolderByPathResponses, GetScriptFolderByPathErrors, ThrowOnError, "fields">;
1729
2078
  /**
1730
2079
  * Gets a collection of ancestor script items.
2080
+ *
1731
2081
  * Gets a collection of script items that are ancestors to the provided Id.
1732
2082
  */
1733
2083
  static getTreeScriptAncestors<ThrowOnError extends boolean = true>(options?: Options<GetTreeScriptAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeScriptAncestorsResponses, GetTreeScriptAncestorsErrors, ThrowOnError, "fields">;
1734
2084
  /**
1735
2085
  * Gets a collection of script tree child items.
2086
+ *
1736
2087
  * Gets a paginated collection of script tree items that are children of the provided parent Id.
1737
2088
  */
1738
2089
  static getTreeScriptChildren<ThrowOnError extends boolean = true>(options?: Options<GetTreeScriptChildrenData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeScriptChildrenResponses, GetTreeScriptChildrenErrors, ThrowOnError, "fields">;
1739
2090
  /**
1740
2091
  * Gets a collection of script items from the root of the tree.
2092
+ *
1741
2093
  * Gets a paginated collection of script items from the root of the tree with optional filtering.
1742
2094
  */
1743
2095
  static getTreeScriptRoot<ThrowOnError extends boolean = true>(options?: Options<GetTreeScriptRootData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeScriptRootResponses, GetTreeScriptRootErrors, ThrowOnError, "fields">;
1744
2096
  /**
1745
2097
  * Gets a collection of script tree sibling items.
2098
+ *
1746
2099
  * Gets a collection of script tree items that are siblings of the provided Id.
1747
2100
  */
1748
2101
  static getTreeScriptSiblings<ThrowOnError extends boolean = true>(options?: Options<GetTreeScriptSiblingsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeScriptSiblingsResponses, GetTreeScriptSiblingsErrors, ThrowOnError, "fields">;
@@ -1750,6 +2103,7 @@ export declare class ScriptService {
1750
2103
  export declare class SearcherService {
1751
2104
  /**
1752
2105
  * Gets a collection of searchers.
2106
+ *
1753
2107
  * Gets a collection of configured searchers in the Umbraco installation.
1754
2108
  */
1755
2109
  static getSearcher<ThrowOnError extends boolean = true>(options?: Options<GetSearcherData, ThrowOnError>): import("./client/index.js").RequestResult<GetSearcherResponses, GetSearcherErrors, ThrowOnError, "fields">;
@@ -1758,21 +2112,25 @@ export declare class SearcherService {
1758
2112
  export declare class SecurityService {
1759
2113
  /**
1760
2114
  * Gets the security configuration.
2115
+ *
1761
2116
  * Gets the configuration settings for security.
1762
2117
  */
1763
2118
  static getSecurityConfiguration<ThrowOnError extends boolean = true>(options?: Options<GetSecurityConfigurationData, ThrowOnError>): import("./client/index.js").RequestResult<GetSecurityConfigurationResponses, GetSecurityConfigurationErrors, ThrowOnError, "fields">;
1764
2119
  /**
1765
2120
  * Requests a password reset.
2121
+ *
1766
2122
  * Initiates a password reset process by sending a reset link to the specified email address.
1767
2123
  */
1768
2124
  static postSecurityForgotPassword<ThrowOnError extends boolean = true>(options?: Options<PostSecurityForgotPasswordData, ThrowOnError>): import("./client/index.js").RequestResult<PostSecurityForgotPasswordResponses, PostSecurityForgotPasswordErrors, ThrowOnError, "fields">;
1769
2125
  /**
1770
2126
  * Initiates password reset.
2127
+ *
1771
2128
  * Initiates a password reset process for the user with the provided email.
1772
2129
  */
1773
2130
  static postSecurityForgotPasswordReset<ThrowOnError extends boolean = true>(options?: Options<PostSecurityForgotPasswordResetData, ThrowOnError>): import("./client/index.js").RequestResult<PostSecurityForgotPasswordResetResponses, PostSecurityForgotPasswordResetErrors, ThrowOnError, "fields">;
1774
2131
  /**
1775
2132
  * Verifies a password reset token.
2133
+ *
1776
2134
  * Verifies the provided password reset token for the specified user.
1777
2135
  */
1778
2136
  static postSecurityForgotPasswordVerify<ThrowOnError extends boolean = true>(options?: Options<PostSecurityForgotPasswordVerifyData, ThrowOnError>): import("./client/index.js").RequestResult<PostSecurityForgotPasswordVerifyResponses, PostSecurityForgotPasswordVerifyErrors, ThrowOnError, "fields">;
@@ -1780,6 +2138,7 @@ export declare class SecurityService {
1780
2138
  export declare class SegmentService {
1781
2139
  /**
1782
2140
  * Gets a paginated collection of segments.
2141
+ *
1783
2142
  * Gets a paginated collection of segments with support for filtering and pagination.
1784
2143
  */
1785
2144
  static getSegment<ThrowOnError extends boolean = true>(options?: Options<GetSegmentData, ThrowOnError>): import("./client/index.js").RequestResult<GetSegmentResponses, GetSegmentErrors, ThrowOnError, "fields">;
@@ -1787,27 +2146,33 @@ export declare class SegmentService {
1787
2146
  export declare class ServerService {
1788
2147
  /**
1789
2148
  * Gets the server configuration.
2149
+ *
1790
2150
  * Gets the configuration settings for servers.
1791
2151
  */
1792
2152
  static getServerConfiguration<ThrowOnError extends boolean = true>(options?: Options<GetServerConfigurationData, ThrowOnError>): import("./client/index.js").RequestResult<GetServerConfigurationResponses, unknown, ThrowOnError, "fields">;
1793
2153
  /**
1794
2154
  * Gets server information.
2155
+ *
1795
2156
  * Gets detailed information about the server environment and configuration.
1796
2157
  */
1797
2158
  static getServerInformation<ThrowOnError extends boolean = true>(options?: Options<GetServerInformationData, ThrowOnError>): import("./client/index.js").RequestResult<GetServerInformationResponses, GetServerInformationErrors, ThrowOnError, "fields">;
1798
2159
  /**
1799
2160
  * Gets server status.
2161
+ *
1800
2162
  * Gets the current operational status of the Umbraco server.
1801
2163
  */
1802
2164
  static getServerStatus<ThrowOnError extends boolean = true>(options?: Options<GetServerStatusData, ThrowOnError>): import("./client/index.js").RequestResult<GetServerStatusResponses, GetServerStatusErrors, ThrowOnError, "fields">;
1803
2165
  /**
1804
2166
  * Gets server troubleshooting information.
2167
+ *
1805
2168
  * Gets troubleshooting information and diagnostics for the server.
1806
2169
  */
1807
2170
  static getServerTroubleshooting<ThrowOnError extends boolean = true>(options?: Options<GetServerTroubleshootingData, ThrowOnError>): import("./client/index.js").RequestResult<GetServerTroubleshootingResponses, GetServerTroubleshootingErrors, ThrowOnError, "fields">;
1808
2171
  /**
1809
2172
  * Checks for available upgrades.
2173
+ *
1810
2174
  * Checks if there are any available upgrades for the Umbraco installation.
2175
+ *
1811
2176
  * @deprecated
1812
2177
  */
1813
2178
  static getServerUpgradeCheck<ThrowOnError extends boolean = true>(options?: Options<GetServerUpgradeCheckData, ThrowOnError>): import("./client/index.js").RequestResult<GetServerUpgradeCheckResponses, GetServerUpgradeCheckErrors, ThrowOnError, "fields">;
@@ -1815,21 +2180,25 @@ export declare class ServerService {
1815
2180
  export declare class StaticFileService {
1816
2181
  /**
1817
2182
  * Gets a collection of static file items.
2183
+ *
1818
2184
  * Gets a collection of static file items identified by the provided Ids.
1819
2185
  */
1820
2186
  static getItemStaticFile<ThrowOnError extends boolean = true>(options?: Options<GetItemStaticFileData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemStaticFileResponses, GetItemStaticFileErrors, ThrowOnError, "fields">;
1821
2187
  /**
1822
2188
  * Gets a collection of ancestor static file items.
2189
+ *
1823
2190
  * Gets a collection of static file items that are ancestors to the provided Id.
1824
2191
  */
1825
2192
  static getTreeStaticFileAncestors<ThrowOnError extends boolean = true>(options?: Options<GetTreeStaticFileAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeStaticFileAncestorsResponses, GetTreeStaticFileAncestorsErrors, ThrowOnError, "fields">;
1826
2193
  /**
1827
2194
  * Gets a collection of static file tree child items.
2195
+ *
1828
2196
  * Gets a paginated collection of static file tree items that are children of the provided parent Id.
1829
2197
  */
1830
2198
  static getTreeStaticFileChildren<ThrowOnError extends boolean = true>(options?: Options<GetTreeStaticFileChildrenData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeStaticFileChildrenResponses, GetTreeStaticFileChildrenErrors, ThrowOnError, "fields">;
1831
2199
  /**
1832
2200
  * Gets a collection of static file items from the root of the tree.
2201
+ *
1833
2202
  * Gets a paginated collection of static file items from the root of the tree with optional filtering.
1834
2203
  */
1835
2204
  static getTreeStaticFileRoot<ThrowOnError extends boolean = true>(options?: Options<GetTreeStaticFileRootData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeStaticFileRootResponses, GetTreeStaticFileRootErrors, ThrowOnError, "fields">;
@@ -1837,66 +2206,79 @@ export declare class StaticFileService {
1837
2206
  export declare class StylesheetService {
1838
2207
  /**
1839
2208
  * Gets a collection of stylesheet items.
2209
+ *
1840
2210
  * Gets a collection of stylesheet items identified by the provided Ids.
1841
2211
  */
1842
2212
  static getItemStylesheet<ThrowOnError extends boolean = true>(options?: Options<GetItemStylesheetData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemStylesheetResponses, GetItemStylesheetErrors, ThrowOnError, "fields">;
1843
2213
  /**
1844
2214
  * Creates a new stylesheet.
2215
+ *
1845
2216
  * Creates a new stylesheet with the configuration specified in the request model.
1846
2217
  */
1847
2218
  static postStylesheet<ThrowOnError extends boolean = true>(options?: Options<PostStylesheetData, ThrowOnError>): import("./client/index.js").RequestResult<PostStylesheetResponses, PostStylesheetErrors, ThrowOnError, "fields">;
1848
2219
  /**
1849
2220
  * Deletes a stylesheet.
2221
+ *
1850
2222
  * Deletes a stylesheet identified by the provided Id.
1851
2223
  */
1852
2224
  static deleteStylesheetByPath<ThrowOnError extends boolean = true>(options: Options<DeleteStylesheetByPathData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteStylesheetByPathResponses, DeleteStylesheetByPathErrors, ThrowOnError, "fields">;
1853
2225
  /**
1854
2226
  * Gets a stylesheet by path.
2227
+ *
1855
2228
  * Gets a stylesheet identified by the provided file path.
1856
2229
  */
1857
2230
  static getStylesheetByPath<ThrowOnError extends boolean = true>(options: Options<GetStylesheetByPathData, ThrowOnError>): import("./client/index.js").RequestResult<GetStylesheetByPathResponses, GetStylesheetByPathErrors, ThrowOnError, "fields">;
1858
2231
  /**
1859
2232
  * Updates a stylesheet.
2233
+ *
1860
2234
  * Updates a stylesheet identified by the provided Id with the details from the request model.
1861
2235
  */
1862
2236
  static putStylesheetByPath<ThrowOnError extends boolean = true>(options: Options<PutStylesheetByPathData, ThrowOnError>): import("./client/index.js").RequestResult<PutStylesheetByPathResponses, PutStylesheetByPathErrors, ThrowOnError, "fields">;
1863
2237
  /**
1864
2238
  * Renames a stylesheet.
2239
+ *
1865
2240
  * Renames a stylesheet file to the specified new name.
1866
2241
  */
1867
2242
  static putStylesheetByPathRename<ThrowOnError extends boolean = true>(options: Options<PutStylesheetByPathRenameData, ThrowOnError>): import("./client/index.js").RequestResult<PutStylesheetByPathRenameResponses, PutStylesheetByPathRenameErrors, ThrowOnError, "fields">;
1868
2243
  /**
1869
2244
  * Creates a stylesheet folder.
2245
+ *
1870
2246
  * Creates a new stylesheet folder with the provided name and parent location.
1871
2247
  */
1872
2248
  static postStylesheetFolder<ThrowOnError extends boolean = true>(options?: Options<PostStylesheetFolderData, ThrowOnError>): import("./client/index.js").RequestResult<PostStylesheetFolderResponses, PostStylesheetFolderErrors, ThrowOnError, "fields">;
1873
2249
  /**
1874
2250
  * Deletes a stylesheet folder.
2251
+ *
1875
2252
  * Deletes a stylesheet folder identified by the provided Id.
1876
2253
  */
1877
2254
  static deleteStylesheetFolderByPath<ThrowOnError extends boolean = true>(options: Options<DeleteStylesheetFolderByPathData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteStylesheetFolderByPathResponses, DeleteStylesheetFolderByPathErrors, ThrowOnError, "fields">;
1878
2255
  /**
1879
2256
  * Gets a stylesheet folder by path.
2257
+ *
1880
2258
  * Gets a stylesheet folder identified by the provided file path.
1881
2259
  */
1882
2260
  static getStylesheetFolderByPath<ThrowOnError extends boolean = true>(options: Options<GetStylesheetFolderByPathData, ThrowOnError>): import("./client/index.js").RequestResult<GetStylesheetFolderByPathResponses, GetStylesheetFolderByPathErrors, ThrowOnError, "fields">;
1883
2261
  /**
1884
2262
  * Gets a collection of ancestor stylesheet items.
2263
+ *
1885
2264
  * Gets a collection of stylesheet items that are ancestors to the provided Id.
1886
2265
  */
1887
2266
  static getTreeStylesheetAncestors<ThrowOnError extends boolean = true>(options?: Options<GetTreeStylesheetAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeStylesheetAncestorsResponses, GetTreeStylesheetAncestorsErrors, ThrowOnError, "fields">;
1888
2267
  /**
1889
2268
  * Gets a collection of stylesheet tree child items.
2269
+ *
1890
2270
  * Gets a paginated collection of stylesheet tree items that are children of the provided parent Id.
1891
2271
  */
1892
2272
  static getTreeStylesheetChildren<ThrowOnError extends boolean = true>(options?: Options<GetTreeStylesheetChildrenData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeStylesheetChildrenResponses, GetTreeStylesheetChildrenErrors, ThrowOnError, "fields">;
1893
2273
  /**
1894
2274
  * Gets a collection of stylesheet items from the root of the tree.
2275
+ *
1895
2276
  * Gets a paginated collection of stylesheet items from the root of the tree with optional filtering.
1896
2277
  */
1897
2278
  static getTreeStylesheetRoot<ThrowOnError extends boolean = true>(options?: Options<GetTreeStylesheetRootData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeStylesheetRootResponses, GetTreeStylesheetRootErrors, ThrowOnError, "fields">;
1898
2279
  /**
1899
2280
  * Gets a collection of stylesheet tree sibling items.
2281
+ *
1900
2282
  * Gets a collection of stylesheet tree items that are siblings of the provided Id.
1901
2283
  */
1902
2284
  static getTreeStylesheetSiblings<ThrowOnError extends boolean = true>(options?: Options<GetTreeStylesheetSiblingsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeStylesheetSiblingsResponses, GetTreeStylesheetSiblingsErrors, ThrowOnError, "fields">;
@@ -1904,6 +2286,7 @@ export declare class StylesheetService {
1904
2286
  export declare class TagService {
1905
2287
  /**
1906
2288
  * Gets a collection of tags.
2289
+ *
1907
2290
  * Gets a collection of tags filtered by the provided query string.
1908
2291
  */
1909
2292
  static getTag<ThrowOnError extends boolean = true>(options?: Options<GetTagData, ThrowOnError>): import("./client/index.js").RequestResult<GetTagResponses, GetTagErrors, ThrowOnError, "fields">;
@@ -1911,16 +2294,19 @@ export declare class TagService {
1911
2294
  export declare class TelemetryService {
1912
2295
  /**
1913
2296
  * Gets telemetry data.
2297
+ *
1914
2298
  * Gets telemetry data and statistics for the Umbraco installation.
1915
2299
  */
1916
2300
  static getTelemetry<ThrowOnError extends boolean = true>(options?: Options<GetTelemetryData, ThrowOnError>): import("./client/index.js").RequestResult<GetTelemetryResponses, GetTelemetryErrors, ThrowOnError, "fields">;
1917
2301
  /**
1918
2302
  * Gets telemetry information.
2303
+ *
1919
2304
  * Gets the current telemetry configuration and consent level.
1920
2305
  */
1921
2306
  static getTelemetryLevel<ThrowOnError extends boolean = true>(options?: Options<GetTelemetryLevelData, ThrowOnError>): import("./client/index.js").RequestResult<GetTelemetryLevelResponses, GetTelemetryLevelErrors, ThrowOnError, "fields">;
1922
2307
  /**
1923
2308
  * Sets telemetry consent level.
2309
+ *
1924
2310
  * Sets the telemetry consent level for anonymous usage data collection.
1925
2311
  */
1926
2312
  static postTelemetryLevel<ThrowOnError extends boolean = true>(options?: Options<PostTelemetryLevelData, ThrowOnError>): import("./client/index.js").RequestResult<PostTelemetryLevelResponses, PostTelemetryLevelErrors, ThrowOnError, "fields">;
@@ -1928,71 +2314,85 @@ export declare class TelemetryService {
1928
2314
  export declare class TemplateService {
1929
2315
  /**
1930
2316
  * Gets a collection of template items.
2317
+ *
1931
2318
  * Gets a collection of template items identified by the provided Ids.
1932
2319
  */
1933
2320
  static getItemTemplate<ThrowOnError extends boolean = true>(options?: Options<GetItemTemplateData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemTemplateResponses, GetItemTemplateErrors, ThrowOnError, "fields">;
1934
2321
  /**
1935
2322
  * Gets ancestors for a collection of template items.
2323
+ *
1936
2324
  * Gets the ancestor chains for template items identified by the provided Ids.
1937
2325
  */
1938
2326
  static getItemTemplateAncestors<ThrowOnError extends boolean = true>(options?: Options<GetItemTemplateAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemTemplateAncestorsResponses, GetItemTemplateAncestorsErrors, ThrowOnError, "fields">;
1939
2327
  /**
1940
2328
  * Searches template items.
2329
+ *
1941
2330
  * Searches template items by the provided query with pagination support.
1942
2331
  */
1943
2332
  static getItemTemplateSearch<ThrowOnError extends boolean = true>(options?: Options<GetItemTemplateSearchData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemTemplateSearchResponses, GetItemTemplateSearchErrors, ThrowOnError, "fields">;
1944
2333
  /**
1945
2334
  * Creates a new template.
2335
+ *
1946
2336
  * Creates a new template with the configuration specified in the request model.
1947
2337
  */
1948
2338
  static postTemplate<ThrowOnError extends boolean = true>(options?: Options<PostTemplateData, ThrowOnError>): import("./client/index.js").RequestResult<PostTemplateResponses, PostTemplateErrors, ThrowOnError, "fields">;
1949
2339
  /**
1950
2340
  * Deletes a template.
2341
+ *
1951
2342
  * Deletes a template identified by the provided Id.
1952
2343
  */
1953
2344
  static deleteTemplateById<ThrowOnError extends boolean = true>(options: Options<DeleteTemplateByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteTemplateByIdResponses, DeleteTemplateByIdErrors, ThrowOnError, "fields">;
1954
2345
  /**
1955
2346
  * Gets a template.
2347
+ *
1956
2348
  * Gets a template identified by the provided Id.
1957
2349
  */
1958
2350
  static getTemplateById<ThrowOnError extends boolean = true>(options: Options<GetTemplateByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetTemplateByIdResponses, GetTemplateByIdErrors, ThrowOnError, "fields">;
1959
2351
  /**
1960
2352
  * Updates a template.
2353
+ *
1961
2354
  * Updates a template identified by the provided Id with the details from the request model.
1962
2355
  */
1963
2356
  static putTemplateById<ThrowOnError extends boolean = true>(options: Options<PutTemplateByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PutTemplateByIdResponses, PutTemplateByIdErrors, ThrowOnError, "fields">;
1964
2357
  /**
1965
2358
  * Gets the template configuration.
2359
+ *
1966
2360
  * Gets the configuration settings for templates.
1967
2361
  */
1968
2362
  static getTemplateConfiguration<ThrowOnError extends boolean = true>(options?: Options<GetTemplateConfigurationData, ThrowOnError>): import("./client/index.js").RequestResult<GetTemplateConfigurationResponses, GetTemplateConfigurationErrors, ThrowOnError, "fields">;
1969
2363
  /**
1970
2364
  * Executes a template query.
2365
+ *
1971
2366
  * Executes a template query with the provided parameters and returns the matching content results with execution metrics.
1972
2367
  */
1973
2368
  static postTemplateQueryExecute<ThrowOnError extends boolean = true>(options?: Options<PostTemplateQueryExecuteData, ThrowOnError>): import("./client/index.js").RequestResult<PostTemplateQueryExecuteResponses, PostTemplateQueryExecuteErrors, ThrowOnError, "fields">;
1974
2369
  /**
1975
2370
  * Gets template query settings.
2371
+ *
1976
2372
  * Gets the available configuration settings for template queries including document type aliases, properties, and operators.
1977
2373
  */
1978
2374
  static getTemplateQuerySettings<ThrowOnError extends boolean = true>(options?: Options<GetTemplateQuerySettingsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTemplateQuerySettingsResponses, GetTemplateQuerySettingsErrors, ThrowOnError, "fields">;
1979
2375
  /**
1980
2376
  * Gets a collection of ancestor template items.
2377
+ *
1981
2378
  * Gets a collection of template items that are ancestors to the provided Id.
1982
2379
  */
1983
2380
  static getTreeTemplateAncestors<ThrowOnError extends boolean = true>(options?: Options<GetTreeTemplateAncestorsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeTemplateAncestorsResponses, GetTreeTemplateAncestorsErrors, ThrowOnError, "fields">;
1984
2381
  /**
1985
2382
  * Gets a collection of template tree child items.
2383
+ *
1986
2384
  * Gets a paginated collection of template tree items that are children of the provided parent Id.
1987
2385
  */
1988
2386
  static getTreeTemplateChildren<ThrowOnError extends boolean = true>(options?: Options<GetTreeTemplateChildrenData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeTemplateChildrenResponses, GetTreeTemplateChildrenErrors, ThrowOnError, "fields">;
1989
2387
  /**
1990
2388
  * Gets a collection of template items from the root of the tree.
2389
+ *
1991
2390
  * Gets a paginated collection of template items from the root of the tree with optional filtering.
1992
2391
  */
1993
2392
  static getTreeTemplateRoot<ThrowOnError extends boolean = true>(options?: Options<GetTreeTemplateRootData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeTemplateRootResponses, GetTreeTemplateRootErrors, ThrowOnError, "fields">;
1994
2393
  /**
1995
2394
  * Gets a collection of template tree sibling items.
2395
+ *
1996
2396
  * Gets a collection of template tree items that are siblings of the provided Id.
1997
2397
  */
1998
2398
  static getTreeTemplateSiblings<ThrowOnError extends boolean = true>(options?: Options<GetTreeTemplateSiblingsData, ThrowOnError>): import("./client/index.js").RequestResult<GetTreeTemplateSiblingsResponses, GetTreeTemplateSiblingsErrors, ThrowOnError, "fields">;
@@ -2000,21 +2400,25 @@ export declare class TemplateService {
2000
2400
  export declare class TemporaryFileService {
2001
2401
  /**
2002
2402
  * Creates a temporary file.
2403
+ *
2003
2404
  * Uploads and creates a temporary file that can be used in subsequent operations.
2004
2405
  */
2005
2406
  static postTemporaryFile<ThrowOnError extends boolean = true>(options?: Options<PostTemporaryFileData, ThrowOnError>): import("./client/index.js").RequestResult<PostTemporaryFileResponses, PostTemporaryFileErrors, ThrowOnError, "fields">;
2006
2407
  /**
2007
2408
  * Deletes a temporary file.
2409
+ *
2008
2410
  * Deletes a temporary file identified by the provided Id.
2009
2411
  */
2010
2412
  static deleteTemporaryFileById<ThrowOnError extends boolean = true>(options: Options<DeleteTemporaryFileByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteTemporaryFileByIdResponses, DeleteTemporaryFileByIdErrors, ThrowOnError, "fields">;
2011
2413
  /**
2012
2414
  * Gets a temporary file.
2415
+ *
2013
2416
  * Gets a temporary file identified by the provided Id.
2014
2417
  */
2015
2418
  static getTemporaryFileById<ThrowOnError extends boolean = true>(options: Options<GetTemporaryFileByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetTemporaryFileByIdResponses, GetTemporaryFileByIdErrors, ThrowOnError, "fields">;
2016
2419
  /**
2017
2420
  * Gets the temporary file configuration.
2421
+ *
2018
2422
  * Gets the configuration settings for temporary files.
2019
2423
  */
2020
2424
  static getTemporaryFileConfiguration<ThrowOnError extends boolean = true>(options?: Options<GetTemporaryFileConfigurationData, ThrowOnError>): import("./client/index.js").RequestResult<GetTemporaryFileConfigurationResponses, GetTemporaryFileConfigurationErrors, ThrowOnError, "fields">;
@@ -2022,11 +2426,13 @@ export declare class TemporaryFileService {
2022
2426
  export declare class UpgradeService {
2023
2427
  /**
2024
2428
  * Authorizes the upgrade.
2429
+ *
2025
2430
  * Authorizes the currently authenticated user to perform the upgrade.
2026
2431
  */
2027
2432
  static postUpgradeAuthorize<ThrowOnError extends boolean = true>(options?: Options<PostUpgradeAuthorizeData, ThrowOnError>): import("./client/index.js").RequestResult<PostUpgradeAuthorizeResponses, PostUpgradeAuthorizeErrors, ThrowOnError, "fields">;
2028
2433
  /**
2029
2434
  * Gets upgrade settings.
2435
+ *
2030
2436
  * Gets the current upgrade settings and status for the Umbraco installation.
2031
2437
  */
2032
2438
  static getUpgradeSettings<ThrowOnError extends boolean = true>(options?: Options<GetUpgradeSettingsData, ThrowOnError>): import("./client/index.js").RequestResult<GetUpgradeSettingsResponses, GetUpgradeSettingsErrors, ThrowOnError, "fields">;
@@ -2034,26 +2440,31 @@ export declare class UpgradeService {
2034
2440
  export declare class UserDataService {
2035
2441
  /**
2036
2442
  * Gets user data.
2443
+ *
2037
2444
  * Gets user-specific data stored for the current authenticated user.
2038
2445
  */
2039
2446
  static getUserData<ThrowOnError extends boolean = true>(options?: Options<GetUserDataData, ThrowOnError>): import("./client/index.js").RequestResult<GetUserDataResponses, GetUserDataErrors, ThrowOnError, "fields">;
2040
2447
  /**
2041
2448
  * Creates user data.
2449
+ *
2042
2450
  * Creates user-specific data for the current authenticated user with the provided key and value.
2043
2451
  */
2044
2452
  static postUserData<ThrowOnError extends boolean = true>(options?: Options<PostUserDataData, ThrowOnError>): import("./client/index.js").RequestResult<PostUserDataResponses, PostUserDataErrors, ThrowOnError, "fields">;
2045
2453
  /**
2046
2454
  * Updates user data.
2455
+ *
2047
2456
  * Updates user-specific data for the current authenticated user.
2048
2457
  */
2049
2458
  static putUserData<ThrowOnError extends boolean = true>(options?: Options<PutUserDataData, ThrowOnError>): import("./client/index.js").RequestResult<PutUserDataResponses, PutUserDataErrors, ThrowOnError, "fields">;
2050
2459
  /**
2051
2460
  * Deletes user data.
2461
+ *
2052
2462
  * Deletes user data identified by the provided Id.
2053
2463
  */
2054
2464
  static deleteUserDataById<ThrowOnError extends boolean = true>(options: Options<DeleteUserDataByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteUserDataByIdResponses, DeleteUserDataByIdErrors, ThrowOnError, "fields">;
2055
2465
  /**
2056
2466
  * Gets user data.
2467
+ *
2057
2468
  * Gets user data identified by the provided Id.
2058
2469
  */
2059
2470
  static getUserDataById<ThrowOnError extends boolean = true>(options: Options<GetUserDataByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetUserDataByIdResponses, GetUserDataByIdErrors, ThrowOnError, "fields">;
@@ -2061,51 +2472,61 @@ export declare class UserDataService {
2061
2472
  export declare class UserGroupService {
2062
2473
  /**
2063
2474
  * Gets a filtered collection of user groups.
2475
+ *
2064
2476
  * Filters user groups based on the provided criteria with support for pagination.
2065
2477
  */
2066
2478
  static getFilterUserGroup<ThrowOnError extends boolean = true>(options?: Options<GetFilterUserGroupData, ThrowOnError>): import("./client/index.js").RequestResult<GetFilterUserGroupResponses, GetFilterUserGroupErrors, ThrowOnError, "fields">;
2067
2479
  /**
2068
2480
  * Gets a collection of user group items.
2481
+ *
2069
2482
  * Gets a collection of user group items identified by the provided Ids.
2070
2483
  */
2071
2484
  static getItemUserGroup<ThrowOnError extends boolean = true>(options?: Options<GetItemUserGroupData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemUserGroupResponses, GetItemUserGroupErrors, ThrowOnError, "fields">;
2072
2485
  /**
2073
2486
  * Deletes multiple user groups.
2487
+ *
2074
2488
  * Deletes multiple user groups identified by the provided Ids. This operation cannot be undone.
2075
2489
  */
2076
2490
  static deleteUserGroup<ThrowOnError extends boolean = true>(options?: Options<DeleteUserGroupData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteUserGroupResponses, DeleteUserGroupErrors, ThrowOnError, "fields">;
2077
2491
  /**
2078
2492
  * Gets a paginated collection of user groups.
2493
+ *
2079
2494
  * Gets a paginated collection of all user groups.
2080
2495
  */
2081
2496
  static getUserGroup<ThrowOnError extends boolean = true>(options?: Options<GetUserGroupData, ThrowOnError>): import("./client/index.js").RequestResult<GetUserGroupResponses, GetUserGroupErrors, ThrowOnError, "fields">;
2082
2497
  /**
2083
2498
  * Creates a new user group.
2499
+ *
2084
2500
  * Creates a new user group with the configuration specified in the request model.
2085
2501
  */
2086
2502
  static postUserGroup<ThrowOnError extends boolean = true>(options?: Options<PostUserGroupData, ThrowOnError>): import("./client/index.js").RequestResult<PostUserGroupResponses, PostUserGroupErrors, ThrowOnError, "fields">;
2087
2503
  /**
2088
2504
  * Deletes a user group.
2505
+ *
2089
2506
  * Deletes a user group identified by the provided Id.
2090
2507
  */
2091
2508
  static deleteUserGroupById<ThrowOnError extends boolean = true>(options: Options<DeleteUserGroupByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteUserGroupByIdResponses, DeleteUserGroupByIdErrors, ThrowOnError, "fields">;
2092
2509
  /**
2093
2510
  * Gets a user group.
2511
+ *
2094
2512
  * Gets a user group identified by the provided Id.
2095
2513
  */
2096
2514
  static getUserGroupById<ThrowOnError extends boolean = true>(options: Options<GetUserGroupByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetUserGroupByIdResponses, GetUserGroupByIdErrors, ThrowOnError, "fields">;
2097
2515
  /**
2098
2516
  * Updates a user group.
2517
+ *
2099
2518
  * Updates a user group identified by the provided Id with the details from the request model.
2100
2519
  */
2101
2520
  static putUserGroupById<ThrowOnError extends boolean = true>(options: Options<PutUserGroupByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PutUserGroupByIdResponses, PutUserGroupByIdErrors, ThrowOnError, "fields">;
2102
2521
  /**
2103
2522
  * Removes users from a user group.
2523
+ *
2104
2524
  * Removes the specified users from the user group identified by the provided Id.
2105
2525
  */
2106
2526
  static deleteUserGroupByIdUsers<ThrowOnError extends boolean = true>(options: Options<DeleteUserGroupByIdUsersData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteUserGroupByIdUsersResponses, DeleteUserGroupByIdUsersErrors, ThrowOnError, "fields">;
2107
2527
  /**
2108
2528
  * Adds users to a user group.
2529
+ *
2109
2530
  * Adds the specified users to the user group identified by the provided Id.
2110
2531
  */
2111
2532
  static postUserGroupByIdUsers<ThrowOnError extends boolean = true>(options: Options<PostUserGroupByIdUsersData, ThrowOnError>): import("./client/index.js").RequestResult<PostUserGroupByIdUsersResponses, PostUserGroupByIdUsersErrors, ThrowOnError, "fields">;
@@ -2113,196 +2534,235 @@ export declare class UserGroupService {
2113
2534
  export declare class UserService {
2114
2535
  /**
2115
2536
  * Gets a filtered collection of users.
2537
+ *
2116
2538
  * Filters users based on the provided criteria with support for pagination.
2117
2539
  */
2118
2540
  static getFilterUser<ThrowOnError extends boolean = true>(options?: Options<GetFilterUserData, ThrowOnError>): import("./client/index.js").RequestResult<GetFilterUserResponses, GetFilterUserErrors, ThrowOnError, "fields">;
2119
2541
  /**
2120
2542
  * Gets a collection of user items.
2543
+ *
2121
2544
  * Gets a collection of user items identified by the provided Ids.
2122
2545
  */
2123
2546
  static getItemUser<ThrowOnError extends boolean = true>(options?: Options<GetItemUserData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemUserResponses, GetItemUserErrors, ThrowOnError, "fields">;
2124
2547
  /**
2125
2548
  * Deletes multiple users.
2549
+ *
2126
2550
  * Deletes multiple users identified by the provided Ids. This operation cannot be undone.
2127
2551
  */
2128
2552
  static deleteUser<ThrowOnError extends boolean = true>(options?: Options<DeleteUserData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteUserResponses, DeleteUserErrors, ThrowOnError, "fields">;
2129
2553
  /**
2130
2554
  * Gets a paginated collection of users.
2555
+ *
2131
2556
  * Gets a paginated collection of all users.
2132
2557
  */
2133
2558
  static getUser<ThrowOnError extends boolean = true>(options?: Options<GetUserData, ThrowOnError>): import("./client/index.js").RequestResult<GetUserResponses, GetUserErrors, ThrowOnError, "fields">;
2134
2559
  /**
2135
2560
  * Creates a new user.
2561
+ *
2136
2562
  * Creates a new user with the configuration specified in the request model.
2137
2563
  */
2138
2564
  static postUser<ThrowOnError extends boolean = true>(options?: Options<PostUserData, ThrowOnError>): import("./client/index.js").RequestResult<PostUserResponses, PostUserErrors, ThrowOnError, "fields">;
2139
2565
  /**
2140
2566
  * Deletes a user.
2567
+ *
2141
2568
  * Deletes a user identified by the provided Id.
2142
2569
  */
2143
2570
  static deleteUserById<ThrowOnError extends boolean = true>(options: Options<DeleteUserByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteUserByIdResponses, DeleteUserByIdErrors, ThrowOnError, "fields">;
2144
2571
  /**
2145
2572
  * Gets a user.
2573
+ *
2146
2574
  * Gets a user identified by the provided Id.
2147
2575
  */
2148
2576
  static getUserById<ThrowOnError extends boolean = true>(options: Options<GetUserByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetUserByIdResponses, GetUserByIdErrors, ThrowOnError, "fields">;
2149
2577
  /**
2150
2578
  * Updates a user.
2579
+ *
2151
2580
  * Updates a user identified by the provided Id with the details from the request model.
2152
2581
  */
2153
2582
  static putUserById<ThrowOnError extends boolean = true>(options: Options<PutUserByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PutUserByIdResponses, PutUserByIdErrors, ThrowOnError, "fields">;
2154
2583
  /**
2155
2584
  * Lists two-factor providers for a user.
2585
+ *
2156
2586
  * Gets a list of available two-factor authentication providers for the specified user.
2157
2587
  */
2158
2588
  static getUserById2Fa<ThrowOnError extends boolean = true>(options: Options<GetUserById2FaData, ThrowOnError>): import("./client/index.js").RequestResult<GetUserById2FaResponses, GetUserById2FaErrors, ThrowOnError, "fields">;
2159
2589
  /**
2160
2590
  * Disables two-factor authentication for a user.
2591
+ *
2161
2592
  * Disables the specified two-factor authentication provider for a user.
2162
2593
  */
2163
2594
  static deleteUserById2FaByProviderName<ThrowOnError extends boolean = true>(options: Options<DeleteUserById2FaByProviderNameData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteUserById2FaByProviderNameResponses, DeleteUserById2FaByProviderNameErrors, ThrowOnError, "fields">;
2164
2595
  /**
2165
2596
  * Calculates start nodes for users.
2597
+ *
2166
2598
  * Calculates the start nodes for the users identified by the provided Ids based on their permissions.
2167
2599
  */
2168
2600
  static getUserByIdCalculateStartNodes<ThrowOnError extends boolean = true>(options: Options<GetUserByIdCalculateStartNodesData, ThrowOnError>): import("./client/index.js").RequestResult<GetUserByIdCalculateStartNodesResponses, GetUserByIdCalculateStartNodesErrors, ThrowOnError, "fields">;
2169
2601
  /**
2170
2602
  * Changes a user's password.
2603
+ *
2171
2604
  * Changes the password for the user identified by the provided Id.
2172
2605
  */
2173
2606
  static postUserByIdChangePassword<ThrowOnError extends boolean = true>(options: Options<PostUserByIdChangePasswordData, ThrowOnError>): import("./client/index.js").RequestResult<PostUserByIdChangePasswordResponses, PostUserByIdChangePasswordErrors, ThrowOnError, "fields">;
2174
2607
  /**
2175
2608
  * Gets all client credentials for a user.
2609
+ *
2176
2610
  * Gets a collection of OAuth client credentials for the user identified by the provided Id.
2177
2611
  */
2178
2612
  static getUserByIdClientCredentials<ThrowOnError extends boolean = true>(options: Options<GetUserByIdClientCredentialsData, ThrowOnError>): import("./client/index.js").RequestResult<GetUserByIdClientCredentialsResponses, GetUserByIdClientCredentialsErrors, ThrowOnError, "fields">;
2179
2613
  /**
2180
2614
  * Creates client credentials for a user.
2615
+ *
2181
2616
  * Creates OAuth client credentials for the user identified by the provided Id.
2182
2617
  */
2183
2618
  static postUserByIdClientCredentials<ThrowOnError extends boolean = true>(options: Options<PostUserByIdClientCredentialsData, ThrowOnError>): import("./client/index.js").RequestResult<PostUserByIdClientCredentialsResponses, PostUserByIdClientCredentialsErrors, ThrowOnError, "fields">;
2184
2619
  /**
2185
2620
  * Deletes client credentials for a user.
2621
+ *
2186
2622
  * Deletes client credentials identified by the provided client Id for a user.
2187
2623
  */
2188
2624
  static deleteUserByIdClientCredentialsByClientId<ThrowOnError extends boolean = true>(options: Options<DeleteUserByIdClientCredentialsByClientIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteUserByIdClientCredentialsByClientIdResponses, DeleteUserByIdClientCredentialsByClientIdErrors, ThrowOnError, "fields">;
2189
2625
  /**
2190
2626
  * Resets a user's password.
2627
+ *
2191
2628
  * Resets the password for the user using the provided reset token.
2192
2629
  */
2193
2630
  static postUserByIdResetPassword<ThrowOnError extends boolean = true>(options: Options<PostUserByIdResetPasswordData, ThrowOnError>): import("./client/index.js").RequestResult<PostUserByIdResetPasswordResponses, PostUserByIdResetPasswordErrors, ThrowOnError, "fields">;
2194
2631
  /**
2195
2632
  * Clears a user's avatar.
2633
+ *
2196
2634
  * Removes the avatar image for the user identified by the provided Id.
2197
2635
  */
2198
2636
  static deleteUserAvatarById<ThrowOnError extends boolean = true>(options: Options<DeleteUserAvatarByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteUserAvatarByIdResponses, DeleteUserAvatarByIdErrors, ThrowOnError, "fields">;
2199
2637
  /**
2200
2638
  * Sets a user's avatar.
2639
+ *
2201
2640
  * Sets or updates the avatar image for the user identified by the provided Id.
2202
2641
  */
2203
2642
  static postUserAvatarById<ThrowOnError extends boolean = true>(options: Options<PostUserAvatarByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PostUserAvatarByIdResponses, PostUserAvatarByIdErrors, ThrowOnError, "fields">;
2204
2643
  /**
2205
2644
  * Gets the user configuration.
2645
+ *
2206
2646
  * Gets the configuration settings for users.
2207
2647
  */
2208
2648
  static getUserConfiguration<ThrowOnError extends boolean = true>(options?: Options<GetUserConfigurationData, ThrowOnError>): import("./client/index.js").RequestResult<GetUserConfigurationResponses, GetUserConfigurationErrors, ThrowOnError, "fields">;
2209
2649
  /**
2210
2650
  * Gets the current user.
2651
+ *
2211
2652
  * Gets the currently authenticated back office user's information and permissions.
2212
2653
  */
2213
2654
  static getUserCurrent<ThrowOnError extends boolean = true>(options?: Options<GetUserCurrentData, ThrowOnError>): import("./client/index.js").RequestResult<GetUserCurrentResponses, GetUserCurrentErrors, ThrowOnError, "fields">;
2214
2655
  /**
2215
2656
  * Lists two-factor providers for the current user.
2657
+ *
2216
2658
  * Gets a list of available two-factor authentication providers for the current user.
2217
2659
  */
2218
2660
  static getUserCurrent2Fa<ThrowOnError extends boolean = true>(options?: Options<GetUserCurrent2FaData, ThrowOnError>): import("./client/index.js").RequestResult<GetUserCurrent2FaResponses, GetUserCurrent2FaErrors, ThrowOnError, "fields">;
2219
2661
  /**
2220
2662
  * Disables two-factor authentication for the current user.
2663
+ *
2221
2664
  * Disables the specified two-factor authentication provider for the currently authenticated user.
2222
2665
  */
2223
2666
  static deleteUserCurrent2FaByProviderName<ThrowOnError extends boolean = true>(options: Options<DeleteUserCurrent2FaByProviderNameData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteUserCurrent2FaByProviderNameResponses, DeleteUserCurrent2FaByProviderNameErrors, ThrowOnError, "fields">;
2224
2667
  /**
2225
2668
  * Gets two-factor setup information.
2669
+ *
2226
2670
  * Gets the setup information for configuring a two-factor authentication provider.
2227
2671
  */
2228
2672
  static getUserCurrent2FaByProviderName<ThrowOnError extends boolean = true>(options: Options<GetUserCurrent2FaByProviderNameData, ThrowOnError>): import("./client/index.js").RequestResult<GetUserCurrent2FaByProviderNameResponses, GetUserCurrent2FaByProviderNameErrors, ThrowOnError, "fields">;
2229
2673
  /**
2230
2674
  * Enables two-factor authentication for the current user.
2675
+ *
2231
2676
  * Enables the specified two-factor authentication provider for the currently authenticated user.
2232
2677
  */
2233
2678
  static postUserCurrent2FaByProviderName<ThrowOnError extends boolean = true>(options: Options<PostUserCurrent2FaByProviderNameData, ThrowOnError>): import("./client/index.js").RequestResult<PostUserCurrent2FaByProviderNameResponses, PostUserCurrent2FaByProviderNameErrors, ThrowOnError, "fields">;
2234
2679
  /**
2235
2680
  * Sets the current user's avatar.
2681
+ *
2236
2682
  * Sets or updates the avatar image for the currently authenticated user.
2237
2683
  */
2238
2684
  static postUserCurrentAvatar<ThrowOnError extends boolean = true>(options?: Options<PostUserCurrentAvatarData, ThrowOnError>): import("./client/index.js").RequestResult<PostUserCurrentAvatarResponses, PostUserCurrentAvatarErrors, ThrowOnError, "fields">;
2239
2685
  /**
2240
2686
  * Changes the current user's password.
2687
+ *
2241
2688
  * Changes the password for the currently authenticated user.
2242
2689
  */
2243
2690
  static postUserCurrentChangePassword<ThrowOnError extends boolean = true>(options?: Options<PostUserCurrentChangePasswordData, ThrowOnError>): import("./client/index.js").RequestResult<PostUserCurrentChangePasswordResponses, PostUserCurrentChangePasswordErrors, ThrowOnError, "fields">;
2244
2691
  /**
2245
2692
  * Gets the current user's configuration.
2693
+ *
2246
2694
  * Gets the configuration settings for the current user.
2247
2695
  */
2248
2696
  static getUserCurrentConfiguration<ThrowOnError extends boolean = true>(options?: Options<GetUserCurrentConfigurationData, ThrowOnError>): import("./client/index.js").RequestResult<GetUserCurrentConfigurationResponses, GetUserCurrentConfigurationErrors, ThrowOnError, "fields">;
2249
2697
  /**
2250
2698
  * Lists external login providers.
2699
+ *
2251
2700
  * Gets a list of configured external login providers for authentication.
2252
2701
  */
2253
2702
  static getUserCurrentLoginProviders<ThrowOnError extends boolean = true>(options?: Options<GetUserCurrentLoginProvidersData, ThrowOnError>): import("./client/index.js").RequestResult<GetUserCurrentLoginProvidersResponses, GetUserCurrentLoginProvidersErrors, ThrowOnError, "fields">;
2254
2703
  /**
2255
2704
  * Gets permissions for the current user.
2705
+ *
2256
2706
  * Gets the permissions for the currently authenticated user.
2257
2707
  */
2258
2708
  static getUserCurrentPermissions<ThrowOnError extends boolean = true>(options?: Options<GetUserCurrentPermissionsData, ThrowOnError>): import("./client/index.js").RequestResult<GetUserCurrentPermissionsResponses, GetUserCurrentPermissionsErrors, ThrowOnError, "fields">;
2259
2709
  /**
2260
2710
  * Gets document permissions for the current user.
2711
+ *
2261
2712
  * Gets the document permissions for the currently authenticated user.
2262
2713
  */
2263
2714
  static getUserCurrentPermissionsDocument<ThrowOnError extends boolean = true>(options?: Options<GetUserCurrentPermissionsDocumentData, ThrowOnError>): import("./client/index.js").RequestResult<GetUserCurrentPermissionsDocumentResponses, GetUserCurrentPermissionsDocumentErrors, ThrowOnError, "fields">;
2264
2715
  /**
2265
2716
  * Gets media permissions for the current user.
2717
+ *
2266
2718
  * Gets the media permissions for the currently authenticated user.
2267
2719
  */
2268
2720
  static getUserCurrentPermissionsMedia<ThrowOnError extends boolean = true>(options?: Options<GetUserCurrentPermissionsMediaData, ThrowOnError>): import("./client/index.js").RequestResult<GetUserCurrentPermissionsMediaResponses, GetUserCurrentPermissionsMediaErrors, ThrowOnError, "fields">;
2269
2721
  /**
2270
2722
  * Disables users.
2723
+ *
2271
2724
  * Disables the user accounts identified by the provided Ids.
2272
2725
  */
2273
2726
  static postUserDisable<ThrowOnError extends boolean = true>(options?: Options<PostUserDisableData, ThrowOnError>): import("./client/index.js").RequestResult<PostUserDisableResponses, PostUserDisableErrors, ThrowOnError, "fields">;
2274
2727
  /**
2275
2728
  * Enables users.
2729
+ *
2276
2730
  * Enables the user accounts identified by the provided Ids.
2277
2731
  */
2278
2732
  static postUserEnable<ThrowOnError extends boolean = true>(options?: Options<PostUserEnableData, ThrowOnError>): import("./client/index.js").RequestResult<PostUserEnableResponses, PostUserEnableErrors, ThrowOnError, "fields">;
2279
2733
  /**
2280
2734
  * Invites new users.
2735
+ *
2281
2736
  * Sends invitation emails to create new user accounts with the specified details.
2282
2737
  */
2283
2738
  static postUserInvite<ThrowOnError extends boolean = true>(options?: Options<PostUserInviteData, ThrowOnError>): import("./client/index.js").RequestResult<PostUserInviteResponses, PostUserInviteErrors, ThrowOnError, "fields">;
2284
2739
  /**
2285
2740
  * Creates an initial password for a user.
2741
+ *
2286
2742
  * Creates an initial password for a newly invited user using the provided token.
2287
2743
  */
2288
2744
  static postUserInviteCreatePassword<ThrowOnError extends boolean = true>(options?: Options<PostUserInviteCreatePasswordData, ThrowOnError>): import("./client/index.js").RequestResult<PostUserInviteCreatePasswordResponses, PostUserInviteCreatePasswordErrors, ThrowOnError, "fields">;
2289
2745
  /**
2290
2746
  * Resends a user invitation.
2747
+ *
2291
2748
  * Resends the invitation email for the users identified by the provided Ids.
2292
2749
  */
2293
2750
  static postUserInviteResend<ThrowOnError extends boolean = true>(options?: Options<PostUserInviteResendData, ThrowOnError>): import("./client/index.js").RequestResult<PostUserInviteResendResponses, PostUserInviteResendErrors, ThrowOnError, "fields">;
2294
2751
  /**
2295
2752
  * Verifies a user invitation.
2753
+ *
2296
2754
  * Verifies that the invitation token is valid for creating a new user account.
2297
2755
  */
2298
2756
  static postUserInviteVerify<ThrowOnError extends boolean = true>(options?: Options<PostUserInviteVerifyData, ThrowOnError>): import("./client/index.js").RequestResult<PostUserInviteVerifyResponses, PostUserInviteVerifyErrors, ThrowOnError, "fields">;
2299
2757
  /**
2300
2758
  * Updates user group assignments.
2759
+ *
2301
2760
  * Updates the user group assignments for the specified users.
2302
2761
  */
2303
2762
  static postUserSetUserGroups<ThrowOnError extends boolean = true>(options?: Options<PostUserSetUserGroupsData, ThrowOnError>): import("./client/index.js").RequestResult<PostUserSetUserGroupsResponses, PostUserSetUserGroupsErrors, ThrowOnError, "fields">;
2304
2763
  /**
2305
2764
  * Unlocks users.
2765
+ *
2306
2766
  * Unlocks the user accounts identified by the provided Ids.
2307
2767
  */
2308
2768
  static postUserUnlock<ThrowOnError extends boolean = true>(options?: Options<PostUserUnlockData, ThrowOnError>): import("./client/index.js").RequestResult<PostUserUnlockResponses, PostUserUnlockErrors, ThrowOnError, "fields">;
@@ -2310,46 +2770,55 @@ export declare class UserService {
2310
2770
  export declare class WebhookService {
2311
2771
  /**
2312
2772
  * Gets a collection of webhook items.
2773
+ *
2313
2774
  * Gets a collection of webhook items identified by the provided Ids.
2314
2775
  */
2315
2776
  static getItemWebhook<ThrowOnError extends boolean = true>(options?: Options<GetItemWebhookData, ThrowOnError>): import("./client/index.js").RequestResult<GetItemWebhookResponses, GetItemWebhookErrors, ThrowOnError, "fields">;
2316
2777
  /**
2317
2778
  * Gets a paginated collection of webhooks.
2779
+ *
2318
2780
  * Gets a paginated collection of all webhooks.
2319
2781
  */
2320
2782
  static getWebhook<ThrowOnError extends boolean = true>(options?: Options<GetWebhookData, ThrowOnError>): import("./client/index.js").RequestResult<GetWebhookResponses, GetWebhookErrors, ThrowOnError, "fields">;
2321
2783
  /**
2322
2784
  * Creates a new webhook.
2785
+ *
2323
2786
  * Creates a new webhook with the configuration specified in the request model.
2324
2787
  */
2325
2788
  static postWebhook<ThrowOnError extends boolean = true>(options?: Options<PostWebhookData, ThrowOnError>): import("./client/index.js").RequestResult<PostWebhookResponses, PostWebhookErrors, ThrowOnError, "fields">;
2326
2789
  /**
2327
2790
  * Deletes a webhook.
2791
+ *
2328
2792
  * Deletes a webhook identified by the provided Id.
2329
2793
  */
2330
2794
  static deleteWebhookById<ThrowOnError extends boolean = true>(options: Options<DeleteWebhookByIdData, ThrowOnError>): import("./client/index.js").RequestResult<DeleteWebhookByIdResponses, DeleteWebhookByIdErrors, ThrowOnError, "fields">;
2331
2795
  /**
2332
2796
  * Gets a webhook.
2797
+ *
2333
2798
  * Gets a webhook identified by the provided Id.
2334
2799
  */
2335
2800
  static getWebhookById<ThrowOnError extends boolean = true>(options: Options<GetWebhookByIdData, ThrowOnError>): import("./client/index.js").RequestResult<GetWebhookByIdResponses, GetWebhookByIdErrors, ThrowOnError, "fields">;
2336
2801
  /**
2337
2802
  * Updates a webhook.
2803
+ *
2338
2804
  * Updates a webhook identified by the provided Id with the details from the request model.
2339
2805
  */
2340
2806
  static putWebhookById<ThrowOnError extends boolean = true>(options: Options<PutWebhookByIdData, ThrowOnError>): import("./client/index.js").RequestResult<PutWebhookByIdResponses, PutWebhookByIdErrors, ThrowOnError, "fields">;
2341
2807
  /**
2342
2808
  * Gets a paginated collection of webhook logs for a specific webhook.
2809
+ *
2343
2810
  * Gets a paginated collection of webhook logs for the webhook identified by the provided Id.
2344
2811
  */
2345
2812
  static getWebhookByIdLogs<ThrowOnError extends boolean = true>(options: Options<GetWebhookByIdLogsData, ThrowOnError>): import("./client/index.js").RequestResult<GetWebhookByIdLogsResponses, GetWebhookByIdLogsErrors, ThrowOnError, "fields">;
2346
2813
  /**
2347
2814
  * Gets a paginated collection of webhook events.
2815
+ *
2348
2816
  * Gets a paginated collection of available webhook events that can be subscribed to.
2349
2817
  */
2350
2818
  static getWebhookEvents<ThrowOnError extends boolean = true>(options?: Options<GetWebhookEventsData, ThrowOnError>): import("./client/index.js").RequestResult<GetWebhookEventsResponses, GetWebhookEventsErrors, ThrowOnError, "fields">;
2351
2819
  /**
2352
2820
  * Gets a paginated collection of webhook logs.
2821
+ *
2353
2822
  * Gets a paginated collection of webhook logs for all webhooks.
2354
2823
  */
2355
2824
  static getWebhookLogs<ThrowOnError extends boolean = true>(options?: Options<GetWebhookLogsData, ThrowOnError>): import("./client/index.js").RequestResult<GetWebhookLogsResponses, GetWebhookLogsErrors, ThrowOnError, "fields">;