@tridion-sites/extensions 2.0.2 → 2.0.3

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 (295) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/dist/index.d.ts +98 -529
  3. package/dist/index.js +28 -151
  4. package/package.json +3 -3
  5. package/dist/dts/api/activitiesExplorer/hooks/index.d.ts +0 -2
  6. package/dist/dts/api/activitiesExplorer/hooks/useActivitiesExplorer.d.ts +0 -63
  7. package/dist/dts/api/activitiesExplorer/hooks/useActivitiesExplorerTable.d.ts +0 -41
  8. package/dist/dts/api/activitiesExplorer/index.d.ts +0 -1
  9. package/dist/dts/api/contentExplorer/components/index.d.ts +0 -2
  10. package/dist/dts/api/contentExplorer/components/propertiesGrid.d.ts +0 -29
  11. package/dist/dts/api/contentExplorer/components/propertiesList.d.ts +0 -21
  12. package/dist/dts/api/contentExplorer/hierarchy.d.ts +0 -102
  13. package/dist/dts/api/contentExplorer/hooks/index.d.ts +0 -3
  14. package/dist/dts/api/contentExplorer/hooks/useContentExplorer.d.ts +0 -123
  15. package/dist/dts/api/contentExplorer/hooks/useContentExplorerTable.d.ts +0 -39
  16. package/dist/dts/api/contentExplorer/hooks/useContentExplorerTree.d.ts +0 -27
  17. package/dist/dts/api/contentExplorer/index.d.ts +0 -4
  18. package/dist/dts/api/contentExplorer/utils/hierarchyUtils.d.ts +0 -80
  19. package/dist/dts/api/contentExplorer/utils/index.d.ts +0 -1
  20. package/dist/dts/api/editors/bundle/hooks/index.d.ts +0 -1
  21. package/dist/dts/api/editors/bundle/hooks/useBundleEditor.d.ts +0 -32
  22. package/dist/dts/api/editors/category/hooks/index.d.ts +0 -1
  23. package/dist/dts/api/editors/category/hooks/useCategoryEditor.d.ts +0 -28
  24. package/dist/dts/api/editors/component/hooks/index.d.ts +0 -1
  25. package/dist/dts/api/editors/component/hooks/useComponentEditor.d.ts +0 -32
  26. package/dist/dts/api/editors/folder/hooks/index.d.ts +0 -1
  27. package/dist/dts/api/editors/folder/hooks/useFolderEditor.d.ts +0 -32
  28. package/dist/dts/api/editors/hooks/index.d.ts +0 -1
  29. package/dist/dts/api/editors/hooks/useEditor.d.ts +0 -40
  30. package/dist/dts/api/editors/index.d.ts +0 -8
  31. package/dist/dts/api/editors/keyword/hooks/index.d.ts +0 -1
  32. package/dist/dts/api/editors/keyword/hooks/useKeywordEditor.d.ts +0 -32
  33. package/dist/dts/api/editors/page/hooks/index.d.ts +0 -1
  34. package/dist/dts/api/editors/page/hooks/usePageEditor.d.ts +0 -40
  35. package/dist/dts/api/editors/structureGroup/hooks/index.d.ts +0 -1
  36. package/dist/dts/api/editors/structureGroup/hooks/useStructureGroupEditor.d.ts +0 -32
  37. package/dist/dts/api/general/components/button.d.ts +0 -33
  38. package/dist/dts/api/general/components/icon.d.ts +0 -19
  39. package/dist/dts/api/general/components/index.d.ts +0 -7
  40. package/dist/dts/api/general/components/layout/block.d.ts +0 -55
  41. package/dist/dts/api/general/components/layout/center.d.ts +0 -12
  42. package/dist/dts/api/general/components/layout/flex.d.ts +0 -50
  43. package/dist/dts/api/general/components/layout/index.d.ts +0 -4
  44. package/dist/dts/api/general/components/layout/stack.d.ts +0 -39
  45. package/dist/dts/api/general/components/link.d.ts +0 -29
  46. package/dist/dts/api/general/components/modal.d.ts +0 -61
  47. package/dist/dts/api/general/components/text.d.ts +0 -82
  48. package/dist/dts/api/general/components/textLink.d.ts +0 -16
  49. package/dist/dts/api/general/globals/borderRadius.d.ts +0 -15
  50. package/dist/dts/api/general/globals/color.d.ts +0 -41
  51. package/dist/dts/api/general/globals/index.d.ts +0 -6
  52. package/dist/dts/api/general/globals/opacity.d.ts +0 -16
  53. package/dist/dts/api/general/globals/spacing.d.ts +0 -19
  54. package/dist/dts/api/general/globals/transitionDuration.d.ts +0 -14
  55. package/dist/dts/api/general/globals/zIndex.d.ts +0 -18
  56. package/dist/dts/api/general/hooks/index.d.ts +0 -4
  57. package/dist/dts/api/general/hooks/useConfirmation.d.ts +0 -40
  58. package/dist/dts/api/general/hooks/useModal.d.ts +0 -68
  59. package/dist/dts/api/general/hooks/useNotifications.d.ts +0 -46
  60. package/dist/dts/api/general/hooks/useUserProfile.d.ts +0 -14
  61. package/dist/dts/api/general/index.d.ts +0 -6
  62. package/dist/dts/api/general/mixins/accessibility.d.ts +0 -50
  63. package/dist/dts/api/general/mixins/backgroundColor.d.ts +0 -10
  64. package/dist/dts/api/general/mixins/clickable.d.ts +0 -7
  65. package/dist/dts/api/general/mixins/color.d.ts +0 -10
  66. package/dist/dts/api/general/mixins/customIcon.d.ts +0 -10
  67. package/dist/dts/api/general/mixins/focusBehavior.d.ts +0 -13
  68. package/dist/dts/api/general/mixins/index.d.ts +0 -10
  69. package/dist/dts/api/general/mixins/opacity.d.ts +0 -11
  70. package/dist/dts/api/general/mixins/sizing.d.ts +0 -35
  71. package/dist/dts/api/general/mixins/spacing.d.ts +0 -16
  72. package/dist/dts/api/general/mixins/tooltip.d.ts +0 -9
  73. package/dist/dts/api/general/mutations/batchMutationOptions.d.ts +0 -6
  74. package/dist/dts/api/general/mutations/index.d.ts +0 -10
  75. package/dist/dts/api/general/mutations/item/index.d.ts +0 -24
  76. package/dist/dts/api/general/mutations/item/useAutoClassifyItemMutation.d.ts +0 -20
  77. package/dist/dts/api/general/mutations/item/useAutoClassifyItemsMutation.d.ts +0 -20
  78. package/dist/dts/api/general/mutations/item/useCopyItemMutation.d.ts +0 -20
  79. package/dist/dts/api/general/mutations/item/useCopyItemsMutation.d.ts +0 -20
  80. package/dist/dts/api/general/mutations/item/useDeleteItemMutation.d.ts +0 -20
  81. package/dist/dts/api/general/mutations/item/useDeleteItemsMutation.d.ts +0 -22
  82. package/dist/dts/api/general/mutations/item/useDemoteItemMutation.d.ts +0 -15
  83. package/dist/dts/api/general/mutations/item/useDemoteItemsMutation.d.ts +0 -15
  84. package/dist/dts/api/general/mutations/item/useFinishEditingItemMutation.d.ts +0 -20
  85. package/dist/dts/api/general/mutations/item/useFinishEditingItemsMutation.d.ts +0 -20
  86. package/dist/dts/api/general/mutations/item/useLocalizeItemMutation.d.ts +0 -20
  87. package/dist/dts/api/general/mutations/item/useLocalizeItemsMutation.d.ts +0 -20
  88. package/dist/dts/api/general/mutations/item/useMoveItemMutation.d.ts +0 -24
  89. package/dist/dts/api/general/mutations/item/useMoveItemsMutation.d.ts +0 -24
  90. package/dist/dts/api/general/mutations/item/usePromoteItemMutation.d.ts +0 -16
  91. package/dist/dts/api/general/mutations/item/usePromoteItemsMutation.d.ts +0 -16
  92. package/dist/dts/api/general/mutations/item/usePublishItemsMutation.d.ts +0 -62
  93. package/dist/dts/api/general/mutations/item/useRevertItemMutation.d.ts +0 -20
  94. package/dist/dts/api/general/mutations/item/useRevertItemsMutation.d.ts +0 -20
  95. package/dist/dts/api/general/mutations/item/useRollbackItemMutation.d.ts +0 -29
  96. package/dist/dts/api/general/mutations/item/useUnlocalizeItemMutation.d.ts +0 -21
  97. package/dist/dts/api/general/mutations/item/useUnlocalizeItemsMutation.d.ts +0 -20
  98. package/dist/dts/api/general/mutations/item/useUnpublishItemsMutation.d.ts +0 -46
  99. package/dist/dts/api/general/mutations/item/useUpdateItemMutation.d.ts +0 -16
  100. package/dist/dts/api/general/mutations/mutationOptions.d.ts +0 -38
  101. package/dist/dts/api/general/mutations/mutationResult.d.ts +0 -73
  102. package/dist/dts/api/general/mutations/translation/index.d.ts +0 -1
  103. package/dist/dts/api/general/mutations/translation/useCreateTranslationJobMutation.d.ts +0 -16
  104. package/dist/dts/api/general/mutations/useAddToBundleMutation.d.ts +0 -31
  105. package/dist/dts/api/general/mutations/useChangeUserLanguageMutation.d.ts +0 -20
  106. package/dist/dts/api/general/mutations/useChangeUserLocaleMutation.d.ts +0 -20
  107. package/dist/dts/api/general/mutations/useRemoveFromBundleMutation.d.ts +0 -20
  108. package/dist/dts/api/general/mutations/useUploadMultimediaMutation.d.ts +0 -52
  109. package/dist/dts/api/general/mutations/workflow/index.d.ts +0 -9
  110. package/dist/dts/api/general/mutations/workflow/useAssignActivitiesMutation.d.ts +0 -20
  111. package/dist/dts/api/general/mutations/workflow/useAssignActivityMutation.d.ts +0 -20
  112. package/dist/dts/api/general/mutations/workflow/useFinishActivitiesMutation.d.ts +0 -39
  113. package/dist/dts/api/general/mutations/workflow/useFinishActivityMutation.d.ts +0 -24
  114. package/dist/dts/api/general/mutations/workflow/useRestartActivitiesMutation.d.ts +0 -16
  115. package/dist/dts/api/general/mutations/workflow/useRestartActivityMutation.d.ts +0 -16
  116. package/dist/dts/api/general/mutations/workflow/useStartActivitiesMutation.d.ts +0 -16
  117. package/dist/dts/api/general/mutations/workflow/useStartActivityMutation.d.ts +0 -16
  118. package/dist/dts/api/general/mutations/workflow/useStartWorkflowMutation.d.ts +0 -16
  119. package/dist/dts/api/general/queries/index.d.ts +0 -10
  120. package/dist/dts/api/general/queries/item/index.d.ts +0 -14
  121. package/dist/dts/api/general/queries/item/useItemBlueprintHierarchyQuery.d.ts +0 -20
  122. package/dist/dts/api/general/queries/item/useItemChildrenQuery.d.ts +0 -20
  123. package/dist/dts/api/general/queries/item/useItemClassifiedItemsQuery.d.ts +0 -33
  124. package/dist/dts/api/general/queries/item/useItemDefaultDataQuery.d.ts +0 -26
  125. package/dist/dts/api/general/queries/item/useItemHistoryQuery.d.ts +0 -16
  126. package/dist/dts/api/general/queries/item/useItemPublishUrlsQuery.d.ts +0 -16
  127. package/dist/dts/api/general/queries/item/useItemPublishedPagesQuery.d.ts +0 -16
  128. package/dist/dts/api/general/queries/item/useItemPublishedToQuery.d.ts +0 -16
  129. package/dist/dts/api/general/queries/item/useItemQuery.d.ts +0 -20
  130. package/dist/dts/api/general/queries/item/useItemTranslationInfoQuery.d.ts +0 -16
  131. package/dist/dts/api/general/queries/item/useItemUsedByQuery.d.ts +0 -25
  132. package/dist/dts/api/general/queries/item/useItemUsesQuery.d.ts +0 -21
  133. package/dist/dts/api/general/queries/item/useItemsQuery.d.ts +0 -28
  134. package/dist/dts/api/general/queries/item/usePublicationBlueprintHierarchyQuery.d.ts +0 -20
  135. package/dist/dts/api/general/queries/lists/index.d.ts +0 -6
  136. package/dist/dts/api/general/queries/lists/useContainerItems.d.ts +0 -32
  137. package/dist/dts/api/general/queries/lists/useFavoritesQuery.d.ts +0 -7
  138. package/dist/dts/api/general/queries/lists/useItemsInProgressQuery.d.ts +0 -25
  139. package/dist/dts/api/general/queries/lists/usePublicationsQuery.d.ts +0 -7
  140. package/dist/dts/api/general/queries/lists/useUserGroupsQuery.d.ts +0 -33
  141. package/dist/dts/api/general/queries/lists/useUsersQuery.d.ts +0 -38
  142. package/dist/dts/api/general/queries/loadingState.d.ts +0 -10
  143. package/dist/dts/api/general/queries/publishing/index.d.ts +0 -5
  144. package/dist/dts/api/general/queries/publishing/useItemsToPublishQuery.d.ts +0 -8
  145. package/dist/dts/api/general/queries/publishing/useItemsToUnpublishQuery.d.ts +0 -8
  146. package/dist/dts/api/general/queries/publishing/usePublishTransactionsQuery.d.ts +0 -40
  147. package/dist/dts/api/general/queries/publishing/usePublishableTargetTypesQuery.d.ts +0 -16
  148. package/dist/dts/api/general/queries/publishing/useTargetTypesQuery.d.ts +0 -7
  149. package/dist/dts/api/general/queries/queryOptions.d.ts +0 -67
  150. package/dist/dts/api/general/queries/queryResult.d.ts +0 -93
  151. package/dist/dts/api/general/queries/search/index.d.ts +0 -2
  152. package/dist/dts/api/general/queries/search/useSearchInContainerQuery.d.ts +0 -27
  153. package/dist/dts/api/general/queries/search/useSystemSearchQuery.d.ts +0 -26
  154. package/dist/dts/api/general/queries/translation/index.d.ts +0 -1
  155. package/dist/dts/api/general/queries/translation/useDefaultTranslationJobQuery.d.ts +0 -17
  156. package/dist/dts/api/general/queries/useUserProfileQuery.d.ts +0 -7
  157. package/dist/dts/api/general/queries/workflow/index.d.ts +0 -1
  158. package/dist/dts/api/general/queries/workflow/useActivityInstancesQuery.d.ts +0 -37
  159. package/dist/dts/api/index.d.ts +0 -5
  160. package/dist/dts/api/publishingQueueExplorer/hooks/index.d.ts +0 -2
  161. package/dist/dts/api/publishingQueueExplorer/hooks/usePublishingQueueExplorer.d.ts +0 -62
  162. package/dist/dts/api/publishingQueueExplorer/hooks/usePublishingQueueExplorerTable.d.ts +0 -41
  163. package/dist/dts/api/publishingQueueExplorer/index.d.ts +0 -1
  164. package/dist/dts/apiBridge/activitiesExplorerApiStorage.d.ts +0 -16
  165. package/dist/dts/apiBridge/contentExplorerApiStorage.d.ts +0 -32
  166. package/dist/dts/apiBridge/editors/bundleEditorApiStorage.d.ts +0 -13
  167. package/dist/dts/apiBridge/editors/categoryEditorApiStorage.d.ts +0 -13
  168. package/dist/dts/apiBridge/editors/componentEditorApiStorage.d.ts +0 -13
  169. package/dist/dts/apiBridge/editors/editorsApiStorage.d.ts +0 -28
  170. package/dist/dts/apiBridge/editors/folderEditorApiStorage.d.ts +0 -13
  171. package/dist/dts/apiBridge/editors/index.d.ts +0 -8
  172. package/dist/dts/apiBridge/editors/keywordEditorApiStorage.d.ts +0 -13
  173. package/dist/dts/apiBridge/editors/pageEditorApiStorage.d.ts +0 -13
  174. package/dist/dts/apiBridge/editors/structureGroupEditorApiStorage.d.ts +0 -13
  175. package/dist/dts/apiBridge/extensionApiBridge.d.ts +0 -22
  176. package/dist/dts/apiBridge/generalApiStorage.d.ts +0 -144
  177. package/dist/dts/apiBridge/index.d.ts +0 -6
  178. package/dist/dts/apiBridge/publishingQueueExplorerApiStorage.d.ts +0 -16
  179. package/dist/dts/apiWrappers/activitiesExplorer/hooks.d.ts +0 -39
  180. package/dist/dts/apiWrappers/activitiesExplorer/index.d.ts +0 -1
  181. package/dist/dts/apiWrappers/contentExplorer/components.d.ts +0 -5
  182. package/dist/dts/apiWrappers/contentExplorer/hooks.d.ts +0 -58
  183. package/dist/dts/apiWrappers/contentExplorer/index.d.ts +0 -3
  184. package/dist/dts/apiWrappers/contentExplorer/utils.d.ts +0 -73
  185. package/dist/dts/apiWrappers/editors/hooks.d.ts +0 -63
  186. package/dist/dts/apiWrappers/editors/index.d.ts +0 -1
  187. package/dist/dts/apiWrappers/general/components.d.ts +0 -88
  188. package/dist/dts/apiWrappers/general/globals.d.ts +0 -37
  189. package/dist/dts/apiWrappers/general/hooks.d.ts +0 -25
  190. package/dist/dts/apiWrappers/general/index.d.ts +0 -5
  191. package/dist/dts/apiWrappers/general/mutations/generalMutations.d.ts +0 -30
  192. package/dist/dts/apiWrappers/general/mutations/index.d.ts +0 -4
  193. package/dist/dts/apiWrappers/general/mutations/itemMutations.d.ts +0 -137
  194. package/dist/dts/apiWrappers/general/mutations/translationMutations.d.ts +0 -5
  195. package/dist/dts/apiWrappers/general/mutations/workflowMutations.d.ts +0 -47
  196. package/dist/dts/apiWrappers/general/queries/generalQueries.d.ts +0 -7
  197. package/dist/dts/apiWrappers/general/queries/index.d.ts +0 -7
  198. package/dist/dts/apiWrappers/general/queries/itemQueries.d.ts +0 -85
  199. package/dist/dts/apiWrappers/general/queries/listsQueries.d.ts +0 -25
  200. package/dist/dts/apiWrappers/general/queries/publishingQueries.d.ts +0 -19
  201. package/dist/dts/apiWrappers/general/queries/searchQueries.d.ts +0 -13
  202. package/dist/dts/apiWrappers/general/queries/translationQueries.d.ts +0 -5
  203. package/dist/dts/apiWrappers/general/queries/workflowQueries.d.ts +0 -5
  204. package/dist/dts/apiWrappers/index.d.ts +0 -5
  205. package/dist/dts/apiWrappers/publishingQueueExplorer/hooks.d.ts +0 -39
  206. package/dist/dts/apiWrappers/publishingQueueExplorer/index.d.ts +0 -1
  207. package/dist/dts/extensionPoints/actionsConfiguration/actionExtension.d.ts +0 -43
  208. package/dist/dts/extensionPoints/actionsConfiguration/actionGroup.d.ts +0 -20
  209. package/dist/dts/extensionPoints/actionsConfiguration/actionsConfigurationExtension.d.ts +0 -10
  210. package/dist/dts/extensionPoints/actionsConfiguration/actionsConfigurationExtensionsBuilder.d.ts +0 -70
  211. package/dist/dts/extensionPoints/actionsConfiguration/index.d.ts +0 -4
  212. package/dist/dts/extensionPoints/activitiesExplorer/activitiesExplorerActions.d.ts +0 -40
  213. package/dist/dts/extensionPoints/activitiesExplorer/activitiesExplorerExtensions.d.ts +0 -11
  214. package/dist/dts/extensionPoints/activitiesExplorer/activitiesExplorerExtensionsBuilder.d.ts +0 -25
  215. package/dist/dts/extensionPoints/activitiesExplorer/index.d.ts +0 -5
  216. package/dist/dts/extensionPoints/activitiesExplorer/insightsPanels/activitiesExplorerInsightsPanelsExtension.d.ts +0 -18
  217. package/dist/dts/extensionPoints/activitiesExplorer/insightsPanels/activitiesExplorerInsightsPanelsExtensions.d.ts +0 -9
  218. package/dist/dts/extensionPoints/activitiesExplorer/insightsPanels/activitiesExplorerInsightsPanelsExtensionsBuilder.d.ts +0 -24
  219. package/dist/dts/extensionPoints/activitiesExplorer/insightsPanels/index.d.ts +0 -3
  220. package/dist/dts/extensionPoints/activitiesExplorer/table/activitiesExplorerTableActions.d.ts +0 -41
  221. package/dist/dts/extensionPoints/activitiesExplorer/table/activitiesExplorerTableColumnExtension.d.ts +0 -20
  222. package/dist/dts/extensionPoints/activitiesExplorer/table/activitiesExplorerTableExtensions.d.ts +0 -10
  223. package/dist/dts/extensionPoints/activitiesExplorer/table/activitiesExplorerTableExtensionsBuilder.d.ts +0 -26
  224. package/dist/dts/extensionPoints/activitiesExplorer/table/index.d.ts +0 -3
  225. package/dist/dts/extensionPoints/contentEditor/contentEditorExtensions.d.ts +0 -11
  226. package/dist/dts/extensionPoints/contentEditor/contentEditorExtensionsBuilder.d.ts +0 -15
  227. package/dist/dts/extensionPoints/contentEditor/contentEditorFormFieldExtension.d.ts +0 -85
  228. package/dist/dts/extensionPoints/contentEditor/contentEditorViewExtension.d.ts +0 -69
  229. package/dist/dts/extensionPoints/contentEditor/index.d.ts +0 -5
  230. package/dist/dts/extensionPoints/contentEditor/richTextField/index.d.ts +0 -2
  231. package/dist/dts/extensionPoints/contentEditor/richTextField/richTextFieldExtensions.d.ts +0 -64
  232. package/dist/dts/extensionPoints/contentEditor/richTextField/richTextFieldExtensionsBuilder.d.ts +0 -11
  233. package/dist/dts/extensionPoints/contentExplorer/contentExplorerActions.d.ts +0 -86
  234. package/dist/dts/extensionPoints/contentExplorer/contentExplorerExtensions.d.ts +0 -13
  235. package/dist/dts/extensionPoints/contentExplorer/contentExplorerExtensionsBuilder.d.ts +0 -30
  236. package/dist/dts/extensionPoints/contentExplorer/index.d.ts +0 -6
  237. package/dist/dts/extensionPoints/contentExplorer/insightsPanels/contentExplorerInsightsPanelsExtension.d.ts +0 -18
  238. package/dist/dts/extensionPoints/contentExplorer/insightsPanels/contentExplorerInsightsPanelsExtensions.d.ts +0 -9
  239. package/dist/dts/extensionPoints/contentExplorer/insightsPanels/contentExplorerInsightsPanelsExtensionsBuilder.d.ts +0 -24
  240. package/dist/dts/extensionPoints/contentExplorer/insightsPanels/index.d.ts +0 -3
  241. package/dist/dts/extensionPoints/contentExplorer/table/contentExplorerTableColumnExtension.d.ts +0 -20
  242. package/dist/dts/extensionPoints/contentExplorer/table/contentExplorerTableExtensions.d.ts +0 -10
  243. package/dist/dts/extensionPoints/contentExplorer/table/contentExplorerTableExtensionsBuilder.d.ts +0 -26
  244. package/dist/dts/extensionPoints/contentExplorer/table/index.d.ts +0 -3
  245. package/dist/dts/extensionPoints/contentExplorer/tree/contentExplorerTreeExtensions.d.ts +0 -7
  246. package/dist/dts/extensionPoints/contentExplorer/tree/contentExplorerTreeExtensionsBuilder.d.ts +0 -13
  247. package/dist/dts/extensionPoints/contentExplorer/tree/index.d.ts +0 -2
  248. package/dist/dts/extensionPoints/extensionBuilder.d.ts +0 -37
  249. package/dist/dts/extensionPoints/extensionPoints.d.ts +0 -17
  250. package/dist/dts/extensionPoints/header/headerExtensions.d.ts +0 -7
  251. package/dist/dts/extensionPoints/header/headerExtensionsBuilder.d.ts +0 -12
  252. package/dist/dts/extensionPoints/header/index.d.ts +0 -3
  253. package/dist/dts/extensionPoints/header/navigation/index.d.ts +0 -4
  254. package/dist/dts/extensionPoints/header/navigation/navigationExtensions.d.ts +0 -9
  255. package/dist/dts/extensionPoints/header/navigation/navigationExtensionsBuilder.d.ts +0 -24
  256. package/dist/dts/extensionPoints/header/navigation/navigationItem.d.ts +0 -65
  257. package/dist/dts/extensionPoints/header/navigation/navigationItems.d.ts +0 -20
  258. package/dist/dts/extensionPoints/index.d.ts +0 -12
  259. package/dist/dts/extensionPoints/insightsPanels/index.d.ts +0 -1
  260. package/dist/dts/extensionPoints/insightsPanels/insightsPanelsExtension.d.ts +0 -39
  261. package/dist/dts/extensionPoints/listBuilder/index.d.ts +0 -3
  262. package/dist/dts/extensionPoints/listBuilder/listBuilder.d.ts +0 -12
  263. package/dist/dts/extensionPoints/listBuilder/listBuilderExtension.d.ts +0 -12
  264. package/dist/dts/extensionPoints/listBuilder/utils/addItem.d.ts +0 -14
  265. package/dist/dts/extensionPoints/listBuilder/utils/findItemIndex.d.ts +0 -13
  266. package/dist/dts/extensionPoints/listBuilder/utils/index.d.ts +0 -5
  267. package/dist/dts/extensionPoints/listBuilder/utils/moveItem.d.ts +0 -14
  268. package/dist/dts/extensionPoints/listBuilder/utils/removeItem.d.ts +0 -13
  269. package/dist/dts/extensionPoints/listBuilder/utils/replaceItem.d.ts +0 -14
  270. package/dist/dts/extensionPoints/publishingQueueExplorer/index.d.ts +0 -5
  271. package/dist/dts/extensionPoints/publishingQueueExplorer/insightsPanels/index.d.ts +0 -3
  272. package/dist/dts/extensionPoints/publishingQueueExplorer/insightsPanels/publishingQueueExplorerInsightsPanelsExtension.d.ts +0 -18
  273. package/dist/dts/extensionPoints/publishingQueueExplorer/insightsPanels/publishingQueueExplorerInsightsPanelsExtensions.d.ts +0 -9
  274. package/dist/dts/extensionPoints/publishingQueueExplorer/insightsPanels/publishingQueueExplorerInsightsPanelsExtensionsBuilder.d.ts +0 -24
  275. package/dist/dts/extensionPoints/publishingQueueExplorer/publishingQueueExplorerActions.d.ts +0 -39
  276. package/dist/dts/extensionPoints/publishingQueueExplorer/publishingQueueExplorerExtensions.d.ts +0 -11
  277. package/dist/dts/extensionPoints/publishingQueueExplorer/publishingQueueExplorerExtensionsBuilder.d.ts +0 -25
  278. package/dist/dts/extensionPoints/publishingQueueExplorer/table/index.d.ts +0 -3
  279. package/dist/dts/extensionPoints/publishingQueueExplorer/table/publishingQueueExplorerTableActions.d.ts +0 -39
  280. package/dist/dts/extensionPoints/publishingQueueExplorer/table/publishingQueueExplorerTableColumnExtension.d.ts +0 -20
  281. package/dist/dts/extensionPoints/publishingQueueExplorer/table/publishingQueueExplorerTableExtensions.d.ts +0 -10
  282. package/dist/dts/extensionPoints/publishingQueueExplorer/table/publishingQueueExplorerTableExtensionsBuilder.d.ts +0 -26
  283. package/dist/dts/extensionPoints/tableColumnConfiguration/index.d.ts +0 -1
  284. package/dist/dts/extensionPoints/tableColumnConfiguration/tableColumnExtension.d.ts +0 -70
  285. package/dist/dts/extensionPoints/translations/index.d.ts +0 -3
  286. package/dist/dts/extensionPoints/translations/translationExtensions.d.ts +0 -7
  287. package/dist/dts/extensionPoints/translations/translationExtensionsBuilder.d.ts +0 -17
  288. package/dist/dts/extensionPoints/translations/translationItem.d.ts +0 -23
  289. package/dist/dts/frameworkInfo.d.ts +0 -7
  290. package/dist/dts/index.d.ts +0 -6
  291. package/dist/dts/module/createExtensionGlobals.d.ts +0 -11
  292. package/dist/dts/module/extensionGlobals.d.ts +0 -7
  293. package/dist/dts/module/extensionModule.d.ts +0 -11
  294. package/dist/dts/module/index.d.ts +0 -4
  295. package/dist/dts/module/runtimeInformation.d.ts +0 -7
package/dist/index.d.ts CHANGED
@@ -24,8 +24,6 @@ import type { KeyboardEvent as KeyboardEvent_2 } from 'react';
24
24
  import type { Keyword } from '@tridion-sites/models';
25
25
  import type { KeywordCategory } from '@tridion-sites/models';
26
26
  import type { Link as Link_2 } from '@tridion-sites/models';
27
- import type { ListDetailsLevel } from '@tridion-sites/models';
28
- import type { ListInfoDictionary } from '@tridion-sites/models';
29
27
  import type { MouseEvent as MouseEvent_2 } from 'react';
30
28
  import type { MultimediaComponent } from '@tridion-sites/models';
31
29
  import type { Page } from '@tridion-sites/models';
@@ -36,7 +34,6 @@ import type { PublicationBlueprintHierarchy } from '@tridion-sites/models';
36
34
  import type { PublishInfo } from '@tridion-sites/models';
37
35
  import type { PublishPriority } from '@tridion-sites/models';
38
36
  import type { PublishTransaction } from '@tridion-sites/models';
39
- import type { PublishTransactionListInfo } from '@tridion-sites/models';
40
37
  import type { PublishTransactionsCreationResult } from '@tridion-sites/models';
41
38
  import type { PublishTransactionState } from '@tridion-sites/models';
42
39
  import type { PublishUrlInfo } from '@tridion-sites/models';
@@ -61,7 +58,6 @@ import type { User } from '@tridion-sites/models';
61
58
  import type { UserGroup } from '@tridion-sites/models';
62
59
  import type { UserProfile } from '@tridion-sites/models';
63
60
  import type { VersionedItem } from '@tridion-sites/models';
64
- import type { XhtmlFieldDefinition } from '@tridion-sites/models';
65
61
 
66
62
  /**
67
63
  * Accessibility-related props
@@ -249,12 +245,12 @@ export declare type ActivitiesExplorerActionId = ValuesOfArray<typeof activities
249
245
  * @public
250
246
  */
251
247
  export declare const activitiesExplorerActionId: {
252
- assignActivity: "assignActivity";
248
+ export: "export";
249
+ refresh: "refresh";
253
250
  startActivity: "startActivity";
254
251
  finishActivity: "finishActivity";
255
252
  restartActivity: "restartActivity";
256
- export: "export";
257
- refresh: "refresh";
253
+ assignActivity: "assignActivity";
258
254
  };
259
255
 
260
256
  /**
@@ -681,9 +677,9 @@ export declare interface AutoClassifyItemsRequest {
681
677
  */
682
678
  itemIds: ReadonlyArray<ItemUri>;
683
679
  /**
684
- * Container of an item to classify.
680
+ * Container item ID of the items to classify.
685
681
  */
686
- containerItem?: IdentifiableObject;
682
+ containerId: ItemUri;
687
683
  }
688
684
 
689
685
  /**
@@ -803,7 +799,7 @@ export declare interface BundleEditorHookResult {
803
799
  /**
804
800
  * Bundle's metadata schema.
805
801
  */
806
- metadataSchema: Schema | undefined;
802
+ metadataSchema: Schema;
807
803
  /**
808
804
  * Boolean that indicates that Bundle has unsaved changes.
809
805
  */
@@ -877,6 +873,10 @@ export declare interface CategoryEditorHookResult {
877
873
  * Editable Category.
878
874
  */
879
875
  category: KeywordCategory;
876
+ /**
877
+ * Category's metadata schema.
878
+ */
879
+ metadataSchema: Schema;
880
880
  /**
881
881
  * Boolean that indicates that Category has unsaved changes.
882
882
  */
@@ -996,7 +996,6 @@ export declare interface ColorPalette {
996
996
  magenta50: string;
997
997
  magenta100: string;
998
998
  magenta120: string;
999
- yellow10: string;
1000
999
  yellow50: string;
1001
1000
  yellow100: string;
1002
1001
  yellow120: string;
@@ -1038,9 +1037,9 @@ export declare interface ComponentEditorHookResult {
1038
1037
  */
1039
1038
  component: Component | MultimediaComponent | ExternalMultimediaComponent;
1040
1039
  /**
1041
- * Component's content and metadata schema.
1040
+ * Component's metadata schema.
1042
1041
  */
1043
- schema: Schema | undefined;
1042
+ schema: Schema;
1044
1043
  /**
1045
1044
  * Boolean that indicates that Component has unsaved changes.
1046
1045
  */
@@ -1096,50 +1095,16 @@ export declare interface ConfirmationHookArguments {
1096
1095
  /**
1097
1096
  * @public
1098
1097
  */
1099
- export declare interface ConfirmationHookResult {
1100
- open: () => void;
1101
- }
1098
+ export declare type ConfirmationHookResult = () => void;
1102
1099
 
1103
1100
  declare type Constructor<T> = abstract new (...args: any[]) => T;
1104
1101
 
1105
- /**
1106
- * @public
1107
- */
1108
- export declare type ContainerItemsQueryHook = (props?: ContainerItemsQueryProps, options?: QueryOptions<ReadonlyArray<RepositoryLocalObject> | undefined, ApiError>) => QueryResult<ReadonlyArray<RepositoryLocalObject> | undefined, ApiError>;
1109
-
1110
- /**
1111
- * @public
1112
- */
1113
- export declare interface ContainerItemsQueryProps {
1114
- /**
1115
- * The Item URI of an organizational item, such as a Bundle, Category, Folder, Virtual folder, or Structure Group.
1116
- */
1117
- itemId: ItemUri;
1118
- /**
1119
- * Loads a dynamic version (if available for the current user)
1120
- */
1121
- useDynamicVersion?: boolean;
1122
- /**
1123
- * The item types of all repository-local objects that you want to include in the response.
1124
- */
1125
- rloItemTypes?: ReadonlyArray<RloItemType>;
1126
- /**
1127
- * Option to control how much data is returned per item.
1128
- */
1129
- detailsLevel?: ListDetailsLevel;
1130
- /**
1131
- * Determines if nested Organizational Items (recursively) should also be returned.
1132
- */
1133
- isRecursive?: boolean;
1134
- }
1135
-
1136
1102
  /**
1137
1103
  * @public
1138
1104
  */
1139
1105
  export declare interface ContentEditorExtensions {
1140
1106
  richTextField: RichTextFieldExtensions;
1141
1107
  formFields: ReadonlyArray<ContentEditorFormFieldExtension>;
1142
- editors: ReadonlyArray<ContentEditorViewExtension>;
1143
1108
  }
1144
1109
 
1145
1110
  /**
@@ -1147,10 +1112,8 @@ export declare interface ContentEditorExtensions {
1147
1112
  */
1148
1113
  export declare class ContentEditorExtensionsBuilder {
1149
1114
  private _formFields;
1150
- private _itemEditors;
1151
1115
  readonly richTextField: RichTextFieldExtensionsBuilder;
1152
1116
  addFormField: (item: ContentEditorFormFieldExtension) => this;
1153
- addItemEditor: (item: ContentEditorViewExtension) => this;
1154
1117
  build: () => ContentEditorExtensions;
1155
1118
  }
1156
1119
 
@@ -1190,13 +1153,9 @@ export declare interface ContentEditorFormFieldExtensionProps<T = any> {
1190
1153
  */
1191
1154
  fieldDefinition: ItemFieldDefinition;
1192
1155
  /**
1193
- * Boolean to indicate whether the field should be rendered in read only mode
1156
+ * Boolean to indicate of the field is rendered in read only mode
1194
1157
  */
1195
1158
  isReadOnly: boolean;
1196
- /**
1197
- * Boolean to indicate whether the field should be rendered in a disabled state
1198
- */
1199
- isDisabled: boolean;
1200
1159
  /**
1201
1160
  * Set field value function
1202
1161
  */
@@ -1215,10 +1174,6 @@ export declare interface ContentEditorFormFieldHookProps {
1215
1174
  * Indicates whether the field is rendered in read only mode or not
1216
1175
  */
1217
1176
  isReadOnly: boolean;
1218
- /**
1219
- * Indicates whether the field is rendered in disabled mode or not
1220
- */
1221
- isDisabled: boolean;
1222
1177
  /**
1223
1178
  * Field definition of the form field
1224
1179
  */
@@ -1233,7 +1188,7 @@ export declare interface ContentEditorFormFieldHookResult {
1233
1188
  * Priority value of the field in the list of candidates for rendering.
1234
1189
  * Extension with a higher priority will be displayed instead of an extension with lower priority.
1235
1190
  * Helps to resolve collapsing cases when useIsAvailable returns true for two or more
1236
- * extensions for a single field at the same time.
1191
+ * extensions for a single fields at the same time.
1237
1192
  */
1238
1193
  priority?: number;
1239
1194
  /**
@@ -1242,78 +1197,6 @@ export declare interface ContentEditorFormFieldHookResult {
1242
1197
  isAvailable: boolean;
1243
1198
  }
1244
1199
 
1245
- /**
1246
- * @public
1247
- */
1248
- export declare type ContentEditorViewExtension<TItem = any> = () => ContentEditorViewExtensionConfiguration;
1249
-
1250
- /**
1251
- * @public
1252
- */
1253
- export declare interface ContentEditorViewExtensionComponentProps {
1254
- /**
1255
- * Item to edit/view
1256
- */
1257
- item: IdentifiableObject;
1258
- /**
1259
- * Boolean to indicate whether the editor should be rendered in read-only mode
1260
- */
1261
- isReadonly: boolean;
1262
- /**
1263
- * Original editor to render
1264
- */
1265
- renderEditor: ReactNode;
1266
- }
1267
-
1268
- /**
1269
- * @public
1270
- */
1271
- export declare interface ContentEditorViewExtensionConfiguration {
1272
- /**
1273
- * Extension id
1274
- */
1275
- readonly id: string;
1276
- /**
1277
- * Component to render on this path
1278
- */
1279
- readonly component: ComponentType<ContentEditorViewExtensionComponentProps>;
1280
- /**
1281
- * Hook which returns information about the current content for the extension
1282
- */
1283
- readonly useContentEditorView: (props: ContentEditorViewHookProps) => ContentEditorViewHookResult;
1284
- }
1285
-
1286
- /**
1287
- * @public
1288
- */
1289
- export declare interface ContentEditorViewHookProps {
1290
- /**
1291
- * Indicates whether the content is rendered in read-only mode or not
1292
- */
1293
- isReadonly: boolean;
1294
- /**
1295
- * Item is being passed to editor
1296
- */
1297
- item: IdentifiableObject;
1298
- }
1299
-
1300
- /**
1301
- * @public
1302
- */
1303
- export declare interface ContentEditorViewHookResult {
1304
- /**
1305
- * Priority value of the custom editor in the list of candidates for rendering.
1306
- * Extension with a higher priority will be displayed instead of an extension with lower priority.
1307
- * Helps to resolve collapsing cases when useIsAvailable returns true for two or more
1308
- * extensions for a single editor at the same time.
1309
- */
1310
- priority?: number;
1311
- /**
1312
- * Defines whether the content extension is available to be displayed or not
1313
- */
1314
- isAvailable: boolean;
1315
- }
1316
-
1317
1200
  /**
1318
1201
  * @public
1319
1202
  */
@@ -1325,18 +1208,17 @@ export declare type ContentExplorerActionGroupId = ValuesOfArray<typeof contentE
1325
1208
  * @public
1326
1209
  */
1327
1210
  export declare const contentExplorerActionGroupId: {
1328
- classification: "classification";
1329
1211
  bundle: "bundle";
1330
1212
  exporting: "exporting";
1331
1213
  refreshing: "refreshing";
1332
1214
  workflow: "workflow";
1333
- blueprinting: "blueprinting";
1334
1215
  browsing: "browsing";
1216
+ classification: "classification";
1335
1217
  clipboard: "clipboard";
1336
1218
  creation: "creation";
1337
1219
  deletion: "deletion";
1338
1220
  editing: "editing";
1339
- favorites: "favorites";
1221
+ blueprinting: "blueprinting";
1340
1222
  publishing: "publishing";
1341
1223
  translation: "translation";
1342
1224
  };
@@ -1344,7 +1226,7 @@ export declare const contentExplorerActionGroupId: {
1344
1226
  /**
1345
1227
  * @public
1346
1228
  */
1347
- export declare const contentExplorerActionGroupIds: readonly ["blueprinting", "browsing", "bundle", "classification", "clipboard", "creation", "deletion", "editing", "exporting", "favorites", "publishing", "refreshing", "translation", "workflow"];
1229
+ export declare const contentExplorerActionGroupIds: readonly ["browsing", "bundle", "classification", "clipboard", "creation", "deletion", "editing", "exporting", "blueprinting", "publishing", "refreshing", "translation", "workflow"];
1348
1230
 
1349
1231
  /**
1350
1232
  * @public
@@ -1357,53 +1239,46 @@ export declare type ContentExplorerActionId = ValuesOfArray<typeof contentExplor
1357
1239
  * @public
1358
1240
  */
1359
1241
  export declare const contentExplorerActionId: {
1360
- cut: "cut";
1361
- copy: "copy";
1362
- paste: "paste";
1363
- promote: "promote";
1364
- demote: "demote";
1365
- delete: "delete";
1366
- localize: "localize";
1367
- publish: "publish";
1368
1242
  export: "export";
1369
1243
  refresh: "refresh";
1370
- addParentPublication: "addParentPublication";
1244
+ open: "open";
1245
+ openEditor: "openEditor";
1246
+ openEditorInNewTab: "openEditorInNewTab";
1371
1247
  addSelectedItemsToBundle: "addSelectedItemsToBundle";
1372
1248
  addToBundle: "addToBundle";
1373
- addToFavorites: "addToFavorites";
1249
+ removeFromBundle: "removeFromBundle";
1374
1250
  autoClassify: "autoClassify";
1375
- finishEditing: "finishEditing";
1251
+ copy: "copy";
1252
+ cut: "cut";
1253
+ paste: "paste";
1254
+ pasteInContainer: "pasteInContainer";
1376
1255
  newBundle: "newBundle";
1377
1256
  newCategory: "newCategory";
1378
- newChildPublication: "newChildPublication";
1379
1257
  newComponent: "newComponent";
1380
1258
  newFolder: "newFolder";
1381
1259
  newKeyword: "newKeyword";
1382
1260
  newMultimediaComponent: "newMultimediaComponent";
1383
1261
  newPage: "newPage";
1384
1262
  newStructureGroup: "newStructureGroup";
1385
- open: "open";
1386
- openEditor: "openEditor";
1387
- openEditorInNewTab: "openEditorInNewTab";
1263
+ uploadMultimediaComponent: "uploadMultimediaComponent";
1264
+ delete: "delete";
1265
+ finishEditing: "finishEditing";
1266
+ revert: "revert";
1267
+ localize: "localize";
1268
+ unlocalize: "unlocalize";
1269
+ publish: "publish";
1270
+ unpublish: "unpublish";
1388
1271
  openPublishingQueue: "openPublishingQueue";
1389
1272
  openTranslationQueue: "openTranslationQueue";
1390
- pasteInContainer: "pasteInContainer";
1391
- removeFromBundle: "removeFromBundle";
1392
- removeFromFavorites: "removeFromFavorites";
1393
- removeParentPublication: "removeParentPublication";
1394
- revert: "revert";
1395
- startWorkflow: "startWorkflow";
1396
1273
  translate: "translate";
1397
1274
  translateTarget: "translateTarget";
1398
- unlocalize: "unlocalize";
1399
- unpublish: "unpublish";
1400
- uploadMultimediaComponent: "uploadMultimediaComponent";
1275
+ startWorkflow: "startWorkflow";
1401
1276
  };
1402
1277
 
1403
1278
  /**
1404
1279
  * @public
1405
1280
  */
1406
- export declare const contentExplorerActionIds: readonly ["addParentPublication", "addSelectedItemsToBundle", "addToBundle", "addToFavorites", "autoClassify", "copy", "cut", "delete", "demote", "export", "finishEditing", "localize", "newBundle", "newCategory", "newChildPublication", "newComponent", "newFolder", "newKeyword", "newMultimediaComponent", "newPage", "newStructureGroup", "open", "openEditor", "openEditorInNewTab", "openPublishingQueue", "openTranslationQueue", "paste", "pasteInContainer", "promote", "publish", "refresh", "removeFromBundle", "removeFromFavorites", "removeParentPublication", "revert", "startWorkflow", "translate", "translateTarget", "unlocalize", "unpublish", "uploadMultimediaComponent"];
1281
+ export declare const contentExplorerActionIds: readonly ["open", "openEditor", "openEditorInNewTab", "addSelectedItemsToBundle", "addToBundle", "removeFromBundle", "autoClassify", "copy", "cut", "paste", "pasteInContainer", "newBundle", "newCategory", "newComponent", "newFolder", "newKeyword", "newMultimediaComponent", "newPage", "newStructureGroup", "uploadMultimediaComponent", "delete", "finishEditing", "revert", "export", "localize", "unlocalize", "publish", "unpublish", "openPublishingQueue", "refresh", "openTranslationQueue", "translate", "translateTarget", "startWorkflow"];
1407
1282
 
1408
1283
  /**
1409
1284
  * @internal
@@ -1603,38 +1478,6 @@ export declare interface ContentExplorerHooksApiStorage {
1603
1478
  useOptionalContentExplorerTree: OptionalContentExplorerTreeHook;
1604
1479
  }
1605
1480
 
1606
- /**
1607
- * Type represents ID of a built-in panel of the Content Explorer.
1608
- *
1609
- * @public
1610
- */
1611
- export declare type ContentExplorerInsightsPanelId = ValuesOfArray<typeof contentExplorerInsightsPanelIds>;
1612
-
1613
- /**
1614
- * All available built-in Content Explorer panel IDs.
1615
- *
1616
- * @public
1617
- */
1618
- export declare const contentExplorerInsightsPanelId: {
1619
- information: "information";
1620
- history: "history";
1621
- search: "search";
1622
- general: "general";
1623
- metadata: "metadata";
1624
- blueprint: "blueprint";
1625
- "where-used": "where-used";
1626
- "view-on-site": "view-on-site";
1627
- "published-to": "published-to";
1628
- translations: "translations";
1629
- };
1630
-
1631
- /**
1632
- * List of all built-in panel IDs of the Content Explorer.
1633
- *
1634
- * @public
1635
- */
1636
- export declare const contentExplorerInsightsPanelIds: readonly ["search", "information", "general", "metadata", "history", "blueprint", "where-used", "view-on-site", "published-to", "translations"];
1637
-
1638
1481
  /**
1639
1482
  * @public
1640
1483
  */
@@ -1735,23 +1578,22 @@ export declare interface ContentExplorerNodeData {
1735
1578
  }
1736
1579
 
1737
1580
  /**
1738
- * Backwards compatibility for `ContentExplorerInsightsPanelId`
1581
+ * Type represents ID of a built-in panel of the Content Explorer.
1739
1582
  *
1740
- * @internal
1583
+ * @public
1741
1584
  */
1742
- export declare type ContentExplorerPanelId = ContentExplorerInsightsPanelId;
1585
+ export declare type ContentExplorerPanelId = ValuesOfArray<typeof contentExplorerPanelIds>;
1743
1586
 
1744
1587
  /**
1745
- * Backwards compatibility for `contentExplorerInsightsPanelId`
1588
+ * All available built-in Content Explorer panel IDs.
1746
1589
  *
1747
- * @internal
1590
+ * @public
1748
1591
  */
1749
1592
  export declare const contentExplorerPanelId: {
1750
1593
  information: "information";
1751
- history: "history";
1752
- search: "search";
1753
1594
  general: "general";
1754
1595
  metadata: "metadata";
1596
+ history: "history";
1755
1597
  blueprint: "blueprint";
1756
1598
  "where-used": "where-used";
1757
1599
  "view-on-site": "view-on-site";
@@ -1760,11 +1602,11 @@ export declare const contentExplorerPanelId: {
1760
1602
  };
1761
1603
 
1762
1604
  /**
1763
- * Backwards compatibility for `contentExplorerInsightsPanelIds`
1605
+ * List of all built-in panel IDs of the Content Explorer.
1764
1606
  *
1765
- * @internal
1607
+ * @public
1766
1608
  */
1767
- export declare const contentExplorerPanelIds: readonly ["search", "information", "general", "metadata", "history", "blueprint", "where-used", "view-on-site", "published-to", "translations"];
1609
+ export declare const contentExplorerPanelIds: readonly ["information", "general", "metadata", "history", "blueprint", "where-used", "view-on-site", "published-to", "translations"];
1768
1610
 
1769
1611
  /**
1770
1612
  * Content Explorer hierarchy node that has list of publications as a children.
@@ -2063,7 +1905,7 @@ export declare interface DeleteItemRequest {
2063
1905
  */
2064
1906
  item: IdentifiableObject;
2065
1907
  /**
2066
- * The container (context) in which the delete action is being performed. If specified, the container is invalidated on success to trigger reloading.
1908
+ * Container item ID of the item to delete.
2067
1909
  */
2068
1910
  containerItem?: IdentifiableObject;
2069
1911
  }
@@ -2082,39 +1924,11 @@ export declare interface DeleteItemsRequest {
2082
1924
  */
2083
1925
  items: ReadonlyArray<IdentifiableObject>;
2084
1926
  /**
2085
- * Container item of the item to delete.
1927
+ * Container item ID of an items to delete.
2086
1928
  * `containerId` may take 'undefined' value when publications
2087
1929
  * which don't have a real container are being deleted.
2088
1930
  */
2089
- containerItem?: IdentifiableObject;
2090
- }
2091
-
2092
- /**
2093
- * @public
2094
- */
2095
- export declare type DemoteItemMutationHook = (options?: MutationOptions<RepositoryLocalObject | void, ApiError, DemoteItemRequest>) => MutationResult<RepositoryLocalObject | void, ApiError, DemoteItemRequest>;
2096
-
2097
- /**
2098
- * @public
2099
- */
2100
- export declare interface DemoteItemRequest {
2101
- item: RepositoryLocalObject;
2102
- destinationPublicationId: ItemUri;
2103
- failureLevel: 'warning' | 'error';
2104
- }
2105
-
2106
- /**
2107
- * @public
2108
- */
2109
- export declare type DemoteItemsMutationHook = (options?: BatchMutationOptions<DemoteItemsRequest>) => MutationResult<Batch, ApiError, DemoteItemsRequest>;
2110
-
2111
- /**
2112
- * @public
2113
- */
2114
- export declare interface DemoteItemsRequest {
2115
- items: ReadonlyArray<RepositoryLocalObject>;
2116
- destinationPublicationId: ItemUri;
2117
- failureLevel: 'warning' | 'error';
1931
+ containerId: ItemUri | undefined;
2118
1932
  }
2119
1933
 
2120
1934
  /**
@@ -2133,7 +1947,7 @@ export declare interface EditorHookResult {
2133
1947
  /**
2134
1948
  * Item's metadata schema.
2135
1949
  */
2136
- schema: Schema | undefined;
1950
+ schema: Schema;
2137
1951
  /**
2138
1952
  * Boolean that indicates that Item has unsaved changes.
2139
1953
  */
@@ -2142,10 +1956,6 @@ export declare interface EditorHookResult {
2142
1956
  * Boolean that indicates that item can be edited.
2143
1957
  */
2144
1958
  isEditing: boolean;
2145
- /**
2146
- * Callback to update internal editor state.
2147
- */
2148
- onUpdate: (item: Bundle | KeywordCategory | Component | MultimediaComponent | Folder | Keyword | Page | StructureGroup) => void;
2149
1959
  }
2150
1960
 
2151
1961
  /**
@@ -2352,9 +2162,9 @@ export declare interface FinishItemsRequest {
2352
2162
  */
2353
2163
  items: ReadonlyArray<VersionedItem>;
2354
2164
  /**
2355
- * Container item of the item to finish.
2165
+ * Container item ID of the items to finish.
2356
2166
  */
2357
- containerItem?: IdentifiableObject;
2167
+ containerId: ItemUri;
2358
2168
  }
2359
2169
 
2360
2170
  /**
@@ -2439,7 +2249,7 @@ export declare interface FolderEditorHookResult {
2439
2249
  /**
2440
2250
  * Folder's metadata schema.
2441
2251
  */
2442
- metadataSchema: Schema | undefined;
2252
+ metadataSchema: Schema;
2443
2253
  /**
2444
2254
  * Boolean that indicates that Folder has unsaved changes.
2445
2255
  */
@@ -2489,9 +2299,6 @@ export declare interface GeneralComponentsApiStorage {
2489
2299
  Stack: StackComponent;
2490
2300
  Text: TextComponent;
2491
2301
  TextLink: TextLinkComponent;
2492
- ModalContent: ModalContentComponent;
2493
- ModalHeader: ModalHeaderComponent;
2494
- ModalFooter: ModalFooterComponent;
2495
2302
  }
2496
2303
 
2497
2304
  /**
@@ -2513,7 +2320,6 @@ export declare interface GeneralHooksApiStorage {
2513
2320
  useNotifications: NotificationsHook;
2514
2321
  useUserProfile: UserProfileHook;
2515
2322
  useConfirmation: ConfirmationHook;
2516
- useModal: ModalHook;
2517
2323
  }
2518
2324
 
2519
2325
  /**
@@ -2527,8 +2333,6 @@ export declare interface GeneralMutationsApiStorage {
2527
2333
  useCopyItemsMutation: CopyItemsMutationHook;
2528
2334
  useDeleteItemMutation: DeleteItemMutationHook;
2529
2335
  useDeleteItemsMutation: DeleteItemsMutationHook;
2530
- useDemoteItemMutation: DemoteItemMutationHook;
2531
- useDemoteItemsMutation: DemoteItemsMutationHook;
2532
2336
  useFinishEditingItemMutation: FinishEditingItemMutationHook;
2533
2337
  useFinishEditingItemsMutation: FinishEditingItemsMutationHook;
2534
2338
  useLocalizeItemMutation: LocalizeItemMutationHook;
@@ -2536,8 +2340,6 @@ export declare interface GeneralMutationsApiStorage {
2536
2340
  useMoveItemMutation: MoveItemMutationHook;
2537
2341
  useMoveItemsMutation: MoveItemsMutationHook;
2538
2342
  usePublishItemsMutation: PublishItemsMutationHook;
2539
- usePromoteItemMutation: PromoteItemMutationHook;
2540
- usePromoteItemsMutation: PromoteItemsMutationHook;
2541
2343
  useRevertItemMutation: RevertItemMutationHook;
2542
2344
  useRevertItemsMutation: RevertItemsMutationHook;
2543
2345
  useRollbackItemMutation: RollbackItemMutationHook;
@@ -2589,7 +2391,6 @@ export declare interface GeneralQueriesApiStorage {
2589
2391
  usePublicationBlueprintHierarchyQuery: PublicationBlueprintHierarchyQueryHook;
2590
2392
  };
2591
2393
  lists: {
2592
- useContainerItems: ContainerItemsQueryHook;
2593
2394
  useFavoritesQuery: FavoritesQueryHook;
2594
2395
  useItemsInProgressQuery: ItemsInProgressQueryHook;
2595
2396
  usePublicationsQuery: PublicationsQueryHook;
@@ -2849,10 +2650,6 @@ export declare interface ItemBlueprintHierarchyQueryProps {
2849
2650
  * Identifies the item for which Blueprint hierarchy is being retrieved.
2850
2651
  */
2851
2652
  itemId: ItemUri;
2852
- /**
2853
- * Option to control how much data is returned per item.
2854
- */
2855
- detailsLevel?: ListDetailsLevel;
2856
2653
  }
2857
2654
 
2858
2655
  /**
@@ -2919,10 +2716,6 @@ export declare interface ItemDefaultDataQueryProps {
2919
2716
  * Type of the model to get default data for.
2920
2717
  */
2921
2718
  modelType: DefaultModelType;
2922
- /**
2923
- * A container ID is required for all types except the following: `Batch`, `Publication`, `PublicationTarget`, `PublishTransaction`, `TargetType`, `MultimediaType`, `WorkflowType`, `User`, `Group`, and `ApprovalStatus`.
2924
- */
2925
- containerId?: ItemUri;
2926
2719
  }
2927
2720
 
2928
2721
  /**
@@ -3093,15 +2886,6 @@ export declare interface ItemUsedByQueryProps {
3093
2886
  * Identifies the item for which 'Used By' dependencies are being retrieved.
3094
2887
  */
3095
2888
  itemId: ItemUri;
3096
- /**
3097
- * Set to true to include local copies of the specified item in the response.
3098
- */
3099
- includeLocalCopies?: boolean;
3100
- /**
3101
- * To limit the response to items that currently use the specified item,
3102
- * set this option to `true`.
3103
- */
3104
- onlyLatestVersion?: boolean;
3105
2889
  }
3106
2890
 
3107
2891
  /**
@@ -3117,11 +2901,6 @@ export declare interface ItemUsesQueryProps {
3117
2901
  * Identifies the item for which 'Uses' dependencies are being retrieved.
3118
2902
  */
3119
2903
  itemId: ItemUri;
3120
- /**
3121
- * To include the BluePrint parent of a local copy in the response,
3122
- * set this option to `true`.
3123
- */
3124
- includeBlueprintParentItem?: boolean;
3125
2904
  }
3126
2905
 
3127
2906
  /**
@@ -3142,7 +2921,7 @@ export declare interface KeywordEditorHookResult {
3142
2921
  /**
3143
2922
  * Keyword's metadata schema.
3144
2923
  */
3145
- metadataSchema: Schema | undefined;
2924
+ metadataSchema: Schema;
3146
2925
  /**
3147
2926
  * Boolean that indicates that Keyword has unsaved changes.
3148
2927
  */
@@ -3270,9 +3049,9 @@ export declare interface LocalizeItemsRequest {
3270
3049
  */
3271
3050
  itemIds: ReadonlyArray<ItemUri>;
3272
3051
  /**
3273
- * Container item of the item to localize.
3052
+ * Container item ID of the items to localize.
3274
3053
  */
3275
- containerItem?: IdentifiableObject;
3054
+ containerId: ItemUri;
3276
3055
  }
3277
3056
 
3278
3057
  /**
@@ -3280,169 +3059,6 @@ export declare interface LocalizeItemsRequest {
3280
3059
  */
3281
3060
  export declare type MainAxisAlignment = 'start' | 'center' | 'end' | 'space-between' | 'space-around' | 'space-evenly' | 'stretch';
3282
3061
 
3283
- /**
3284
- * A component to render Content of a Modal
3285
- *
3286
- * @public
3287
- */
3288
- export declare const ModalContent: ModalContentComponent;
3289
-
3290
- /**
3291
- * @public
3292
- */
3293
- export declare type ModalContentComponent = FunctionComponent<ModalContentComponentProps>;
3294
-
3295
- /**
3296
- * @public
3297
- */
3298
- export declare interface ModalContentComponentProps extends FlexProps {
3299
- /**
3300
- * Content of the Modal.
3301
- */
3302
- children: ReactNode;
3303
- }
3304
-
3305
- /**
3306
- * @public
3307
- */
3308
- export declare interface ModalContentProps<TResultData> {
3309
- onConfirm: (result?: TResultData) => void;
3310
- onCancel: () => void;
3311
- }
3312
-
3313
- /**
3314
- * A component to render Footer of the Modal
3315
- *
3316
- * @public
3317
- */
3318
- export declare const ModalFooter: ModalFooterComponent;
3319
-
3320
- /**
3321
- * @public
3322
- */
3323
- export declare type ModalFooterComponent = FunctionComponent<ModalFooterComponentProps>;
3324
-
3325
- /**
3326
- * @public
3327
- */
3328
- export declare interface ModalFooterComponentProps {
3329
- /**
3330
- * Label for the Cancel button of the Modal.
3331
- */
3332
- cancelButtonLabel?: string;
3333
- /**
3334
- * Boolean that indicates disabled state of the Cancel button.
3335
- */
3336
- isCancelButtonDisabled?: boolean;
3337
- /**
3338
- * Boolean that indicates disabled state of the Ok button.
3339
- */
3340
- isOkButtonDisabled?: boolean;
3341
- /**
3342
- * Label for the Ok button of the Modal.
3343
- */
3344
- okButtonLabel?: string;
3345
- /**
3346
- * Callback executed when Ok button clicked.
3347
- */
3348
- onOk?: () => void;
3349
- /**
3350
- * Callback executed when Cancel button clicked.
3351
- */
3352
- onCancel?: () => void;
3353
- }
3354
-
3355
- /**
3356
- * A component to render Header of the Modal
3357
- *
3358
- * @public
3359
- */
3360
- export declare const ModalHeader: ModalHeaderComponent;
3361
-
3362
- /**
3363
- * @public
3364
- */
3365
- export declare type ModalHeaderComponent = FunctionComponent<ModalHeaderComponentProps>;
3366
-
3367
- /**
3368
- * @public
3369
- */
3370
- export declare interface ModalHeaderComponentProps {
3371
- /**
3372
- * React node that is rendered as a title of the Modal component, includes expand and close buttons by default.
3373
- */
3374
- title?: ReactNode;
3375
- }
3376
-
3377
- /**
3378
- * @public
3379
- */
3380
- export declare type ModalHook<TResultData = unknown> = (args: ModalHookArguments) => ModalHookResult<TResultData>;
3381
-
3382
- /**
3383
- * @public
3384
- */
3385
- export declare interface ModalHookArguments<TResultData = unknown> {
3386
- content: ComponentType<ModalContentProps<TResultData>>;
3387
- height?: number;
3388
- isMaximizable?: boolean;
3389
- minHeight?: number;
3390
- minWidth?: number;
3391
- width?: number;
3392
- modalType?: ModalType;
3393
- }
3394
-
3395
- /**
3396
- * @public
3397
- */
3398
- export declare interface ModalHookResult<TResultData> {
3399
- open: () => Promise<ModalResult<TResultData>>;
3400
- }
3401
-
3402
- /**
3403
- * @public
3404
- */
3405
- export declare interface ModalResult<TResultData> {
3406
- status: ModalStatus;
3407
- result: TResultData | undefined;
3408
- }
3409
-
3410
- /**
3411
- * @public
3412
- */
3413
- export declare type ModalStatus = ValuesOfArray<typeof modalStatuses>;
3414
-
3415
- /**
3416
- * @public
3417
- */
3418
- export declare const modalStatus: {
3419
- ok: "ok";
3420
- cancel: "cancel";
3421
- };
3422
-
3423
- /**
3424
- * @public
3425
- */
3426
- export declare const modalStatuses: readonly ["ok", "cancel"];
3427
-
3428
- /**
3429
- * @public
3430
- */
3431
- export declare type ModalType = ValuesOfArray<typeof modalTypes>;
3432
-
3433
- /**
3434
- * @public
3435
- */
3436
- export declare const modalType: {
3437
- default: "default";
3438
- danger: "danger";
3439
- };
3440
-
3441
- /**
3442
- * @public
3443
- */
3444
- export declare const modalTypes: readonly ["default", "danger"];
3445
-
3446
3062
  /**
3447
3063
  * @public
3448
3064
  */
@@ -3587,7 +3203,7 @@ export declare interface MutationResult<TData = unknown, TError = unknown, TVari
3587
3203
  /**
3588
3204
  * Is `true` when status is `loading`.
3589
3205
  */
3590
- isPending: boolean;
3206
+ isLoading: boolean;
3591
3207
  /**
3592
3208
  * Is `true` when status is `success`.
3593
3209
  */
@@ -3625,7 +3241,7 @@ export declare interface MutationResult<TData = unknown, TError = unknown, TVari
3625
3241
  *
3626
3242
  * @public
3627
3243
  */
3628
- export declare type MutationStatus = 'idle' | 'pending' | 'success' | 'error';
3244
+ export declare type MutationStatus = 'idle' | 'loading' | 'success' | 'error';
3629
3245
 
3630
3246
  /**
3631
3247
  * @public
@@ -3730,13 +3346,12 @@ export declare const navigationItemId: {
3730
3346
  activitiesExplorer: "activitiesExplorer";
3731
3347
  contentExplorer: "contentExplorer";
3732
3348
  publishingQueueExplorer: "publishingQueueExplorer";
3733
- translationsExplorer: "translationsExplorer";
3734
3349
  };
3735
3350
 
3736
3351
  /**
3737
3352
  * @public
3738
3353
  */
3739
- export declare const navigationItemIds: readonly ["activitiesExplorer", "contentExplorer", "publishingQueueExplorer", "translationsExplorer"];
3354
+ export declare const navigationItemIds: readonly ["activitiesExplorer", "contentExplorer", "publishingQueueExplorer"];
3740
3355
 
3741
3356
  /**
3742
3357
  * @public
@@ -3748,11 +3363,6 @@ export declare interface NavigationItemRenderLabel {
3748
3363
  readonly label: string;
3749
3364
  }
3750
3365
 
3751
- /**
3752
- * @public
3753
- */
3754
- export declare type NonFunctionGuard<T> = T extends Function ? never : T;
3755
-
3756
3366
  /**
3757
3367
  * @public
3758
3368
  */
@@ -4082,43 +3692,12 @@ declare const palette: {
4082
3692
  magenta50: string;
4083
3693
  magenta100: string;
4084
3694
  magenta120: string;
4085
- yellow10: string;
4086
3695
  yellow50: string;
4087
3696
  yellow100: string;
4088
3697
  yellow120: string;
4089
3698
  yellow140: string;
4090
3699
  };
4091
3700
 
4092
- /**
4093
- * @public
4094
- */
4095
- export declare type PromoteItemMutationHook = (options?: MutationOptions<RepositoryLocalObject | void, ApiError, PromoteItemRequest>) => MutationResult<RepositoryLocalObject | void, ApiError, PromoteItemRequest>;
4096
-
4097
- /**
4098
- * @public
4099
- */
4100
- export declare interface PromoteItemRequest {
4101
- item: RepositoryLocalObject;
4102
- destinationPublicationId: ItemUri;
4103
- failureLevel: 'warning' | 'error';
4104
- includeDependencies?: boolean;
4105
- }
4106
-
4107
- /**
4108
- * @public
4109
- */
4110
- export declare type PromoteItemsMutationHook = (options?: BatchMutationOptions<PromoteItemsRequest>) => MutationResult<Batch, ApiError, PromoteItemsRequest>;
4111
-
4112
- /**
4113
- * @public
4114
- */
4115
- export declare interface PromoteItemsRequest {
4116
- items: ReadonlyArray<RepositoryLocalObject>;
4117
- destinationPublicationId: ItemUri;
4118
- failureLevel: 'warning' | 'error';
4119
- includeDependencies?: boolean;
4120
- }
4121
-
4122
3701
  /**
4123
3702
  * @public
4124
3703
  */
@@ -4191,10 +3770,6 @@ export declare interface PublicationBlueprintHierarchyQueryProps {
4191
3770
  * Identifies the item for which Blueprint hierarchy is being retrieved.
4192
3771
  */
4193
3772
  publicationId: ItemUri;
4194
- /**
4195
- * Option to control how much data is returned per item.
4196
- */
4197
- detailsLevel?: ListDetailsLevel;
4198
3773
  }
4199
3774
 
4200
3775
  /**
@@ -4250,9 +3825,9 @@ export declare type PublishingQueueExplorerActionId = ValuesOfArray<typeof publi
4250
3825
  * @public
4251
3826
  */
4252
3827
  export declare const publishingQueueExplorerActionId: {
4253
- delete: "delete";
4254
3828
  export: "export";
4255
3829
  refresh: "refresh";
3830
+ delete: "delete";
4256
3831
  redo: "redo";
4257
3832
  };
4258
3833
 
@@ -4415,18 +3990,18 @@ export declare const publishingQueueExplorerPanelIds: readonly ["information", "
4415
3990
  /**
4416
3991
  * @public
4417
3992
  */
4418
- export declare type PublishingQueueExplorerTableColumnExtension = TableColumnExtension<PublishTransaction<PublishTransactionListInfo>>;
3993
+ export declare type PublishingQueueExplorerTableColumnExtension = TableColumnExtension<PublishTransaction>;
4419
3994
 
4420
3995
  /**
4421
3996
  * @public
4422
3997
  */
4423
- export declare interface PublishingQueueExplorerTableColumnExtensionComponentProps extends TableColumnExtensionComponentProps<PublishTransaction<PublishTransactionListInfo>> {
3998
+ export declare interface PublishingQueueExplorerTableColumnExtensionComponentProps extends TableColumnExtensionComponentProps<PublishTransaction> {
4424
3999
  }
4425
4000
 
4426
4001
  /**
4427
4002
  * @public
4428
4003
  */
4429
- export declare interface PublishingQueueExplorerTableColumnExtensionConfiguration extends TableColumnExtensionConfiguration<PublishTransaction<PublishTransactionListInfo>> {
4004
+ export declare interface PublishingQueueExplorerTableColumnExtensionConfiguration extends TableColumnExtensionConfiguration<PublishTransaction> {
4430
4005
  }
4431
4006
 
4432
4007
  /**
@@ -4497,7 +4072,7 @@ export declare interface PublishingQueueExplorerTableHookResult {
4497
4072
  */
4498
4073
  export declare interface PublishingQueueExplorerTableSelection {
4499
4074
  ids: ReadonlySet<ItemUri>;
4500
- selectedItems: ReadonlyArray<PublishTransaction<PublishTransactionListInfo>>;
4075
+ selectedItems: ReadonlyArray<PublishTransaction>;
4501
4076
  }
4502
4077
 
4503
4078
  /**
@@ -4564,7 +4139,7 @@ export declare interface PublishItemsRequest {
4564
4139
  /**
4565
4140
  * @public
4566
4141
  */
4567
- export declare type PublishTransactionsQueryHook = <TListInfo extends ListInfoDictionary>(props: PublishTransactionsQueryProps | undefined, options?: QueryOptions<ReadonlyArray<PublishTransaction<TListInfo>> | undefined, ApiError>) => QueryResult<ReadonlyArray<PublishTransaction<TListInfo>> | undefined, ApiError>;
4142
+ export declare type PublishTransactionsQueryHook = (props: PublishTransactionsQueryProps | undefined, options?: QueryOptions<ReadonlyArray<PublishTransaction> | undefined, ApiError>) => QueryResult<ReadonlyArray<PublishTransaction> | undefined, ApiError>;
4568
4143
 
4569
4144
  /**
4570
4145
  * @public
@@ -4663,10 +4238,27 @@ export declare interface QueryOptions<TQueryFnData = unknown, TError = unknown,
4663
4238
  * Defaults to `true`.
4664
4239
  */
4665
4240
  retryOnMount?: boolean;
4241
+ /**
4242
+ * This callback will fire any time the query successfully fetches new data.
4243
+ */
4244
+ onSuccess?: (data: TData) => void;
4245
+ /**
4246
+ * This callback will fire if the query encounters an error and will be passed the error.
4247
+ */
4248
+ onError?: (err: TError) => void;
4249
+ /**
4250
+ * This callback will fire any time the query is either successfully fetched or errors and be passed either the data or error.
4251
+ */
4252
+ onSettled?: (data: TData | undefined, error: TError | null) => void;
4253
+ /**
4254
+ * Set this to `true` to keep the previous `data` when fetching based on a new query key.
4255
+ * Defaults to `false`.
4256
+ */
4257
+ keepPreviousData?: boolean;
4666
4258
  /**
4667
4259
  * If set, this value will be used as the placeholder data for this particular query observer while the query is still in the `loading` data and no initialData has been provided.
4668
4260
  */
4669
- placeholderData?: NonFunctionGuard<TQueryFnData> | ((previousData: TData | undefined) => NonFunctionGuard<TQueryFnData> | undefined);
4261
+ placeholderData?: TQueryFnData | (() => TQueryFnData | undefined);
4670
4262
  }
4671
4263
 
4672
4264
  /**
@@ -4710,14 +4302,21 @@ export declare interface QueryResult<TData = unknown, TError = unknown> {
4710
4302
  */
4711
4303
  isFetchedAfterMount: boolean;
4712
4304
  isFetching: boolean;
4713
- isPending: boolean;
4714
4305
  isLoading: boolean;
4715
4306
  isLoadingError: boolean;
4307
+ /**
4308
+ * Is true whenever the first fetch for a query is in-flight.
4309
+ */
4310
+ isInitialLoading: boolean;
4716
4311
  isPaused: boolean;
4717
4312
  /**
4718
4313
  * Will be `true` if the data shown is the placeholder data.
4719
4314
  */
4720
4315
  isPlaceholderData: boolean;
4316
+ /**
4317
+ * Will be true when `keepPreviousData` is set and data from the previous query is returned.
4318
+ */
4319
+ isPreviousData: boolean;
4721
4320
  /**
4722
4321
  * Will be `true` if the query failed while fetching for the first time.
4723
4322
  */
@@ -4751,7 +4350,7 @@ export declare interface QueryResult<TData = unknown, TError = unknown> {
4751
4350
  /**
4752
4351
  * @public
4753
4352
  */
4754
- export declare type QueryStatus = 'pending' | 'error' | 'success';
4353
+ export declare type QueryStatus = 'loading' | 'error' | 'success';
4755
4354
 
4756
4355
  declare interface ReadonlyHierarchy<TData> {
4757
4356
  root: ReadonlyHierarchyNode<TData> | undefined;
@@ -4873,9 +4472,9 @@ export declare interface RevertItemsRequest {
4873
4472
  */
4874
4473
  itemIds: ReadonlyArray<ItemUri>;
4875
4474
  /**
4876
- * Container item of the item to revert.
4475
+ * Container item ID of the items to revert.
4877
4476
  */
4878
- containerItem?: IdentifiableObject;
4477
+ containerId: ItemUri;
4879
4478
  }
4880
4479
 
4881
4480
  /**
@@ -4923,14 +4522,10 @@ export declare interface RichTextFieldHookProps {
4923
4522
  * Indicates whether the field is rendered in read only mode or not
4924
4523
  */
4925
4524
  isReadOnly: boolean;
4926
- /**
4927
- * Indicates whether the field is editable or not
4928
- */
4929
- isDisabled: boolean;
4930
4525
  /**
4931
4526
  * Field definition of the form field
4932
4527
  */
4933
- fieldDefinition: XhtmlFieldDefinition;
4528
+ fieldDefinition: ItemFieldDefinition;
4934
4529
  }
4935
4530
 
4936
4531
  /**
@@ -5269,7 +4864,7 @@ export declare interface StructureGroupEditorHookResult {
5269
4864
  /**
5270
4865
  * Structure Group's metadata schema.
5271
4866
  */
5272
- metadataSchema: Schema | undefined;
4867
+ metadataSchema: Schema;
5273
4868
  /**
5274
4869
  * Boolean that indicates that Structure Group has unsaved changes.
5275
4870
  */
@@ -5641,9 +5236,9 @@ export declare interface UnlocalizeItemsRequest {
5641
5236
  */
5642
5237
  itemIds: ReadonlyArray<ItemUri>;
5643
5238
  /**
5644
- * Container item of the item to unlocalize.
5239
+ * Container item ID of the items to unlocalize.
5645
5240
  */
5646
- containerItem?: IdentifiableObject;
5241
+ containerId: ItemUri;
5647
5242
  }
5648
5243
 
5649
5244
  /**
@@ -5824,11 +5419,6 @@ export declare const useChangeUserLocaleMutation: ChangeUserLocaleMutationHook;
5824
5419
  */
5825
5420
  export declare const useConfirmation: ConfirmationHook;
5826
5421
 
5827
- /**
5828
- * @public
5829
- */
5830
- export declare const useContainerItems: ContainerItemsQueryHook;
5831
-
5832
5422
  /**
5833
5423
  * Hook for accessing Content Explorer data and methods.
5834
5424
  *
@@ -5897,20 +5487,6 @@ export declare const useDeleteItemMutation: DeleteItemMutationHook;
5897
5487
  */
5898
5488
  export declare const useDeleteItemsMutation: DeleteItemsMutationHook;
5899
5489
 
5900
- /**
5901
- * Updates an item by URI.
5902
- *
5903
- * @public
5904
- */
5905
- export declare const useDemoteItemMutation: DemoteItemMutationHook;
5906
-
5907
- /**
5908
- * Updates an item by URI.
5909
- *
5910
- * @public
5911
- */
5912
- export declare const useDemoteItemsMutation: DemoteItemsMutationHook;
5913
-
5914
5490
  /**
5915
5491
  * Provides access to Item Editor data and methods.
5916
5492
  *
@@ -6073,13 +5649,6 @@ export declare const useLocalizeItemMutation: LocalizeItemMutationHook;
6073
5649
  */
6074
5650
  export declare const useLocalizeItemsMutation: LocalizeItemsMutationHook;
6075
5651
 
6076
- /**
6077
- * Opens a Modal based on the provided options.
6078
- *
6079
- * @public
6080
- */
6081
- export declare const useModal: <TResultData>(args: ModalHookArguments) => ModalHookResult<TResultData>;
6082
-
6083
5652
  /**
6084
5653
  * Moves a single item from its current location to the specified destination.
6085
5654
  *
@@ -6377,7 +5946,7 @@ export declare interface UserProfileHookResult {
6377
5946
  /**
6378
5947
  * `UserProfile` instance of the logged-in Tridion user.
6379
5948
  */
6380
- userProfile: UserProfile | undefined;
5949
+ userProfile: UserProfile;
6381
5950
  }
6382
5951
 
6383
5952
  /**