@tridion-sites/extensions 2.0.2 → 3.1.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 (295) hide show
  1. package/CHANGELOG.md +86 -24
  2. package/dist/index.d.ts +7 -5
  3. package/dist/index.js +6 -9
  4. package/package.json +26 -27
  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
@@ -1,39 +0,0 @@
1
- import type { ActivitiesExplorerHook, ActivitiesExplorerTableHook, OptionalActivitiesExplorerHook, OptionalActivitiesExplorerTableHook } from "../../api";
2
- /**
3
- * Provides access to Activities Explorer data and methods.
4
- *
5
- * @remarks
6
- * Should be used only inside Activities Explorer, otherwise throws an error.
7
- *
8
- * @public
9
- */
10
- export declare const useActivitiesExplorer: ActivitiesExplorerHook;
11
- /**
12
- * Provides access to Activities Explorer data and methods, if available.
13
- *
14
- * @remarks
15
- * Safe to be used within or outside of the Activities Explorer.
16
- * `undefined` is returned when used outside of Activities Explorer.
17
- *
18
- * @public
19
- */
20
- export declare const useOptionalActivitiesExplorer: OptionalActivitiesExplorerHook;
21
- /**
22
- * Provides access to Activities Explorer Table data and methods.
23
- *
24
- * @remarks
25
- * Should be used only inside Activities Explorer Table, otherwise throws an error.
26
- *
27
- * @public
28
- */
29
- export declare const useActivitiesExplorerTable: ActivitiesExplorerTableHook;
30
- /**
31
- * Provides access to Activities Explorer Table data and methods, if available.
32
- *
33
- * @remarks
34
- * Safe to be used within or outside of the Activities Explorer Table.
35
- * `undefined` is returned when used outside of Activities Explorer Table.
36
- *
37
- * @public
38
- */
39
- export declare const useOptionalActivitiesExplorerTable: OptionalActivitiesExplorerTableHook;
@@ -1 +0,0 @@
1
- export * from './hooks';
@@ -1,5 +0,0 @@
1
- import type { PropertiesListComponent } from "../../api";
2
- /**
3
- * @public
4
- */
5
- export declare const PropertiesList: PropertiesListComponent;
@@ -1,58 +0,0 @@
1
- import type { ContentExplorerHook, ContentExplorerTableHook, ContentExplorerTreeHook, OptionalContentExplorerHook, OptionalContentExplorerTableHook, OptionalContentExplorerTreeHook } from "../../api";
2
- /**
3
- * Hook for accessing Content Explorer data and methods.
4
- *
5
- * @remarks
6
- * Should be used only inside Content Explorer, otherwise throws an error.
7
- *
8
- * @public
9
- */
10
- export declare const useContentExplorer: ContentExplorerHook;
11
- /**
12
- * Hook for accessing Content Explorer data and methods, if available.
13
- *
14
- * @remarks
15
- * Safe to be used within or outside of the Content Explorer.
16
- * `undefined` is returned when used outside of Content Explorer.
17
- *
18
- * @public
19
- */
20
- export declare const useOptionalContentExplorer: OptionalContentExplorerHook;
21
- /**
22
- * Hook for accessing Content Explorer Table data and methods.
23
- *
24
- * @remarks
25
- * Should be used only inside Content Explorer Table, otherwise throws an error.
26
- *
27
- * @public
28
- */
29
- export declare const useContentExplorerTable: ContentExplorerTableHook;
30
- /**
31
- * Hook for accessing Content Explorer Table data and methods, if available.
32
- *
33
- * @remarks
34
- * Safe to be used within or outside of the Content Explorer Table.
35
- * `undefined` is returned when used outside of Content Explorer Table.
36
- *
37
- * @public
38
- */
39
- export declare const useOptionalContentExplorerTable: OptionalContentExplorerTableHook;
40
- /**
41
- * Hook for accessing Content Explorer Tree data and methods.
42
- *
43
- * @remarks
44
- * Should be used only inside Content Explorer Tree, otherwise throws an error.
45
- *
46
- * @public
47
- */
48
- export declare const useContentExplorerTree: ContentExplorerTreeHook;
49
- /**
50
- * Hook for accessing Content Explorer Tree data and methods, if available.
51
- *
52
- * @remarks
53
- * Safe to be used within or outside of the Content Explorer Tree.
54
- * `undefined` is returned when used outside of Content Explorer Tree.
55
- *
56
- * @public
57
- */
58
- export declare const useOptionalContentExplorerTree: OptionalContentExplorerTreeHook;
@@ -1,3 +0,0 @@
1
- export * from './hooks';
2
- export * from './utils';
3
- export * from './components';
@@ -1,73 +0,0 @@
1
- import type { ContentExplorerItemNode, ContentExplorerNode } from "../../api";
2
- import type { Constructor } from '@tridion/graphene';
3
- import type { IdentifiableObject } from '@tridion-sites/models';
4
- /**
5
- * Checks whether the provided node is an item in the system.
6
- *
7
- * @example
8
- * Folder node returns `true`
9
- * Publication node returns `false`
10
- * Taxonomies node returns `false`
11
- *
12
- * @public
13
- */
14
- export declare const isItemNode: (node: ContentExplorerNode | undefined) => node is ContentExplorerItemNode;
15
- /**
16
- * Checks whether the provided nodeId is the 'Favorites' node ID.
17
- *
18
- * @public
19
- */
20
- export declare const isFavoritesNodeId: (nodeId: string) => boolean;
21
- /**
22
- * Checks whether the provided nodeId is the 'Items in Progress' node ID.
23
- *
24
- * @public
25
- */
26
- export declare const isItemsInProgressNodeId: (nodeId: string) => boolean;
27
- /**
28
- * Checks whether the provided nodeId is the 'Publications' node ID
29
- *
30
- * @public
31
- */
32
- export declare const isPublicationsNodeId: (nodeId: string) => boolean;
33
- /**
34
- * Checks whether the provided nodeId is the 'Root' node ID.
35
- *
36
- * @public
37
- */
38
- export declare const isRootNodeId: (nodeId: string) => boolean;
39
- /**
40
- * Checks if an item in a node, given as the first parameter,
41
- * is an instance of a constructor, provided as the second parameter.
42
- *
43
- * @param node - The node to check.
44
- * @param ctor - The constructor to compare against.
45
- * @returns Boolean value indicating whether the item node is an instance of the constructor.
46
- *
47
- * @public
48
- */
49
- export declare const isItemNodeOfType: <TItem extends IdentifiableObject>(node: ContentExplorerNode | undefined, ctor: Constructor<TItem>) => node is ContentExplorerItemNode<TItem>;
50
- /**
51
- * Checks whether the provided node is the 'Items in Progress' node.
52
- *
53
- * @public
54
- */
55
- export declare const isItemsInProgressNode: (node: ContentExplorerNode) => boolean;
56
- /**
57
- * Checks whether the provided node is the 'Publications' node.
58
- *
59
- * @public
60
- */
61
- export declare const isPublicationsNode: (node: ContentExplorerNode) => boolean;
62
- /**
63
- * Checks whether the provided node is the 'Root' node.
64
- *
65
- * @public
66
- */
67
- export declare const isRootNode: (node: ContentExplorerNode) => boolean;
68
- /**
69
- * Checks whether the provided node is the 'System' node.
70
- *
71
- * @public
72
- */
73
- export declare const isSystemNode: (node: ContentExplorerNode) => boolean;
@@ -1,63 +0,0 @@
1
- import type { EditorHook, OptionalBundleEditorHook, OptionalCategoryEditorHook, OptionalComponentEditorHook, OptionalEditorHook, OptionalFolderEditorHook, OptionalKeywordEditorHook, OptionalPageEditorHook, OptionalStructureGroupEditorHook } from "../../api";
2
- /**
3
- * Provides access to Item Editor data and methods.
4
- *
5
- * @public
6
- */
7
- export declare const useEditor: EditorHook;
8
- /**
9
- * Provides access to Item Editor data and methods, if available.
10
- * `undefined` is returned when used outside of Item Editor.
11
- *
12
- * @public
13
- */
14
- export declare const useOptionalEditor: OptionalEditorHook;
15
- /**
16
- * Provides access to Bundle Editor data and methods, if available.
17
- * `undefined` is returned when used outside of Bundle Editor.
18
- *
19
- * @public
20
- */
21
- export declare const useOptionalBundleEditor: OptionalBundleEditorHook;
22
- /**
23
- * Provides access to Component Editor data and methods, if available.
24
- * `undefined` is returned when used outside of Component Editor.
25
- *
26
- * @public
27
- */
28
- export declare const useOptionalComponentEditor: OptionalComponentEditorHook;
29
- /**
30
- * Provides access to Category Editor data and methods, if available.
31
- * `undefined` is returned when used outside of Category Editor.
32
- *
33
- * @public
34
- */
35
- export declare const useOptionalCategoryEditor: OptionalCategoryEditorHook;
36
- /**
37
- * Provides access to Folder Editor data and methods, if available.
38
- * `undefined` is returned when used outside of Folder Editor.
39
- *
40
- * @public
41
- */
42
- export declare const useOptionalFolderEditor: OptionalFolderEditorHook;
43
- /**
44
- * Provides access to Keyword Editor data and methods, if available.
45
- * `undefined` is returned when used outside of Keyword Editor.
46
- *
47
- * @public
48
- */
49
- export declare const useOptionalKeywordEditor: OptionalKeywordEditorHook;
50
- /**
51
- * Provides access to Page Editor data and methods, if available.
52
- * `undefined` is returned when used outside of Page Editor.
53
- *
54
- * @public
55
- */
56
- export declare const useOptionalPageEditor: OptionalPageEditorHook;
57
- /**
58
- * Provides access to Structure Group Editor data and methods, if available.
59
- * `undefined` is returned when used outside of Structure Group Editor.
60
- *
61
- * @public
62
- */
63
- export declare const useOptionalStructureGroupEditor: OptionalStructureGroupEditorHook;
@@ -1 +0,0 @@
1
- export * from './hooks';
@@ -1,88 +0,0 @@
1
- import type { BlockComponent, ButtonComponent, CenterComponent, FlexComponent, IconComponent, LinkComponent, ModalContentComponent, ModalFooterComponent, ModalHeaderComponent, StackComponent, TextComponent, TextLinkComponent } from "../../api";
2
- /**
3
- * Serves as the base for most components in the system and provides the most commonly used properties
4
- * including the className and cssStyle props for custom styling.
5
- *
6
- * It should rarely be used directly as preference should be given to the more specialized child components.
7
- *
8
- * @public
9
- */
10
- export declare const Block: BlockComponent;
11
- /**
12
- * A component that has standard button functionality.
13
- *
14
- * @public
15
- */
16
- export declare const Button: ButtonComponent;
17
- /**
18
- * This components provides a convenient way to center its child components both
19
- * vertically and horizontally using a flexbox layout.
20
- * (see, for example, https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout).
21
- *
22
- * It is advisable to construct most of the layout using this component as it allows to freely utilize
23
- * "shouldFill" and similar props that rely on the parent being a Flex component.
24
- *
25
- * @public
26
- */
27
- export declare const Center: CenterComponent;
28
- /**
29
- * The primary building block for layout, based on the principles of the flexible box layout module
30
- * (see, for example, https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout).
31
- *
32
- * It is advisable to construct most of the layout using this component as it allows to freely utilize
33
- * "shouldFill" and similar props that rely on the parent being a Flex component.
34
- *
35
- * @public
36
- */
37
- export declare const Flex: FlexComponent;
38
- /**
39
- * A component used for rendering SVG icons.
40
- *
41
- * @public
42
- */
43
- export declare const Icon: IconComponent;
44
- /**
45
- * A component to wrap any custom view with Link for navigation
46
- *
47
- * @public
48
- */
49
- export declare const Link: LinkComponent;
50
- /**
51
- * Allows items to be placed one after another with a user defined separation.
52
- *
53
- * Items can't have size that depends on Stack's size. This means that it is impossible to make item take available space or
54
- * have size in percentage of Stack's size.
55
- *
56
- * @public
57
- */
58
- export declare const Stack: StackComponent;
59
- /**
60
- * Component which renders text with customizable content and styling.
61
- *
62
- * @public
63
- */
64
- export declare const Text: TextComponent;
65
- /**
66
- * A component to render Text Link for navigation
67
- *
68
- * @public
69
- */
70
- export declare const TextLink: TextLinkComponent;
71
- /**
72
- * A component to render Content of a Modal
73
- *
74
- * @public
75
- */
76
- export declare const ModalContent: ModalContentComponent;
77
- /**
78
- * A component to render Header of the Modal
79
- *
80
- * @public
81
- */
82
- export declare const ModalHeader: ModalHeaderComponent;
83
- /**
84
- * A component to render Footer of the Modal
85
- *
86
- * @public
87
- */
88
- export declare const ModalFooter: ModalFooterComponent;
@@ -1,37 +0,0 @@
1
- import type { BorderRadiusGetter, ColorPaletteGetter, OpacityLevelGetter, SpacingGetter, TransitionDurationGetter, ZIndexGetter } from "../../api";
2
- /**
3
- * System-predefined border radiuses.
4
- *
5
- * @public
6
- */
7
- export declare const getBorderRadius: BorderRadiusGetter;
8
- /**
9
- * System-predefined color palette.
10
- *
11
- * @public
12
- */
13
- export declare const getColorPalette: ColorPaletteGetter;
14
- /**
15
- * System-predefined opacity levels.
16
- *
17
- * @public
18
- */
19
- export declare const getOpacityLevel: OpacityLevelGetter;
20
- /**
21
- * System-predefined spacings.
22
- *
23
- * @public
24
- */
25
- export declare const getSpacing: SpacingGetter;
26
- /**
27
- * System-predefined transition duration.
28
- *
29
- * @public
30
- */
31
- export declare const getTransitionDuration: TransitionDurationGetter;
32
- /**
33
- * System-predefined z-index values.
34
- *
35
- * @public
36
- */
37
- export declare const getZIndex: ZIndexGetter;
@@ -1,25 +0,0 @@
1
- import type { ConfirmationHook, ModalHookArguments, ModalHookResult, NotificationsHook, UserProfileHook } from "../../api";
2
- /**
3
- * Provides access to data and methods for managing notifications.
4
- *
5
- * @public
6
- */
7
- export declare const useNotifications: NotificationsHook;
8
- /**
9
- * Provides access to user profile data and methods.
10
- *
11
- * @public
12
- */
13
- export declare const useUserProfile: UserProfileHook;
14
- /**
15
- * Opens a Confirmation Modal based on the provided options.
16
- *
17
- * @public
18
- */
19
- export declare const useConfirmation: ConfirmationHook;
20
- /**
21
- * Opens a Modal based on the provided options.
22
- *
23
- * @public
24
- */
25
- export declare const useModal: <TResultData>(args: ModalHookArguments) => ModalHookResult<TResultData>;
@@ -1,5 +0,0 @@
1
- export * from './components';
2
- export * from './globals';
3
- export * from './hooks';
4
- export * from './mutations';
5
- export * from './queries';
@@ -1,30 +0,0 @@
1
- import type { AddToBundleMutationHook, ChangeUserLanguageMutationHook, ChangeUserLocaleMutationHook, RemoveFromBundleMutationHook, UploadMultimediaMutationHook } from "../../../api";
2
- /**
3
- * Uploads multimedia files and creates multimedia components out of them.
4
- * Uploading is done using a queue, which limits the number of files being uploaded at the same time.
5
- *
6
- * @public
7
- */
8
- export declare const useUploadMultimediaMutation: UploadMultimediaMutationHook;
9
- /**
10
- * @public
11
- */
12
- export declare const useAddToBundleMutation: AddToBundleMutationHook;
13
- /**
14
- * Updates the language selection for a given user.
15
- *
16
- * @public
17
- */
18
- export declare const useChangeUserLanguageMutation: ChangeUserLanguageMutationHook;
19
- /**
20
- * Updates the locale selection for a given user.
21
- *
22
- * @public
23
- */
24
- export declare const useChangeUserLocaleMutation: ChangeUserLocaleMutationHook;
25
- /**
26
- * Removes a list of items from a given bundle.
27
- *
28
- * @public
29
- */
30
- export declare const useRemoveFromBundleMutation: RemoveFromBundleMutationHook;
@@ -1,4 +0,0 @@
1
- export * from './generalMutations';
2
- export * from './itemMutations';
3
- export * from './translationMutations';
4
- export * from './workflowMutations';
@@ -1,137 +0,0 @@
1
- import type { AutoClassifyItemMutationHook, AutoClassifyItemsMutationHook, CopyItemMutationHook, CopyItemsMutationHook, DeleteItemMutationHook, DeleteItemsMutationHook, DemoteItemMutationHook, DemoteItemsMutationHook, FinishEditingItemMutationHook, FinishEditingItemsMutationHook, LocalizeItemMutationHook, LocalizeItemsMutationHook, MoveItemMutationHook, MoveItemsMutationHook, PublishItemsMutationHook, RevertItemMutationHook, RevertItemsMutationHook, RollbackItemMutationHook, UnlocalizeItemMutationHook, UnlocalizeItemsMutationHook, UnpublishItemsMutationHook, UpdateItemMutationHook } from "../../../api";
2
- /**
3
- * Classifies a single item based on its content and metadata.
4
- *
5
- * @public
6
- */
7
- export declare const useAutoClassifyItemMutation: AutoClassifyItemMutationHook;
8
- /**
9
- * Classifies items based on their content and metadata.
10
- *
11
- * @public
12
- */
13
- export declare const useAutoClassifyItemsMutation: AutoClassifyItemsMutationHook;
14
- /**
15
- * Copies a single item to the specified destination.
16
- *
17
- * @public
18
- */
19
- export declare const useCopyItemMutation: CopyItemMutationHook;
20
- /**
21
- * Copies a list of items to the specified destination.
22
- *
23
- * @public
24
- */
25
- export declare const useCopyItemsMutation: CopyItemsMutationHook;
26
- /**
27
- * Deletes a single item from the system.
28
- *
29
- * @public
30
- */
31
- export declare const useDeleteItemMutation: DeleteItemMutationHook;
32
- /**
33
- * Deletes a list of items from the system.
34
- *
35
- * @public
36
- */
37
- export declare const useDeleteItemsMutation: DeleteItemsMutationHook;
38
- /**
39
- * Finishes editing of a checked out versioned item.
40
- * Saves changes made in minor version updates and increments the major version of the item.
41
- *
42
- * @public
43
- */
44
- export declare const useFinishEditingItemMutation: FinishEditingItemMutationHook;
45
- /**
46
- * Finishes editing for checked out versioned items.
47
- * Saves changes made in minor version updates and increments the major version of each item.
48
- *
49
- * @public
50
- */
51
- export declare const useFinishEditingItemsMutation: FinishEditingItemsMutationHook;
52
- /**
53
- * Localizes a shared item by creating a local copy that can then be modified locally.
54
- *
55
- * @public
56
- */
57
- export declare const useLocalizeItemMutation: LocalizeItemMutationHook;
58
- /**
59
- * Localizes a list of shared items by creating their local copies that can then be modified locally.
60
- *
61
- * @public
62
- */
63
- export declare const useLocalizeItemsMutation: LocalizeItemsMutationHook;
64
- /**
65
- * Moves a single item from its current location to the specified destination.
66
- *
67
- * @public
68
- */
69
- export declare const useMoveItemMutation: MoveItemMutationHook;
70
- /**
71
- * Moves a list of items from their current location to the specified destination.
72
- *
73
- * @public
74
- */
75
- export declare const useMoveItemsMutation: MoveItemsMutationHook;
76
- /**
77
- * Publishes a list of items with provided instructions.
78
- *
79
- * @public
80
- */
81
- export declare const usePublishItemsMutation: PublishItemsMutationHook;
82
- /**
83
- * Reverts the item to the last major version.
84
- * If the item does not have a major version, it is deleted.
85
- *
86
- * @public
87
- */
88
- export declare const useRevertItemMutation: RevertItemMutationHook;
89
- /**
90
- * Reverts a list of items item to their last major version.
91
- * If any of the items do not have a major version, they are deleted.
92
- *
93
- * @public
94
- */
95
- export declare const useRevertItemsMutation: RevertItemsMutationHook;
96
- /**
97
- * Rolls back all changes that have been made to an item since a specified version.
98
- *
99
- * @public
100
- */
101
- export declare const useRollbackItemMutation: RollbackItemMutationHook;
102
- /**
103
- * Unlocalizes a single item which removes its local copy from a publication.
104
- *
105
- * @public
106
- */
107
- export declare const useUnlocalizeItemMutation: UnlocalizeItemMutationHook;
108
- /**
109
- * Unlocalizes a list of items which removes their local copies from a publication.
110
- *
111
- * @public
112
- */
113
- export declare const useUnlocalizeItemsMutation: UnlocalizeItemsMutationHook;
114
- /**
115
- * Unpublishes a list of items with provided instructions.
116
- *
117
- * @public
118
- */
119
- export declare const useUnpublishItemsMutation: UnpublishItemsMutationHook;
120
- /**
121
- * Updates an item by URI.
122
- *
123
- * @public
124
- */
125
- export declare const useUpdateItemMutation: UpdateItemMutationHook;
126
- /**
127
- * Updates an item by URI.
128
- *
129
- * @public
130
- */
131
- export declare const useDemoteItemMutation: DemoteItemMutationHook;
132
- /**
133
- * Updates an item by URI.
134
- *
135
- * @public
136
- */
137
- export declare const useDemoteItemsMutation: DemoteItemsMutationHook;
@@ -1,5 +0,0 @@
1
- import type { CreateTranslationJobMutationHook } from "../../../api";
2
- /**
3
- * @public
4
- */
5
- export declare const useCreateTranslationJobMutation: CreateTranslationJobMutationHook;
@@ -1,47 +0,0 @@
1
- import type { AssignActivitiesMutationHook, AssignActivityMutationHook, FinishActivitiesMutationHook, FinishActivityMutationHook, RestartActivitiesMutationHook, RestartActivityMutationHook, StartActivitiesMutationHook, StartActivityMutationHook, StartWorkflowMutationHook } from "../../../api";
2
- /**
3
- * Assigns a list of activities to a new User or Group.
4
- *
5
- * @public
6
- */
7
- export declare const useAssignActivitiesMutation: AssignActivitiesMutationHook;
8
- /**
9
- * Assigns a single activity to a new User or Group.
10
- *
11
- * @public
12
- */
13
- export declare const useAssignActivityMutation: AssignActivityMutationHook;
14
- /**
15
- * @public
16
- */
17
- export declare const useFinishActivityMutation: FinishActivityMutationHook;
18
- /**
19
- * @public
20
- */
21
- export declare const useFinishActivitiesMutation: FinishActivitiesMutationHook;
22
- /**
23
- * Restarts failed activities.
24
- *
25
- * @public
26
- */
27
- export declare const useRestartActivitiesMutation: RestartActivitiesMutationHook;
28
- /**
29
- * Restarts an activity which is failed.
30
- *
31
- * @public
32
- */
33
- export declare const useRestartActivityMutation: RestartActivityMutationHook;
34
- /**
35
- * @public
36
- */
37
- export declare const useStartActivitiesMutation: StartActivitiesMutationHook;
38
- /**
39
- * @public
40
- */
41
- export declare const useStartActivityMutation: StartActivityMutationHook;
42
- /**
43
- * Starts a new workflow and associates the bundle and all items inside it with that workflow instance.
44
- *
45
- * @public
46
- */
47
- export declare const useStartWorkflowMutation: StartWorkflowMutationHook;
@@ -1,7 +0,0 @@
1
- import type { UserProfileQueryHook } from "../../../api";
2
- /**
3
- * Retrieves user profile data of the currently logged-in user.
4
- *
5
- * @public
6
- */
7
- export declare const useUserProfileQuery: UserProfileQueryHook;
@@ -1,7 +0,0 @@
1
- export * from './generalQueries';
2
- export * from './itemQueries';
3
- export * from './listsQueries';
4
- export * from './publishingQueries';
5
- export * from './searchQueries';
6
- export * from './translationQueries';
7
- export * from './workflowQueries';