@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.
- package/CHANGELOG.md +86 -24
- package/dist/index.d.ts +7 -5
- package/dist/index.js +6 -9
- package/package.json +26 -27
- package/dist/dts/api/activitiesExplorer/hooks/index.d.ts +0 -2
- package/dist/dts/api/activitiesExplorer/hooks/useActivitiesExplorer.d.ts +0 -63
- package/dist/dts/api/activitiesExplorer/hooks/useActivitiesExplorerTable.d.ts +0 -41
- package/dist/dts/api/activitiesExplorer/index.d.ts +0 -1
- package/dist/dts/api/contentExplorer/components/index.d.ts +0 -2
- package/dist/dts/api/contentExplorer/components/propertiesGrid.d.ts +0 -29
- package/dist/dts/api/contentExplorer/components/propertiesList.d.ts +0 -21
- package/dist/dts/api/contentExplorer/hierarchy.d.ts +0 -102
- package/dist/dts/api/contentExplorer/hooks/index.d.ts +0 -3
- package/dist/dts/api/contentExplorer/hooks/useContentExplorer.d.ts +0 -123
- package/dist/dts/api/contentExplorer/hooks/useContentExplorerTable.d.ts +0 -39
- package/dist/dts/api/contentExplorer/hooks/useContentExplorerTree.d.ts +0 -27
- package/dist/dts/api/contentExplorer/index.d.ts +0 -4
- package/dist/dts/api/contentExplorer/utils/hierarchyUtils.d.ts +0 -80
- package/dist/dts/api/contentExplorer/utils/index.d.ts +0 -1
- package/dist/dts/api/editors/bundle/hooks/index.d.ts +0 -1
- package/dist/dts/api/editors/bundle/hooks/useBundleEditor.d.ts +0 -32
- package/dist/dts/api/editors/category/hooks/index.d.ts +0 -1
- package/dist/dts/api/editors/category/hooks/useCategoryEditor.d.ts +0 -28
- package/dist/dts/api/editors/component/hooks/index.d.ts +0 -1
- package/dist/dts/api/editors/component/hooks/useComponentEditor.d.ts +0 -32
- package/dist/dts/api/editors/folder/hooks/index.d.ts +0 -1
- package/dist/dts/api/editors/folder/hooks/useFolderEditor.d.ts +0 -32
- package/dist/dts/api/editors/hooks/index.d.ts +0 -1
- package/dist/dts/api/editors/hooks/useEditor.d.ts +0 -40
- package/dist/dts/api/editors/index.d.ts +0 -8
- package/dist/dts/api/editors/keyword/hooks/index.d.ts +0 -1
- package/dist/dts/api/editors/keyword/hooks/useKeywordEditor.d.ts +0 -32
- package/dist/dts/api/editors/page/hooks/index.d.ts +0 -1
- package/dist/dts/api/editors/page/hooks/usePageEditor.d.ts +0 -40
- package/dist/dts/api/editors/structureGroup/hooks/index.d.ts +0 -1
- package/dist/dts/api/editors/structureGroup/hooks/useStructureGroupEditor.d.ts +0 -32
- package/dist/dts/api/general/components/button.d.ts +0 -33
- package/dist/dts/api/general/components/icon.d.ts +0 -19
- package/dist/dts/api/general/components/index.d.ts +0 -7
- package/dist/dts/api/general/components/layout/block.d.ts +0 -55
- package/dist/dts/api/general/components/layout/center.d.ts +0 -12
- package/dist/dts/api/general/components/layout/flex.d.ts +0 -50
- package/dist/dts/api/general/components/layout/index.d.ts +0 -4
- package/dist/dts/api/general/components/layout/stack.d.ts +0 -39
- package/dist/dts/api/general/components/link.d.ts +0 -29
- package/dist/dts/api/general/components/modal.d.ts +0 -61
- package/dist/dts/api/general/components/text.d.ts +0 -82
- package/dist/dts/api/general/components/textLink.d.ts +0 -16
- package/dist/dts/api/general/globals/borderRadius.d.ts +0 -15
- package/dist/dts/api/general/globals/color.d.ts +0 -41
- package/dist/dts/api/general/globals/index.d.ts +0 -6
- package/dist/dts/api/general/globals/opacity.d.ts +0 -16
- package/dist/dts/api/general/globals/spacing.d.ts +0 -19
- package/dist/dts/api/general/globals/transitionDuration.d.ts +0 -14
- package/dist/dts/api/general/globals/zIndex.d.ts +0 -18
- package/dist/dts/api/general/hooks/index.d.ts +0 -4
- package/dist/dts/api/general/hooks/useConfirmation.d.ts +0 -40
- package/dist/dts/api/general/hooks/useModal.d.ts +0 -68
- package/dist/dts/api/general/hooks/useNotifications.d.ts +0 -46
- package/dist/dts/api/general/hooks/useUserProfile.d.ts +0 -14
- package/dist/dts/api/general/index.d.ts +0 -6
- package/dist/dts/api/general/mixins/accessibility.d.ts +0 -50
- package/dist/dts/api/general/mixins/backgroundColor.d.ts +0 -10
- package/dist/dts/api/general/mixins/clickable.d.ts +0 -7
- package/dist/dts/api/general/mixins/color.d.ts +0 -10
- package/dist/dts/api/general/mixins/customIcon.d.ts +0 -10
- package/dist/dts/api/general/mixins/focusBehavior.d.ts +0 -13
- package/dist/dts/api/general/mixins/index.d.ts +0 -10
- package/dist/dts/api/general/mixins/opacity.d.ts +0 -11
- package/dist/dts/api/general/mixins/sizing.d.ts +0 -35
- package/dist/dts/api/general/mixins/spacing.d.ts +0 -16
- package/dist/dts/api/general/mixins/tooltip.d.ts +0 -9
- package/dist/dts/api/general/mutations/batchMutationOptions.d.ts +0 -6
- package/dist/dts/api/general/mutations/index.d.ts +0 -10
- package/dist/dts/api/general/mutations/item/index.d.ts +0 -24
- package/dist/dts/api/general/mutations/item/useAutoClassifyItemMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useAutoClassifyItemsMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useCopyItemMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useCopyItemsMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useDeleteItemMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useDeleteItemsMutation.d.ts +0 -22
- package/dist/dts/api/general/mutations/item/useDemoteItemMutation.d.ts +0 -15
- package/dist/dts/api/general/mutations/item/useDemoteItemsMutation.d.ts +0 -15
- package/dist/dts/api/general/mutations/item/useFinishEditingItemMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useFinishEditingItemsMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useLocalizeItemMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useLocalizeItemsMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useMoveItemMutation.d.ts +0 -24
- package/dist/dts/api/general/mutations/item/useMoveItemsMutation.d.ts +0 -24
- package/dist/dts/api/general/mutations/item/usePromoteItemMutation.d.ts +0 -16
- package/dist/dts/api/general/mutations/item/usePromoteItemsMutation.d.ts +0 -16
- package/dist/dts/api/general/mutations/item/usePublishItemsMutation.d.ts +0 -62
- package/dist/dts/api/general/mutations/item/useRevertItemMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useRevertItemsMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useRollbackItemMutation.d.ts +0 -29
- package/dist/dts/api/general/mutations/item/useUnlocalizeItemMutation.d.ts +0 -21
- package/dist/dts/api/general/mutations/item/useUnlocalizeItemsMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useUnpublishItemsMutation.d.ts +0 -46
- package/dist/dts/api/general/mutations/item/useUpdateItemMutation.d.ts +0 -16
- package/dist/dts/api/general/mutations/mutationOptions.d.ts +0 -38
- package/dist/dts/api/general/mutations/mutationResult.d.ts +0 -73
- package/dist/dts/api/general/mutations/translation/index.d.ts +0 -1
- package/dist/dts/api/general/mutations/translation/useCreateTranslationJobMutation.d.ts +0 -16
- package/dist/dts/api/general/mutations/useAddToBundleMutation.d.ts +0 -31
- package/dist/dts/api/general/mutations/useChangeUserLanguageMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/useChangeUserLocaleMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/useRemoveFromBundleMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/useUploadMultimediaMutation.d.ts +0 -52
- package/dist/dts/api/general/mutations/workflow/index.d.ts +0 -9
- package/dist/dts/api/general/mutations/workflow/useAssignActivitiesMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/workflow/useAssignActivityMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/workflow/useFinishActivitiesMutation.d.ts +0 -39
- package/dist/dts/api/general/mutations/workflow/useFinishActivityMutation.d.ts +0 -24
- package/dist/dts/api/general/mutations/workflow/useRestartActivitiesMutation.d.ts +0 -16
- package/dist/dts/api/general/mutations/workflow/useRestartActivityMutation.d.ts +0 -16
- package/dist/dts/api/general/mutations/workflow/useStartActivitiesMutation.d.ts +0 -16
- package/dist/dts/api/general/mutations/workflow/useStartActivityMutation.d.ts +0 -16
- package/dist/dts/api/general/mutations/workflow/useStartWorkflowMutation.d.ts +0 -16
- package/dist/dts/api/general/queries/index.d.ts +0 -10
- package/dist/dts/api/general/queries/item/index.d.ts +0 -14
- package/dist/dts/api/general/queries/item/useItemBlueprintHierarchyQuery.d.ts +0 -20
- package/dist/dts/api/general/queries/item/useItemChildrenQuery.d.ts +0 -20
- package/dist/dts/api/general/queries/item/useItemClassifiedItemsQuery.d.ts +0 -33
- package/dist/dts/api/general/queries/item/useItemDefaultDataQuery.d.ts +0 -26
- package/dist/dts/api/general/queries/item/useItemHistoryQuery.d.ts +0 -16
- package/dist/dts/api/general/queries/item/useItemPublishUrlsQuery.d.ts +0 -16
- package/dist/dts/api/general/queries/item/useItemPublishedPagesQuery.d.ts +0 -16
- package/dist/dts/api/general/queries/item/useItemPublishedToQuery.d.ts +0 -16
- package/dist/dts/api/general/queries/item/useItemQuery.d.ts +0 -20
- package/dist/dts/api/general/queries/item/useItemTranslationInfoQuery.d.ts +0 -16
- package/dist/dts/api/general/queries/item/useItemUsedByQuery.d.ts +0 -25
- package/dist/dts/api/general/queries/item/useItemUsesQuery.d.ts +0 -21
- package/dist/dts/api/general/queries/item/useItemsQuery.d.ts +0 -28
- package/dist/dts/api/general/queries/item/usePublicationBlueprintHierarchyQuery.d.ts +0 -20
- package/dist/dts/api/general/queries/lists/index.d.ts +0 -6
- package/dist/dts/api/general/queries/lists/useContainerItems.d.ts +0 -32
- package/dist/dts/api/general/queries/lists/useFavoritesQuery.d.ts +0 -7
- package/dist/dts/api/general/queries/lists/useItemsInProgressQuery.d.ts +0 -25
- package/dist/dts/api/general/queries/lists/usePublicationsQuery.d.ts +0 -7
- package/dist/dts/api/general/queries/lists/useUserGroupsQuery.d.ts +0 -33
- package/dist/dts/api/general/queries/lists/useUsersQuery.d.ts +0 -38
- package/dist/dts/api/general/queries/loadingState.d.ts +0 -10
- package/dist/dts/api/general/queries/publishing/index.d.ts +0 -5
- package/dist/dts/api/general/queries/publishing/useItemsToPublishQuery.d.ts +0 -8
- package/dist/dts/api/general/queries/publishing/useItemsToUnpublishQuery.d.ts +0 -8
- package/dist/dts/api/general/queries/publishing/usePublishTransactionsQuery.d.ts +0 -40
- package/dist/dts/api/general/queries/publishing/usePublishableTargetTypesQuery.d.ts +0 -16
- package/dist/dts/api/general/queries/publishing/useTargetTypesQuery.d.ts +0 -7
- package/dist/dts/api/general/queries/queryOptions.d.ts +0 -67
- package/dist/dts/api/general/queries/queryResult.d.ts +0 -93
- package/dist/dts/api/general/queries/search/index.d.ts +0 -2
- package/dist/dts/api/general/queries/search/useSearchInContainerQuery.d.ts +0 -27
- package/dist/dts/api/general/queries/search/useSystemSearchQuery.d.ts +0 -26
- package/dist/dts/api/general/queries/translation/index.d.ts +0 -1
- package/dist/dts/api/general/queries/translation/useDefaultTranslationJobQuery.d.ts +0 -17
- package/dist/dts/api/general/queries/useUserProfileQuery.d.ts +0 -7
- package/dist/dts/api/general/queries/workflow/index.d.ts +0 -1
- package/dist/dts/api/general/queries/workflow/useActivityInstancesQuery.d.ts +0 -37
- package/dist/dts/api/index.d.ts +0 -5
- package/dist/dts/api/publishingQueueExplorer/hooks/index.d.ts +0 -2
- package/dist/dts/api/publishingQueueExplorer/hooks/usePublishingQueueExplorer.d.ts +0 -62
- package/dist/dts/api/publishingQueueExplorer/hooks/usePublishingQueueExplorerTable.d.ts +0 -41
- package/dist/dts/api/publishingQueueExplorer/index.d.ts +0 -1
- package/dist/dts/apiBridge/activitiesExplorerApiStorage.d.ts +0 -16
- package/dist/dts/apiBridge/contentExplorerApiStorage.d.ts +0 -32
- package/dist/dts/apiBridge/editors/bundleEditorApiStorage.d.ts +0 -13
- package/dist/dts/apiBridge/editors/categoryEditorApiStorage.d.ts +0 -13
- package/dist/dts/apiBridge/editors/componentEditorApiStorage.d.ts +0 -13
- package/dist/dts/apiBridge/editors/editorsApiStorage.d.ts +0 -28
- package/dist/dts/apiBridge/editors/folderEditorApiStorage.d.ts +0 -13
- package/dist/dts/apiBridge/editors/index.d.ts +0 -8
- package/dist/dts/apiBridge/editors/keywordEditorApiStorage.d.ts +0 -13
- package/dist/dts/apiBridge/editors/pageEditorApiStorage.d.ts +0 -13
- package/dist/dts/apiBridge/editors/structureGroupEditorApiStorage.d.ts +0 -13
- package/dist/dts/apiBridge/extensionApiBridge.d.ts +0 -22
- package/dist/dts/apiBridge/generalApiStorage.d.ts +0 -144
- package/dist/dts/apiBridge/index.d.ts +0 -6
- package/dist/dts/apiBridge/publishingQueueExplorerApiStorage.d.ts +0 -16
- package/dist/dts/apiWrappers/activitiesExplorer/hooks.d.ts +0 -39
- package/dist/dts/apiWrappers/activitiesExplorer/index.d.ts +0 -1
- package/dist/dts/apiWrappers/contentExplorer/components.d.ts +0 -5
- package/dist/dts/apiWrappers/contentExplorer/hooks.d.ts +0 -58
- package/dist/dts/apiWrappers/contentExplorer/index.d.ts +0 -3
- package/dist/dts/apiWrappers/contentExplorer/utils.d.ts +0 -73
- package/dist/dts/apiWrappers/editors/hooks.d.ts +0 -63
- package/dist/dts/apiWrappers/editors/index.d.ts +0 -1
- package/dist/dts/apiWrappers/general/components.d.ts +0 -88
- package/dist/dts/apiWrappers/general/globals.d.ts +0 -37
- package/dist/dts/apiWrappers/general/hooks.d.ts +0 -25
- package/dist/dts/apiWrappers/general/index.d.ts +0 -5
- package/dist/dts/apiWrappers/general/mutations/generalMutations.d.ts +0 -30
- package/dist/dts/apiWrappers/general/mutations/index.d.ts +0 -4
- package/dist/dts/apiWrappers/general/mutations/itemMutations.d.ts +0 -137
- package/dist/dts/apiWrappers/general/mutations/translationMutations.d.ts +0 -5
- package/dist/dts/apiWrappers/general/mutations/workflowMutations.d.ts +0 -47
- package/dist/dts/apiWrappers/general/queries/generalQueries.d.ts +0 -7
- package/dist/dts/apiWrappers/general/queries/index.d.ts +0 -7
- package/dist/dts/apiWrappers/general/queries/itemQueries.d.ts +0 -85
- package/dist/dts/apiWrappers/general/queries/listsQueries.d.ts +0 -25
- package/dist/dts/apiWrappers/general/queries/publishingQueries.d.ts +0 -19
- package/dist/dts/apiWrappers/general/queries/searchQueries.d.ts +0 -13
- package/dist/dts/apiWrappers/general/queries/translationQueries.d.ts +0 -5
- package/dist/dts/apiWrappers/general/queries/workflowQueries.d.ts +0 -5
- package/dist/dts/apiWrappers/index.d.ts +0 -5
- package/dist/dts/apiWrappers/publishingQueueExplorer/hooks.d.ts +0 -39
- package/dist/dts/apiWrappers/publishingQueueExplorer/index.d.ts +0 -1
- package/dist/dts/extensionPoints/actionsConfiguration/actionExtension.d.ts +0 -43
- package/dist/dts/extensionPoints/actionsConfiguration/actionGroup.d.ts +0 -20
- package/dist/dts/extensionPoints/actionsConfiguration/actionsConfigurationExtension.d.ts +0 -10
- package/dist/dts/extensionPoints/actionsConfiguration/actionsConfigurationExtensionsBuilder.d.ts +0 -70
- package/dist/dts/extensionPoints/actionsConfiguration/index.d.ts +0 -4
- package/dist/dts/extensionPoints/activitiesExplorer/activitiesExplorerActions.d.ts +0 -40
- package/dist/dts/extensionPoints/activitiesExplorer/activitiesExplorerExtensions.d.ts +0 -11
- package/dist/dts/extensionPoints/activitiesExplorer/activitiesExplorerExtensionsBuilder.d.ts +0 -25
- package/dist/dts/extensionPoints/activitiesExplorer/index.d.ts +0 -5
- package/dist/dts/extensionPoints/activitiesExplorer/insightsPanels/activitiesExplorerInsightsPanelsExtension.d.ts +0 -18
- package/dist/dts/extensionPoints/activitiesExplorer/insightsPanels/activitiesExplorerInsightsPanelsExtensions.d.ts +0 -9
- package/dist/dts/extensionPoints/activitiesExplorer/insightsPanels/activitiesExplorerInsightsPanelsExtensionsBuilder.d.ts +0 -24
- package/dist/dts/extensionPoints/activitiesExplorer/insightsPanels/index.d.ts +0 -3
- package/dist/dts/extensionPoints/activitiesExplorer/table/activitiesExplorerTableActions.d.ts +0 -41
- package/dist/dts/extensionPoints/activitiesExplorer/table/activitiesExplorerTableColumnExtension.d.ts +0 -20
- package/dist/dts/extensionPoints/activitiesExplorer/table/activitiesExplorerTableExtensions.d.ts +0 -10
- package/dist/dts/extensionPoints/activitiesExplorer/table/activitiesExplorerTableExtensionsBuilder.d.ts +0 -26
- package/dist/dts/extensionPoints/activitiesExplorer/table/index.d.ts +0 -3
- package/dist/dts/extensionPoints/contentEditor/contentEditorExtensions.d.ts +0 -11
- package/dist/dts/extensionPoints/contentEditor/contentEditorExtensionsBuilder.d.ts +0 -15
- package/dist/dts/extensionPoints/contentEditor/contentEditorFormFieldExtension.d.ts +0 -85
- package/dist/dts/extensionPoints/contentEditor/contentEditorViewExtension.d.ts +0 -69
- package/dist/dts/extensionPoints/contentEditor/index.d.ts +0 -5
- package/dist/dts/extensionPoints/contentEditor/richTextField/index.d.ts +0 -2
- package/dist/dts/extensionPoints/contentEditor/richTextField/richTextFieldExtensions.d.ts +0 -64
- package/dist/dts/extensionPoints/contentEditor/richTextField/richTextFieldExtensionsBuilder.d.ts +0 -11
- package/dist/dts/extensionPoints/contentExplorer/contentExplorerActions.d.ts +0 -86
- package/dist/dts/extensionPoints/contentExplorer/contentExplorerExtensions.d.ts +0 -13
- package/dist/dts/extensionPoints/contentExplorer/contentExplorerExtensionsBuilder.d.ts +0 -30
- package/dist/dts/extensionPoints/contentExplorer/index.d.ts +0 -6
- package/dist/dts/extensionPoints/contentExplorer/insightsPanels/contentExplorerInsightsPanelsExtension.d.ts +0 -18
- package/dist/dts/extensionPoints/contentExplorer/insightsPanels/contentExplorerInsightsPanelsExtensions.d.ts +0 -9
- package/dist/dts/extensionPoints/contentExplorer/insightsPanels/contentExplorerInsightsPanelsExtensionsBuilder.d.ts +0 -24
- package/dist/dts/extensionPoints/contentExplorer/insightsPanels/index.d.ts +0 -3
- package/dist/dts/extensionPoints/contentExplorer/table/contentExplorerTableColumnExtension.d.ts +0 -20
- package/dist/dts/extensionPoints/contentExplorer/table/contentExplorerTableExtensions.d.ts +0 -10
- package/dist/dts/extensionPoints/contentExplorer/table/contentExplorerTableExtensionsBuilder.d.ts +0 -26
- package/dist/dts/extensionPoints/contentExplorer/table/index.d.ts +0 -3
- package/dist/dts/extensionPoints/contentExplorer/tree/contentExplorerTreeExtensions.d.ts +0 -7
- package/dist/dts/extensionPoints/contentExplorer/tree/contentExplorerTreeExtensionsBuilder.d.ts +0 -13
- package/dist/dts/extensionPoints/contentExplorer/tree/index.d.ts +0 -2
- package/dist/dts/extensionPoints/extensionBuilder.d.ts +0 -37
- package/dist/dts/extensionPoints/extensionPoints.d.ts +0 -17
- package/dist/dts/extensionPoints/header/headerExtensions.d.ts +0 -7
- package/dist/dts/extensionPoints/header/headerExtensionsBuilder.d.ts +0 -12
- package/dist/dts/extensionPoints/header/index.d.ts +0 -3
- package/dist/dts/extensionPoints/header/navigation/index.d.ts +0 -4
- package/dist/dts/extensionPoints/header/navigation/navigationExtensions.d.ts +0 -9
- package/dist/dts/extensionPoints/header/navigation/navigationExtensionsBuilder.d.ts +0 -24
- package/dist/dts/extensionPoints/header/navigation/navigationItem.d.ts +0 -65
- package/dist/dts/extensionPoints/header/navigation/navigationItems.d.ts +0 -20
- package/dist/dts/extensionPoints/index.d.ts +0 -12
- package/dist/dts/extensionPoints/insightsPanels/index.d.ts +0 -1
- package/dist/dts/extensionPoints/insightsPanels/insightsPanelsExtension.d.ts +0 -39
- package/dist/dts/extensionPoints/listBuilder/index.d.ts +0 -3
- package/dist/dts/extensionPoints/listBuilder/listBuilder.d.ts +0 -12
- package/dist/dts/extensionPoints/listBuilder/listBuilderExtension.d.ts +0 -12
- package/dist/dts/extensionPoints/listBuilder/utils/addItem.d.ts +0 -14
- package/dist/dts/extensionPoints/listBuilder/utils/findItemIndex.d.ts +0 -13
- package/dist/dts/extensionPoints/listBuilder/utils/index.d.ts +0 -5
- package/dist/dts/extensionPoints/listBuilder/utils/moveItem.d.ts +0 -14
- package/dist/dts/extensionPoints/listBuilder/utils/removeItem.d.ts +0 -13
- package/dist/dts/extensionPoints/listBuilder/utils/replaceItem.d.ts +0 -14
- package/dist/dts/extensionPoints/publishingQueueExplorer/index.d.ts +0 -5
- package/dist/dts/extensionPoints/publishingQueueExplorer/insightsPanels/index.d.ts +0 -3
- package/dist/dts/extensionPoints/publishingQueueExplorer/insightsPanels/publishingQueueExplorerInsightsPanelsExtension.d.ts +0 -18
- package/dist/dts/extensionPoints/publishingQueueExplorer/insightsPanels/publishingQueueExplorerInsightsPanelsExtensions.d.ts +0 -9
- package/dist/dts/extensionPoints/publishingQueueExplorer/insightsPanels/publishingQueueExplorerInsightsPanelsExtensionsBuilder.d.ts +0 -24
- package/dist/dts/extensionPoints/publishingQueueExplorer/publishingQueueExplorerActions.d.ts +0 -39
- package/dist/dts/extensionPoints/publishingQueueExplorer/publishingQueueExplorerExtensions.d.ts +0 -11
- package/dist/dts/extensionPoints/publishingQueueExplorer/publishingQueueExplorerExtensionsBuilder.d.ts +0 -25
- package/dist/dts/extensionPoints/publishingQueueExplorer/table/index.d.ts +0 -3
- package/dist/dts/extensionPoints/publishingQueueExplorer/table/publishingQueueExplorerTableActions.d.ts +0 -39
- package/dist/dts/extensionPoints/publishingQueueExplorer/table/publishingQueueExplorerTableColumnExtension.d.ts +0 -20
- package/dist/dts/extensionPoints/publishingQueueExplorer/table/publishingQueueExplorerTableExtensions.d.ts +0 -10
- package/dist/dts/extensionPoints/publishingQueueExplorer/table/publishingQueueExplorerTableExtensionsBuilder.d.ts +0 -26
- package/dist/dts/extensionPoints/tableColumnConfiguration/index.d.ts +0 -1
- package/dist/dts/extensionPoints/tableColumnConfiguration/tableColumnExtension.d.ts +0 -70
- package/dist/dts/extensionPoints/translations/index.d.ts +0 -3
- package/dist/dts/extensionPoints/translations/translationExtensions.d.ts +0 -7
- package/dist/dts/extensionPoints/translations/translationExtensionsBuilder.d.ts +0 -17
- package/dist/dts/extensionPoints/translations/translationItem.d.ts +0 -23
- package/dist/dts/frameworkInfo.d.ts +0 -7
- package/dist/dts/index.d.ts +0 -6
- package/dist/dts/module/createExtensionGlobals.d.ts +0 -11
- package/dist/dts/module/extensionGlobals.d.ts +0 -7
- package/dist/dts/module/extensionModule.d.ts +0 -11
- package/dist/dts/module/index.d.ts +0 -4
- package/dist/dts/module/runtimeInformation.d.ts +0 -7
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @public
|
|
3
|
-
*/
|
|
4
|
-
export interface SizeProps {
|
|
5
|
-
/**
|
|
6
|
-
* Width of the component.
|
|
7
|
-
* Values higher than 1 are treated as pixels.
|
|
8
|
-
* Values less than or equal to 1 are treated as percentage.
|
|
9
|
-
* Zero is ignored.
|
|
10
|
-
*/
|
|
11
|
-
width?: number;
|
|
12
|
-
/**
|
|
13
|
-
* Height of the component.
|
|
14
|
-
* Values higher than 1 are treated as pixels.
|
|
15
|
-
* Values less than or equal to 1 are treated as percentage.
|
|
16
|
-
* Zero is ignored.
|
|
17
|
-
*/
|
|
18
|
-
height?: number;
|
|
19
|
-
/**
|
|
20
|
-
* Minimum width of the component in pixels.
|
|
21
|
-
*/
|
|
22
|
-
minWidth?: number;
|
|
23
|
-
/**
|
|
24
|
-
* Minimum height of the component in pixels.
|
|
25
|
-
*/
|
|
26
|
-
minHeight?: number;
|
|
27
|
-
/**
|
|
28
|
-
* Maximum width of the component in pixels.
|
|
29
|
-
*/
|
|
30
|
-
maxWidth?: number;
|
|
31
|
-
/**
|
|
32
|
-
* Maximum height of the component in pixels.
|
|
33
|
-
*/
|
|
34
|
-
maxHeight?: number;
|
|
35
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { SpacingUnit } from "../..";
|
|
2
|
-
/**
|
|
3
|
-
* @public
|
|
4
|
-
*/
|
|
5
|
-
export interface SpaceProps {
|
|
6
|
-
margin?: SpacingUnit | SpacingUnit[];
|
|
7
|
-
marginBottom?: SpacingUnit;
|
|
8
|
-
marginTop?: SpacingUnit;
|
|
9
|
-
marginLeft?: SpacingUnit;
|
|
10
|
-
marginRight?: SpacingUnit;
|
|
11
|
-
padding?: SpacingUnit | SpacingUnit[];
|
|
12
|
-
paddingLeft?: SpacingUnit;
|
|
13
|
-
paddingRight?: SpacingUnit;
|
|
14
|
-
paddingTop?: SpacingUnit;
|
|
15
|
-
paddingBottom?: SpacingUnit;
|
|
16
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from './useAddToBundleMutation';
|
|
2
|
-
export * from './useChangeUserLanguageMutation';
|
|
3
|
-
export * from './useChangeUserLocaleMutation';
|
|
4
|
-
export * from './useRemoveFromBundleMutation';
|
|
5
|
-
export * from './useUploadMultimediaMutation';
|
|
6
|
-
export * from './item';
|
|
7
|
-
export * from './translation';
|
|
8
|
-
export * from './workflow';
|
|
9
|
-
export * from './mutationOptions';
|
|
10
|
-
export * from './mutationResult';
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export * from './useAutoClassifyItemMutation';
|
|
2
|
-
export * from './useAutoClassifyItemsMutation';
|
|
3
|
-
export * from './useCopyItemMutation';
|
|
4
|
-
export * from './useCopyItemsMutation';
|
|
5
|
-
export * from './useDeleteItemMutation';
|
|
6
|
-
export * from './useDeleteItemsMutation';
|
|
7
|
-
export * from './useDemoteItemMutation';
|
|
8
|
-
export * from './useDemoteItemsMutation';
|
|
9
|
-
export * from './useFinishEditingItemMutation';
|
|
10
|
-
export * from './useFinishEditingItemsMutation';
|
|
11
|
-
export * from './useLocalizeItemMutation';
|
|
12
|
-
export * from './useLocalizeItemsMutation';
|
|
13
|
-
export * from './useMoveItemMutation';
|
|
14
|
-
export * from './useMoveItemsMutation';
|
|
15
|
-
export * from './usePublishItemsMutation';
|
|
16
|
-
export * from './usePromoteItemMutation';
|
|
17
|
-
export * from './usePromoteItemsMutation';
|
|
18
|
-
export * from './useRevertItemMutation';
|
|
19
|
-
export * from './useRevertItemsMutation';
|
|
20
|
-
export * from './useRollbackItemMutation';
|
|
21
|
-
export * from './useUnlocalizeItemMutation';
|
|
22
|
-
export * from './useUnlocalizeItemsMutation';
|
|
23
|
-
export * from './useUnpublishItemsMutation';
|
|
24
|
-
export * from './useUpdateItemMutation';
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { ApiError, ClassificationInfo, IdentifiableObject, ItemUri } from '@tridion-sites/models';
|
|
2
|
-
import type { MutationOptions } from '../mutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface AutoClassifyItemRequest {
|
|
8
|
-
/**
|
|
9
|
-
* ID of an item to classify.
|
|
10
|
-
*/
|
|
11
|
-
itemId: ItemUri;
|
|
12
|
-
/**
|
|
13
|
-
* Container of an item to classify.
|
|
14
|
-
*/
|
|
15
|
-
containerItem?: IdentifiableObject;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*/
|
|
20
|
-
export type AutoClassifyItemMutationHook = (options?: MutationOptions<ClassificationInfo, ApiError, AutoClassifyItemRequest>) => MutationResult<ClassificationInfo, ApiError, AutoClassifyItemRequest>;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { ApiError, Batch, IdentifiableObject, ItemUri } from '@tridion-sites/models';
|
|
2
|
-
import type { BatchMutationOptions } from '../batchMutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface AutoClassifyItemsRequest {
|
|
8
|
-
/**
|
|
9
|
-
* IDs of the items to classify.
|
|
10
|
-
*/
|
|
11
|
-
itemIds: ReadonlyArray<ItemUri>;
|
|
12
|
-
/**
|
|
13
|
-
* Container of an item to classify.
|
|
14
|
-
*/
|
|
15
|
-
containerItem?: IdentifiableObject;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*/
|
|
20
|
-
export type AutoClassifyItemsMutationHook = (options?: BatchMutationOptions<AutoClassifyItemsRequest>) => MutationResult<Batch, ApiError, AutoClassifyItemsRequest>;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { ApiError, ItemUri, RepositoryLocalObject } from '@tridion-sites/models';
|
|
2
|
-
import type { MutationOptions } from '../mutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface CopyItemRequest {
|
|
8
|
-
/**
|
|
9
|
-
* ID of an item to copy.
|
|
10
|
-
*/
|
|
11
|
-
itemId: ItemUri;
|
|
12
|
-
/**
|
|
13
|
-
* ID of organizational item to copy to.
|
|
14
|
-
*/
|
|
15
|
-
destinationId: ItemUri;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*/
|
|
20
|
-
export type CopyItemMutationHook = (options?: MutationOptions<RepositoryLocalObject, ApiError, CopyItemRequest>) => MutationResult<RepositoryLocalObject, ApiError, CopyItemRequest>;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { ApiError, Batch, ItemUri } from '@tridion-sites/models';
|
|
2
|
-
import type { BatchMutationOptions } from '../batchMutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface CopyItemsRequest {
|
|
8
|
-
/**
|
|
9
|
-
* IDs of items to copy.
|
|
10
|
-
*/
|
|
11
|
-
itemIds: ReadonlyArray<ItemUri>;
|
|
12
|
-
/**
|
|
13
|
-
* ID of organizational item to copy to.
|
|
14
|
-
*/
|
|
15
|
-
destinationId: ItemUri;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*/
|
|
20
|
-
export type CopyItemsMutationHook = (options?: BatchMutationOptions<CopyItemsRequest>) => MutationResult<Batch, ApiError, CopyItemsRequest>;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { ApiError, IdentifiableObject } from '@tridion-sites/models';
|
|
2
|
-
import type { MutationOptions } from '../mutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface DeleteItemRequest {
|
|
8
|
-
/**
|
|
9
|
-
* Item to delete.
|
|
10
|
-
*/
|
|
11
|
-
item: IdentifiableObject;
|
|
12
|
-
/**
|
|
13
|
-
* The container (context) in which the delete action is being performed. If specified, the container is invalidated on success to trigger reloading.
|
|
14
|
-
*/
|
|
15
|
-
containerItem?: IdentifiableObject;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*/
|
|
20
|
-
export type DeleteItemMutationHook = (options?: MutationOptions<void, ApiError, DeleteItemRequest>) => MutationResult<void, ApiError, DeleteItemRequest>;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { ApiError, Batch, IdentifiableObject } from '@tridion-sites/models';
|
|
2
|
-
import type { BatchMutationOptions } from '../batchMutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface DeleteItemsRequest {
|
|
8
|
-
/**
|
|
9
|
-
* Items to delete.
|
|
10
|
-
*/
|
|
11
|
-
items: ReadonlyArray<IdentifiableObject>;
|
|
12
|
-
/**
|
|
13
|
-
* Container item of the item to delete.
|
|
14
|
-
* `containerId` may take 'undefined' value when publications
|
|
15
|
-
* which don't have a real container are being deleted.
|
|
16
|
-
*/
|
|
17
|
-
containerItem?: IdentifiableObject;
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* @public
|
|
21
|
-
*/
|
|
22
|
-
export type DeleteItemsMutationHook = (options?: BatchMutationOptions<DeleteItemsRequest>) => MutationResult<Batch, ApiError, DeleteItemsRequest>;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { ApiError, ItemUri, RepositoryLocalObject } from '@tridion-sites/models';
|
|
2
|
-
import type { MutationOptions } from '../mutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface DemoteItemRequest {
|
|
8
|
-
item: RepositoryLocalObject;
|
|
9
|
-
destinationPublicationId: ItemUri;
|
|
10
|
-
failureLevel: 'warning' | 'error';
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* @public
|
|
14
|
-
*/
|
|
15
|
-
export type DemoteItemMutationHook = (options?: MutationOptions<RepositoryLocalObject | void, ApiError, DemoteItemRequest>) => MutationResult<RepositoryLocalObject | void, ApiError, DemoteItemRequest>;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { ApiError, Batch, ItemUri, RepositoryLocalObject } from '@tridion-sites/models';
|
|
2
|
-
import type { BatchMutationOptions } from '../batchMutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface DemoteItemsRequest {
|
|
8
|
-
items: ReadonlyArray<RepositoryLocalObject>;
|
|
9
|
-
destinationPublicationId: ItemUri;
|
|
10
|
-
failureLevel: 'warning' | 'error';
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* @public
|
|
14
|
-
*/
|
|
15
|
-
export type DemoteItemsMutationHook = (options?: BatchMutationOptions<DemoteItemsRequest>) => MutationResult<Batch, ApiError, DemoteItemsRequest>;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { ApiError, IdentifiableObject, RepositoryLocalObject, VersionedItem } from '@tridion-sites/models';
|
|
2
|
-
import type { MutationOptions } from '../mutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface FinishEditingItemRequest {
|
|
8
|
-
/**
|
|
9
|
-
* Item to finish editing on.
|
|
10
|
-
*/
|
|
11
|
-
item: VersionedItem;
|
|
12
|
-
/**
|
|
13
|
-
* Container item of the item to finish.
|
|
14
|
-
*/
|
|
15
|
-
containerItem?: IdentifiableObject;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*/
|
|
20
|
-
export type FinishEditingItemMutationHook = (options?: MutationOptions<RepositoryLocalObject, ApiError, FinishEditingItemRequest>) => MutationResult<RepositoryLocalObject, ApiError, FinishEditingItemRequest>;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { ApiError, Batch, IdentifiableObject, VersionedItem } from '@tridion-sites/models';
|
|
2
|
-
import type { BatchMutationOptions } from '../batchMutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface FinishItemsRequest {
|
|
8
|
-
/**
|
|
9
|
-
* Items to finish editing on.
|
|
10
|
-
*/
|
|
11
|
-
items: ReadonlyArray<VersionedItem>;
|
|
12
|
-
/**
|
|
13
|
-
* Container item of the item to finish.
|
|
14
|
-
*/
|
|
15
|
-
containerItem?: IdentifiableObject;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*/
|
|
20
|
-
export type FinishEditingItemsMutationHook = (options?: BatchMutationOptions<FinishItemsRequest>) => MutationResult<Batch, ApiError, FinishItemsRequest>;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { ApiError, IdentifiableObject, ItemUri, RepositoryLocalObject } from '@tridion-sites/models';
|
|
2
|
-
import type { MutationOptions } from '../mutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface LocalizeItemRequest {
|
|
8
|
-
/**
|
|
9
|
-
* ID of an item to localize.
|
|
10
|
-
*/
|
|
11
|
-
itemId: ItemUri;
|
|
12
|
-
/**
|
|
13
|
-
* Container item of the item to localize.
|
|
14
|
-
*/
|
|
15
|
-
containerItem?: IdentifiableObject;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*/
|
|
20
|
-
export type LocalizeItemMutationHook = (options?: MutationOptions<RepositoryLocalObject, ApiError, LocalizeItemRequest>) => MutationResult<RepositoryLocalObject, ApiError, LocalizeItemRequest>;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { ApiError, Batch, IdentifiableObject, ItemUri } from '@tridion-sites/models';
|
|
2
|
-
import type { BatchMutationOptions } from '../batchMutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface LocalizeItemsRequest {
|
|
8
|
-
/**
|
|
9
|
-
* IDs of items to localize.
|
|
10
|
-
*/
|
|
11
|
-
itemIds: ReadonlyArray<ItemUri>;
|
|
12
|
-
/**
|
|
13
|
-
* Container item of the item to localize.
|
|
14
|
-
*/
|
|
15
|
-
containerItem?: IdentifiableObject;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*/
|
|
20
|
-
export type LocalizeItemsMutationHook = (options?: BatchMutationOptions<LocalizeItemsRequest>) => MutationResult<Batch, ApiError, LocalizeItemsRequest>;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type { ApiError, ItemUri, RepositoryLocalObject } from '@tridion-sites/models';
|
|
2
|
-
import type { MutationOptions } from '../mutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface MoveItemRequest {
|
|
8
|
-
/**
|
|
9
|
-
* ID of an item to move.
|
|
10
|
-
*/
|
|
11
|
-
itemId: ItemUri;
|
|
12
|
-
/**
|
|
13
|
-
* ID of organizational item to move to.
|
|
14
|
-
*/
|
|
15
|
-
destinationId: ItemUri;
|
|
16
|
-
/**
|
|
17
|
-
* ID of organizational item to move from.
|
|
18
|
-
*/
|
|
19
|
-
sourceId: ItemUri;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* @public
|
|
23
|
-
*/
|
|
24
|
-
export type MoveItemMutationHook = (options?: MutationOptions<RepositoryLocalObject, ApiError, MoveItemRequest>) => MutationResult<RepositoryLocalObject, ApiError, MoveItemRequest>;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type { ApiError, Batch, ItemUri } from '@tridion-sites/models';
|
|
2
|
-
import type { BatchMutationOptions } from '../batchMutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface MoveItemsRequest {
|
|
8
|
-
/**
|
|
9
|
-
* IDs of items to move.
|
|
10
|
-
*/
|
|
11
|
-
itemIds: ReadonlyArray<ItemUri>;
|
|
12
|
-
/**
|
|
13
|
-
* ID of organizational item to move to.
|
|
14
|
-
*/
|
|
15
|
-
destinationId: ItemUri;
|
|
16
|
-
/**
|
|
17
|
-
* ID of organizational item to move from.
|
|
18
|
-
*/
|
|
19
|
-
sourceId: ItemUri;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* @public
|
|
23
|
-
*/
|
|
24
|
-
export type MoveItemsMutationHook = (options?: BatchMutationOptions<MoveItemsRequest>) => MutationResult<Batch, ApiError, MoveItemsRequest>;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { ApiError, ItemUri, RepositoryLocalObject } from '@tridion-sites/models';
|
|
2
|
-
import type { MutationOptions } from '../mutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface PromoteItemRequest {
|
|
8
|
-
item: RepositoryLocalObject;
|
|
9
|
-
destinationPublicationId: ItemUri;
|
|
10
|
-
failureLevel: 'warning' | 'error';
|
|
11
|
-
includeDependencies?: boolean;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* @public
|
|
15
|
-
*/
|
|
16
|
-
export type PromoteItemMutationHook = (options?: MutationOptions<RepositoryLocalObject | void, ApiError, PromoteItemRequest>) => MutationResult<RepositoryLocalObject | void, ApiError, PromoteItemRequest>;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { ApiError, Batch, ItemUri, RepositoryLocalObject } from '@tridion-sites/models';
|
|
2
|
-
import type { BatchMutationOptions } from '../batchMutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface PromoteItemsRequest {
|
|
8
|
-
items: ReadonlyArray<RepositoryLocalObject>;
|
|
9
|
-
destinationPublicationId: ItemUri;
|
|
10
|
-
failureLevel: 'warning' | 'error';
|
|
11
|
-
includeDependencies?: boolean;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* @public
|
|
15
|
-
*/
|
|
16
|
-
export type PromoteItemsMutationHook = (options?: BatchMutationOptions<PromoteItemsRequest>) => MutationResult<Batch, ApiError, PromoteItemsRequest>;
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import type { ApiError, ItemUri, PublishPriority, PublishTransactionsCreationResult, StructureResolveOption } from '@tridion-sites/models';
|
|
2
|
-
import type { MutationOptions } from '../mutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface PublishItemsRequest {
|
|
8
|
-
/**
|
|
9
|
-
* The identifiers of the items that will be send for publishing.
|
|
10
|
-
*/
|
|
11
|
-
itemIds: ReadonlyArray<ItemUri>;
|
|
12
|
-
/**
|
|
13
|
-
* The priority of the publish action.
|
|
14
|
-
*/
|
|
15
|
-
priority?: PublishPriority;
|
|
16
|
-
/**
|
|
17
|
-
* A collection of Publishing Target instances (Target Types or Purposes) where the items are published to.
|
|
18
|
-
*/
|
|
19
|
-
targetIdsOrPurposes?: ReadonlyArray<string>;
|
|
20
|
-
/**
|
|
21
|
-
* Date and time when the content should be deployed at the content delivery side. Should be specified in UTC format.
|
|
22
|
-
* The value will be converted to UTC time if specified with time zone shift, e.g. "2020-01-24T17:24:50+02:00" will be converted to "2020-01-24T15:24:50Z"
|
|
23
|
-
* Conversion is not happening if time zone shift is not specified.
|
|
24
|
-
*/
|
|
25
|
-
deployAt?: string;
|
|
26
|
-
/**
|
|
27
|
-
* Value indicating whether component links should also be resolved.
|
|
28
|
-
*/
|
|
29
|
-
includeComponentLinks?: boolean;
|
|
30
|
-
/**
|
|
31
|
-
* Value indicating whether dynamic version of the item will be resolved.
|
|
32
|
-
*/
|
|
33
|
-
includeDynamicVersion?: boolean;
|
|
34
|
-
/**
|
|
35
|
-
* Value indicating whether the item is published from the user's work list.
|
|
36
|
-
*/
|
|
37
|
-
includeWorkflow?: boolean;
|
|
38
|
-
/**
|
|
39
|
-
* Value indicating whether already published items should be published.
|
|
40
|
-
*/
|
|
41
|
-
publishNewContent?: boolean;
|
|
42
|
-
/**
|
|
43
|
-
* Value indicating the option to include the resolved items and/or structure.
|
|
44
|
-
*/
|
|
45
|
-
structureResolveOption?: StructureResolveOption;
|
|
46
|
-
/**
|
|
47
|
-
* Value indicating whether to resolve items also from all child Publications where user has PublishManagement rights.
|
|
48
|
-
*/
|
|
49
|
-
includeChildPublications?: boolean;
|
|
50
|
-
/**
|
|
51
|
-
* Value indicating whether items will be (un)published inside the current Publication.
|
|
52
|
-
*/
|
|
53
|
-
includeCurrentPublication?: boolean;
|
|
54
|
-
/**
|
|
55
|
-
* Collection of TCM URIs of child Publications where items will be unpublished.
|
|
56
|
-
*/
|
|
57
|
-
publishInChildPublications?: ReadonlyArray<ItemUri>;
|
|
58
|
-
}
|
|
59
|
-
/**
|
|
60
|
-
* @public
|
|
61
|
-
*/
|
|
62
|
-
export type PublishItemsMutationHook = (options?: MutationOptions<PublishTransactionsCreationResult, ApiError, PublishItemsRequest>) => MutationResult<PublishTransactionsCreationResult, ApiError, PublishItemsRequest>;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { ApiError, IdentifiableObject, RepositoryLocalObject } from '@tridion-sites/models';
|
|
2
|
-
import type { MutationOptions } from '../mutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface RevertItemRequest {
|
|
8
|
-
/**
|
|
9
|
-
* ID of the item being reverted.
|
|
10
|
-
*/
|
|
11
|
-
item: IdentifiableObject;
|
|
12
|
-
/**
|
|
13
|
-
* Container item of the item to revert.
|
|
14
|
-
*/
|
|
15
|
-
containerItem?: IdentifiableObject;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*/
|
|
20
|
-
export type RevertItemMutationHook = (options?: MutationOptions<RepositoryLocalObject | void, ApiError, RevertItemRequest>) => MutationResult<RepositoryLocalObject | void, ApiError, RevertItemRequest>;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { ApiError, Batch, IdentifiableObject, ItemUri } from '@tridion-sites/models';
|
|
2
|
-
import type { BatchMutationOptions } from '../batchMutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface RevertItemsRequest {
|
|
8
|
-
/**
|
|
9
|
-
* IDs of items being reverted.
|
|
10
|
-
*/
|
|
11
|
-
itemIds: ReadonlyArray<ItemUri>;
|
|
12
|
-
/**
|
|
13
|
-
* Container item of the item to revert.
|
|
14
|
-
*/
|
|
15
|
-
containerItem?: IdentifiableObject;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*/
|
|
20
|
-
export type RevertItemsMutationHook = (options?: BatchMutationOptions<RevertItemsRequest>) => MutationResult<Batch, ApiError, RevertItemsRequest>;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import type { ApiError, IdentifiableObject, ItemUri, RepositoryLocalObject } from '@tridion-sites/models';
|
|
2
|
-
import type { MutationOptions } from '../mutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface RollbackItemRequest {
|
|
8
|
-
/**
|
|
9
|
-
* ID of the item being rolled back.
|
|
10
|
-
*/
|
|
11
|
-
itemId: ItemUri;
|
|
12
|
-
/**
|
|
13
|
-
* Container item of the item to rollback.
|
|
14
|
-
*/
|
|
15
|
-
containerItem?: IdentifiableObject;
|
|
16
|
-
/**
|
|
17
|
-
* Option to delete all the versions higher than `itemId` version.
|
|
18
|
-
*
|
|
19
|
-
* @example
|
|
20
|
-
* Latest item version is 5. Revert to version 3.
|
|
21
|
-
* Case 1: `deleteNewerVersions: false` - v6 is created out of v3.
|
|
22
|
-
* Case 2: `deleteNewerVersions: true` - v3 is the latest version now, v4 and v5 are deleted.
|
|
23
|
-
*/
|
|
24
|
-
deleteNewerVersions: boolean;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* @public
|
|
28
|
-
*/
|
|
29
|
-
export type RollbackItemMutationHook = (options?: MutationOptions<RepositoryLocalObject, ApiError, RollbackItemRequest>) => MutationResult<RepositoryLocalObject, ApiError, RollbackItemRequest>;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type { ApiError, IdentifiableObject, ItemUri, RepositoryLocalObject } from '@tridion-sites/models';
|
|
2
|
-
import type { MutationOptions } from '../mutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface UnlocalizeItemRequest {
|
|
8
|
-
/**
|
|
9
|
-
* ID of the local item to unlocalize.
|
|
10
|
-
*/
|
|
11
|
-
itemId: ItemUri;
|
|
12
|
-
/**
|
|
13
|
-
* Container item of the item to unlocalize.
|
|
14
|
-
*/
|
|
15
|
-
containerItem?: IdentifiableObject;
|
|
16
|
-
useDynamicVersion?: boolean;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* @public
|
|
20
|
-
*/
|
|
21
|
-
export type UnlocalizeItemMutationHook = (options?: MutationOptions<RepositoryLocalObject, ApiError, UnlocalizeItemRequest>) => MutationResult<RepositoryLocalObject, ApiError, UnlocalizeItemRequest>;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { ApiError, Batch, IdentifiableObject, ItemUri } from '@tridion-sites/models';
|
|
2
|
-
import type { BatchMutationOptions } from '../batchMutationOptions';
|
|
3
|
-
import type { MutationResult } from '../mutationResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface UnlocalizeItemsRequest {
|
|
8
|
-
/**
|
|
9
|
-
* IDs of items to unlocalize.
|
|
10
|
-
*/
|
|
11
|
-
itemIds: ReadonlyArray<ItemUri>;
|
|
12
|
-
/**
|
|
13
|
-
* Container item of the item to unlocalize.
|
|
14
|
-
*/
|
|
15
|
-
containerItem?: IdentifiableObject;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*/
|
|
20
|
-
export type UnlocalizeItemsMutationHook = (options?: BatchMutationOptions<UnlocalizeItemsRequest>) => MutationResult<Batch, ApiError, UnlocalizeItemsRequest>;
|