@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
@@ -4,6 +4,7 @@ import { client } from './client.gen.js';
4
4
  export class CultureService {
5
5
  /**
6
6
  * Gets a paginated collection of cultures available for creating languages.
7
+ *
7
8
  * Gets a paginated collection containing the English and localized names of all available cultures.
8
9
  */
9
10
  static getCulture(options) {
@@ -22,6 +23,7 @@ export class CultureService {
22
23
  export class DataTypeService {
23
24
  /**
24
25
  * Creates a new data type.
26
+ *
25
27
  * Creates a new data type with the configuration specified in the request model.
26
28
  */
27
29
  static postDataType(options) {
@@ -42,6 +44,7 @@ export class DataTypeService {
42
44
  }
43
45
  /**
44
46
  * Deletes a data type.
47
+ *
45
48
  * Deletes a data type identified by the provided Id.
46
49
  */
47
50
  static deleteDataTypeById(options) {
@@ -58,6 +61,7 @@ export class DataTypeService {
58
61
  }
59
62
  /**
60
63
  * Gets a data type.
64
+ *
61
65
  * Gets a data type identified by the provided Id.
62
66
  */
63
67
  static getDataTypeById(options) {
@@ -74,6 +78,7 @@ export class DataTypeService {
74
78
  }
75
79
  /**
76
80
  * Updates a data type.
81
+ *
77
82
  * Updates a data type identified by the provided Id with the details from the request model.
78
83
  */
79
84
  static putDataTypeById(options) {
@@ -94,6 +99,7 @@ export class DataTypeService {
94
99
  }
95
100
  /**
96
101
  * Copies a data type.
102
+ *
97
103
  * 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.
98
104
  */
99
105
  static postDataTypeByIdCopy(options) {
@@ -114,6 +120,7 @@ export class DataTypeService {
114
120
  }
115
121
  /**
116
122
  * Checks if a data type is used.
123
+ *
117
124
  * Checks if the data type identified by the provided Id is used in any content, media, or member types.
118
125
  */
119
126
  static getDataTypeByIdIsUsed(options) {
@@ -130,6 +137,7 @@ export class DataTypeService {
130
137
  }
131
138
  /**
132
139
  * Moves a data type.
140
+ *
133
141
  * Moves an existing data type identified by Id to a different container. The target container Id must be provided in the request model.
134
142
  */
135
143
  static putDataTypeByIdMove(options) {
@@ -150,6 +158,7 @@ export class DataTypeService {
150
158
  }
151
159
  /**
152
160
  * Gets a paged collection of entities that are referenced by a data type.
161
+ *
153
162
  * 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.
154
163
  */
155
164
  static getDataTypeByIdReferencedBy(options) {
@@ -164,8 +173,21 @@ export class DataTypeService {
164
173
  ...options
165
174
  });
166
175
  }
176
+ static getDataTypeByIdSchema(options) {
177
+ return (options.client ?? client).get({
178
+ security: [
179
+ {
180
+ scheme: 'bearer',
181
+ type: 'http'
182
+ }
183
+ ],
184
+ url: '/umbraco/management/api/v1/data-type/{id}/schema',
185
+ ...options
186
+ });
187
+ }
167
188
  /**
168
189
  * Gets multiple data types.
190
+ *
169
191
  * Gets multiple data types identified by the provided Ids.
170
192
  */
171
193
  static getDataTypeBatch(options) {
@@ -182,6 +204,7 @@ export class DataTypeService {
182
204
  }
183
205
  /**
184
206
  * Gets the data type configuration.
207
+ *
185
208
  * Gets the configuration settings for data types.
186
209
  */
187
210
  static getDataTypeConfiguration(options) {
@@ -198,6 +221,7 @@ export class DataTypeService {
198
221
  }
199
222
  /**
200
223
  * Creates a data type folder.
224
+ *
201
225
  * Creates a new data type folder with the provided name and parent location.
202
226
  */
203
227
  static postDataTypeFolder(options) {
@@ -218,6 +242,7 @@ export class DataTypeService {
218
242
  }
219
243
  /**
220
244
  * Deletes a data type folder.
245
+ *
221
246
  * Deletes a data type folder identified by the provided Id.
222
247
  */
223
248
  static deleteDataTypeFolderById(options) {
@@ -234,6 +259,7 @@ export class DataTypeService {
234
259
  }
235
260
  /**
236
261
  * Gets a data type folder.
262
+ *
237
263
  * Gets a data type folder identified by the provided Id.
238
264
  */
239
265
  static getDataTypeFolderById(options) {
@@ -250,6 +276,7 @@ export class DataTypeService {
250
276
  }
251
277
  /**
252
278
  * Updates a data type folder.
279
+ *
253
280
  * Updates a data type folder identified by the provided Id with the details provided in the request model.
254
281
  */
255
282
  static putDataTypeFolderById(options) {
@@ -268,8 +295,21 @@ export class DataTypeService {
268
295
  }
269
296
  });
270
297
  }
298
+ static getDataTypeSchemasBatch(options) {
299
+ return (options?.client ?? client).get({
300
+ security: [
301
+ {
302
+ scheme: 'bearer',
303
+ type: 'http'
304
+ }
305
+ ],
306
+ url: '/umbraco/management/api/v1/data-type/schemas/batch',
307
+ ...options
308
+ });
309
+ }
271
310
  /**
272
311
  * Gets a filtered collection of data types.
312
+ *
273
313
  * Filters data types based on the provided criteria with support for pagination.
274
314
  */
275
315
  static getFilterDataType(options) {
@@ -286,6 +326,7 @@ export class DataTypeService {
286
326
  }
287
327
  /**
288
328
  * Gets a collection of data type items.
329
+ *
289
330
  * Gets a collection of data type items identified by the provided Ids.
290
331
  */
291
332
  static getItemDataType(options) {
@@ -302,6 +343,7 @@ export class DataTypeService {
302
343
  }
303
344
  /**
304
345
  * Gets ancestors for a collection of data type items.
346
+ *
305
347
  * Gets the ancestor chains for data type items identified by the provided Ids.
306
348
  */
307
349
  static getItemDataTypeAncestors(options) {
@@ -318,6 +360,7 @@ export class DataTypeService {
318
360
  }
319
361
  /**
320
362
  * Searches data type items.
363
+ *
321
364
  * Searches data type items by the provided query with pagination support.
322
365
  */
323
366
  static getItemDataTypeSearch(options) {
@@ -334,6 +377,7 @@ export class DataTypeService {
334
377
  }
335
378
  /**
336
379
  * Gets a collection of ancestor data type folders.
380
+ *
337
381
  * Gets a collection of data type folders that are ancestors to the provided Id.
338
382
  */
339
383
  static getTreeDataTypeAncestors(options) {
@@ -350,6 +394,7 @@ export class DataTypeService {
350
394
  }
351
395
  /**
352
396
  * Gets a collection of data type tree child items.
397
+ *
353
398
  * Gets a paginated collection of data type tree items that are children of the provided parent Id.
354
399
  */
355
400
  static getTreeDataTypeChildren(options) {
@@ -366,6 +411,7 @@ export class DataTypeService {
366
411
  }
367
412
  /**
368
413
  * Gets a collection of data type items from the root of the tree.
414
+ *
369
415
  * Gets a paginated collection of data type items from the root of the tree with optional filtering.
370
416
  */
371
417
  static getTreeDataTypeRoot(options) {
@@ -394,6 +440,7 @@ export class DataTypeService {
394
440
  }
395
441
  /**
396
442
  * Gets a collection of data type tree sibling items.
443
+ *
397
444
  * 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.
398
445
  */
399
446
  static getTreeDataTypeSiblings(options) {
@@ -412,6 +459,7 @@ export class DataTypeService {
412
459
  export class DictionaryService {
413
460
  /**
414
461
  * Gets a paginated collection of dictionary items.
462
+ *
415
463
  * Gets a paginated collection of dictionary items with optional filtering by name.
416
464
  */
417
465
  static getDictionary(options) {
@@ -428,6 +476,7 @@ export class DictionaryService {
428
476
  }
429
477
  /**
430
478
  * Creates a new dictionary.
479
+ *
431
480
  * Creates a new dictionary with the configuration specified in the request model.
432
481
  */
433
482
  static postDictionary(options) {
@@ -448,6 +497,7 @@ export class DictionaryService {
448
497
  }
449
498
  /**
450
499
  * Deletes a dictionary.
500
+ *
451
501
  * Deletes a dictionary identified by the provided Id.
452
502
  */
453
503
  static deleteDictionaryById(options) {
@@ -464,6 +514,7 @@ export class DictionaryService {
464
514
  }
465
515
  /**
466
516
  * Gets a dictionary.
517
+ *
467
518
  * Gets a dictionary identified by the provided Id.
468
519
  */
469
520
  static getDictionaryById(options) {
@@ -480,6 +531,7 @@ export class DictionaryService {
480
531
  }
481
532
  /**
482
533
  * Updates a dictionary.
534
+ *
483
535
  * Updates a dictionary identified by the provided Id with the details from the request model.
484
536
  */
485
537
  static putDictionaryById(options) {
@@ -500,6 +552,7 @@ export class DictionaryService {
500
552
  }
501
553
  /**
502
554
  * Exports a dictionary.
555
+ *
503
556
  * Exports the dictionary identified by the provided Id to a downloadable format.
504
557
  */
505
558
  static getDictionaryByIdExport(options) {
@@ -516,6 +569,7 @@ export class DictionaryService {
516
569
  }
517
570
  /**
518
571
  * Moves a dictionary.
572
+ *
519
573
  * Moves a dictionary identified by the provided Id to a different location.
520
574
  */
521
575
  static putDictionaryByIdMove(options) {
@@ -536,6 +590,7 @@ export class DictionaryService {
536
590
  }
537
591
  /**
538
592
  * Imports a dictionary.
593
+ *
539
594
  * Imports a dictionary from the provided file upload.
540
595
  */
541
596
  static postDictionaryImport(options) {
@@ -556,6 +611,7 @@ export class DictionaryService {
556
611
  }
557
612
  /**
558
613
  * Gets a collection of dictionary items.
614
+ *
559
615
  * Gets a collection of dictionary items identified by the provided Ids.
560
616
  */
561
617
  static getItemDictionary(options) {
@@ -572,6 +628,7 @@ export class DictionaryService {
572
628
  }
573
629
  /**
574
630
  * Gets a collection of ancestor dictionary items.
631
+ *
575
632
  * Gets a collection of dictionary items that are ancestors to the provided Id.
576
633
  */
577
634
  static getTreeDictionaryAncestors(options) {
@@ -588,6 +645,7 @@ export class DictionaryService {
588
645
  }
589
646
  /**
590
647
  * Gets a collection of dictionary tree child items.
648
+ *
591
649
  * Gets a paginated collection of dictionary tree items that are children of the provided parent Id.
592
650
  */
593
651
  static getTreeDictionaryChildren(options) {
@@ -604,6 +662,7 @@ export class DictionaryService {
604
662
  }
605
663
  /**
606
664
  * Gets a collection of dictionary items from the root of the tree.
665
+ *
607
666
  * Gets a paginated collection of dictionary items from the root of the tree with optional filtering.
608
667
  */
609
668
  static getTreeDictionaryRoot(options) {
@@ -622,6 +681,7 @@ export class DictionaryService {
622
681
  export class DocumentBlueprintService {
623
682
  /**
624
683
  * Creates a new document blueprint.
684
+ *
625
685
  * Creates a new document blueprint with the configuration specified in the request model.
626
686
  */
627
687
  static postDocumentBlueprint(options) {
@@ -642,6 +702,7 @@ export class DocumentBlueprintService {
642
702
  }
643
703
  /**
644
704
  * Deletes a document blueprint.
705
+ *
645
706
  * Deletes a document blueprint identified by the provided Id.
646
707
  */
647
708
  static deleteDocumentBlueprintById(options) {
@@ -658,6 +719,7 @@ export class DocumentBlueprintService {
658
719
  }
659
720
  /**
660
721
  * Gets a document blueprint.
722
+ *
661
723
  * Gets a document blueprint identified by the provided Id.
662
724
  */
663
725
  static getDocumentBlueprintById(options) {
@@ -674,6 +736,7 @@ export class DocumentBlueprintService {
674
736
  }
675
737
  /**
676
738
  * Updates a document blueprint.
739
+ *
677
740
  * Updates a document blueprint identified by the provided Id with the details from the request model.
678
741
  */
679
742
  static putDocumentBlueprintById(options) {
@@ -692,8 +755,26 @@ export class DocumentBlueprintService {
692
755
  }
693
756
  });
694
757
  }
758
+ /**
759
+ * Gets the audit log for a document blueprint.
760
+ *
761
+ * Gets a paginated collection of audit log entries for the document blueprint identified by the provided Id.
762
+ */
763
+ static getDocumentBlueprintByIdAuditLog(options) {
764
+ return (options.client ?? client).get({
765
+ security: [
766
+ {
767
+ scheme: 'bearer',
768
+ type: 'http'
769
+ }
770
+ ],
771
+ url: '/umbraco/management/api/v1/document-blueprint/{id}/audit-log',
772
+ ...options
773
+ });
774
+ }
695
775
  /**
696
776
  * Moves a document blueprint.
777
+ *
697
778
  * Moves a document blueprint identified by the provided Id to a different location.
698
779
  */
699
780
  static putDocumentBlueprintByIdMove(options) {
@@ -714,6 +795,7 @@ export class DocumentBlueprintService {
714
795
  }
715
796
  /**
716
797
  * Scaffolds a document blueprint.
798
+ *
717
799
  * Creates a scaffold for a new document blueprint with default values.
718
800
  */
719
801
  static getDocumentBlueprintByIdScaffold(options) {
@@ -730,6 +812,7 @@ export class DocumentBlueprintService {
730
812
  }
731
813
  /**
732
814
  * Creates a document blueprint folder.
815
+ *
733
816
  * Creates a new document blueprint folder with the provided name and parent location.
734
817
  */
735
818
  static postDocumentBlueprintFolder(options) {
@@ -750,6 +833,7 @@ export class DocumentBlueprintService {
750
833
  }
751
834
  /**
752
835
  * Deletes a document blueprint folder.
836
+ *
753
837
  * Deletes a document blueprint folder identified by the provided Id.
754
838
  */
755
839
  static deleteDocumentBlueprintFolderById(options) {
@@ -766,6 +850,7 @@ export class DocumentBlueprintService {
766
850
  }
767
851
  /**
768
852
  * Gets a document blueprint folder.
853
+ *
769
854
  * Gets a document blueprint folder identified by the provided Id.
770
855
  */
771
856
  static getDocumentBlueprintFolderById(options) {
@@ -782,6 +867,7 @@ export class DocumentBlueprintService {
782
867
  }
783
868
  /**
784
869
  * Updates a document blueprint folder.
870
+ *
785
871
  * Updates a document blueprint folder identified by the provided Id with the details from the request model.
786
872
  */
787
873
  static putDocumentBlueprintFolderById(options) {
@@ -802,6 +888,7 @@ export class DocumentBlueprintService {
802
888
  }
803
889
  /**
804
890
  * Creates a document blueprint from an existing document.
891
+ *
805
892
  * Creates a new document blueprint based on an existing document identified by the provided Id.
806
893
  */
807
894
  static postDocumentBlueprintFromDocument(options) {
@@ -822,6 +909,7 @@ export class DocumentBlueprintService {
822
909
  }
823
910
  /**
824
911
  * Gets a collection of document blueprint items.
912
+ *
825
913
  * Gets a collection of document blueprint items identified by the provided Ids.
826
914
  */
827
915
  static getItemDocumentBlueprint(options) {
@@ -838,6 +926,7 @@ export class DocumentBlueprintService {
838
926
  }
839
927
  /**
840
928
  * Gets a collection of ancestor document blueprint items.
929
+ *
841
930
  * Gets a collection of document blueprint items that are ancestors to the provided Id.
842
931
  */
843
932
  static getTreeDocumentBlueprintAncestors(options) {
@@ -854,6 +943,7 @@ export class DocumentBlueprintService {
854
943
  }
855
944
  /**
856
945
  * Gets a collection of document blueprint tree child items.
946
+ *
857
947
  * Gets a paginated collection of document blueprint tree items that are children of the provided parent Id.
858
948
  */
859
949
  static getTreeDocumentBlueprintChildren(options) {
@@ -870,6 +960,7 @@ export class DocumentBlueprintService {
870
960
  }
871
961
  /**
872
962
  * Gets a collection of document blueprint items from the root of the tree.
963
+ *
873
964
  * Gets a paginated collection of document blueprint items from the root of the tree with optional filtering.
874
965
  */
875
966
  static getTreeDocumentBlueprintRoot(options) {
@@ -886,6 +977,7 @@ export class DocumentBlueprintService {
886
977
  }
887
978
  /**
888
979
  * Gets a collection of document blueprint tree sibling items.
980
+ *
889
981
  * Gets a collection of document blueprint tree items that are siblings of the provided Id.
890
982
  */
891
983
  static getTreeDocumentBlueprintSiblings(options) {
@@ -904,6 +996,7 @@ export class DocumentBlueprintService {
904
996
  export class DocumentTypeService {
905
997
  /**
906
998
  * Creates a new document type.
999
+ *
907
1000
  * Creates a new document type with the configuration specified in the request model.
908
1001
  */
909
1002
  static postDocumentType(options) {
@@ -924,6 +1017,7 @@ export class DocumentTypeService {
924
1017
  }
925
1018
  /**
926
1019
  * Deletes a document type.
1020
+ *
927
1021
  * Deletes a document type identified by the provided Id.
928
1022
  */
929
1023
  static deleteDocumentTypeById(options) {
@@ -940,6 +1034,7 @@ export class DocumentTypeService {
940
1034
  }
941
1035
  /**
942
1036
  * Gets a document type.
1037
+ *
943
1038
  * Gets a document type identified by the provided Id.
944
1039
  */
945
1040
  static getDocumentTypeById(options) {
@@ -956,6 +1051,7 @@ export class DocumentTypeService {
956
1051
  }
957
1052
  /**
958
1053
  * Updates a document type.
1054
+ *
959
1055
  * Updates a document type identified by the provided Id with the details from the request model.
960
1056
  */
961
1057
  static putDocumentTypeById(options) {
@@ -976,6 +1072,7 @@ export class DocumentTypeService {
976
1072
  }
977
1073
  /**
978
1074
  * Gets allowed child document types.
1075
+ *
979
1076
  * Gets a collection of document types that are allowed as children of the specified parent document type.
980
1077
  */
981
1078
  static getDocumentTypeByIdAllowedChildren(options) {
@@ -992,6 +1089,7 @@ export class DocumentTypeService {
992
1089
  }
993
1090
  /**
994
1091
  * Gets allowed parent document types.
1092
+ *
995
1093
  * Gets a collection of document types that are allowed as parents of the specified document type.
996
1094
  */
997
1095
  static getDocumentTypeByIdAllowedParents(options) {
@@ -1008,6 +1106,7 @@ export class DocumentTypeService {
1008
1106
  }
1009
1107
  /**
1010
1108
  * Gets document blueprints for a document type.
1109
+ *
1011
1110
  * Gets a collection of document blueprints available for the specified document type.
1012
1111
  */
1013
1112
  static getDocumentTypeByIdBlueprint(options) {
@@ -1024,6 +1123,7 @@ export class DocumentTypeService {
1024
1123
  }
1025
1124
  /**
1026
1125
  * Gets composition references.
1126
+ *
1027
1127
  * Gets a collection of document types that reference the specified document type as a composition.
1028
1128
  */
1029
1129
  static getDocumentTypeByIdCompositionReferences(options) {
@@ -1040,6 +1140,7 @@ export class DocumentTypeService {
1040
1140
  }
1041
1141
  /**
1042
1142
  * Copies a document type.
1143
+ *
1043
1144
  * Creates a duplicate of an existing document type identified by the provided Id.
1044
1145
  */
1045
1146
  static postDocumentTypeByIdCopy(options) {
@@ -1060,6 +1161,7 @@ export class DocumentTypeService {
1060
1161
  }
1061
1162
  /**
1062
1163
  * Exports a document type.
1164
+ *
1063
1165
  * Exports the document type identified by the provided Id to a downloadable format.
1064
1166
  */
1065
1167
  static getDocumentTypeByIdExport(options) {
@@ -1076,6 +1178,7 @@ export class DocumentTypeService {
1076
1178
  }
1077
1179
  /**
1078
1180
  * Imports a document type.
1181
+ *
1079
1182
  * Imports a document type from the provided file upload.
1080
1183
  */
1081
1184
  static putDocumentTypeByIdImport(options) {
@@ -1096,6 +1199,7 @@ export class DocumentTypeService {
1096
1199
  }
1097
1200
  /**
1098
1201
  * Moves a document type.
1202
+ *
1099
1203
  * Moves a document type identified by the provided Id to a different location.
1100
1204
  */
1101
1205
  static putDocumentTypeByIdMove(options) {
@@ -1114,8 +1218,21 @@ export class DocumentTypeService {
1114
1218
  }
1115
1219
  });
1116
1220
  }
1221
+ static getDocumentTypeByIdSchema(options) {
1222
+ return (options.client ?? client).get({
1223
+ security: [
1224
+ {
1225
+ scheme: 'bearer',
1226
+ type: 'http'
1227
+ }
1228
+ ],
1229
+ url: '/umbraco/management/api/v1/document-type/{id}/schema',
1230
+ ...options
1231
+ });
1232
+ }
1117
1233
  /**
1118
1234
  * Creates a template for a document type.
1235
+ *
1119
1236
  * Creates a new template associated with the document type identified by the provided Id.
1120
1237
  */
1121
1238
  static postDocumentTypeByIdTemplate(options) {
@@ -1136,6 +1253,7 @@ export class DocumentTypeService {
1136
1253
  }
1137
1254
  /**
1138
1255
  * Gets document types allowed at root.
1256
+ *
1139
1257
  * Gets a collection of document types that are allowed to be created at the root level.
1140
1258
  */
1141
1259
  static getDocumentTypeAllowedAtRoot(options) {
@@ -1152,6 +1270,7 @@ export class DocumentTypeService {
1152
1270
  }
1153
1271
  /**
1154
1272
  * Gets available compositions.
1273
+ *
1155
1274
  * Gets a collection of document types that are available to use as compositions for the specified document type.
1156
1275
  */
1157
1276
  static postDocumentTypeAvailableCompositions(options) {
@@ -1172,6 +1291,7 @@ export class DocumentTypeService {
1172
1291
  }
1173
1292
  /**
1174
1293
  * Gets multiple document types.
1294
+ *
1175
1295
  * Gets multiple document types identified by the provided Ids.
1176
1296
  */
1177
1297
  static getDocumentTypeBatch(options) {
@@ -1188,6 +1308,7 @@ export class DocumentTypeService {
1188
1308
  }
1189
1309
  /**
1190
1310
  * Gets the document type configuration.
1311
+ *
1191
1312
  * Gets the configuration settings for document types.
1192
1313
  */
1193
1314
  static getDocumentTypeConfiguration(options) {
@@ -1204,6 +1325,7 @@ export class DocumentTypeService {
1204
1325
  }
1205
1326
  /**
1206
1327
  * Creates a document type folder.
1328
+ *
1207
1329
  * Creates a new document type folder with the provided name and parent location.
1208
1330
  */
1209
1331
  static postDocumentTypeFolder(options) {
@@ -1224,6 +1346,7 @@ export class DocumentTypeService {
1224
1346
  }
1225
1347
  /**
1226
1348
  * Deletes a document type folder.
1349
+ *
1227
1350
  * Deletes a document type folder identified by the provided Id.
1228
1351
  */
1229
1352
  static deleteDocumentTypeFolderById(options) {
@@ -1240,6 +1363,7 @@ export class DocumentTypeService {
1240
1363
  }
1241
1364
  /**
1242
1365
  * Gets a document type folder.
1366
+ *
1243
1367
  * Gets a document type folder identified by the provided Id.
1244
1368
  */
1245
1369
  static getDocumentTypeFolderById(options) {
@@ -1256,6 +1380,7 @@ export class DocumentTypeService {
1256
1380
  }
1257
1381
  /**
1258
1382
  * Updates a document type folder.
1383
+ *
1259
1384
  * Updates a document type folder identified by the provided Id with the details from the request model.
1260
1385
  */
1261
1386
  static putDocumentTypeFolderById(options) {
@@ -1276,6 +1401,7 @@ export class DocumentTypeService {
1276
1401
  }
1277
1402
  /**
1278
1403
  * Imports a document type.
1404
+ *
1279
1405
  * Imports a document type from the provided file upload.
1280
1406
  */
1281
1407
  static postDocumentTypeImport(options) {
@@ -1296,6 +1422,7 @@ export class DocumentTypeService {
1296
1422
  }
1297
1423
  /**
1298
1424
  * Gets a collection of document type items.
1425
+ *
1299
1426
  * Gets a collection of document type items identified by the provided Ids.
1300
1427
  */
1301
1428
  static getItemDocumentType(options) {
@@ -1312,6 +1439,7 @@ export class DocumentTypeService {
1312
1439
  }
1313
1440
  /**
1314
1441
  * Gets ancestors for a collection of document type items.
1442
+ *
1315
1443
  * Gets the ancestor chains for document type items identified by the provided Ids.
1316
1444
  */
1317
1445
  static getItemDocumentTypeAncestors(options) {
@@ -1328,6 +1456,7 @@ export class DocumentTypeService {
1328
1456
  }
1329
1457
  /**
1330
1458
  * Searches document type items.
1459
+ *
1331
1460
  * Searches document type items by the provided query with pagination support.
1332
1461
  */
1333
1462
  static getItemDocumentTypeSearch(options) {
@@ -1344,6 +1473,7 @@ export class DocumentTypeService {
1344
1473
  }
1345
1474
  /**
1346
1475
  * Gets a collection of ancestor document type items.
1476
+ *
1347
1477
  * Gets a collection of document type items that are ancestors to the provided Id.
1348
1478
  */
1349
1479
  static getTreeDocumentTypeAncestors(options) {
@@ -1360,6 +1490,7 @@ export class DocumentTypeService {
1360
1490
  }
1361
1491
  /**
1362
1492
  * Gets a collection of document type tree child items.
1493
+ *
1363
1494
  * Gets a paginated collection of document type tree items that are children of the provided parent Id.
1364
1495
  */
1365
1496
  static getTreeDocumentTypeChildren(options) {
@@ -1376,6 +1507,7 @@ export class DocumentTypeService {
1376
1507
  }
1377
1508
  /**
1378
1509
  * Gets a collection of document type items from the root of the tree.
1510
+ *
1379
1511
  * Gets a paginated collection of document type items from the root of the tree with optional filtering.
1380
1512
  */
1381
1513
  static getTreeDocumentTypeRoot(options) {
@@ -1404,6 +1536,7 @@ export class DocumentTypeService {
1404
1536
  }
1405
1537
  /**
1406
1538
  * Gets a collection of document type tree sibling items.
1539
+ *
1407
1540
  * Gets a collection of document type tree items that are siblings of the provided Id.
1408
1541
  */
1409
1542
  static getTreeDocumentTypeSiblings(options) {
@@ -1422,6 +1555,7 @@ export class DocumentTypeService {
1422
1555
  export class DocumentVersionService {
1423
1556
  /**
1424
1557
  * Gets a paginated collection of versions for a specific document.
1558
+ *
1425
1559
  * 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.
1426
1560
  */
1427
1561
  static getDocumentVersion(options) {
@@ -1438,6 +1572,7 @@ export class DocumentVersionService {
1438
1572
  }
1439
1573
  /**
1440
1574
  * Gets a specific document version.
1575
+ *
1441
1576
  * 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.
1442
1577
  */
1443
1578
  static getDocumentVersionById(options) {
@@ -1454,6 +1589,7 @@ export class DocumentVersionService {
1454
1589
  }
1455
1590
  /**
1456
1591
  * Sets the prevent clean up status for a document version.
1592
+ *
1457
1593
  * 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.
1458
1594
  */
1459
1595
  static putDocumentVersionByIdPreventCleanup(options) {
@@ -1470,6 +1606,7 @@ export class DocumentVersionService {
1470
1606
  }
1471
1607
  /**
1472
1608
  * Rolls back a document to a specific version.
1609
+ *
1473
1610
  * 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.
1474
1611
  */
1475
1612
  static postDocumentVersionByIdRollback(options) {
@@ -1488,6 +1625,7 @@ export class DocumentVersionService {
1488
1625
  export class DocumentByIdValidate1Service {
1489
1626
  /**
1490
1627
  * Validates updating a document.
1628
+ *
1491
1629
  * Validates the request model for updating a document without actually updating it.
1492
1630
  */
1493
1631
  static putUmbracoManagementApiV11DocumentByIdValidate11(options) {
@@ -1513,6 +1651,7 @@ export class PutUmbracoManagementApiV1Service {
1513
1651
  export class DocumentService {
1514
1652
  /**
1515
1653
  * Gets a document collection.
1654
+ *
1516
1655
  * Gets a document collection identified by the provided Id.
1517
1656
  */
1518
1657
  static getCollectionDocumentById(options) {
@@ -1529,6 +1668,7 @@ export class DocumentService {
1529
1668
  }
1530
1669
  /**
1531
1670
  * Creates a new document.
1671
+ *
1532
1672
  * Creates a new document with the configuration specified in the request model.
1533
1673
  */
1534
1674
  static postDocument(options) {
@@ -1549,6 +1689,7 @@ export class DocumentService {
1549
1689
  }
1550
1690
  /**
1551
1691
  * Deletes a document.
1692
+ *
1552
1693
  * Deletes a document identified by the provided Id.
1553
1694
  */
1554
1695
  static deleteDocumentById(options) {
@@ -1565,6 +1706,7 @@ export class DocumentService {
1565
1706
  }
1566
1707
  /**
1567
1708
  * Gets a document.
1709
+ *
1568
1710
  * Gets a document identified by the provided Id.
1569
1711
  */
1570
1712
  static getDocumentById(options) {
@@ -1581,6 +1723,7 @@ export class DocumentService {
1581
1723
  }
1582
1724
  /**
1583
1725
  * Updates a document.
1726
+ *
1584
1727
  * Updates a document identified by the provided Id with the details from the request model.
1585
1728
  */
1586
1729
  static putDocumentById(options) {
@@ -1601,6 +1744,7 @@ export class DocumentService {
1601
1744
  }
1602
1745
  /**
1603
1746
  * Gets the audit log for a document.
1747
+ *
1604
1748
  * Gets a paginated collection of audit log entries for the document identified by the provided Id.
1605
1749
  */
1606
1750
  static getDocumentByIdAuditLog(options) {
@@ -1617,7 +1761,9 @@ export class DocumentService {
1617
1761
  }
1618
1762
  /**
1619
1763
  * Gets available segments.
1764
+ *
1620
1765
  * Gets a collection of available content segments for the system.
1766
+ *
1621
1767
  * @deprecated
1622
1768
  */
1623
1769
  static getDocumentByIdAvailableSegmentOptions(options) {
@@ -1634,6 +1780,7 @@ export class DocumentService {
1634
1780
  }
1635
1781
  /**
1636
1782
  * Copies a document.
1783
+ *
1637
1784
  * Creates a duplicate of an existing document identified by the provided Id.
1638
1785
  */
1639
1786
  static postDocumentByIdCopy(options) {
@@ -1654,6 +1801,7 @@ export class DocumentService {
1654
1801
  }
1655
1802
  /**
1656
1803
  * Gets domains for a document.
1804
+ *
1657
1805
  * Gets the domains and culture settings assigned to the document identified by the provided Id.
1658
1806
  */
1659
1807
  static getDocumentByIdDomains(options) {
@@ -1670,6 +1818,7 @@ export class DocumentService {
1670
1818
  }
1671
1819
  /**
1672
1820
  * Updates the domains for a document.
1821
+ *
1673
1822
  * Updates the domains for the document identified by the provided Id with the details from the request model.
1674
1823
  */
1675
1824
  static putDocumentByIdDomains(options) {
@@ -1690,6 +1839,7 @@ export class DocumentService {
1690
1839
  }
1691
1840
  /**
1692
1841
  * Moves a document.
1842
+ *
1693
1843
  * Moves a document identified by the provided Id to a different location.
1694
1844
  */
1695
1845
  static putDocumentByIdMove(options) {
@@ -1710,6 +1860,7 @@ export class DocumentService {
1710
1860
  }
1711
1861
  /**
1712
1862
  * Moves a document to the recycle bin.
1863
+ *
1713
1864
  * Moves a document identified by the provided Id to the recycle bin.
1714
1865
  */
1715
1866
  static putDocumentByIdMoveToRecycleBin(options) {
@@ -1726,6 +1877,7 @@ export class DocumentService {
1726
1877
  }
1727
1878
  /**
1728
1879
  * Gets notifications for a document.
1880
+ *
1729
1881
  * Gets the notifications for the document identified by the provided Id.
1730
1882
  */
1731
1883
  static getDocumentByIdNotifications(options) {
@@ -1742,6 +1894,7 @@ export class DocumentService {
1742
1894
  }
1743
1895
  /**
1744
1896
  * Updates notification subscriptions for a document.
1897
+ *
1745
1898
  * Updates which actions the current user is subscribed to receive notifications for on the specified document.
1746
1899
  */
1747
1900
  static putDocumentByIdNotifications(options) {
@@ -1760,8 +1913,28 @@ export class DocumentService {
1760
1913
  }
1761
1914
  });
1762
1915
  }
1916
+ /**
1917
+ * 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
1918
+ */
1919
+ static patchDocumentByIdPatch(options) {
1920
+ return (options.client ?? client).patch({
1921
+ security: [
1922
+ {
1923
+ scheme: 'bearer',
1924
+ type: 'http'
1925
+ }
1926
+ ],
1927
+ url: '/umbraco/management/api/v1/document/{id}/patch',
1928
+ ...options,
1929
+ headers: {
1930
+ 'Content-Type': 'application/json-patch+json',
1931
+ ...options.headers
1932
+ }
1933
+ });
1934
+ }
1763
1935
  /**
1764
1936
  * Gets the preview URL for a document.
1937
+ *
1765
1938
  * Gets the preview URL for the document identified by the provided Id.
1766
1939
  */
1767
1940
  static getDocumentByIdPreviewUrl(options) {
@@ -1778,6 +1951,7 @@ export class DocumentService {
1778
1951
  }
1779
1952
  /**
1780
1953
  * Removes public access settings for a document.
1954
+ *
1781
1955
  * Removes public access protection/rules for the document identified by the provided Id.
1782
1956
  */
1783
1957
  static deleteDocumentByIdPublicAccess(options) {
@@ -1794,6 +1968,7 @@ export class DocumentService {
1794
1968
  }
1795
1969
  /**
1796
1970
  * Gets public access rules for a document.
1971
+ *
1797
1972
  * Gets the public access protection settings for the document identified by the provided Id.
1798
1973
  */
1799
1974
  static getDocumentByIdPublicAccess(options) {
@@ -1810,6 +1985,7 @@ export class DocumentService {
1810
1985
  }
1811
1986
  /**
1812
1987
  * Creates public access rules for a document.
1988
+ *
1813
1989
  * Creates public access protection for the document identified by the provided Id.
1814
1990
  */
1815
1991
  static postDocumentByIdPublicAccess(options) {
@@ -1830,6 +2006,7 @@ export class DocumentService {
1830
2006
  }
1831
2007
  /**
1832
2008
  * Updates public access protection for a document.
2009
+ *
1833
2010
  * Updates the member protection settings for a document, controlling which members or member groups can access it.
1834
2011
  */
1835
2012
  static putDocumentByIdPublicAccess(options) {
@@ -1850,6 +2027,7 @@ export class DocumentService {
1850
2027
  }
1851
2028
  /**
1852
2029
  * Publishes a document.
2030
+ *
1853
2031
  * Publishes a document identified by the provided Id.
1854
2032
  */
1855
2033
  static putDocumentByIdPublish(options) {
@@ -1870,6 +2048,7 @@ export class DocumentService {
1870
2048
  }
1871
2049
  /**
1872
2050
  * Publishes a document with its descendants.
2051
+ *
1873
2052
  * Publishes a document and its descendants identified by the provided Id.
1874
2053
  */
1875
2054
  static putDocumentByIdPublishWithDescendants(options) {
@@ -1890,6 +2069,7 @@ export class DocumentService {
1890
2069
  }
1891
2070
  /**
1892
2071
  * Gets the result of publishing a document with descendants.
2072
+ *
1893
2073
  * Gets the status and result of a publish with descendants operation.
1894
2074
  */
1895
2075
  static getDocumentByIdPublishWithDescendantsResultByTaskId(options) {
@@ -1906,6 +2086,7 @@ export class DocumentService {
1906
2086
  }
1907
2087
  /**
1908
2088
  * Gets a document.
2089
+ *
1909
2090
  * Gets a document identified by the provided Id.
1910
2091
  */
1911
2092
  static getDocumentByIdPublished(options) {
@@ -1922,6 +2103,7 @@ export class DocumentService {
1922
2103
  }
1923
2104
  /**
1924
2105
  * Gets a collection of items that reference documents.
2106
+ *
1925
2107
  * Gets a paginated collection of items that reference the documents identified by the provided Ids.
1926
2108
  */
1927
2109
  static getDocumentByIdReferencedBy(options) {
@@ -1938,6 +2120,7 @@ export class DocumentService {
1938
2120
  }
1939
2121
  /**
1940
2122
  * Gets document descendants that are referenced.
2123
+ *
1941
2124
  * Gets a paginated collection of descendant documents that are referenced by other content.
1942
2125
  */
1943
2126
  static getDocumentByIdReferencedDescendants(options) {
@@ -1954,6 +2137,7 @@ export class DocumentService {
1954
2137
  }
1955
2138
  /**
1956
2139
  * Unpublishes a document.
2140
+ *
1957
2141
  * Unpublishes a document identified by the provided Id.
1958
2142
  */
1959
2143
  static putDocumentByIdUnpublish(options) {
@@ -1974,6 +2158,7 @@ export class DocumentService {
1974
2158
  }
1975
2159
  /**
1976
2160
  * Gets a collection of items that reference documents.
2161
+ *
1977
2162
  * Gets a paginated collection of items that reference the documents identified by the provided Ids.
1978
2163
  */
1979
2164
  static getDocumentAreReferenced(options) {
@@ -1990,6 +2175,7 @@ export class DocumentService {
1990
2175
  }
1991
2176
  /**
1992
2177
  * Gets the document configuration.
2178
+ *
1993
2179
  * Gets the configuration settings for documents.
1994
2180
  */
1995
2181
  static getDocumentConfiguration(options) {
@@ -2006,6 +2192,7 @@ export class DocumentService {
2006
2192
  }
2007
2193
  /**
2008
2194
  * Sorts documents.
2195
+ *
2009
2196
  * Sorts documents in the specified parent container according to the provided sort order.
2010
2197
  */
2011
2198
  static putDocumentSort(options) {
@@ -2026,6 +2213,7 @@ export class DocumentService {
2026
2213
  }
2027
2214
  /**
2028
2215
  * Gets URLs for a document.
2216
+ *
2029
2217
  * Gets the URLs for the document identified by the provided Id.
2030
2218
  */
2031
2219
  static getDocumentUrls(options) {
@@ -2042,6 +2230,7 @@ export class DocumentService {
2042
2230
  }
2043
2231
  /**
2044
2232
  * Validates creating a document.
2233
+ *
2045
2234
  * Validates the request model for creating a new document without actually creating it.
2046
2235
  */
2047
2236
  static postDocumentValidate(options) {
@@ -2062,6 +2251,7 @@ export class DocumentService {
2062
2251
  }
2063
2252
  /**
2064
2253
  * Gets a collection of document items.
2254
+ *
2065
2255
  * Gets a collection of document items identified by the provided Ids.
2066
2256
  */
2067
2257
  static getItemDocument(options) {
@@ -2078,6 +2268,7 @@ export class DocumentService {
2078
2268
  }
2079
2269
  /**
2080
2270
  * Gets ancestors for a collection of document items.
2271
+ *
2081
2272
  * Gets the ancestor chains for document items identified by the provided Ids.
2082
2273
  */
2083
2274
  static getItemDocumentAncestors(options) {
@@ -2094,6 +2285,7 @@ export class DocumentService {
2094
2285
  }
2095
2286
  /**
2096
2287
  * Searches document items.
2288
+ *
2097
2289
  * Searches document items by the provided query with pagination support.
2098
2290
  */
2099
2291
  static getItemDocumentSearch(options) {
@@ -2110,6 +2302,7 @@ export class DocumentService {
2110
2302
  }
2111
2303
  /**
2112
2304
  * Empties the document recycle bin.
2305
+ *
2113
2306
  * Permanently deletes all documents in the recycle bin. This operation cannot be undone.
2114
2307
  */
2115
2308
  static deleteRecycleBinDocument(options) {
@@ -2126,6 +2319,7 @@ export class DocumentService {
2126
2319
  }
2127
2320
  /**
2128
2321
  * Deletes a document.
2322
+ *
2129
2323
  * Deletes a document identified by the provided Id.
2130
2324
  */
2131
2325
  static deleteRecycleBinDocumentById(options) {
@@ -2142,6 +2336,7 @@ export class DocumentService {
2142
2336
  }
2143
2337
  /**
2144
2338
  * Gets the original parent of a document in the recycle bin.
2339
+ *
2145
2340
  * Gets the original parent location of a document before it was moved to the recycle bin.
2146
2341
  */
2147
2342
  static getRecycleBinDocumentByIdOriginalParent(options) {
@@ -2158,6 +2353,7 @@ export class DocumentService {
2158
2353
  }
2159
2354
  /**
2160
2355
  * Restores a document from the recycle bin.
2356
+ *
2161
2357
  * Restores a document from the recycle bin to its original location or a specified parent.
2162
2358
  */
2163
2359
  static putRecycleBinDocumentByIdRestore(options) {
@@ -2178,6 +2374,7 @@ export class DocumentService {
2178
2374
  }
2179
2375
  /**
2180
2376
  * Gets a collection of documents in the recycle bin.
2377
+ *
2181
2378
  * Gets a paginated collection of documents that are children of the provided parent in the recycle bin.
2182
2379
  */
2183
2380
  static getRecycleBinDocumentChildren(options) {
@@ -2194,6 +2391,7 @@ export class DocumentService {
2194
2391
  }
2195
2392
  /**
2196
2393
  * Gets items referencing a document in the recycle bin.
2394
+ *
2197
2395
  * Gets a paginated collection of items that reference the document in the recycle bin.
2198
2396
  */
2199
2397
  static getRecycleBinDocumentReferencedBy(options) {
@@ -2210,6 +2408,7 @@ export class DocumentService {
2210
2408
  }
2211
2409
  /**
2212
2410
  * Gets documents at the root of the recycle bin.
2411
+ *
2213
2412
  * Gets a paginated collection of documents at the root level of the recycle bin.
2214
2413
  */
2215
2414
  static getRecycleBinDocumentRoot(options) {
@@ -2226,6 +2425,7 @@ export class DocumentService {
2226
2425
  }
2227
2426
  /**
2228
2427
  * Gets sibling documents in the recycle bin.
2428
+ *
2229
2429
  * Gets a collection of sibling documents in the recycle bin at the same level as the provided Id.
2230
2430
  */
2231
2431
  static getRecycleBinDocumentSiblings(options) {
@@ -2242,6 +2442,7 @@ export class DocumentService {
2242
2442
  }
2243
2443
  /**
2244
2444
  * Gets a collection of ancestor document items.
2445
+ *
2245
2446
  * Gets a collection of document items that are ancestors to the provided Id.
2246
2447
  */
2247
2448
  static getTreeDocumentAncestors(options) {
@@ -2258,6 +2459,7 @@ export class DocumentService {
2258
2459
  }
2259
2460
  /**
2260
2461
  * Gets a collection of document tree child items.
2462
+ *
2261
2463
  * Gets a paginated collection of document tree items that are children of the provided parent Id.
2262
2464
  */
2263
2465
  static getTreeDocumentChildren(options) {
@@ -2274,6 +2476,7 @@ export class DocumentService {
2274
2476
  }
2275
2477
  /**
2276
2478
  * Gets a collection of document items from the root of the tree.
2479
+ *
2277
2480
  * Gets a paginated collection of document items from the root of the tree with optional filtering.
2278
2481
  */
2279
2482
  static getTreeDocumentRoot(options) {
@@ -2290,6 +2493,7 @@ export class DocumentService {
2290
2493
  }
2291
2494
  /**
2292
2495
  * Gets a collection of document tree sibling items.
2496
+ *
2293
2497
  * Gets a collection of document tree items that are siblings of the provided Id.
2294
2498
  */
2295
2499
  static getTreeDocumentSiblings(options) {
@@ -2309,6 +2513,7 @@ export class DocumentService {
2309
2513
  export class DynamicRootService {
2310
2514
  /**
2311
2515
  * Gets dynamic roots.
2516
+ *
2312
2517
  * Gets a collection of dynamic root items based on the provided query configuration.
2313
2518
  */
2314
2519
  static postDynamicRootQuery(options) {
@@ -2329,6 +2534,7 @@ export class DynamicRootService {
2329
2534
  }
2330
2535
  /**
2331
2536
  * Gets dynamic root query steps.
2537
+ *
2332
2538
  * Gets a collection of available query steps for configuring dynamic root queries.
2333
2539
  */
2334
2540
  static getDynamicRootSteps(options) {
@@ -2347,6 +2553,7 @@ export class DynamicRootService {
2347
2553
  export class HealthCheckService {
2348
2554
  /**
2349
2555
  * Gets a collection of health check groups.
2556
+ *
2350
2557
  * Gets a collection of health check groups with their associated health checks.
2351
2558
  */
2352
2559
  static getHealthCheckGroup(options) {
@@ -2363,6 +2570,7 @@ export class HealthCheckService {
2363
2570
  }
2364
2571
  /**
2365
2572
  * Gets a health check group by name.
2573
+ *
2366
2574
  * Gets a health check group and all its associated health checks identified by the provided group name.
2367
2575
  */
2368
2576
  static getHealthCheckGroupByName(options) {
@@ -2379,6 +2587,7 @@ export class HealthCheckService {
2379
2587
  }
2380
2588
  /**
2381
2589
  * Executes all health checks in a group.
2590
+ *
2382
2591
  * Runs all health checks in the group identified by the provided name and returns the results.
2383
2592
  */
2384
2593
  static postHealthCheckGroupByNameCheck(options) {
@@ -2395,6 +2604,7 @@ export class HealthCheckService {
2395
2604
  }
2396
2605
  /**
2397
2606
  * Executes a health check action.
2607
+ *
2398
2608
  * Executes a specific action to fix or address a health check issue.
2399
2609
  */
2400
2610
  static postHealthCheckExecuteAction(options) {
@@ -2417,7 +2627,9 @@ export class HealthCheckService {
2417
2627
  export class HelpService {
2418
2628
  /**
2419
2629
  * Gets help information.
2630
+ *
2420
2631
  * Gets help information and documentation resources for the Umbraco back office.
2632
+ *
2421
2633
  * @deprecated
2422
2634
  */
2423
2635
  static getHelp(options) {
@@ -2436,6 +2648,7 @@ export class HelpService {
2436
2648
  export class ImagingService {
2437
2649
  /**
2438
2650
  * Gets URLs for image resizing.
2651
+ *
2439
2652
  * Gets a collection of URLs for resizing images with the provided dimensions and options.
2440
2653
  */
2441
2654
  static getImagingResizeUrls(options) {
@@ -2454,6 +2667,7 @@ export class ImagingService {
2454
2667
  export class ImportService {
2455
2668
  /**
2456
2669
  * Analyzes an import file.
2670
+ *
2457
2671
  * Analyzes the uploaded import file and returns an analysis of the imported entities.
2458
2672
  */
2459
2673
  static getImportAnalyze(options) {
@@ -2472,6 +2686,7 @@ export class ImportService {
2472
2686
  export class IndexerService {
2473
2687
  /**
2474
2688
  * Gets a collection of indexers.
2689
+ *
2475
2690
  * Gets a collection of configured search indexers in the Umbraco installation.
2476
2691
  */
2477
2692
  static getIndexer(options) {
@@ -2488,6 +2703,7 @@ export class IndexerService {
2488
2703
  }
2489
2704
  /**
2490
2705
  * Gets indexer details.
2706
+ *
2491
2707
  * Gets detailed information about the indexer identified by the provided name.
2492
2708
  */
2493
2709
  static getIndexerByIndexName(options) {
@@ -2504,6 +2720,7 @@ export class IndexerService {
2504
2720
  }
2505
2721
  /**
2506
2722
  * Rebuilds an indexer.
2723
+ *
2507
2724
  * Rebuilds the search index for the indexer identified by the provided name.
2508
2725
  */
2509
2726
  static postIndexerByIndexNameRebuild(options) {
@@ -2522,6 +2739,7 @@ export class IndexerService {
2522
2739
  export class InstallService {
2523
2740
  /**
2524
2741
  * Gets install settings.
2742
+ *
2525
2743
  * Gets the current installation settings and status.
2526
2744
  */
2527
2745
  static getInstallSettings(options) {
@@ -2532,6 +2750,7 @@ export class InstallService {
2532
2750
  }
2533
2751
  /**
2534
2752
  * Performs installation setup.
2753
+ *
2535
2754
  * Performs the initial setup and installation of Umbraco.
2536
2755
  */
2537
2756
  static postInstallSetup(options) {
@@ -2546,6 +2765,7 @@ export class InstallService {
2546
2765
  }
2547
2766
  /**
2548
2767
  * Validates database connection.
2768
+ *
2549
2769
  * Validates the database connection settings provided during installation.
2550
2770
  */
2551
2771
  static postInstallValidateDatabase(options) {
@@ -2562,6 +2782,7 @@ export class InstallService {
2562
2782
  export class LanguageService {
2563
2783
  /**
2564
2784
  * Gets a collection of language items.
2785
+ *
2565
2786
  * Gets a collection of language items identified by the provided Ids.
2566
2787
  */
2567
2788
  static getItemLanguage(options) {
@@ -2578,6 +2799,7 @@ export class LanguageService {
2578
2799
  }
2579
2800
  /**
2580
2801
  * Gets the default language.
2802
+ *
2581
2803
  * Gets the default language configured for the Umbraco installation.
2582
2804
  */
2583
2805
  static getItemLanguageDefault(options) {
@@ -2594,6 +2816,7 @@ export class LanguageService {
2594
2816
  }
2595
2817
  /**
2596
2818
  * Gets a paginated collection of languages.
2819
+ *
2597
2820
  * Gets a paginated collection of all configured languages.
2598
2821
  */
2599
2822
  static getLanguage(options) {
@@ -2610,6 +2833,7 @@ export class LanguageService {
2610
2833
  }
2611
2834
  /**
2612
2835
  * Creates a new language.
2836
+ *
2613
2837
  * Creates a new language with the configuration specified in the request model.
2614
2838
  */
2615
2839
  static postLanguage(options) {
@@ -2630,6 +2854,7 @@ export class LanguageService {
2630
2854
  }
2631
2855
  /**
2632
2856
  * Deletes a language.
2857
+ *
2633
2858
  * Deletes a language identified by the provided Id.
2634
2859
  */
2635
2860
  static deleteLanguageByIsoCode(options) {
@@ -2646,6 +2871,7 @@ export class LanguageService {
2646
2871
  }
2647
2872
  /**
2648
2873
  * Gets a language by ISO code.
2874
+ *
2649
2875
  * Gets a language identified by the provided ISO code.
2650
2876
  */
2651
2877
  static getLanguageByIsoCode(options) {
@@ -2662,6 +2888,7 @@ export class LanguageService {
2662
2888
  }
2663
2889
  /**
2664
2890
  * Updates a language.
2891
+ *
2665
2892
  * Updates a language identified by the provided Id with the details from the request model.
2666
2893
  */
2667
2894
  static putLanguageByIsoCode(options) {
@@ -2684,6 +2911,7 @@ export class LanguageService {
2684
2911
  export class LogViewerService {
2685
2912
  /**
2686
2913
  * Gets a collection of log sink levels.
2914
+ *
2687
2915
  * Gets a collection of configured log sinks with their minimum log levels.
2688
2916
  */
2689
2917
  static getLogViewerLevel(options) {
@@ -2700,6 +2928,7 @@ export class LogViewerService {
2700
2928
  }
2701
2929
  /**
2702
2930
  * Gets log level counts.
2931
+ *
2703
2932
  * Gets the count of log entries for each log level within the specified date range.
2704
2933
  */
2705
2934
  static getLogViewerLevelCount(options) {
@@ -2716,6 +2945,7 @@ export class LogViewerService {
2716
2945
  }
2717
2946
  /**
2718
2947
  * Gets a paginated collection of log entries.
2948
+ *
2719
2949
  * Gets a paginated collection of log entries with optional filtering and date range.
2720
2950
  */
2721
2951
  static getLogViewerLog(options) {
@@ -2732,6 +2962,7 @@ export class LogViewerService {
2732
2962
  }
2733
2963
  /**
2734
2964
  * Gets a collection of log message templates.
2965
+ *
2735
2966
  * Gets a paginated collection of unique message templates found in the logs.
2736
2967
  */
2737
2968
  static getLogViewerMessageTemplate(options) {
@@ -2748,6 +2979,7 @@ export class LogViewerService {
2748
2979
  }
2749
2980
  /**
2750
2981
  * Gets a collection of saved log searches.
2982
+ *
2751
2983
  * Gets a collection of saved log searches defined in the Umbraco installation.
2752
2984
  */
2753
2985
  static getLogViewerSavedSearch(options) {
@@ -2764,6 +2996,7 @@ export class LogViewerService {
2764
2996
  }
2765
2997
  /**
2766
2998
  * Creates a saved log search.
2999
+ *
2767
3000
  * Creates a new saved log search with the provided name and query configuration.
2768
3001
  */
2769
3002
  static postLogViewerSavedSearch(options) {
@@ -2784,6 +3017,7 @@ export class LogViewerService {
2784
3017
  }
2785
3018
  /**
2786
3019
  * Deletes a saved log search.
3020
+ *
2787
3021
  * Deletes a saved log search identified by the provided name.
2788
3022
  */
2789
3023
  static deleteLogViewerSavedSearchByName(options) {
@@ -2800,6 +3034,7 @@ export class LogViewerService {
2800
3034
  }
2801
3035
  /**
2802
3036
  * Gets a saved log search by name.
3037
+ *
2803
3038
  * Gets a saved log search identified by the provided name.
2804
3039
  */
2805
3040
  static getLogViewerSavedSearchByName(options) {
@@ -2816,6 +3051,7 @@ export class LogViewerService {
2816
3051
  }
2817
3052
  /**
2818
3053
  * Validates if logs can be viewed.
3054
+ *
2819
3055
  * Checks if the log files are within the size limit and can be viewed.
2820
3056
  */
2821
3057
  static getLogViewerValidateLogsSize(options) {
@@ -2834,6 +3070,7 @@ export class LogViewerService {
2834
3070
  export class ManifestService {
2835
3071
  /**
2836
3072
  * Gets all manifests.
3073
+ *
2837
3074
  * Gets a collection of all package manifests including both public and private manifests.
2838
3075
  */
2839
3076
  static getManifestManifest(options) {
@@ -2850,6 +3087,7 @@ export class ManifestService {
2850
3087
  }
2851
3088
  /**
2852
3089
  * Gets private manifests.
3090
+ *
2853
3091
  * Gets a collection of private package manifests specific to the current user.
2854
3092
  */
2855
3093
  static getManifestManifestPrivate(options) {
@@ -2866,6 +3104,7 @@ export class ManifestService {
2866
3104
  }
2867
3105
  /**
2868
3106
  * Gets public manifests.
3107
+ *
2869
3108
  * Gets a collection of public package manifests available to all users.
2870
3109
  */
2871
3110
  static getManifestManifestPublic(options) {
@@ -2878,6 +3117,7 @@ export class ManifestService {
2878
3117
  export class MediaTypeService {
2879
3118
  /**
2880
3119
  * Gets a collection of media type items.
3120
+ *
2881
3121
  * Gets a collection of media type items identified by the provided Ids.
2882
3122
  */
2883
3123
  static getItemMediaType(options) {
@@ -2894,6 +3134,7 @@ export class MediaTypeService {
2894
3134
  }
2895
3135
  /**
2896
3136
  * Gets a collection of media type items.
3137
+ *
2897
3138
  * Gets a collection of allowed media type items for the specified file extension.
2898
3139
  */
2899
3140
  static getItemMediaTypeAllowed(options) {
@@ -2910,6 +3151,7 @@ export class MediaTypeService {
2910
3151
  }
2911
3152
  /**
2912
3153
  * Gets ancestors for a collection of media type items.
3154
+ *
2913
3155
  * Gets the ancestor chains for media type items identified by the provided Ids.
2914
3156
  */
2915
3157
  static getItemMediaTypeAncestors(options) {
@@ -2926,6 +3168,7 @@ export class MediaTypeService {
2926
3168
  }
2927
3169
  /**
2928
3170
  * Gets a collection of media type folder items.
3171
+ *
2929
3172
  * Gets a paginated collection of media type folder items.
2930
3173
  */
2931
3174
  static getItemMediaTypeFolders(options) {
@@ -2942,6 +3185,7 @@ export class MediaTypeService {
2942
3185
  }
2943
3186
  /**
2944
3187
  * Searches media type items.
3188
+ *
2945
3189
  * Searches media type items by the provided query with pagination support.
2946
3190
  */
2947
3191
  static getItemMediaTypeSearch(options) {
@@ -2958,6 +3202,7 @@ export class MediaTypeService {
2958
3202
  }
2959
3203
  /**
2960
3204
  * Creates a new media type.
3205
+ *
2961
3206
  * Creates a new media type with the configuration specified in the request model.
2962
3207
  */
2963
3208
  static postMediaType(options) {
@@ -2978,6 +3223,7 @@ export class MediaTypeService {
2978
3223
  }
2979
3224
  /**
2980
3225
  * Deletes a media type.
3226
+ *
2981
3227
  * Deletes a media type identified by the provided Id.
2982
3228
  */
2983
3229
  static deleteMediaTypeById(options) {
@@ -2994,6 +3240,7 @@ export class MediaTypeService {
2994
3240
  }
2995
3241
  /**
2996
3242
  * Gets a media type.
3243
+ *
2997
3244
  * Gets a media type identified by the provided Id.
2998
3245
  */
2999
3246
  static getMediaTypeById(options) {
@@ -3010,6 +3257,7 @@ export class MediaTypeService {
3010
3257
  }
3011
3258
  /**
3012
3259
  * Updates a media type.
3260
+ *
3013
3261
  * Updates a media type identified by the provided Id with the details from the request model.
3014
3262
  */
3015
3263
  static putMediaTypeById(options) {
@@ -3030,6 +3278,7 @@ export class MediaTypeService {
3030
3278
  }
3031
3279
  /**
3032
3280
  * Gets allowed child media types.
3281
+ *
3033
3282
  * Gets a collection of media types that are allowed as children of the specified parent media type.
3034
3283
  */
3035
3284
  static getMediaTypeByIdAllowedChildren(options) {
@@ -3046,6 +3295,7 @@ export class MediaTypeService {
3046
3295
  }
3047
3296
  /**
3048
3297
  * Gets allowed parent media types.
3298
+ *
3049
3299
  * Gets a collection of media types that are allowed as parents of the specified media type.
3050
3300
  */
3051
3301
  static getMediaTypeByIdAllowedParents(options) {
@@ -3062,6 +3312,7 @@ export class MediaTypeService {
3062
3312
  }
3063
3313
  /**
3064
3314
  * Gets composition references.
3315
+ *
3065
3316
  * Gets a collection of media types that reference the specified media type as a composition.
3066
3317
  */
3067
3318
  static getMediaTypeByIdCompositionReferences(options) {
@@ -3078,6 +3329,7 @@ export class MediaTypeService {
3078
3329
  }
3079
3330
  /**
3080
3331
  * Copies a media type.
3332
+ *
3081
3333
  * Creates a duplicate of an existing media type identified by the provided Id.
3082
3334
  */
3083
3335
  static postMediaTypeByIdCopy(options) {
@@ -3098,6 +3350,7 @@ export class MediaTypeService {
3098
3350
  }
3099
3351
  /**
3100
3352
  * Exports a media type.
3353
+ *
3101
3354
  * Exports the media type identified by the provided Id to a downloadable format.
3102
3355
  */
3103
3356
  static getMediaTypeByIdExport(options) {
@@ -3114,6 +3367,7 @@ export class MediaTypeService {
3114
3367
  }
3115
3368
  /**
3116
3369
  * Imports a media type.
3370
+ *
3117
3371
  * Imports a media type from the provided file upload.
3118
3372
  */
3119
3373
  static putMediaTypeByIdImport(options) {
@@ -3134,6 +3388,7 @@ export class MediaTypeService {
3134
3388
  }
3135
3389
  /**
3136
3390
  * Moves a media type.
3391
+ *
3137
3392
  * Moves a media type identified by the provided Id to a different location.
3138
3393
  */
3139
3394
  static putMediaTypeByIdMove(options) {
@@ -3152,8 +3407,21 @@ export class MediaTypeService {
3152
3407
  }
3153
3408
  });
3154
3409
  }
3410
+ static getMediaTypeByIdSchema(options) {
3411
+ return (options.client ?? client).get({
3412
+ security: [
3413
+ {
3414
+ scheme: 'bearer',
3415
+ type: 'http'
3416
+ }
3417
+ ],
3418
+ url: '/umbraco/management/api/v1/media-type/{id}/schema',
3419
+ ...options
3420
+ });
3421
+ }
3155
3422
  /**
3156
3423
  * Gets media types allowed at root.
3424
+ *
3157
3425
  * Gets a collection of media types that are allowed to be created at the root level.
3158
3426
  */
3159
3427
  static getMediaTypeAllowedAtRoot(options) {
@@ -3170,6 +3438,7 @@ export class MediaTypeService {
3170
3438
  }
3171
3439
  /**
3172
3440
  * Gets available compositions.
3441
+ *
3173
3442
  * Gets a collection of media types that are available to use as compositions for the specified media type.
3174
3443
  */
3175
3444
  static postMediaTypeAvailableCompositions(options) {
@@ -3190,6 +3459,7 @@ export class MediaTypeService {
3190
3459
  }
3191
3460
  /**
3192
3461
  * Gets multiple media types.
3462
+ *
3193
3463
  * Gets multiple media types identified by the provided Ids.
3194
3464
  */
3195
3465
  static getMediaTypeBatch(options) {
@@ -3206,6 +3476,7 @@ export class MediaTypeService {
3206
3476
  }
3207
3477
  /**
3208
3478
  * Gets the media type configuration.
3479
+ *
3209
3480
  * Gets the configuration settings for media types.
3210
3481
  */
3211
3482
  static getMediaTypeConfiguration(options) {
@@ -3222,6 +3493,7 @@ export class MediaTypeService {
3222
3493
  }
3223
3494
  /**
3224
3495
  * Creates a media type folder.
3496
+ *
3225
3497
  * Creates a new media type folder with the provided name and parent location.
3226
3498
  */
3227
3499
  static postMediaTypeFolder(options) {
@@ -3242,6 +3514,7 @@ export class MediaTypeService {
3242
3514
  }
3243
3515
  /**
3244
3516
  * Deletes a media type folder.
3517
+ *
3245
3518
  * Deletes a media type folder identified by the provided Id.
3246
3519
  */
3247
3520
  static deleteMediaTypeFolderById(options) {
@@ -3258,6 +3531,7 @@ export class MediaTypeService {
3258
3531
  }
3259
3532
  /**
3260
3533
  * Gets a media type folder.
3534
+ *
3261
3535
  * Gets a media type folder identified by the provided Id.
3262
3536
  */
3263
3537
  static getMediaTypeFolderById(options) {
@@ -3274,6 +3548,7 @@ export class MediaTypeService {
3274
3548
  }
3275
3549
  /**
3276
3550
  * Updates a media type folder.
3551
+ *
3277
3552
  * Updates a media type folder identified by the provided Id with the details from the request model.
3278
3553
  */
3279
3554
  static putMediaTypeFolderById(options) {
@@ -3294,6 +3569,7 @@ export class MediaTypeService {
3294
3569
  }
3295
3570
  /**
3296
3571
  * Imports a media type.
3572
+ *
3297
3573
  * Imports a media type from the provided file upload.
3298
3574
  */
3299
3575
  static postMediaTypeImport(options) {
@@ -3314,6 +3590,7 @@ export class MediaTypeService {
3314
3590
  }
3315
3591
  /**
3316
3592
  * Gets a collection of ancestor media type items.
3593
+ *
3317
3594
  * Gets a collection of media type items that are ancestors to the provided Id.
3318
3595
  */
3319
3596
  static getTreeMediaTypeAncestors(options) {
@@ -3330,6 +3607,7 @@ export class MediaTypeService {
3330
3607
  }
3331
3608
  /**
3332
3609
  * Gets a collection of media type tree child items.
3610
+ *
3333
3611
  * Gets a paginated collection of media type tree items that are children of the provided parent Id.
3334
3612
  */
3335
3613
  static getTreeMediaTypeChildren(options) {
@@ -3346,6 +3624,7 @@ export class MediaTypeService {
3346
3624
  }
3347
3625
  /**
3348
3626
  * Gets a collection of media type items from the root of the tree.
3627
+ *
3349
3628
  * Gets a paginated collection of media type items from the root of the tree with optional filtering.
3350
3629
  */
3351
3630
  static getTreeMediaTypeRoot(options) {
@@ -3362,6 +3641,7 @@ export class MediaTypeService {
3362
3641
  }
3363
3642
  /**
3364
3643
  * Gets a collection of media type tree sibling items.
3644
+ *
3365
3645
  * Gets a collection of media type tree items that are siblings of the provided Id.
3366
3646
  */
3367
3647
  static getTreeMediaTypeSiblings(options) {
@@ -3380,6 +3660,7 @@ export class MediaTypeService {
3380
3660
  export class MediaService {
3381
3661
  /**
3382
3662
  * Gets a collection of media items.
3663
+ *
3383
3664
  * Gets a paginated collection of media items, optionally filtered and sorted.
3384
3665
  */
3385
3666
  static getCollectionMedia(options) {
@@ -3396,6 +3677,7 @@ export class MediaService {
3396
3677
  }
3397
3678
  /**
3398
3679
  * Gets a collection of media items.
3680
+ *
3399
3681
  * Gets a collection of media items identified by the provided Ids.
3400
3682
  */
3401
3683
  static getItemMedia(options) {
@@ -3412,6 +3694,7 @@ export class MediaService {
3412
3694
  }
3413
3695
  /**
3414
3696
  * Gets ancestors for a collection of media items.
3697
+ *
3415
3698
  * Gets the ancestor chains for media items identified by the provided Ids.
3416
3699
  */
3417
3700
  static getItemMediaAncestors(options) {
@@ -3428,6 +3711,7 @@ export class MediaService {
3428
3711
  }
3429
3712
  /**
3430
3713
  * Searches media items.
3714
+ *
3431
3715
  * Searches media items by the provided query with pagination support.
3432
3716
  */
3433
3717
  static getItemMediaSearch(options) {
@@ -3444,6 +3728,7 @@ export class MediaService {
3444
3728
  }
3445
3729
  /**
3446
3730
  * Creates a new media.
3731
+ *
3447
3732
  * Creates a new media with the configuration specified in the request model.
3448
3733
  */
3449
3734
  static postMedia(options) {
@@ -3464,6 +3749,7 @@ export class MediaService {
3464
3749
  }
3465
3750
  /**
3466
3751
  * Deletes a media item.
3752
+ *
3467
3753
  * Deletes a media item identified by the provided Id.
3468
3754
  */
3469
3755
  static deleteMediaById(options) {
@@ -3480,6 +3766,7 @@ export class MediaService {
3480
3766
  }
3481
3767
  /**
3482
3768
  * Gets a media item.
3769
+ *
3483
3770
  * Gets a media item identified by the provided Id.
3484
3771
  */
3485
3772
  static getMediaById(options) {
@@ -3496,6 +3783,7 @@ export class MediaService {
3496
3783
  }
3497
3784
  /**
3498
3785
  * Updates a media item.
3786
+ *
3499
3787
  * Updates a media item identified by the provided Id with the details from the request model.
3500
3788
  */
3501
3789
  static putMediaById(options) {
@@ -3516,6 +3804,7 @@ export class MediaService {
3516
3804
  }
3517
3805
  /**
3518
3806
  * Gets the audit log for a media item.
3807
+ *
3519
3808
  * Gets a paginated collection of audit log entries for the media identified by the provided Id.
3520
3809
  */
3521
3810
  static getMediaByIdAuditLog(options) {
@@ -3532,6 +3821,7 @@ export class MediaService {
3532
3821
  }
3533
3822
  /**
3534
3823
  * Moves a media item.
3824
+ *
3535
3825
  * Moves a media item identified by the provided Id to a different location.
3536
3826
  */
3537
3827
  static putMediaByIdMove(options) {
@@ -3552,6 +3842,7 @@ export class MediaService {
3552
3842
  }
3553
3843
  /**
3554
3844
  * Moves a media item to the recycle bin.
3845
+ *
3555
3846
  * Moves a media item identified by the provided Id to the recycle bin.
3556
3847
  */
3557
3848
  static putMediaByIdMoveToRecycleBin(options) {
@@ -3568,6 +3859,7 @@ export class MediaService {
3568
3859
  }
3569
3860
  /**
3570
3861
  * Gets a collection of items that reference a media item.
3862
+ *
3571
3863
  * Gets a paginated collection of items that reference the media item identified by the provided Id.
3572
3864
  */
3573
3865
  static getMediaByIdReferencedBy(options) {
@@ -3584,6 +3876,7 @@ export class MediaService {
3584
3876
  }
3585
3877
  /**
3586
3878
  * Gets media descendants that are referenced.
3879
+ *
3587
3880
  * Gets a paginated collection of descendant media items that are referenced by other content.
3588
3881
  */
3589
3882
  static getMediaByIdReferencedDescendants(options) {
@@ -3600,6 +3893,7 @@ export class MediaService {
3600
3893
  }
3601
3894
  /**
3602
3895
  * Validates updating a media item.
3896
+ *
3603
3897
  * Validates the request model for updating a media item without actually updating it.
3604
3898
  */
3605
3899
  static putMediaByIdValidate(options) {
@@ -3620,6 +3914,7 @@ export class MediaService {
3620
3914
  }
3621
3915
  /**
3622
3916
  * Gets a collection of referenced media items.
3917
+ *
3623
3918
  * Gets a paginated collection of media items that are referenced, identified by the provided Ids.
3624
3919
  */
3625
3920
  static getMediaAreReferenced(options) {
@@ -3636,8 +3931,8 @@ export class MediaService {
3636
3931
  }
3637
3932
  /**
3638
3933
  * Gets the media configuration.
3934
+ *
3639
3935
  * Gets the configuration settings for media.
3640
- * @deprecated
3641
3936
  */
3642
3937
  static getMediaConfiguration(options) {
3643
3938
  return (options?.client ?? client).get({
@@ -3653,6 +3948,7 @@ export class MediaService {
3653
3948
  }
3654
3949
  /**
3655
3950
  * Sorts media items.
3951
+ *
3656
3952
  * Sorts media items in the specified parent container according to the provided sort order.
3657
3953
  */
3658
3954
  static putMediaSort(options) {
@@ -3673,6 +3969,7 @@ export class MediaService {
3673
3969
  }
3674
3970
  /**
3675
3971
  * Gets URLs for media items.
3972
+ *
3676
3973
  * Gets the URLs for the media items identified by the provided Ids.
3677
3974
  */
3678
3975
  static getMediaUrls(options) {
@@ -3689,6 +3986,7 @@ export class MediaService {
3689
3986
  }
3690
3987
  /**
3691
3988
  * Validates creating a media item.
3989
+ *
3692
3990
  * Validates the request model for creating a new media item without actually creating it.
3693
3991
  */
3694
3992
  static postMediaValidate(options) {
@@ -3709,6 +4007,7 @@ export class MediaService {
3709
4007
  }
3710
4008
  /**
3711
4009
  * Empties the media recycle bin.
4010
+ *
3712
4011
  * Permanently deletes all media items in the recycle bin. This operation cannot be undone.
3713
4012
  */
3714
4013
  static deleteRecycleBinMedia(options) {
@@ -3725,6 +4024,7 @@ export class MediaService {
3725
4024
  }
3726
4025
  /**
3727
4026
  * Deletes a media item from the recycle bin.
4027
+ *
3728
4028
  * Permanently deletes a media item from the recycle bin identified by the provided Id.
3729
4029
  */
3730
4030
  static deleteRecycleBinMediaById(options) {
@@ -3741,6 +4041,7 @@ export class MediaService {
3741
4041
  }
3742
4042
  /**
3743
4043
  * Gets the original parent of a media item in the recycle bin.
4044
+ *
3744
4045
  * Gets the original parent location of a media item before it was moved to the recycle bin.
3745
4046
  */
3746
4047
  static getRecycleBinMediaByIdOriginalParent(options) {
@@ -3757,6 +4058,7 @@ export class MediaService {
3757
4058
  }
3758
4059
  /**
3759
4060
  * Restores a media item from the recycle bin.
4061
+ *
3760
4062
  * Restores a media item from the recycle bin to its original location or a specified parent.
3761
4063
  */
3762
4064
  static putRecycleBinMediaByIdRestore(options) {
@@ -3777,6 +4079,7 @@ export class MediaService {
3777
4079
  }
3778
4080
  /**
3779
4081
  * Gets a collection of media items in the recycle bin.
4082
+ *
3780
4083
  * Gets a paginated collection of media items that are children of the provided parent in the recycle bin.
3781
4084
  */
3782
4085
  static getRecycleBinMediaChildren(options) {
@@ -3793,6 +4096,7 @@ export class MediaService {
3793
4096
  }
3794
4097
  /**
3795
4098
  * Gets items referencing media in the recycle bin.
4099
+ *
3796
4100
  * Gets a paginated collection of items that reference the media in the recycle bin.
3797
4101
  */
3798
4102
  static getRecycleBinMediaReferencedBy(options) {
@@ -3809,6 +4113,7 @@ export class MediaService {
3809
4113
  }
3810
4114
  /**
3811
4115
  * Gets media at the root of the recycle bin.
4116
+ *
3812
4117
  * Gets a paginated collection of media items at the root level of the recycle bin.
3813
4118
  */
3814
4119
  static getRecycleBinMediaRoot(options) {
@@ -3825,6 +4130,7 @@ export class MediaService {
3825
4130
  }
3826
4131
  /**
3827
4132
  * Gets sibling media in the recycle bin.
4133
+ *
3828
4134
  * Gets a collection of sibling media items in the recycle bin at the same level as the provided Id.
3829
4135
  */
3830
4136
  static getRecycleBinMediaSiblings(options) {
@@ -3841,6 +4147,7 @@ export class MediaService {
3841
4147
  }
3842
4148
  /**
3843
4149
  * Gets a collection of ancestor media items.
4150
+ *
3844
4151
  * Gets a collection of media items that are ancestors to the provided Id.
3845
4152
  */
3846
4153
  static getTreeMediaAncestors(options) {
@@ -3857,6 +4164,7 @@ export class MediaService {
3857
4164
  }
3858
4165
  /**
3859
4166
  * Gets a collection of media tree child items.
4167
+ *
3860
4168
  * Gets a paginated collection of media tree items that are children of the provided parent Id.
3861
4169
  */
3862
4170
  static getTreeMediaChildren(options) {
@@ -3873,6 +4181,7 @@ export class MediaService {
3873
4181
  }
3874
4182
  /**
3875
4183
  * Gets a collection of media items from the root of the tree.
4184
+ *
3876
4185
  * Gets a paginated collection of media items from the root of the tree with optional filtering.
3877
4186
  */
3878
4187
  static getTreeMediaRoot(options) {
@@ -3889,6 +4198,7 @@ export class MediaService {
3889
4198
  }
3890
4199
  /**
3891
4200
  * Gets a collection of media tree sibling items.
4201
+ *
3892
4202
  * Gets a collection of media tree items that are siblings of the provided Id.
3893
4203
  */
3894
4204
  static getTreeMediaSiblings(options) {
@@ -3907,6 +4217,7 @@ export class MediaService {
3907
4217
  export class MemberGroupService {
3908
4218
  /**
3909
4219
  * Gets a collection of member group items.
4220
+ *
3910
4221
  * Gets a collection of member group items identified by the provided Ids.
3911
4222
  */
3912
4223
  static getItemMemberGroup(options) {
@@ -3923,6 +4234,7 @@ export class MemberGroupService {
3923
4234
  }
3924
4235
  /**
3925
4236
  * Gets a paginated collection of member groups.
4237
+ *
3926
4238
  * Gets a paginated collection of all member groups.
3927
4239
  */
3928
4240
  static getMemberGroup(options) {
@@ -3939,6 +4251,7 @@ export class MemberGroupService {
3939
4251
  }
3940
4252
  /**
3941
4253
  * Creates a new member group.
4254
+ *
3942
4255
  * Creates a new member group with the configuration specified in the request model.
3943
4256
  */
3944
4257
  static postMemberGroup(options) {
@@ -3959,6 +4272,7 @@ export class MemberGroupService {
3959
4272
  }
3960
4273
  /**
3961
4274
  * Deletes a member group.
4275
+ *
3962
4276
  * Deletes a member group identified by the provided Id.
3963
4277
  */
3964
4278
  static deleteMemberGroupById(options) {
@@ -3975,6 +4289,7 @@ export class MemberGroupService {
3975
4289
  }
3976
4290
  /**
3977
4291
  * Gets a member group.
4292
+ *
3978
4293
  * Gets a member group identified by the provided Id.
3979
4294
  */
3980
4295
  static getMemberGroupById(options) {
@@ -3991,6 +4306,7 @@ export class MemberGroupService {
3991
4306
  }
3992
4307
  /**
3993
4308
  * Updates a member group.
4309
+ *
3994
4310
  * Updates a member group identified by the provided Id with the details from the request model.
3995
4311
  */
3996
4312
  static putMemberGroupById(options) {
@@ -4011,6 +4327,7 @@ export class MemberGroupService {
4011
4327
  }
4012
4328
  /**
4013
4329
  * Gets a collection of member group items from the root of the tree.
4330
+ *
4014
4331
  * Gets a paginated collection of member group items from the root of the tree with optional filtering.
4015
4332
  */
4016
4333
  static getTreeMemberGroupRoot(options) {
@@ -4029,6 +4346,7 @@ export class MemberGroupService {
4029
4346
  export class MemberTypeService {
4030
4347
  /**
4031
4348
  * Gets a collection of member type items.
4349
+ *
4032
4350
  * Gets a collection of member type items identified by the provided Ids.
4033
4351
  */
4034
4352
  static getItemMemberType(options) {
@@ -4045,6 +4363,7 @@ export class MemberTypeService {
4045
4363
  }
4046
4364
  /**
4047
4365
  * Gets ancestors for a collection of member type items.
4366
+ *
4048
4367
  * Gets the ancestor chains for member type items identified by the provided Ids.
4049
4368
  */
4050
4369
  static getItemMemberTypeAncestors(options) {
@@ -4061,6 +4380,7 @@ export class MemberTypeService {
4061
4380
  }
4062
4381
  /**
4063
4382
  * Searches member type items.
4383
+ *
4064
4384
  * Searches member type items by the provided query with pagination support.
4065
4385
  */
4066
4386
  static getItemMemberTypeSearch(options) {
@@ -4077,6 +4397,7 @@ export class MemberTypeService {
4077
4397
  }
4078
4398
  /**
4079
4399
  * Creates a new member type.
4400
+ *
4080
4401
  * Creates a new member type with the configuration specified in the request model.
4081
4402
  */
4082
4403
  static postMemberType(options) {
@@ -4097,6 +4418,7 @@ export class MemberTypeService {
4097
4418
  }
4098
4419
  /**
4099
4420
  * Deletes a member type.
4421
+ *
4100
4422
  * Deletes a member type identified by the provided Id.
4101
4423
  */
4102
4424
  static deleteMemberTypeById(options) {
@@ -4113,6 +4435,7 @@ export class MemberTypeService {
4113
4435
  }
4114
4436
  /**
4115
4437
  * Gets a member type.
4438
+ *
4116
4439
  * Gets a member type identified by the provided Id.
4117
4440
  */
4118
4441
  static getMemberTypeById(options) {
@@ -4129,6 +4452,7 @@ export class MemberTypeService {
4129
4452
  }
4130
4453
  /**
4131
4454
  * Updates a member type.
4455
+ *
4132
4456
  * Updates a member type identified by the provided Id with the details from the request model.
4133
4457
  */
4134
4458
  static putMemberTypeById(options) {
@@ -4149,6 +4473,7 @@ export class MemberTypeService {
4149
4473
  }
4150
4474
  /**
4151
4475
  * Gets composition references.
4476
+ *
4152
4477
  * Gets a collection of member types that reference the specified member type as a composition.
4153
4478
  */
4154
4479
  static getMemberTypeByIdCompositionReferences(options) {
@@ -4165,6 +4490,7 @@ export class MemberTypeService {
4165
4490
  }
4166
4491
  /**
4167
4492
  * Copies a member type.
4493
+ *
4168
4494
  * Creates a duplicate of an existing member type identified by the provided Id.
4169
4495
  */
4170
4496
  static postMemberTypeByIdCopy(options) {
@@ -4185,6 +4511,7 @@ export class MemberTypeService {
4185
4511
  }
4186
4512
  /**
4187
4513
  * Exports a member type.
4514
+ *
4188
4515
  * Exports the member type identified by the provided Id to a downloadable format.
4189
4516
  */
4190
4517
  static getMemberTypeByIdExport(options) {
@@ -4201,6 +4528,7 @@ export class MemberTypeService {
4201
4528
  }
4202
4529
  /**
4203
4530
  * Imports a member type.
4531
+ *
4204
4532
  * Imports a member type from the provided file upload.
4205
4533
  */
4206
4534
  static putMemberTypeByIdImport(options) {
@@ -4221,6 +4549,7 @@ export class MemberTypeService {
4221
4549
  }
4222
4550
  /**
4223
4551
  * Moves a member type.
4552
+ *
4224
4553
  * Moves a member type identified by the provided Id to a different location.
4225
4554
  */
4226
4555
  static putMemberTypeByIdMove(options) {
@@ -4239,8 +4568,38 @@ export class MemberTypeService {
4239
4568
  }
4240
4569
  });
4241
4570
  }
4571
+ static getMemberTypeByIdSchema(options) {
4572
+ return (options.client ?? client).get({
4573
+ security: [
4574
+ {
4575
+ scheme: 'bearer',
4576
+ type: 'http'
4577
+ }
4578
+ ],
4579
+ url: '/umbraco/management/api/v1/member-type/{id}/schema',
4580
+ ...options
4581
+ });
4582
+ }
4583
+ /**
4584
+ * Gets member types allowed at root.
4585
+ *
4586
+ * Gets a collection of member types that are allowed to be created at the root level.
4587
+ */
4588
+ static getMemberTypeAllowedAtRoot(options) {
4589
+ return (options?.client ?? client).get({
4590
+ security: [
4591
+ {
4592
+ scheme: 'bearer',
4593
+ type: 'http'
4594
+ }
4595
+ ],
4596
+ url: '/umbraco/management/api/v1/member-type/allowed-at-root',
4597
+ ...options
4598
+ });
4599
+ }
4242
4600
  /**
4243
4601
  * Gets available compositions.
4602
+ *
4244
4603
  * Gets a collection of member types that are available to use as compositions for the specified member type.
4245
4604
  */
4246
4605
  static postMemberTypeAvailableCompositions(options) {
@@ -4261,6 +4620,7 @@ export class MemberTypeService {
4261
4620
  }
4262
4621
  /**
4263
4622
  * Gets multiple member types.
4623
+ *
4264
4624
  * Gets multiple member types identified by the provided Ids.
4265
4625
  */
4266
4626
  static getMemberTypeBatch(options) {
@@ -4277,6 +4637,7 @@ export class MemberTypeService {
4277
4637
  }
4278
4638
  /**
4279
4639
  * Gets the member type configuration.
4640
+ *
4280
4641
  * Gets the configuration settings for member types.
4281
4642
  */
4282
4643
  static getMemberTypeConfiguration(options) {
@@ -4293,6 +4654,7 @@ export class MemberTypeService {
4293
4654
  }
4294
4655
  /**
4295
4656
  * Creates a member type folder.
4657
+ *
4296
4658
  * Creates a new member type folder with the provided name and parent location.
4297
4659
  */
4298
4660
  static postMemberTypeFolder(options) {
@@ -4313,6 +4675,7 @@ export class MemberTypeService {
4313
4675
  }
4314
4676
  /**
4315
4677
  * Deletes a member type folder.
4678
+ *
4316
4679
  * Deletes a member type folder identified by the provided Id.
4317
4680
  */
4318
4681
  static deleteMemberTypeFolderById(options) {
@@ -4329,6 +4692,7 @@ export class MemberTypeService {
4329
4692
  }
4330
4693
  /**
4331
4694
  * Gets a member type folder.
4695
+ *
4332
4696
  * Gets a member type folder identified by the provided Id.
4333
4697
  */
4334
4698
  static getMemberTypeFolderById(options) {
@@ -4345,6 +4709,7 @@ export class MemberTypeService {
4345
4709
  }
4346
4710
  /**
4347
4711
  * Updates a member type folder.
4712
+ *
4348
4713
  * Updates a member type folder identified by the provided Id with the details from the request model.
4349
4714
  */
4350
4715
  static putMemberTypeFolderById(options) {
@@ -4365,6 +4730,7 @@ export class MemberTypeService {
4365
4730
  }
4366
4731
  /**
4367
4732
  * Imports a member type.
4733
+ *
4368
4734
  * Imports a member type from the provided file upload.
4369
4735
  */
4370
4736
  static postMemberTypeImport(options) {
@@ -4385,6 +4751,7 @@ export class MemberTypeService {
4385
4751
  }
4386
4752
  /**
4387
4753
  * Gets a collection of ancestor member type items.
4754
+ *
4388
4755
  * Gets a collection of member type items that are ancestors to the provided Id.
4389
4756
  */
4390
4757
  static getTreeMemberTypeAncestors(options) {
@@ -4401,6 +4768,7 @@ export class MemberTypeService {
4401
4768
  }
4402
4769
  /**
4403
4770
  * Gets a collection of member type tree child items.
4771
+ *
4404
4772
  * Gets a paginated collection of member type tree items that are children of the provided parent Id.
4405
4773
  */
4406
4774
  static getTreeMemberTypeChildren(options) {
@@ -4417,6 +4785,7 @@ export class MemberTypeService {
4417
4785
  }
4418
4786
  /**
4419
4787
  * Gets a collection of member type items from the root of the tree.
4788
+ *
4420
4789
  * Gets a paginated collection of member type items from the root of the tree with optional filtering.
4421
4790
  */
4422
4791
  static getTreeMemberTypeRoot(options) {
@@ -4433,6 +4802,7 @@ export class MemberTypeService {
4433
4802
  }
4434
4803
  /**
4435
4804
  * Gets sibling member types in the tree.
4805
+ *
4436
4806
  * Gets a collection of member type tree items that are siblings of the provided Id.
4437
4807
  */
4438
4808
  static getTreeMemberTypeSiblings(options) {
@@ -4451,6 +4821,7 @@ export class MemberTypeService {
4451
4821
  export class MemberService {
4452
4822
  /**
4453
4823
  * Gets a filtered collection of members.
4824
+ *
4454
4825
  * Filters members based on the provided criteria with support for pagination.
4455
4826
  */
4456
4827
  static getFilterMember(options) {
@@ -4467,6 +4838,7 @@ export class MemberService {
4467
4838
  }
4468
4839
  /**
4469
4840
  * Gets a collection of member items.
4841
+ *
4470
4842
  * Gets a collection of member items identified by the provided Ids.
4471
4843
  */
4472
4844
  static getItemMember(options) {
@@ -4483,6 +4855,7 @@ export class MemberService {
4483
4855
  }
4484
4856
  /**
4485
4857
  * Gets ancestors for a collection of member items.
4858
+ *
4486
4859
  * Gets the ancestor chains for member items identified by the provided Ids.
4487
4860
  */
4488
4861
  static getItemMemberAncestors(options) {
@@ -4499,6 +4872,7 @@ export class MemberService {
4499
4872
  }
4500
4873
  /**
4501
4874
  * Searches member items.
4875
+ *
4502
4876
  * Searches member items by the provided query with pagination support.
4503
4877
  */
4504
4878
  static getItemMemberSearch(options) {
@@ -4515,6 +4889,7 @@ export class MemberService {
4515
4889
  }
4516
4890
  /**
4517
4891
  * Creates a new member.
4892
+ *
4518
4893
  * Creates a new member with the configuration specified in the request model.
4519
4894
  */
4520
4895
  static postMember(options) {
@@ -4535,6 +4910,7 @@ export class MemberService {
4535
4910
  }
4536
4911
  /**
4537
4912
  * Deletes a member.
4913
+ *
4538
4914
  * Deletes a member identified by the provided Id.
4539
4915
  */
4540
4916
  static deleteMemberById(options) {
@@ -4551,6 +4927,7 @@ export class MemberService {
4551
4927
  }
4552
4928
  /**
4553
4929
  * Gets a member.
4930
+ *
4554
4931
  * Gets a member identified by the provided Id.
4555
4932
  */
4556
4933
  static getMemberById(options) {
@@ -4567,6 +4944,7 @@ export class MemberService {
4567
4944
  }
4568
4945
  /**
4569
4946
  * Updates a member.
4947
+ *
4570
4948
  * Updates a member identified by the provided Id with the details from the request model.
4571
4949
  */
4572
4950
  static putMemberById(options) {
@@ -4587,6 +4965,7 @@ export class MemberService {
4587
4965
  }
4588
4966
  /**
4589
4967
  * Gets a collection of items that reference members.
4968
+ *
4590
4969
  * Gets a paginated collection of items that reference the members identified by the provided Ids.
4591
4970
  */
4592
4971
  static getMemberByIdReferencedBy(options) {
@@ -4603,6 +4982,7 @@ export class MemberService {
4603
4982
  }
4604
4983
  /**
4605
4984
  * Gets a paginated collection of referenced descendant members.
4985
+ *
4606
4986
  * Gets a paginated collection of descendant members that are referenced in relations for the member identified by the provided Id.
4607
4987
  */
4608
4988
  static getMemberByIdReferencedDescendants(options) {
@@ -4619,6 +4999,7 @@ export class MemberService {
4619
4999
  }
4620
5000
  /**
4621
5001
  * Validates updating a member.
5002
+ *
4622
5003
  * Validates the request model for updating a member without actually updating it.
4623
5004
  */
4624
5005
  static putMemberByIdValidate(options) {
@@ -4639,6 +5020,7 @@ export class MemberService {
4639
5020
  }
4640
5021
  /**
4641
5022
  * Gets a collection of items that reference members.
5023
+ *
4642
5024
  * Gets a paginated collection of items that reference the members identified by the provided Ids.
4643
5025
  */
4644
5026
  static getMemberAreReferenced(options) {
@@ -4655,6 +5037,7 @@ export class MemberService {
4655
5037
  }
4656
5038
  /**
4657
5039
  * Gets the member configuration.
5040
+ *
4658
5041
  * Gets the configuration settings for members.
4659
5042
  */
4660
5043
  static getMemberConfiguration(options) {
@@ -4671,6 +5054,7 @@ export class MemberService {
4671
5054
  }
4672
5055
  /**
4673
5056
  * Validates creating a member.
5057
+ *
4674
5058
  * Validates the request model for creating a new member without actually creating it.
4675
5059
  */
4676
5060
  static postMemberValidate(options) {
@@ -4693,6 +5077,7 @@ export class MemberService {
4693
5077
  export class ModelsBuilderService {
4694
5078
  /**
4695
5079
  * Builds models.
5080
+ *
4696
5081
  * Triggers the models builder to generate strongly-typed models for content types.
4697
5082
  */
4698
5083
  static postModelsBuilderBuild(options) {
@@ -4709,6 +5094,7 @@ export class ModelsBuilderService {
4709
5094
  }
4710
5095
  /**
4711
5096
  * Gets models builder dashboard data.
5097
+ *
4712
5098
  * Gets the dashboard data and current state of the models builder.
4713
5099
  */
4714
5100
  static getModelsBuilderDashboard(options) {
@@ -4725,6 +5111,7 @@ export class ModelsBuilderService {
4725
5111
  }
4726
5112
  /**
4727
5113
  * Gets models builder status.
5114
+ *
4728
5115
  * Gets the current status and configuration of the models builder.
4729
5116
  */
4730
5117
  static getModelsBuilderStatus(options) {
@@ -4743,6 +5130,7 @@ export class ModelsBuilderService {
4743
5130
  export class NewsDashboardService {
4744
5131
  /**
4745
5132
  * Gets news dashboard content.
5133
+ *
4746
5134
  * Gets the news dashboard content including recent news items and updates for the Umbraco back office.
4747
5135
  */
4748
5136
  static getNewsDashboard(options) {
@@ -4761,6 +5149,7 @@ export class NewsDashboardService {
4761
5149
  export class ObjectTypesService {
4762
5150
  /**
4763
5151
  * Gets a paginated collection of allowed object types.
5152
+ *
4764
5153
  * Gets a paginated collection of object types that are allowed as relation type targets.
4765
5154
  */
4766
5155
  static getObjectTypes(options) {
@@ -4779,6 +5168,7 @@ export class ObjectTypesService {
4779
5168
  export class OEmbedService {
4780
5169
  /**
4781
5170
  * Queries OEmbed information.
5171
+ *
4782
5172
  * Queries OEmbed information for the specified URL.
4783
5173
  */
4784
5174
  static getOembedQuery(options) {
@@ -4797,6 +5187,7 @@ export class OEmbedService {
4797
5187
  export class PackageService {
4798
5188
  /**
4799
5189
  * Runs pending package migrations.
5190
+ *
4800
5191
  * Executes all pending package migrations to update the database schema.
4801
5192
  */
4802
5193
  static postPackageByNameRunMigration(options) {
@@ -4813,6 +5204,7 @@ export class PackageService {
4813
5204
  }
4814
5205
  /**
4815
5206
  * Gets the package configuration.
5207
+ *
4816
5208
  * Gets the configuration settings for packages.
4817
5209
  */
4818
5210
  static getPackageConfiguration(options) {
@@ -4829,6 +5221,7 @@ export class PackageService {
4829
5221
  }
4830
5222
  /**
4831
5223
  * Gets a paginated collection of created packages.
5224
+ *
4832
5225
  * Gets a paginated collection of all created packages.
4833
5226
  */
4834
5227
  static getPackageCreated(options) {
@@ -4845,6 +5238,7 @@ export class PackageService {
4845
5238
  }
4846
5239
  /**
4847
5240
  * Creates a new package.
5241
+ *
4848
5242
  * Creates a new package with the configuration specified in the request model.
4849
5243
  */
4850
5244
  static postPackageCreated(options) {
@@ -4865,6 +5259,7 @@ export class PackageService {
4865
5259
  }
4866
5260
  /**
4867
5261
  * Deletes a package.
5262
+ *
4868
5263
  * Deletes a package identified by the provided Id.
4869
5264
  */
4870
5265
  static deletePackageCreatedById(options) {
@@ -4881,6 +5276,7 @@ export class PackageService {
4881
5276
  }
4882
5277
  /**
4883
5278
  * Gets a package.
5279
+ *
4884
5280
  * Gets a package identified by the provided Id.
4885
5281
  */
4886
5282
  static getPackageCreatedById(options) {
@@ -4897,6 +5293,7 @@ export class PackageService {
4897
5293
  }
4898
5294
  /**
4899
5295
  * Updates a package.
5296
+ *
4900
5297
  * Updates a package identified by the provided Id with the details from the request model.
4901
5298
  */
4902
5299
  static putPackageCreatedById(options) {
@@ -4917,6 +5314,7 @@ export class PackageService {
4917
5314
  }
4918
5315
  /**
4919
5316
  * Downloads a created package.
5317
+ *
4920
5318
  * Downloads the package file for the created package identified by the provided Id.
4921
5319
  */
4922
5320
  static getPackageCreatedByIdDownload(options) {
@@ -4933,6 +5331,7 @@ export class PackageService {
4933
5331
  }
4934
5332
  /**
4935
5333
  * Gets all package migration statuses.
5334
+ *
4936
5335
  * Gets a paginated collection of migration status for all installed packages.
4937
5336
  */
4938
5337
  static getPackageMigrationStatus(options) {
@@ -4951,6 +5350,7 @@ export class PackageService {
4951
5350
  export class PartialViewService {
4952
5351
  /**
4953
5352
  * Gets a collection of partial view items.
5353
+ *
4954
5354
  * Gets a collection of partial view items identified by the provided Ids.
4955
5355
  */
4956
5356
  static getItemPartialView(options) {
@@ -4967,6 +5367,7 @@ export class PartialViewService {
4967
5367
  }
4968
5368
  /**
4969
5369
  * Creates a new partial view.
5370
+ *
4970
5371
  * Creates a new partial view with the configuration specified in the request model.
4971
5372
  */
4972
5373
  static postPartialView(options) {
@@ -4987,6 +5388,7 @@ export class PartialViewService {
4987
5388
  }
4988
5389
  /**
4989
5390
  * Deletes a partial view.
5391
+ *
4990
5392
  * Deletes a partial view identified by the provided Id.
4991
5393
  */
4992
5394
  static deletePartialViewByPath(options) {
@@ -5003,6 +5405,7 @@ export class PartialViewService {
5003
5405
  }
5004
5406
  /**
5005
5407
  * Gets a partial view by path.
5408
+ *
5006
5409
  * Gets a partial view identified by the provided file path.
5007
5410
  */
5008
5411
  static getPartialViewByPath(options) {
@@ -5019,6 +5422,7 @@ export class PartialViewService {
5019
5422
  }
5020
5423
  /**
5021
5424
  * Updates a partial view.
5425
+ *
5022
5426
  * Updates a partial view identified by the provided Id with the details from the request model.
5023
5427
  */
5024
5428
  static putPartialViewByPath(options) {
@@ -5039,6 +5443,7 @@ export class PartialViewService {
5039
5443
  }
5040
5444
  /**
5041
5445
  * Renames a partial view.
5446
+ *
5042
5447
  * Renames a partial view file to the specified new name.
5043
5448
  */
5044
5449
  static putPartialViewByPathRename(options) {
@@ -5059,6 +5464,7 @@ export class PartialViewService {
5059
5464
  }
5060
5465
  /**
5061
5466
  * Creates a partial view folder.
5467
+ *
5062
5468
  * Creates a new partial view folder with the provided name and parent location.
5063
5469
  */
5064
5470
  static postPartialViewFolder(options) {
@@ -5079,6 +5485,7 @@ export class PartialViewService {
5079
5485
  }
5080
5486
  /**
5081
5487
  * Deletes a partial view folder.
5488
+ *
5082
5489
  * Deletes a partial view folder identified by the provided Id.
5083
5490
  */
5084
5491
  static deletePartialViewFolderByPath(options) {
@@ -5095,6 +5502,7 @@ export class PartialViewService {
5095
5502
  }
5096
5503
  /**
5097
5504
  * Gets a partial view folder by path.
5505
+ *
5098
5506
  * Gets a partial view folder identified by the provided file path.
5099
5507
  */
5100
5508
  static getPartialViewFolderByPath(options) {
@@ -5111,6 +5519,7 @@ export class PartialViewService {
5111
5519
  }
5112
5520
  /**
5113
5521
  * Gets a paginated collection of partial view snippets.
5522
+ *
5114
5523
  * Gets a paginated collection of available partial view code snippets that can be used when creating new partial views.
5115
5524
  */
5116
5525
  static getPartialViewSnippet(options) {
@@ -5127,6 +5536,7 @@ export class PartialViewService {
5127
5536
  }
5128
5537
  /**
5129
5538
  * Gets a partial view snippet.
5539
+ *
5130
5540
  * Gets a partial view snippet identified by the provided Id.
5131
5541
  */
5132
5542
  static getPartialViewSnippetById(options) {
@@ -5143,6 +5553,7 @@ export class PartialViewService {
5143
5553
  }
5144
5554
  /**
5145
5555
  * Gets a collection of ancestor partial view items.
5556
+ *
5146
5557
  * Gets a collection of partial view items that are ancestors to the provided Id.
5147
5558
  */
5148
5559
  static getTreePartialViewAncestors(options) {
@@ -5159,6 +5570,7 @@ export class PartialViewService {
5159
5570
  }
5160
5571
  /**
5161
5572
  * Gets a collection of partial view tree child items.
5573
+ *
5162
5574
  * Gets a paginated collection of partial view tree items that are children of the provided parent Id.
5163
5575
  */
5164
5576
  static getTreePartialViewChildren(options) {
@@ -5175,6 +5587,7 @@ export class PartialViewService {
5175
5587
  }
5176
5588
  /**
5177
5589
  * Gets a collection of partial view items from the root of the tree.
5590
+ *
5178
5591
  * Gets a paginated collection of partial view items from the root of the tree with optional filtering.
5179
5592
  */
5180
5593
  static getTreePartialViewRoot(options) {
@@ -5191,6 +5604,7 @@ export class PartialViewService {
5191
5604
  }
5192
5605
  /**
5193
5606
  * Gets a collection of partial view tree sibling items.
5607
+ *
5194
5608
  * Gets a collection of partial view tree items that are siblings of the provided Id.
5195
5609
  */
5196
5610
  static getTreePartialViewSiblings(options) {
@@ -5209,6 +5623,7 @@ export class PartialViewService {
5209
5623
  export class PreviewService {
5210
5624
  /**
5211
5625
  * Exits preview mode.
5626
+ *
5212
5627
  * Exits preview mode and returns to the normal back office viewing experience.
5213
5628
  */
5214
5629
  static deletePreview(options) {
@@ -5219,7 +5634,9 @@ export class PreviewService {
5219
5634
  }
5220
5635
  /**
5221
5636
  * Enters preview mode.
5637
+ *
5222
5638
  * Enters preview mode for the current user session, allowing viewing of unpublished content.
5639
+ *
5223
5640
  * @deprecated
5224
5641
  */
5225
5642
  static postPreview(options) {
@@ -5238,6 +5655,7 @@ export class PreviewService {
5238
5655
  export class ProfilingService {
5239
5656
  /**
5240
5657
  * Gets profiling status.
5658
+ *
5241
5659
  * Gets the current status of the MiniProfiler profiling tool.
5242
5660
  */
5243
5661
  static getProfilingStatus(options) {
@@ -5254,6 +5672,7 @@ export class ProfilingService {
5254
5672
  }
5255
5673
  /**
5256
5674
  * Updates the web profiling status.
5675
+ *
5257
5676
  * Enables or disables web profiling according to the values provided in the request model.
5258
5677
  */
5259
5678
  static putProfilingStatus(options) {
@@ -5276,6 +5695,7 @@ export class ProfilingService {
5276
5695
  export class PropertyTypeService {
5277
5696
  /**
5278
5697
  * Checks if a property type is used.
5698
+ *
5279
5699
  * Checks if the property type identified by the provided content type id and property alias is used in any content, media, or members.
5280
5700
  */
5281
5701
  static getPropertyTypeIsUsed(options) {
@@ -5294,6 +5714,7 @@ export class PropertyTypeService {
5294
5714
  export class PublishedCacheService {
5295
5715
  /**
5296
5716
  * Rebuilds the published content cache.
5717
+ *
5297
5718
  * Rebuilds the entire published content cache from scratch.
5298
5719
  */
5299
5720
  static postPublishedCacheRebuild(options) {
@@ -5310,6 +5731,7 @@ export class PublishedCacheService {
5310
5731
  }
5311
5732
  /**
5312
5733
  * Gets the rebuild cache status.
5734
+ *
5313
5735
  * Gets the current status of the published content cache rebuild operation.
5314
5736
  */
5315
5737
  static getPublishedCacheRebuildStatus(options) {
@@ -5326,6 +5748,7 @@ export class PublishedCacheService {
5326
5748
  }
5327
5749
  /**
5328
5750
  * Reloads the published content cache.
5751
+ *
5329
5752
  * Reloads the published content cache from the database.
5330
5753
  */
5331
5754
  static postPublishedCacheReload(options) {
@@ -5344,6 +5767,7 @@ export class PublishedCacheService {
5344
5767
  export class RedirectManagementService {
5345
5768
  /**
5346
5769
  * Gets a paginated collection of redirect URLs.
5770
+ *
5347
5771
  * Gets a paginated collection of redirect URLs with support for filtering and sorting.
5348
5772
  */
5349
5773
  static getRedirectManagement(options) {
@@ -5360,6 +5784,7 @@ export class RedirectManagementService {
5360
5784
  }
5361
5785
  /**
5362
5786
  * Deletes a redirect URL.
5787
+ *
5363
5788
  * Deletes a redirect URL identified by the provided Id.
5364
5789
  */
5365
5790
  static deleteRedirectManagementById(options) {
@@ -5376,6 +5801,7 @@ export class RedirectManagementService {
5376
5801
  }
5377
5802
  /**
5378
5803
  * Gets a redirect URL.
5804
+ *
5379
5805
  * Gets a redirect URL identified by the provided Id.
5380
5806
  */
5381
5807
  static getRedirectManagementById(options) {
@@ -5392,6 +5818,7 @@ export class RedirectManagementService {
5392
5818
  }
5393
5819
  /**
5394
5820
  * Gets the current redirect URL management status.
5821
+ *
5395
5822
  * Retrieves the current status and configuration for redirect URL management.
5396
5823
  */
5397
5824
  static getRedirectManagementStatus(options) {
@@ -5408,6 +5835,7 @@ export class RedirectManagementService {
5408
5835
  }
5409
5836
  /**
5410
5837
  * Sets the redirect URL tracking status.
5838
+ *
5411
5839
  * Updates the redirect URL tracking configuration according to the provided status.
5412
5840
  */
5413
5841
  static postRedirectManagementStatus(options) {
@@ -5426,6 +5854,7 @@ export class RedirectManagementService {
5426
5854
  export class RelationTypeService {
5427
5855
  /**
5428
5856
  * Gets a collection of relation type items.
5857
+ *
5429
5858
  * Gets a collection of relation type items identified by the provided Ids.
5430
5859
  */
5431
5860
  static getItemRelationType(options) {
@@ -5442,6 +5871,7 @@ export class RelationTypeService {
5442
5871
  }
5443
5872
  /**
5444
5873
  * Gets a paginated collection of relation types.
5874
+ *
5445
5875
  * Gets a paginated collection of all relation types configured in the system.
5446
5876
  */
5447
5877
  static getRelationType(options) {
@@ -5458,6 +5888,7 @@ export class RelationTypeService {
5458
5888
  }
5459
5889
  /**
5460
5890
  * Gets a relation type.
5891
+ *
5461
5892
  * Gets a relation type identified by the provided Id.
5462
5893
  */
5463
5894
  static getRelationTypeById(options) {
@@ -5476,6 +5907,7 @@ export class RelationTypeService {
5476
5907
  export class RelationService {
5477
5908
  /**
5478
5909
  * Gets relations by relation type.
5910
+ *
5479
5911
  * Gets a collection of relations filtered by the specified relation type key.
5480
5912
  */
5481
5913
  static getRelationByRelationTypeId(options) {
@@ -5494,6 +5926,7 @@ export class RelationService {
5494
5926
  export class ScriptService {
5495
5927
  /**
5496
5928
  * Gets a collection of script items.
5929
+ *
5497
5930
  * Gets a collection of script items identified by the provided Ids.
5498
5931
  */
5499
5932
  static getItemScript(options) {
@@ -5510,6 +5943,7 @@ export class ScriptService {
5510
5943
  }
5511
5944
  /**
5512
5945
  * Creates a new script.
5946
+ *
5513
5947
  * Creates a new script with the configuration specified in the request model.
5514
5948
  */
5515
5949
  static postScript(options) {
@@ -5530,6 +5964,7 @@ export class ScriptService {
5530
5964
  }
5531
5965
  /**
5532
5966
  * Deletes a script.
5967
+ *
5533
5968
  * Deletes a script identified by the provided file path.
5534
5969
  */
5535
5970
  static deleteScriptByPath(options) {
@@ -5546,6 +5981,7 @@ export class ScriptService {
5546
5981
  }
5547
5982
  /**
5548
5983
  * Gets a script by path.
5984
+ *
5549
5985
  * Gets a script identified by the provided file path.
5550
5986
  */
5551
5987
  static getScriptByPath(options) {
@@ -5562,6 +5998,7 @@ export class ScriptService {
5562
5998
  }
5563
5999
  /**
5564
6000
  * Updates a script.
6001
+ *
5565
6002
  * Updates a script identified by the provided Id with the details from the request model.
5566
6003
  */
5567
6004
  static putScriptByPath(options) {
@@ -5582,6 +6019,7 @@ export class ScriptService {
5582
6019
  }
5583
6020
  /**
5584
6021
  * Renames a script.
6022
+ *
5585
6023
  * Renames a script file to the specified new name.
5586
6024
  */
5587
6025
  static putScriptByPathRename(options) {
@@ -5602,6 +6040,7 @@ export class ScriptService {
5602
6040
  }
5603
6041
  /**
5604
6042
  * Creates a script folder.
6043
+ *
5605
6044
  * Creates a new script folder with the provided name and parent location.
5606
6045
  */
5607
6046
  static postScriptFolder(options) {
@@ -5622,6 +6061,7 @@ export class ScriptService {
5622
6061
  }
5623
6062
  /**
5624
6063
  * Deletes a script folder.
6064
+ *
5625
6065
  * Deletes a script folder identified by the provided Id.
5626
6066
  */
5627
6067
  static deleteScriptFolderByPath(options) {
@@ -5638,6 +6078,7 @@ export class ScriptService {
5638
6078
  }
5639
6079
  /**
5640
6080
  * Gets a script folder by path.
6081
+ *
5641
6082
  * Gets a script folder identified by the provided file path.
5642
6083
  */
5643
6084
  static getScriptFolderByPath(options) {
@@ -5654,6 +6095,7 @@ export class ScriptService {
5654
6095
  }
5655
6096
  /**
5656
6097
  * Gets a collection of ancestor script items.
6098
+ *
5657
6099
  * Gets a collection of script items that are ancestors to the provided Id.
5658
6100
  */
5659
6101
  static getTreeScriptAncestors(options) {
@@ -5670,6 +6112,7 @@ export class ScriptService {
5670
6112
  }
5671
6113
  /**
5672
6114
  * Gets a collection of script tree child items.
6115
+ *
5673
6116
  * Gets a paginated collection of script tree items that are children of the provided parent Id.
5674
6117
  */
5675
6118
  static getTreeScriptChildren(options) {
@@ -5686,6 +6129,7 @@ export class ScriptService {
5686
6129
  }
5687
6130
  /**
5688
6131
  * Gets a collection of script items from the root of the tree.
6132
+ *
5689
6133
  * Gets a paginated collection of script items from the root of the tree with optional filtering.
5690
6134
  */
5691
6135
  static getTreeScriptRoot(options) {
@@ -5702,6 +6146,7 @@ export class ScriptService {
5702
6146
  }
5703
6147
  /**
5704
6148
  * Gets a collection of script tree sibling items.
6149
+ *
5705
6150
  * Gets a collection of script tree items that are siblings of the provided Id.
5706
6151
  */
5707
6152
  static getTreeScriptSiblings(options) {
@@ -5720,6 +6165,7 @@ export class ScriptService {
5720
6165
  export class SearcherService {
5721
6166
  /**
5722
6167
  * Gets a collection of searchers.
6168
+ *
5723
6169
  * Gets a collection of configured searchers in the Umbraco installation.
5724
6170
  */
5725
6171
  static getSearcher(options) {
@@ -5750,6 +6196,7 @@ export class SearcherService {
5750
6196
  export class SecurityService {
5751
6197
  /**
5752
6198
  * Gets the security configuration.
6199
+ *
5753
6200
  * Gets the configuration settings for security.
5754
6201
  */
5755
6202
  static getSecurityConfiguration(options) {
@@ -5766,6 +6213,7 @@ export class SecurityService {
5766
6213
  }
5767
6214
  /**
5768
6215
  * Requests a password reset.
6216
+ *
5769
6217
  * Initiates a password reset process by sending a reset link to the specified email address.
5770
6218
  */
5771
6219
  static postSecurityForgotPassword(options) {
@@ -5786,6 +6234,7 @@ export class SecurityService {
5786
6234
  }
5787
6235
  /**
5788
6236
  * Initiates password reset.
6237
+ *
5789
6238
  * Initiates a password reset process for the user with the provided email.
5790
6239
  */
5791
6240
  static postSecurityForgotPasswordReset(options) {
@@ -5806,6 +6255,7 @@ export class SecurityService {
5806
6255
  }
5807
6256
  /**
5808
6257
  * Verifies a password reset token.
6258
+ *
5809
6259
  * Verifies the provided password reset token for the specified user.
5810
6260
  */
5811
6261
  static postSecurityForgotPasswordVerify(options) {
@@ -5822,6 +6272,7 @@ export class SecurityService {
5822
6272
  export class SegmentService {
5823
6273
  /**
5824
6274
  * Gets a paginated collection of segments.
6275
+ *
5825
6276
  * Gets a paginated collection of segments with support for filtering and pagination.
5826
6277
  */
5827
6278
  static getSegment(options) {
@@ -5840,6 +6291,7 @@ export class SegmentService {
5840
6291
  export class ServerService {
5841
6292
  /**
5842
6293
  * Gets the server configuration.
6294
+ *
5843
6295
  * Gets the configuration settings for servers.
5844
6296
  */
5845
6297
  static getServerConfiguration(options) {
@@ -5850,6 +6302,7 @@ export class ServerService {
5850
6302
  }
5851
6303
  /**
5852
6304
  * Gets server information.
6305
+ *
5853
6306
  * Gets detailed information about the server environment and configuration.
5854
6307
  */
5855
6308
  static getServerInformation(options) {
@@ -5866,6 +6319,7 @@ export class ServerService {
5866
6319
  }
5867
6320
  /**
5868
6321
  * Gets server status.
6322
+ *
5869
6323
  * Gets the current operational status of the Umbraco server.
5870
6324
  */
5871
6325
  static getServerStatus(options) {
@@ -5876,6 +6330,7 @@ export class ServerService {
5876
6330
  }
5877
6331
  /**
5878
6332
  * Gets server troubleshooting information.
6333
+ *
5879
6334
  * Gets troubleshooting information and diagnostics for the server.
5880
6335
  */
5881
6336
  static getServerTroubleshooting(options) {
@@ -5892,7 +6347,9 @@ export class ServerService {
5892
6347
  }
5893
6348
  /**
5894
6349
  * Checks for available upgrades.
6350
+ *
5895
6351
  * Checks if there are any available upgrades for the Umbraco installation.
6352
+ *
5896
6353
  * @deprecated
5897
6354
  */
5898
6355
  static getServerUpgradeCheck(options) {
@@ -5911,6 +6368,7 @@ export class ServerService {
5911
6368
  export class StaticFileService {
5912
6369
  /**
5913
6370
  * Gets a collection of static file items.
6371
+ *
5914
6372
  * Gets a collection of static file items identified by the provided Ids.
5915
6373
  */
5916
6374
  static getItemStaticFile(options) {
@@ -5927,6 +6385,7 @@ export class StaticFileService {
5927
6385
  }
5928
6386
  /**
5929
6387
  * Gets a collection of ancestor static file items.
6388
+ *
5930
6389
  * Gets a collection of static file items that are ancestors to the provided Id.
5931
6390
  */
5932
6391
  static getTreeStaticFileAncestors(options) {
@@ -5943,6 +6402,7 @@ export class StaticFileService {
5943
6402
  }
5944
6403
  /**
5945
6404
  * Gets a collection of static file tree child items.
6405
+ *
5946
6406
  * Gets a paginated collection of static file tree items that are children of the provided parent Id.
5947
6407
  */
5948
6408
  static getTreeStaticFileChildren(options) {
@@ -5959,6 +6419,7 @@ export class StaticFileService {
5959
6419
  }
5960
6420
  /**
5961
6421
  * Gets a collection of static file items from the root of the tree.
6422
+ *
5962
6423
  * Gets a paginated collection of static file items from the root of the tree with optional filtering.
5963
6424
  */
5964
6425
  static getTreeStaticFileRoot(options) {
@@ -5977,6 +6438,7 @@ export class StaticFileService {
5977
6438
  export class StylesheetService {
5978
6439
  /**
5979
6440
  * Gets a collection of stylesheet items.
6441
+ *
5980
6442
  * Gets a collection of stylesheet items identified by the provided Ids.
5981
6443
  */
5982
6444
  static getItemStylesheet(options) {
@@ -5993,6 +6455,7 @@ export class StylesheetService {
5993
6455
  }
5994
6456
  /**
5995
6457
  * Creates a new stylesheet.
6458
+ *
5996
6459
  * Creates a new stylesheet with the configuration specified in the request model.
5997
6460
  */
5998
6461
  static postStylesheet(options) {
@@ -6013,6 +6476,7 @@ export class StylesheetService {
6013
6476
  }
6014
6477
  /**
6015
6478
  * Deletes a stylesheet.
6479
+ *
6016
6480
  * Deletes a stylesheet identified by the provided Id.
6017
6481
  */
6018
6482
  static deleteStylesheetByPath(options) {
@@ -6029,6 +6493,7 @@ export class StylesheetService {
6029
6493
  }
6030
6494
  /**
6031
6495
  * Gets a stylesheet by path.
6496
+ *
6032
6497
  * Gets a stylesheet identified by the provided file path.
6033
6498
  */
6034
6499
  static getStylesheetByPath(options) {
@@ -6045,6 +6510,7 @@ export class StylesheetService {
6045
6510
  }
6046
6511
  /**
6047
6512
  * Updates a stylesheet.
6513
+ *
6048
6514
  * Updates a stylesheet identified by the provided Id with the details from the request model.
6049
6515
  */
6050
6516
  static putStylesheetByPath(options) {
@@ -6065,6 +6531,7 @@ export class StylesheetService {
6065
6531
  }
6066
6532
  /**
6067
6533
  * Renames a stylesheet.
6534
+ *
6068
6535
  * Renames a stylesheet file to the specified new name.
6069
6536
  */
6070
6537
  static putStylesheetByPathRename(options) {
@@ -6085,6 +6552,7 @@ export class StylesheetService {
6085
6552
  }
6086
6553
  /**
6087
6554
  * Creates a stylesheet folder.
6555
+ *
6088
6556
  * Creates a new stylesheet folder with the provided name and parent location.
6089
6557
  */
6090
6558
  static postStylesheetFolder(options) {
@@ -6105,6 +6573,7 @@ export class StylesheetService {
6105
6573
  }
6106
6574
  /**
6107
6575
  * Deletes a stylesheet folder.
6576
+ *
6108
6577
  * Deletes a stylesheet folder identified by the provided Id.
6109
6578
  */
6110
6579
  static deleteStylesheetFolderByPath(options) {
@@ -6121,6 +6590,7 @@ export class StylesheetService {
6121
6590
  }
6122
6591
  /**
6123
6592
  * Gets a stylesheet folder by path.
6593
+ *
6124
6594
  * Gets a stylesheet folder identified by the provided file path.
6125
6595
  */
6126
6596
  static getStylesheetFolderByPath(options) {
@@ -6137,6 +6607,7 @@ export class StylesheetService {
6137
6607
  }
6138
6608
  /**
6139
6609
  * Gets a collection of ancestor stylesheet items.
6610
+ *
6140
6611
  * Gets a collection of stylesheet items that are ancestors to the provided Id.
6141
6612
  */
6142
6613
  static getTreeStylesheetAncestors(options) {
@@ -6153,6 +6624,7 @@ export class StylesheetService {
6153
6624
  }
6154
6625
  /**
6155
6626
  * Gets a collection of stylesheet tree child items.
6627
+ *
6156
6628
  * Gets a paginated collection of stylesheet tree items that are children of the provided parent Id.
6157
6629
  */
6158
6630
  static getTreeStylesheetChildren(options) {
@@ -6169,6 +6641,7 @@ export class StylesheetService {
6169
6641
  }
6170
6642
  /**
6171
6643
  * Gets a collection of stylesheet items from the root of the tree.
6644
+ *
6172
6645
  * Gets a paginated collection of stylesheet items from the root of the tree with optional filtering.
6173
6646
  */
6174
6647
  static getTreeStylesheetRoot(options) {
@@ -6185,6 +6658,7 @@ export class StylesheetService {
6185
6658
  }
6186
6659
  /**
6187
6660
  * Gets a collection of stylesheet tree sibling items.
6661
+ *
6188
6662
  * Gets a collection of stylesheet tree items that are siblings of the provided Id.
6189
6663
  */
6190
6664
  static getTreeStylesheetSiblings(options) {
@@ -6203,6 +6677,7 @@ export class StylesheetService {
6203
6677
  export class TagService {
6204
6678
  /**
6205
6679
  * Gets a collection of tags.
6680
+ *
6206
6681
  * Gets a collection of tags filtered by the provided query string.
6207
6682
  */
6208
6683
  static getTag(options) {
@@ -6221,6 +6696,7 @@ export class TagService {
6221
6696
  export class TelemetryService {
6222
6697
  /**
6223
6698
  * Gets telemetry data.
6699
+ *
6224
6700
  * Gets telemetry data and statistics for the Umbraco installation.
6225
6701
  */
6226
6702
  static getTelemetry(options) {
@@ -6237,6 +6713,7 @@ export class TelemetryService {
6237
6713
  }
6238
6714
  /**
6239
6715
  * Gets telemetry information.
6716
+ *
6240
6717
  * Gets the current telemetry configuration and consent level.
6241
6718
  */
6242
6719
  static getTelemetryLevel(options) {
@@ -6253,6 +6730,7 @@ export class TelemetryService {
6253
6730
  }
6254
6731
  /**
6255
6732
  * Sets telemetry consent level.
6733
+ *
6256
6734
  * Sets the telemetry consent level for anonymous usage data collection.
6257
6735
  */
6258
6736
  static postTelemetryLevel(options) {
@@ -6275,6 +6753,7 @@ export class TelemetryService {
6275
6753
  export class TemplateService {
6276
6754
  /**
6277
6755
  * Gets a collection of template items.
6756
+ *
6278
6757
  * Gets a collection of template items identified by the provided Ids.
6279
6758
  */
6280
6759
  static getItemTemplate(options) {
@@ -6291,6 +6770,7 @@ export class TemplateService {
6291
6770
  }
6292
6771
  /**
6293
6772
  * Gets ancestors for a collection of template items.
6773
+ *
6294
6774
  * Gets the ancestor chains for template items identified by the provided Ids.
6295
6775
  */
6296
6776
  static getItemTemplateAncestors(options) {
@@ -6307,6 +6787,7 @@ export class TemplateService {
6307
6787
  }
6308
6788
  /**
6309
6789
  * Searches template items.
6790
+ *
6310
6791
  * Searches template items by the provided query with pagination support.
6311
6792
  */
6312
6793
  static getItemTemplateSearch(options) {
@@ -6323,6 +6804,7 @@ export class TemplateService {
6323
6804
  }
6324
6805
  /**
6325
6806
  * Creates a new template.
6807
+ *
6326
6808
  * Creates a new template with the configuration specified in the request model.
6327
6809
  */
6328
6810
  static postTemplate(options) {
@@ -6343,6 +6825,7 @@ export class TemplateService {
6343
6825
  }
6344
6826
  /**
6345
6827
  * Deletes a template.
6828
+ *
6346
6829
  * Deletes a template identified by the provided Id.
6347
6830
  */
6348
6831
  static deleteTemplateById(options) {
@@ -6359,6 +6842,7 @@ export class TemplateService {
6359
6842
  }
6360
6843
  /**
6361
6844
  * Gets a template.
6845
+ *
6362
6846
  * Gets a template identified by the provided Id.
6363
6847
  */
6364
6848
  static getTemplateById(options) {
@@ -6375,6 +6859,7 @@ export class TemplateService {
6375
6859
  }
6376
6860
  /**
6377
6861
  * Updates a template.
6862
+ *
6378
6863
  * Updates a template identified by the provided Id with the details from the request model.
6379
6864
  */
6380
6865
  static putTemplateById(options) {
@@ -6395,6 +6880,7 @@ export class TemplateService {
6395
6880
  }
6396
6881
  /**
6397
6882
  * Gets the template configuration.
6883
+ *
6398
6884
  * Gets the configuration settings for templates.
6399
6885
  */
6400
6886
  static getTemplateConfiguration(options) {
@@ -6411,6 +6897,7 @@ export class TemplateService {
6411
6897
  }
6412
6898
  /**
6413
6899
  * Executes a template query.
6900
+ *
6414
6901
  * Executes a template query with the provided parameters and returns the matching content results with execution metrics.
6415
6902
  */
6416
6903
  static postTemplateQueryExecute(options) {
@@ -6431,6 +6918,7 @@ export class TemplateService {
6431
6918
  }
6432
6919
  /**
6433
6920
  * Gets template query settings.
6921
+ *
6434
6922
  * Gets the available configuration settings for template queries including document type aliases, properties, and operators.
6435
6923
  */
6436
6924
  static getTemplateQuerySettings(options) {
@@ -6447,6 +6935,7 @@ export class TemplateService {
6447
6935
  }
6448
6936
  /**
6449
6937
  * Gets a collection of ancestor template items.
6938
+ *
6450
6939
  * Gets a collection of template items that are ancestors to the provided Id.
6451
6940
  */
6452
6941
  static getTreeTemplateAncestors(options) {
@@ -6463,6 +6952,7 @@ export class TemplateService {
6463
6952
  }
6464
6953
  /**
6465
6954
  * Gets a collection of template tree child items.
6955
+ *
6466
6956
  * Gets a paginated collection of template tree items that are children of the provided parent Id.
6467
6957
  */
6468
6958
  static getTreeTemplateChildren(options) {
@@ -6479,6 +6969,7 @@ export class TemplateService {
6479
6969
  }
6480
6970
  /**
6481
6971
  * Gets a collection of template items from the root of the tree.
6972
+ *
6482
6973
  * Gets a paginated collection of template items from the root of the tree with optional filtering.
6483
6974
  */
6484
6975
  static getTreeTemplateRoot(options) {
@@ -6495,6 +6986,7 @@ export class TemplateService {
6495
6986
  }
6496
6987
  /**
6497
6988
  * Gets a collection of template tree sibling items.
6989
+ *
6498
6990
  * Gets a collection of template tree items that are siblings of the provided Id.
6499
6991
  */
6500
6992
  static getTreeTemplateSiblings(options) {
@@ -6513,6 +7005,7 @@ export class TemplateService {
6513
7005
  export class TemporaryFileService {
6514
7006
  /**
6515
7007
  * Creates a temporary file.
7008
+ *
6516
7009
  * Uploads and creates a temporary file that can be used in subsequent operations.
6517
7010
  */
6518
7011
  static postTemporaryFile(options) {
@@ -6534,6 +7027,7 @@ export class TemporaryFileService {
6534
7027
  }
6535
7028
  /**
6536
7029
  * Deletes a temporary file.
7030
+ *
6537
7031
  * Deletes a temporary file identified by the provided Id.
6538
7032
  */
6539
7033
  static deleteTemporaryFileById(options) {
@@ -6550,6 +7044,7 @@ export class TemporaryFileService {
6550
7044
  }
6551
7045
  /**
6552
7046
  * Gets a temporary file.
7047
+ *
6553
7048
  * Gets a temporary file identified by the provided Id.
6554
7049
  */
6555
7050
  static getTemporaryFileById(options) {
@@ -6566,6 +7061,7 @@ export class TemporaryFileService {
6566
7061
  }
6567
7062
  /**
6568
7063
  * Gets the temporary file configuration.
7064
+ *
6569
7065
  * Gets the configuration settings for temporary files.
6570
7066
  */
6571
7067
  static getTemporaryFileConfiguration(options) {
@@ -6584,6 +7080,7 @@ export class TemporaryFileService {
6584
7080
  export class UpgradeService {
6585
7081
  /**
6586
7082
  * Authorizes the upgrade.
7083
+ *
6587
7084
  * Authorizes the currently authenticated user to perform the upgrade.
6588
7085
  */
6589
7086
  static postUpgradeAuthorize(options) {
@@ -6600,6 +7097,7 @@ export class UpgradeService {
6600
7097
  }
6601
7098
  /**
6602
7099
  * Gets upgrade settings.
7100
+ *
6603
7101
  * Gets the current upgrade settings and status for the Umbraco installation.
6604
7102
  */
6605
7103
  static getUpgradeSettings(options) {
@@ -6618,6 +7116,7 @@ export class UpgradeService {
6618
7116
  export class UserDataService {
6619
7117
  /**
6620
7118
  * Gets user data.
7119
+ *
6621
7120
  * Gets user-specific data stored for the current authenticated user.
6622
7121
  */
6623
7122
  static getUserData(options) {
@@ -6634,6 +7133,7 @@ export class UserDataService {
6634
7133
  }
6635
7134
  /**
6636
7135
  * Creates user data.
7136
+ *
6637
7137
  * Creates user-specific data for the current authenticated user with the provided key and value.
6638
7138
  */
6639
7139
  static postUserData(options) {
@@ -6654,6 +7154,7 @@ export class UserDataService {
6654
7154
  }
6655
7155
  /**
6656
7156
  * Updates user data.
7157
+ *
6657
7158
  * Updates user-specific data for the current authenticated user.
6658
7159
  */
6659
7160
  static putUserData(options) {
@@ -6674,6 +7175,7 @@ export class UserDataService {
6674
7175
  }
6675
7176
  /**
6676
7177
  * Deletes user data.
7178
+ *
6677
7179
  * Deletes user data identified by the provided Id.
6678
7180
  */
6679
7181
  static deleteUserDataById(options) {
@@ -6690,6 +7192,7 @@ export class UserDataService {
6690
7192
  }
6691
7193
  /**
6692
7194
  * Gets user data.
7195
+ *
6693
7196
  * Gets user data identified by the provided Id.
6694
7197
  */
6695
7198
  static getUserDataById(options) {
@@ -6708,6 +7211,7 @@ export class UserDataService {
6708
7211
  export class UserGroupService {
6709
7212
  /**
6710
7213
  * Gets a filtered collection of user groups.
7214
+ *
6711
7215
  * Filters user groups based on the provided criteria with support for pagination.
6712
7216
  */
6713
7217
  static getFilterUserGroup(options) {
@@ -6724,6 +7228,7 @@ export class UserGroupService {
6724
7228
  }
6725
7229
  /**
6726
7230
  * Gets a collection of user group items.
7231
+ *
6727
7232
  * Gets a collection of user group items identified by the provided Ids.
6728
7233
  */
6729
7234
  static getItemUserGroup(options) {
@@ -6740,6 +7245,7 @@ export class UserGroupService {
6740
7245
  }
6741
7246
  /**
6742
7247
  * Deletes multiple user groups.
7248
+ *
6743
7249
  * Deletes multiple user groups identified by the provided Ids. This operation cannot be undone.
6744
7250
  */
6745
7251
  static deleteUserGroup(options) {
@@ -6760,6 +7266,7 @@ export class UserGroupService {
6760
7266
  }
6761
7267
  /**
6762
7268
  * Gets a paginated collection of user groups.
7269
+ *
6763
7270
  * Gets a paginated collection of all user groups.
6764
7271
  */
6765
7272
  static getUserGroup(options) {
@@ -6776,6 +7283,7 @@ export class UserGroupService {
6776
7283
  }
6777
7284
  /**
6778
7285
  * Creates a new user group.
7286
+ *
6779
7287
  * Creates a new user group with the configuration specified in the request model.
6780
7288
  */
6781
7289
  static postUserGroup(options) {
@@ -6796,6 +7304,7 @@ export class UserGroupService {
6796
7304
  }
6797
7305
  /**
6798
7306
  * Deletes a user group.
7307
+ *
6799
7308
  * Deletes a user group identified by the provided Id.
6800
7309
  */
6801
7310
  static deleteUserGroupById(options) {
@@ -6812,6 +7321,7 @@ export class UserGroupService {
6812
7321
  }
6813
7322
  /**
6814
7323
  * Gets a user group.
7324
+ *
6815
7325
  * Gets a user group identified by the provided Id.
6816
7326
  */
6817
7327
  static getUserGroupById(options) {
@@ -6828,6 +7338,7 @@ export class UserGroupService {
6828
7338
  }
6829
7339
  /**
6830
7340
  * Updates a user group.
7341
+ *
6831
7342
  * Updates a user group identified by the provided Id with the details from the request model.
6832
7343
  */
6833
7344
  static putUserGroupById(options) {
@@ -6848,6 +7359,7 @@ export class UserGroupService {
6848
7359
  }
6849
7360
  /**
6850
7361
  * Removes users from a user group.
7362
+ *
6851
7363
  * Removes the specified users from the user group identified by the provided Id.
6852
7364
  */
6853
7365
  static deleteUserGroupByIdUsers(options) {
@@ -6868,6 +7380,7 @@ export class UserGroupService {
6868
7380
  }
6869
7381
  /**
6870
7382
  * Adds users to a user group.
7383
+ *
6871
7384
  * Adds the specified users to the user group identified by the provided Id.
6872
7385
  */
6873
7386
  static postUserGroupByIdUsers(options) {
@@ -6890,6 +7403,7 @@ export class UserGroupService {
6890
7403
  export class UserService {
6891
7404
  /**
6892
7405
  * Gets a filtered collection of users.
7406
+ *
6893
7407
  * Filters users based on the provided criteria with support for pagination.
6894
7408
  */
6895
7409
  static getFilterUser(options) {
@@ -6906,6 +7420,7 @@ export class UserService {
6906
7420
  }
6907
7421
  /**
6908
7422
  * Gets a collection of user items.
7423
+ *
6909
7424
  * Gets a collection of user items identified by the provided Ids.
6910
7425
  */
6911
7426
  static getItemUser(options) {
@@ -6922,6 +7437,7 @@ export class UserService {
6922
7437
  }
6923
7438
  /**
6924
7439
  * Deletes multiple users.
7440
+ *
6925
7441
  * Deletes multiple users identified by the provided Ids. This operation cannot be undone.
6926
7442
  */
6927
7443
  static deleteUser(options) {
@@ -6942,6 +7458,7 @@ export class UserService {
6942
7458
  }
6943
7459
  /**
6944
7460
  * Gets a paginated collection of users.
7461
+ *
6945
7462
  * Gets a paginated collection of all users.
6946
7463
  */
6947
7464
  static getUser(options) {
@@ -6958,6 +7475,7 @@ export class UserService {
6958
7475
  }
6959
7476
  /**
6960
7477
  * Creates a new user.
7478
+ *
6961
7479
  * Creates a new user with the configuration specified in the request model.
6962
7480
  */
6963
7481
  static postUser(options) {
@@ -6978,6 +7496,7 @@ export class UserService {
6978
7496
  }
6979
7497
  /**
6980
7498
  * Deletes a user.
7499
+ *
6981
7500
  * Deletes a user identified by the provided Id.
6982
7501
  */
6983
7502
  static deleteUserById(options) {
@@ -6994,6 +7513,7 @@ export class UserService {
6994
7513
  }
6995
7514
  /**
6996
7515
  * Gets a user.
7516
+ *
6997
7517
  * Gets a user identified by the provided Id.
6998
7518
  */
6999
7519
  static getUserById(options) {
@@ -7010,6 +7530,7 @@ export class UserService {
7010
7530
  }
7011
7531
  /**
7012
7532
  * Updates a user.
7533
+ *
7013
7534
  * Updates a user identified by the provided Id with the details from the request model.
7014
7535
  */
7015
7536
  static putUserById(options) {
@@ -7030,6 +7551,7 @@ export class UserService {
7030
7551
  }
7031
7552
  /**
7032
7553
  * Lists two-factor providers for a user.
7554
+ *
7033
7555
  * Gets a list of available two-factor authentication providers for the specified user.
7034
7556
  */
7035
7557
  static getUserById2Fa(options) {
@@ -7046,6 +7568,7 @@ export class UserService {
7046
7568
  }
7047
7569
  /**
7048
7570
  * Disables two-factor authentication for a user.
7571
+ *
7049
7572
  * Disables the specified two-factor authentication provider for a user.
7050
7573
  */
7051
7574
  static deleteUserById2FaByProviderName(options) {
@@ -7062,6 +7585,7 @@ export class UserService {
7062
7585
  }
7063
7586
  /**
7064
7587
  * Calculates start nodes for users.
7588
+ *
7065
7589
  * Calculates the start nodes for the users identified by the provided Ids based on their permissions.
7066
7590
  */
7067
7591
  static getUserByIdCalculateStartNodes(options) {
@@ -7078,6 +7602,7 @@ export class UserService {
7078
7602
  }
7079
7603
  /**
7080
7604
  * Changes a user's password.
7605
+ *
7081
7606
  * Changes the password for the user identified by the provided Id.
7082
7607
  */
7083
7608
  static postUserByIdChangePassword(options) {
@@ -7098,6 +7623,7 @@ export class UserService {
7098
7623
  }
7099
7624
  /**
7100
7625
  * Gets all client credentials for a user.
7626
+ *
7101
7627
  * Gets a collection of OAuth client credentials for the user identified by the provided Id.
7102
7628
  */
7103
7629
  static getUserByIdClientCredentials(options) {
@@ -7114,6 +7640,7 @@ export class UserService {
7114
7640
  }
7115
7641
  /**
7116
7642
  * Creates client credentials for a user.
7643
+ *
7117
7644
  * Creates OAuth client credentials for the user identified by the provided Id.
7118
7645
  */
7119
7646
  static postUserByIdClientCredentials(options) {
@@ -7134,6 +7661,7 @@ export class UserService {
7134
7661
  }
7135
7662
  /**
7136
7663
  * Deletes client credentials for a user.
7664
+ *
7137
7665
  * Deletes client credentials identified by the provided client Id for a user.
7138
7666
  */
7139
7667
  static deleteUserByIdClientCredentialsByClientId(options) {
@@ -7150,6 +7678,7 @@ export class UserService {
7150
7678
  }
7151
7679
  /**
7152
7680
  * Resets a user's password.
7681
+ *
7153
7682
  * Resets the password for the user using the provided reset token.
7154
7683
  */
7155
7684
  static postUserByIdResetPassword(options) {
@@ -7166,6 +7695,7 @@ export class UserService {
7166
7695
  }
7167
7696
  /**
7168
7697
  * Clears a user's avatar.
7698
+ *
7169
7699
  * Removes the avatar image for the user identified by the provided Id.
7170
7700
  */
7171
7701
  static deleteUserAvatarById(options) {
@@ -7182,6 +7712,7 @@ export class UserService {
7182
7712
  }
7183
7713
  /**
7184
7714
  * Sets a user's avatar.
7715
+ *
7185
7716
  * Sets or updates the avatar image for the user identified by the provided Id.
7186
7717
  */
7187
7718
  static postUserAvatarById(options) {
@@ -7202,6 +7733,7 @@ export class UserService {
7202
7733
  }
7203
7734
  /**
7204
7735
  * Gets the user configuration.
7736
+ *
7205
7737
  * Gets the configuration settings for users.
7206
7738
  */
7207
7739
  static getUserConfiguration(options) {
@@ -7218,6 +7750,7 @@ export class UserService {
7218
7750
  }
7219
7751
  /**
7220
7752
  * Gets the current user.
7753
+ *
7221
7754
  * Gets the currently authenticated back office user's information and permissions.
7222
7755
  */
7223
7756
  static getUserCurrent(options) {
@@ -7234,6 +7767,7 @@ export class UserService {
7234
7767
  }
7235
7768
  /**
7236
7769
  * Lists two-factor providers for the current user.
7770
+ *
7237
7771
  * Gets a list of available two-factor authentication providers for the current user.
7238
7772
  */
7239
7773
  static getUserCurrent2Fa(options) {
@@ -7250,6 +7784,7 @@ export class UserService {
7250
7784
  }
7251
7785
  /**
7252
7786
  * Disables two-factor authentication for the current user.
7787
+ *
7253
7788
  * Disables the specified two-factor authentication provider for the currently authenticated user.
7254
7789
  */
7255
7790
  static deleteUserCurrent2FaByProviderName(options) {
@@ -7266,6 +7801,7 @@ export class UserService {
7266
7801
  }
7267
7802
  /**
7268
7803
  * Gets two-factor setup information.
7804
+ *
7269
7805
  * Gets the setup information for configuring a two-factor authentication provider.
7270
7806
  */
7271
7807
  static getUserCurrent2FaByProviderName(options) {
@@ -7282,6 +7818,7 @@ export class UserService {
7282
7818
  }
7283
7819
  /**
7284
7820
  * Enables two-factor authentication for the current user.
7821
+ *
7285
7822
  * Enables the specified two-factor authentication provider for the currently authenticated user.
7286
7823
  */
7287
7824
  static postUserCurrent2FaByProviderName(options) {
@@ -7302,6 +7839,7 @@ export class UserService {
7302
7839
  }
7303
7840
  /**
7304
7841
  * Sets the current user's avatar.
7842
+ *
7305
7843
  * Sets or updates the avatar image for the currently authenticated user.
7306
7844
  */
7307
7845
  static postUserCurrentAvatar(options) {
@@ -7322,6 +7860,7 @@ export class UserService {
7322
7860
  }
7323
7861
  /**
7324
7862
  * Changes the current user's password.
7863
+ *
7325
7864
  * Changes the password for the currently authenticated user.
7326
7865
  */
7327
7866
  static postUserCurrentChangePassword(options) {
@@ -7342,6 +7881,7 @@ export class UserService {
7342
7881
  }
7343
7882
  /**
7344
7883
  * Gets the current user's configuration.
7884
+ *
7345
7885
  * Gets the configuration settings for the current user.
7346
7886
  */
7347
7887
  static getUserCurrentConfiguration(options) {
@@ -7358,6 +7898,7 @@ export class UserService {
7358
7898
  }
7359
7899
  /**
7360
7900
  * Lists external login providers.
7901
+ *
7361
7902
  * Gets a list of configured external login providers for authentication.
7362
7903
  */
7363
7904
  static getUserCurrentLoginProviders(options) {
@@ -7374,6 +7915,7 @@ export class UserService {
7374
7915
  }
7375
7916
  /**
7376
7917
  * Gets permissions for the current user.
7918
+ *
7377
7919
  * Gets the permissions for the currently authenticated user.
7378
7920
  */
7379
7921
  static getUserCurrentPermissions(options) {
@@ -7390,6 +7932,7 @@ export class UserService {
7390
7932
  }
7391
7933
  /**
7392
7934
  * Gets document permissions for the current user.
7935
+ *
7393
7936
  * Gets the document permissions for the currently authenticated user.
7394
7937
  */
7395
7938
  static getUserCurrentPermissionsDocument(options) {
@@ -7406,6 +7949,7 @@ export class UserService {
7406
7949
  }
7407
7950
  /**
7408
7951
  * Gets media permissions for the current user.
7952
+ *
7409
7953
  * Gets the media permissions for the currently authenticated user.
7410
7954
  */
7411
7955
  static getUserCurrentPermissionsMedia(options) {
@@ -7422,6 +7966,7 @@ export class UserService {
7422
7966
  }
7423
7967
  /**
7424
7968
  * Disables users.
7969
+ *
7425
7970
  * Disables the user accounts identified by the provided Ids.
7426
7971
  */
7427
7972
  static postUserDisable(options) {
@@ -7442,6 +7987,7 @@ export class UserService {
7442
7987
  }
7443
7988
  /**
7444
7989
  * Enables users.
7990
+ *
7445
7991
  * Enables the user accounts identified by the provided Ids.
7446
7992
  */
7447
7993
  static postUserEnable(options) {
@@ -7462,6 +8008,7 @@ export class UserService {
7462
8008
  }
7463
8009
  /**
7464
8010
  * Invites new users.
8011
+ *
7465
8012
  * Sends invitation emails to create new user accounts with the specified details.
7466
8013
  */
7467
8014
  static postUserInvite(options) {
@@ -7482,6 +8029,7 @@ export class UserService {
7482
8029
  }
7483
8030
  /**
7484
8031
  * Creates an initial password for a user.
8032
+ *
7485
8033
  * Creates an initial password for a newly invited user using the provided token.
7486
8034
  */
7487
8035
  static postUserInviteCreatePassword(options) {
@@ -7496,6 +8044,7 @@ export class UserService {
7496
8044
  }
7497
8045
  /**
7498
8046
  * Resends a user invitation.
8047
+ *
7499
8048
  * Resends the invitation email for the users identified by the provided Ids.
7500
8049
  */
7501
8050
  static postUserInviteResend(options) {
@@ -7516,6 +8065,7 @@ export class UserService {
7516
8065
  }
7517
8066
  /**
7518
8067
  * Verifies a user invitation.
8068
+ *
7519
8069
  * Verifies that the invitation token is valid for creating a new user account.
7520
8070
  */
7521
8071
  static postUserInviteVerify(options) {
@@ -7530,6 +8080,7 @@ export class UserService {
7530
8080
  }
7531
8081
  /**
7532
8082
  * Updates user group assignments.
8083
+ *
7533
8084
  * Updates the user group assignments for the specified users.
7534
8085
  */
7535
8086
  static postUserSetUserGroups(options) {
@@ -7550,6 +8101,7 @@ export class UserService {
7550
8101
  }
7551
8102
  /**
7552
8103
  * Unlocks users.
8104
+ *
7553
8105
  * Unlocks the user accounts identified by the provided Ids.
7554
8106
  */
7555
8107
  static postUserUnlock(options) {
@@ -7572,6 +8124,7 @@ export class UserService {
7572
8124
  export class WebhookService {
7573
8125
  /**
7574
8126
  * Gets a collection of webhook items.
8127
+ *
7575
8128
  * Gets a collection of webhook items identified by the provided Ids.
7576
8129
  */
7577
8130
  static getItemWebhook(options) {
@@ -7588,6 +8141,7 @@ export class WebhookService {
7588
8141
  }
7589
8142
  /**
7590
8143
  * Gets a paginated collection of webhooks.
8144
+ *
7591
8145
  * Gets a paginated collection of all webhooks.
7592
8146
  */
7593
8147
  static getWebhook(options) {
@@ -7604,6 +8158,7 @@ export class WebhookService {
7604
8158
  }
7605
8159
  /**
7606
8160
  * Creates a new webhook.
8161
+ *
7607
8162
  * Creates a new webhook with the configuration specified in the request model.
7608
8163
  */
7609
8164
  static postWebhook(options) {
@@ -7624,6 +8179,7 @@ export class WebhookService {
7624
8179
  }
7625
8180
  /**
7626
8181
  * Deletes a webhook.
8182
+ *
7627
8183
  * Deletes a webhook identified by the provided Id.
7628
8184
  */
7629
8185
  static deleteWebhookById(options) {
@@ -7640,6 +8196,7 @@ export class WebhookService {
7640
8196
  }
7641
8197
  /**
7642
8198
  * Gets a webhook.
8199
+ *
7643
8200
  * Gets a webhook identified by the provided Id.
7644
8201
  */
7645
8202
  static getWebhookById(options) {
@@ -7656,6 +8213,7 @@ export class WebhookService {
7656
8213
  }
7657
8214
  /**
7658
8215
  * Updates a webhook.
8216
+ *
7659
8217
  * Updates a webhook identified by the provided Id with the details from the request model.
7660
8218
  */
7661
8219
  static putWebhookById(options) {
@@ -7676,6 +8234,7 @@ export class WebhookService {
7676
8234
  }
7677
8235
  /**
7678
8236
  * Gets a paginated collection of webhook logs for a specific webhook.
8237
+ *
7679
8238
  * Gets a paginated collection of webhook logs for the webhook identified by the provided Id.
7680
8239
  */
7681
8240
  static getWebhookByIdLogs(options) {
@@ -7692,6 +8251,7 @@ export class WebhookService {
7692
8251
  }
7693
8252
  /**
7694
8253
  * Gets a paginated collection of webhook events.
8254
+ *
7695
8255
  * Gets a paginated collection of available webhook events that can be subscribed to.
7696
8256
  */
7697
8257
  static getWebhookEvents(options) {
@@ -7708,6 +8268,7 @@ export class WebhookService {
7708
8268
  }
7709
8269
  /**
7710
8270
  * Gets a paginated collection of webhook logs.
8271
+ *
7711
8272
  * Gets a paginated collection of webhook logs for all webhooks.
7712
8273
  */
7713
8274
  static getWebhookLogs(options) {