@umbraco-cms/backoffice 15.1.2 → 15.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2456) hide show
  1. package/dist-cms/apps/app/app-context-config.interface.d.ts +6 -0
  2. package/dist-cms/apps/app/app-error.element.js +2 -6
  3. package/dist-cms/apps/app/app-logo.element.d.ts +17 -0
  4. package/dist-cms/apps/app/app-logo.element.js +37 -0
  5. package/dist-cms/apps/app/app.context.d.ts +1 -0
  6. package/dist-cms/apps/app/app.context.js +5 -0
  7. package/dist-cms/apps/app/app.element.js +5 -1
  8. package/dist-cms/apps/app/index.d.ts +1 -0
  9. package/dist-cms/apps/app/index.js +1 -0
  10. package/dist-cms/apps/app/server-connection.d.ts +3 -0
  11. package/dist-cms/apps/app/server-connection.js +20 -1
  12. package/dist-cms/apps/backoffice/backoffice.context.d.ts +1 -1
  13. package/dist-cms/apps/backoffice/backoffice.context.js +2 -2
  14. package/dist-cms/apps/backoffice/backoffice.element.js +1 -0
  15. package/dist-cms/apps/backoffice/components/backoffice-header-apps.element.d.ts +1 -0
  16. package/dist-cms/apps/backoffice/components/backoffice-header-apps.element.js +14 -1
  17. package/dist-cms/apps/backoffice/components/backoffice-header-logo.element.d.ts +1 -0
  18. package/dist-cms/apps/backoffice/components/backoffice-header-logo.element.js +26 -10
  19. package/dist-cms/apps/backoffice/components/backoffice-header-sections.element.js +3 -2
  20. package/dist-cms/apps/installer/shared/layout/installer-layout.element.js +2 -9
  21. package/dist-cms/assets/fonts/codicon/codicon.ttf +0 -0
  22. package/dist-cms/assets/lang/da-dk.js +45 -14
  23. package/dist-cms/assets/lang/da-dk.ts +45 -14
  24. package/dist-cms/assets/lang/en-us.js +20 -9
  25. package/dist-cms/assets/lang/en-us.ts +20 -10
  26. package/dist-cms/assets/lang/en.js +37 -11
  27. package/dist-cms/assets/lang/en.ts +38 -12
  28. package/dist-cms/assets/lang/nb-no.js +396 -59
  29. package/dist-cms/assets/lang/nb-no.ts +400 -59
  30. package/dist-cms/css/umb-css.css +6 -0
  31. package/dist-cms/custom-elements.json +272 -121
  32. package/dist-cms/external/backend-api/index.js +1 -1
  33. package/dist-cms/external/backend-api/src/sdk.gen.d.ts +9 -1
  34. package/dist-cms/external/backend-api/src/types.gen.d.ts +20 -2
  35. package/dist-cms/external/diff/index.js +1 -1
  36. package/dist-cms/external/dompurify/index.js +1 -1
  37. package/dist-cms/external/lit/index.js +30 -30
  38. package/dist-cms/external/marked/index.js +20 -20
  39. package/dist-cms/external/monaco-editor/{abap-Dwu-KH2x.js → abap-BrgZPUOV.js} +1 -1
  40. package/dist-cms/external/monaco-editor/{apex-y9ypVpY8.js → apex-BhRMM8yO.js} +1 -1
  41. package/dist-cms/external/monaco-editor/{azcli-C9RgAbUI.js → azcli-BaLxmfj-.js} +1 -1
  42. package/dist-cms/external/monaco-editor/{bat-CoZ5qQQA.js → bat-CFOPXBzS.js} +1 -1
  43. package/dist-cms/external/monaco-editor/{bicep-BTXPn4uT.js → bicep-BfEKNvv3.js} +1 -1
  44. package/dist-cms/external/monaco-editor/{cameligo-J_4-LjdT.js → cameligo-BFG1Mk7z.js} +1 -1
  45. package/dist-cms/external/monaco-editor/{clojure-DDKRPAGl.js → clojure-DTECt2xU.js} +1 -1
  46. package/dist-cms/external/monaco-editor/{coffee-C8z2l6sj.js → coffee-CDGzqUPQ.js} +1 -1
  47. package/dist-cms/external/monaco-editor/{cpp-DI3p9f9v.js → cpp-CLLBncYj.js} +1 -1
  48. package/dist-cms/external/monaco-editor/{csharp-Bya7J2fC.js → csharp-dUCx_-0o.js} +1 -1
  49. package/dist-cms/external/monaco-editor/{csp-g7vr-vut.js → csp-5Rap-vPy.js} +1 -1
  50. package/dist-cms/external/monaco-editor/{css-fOVBx6Gk.js → css-D3h14YRZ.js} +1 -1
  51. package/dist-cms/external/monaco-editor/cssMode-DxTuDrIE.js +9 -0
  52. package/dist-cms/external/monaco-editor/{cypher-DciL1opS.js → cypher-DrQuvNYM.js} +1 -1
  53. package/dist-cms/external/monaco-editor/{dart-CAkRrlCV.js → dart-CFKIUWau.js} +1 -1
  54. package/dist-cms/external/monaco-editor/{dockerfile-CHkS34TV.js → dockerfile-Zznr-cwX.js} +1 -1
  55. package/dist-cms/external/monaco-editor/{ecl-qjrLrnvP.js → ecl-Ce3n6wWz.js} +1 -1
  56. package/dist-cms/external/monaco-editor/{elixir-Bn2aVyyF.js → elixir-deUWdS0T.js} +1 -1
  57. package/dist-cms/external/monaco-editor/{flow9-CcGMeAxr.js → flow9-i9-g7ZhI.js} +1 -1
  58. package/dist-cms/external/monaco-editor/{freemarker2-BKhFj8Wh.js → freemarker2-DrcQQyGV.js} +2 -2
  59. package/dist-cms/external/monaco-editor/{fsharp-P5WqO7sL.js → fsharp-CzKuDChf.js} +1 -1
  60. package/dist-cms/external/monaco-editor/{go-DHzw8g6E.js → go-Cphgjts3.js} +1 -1
  61. package/dist-cms/external/monaco-editor/{graphql-DHR0rah7.js → graphql-Cg7bfA9N.js} +1 -1
  62. package/dist-cms/external/monaco-editor/{handlebars-D0XhSECe.js → handlebars-Cbmb1STm.js} +2 -2
  63. package/dist-cms/external/monaco-editor/{hcl-C75BKXms.js → hcl-0cvrggvQ.js} +1 -1
  64. package/dist-cms/external/monaco-editor/{html-CQhFdADV.js → html-BPXby1qp.js} +2 -2
  65. package/dist-cms/external/monaco-editor/htmlMode-DF_SYfsq.js +9 -0
  66. package/dist-cms/external/monaco-editor/{index-DLDFvePX.js → index-VhKS2cWK.js} +347 -347
  67. package/dist-cms/external/monaco-editor/index.js +1 -1
  68. package/dist-cms/external/monaco-editor/{ini-BJrO4HmQ.js → ini-Drc7WvVn.js} +1 -1
  69. package/dist-cms/external/monaco-editor/{java-BZVcG1df.js → java-B_fMsGYe.js} +1 -1
  70. package/dist-cms/external/monaco-editor/{javascript-DRKLii_f.js → javascript-CZYSexvK.js} +2 -2
  71. package/dist-cms/external/monaco-editor/jsonMode-CdxcfQWB.js +15 -0
  72. package/dist-cms/external/monaco-editor/{julia-CbIV08LX.js → julia-cwhjEFif.js} +1 -1
  73. package/dist-cms/external/monaco-editor/{kotlin-a3XSJ_gM.js → kotlin-BSkB5QuD.js} +1 -1
  74. package/dist-cms/external/monaco-editor/{less-DFUTkVLx.js → less-BsTHnhdd.js} +1 -1
  75. package/dist-cms/external/monaco-editor/{lexon-DVsYuwex.js → lexon-YWi4-JPR.js} +1 -1
  76. package/dist-cms/external/monaco-editor/{liquid-0YKfktXy.js → liquid-C71zL89N.js} +2 -2
  77. package/dist-cms/external/monaco-editor/{lua-DYx-Jejz.js → lua-nf6ki56Z.js} +1 -1
  78. package/dist-cms/external/monaco-editor/{m3-BMrvfaad.js → m3-Cpb6xl2v.js} +1 -1
  79. package/dist-cms/external/monaco-editor/{markdown-DuPmBnHi.js → markdown-DSZPf7rp.js} +1 -1
  80. package/dist-cms/external/monaco-editor/{mdx-6EtHKJ_x.js → mdx-D6BxM9uf.js} +2 -2
  81. package/dist-cms/external/monaco-editor/{mips-BqUeXQd9.js → mips-B_c3zf-v.js} +1 -1
  82. package/dist-cms/external/monaco-editor/{msdax-Dw-TSVhm.js → msdax-rUNN04Wq.js} +1 -1
  83. package/dist-cms/external/monaco-editor/{mysql-CcpH9Ljq.js → mysql-DDwshQtU.js} +1 -1
  84. package/dist-cms/external/monaco-editor/{objective-c-BRNxDdm3.js → objective-c-B5zXfXm9.js} +1 -1
  85. package/dist-cms/external/monaco-editor/{pascal-Cn8aAeCV.js → pascal-CXOwvkN_.js} +1 -1
  86. package/dist-cms/external/monaco-editor/{pascaligo-dBAnVStS.js → pascaligo-Bc-ZgV77.js} +1 -1
  87. package/dist-cms/external/monaco-editor/{perl-C4L3BrdA.js → perl-CwNk8-XU.js} +1 -1
  88. package/dist-cms/external/monaco-editor/{pgsql-BOSk5tQb.js → pgsql-tGk8EFnU.js} +1 -1
  89. package/dist-cms/external/monaco-editor/{php-DzsKq5vr.js → php-CpIb_Oan.js} +1 -1
  90. package/dist-cms/external/monaco-editor/{pla-C6GoMDq5.js → pla-B03wrqEc.js} +1 -1
  91. package/dist-cms/external/monaco-editor/{postiats-DQpJ_7Kk.js → postiats-BKlk5iyT.js} +1 -1
  92. package/dist-cms/external/monaco-editor/{powerquery-M-mSA4YD.js → powerquery-Bhzvs7bI.js} +1 -1
  93. package/dist-cms/external/monaco-editor/{powershell-DzOgjbHk.js → powershell-Dd3NCNK9.js} +1 -1
  94. package/dist-cms/external/monaco-editor/{protobuf-BIE5FnyZ.js → protobuf-COyEY5Pt.js} +1 -1
  95. package/dist-cms/external/monaco-editor/{pug-s9KOoKAL.js → pug-BaJupSGV.js} +1 -1
  96. package/dist-cms/external/monaco-editor/{python-CsNAAPYj.js → python-BzacYavb.js} +2 -2
  97. package/dist-cms/external/monaco-editor/{qsharp-DWDrKSir.js → qsharp-DXyYeYxl.js} +1 -1
  98. package/dist-cms/external/monaco-editor/{r-DnKTOUT4.js → r-CdQndTaG.js} +1 -1
  99. package/dist-cms/external/monaco-editor/{razor-CpDRte-t.js → razor-B08_l6rN.js} +2 -2
  100. package/dist-cms/external/monaco-editor/{redis-CWZNkOVt.js → redis-CVwtpugi.js} +1 -1
  101. package/dist-cms/external/monaco-editor/{redshift-Bhrh1xcx.js → redshift-25W9uPmb.js} +1 -1
  102. package/dist-cms/external/monaco-editor/{restructuredtext-CWmU_seV.js → restructuredtext-DfzH4Xui.js} +1 -1
  103. package/dist-cms/external/monaco-editor/{ruby-2Tz7EiV8.js → ruby-Cp1zYvxS.js} +1 -1
  104. package/dist-cms/external/monaco-editor/{rust-CrxrYIVW.js → rust-D5C2fndG.js} +1 -1
  105. package/dist-cms/external/monaco-editor/{sb-DkpzO6Ij.js → sb-CDntyWJ8.js} +1 -1
  106. package/dist-cms/external/monaco-editor/{scala-Du7mGxrp.js → scala-BoFRg7Ot.js} +1 -1
  107. package/dist-cms/external/monaco-editor/{scheme-DnCYVA2x.js → scheme-Bio4gycK.js} +1 -1
  108. package/dist-cms/external/monaco-editor/{scss-3iLYYaxs.js → scss-4Ik7cdeQ.js} +1 -1
  109. package/dist-cms/external/monaco-editor/{shell-D4ITwtg2.js → shell-CX-rkNHf.js} +1 -1
  110. package/dist-cms/external/monaco-editor/{solidity-Bq53zNw4.js → solidity-Tw7wswEv.js} +1 -1
  111. package/dist-cms/external/monaco-editor/{sophia-BtzCauDs.js → sophia-C5WLch3f.js} +1 -1
  112. package/dist-cms/external/monaco-editor/{sparql-7--tI-JV.js → sparql-DHaeiCBh.js} +1 -1
  113. package/dist-cms/external/monaco-editor/{sql-B8Hnjumu.js → sql-CCSDG5nI.js} +1 -1
  114. package/dist-cms/external/monaco-editor/{st-DW8rtAeF.js → st-S-st3gyc.js} +1 -1
  115. package/dist-cms/external/monaco-editor/{swift-CVGPmAnX.js → swift-DwJ7jVG9.js} +1 -1
  116. package/dist-cms/external/monaco-editor/{systemverilog-CzfWLrvP.js → systemverilog-B9Xyijhd.js} +1 -1
  117. package/dist-cms/external/monaco-editor/{tcl-0V1PA5XN.js → tcl-DnHyzjbg.js} +1 -1
  118. package/dist-cms/external/monaco-editor/{tsMode-C3IdTGEl.js → tsMode-4CPodS-z.js} +2 -2
  119. package/dist-cms/external/monaco-editor/{twig-BwWq3-l7.js → twig-CPajHgWi.js} +1 -1
  120. package/dist-cms/external/monaco-editor/{typescript-CmRaItOL.js → typescript-DR00swPg.js} +2 -2
  121. package/dist-cms/external/monaco-editor/{typespec-DG0VjBrn.js → typespec-AYpOdVew.js} +1 -1
  122. package/dist-cms/external/monaco-editor/{vb-ByO2b-39.js → vb-DgyLZaXg.js} +1 -1
  123. package/dist-cms/external/monaco-editor/{wgsl-DPtT8YyR.js → wgsl-BKeqJymL.js} +1 -1
  124. package/dist-cms/external/monaco-editor/{xml-BU7wURqo.js → xml-BzeRVSw9.js} +2 -2
  125. package/dist-cms/external/monaco-editor/{yaml-C_j_0Ksz.js → yaml-BAxWk40b.js} +2 -2
  126. package/dist-cms/external/openid/index.js +2 -2
  127. package/dist-cms/external/router-slot/index.js +1 -1
  128. package/dist-cms/external/rxjs/index.js +3 -3
  129. package/dist-cms/external/tinymce/index.js +19 -19
  130. package/dist-cms/external/tiptap/index.js +19 -19
  131. package/dist-cms/external/uuid/index.js +1 -1
  132. package/dist-cms/libs/class-api/class.mixin.js +9 -3
  133. package/dist-cms/libs/context-api/provide/context-provider.js +17 -17
  134. package/dist-cms/libs/controller-api/controller-host-element.mixin.js +0 -1
  135. package/dist-cms/libs/element-api/element.mixin.js +9 -3
  136. package/dist-cms/libs/extension-api/condition/condition-controller-arguments.type.d.ts +2 -2
  137. package/dist-cms/libs/extension-api/controller/base-extension-initializer.controller.d.ts +1 -1
  138. package/dist-cms/libs/extension-api/controller/base-extension-initializer.controller.js +2 -2
  139. package/dist-cms/libs/extension-api/controller/base-extensions-initializer.controller.d.ts +4 -1
  140. package/dist-cms/libs/extension-api/controller/base-extensions-initializer.controller.js +17 -10
  141. package/dist-cms/libs/extension-api/controller/extensions-api-initializer.controller.d.ts +4 -2
  142. package/dist-cms/libs/extension-api/controller/extensions-api-initializer.controller.js +2 -2
  143. package/dist-cms/libs/extension-api/controller/extensions-element-and-api-initializer.controller.d.ts +4 -2
  144. package/dist-cms/libs/extension-api/controller/extensions-element-and-api-initializer.controller.js +2 -2
  145. package/dist-cms/libs/extension-api/controller/extensions-element-initializer.controller.d.ts +4 -2
  146. package/dist-cms/libs/extension-api/controller/extensions-element-initializer.controller.js +2 -2
  147. package/dist-cms/libs/extension-api/controller/extensions-manifest-initializer.controller.d.ts +4 -2
  148. package/dist-cms/libs/extension-api/controller/extensions-manifest-initializer.controller.js +2 -2
  149. package/dist-cms/libs/extension-api/registry/extension.registry.d.ts +36 -0
  150. package/dist-cms/libs/extension-api/registry/extension.registry.js +39 -0
  151. package/dist-cms/libs/localization-api/localization.controller.d.ts +2 -1
  152. package/dist-cms/libs/localization-api/localization.controller.js +3 -3
  153. package/dist-cms/libs/observable-api/observer.js +6 -0
  154. package/dist-cms/mocks/browser-handlers.js +12 -0
  155. package/dist-cms/mocks/data/data-type/data-type.data.js +21 -0
  156. package/dist-cms/mocks/data/document/document.data.js +16 -2
  157. package/dist-cms/mocks/data/document/document.db.js +2 -0
  158. package/dist-cms/mocks/data/document-blueprint/document-blueprint.data.js +1 -0
  159. package/dist-cms/mocks/data/document-blueprint/document-blueprint.db.js +2 -0
  160. package/dist-cms/mocks/data/document-type/document-type.data.js +20 -0
  161. package/dist-cms/mocks/data/media/media.data.js +8 -0
  162. package/dist-cms/mocks/data/media/media.db.js +2 -0
  163. package/dist-cms/mocks/data/relation/relation.data.d.ts +4 -0
  164. package/dist-cms/mocks/data/relation/relation.data.js +18 -0
  165. package/dist-cms/mocks/data/relation/relation.db.d.ts +10 -0
  166. package/dist-cms/mocks/data/relation/relation.db.js +23 -0
  167. package/dist-cms/mocks/data/relation-type/relationType.data.d.ts +4 -0
  168. package/dist-cms/mocks/data/relation-type/relationType.data.js +34 -0
  169. package/dist-cms/mocks/data/relation-type/relationType.db.d.ts +11 -0
  170. package/dist-cms/mocks/data/relation-type/relationType.db.js +32 -0
  171. package/dist-cms/mocks/data/user/user.db.js +5 -1
  172. package/dist-cms/mocks/data/user-group/user-group.data.js +1 -8
  173. package/dist-cms/mocks/data/user-group/user-group.db.d.ts +3 -0
  174. package/dist-cms/mocks/data/user-group/user-group.db.js +8 -0
  175. package/dist-cms/mocks/data/utils/entity/entity-detail.manager.d.ts +1 -1
  176. package/dist-cms/mocks/data/utils.d.ts +15 -0
  177. package/dist-cms/mocks/data/utils.js +12 -0
  178. package/dist-cms/mocks/handlers/backoffice/backoffice.handlers.d.ts +1 -0
  179. package/dist-cms/mocks/handlers/backoffice/backoffice.handlers.js +24 -0
  180. package/dist-cms/mocks/handlers/config.handlers.js +1 -1
  181. package/dist-cms/mocks/handlers/data-type/tree.handlers.js +7 -0
  182. package/dist-cms/mocks/handlers/document/publishing.handlers.js +18 -0
  183. package/dist-cms/mocks/handlers/images.handlers.js +1 -1
  184. package/dist-cms/mocks/handlers/package.handlers.js +7 -0
  185. package/dist-cms/mocks/handlers/partial-view/detail.handlers.js +5 -0
  186. package/dist-cms/mocks/handlers/relation/index.d.ts +1 -0
  187. package/dist-cms/mocks/handlers/relation/index.js +2 -0
  188. package/dist-cms/mocks/handlers/relation/item.handlers.d.ts +1 -0
  189. package/dist-cms/mocks/handlers/relation/item.handlers.js +15 -0
  190. package/dist-cms/mocks/handlers/relation/slug.d.ts +1 -0
  191. package/dist-cms/mocks/handlers/relation/slug.js +1 -0
  192. package/dist-cms/mocks/handlers/relation-type/detail.handlers.d.ts +1 -0
  193. package/dist-cms/mocks/handlers/relation-type/detail.handlers.js +21 -0
  194. package/dist-cms/mocks/handlers/relation-type/index.d.ts +1 -0
  195. package/dist-cms/mocks/handlers/relation-type/index.js +2 -0
  196. package/dist-cms/mocks/handlers/relation-type/slug.d.ts +1 -0
  197. package/dist-cms/mocks/handlers/relation-type/slug.js +1 -0
  198. package/dist-cms/mocks/handlers/script/detail.handlers.js +5 -0
  199. package/dist-cms/mocks/handlers/server.handlers.js +7 -5
  200. package/dist-cms/mocks/handlers/stylesheet/detail.handlers.js +5 -0
  201. package/dist-cms/mocks/handlers/template/detail.handlers.js +9 -0
  202. package/dist-cms/mocks/handlers/temporary-file/temporary-file.handlers.js +1 -1
  203. package/dist-cms/mocks/index.d.ts +2 -0
  204. package/dist-cms/mocks/index.js +1 -0
  205. package/dist-cms/monaco-editor/vs/language/css/css.worker.js +1 -1
  206. package/dist-cms/monaco-editor/vs/language/css/cssMode.js +1 -1
  207. package/dist-cms/monaco-editor/vs/language/css/monaco.contribution.js +1 -1
  208. package/dist-cms/monaco-editor/vs/language/html/html.worker.js +1 -1
  209. package/dist-cms/monaco-editor/vs/language/html/htmlMode.js +1 -1
  210. package/dist-cms/monaco-editor/vs/language/html/monaco.contribution.js +1 -1
  211. package/dist-cms/monaco-editor/vs/language/json/json.worker.js +1 -1
  212. package/dist-cms/monaco-editor/vs/language/json/jsonMode.js +1 -1
  213. package/dist-cms/monaco-editor/vs/language/json/monaco.contribution.js +1 -1
  214. package/dist-cms/monaco-editor/vs/language/typescript/monaco.contribution.js +1 -1
  215. package/dist-cms/monaco-editor/vs/language/typescript/ts.worker.js +1 -1
  216. package/dist-cms/monaco-editor/vs/language/typescript/tsMode.js +1 -1
  217. package/dist-cms/packages/block/block/clipboard/constants.d.ts +1 -0
  218. package/dist-cms/packages/block/block/clipboard/constants.js +1 -0
  219. package/dist-cms/packages/block/block/clipboard/index.d.ts +1 -0
  220. package/dist-cms/packages/block/block/clipboard/index.js +1 -0
  221. package/dist-cms/packages/block/block/clipboard/types.d.ts +6 -4
  222. package/dist-cms/packages/block/block/clipboard/types.js +0 -9
  223. package/dist-cms/packages/block/block/context/block-entries.context.d.ts +4 -1
  224. package/dist-cms/packages/block/block/context/block-entries.context.js +16 -5
  225. package/dist-cms/packages/block/block/context/block-entry.context.d.ts +37 -1
  226. package/dist-cms/packages/block/block/context/block-entry.context.js +57 -0
  227. package/dist-cms/packages/block/block/context/block-manager.context.d.ts +39 -2
  228. package/dist-cms/packages/block/block/context/block-manager.context.js +48 -1
  229. package/dist-cms/packages/block/block/index.d.ts +2 -0
  230. package/dist-cms/packages/block/block/index.js +2 -0
  231. package/dist-cms/packages/block/block/modals/block-catalogue/block-catalogue-modal.element.js +16 -3
  232. package/dist-cms/packages/block/block/modals/block-catalogue/block-catalogue-modal.token.d.ts +5 -0
  233. package/dist-cms/packages/block/block/property-value-cloner/block-property-value-cloner.api.d.ts +20 -0
  234. package/dist-cms/packages/block/block/property-value-cloner/block-property-value-cloner.api.js +66 -0
  235. package/dist-cms/packages/block/block/property-value-cloner/flat-layout-block-property-value-cloner.api.d.ts +5 -0
  236. package/dist-cms/packages/block/block/property-value-cloner/flat-layout-block-property-value-cloner.api.js +7 -0
  237. package/dist-cms/packages/block/block/property-value-cloner/index.d.ts +2 -0
  238. package/dist-cms/packages/block/block/property-value-cloner/index.js +2 -0
  239. package/dist-cms/packages/block/block/workspace/views/edit/block-workspace-view-edit-tab.element.js +2 -2
  240. package/dist-cms/packages/block/block-grid/clipboard/block/copy/block-grid-to-block-copy-translator.d.ts +15 -0
  241. package/dist-cms/packages/block/block-grid/clipboard/block/copy/block-grid-to-block-copy-translator.js +55 -0
  242. package/dist-cms/packages/block/block-grid/clipboard/block/manifests.js +21 -0
  243. package/dist-cms/packages/block/block-grid/clipboard/block/paste/block-to-block-grid-paste-translator.d.ts +27 -0
  244. package/dist-cms/packages/block/block-grid/clipboard/block/paste/block-to-block-grid-paste-translator.js +48 -0
  245. package/dist-cms/packages/block/block-grid/clipboard/constants.d.ts +1 -0
  246. package/dist-cms/packages/block/block-grid/clipboard/constants.js +1 -0
  247. package/dist-cms/packages/block/block-grid/clipboard/grid-block/constants.d.ts +1 -0
  248. package/dist-cms/packages/block/block-grid/clipboard/grid-block/constants.js +1 -0
  249. package/dist-cms/packages/block/block-grid/clipboard/grid-block/copy/block-grid-to-grid-block-copy-translator.d.ts +8 -0
  250. package/dist-cms/packages/block/block-grid/clipboard/grid-block/copy/block-grid-to-grid-block-copy-translator.js +27 -0
  251. package/dist-cms/packages/block/block-grid/clipboard/grid-block/manifests.js +21 -0
  252. package/dist-cms/packages/block/block-grid/clipboard/grid-block/paste/grid-block-to-block-grid-paste-translator.d.ts +27 -0
  253. package/dist-cms/packages/block/block-grid/clipboard/grid-block/paste/grid-block-to-block-grid-paste-translator.js +40 -0
  254. package/dist-cms/packages/block/block-grid/clipboard/manifests.js +43 -0
  255. package/dist-cms/packages/block/block-grid/clipboard/types.d.ts +7 -0
  256. package/dist-cms/packages/block/block-grid/components/block-grid-area-config-entry/workspace/block-grid-area-type-workspace.context.d.ts +1 -1
  257. package/dist-cms/packages/block/block-grid/components/block-grid-block/block-grid-block.element.js +13 -1
  258. package/dist-cms/packages/block/block-grid/components/block-grid-block-inline/block-grid-block-inline.element.d.ts +1 -0
  259. package/dist-cms/packages/block/block-grid/components/block-grid-block-inline/block-grid-block-inline.element.js +35 -8
  260. package/dist-cms/packages/block/block-grid/components/block-grid-entries/block-grid-entries.element.js +13 -5
  261. package/dist-cms/packages/block/block-grid/components/block-grid-entry/block-grid-entry.element.d.ts +1 -1
  262. package/dist-cms/packages/block/block-grid/components/block-grid-entry/block-grid-entry.element.js +15 -9
  263. package/dist-cms/packages/block/block-grid/components/ref-grid-block/ref-grid-block.element.js +2 -3
  264. package/dist-cms/packages/block/block-grid/constants.d.ts +1 -0
  265. package/dist-cms/packages/block/block-grid/constants.js +1 -0
  266. package/dist-cms/packages/block/block-grid/context/block-grid-entries.context.d.ts +3 -1
  267. package/dist-cms/packages/block/block-grid/context/block-grid-entries.context.js +71 -28
  268. package/dist-cms/packages/block/block-grid/context/block-grid-entry.context.d.ts +1 -0
  269. package/dist-cms/packages/block/block-grid/context/block-grid-entry.context.js +55 -1
  270. package/dist-cms/packages/block/block-grid/context/block-grid-manager.context.js +0 -1
  271. package/dist-cms/packages/block/block-grid/manifests.js +6 -2
  272. package/dist-cms/packages/block/block-grid/property-editors/block-grid-type-configuration/property-editor-ui-block-grid-type-configuration.element.d.ts +1 -2
  273. package/dist-cms/packages/block/block-grid/property-editors/block-grid-type-configuration/property-editor-ui-block-grid-type-configuration.element.js +45 -63
  274. package/dist-cms/packages/block/block-grid/property-value-cloner/manifests.d.ts +7 -0
  275. package/dist-cms/packages/block/block-grid/property-value-cloner/manifests.js +10 -0
  276. package/dist-cms/packages/block/block-grid/property-value-cloner/property-value-cloner-block-grid.cloner.d.ts +8 -0
  277. package/dist-cms/packages/block/block-grid/property-value-cloner/property-value-cloner-block-grid.cloner.js +25 -0
  278. package/dist-cms/packages/block/block-grid/types.d.ts +1 -0
  279. package/dist-cms/packages/block/block-grid/utils/index.d.ts +11 -3
  280. package/dist-cms/packages/block/block-grid/utils/index.js +21 -3
  281. package/dist-cms/packages/block/block-list/clipboard/block/copy/block-list-to-block-copy-translator.d.ts +8 -0
  282. package/dist-cms/packages/block/block-list/clipboard/block/copy/block-list-to-block-copy-translator.js +24 -0
  283. package/dist-cms/packages/block/block-list/clipboard/block/copy/manifests.d.ts +1 -0
  284. package/dist-cms/packages/block/block-list/clipboard/block/copy/manifests.js +12 -0
  285. package/dist-cms/packages/block/block-list/clipboard/block/paste/block-to-block-list-paste-translator.d.ts +27 -0
  286. package/dist-cms/packages/block/block-list/clipboard/block/paste/block-to-block-list-paste-translator.js +40 -0
  287. package/dist-cms/packages/block/block-list/clipboard/block/paste/manifests.d.ts +1 -0
  288. package/dist-cms/packages/block/block-list/clipboard/block/paste/manifests.js +12 -0
  289. package/dist-cms/packages/block/block-list/clipboard/manifests.d.ts +1 -0
  290. package/dist-cms/packages/block/block-list/clipboard/manifests.js +43 -0
  291. package/dist-cms/packages/block/block-list/components/block-list-entry/block-list-entry.element.js +40 -3
  292. package/dist-cms/packages/block/block-list/components/inline-list-block/inline-list-block.element.js +23 -8
  293. package/dist-cms/packages/block/block-list/components/ref-list-block/ref-list-block.element.js +12 -1
  294. package/dist-cms/packages/block/block-list/context/block-list-entries.context.d.ts +2 -3
  295. package/dist-cms/packages/block/block-list/context/block-list-entries.context.js +42 -23
  296. package/dist-cms/packages/block/block-list/context/block-list-entry.context.js +3 -8
  297. package/dist-cms/packages/block/block-list/manifests.d.ts +2 -1
  298. package/dist-cms/packages/block/block-list/manifests.js +8 -1
  299. package/dist-cms/packages/block/block-list/property-editors/block-list-editor/manifests.js +1 -1
  300. package/dist-cms/packages/block/block-list/property-editors/block-list-editor/property-editor-ui-block-list.element.js +23 -4
  301. package/dist-cms/packages/block/block-list/property-editors/manifests.js +2 -2
  302. package/dist-cms/packages/block/block-list/property-value-cloner/manifests.d.ts +7 -0
  303. package/dist-cms/packages/block/block-list/property-value-cloner/manifests.js +10 -0
  304. package/dist-cms/packages/block/block-list/property-value-cloner/property-value-cloner-block-list.cloner.d.ts +5 -0
  305. package/dist-cms/packages/block/block-list/property-value-cloner/property-value-cloner-block-list.cloner.js +8 -0
  306. package/dist-cms/packages/block/block-rte/components/block-rte-entry/block-rte-entry.element.js +1 -1
  307. package/dist-cms/packages/block/block-rte/components/ref-rte-block/ref-rte-block.element.js +1 -1
  308. package/dist-cms/packages/block/block-rte/constants.d.ts +1 -0
  309. package/dist-cms/packages/block/block-rte/constants.js +1 -0
  310. package/dist-cms/packages/block/block-rte/context/block-rte-entries.context.d.ts +2 -2
  311. package/dist-cms/packages/block/block-rte/context/block-rte-entries.context.js +16 -19
  312. package/dist-cms/packages/block/block-rte/context/block-rte-manager.context.d.ts +1 -0
  313. package/dist-cms/packages/block/block-rte/context/block-rte-manager.context.js +3 -0
  314. package/dist-cms/packages/block/block-rte/manifests.js +2 -1
  315. package/dist-cms/packages/block/block-rte/property-value-cloner/manifests.d.ts +7 -0
  316. package/dist-cms/packages/block/block-rte/property-value-cloner/manifests.js +10 -0
  317. package/dist-cms/packages/block/block-rte/property-value-cloner/property-value-cloner-block-rte.cloner.d.ts +8 -0
  318. package/dist-cms/packages/block/block-rte/property-value-cloner/property-value-cloner-block-rte.cloner.js +32 -0
  319. package/dist-cms/packages/block/block-type/components/input-block-type/input-block-type.element.d.ts +1 -1
  320. package/dist-cms/packages/block/block-type/components/input-block-type/input-block-type.element.js +21 -18
  321. package/dist-cms/packages/block/block-type/workspace/block-type-workspace.context.d.ts +1 -1
  322. package/dist-cms/packages/block/manifests.d.ts +2 -1
  323. package/dist-cms/packages/clipboard/clipboard-entry/constants.d.ts +4 -0
  324. package/dist-cms/packages/clipboard/clipboard-entry/constants.js +4 -0
  325. package/dist-cms/packages/clipboard/clipboard-entry/detail/clipboard-entry-detail.local-storage.data-source.d.ts +49 -0
  326. package/dist-cms/packages/clipboard/clipboard-entry/detail/clipboard-entry-detail.local-storage.data-source.js +213 -0
  327. package/dist-cms/packages/clipboard/clipboard-entry/detail/clipboard-entry-detail.repository.d.ts +8 -0
  328. package/dist-cms/packages/clipboard/clipboard-entry/detail/clipboard-entry-detail.repository.js +12 -0
  329. package/dist-cms/packages/clipboard/clipboard-entry/detail/clipboard-entry-detail.store.context-token.d.ts +3 -0
  330. package/dist-cms/packages/clipboard/clipboard-entry/detail/clipboard-entry-detail.store.context-token.js +2 -0
  331. package/dist-cms/packages/clipboard/clipboard-entry/detail/clipboard-entry-detail.store.d.ts +17 -0
  332. package/dist-cms/packages/clipboard/clipboard-entry/detail/clipboard-entry-detail.store.js +18 -0
  333. package/dist-cms/packages/clipboard/clipboard-entry/detail/constants.d.ts +3 -0
  334. package/dist-cms/packages/clipboard/clipboard-entry/detail/constants.js +3 -0
  335. package/dist-cms/packages/clipboard/clipboard-entry/detail/index.d.ts +3 -0
  336. package/dist-cms/packages/clipboard/clipboard-entry/detail/index.js +3 -0
  337. package/dist-cms/packages/clipboard/clipboard-entry/detail/manifests.d.ts +1 -0
  338. package/dist-cms/packages/clipboard/clipboard-entry/detail/manifests.js +32 -0
  339. package/dist-cms/packages/clipboard/clipboard-entry/entity.d.ts +2 -0
  340. package/dist-cms/packages/clipboard/clipboard-entry/entity.js +1 -0
  341. package/dist-cms/packages/clipboard/clipboard-entry/global-element.d.ts +1 -0
  342. package/dist-cms/packages/clipboard/clipboard-entry/global-element.js +1 -0
  343. package/dist-cms/packages/clipboard/clipboard-entry/index.d.ts +7 -0
  344. package/dist-cms/packages/clipboard/clipboard-entry/index.js +6 -0
  345. package/dist-cms/packages/clipboard/clipboard-entry/item/clipboard-entry-item.local-storage.data-source.d.ts +19 -0
  346. package/dist-cms/packages/clipboard/clipboard-entry/item/clipboard-entry-item.local-storage.data-source.js +33 -0
  347. package/dist-cms/packages/clipboard/clipboard-entry/item/clipboard-entry-item.repository.d.ts +7 -0
  348. package/dist-cms/packages/clipboard/clipboard-entry/item/clipboard-entry-item.repository.js +9 -0
  349. package/dist-cms/packages/clipboard/clipboard-entry/item/clipboard-entry-item.store.context-token.d.ts +3 -0
  350. package/dist-cms/packages/clipboard/clipboard-entry/item/clipboard-entry-item.store.context-token.js +2 -0
  351. package/dist-cms/packages/clipboard/clipboard-entry/item/clipboard-entry-item.store.d.ts +17 -0
  352. package/dist-cms/packages/clipboard/clipboard-entry/item/clipboard-entry-item.store.js +18 -0
  353. package/dist-cms/packages/clipboard/clipboard-entry/item/constants.d.ts +3 -0
  354. package/dist-cms/packages/clipboard/clipboard-entry/item/constants.js +3 -0
  355. package/dist-cms/packages/clipboard/clipboard-entry/item/index.d.ts +3 -0
  356. package/dist-cms/packages/clipboard/clipboard-entry/item/index.js +2 -0
  357. package/dist-cms/packages/clipboard/clipboard-entry/item/manifests.d.ts +1 -0
  358. package/dist-cms/packages/clipboard/clipboard-entry/item/manifests.js +15 -0
  359. package/dist-cms/packages/clipboard/clipboard-entry/item/types.d.ts +28 -0
  360. package/dist-cms/packages/clipboard/clipboard-entry/manifests.d.ts +1 -0
  361. package/dist-cms/packages/clipboard/clipboard-entry/manifests.js +4 -0
  362. package/dist-cms/packages/clipboard/clipboard-entry/picker/clipboard-entry-picker.element.d.ts +18 -0
  363. package/dist-cms/packages/clipboard/clipboard-entry/picker/clipboard-entry-picker.element.js +135 -0
  364. package/dist-cms/packages/clipboard/clipboard-entry/picker-modal/clipboard-entry-picker-modal.element.d.ts +12 -0
  365. package/dist-cms/packages/clipboard/clipboard-entry/picker-modal/clipboard-entry-picker-modal.element.js +40 -0
  366. package/dist-cms/packages/clipboard/clipboard-entry/picker-modal/clipboard-entry-picker-modal.token.d.ts +8 -0
  367. package/dist-cms/packages/clipboard/clipboard-entry/picker-modal/clipboard-entry-picker-modal.token.js +8 -0
  368. package/dist-cms/packages/clipboard/clipboard-entry/picker-modal/constants.d.ts +1 -0
  369. package/dist-cms/packages/clipboard/clipboard-entry/picker-modal/constants.js +1 -0
  370. package/dist-cms/packages/clipboard/clipboard-entry/picker-modal/index.d.ts +1 -0
  371. package/dist-cms/packages/clipboard/clipboard-entry/picker-modal/index.js +1 -0
  372. package/dist-cms/packages/clipboard/clipboard-entry/picker-modal/manifests.d.ts +1 -0
  373. package/dist-cms/packages/clipboard/clipboard-entry/picker-modal/manifests.js +9 -0
  374. package/dist-cms/packages/clipboard/clipboard-entry/types.d.ts +28 -0
  375. package/dist-cms/packages/clipboard/clipboard-local-storage.manager.d.ts +23 -0
  376. package/dist-cms/packages/clipboard/clipboard-local-storage.manager.js +81 -0
  377. package/dist-cms/packages/clipboard/clipboard-root/constants.d.ts +1 -0
  378. package/dist-cms/packages/clipboard/clipboard-root/constants.js +1 -0
  379. package/dist-cms/packages/clipboard/clipboard-root/entity.d.ts +2 -0
  380. package/dist-cms/packages/clipboard/clipboard-root/entity.js +1 -0
  381. package/dist-cms/packages/clipboard/clipboard-root/index.d.ts +2 -0
  382. package/dist-cms/packages/clipboard/clipboard-root/index.js +2 -0
  383. package/dist-cms/packages/clipboard/clipboard-root/manifests.d.ts +1 -0
  384. package/dist-cms/packages/clipboard/clipboard-root/manifests.js +34 -0
  385. package/dist-cms/packages/clipboard/collection/constants.d.ts +3 -0
  386. package/dist-cms/packages/clipboard/collection/constants.js +3 -0
  387. package/dist-cms/packages/clipboard/collection/index.d.ts +2 -0
  388. package/dist-cms/packages/clipboard/collection/index.js +2 -0
  389. package/dist-cms/packages/clipboard/collection/manifests.d.ts +1 -0
  390. package/dist-cms/packages/clipboard/collection/manifests.js +17 -0
  391. package/dist-cms/packages/clipboard/collection/repository/clipboard-collection.local-storage.data-source.d.ts +13 -0
  392. package/dist-cms/packages/clipboard/collection/repository/clipboard-collection.local-storage.data-source.js +9 -0
  393. package/dist-cms/packages/clipboard/collection/repository/clipboard-collection.repository.d.ts +13 -0
  394. package/dist-cms/packages/clipboard/collection/repository/clipboard-collection.repository.js +9 -0
  395. package/dist-cms/packages/clipboard/collection/repository/constants.d.ts +1 -0
  396. package/dist-cms/packages/clipboard/collection/repository/constants.js +1 -0
  397. package/dist-cms/packages/clipboard/collection/repository/index.d.ts +2 -0
  398. package/dist-cms/packages/clipboard/collection/repository/index.js +2 -0
  399. package/dist-cms/packages/clipboard/collection/repository/manifests.d.ts +1 -0
  400. package/dist-cms/packages/clipboard/collection/repository/manifests.js +9 -0
  401. package/dist-cms/packages/clipboard/collection/repository/types.d.ts +4 -0
  402. package/dist-cms/packages/clipboard/collection/types.d.ts +5 -0
  403. package/dist-cms/packages/clipboard/collection/views/manifests.d.ts +1 -0
  404. package/dist-cms/packages/clipboard/collection/views/manifests.js +22 -0
  405. package/dist-cms/packages/clipboard/collection/views/table/clipboard-table-collection-view.element.d.ts +16 -0
  406. package/dist-cms/packages/clipboard/collection/views/table/clipboard-table-collection-view.element.js +77 -0
  407. package/dist-cms/packages/clipboard/collection/views/table/constants.d.ts +1 -0
  408. package/dist-cms/packages/clipboard/collection/views/table/constants.js +1 -0
  409. package/dist-cms/packages/clipboard/collection/views/table/index.d.ts +1 -0
  410. package/dist-cms/packages/clipboard/collection/views/table/index.js +1 -0
  411. package/dist-cms/packages/clipboard/constants.d.ts +4 -0
  412. package/dist-cms/packages/clipboard/constants.js +4 -0
  413. package/dist-cms/packages/clipboard/context/clipboard.context-token.d.ts +3 -0
  414. package/dist-cms/packages/clipboard/context/clipboard.context-token.js +2 -0
  415. package/dist-cms/packages/clipboard/context/clipboard.context.d.ts +28 -0
  416. package/dist-cms/packages/clipboard/context/clipboard.context.js +41 -0
  417. package/dist-cms/packages/clipboard/context/index.d.ts +2 -0
  418. package/dist-cms/packages/clipboard/context/index.js +2 -0
  419. package/dist-cms/packages/clipboard/context/manifests.d.ts +1 -0
  420. package/dist-cms/packages/clipboard/context/manifests.js +8 -0
  421. package/dist-cms/packages/clipboard/index.d.ts +7 -0
  422. package/dist-cms/packages/clipboard/index.js +6 -0
  423. package/dist-cms/packages/clipboard/manifests.d.ts +2 -0
  424. package/dist-cms/packages/clipboard/manifests.js +12 -0
  425. package/dist-cms/packages/clipboard/package.json +8 -0
  426. package/dist-cms/packages/clipboard/property/actions/copy/copy-to-clipboard.property-action.d.ts +9 -0
  427. package/dist-cms/packages/clipboard/property/actions/copy/copy-to-clipboard.property-action.js +60 -0
  428. package/dist-cms/packages/clipboard/property/actions/copy/manifests.d.ts +2 -0
  429. package/dist-cms/packages/clipboard/property/actions/copy/manifests.js +20 -0
  430. package/dist-cms/packages/clipboard/property/actions/copy/types.d.ts +13 -0
  431. package/dist-cms/packages/clipboard/property/actions/manifests.d.ts +2 -0
  432. package/dist-cms/packages/clipboard/property/actions/manifests.js +3 -0
  433. package/dist-cms/packages/clipboard/property/actions/paste/manifests.d.ts +2 -0
  434. package/dist-cms/packages/clipboard/property/actions/paste/manifests.js +20 -0
  435. package/dist-cms/packages/clipboard/property/actions/paste/paste-from-clipboard.property-action.d.ts +9 -0
  436. package/dist-cms/packages/clipboard/property/actions/paste/paste-from-clipboard.property-action.js +62 -0
  437. package/dist-cms/packages/clipboard/property/actions/paste/types.d.ts +12 -0
  438. package/dist-cms/packages/clipboard/property/actions/paste/types.js +1 -0
  439. package/dist-cms/packages/clipboard/property/actions/types.d.ts +2 -0
  440. package/dist-cms/packages/clipboard/property/actions/types.js +1 -0
  441. package/dist-cms/packages/clipboard/property/context/clipboard.property-context-token.d.ts +3 -0
  442. package/dist-cms/packages/clipboard/property/context/clipboard.property-context-token.js +2 -0
  443. package/dist-cms/packages/clipboard/property/context/clipboard.property-context.d.ts +72 -0
  444. package/dist-cms/packages/clipboard/property/context/clipboard.property-context.js +190 -0
  445. package/dist-cms/packages/clipboard/property/context/constants.d.ts +1 -0
  446. package/dist-cms/packages/clipboard/property/context/constants.js +1 -0
  447. package/dist-cms/packages/clipboard/property/context/manifests.d.ts +2 -0
  448. package/dist-cms/packages/clipboard/property/context/manifests.js +14 -0
  449. package/dist-cms/packages/clipboard/property/context/types.d.ts +12 -0
  450. package/dist-cms/packages/clipboard/property/context/types.js +1 -0
  451. package/dist-cms/packages/clipboard/property/index.d.ts +1 -0
  452. package/dist-cms/packages/clipboard/property/index.js +1 -0
  453. package/dist-cms/packages/clipboard/property/manifests.d.ts +2 -0
  454. package/dist-cms/packages/clipboard/property/manifests.js +6 -0
  455. package/dist-cms/packages/clipboard/property/types.d.ts +2 -0
  456. package/dist-cms/packages/clipboard/property/types.js +1 -0
  457. package/dist-cms/packages/clipboard/property/value-translator/copy/clipboard-copy-translator-value-resolver.d.ts +5 -0
  458. package/dist-cms/packages/clipboard/property/value-translator/copy/clipboard-copy-translator-value-resolver.js +29 -0
  459. package/dist-cms/packages/clipboard/property/value-translator/copy/clipboard-copy-translator.extension.d.ts +12 -0
  460. package/dist-cms/packages/clipboard/property/value-translator/copy/clipboard-copy-translator.extension.js +1 -0
  461. package/dist-cms/packages/clipboard/property/value-translator/copy/index.d.ts +1 -0
  462. package/dist-cms/packages/clipboard/property/value-translator/copy/index.js +1 -0
  463. package/dist-cms/packages/clipboard/property/value-translator/copy/types.d.ts +5 -0
  464. package/dist-cms/packages/clipboard/property/value-translator/copy/types.js +1 -0
  465. package/dist-cms/packages/clipboard/property/value-translator/index.d.ts +2 -0
  466. package/dist-cms/packages/clipboard/property/value-translator/index.js +2 -0
  467. package/dist-cms/packages/clipboard/property/value-translator/paste/clipboard-paste-translator-value-resolver.d.ts +15 -0
  468. package/dist-cms/packages/clipboard/property/value-translator/paste/clipboard-paste-translator-value-resolver.js +62 -0
  469. package/dist-cms/packages/clipboard/property/value-translator/paste/clipboard-paste-translator.extension.d.ts +12 -0
  470. package/dist-cms/packages/clipboard/property/value-translator/paste/clipboard-paste-translator.extension.js +1 -0
  471. package/dist-cms/packages/clipboard/property/value-translator/paste/index.d.ts +1 -0
  472. package/dist-cms/packages/clipboard/property/value-translator/paste/index.js +1 -0
  473. package/dist-cms/packages/clipboard/property/value-translator/paste/types.d.ts +6 -0
  474. package/dist-cms/packages/clipboard/property/value-translator/paste/types.js +1 -0
  475. package/dist-cms/packages/clipboard/property/value-translator/types.d.ts +2 -0
  476. package/dist-cms/packages/clipboard/property/value-translator/types.js +1 -0
  477. package/dist-cms/packages/clipboard/types.d.ts +3 -0
  478. package/dist-cms/packages/clipboard/types.js +1 -0
  479. package/dist-cms/packages/clipboard/umbraco-package.d.ts +7 -0
  480. package/dist-cms/packages/clipboard/umbraco-package.js +9 -0
  481. package/dist-cms/packages/clipboard/vite.config.d.ts +2 -0
  482. package/dist-cms/packages/clipboard/vite.config.js +9 -0
  483. package/dist-cms/packages/core/auth/modals/umb-app-auth-modal.element.d.ts +5 -0
  484. package/dist-cms/packages/core/auth/modals/umb-app-auth-modal.element.js +57 -9
  485. package/dist-cms/packages/core/collection/components/collection-view-bundle.element.js +1 -1
  486. package/dist-cms/packages/core/components/entity-actions-bundle/entity-actions-bundle.element.d.ts +1 -0
  487. package/dist-cms/packages/core/components/entity-actions-bundle/entity-actions-bundle.element.js +34 -8
  488. package/dist-cms/packages/core/components/input-radio-button-list/input-radio-button-list.element.d.ts +3 -2
  489. package/dist-cms/packages/core/components/input-radio-button-list/input-radio-button-list.element.js +12 -2
  490. package/dist-cms/packages/core/components/input-with-alias/input-with-alias.element.d.ts +3 -3
  491. package/dist-cms/packages/core/components/input-with-alias/input-with-alias.element.js +32 -18
  492. package/dist-cms/packages/core/components/multiple-text-string-input/input-multiple-text-string.element.js +2 -1
  493. package/dist-cms/packages/core/components/ref-item/ref-item.element.d.ts +5 -6
  494. package/dist-cms/packages/core/components/ref-item/ref-item.element.js +14 -48
  495. package/dist-cms/packages/core/const/index.d.ts +1 -0
  496. package/dist-cms/packages/core/const/index.js +1 -0
  497. package/dist-cms/packages/core/content/controller/merge-content-variant-data.controller.js +17 -13
  498. package/dist-cms/packages/core/content/index.d.ts +1 -0
  499. package/dist-cms/packages/core/content/property-dataset-context/content-property-dataset.context-token.d.ts +5 -0
  500. package/dist-cms/packages/core/content/property-dataset-context/content-property-dataset.context-token.js +3 -0
  501. package/dist-cms/packages/core/content/property-dataset-context/content-property-dataset.context.d.ts +1 -0
  502. package/dist-cms/packages/core/content/property-dataset-context/content-property-dataset.context.js +5 -0
  503. package/dist-cms/packages/core/content/property-dataset-context/index.d.ts +1 -0
  504. package/dist-cms/packages/core/content/property-dataset-context/index.js +1 -0
  505. package/dist-cms/packages/core/content/repository/content-validation-repository.interface.d.ts +7 -0
  506. package/dist-cms/packages/core/content/repository/content-validation-repository.interface.js +1 -0
  507. package/dist-cms/packages/core/content/repository/index.d.ts +1 -0
  508. package/dist-cms/packages/core/content/repository/index.js +1 -0
  509. package/dist-cms/packages/core/content/workspace/content-detail-workspace-base.d.ts +74 -0
  510. package/dist-cms/packages/core/content/workspace/content-detail-workspace-base.js +128 -20
  511. package/dist-cms/packages/core/content/workspace/views/edit/content-editor-tab.element.js +2 -2
  512. package/dist-cms/packages/core/content/workspace/views/edit/content-editor.element.js +1 -0
  513. package/dist-cms/packages/core/content-type/structure/content-type-structure-manager.class.js +3 -2
  514. package/dist-cms/packages/core/content-type/workspace/content-type-workspace-context-base.js +0 -2
  515. package/dist-cms/packages/core/content-type/workspace/views/design/content-type-design-editor-group.element.js +1 -1
  516. package/dist-cms/packages/core/content-type/workspace/views/design/content-type-design-editor-properties.element.d.ts +1 -1
  517. package/dist-cms/packages/core/content-type/workspace/views/design/content-type-design-editor-properties.element.js +17 -10
  518. package/dist-cms/packages/core/content-type/workspace/views/design/content-type-design-editor.element.js +9 -9
  519. package/dist-cms/packages/core/culture/manifests.d.ts +1 -1
  520. package/dist-cms/packages/core/debug/debug.element.d.ts +1 -1
  521. package/dist-cms/packages/core/debug/debug.element.js +5 -7
  522. package/dist-cms/packages/core/entity/types.d.ts +3 -0
  523. package/dist-cms/packages/core/entity-action/common/create/modal/entity-create-option-action-list-modal.element.d.ts +1 -2
  524. package/dist-cms/packages/core/entity-action/common/create/modal/entity-create-option-action-list-modal.element.js +30 -19
  525. package/dist-cms/packages/core/entity-action/common/delete/delete.action.d.ts +1 -0
  526. package/dist-cms/packages/core/entity-action/common/delete/delete.action.js +7 -3
  527. package/dist-cms/packages/core/entity-action/common/delete/types.d.ts +4 -0
  528. package/dist-cms/packages/core/entity-action/entity-action.event.d.ts +3 -3
  529. package/dist-cms/packages/core/entity-action/entity-action.event.js +3 -4
  530. package/dist-cms/packages/core/extension-registry/components/extension-slot/extension-slot.element.d.ts +2 -1
  531. package/dist-cms/packages/core/extension-registry/components/extension-slot/extension-slot.element.js +6 -6
  532. package/dist-cms/packages/core/extension-registry/components/extension-with-api-slot/extension-with-api-slot.element.d.ts +2 -1
  533. package/dist-cms/packages/core/extension-registry/components/extension-with-api-slot/extension-with-api-slot.element.js +6 -6
  534. package/dist-cms/packages/core/extension-registry/extension-element-and-api-slot-element-base.js +0 -1
  535. package/dist-cms/packages/core/icon-registry/icon-dictionary.json +22 -5
  536. package/dist-cms/packages/core/icon-registry/icons/icon-activity.d.ts +1 -1
  537. package/dist-cms/packages/core/icon-registry/icons/icon-activity.js +1 -1
  538. package/dist-cms/packages/core/icon-registry/icons/icon-add.d.ts +1 -1
  539. package/dist-cms/packages/core/icon-registry/icons/icon-add.js +1 -1
  540. package/dist-cms/packages/core/icon-registry/icons/icon-addressbook.d.ts +1 -1
  541. package/dist-cms/packages/core/icon-registry/icons/icon-addressbook.js +1 -1
  542. package/dist-cms/packages/core/icon-registry/icons/icon-alarm-clock.d.ts +1 -1
  543. package/dist-cms/packages/core/icon-registry/icons/icon-alarm-clock.js +1 -1
  544. package/dist-cms/packages/core/icon-registry/icons/icon-alert-alt.d.ts +1 -1
  545. package/dist-cms/packages/core/icon-registry/icons/icon-alert-alt.js +1 -1
  546. package/dist-cms/packages/core/icon-registry/icons/icon-alert.d.ts +1 -1
  547. package/dist-cms/packages/core/icon-registry/icons/icon-alert.js +1 -1
  548. package/dist-cms/packages/core/icon-registry/icons/icon-alt.d.ts +1 -1
  549. package/dist-cms/packages/core/icon-registry/icons/icon-alt.js +1 -1
  550. package/dist-cms/packages/core/icon-registry/icons/icon-anchor.d.ts +1 -1
  551. package/dist-cms/packages/core/icon-registry/icons/icon-anchor.js +1 -1
  552. package/dist-cms/packages/core/icon-registry/icons/icon-app.d.ts +1 -1
  553. package/dist-cms/packages/core/icon-registry/icons/icon-app.js +1 -1
  554. package/dist-cms/packages/core/icon-registry/icons/icon-application-error.d.ts +1 -1
  555. package/dist-cms/packages/core/icon-registry/icons/icon-application-error.js +1 -1
  556. package/dist-cms/packages/core/icon-registry/icons/icon-application-window-alt.d.ts +1 -1
  557. package/dist-cms/packages/core/icon-registry/icons/icon-application-window-alt.js +1 -1
  558. package/dist-cms/packages/core/icon-registry/icons/icon-application-window.d.ts +1 -1
  559. package/dist-cms/packages/core/icon-registry/icons/icon-application-window.js +1 -1
  560. package/dist-cms/packages/core/icon-registry/icons/icon-arrivals.d.ts +1 -1
  561. package/dist-cms/packages/core/icon-registry/icons/icon-arrivals.js +1 -1
  562. package/dist-cms/packages/core/icon-registry/icons/icon-arrow-down.d.ts +1 -1
  563. package/dist-cms/packages/core/icon-registry/icons/icon-arrow-down.js +1 -1
  564. package/dist-cms/packages/core/icon-registry/icons/icon-arrow-left.d.ts +1 -1
  565. package/dist-cms/packages/core/icon-registry/icons/icon-arrow-left.js +1 -1
  566. package/dist-cms/packages/core/icon-registry/icons/icon-arrow-right.d.ts +1 -1
  567. package/dist-cms/packages/core/icon-registry/icons/icon-arrow-right.js +1 -1
  568. package/dist-cms/packages/core/icon-registry/icons/icon-arrow-up.d.ts +1 -1
  569. package/dist-cms/packages/core/icon-registry/icons/icon-arrow-up.js +1 -1
  570. package/dist-cms/packages/core/icon-registry/icons/icon-attachment.d.ts +1 -1
  571. package/dist-cms/packages/core/icon-registry/icons/icon-attachment.js +3 -2
  572. package/dist-cms/packages/core/icon-registry/icons/icon-audio-lines.d.ts +1 -1
  573. package/dist-cms/packages/core/icon-registry/icons/icon-audio-lines.js +1 -1
  574. package/dist-cms/packages/core/icon-registry/icons/icon-autofill.d.ts +1 -1
  575. package/dist-cms/packages/core/icon-registry/icons/icon-autofill.js +1 -1
  576. package/dist-cms/packages/core/icon-registry/icons/icon-award.d.ts +1 -1
  577. package/dist-cms/packages/core/icon-registry/icons/icon-award.js +1 -1
  578. package/dist-cms/packages/core/icon-registry/icons/icon-axis-rotation-2.d.ts +1 -1
  579. package/dist-cms/packages/core/icon-registry/icons/icon-axis-rotation-2.js +1 -1
  580. package/dist-cms/packages/core/icon-registry/icons/icon-axis-rotation-3.d.ts +1 -1
  581. package/dist-cms/packages/core/icon-registry/icons/icon-axis-rotation-3.js +1 -1
  582. package/dist-cms/packages/core/icon-registry/icons/icon-axis-rotation.d.ts +1 -1
  583. package/dist-cms/packages/core/icon-registry/icons/icon-axis-rotation.js +1 -1
  584. package/dist-cms/packages/core/icon-registry/icons/icon-backspace.d.ts +1 -1
  585. package/dist-cms/packages/core/icon-registry/icons/icon-backspace.js +1 -1
  586. package/dist-cms/packages/core/icon-registry/icons/icon-badge-add.d.ts +1 -1
  587. package/dist-cms/packages/core/icon-registry/icons/icon-badge-add.js +1 -1
  588. package/dist-cms/packages/core/icon-registry/icons/icon-badge-remove.d.ts +1 -1
  589. package/dist-cms/packages/core/icon-registry/icons/icon-badge-remove.js +1 -1
  590. package/dist-cms/packages/core/icon-registry/icons/icon-badge-restricted.d.ts +1 -1
  591. package/dist-cms/packages/core/icon-registry/icons/icon-badge-restricted.js +1 -1
  592. package/dist-cms/packages/core/icon-registry/icons/icon-ball.d.ts +1 -1
  593. package/dist-cms/packages/core/icon-registry/icons/icon-ball.js +1 -1
  594. package/dist-cms/packages/core/icon-registry/icons/icon-bar-chart.d.ts +1 -1
  595. package/dist-cms/packages/core/icon-registry/icons/icon-bar-chart.js +1 -1
  596. package/dist-cms/packages/core/icon-registry/icons/icon-barcode.d.ts +1 -1
  597. package/dist-cms/packages/core/icon-registry/icons/icon-barcode.js +1 -1
  598. package/dist-cms/packages/core/icon-registry/icons/icon-bars.d.ts +1 -1
  599. package/dist-cms/packages/core/icon-registry/icons/icon-bars.js +1 -1
  600. package/dist-cms/packages/core/icon-registry/icons/icon-battery-full.d.ts +1 -1
  601. package/dist-cms/packages/core/icon-registry/icons/icon-battery-full.js +1 -1
  602. package/dist-cms/packages/core/icon-registry/icons/icon-battery-low.d.ts +1 -1
  603. package/dist-cms/packages/core/icon-registry/icons/icon-battery-low.js +1 -1
  604. package/dist-cms/packages/core/icon-registry/icons/icon-beer-glass.d.ts +1 -1
  605. package/dist-cms/packages/core/icon-registry/icons/icon-beer-glass.js +1 -1
  606. package/dist-cms/packages/core/icon-registry/icons/icon-bell-off.d.ts +1 -1
  607. package/dist-cms/packages/core/icon-registry/icons/icon-bell-off.js +4 -4
  608. package/dist-cms/packages/core/icon-registry/icons/icon-bell.d.ts +1 -1
  609. package/dist-cms/packages/core/icon-registry/icons/icon-bell.js +3 -3
  610. package/dist-cms/packages/core/icon-registry/icons/icon-binarycode.d.ts +1 -1
  611. package/dist-cms/packages/core/icon-registry/icons/icon-binarycode.js +1 -1
  612. package/dist-cms/packages/core/icon-registry/icons/icon-binoculars.d.ts +1 -1
  613. package/dist-cms/packages/core/icon-registry/icons/icon-binoculars.js +1 -1
  614. package/dist-cms/packages/core/icon-registry/icons/icon-bird.d.ts +1 -1
  615. package/dist-cms/packages/core/icon-registry/icons/icon-bird.js +1 -1
  616. package/dist-cms/packages/core/icon-registry/icons/icon-birthday-cake.d.ts +1 -1
  617. package/dist-cms/packages/core/icon-registry/icons/icon-birthday-cake.js +1 -1
  618. package/dist-cms/packages/core/icon-registry/icons/icon-block.d.ts +1 -1
  619. package/dist-cms/packages/core/icon-registry/icons/icon-block.js +1 -1
  620. package/dist-cms/packages/core/icon-registry/icons/icon-blockquote.d.ts +1 -1
  621. package/dist-cms/packages/core/icon-registry/icons/icon-blockquote.js +1 -1
  622. package/dist-cms/packages/core/icon-registry/icons/icon-bluetooth.d.ts +1 -1
  623. package/dist-cms/packages/core/icon-registry/icons/icon-bluetooth.js +1 -1
  624. package/dist-cms/packages/core/icon-registry/icons/icon-boat-shipping.d.ts +1 -1
  625. package/dist-cms/packages/core/icon-registry/icons/icon-boat-shipping.js +5 -5
  626. package/dist-cms/packages/core/icon-registry/icons/icon-bold.d.ts +1 -1
  627. package/dist-cms/packages/core/icon-registry/icons/icon-bold.js +1 -1
  628. package/dist-cms/packages/core/icon-registry/icons/icon-bones.d.ts +1 -1
  629. package/dist-cms/packages/core/icon-registry/icons/icon-bones.js +1 -1
  630. package/dist-cms/packages/core/icon-registry/icons/icon-book-alt-2.d.ts +1 -1
  631. package/dist-cms/packages/core/icon-registry/icons/icon-book-alt-2.js +1 -1
  632. package/dist-cms/packages/core/icon-registry/icons/icon-book-alt.d.ts +1 -1
  633. package/dist-cms/packages/core/icon-registry/icons/icon-book-alt.js +1 -1
  634. package/dist-cms/packages/core/icon-registry/icons/icon-book.d.ts +1 -1
  635. package/dist-cms/packages/core/icon-registry/icons/icon-book.js +1 -1
  636. package/dist-cms/packages/core/icon-registry/icons/icon-bookmark.d.ts +1 -1
  637. package/dist-cms/packages/core/icon-registry/icons/icon-bookmark.js +1 -1
  638. package/dist-cms/packages/core/icon-registry/icons/icon-books.d.ts +1 -1
  639. package/dist-cms/packages/core/icon-registry/icons/icon-books.js +1 -1
  640. package/dist-cms/packages/core/icon-registry/icons/icon-box-alt.d.ts +1 -1
  641. package/dist-cms/packages/core/icon-registry/icons/icon-box-alt.js +1 -1
  642. package/dist-cms/packages/core/icon-registry/icons/icon-box-open.d.ts +1 -1
  643. package/dist-cms/packages/core/icon-registry/icons/icon-box-open.js +1 -1
  644. package/dist-cms/packages/core/icon-registry/icons/icon-box.d.ts +1 -1
  645. package/dist-cms/packages/core/icon-registry/icons/icon-box.js +1 -1
  646. package/dist-cms/packages/core/icon-registry/icons/icon-brackets.d.ts +1 -1
  647. package/dist-cms/packages/core/icon-registry/icons/icon-brackets.js +1 -1
  648. package/dist-cms/packages/core/icon-registry/icons/icon-brick.d.ts +1 -1
  649. package/dist-cms/packages/core/icon-registry/icons/icon-brick.js +1 -1
  650. package/dist-cms/packages/core/icon-registry/icons/icon-briefcase.d.ts +1 -1
  651. package/dist-cms/packages/core/icon-registry/icons/icon-briefcase.js +1 -1
  652. package/dist-cms/packages/core/icon-registry/icons/icon-browser-window.d.ts +1 -1
  653. package/dist-cms/packages/core/icon-registry/icons/icon-browser-window.js +1 -1
  654. package/dist-cms/packages/core/icon-registry/icons/icon-brush-alt-2.d.ts +1 -1
  655. package/dist-cms/packages/core/icon-registry/icons/icon-brush-alt-2.js +1 -1
  656. package/dist-cms/packages/core/icon-registry/icons/icon-brush-alt.d.ts +1 -1
  657. package/dist-cms/packages/core/icon-registry/icons/icon-brush-alt.js +1 -1
  658. package/dist-cms/packages/core/icon-registry/icons/icon-brush.d.ts +1 -1
  659. package/dist-cms/packages/core/icon-registry/icons/icon-brush.js +1 -1
  660. package/dist-cms/packages/core/icon-registry/icons/icon-bug.d.ts +1 -1
  661. package/dist-cms/packages/core/icon-registry/icons/icon-bug.js +1 -1
  662. package/dist-cms/packages/core/icon-registry/icons/icon-bulleted-list.d.ts +1 -1
  663. package/dist-cms/packages/core/icon-registry/icons/icon-bulleted-list.js +1 -1
  664. package/dist-cms/packages/core/icon-registry/icons/icon-burn.d.ts +1 -1
  665. package/dist-cms/packages/core/icon-registry/icons/icon-burn.js +1 -1
  666. package/dist-cms/packages/core/icon-registry/icons/icon-bus.d.ts +1 -1
  667. package/dist-cms/packages/core/icon-registry/icons/icon-bus.js +1 -1
  668. package/dist-cms/packages/core/icon-registry/icons/icon-calculator.d.ts +1 -1
  669. package/dist-cms/packages/core/icon-registry/icons/icon-calculator.js +1 -1
  670. package/dist-cms/packages/core/icon-registry/icons/icon-calendar-alt.d.ts +1 -1
  671. package/dist-cms/packages/core/icon-registry/icons/icon-calendar-alt.js +1 -1
  672. package/dist-cms/packages/core/icon-registry/icons/icon-calendar.d.ts +1 -1
  673. package/dist-cms/packages/core/icon-registry/icons/icon-calendar.js +1 -1
  674. package/dist-cms/packages/core/icon-registry/icons/icon-camcorder.d.ts +1 -1
  675. package/dist-cms/packages/core/icon-registry/icons/icon-camcorder.js +1 -1
  676. package/dist-cms/packages/core/icon-registry/icons/icon-camera-roll.d.ts +1 -1
  677. package/dist-cms/packages/core/icon-registry/icons/icon-camera-roll.js +1 -1
  678. package/dist-cms/packages/core/icon-registry/icons/icon-candy.d.ts +1 -1
  679. package/dist-cms/packages/core/icon-registry/icons/icon-candy.js +1 -1
  680. package/dist-cms/packages/core/icon-registry/icons/icon-caps-lock.d.ts +1 -1
  681. package/dist-cms/packages/core/icon-registry/icons/icon-caps-lock.js +1 -1
  682. package/dist-cms/packages/core/icon-registry/icons/icon-car.d.ts +1 -1
  683. package/dist-cms/packages/core/icon-registry/icons/icon-car.js +1 -1
  684. package/dist-cms/packages/core/icon-registry/icons/icon-categories.d.ts +1 -1
  685. package/dist-cms/packages/core/icon-registry/icons/icon-categories.js +1 -1
  686. package/dist-cms/packages/core/icon-registry/icons/icon-certificate.d.ts +1 -1
  687. package/dist-cms/packages/core/icon-registry/icons/icon-certificate.js +1 -1
  688. package/dist-cms/packages/core/icon-registry/icons/icon-chart-curve.d.ts +1 -1
  689. package/dist-cms/packages/core/icon-registry/icons/icon-chart-curve.js +1 -1
  690. package/dist-cms/packages/core/icon-registry/icons/icon-chart.d.ts +1 -1
  691. package/dist-cms/packages/core/icon-registry/icons/icon-chart.js +1 -1
  692. package/dist-cms/packages/core/icon-registry/icons/icon-chat-active.d.ts +1 -1
  693. package/dist-cms/packages/core/icon-registry/icons/icon-chat-active.js +1 -1
  694. package/dist-cms/packages/core/icon-registry/icons/icon-chat.d.ts +1 -1
  695. package/dist-cms/packages/core/icon-registry/icons/icon-chat.js +1 -1
  696. package/dist-cms/packages/core/icon-registry/icons/icon-check.d.ts +1 -1
  697. package/dist-cms/packages/core/icon-registry/icons/icon-check.js +1 -1
  698. package/dist-cms/packages/core/icon-registry/icons/icon-checkbox-dotted.d.ts +1 -1
  699. package/dist-cms/packages/core/icon-registry/icons/icon-checkbox-dotted.js +1 -1
  700. package/dist-cms/packages/core/icon-registry/icons/icon-checkbox-empty.d.ts +1 -1
  701. package/dist-cms/packages/core/icon-registry/icons/icon-checkbox-empty.js +1 -1
  702. package/dist-cms/packages/core/icon-registry/icons/icon-checkbox.d.ts +1 -1
  703. package/dist-cms/packages/core/icon-registry/icons/icon-checkbox.js +1 -1
  704. package/dist-cms/packages/core/icon-registry/icons/icon-chip-alt.d.ts +1 -1
  705. package/dist-cms/packages/core/icon-registry/icons/icon-chip-alt.js +1 -1
  706. package/dist-cms/packages/core/icon-registry/icons/icon-chip.d.ts +1 -1
  707. package/dist-cms/packages/core/icon-registry/icons/icon-chip.js +1 -1
  708. package/dist-cms/packages/core/icon-registry/icons/icon-cinema.d.ts +1 -1
  709. package/dist-cms/packages/core/icon-registry/icons/icon-cinema.js +1 -1
  710. package/dist-cms/packages/core/icon-registry/icons/icon-circle-dotted-active.d.ts +1 -1
  711. package/dist-cms/packages/core/icon-registry/icons/icon-circle-dotted-active.js +1 -1
  712. package/dist-cms/packages/core/icon-registry/icons/icon-circle-dotted.d.ts +1 -1
  713. package/dist-cms/packages/core/icon-registry/icons/icon-circle-dotted.js +1 -1
  714. package/dist-cms/packages/core/icon-registry/icons/icon-circuits.d.ts +1 -1
  715. package/dist-cms/packages/core/icon-registry/icons/icon-circuits.js +1 -1
  716. package/dist-cms/packages/core/icon-registry/icons/icon-clear-formatting.d.ts +1 -1
  717. package/dist-cms/packages/core/icon-registry/icons/icon-clear-formatting.js +1 -1
  718. package/dist-cms/packages/core/icon-registry/icons/icon-client.d.ts +1 -1
  719. package/dist-cms/packages/core/icon-registry/icons/icon-client.js +1 -1
  720. package/dist-cms/packages/core/icon-registry/icons/icon-clipboard-copy.d.ts +2 -0
  721. package/dist-cms/packages/core/icon-registry/icons/icon-clipboard-copy.js +18 -0
  722. package/dist-cms/packages/core/icon-registry/icons/icon-clipboard-entry.d.ts +2 -0
  723. package/dist-cms/packages/core/icon-registry/icons/icon-clipboard-entry.js +15 -0
  724. package/dist-cms/packages/core/icon-registry/icons/icon-clipboard-paste.d.ts +2 -0
  725. package/dist-cms/packages/core/icon-registry/icons/icon-clipboard-paste.js +16 -0
  726. package/dist-cms/packages/core/icon-registry/icons/icon-clipboard.d.ts +2 -0
  727. package/dist-cms/packages/core/icon-registry/icons/icon-clipboard.js +15 -0
  728. package/dist-cms/packages/core/icon-registry/icons/icon-cloud-drive.d.ts +1 -1
  729. package/dist-cms/packages/core/icon-registry/icons/icon-cloud-drive.js +1 -1
  730. package/dist-cms/packages/core/icon-registry/icons/icon-cloud-upload.d.ts +1 -1
  731. package/dist-cms/packages/core/icon-registry/icons/icon-cloud-upload.js +1 -1
  732. package/dist-cms/packages/core/icon-registry/icons/icon-cloud.d.ts +1 -1
  733. package/dist-cms/packages/core/icon-registry/icons/icon-cloud.js +1 -1
  734. package/dist-cms/packages/core/icon-registry/icons/icon-cloudy.d.ts +1 -1
  735. package/dist-cms/packages/core/icon-registry/icons/icon-cloudy.js +1 -1
  736. package/dist-cms/packages/core/icon-registry/icons/icon-clubs.d.ts +1 -1
  737. package/dist-cms/packages/core/icon-registry/icons/icon-clubs.js +1 -1
  738. package/dist-cms/packages/core/icon-registry/icons/icon-cocktail.d.ts +1 -1
  739. package/dist-cms/packages/core/icon-registry/icons/icon-cocktail.js +1 -1
  740. package/dist-cms/packages/core/icon-registry/icons/icon-code-xml.d.ts +1 -1
  741. package/dist-cms/packages/core/icon-registry/icons/icon-code-xml.js +1 -1
  742. package/dist-cms/packages/core/icon-registry/icons/icon-code.d.ts +1 -1
  743. package/dist-cms/packages/core/icon-registry/icons/icon-code.js +1 -1
  744. package/dist-cms/packages/core/icon-registry/icons/icon-coffee.d.ts +1 -1
  745. package/dist-cms/packages/core/icon-registry/icons/icon-coffee.js +1 -1
  746. package/dist-cms/packages/core/icon-registry/icons/icon-coin-dollar.d.ts +1 -1
  747. package/dist-cms/packages/core/icon-registry/icons/icon-coin-dollar.js +1 -1
  748. package/dist-cms/packages/core/icon-registry/icons/icon-coin-euro.d.ts +1 -1
  749. package/dist-cms/packages/core/icon-registry/icons/icon-coin-euro.js +1 -1
  750. package/dist-cms/packages/core/icon-registry/icons/icon-coin-pound.d.ts +1 -1
  751. package/dist-cms/packages/core/icon-registry/icons/icon-coin-pound.js +1 -1
  752. package/dist-cms/packages/core/icon-registry/icons/icon-coin-yen.d.ts +1 -1
  753. package/dist-cms/packages/core/icon-registry/icons/icon-coin-yen.js +1 -1
  754. package/dist-cms/packages/core/icon-registry/icons/icon-coins-alt.d.ts +1 -1
  755. package/dist-cms/packages/core/icon-registry/icons/icon-coins-alt.js +1 -1
  756. package/dist-cms/packages/core/icon-registry/icons/icon-coins.d.ts +1 -1
  757. package/dist-cms/packages/core/icon-registry/icons/icon-coins.js +1 -1
  758. package/dist-cms/packages/core/icon-registry/icons/icon-color-bucket.d.ts +1 -1
  759. package/dist-cms/packages/core/icon-registry/icons/icon-color-bucket.js +1 -1
  760. package/dist-cms/packages/core/icon-registry/icons/icon-colorpicker.d.ts +1 -1
  761. package/dist-cms/packages/core/icon-registry/icons/icon-colorpicker.js +1 -1
  762. package/dist-cms/packages/core/icon-registry/icons/icon-columns.d.ts +1 -1
  763. package/dist-cms/packages/core/icon-registry/icons/icon-columns.js +1 -1
  764. package/dist-cms/packages/core/icon-registry/icons/icon-combination-lock-open.d.ts +1 -1
  765. package/dist-cms/packages/core/icon-registry/icons/icon-combination-lock-open.js +1 -1
  766. package/dist-cms/packages/core/icon-registry/icons/icon-combination-lock.d.ts +1 -1
  767. package/dist-cms/packages/core/icon-registry/icons/icon-combination-lock.js +1 -1
  768. package/dist-cms/packages/core/icon-registry/icons/icon-command.d.ts +1 -1
  769. package/dist-cms/packages/core/icon-registry/icons/icon-command.js +1 -1
  770. package/dist-cms/packages/core/icon-registry/icons/icon-company.d.ts +1 -1
  771. package/dist-cms/packages/core/icon-registry/icons/icon-company.js +1 -1
  772. package/dist-cms/packages/core/icon-registry/icons/icon-compress.d.ts +1 -1
  773. package/dist-cms/packages/core/icon-registry/icons/icon-compress.js +1 -1
  774. package/dist-cms/packages/core/icon-registry/icons/icon-connection.d.ts +1 -1
  775. package/dist-cms/packages/core/icon-registry/icons/icon-connection.js +1 -1
  776. package/dist-cms/packages/core/icon-registry/icons/icon-console.d.ts +1 -1
  777. package/dist-cms/packages/core/icon-registry/icons/icon-console.js +1 -1
  778. package/dist-cms/packages/core/icon-registry/icons/icon-contrast.d.ts +1 -1
  779. package/dist-cms/packages/core/icon-registry/icons/icon-contrast.js +1 -1
  780. package/dist-cms/packages/core/icon-registry/icons/icon-conversation-alt.d.ts +1 -1
  781. package/dist-cms/packages/core/icon-registry/icons/icon-conversation-alt.js +1 -1
  782. package/dist-cms/packages/core/icon-registry/icons/icon-conversation.d.ts +1 -1
  783. package/dist-cms/packages/core/icon-registry/icons/icon-conversation.js +1 -1
  784. package/dist-cms/packages/core/icon-registry/icons/icon-coverflow.d.ts +1 -1
  785. package/dist-cms/packages/core/icon-registry/icons/icon-coverflow.js +1 -1
  786. package/dist-cms/packages/core/icon-registry/icons/icon-credit-card-alt.d.ts +1 -1
  787. package/dist-cms/packages/core/icon-registry/icons/icon-credit-card-alt.js +1 -1
  788. package/dist-cms/packages/core/icon-registry/icons/icon-credit-card.d.ts +1 -1
  789. package/dist-cms/packages/core/icon-registry/icons/icon-credit-card.js +1 -1
  790. package/dist-cms/packages/core/icon-registry/icons/icon-crop.d.ts +1 -1
  791. package/dist-cms/packages/core/icon-registry/icons/icon-crop.js +1 -1
  792. package/dist-cms/packages/core/icon-registry/icons/icon-crosshair.d.ts +1 -1
  793. package/dist-cms/packages/core/icon-registry/icons/icon-crosshair.js +1 -1
  794. package/dist-cms/packages/core/icon-registry/icons/icon-crown-alt.d.ts +1 -1
  795. package/dist-cms/packages/core/icon-registry/icons/icon-crown-alt.js +1 -1
  796. package/dist-cms/packages/core/icon-registry/icons/icon-crown.d.ts +1 -1
  797. package/dist-cms/packages/core/icon-registry/icons/icon-crown.js +1 -1
  798. package/dist-cms/packages/core/icon-registry/icons/icon-cupcake.d.ts +1 -1
  799. package/dist-cms/packages/core/icon-registry/icons/icon-cupcake.js +1 -1
  800. package/dist-cms/packages/core/icon-registry/icons/icon-curve.d.ts +1 -1
  801. package/dist-cms/packages/core/icon-registry/icons/icon-curve.js +1 -1
  802. package/dist-cms/packages/core/icon-registry/icons/icon-cut.d.ts +1 -1
  803. package/dist-cms/packages/core/icon-registry/icons/icon-cut.js +1 -1
  804. package/dist-cms/packages/core/icon-registry/icons/icon-dashboard.d.ts +1 -1
  805. package/dist-cms/packages/core/icon-registry/icons/icon-dashboard.js +1 -1
  806. package/dist-cms/packages/core/icon-registry/icons/icon-database.d.ts +1 -1
  807. package/dist-cms/packages/core/icon-registry/icons/icon-database.js +1 -1
  808. package/dist-cms/packages/core/icon-registry/icons/icon-defrag.d.ts +1 -1
  809. package/dist-cms/packages/core/icon-registry/icons/icon-defrag.js +1 -1
  810. package/dist-cms/packages/core/icon-registry/icons/icon-delete-key.d.ts +1 -1
  811. package/dist-cms/packages/core/icon-registry/icons/icon-delete-key.js +1 -1
  812. package/dist-cms/packages/core/icon-registry/icons/icon-delete.d.ts +1 -1
  813. package/dist-cms/packages/core/icon-registry/icons/icon-delete.js +1 -1
  814. package/dist-cms/packages/core/icon-registry/icons/icon-departure.d.ts +1 -1
  815. package/dist-cms/packages/core/icon-registry/icons/icon-departure.js +1 -1
  816. package/dist-cms/packages/core/icon-registry/icons/icon-desktop.d.ts +1 -1
  817. package/dist-cms/packages/core/icon-registry/icons/icon-desktop.js +1 -1
  818. package/dist-cms/packages/core/icon-registry/icons/icon-diagnostics.d.ts +1 -1
  819. package/dist-cms/packages/core/icon-registry/icons/icon-diagnostics.js +1 -1
  820. package/dist-cms/packages/core/icon-registry/icons/icon-diagonal-arrow-alt.d.ts +1 -1
  821. package/dist-cms/packages/core/icon-registry/icons/icon-diagonal-arrow-alt.js +1 -1
  822. package/dist-cms/packages/core/icon-registry/icons/icon-diagonal-arrow.d.ts +1 -1
  823. package/dist-cms/packages/core/icon-registry/icons/icon-diagonal-arrow.js +1 -1
  824. package/dist-cms/packages/core/icon-registry/icons/icon-diamond.d.ts +1 -1
  825. package/dist-cms/packages/core/icon-registry/icons/icon-diamond.js +1 -1
  826. package/dist-cms/packages/core/icon-registry/icons/icon-diamonds.d.ts +1 -1
  827. package/dist-cms/packages/core/icon-registry/icons/icon-diamonds.js +1 -1
  828. package/dist-cms/packages/core/icon-registry/icons/icon-dice.d.ts +1 -1
  829. package/dist-cms/packages/core/icon-registry/icons/icon-dice.js +1 -1
  830. package/dist-cms/packages/core/icon-registry/icons/icon-diploma-alt.d.ts +1 -1
  831. package/dist-cms/packages/core/icon-registry/icons/icon-diploma-alt.js +1 -1
  832. package/dist-cms/packages/core/icon-registry/icons/icon-diploma.d.ts +1 -1
  833. package/dist-cms/packages/core/icon-registry/icons/icon-diploma.js +1 -1
  834. package/dist-cms/packages/core/icon-registry/icons/icon-directions-alt.d.ts +1 -1
  835. package/dist-cms/packages/core/icon-registry/icons/icon-directions-alt.js +1 -1
  836. package/dist-cms/packages/core/icon-registry/icons/icon-directions.d.ts +1 -1
  837. package/dist-cms/packages/core/icon-registry/icons/icon-directions.js +1 -1
  838. package/dist-cms/packages/core/icon-registry/icons/icon-disc.d.ts +1 -1
  839. package/dist-cms/packages/core/icon-registry/icons/icon-disc.js +1 -1
  840. package/dist-cms/packages/core/icon-registry/icons/icon-disk-image.d.ts +1 -1
  841. package/dist-cms/packages/core/icon-registry/icons/icon-disk-image.js +1 -1
  842. package/dist-cms/packages/core/icon-registry/icons/icon-display.d.ts +1 -1
  843. package/dist-cms/packages/core/icon-registry/icons/icon-display.js +1 -1
  844. package/dist-cms/packages/core/icon-registry/icons/icon-dna.d.ts +1 -1
  845. package/dist-cms/packages/core/icon-registry/icons/icon-dna.js +1 -1
  846. package/dist-cms/packages/core/icon-registry/icons/icon-dock-connector.d.ts +1 -1
  847. package/dist-cms/packages/core/icon-registry/icons/icon-dock-connector.js +1 -1
  848. package/dist-cms/packages/core/icon-registry/icons/icon-document-3d.d.ts +1 -1
  849. package/dist-cms/packages/core/icon-registry/icons/icon-document-3d.js +1 -1
  850. package/dist-cms/packages/core/icon-registry/icons/icon-document-chart-bar.d.ts +1 -1
  851. package/dist-cms/packages/core/icon-registry/icons/icon-document-chart-bar.js +1 -1
  852. package/dist-cms/packages/core/icon-registry/icons/icon-document-chart-graph.d.ts +1 -1
  853. package/dist-cms/packages/core/icon-registry/icons/icon-document-chart-graph.js +1 -1
  854. package/dist-cms/packages/core/icon-registry/icons/icon-document-command.d.ts +1 -1
  855. package/dist-cms/packages/core/icon-registry/icons/icon-document-command.js +1 -1
  856. package/dist-cms/packages/core/icon-registry/icons/icon-document-dashed-line.d.ts +1 -1
  857. package/dist-cms/packages/core/icon-registry/icons/icon-document-dashed-line.js +1 -1
  858. package/dist-cms/packages/core/icon-registry/icons/icon-document-font.d.ts +1 -1
  859. package/dist-cms/packages/core/icon-registry/icons/icon-document-font.js +1 -1
  860. package/dist-cms/packages/core/icon-registry/icons/icon-document-html.d.ts +1 -1
  861. package/dist-cms/packages/core/icon-registry/icons/icon-document-html.js +1 -1
  862. package/dist-cms/packages/core/icon-registry/icons/icon-document-image.d.ts +1 -1
  863. package/dist-cms/packages/core/icon-registry/icons/icon-document-image.js +1 -1
  864. package/dist-cms/packages/core/icon-registry/icons/icon-document-js.d.ts +1 -1
  865. package/dist-cms/packages/core/icon-registry/icons/icon-document-js.js +1 -1
  866. package/dist-cms/packages/core/icon-registry/icons/icon-document-key.d.ts +1 -1
  867. package/dist-cms/packages/core/icon-registry/icons/icon-document-key.js +1 -1
  868. package/dist-cms/packages/core/icon-registry/icons/icon-document-medal.d.ts +1 -1
  869. package/dist-cms/packages/core/icon-registry/icons/icon-document-medal.js +1 -1
  870. package/dist-cms/packages/core/icon-registry/icons/icon-document-play.d.ts +1 -1
  871. package/dist-cms/packages/core/icon-registry/icons/icon-document-play.js +1 -1
  872. package/dist-cms/packages/core/icon-registry/icons/icon-document-search.d.ts +1 -1
  873. package/dist-cms/packages/core/icon-registry/icons/icon-document-search.js +1 -1
  874. package/dist-cms/packages/core/icon-registry/icons/icon-document-settings.d.ts +1 -1
  875. package/dist-cms/packages/core/icon-registry/icons/icon-document-settings.js +1 -1
  876. package/dist-cms/packages/core/icon-registry/icons/icon-document-spreadsheet.d.ts +1 -1
  877. package/dist-cms/packages/core/icon-registry/icons/icon-document-spreadsheet.js +1 -1
  878. package/dist-cms/packages/core/icon-registry/icons/icon-document-user.d.ts +1 -1
  879. package/dist-cms/packages/core/icon-registry/icons/icon-document-user.js +1 -1
  880. package/dist-cms/packages/core/icon-registry/icons/icon-document.d.ts +1 -1
  881. package/dist-cms/packages/core/icon-registry/icons/icon-document.js +1 -1
  882. package/dist-cms/packages/core/icon-registry/icons/icon-documents.d.ts +1 -1
  883. package/dist-cms/packages/core/icon-registry/icons/icon-documents.js +1 -1
  884. package/dist-cms/packages/core/icon-registry/icons/icon-donate.d.ts +1 -1
  885. package/dist-cms/packages/core/icon-registry/icons/icon-donate.js +1 -1
  886. package/dist-cms/packages/core/icon-registry/icons/icon-door-open-alt.d.ts +1 -1
  887. package/dist-cms/packages/core/icon-registry/icons/icon-door-open-alt.js +1 -1
  888. package/dist-cms/packages/core/icon-registry/icons/icon-door-open.d.ts +1 -1
  889. package/dist-cms/packages/core/icon-registry/icons/icon-door-open.js +1 -1
  890. package/dist-cms/packages/core/icon-registry/icons/icon-download-alt.d.ts +1 -1
  891. package/dist-cms/packages/core/icon-registry/icons/icon-download-alt.js +1 -1
  892. package/dist-cms/packages/core/icon-registry/icons/icon-download.d.ts +1 -1
  893. package/dist-cms/packages/core/icon-registry/icons/icon-download.js +1 -1
  894. package/dist-cms/packages/core/icon-registry/icons/icon-drop.d.ts +1 -1
  895. package/dist-cms/packages/core/icon-registry/icons/icon-drop.js +1 -1
  896. package/dist-cms/packages/core/icon-registry/icons/icon-eco.d.ts +1 -1
  897. package/dist-cms/packages/core/icon-registry/icons/icon-eco.js +1 -1
  898. package/dist-cms/packages/core/icon-registry/icons/icon-economy.d.ts +1 -1
  899. package/dist-cms/packages/core/icon-registry/icons/icon-economy.js +1 -1
  900. package/dist-cms/packages/core/icon-registry/icons/icon-edit.d.ts +1 -1
  901. package/dist-cms/packages/core/icon-registry/icons/icon-edit.js +1 -1
  902. package/dist-cms/packages/core/icon-registry/icons/icon-embed.d.ts +1 -1
  903. package/dist-cms/packages/core/icon-registry/icons/icon-embed.js +1 -1
  904. package/dist-cms/packages/core/icon-registry/icons/icon-employee.d.ts +1 -1
  905. package/dist-cms/packages/core/icon-registry/icons/icon-employee.js +1 -1
  906. package/dist-cms/packages/core/icon-registry/icons/icon-energy-saving-bulb.d.ts +1 -1
  907. package/dist-cms/packages/core/icon-registry/icons/icon-energy-saving-bulb.js +1 -1
  908. package/dist-cms/packages/core/icon-registry/icons/icon-enter.d.ts +1 -1
  909. package/dist-cms/packages/core/icon-registry/icons/icon-enter.js +1 -1
  910. package/dist-cms/packages/core/icon-registry/icons/icon-equalizer.d.ts +1 -1
  911. package/dist-cms/packages/core/icon-registry/icons/icon-equalizer.js +1 -1
  912. package/dist-cms/packages/core/icon-registry/icons/icon-escape.d.ts +1 -1
  913. package/dist-cms/packages/core/icon-registry/icons/icon-escape.js +1 -1
  914. package/dist-cms/packages/core/icon-registry/icons/icon-ethernet.d.ts +1 -1
  915. package/dist-cms/packages/core/icon-registry/icons/icon-ethernet.js +1 -1
  916. package/dist-cms/packages/core/icon-registry/icons/icon-exit-fullscreen.d.ts +1 -1
  917. package/dist-cms/packages/core/icon-registry/icons/icon-exit-fullscreen.js +1 -1
  918. package/dist-cms/packages/core/icon-registry/icons/icon-eye.d.ts +1 -1
  919. package/dist-cms/packages/core/icon-registry/icons/icon-eye.js +1 -1
  920. package/dist-cms/packages/core/icon-registry/icons/icon-facebook-like.d.ts +1 -1
  921. package/dist-cms/packages/core/icon-registry/icons/icon-facebook-like.js +1 -1
  922. package/dist-cms/packages/core/icon-registry/icons/icon-factory.d.ts +1 -1
  923. package/dist-cms/packages/core/icon-registry/icons/icon-factory.js +1 -1
  924. package/dist-cms/packages/core/icon-registry/icons/icon-favorite.d.ts +1 -1
  925. package/dist-cms/packages/core/icon-registry/icons/icon-favorite.js +1 -1
  926. package/dist-cms/packages/core/icon-registry/icons/icon-file-cabinet.d.ts +1 -1
  927. package/dist-cms/packages/core/icon-registry/icons/icon-file-cabinet.js +1 -1
  928. package/dist-cms/packages/core/icon-registry/icons/icon-files.d.ts +1 -1
  929. package/dist-cms/packages/core/icon-registry/icons/icon-files.js +1 -1
  930. package/dist-cms/packages/core/icon-registry/icons/icon-filter-arrows.d.ts +1 -1
  931. package/dist-cms/packages/core/icon-registry/icons/icon-filter-arrows.js +1 -1
  932. package/dist-cms/packages/core/icon-registry/icons/icon-filter.d.ts +1 -1
  933. package/dist-cms/packages/core/icon-registry/icons/icon-filter.js +1 -1
  934. package/dist-cms/packages/core/icon-registry/icons/icon-fingerprint.d.ts +1 -1
  935. package/dist-cms/packages/core/icon-registry/icons/icon-fingerprint.js +1 -1
  936. package/dist-cms/packages/core/icon-registry/icons/icon-fire.d.ts +1 -1
  937. package/dist-cms/packages/core/icon-registry/icons/icon-fire.js +1 -1
  938. package/dist-cms/packages/core/icon-registry/icons/icon-firewire.d.ts +1 -1
  939. package/dist-cms/packages/core/icon-registry/icons/icon-firewire.js +1 -1
  940. package/dist-cms/packages/core/icon-registry/icons/icon-flag-alt.d.ts +1 -1
  941. package/dist-cms/packages/core/icon-registry/icons/icon-flag-alt.js +1 -1
  942. package/dist-cms/packages/core/icon-registry/icons/icon-flag.d.ts +1 -1
  943. package/dist-cms/packages/core/icon-registry/icons/icon-flag.js +1 -1
  944. package/dist-cms/packages/core/icon-registry/icons/icon-flash.d.ts +1 -1
  945. package/dist-cms/packages/core/icon-registry/icons/icon-flash.js +1 -1
  946. package/dist-cms/packages/core/icon-registry/icons/icon-flashlight.d.ts +1 -1
  947. package/dist-cms/packages/core/icon-registry/icons/icon-flashlight.js +1 -1
  948. package/dist-cms/packages/core/icon-registry/icons/icon-flowerpot.d.ts +1 -1
  949. package/dist-cms/packages/core/icon-registry/icons/icon-flowerpot.js +1 -1
  950. package/dist-cms/packages/core/icon-registry/icons/icon-folder.d.ts +1 -1
  951. package/dist-cms/packages/core/icon-registry/icons/icon-folder.js +1 -1
  952. package/dist-cms/packages/core/icon-registry/icons/icon-folders.d.ts +1 -1
  953. package/dist-cms/packages/core/icon-registry/icons/icon-folders.js +1 -1
  954. package/dist-cms/packages/core/icon-registry/icons/icon-font.d.ts +1 -1
  955. package/dist-cms/packages/core/icon-registry/icons/icon-font.js +1 -1
  956. package/dist-cms/packages/core/icon-registry/icons/icon-food.d.ts +1 -1
  957. package/dist-cms/packages/core/icon-registry/icons/icon-food.js +1 -1
  958. package/dist-cms/packages/core/icon-registry/icons/icon-footprints.d.ts +1 -1
  959. package/dist-cms/packages/core/icon-registry/icons/icon-footprints.js +1 -1
  960. package/dist-cms/packages/core/icon-registry/icons/icon-forking.d.ts +1 -1
  961. package/dist-cms/packages/core/icon-registry/icons/icon-forking.js +1 -1
  962. package/dist-cms/packages/core/icon-registry/icons/icon-frame-alt.d.ts +1 -1
  963. package/dist-cms/packages/core/icon-registry/icons/icon-frame-alt.js +1 -1
  964. package/dist-cms/packages/core/icon-registry/icons/icon-frame.d.ts +1 -1
  965. package/dist-cms/packages/core/icon-registry/icons/icon-frame.js +1 -1
  966. package/dist-cms/packages/core/icon-registry/icons/icon-fullscreen-alt.d.ts +1 -1
  967. package/dist-cms/packages/core/icon-registry/icons/icon-fullscreen-alt.js +1 -1
  968. package/dist-cms/packages/core/icon-registry/icons/icon-fullscreen.d.ts +1 -1
  969. package/dist-cms/packages/core/icon-registry/icons/icon-fullscreen.js +1 -1
  970. package/dist-cms/packages/core/icon-registry/icons/icon-game.d.ts +1 -1
  971. package/dist-cms/packages/core/icon-registry/icons/icon-game.js +1 -1
  972. package/dist-cms/packages/core/icon-registry/icons/icon-geometry.d.ts +1 -1
  973. package/dist-cms/packages/core/icon-registry/icons/icon-geometry.js +1 -1
  974. package/dist-cms/packages/core/icon-registry/icons/icon-gift.d.ts +1 -1
  975. package/dist-cms/packages/core/icon-registry/icons/icon-gift.js +1 -1
  976. package/dist-cms/packages/core/icon-registry/icons/icon-glasses.d.ts +1 -1
  977. package/dist-cms/packages/core/icon-registry/icons/icon-glasses.js +1 -1
  978. package/dist-cms/packages/core/icon-registry/icons/icon-globe-alt.d.ts +1 -1
  979. package/dist-cms/packages/core/icon-registry/icons/icon-globe-alt.js +1 -1
  980. package/dist-cms/packages/core/icon-registry/icons/icon-globe-asia.d.ts +1 -1
  981. package/dist-cms/packages/core/icon-registry/icons/icon-globe-asia.js +1 -1
  982. package/dist-cms/packages/core/icon-registry/icons/icon-globe-europe-africa.d.ts +1 -1
  983. package/dist-cms/packages/core/icon-registry/icons/icon-globe-europe-africa.js +1 -1
  984. package/dist-cms/packages/core/icon-registry/icons/icon-globe-inverted-america.d.ts +1 -1
  985. package/dist-cms/packages/core/icon-registry/icons/icon-globe-inverted-america.js +1 -1
  986. package/dist-cms/packages/core/icon-registry/icons/icon-globe-inverted-asia.d.ts +1 -1
  987. package/dist-cms/packages/core/icon-registry/icons/icon-globe-inverted-asia.js +1 -1
  988. package/dist-cms/packages/core/icon-registry/icons/icon-globe-inverted-europe-africa.d.ts +1 -1
  989. package/dist-cms/packages/core/icon-registry/icons/icon-globe-inverted-europe-africa.js +1 -1
  990. package/dist-cms/packages/core/icon-registry/icons/icon-globe.d.ts +1 -1
  991. package/dist-cms/packages/core/icon-registry/icons/icon-globe.js +1 -1
  992. package/dist-cms/packages/core/icon-registry/icons/icon-gps.d.ts +1 -1
  993. package/dist-cms/packages/core/icon-registry/icons/icon-gps.js +1 -1
  994. package/dist-cms/packages/core/icon-registry/icons/icon-graduate.d.ts +1 -1
  995. package/dist-cms/packages/core/icon-registry/icons/icon-graduate.js +1 -1
  996. package/dist-cms/packages/core/icon-registry/icons/icon-grid.d.ts +1 -1
  997. package/dist-cms/packages/core/icon-registry/icons/icon-grid.js +1 -1
  998. package/dist-cms/packages/core/icon-registry/icons/icon-hammer.d.ts +1 -1
  999. package/dist-cms/packages/core/icon-registry/icons/icon-hammer.js +1 -1
  1000. package/dist-cms/packages/core/icon-registry/icons/icon-hand-active-alt.d.ts +1 -1
  1001. package/dist-cms/packages/core/icon-registry/icons/icon-hand-active-alt.js +1 -1
  1002. package/dist-cms/packages/core/icon-registry/icons/icon-hand-active.d.ts +1 -1
  1003. package/dist-cms/packages/core/icon-registry/icons/icon-hand-active.js +1 -1
  1004. package/dist-cms/packages/core/icon-registry/icons/icon-hand-pointer-alt.d.ts +1 -1
  1005. package/dist-cms/packages/core/icon-registry/icons/icon-hand-pointer-alt.js +1 -1
  1006. package/dist-cms/packages/core/icon-registry/icons/icon-hand-pointer.d.ts +1 -1
  1007. package/dist-cms/packages/core/icon-registry/icons/icon-hand-pointer.js +1 -1
  1008. package/dist-cms/packages/core/icon-registry/icons/icon-handshake.d.ts +1 -1
  1009. package/dist-cms/packages/core/icon-registry/icons/icon-handshake.js +1 -1
  1010. package/dist-cms/packages/core/icon-registry/icons/icon-handtool-alt.d.ts +1 -1
  1011. package/dist-cms/packages/core/icon-registry/icons/icon-handtool-alt.js +1 -1
  1012. package/dist-cms/packages/core/icon-registry/icons/icon-handtool.d.ts +1 -1
  1013. package/dist-cms/packages/core/icon-registry/icons/icon-handtool.js +1 -1
  1014. package/dist-cms/packages/core/icon-registry/icons/icon-hard-drive-alt.d.ts +1 -1
  1015. package/dist-cms/packages/core/icon-registry/icons/icon-hard-drive-alt.js +1 -1
  1016. package/dist-cms/packages/core/icon-registry/icons/icon-hard-drive.d.ts +1 -1
  1017. package/dist-cms/packages/core/icon-registry/icons/icon-hard-drive.js +1 -1
  1018. package/dist-cms/packages/core/icon-registry/icons/icon-heading-1.d.ts +1 -1
  1019. package/dist-cms/packages/core/icon-registry/icons/icon-heading-1.js +1 -1
  1020. package/dist-cms/packages/core/icon-registry/icons/icon-heading-2.d.ts +1 -1
  1021. package/dist-cms/packages/core/icon-registry/icons/icon-heading-2.js +1 -1
  1022. package/dist-cms/packages/core/icon-registry/icons/icon-heading-3.d.ts +1 -1
  1023. package/dist-cms/packages/core/icon-registry/icons/icon-heading-3.js +1 -1
  1024. package/dist-cms/packages/core/icon-registry/icons/icon-headphones.d.ts +1 -1
  1025. package/dist-cms/packages/core/icon-registry/icons/icon-headphones.js +1 -1
  1026. package/dist-cms/packages/core/icon-registry/icons/icon-headset.d.ts +1 -1
  1027. package/dist-cms/packages/core/icon-registry/icons/icon-headset.js +1 -1
  1028. package/dist-cms/packages/core/icon-registry/icons/icon-hearts.d.ts +1 -1
  1029. package/dist-cms/packages/core/icon-registry/icons/icon-hearts.js +1 -1
  1030. package/dist-cms/packages/core/icon-registry/icons/icon-height.d.ts +1 -1
  1031. package/dist-cms/packages/core/icon-registry/icons/icon-height.js +1 -1
  1032. package/dist-cms/packages/core/icon-registry/icons/icon-help-alt.d.ts +1 -1
  1033. package/dist-cms/packages/core/icon-registry/icons/icon-help-alt.js +1 -1
  1034. package/dist-cms/packages/core/icon-registry/icons/icon-help.d.ts +1 -1
  1035. package/dist-cms/packages/core/icon-registry/icons/icon-help.js +1 -1
  1036. package/dist-cms/packages/core/icon-registry/icons/icon-history.d.ts +1 -1
  1037. package/dist-cms/packages/core/icon-registry/icons/icon-history.js +1 -1
  1038. package/dist-cms/packages/core/icon-registry/icons/icon-home.d.ts +1 -1
  1039. package/dist-cms/packages/core/icon-registry/icons/icon-home.js +1 -1
  1040. package/dist-cms/packages/core/icon-registry/icons/icon-horizontal-rule.d.ts +1 -1
  1041. package/dist-cms/packages/core/icon-registry/icons/icon-horizontal-rule.js +1 -1
  1042. package/dist-cms/packages/core/icon-registry/icons/icon-hourglass.d.ts +1 -1
  1043. package/dist-cms/packages/core/icon-registry/icons/icon-hourglass.js +1 -1
  1044. package/dist-cms/packages/core/icon-registry/icons/icon-imac.d.ts +1 -1
  1045. package/dist-cms/packages/core/icon-registry/icons/icon-imac.js +1 -1
  1046. package/dist-cms/packages/core/icon-registry/icons/icon-image-up.d.ts +1 -1
  1047. package/dist-cms/packages/core/icon-registry/icons/icon-image-up.js +1 -1
  1048. package/dist-cms/packages/core/icon-registry/icons/icon-inbox-full.d.ts +1 -1
  1049. package/dist-cms/packages/core/icon-registry/icons/icon-inbox-full.js +1 -1
  1050. package/dist-cms/packages/core/icon-registry/icons/icon-inbox.d.ts +1 -1
  1051. package/dist-cms/packages/core/icon-registry/icons/icon-inbox.js +1 -1
  1052. package/dist-cms/packages/core/icon-registry/icons/icon-indent.d.ts +1 -1
  1053. package/dist-cms/packages/core/icon-registry/icons/icon-indent.js +1 -1
  1054. package/dist-cms/packages/core/icon-registry/icons/icon-infinity.d.ts +1 -1
  1055. package/dist-cms/packages/core/icon-registry/icons/icon-infinity.js +1 -1
  1056. package/dist-cms/packages/core/icon-registry/icons/icon-info.d.ts +1 -1
  1057. package/dist-cms/packages/core/icon-registry/icons/icon-info.js +1 -1
  1058. package/dist-cms/packages/core/icon-registry/icons/icon-invoice.d.ts +1 -1
  1059. package/dist-cms/packages/core/icon-registry/icons/icon-invoice.js +1 -1
  1060. package/dist-cms/packages/core/icon-registry/icons/icon-ipad.d.ts +1 -1
  1061. package/dist-cms/packages/core/icon-registry/icons/icon-ipad.js +1 -1
  1062. package/dist-cms/packages/core/icon-registry/icons/icon-iphone.d.ts +1 -1
  1063. package/dist-cms/packages/core/icon-registry/icons/icon-iphone.js +1 -1
  1064. package/dist-cms/packages/core/icon-registry/icons/icon-italic.d.ts +1 -1
  1065. package/dist-cms/packages/core/icon-registry/icons/icon-italic.js +1 -1
  1066. package/dist-cms/packages/core/icon-registry/icons/icon-item-arrangement.d.ts +1 -1
  1067. package/dist-cms/packages/core/icon-registry/icons/icon-item-arrangement.js +1 -1
  1068. package/dist-cms/packages/core/icon-registry/icons/icon-junk.d.ts +1 -1
  1069. package/dist-cms/packages/core/icon-registry/icons/icon-junk.js +1 -1
  1070. package/dist-cms/packages/core/icon-registry/icons/icon-key.d.ts +1 -1
  1071. package/dist-cms/packages/core/icon-registry/icons/icon-key.js +1 -1
  1072. package/dist-cms/packages/core/icon-registry/icons/icon-keyboard.d.ts +1 -1
  1073. package/dist-cms/packages/core/icon-registry/icons/icon-keyboard.js +1 -1
  1074. package/dist-cms/packages/core/icon-registry/icons/icon-lab.d.ts +1 -1
  1075. package/dist-cms/packages/core/icon-registry/icons/icon-lab.js +3 -3
  1076. package/dist-cms/packages/core/icon-registry/icons/icon-laptop.d.ts +1 -1
  1077. package/dist-cms/packages/core/icon-registry/icons/icon-laptop.js +1 -1
  1078. package/dist-cms/packages/core/icon-registry/icons/icon-layers-alt.d.ts +1 -1
  1079. package/dist-cms/packages/core/icon-registry/icons/icon-layers-alt.js +4 -4
  1080. package/dist-cms/packages/core/icon-registry/icons/icon-layers.d.ts +1 -1
  1081. package/dist-cms/packages/core/icon-registry/icons/icon-layers.js +5 -5
  1082. package/dist-cms/packages/core/icon-registry/icons/icon-layout.d.ts +1 -1
  1083. package/dist-cms/packages/core/icon-registry/icons/icon-layout.js +1 -1
  1084. package/dist-cms/packages/core/icon-registry/icons/icon-left-double-arrow.d.ts +1 -1
  1085. package/dist-cms/packages/core/icon-registry/icons/icon-left-double-arrow.js +1 -1
  1086. package/dist-cms/packages/core/icon-registry/icons/icon-legal.d.ts +1 -1
  1087. package/dist-cms/packages/core/icon-registry/icons/icon-legal.js +1 -1
  1088. package/dist-cms/packages/core/icon-registry/icons/icon-lense.d.ts +1 -1
  1089. package/dist-cms/packages/core/icon-registry/icons/icon-lense.js +1 -1
  1090. package/dist-cms/packages/core/icon-registry/icons/icon-library.d.ts +1 -1
  1091. package/dist-cms/packages/core/icon-registry/icons/icon-library.js +1 -1
  1092. package/dist-cms/packages/core/icon-registry/icons/icon-light-down.d.ts +1 -1
  1093. package/dist-cms/packages/core/icon-registry/icons/icon-light-down.js +1 -1
  1094. package/dist-cms/packages/core/icon-registry/icons/icon-light-up.d.ts +1 -1
  1095. package/dist-cms/packages/core/icon-registry/icons/icon-light-up.js +1 -1
  1096. package/dist-cms/packages/core/icon-registry/icons/icon-lightbulb-active.d.ts +1 -1
  1097. package/dist-cms/packages/core/icon-registry/icons/icon-lightbulb-active.js +1 -1
  1098. package/dist-cms/packages/core/icon-registry/icons/icon-lightbulb.d.ts +1 -1
  1099. package/dist-cms/packages/core/icon-registry/icons/icon-lightbulb.js +1 -1
  1100. package/dist-cms/packages/core/icon-registry/icons/icon-lightning.d.ts +1 -1
  1101. package/dist-cms/packages/core/icon-registry/icons/icon-lightning.js +1 -1
  1102. package/dist-cms/packages/core/icon-registry/icons/icon-link.d.ts +1 -1
  1103. package/dist-cms/packages/core/icon-registry/icons/icon-link.js +1 -1
  1104. package/dist-cms/packages/core/icon-registry/icons/icon-linkedin.d.ts +1 -1
  1105. package/dist-cms/packages/core/icon-registry/icons/icon-linkedin.js +1 -1
  1106. package/dist-cms/packages/core/icon-registry/icons/icon-list.d.ts +1 -1
  1107. package/dist-cms/packages/core/icon-registry/icons/icon-list.js +1 -1
  1108. package/dist-cms/packages/core/icon-registry/icons/icon-load.d.ts +1 -1
  1109. package/dist-cms/packages/core/icon-registry/icons/icon-load.js +1 -1
  1110. package/dist-cms/packages/core/icon-registry/icons/icon-loading.d.ts +1 -1
  1111. package/dist-cms/packages/core/icon-registry/icons/icon-loading.js +1 -1
  1112. package/dist-cms/packages/core/icon-registry/icons/icon-locate.d.ts +1 -1
  1113. package/dist-cms/packages/core/icon-registry/icons/icon-locate.js +1 -1
  1114. package/dist-cms/packages/core/icon-registry/icons/icon-location-near-me.d.ts +1 -1
  1115. package/dist-cms/packages/core/icon-registry/icons/icon-location-near-me.js +1 -1
  1116. package/dist-cms/packages/core/icon-registry/icons/icon-location-nearby.d.ts +1 -1
  1117. package/dist-cms/packages/core/icon-registry/icons/icon-location-nearby.js +1 -1
  1118. package/dist-cms/packages/core/icon-registry/icons/icon-lock.d.ts +1 -1
  1119. package/dist-cms/packages/core/icon-registry/icons/icon-lock.js +1 -1
  1120. package/dist-cms/packages/core/icon-registry/icons/icon-log-out.d.ts +1 -1
  1121. package/dist-cms/packages/core/icon-registry/icons/icon-log-out.js +1 -1
  1122. package/dist-cms/packages/core/icon-registry/icons/icon-logout.d.ts +1 -1
  1123. package/dist-cms/packages/core/icon-registry/icons/icon-logout.js +1 -1
  1124. package/dist-cms/packages/core/icon-registry/icons/icon-loupe.d.ts +1 -1
  1125. package/dist-cms/packages/core/icon-registry/icons/icon-loupe.js +1 -1
  1126. package/dist-cms/packages/core/icon-registry/icons/icon-magnet.d.ts +1 -1
  1127. package/dist-cms/packages/core/icon-registry/icons/icon-magnet.js +1 -1
  1128. package/dist-cms/packages/core/icon-registry/icons/icon-mailbox.d.ts +1 -1
  1129. package/dist-cms/packages/core/icon-registry/icons/icon-mailbox.js +1 -1
  1130. package/dist-cms/packages/core/icon-registry/icons/icon-map-alt.d.ts +1 -1
  1131. package/dist-cms/packages/core/icon-registry/icons/icon-map-alt.js +1 -1
  1132. package/dist-cms/packages/core/icon-registry/icons/icon-map-location.d.ts +1 -1
  1133. package/dist-cms/packages/core/icon-registry/icons/icon-map-location.js +1 -1
  1134. package/dist-cms/packages/core/icon-registry/icons/icon-map-marker.d.ts +1 -1
  1135. package/dist-cms/packages/core/icon-registry/icons/icon-map-marker.js +1 -1
  1136. package/dist-cms/packages/core/icon-registry/icons/icon-map.d.ts +1 -1
  1137. package/dist-cms/packages/core/icon-registry/icons/icon-map.js +1 -1
  1138. package/dist-cms/packages/core/icon-registry/icons/icon-medal.d.ts +1 -1
  1139. package/dist-cms/packages/core/icon-registry/icons/icon-medal.js +1 -1
  1140. package/dist-cms/packages/core/icon-registry/icons/icon-medical-emergency.d.ts +1 -1
  1141. package/dist-cms/packages/core/icon-registry/icons/icon-medical-emergency.js +1 -1
  1142. package/dist-cms/packages/core/icon-registry/icons/icon-medicine.d.ts +1 -1
  1143. package/dist-cms/packages/core/icon-registry/icons/icon-medicine.js +1 -1
  1144. package/dist-cms/packages/core/icon-registry/icons/icon-meeting.d.ts +1 -1
  1145. package/dist-cms/packages/core/icon-registry/icons/icon-meeting.js +1 -1
  1146. package/dist-cms/packages/core/icon-registry/icons/icon-megaphone.d.ts +1 -1
  1147. package/dist-cms/packages/core/icon-registry/icons/icon-megaphone.js +1 -1
  1148. package/dist-cms/packages/core/icon-registry/icons/icon-merge.d.ts +1 -1
  1149. package/dist-cms/packages/core/icon-registry/icons/icon-merge.js +1 -1
  1150. package/dist-cms/packages/core/icon-registry/icons/icon-message-open.d.ts +1 -1
  1151. package/dist-cms/packages/core/icon-registry/icons/icon-message-open.js +1 -1
  1152. package/dist-cms/packages/core/icon-registry/icons/icon-message-unopened.d.ts +1 -1
  1153. package/dist-cms/packages/core/icon-registry/icons/icon-message-unopened.js +1 -1
  1154. package/dist-cms/packages/core/icon-registry/icons/icon-message.d.ts +1 -1
  1155. package/dist-cms/packages/core/icon-registry/icons/icon-message.js +1 -1
  1156. package/dist-cms/packages/core/icon-registry/icons/icon-microscope.d.ts +1 -1
  1157. package/dist-cms/packages/core/icon-registry/icons/icon-microscope.js +1 -1
  1158. package/dist-cms/packages/core/icon-registry/icons/icon-mindmap.d.ts +1 -1
  1159. package/dist-cms/packages/core/icon-registry/icons/icon-mindmap.js +1 -1
  1160. package/dist-cms/packages/core/icon-registry/icons/icon-mobile.d.ts +1 -1
  1161. package/dist-cms/packages/core/icon-registry/icons/icon-mobile.js +1 -1
  1162. package/dist-cms/packages/core/icon-registry/icons/icon-mountain.d.ts +1 -1
  1163. package/dist-cms/packages/core/icon-registry/icons/icon-mountain.js +1 -1
  1164. package/dist-cms/packages/core/icon-registry/icons/icon-mouse-cursor.d.ts +1 -1
  1165. package/dist-cms/packages/core/icon-registry/icons/icon-mouse-cursor.js +1 -1
  1166. package/dist-cms/packages/core/icon-registry/icons/icon-mouse.d.ts +1 -1
  1167. package/dist-cms/packages/core/icon-registry/icons/icon-mouse.js +1 -1
  1168. package/dist-cms/packages/core/icon-registry/icons/icon-movie-alt.d.ts +1 -1
  1169. package/dist-cms/packages/core/icon-registry/icons/icon-movie-alt.js +1 -1
  1170. package/dist-cms/packages/core/icon-registry/icons/icon-movie.d.ts +1 -1
  1171. package/dist-cms/packages/core/icon-registry/icons/icon-movie.js +1 -1
  1172. package/dist-cms/packages/core/icon-registry/icons/icon-multiple-credit-cards.d.ts +1 -1
  1173. package/dist-cms/packages/core/icon-registry/icons/icon-multiple-credit-cards.js +1 -1
  1174. package/dist-cms/packages/core/icon-registry/icons/icon-multiple-windows.d.ts +1 -1
  1175. package/dist-cms/packages/core/icon-registry/icons/icon-multiple-windows.js +1 -1
  1176. package/dist-cms/packages/core/icon-registry/icons/icon-music.d.ts +1 -1
  1177. package/dist-cms/packages/core/icon-registry/icons/icon-music.js +1 -1
  1178. package/dist-cms/packages/core/icon-registry/icons/icon-name-badge.d.ts +1 -1
  1179. package/dist-cms/packages/core/icon-registry/icons/icon-name-badge.js +1 -1
  1180. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-bottom.d.ts +1 -1
  1181. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-bottom.js +1 -1
  1182. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-down.d.ts +1 -1
  1183. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-down.js +1 -1
  1184. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-first.d.ts +1 -1
  1185. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-first.js +1 -1
  1186. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-horizontal.d.ts +1 -1
  1187. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-horizontal.js +1 -1
  1188. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-last.d.ts +1 -1
  1189. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-last.js +1 -1
  1190. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-left.d.ts +1 -1
  1191. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-left.js +1 -1
  1192. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-right.d.ts +1 -1
  1193. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-right.js +1 -1
  1194. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-road.d.ts +1 -1
  1195. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-road.js +1 -1
  1196. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-top.d.ts +1 -1
  1197. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-top.js +1 -1
  1198. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-up.d.ts +1 -1
  1199. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-up.js +1 -1
  1200. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-vertical.d.ts +1 -1
  1201. package/dist-cms/packages/core/icon-registry/icons/icon-navigation-vertical.js +1 -1
  1202. package/dist-cms/packages/core/icon-registry/icons/icon-navigation.d.ts +1 -1
  1203. package/dist-cms/packages/core/icon-registry/icons/icon-navigation.js +1 -1
  1204. package/dist-cms/packages/core/icon-registry/icons/icon-navigational-arrow.d.ts +1 -1
  1205. package/dist-cms/packages/core/icon-registry/icons/icon-navigational-arrow.js +1 -1
  1206. package/dist-cms/packages/core/icon-registry/icons/icon-network-alt.d.ts +1 -1
  1207. package/dist-cms/packages/core/icon-registry/icons/icon-network-alt.js +1 -1
  1208. package/dist-cms/packages/core/icon-registry/icons/icon-newspaper-alt.d.ts +1 -1
  1209. package/dist-cms/packages/core/icon-registry/icons/icon-newspaper-alt.js +1 -1
  1210. package/dist-cms/packages/core/icon-registry/icons/icon-newspaper.d.ts +1 -1
  1211. package/dist-cms/packages/core/icon-registry/icons/icon-newspaper.js +1 -1
  1212. package/dist-cms/packages/core/icon-registry/icons/icon-next-media.d.ts +1 -1
  1213. package/dist-cms/packages/core/icon-registry/icons/icon-next-media.js +1 -1
  1214. package/dist-cms/packages/core/icon-registry/icons/icon-next.d.ts +1 -1
  1215. package/dist-cms/packages/core/icon-registry/icons/icon-next.js +1 -1
  1216. package/dist-cms/packages/core/icon-registry/icons/icon-nodes.d.ts +1 -1
  1217. package/dist-cms/packages/core/icon-registry/icons/icon-nodes.js +1 -1
  1218. package/dist-cms/packages/core/icon-registry/icons/icon-notepad-alt.d.ts +1 -1
  1219. package/dist-cms/packages/core/icon-registry/icons/icon-notepad-alt.js +1 -1
  1220. package/dist-cms/packages/core/icon-registry/icons/icon-notepad.d.ts +1 -1
  1221. package/dist-cms/packages/core/icon-registry/icons/icon-notepad.js +1 -1
  1222. package/dist-cms/packages/core/icon-registry/icons/icon-old-key.d.ts +1 -1
  1223. package/dist-cms/packages/core/icon-registry/icons/icon-old-key.js +1 -1
  1224. package/dist-cms/packages/core/icon-registry/icons/icon-old-phone.d.ts +1 -1
  1225. package/dist-cms/packages/core/icon-registry/icons/icon-old-phone.js +1 -1
  1226. package/dist-cms/packages/core/icon-registry/icons/icon-operator.d.ts +1 -1
  1227. package/dist-cms/packages/core/icon-registry/icons/icon-operator.js +1 -1
  1228. package/dist-cms/packages/core/icon-registry/icons/icon-ordered-list.d.ts +1 -1
  1229. package/dist-cms/packages/core/icon-registry/icons/icon-ordered-list.js +1 -1
  1230. package/dist-cms/packages/core/icon-registry/icons/icon-origami.d.ts +1 -1
  1231. package/dist-cms/packages/core/icon-registry/icons/icon-origami.js +1 -1
  1232. package/dist-cms/packages/core/icon-registry/icons/icon-out.d.ts +1 -1
  1233. package/dist-cms/packages/core/icon-registry/icons/icon-out.js +1 -1
  1234. package/dist-cms/packages/core/icon-registry/icons/icon-outbox.d.ts +1 -1
  1235. package/dist-cms/packages/core/icon-registry/icons/icon-outbox.js +1 -1
  1236. package/dist-cms/packages/core/icon-registry/icons/icon-outdent.d.ts +1 -1
  1237. package/dist-cms/packages/core/icon-registry/icons/icon-outdent.js +1 -1
  1238. package/dist-cms/packages/core/icon-registry/icons/icon-page-add.d.ts +1 -1
  1239. package/dist-cms/packages/core/icon-registry/icons/icon-page-add.js +1 -1
  1240. package/dist-cms/packages/core/icon-registry/icons/icon-page-down.d.ts +1 -1
  1241. package/dist-cms/packages/core/icon-registry/icons/icon-page-down.js +1 -1
  1242. package/dist-cms/packages/core/icon-registry/icons/icon-page-remove.d.ts +1 -1
  1243. package/dist-cms/packages/core/icon-registry/icons/icon-page-remove.js +1 -1
  1244. package/dist-cms/packages/core/icon-registry/icons/icon-page-restricted.d.ts +1 -1
  1245. package/dist-cms/packages/core/icon-registry/icons/icon-page-restricted.js +1 -1
  1246. package/dist-cms/packages/core/icon-registry/icons/icon-page-up.d.ts +1 -1
  1247. package/dist-cms/packages/core/icon-registry/icons/icon-page-up.js +1 -1
  1248. package/dist-cms/packages/core/icon-registry/icons/icon-paint-roller.d.ts +1 -1
  1249. package/dist-cms/packages/core/icon-registry/icons/icon-paint-roller.js +1 -1
  1250. package/dist-cms/packages/core/icon-registry/icons/icon-palette.d.ts +1 -1
  1251. package/dist-cms/packages/core/icon-registry/icons/icon-palette.js +1 -1
  1252. package/dist-cms/packages/core/icon-registry/icons/icon-panel-show.d.ts +1 -1
  1253. package/dist-cms/packages/core/icon-registry/icons/icon-panel-show.js +1 -1
  1254. package/dist-cms/packages/core/icon-registry/icons/icon-pannel-close.d.ts +1 -1
  1255. package/dist-cms/packages/core/icon-registry/icons/icon-pannel-close.js +1 -1
  1256. package/dist-cms/packages/core/icon-registry/icons/icon-paper-bag.d.ts +1 -1
  1257. package/dist-cms/packages/core/icon-registry/icons/icon-paper-bag.js +1 -1
  1258. package/dist-cms/packages/core/icon-registry/icons/icon-paper-plane-alt.d.ts +1 -1
  1259. package/dist-cms/packages/core/icon-registry/icons/icon-paper-plane-alt.js +1 -1
  1260. package/dist-cms/packages/core/icon-registry/icons/icon-paper-plane.d.ts +1 -1
  1261. package/dist-cms/packages/core/icon-registry/icons/icon-paper-plane.js +1 -1
  1262. package/dist-cms/packages/core/icon-registry/icons/icon-partly-cloudy.d.ts +1 -1
  1263. package/dist-cms/packages/core/icon-registry/icons/icon-partly-cloudy.js +1 -1
  1264. package/dist-cms/packages/core/icon-registry/icons/icon-paste-in.d.ts +1 -1
  1265. package/dist-cms/packages/core/icon-registry/icons/icon-paste-in.js +1 -1
  1266. package/dist-cms/packages/core/icon-registry/icons/icon-pause.d.ts +1 -1
  1267. package/dist-cms/packages/core/icon-registry/icons/icon-pause.js +1 -1
  1268. package/dist-cms/packages/core/icon-registry/icons/icon-pc.d.ts +1 -1
  1269. package/dist-cms/packages/core/icon-registry/icons/icon-pc.js +1 -1
  1270. package/dist-cms/packages/core/icon-registry/icons/icon-people-alt-2.d.ts +1 -1
  1271. package/dist-cms/packages/core/icon-registry/icons/icon-people-alt-2.js +1 -1
  1272. package/dist-cms/packages/core/icon-registry/icons/icon-people-alt.d.ts +1 -1
  1273. package/dist-cms/packages/core/icon-registry/icons/icon-people-alt.js +1 -1
  1274. package/dist-cms/packages/core/icon-registry/icons/icon-people-female.d.ts +1 -1
  1275. package/dist-cms/packages/core/icon-registry/icons/icon-people-female.js +1 -1
  1276. package/dist-cms/packages/core/icon-registry/icons/icon-people.d.ts +1 -1
  1277. package/dist-cms/packages/core/icon-registry/icons/icon-people.js +1 -1
  1278. package/dist-cms/packages/core/icon-registry/icons/icon-phone-ring.d.ts +1 -1
  1279. package/dist-cms/packages/core/icon-registry/icons/icon-phone-ring.js +1 -1
  1280. package/dist-cms/packages/core/icon-registry/icons/icon-phone.d.ts +1 -1
  1281. package/dist-cms/packages/core/icon-registry/icons/icon-phone.js +1 -1
  1282. package/dist-cms/packages/core/icon-registry/icons/icon-photo-album.d.ts +1 -1
  1283. package/dist-cms/packages/core/icon-registry/icons/icon-photo-album.js +1 -1
  1284. package/dist-cms/packages/core/icon-registry/icons/icon-picture.d.ts +1 -1
  1285. package/dist-cms/packages/core/icon-registry/icons/icon-picture.js +1 -1
  1286. package/dist-cms/packages/core/icon-registry/icons/icon-pictures-alt-2.d.ts +1 -1
  1287. package/dist-cms/packages/core/icon-registry/icons/icon-pictures-alt-2.js +1 -1
  1288. package/dist-cms/packages/core/icon-registry/icons/icon-pictures-alt.d.ts +1 -1
  1289. package/dist-cms/packages/core/icon-registry/icons/icon-pictures-alt.js +1 -1
  1290. package/dist-cms/packages/core/icon-registry/icons/icon-pictures.d.ts +1 -1
  1291. package/dist-cms/packages/core/icon-registry/icons/icon-pictures.js +1 -1
  1292. package/dist-cms/packages/core/icon-registry/icons/icon-pie-chart.d.ts +1 -1
  1293. package/dist-cms/packages/core/icon-registry/icons/icon-pie-chart.js +1 -1
  1294. package/dist-cms/packages/core/icon-registry/icons/icon-piggy-bank.d.ts +1 -1
  1295. package/dist-cms/packages/core/icon-registry/icons/icon-piggy-bank.js +1 -1
  1296. package/dist-cms/packages/core/icon-registry/icons/icon-pin-location.d.ts +1 -1
  1297. package/dist-cms/packages/core/icon-registry/icons/icon-pin-location.js +1 -1
  1298. package/dist-cms/packages/core/icon-registry/icons/icon-plane.d.ts +1 -1
  1299. package/dist-cms/packages/core/icon-registry/icons/icon-plane.js +1 -1
  1300. package/dist-cms/packages/core/icon-registry/icons/icon-planet.d.ts +1 -1
  1301. package/dist-cms/packages/core/icon-registry/icons/icon-planet.js +1 -1
  1302. package/dist-cms/packages/core/icon-registry/icons/icon-play.d.ts +1 -1
  1303. package/dist-cms/packages/core/icon-registry/icons/icon-play.js +1 -1
  1304. package/dist-cms/packages/core/icon-registry/icons/icon-playing-cards.d.ts +1 -1
  1305. package/dist-cms/packages/core/icon-registry/icons/icon-playing-cards.js +1 -1
  1306. package/dist-cms/packages/core/icon-registry/icons/icon-playlist.d.ts +1 -1
  1307. package/dist-cms/packages/core/icon-registry/icons/icon-playlist.js +1 -1
  1308. package/dist-cms/packages/core/icon-registry/icons/icon-plugin.d.ts +1 -1
  1309. package/dist-cms/packages/core/icon-registry/icons/icon-plugin.js +1 -1
  1310. package/dist-cms/packages/core/icon-registry/icons/icon-podcast.d.ts +1 -1
  1311. package/dist-cms/packages/core/icon-registry/icons/icon-podcast.js +1 -1
  1312. package/dist-cms/packages/core/icon-registry/icons/icon-poll.d.ts +1 -1
  1313. package/dist-cms/packages/core/icon-registry/icons/icon-poll.js +1 -1
  1314. package/dist-cms/packages/core/icon-registry/icons/icon-post-it.d.ts +1 -1
  1315. package/dist-cms/packages/core/icon-registry/icons/icon-post-it.js +1 -1
  1316. package/dist-cms/packages/core/icon-registry/icons/icon-power-outlet.d.ts +1 -1
  1317. package/dist-cms/packages/core/icon-registry/icons/icon-power-outlet.js +1 -1
  1318. package/dist-cms/packages/core/icon-registry/icons/icon-power.d.ts +1 -1
  1319. package/dist-cms/packages/core/icon-registry/icons/icon-power.js +1 -1
  1320. package/dist-cms/packages/core/icon-registry/icons/icon-presentation.d.ts +1 -1
  1321. package/dist-cms/packages/core/icon-registry/icons/icon-presentation.js +1 -1
  1322. package/dist-cms/packages/core/icon-registry/icons/icon-previous-media.d.ts +1 -1
  1323. package/dist-cms/packages/core/icon-registry/icons/icon-previous-media.js +1 -1
  1324. package/dist-cms/packages/core/icon-registry/icons/icon-previous.d.ts +1 -1
  1325. package/dist-cms/packages/core/icon-registry/icons/icon-previous.js +1 -1
  1326. package/dist-cms/packages/core/icon-registry/icons/icon-price-dollar.d.ts +1 -1
  1327. package/dist-cms/packages/core/icon-registry/icons/icon-price-dollar.js +1 -1
  1328. package/dist-cms/packages/core/icon-registry/icons/icon-price-euro.d.ts +1 -1
  1329. package/dist-cms/packages/core/icon-registry/icons/icon-price-euro.js +1 -1
  1330. package/dist-cms/packages/core/icon-registry/icons/icon-price-pound.d.ts +1 -1
  1331. package/dist-cms/packages/core/icon-registry/icons/icon-price-pound.js +1 -1
  1332. package/dist-cms/packages/core/icon-registry/icons/icon-price-yen.d.ts +1 -1
  1333. package/dist-cms/packages/core/icon-registry/icons/icon-price-yen.js +1 -1
  1334. package/dist-cms/packages/core/icon-registry/icons/icon-print.d.ts +1 -1
  1335. package/dist-cms/packages/core/icon-registry/icons/icon-print.js +1 -1
  1336. package/dist-cms/packages/core/icon-registry/icons/icon-printer-alt.d.ts +1 -1
  1337. package/dist-cms/packages/core/icon-registry/icons/icon-printer-alt.js +1 -1
  1338. package/dist-cms/packages/core/icon-registry/icons/icon-projector.d.ts +1 -1
  1339. package/dist-cms/packages/core/icon-registry/icons/icon-projector.js +1 -1
  1340. package/dist-cms/packages/core/icon-registry/icons/icon-pulse.d.ts +1 -1
  1341. package/dist-cms/packages/core/icon-registry/icons/icon-pulse.js +1 -1
  1342. package/dist-cms/packages/core/icon-registry/icons/icon-pushpin.d.ts +1 -1
  1343. package/dist-cms/packages/core/icon-registry/icons/icon-pushpin.js +1 -1
  1344. package/dist-cms/packages/core/icon-registry/icons/icon-qr-code.d.ts +1 -1
  1345. package/dist-cms/packages/core/icon-registry/icons/icon-qr-code.js +1 -1
  1346. package/dist-cms/packages/core/icon-registry/icons/icon-quote.d.ts +1 -1
  1347. package/dist-cms/packages/core/icon-registry/icons/icon-quote.js +1 -1
  1348. package/dist-cms/packages/core/icon-registry/icons/icon-radio-alt.d.ts +1 -1
  1349. package/dist-cms/packages/core/icon-registry/icons/icon-radio-alt.js +1 -1
  1350. package/dist-cms/packages/core/icon-registry/icons/icon-radio-receiver.d.ts +1 -1
  1351. package/dist-cms/packages/core/icon-registry/icons/icon-radio-receiver.js +1 -1
  1352. package/dist-cms/packages/core/icon-registry/icons/icon-radio.d.ts +1 -1
  1353. package/dist-cms/packages/core/icon-registry/icons/icon-radio.js +1 -1
  1354. package/dist-cms/packages/core/icon-registry/icons/icon-rain.d.ts +1 -1
  1355. package/dist-cms/packages/core/icon-registry/icons/icon-rain.js +1 -1
  1356. package/dist-cms/packages/core/icon-registry/icons/icon-rate.d.ts +1 -1
  1357. package/dist-cms/packages/core/icon-registry/icons/icon-rate.js +1 -1
  1358. package/dist-cms/packages/core/icon-registry/icons/icon-re-post.d.ts +1 -1
  1359. package/dist-cms/packages/core/icon-registry/icons/icon-re-post.js +1 -1
  1360. package/dist-cms/packages/core/icon-registry/icons/icon-readonly.d.ts +1 -1
  1361. package/dist-cms/packages/core/icon-registry/icons/icon-readonly.js +1 -1
  1362. package/dist-cms/packages/core/icon-registry/icons/icon-receipt-alt.d.ts +1 -1
  1363. package/dist-cms/packages/core/icon-registry/icons/icon-receipt-alt.js +1 -1
  1364. package/dist-cms/packages/core/icon-registry/icons/icon-reception.d.ts +1 -1
  1365. package/dist-cms/packages/core/icon-registry/icons/icon-reception.js +1 -1
  1366. package/dist-cms/packages/core/icon-registry/icons/icon-record.d.ts +1 -1
  1367. package/dist-cms/packages/core/icon-registry/icons/icon-record.js +1 -1
  1368. package/dist-cms/packages/core/icon-registry/icons/icon-rectangle-ellipsis.d.ts +1 -1
  1369. package/dist-cms/packages/core/icon-registry/icons/icon-rectangle-ellipsis.js +1 -1
  1370. package/dist-cms/packages/core/icon-registry/icons/icon-redo.d.ts +1 -1
  1371. package/dist-cms/packages/core/icon-registry/icons/icon-redo.js +1 -1
  1372. package/dist-cms/packages/core/icon-registry/icons/icon-refresh.d.ts +1 -1
  1373. package/dist-cms/packages/core/icon-registry/icons/icon-refresh.js +1 -1
  1374. package/dist-cms/packages/core/icon-registry/icons/icon-remote.d.ts +1 -1
  1375. package/dist-cms/packages/core/icon-registry/icons/icon-remote.js +1 -1
  1376. package/dist-cms/packages/core/icon-registry/icons/icon-remove.d.ts +1 -1
  1377. package/dist-cms/packages/core/icon-registry/icons/icon-remove.js +1 -1
  1378. package/dist-cms/packages/core/icon-registry/icons/icon-repeat-one.d.ts +1 -1
  1379. package/dist-cms/packages/core/icon-registry/icons/icon-repeat-one.js +1 -1
  1380. package/dist-cms/packages/core/icon-registry/icons/icon-repeat.d.ts +1 -1
  1381. package/dist-cms/packages/core/icon-registry/icons/icon-repeat.js +1 -1
  1382. package/dist-cms/packages/core/icon-registry/icons/icon-reply-arrow.d.ts +1 -1
  1383. package/dist-cms/packages/core/icon-registry/icons/icon-reply-arrow.js +1 -1
  1384. package/dist-cms/packages/core/icon-registry/icons/icon-resize.d.ts +1 -1
  1385. package/dist-cms/packages/core/icon-registry/icons/icon-resize.js +1 -1
  1386. package/dist-cms/packages/core/icon-registry/icons/icon-return-to-top.d.ts +1 -1
  1387. package/dist-cms/packages/core/icon-registry/icons/icon-return-to-top.js +1 -1
  1388. package/dist-cms/packages/core/icon-registry/icons/icon-right-double-arrow.d.ts +1 -1
  1389. package/dist-cms/packages/core/icon-registry/icons/icon-right-double-arrow.js +1 -1
  1390. package/dist-cms/packages/core/icon-registry/icons/icon-roadsign.d.ts +1 -1
  1391. package/dist-cms/packages/core/icon-registry/icons/icon-roadsign.js +1 -1
  1392. package/dist-cms/packages/core/icon-registry/icons/icon-rocket.d.ts +1 -1
  1393. package/dist-cms/packages/core/icon-registry/icons/icon-rocket.js +1 -1
  1394. package/dist-cms/packages/core/icon-registry/icons/icon-rss.d.ts +1 -1
  1395. package/dist-cms/packages/core/icon-registry/icons/icon-rss.js +1 -1
  1396. package/dist-cms/packages/core/icon-registry/icons/icon-ruler-alt.d.ts +1 -1
  1397. package/dist-cms/packages/core/icon-registry/icons/icon-ruler-alt.js +1 -1
  1398. package/dist-cms/packages/core/icon-registry/icons/icon-ruler.d.ts +1 -1
  1399. package/dist-cms/packages/core/icon-registry/icons/icon-ruler.js +1 -1
  1400. package/dist-cms/packages/core/icon-registry/icons/icon-satellite-dish.d.ts +1 -1
  1401. package/dist-cms/packages/core/icon-registry/icons/icon-satellite-dish.js +1 -1
  1402. package/dist-cms/packages/core/icon-registry/icons/icon-save.d.ts +1 -1
  1403. package/dist-cms/packages/core/icon-registry/icons/icon-save.js +1 -1
  1404. package/dist-cms/packages/core/icon-registry/icons/icon-scan.d.ts +1 -1
  1405. package/dist-cms/packages/core/icon-registry/icons/icon-scan.js +1 -1
  1406. package/dist-cms/packages/core/icon-registry/icons/icon-school.d.ts +1 -1
  1407. package/dist-cms/packages/core/icon-registry/icons/icon-school.js +1 -1
  1408. package/dist-cms/packages/core/icon-registry/icons/icon-science.d.ts +1 -1
  1409. package/dist-cms/packages/core/icon-registry/icons/icon-science.js +1 -1
  1410. package/dist-cms/packages/core/icon-registry/icons/icon-screensharing.d.ts +1 -1
  1411. package/dist-cms/packages/core/icon-registry/icons/icon-screensharing.js +1 -1
  1412. package/dist-cms/packages/core/icon-registry/icons/icon-script-alt.d.ts +1 -1
  1413. package/dist-cms/packages/core/icon-registry/icons/icon-script-alt.js +1 -1
  1414. package/dist-cms/packages/core/icon-registry/icons/icon-script.d.ts +1 -1
  1415. package/dist-cms/packages/core/icon-registry/icons/icon-script.js +1 -1
  1416. package/dist-cms/packages/core/icon-registry/icons/icon-scull.d.ts +1 -1
  1417. package/dist-cms/packages/core/icon-registry/icons/icon-scull.js +1 -1
  1418. package/dist-cms/packages/core/icon-registry/icons/icon-search.d.ts +1 -1
  1419. package/dist-cms/packages/core/icon-registry/icons/icon-search.js +1 -1
  1420. package/dist-cms/packages/core/icon-registry/icons/icon-sensor.d.ts +1 -1
  1421. package/dist-cms/packages/core/icon-registry/icons/icon-sensor.js +1 -1
  1422. package/dist-cms/packages/core/icon-registry/icons/icon-server-alt.d.ts +1 -1
  1423. package/dist-cms/packages/core/icon-registry/icons/icon-server-alt.js +1 -1
  1424. package/dist-cms/packages/core/icon-registry/icons/icon-server.d.ts +1 -1
  1425. package/dist-cms/packages/core/icon-registry/icons/icon-server.js +1 -1
  1426. package/dist-cms/packages/core/icon-registry/icons/icon-settings-alt.d.ts +1 -1
  1427. package/dist-cms/packages/core/icon-registry/icons/icon-settings-alt.js +1 -1
  1428. package/dist-cms/packages/core/icon-registry/icons/icon-settings.d.ts +1 -1
  1429. package/dist-cms/packages/core/icon-registry/icons/icon-settings.js +1 -1
  1430. package/dist-cms/packages/core/icon-registry/icons/icon-share-alt.d.ts +1 -1
  1431. package/dist-cms/packages/core/icon-registry/icons/icon-share-alt.js +1 -1
  1432. package/dist-cms/packages/core/icon-registry/icons/icon-share.d.ts +1 -1
  1433. package/dist-cms/packages/core/icon-registry/icons/icon-share.js +1 -1
  1434. package/dist-cms/packages/core/icon-registry/icons/icon-sharing-iphone.d.ts +1 -1
  1435. package/dist-cms/packages/core/icon-registry/icons/icon-sharing-iphone.js +1 -1
  1436. package/dist-cms/packages/core/icon-registry/icons/icon-shield.d.ts +1 -1
  1437. package/dist-cms/packages/core/icon-registry/icons/icon-shield.js +1 -1
  1438. package/dist-cms/packages/core/icon-registry/icons/icon-shift.d.ts +1 -1
  1439. package/dist-cms/packages/core/icon-registry/icons/icon-shift.js +1 -1
  1440. package/dist-cms/packages/core/icon-registry/icons/icon-shipping-box.d.ts +1 -1
  1441. package/dist-cms/packages/core/icon-registry/icons/icon-shipping-box.js +1 -1
  1442. package/dist-cms/packages/core/icon-registry/icons/icon-shipping.d.ts +1 -1
  1443. package/dist-cms/packages/core/icon-registry/icons/icon-shipping.js +1 -1
  1444. package/dist-cms/packages/core/icon-registry/icons/icon-shoe.d.ts +1 -1
  1445. package/dist-cms/packages/core/icon-registry/icons/icon-shoe.js +1 -1
  1446. package/dist-cms/packages/core/icon-registry/icons/icon-shopping-basket-alt-2.d.ts +1 -1
  1447. package/dist-cms/packages/core/icon-registry/icons/icon-shopping-basket-alt-2.js +1 -1
  1448. package/dist-cms/packages/core/icon-registry/icons/icon-shopping-basket-alt.d.ts +1 -1
  1449. package/dist-cms/packages/core/icon-registry/icons/icon-shopping-basket-alt.js +1 -1
  1450. package/dist-cms/packages/core/icon-registry/icons/icon-shopping-basket.d.ts +1 -1
  1451. package/dist-cms/packages/core/icon-registry/icons/icon-shopping-basket.js +1 -1
  1452. package/dist-cms/packages/core/icon-registry/icons/icon-shuffle.d.ts +1 -1
  1453. package/dist-cms/packages/core/icon-registry/icons/icon-shuffle.js +5 -5
  1454. package/dist-cms/packages/core/icon-registry/icons/icon-sience.d.ts +1 -1
  1455. package/dist-cms/packages/core/icon-registry/icons/icon-sience.js +1 -1
  1456. package/dist-cms/packages/core/icon-registry/icons/icon-single-note.d.ts +1 -1
  1457. package/dist-cms/packages/core/icon-registry/icons/icon-single-note.js +1 -1
  1458. package/dist-cms/packages/core/icon-registry/icons/icon-sitemap.d.ts +1 -1
  1459. package/dist-cms/packages/core/icon-registry/icons/icon-sitemap.js +1 -1
  1460. package/dist-cms/packages/core/icon-registry/icons/icon-sleep.d.ts +1 -1
  1461. package/dist-cms/packages/core/icon-registry/icons/icon-sleep.js +1 -1
  1462. package/dist-cms/packages/core/icon-registry/icons/icon-slideshow.d.ts +1 -1
  1463. package/dist-cms/packages/core/icon-registry/icons/icon-slideshow.js +1 -1
  1464. package/dist-cms/packages/core/icon-registry/icons/icon-smiley-inverted.d.ts +1 -1
  1465. package/dist-cms/packages/core/icon-registry/icons/icon-smiley-inverted.js +1 -1
  1466. package/dist-cms/packages/core/icon-registry/icons/icon-smiley.d.ts +1 -1
  1467. package/dist-cms/packages/core/icon-registry/icons/icon-smiley.js +1 -1
  1468. package/dist-cms/packages/core/icon-registry/icons/icon-snow.d.ts +1 -1
  1469. package/dist-cms/packages/core/icon-registry/icons/icon-snow.js +1 -1
  1470. package/dist-cms/packages/core/icon-registry/icons/icon-sound-low.d.ts +1 -1
  1471. package/dist-cms/packages/core/icon-registry/icons/icon-sound-low.js +1 -1
  1472. package/dist-cms/packages/core/icon-registry/icons/icon-sound-medium.d.ts +1 -1
  1473. package/dist-cms/packages/core/icon-registry/icons/icon-sound-medium.js +1 -1
  1474. package/dist-cms/packages/core/icon-registry/icons/icon-sound-off.d.ts +1 -1
  1475. package/dist-cms/packages/core/icon-registry/icons/icon-sound-off.js +1 -1
  1476. package/dist-cms/packages/core/icon-registry/icons/icon-sound-waves.d.ts +1 -1
  1477. package/dist-cms/packages/core/icon-registry/icons/icon-sound-waves.js +1 -1
  1478. package/dist-cms/packages/core/icon-registry/icons/icon-sound.d.ts +1 -1
  1479. package/dist-cms/packages/core/icon-registry/icons/icon-sound.js +1 -1
  1480. package/dist-cms/packages/core/icon-registry/icons/icon-spades.d.ts +1 -1
  1481. package/dist-cms/packages/core/icon-registry/icons/icon-spades.js +1 -1
  1482. package/dist-cms/packages/core/icon-registry/icons/icon-speaker.d.ts +1 -1
  1483. package/dist-cms/packages/core/icon-registry/icons/icon-speaker.js +1 -1
  1484. package/dist-cms/packages/core/icon-registry/icons/icon-speed-gauge.d.ts +1 -1
  1485. package/dist-cms/packages/core/icon-registry/icons/icon-speed-gauge.js +1 -1
  1486. package/dist-cms/packages/core/icon-registry/icons/icon-split-alt.d.ts +1 -1
  1487. package/dist-cms/packages/core/icon-registry/icons/icon-split-alt.js +1 -1
  1488. package/dist-cms/packages/core/icon-registry/icons/icon-split.d.ts +1 -1
  1489. package/dist-cms/packages/core/icon-registry/icons/icon-split.js +1 -1
  1490. package/dist-cms/packages/core/icon-registry/icons/icon-sprout.d.ts +1 -1
  1491. package/dist-cms/packages/core/icon-registry/icons/icon-sprout.js +1 -1
  1492. package/dist-cms/packages/core/icon-registry/icons/icon-squiggly-line.d.ts +1 -1
  1493. package/dist-cms/packages/core/icon-registry/icons/icon-squiggly-line.js +1 -1
  1494. package/dist-cms/packages/core/icon-registry/icons/icon-ssd.d.ts +1 -1
  1495. package/dist-cms/packages/core/icon-registry/icons/icon-ssd.js +1 -1
  1496. package/dist-cms/packages/core/icon-registry/icons/icon-stacked-disks.d.ts +1 -1
  1497. package/dist-cms/packages/core/icon-registry/icons/icon-stacked-disks.js +1 -1
  1498. package/dist-cms/packages/core/icon-registry/icons/icon-stamp.d.ts +1 -1
  1499. package/dist-cms/packages/core/icon-registry/icons/icon-stamp.js +1 -1
  1500. package/dist-cms/packages/core/icon-registry/icons/icon-star.d.ts +1 -1
  1501. package/dist-cms/packages/core/icon-registry/icons/icon-star.js +1 -1
  1502. package/dist-cms/packages/core/icon-registry/icons/icon-stop-alt.d.ts +1 -1
  1503. package/dist-cms/packages/core/icon-registry/icons/icon-stop-alt.js +1 -1
  1504. package/dist-cms/packages/core/icon-registry/icons/icon-stop-hand.d.ts +1 -1
  1505. package/dist-cms/packages/core/icon-registry/icons/icon-stop-hand.js +1 -1
  1506. package/dist-cms/packages/core/icon-registry/icons/icon-stop.d.ts +1 -1
  1507. package/dist-cms/packages/core/icon-registry/icons/icon-stop.js +1 -1
  1508. package/dist-cms/packages/core/icon-registry/icons/icon-store.d.ts +1 -1
  1509. package/dist-cms/packages/core/icon-registry/icons/icon-store.js +1 -1
  1510. package/dist-cms/packages/core/icon-registry/icons/icon-stream.d.ts +1 -1
  1511. package/dist-cms/packages/core/icon-registry/icons/icon-stream.js +1 -1
  1512. package/dist-cms/packages/core/icon-registry/icons/icon-strikethrough.d.ts +1 -1
  1513. package/dist-cms/packages/core/icon-registry/icons/icon-strikethrough.js +1 -1
  1514. package/dist-cms/packages/core/icon-registry/icons/icon-subscript.d.ts +1 -1
  1515. package/dist-cms/packages/core/icon-registry/icons/icon-subscript.js +1 -1
  1516. package/dist-cms/packages/core/icon-registry/icons/icon-sunny.d.ts +1 -1
  1517. package/dist-cms/packages/core/icon-registry/icons/icon-sunny.js +1 -1
  1518. package/dist-cms/packages/core/icon-registry/icons/icon-superscript.d.ts +1 -1
  1519. package/dist-cms/packages/core/icon-registry/icons/icon-superscript.js +1 -1
  1520. package/dist-cms/packages/core/icon-registry/icons/icon-sweatshirt.d.ts +1 -1
  1521. package/dist-cms/packages/core/icon-registry/icons/icon-sweatshirt.js +1 -1
  1522. package/dist-cms/packages/core/icon-registry/icons/icon-sync.d.ts +1 -1
  1523. package/dist-cms/packages/core/icon-registry/icons/icon-sync.js +1 -1
  1524. package/dist-cms/packages/core/icon-registry/icons/icon-t-shirt.d.ts +1 -1
  1525. package/dist-cms/packages/core/icon-registry/icons/icon-t-shirt.js +1 -1
  1526. package/dist-cms/packages/core/icon-registry/icons/icon-tab-key.d.ts +1 -1
  1527. package/dist-cms/packages/core/icon-registry/icons/icon-tab-key.js +1 -1
  1528. package/dist-cms/packages/core/icon-registry/icons/icon-table.d.ts +1 -1
  1529. package/dist-cms/packages/core/icon-registry/icons/icon-table.js +1 -1
  1530. package/dist-cms/packages/core/icon-registry/icons/icon-tag.d.ts +1 -1
  1531. package/dist-cms/packages/core/icon-registry/icons/icon-tag.js +1 -1
  1532. package/dist-cms/packages/core/icon-registry/icons/icon-tags.d.ts +1 -1
  1533. package/dist-cms/packages/core/icon-registry/icons/icon-tags.js +1 -1
  1534. package/dist-cms/packages/core/icon-registry/icons/icon-takeaway-cup.d.ts +1 -1
  1535. package/dist-cms/packages/core/icon-registry/icons/icon-takeaway-cup.js +1 -1
  1536. package/dist-cms/packages/core/icon-registry/icons/icon-target.d.ts +1 -1
  1537. package/dist-cms/packages/core/icon-registry/icons/icon-target.js +1 -1
  1538. package/dist-cms/packages/core/icon-registry/icons/icon-temperatrure-alt.d.ts +1 -1
  1539. package/dist-cms/packages/core/icon-registry/icons/icon-temperatrure-alt.js +9 -7
  1540. package/dist-cms/packages/core/icon-registry/icons/icon-temperature.d.ts +1 -1
  1541. package/dist-cms/packages/core/icon-registry/icons/icon-temperature.js +1 -1
  1542. package/dist-cms/packages/core/icon-registry/icons/icon-terminal.d.ts +1 -1
  1543. package/dist-cms/packages/core/icon-registry/icons/icon-terminal.js +1 -1
  1544. package/dist-cms/packages/core/icon-registry/icons/icon-text-align-center.d.ts +1 -1
  1545. package/dist-cms/packages/core/icon-registry/icons/icon-text-align-center.js +1 -1
  1546. package/dist-cms/packages/core/icon-registry/icons/icon-text-align-justify.d.ts +1 -1
  1547. package/dist-cms/packages/core/icon-registry/icons/icon-text-align-justify.js +1 -1
  1548. package/dist-cms/packages/core/icon-registry/icons/icon-text-align-left.d.ts +1 -1
  1549. package/dist-cms/packages/core/icon-registry/icons/icon-text-align-left.js +1 -1
  1550. package/dist-cms/packages/core/icon-registry/icons/icon-text-align-right.d.ts +1 -1
  1551. package/dist-cms/packages/core/icon-registry/icons/icon-text-align-right.js +1 -1
  1552. package/dist-cms/packages/core/icon-registry/icons/icon-theater.d.ts +1 -1
  1553. package/dist-cms/packages/core/icon-registry/icons/icon-theater.js +1 -1
  1554. package/dist-cms/packages/core/icon-registry/icons/icon-thumb-down.d.ts +1 -1
  1555. package/dist-cms/packages/core/icon-registry/icons/icon-thumb-down.js +1 -1
  1556. package/dist-cms/packages/core/icon-registry/icons/icon-thumb-up.d.ts +1 -1
  1557. package/dist-cms/packages/core/icon-registry/icons/icon-thumb-up.js +1 -1
  1558. package/dist-cms/packages/core/icon-registry/icons/icon-thumbnail-list.d.ts +1 -1
  1559. package/dist-cms/packages/core/icon-registry/icons/icon-thumbnail-list.js +1 -1
  1560. package/dist-cms/packages/core/icon-registry/icons/icon-thumbnails-small.d.ts +1 -1
  1561. package/dist-cms/packages/core/icon-registry/icons/icon-thumbnails-small.js +1 -1
  1562. package/dist-cms/packages/core/icon-registry/icons/icon-thumbnails.d.ts +1 -1
  1563. package/dist-cms/packages/core/icon-registry/icons/icon-thumbnails.js +1 -1
  1564. package/dist-cms/packages/core/icon-registry/icons/icon-ticket.d.ts +1 -1
  1565. package/dist-cms/packages/core/icon-registry/icons/icon-ticket.js +1 -1
  1566. package/dist-cms/packages/core/icon-registry/icons/icon-time.d.ts +1 -1
  1567. package/dist-cms/packages/core/icon-registry/icons/icon-time.js +1 -1
  1568. package/dist-cms/packages/core/icon-registry/icons/icon-timer.d.ts +1 -1
  1569. package/dist-cms/packages/core/icon-registry/icons/icon-timer.js +1 -1
  1570. package/dist-cms/packages/core/icon-registry/icons/icon-tools.d.ts +1 -1
  1571. package/dist-cms/packages/core/icon-registry/icons/icon-tools.js +1 -1
  1572. package/dist-cms/packages/core/icon-registry/icons/icon-top.d.ts +1 -1
  1573. package/dist-cms/packages/core/icon-registry/icons/icon-top.js +1 -1
  1574. package/dist-cms/packages/core/icon-registry/icons/icon-traffic-alt.d.ts +1 -1
  1575. package/dist-cms/packages/core/icon-registry/icons/icon-traffic-alt.js +1 -1
  1576. package/dist-cms/packages/core/icon-registry/icons/icon-trafic.d.ts +1 -1
  1577. package/dist-cms/packages/core/icon-registry/icons/icon-trafic.js +1 -1
  1578. package/dist-cms/packages/core/icon-registry/icons/icon-train.d.ts +1 -1
  1579. package/dist-cms/packages/core/icon-registry/icons/icon-train.js +1 -1
  1580. package/dist-cms/packages/core/icon-registry/icons/icon-trash-alt-2.d.ts +1 -1
  1581. package/dist-cms/packages/core/icon-registry/icons/icon-trash-alt-2.js +1 -1
  1582. package/dist-cms/packages/core/icon-registry/icons/icon-trash-alt.d.ts +1 -1
  1583. package/dist-cms/packages/core/icon-registry/icons/icon-trash-alt.js +1 -1
  1584. package/dist-cms/packages/core/icon-registry/icons/icon-trash.d.ts +1 -1
  1585. package/dist-cms/packages/core/icon-registry/icons/icon-trash.js +1 -1
  1586. package/dist-cms/packages/core/icon-registry/icons/icon-tree.d.ts +1 -1
  1587. package/dist-cms/packages/core/icon-registry/icons/icon-tree.js +1 -1
  1588. package/dist-cms/packages/core/icon-registry/icons/icon-trophy.d.ts +1 -1
  1589. package/dist-cms/packages/core/icon-registry/icons/icon-trophy.js +1 -1
  1590. package/dist-cms/packages/core/icon-registry/icons/icon-truck.d.ts +1 -1
  1591. package/dist-cms/packages/core/icon-registry/icons/icon-truck.js +1 -1
  1592. package/dist-cms/packages/core/icon-registry/icons/icon-tv-old.d.ts +1 -1
  1593. package/dist-cms/packages/core/icon-registry/icons/icon-tv-old.js +1 -1
  1594. package/dist-cms/packages/core/icon-registry/icons/icon-tv.d.ts +1 -1
  1595. package/dist-cms/packages/core/icon-registry/icons/icon-tv.js +1 -1
  1596. package/dist-cms/packages/core/icon-registry/icons/icon-umb-content.d.ts +1 -1
  1597. package/dist-cms/packages/core/icon-registry/icons/icon-umb-content.js +1 -1
  1598. package/dist-cms/packages/core/icon-registry/icons/icon-umb-developer.d.ts +1 -1
  1599. package/dist-cms/packages/core/icon-registry/icons/icon-umb-developer.js +1 -1
  1600. package/dist-cms/packages/core/icon-registry/icons/icon-umb-manifest.d.ts +1 -1
  1601. package/dist-cms/packages/core/icon-registry/icons/icon-umb-manifest.js +1 -1
  1602. package/dist-cms/packages/core/icon-registry/icons/icon-umb-media.d.ts +1 -1
  1603. package/dist-cms/packages/core/icon-registry/icons/icon-umb-media.js +1 -1
  1604. package/dist-cms/packages/core/icon-registry/icons/icon-umb-settings.d.ts +1 -1
  1605. package/dist-cms/packages/core/icon-registry/icons/icon-umb-settings.js +1 -1
  1606. package/dist-cms/packages/core/icon-registry/icons/icon-umb-users.d.ts +1 -1
  1607. package/dist-cms/packages/core/icon-registry/icons/icon-umb-users.js +1 -1
  1608. package/dist-cms/packages/core/icon-registry/icons/icon-umbrella.d.ts +1 -1
  1609. package/dist-cms/packages/core/icon-registry/icons/icon-umbrella.js +1 -1
  1610. package/dist-cms/packages/core/icon-registry/icons/icon-underline.d.ts +1 -1
  1611. package/dist-cms/packages/core/icon-registry/icons/icon-underline.js +1 -1
  1612. package/dist-cms/packages/core/icon-registry/icons/icon-undo.d.ts +1 -1
  1613. package/dist-cms/packages/core/icon-registry/icons/icon-undo.js +1 -1
  1614. package/dist-cms/packages/core/icon-registry/icons/icon-unlink.d.ts +1 -1
  1615. package/dist-cms/packages/core/icon-registry/icons/icon-unlink.js +1 -1
  1616. package/dist-cms/packages/core/icon-registry/icons/icon-unlocked.d.ts +1 -1
  1617. package/dist-cms/packages/core/icon-registry/icons/icon-unlocked.js +1 -1
  1618. package/dist-cms/packages/core/icon-registry/icons/icon-unplug.d.ts +1 -1
  1619. package/dist-cms/packages/core/icon-registry/icons/icon-unplug.js +1 -1
  1620. package/dist-cms/packages/core/icon-registry/icons/icon-untitled.d.ts +1 -1
  1621. package/dist-cms/packages/core/icon-registry/icons/icon-untitled.js +1 -1
  1622. package/dist-cms/packages/core/icon-registry/icons/icon-usb-connector.d.ts +1 -1
  1623. package/dist-cms/packages/core/icon-registry/icons/icon-usb-connector.js +1 -1
  1624. package/dist-cms/packages/core/icon-registry/icons/icon-usb.d.ts +1 -1
  1625. package/dist-cms/packages/core/icon-registry/icons/icon-usb.js +1 -1
  1626. package/dist-cms/packages/core/icon-registry/icons/icon-user-female.d.ts +1 -1
  1627. package/dist-cms/packages/core/icon-registry/icons/icon-user-female.js +1 -1
  1628. package/dist-cms/packages/core/icon-registry/icons/icon-user-females-alt.d.ts +1 -1
  1629. package/dist-cms/packages/core/icon-registry/icons/icon-user-females-alt.js +1 -1
  1630. package/dist-cms/packages/core/icon-registry/icons/icon-user-females.d.ts +1 -1
  1631. package/dist-cms/packages/core/icon-registry/icons/icon-user-females.js +1 -1
  1632. package/dist-cms/packages/core/icon-registry/icons/icon-user-glasses.d.ts +1 -1
  1633. package/dist-cms/packages/core/icon-registry/icons/icon-user-glasses.js +1 -1
  1634. package/dist-cms/packages/core/icon-registry/icons/icon-user.d.ts +1 -1
  1635. package/dist-cms/packages/core/icon-registry/icons/icon-user.js +1 -1
  1636. package/dist-cms/packages/core/icon-registry/icons/icon-users-alt.d.ts +1 -1
  1637. package/dist-cms/packages/core/icon-registry/icons/icon-users-alt.js +1 -1
  1638. package/dist-cms/packages/core/icon-registry/icons/icon-users.d.ts +1 -1
  1639. package/dist-cms/packages/core/icon-registry/icons/icon-users.js +1 -1
  1640. package/dist-cms/packages/core/icon-registry/icons/icon-utilities.d.ts +1 -1
  1641. package/dist-cms/packages/core/icon-registry/icons/icon-utilities.js +1 -1
  1642. package/dist-cms/packages/core/icon-registry/icons/icon-vcard.d.ts +1 -1
  1643. package/dist-cms/packages/core/icon-registry/icons/icon-vcard.js +1 -1
  1644. package/dist-cms/packages/core/icon-registry/icons/icon-video.d.ts +1 -1
  1645. package/dist-cms/packages/core/icon-registry/icons/icon-video.js +1 -1
  1646. package/dist-cms/packages/core/icon-registry/icons/icon-voice.d.ts +1 -1
  1647. package/dist-cms/packages/core/icon-registry/icons/icon-voice.js +1 -1
  1648. package/dist-cms/packages/core/icon-registry/icons/icon-wall-plug.d.ts +1 -1
  1649. package/dist-cms/packages/core/icon-registry/icons/icon-wall-plug.js +1 -1
  1650. package/dist-cms/packages/core/icon-registry/icons/icon-wallet.d.ts +1 -1
  1651. package/dist-cms/packages/core/icon-registry/icons/icon-wallet.js +1 -1
  1652. package/dist-cms/packages/core/icon-registry/icons/icon-wand.d.ts +1 -1
  1653. package/dist-cms/packages/core/icon-registry/icons/icon-wand.js +1 -1
  1654. package/dist-cms/packages/core/icon-registry/icons/icon-webhook.d.ts +1 -1
  1655. package/dist-cms/packages/core/icon-registry/icons/icon-webhook.js +1 -1
  1656. package/dist-cms/packages/core/icon-registry/icons/icon-weight.d.ts +1 -1
  1657. package/dist-cms/packages/core/icon-registry/icons/icon-weight.js +1 -1
  1658. package/dist-cms/packages/core/icon-registry/icons/icon-width.d.ts +1 -1
  1659. package/dist-cms/packages/core/icon-registry/icons/icon-width.js +1 -1
  1660. package/dist-cms/packages/core/icon-registry/icons/icon-wifi.d.ts +1 -1
  1661. package/dist-cms/packages/core/icon-registry/icons/icon-wifi.js +1 -1
  1662. package/dist-cms/packages/core/icon-registry/icons/icon-window-popin.d.ts +1 -1
  1663. package/dist-cms/packages/core/icon-registry/icons/icon-window-popin.js +1 -1
  1664. package/dist-cms/packages/core/icon-registry/icons/icon-window-popout.d.ts +1 -1
  1665. package/dist-cms/packages/core/icon-registry/icons/icon-window-popout.js +1 -1
  1666. package/dist-cms/packages/core/icon-registry/icons/icon-window-sizes.d.ts +1 -1
  1667. package/dist-cms/packages/core/icon-registry/icons/icon-window-sizes.js +1 -1
  1668. package/dist-cms/packages/core/icon-registry/icons/icon-wine-glass.d.ts +1 -1
  1669. package/dist-cms/packages/core/icon-registry/icons/icon-wine-glass.js +1 -1
  1670. package/dist-cms/packages/core/icon-registry/icons/icon-wrench.d.ts +1 -1
  1671. package/dist-cms/packages/core/icon-registry/icons/icon-wrench.js +1 -1
  1672. package/dist-cms/packages/core/icon-registry/icons/icon-wrong.d.ts +1 -1
  1673. package/dist-cms/packages/core/icon-registry/icons/icon-wrong.js +1 -1
  1674. package/dist-cms/packages/core/icon-registry/icons/icon-zip.d.ts +1 -1
  1675. package/dist-cms/packages/core/icon-registry/icons/icon-zip.js +1 -1
  1676. package/dist-cms/packages/core/icon-registry/icons/icon-zom-out.d.ts +1 -1
  1677. package/dist-cms/packages/core/icon-registry/icons/icon-zom-out.js +1 -1
  1678. package/dist-cms/packages/core/icon-registry/icons/icon-zoom-in.d.ts +1 -1
  1679. package/dist-cms/packages/core/icon-registry/icons/icon-zoom-in.js +1 -1
  1680. package/dist-cms/packages/core/icon-registry/icons/icon-zoom-out.d.ts +1 -1
  1681. package/dist-cms/packages/core/icon-registry/icons/icon-zoom-out.js +1 -1
  1682. package/dist-cms/packages/core/icon-registry/icons.d.ts +16 -4
  1683. package/dist-cms/packages/core/icon-registry/icons.js +16 -3
  1684. package/dist-cms/packages/core/manifests.js +0 -2
  1685. package/dist-cms/packages/core/modal/common/confirm/confirm-modal.element.js +13 -6
  1686. package/dist-cms/packages/core/modal/common/confirm/confirm-modal.token.d.ts +1 -1
  1687. package/dist-cms/packages/core/modal/common/item-picker/item-picker-modal.element.js +1 -1
  1688. package/dist-cms/packages/core/modal/context/modal.context.js +1 -1
  1689. package/dist-cms/packages/core/picker/search/result-item/default/default-picker-search-result-item.element.js +1 -0
  1690. package/dist-cms/packages/core/property/components/index.d.ts +3 -0
  1691. package/dist-cms/packages/core/property/components/index.js +3 -0
  1692. package/dist-cms/packages/core/property/{property → components/property}/property.context.d.ts +28 -9
  1693. package/dist-cms/packages/core/property/{property → components/property}/property.context.js +32 -7
  1694. package/dist-cms/packages/core/property/{property → components/property}/property.element.d.ts +3 -3
  1695. package/dist-cms/packages/core/property/{property → components/property}/property.element.js +22 -6
  1696. package/dist-cms/packages/core/property/{property-layout → components/property-layout}/property-layout.element.d.ts +2 -2
  1697. package/dist-cms/packages/core/property/{property-layout → components/property-layout}/property-layout.element.js +4 -4
  1698. package/dist-cms/packages/core/property/{unsupported-property → components/unsupported-property}/unsupported-property.element.d.ts +1 -1
  1699. package/dist-cms/packages/core/property/{unsupported-property → components/unsupported-property}/unsupported-property.element.js +3 -3
  1700. package/dist-cms/packages/core/property/{unsupported-property → components/unsupported-property}/utils.d.ts +1 -1
  1701. package/dist-cms/packages/core/property/conditions/constants.d.ts +2 -1
  1702. package/dist-cms/packages/core/property/conditions/constants.js +2 -1
  1703. package/dist-cms/packages/core/property/conditions/has-value/constants.d.ts +1 -0
  1704. package/dist-cms/packages/core/property/conditions/has-value/constants.js +1 -0
  1705. package/dist-cms/packages/core/property/conditions/has-value/has-value.condition.d.ts +8 -0
  1706. package/dist-cms/packages/core/property/conditions/has-value/has-value.condition.js +13 -0
  1707. package/dist-cms/packages/core/property/conditions/has-value/manifests.d.ts +1 -0
  1708. package/dist-cms/packages/core/property/conditions/has-value/manifests.js +9 -0
  1709. package/dist-cms/packages/core/property/conditions/has-value/types.d.ts +9 -0
  1710. package/dist-cms/packages/core/property/conditions/has-value/types.js +1 -0
  1711. package/dist-cms/packages/core/property/conditions/manifests.js +3 -9
  1712. package/dist-cms/packages/core/property/conditions/types.d.ts +1 -0
  1713. package/dist-cms/packages/core/property/conditions/types.js +1 -0
  1714. package/dist-cms/packages/core/property/conditions/writable/constants.d.ts +1 -0
  1715. package/dist-cms/packages/core/property/conditions/writable/constants.js +1 -0
  1716. package/dist-cms/packages/core/property/conditions/writable/manifests.d.ts +1 -0
  1717. package/dist-cms/packages/core/property/conditions/writable/manifests.js +9 -0
  1718. package/dist-cms/packages/core/property/conditions/{writable-property.condition.d.ts → writable/writable-property.condition.d.ts} +3 -3
  1719. package/dist-cms/packages/core/property/conditions/{writable-property.condition.js → writable/writable-property.condition.js} +2 -2
  1720. package/dist-cms/packages/core/property/controllers/property-value-clone.controller.d.ts +11 -0
  1721. package/dist-cms/packages/core/property/controllers/property-value-clone.controller.js +71 -0
  1722. package/dist-cms/packages/core/property/extensions/property-context.extension.d.ts +13 -0
  1723. package/dist-cms/packages/core/property/extensions/property-context.extension.js +1 -0
  1724. package/dist-cms/packages/core/property/extensions/types.d.ts +1 -0
  1725. package/dist-cms/packages/core/property/extensions/types.js +1 -0
  1726. package/dist-cms/packages/core/property/index.d.ts +2 -3
  1727. package/dist-cms/packages/core/property/index.js +2 -3
  1728. package/dist-cms/packages/core/property/manifests.d.ts +1 -1
  1729. package/dist-cms/packages/core/property/property-dataset/property-dataset-base-context.d.ts +4 -4
  1730. package/dist-cms/packages/core/property/property-value-cloner/property-value-cloner.extension.d.ts +11 -0
  1731. package/dist-cms/packages/core/property/property-value-cloner/property-value-cloner.extension.js +1 -0
  1732. package/dist-cms/packages/core/property/property-value-cloner/types.d.ts +16 -0
  1733. package/dist-cms/packages/core/property/property-value-cloner/types.js +1 -0
  1734. package/dist-cms/packages/core/property/property-value-resolver/property-value-resolver.extension.d.ts +6 -2
  1735. package/dist-cms/packages/core/property/types/property-value-data.type.d.ts +5 -2
  1736. package/dist-cms/packages/core/property/types.d.ts +4 -1
  1737. package/dist-cms/packages/core/property-action/common/clear/property-action-clear.controller.d.ts +1 -1
  1738. package/dist-cms/packages/core/property-action/common/clear/property-action-clear.controller.js +1 -1
  1739. package/dist-cms/packages/core/property-action/components/index.d.ts +0 -1
  1740. package/dist-cms/packages/core/property-action/index.d.ts +5 -1
  1741. package/dist-cms/packages/core/property-action/index.js +2 -0
  1742. package/dist-cms/packages/core/property-action/kinds/default/index.d.ts +1 -0
  1743. package/dist-cms/packages/core/property-action/kinds/default/index.js +1 -0
  1744. package/dist-cms/packages/core/property-action/kinds/default/manifests.d.ts +3 -0
  1745. package/dist-cms/packages/core/property-action/{components/property-action/default/default.action.kind.js → kinds/default/manifests.js} +4 -1
  1746. package/dist-cms/packages/core/property-action/{components/property-action → kinds}/default/property-action.element.d.ts +3 -3
  1747. package/dist-cms/packages/core/property-action/{components/property-action → kinds}/default/property-action.element.js +3 -3
  1748. package/dist-cms/packages/core/property-action/kinds/manifests.d.ts +2 -0
  1749. package/dist-cms/packages/core/property-action/kinds/manifests.js +2 -0
  1750. package/dist-cms/packages/core/property-action/manifests.js +2 -19
  1751. package/dist-cms/packages/core/property-action/{components/property-action/property-action-base.controller.d.ts → property-action-base.d.ts} +1 -1
  1752. package/dist-cms/packages/core/property-action/{components/property-action/property-action-base.controller.js → property-action-base.js} +1 -1
  1753. package/dist-cms/packages/core/property-action/{extensions/property-action.extension.d.ts → property-action.extension.d.ts} +3 -3
  1754. package/dist-cms/packages/core/property-action/property-action.extension.js +1 -0
  1755. package/dist-cms/packages/core/property-action/{components/property-action/property-action.interface.d.ts → property-action.interface.d.ts} +1 -1
  1756. package/dist-cms/packages/core/property-action/property-action.interface.js +1 -0
  1757. package/dist-cms/packages/core/property-action/types.js +1 -0
  1758. package/dist-cms/packages/core/property-type/workspace/property-type-workspace.context.d.ts +1 -1
  1759. package/dist-cms/packages/core/property-type/workspace/property-type-workspace.context.js +0 -2
  1760. package/dist-cms/packages/core/property-type/workspace/views/settings/property-workspace-view-settings.element.js +1 -0
  1761. package/dist-cms/packages/core/router/components/router-slot/index.d.ts +5 -0
  1762. package/dist-cms/packages/core/router/components/router-slot/index.js +4 -0
  1763. package/dist-cms/packages/core/router/{route.context.d.ts → components/router-slot/route.context.d.ts} +7 -5
  1764. package/dist-cms/packages/core/router/{route.context.js → components/router-slot/route.context.js} +11 -5
  1765. package/dist-cms/packages/core/router/components/router-slot/route.interface.d.ts +1 -0
  1766. package/dist-cms/packages/core/router/components/router-slot/route.interface.js +1 -0
  1767. package/dist-cms/packages/core/router/{router-slot-change.event.d.ts → components/router-slot/router-slot-change.event.d.ts} +1 -1
  1768. package/dist-cms/packages/core/router/{router-slot-change.event.js → components/router-slot/router-slot-change.event.js} +1 -1
  1769. package/dist-cms/packages/core/router/{router-slot-init.event.d.ts → components/router-slot/router-slot-init.event.d.ts} +1 -1
  1770. package/dist-cms/packages/core/router/{router-slot-init.event.js → components/router-slot/router-slot-init.event.js} +1 -1
  1771. package/dist-cms/packages/core/router/{router-slot.element.d.ts → components/router-slot/router-slot.element.d.ts} +5 -4
  1772. package/dist-cms/packages/core/router/{router-slot.element.js → components/router-slot/router-slot.element.js} +10 -3
  1773. package/dist-cms/packages/core/router/contexts/index.d.ts +3 -0
  1774. package/dist-cms/packages/core/router/contexts/index.js +2 -0
  1775. package/dist-cms/packages/core/router/contexts/route-path-addendum-reset.context.d.ts +9 -0
  1776. package/dist-cms/packages/core/router/contexts/route-path-addendum-reset.context.js +11 -0
  1777. package/dist-cms/packages/core/router/contexts/route-path-addendum.context-token.d.ts +3 -0
  1778. package/dist-cms/packages/core/router/contexts/route-path-addendum.context-token.js +2 -0
  1779. package/dist-cms/packages/core/router/contexts/route-path-addendum.context.d.ts +10 -0
  1780. package/dist-cms/packages/core/router/contexts/route-path-addendum.context.js +31 -0
  1781. package/dist-cms/packages/core/router/contexts/route-path-addendum.interface.d.ts +4 -0
  1782. package/dist-cms/packages/core/router/contexts/route-path-addendum.interface.js +1 -0
  1783. package/dist-cms/packages/core/router/index.d.ts +5 -8
  1784. package/dist-cms/packages/core/router/index.js +5 -7
  1785. package/dist-cms/packages/core/router/modal-registration/modal-route-registration.controller.js +15 -4
  1786. package/dist-cms/packages/core/section/conditions/constants.d.ts +1 -0
  1787. package/dist-cms/packages/core/section/conditions/constants.js +1 -0
  1788. package/dist-cms/packages/core/section/conditions/manifests.js +2 -1
  1789. package/dist-cms/packages/core/section/conditions/section-user-permission.condition.d.ts +3 -1
  1790. package/dist-cms/packages/core/section/conditions/section-user-permission.condition.js +1 -1
  1791. package/dist-cms/packages/core/section/conditions/types.d.ts +2 -1
  1792. package/dist-cms/packages/core/section/constants.d.ts +1 -0
  1793. package/dist-cms/packages/core/section/constants.js +1 -0
  1794. package/dist-cms/packages/core/section/section-default.element.js +4 -0
  1795. package/dist-cms/packages/core/section/section-sidebar/section-sidebar.element.d.ts +2 -0
  1796. package/dist-cms/packages/core/section/section-sidebar/section-sidebar.element.js +5 -2
  1797. package/dist-cms/packages/core/server-file-system/rename/event/index.d.ts +2 -0
  1798. package/dist-cms/packages/core/server-file-system/rename/event/index.js +1 -0
  1799. package/dist-cms/packages/core/server-file-system/rename/event/server-file-renamed.entity-event.d.ts +8 -0
  1800. package/dist-cms/packages/core/server-file-system/rename/event/server-file-renamed.entity-event.js +13 -0
  1801. package/dist-cms/packages/core/server-file-system/rename/event/types.d.ts +5 -0
  1802. package/dist-cms/packages/core/server-file-system/rename/event/types.js +1 -0
  1803. package/dist-cms/packages/core/server-file-system/rename/index.d.ts +2 -0
  1804. package/dist-cms/packages/core/server-file-system/rename/index.js +2 -0
  1805. package/dist-cms/packages/core/server-file-system/rename/modal/rename-server-file-modal.element.js +7 -1
  1806. package/dist-cms/packages/core/server-file-system/rename/modal/rename-server-file-modal.token.d.ts +2 -0
  1807. package/dist-cms/packages/core/server-file-system/rename/rename-server-file.action.js +21 -7
  1808. package/dist-cms/packages/core/server-file-system/rename/rename-server-file.action.kind.js +1 -0
  1809. package/dist-cms/packages/core/server-file-system/rename/workspace-redirect/index.d.ts +1 -0
  1810. package/dist-cms/packages/core/server-file-system/rename/workspace-redirect/index.js +1 -0
  1811. package/dist-cms/packages/core/server-file-system/rename/workspace-redirect/workspace-redirect.controller.d.ts +10 -0
  1812. package/dist-cms/packages/core/server-file-system/rename/workspace-redirect/workspace-redirect.controller.js +46 -0
  1813. package/dist-cms/packages/core/sorter/index.d.ts +1 -0
  1814. package/dist-cms/packages/core/sorter/index.js +1 -0
  1815. package/dist-cms/packages/core/sorter/replacement-resolver-as-grid.function.d.ts +9 -0
  1816. package/dist-cms/packages/core/sorter/replacement-resolver-as-grid.function.js +18 -0
  1817. package/dist-cms/packages/core/sorter/sorter.controller.d.ts +14 -3
  1818. package/dist-cms/packages/core/sorter/sorter.controller.js +224 -107
  1819. package/dist-cms/packages/core/themes/manifests.d.ts +1 -1
  1820. package/dist-cms/packages/core/tree/entity-actions/sort-children-of/modal/sort-children-of-modal.element.d.ts +1 -0
  1821. package/dist-cms/packages/core/tree/entity-actions/sort-children-of/modal/sort-children-of-modal.element.js +135 -6
  1822. package/dist-cms/packages/core/tree/entity-actions/sort-children-of/sort-children-of.action.js +1 -1
  1823. package/dist-cms/packages/core/tree/folder/entity-create-option-action/folder-entity-create-option-action.d.ts +8 -0
  1824. package/dist-cms/packages/core/tree/folder/entity-create-option-action/folder-entity-create-option-action.js +7 -0
  1825. package/dist-cms/packages/core/tree/folder/entity-create-option-action/manifests.js +20 -0
  1826. package/dist-cms/packages/core/tree/folder/entity-create-option-action/types.d.ts +13 -0
  1827. package/dist-cms/packages/core/tree/folder/entity-create-option-action/types.js +1 -0
  1828. package/dist-cms/packages/core/tree/folder/manifests.js +4 -2
  1829. package/dist-cms/packages/core/tree/tree-item/tree-item-base/tree-item-element-base.js +0 -1
  1830. package/dist-cms/packages/core/tree/tree-picker-modal/tree-picker-modal.element.js +1 -1
  1831. package/dist-cms/packages/core/utils/deprecation/deprecation.d.ts +15 -0
  1832. package/dist-cms/packages/core/utils/deprecation/deprecation.js +23 -0
  1833. package/dist-cms/packages/core/utils/deprecation/index.d.ts +2 -0
  1834. package/dist-cms/packages/core/utils/deprecation/index.js +1 -0
  1835. package/dist-cms/packages/core/utils/deprecation/types.d.ts +5 -0
  1836. package/dist-cms/packages/core/utils/deprecation/types.js +1 -0
  1837. package/dist-cms/packages/core/utils/index.d.ts +1 -0
  1838. package/dist-cms/packages/core/utils/index.js +1 -0
  1839. package/dist-cms/packages/core/utils/string/string-or-string-array-contains/string-or-string-array-contains.function.d.ts +7 -0
  1840. package/dist-cms/packages/core/utils/string/string-or-string-array-contains/string-or-string-array-contains.function.js +14 -0
  1841. package/dist-cms/packages/core/validation/context/validation-messages.manager.d.ts +4 -1
  1842. package/dist-cms/packages/core/validation/context/validation-messages.manager.js +27 -11
  1843. package/dist-cms/packages/core/validation/controllers/validation.controller.js +2 -1
  1844. package/dist-cms/packages/core/validation/utils/extract-json-query-properties.function.d.ts +12 -0
  1845. package/dist-cms/packages/core/validation/utils/extract-json-query-properties.function.js +22 -0
  1846. package/dist-cms/packages/core/validation/utils/index.d.ts +1 -0
  1847. package/dist-cms/packages/core/validation/utils/index.js +1 -0
  1848. package/dist-cms/packages/core/vite.config.js +1 -0
  1849. package/dist-cms/packages/core/workspace/components/workspace-editor/workspace-editor.element.js +10 -6
  1850. package/dist-cms/packages/core/workspace/components/workspace-header-name-editable/workspace-header-name-editable.element.d.ts +15 -0
  1851. package/dist-cms/packages/core/workspace/components/workspace-header-name-editable/workspace-header-name-editable.element.js +16 -1
  1852. package/dist-cms/packages/core/workspace/components/workspace-split-view/workspace-split-view-variant-selector.element.d.ts +5 -7
  1853. package/dist-cms/packages/core/workspace/components/workspace-split-view/workspace-split-view-variant-selector.element.js +63 -48
  1854. package/dist-cms/packages/core/workspace/components/workspace-split-view/workspace-split-view.context.js +5 -5
  1855. package/dist-cms/packages/core/workspace/components/workspace-split-view/workspace-split-view.element.js +3 -1
  1856. package/dist-cms/packages/core/workspace/conditions/manifests.js +3 -1
  1857. package/dist-cms/packages/core/workspace/conditions/types.d.ts +25 -7
  1858. package/dist-cms/packages/core/workspace/conditions/workspace-content-type-alias.condition.d.ts +3 -3
  1859. package/dist-cms/packages/core/workspace/conditions/workspace-entity-is-new.condition.d.ts +3 -3
  1860. package/dist-cms/packages/core/workspace/conditions/workspace-entity-type.condition.d.ts +3 -3
  1861. package/dist-cms/packages/core/workspace/conditions/workspace-has-collection.condition.d.ts +3 -3
  1862. package/dist-cms/packages/core/workspace/contexts/tokens/invariant-dataset-workspace-context.interface.d.ts +2 -4
  1863. package/dist-cms/packages/core/workspace/entity-detail/entity-detail-workspace-base.d.ts +28 -0
  1864. package/dist-cms/packages/core/workspace/entity-detail/entity-detail-workspace-base.js +44 -3
  1865. package/dist-cms/packages/core/workspace/entity-detail/entity-named-detail-workspace-base.d.ts +11 -0
  1866. package/dist-cms/packages/core/workspace/entity-detail/entity-named-detail-workspace-base.js +16 -0
  1867. package/dist-cms/packages/core/workspace/entity-detail/entity-named-detail-workspace.context-token.d.ts +4 -0
  1868. package/dist-cms/packages/core/workspace/entity-detail/entity-named-detail-workspace.context-token.js +2 -0
  1869. package/dist-cms/packages/core/workspace/entity-detail/global-components/entity-detail-workspace-editor.element.js +5 -3
  1870. package/dist-cms/packages/core/workspace/entity-detail/index.d.ts +2 -0
  1871. package/dist-cms/packages/core/workspace/entity-detail/index.js +2 -0
  1872. package/dist-cms/packages/core/workspace/kinds/routable/routable-workspace.element.js +0 -3
  1873. package/dist-cms/packages/core/workspace/namable/index.d.ts +0 -1
  1874. package/dist-cms/packages/core/workspace/namable/types.d.ts +1 -0
  1875. package/dist-cms/packages/core/workspace/namable/types.js +1 -0
  1876. package/dist-cms/packages/core/workspace/paths.d.ts +7 -0
  1877. package/dist-cms/packages/core/workspace/paths.js +1 -0
  1878. package/dist-cms/packages/core/workspace/submittable/submittable-workspace-context-base.d.ts +1 -1
  1879. package/dist-cms/packages/core/workspace/submittable/submittable-workspace-context-base.js +0 -2
  1880. package/dist-cms/packages/core/workspace/types.d.ts +1 -0
  1881. package/dist-cms/packages/core/workspace/workspace.element.d.ts +7 -3
  1882. package/dist-cms/packages/core/workspace/workspace.element.js +37 -12
  1883. package/dist-cms/packages/data-type/collection/index.d.ts +1 -0
  1884. package/dist-cms/packages/data-type/collection/index.js +1 -0
  1885. package/dist-cms/packages/data-type/collection/manifests.js +2 -1
  1886. package/dist-cms/packages/data-type/collection/repository/index.d.ts +1 -0
  1887. package/dist-cms/packages/data-type/collection/repository/index.js +1 -0
  1888. package/dist-cms/packages/data-type/constants.d.ts +3 -2
  1889. package/dist-cms/packages/data-type/constants.js +3 -2
  1890. package/dist-cms/packages/data-type/data-type-root/constants.d.ts +1 -0
  1891. package/dist-cms/packages/data-type/data-type-root/constants.js +1 -0
  1892. package/dist-cms/packages/data-type/data-type-root/index.d.ts +1 -0
  1893. package/dist-cms/packages/data-type/data-type-root/index.js +1 -0
  1894. package/dist-cms/packages/data-type/data-type-root/manifests.d.ts +1 -0
  1895. package/dist-cms/packages/data-type/data-type-root/manifests.js +13 -0
  1896. package/dist-cms/packages/data-type/entity-actions/create/default/default-data-type-create-option-action.d.ts +6 -0
  1897. package/dist-cms/packages/data-type/entity-actions/create/default/default-data-type-create-option-action.js +15 -0
  1898. package/dist-cms/packages/data-type/entity-actions/create/default/manifests.d.ts +2 -0
  1899. package/dist-cms/packages/data-type/entity-actions/create/default/manifests.js +15 -0
  1900. package/dist-cms/packages/data-type/entity-actions/create/folder/manifests.d.ts +2 -0
  1901. package/dist-cms/packages/data-type/entity-actions/create/folder/manifests.js +17 -0
  1902. package/dist-cms/packages/data-type/entity-actions/create/manifests.d.ts +2 -1
  1903. package/dist-cms/packages/data-type/entity-actions/create/manifests.js +6 -7
  1904. package/dist-cms/packages/data-type/entity-actions/create/modal/data-type-create-options-modal.element.d.ts +8 -0
  1905. package/dist-cms/packages/data-type/entity-actions/create/modal/data-type-create-options-modal.element.js +16 -0
  1906. package/dist-cms/packages/data-type/entity-actions/manifests.d.ts +2 -1
  1907. package/dist-cms/packages/data-type/manifests.d.ts +2 -1
  1908. package/dist-cms/packages/data-type/manifests.js +2 -0
  1909. package/dist-cms/packages/data-type/paths.d.ts +5 -0
  1910. package/dist-cms/packages/data-type/paths.js +1 -0
  1911. package/dist-cms/packages/data-type/tree/constants.d.ts +3 -2
  1912. package/dist-cms/packages/data-type/tree/constants.js +3 -2
  1913. package/dist-cms/packages/data-type/tree/folder/manifests.js +20 -0
  1914. package/dist-cms/packages/data-type/tree/folder/workspace/constants.d.ts +2 -1
  1915. package/dist-cms/packages/data-type/tree/folder/workspace/constants.js +2 -1
  1916. package/dist-cms/packages/data-type/tree/folder/workspace/data-type-folder-workspace.context.d.ts +2 -15
  1917. package/dist-cms/packages/data-type/tree/folder/workspace/data-type-folder-workspace.context.js +2 -19
  1918. package/dist-cms/packages/data-type/tree/folder/workspace/index.d.ts +1 -0
  1919. package/dist-cms/packages/data-type/tree/folder/workspace/index.js +1 -0
  1920. package/dist-cms/packages/data-type/tree/folder/workspace/paths.d.ts +7 -0
  1921. package/dist-cms/packages/data-type/tree/folder/workspace/paths.js +9 -0
  1922. package/dist-cms/packages/data-type/tree/manifests.js +2 -13
  1923. package/dist-cms/packages/data-type/tree/tree-item-children/collection/action/manifests.d.ts +1 -0
  1924. package/dist-cms/packages/data-type/tree/tree-item-children/collection/action/manifests.js +16 -0
  1925. package/dist-cms/packages/data-type/tree/tree-item-children/collection/constants.d.ts +2 -0
  1926. package/dist-cms/packages/data-type/tree/tree-item-children/collection/constants.js +2 -0
  1927. package/dist-cms/packages/data-type/tree/tree-item-children/collection/index.d.ts +2 -0
  1928. package/dist-cms/packages/data-type/tree/tree-item-children/collection/index.js +2 -0
  1929. package/dist-cms/packages/data-type/tree/tree-item-children/collection/manifests.d.ts +1 -0
  1930. package/dist-cms/packages/data-type/tree/tree-item-children/collection/manifests.js +19 -0
  1931. package/dist-cms/packages/data-type/tree/tree-item-children/collection/repository/constants.d.ts +1 -0
  1932. package/dist-cms/packages/data-type/tree/tree-item-children/collection/repository/constants.js +1 -0
  1933. package/dist-cms/packages/data-type/tree/tree-item-children/collection/repository/data-type-tree-item-children-collection.repository.d.ts +11 -0
  1934. package/dist-cms/packages/data-type/tree/tree-item-children/collection/repository/data-type-tree-item-children-collection.repository.js +26 -0
  1935. package/dist-cms/packages/data-type/tree/tree-item-children/collection/repository/index.d.ts +1 -0
  1936. package/dist-cms/packages/data-type/tree/tree-item-children/collection/repository/index.js +1 -0
  1937. package/dist-cms/packages/data-type/tree/tree-item-children/collection/repository/manifests.d.ts +1 -0
  1938. package/dist-cms/packages/data-type/tree/tree-item-children/collection/repository/manifests.js +9 -0
  1939. package/dist-cms/packages/data-type/tree/tree-item-children/collection/types.d.ts +5 -0
  1940. package/dist-cms/packages/data-type/tree/tree-item-children/collection/types.js +1 -0
  1941. package/dist-cms/packages/data-type/tree/tree-item-children/collection/views/data-type-tree-item-table-collection-view.element.d.ts +16 -0
  1942. package/dist-cms/packages/data-type/tree/tree-item-children/collection/views/data-type-tree-item-table-collection-view.element.js +117 -0
  1943. package/dist-cms/packages/data-type/tree/tree-item-children/collection/views/manifests.d.ts +1 -0
  1944. package/dist-cms/packages/data-type/tree/tree-item-children/collection/views/manifests.js +22 -0
  1945. package/dist-cms/packages/data-type/tree/tree-item-children/constants.d.ts +1 -0
  1946. package/dist-cms/packages/data-type/tree/tree-item-children/constants.js +1 -0
  1947. package/dist-cms/packages/data-type/tree/tree-item-children/manifests.d.ts +1 -0
  1948. package/dist-cms/packages/data-type/tree/{reload-tree-item-children → tree-item-children}/manifests.js +2 -0
  1949. package/dist-cms/packages/data-type/workspace/data-type-workspace.context.d.ts +2 -5
  1950. package/dist-cms/packages/data-type/workspace/data-type-workspace.context.js +2 -11
  1951. package/dist-cms/packages/data-type/workspace/views/details/data-type-details-workspace-view.element.js +8 -2
  1952. package/dist-cms/packages/dictionary/workspace/dictionary-workspace.context.d.ts +2 -5
  1953. package/dist-cms/packages/dictionary/workspace/dictionary-workspace.context.js +2 -9
  1954. package/dist-cms/packages/documents/document-blueprints/tree/folder/workspace/document-blueprint-folder-workspace.context.d.ts +2 -13
  1955. package/dist-cms/packages/documents/document-blueprints/tree/folder/workspace/document-blueprint-folder-workspace.context.js +2 -17
  1956. package/dist-cms/packages/documents/document-types/components/input-document-type/input-document-type.element.js +1 -1
  1957. package/dist-cms/packages/documents/document-types/entity-actions/create/default/default-document-type-create-option-action.d.ts +6 -0
  1958. package/dist-cms/packages/documents/document-types/entity-actions/create/default/default-document-type-create-option-action.js +16 -0
  1959. package/dist-cms/packages/documents/document-types/entity-actions/create/element/element-type-create-option-action.d.ts +6 -0
  1960. package/dist-cms/packages/documents/document-types/entity-actions/create/element/element-type-create-option-action.js +16 -0
  1961. package/dist-cms/packages/documents/document-types/entity-actions/create/folder/manifests.d.ts +2 -0
  1962. package/dist-cms/packages/documents/document-types/entity-actions/create/folder/manifests.js +17 -0
  1963. package/dist-cms/packages/documents/document-types/entity-actions/create/manifests.d.ts +2 -1
  1964. package/dist-cms/packages/documents/document-types/entity-actions/create/manifests.js +54 -7
  1965. package/dist-cms/packages/documents/document-types/entity-actions/create/modal/constants.d.ts +2 -0
  1966. package/dist-cms/packages/documents/document-types/entity-actions/create/modal/constants.js +1 -0
  1967. package/dist-cms/packages/documents/document-types/entity-actions/create/modal/document-type-create-options-modal.element.d.ts +1 -0
  1968. package/dist-cms/packages/documents/document-types/entity-actions/create/modal/document-type-create-options-modal.element.js +2 -1
  1969. package/dist-cms/packages/documents/document-types/entity-actions/create/template/document-type-with-template-create-option-action.d.ts +6 -0
  1970. package/dist-cms/packages/documents/document-types/entity-actions/create/template/document-type-with-template-create-option-action.js +16 -0
  1971. package/dist-cms/packages/documents/document-types/entity-actions/manifests.d.ts +2 -1
  1972. package/dist-cms/packages/documents/document-types/manifests.d.ts +2 -1
  1973. package/dist-cms/packages/documents/document-types/tree/folder/workspace/document-type-folder-workspace.context.d.ts +2 -15
  1974. package/dist-cms/packages/documents/document-types/tree/folder/workspace/document-type-folder-workspace.context.js +2 -19
  1975. package/dist-cms/packages/documents/document-types/tree/tree-item-children/collection/action/manifests.d.ts +1 -0
  1976. package/dist-cms/packages/documents/document-types/tree/tree-item-children/collection/action/manifests.js +16 -0
  1977. package/dist-cms/packages/documents/document-types/tree/tree-item-children/collection/manifests.js +4 -2
  1978. package/dist-cms/packages/documents/document-types/workspace/document-type/views/structure/document-type-workspace-view-structure.element.js +2 -2
  1979. package/dist-cms/packages/documents/documents/constants.d.ts +4 -3
  1980. package/dist-cms/packages/documents/documents/constants.js +4 -3
  1981. package/dist-cms/packages/documents/documents/entity-actions/duplicate/duplicate-document.action.js +12 -7
  1982. package/dist-cms/packages/documents/documents/entity-actions/manifests.js +2 -48
  1983. package/dist-cms/packages/documents/documents/entity-actions/public-access/manifests.js +2 -1
  1984. package/dist-cms/packages/documents/documents/entity-bulk-actions/manifests.d.ts +0 -2
  1985. package/dist-cms/packages/documents/documents/entity-bulk-actions/manifests.js +1 -58
  1986. package/dist-cms/packages/documents/documents/index.d.ts +2 -0
  1987. package/dist-cms/packages/documents/documents/index.js +2 -0
  1988. package/dist-cms/packages/documents/documents/manifests.js +2 -0
  1989. package/dist-cms/packages/documents/documents/modals/constants.d.ts +0 -4
  1990. package/dist-cms/packages/documents/documents/modals/constants.js +0 -4
  1991. package/dist-cms/packages/documents/documents/modals/manifests.js +1 -11
  1992. package/dist-cms/packages/documents/documents/modals/types.d.ts +0 -4
  1993. package/dist-cms/packages/documents/documents/publishing/constants.d.ts +6 -0
  1994. package/dist-cms/packages/documents/documents/publishing/constants.js +6 -0
  1995. package/dist-cms/packages/documents/documents/publishing/index.d.ts +3 -0
  1996. package/dist-cms/packages/documents/documents/publishing/index.js +2 -0
  1997. package/dist-cms/packages/documents/documents/publishing/manifests.d.ts +1 -0
  1998. package/dist-cms/packages/documents/documents/publishing/manifests.js +14 -0
  1999. package/dist-cms/packages/documents/documents/publishing/pending-changes/document-published-pending-changes.manager.d.ts +31 -0
  2000. package/dist-cms/packages/documents/documents/publishing/pending-changes/document-published-pending-changes.manager.js +75 -0
  2001. package/dist-cms/packages/documents/documents/publishing/pending-changes/index.d.ts +1 -0
  2002. package/dist-cms/packages/documents/documents/publishing/pending-changes/index.js +1 -0
  2003. package/dist-cms/packages/documents/documents/publishing/pending-changes/types.d.ts +9 -0
  2004. package/dist-cms/packages/documents/documents/publishing/pending-changes/types.js +1 -0
  2005. package/dist-cms/packages/documents/documents/publishing/publish/constants.d.ts +1 -0
  2006. package/dist-cms/packages/documents/documents/publishing/publish/constants.js +1 -0
  2007. package/dist-cms/packages/documents/documents/publishing/publish/entity-action/index.d.ts +1 -0
  2008. package/dist-cms/packages/documents/documents/publishing/publish/entity-action/index.js +1 -0
  2009. package/dist-cms/packages/documents/documents/publishing/publish/entity-action/manifests.d.ts +1 -0
  2010. package/dist-cms/packages/documents/documents/publishing/publish/entity-action/manifests.js +28 -0
  2011. package/dist-cms/packages/documents/documents/publishing/publish/entity-action/publish.action.d.ts +8 -0
  2012. package/dist-cms/packages/documents/documents/{entity-actions → publishing/publish/entity-action}/publish.action.js +9 -8
  2013. package/dist-cms/packages/documents/documents/publishing/publish/entity-bulk-action/manifests.d.ts +1 -0
  2014. package/dist-cms/packages/documents/documents/publishing/publish/entity-bulk-action/manifests.js +29 -0
  2015. package/dist-cms/packages/documents/documents/{entity-bulk-actions/publish/publish.action.d.ts → publishing/publish/entity-bulk-action/publish.bulk-action.d.ts} +1 -1
  2016. package/dist-cms/packages/documents/documents/{entity-bulk-actions/publish/publish.action.js → publishing/publish/entity-bulk-action/publish.bulk-action.js} +17 -14
  2017. package/dist-cms/packages/documents/documents/publishing/publish/manifests.d.ts +1 -0
  2018. package/dist-cms/packages/documents/documents/publishing/publish/manifests.js +10 -0
  2019. package/dist-cms/packages/documents/documents/publishing/publish/modal/constants.d.ts +1 -0
  2020. package/dist-cms/packages/documents/documents/publishing/publish/modal/constants.js +1 -0
  2021. package/dist-cms/packages/documents/documents/{modals/publish-modal → publishing/publish/modal}/document-publish-modal.element.d.ts +3 -3
  2022. package/dist-cms/packages/documents/documents/{modals/publish-modal → publishing/publish/modal}/document-publish-modal.element.js +12 -9
  2023. package/dist-cms/packages/documents/documents/{modals/publish-modal → publishing/publish/modal}/document-publish-modal.token.d.ts +3 -2
  2024. package/dist-cms/packages/documents/documents/publishing/publish/modal/document-publish-modal.token.js +7 -0
  2025. package/dist-cms/packages/documents/documents/publishing/publish/modal/manifests.d.ts +1 -0
  2026. package/dist-cms/packages/documents/documents/publishing/publish/modal/manifests.js +9 -0
  2027. package/dist-cms/packages/documents/documents/publishing/publish/modal/types.d.ts +1 -0
  2028. package/dist-cms/packages/documents/documents/publishing/publish/modal/types.js +1 -0
  2029. package/dist-cms/packages/documents/documents/publishing/publish/types.d.ts +1 -0
  2030. package/dist-cms/packages/documents/documents/publishing/publish/types.js +1 -0
  2031. package/dist-cms/packages/documents/documents/publishing/publish/workspace-action/manifests.d.ts +1 -0
  2032. package/dist-cms/packages/documents/documents/publishing/publish/workspace-action/manifests.js +27 -0
  2033. package/dist-cms/packages/documents/documents/{workspace/actions → publishing/publish/workspace-action}/save-and-publish.action.d.ts +2 -2
  2034. package/dist-cms/packages/documents/documents/{workspace/actions → publishing/publish/workspace-action}/save-and-publish.action.js +5 -5
  2035. package/dist-cms/packages/documents/documents/publishing/publish-with-descendants/constants.d.ts +1 -0
  2036. package/dist-cms/packages/documents/documents/publishing/publish-with-descendants/constants.js +1 -0
  2037. package/dist-cms/packages/documents/documents/publishing/publish-with-descendants/manifests.d.ts +1 -0
  2038. package/dist-cms/packages/documents/documents/publishing/publish-with-descendants/manifests.js +3 -0
  2039. package/dist-cms/packages/documents/documents/publishing/publish-with-descendants/modal/constants.d.ts +1 -0
  2040. package/dist-cms/packages/documents/documents/publishing/publish-with-descendants/modal/constants.js +1 -0
  2041. package/dist-cms/packages/documents/documents/{modals/publish-with-descendants-modal → publishing/publish-with-descendants/modal}/document-publish-with-descendants-modal.element.d.ts +3 -3
  2042. package/dist-cms/packages/documents/documents/{modals/publish-with-descendants-modal → publishing/publish-with-descendants/modal}/document-publish-with-descendants-modal.element.js +7 -7
  2043. package/dist-cms/packages/documents/documents/{modals/publish-with-descendants-modal → publishing/publish-with-descendants/modal}/document-publish-with-descendants-modal.token.d.ts +3 -2
  2044. package/dist-cms/packages/documents/documents/{modals/publish-with-descendants-modal → publishing/publish-with-descendants/modal}/document-publish-with-descendants-modal.token.js +2 -2
  2045. package/dist-cms/packages/documents/documents/publishing/publish-with-descendants/modal/manifests.d.ts +1 -0
  2046. package/dist-cms/packages/documents/documents/publishing/publish-with-descendants/modal/manifests.js +9 -0
  2047. package/dist-cms/packages/documents/documents/publishing/publish-with-descendants/modal/types.d.ts +1 -0
  2048. package/dist-cms/packages/documents/documents/publishing/publish-with-descendants/modal/types.js +1 -0
  2049. package/dist-cms/packages/documents/documents/publishing/publish-with-descendants/types.d.ts +1 -0
  2050. package/dist-cms/packages/documents/documents/publishing/publish-with-descendants/types.js +1 -0
  2051. package/dist-cms/packages/documents/documents/publishing/publish-with-descendants/workspace-action/manifests.d.ts +1 -0
  2052. package/dist-cms/packages/documents/documents/publishing/publish-with-descendants/workspace-action/manifests.js +31 -0
  2053. package/dist-cms/packages/documents/documents/{workspace/actions → publishing/publish-with-descendants/workspace-action}/publish-with-descendants.action.d.ts +1 -1
  2054. package/dist-cms/packages/documents/documents/{workspace/actions → publishing/publish-with-descendants/workspace-action}/publish-with-descendants.action.js +3 -3
  2055. package/dist-cms/packages/documents/documents/{repository/publishing → publishing/repository}/document-publishing.repository.d.ts +9 -2
  2056. package/dist-cms/packages/documents/documents/{repository/publishing → publishing/repository}/document-publishing.repository.js +9 -0
  2057. package/dist-cms/packages/documents/documents/{repository/publishing → publishing/repository}/document-publishing.server.data-source.d.ts +12 -4
  2058. package/dist-cms/packages/documents/documents/{repository/publishing → publishing/repository}/document-publishing.server.data-source.js +54 -0
  2059. package/dist-cms/packages/documents/documents/publishing/repository/manifests.d.ts +1 -0
  2060. package/dist-cms/packages/documents/documents/publishing/schedule-publish/constants.d.ts +1 -0
  2061. package/dist-cms/packages/documents/documents/publishing/schedule-publish/constants.js +1 -0
  2062. package/dist-cms/packages/documents/documents/publishing/schedule-publish/manifests.d.ts +1 -0
  2063. package/dist-cms/packages/documents/documents/publishing/schedule-publish/manifests.js +3 -0
  2064. package/dist-cms/packages/documents/documents/publishing/schedule-publish/modal/constants.d.ts +1 -0
  2065. package/dist-cms/packages/documents/documents/publishing/schedule-publish/modal/constants.js +1 -0
  2066. package/dist-cms/packages/documents/documents/{modals/schedule-modal → publishing/schedule-publish/modal}/document-schedule-modal.element.d.ts +2 -2
  2067. package/dist-cms/packages/documents/documents/{modals/schedule-modal → publishing/schedule-publish/modal}/document-schedule-modal.element.js +6 -6
  2068. package/dist-cms/packages/documents/documents/{modals/schedule-modal → publishing/schedule-publish/modal}/document-schedule-modal.token.d.ts +4 -3
  2069. package/dist-cms/packages/documents/documents/publishing/schedule-publish/modal/document-schedule-modal.token.js +7 -0
  2070. package/dist-cms/packages/documents/documents/publishing/schedule-publish/modal/manifests.d.ts +1 -0
  2071. package/dist-cms/packages/documents/documents/publishing/schedule-publish/modal/manifests.js +9 -0
  2072. package/dist-cms/packages/documents/documents/publishing/schedule-publish/modal/types.d.ts +1 -0
  2073. package/dist-cms/packages/documents/documents/publishing/schedule-publish/modal/types.js +1 -0
  2074. package/dist-cms/packages/documents/documents/publishing/schedule-publish/types.d.ts +1 -0
  2075. package/dist-cms/packages/documents/documents/publishing/schedule-publish/types.js +1 -0
  2076. package/dist-cms/packages/documents/documents/publishing/schedule-publish/workspace-action/manifests.d.ts +1 -0
  2077. package/dist-cms/packages/documents/documents/publishing/schedule-publish/workspace-action/manifests.js +26 -0
  2078. package/dist-cms/packages/documents/documents/{workspace/actions → publishing/schedule-publish/workspace-action}/save-and-schedule.action.d.ts +1 -1
  2079. package/dist-cms/packages/documents/documents/{workspace/actions → publishing/schedule-publish/workspace-action}/save-and-schedule.action.js +3 -3
  2080. package/dist-cms/packages/documents/documents/publishing/types.d.ts +5 -0
  2081. package/dist-cms/packages/documents/documents/publishing/types.js +1 -0
  2082. package/dist-cms/packages/documents/documents/publishing/unpublish/constants.d.ts +1 -0
  2083. package/dist-cms/packages/documents/documents/publishing/unpublish/constants.js +1 -0
  2084. package/dist-cms/packages/documents/documents/publishing/unpublish/entity-action/index.d.ts +1 -0
  2085. package/dist-cms/packages/documents/documents/publishing/unpublish/entity-action/index.js +1 -0
  2086. package/dist-cms/packages/documents/documents/publishing/unpublish/entity-action/manifests.d.ts +1 -0
  2087. package/dist-cms/packages/documents/documents/publishing/unpublish/entity-action/manifests.js +28 -0
  2088. package/dist-cms/packages/documents/documents/{entity-actions → publishing/unpublish/entity-action}/unpublish.action.d.ts +2 -2
  2089. package/dist-cms/packages/documents/documents/{entity-actions → publishing/unpublish/entity-action}/unpublish.action.js +8 -7
  2090. package/dist-cms/packages/documents/documents/publishing/unpublish/entity-bulk-action/manifests.d.ts +1 -0
  2091. package/dist-cms/packages/documents/documents/publishing/unpublish/entity-bulk-action/manifests.js +29 -0
  2092. package/dist-cms/packages/documents/documents/{entity-bulk-actions/unpublish/unpublish.action.d.ts → publishing/unpublish/entity-bulk-action/unpublish.bulk-action.d.ts} +1 -1
  2093. package/dist-cms/packages/documents/documents/{entity-bulk-actions/unpublish/unpublish.action.js → publishing/unpublish/entity-bulk-action/unpublish.bulk-action.js} +15 -12
  2094. package/dist-cms/packages/documents/documents/publishing/unpublish/index.d.ts +1 -0
  2095. package/dist-cms/packages/documents/documents/publishing/unpublish/index.js +1 -0
  2096. package/dist-cms/packages/documents/documents/publishing/unpublish/manifests.d.ts +1 -0
  2097. package/dist-cms/packages/documents/documents/publishing/unpublish/manifests.js +10 -0
  2098. package/dist-cms/packages/documents/documents/publishing/unpublish/modal/constants.d.ts +1 -0
  2099. package/dist-cms/packages/documents/documents/publishing/unpublish/modal/constants.js +1 -0
  2100. package/dist-cms/packages/documents/documents/{modals/unpublish-modal → publishing/unpublish/modal}/document-unpublish-modal.element.d.ts +5 -4
  2101. package/dist-cms/packages/documents/documents/{modals/unpublish-modal → publishing/unpublish/modal}/document-unpublish-modal.element.js +43 -24
  2102. package/dist-cms/packages/documents/documents/{modals/unpublish-modal → publishing/unpublish/modal}/document-unpublish-modal.token.d.ts +3 -2
  2103. package/dist-cms/packages/documents/documents/{modals/unpublish-modal → publishing/unpublish/modal}/document-unpublish-modal.token.js +2 -2
  2104. package/dist-cms/packages/documents/documents/publishing/unpublish/modal/manifests.d.ts +1 -0
  2105. package/dist-cms/packages/documents/documents/publishing/unpublish/modal/manifests.js +9 -0
  2106. package/dist-cms/packages/documents/documents/publishing/unpublish/modal/types.d.ts +1 -0
  2107. package/dist-cms/packages/documents/documents/publishing/unpublish/modal/types.js +1 -0
  2108. package/dist-cms/packages/documents/documents/publishing/unpublish/types.d.ts +1 -0
  2109. package/dist-cms/packages/documents/documents/publishing/unpublish/types.js +1 -0
  2110. package/dist-cms/packages/documents/documents/publishing/unpublish/workspace-action/manifests.d.ts +1 -0
  2111. package/dist-cms/packages/documents/documents/publishing/unpublish/workspace-action/manifests.js +26 -0
  2112. package/dist-cms/packages/documents/documents/{workspace/actions → publishing/unpublish/workspace-action}/unpublish.action.d.ts +1 -1
  2113. package/dist-cms/packages/documents/documents/{workspace/actions → publishing/unpublish/workspace-action}/unpublish.action.js +3 -3
  2114. package/dist-cms/packages/documents/documents/publishing/workspace-context/constants.d.ts +1 -0
  2115. package/dist-cms/packages/documents/documents/publishing/workspace-context/constants.js +1 -0
  2116. package/dist-cms/packages/documents/documents/publishing/workspace-context/document-publishing.workspace-context.d.ts +38 -0
  2117. package/dist-cms/packages/documents/documents/publishing/workspace-context/document-publishing.workspace-context.js +324 -0
  2118. package/dist-cms/packages/documents/documents/publishing/workspace-context/document-publishing.workspace-context.token.d.ts +3 -0
  2119. package/dist-cms/packages/documents/documents/publishing/workspace-context/document-publishing.workspace-context.token.js +2 -0
  2120. package/dist-cms/packages/documents/documents/publishing/workspace-context/manifests.d.ts +1 -0
  2121. package/dist-cms/packages/documents/documents/publishing/workspace-context/manifests.js +16 -0
  2122. package/dist-cms/packages/documents/documents/publishing/workspace-context/types.d.ts +1 -0
  2123. package/dist-cms/packages/documents/documents/publishing/workspace-context/types.js +1 -0
  2124. package/dist-cms/packages/documents/documents/recycle-bin/tree/document-recycle-bin-tree.server.data-source.js +1 -0
  2125. package/dist-cms/packages/documents/documents/repository/constants.d.ts +0 -1
  2126. package/dist-cms/packages/documents/documents/repository/constants.js +0 -1
  2127. package/dist-cms/packages/documents/documents/repository/index.d.ts +0 -1
  2128. package/dist-cms/packages/documents/documents/repository/index.js +0 -1
  2129. package/dist-cms/packages/documents/documents/repository/manifests.js +1 -7
  2130. package/dist-cms/packages/documents/documents/repository/validation/document-validation.repository.d.ts +2 -1
  2131. package/dist-cms/packages/documents/documents/repository/validation/document-validation.server.data-source.d.ts +0 -7
  2132. package/dist-cms/packages/documents/documents/repository/validation/document-validation.server.data-source.js +0 -7
  2133. package/dist-cms/packages/documents/documents/tree/document-tree.server.data-source.js +1 -0
  2134. package/dist-cms/packages/documents/documents/tree/types.d.ts +1 -0
  2135. package/dist-cms/packages/documents/documents/types.d.ts +1 -0
  2136. package/dist-cms/packages/documents/documents/workspace/document-workspace-split-view-variant-selector.element.d.ts +2 -0
  2137. package/dist-cms/packages/documents/documents/workspace/document-workspace-split-view-variant-selector.element.js +35 -5
  2138. package/dist-cms/packages/documents/documents/workspace/document-workspace.context.d.ts +23 -2
  2139. package/dist-cms/packages/documents/documents/workspace/document-workspace.context.js +77 -171
  2140. package/dist-cms/packages/documents/documents/workspace/manifests.js +0 -89
  2141. package/dist-cms/packages/documents/documents/workspace/views/info/document-workspace-view-info-links.element.d.ts +2 -1
  2142. package/dist-cms/packages/documents/documents/workspace/views/info/document-workspace-view-info-links.element.js +76 -43
  2143. package/dist-cms/packages/documents/documents/workspace/views/info/document-workspace-view-info.element.d.ts +2 -0
  2144. package/dist-cms/packages/documents/documents/workspace/views/info/document-workspace-view-info.element.js +52 -14
  2145. package/dist-cms/packages/documents/section/manifests.js +2 -1
  2146. package/dist-cms/packages/extension-types/index.d.ts +2 -0
  2147. package/dist-cms/packages/health-check/manifests.js +2 -1
  2148. package/dist-cms/packages/language/app-language-select/app-language-select.element.js +9 -12
  2149. package/dist-cms/packages/language/workspace/language/language-workspace.context.d.ts +2 -5
  2150. package/dist-cms/packages/language/workspace/language/language-workspace.context.js +2 -9
  2151. package/dist-cms/packages/media/media/collection/views/grid/media-grid-collection-view.element.js +2 -2
  2152. package/dist-cms/packages/media/media/components/input-image-cropper/image-cropper-focus-setter.element.js +0 -1
  2153. package/dist-cms/packages/media/media/components/input-image-cropper/input-image-cropper.element.js +13 -8
  2154. package/dist-cms/packages/media/media/components/input-media/input-media.element.js +3 -3
  2155. package/dist-cms/packages/media/media/components/input-rich-media/input-rich-media.element.d.ts +1 -2
  2156. package/dist-cms/packages/media/media/components/input-rich-media/input-rich-media.element.js +11 -13
  2157. package/dist-cms/packages/media/media/modals/media-picker/media-picker-modal.element.js +1 -0
  2158. package/dist-cms/packages/media/media/property-editors/image-crops/property-editor-ui-image-crops.element.d.ts +3 -1
  2159. package/dist-cms/packages/media/media/property-editors/image-crops/property-editor-ui-image-crops.element.js +34 -4
  2160. package/dist-cms/packages/media/media/recycle-bin/tree/media-recycle-bin-tree.repository.js +1 -1
  2161. package/dist-cms/packages/media/media/recycle-bin/tree/media-recycle-bin-tree.server.data-source.js +1 -0
  2162. package/dist-cms/packages/media/media/repository/item/media-item.repository.d.ts +4 -0
  2163. package/dist-cms/packages/media/media/repository/item/media-item.repository.js +4 -0
  2164. package/dist-cms/packages/media/media/repository/validation/media-validation.repository.d.ts +2 -1
  2165. package/dist-cms/packages/media/media/repository/validation/media-validation.server.data-source.d.ts +1 -6
  2166. package/dist-cms/packages/media/media/repository/validation/media-validation.server.data-source.js +1 -6
  2167. package/dist-cms/packages/media/media/tree/media-tree.server.data-source.js +1 -0
  2168. package/dist-cms/packages/media/media/tree/types.d.ts +1 -0
  2169. package/dist-cms/packages/media/media/workspace/media-workspace.context.js +2 -0
  2170. package/dist-cms/packages/media/media/workspace/views/info/media-workspace-view-info.element.d.ts +1 -0
  2171. package/dist-cms/packages/media/media/workspace/views/info/media-workspace-view-info.element.js +24 -1
  2172. package/dist-cms/packages/media/media-section/manifests.js +2 -1
  2173. package/dist-cms/packages/media/media-types/constants.d.ts +2 -0
  2174. package/dist-cms/packages/media/media-types/constants.js +2 -0
  2175. package/dist-cms/packages/media/media-types/media-type-root/constants.d.ts +1 -0
  2176. package/dist-cms/packages/media/media-types/media-type-root/constants.js +1 -0
  2177. package/dist-cms/packages/media/media-types/media-type-root/index.d.ts +1 -0
  2178. package/dist-cms/packages/media/media-types/media-type-root/index.js +1 -0
  2179. package/dist-cms/packages/media/media-types/media-type-root/manifests.d.ts +1 -0
  2180. package/dist-cms/packages/media/media-types/media-type-root/manifests.js +13 -0
  2181. package/dist-cms/packages/media/media-types/paths.d.ts +16 -0
  2182. package/dist-cms/packages/media/media-types/paths.js +14 -0
  2183. package/dist-cms/packages/media/media-types/tree/constants.d.ts +2 -1
  2184. package/dist-cms/packages/media/media-types/tree/constants.js +2 -1
  2185. package/dist-cms/packages/media/media-types/tree/folder/workspace/constants.d.ts +1 -0
  2186. package/dist-cms/packages/media/media-types/tree/folder/workspace/constants.js +1 -0
  2187. package/dist-cms/packages/media/media-types/tree/folder/workspace/media-type-folder-workspace.context.d.ts +2 -15
  2188. package/dist-cms/packages/media/media-types/tree/folder/workspace/media-type-folder-workspace.context.js +2 -19
  2189. package/dist-cms/packages/media/media-types/tree/folder/workspace/paths.d.ts +7 -0
  2190. package/dist-cms/packages/media/media-types/tree/folder/workspace/paths.js +9 -0
  2191. package/dist-cms/packages/media/media-types/tree/manifests.js +2 -2
  2192. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/constants.d.ts +2 -0
  2193. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/constants.js +2 -0
  2194. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/index.d.ts +2 -0
  2195. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/index.js +2 -0
  2196. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/manifests.d.ts +1 -0
  2197. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/manifests.js +17 -0
  2198. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/repository/constants.d.ts +1 -0
  2199. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/repository/constants.js +1 -0
  2200. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/repository/index.d.ts +1 -0
  2201. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/repository/index.js +1 -0
  2202. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/repository/manifests.d.ts +1 -0
  2203. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/repository/manifests.js +9 -0
  2204. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/repository/media-type-tree-item-children-collection.repository.d.ts +11 -0
  2205. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/repository/media-type-tree-item-children-collection.repository.js +26 -0
  2206. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/types.d.ts +5 -0
  2207. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/types.js +1 -0
  2208. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/views/manifests.d.ts +1 -0
  2209. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/views/manifests.js +22 -0
  2210. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/views/media-type-tree-item-table-collection-view.element.d.ts +16 -0
  2211. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/views/media-type-tree-item-table-collection-view.element.js +117 -0
  2212. package/dist-cms/packages/media/media-types/tree/tree-item-children/constants.d.ts +1 -0
  2213. package/dist-cms/packages/media/media-types/tree/tree-item-children/constants.js +1 -0
  2214. package/dist-cms/packages/media/media-types/tree/tree-item-children/manifests.d.ts +1 -0
  2215. package/dist-cms/packages/media/media-types/tree/tree-item-children/manifests.js +32 -0
  2216. package/dist-cms/packages/members/member/repository/index.d.ts +1 -0
  2217. package/dist-cms/packages/members/member/repository/index.js +1 -0
  2218. package/dist-cms/packages/members/member/repository/manifests.js +2 -1
  2219. package/dist-cms/packages/members/member/repository/validation/index.d.ts +2 -0
  2220. package/dist-cms/packages/members/member/repository/validation/index.js +2 -0
  2221. package/dist-cms/packages/members/member/repository/validation/manifests.d.ts +2 -0
  2222. package/dist-cms/packages/members/member/repository/validation/manifests.js +9 -0
  2223. package/dist-cms/packages/members/member/repository/validation/member-validation.repository.d.ts +25 -0
  2224. package/dist-cms/packages/members/member/repository/validation/member-validation.repository.js +34 -0
  2225. package/dist-cms/packages/members/member/repository/validation/member-validation.server.data-source.d.ts +24 -0
  2226. package/dist-cms/packages/members/member/repository/validation/member-validation.server.data-source.js +75 -0
  2227. package/dist-cms/packages/members/member/workspace/member/member-workspace.context.js +2 -0
  2228. package/dist-cms/packages/members/member/workspace/member/views/member/member-workspace-view-member-info.element.d.ts +1 -0
  2229. package/dist-cms/packages/members/member/workspace/member/views/member/member-workspace-view-member-info.element.js +25 -2
  2230. package/dist-cms/packages/members/member-group/components/member-group-picker-modal/member-group-picker-modal.element.js +7 -3
  2231. package/dist-cms/packages/members/member-group/workspace/member-group/member-group-workspace.context.d.ts +2 -5
  2232. package/dist-cms/packages/members/member-group/workspace/member-group/member-group-workspace.context.js +2 -9
  2233. package/dist-cms/packages/members/section/manifests.js +2 -1
  2234. package/dist-cms/packages/models-builder/manifests.js +2 -1
  2235. package/dist-cms/packages/multi-url-picker/components/input-multi-url/input-multi-url.element.js +6 -5
  2236. package/dist-cms/packages/multi-url-picker/link-picker-modal/link-picker-modal.element.d.ts +4 -2
  2237. package/dist-cms/packages/multi-url-picker/link-picker-modal/link-picker-modal.element.js +182 -99
  2238. package/dist-cms/packages/packages/package-builder/workspace/workspace-package-builder.element.js +34 -28
  2239. package/dist-cms/packages/packages/package-repo/workspace/workspace-package.element.js +1 -1
  2240. package/dist-cms/packages/packages/package-section/manifests.js +2 -1
  2241. package/dist-cms/packages/performance-profiling/manifests.js +2 -1
  2242. package/dist-cms/packages/property-editors/checkbox-list/components/input-checkbox-list/input-checkbox-list.element.d.ts +3 -2
  2243. package/dist-cms/packages/property-editors/checkbox-list/components/input-checkbox-list/input-checkbox-list.element.js +8 -2
  2244. package/dist-cms/packages/property-editors/checkbox-list/property-editor-ui-checkbox-list.element.js +7 -1
  2245. package/dist-cms/packages/property-editors/color-picker/constants.d.ts +1 -0
  2246. package/dist-cms/packages/property-editors/color-picker/constants.js +1 -0
  2247. package/dist-cms/packages/property-editors/color-picker/manifests.js +2 -1
  2248. package/dist-cms/packages/property-editors/content-picker/dynamic-root/modals/dynamic-root-origin-picker-modal.element.js +1 -1
  2249. package/dist-cms/packages/property-editors/content-picker/dynamic-root/modals/dynamic-root-query-step-picker-modal.element.js +1 -1
  2250. package/dist-cms/packages/property-editors/dropdown/property-editor-ui-dropdown.element.d.ts +1 -1
  2251. package/dist-cms/packages/property-editors/dropdown/property-editor-ui-dropdown.element.js +29 -1
  2252. package/dist-cms/packages/property-editors/radio-button-list/property-editor-ui-radio-button-list.element.js +4 -0
  2253. package/dist-cms/packages/publish-cache/manifests.js +2 -1
  2254. package/dist-cms/packages/relations/relation-types/workspace/relation-type/relation-type-workspace-editor.element.d.ts +1 -1
  2255. package/dist-cms/packages/relations/relation-types/workspace/relation-type/relation-type-workspace-editor.element.js +8 -17
  2256. package/dist-cms/packages/rte/components/rte-base.element.js +8 -9
  2257. package/dist-cms/packages/rte/property-value-resolver/manifest.js +1 -3
  2258. package/dist-cms/packages/search/examine-management-dashboard/views/section-view-examine-indexers.js +10 -1
  2259. package/dist-cms/packages/search/examine-management-dashboard/views/section-view-examine-overview.js +2 -1
  2260. package/dist-cms/packages/search/manifests.js +2 -1
  2261. package/dist-cms/packages/settings/section/manifests.js +2 -1
  2262. package/dist-cms/packages/sysinfo/components/new-version.element.d.ts +2 -3
  2263. package/dist-cms/packages/sysinfo/components/new-version.element.js +4 -11
  2264. package/dist-cms/packages/sysinfo/modals/new-version-modal.token.d.ts +11 -3
  2265. package/dist-cms/packages/sysinfo/repository/sysinfo.repository.d.ts +8 -2
  2266. package/dist-cms/packages/sysinfo/repository/sysinfo.repository.js +70 -48
  2267. package/dist-cms/packages/sysinfo/types.d.ts +3 -2
  2268. package/dist-cms/packages/telemetry/manifests.js +2 -1
  2269. package/dist-cms/packages/templating/menu/manifests.js +2 -2
  2270. package/dist-cms/packages/templating/partial-views/tree/folder/workspace/partial-view-folder-workspace.context.d.ts +2 -9
  2271. package/dist-cms/packages/templating/partial-views/tree/folder/workspace/partial-view-folder-workspace.context.js +2 -11
  2272. package/dist-cms/packages/templating/partial-views/workspace/partial-view-workspace-editor.element.d.ts +0 -1
  2273. package/dist-cms/packages/templating/partial-views/workspace/partial-view-workspace-editor.element.js +8 -31
  2274. package/dist-cms/packages/templating/partial-views/workspace/partial-view-workspace.context.d.ts +2 -4
  2275. package/dist-cms/packages/templating/partial-views/workspace/partial-view-workspace.context.js +4 -6
  2276. package/dist-cms/packages/templating/scripts/tree/folder/workspace/script-folder-workspace.context.d.ts +2 -9
  2277. package/dist-cms/packages/templating/scripts/tree/folder/workspace/script-folder-workspace.context.js +2 -11
  2278. package/dist-cms/packages/templating/scripts/workspace/script-workspace-editor.element.d.ts +0 -1
  2279. package/dist-cms/packages/templating/scripts/workspace/script-workspace-editor.element.js +20 -48
  2280. package/dist-cms/packages/templating/scripts/workspace/script-workspace.context.d.ts +3 -10
  2281. package/dist-cms/packages/templating/scripts/workspace/script-workspace.context.js +5 -12
  2282. package/dist-cms/packages/templating/stylesheets/tree/folder/workspace/stylesheet-folder-workspace.context.d.ts +2 -9
  2283. package/dist-cms/packages/templating/stylesheets/tree/folder/workspace/stylesheet-folder-workspace.context.js +2 -11
  2284. package/dist-cms/packages/templating/stylesheets/workspace/stylesheet-workspace-editor.element.d.ts +1 -3
  2285. package/dist-cms/packages/templating/stylesheets/workspace/stylesheet-workspace-editor.element.js +20 -47
  2286. package/dist-cms/packages/templating/stylesheets/workspace/stylesheet-workspace.context.d.ts +17 -24
  2287. package/dist-cms/packages/templating/stylesheets/workspace/stylesheet-workspace.context.js +27 -103
  2288. package/dist-cms/packages/templating/stylesheets/workspace/views/code-editor/stylesheet-code-editor-workspace-view.element.js +4 -1
  2289. package/dist-cms/packages/templating/templates/workspace/template-workspace-editor.element.js +3 -0
  2290. package/dist-cms/packages/templating/templates/workspace/template-workspace.context.d.ts +2 -4
  2291. package/dist-cms/packages/templating/templates/workspace/template-workspace.context.js +2 -6
  2292. package/dist-cms/packages/tiptap/components/input-tiptap/input-tiptap.element.d.ts +3 -4
  2293. package/dist-cms/packages/tiptap/components/input-tiptap/input-tiptap.element.js +7 -6
  2294. package/dist-cms/packages/tiptap/components/input-tiptap/tiptap-toolbar.element.d.ts +1 -3
  2295. package/dist-cms/packages/tiptap/components/input-tiptap/tiptap-toolbar.element.js +7 -6
  2296. package/dist-cms/packages/tiptap/components/toolbar/tiptap-toolbar-button-disabled.element.d.ts +1 -2
  2297. package/dist-cms/packages/tiptap/components/toolbar/tiptap-toolbar-button-disabled.element.js +1 -2
  2298. package/dist-cms/packages/tiptap/components/toolbar/tiptap-toolbar-button.element.d.ts +1 -2
  2299. package/dist-cms/packages/tiptap/components/toolbar/tiptap-toolbar-button.element.js +1 -2
  2300. package/dist-cms/packages/tiptap/property-editors/tiptap/components/property-editor-ui-tiptap-toolbar-configuration.element.d.ts +1 -2
  2301. package/dist-cms/packages/tiptap/property-editors/tiptap/components/property-editor-ui-tiptap-toolbar-configuration.element.js +71 -40
  2302. package/dist-cms/packages/tiptap/property-editors/tiptap/manifests.js +4 -4
  2303. package/dist-cms/packages/translation/section/manifests.js +2 -1
  2304. package/dist-cms/packages/ufm/components/ufm-element-base.js +0 -1
  2305. package/dist-cms/packages/user/change-password/entity-action/manifests.js +5 -2
  2306. package/dist-cms/packages/user/current-user/conditions/constants.d.ts +1 -0
  2307. package/dist-cms/packages/user/current-user/conditions/constants.js +1 -0
  2308. package/dist-cms/packages/user/current-user/conditions/group-id/constants.d.ts +1 -0
  2309. package/dist-cms/packages/user/current-user/conditions/group-id/constants.js +1 -0
  2310. package/dist-cms/packages/user/current-user/conditions/group-id/group-id.condition-config.d.ts +29 -0
  2311. package/dist-cms/packages/user/current-user/conditions/group-id/group-id.condition-config.js +1 -0
  2312. package/dist-cms/packages/user/current-user/conditions/group-id/group-id.condition.d.ts +9 -0
  2313. package/dist-cms/packages/user/current-user/conditions/group-id/group-id.condition.js +35 -0
  2314. package/dist-cms/packages/user/current-user/conditions/group-id/group-id.condition.manifest.d.ts +2 -0
  2315. package/dist-cms/packages/user/current-user/conditions/group-id/group-id.condition.manifest.js +7 -0
  2316. package/dist-cms/packages/user/current-user/conditions/group-id/types.d.ts +1 -0
  2317. package/dist-cms/packages/user/current-user/conditions/group-id/types.js +1 -0
  2318. package/dist-cms/packages/user/current-user/conditions/is-admin/is-admin.condition.js +1 -1
  2319. package/dist-cms/packages/user/current-user/conditions/manifests.js +2 -1
  2320. package/dist-cms/packages/user/current-user/conditions/types.d.ts +1 -0
  2321. package/dist-cms/packages/user/current-user/current-user.context.js +2 -2
  2322. package/dist-cms/packages/user/current-user/external-login/modals/external-login-modal.element.js +0 -1
  2323. package/dist-cms/packages/user/current-user/mfa-login/manifests.js +2 -1
  2324. package/dist-cms/packages/user/current-user/profile/manifests.js +8 -1
  2325. package/dist-cms/packages/user/current-user/repository/current-user.server.data-source.js +1 -0
  2326. package/dist-cms/packages/user/current-user/types.d.ts +1 -0
  2327. package/dist-cms/packages/user/current-user/utils/index.d.ts +1 -0
  2328. package/dist-cms/packages/user/current-user/utils/index.js +1 -0
  2329. package/dist-cms/packages/user/current-user/utils/is-current-user-an-admin.function.d.ts +6 -0
  2330. package/dist-cms/packages/user/current-user/utils/is-current-user-an-admin.function.js +12 -0
  2331. package/dist-cms/packages/user/current-user/utils/is-current-user.function.d.ts +0 -5
  2332. package/dist-cms/packages/user/current-user/utils/is-current-user.function.js +1 -11
  2333. package/dist-cms/packages/user/section/manifests.js +2 -1
  2334. package/dist-cms/packages/user/user/conditions/allow-change-password/constants.d.ts +1 -0
  2335. package/dist-cms/packages/user/user/conditions/allow-change-password/constants.js +1 -0
  2336. package/dist-cms/packages/user/user/conditions/allow-change-password/current-user-allow-change-password-action.condition.d.ts +8 -0
  2337. package/dist-cms/packages/user/user/conditions/allow-change-password/current-user-allow-change-password-action.condition.js +17 -0
  2338. package/dist-cms/packages/user/user/conditions/allow-change-password/manifests.js +7 -1
  2339. package/dist-cms/packages/user/user/conditions/allow-change-password/user-allow-change-password-action.condition.d.ts +6 -3
  2340. package/dist-cms/packages/user/user/conditions/allow-change-password/user-allow-change-password-action.condition.js +14 -11
  2341. package/dist-cms/packages/user/user/conditions/allow-mfa/constants.d.ts +1 -0
  2342. package/dist-cms/packages/user/user/conditions/allow-mfa/constants.js +1 -0
  2343. package/dist-cms/packages/user/user/conditions/allow-mfa/current-user-allow-mfa-action.condition.d.ts +7 -0
  2344. package/dist-cms/packages/user/user/conditions/allow-mfa/current-user-allow-mfa-action.condition.js +21 -0
  2345. package/dist-cms/packages/user/user/conditions/allow-mfa/manifests.js +7 -1
  2346. package/dist-cms/packages/user/user/conditions/allow-mfa/user-allow-mfa-action.condition.d.ts +1 -0
  2347. package/dist-cms/packages/user/user/conditions/allow-mfa/user-allow-mfa-action.condition.js +13 -2
  2348. package/dist-cms/packages/user/user/conditions/constants.d.ts +1 -0
  2349. package/dist-cms/packages/user/user/conditions/constants.js +1 -0
  2350. package/dist-cms/packages/user/user/conditions/is-default-kind/constants.d.ts +1 -0
  2351. package/dist-cms/packages/user/user/conditions/is-default-kind/constants.js +1 -0
  2352. package/dist-cms/packages/user/user/conditions/is-default-kind/manifests.d.ts +1 -0
  2353. package/dist-cms/packages/user/user/conditions/is-default-kind/manifests.js +9 -0
  2354. package/dist-cms/packages/user/user/conditions/is-default-kind/user-is-default-kind.condition.d.ts +5 -0
  2355. package/dist-cms/packages/user/user/conditions/is-default-kind/user-is-default-kind.condition.js +14 -0
  2356. package/dist-cms/packages/user/user/conditions/manifests.js +2 -0
  2357. package/dist-cms/packages/user/user/entity-actions/manifests.js +2 -2
  2358. package/dist-cms/packages/user/user/modals/user-picker/user-picker-modal.element.js +7 -3
  2359. package/dist-cms/packages/user/user/repository/config/constants.d.ts +3 -0
  2360. package/dist-cms/packages/user/user/repository/config/constants.js +3 -0
  2361. package/dist-cms/packages/user/user/repository/config/current-user-config.repository.d.ts +24 -0
  2362. package/dist-cms/packages/user/user/repository/config/current-user-config.repository.js +47 -0
  2363. package/dist-cms/packages/user/user/repository/config/current-user-config.server.data-source.d.ts +10 -0
  2364. package/dist-cms/packages/user/user/repository/config/current-user-config.server.data-source.js +15 -0
  2365. package/dist-cms/packages/user/user/repository/config/current-user-config.store.d.ts +7 -0
  2366. package/dist-cms/packages/user/user/repository/config/current-user-config.store.js +8 -0
  2367. package/dist-cms/packages/user/user/repository/config/current-user-config.store.token.d.ts +3 -0
  2368. package/dist-cms/packages/user/user/repository/config/current-user-config.store.token.js +2 -0
  2369. package/dist-cms/packages/user/user/repository/config/index.d.ts +1 -0
  2370. package/dist-cms/packages/user/user/repository/config/index.js +1 -0
  2371. package/dist-cms/packages/user/user/repository/config/manifests.js +13 -1
  2372. package/dist-cms/packages/user/user/repository/config/user-config.repository.d.ts +5 -0
  2373. package/dist-cms/packages/user/user/repository/config/user-config.repository.js +6 -3
  2374. package/dist-cms/packages/user/user/repository/config/user-config.server.data-source.d.ts +5 -0
  2375. package/dist-cms/packages/user/user/repository/config/user-config.server.data-source.js +7 -0
  2376. package/dist-cms/packages/user/user/types.d.ts +2 -1
  2377. package/dist-cms/packages/user/user/workspace/user/user-workspace.context.js +0 -2
  2378. package/dist-cms/packages/user/user-group/components/user-group-ref/user-group-ref.element.d.ts +12 -0
  2379. package/dist-cms/packages/user/user-group/components/user-group-ref/user-group-ref.element.js +180 -20
  2380. package/dist-cms/packages/user/user-group/modals/user-group-picker/user-group-picker-modal.element.d.ts +4 -3
  2381. package/dist-cms/packages/user/user-group/modals/user-group-picker/user-group-picker-modal.element.js +28 -20
  2382. package/dist-cms/packages/user/user-group/workspace/user-group/components/user-group-granular-permission-list.element.d.ts +2 -3
  2383. package/dist-cms/packages/user/user-group/workspace/user-group/components/user-group-granular-permission-list.element.js +40 -59
  2384. package/dist-cms/tsconfig.build.tsbuildinfo +1 -1
  2385. package/dist-cms/umbraco-package-schema.json +2112 -732
  2386. package/dist-cms/umbraco-package.json +1 -1
  2387. package/dist-cms/vscode-html-custom-data.json +152 -70
  2388. package/package.json +26 -24
  2389. package/dist-cms/assets/login.jpg +0 -0
  2390. package/dist-cms/assets/umbraco_logo_blue.svg +0 -1
  2391. package/dist-cms/assets/umbraco_logo_white.svg +0 -1
  2392. package/dist-cms/assets/umbraco_logomark_white.svg +0 -1
  2393. package/dist-cms/external/backend-api/src/schemas.gen.d.ts +0 -9696
  2394. package/dist-cms/external/monaco-editor/cssMode-CxlSHdaO.js +0 -9
  2395. package/dist-cms/external/monaco-editor/htmlMode-8so7mzuY.js +0 -9
  2396. package/dist-cms/external/monaco-editor/jsonMode-DU536aUp.js +0 -15
  2397. package/dist-cms/packages/core/clipboard/index.d.ts +0 -1
  2398. package/dist-cms/packages/core/clipboard/index.js +0 -2
  2399. package/dist-cms/packages/core/clipboard/types.d.ts +0 -31
  2400. package/dist-cms/packages/core/property-action/common/copy/property-action-copy.controller.d.ts +0 -5
  2401. package/dist-cms/packages/core/property-action/common/copy/property-action-copy.controller.js +0 -14
  2402. package/dist-cms/packages/core/property-action/components/property-action/default/default.action.kind.d.ts +0 -2
  2403. package/dist-cms/packages/core/property-action/components/property-action/default/manifests.d.ts +0 -2
  2404. package/dist-cms/packages/core/property-action/components/property-action/default/manifests.js +0 -2
  2405. package/dist-cms/packages/core/property-action/components/property-action/index.d.ts +0 -1
  2406. package/dist-cms/packages/core/property-action/components/property-action/manifests.js +0 -2
  2407. package/dist-cms/packages/core/router/route.interface.d.ts +0 -1
  2408. package/dist-cms/packages/data-type/entity-actions/create/create.action.d.ts +0 -5
  2409. package/dist-cms/packages/data-type/entity-actions/create/create.action.js +0 -18
  2410. package/dist-cms/packages/documents/documents/entity-actions/publish.action.d.ts +0 -8
  2411. package/dist-cms/packages/documents/documents/modals/publish-modal/constants.d.ts +0 -2
  2412. package/dist-cms/packages/documents/documents/modals/publish-modal/constants.js +0 -2
  2413. package/dist-cms/packages/documents/documents/modals/publish-modal/document-publish-modal.token.js +0 -7
  2414. package/dist-cms/packages/documents/documents/modals/publish-modal/manifest.d.ts +0 -3
  2415. package/dist-cms/packages/documents/documents/modals/publish-modal/manifest.js +0 -7
  2416. package/dist-cms/packages/documents/documents/modals/publish-with-descendants-modal/constants.d.ts +0 -2
  2417. package/dist-cms/packages/documents/documents/modals/publish-with-descendants-modal/constants.js +0 -2
  2418. package/dist-cms/packages/documents/documents/modals/publish-with-descendants-modal/manifest.d.ts +0 -3
  2419. package/dist-cms/packages/documents/documents/modals/publish-with-descendants-modal/manifest.js +0 -7
  2420. package/dist-cms/packages/documents/documents/modals/schedule-modal/constants.d.ts +0 -2
  2421. package/dist-cms/packages/documents/documents/modals/schedule-modal/constants.js +0 -2
  2422. package/dist-cms/packages/documents/documents/modals/schedule-modal/document-schedule-modal.token.js +0 -7
  2423. package/dist-cms/packages/documents/documents/modals/schedule-modal/manifest.d.ts +0 -3
  2424. package/dist-cms/packages/documents/documents/modals/schedule-modal/manifest.js +0 -7
  2425. package/dist-cms/packages/documents/documents/modals/unpublish-modal/constants.d.ts +0 -2
  2426. package/dist-cms/packages/documents/documents/modals/unpublish-modal/constants.js +0 -2
  2427. package/dist-cms/packages/documents/documents/modals/unpublish-modal/manifest.d.ts +0 -3
  2428. package/dist-cms/packages/documents/documents/modals/unpublish-modal/manifest.js +0 -7
  2429. package/dist-cms/packages/media/media-types/tree/reload-tree-item-children/manifests.js +0 -10
  2430. /package/dist-cms/packages/{data-type/tree/reload-tree-item-children → block/block-grid/clipboard/block}/manifests.d.ts +0 -0
  2431. /package/dist-cms/packages/{documents/documents/repository/publishing → block/block-grid/clipboard/grid-block}/manifests.d.ts +0 -0
  2432. /package/dist-cms/packages/{media/media-types/tree/reload-tree-item-children → block/block-grid/clipboard}/manifests.d.ts +0 -0
  2433. /package/dist-cms/packages/{core → block/block-grid}/clipboard/types.js +0 -0
  2434. /package/dist-cms/packages/{core/property-action/components/property-action → clipboard/clipboard-entry/item}/types.js +0 -0
  2435. /package/dist-cms/packages/{core/property-action/components/property-action/index.js → clipboard/clipboard-entry/types.js} +0 -0
  2436. /package/dist-cms/packages/{core/property-action/components/property-action/property-action.interface.js → clipboard/collection/repository/types.js} +0 -0
  2437. /package/dist-cms/packages/{core/property-action/extensions/property-action.extension.js → clipboard/collection/types.js} +0 -0
  2438. /package/dist-cms/packages/{core/router/route.interface.js → clipboard/property/actions/copy/types.js} +0 -0
  2439. /package/dist-cms/packages/core/{clipboard → const}/manifests.d.ts +0 -0
  2440. /package/dist-cms/packages/core/{clipboard → const}/manifests.js +0 -0
  2441. /package/dist-cms/packages/core/property/{property → components/property}/index.d.ts +0 -0
  2442. /package/dist-cms/packages/core/property/{property → components/property}/index.js +0 -0
  2443. /package/dist-cms/packages/core/property/{property-layout → components/property-layout}/index.d.ts +0 -0
  2444. /package/dist-cms/packages/core/property/{property-layout → components/property-layout}/index.js +0 -0
  2445. /package/dist-cms/packages/core/property/{unsupported-property → components/unsupported-property}/index.d.ts +0 -0
  2446. /package/dist-cms/packages/core/property/{unsupported-property → components/unsupported-property}/index.js +0 -0
  2447. /package/dist-cms/packages/core/property/{unsupported-property → components/unsupported-property}/utils.js +0 -0
  2448. /package/dist-cms/packages/core/property-action/{components/property-action/types.d.ts → types.d.ts} +0 -0
  2449. /package/dist-cms/packages/core/{property-action/components/property-action → tree/folder/entity-create-option-action}/manifests.d.ts +0 -0
  2450. /package/dist-cms/packages/documents/documents/{repository/publishing → publishing/repository}/constants.d.ts +0 -0
  2451. /package/dist-cms/packages/documents/documents/{repository/publishing → publishing/repository}/constants.js +0 -0
  2452. /package/dist-cms/packages/documents/documents/{repository/publishing → publishing/repository}/index.d.ts +0 -0
  2453. /package/dist-cms/packages/documents/documents/{repository/publishing → publishing/repository}/index.js +0 -0
  2454. /package/dist-cms/packages/documents/documents/{repository/publishing → publishing/repository}/manifests.js +0 -0
  2455. /package/dist-cms/packages/documents/documents/{modals → publishing}/utils.d.ts +0 -0
  2456. /package/dist-cms/packages/documents/documents/{modals → publishing}/utils.js +0 -0
@@ -1 +1 @@
1
- class T extends Error{constructor(e,o,i){super(i),this.name="ApiError",this.url=o.url,this.status=o.status,this.statusText=o.statusText,this.body=o.body,this.request=e}}class q extends Error{constructor(e){super(e),this.name="CancelError"}get isCancelled(){return!0}}class k{constructor(e){this._isResolved=!1,this._isRejected=!1,this._isCancelled=!1,this.cancelHandlers=[],this.promise=new Promise((o,i)=>{this._resolve=o,this._reject=i;const s=c=>{this._isResolved||this._isRejected||this._isCancelled||(this._isResolved=!0,this._resolve&&this._resolve(c))},n=c=>{this._isResolved||this._isRejected||this._isCancelled||(this._isRejected=!0,this._reject&&this._reject(c))},u=c=>{this._isResolved||this._isRejected||this._isCancelled||this.cancelHandlers.push(c)};return Object.defineProperty(u,"isResolved",{get:()=>this._isResolved}),Object.defineProperty(u,"isRejected",{get:()=>this._isRejected}),Object.defineProperty(u,"isCancelled",{get:()=>this._isCancelled}),e(s,n,u)})}get[Symbol.toStringTag](){return"Cancellable Promise"}then(e,o){return this.promise.then(e,o)}catch(e){return this.promise.catch(e)}finally(e){return this.promise.finally(e)}cancel(){if(!(this._isResolved||this._isRejected||this._isCancelled)){if(this._isCancelled=!0,this.cancelHandlers.length)try{for(const e of this.cancelHandlers)e()}catch(e){console.warn("Cancellation threw an error",e);return}this.cancelHandlers.length=0,this._reject&&this._reject(new q("Request aborted"))}}get isCancelled(){return this._isCancelled}}class B{constructor(){this._fns=[]}eject(e){const o=this._fns.indexOf(e);o!==-1&&(this._fns=[...this._fns.slice(0,o),...this._fns.slice(o+1)])}use(e){this._fns=[...this._fns,e]}}const t={BASE:"",CREDENTIALS:"include",ENCODE_PATH:void 0,HEADERS:void 0,PASSWORD:void 0,TOKEN:void 0,USERNAME:void 0,VERSION:"Latest",WITH_CREDENTIALS:!1,interceptors:{request:new B,response:new B}},m=a=>typeof a=="string",l=a=>m(a)&&a!=="",y=a=>a instanceof Blob,E=a=>a instanceof FormData,Q=a=>{try{return btoa(a)}catch{return Buffer.from(a).toString("base64")}},Y=a=>{const e=[],o=(s,n)=>{e.push(`${encodeURIComponent(s)}=${encodeURIComponent(String(n))}`)},i=(s,n)=>{n!=null&&(n instanceof Date?o(s,n.toISOString()):Array.isArray(n)?n.forEach(u=>i(s,u)):typeof n=="object"?Object.entries(n).forEach(([u,c])=>i(`${s}[${u}]`,c)):o(s,n))};return Object.entries(a).forEach(([s,n])=>i(s,n)),e.length?`?${e.join("&")}`:""},J=(a,e)=>{const o=a.ENCODE_PATH||encodeURI,i=e.url.replace("{api-version}",a.VERSION).replace(/{(.*?)}/g,(n,u)=>e.path?.hasOwnProperty(u)?o(String(e.path[u])):n),s=a.BASE+i;return e.query?s+Y(e.query):s},X=a=>{if(a.formData){const e=new FormData,o=(i,s)=>{m(s)||y(s)?e.append(i,s):e.append(i,JSON.stringify(s))};return Object.entries(a.formData).filter(([,i])=>i!=null).forEach(([i,s])=>{Array.isArray(s)?s.forEach(n=>o(i,n)):o(i,s)}),e}},p=async(a,e)=>typeof e=="function"?e(a):e,Z=async(a,e)=>{const[o,i,s,n]=await Promise.all([p(e,a.TOKEN),p(e,a.USERNAME),p(e,a.PASSWORD),p(e,a.HEADERS)]),u=Object.entries({Accept:"application/json",...n,...e.headers}).filter(([,c])=>c!=null).reduce((c,[h,d])=>({...c,[h]:String(d)}),{});if(l(o)&&(u.Authorization=`Bearer ${o}`),l(i)&&l(s)){const c=Q(`${i}:${s}`);u.Authorization=`Basic ${c}`}return e.body!==void 0&&(e.mediaType?u["Content-Type"]=e.mediaType:y(e.body)?u["Content-Type"]=e.body.type||"application/octet-stream":m(e.body)?u["Content-Type"]="text/plain":E(e.body)||(u["Content-Type"]="application/json")),new Headers(u)},ee=a=>{if(a.body!==void 0)return a.mediaType?.includes("application/json")||a.mediaType?.includes("+json")?JSON.stringify(a.body):m(a.body)||y(a.body)||E(a.body)?a.body:JSON.stringify(a.body)},te=async(a,e,o,i,s,n,u)=>{const c=new AbortController;let h={headers:n,body:i??s,method:e.method,signal:c.signal};a.WITH_CREDENTIALS&&(h.credentials=a.CREDENTIALS);for(const d of a.interceptors.request._fns)h=await d(h);return u(()=>c.abort()),await fetch(o,h)},re=(a,e)=>{if(e){const o=a.headers.get(e);if(m(o))return o}},ae=async a=>{if(a.status!==204)try{const e=a.headers.get("Content-Type");if(e){const o=["application/octet-stream","application/pdf","application/zip","audio/","image/","video/"];if(e.includes("application/json")||e.includes("+json"))return await a.json();if(o.some(i=>e.includes(i)))return await a.blob();if(e.includes("multipart/form-data"))return await a.formData();if(e.includes("text/"))return await a.text()}}catch(e){console.error(e)}},oe=(a,e)=>{const o={400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"Im a teapot",421:"Misdirected Request",422:"Unprocessable Content",423:"Locked",424:"Failed Dependency",425:"Too Early",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",510:"Not Extended",511:"Network Authentication Required",...a.errors}[e.status];if(o)throw new T(a,e,o);if(!e.ok){const i=e.status??"unknown",s=e.statusText??"unknown",n=(()=>{try{return JSON.stringify(e.body,null,2)}catch{return}})();throw new T(a,e,`Generic Error: status: ${i}; status text: ${s}; body: ${n}`)}},r=(a,e)=>new k(async(o,i,s)=>{try{const n=J(a,e),u=X(e),c=ee(e),h=await Z(a,e);if(!s.isCancelled){let d=await te(a,e,n,c,u,h,s);for(const $ of a.interceptors.response._fns)d=await $(d);const v=await ae(d),K=re(d,e.responseHeader);let b=v;e.responseTransformer&&d.ok&&(b=await e.responseTransformer(v));const g={url:n,ok:d.ok,status:d.status,statusText:d.statusText,body:K??b};oe(e,g),o(g.body)}}catch(n){i(n)}});class se{static getCulture(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/culture",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}}class ne{static postDataType(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/data-type",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDataTypeById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/data-type/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteDataTypeById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/data-type/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDataTypeById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/data-type/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postDataTypeByIdCopy(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/data-type/{id}/copy",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDataTypeByIdIsUsed(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/data-type/{id}/is-used",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDataTypeByIdMove(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/data-type/{id}/move",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDataTypeByIdReferences(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/data-type/{id}/references",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDataTypeConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/data-type/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postDataTypeFolder(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/data-type/folder",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDataTypeFolderById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/data-type/folder/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteDataTypeFolderById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/data-type/folder/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDataTypeFolderById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/data-type/folder/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getFilterDataType(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/filter/data-type",query:{skip:e.skip,take:e.take,name:e.name,editorUiAlias:e.editorUiAlias,editorAlias:e.editorAlias},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getItemDataType(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/data-type",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemDataTypeSearch(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/data-type/search",query:{query:e.query,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static getTreeDataTypeAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/data-type/ancestors",query:{descendantId:e.descendantId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDataTypeChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/data-type/children",query:{parentId:e.parentId,skip:e.skip,take:e.take,foldersOnly:e.foldersOnly},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDataTypeRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/data-type/root",query:{skip:e.skip,take:e.take,foldersOnly:e.foldersOnly},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class ie{static getDictionary(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/dictionary",query:{filter:e.filter,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postDictionary(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/dictionary",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found",409:"Conflict"}})}static getDictionaryById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/dictionary/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteDictionaryById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/dictionary/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDictionaryById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/dictionary/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDictionaryByIdExport(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/dictionary/{id}/export",path:{id:e.id},query:{includeChildren:e.includeChildren},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDictionaryByIdMove(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/dictionary/{id}/move",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postDictionaryImport(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/dictionary/import",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getItemDictionary(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/dictionary",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getTreeDictionaryAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/dictionary/ancestors",query:{descendantId:e.descendantId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDictionaryChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/dictionary/children",query:{parentId:e.parentId,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDictionaryRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/dictionary/root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class ue{static getCollectionDocumentById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/collection/document/{id}",path:{id:e.id},query:{dataTypeId:e.dataTypeId,orderBy:e.orderBy,orderCulture:e.orderCulture,orderDirection:e.orderDirection,filter:e.filter,skip:e.skip,take:e.take},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postDocument(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteDocumentById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/document/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentByIdAuditLog(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/{id}/audit-log",path:{id:e.id},query:{orderDirection:e.orderDirection,sinceDate:e.sinceDate,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postDocumentByIdCopy(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document/{id}/copy",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentByIdDomains(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/{id}/domains",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentByIdDomains(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/{id}/domains",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found",409:"Conflict"}})}static putDocumentByIdMove(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/{id}/move",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentByIdMoveToRecycleBin(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/{id}/move-to-recycle-bin",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentByIdNotifications(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/{id}/notifications",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentByIdNotifications(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/{id}/notifications",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postDocumentByIdPublicAccess(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document/{id}/public-access",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteDocumentByIdPublicAccess(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/document/{id}/public-access",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentByIdPublicAccess(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/{id}/public-access",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentByIdPublicAccess(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/{id}/public-access",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentByIdPublish(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/{id}/publish",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentByIdPublishWithDescendants(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/{id}/publish-with-descendants",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentByIdPublished(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/{id}/published",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentByIdReferencedBy(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/{id}/referenced-by",path:{id:e.id},query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getDocumentByIdReferencedDescendants(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/{id}/referenced-descendants",path:{id:e.id},query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static putDocumentByIdUnpublish(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/{id}/unpublish",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentByIdValidate(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/{id}/validate",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putUmbracoManagementApiV11DocumentByIdValidate11(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1.1/document/{id}/validate",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentAreReferenced(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/are-referenced",query:{id:e.id,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getDocumentConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static putDocumentSort(e={}){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/sort",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentUrls(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/urls",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postDocumentValidate(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document/validate",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getItemDocument(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/document",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemDocumentSearch(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/document/search",query:{query:e.query,skip:e.skip,take:e.take,parentId:e.parentId},errors:{401:"The resource is protected and requires an authentication token"}})}static deleteRecycleBinDocument(){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/recycle-bin/document",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static deleteRecycleBinDocumentById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/recycle-bin/document/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getRecycleBinDocumentByIdOriginalParent(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/recycle-bin/document/{id}/original-parent",path:{id:e.id},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putRecycleBinDocumentByIdRestore(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/recycle-bin/document/{id}/restore",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getRecycleBinDocumentChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/recycle-bin/document/children",query:{parentId:e.parentId,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getRecycleBinDocumentRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/recycle-bin/document/root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDocumentAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/document/ancestors",query:{descendantId:e.descendantId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDocumentChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/document/children",query:{parentId:e.parentId,skip:e.skip,take:e.take,dataTypeId:e.dataTypeId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDocumentRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/document/root",query:{skip:e.skip,take:e.take,dataTypeId:e.dataTypeId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class ce{static postDocumentBlueprint(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document-blueprint",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentBlueprintById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-blueprint/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteDocumentBlueprintById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/document-blueprint/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentBlueprintById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document-blueprint/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentBlueprintByIdMove(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document-blueprint/{id}/move",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postDocumentBlueprintFolder(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document-blueprint/folder",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentBlueprintFolderById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-blueprint/folder/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteDocumentBlueprintFolderById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/document-blueprint/folder/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentBlueprintFolderById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document-blueprint/folder/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postDocumentBlueprintFromDocument(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document-blueprint/from-document",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getItemDocumentBlueprint(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/document-blueprint",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getTreeDocumentBlueprintAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/document-blueprint/ancestors",query:{descendantId:e.descendantId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDocumentBlueprintChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/document-blueprint/children",query:{parentId:e.parentId,skip:e.skip,take:e.take,foldersOnly:e.foldersOnly},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDocumentBlueprintRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/document-blueprint/root",query:{skip:e.skip,take:e.take,foldersOnly:e.foldersOnly},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class de{static postDocumentType(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document-type",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentTypeById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-type/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteDocumentTypeById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/document-type/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentTypeById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document-type/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentTypeByIdAllowedChildren(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-type/{id}/allowed-children",path:{id:e.id},query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentTypeByIdBlueprint(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-type/{id}/blueprint",path:{id:e.id},query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentTypeByIdCompositionReferences(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-type/{id}/composition-references",path:{id:e.id},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postDocumentTypeByIdCopy(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document-type/{id}/copy",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentTypeByIdExport(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-type/{id}/export",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentTypeByIdImport(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document-type/{id}/import",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentTypeByIdMove(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document-type/{id}/move",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentTypeAllowedAtRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-type/allowed-at-root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postDocumentTypeAvailableCompositions(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document-type/available-compositions",body:e.requestBody,mediaType:"application/json",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getDocumentTypeConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-type/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postDocumentTypeFolder(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document-type/folder",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentTypeFolderById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-type/folder/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteDocumentTypeFolderById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/document-type/folder/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentTypeFolderById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document-type/folder/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postDocumentTypeImport(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document-type/import",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getItemDocumentType(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/document-type",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemDocumentTypeSearch(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/document-type/search",query:{query:e.query,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static getTreeDocumentTypeAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/document-type/ancestors",query:{descendantId:e.descendantId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDocumentTypeChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/document-type/children",query:{parentId:e.parentId,skip:e.skip,take:e.take,foldersOnly:e.foldersOnly},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDocumentTypeRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/document-type/root",query:{skip:e.skip,take:e.take,foldersOnly:e.foldersOnly},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class he{static getDocumentVersion(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-version",query:{documentId:e.documentId,culture:e.culture,skip:e.skip,take:e.take},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentVersionById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-version/{id}",path:{id:e.id},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentVersionByIdPreventCleanup(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document-version/{id}/prevent-cleanup",path:{id:e.id},query:{preventCleanup:e.preventCleanup},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postDocumentVersionByIdRollback(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document-version/{id}/rollback",path:{id:e.id},query:{culture:e.culture},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}}class me{static postDynamicRootQuery(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/dynamic-root/query",body:e.requestBody,mediaType:"application/json",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getDynamicRootSteps(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/dynamic-root/steps",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class pe{static getHealthCheckGroup(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/health-check-group",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getHealthCheckGroupByName(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/health-check-group/{name}",path:{name:e.name},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postHealthCheckGroupByNameCheck(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/health-check-group/{name}/check",path:{name:e.name},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postHealthCheckExecuteAction(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/health-check/execute-action",body:e.requestBody,mediaType:"application/json",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Te{static getHelp(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/help",query:{section:e.section,tree:e.tree,skip:e.skip,take:e.take,baseUrl:e.baseUrl},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token"}})}}class le{static getImagingResizeUrls(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/imaging/resize/urls",query:{id:e.id,height:e.height,width:e.width,mode:e.mode},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class ye{static getImportAnalyze(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/import/analyze",query:{temporaryFileId:e.temporaryFileId},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",404:"Not Found"}})}}class ve{static getIndexer(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/indexer",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static getIndexerByIndexName(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/indexer/{indexName}",path:{indexName:e.indexName},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token"}})}static postIndexerByIndexNameRebuild(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/indexer/{indexName}/rebuild",path:{indexName:e.indexName},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",404:"Not Found",409:"Conflict"}})}}class be{static getInstallSettings(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/install/settings",errors:{428:"Precondition Required"}})}static postInstallSetup(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/install/setup",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{428:"Precondition Required"}})}static postInstallValidateDatabase(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/install/validate-database",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request"}})}}class ge{static getItemLanguage(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/language",query:{isoCode:e.isoCode},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemLanguageDefault(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/language/default",errors:{401:"The resource is protected and requires an authentication token"}})}static getLanguage(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/language",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static postLanguage(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/language",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getLanguageByIsoCode(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/language/{isoCode}",path:{isoCode:e.isoCode},errors:{401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static deleteLanguageByIsoCode(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/language/{isoCode}",path:{isoCode:e.isoCode},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putLanguageByIsoCode(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/language/{isoCode}",path:{isoCode:e.isoCode},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}}class qe{static getLogViewerLevel(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/log-viewer/level",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getLogViewerLevelCount(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/log-viewer/level-count",query:{startDate:e.startDate,endDate:e.endDate},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getLogViewerLog(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/log-viewer/log",query:{skip:e.skip,take:e.take,orderDirection:e.orderDirection,filterExpression:e.filterExpression,logLevel:e.logLevel,startDate:e.startDate,endDate:e.endDate},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getLogViewerMessageTemplate(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/log-viewer/message-template",query:{skip:e.skip,take:e.take,startDate:e.startDate,endDate:e.endDate},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getLogViewerSavedSearch(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/log-viewer/saved-search",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postLogViewerSavedSearch(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/log-viewer/saved-search",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getLogViewerSavedSearchByName(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/log-viewer/saved-search/{name}",path:{name:e.name},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteLogViewerSavedSearchByName(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/log-viewer/saved-search/{name}",path:{name:e.name},responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getLogViewerValidateLogsSize(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/log-viewer/validate-logs-size",query:{startDate:e.startDate,endDate:e.endDate},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class ke{static getManifestManifest(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/manifest/manifest",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getManifestManifestPrivate(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/manifest/manifest/private",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getManifestManifestPublic(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/manifest/manifest/public"})}}class Be{static getCollectionMedia(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/collection/media",query:{id:e.id,dataTypeId:e.dataTypeId,orderBy:e.orderBy,orderDirection:e.orderDirection,filter:e.filter,skip:e.skip,take:e.take},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getItemMedia(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/media",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemMediaSearch(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/media/search",query:{query:e.query,skip:e.skip,take:e.take,parentId:e.parentId},errors:{401:"The resource is protected and requires an authentication token"}})}static postMedia(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/media",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteMediaById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/media/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putMediaById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/media/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaByIdAuditLog(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media/{id}/audit-log",path:{id:e.id},query:{orderDirection:e.orderDirection,sinceDate:e.sinceDate,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static putMediaByIdMove(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/media/{id}/move",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putMediaByIdMoveToRecycleBin(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/media/{id}/move-to-recycle-bin",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaByIdReferencedBy(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media/{id}/referenced-by",path:{id:e.id},query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getMediaByIdReferencedDescendants(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media/{id}/referenced-descendants",path:{id:e.id},query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static putMediaByIdValidate(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/media/{id}/validate",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaAreReferenced(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media/are-referenced",query:{id:e.id,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getMediaConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static putMediaSort(e={}){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/media/sort",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaUrls(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media/urls",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postMediaValidate(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/media/validate",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteRecycleBinMedia(){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/recycle-bin/media",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static deleteRecycleBinMediaById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/recycle-bin/media/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getRecycleBinMediaByIdOriginalParent(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/recycle-bin/media/{id}/original-parent",path:{id:e.id},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putRecycleBinMediaByIdRestore(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/recycle-bin/media/{id}/restore",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getRecycleBinMediaChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/recycle-bin/media/children",query:{parentId:e.parentId,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getRecycleBinMediaRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/recycle-bin/media/root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeMediaAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/media/ancestors",query:{descendantId:e.descendantId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeMediaChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/media/children",query:{parentId:e.parentId,skip:e.skip,take:e.take,dataTypeId:e.dataTypeId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeMediaRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/media/root",query:{skip:e.skip,take:e.take,dataTypeId:e.dataTypeId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Ee{static getItemMediaType(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/media-type",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemMediaTypeAllowed(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/media-type/allowed",query:{fileExtension:e.fileExtension,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemMediaTypeFolders(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/media-type/folders",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemMediaTypeSearch(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/media-type/search",query:{query:e.query,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static postMediaType(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/media-type",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaTypeById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media-type/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteMediaTypeById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/media-type/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putMediaTypeById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/media-type/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaTypeByIdAllowedChildren(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media-type/{id}/allowed-children",path:{id:e.id},query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaTypeByIdCompositionReferences(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media-type/{id}/composition-references",path:{id:e.id},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postMediaTypeByIdCopy(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/media-type/{id}/copy",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaTypeByIdExport(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media-type/{id}/export",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putMediaTypeByIdImport(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/media-type/{id}/import",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putMediaTypeByIdMove(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/media-type/{id}/move",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaTypeAllowedAtRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media-type/allowed-at-root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postMediaTypeAvailableCompositions(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/media-type/available-compositions",body:e.requestBody,mediaType:"application/json",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getMediaTypeConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media-type/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postMediaTypeFolder(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/media-type/folder",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaTypeFolderById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media-type/folder/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteMediaTypeFolderById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/media-type/folder/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putMediaTypeFolderById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/media-type/folder/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postMediaTypeImport(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/media-type/import",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getTreeMediaTypeAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/media-type/ancestors",query:{descendantId:e.descendantId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeMediaTypeChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/media-type/children",query:{parentId:e.parentId,skip:e.skip,take:e.take,foldersOnly:e.foldersOnly},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeMediaTypeRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/media-type/root",query:{skip:e.skip,take:e.take,foldersOnly:e.foldersOnly},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Ne{static getFilterMember(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/filter/member",query:{memberTypeId:e.memberTypeId,memberGroupName:e.memberGroupName,isApproved:e.isApproved,isLockedOut:e.isLockedOut,orderBy:e.orderBy,orderDirection:e.orderDirection,filter:e.filter,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getItemMember(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/member",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemMemberSearch(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/member/search",query:{query:e.query,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static postMember(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/member",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMemberById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/member/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteMemberById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/member/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putMemberById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/member/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putMemberByIdValidate(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/member/{id}/validate",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMemberConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/member/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postMemberValidate(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/member/validate",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}}class Re{static getItemMemberGroup(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/member-group",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getMemberGroup(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/member-group",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postMemberGroup(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/member-group",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getMemberGroupById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/member-group/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteMemberGroupById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/member-group/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putMemberGroupById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/member-group/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getTreeMemberGroupRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/member-group/root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class fe{static getItemMemberType(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/member-type",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemMemberTypeSearch(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/member-type/search",query:{query:e.query,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static postMemberType(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/member-type",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMemberTypeById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/member-type/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteMemberTypeById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/member-type/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putMemberTypeById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/member-type/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMemberTypeByIdCompositionReferences(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/member-type/{id}/composition-references",path:{id:e.id},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postMemberTypeByIdCopy(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/member-type/{id}/copy",path:{id:e.id},responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postMemberTypeAvailableCompositions(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/member-type/available-compositions",body:e.requestBody,mediaType:"application/json",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getMemberTypeConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/member-type/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeMemberTypeRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/member-type/root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Ue{static postModelsBuilderBuild(){return r(t,{method:"POST",url:"/umbraco/management/api/v1/models-builder/build",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",428:"Precondition Required"}})}static getModelsBuilderDashboard(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/models-builder/dashboard",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getModelsBuilderStatus(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/models-builder/status",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Ie{static getObjectTypes(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/object-types",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}}class Se{static getOembedQuery(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/oembed/query",query:{url:e.url,maxWidth:e.maxWidth,maxHeight:e.maxHeight},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Ge{static postPackageByNameRunMigration(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/package/{name}/run-migration",path:{name:e.name},responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found",409:"Conflict"}})}static getPackageConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/package/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getPackageCreated(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/package/created",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postPackageCreated(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/package/created",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getPackageCreatedById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/package/created/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deletePackageCreatedById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/package/created/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putPackageCreatedById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/package/created/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getPackageCreatedByIdDownload(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/package/created/{id}/download",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getPackageMigrationStatus(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/package/migration-status",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class De{static getItemPartialView(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/partial-view",query:{path:e.path},errors:{401:"The resource is protected and requires an authentication token"}})}static postPartialView(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/partial-view",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getPartialViewByPath(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/partial-view/{path}",path:{path:e.path},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deletePartialViewByPath(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/partial-view/{path}",path:{path:e.path},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putPartialViewByPath(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/partial-view/{path}",path:{path:e.path},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putPartialViewByPathRename(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/partial-view/{path}/rename",path:{path:e.path},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postPartialViewFolder(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/partial-view/folder",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getPartialViewFolderByPath(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/partial-view/folder/{path}",path:{path:e.path},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deletePartialViewFolderByPath(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/partial-view/folder/{path}",path:{path:e.path},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getPartialViewSnippet(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/partial-view/snippet",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getPartialViewSnippetById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/partial-view/snippet/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getTreePartialViewAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/partial-view/ancestors",query:{descendantPath:e.descendantPath},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreePartialViewChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/partial-view/children",query:{parentPath:e.parentPath,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreePartialViewRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/partial-view/root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Pe{static deletePreview(){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/preview",responseHeader:"Umb-Notifications"})}static postPreview(){return r(t,{method:"POST",url:"/umbraco/management/api/v1/preview",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token"}})}}class Fe{static getProfilingStatus(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/profiling/status",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static putProfilingStatus(e={}){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/profiling/status",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class He{static getPropertyTypeIsUsed(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/property-type/is-used",query:{contentTypeId:e.contentTypeId,propertyAlias:e.propertyAlias},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Ce{static postPublishedCacheCollect(){return r(t,{method:"POST",url:"/umbraco/management/api/v1/published-cache/collect",errors:{401:"The resource is protected and requires an authentication token",501:"Not Implemented"}})}static postPublishedCacheRebuild(){return r(t,{method:"POST",url:"/umbraco/management/api/v1/published-cache/rebuild",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token"}})}static postPublishedCacheReload(){return r(t,{method:"POST",url:"/umbraco/management/api/v1/published-cache/reload",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token"}})}static getPublishedCacheStatus(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/published-cache/status",errors:{401:"The resource is protected and requires an authentication token",501:"Not Implemented"}})}}class Oe{static getRedirectManagement(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/redirect-management",query:{filter:e.filter,skip:e.skip,take:e.take},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getRedirectManagementById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/redirect-management/{id}",path:{id:e.id},query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static deleteRedirectManagementById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/redirect-management/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getRedirectManagementStatus(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/redirect-management/status",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postRedirectManagementStatus(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/redirect-management/status",query:{status:e.status},responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Ae{static getRelationByRelationTypeId(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/relation/type/{id}",path:{id:e.id},query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}}class Me{static getItemRelationType(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/relation-type",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getRelationType(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/relation-type",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getRelationTypeById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/relation-type/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}}class je{static getItemScript(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/script",query:{path:e.path},errors:{401:"The resource is protected and requires an authentication token"}})}static postScript(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/script",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getScriptByPath(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/script/{path}",path:{path:e.path},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteScriptByPath(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/script/{path}",path:{path:e.path},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putScriptByPath(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/script/{path}",path:{path:e.path},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putScriptByPathRename(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/script/{path}/rename",path:{path:e.path},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postScriptFolder(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/script/folder",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getScriptFolderByPath(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/script/folder/{path}",path:{path:e.path},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteScriptFolderByPath(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/script/folder/{path}",path:{path:e.path},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getTreeScriptAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/script/ancestors",query:{descendantPath:e.descendantPath},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeScriptChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/script/children",query:{parentPath:e.parentPath,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeScriptRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/script/root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Le{static getSearcher(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/searcher",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static getSearcherBySearcherNameQuery(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/searcher/{searcherName}/query",path:{searcherName:e.searcherName},query:{term:e.term,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",404:"Not Found"}})}}class we{static getSecurityConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/security/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postSecurityForgotPassword(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/security/forgot-password",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postSecurityForgotPasswordReset(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/security/forgot-password/reset",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postSecurityForgotPasswordVerify(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/security/forgot-password/verify",body:e.requestBody,mediaType:"application/json",errors:{400:"Bad Request",404:"Not Found"}})}}class _e{static getSegment(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/segment",query:{skip:e.skip,take:e.take},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Ve{static getServerConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/server/configuration",errors:{401:"The resource is protected and requires an authentication token"}})}static getServerInformation(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/server/information",errors:{401:"The resource is protected and requires an authentication token"}})}static getServerStatus(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/server/status",errors:{400:"Bad Request"}})}static getServerTroubleshooting(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/server/troubleshooting",errors:{401:"The resource is protected and requires an authentication token"}})}static getServerUpgradeCheck(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/server/upgrade-check",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class xe{static getItemStaticFile(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/static-file",query:{path:e.path},errors:{401:"The resource is protected and requires an authentication token"}})}static getTreeStaticFileAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/static-file/ancestors",query:{descendantPath:e.descendantPath},errors:{401:"The resource is protected and requires an authentication token"}})}static getTreeStaticFileChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/static-file/children",query:{parentPath:e.parentPath,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static getTreeStaticFileRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/static-file/root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}}class We{static getItemStylesheet(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/stylesheet",query:{path:e.path},errors:{401:"The resource is protected and requires an authentication token"}})}static postStylesheet(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/stylesheet",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getStylesheetByPath(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/stylesheet/{path}",path:{path:e.path},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteStylesheetByPath(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/stylesheet/{path}",path:{path:e.path},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putStylesheetByPath(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/stylesheet/{path}",path:{path:e.path},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putStylesheetByPathRename(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/stylesheet/{path}/rename",path:{path:e.path},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postStylesheetFolder(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/stylesheet/folder",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getStylesheetFolderByPath(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/stylesheet/folder/{path}",path:{path:e.path},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteStylesheetFolderByPath(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/stylesheet/folder/{path}",path:{path:e.path},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getTreeStylesheetAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/stylesheet/ancestors",query:{descendantPath:e.descendantPath},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeStylesheetChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/stylesheet/children",query:{parentPath:e.parentPath,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeStylesheetRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/stylesheet/root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class ze{static getTag(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tag",query:{query:e.query,tagGroup:e.tagGroup,culture:e.culture,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}}class Ke{static getTelemetry(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/telemetry",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTelemetryLevel(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/telemetry/level",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postTelemetryLevel(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/telemetry/level",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class $e{static getItemTemplate(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/template",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemTemplateSearch(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/template/search",query:{query:e.query,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static postTemplate(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/template",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getTemplateById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/template/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteTemplateById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/template/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putTemplateById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/template/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getTemplateConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/template/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postTemplateQueryExecute(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/template/query/execute",body:e.requestBody,mediaType:"application/json",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTemplateQuerySettings(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/template/query/settings",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeTemplateAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/template/ancestors",query:{descendantId:e.descendantId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeTemplateChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/template/children",query:{parentId:e.parentId,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeTemplateRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/template/root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Qe{static postTemporaryFile(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/temporary-file",formData:e.formData,mediaType:"multipart/form-data",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token"}})}static getTemporaryFileById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/temporary-file/{id}",path:{id:e.id},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static deleteTemporaryFileById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/temporary-file/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static getTemporaryFileConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/temporary-file/configuration",errors:{401:"The resource is protected and requires an authentication token"}})}}class Ye{static postUpgradeAuthorize(){return r(t,{method:"POST",url:"/umbraco/management/api/v1/upgrade/authorize",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",428:"Precondition Required",500:"Internal Server Error"}})}static getUpgradeSettings(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/upgrade/settings",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",428:"Precondition Required"}})}}class Je{static getFilterUser(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/filter/user",query:{skip:e.skip,take:e.take,orderBy:e.orderBy,orderDirection:e.orderDirection,userGroupIds:e.userGroupIds,userStates:e.userStates,filter:e.filter},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getItemUser(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/user",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static postUser(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteUser(e={}){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/user",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getUser(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getUserById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteUserById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/user/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putUserById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/user/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getUserById2Fa(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/{id}/2fa",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteUserById2FaByProviderName(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/user/{id}/2fa/{providerName}",path:{id:e.id,providerName:e.providerName},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getUserByIdCalculateStartNodes(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/{id}/calculate-start-nodes",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserByIdChangePassword(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/{id}/change-password",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserByIdClientCredentials(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/{id}/client-credentials",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getUserByIdClientCredentials(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/{id}/client-credentials",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static deleteUserByIdClientCredentialsByClientId(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/user/{id}/client-credentials/{clientId}",path:{id:e.id,clientId:e.clientId},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postUserByIdResetPassword(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/{id}/reset-password",path:{id:e.id},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteUserAvatarById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/user/avatar/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserAvatarById(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/avatar/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getUserConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getUserCurrent(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/current",errors:{401:"The resource is protected and requires an authentication token"}})}static getUserCurrent2Fa(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/current/2fa",errors:{401:"The resource is protected and requires an authentication token"}})}static deleteUserCurrent2FaByProviderName(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/user/current/2fa/{providerName}",path:{providerName:e.providerName},query:{code:e.code},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static postUserCurrent2FaByProviderName(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/current/2fa/{providerName}",path:{providerName:e.providerName},body:e.requestBody,mediaType:"application/json",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static getUserCurrent2FaByProviderName(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/current/2fa/{providerName}",path:{providerName:e.providerName},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static postUserCurrentAvatar(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/current/avatar",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token"}})}static postUserCurrentChangePassword(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/current/change-password",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token"}})}static getUserCurrentConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/current/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getUserCurrentLoginProviders(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/current/login-providers",errors:{401:"The resource is protected and requires an authentication token"}})}static getUserCurrentPermissions(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/current/permissions",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static getUserCurrentPermissionsDocument(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/current/permissions/document",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static getUserCurrentPermissionsMedia(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/current/permissions/media",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static postUserDisable(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/disable",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserEnable(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/enable",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserInvite(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/invite",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserInviteCreatePassword(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/invite/create-password",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserInviteResend(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/invite/resend",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserInviteVerify(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/invite/verify",body:e.requestBody,mediaType:"application/json",errors:{400:"Bad Request",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserSetUserGroups(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/set-user-groups",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postUserUnlock(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/unlock",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Xe{static postUserData(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user-data",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static getUserData(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user-data",query:{groups:e.groups,identifiers:e.identifiers,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static putUserData(e={}){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/user-data",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static getUserDataById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user-data/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",404:"Not Found"}})}}class Ze{static getFilterUserGroup(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/filter/user-group",query:{skip:e.skip,take:e.take,filter:e.filter},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getItemUserGroup(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/user-group",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static deleteUserGroup(e={}){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/user-group",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserGroup(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user-group",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getUserGroup(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user-group",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getUserGroupById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user-group/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteUserGroupById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/user-group/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putUserGroupById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/user-group/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteUserGroupByIdUsers(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/user-group/{id}/users",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserGroupByIdUsers(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user-group/{id}/users",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}}class et{static getItemWebhook(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/webhook",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getWebhook(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/webhook",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postWebhook(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/webhook",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getWebhookById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/webhook/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteWebhookById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/webhook/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putWebhookById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/webhook/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getWebhookEvents(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/webhook/events",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}var N=(a=>(a.NEW="New",a.SAVE="Save",a.SAVE_VARIANT="SaveVariant",a.OPEN="Open",a.DELETE="Delete",a.PUBLISH="Publish",a.PUBLISH_VARIANT="PublishVariant",a.SEND_TO_PUBLISH="SendToPublish",a.SEND_TO_PUBLISH_VARIANT="SendToPublishVariant",a.UNPUBLISH="Unpublish",a.UNPUBLISH_VARIANT="UnpublishVariant",a.MOVE="Move",a.COPY="Copy",a.ASSIGN_DOMAIN="AssignDomain",a.PUBLIC_ACCESS="PublicAccess",a.SORT="Sort",a.NOTIFY="Notify",a.SYSTEM="System",a.ROLL_BACK="RollBack",a.PACKAGER_INSTALL="PackagerInstall",a.PACKAGER_UNINSTALL="PackagerUninstall",a.CUSTOM="Custom",a.CONTENT_VERSION_PREVENT_CLEANUP="ContentVersionPreventCleanup",a.CONTENT_VERSION_ENABLE_CLEANUP="ContentVersionEnableCleanup",a))(N||{}),R=(a=>(a.COMPOSITION="Composition",a.INHERITANCE="Inheritance",a))(R||{}),f=(a=>(a.TRUE="True",a.FALSE="False",a.FALSE_WITH_HELP_TEXT="FalseWithHelpText",a))(f||{}),U=(a=>(a.ASCENDING="Ascending",a.DESCENDING="Descending",a))(U||{}),I=(a=>(a.NOT_CREATED="NotCreated",a.DRAFT="Draft",a.PUBLISHED="Published",a.PUBLISHED_PENDING_CHANGES="PublishedPendingChanges",a))(I||{}),S=(a=>(a.DEFAULT="Default",a.INFO="Info",a.ERROR="Error",a.SUCCESS="Success",a.WARNING="Warning",a))(S||{}),G=(a=>(a.HEALTHY="Healthy",a.UNHEALTHY="Unhealthy",a.REBUILDING="Rebuilding",a))(G||{}),D=(a=>(a.CROP="Crop",a.MAX="Max",a.STRETCH="Stretch",a.PAD="Pad",a.BOX_PAD="BoxPad",a.MIN="Min",a))(D||{}),P=(a=>(a.VERBOSE="Verbose",a.DEBUG="Debug",a.INFORMATION="Information",a.WARNING="Warning",a.ERROR="Error",a.FATAL="Fatal",a))(P||{}),F=(a=>(a.DEFAULT="Default",a.API="Api",a))(F||{}),H=(a=>(a.NOTHING="Nothing",a.IN_MEMORY_AUTO="InMemoryAuto",a.SOURCE_CODE_MANUAL="SourceCodeManual",a.SOURCE_CODE_AUTO="SourceCodeAuto",a))(H||{}),C=(a=>(a.EQUALS="Equals",a.NOT_EQUALS="NotEquals",a.CONTAINS="Contains",a.NOT_CONTAINS="NotContains",a.LESS_THAN="LessThan",a.LESS_THAN_EQUAL_TO="LessThanEqualTo",a.GREATER_THAN="GreaterThan",a.GREATER_THAN_EQUAL_TO="GreaterThanEqualTo",a))(C||{}),O=(a=>(a.OUT_OF_DATE="OutOfDate",a.CURRENT="Current",a.UNKNOWN="Unknown",a))(O||{}),A=(a=>(a.ENABLED="Enabled",a.DISABLED="Disabled",a))(A||{}),M=(a=>(a.UNKNOWN="Unknown",a.BOOT="Boot",a.INSTALL="Install",a.UPGRADE="Upgrade",a.RUN="Run",a.BOOT_FAILED="BootFailed",a))(M||{}),j=(a=>(a.BACKOFFICE_DEVELOPMENT="BackofficeDevelopment",a.DEVELOPMENT="Development",a.PRODUCTION="Production",a))(j||{}),L=(a=>(a.SUCCESS="Success",a.WARNING="Warning",a.ERROR="Error",a.INFO="Info",a))(L||{}),w=(a=>(a.MINIMAL="Minimal",a.BASIC="Basic",a.DETAILED="Detailed",a))(w||{}),_=(a=>(a.STRING="String",a.DATE_TIME="DateTime",a.INTEGER="Integer",a))(_||{}),V=(a=>(a.SUCCESS="Success",a.NOT_FOUND="NotFound",a.USER_NOT_FOUND="UserNotFound",a.ALREADY_EXISTS="AlreadyExists",a))(V||{}),x=(a=>(a.DEFAULT="Default",a.API="Api",a))(x||{}),W=(a=>(a.USER_NAME="UserName",a.LANGUAGE="Language",a.NAME="Name",a.EMAIL="Email",a.ID="Id",a.CREATE_DATE="CreateDate",a.UPDATE_DATE="UpdateDate",a.IS_APPROVED="IsApproved",a.IS_LOCKED_OUT="IsLockedOut",a.LAST_LOGIN_DATE="LastLoginDate",a))(W||{}),z=(a=>(a.ACTIVE="Active",a.DISABLED="Disabled",a.LOCKED_OUT="LockedOut",a.INVITED="Invited",a.INACTIVE="Inactive",a.ALL="All",a))(z||{});export{T as ApiError,N as AuditTypeModel,q as CancelError,k as CancelablePromise,R as CompositionTypeModel,se as CultureService,f as DataTypeChangeModeModel,ne as DataTypeService,ie as DictionaryService,U as DirectionModel,ce as DocumentBlueprintService,ue as DocumentService,de as DocumentTypeService,I as DocumentVariantStateModel,he as DocumentVersionService,me as DynamicRootService,S as EventMessageTypeModel,pe as HealthCheckService,G as HealthStatusModel,Te as HelpService,D as ImageCropModeModel,le as ImagingService,ye as ImportService,ve as IndexerService,be as InstallService,ge as LanguageService,P as LogLevelModel,qe as LogViewerService,ke as ManifestService,Be as MediaService,Ee as MediaTypeService,Re as MemberGroupService,F as MemberKindModel,Ne as MemberService,fe as MemberTypeService,Ue as ModelsBuilderService,H as ModelsModeModel,Se as OEmbedService,Ie as ObjectTypesService,t as OpenAPI,C as OperatorModel,O as OutOfDateTypeModel,Ge as PackageService,De as PartialViewService,Pe as PreviewService,Fe as ProfilingService,He as PropertyTypeService,Ce as PublishedCacheService,Oe as RedirectManagementService,A as RedirectStatusModel,Ae as RelationService,Me as RelationTypeService,M as RuntimeLevelModel,j as RuntimeModeModel,je as ScriptService,Le as SearcherService,we as SecurityService,_e as SegmentService,Ve as ServerService,xe as StaticFileService,L as StatusResultTypeModel,We as StylesheetService,ze as TagService,w as TelemetryLevelModel,Ke as TelemetryService,_ as TemplateQueryPropertyTypeModel,$e as TemplateService,Qe as TemporaryFileService,Ye as UpgradeService,V as UserDataOperationStatusModel,Xe as UserDataService,Ze as UserGroupService,x as UserKindModel,W as UserOrderModel,Je as UserService,z as UserStateModel,et as WebhookService};
1
+ class T extends Error{constructor(e,o,i){super(i),this.name="ApiError",this.url=o.url,this.status=o.status,this.statusText=o.statusText,this.body=o.body,this.request=e}}class q extends Error{constructor(e){super(e),this.name="CancelError"}get isCancelled(){return!0}}class k{constructor(e){this._isResolved=!1,this._isRejected=!1,this._isCancelled=!1,this.cancelHandlers=[],this.promise=new Promise((o,i)=>{this._resolve=o,this._reject=i;const s=c=>{this._isResolved||this._isRejected||this._isCancelled||(this._isResolved=!0,this._resolve&&this._resolve(c))},n=c=>{this._isResolved||this._isRejected||this._isCancelled||(this._isRejected=!0,this._reject&&this._reject(c))},u=c=>{this._isResolved||this._isRejected||this._isCancelled||this.cancelHandlers.push(c)};return Object.defineProperty(u,"isResolved",{get:()=>this._isResolved}),Object.defineProperty(u,"isRejected",{get:()=>this._isRejected}),Object.defineProperty(u,"isCancelled",{get:()=>this._isCancelled}),e(s,n,u)})}get[Symbol.toStringTag](){return"Cancellable Promise"}then(e,o){return this.promise.then(e,o)}catch(e){return this.promise.catch(e)}finally(e){return this.promise.finally(e)}cancel(){if(!(this._isResolved||this._isRejected||this._isCancelled)){if(this._isCancelled=!0,this.cancelHandlers.length)try{for(const e of this.cancelHandlers)e()}catch(e){console.warn("Cancellation threw an error",e);return}this.cancelHandlers.length=0,this._reject&&this._reject(new q("Request aborted"))}}get isCancelled(){return this._isCancelled}}class B{constructor(){this._fns=[]}eject(e){const o=this._fns.indexOf(e);o!==-1&&(this._fns=[...this._fns.slice(0,o),...this._fns.slice(o+1)])}use(e){this._fns=[...this._fns,e]}}const t={BASE:"",CREDENTIALS:"include",ENCODE_PATH:void 0,HEADERS:void 0,PASSWORD:void 0,TOKEN:void 0,USERNAME:void 0,VERSION:"Latest",WITH_CREDENTIALS:!1,interceptors:{request:new B,response:new B}},m=a=>typeof a=="string",l=a=>m(a)&&a!=="",y=a=>a instanceof Blob,E=a=>a instanceof FormData,Q=a=>{try{return btoa(a)}catch{return Buffer.from(a).toString("base64")}},Y=a=>{const e=[],o=(s,n)=>{e.push(`${encodeURIComponent(s)}=${encodeURIComponent(String(n))}`)},i=(s,n)=>{n!=null&&(n instanceof Date?o(s,n.toISOString()):Array.isArray(n)?n.forEach(u=>i(s,u)):typeof n=="object"?Object.entries(n).forEach(([u,c])=>i(`${s}[${u}]`,c)):o(s,n))};return Object.entries(a).forEach(([s,n])=>i(s,n)),e.length?`?${e.join("&")}`:""},J=(a,e)=>{const o=a.ENCODE_PATH||encodeURI,i=e.url.replace("{api-version}",a.VERSION).replace(/{(.*?)}/g,(n,u)=>e.path?.hasOwnProperty(u)?o(String(e.path[u])):n),s=a.BASE+i;return e.query?s+Y(e.query):s},X=a=>{if(a.formData){const e=new FormData,o=(i,s)=>{m(s)||y(s)?e.append(i,s):e.append(i,JSON.stringify(s))};return Object.entries(a.formData).filter(([,i])=>i!=null).forEach(([i,s])=>{Array.isArray(s)?s.forEach(n=>o(i,n)):o(i,s)}),e}},p=async(a,e)=>typeof e=="function"?e(a):e,Z=async(a,e)=>{const[o,i,s,n]=await Promise.all([p(e,a.TOKEN),p(e,a.USERNAME),p(e,a.PASSWORD),p(e,a.HEADERS)]),u=Object.entries({Accept:"application/json",...n,...e.headers}).filter(([,c])=>c!=null).reduce((c,[h,d])=>({...c,[h]:String(d)}),{});if(l(o)&&(u.Authorization=`Bearer ${o}`),l(i)&&l(s)){const c=Q(`${i}:${s}`);u.Authorization=`Basic ${c}`}return e.body!==void 0&&(e.mediaType?u["Content-Type"]=e.mediaType:y(e.body)?u["Content-Type"]=e.body.type||"application/octet-stream":m(e.body)?u["Content-Type"]="text/plain":E(e.body)||(u["Content-Type"]="application/json")),new Headers(u)},ee=a=>{if(a.body!==void 0)return a.mediaType?.includes("application/json")||a.mediaType?.includes("+json")?JSON.stringify(a.body):m(a.body)||y(a.body)||E(a.body)?a.body:JSON.stringify(a.body)},te=async(a,e,o,i,s,n,u)=>{const c=new AbortController;let h={headers:n,body:i??s,method:e.method,signal:c.signal};a.WITH_CREDENTIALS&&(h.credentials=a.CREDENTIALS);for(const d of a.interceptors.request._fns)h=await d(h);return u(()=>c.abort()),await fetch(o,h)},re=(a,e)=>{if(e){const o=a.headers.get(e);if(m(o))return o}},ae=async a=>{if(a.status!==204)try{const e=a.headers.get("Content-Type");if(e){const o=["application/octet-stream","application/pdf","application/zip","audio/","image/","video/"];if(e.includes("application/json")||e.includes("+json"))return await a.json();if(o.some(i=>e.includes(i)))return await a.blob();if(e.includes("multipart/form-data"))return await a.formData();if(e.includes("text/"))return await a.text()}}catch(e){console.error(e)}},oe=(a,e)=>{const o={400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"Im a teapot",421:"Misdirected Request",422:"Unprocessable Content",423:"Locked",424:"Failed Dependency",425:"Too Early",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",510:"Not Extended",511:"Network Authentication Required",...a.errors}[e.status];if(o)throw new T(a,e,o);if(!e.ok){const i=e.status??"unknown",s=e.statusText??"unknown",n=(()=>{try{return JSON.stringify(e.body,null,2)}catch{return}})();throw new T(a,e,`Generic Error: status: ${i}; status text: ${s}; body: ${n}`)}},r=(a,e)=>new k(async(o,i,s)=>{try{const n=J(a,e),u=X(e),c=ee(e),h=await Z(a,e);if(!s.isCancelled){let d=await te(a,e,n,c,u,h,s);for(const $ of a.interceptors.response._fns)d=await $(d);const v=await ae(d),K=re(d,e.responseHeader);let b=v;e.responseTransformer&&d.ok&&(b=await e.responseTransformer(v));const g={url:n,ok:d.ok,status:d.status,statusText:d.statusText,body:K??b};oe(e,g),o(g.body)}}catch(n){i(n)}});class se{static getCulture(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/culture",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}}class ne{static postDataType(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/data-type",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDataTypeById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/data-type/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteDataTypeById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/data-type/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDataTypeById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/data-type/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postDataTypeByIdCopy(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/data-type/{id}/copy",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDataTypeByIdIsUsed(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/data-type/{id}/is-used",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDataTypeByIdMove(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/data-type/{id}/move",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDataTypeByIdReferences(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/data-type/{id}/references",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDataTypeConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/data-type/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postDataTypeFolder(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/data-type/folder",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDataTypeFolderById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/data-type/folder/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteDataTypeFolderById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/data-type/folder/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDataTypeFolderById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/data-type/folder/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getFilterDataType(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/filter/data-type",query:{skip:e.skip,take:e.take,name:e.name,editorUiAlias:e.editorUiAlias,editorAlias:e.editorAlias},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getItemDataType(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/data-type",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemDataTypeSearch(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/data-type/search",query:{query:e.query,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static getTreeDataTypeAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/data-type/ancestors",query:{descendantId:e.descendantId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDataTypeChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/data-type/children",query:{parentId:e.parentId,skip:e.skip,take:e.take,foldersOnly:e.foldersOnly},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDataTypeRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/data-type/root",query:{skip:e.skip,take:e.take,foldersOnly:e.foldersOnly},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class ie{static getDictionary(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/dictionary",query:{filter:e.filter,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postDictionary(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/dictionary",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found",409:"Conflict"}})}static getDictionaryById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/dictionary/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteDictionaryById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/dictionary/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDictionaryById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/dictionary/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDictionaryByIdExport(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/dictionary/{id}/export",path:{id:e.id},query:{includeChildren:e.includeChildren},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDictionaryByIdMove(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/dictionary/{id}/move",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postDictionaryImport(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/dictionary/import",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getItemDictionary(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/dictionary",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getTreeDictionaryAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/dictionary/ancestors",query:{descendantId:e.descendantId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDictionaryChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/dictionary/children",query:{parentId:e.parentId,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDictionaryRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/dictionary/root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class ue{static getCollectionDocumentById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/collection/document/{id}",path:{id:e.id},query:{dataTypeId:e.dataTypeId,orderBy:e.orderBy,orderCulture:e.orderCulture,orderDirection:e.orderDirection,filter:e.filter,skip:e.skip,take:e.take},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postDocument(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteDocumentById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/document/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentByIdAuditLog(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/{id}/audit-log",path:{id:e.id},query:{orderDirection:e.orderDirection,sinceDate:e.sinceDate,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postDocumentByIdCopy(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document/{id}/copy",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentByIdDomains(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/{id}/domains",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentByIdDomains(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/{id}/domains",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found",409:"Conflict"}})}static putDocumentByIdMove(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/{id}/move",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentByIdMoveToRecycleBin(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/{id}/move-to-recycle-bin",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentByIdNotifications(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/{id}/notifications",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentByIdNotifications(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/{id}/notifications",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postDocumentByIdPublicAccess(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document/{id}/public-access",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteDocumentByIdPublicAccess(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/document/{id}/public-access",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentByIdPublicAccess(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/{id}/public-access",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentByIdPublicAccess(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/{id}/public-access",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentByIdPublish(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/{id}/publish",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentByIdPublishWithDescendants(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/{id}/publish-with-descendants",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentByIdPublished(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/{id}/published",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentByIdReferencedBy(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/{id}/referenced-by",path:{id:e.id},query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getDocumentByIdReferencedDescendants(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/{id}/referenced-descendants",path:{id:e.id},query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static putDocumentByIdUnpublish(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/{id}/unpublish",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentByIdValidate(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/{id}/validate",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putUmbracoManagementApiV11DocumentByIdValidate11(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1.1/document/{id}/validate",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentAreReferenced(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/are-referenced",query:{id:e.id,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getDocumentConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static putDocumentSort(e={}){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document/sort",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentUrls(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document/urls",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postDocumentValidate(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document/validate",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getItemDocument(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/document",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemDocumentSearch(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/document/search",query:{query:e.query,skip:e.skip,take:e.take,parentId:e.parentId},errors:{401:"The resource is protected and requires an authentication token"}})}static deleteRecycleBinDocument(){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/recycle-bin/document",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static deleteRecycleBinDocumentById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/recycle-bin/document/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getRecycleBinDocumentByIdOriginalParent(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/recycle-bin/document/{id}/original-parent",path:{id:e.id},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putRecycleBinDocumentByIdRestore(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/recycle-bin/document/{id}/restore",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getRecycleBinDocumentChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/recycle-bin/document/children",query:{parentId:e.parentId,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getRecycleBinDocumentRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/recycle-bin/document/root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDocumentAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/document/ancestors",query:{descendantId:e.descendantId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDocumentChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/document/children",query:{parentId:e.parentId,skip:e.skip,take:e.take,dataTypeId:e.dataTypeId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDocumentRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/document/root",query:{skip:e.skip,take:e.take,dataTypeId:e.dataTypeId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class ce{static postDocumentBlueprint(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document-blueprint",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentBlueprintById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-blueprint/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteDocumentBlueprintById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/document-blueprint/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentBlueprintById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document-blueprint/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentBlueprintByIdMove(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document-blueprint/{id}/move",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postDocumentBlueprintFolder(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document-blueprint/folder",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentBlueprintFolderById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-blueprint/folder/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteDocumentBlueprintFolderById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/document-blueprint/folder/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentBlueprintFolderById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document-blueprint/folder/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postDocumentBlueprintFromDocument(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document-blueprint/from-document",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getItemDocumentBlueprint(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/document-blueprint",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getTreeDocumentBlueprintAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/document-blueprint/ancestors",query:{descendantId:e.descendantId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDocumentBlueprintChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/document-blueprint/children",query:{parentId:e.parentId,skip:e.skip,take:e.take,foldersOnly:e.foldersOnly},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDocumentBlueprintRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/document-blueprint/root",query:{skip:e.skip,take:e.take,foldersOnly:e.foldersOnly},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class de{static postDocumentType(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document-type",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentTypeById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-type/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteDocumentTypeById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/document-type/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentTypeById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document-type/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentTypeByIdAllowedChildren(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-type/{id}/allowed-children",path:{id:e.id},query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentTypeByIdBlueprint(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-type/{id}/blueprint",path:{id:e.id},query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentTypeByIdCompositionReferences(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-type/{id}/composition-references",path:{id:e.id},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postDocumentTypeByIdCopy(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document-type/{id}/copy",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentTypeByIdExport(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-type/{id}/export",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentTypeByIdImport(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document-type/{id}/import",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentTypeByIdMove(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document-type/{id}/move",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentTypeAllowedAtRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-type/allowed-at-root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postDocumentTypeAvailableCompositions(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document-type/available-compositions",body:e.requestBody,mediaType:"application/json",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getDocumentTypeConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-type/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postDocumentTypeFolder(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document-type/folder",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentTypeFolderById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-type/folder/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteDocumentTypeFolderById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/document-type/folder/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentTypeFolderById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document-type/folder/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postDocumentTypeImport(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document-type/import",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getItemDocumentType(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/document-type",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemDocumentTypeSearch(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/document-type/search",query:{query:e.query,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static getTreeDocumentTypeAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/document-type/ancestors",query:{descendantId:e.descendantId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDocumentTypeChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/document-type/children",query:{parentId:e.parentId,skip:e.skip,take:e.take,foldersOnly:e.foldersOnly},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeDocumentTypeRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/document-type/root",query:{skip:e.skip,take:e.take,foldersOnly:e.foldersOnly},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class he{static getDocumentVersion(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-version",query:{documentId:e.documentId,culture:e.culture,skip:e.skip,take:e.take},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getDocumentVersionById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/document-version/{id}",path:{id:e.id},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putDocumentVersionByIdPreventCleanup(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/document-version/{id}/prevent-cleanup",path:{id:e.id},query:{preventCleanup:e.preventCleanup},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postDocumentVersionByIdRollback(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/document-version/{id}/rollback",path:{id:e.id},query:{culture:e.culture},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}}class me{static postDynamicRootQuery(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/dynamic-root/query",body:e.requestBody,mediaType:"application/json",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getDynamicRootSteps(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/dynamic-root/steps",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class pe{static getHealthCheckGroup(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/health-check-group",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getHealthCheckGroupByName(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/health-check-group/{name}",path:{name:e.name},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postHealthCheckGroupByNameCheck(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/health-check-group/{name}/check",path:{name:e.name},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postHealthCheckExecuteAction(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/health-check/execute-action",body:e.requestBody,mediaType:"application/json",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Te{static getHelp(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/help",query:{section:e.section,tree:e.tree,skip:e.skip,take:e.take,baseUrl:e.baseUrl},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token"}})}}class le{static getImagingResizeUrls(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/imaging/resize/urls",query:{id:e.id,height:e.height,width:e.width,mode:e.mode},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class ye{static getImportAnalyze(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/import/analyze",query:{temporaryFileId:e.temporaryFileId},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",404:"Not Found"}})}}class ve{static getIndexer(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/indexer",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static getIndexerByIndexName(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/indexer/{indexName}",path:{indexName:e.indexName},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token"}})}static postIndexerByIndexNameRebuild(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/indexer/{indexName}/rebuild",path:{indexName:e.indexName},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",404:"Not Found",409:"Conflict"}})}}class be{static getInstallSettings(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/install/settings",errors:{428:"Precondition Required"}})}static postInstallSetup(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/install/setup",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{428:"Precondition Required"}})}static postInstallValidateDatabase(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/install/validate-database",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request"}})}}class ge{static getItemLanguage(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/language",query:{isoCode:e.isoCode},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemLanguageDefault(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/language/default",errors:{401:"The resource is protected and requires an authentication token"}})}static getLanguage(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/language",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static postLanguage(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/language",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getLanguageByIsoCode(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/language/{isoCode}",path:{isoCode:e.isoCode},errors:{401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static deleteLanguageByIsoCode(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/language/{isoCode}",path:{isoCode:e.isoCode},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putLanguageByIsoCode(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/language/{isoCode}",path:{isoCode:e.isoCode},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}}class qe{static getLogViewerLevel(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/log-viewer/level",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getLogViewerLevelCount(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/log-viewer/level-count",query:{startDate:e.startDate,endDate:e.endDate},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getLogViewerLog(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/log-viewer/log",query:{skip:e.skip,take:e.take,orderDirection:e.orderDirection,filterExpression:e.filterExpression,logLevel:e.logLevel,startDate:e.startDate,endDate:e.endDate},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getLogViewerMessageTemplate(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/log-viewer/message-template",query:{skip:e.skip,take:e.take,startDate:e.startDate,endDate:e.endDate},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getLogViewerSavedSearch(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/log-viewer/saved-search",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postLogViewerSavedSearch(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/log-viewer/saved-search",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getLogViewerSavedSearchByName(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/log-viewer/saved-search/{name}",path:{name:e.name},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteLogViewerSavedSearchByName(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/log-viewer/saved-search/{name}",path:{name:e.name},responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getLogViewerValidateLogsSize(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/log-viewer/validate-logs-size",query:{startDate:e.startDate,endDate:e.endDate},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class ke{static getManifestManifest(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/manifest/manifest",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getManifestManifestPrivate(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/manifest/manifest/private",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getManifestManifestPublic(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/manifest/manifest/public"})}}class Be{static getCollectionMedia(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/collection/media",query:{id:e.id,dataTypeId:e.dataTypeId,orderBy:e.orderBy,orderDirection:e.orderDirection,filter:e.filter,skip:e.skip,take:e.take},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getItemMedia(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/media",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemMediaSearch(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/media/search",query:{query:e.query,skip:e.skip,take:e.take,parentId:e.parentId},errors:{401:"The resource is protected and requires an authentication token"}})}static postMedia(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/media",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteMediaById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/media/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putMediaById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/media/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaByIdAuditLog(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media/{id}/audit-log",path:{id:e.id},query:{orderDirection:e.orderDirection,sinceDate:e.sinceDate,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static putMediaByIdMove(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/media/{id}/move",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putMediaByIdMoveToRecycleBin(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/media/{id}/move-to-recycle-bin",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaByIdReferencedBy(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media/{id}/referenced-by",path:{id:e.id},query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getMediaByIdReferencedDescendants(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media/{id}/referenced-descendants",path:{id:e.id},query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static putMediaByIdValidate(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/media/{id}/validate",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaAreReferenced(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media/are-referenced",query:{id:e.id,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getMediaConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static putMediaSort(e={}){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/media/sort",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaUrls(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media/urls",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postMediaValidate(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/media/validate",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteRecycleBinMedia(){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/recycle-bin/media",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static deleteRecycleBinMediaById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/recycle-bin/media/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getRecycleBinMediaByIdOriginalParent(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/recycle-bin/media/{id}/original-parent",path:{id:e.id},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putRecycleBinMediaByIdRestore(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/recycle-bin/media/{id}/restore",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getRecycleBinMediaChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/recycle-bin/media/children",query:{parentId:e.parentId,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getRecycleBinMediaRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/recycle-bin/media/root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeMediaAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/media/ancestors",query:{descendantId:e.descendantId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeMediaChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/media/children",query:{parentId:e.parentId,skip:e.skip,take:e.take,dataTypeId:e.dataTypeId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeMediaRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/media/root",query:{skip:e.skip,take:e.take,dataTypeId:e.dataTypeId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Ee{static getItemMediaType(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/media-type",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemMediaTypeAllowed(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/media-type/allowed",query:{fileExtension:e.fileExtension,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemMediaTypeFolders(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/media-type/folders",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemMediaTypeSearch(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/media-type/search",query:{query:e.query,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static postMediaType(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/media-type",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaTypeById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media-type/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteMediaTypeById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/media-type/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putMediaTypeById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/media-type/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaTypeByIdAllowedChildren(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media-type/{id}/allowed-children",path:{id:e.id},query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaTypeByIdCompositionReferences(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media-type/{id}/composition-references",path:{id:e.id},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postMediaTypeByIdCopy(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/media-type/{id}/copy",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaTypeByIdExport(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media-type/{id}/export",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putMediaTypeByIdImport(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/media-type/{id}/import",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putMediaTypeByIdMove(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/media-type/{id}/move",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaTypeAllowedAtRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media-type/allowed-at-root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postMediaTypeAvailableCompositions(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/media-type/available-compositions",body:e.requestBody,mediaType:"application/json",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getMediaTypeConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media-type/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postMediaTypeFolder(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/media-type/folder",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMediaTypeFolderById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/media-type/folder/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteMediaTypeFolderById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/media-type/folder/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putMediaTypeFolderById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/media-type/folder/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postMediaTypeImport(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/media-type/import",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getTreeMediaTypeAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/media-type/ancestors",query:{descendantId:e.descendantId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeMediaTypeChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/media-type/children",query:{parentId:e.parentId,skip:e.skip,take:e.take,foldersOnly:e.foldersOnly},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeMediaTypeRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/media-type/root",query:{skip:e.skip,take:e.take,foldersOnly:e.foldersOnly},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Ne{static getFilterMember(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/filter/member",query:{memberTypeId:e.memberTypeId,memberGroupName:e.memberGroupName,isApproved:e.isApproved,isLockedOut:e.isLockedOut,orderBy:e.orderBy,orderDirection:e.orderDirection,filter:e.filter,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getItemMember(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/member",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemMemberSearch(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/member/search",query:{query:e.query,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static postMember(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/member",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMemberById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/member/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteMemberById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/member/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putMemberById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/member/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putMemberByIdValidate(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/member/{id}/validate",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMemberConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/member/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postMemberValidate(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/member/validate",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}}class Re{static getItemMemberGroup(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/member-group",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getMemberGroup(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/member-group",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postMemberGroup(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/member-group",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getMemberGroupById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/member-group/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteMemberGroupById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/member-group/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putMemberGroupById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/member-group/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getTreeMemberGroupRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/member-group/root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class fe{static getItemMemberType(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/member-type",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemMemberTypeSearch(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/member-type/search",query:{query:e.query,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static postMemberType(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/member-type",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMemberTypeById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/member-type/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteMemberTypeById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/member-type/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putMemberTypeById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/member-type/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getMemberTypeByIdCompositionReferences(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/member-type/{id}/composition-references",path:{id:e.id},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postMemberTypeByIdCopy(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/member-type/{id}/copy",path:{id:e.id},responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postMemberTypeAvailableCompositions(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/member-type/available-compositions",body:e.requestBody,mediaType:"application/json",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getMemberTypeConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/member-type/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeMemberTypeRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/member-type/root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Ue{static postModelsBuilderBuild(){return r(t,{method:"POST",url:"/umbraco/management/api/v1/models-builder/build",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",428:"Precondition Required"}})}static getModelsBuilderDashboard(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/models-builder/dashboard",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getModelsBuilderStatus(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/models-builder/status",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Ie{static getObjectTypes(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/object-types",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}}class Se{static getOembedQuery(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/oembed/query",query:{url:e.url,maxWidth:e.maxWidth,maxHeight:e.maxHeight},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Ge{static postPackageByNameRunMigration(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/package/{name}/run-migration",path:{name:e.name},responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found",409:"Conflict"}})}static getPackageConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/package/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getPackageCreated(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/package/created",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postPackageCreated(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/package/created",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getPackageCreatedById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/package/created/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deletePackageCreatedById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/package/created/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putPackageCreatedById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/package/created/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getPackageCreatedByIdDownload(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/package/created/{id}/download",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getPackageMigrationStatus(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/package/migration-status",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class De{static getItemPartialView(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/partial-view",query:{path:e.path},errors:{401:"The resource is protected and requires an authentication token"}})}static postPartialView(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/partial-view",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getPartialViewByPath(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/partial-view/{path}",path:{path:e.path},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deletePartialViewByPath(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/partial-view/{path}",path:{path:e.path},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putPartialViewByPath(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/partial-view/{path}",path:{path:e.path},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putPartialViewByPathRename(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/partial-view/{path}/rename",path:{path:e.path},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postPartialViewFolder(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/partial-view/folder",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getPartialViewFolderByPath(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/partial-view/folder/{path}",path:{path:e.path},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deletePartialViewFolderByPath(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/partial-view/folder/{path}",path:{path:e.path},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getPartialViewSnippet(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/partial-view/snippet",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getPartialViewSnippetById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/partial-view/snippet/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getTreePartialViewAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/partial-view/ancestors",query:{descendantPath:e.descendantPath},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreePartialViewChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/partial-view/children",query:{parentPath:e.parentPath,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreePartialViewRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/partial-view/root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Pe{static deletePreview(){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/preview",responseHeader:"Umb-Notifications"})}static postPreview(){return r(t,{method:"POST",url:"/umbraco/management/api/v1/preview",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token"}})}}class Fe{static getProfilingStatus(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/profiling/status",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static putProfilingStatus(e={}){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/profiling/status",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class He{static getPropertyTypeIsUsed(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/property-type/is-used",query:{contentTypeId:e.contentTypeId,propertyAlias:e.propertyAlias},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Ce{static postPublishedCacheCollect(){return r(t,{method:"POST",url:"/umbraco/management/api/v1/published-cache/collect",errors:{401:"The resource is protected and requires an authentication token",501:"Not Implemented"}})}static postPublishedCacheRebuild(){return r(t,{method:"POST",url:"/umbraco/management/api/v1/published-cache/rebuild",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token"}})}static postPublishedCacheReload(){return r(t,{method:"POST",url:"/umbraco/management/api/v1/published-cache/reload",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token"}})}static getPublishedCacheStatus(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/published-cache/status",errors:{401:"The resource is protected and requires an authentication token",501:"Not Implemented"}})}}class Oe{static getRedirectManagement(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/redirect-management",query:{filter:e.filter,skip:e.skip,take:e.take},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getRedirectManagementById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/redirect-management/{id}",path:{id:e.id},query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static deleteRedirectManagementById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/redirect-management/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getRedirectManagementStatus(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/redirect-management/status",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postRedirectManagementStatus(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/redirect-management/status",query:{status:e.status},responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Ae{static getRelationByRelationTypeId(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/relation/type/{id}",path:{id:e.id},query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}}class Me{static getItemRelationType(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/relation-type",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getRelationType(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/relation-type",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getRelationTypeById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/relation-type/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}}class je{static getItemScript(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/script",query:{path:e.path},errors:{401:"The resource is protected and requires an authentication token"}})}static postScript(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/script",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getScriptByPath(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/script/{path}",path:{path:e.path},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteScriptByPath(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/script/{path}",path:{path:e.path},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putScriptByPath(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/script/{path}",path:{path:e.path},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putScriptByPathRename(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/script/{path}/rename",path:{path:e.path},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postScriptFolder(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/script/folder",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getScriptFolderByPath(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/script/folder/{path}",path:{path:e.path},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteScriptFolderByPath(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/script/folder/{path}",path:{path:e.path},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getTreeScriptAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/script/ancestors",query:{descendantPath:e.descendantPath},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeScriptChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/script/children",query:{parentPath:e.parentPath,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeScriptRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/script/root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Le{static getSearcher(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/searcher",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static getSearcherBySearcherNameQuery(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/searcher/{searcherName}/query",path:{searcherName:e.searcherName},query:{term:e.term,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",404:"Not Found"}})}}class we{static getSecurityConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/security/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postSecurityForgotPassword(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/security/forgot-password",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postSecurityForgotPasswordReset(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/security/forgot-password/reset",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postSecurityForgotPasswordVerify(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/security/forgot-password/verify",body:e.requestBody,mediaType:"application/json",errors:{400:"Bad Request",404:"Not Found"}})}}class _e{static getSegment(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/segment",query:{skip:e.skip,take:e.take},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Ve{static getServerConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/server/configuration"})}static getServerInformation(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/server/information",errors:{401:"The resource is protected and requires an authentication token"}})}static getServerStatus(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/server/status",errors:{400:"Bad Request"}})}static getServerTroubleshooting(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/server/troubleshooting",errors:{401:"The resource is protected and requires an authentication token"}})}static getServerUpgradeCheck(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/server/upgrade-check",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class xe{static getItemStaticFile(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/static-file",query:{path:e.path},errors:{401:"The resource is protected and requires an authentication token"}})}static getTreeStaticFileAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/static-file/ancestors",query:{descendantPath:e.descendantPath},errors:{401:"The resource is protected and requires an authentication token"}})}static getTreeStaticFileChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/static-file/children",query:{parentPath:e.parentPath,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static getTreeStaticFileRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/static-file/root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}}class We{static getItemStylesheet(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/stylesheet",query:{path:e.path},errors:{401:"The resource is protected and requires an authentication token"}})}static postStylesheet(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/stylesheet",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getStylesheetByPath(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/stylesheet/{path}",path:{path:e.path},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteStylesheetByPath(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/stylesheet/{path}",path:{path:e.path},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putStylesheetByPath(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/stylesheet/{path}",path:{path:e.path},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putStylesheetByPathRename(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/stylesheet/{path}/rename",path:{path:e.path},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postStylesheetFolder(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/stylesheet/folder",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getStylesheetFolderByPath(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/stylesheet/folder/{path}",path:{path:e.path},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteStylesheetFolderByPath(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/stylesheet/folder/{path}",path:{path:e.path},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getTreeStylesheetAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/stylesheet/ancestors",query:{descendantPath:e.descendantPath},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeStylesheetChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/stylesheet/children",query:{parentPath:e.parentPath,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeStylesheetRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/stylesheet/root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class ze{static getTag(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tag",query:{query:e.query,tagGroup:e.tagGroup,culture:e.culture,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}}class Ke{static getTelemetry(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/telemetry",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTelemetryLevel(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/telemetry/level",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postTelemetryLevel(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/telemetry/level",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class $e{static getItemTemplate(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/template",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getItemTemplateSearch(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/template/search",query:{query:e.query,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static postTemplate(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/template",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getTemplateById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/template/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteTemplateById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/template/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putTemplateById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/template/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getTemplateConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/template/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postTemplateQueryExecute(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/template/query/execute",body:e.requestBody,mediaType:"application/json",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTemplateQuerySettings(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/template/query/settings",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeTemplateAncestors(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/template/ancestors",query:{descendantId:e.descendantId},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeTemplateChildren(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/template/children",query:{parentId:e.parentId,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getTreeTemplateRoot(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/tree/template/root",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Qe{static postTemporaryFile(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/temporary-file",formData:e.formData,mediaType:"multipart/form-data",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token"}})}static getTemporaryFileById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/temporary-file/{id}",path:{id:e.id},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static deleteTemporaryFileById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/temporary-file/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static getTemporaryFileConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/temporary-file/configuration",errors:{401:"The resource is protected and requires an authentication token"}})}}class Ye{static postUpgradeAuthorize(){return r(t,{method:"POST",url:"/umbraco/management/api/v1/upgrade/authorize",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",428:"Precondition Required",500:"Internal Server Error"}})}static getUpgradeSettings(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/upgrade/settings",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",428:"Precondition Required"}})}}class Je{static getFilterUser(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/filter/user",query:{skip:e.skip,take:e.take,orderBy:e.orderBy,orderDirection:e.orderDirection,userGroupIds:e.userGroupIds,userStates:e.userStates,filter:e.filter},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getItemUser(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/user",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static postUser(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteUser(e={}){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/user",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getUser(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getUserById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteUserById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/user/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putUserById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/user/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getUserById2Fa(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/{id}/2fa",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteUserById2FaByProviderName(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/user/{id}/2fa/{providerName}",path:{id:e.id,providerName:e.providerName},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getUserByIdCalculateStartNodes(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/{id}/calculate-start-nodes",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserByIdChangePassword(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/{id}/change-password",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserByIdClientCredentials(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/{id}/client-credentials",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getUserByIdClientCredentials(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/{id}/client-credentials",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static deleteUserByIdClientCredentialsByClientId(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/user/{id}/client-credentials/{clientId}",path:{id:e.id,clientId:e.clientId},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postUserByIdResetPassword(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/{id}/reset-password",path:{id:e.id},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteUserAvatarById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/user/avatar/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserAvatarById(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/avatar/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getUserConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getUserCurrent(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/current",errors:{401:"The resource is protected and requires an authentication token"}})}static getUserCurrent2Fa(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/current/2fa",errors:{401:"The resource is protected and requires an authentication token"}})}static deleteUserCurrent2FaByProviderName(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/user/current/2fa/{providerName}",path:{providerName:e.providerName},query:{code:e.code},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static postUserCurrent2FaByProviderName(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/current/2fa/{providerName}",path:{providerName:e.providerName},body:e.requestBody,mediaType:"application/json",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static getUserCurrent2FaByProviderName(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/current/2fa/{providerName}",path:{providerName:e.providerName},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static postUserCurrentAvatar(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/current/avatar",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token"}})}static postUserCurrentChangePassword(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/current/change-password",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token"}})}static getUserCurrentConfiguration(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/current/configuration",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getUserCurrentLoginProviders(){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/current/login-providers",errors:{401:"The resource is protected and requires an authentication token"}})}static getUserCurrentPermissions(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/current/permissions",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static getUserCurrentPermissionsDocument(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/current/permissions/document",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static getUserCurrentPermissionsMedia(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user/current/permissions/media",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static postUserDisable(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/disable",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserEnable(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/enable",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserInvite(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/invite",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserInviteCreatePassword(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/invite/create-password",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserInviteResend(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/invite/resend",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserInviteVerify(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/invite/verify",body:e.requestBody,mediaType:"application/json",errors:{400:"Bad Request",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserSetUserGroups(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/set-user-groups",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postUserUnlock(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user/unlock",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}}class Xe{static postUserData(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user-data",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static getUserData(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user-data",query:{groups:e.groups,identifiers:e.identifiers,skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token"}})}static putUserData(e={}){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/user-data",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",404:"Not Found"}})}static getUserDataById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user-data/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",404:"Not Found"}})}}class Ze{static getFilterUserGroup(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/filter/user-group",query:{skip:e.skip,take:e.take,filter:e.filter},errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getItemUserGroup(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/user-group",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static deleteUserGroup(e={}){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/user-group",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserGroup(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user-group",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getUserGroup(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user-group",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getUserGroupById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/user-group/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteUserGroupById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/user-group/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putUserGroupById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/user-group/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteUserGroupByIdUsers(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/user-group/{id}/users",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static postUserGroupByIdUsers(e){return r(t,{method:"POST",url:"/umbraco/management/api/v1/user-group/{id}/users",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}}class et{static getItemWebhook(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/item/webhook",query:{id:e.id},errors:{401:"The resource is protected and requires an authentication token"}})}static getWebhook(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/webhook",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static postWebhook(e={}){return r(t,{method:"POST",url:"/umbraco/management/api/v1/webhook",body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Generated-Resource",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getWebhookById(e){return r(t,{method:"GET",url:"/umbraco/management/api/v1/webhook/{id}",path:{id:e.id},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static deleteWebhookById(e){return r(t,{method:"DELETE",url:"/umbraco/management/api/v1/webhook/{id}",path:{id:e.id},responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static putWebhookById(e){return r(t,{method:"PUT",url:"/umbraco/management/api/v1/webhook/{id}",path:{id:e.id},body:e.requestBody,mediaType:"application/json",responseHeader:"Umb-Notifications",errors:{400:"Bad Request",401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource",404:"Not Found"}})}static getWebhookEvents(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/webhook/events",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",403:"The authenticated user do not have access to this resource"}})}static getWebhookLogs(e={}){return r(t,{method:"GET",url:"/umbraco/management/api/v1/webhook/logs",query:{skip:e.skip,take:e.take},errors:{401:"The resource is protected and requires an authentication token",404:"Not Found"}})}}var N=(a=>(a.NEW="New",a.SAVE="Save",a.SAVE_VARIANT="SaveVariant",a.OPEN="Open",a.DELETE="Delete",a.PUBLISH="Publish",a.PUBLISH_VARIANT="PublishVariant",a.SEND_TO_PUBLISH="SendToPublish",a.SEND_TO_PUBLISH_VARIANT="SendToPublishVariant",a.UNPUBLISH="Unpublish",a.UNPUBLISH_VARIANT="UnpublishVariant",a.MOVE="Move",a.COPY="Copy",a.ASSIGN_DOMAIN="AssignDomain",a.PUBLIC_ACCESS="PublicAccess",a.SORT="Sort",a.NOTIFY="Notify",a.SYSTEM="System",a.ROLL_BACK="RollBack",a.PACKAGER_INSTALL="PackagerInstall",a.PACKAGER_UNINSTALL="PackagerUninstall",a.CUSTOM="Custom",a.CONTENT_VERSION_PREVENT_CLEANUP="ContentVersionPreventCleanup",a.CONTENT_VERSION_ENABLE_CLEANUP="ContentVersionEnableCleanup",a))(N||{}),R=(a=>(a.COMPOSITION="Composition",a.INHERITANCE="Inheritance",a))(R||{}),f=(a=>(a.TRUE="True",a.FALSE="False",a.FALSE_WITH_HELP_TEXT="FalseWithHelpText",a))(f||{}),U=(a=>(a.ASCENDING="Ascending",a.DESCENDING="Descending",a))(U||{}),I=(a=>(a.NOT_CREATED="NotCreated",a.DRAFT="Draft",a.PUBLISHED="Published",a.PUBLISHED_PENDING_CHANGES="PublishedPendingChanges",a))(I||{}),S=(a=>(a.DEFAULT="Default",a.INFO="Info",a.ERROR="Error",a.SUCCESS="Success",a.WARNING="Warning",a))(S||{}),G=(a=>(a.HEALTHY="Healthy",a.UNHEALTHY="Unhealthy",a.REBUILDING="Rebuilding",a.CORRUPT="Corrupt",a))(G||{}),D=(a=>(a.CROP="Crop",a.MAX="Max",a.STRETCH="Stretch",a.PAD="Pad",a.BOX_PAD="BoxPad",a.MIN="Min",a))(D||{}),P=(a=>(a.VERBOSE="Verbose",a.DEBUG="Debug",a.INFORMATION="Information",a.WARNING="Warning",a.ERROR="Error",a.FATAL="Fatal",a))(P||{}),F=(a=>(a.DEFAULT="Default",a.API="Api",a))(F||{}),H=(a=>(a.NOTHING="Nothing",a.IN_MEMORY_AUTO="InMemoryAuto",a.SOURCE_CODE_MANUAL="SourceCodeManual",a.SOURCE_CODE_AUTO="SourceCodeAuto",a))(H||{}),C=(a=>(a.EQUALS="Equals",a.NOT_EQUALS="NotEquals",a.CONTAINS="Contains",a.NOT_CONTAINS="NotContains",a.LESS_THAN="LessThan",a.LESS_THAN_EQUAL_TO="LessThanEqualTo",a.GREATER_THAN="GreaterThan",a.GREATER_THAN_EQUAL_TO="GreaterThanEqualTo",a))(C||{}),O=(a=>(a.OUT_OF_DATE="OutOfDate",a.CURRENT="Current",a.UNKNOWN="Unknown",a))(O||{}),A=(a=>(a.ENABLED="Enabled",a.DISABLED="Disabled",a))(A||{}),M=(a=>(a.UNKNOWN="Unknown",a.BOOT="Boot",a.INSTALL="Install",a.UPGRADE="Upgrade",a.RUN="Run",a.BOOT_FAILED="BootFailed",a))(M||{}),j=(a=>(a.BACKOFFICE_DEVELOPMENT="BackofficeDevelopment",a.DEVELOPMENT="Development",a.PRODUCTION="Production",a))(j||{}),L=(a=>(a.SUCCESS="Success",a.WARNING="Warning",a.ERROR="Error",a.INFO="Info",a))(L||{}),w=(a=>(a.MINIMAL="Minimal",a.BASIC="Basic",a.DETAILED="Detailed",a))(w||{}),_=(a=>(a.STRING="String",a.DATE_TIME="DateTime",a.INTEGER="Integer",a))(_||{}),V=(a=>(a.SUCCESS="Success",a.NOT_FOUND="NotFound",a.USER_NOT_FOUND="UserNotFound",a.ALREADY_EXISTS="AlreadyExists",a))(V||{}),x=(a=>(a.DEFAULT="Default",a.API="Api",a))(x||{}),W=(a=>(a.USER_NAME="UserName",a.LANGUAGE="Language",a.NAME="Name",a.EMAIL="Email",a.ID="Id",a.CREATE_DATE="CreateDate",a.UPDATE_DATE="UpdateDate",a.IS_APPROVED="IsApproved",a.IS_LOCKED_OUT="IsLockedOut",a.LAST_LOGIN_DATE="LastLoginDate",a))(W||{}),z=(a=>(a.ACTIVE="Active",a.DISABLED="Disabled",a.LOCKED_OUT="LockedOut",a.INVITED="Invited",a.INACTIVE="Inactive",a.ALL="All",a))(z||{});export{T as ApiError,N as AuditTypeModel,q as CancelError,k as CancelablePromise,R as CompositionTypeModel,se as CultureService,f as DataTypeChangeModeModel,ne as DataTypeService,ie as DictionaryService,U as DirectionModel,ce as DocumentBlueprintService,ue as DocumentService,de as DocumentTypeService,I as DocumentVariantStateModel,he as DocumentVersionService,me as DynamicRootService,S as EventMessageTypeModel,pe as HealthCheckService,G as HealthStatusModel,Te as HelpService,D as ImageCropModeModel,le as ImagingService,ye as ImportService,ve as IndexerService,be as InstallService,ge as LanguageService,P as LogLevelModel,qe as LogViewerService,ke as ManifestService,Be as MediaService,Ee as MediaTypeService,Re as MemberGroupService,F as MemberKindModel,Ne as MemberService,fe as MemberTypeService,Ue as ModelsBuilderService,H as ModelsModeModel,Se as OEmbedService,Ie as ObjectTypesService,t as OpenAPI,C as OperatorModel,O as OutOfDateTypeModel,Ge as PackageService,De as PartialViewService,Pe as PreviewService,Fe as ProfilingService,He as PropertyTypeService,Ce as PublishedCacheService,Oe as RedirectManagementService,A as RedirectStatusModel,Ae as RelationService,Me as RelationTypeService,M as RuntimeLevelModel,j as RuntimeModeModel,je as ScriptService,Le as SearcherService,we as SecurityService,_e as SegmentService,Ve as ServerService,xe as StaticFileService,L as StatusResultTypeModel,We as StylesheetService,ze as TagService,w as TelemetryLevelModel,Ke as TelemetryService,_ as TemplateQueryPropertyTypeModel,$e as TemplateService,Qe as TemporaryFileService,Ye as UpgradeService,V as UserDataOperationStatusModel,Xe as UserDataService,Ze as UserGroupService,x as UserKindModel,W as UserOrderModel,Je as UserService,z as UserStateModel,et as WebhookService};