@umbraco-engage/backoffice 17.0.4 → 17.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/dist/ab-testing/editor-view/ab-testing-editor-view.element.js +3 -3
- package/dist/ab-testing/manifests.js +2 -2
- package/dist/ab-testing/project/components/ab-testing-project-list.element.d.ts +1 -1
- package/dist/ab-testing/project/components/ab-testing-project-list.element.js +2 -2
- package/dist/ab-testing/project/components/ab-testing-project-status-list.element.d.ts +1 -1
- package/dist/ab-testing/project/entities.d.ts +2 -1
- package/dist/ab-testing/project/repository/detail/ab-testing-project-detail.repository.d.ts +2 -2
- package/dist/ab-testing/project/repository/detail/ab-testing-project-detail.repository.js +1 -1
- package/dist/ab-testing/project/repository/detail/ab-testing-project-detail.store.d.ts +1 -1
- package/dist/ab-testing/project/repository/item/ab-testing-project-item.repository.d.ts +2 -2
- package/dist/ab-testing/project/repository/item/ab-testing-project-item.repository.js +1 -1
- package/dist/ab-testing/project/repository/item/ab-testing-project-item.store.d.ts +1 -1
- package/dist/ab-testing/project/workspace/ab-testing-project-workspace-context.token.d.ts +1 -1
- package/dist/ab-testing/project/workspace/ab-testing-project-workspace-editor.element.js +1 -1
- package/dist/ab-testing/project/workspace/ab-testing-project-workspace.context.d.ts +1 -1
- package/dist/ab-testing/project/workspace/manifests.js +1 -1
- package/dist/ab-testing/screens/abtesting-root-screen.element.js +3 -3
- package/dist/ab-testing/test/collection/elements/ab-test-variant-status-column-layout.element.d.ts +1 -1
- package/dist/ab-testing/test/components/split-url-picker/ab-testing-test-split-url-picker.element.d.ts +1 -1
- package/dist/ab-testing/test/components/split-url-picker/ab-testing-test-split-url-picker.element.js +1 -1
- package/dist/ab-testing/test/components/test-advice/ab-testing-test-advice.element.js +1 -1
- package/dist/ab-testing/test/components/test-list/ab-testing-document-test-list.element.js +1 -1
- package/dist/ab-testing/test/components/test-list/ab-testing-test-list.element.js +1 -1
- package/dist/ab-testing/test/components/variant-picker/ab-testing-test-variant-picker.element.d.ts +1 -1
- package/dist/ab-testing/test/components/variant-picker/ab-testing-test-variant-picker.element.js +4 -4
- package/dist/ab-testing/test/conditions/document-save-and-publish-visibility.condition.d.ts +2 -2
- package/dist/ab-testing/test/conditions/document-save-and-publish-visibility.condition.js +1 -1
- package/dist/ab-testing/test/conditions/manifests.d.ts +1 -1
- package/dist/ab-testing/test/conditions/manifests.js +2 -2
- package/dist/ab-testing/test/modal/element/ab-testing-delete-test-modal.element.d.ts +1 -1
- package/dist/ab-testing/test/modal/element/ab-testing-delete-test-modal.element.js +2 -2
- package/dist/ab-testing/test/modal/element/ab-testing-edit-variant-modal.element.d.ts +1 -1
- package/dist/ab-testing/test/modal/element/ab-testing-end-test-modal.element.d.ts +1 -1
- package/dist/ab-testing/test/modal/element/ab-testing-end-test-modal.element.js +2 -2
- package/dist/ab-testing/test/modal/element/ab-testing-schedule-test-modal.element.d.ts +1 -1
- package/dist/ab-testing/test/modal/element/ab-testing-schedule-test-modal.element.js +1 -1
- package/dist/ab-testing/test/modal/element/ab-testing-test-select-winner-modal.element.d.ts +1 -1
- package/dist/ab-testing/test/modal/element/ab-testing-test-select-winner-modal.element.js +2 -2
- package/dist/ab-testing/test/repository/detail/ab-testing-test-detail-server.data-source.d.ts +1 -1
- package/dist/ab-testing/test/repository/detail/ab-testing-test-detail-server.data-source.js +2 -2
- package/dist/ab-testing/test/repository/detail/ab-testing-test-detail.repository.d.ts +2 -2
- package/dist/ab-testing/test/repository/detail/ab-testing-test-detail.repository.js +1 -1
- package/dist/ab-testing/test/repository/detail/ab-testing-test-detail.store.d.ts +1 -1
- package/dist/ab-testing/test/workspace/ab-testing-test-workspace-context.token.d.ts +1 -1
- package/dist/ab-testing/test/workspace/ab-testing-test-workspace-editor.element.d.ts +1 -1
- package/dist/ab-testing/test/workspace/ab-testing-test-workspace-editor.element.js +2 -2
- package/dist/ab-testing/test/workspace/ab-testing-test-workspace.context.d.ts +1 -1
- package/dist/ab-testing/test/workspace/ab-testing-test-workspace.context.js +4 -4
- package/dist/ab-testing/test/workspace/actions/ab-test-action-base.d.ts +1 -1
- package/dist/ab-testing/test/workspace/actions/ab-test-action-base.js +1 -1
- package/dist/ab-testing/test/workspace/actions/delete-test-action.d.ts +1 -1
- package/dist/ab-testing/test/workspace/actions/end-test-action.d.ts +1 -1
- package/dist/ab-testing/test/workspace/actions/manifests.js +2 -2
- package/dist/ab-testing/test/workspace/actions/save-test-action.d.ts +1 -1
- package/dist/ab-testing/test/workspace/actions/schedule-test-action.d.ts +1 -1
- package/dist/ab-testing/test/workspace/actions/select-winner-action.d.ts +1 -1
- package/dist/ab-testing/test/workspace/actions/start-test-action.d.ts +1 -1
- package/dist/ab-testing/test/workspace/actions/unschedule-test-action.d.ts +1 -1
- package/dist/ab-testing/test/workspace/actions/unschedule-test-action.js +1 -1
- package/dist/ab-testing/test/workspace/conditions/ab-testing-can-disable.condition.d.ts +2 -2
- package/dist/ab-testing/test/workspace/conditions/ab-testing-can-disable.condition.js +1 -1
- package/dist/ab-testing/test/workspace/conditions/ab-testing-can-preview.condition.d.ts +2 -2
- package/dist/ab-testing/test/workspace/conditions/ab-testing-can-preview.condition.js +1 -1
- package/dist/ab-testing/test/workspace/conditions/ab-testing-test-entity-action-visibility.condition.d.ts +1 -1
- package/dist/ab-testing/test/workspace/conditions/ab-testing-test-entity-action-visibility.condition.js +1 -1
- package/dist/ab-testing/test/workspace/conditions/manifests.d.ts +1 -1
- package/dist/ab-testing/test/workspace/entity-actions/disable-variant.action.d.ts +2 -2
- package/dist/ab-testing/test/workspace/entity-actions/disable-variant.action.js +1 -1
- package/dist/ab-testing/test/workspace/entity-actions/preview-variant.action.d.ts +2 -2
- package/dist/ab-testing/test/workspace/entity-actions/preview-variant.action.js +1 -1
- package/dist/ab-testing/test/workspace/manifests.js +2 -2
- package/dist/ab-testing/test/workspace/views/edit/ab-testing-test-editor.element.d.ts +1 -1
- package/dist/ab-testing/test/workspace/views/edit/ab-testing-test-editor.element.js +3 -3
- package/dist/ab-testing/workspace-view/abtesting-workspace-view.element.js +2 -2
- package/dist/analytics/analytics-context.js +1 -0
- package/dist/analytics/components/analytics-settings.element.js +1 -1
- package/dist/analytics/components/annotations/annotation-icon-generator.d.ts +1 -1
- package/dist/analytics/components/chart/analytics-chart.element.d.ts +1 -0
- package/dist/analytics/components/chart/analytics-chart.element.js +27 -2
- package/dist/analytics/components/chart/prefab-chart-prefabs-generator.controller.js +1 -1
- package/dist/analytics/components/heatmap/heatmap.element.d.ts +1 -2
- package/dist/analytics/components/heatmap/heatmap.element.js +24 -19
- package/dist/analytics/components/table/analytics-table.element.js +17 -10
- package/dist/analytics/components/table/entities.d.ts +6 -6
- package/dist/analytics/components/table/prefab-analytics-table.element.js +1 -1
- package/dist/analytics/components/table/prefab-table-prefabs-generator.controller.d.ts +1 -1
- package/dist/analytics/components/table/prefab-table-prefabs-generator.controller.js +2 -2
- package/dist/analytics/components/table/table-dataset-generator.controller.d.ts +2 -2
- package/dist/analytics/components/table/table-dataset-generator.controller.js +1 -1
- package/dist/analytics/manifests-analytics.js +2 -2
- package/dist/analytics/modal/element/edit-annotation-modal.element.js +1 -1
- package/dist/analytics/prefab-generator-base.controller.d.ts +1 -1
- package/dist/analytics/screens/analytics-screen-base.element.d.ts +1 -1
- package/dist/analytics/screens/analytics-screen-base.element.js +1 -1
- package/dist/analytics/screens/analytics-view.element.d.ts +1 -1
- package/dist/analytics/screens/analytics-view.element.js +1 -1
- package/dist/analytics/screens/heatmap-screen.element.d.ts +1 -1
- package/dist/analytics/screens/heatmap-screen.element.js +21 -10
- package/dist/analytics/screens/pageviews-screen.element.js +1 -1
- package/dist/core/actions/action-event.d.ts +1 -1
- package/dist/core/actions/entity-actions-bundle.d.ts +1 -2
- package/dist/core/actions/save-workspace-action.js +1 -1
- package/dist/core/actions/submit-workspace-action.js +1 -1
- package/dist/core/collection/entity-delete.action.d.ts +1 -1
- package/dist/core/collection/entity-delete.action.js +1 -1
- package/dist/core/components/chart/bar-chart.element.js +1 -1
- package/dist/core/components/chart/chart.element.d.ts +1 -1
- package/dist/core/components/chart/chart.element.js +2 -2
- package/dist/core/components/chart/donut-chart.element.js +1 -1
- package/dist/core/components/chart/index.d.ts +1 -1
- package/dist/core/components/checkbox/checkbox.element.d.ts +0 -1
- package/dist/core/components/checkbox/checkbox.element.js +5 -9
- package/dist/core/components/daterange-picker/daterange-picker-modal.token.d.ts +1 -1
- package/dist/core/components/daterange-picker/daterange-picker.element.d.ts +1 -1
- package/dist/core/components/daterange-picker/daterange-picker.element.js +2 -2
- package/dist/core/components/group-box/group-box.element.d.ts +1 -5
- package/dist/core/components/group-box/group-box.element.js +47 -31
- package/dist/core/components/scoring/entities.d.ts +11 -5
- package/dist/core/components/scoring/index.d.ts +3 -1
- package/dist/core/components/scoring/index.js +3 -1
- package/dist/core/components/scoring/lock-banner.element.d.ts +12 -0
- package/dist/core/components/scoring/lock-banner.element.js +29 -0
- package/dist/core/components/scoring/lock-score.element.d.ts +22 -0
- package/dist/core/components/scoring/lock-score.element.js +91 -0
- package/dist/core/components/screen/tabbed-layout.element.d.ts +1 -0
- package/dist/core/components/screen/tabbed-layout.element.js +56 -14
- package/dist/core/components/sidebar-layout.element.js +1 -0
- package/dist/core/components/tooltip/tooltip-element.js +2 -1
- package/dist/core/components/variant-pickers/variant-content-picker.element.d.ts +1 -1
- package/dist/core/components/variant-pickers/variant-content-picker.element.js +1 -1
- package/dist/core/components/variant-pickers/variant-content-type-picker.element.d.ts +1 -1
- package/dist/core/components/variant-pickers/variant-content-type-picker.element.js +1 -1
- package/dist/core/components/variant-pickers/variant-picker-base.element.d.ts +1 -0
- package/dist/core/components/variant-pickers/variant-picker-base.element.js +51 -8
- package/dist/core/components/workspace-editor-base.element.d.ts +1 -1
- package/dist/core/conditions/document-type-accessible.condition.d.ts +1 -1
- package/dist/core/conditions/document-type-accessible.condition.js +1 -1
- package/dist/core/conditions/entity-is-not-new.condition.d.ts +1 -1
- package/dist/core/conditions/extension-visibility.condition.d.ts +1 -1
- package/dist/core/conditions/extension-visibility.condition.js +1 -1
- package/dist/core/conditions/types.d.ts +2 -2
- package/dist/core/conditions/user-group-accessible.condition.d.ts +1 -1
- package/dist/core/conditions/user-group-accessible.condition.js +1 -1
- package/dist/core/conditions/workspace-property-has-value.condition.d.ts +1 -1
- package/dist/core/conditions/workspace-view-active.condition.d.ts +1 -1
- package/dist/core/conditions/workspace-view-active.condition.js +1 -1
- package/dist/core/constants.d.ts +1 -0
- package/dist/core/constants.js +1 -0
- package/dist/core/context/context/engage-context.d.ts +1 -2
- package/dist/core/context/context/engage-context.js +3 -4
- package/dist/core/context/index.d.ts +1 -0
- package/dist/core/context/index.js +1 -0
- package/dist/core/context/token/engage.context-token.d.ts +1 -1
- package/dist/core/entities.d.ts +14 -20
- package/dist/core/extension-manifests/header-action.extension.d.ts +15 -0
- package/dist/core/extension-manifests/header-action.extension.js +1 -0
- package/dist/core/extension-manifests/index.d.ts +1 -0
- package/dist/core/extension-manifests/index.js +1 -0
- package/dist/core/icons/icon-panel-left.d.ts +2 -0
- package/dist/core/icons/icon-panel-left.js +1 -0
- package/dist/core/icons/icons.d.ts +4 -0
- package/dist/core/icons/icons.js +4 -0
- package/dist/core/lang/en.js +30 -1
- package/dist/core/manifests.js +1 -1
- package/dist/core/path/edit-variant-workspace-path-pattern.class.d.ts +1 -1
- package/dist/core/path/edit-variant-workspace-path-pattern.class.js +1 -1
- package/dist/core/path/edit-variant-workspace-path-pattern.d.ts +1 -1
- package/dist/core/path/edit-variant-workspace-path-pattern.js +1 -1
- package/dist/core/path/url-pattern-to-string.function.d.ts +1 -1
- package/dist/core/property/property-config.d.ts +1 -1
- package/dist/core/property/property-dataset-renderer.controller.d.ts +2 -2
- package/dist/core/property/property-dataset-renderer.controller.js +3 -1
- package/dist/core/property/types.d.ts +1 -1
- package/dist/core/repository/detail-base.repository.d.ts +4 -3
- package/dist/core/repository/detail-base.repository.js +17 -1
- package/dist/generated/client.gen.js +1 -4
- package/dist/generated/sdk.gen.d.ts +11 -3
- package/dist/generated/sdk.gen.js +203 -818
- package/dist/generated/types.gen.d.ts +252 -53
- package/dist/members/manifests.js +1 -1
- package/dist/personalization/actions/personalization-base.action.d.ts +2 -2
- package/dist/personalization/applied-personalization/actions/edit.action.d.ts +2 -2
- package/dist/personalization/applied-personalization/collection/views/table/elements/applied-personalization-table-name-column-layout.element.d.ts +1 -1
- package/dist/personalization/applied-personalization/editor-view/applied-personalization-editor-view-context.token.d.ts +1 -1
- package/dist/personalization/applied-personalization/manifests.js +1 -1
- package/dist/personalization/applied-personalization/repository/detail/applied-personalization-detail.repository.d.ts +1 -1
- package/dist/personalization/applied-personalization/repository/detail/applied-personalization-detail.store.d.ts +1 -1
- package/dist/personalization/applied-personalization/repository/item/applied-personalization-item-server.data-source.d.ts +1 -1
- package/dist/personalization/applied-personalization/repository/item/applied-personalization-item-server.data-source.js +1 -1
- package/dist/personalization/applied-personalization/repository/item/applied-personalization-item.repository.d.ts +2 -2
- package/dist/personalization/applied-personalization/repository/item/applied-personalization-item.repository.js +1 -1
- package/dist/personalization/applied-personalization/repository/item/applied-personalization-item.store.d.ts +1 -1
- package/dist/personalization/applied-personalization/workspace/actions/manifests.js +1 -1
- package/dist/personalization/applied-personalization/workspace/actions/schedule.action.js +2 -2
- package/dist/personalization/applied-personalization/workspace/applied-personalization-rule-workspace-context.token.d.ts +1 -1
- package/dist/personalization/applied-personalization/workspace/applied-personalization-rule-workspace-editor.element.js +1 -1
- package/dist/personalization/applied-personalization/workspace/manifests.js +1 -1
- package/dist/personalization/applied-personalization/workspace/modal/applied-personalization-rule-schedule-modal.element.d.ts +1 -1
- package/dist/personalization/applied-personalization/workspace/views/info/applied-personalization-rule-info.element.d.ts +1 -1
- package/dist/personalization/applied-personalization/workspace/views/info/applied-personalization-rule-info.element.js +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/collection/entities.d.ts +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/collection/manifests.js +3 -3
- package/dist/personalization/campaign-scoring/campaign-group/collection/repository/campaign-group-collection.repository.d.ts +3 -3
- package/dist/personalization/campaign-scoring/campaign-group/collection/repository/campaign-group-collection.repository.js +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/collection/repository/campaign-group-collection.server.data-source.d.ts +2 -2
- package/dist/personalization/campaign-scoring/campaign-group/collection/repository/campaign-group-collection.server.data-source.js +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/collection/views/manifests.js +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/collection/views/table/campaign-group-table-collection-view.element.d.ts +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/collection/views/table/campaign-group-table-collection-view.element.js +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/entities.d.ts +2 -2
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/campaign-group-detail-server.data-source.d.ts +3 -3
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/campaign-group-detail-server.data-source.js +2 -2
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/campaign-group-detail-store-context.token.d.ts +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/campaign-group-detail.repository.d.ts +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/campaign-group-detail.repository.js +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/campaign-group-detail.store.d.ts +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/campaign-group-detail.store.js +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/campaign-group-item-server.data-source.d.ts +2 -2
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/campaign-group-item-server.data-source.js +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/campaign-group-item-store-context.token.d.ts +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/campaign-group-item.repository.d.ts +2 -2
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/campaign-group-item.repository.js +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/campaign-group-item.store.d.ts +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/campaign-group-item.store.js +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/workspace/campaign-group-workspace-context.token.d.ts +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/workspace/campaign-group-workspace-editor.element.js +2 -2
- package/dist/personalization/campaign-scoring/campaign-group/workspace/campaign-group-workspace.context.d.ts +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/workspace/manifests.js +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/workspace/views/campaign-group-editor.element.d.ts +1 -1
- package/dist/personalization/campaign-scoring/campaign-group/workspace/views/campaign-group-editor.element.js +2 -2
- package/dist/personalization/campaign-scoring/components/campaign-scoring-base.element.d.ts +2 -2
- package/dist/personalization/campaign-scoring/components/campaign-scoring-base.element.js +4 -4
- package/dist/personalization/campaign-scoring/components/scored-campaigns.element.d.ts +1 -1
- package/dist/personalization/campaign-scoring/components/scored-campaigns.element.js +3 -3
- package/dist/personalization/campaign-scoring/components/unscored-campaigns.element.d.ts +1 -1
- package/dist/personalization/campaign-scoring/components/unscored-campaigns.element.js +1 -1
- package/dist/personalization/campaign-scoring/modal/element/assign-campaign-modal.element.d.ts +1 -1
- package/dist/personalization/campaign-scoring/modal/element/assign-campaign-modal.element.js +1 -1
- package/dist/personalization/campaign-scoring/workspace/campaign-scoring-workspace-context.token.d.ts +2 -2
- package/dist/personalization/campaign-scoring/workspace/campaign-scoring-workspace-editor.element.js +1 -1
- package/dist/personalization/campaign-scoring/workspace/campaign-scoring-workspace.context.d.ts +1 -5
- package/dist/personalization/campaign-scoring/workspace/campaign-scoring-workspace.context.js +2 -2
- package/dist/personalization/components/grouped-item/grouped-item-list-editor-base.element.d.ts +2 -3
- package/dist/personalization/components/grouped-item/grouped-item-list-editor-base.element.js +11 -17
- package/dist/personalization/components/grouped-scoring/collection/group-collection-base.repository.d.ts +3 -3
- package/dist/personalization/components/grouped-scoring/collection/group-collection-base.server.data-source.d.ts +1 -1
- package/dist/personalization/components/grouped-scoring/collection/group-table-collection-view-base.element.d.ts +2 -2
- package/dist/personalization/components/grouped-scoring/entities.d.ts +2 -2
- package/dist/personalization/components/grouped-scoring/group-detail-server.data-source.d.ts +1 -1
- package/dist/personalization/components/grouped-scoring/group-editor-workspace-view-edit-base.element.d.ts +3 -6
- package/dist/personalization/components/grouped-scoring/group-editor-workspace-view-edit-base.element.js +14 -24
- package/dist/personalization/components/index.d.ts +1 -0
- package/dist/personalization/components/index.js +1 -0
- package/dist/personalization/components/personalization-workspace-base.element.d.ts +1 -1
- package/dist/personalization/components/personalization-workspace-editor-base.element.d.ts +8 -0
- package/dist/personalization/components/personalization-workspace-editor-base.element.js +25 -0
- package/dist/personalization/content-scoring/entities.d.ts +1 -0
- package/dist/personalization/content-scoring/repository/detail/content-scoring-detail.repository.d.ts +2 -2
- package/dist/personalization/content-scoring/repository/detail/content-scoring-detail.repository.js +1 -1
- package/dist/personalization/content-scoring/repository/detail/content-scoring-detail.store.d.ts +1 -1
- package/dist/personalization/content-scoring/workspace/content-scoring-workspace-context.token.d.ts +1 -1
- package/dist/personalization/content-scoring/workspace/content-scoring-workspace-editor.element.js +10 -12
- package/dist/personalization/content-scoring/workspace/content-scoring-workspace.context.d.ts +4 -3
- package/dist/personalization/content-scoring/workspace/content-scoring-workspace.context.js +29 -24
- package/dist/personalization/context/grouped-items-workspace-context.interface.d.ts +1 -1
- package/dist/personalization/context/grouped-items-workspace.context.d.ts +1 -1
- package/dist/personalization/context/grouped-items-workspace.context.js +1 -1
- package/dist/personalization/entities.d.ts +6 -15
- package/dist/personalization/journeys/components/customer-journey-scoring.element.d.ts +4 -2
- package/dist/personalization/journeys/components/customer-journey-scoring.element.js +13 -3
- package/dist/personalization/journeys/repository/detail/customer-journey-detail-server.data-source.d.ts +1 -1
- package/dist/personalization/journeys/repository/detail/customer-journey-detail-server.data-source.js +1 -1
- package/dist/personalization/journeys/repository/detail/customer-journey-detail.repository.d.ts +1 -1
- package/dist/personalization/journeys/repository/detail/customer-journey-detail.store.d.ts +1 -1
- package/dist/personalization/journeys/workspace/customer-journey-workspace-context.token.d.ts +1 -1
- package/dist/personalization/journeys/workspace/views/edit/customer-journey-editor.element.d.ts +5 -4
- package/dist/personalization/journeys/workspace/views/edit/customer-journey-editor.element.js +7 -25
- package/dist/personalization/manifests-personalization.js +2 -2
- package/dist/personalization/modal/element/scoring-overview-modal.element.js +15 -15
- package/dist/personalization/modal/index.d.ts +0 -1
- package/dist/personalization/modal/index.js +0 -1
- package/dist/personalization/personalization-entity-set-populator.controller.d.ts +13 -0
- package/dist/personalization/personalization-entity-set-populator.controller.js +21 -0
- package/dist/personalization/personalized-variants/editor-view/personalized-variants-editor-view-context.token.d.ts +1 -1
- package/dist/personalization/personalized-variants/editor-view/personalized-variants-editor-view.context.d.ts +1 -1
- package/dist/personalization/personalized-variants/workspace/manifests.js +1 -1
- package/dist/personalization/personalized-variants/workspace/personalized-variant-workspace-context.token.d.ts +1 -1
- package/dist/personalization/personalized-variants/workspace/personalized-variant-workspace-editor.element.js +1 -1
- package/dist/personalization/personalized-variants/workspace/views/edit/personalized-variant-editor.element.js +2 -2
- package/dist/personalization/personas/components/persona-group-scoring.element.d.ts +4 -2
- package/dist/personalization/personas/components/persona-group-scoring.element.js +13 -3
- package/dist/personalization/personas/repository/detail/persona-group-detail.repository.d.ts +1 -1
- package/dist/personalization/personas/repository/detail/persona-group-detail.store.d.ts +1 -1
- package/dist/personalization/personas/workspace/persona-group-workspace-context.token.d.ts +1 -1
- package/dist/personalization/personas/workspace/views/edit/persona-group-detail-editor.element.js +1 -1
- package/dist/personalization/personas/workspace/views/edit/persona-group-editor.element.d.ts +5 -4
- package/dist/personalization/personas/workspace/views/edit/persona-group-editor.element.js +7 -23
- package/dist/personalization/referral-scoring/components/referral-scoring-base.element.js +1 -1
- package/dist/personalization/referral-scoring/components/scored-referrals.element.d.ts +1 -1
- package/dist/personalization/referral-scoring/components/scored-referrals.element.js +2 -2
- package/dist/personalization/referral-scoring/components/unscored-referrals.element.d.ts +1 -1
- package/dist/personalization/referral-scoring/components/unscored-referrals.element.js +1 -1
- package/dist/personalization/referral-scoring/modal/element/assign-referral-modal.element.js +1 -1
- package/dist/personalization/referral-scoring/referral-group/collection/manifests.js +2 -2
- package/dist/personalization/referral-scoring/referral-group/collection/repository/referral-group-collection.repository.d.ts +2 -2
- package/dist/personalization/referral-scoring/referral-group/collection/repository/referral-group-collection.server.data-source.d.ts +2 -2
- package/dist/personalization/referral-scoring/referral-group/collection/repository/referral-group-collection.server.data-source.js +1 -1
- package/dist/personalization/referral-scoring/referral-group/collection/views/manifests.js +1 -1
- package/dist/personalization/referral-scoring/referral-group/collection/views/table/referral-group-table-collection-view.element.d.ts +1 -1
- package/dist/personalization/referral-scoring/referral-group/collection/views/table/referral-group-table-collection-view.element.js +1 -1
- package/dist/personalization/referral-scoring/referral-group/entities.d.ts +1 -1
- package/dist/personalization/referral-scoring/referral-group/repository/detail/referral-group-detail-server.data-source.d.ts +1 -1
- package/dist/personalization/referral-scoring/referral-group/repository/detail/referral-group-detail-server.data-source.js +1 -1
- package/dist/personalization/referral-scoring/referral-group/repository/detail/referral-group-detail-store-context.token.d.ts +1 -1
- package/dist/personalization/referral-scoring/referral-group/repository/detail/referral-group-detail.repository.js +1 -1
- package/dist/personalization/referral-scoring/referral-group/repository/detail/referral-group-detail.store.d.ts +1 -1
- package/dist/personalization/referral-scoring/referral-group/repository/detail/referral-group-detail.store.js +1 -1
- package/dist/personalization/referral-scoring/referral-group/repository/item/referral-group-item-server.data-source.d.ts +1 -1
- package/dist/personalization/referral-scoring/referral-group/repository/item/referral-group-item-server.data-source.js +1 -1
- package/dist/personalization/referral-scoring/referral-group/repository/item/referral-group-item-store-context.token.d.ts +1 -1
- package/dist/personalization/referral-scoring/referral-group/repository/item/referral-group-item.repository.d.ts +2 -2
- package/dist/personalization/referral-scoring/referral-group/repository/item/referral-group-item.repository.js +1 -1
- package/dist/personalization/referral-scoring/referral-group/repository/item/referral-group-item.store.d.ts +1 -1
- package/dist/personalization/referral-scoring/referral-group/repository/item/referral-group-item.store.js +1 -1
- package/dist/personalization/referral-scoring/referral-group/workspace/manifests.js +1 -1
- package/dist/personalization/referral-scoring/referral-group/workspace/referral-group-workspace-context.token.d.ts +1 -1
- package/dist/personalization/referral-scoring/referral-group/workspace/referral-group-workspace-editor.element.js +1 -1
- package/dist/personalization/referral-scoring/referral-group/workspace/referral-group-workspace.context.d.ts +1 -1
- package/dist/personalization/referral-scoring/referral-group/workspace/views/referral-group-editor.element.js +2 -2
- package/dist/personalization/referral-scoring/workspace/referral-scoring-workspace-context.token.d.ts +1 -1
- package/dist/personalization/referral-scoring/workspace/referral-scoring-workspace-editor.element.js +2 -2
- package/dist/personalization/referral-scoring/workspace/referral-scoring-workspace.context.js +1 -1
- package/dist/personalization/scoring-base.element.d.ts +29 -0
- package/dist/{core/components/scoring → personalization}/scoring-base.element.js +107 -67
- package/dist/personalization/screens/personalized-variants-screen.element.js +1 -1
- package/dist/personalization/screens/segments-screen.element.js +1 -1
- package/dist/personalization/segments/actions/delete.action.d.ts +2 -2
- package/dist/personalization/segments/actions/delete.action.js +1 -0
- package/dist/personalization/segments/collection/manifests.js +1 -1
- package/dist/personalization/segments/collection/repository/segments-collection.repository.d.ts +1 -1
- package/dist/personalization/segments/collection/repository/segments-collection.repository.js +1 -1
- package/dist/personalization/segments/collection/repository/segments-collection.server.data-source.d.ts +1 -1
- package/dist/personalization/segments/collection/repository/segments-collection.server.data-source.js +1 -1
- package/dist/personalization/segments/collection/segments-collection.context.d.ts +4 -5
- package/dist/personalization/segments/collection/segments-collection.context.js +16 -62
- package/dist/personalization/segments/collection/views/manifests.js +1 -1
- package/dist/personalization/segments/collection/views/table/elements/segments-table-applied-column-layout.element.js +1 -1
- package/dist/personalization/segments/collection/views/table/elements/segments-table-priority-column-layout.element.d.ts +1 -1
- package/dist/personalization/segments/collection/views/table/elements/segments-table-priority-column-layout.element.js +2 -2
- package/dist/personalization/segments/collection/views/table/elements/segments-table-used-parameters-column-layout.element.d.ts +1 -1
- package/dist/personalization/segments/collection/views/table/elements/segments-table-used-parameters-column-layout.element.js +4 -2
- package/dist/personalization/segments/collection/views/table/segments-table-collection-view.element.js +1 -1
- package/dist/personalization/segments/components/segment-rule-editor-rule-card.element.d.ts +1 -1
- package/dist/personalization/segments/components/segment-rule-editor-rule-card.element.js +2 -9
- package/dist/personalization/segments/repository/detail/segments-detail.repository.d.ts +1 -1
- package/dist/personalization/segments/repository/detail/segments-detail.store.d.ts +1 -1
- package/dist/personalization/segments/rules/base/segment-rule-base-analytics-dimension.element.js +1 -1
- package/dist/personalization/segments/rules/base/segment-rule-base-grouped-extended-checkbox.element.d.ts +1 -1
- package/dist/personalization/segments/rules/base/segment-rule-base-grouped-extended-checkbox.element.js +1 -1
- package/dist/personalization/segments/rules/base/segment-rule-base.element.d.ts +1 -1
- package/dist/personalization/segments/rules/base/segment-rule-base.element.js +1 -1
- package/dist/personalization/segments/rules/configuration/segment-rule-extended-checkbox-configuration.element.d.ts +1 -1
- package/dist/personalization/segments/rules/configuration/segment-rule-extended-checkbox-configuration.element.js +1 -0
- package/dist/personalization/segments/rules/entities.d.ts +15 -15
- package/dist/personalization/segments/rules/manifests.js +11 -16
- package/dist/personalization/segments/rules/segment-rule-customer-journey.js +1 -1
- package/dist/personalization/segments/rules/segment-rule-location.js +1 -1
- package/dist/personalization/segments/rules/segment-rule-logged-in-members.js +1 -1
- package/dist/personalization/segments/rules/segment-rule-persona.js +1 -1
- package/dist/personalization/segments/rules/segment-rule-registered-members.js +1 -1
- package/dist/personalization/segments/rules/segment-rule-time-of-day.js +1 -1
- package/dist/personalization/segments/rules/segment-rule.interface.d.ts +0 -1
- package/dist/personalization/segments/workspace/manifests.js +1 -1
- package/dist/personalization/segments/workspace/segment-workspace-context.token.d.ts +1 -1
- package/dist/personalization/segments/workspace/segment-workspace-editor.element.js +1 -1
- package/dist/personalization/segments/workspace/segment-workspace.context.d.ts +1 -1
- package/dist/personalization/segments/workspace/segment-workspace.context.js +2 -2
- package/dist/personalization/segments/workspace/views/edit/segment-editor.element.js +2 -2
- package/dist/personalization/segments/workspace/views/edit/segment-rule-editor-choose.element.js +2 -2
- package/dist/profiles/activity-tracker/activity-tracker.element.js +2 -2
- package/dist/profiles/activity-tracker/components/activity-events/activity-events.element.d.ts +1 -1
- package/dist/profiles/activity-tracker/components/activity-events/activity-events.element.js +1 -1
- package/dist/profiles/activity-tracker/components/activity-pageviews/activity-pageviews.element.js +3 -3
- package/dist/profiles/activity-tracker/components/entities.d.ts +1 -1
- package/dist/profiles/collection/modal/profiles-collection-filter-modal.element.d.ts +2 -2
- package/dist/profiles/collection/modal/profiles-collection-filter-modal.element.js +2 -2
- package/dist/profiles/collection/modal/profiles-collection-filter-modal.token.d.ts +1 -1
- package/dist/profiles/collection/profiles-collection-header.element.d.ts +1 -1
- package/dist/profiles/collection/profiles-collection-header.element.js +2 -2
- package/dist/profiles/collection/profiles-collection.context-token.d.ts +1 -1
- package/dist/profiles/collection/views/manifests.js +1 -1
- package/dist/profiles/collection/views/table/elements/profiles-table-type-column-layout.element.d.ts +1 -1
- package/dist/profiles/collection/views/table/profiles-table-collection-view.element.js +4 -3
- package/dist/profiles/details/components/member-profile/member-and-profile.element.js +10 -13
- package/dist/profiles/details/components/related-profile/related-profile.element.js +1 -1
- package/dist/profiles/details/workspace/conditions/external-package-installed.condition.js +1 -1
- package/dist/profiles/details/workspace/profile-details-workspace-context-token.d.ts +1 -1
- package/dist/profiles/details/workspace/views/activity/profile-details-activity.workspace-view.element.js +1 -1
- package/dist/profiles/details/workspace/views/external-data/external-data.workspace-view.element.js +1 -1
- package/dist/profiles/details/workspace/views/insights/profile-details-insight.workspace-view.element.js +2 -2
- package/dist/profiles/insights/campaigns/campaigns-list.element.js +2 -2
- package/dist/profiles/insights/customer-journeys/customer-journeys.element.d.ts +4 -3
- package/dist/profiles/insights/customer-journeys/customer-journeys.element.js +13 -25
- package/dist/profiles/insights/engage-profile-insight.interface.d.ts +2 -2
- package/dist/profiles/insights/goals/goals-table-collection-view.element.d.ts +1 -0
- package/dist/profiles/insights/goals/goals-table-collection-view.element.js +9 -2
- package/dist/profiles/insights/persona-groups/persona-groups.element.d.ts +4 -3
- package/dist/profiles/insights/persona-groups/persona-groups.element.js +13 -25
- package/dist/profiles/insights/potential/potential.css.js +5 -0
- package/dist/profiles/insights/profile-insight-explicit-scoring-base.element.d.ts +17 -0
- package/dist/profiles/insights/profile-insight-explicit-scoring-base.element.js +76 -0
- package/dist/profiles/insights/search-terms/search-terms.element.js +1 -1
- package/dist/profiles/screens/profiles-screen.element.js +1 -1
- package/dist/reporting/components/segment-personalization/segment-personalization.element.js +1 -1
- package/dist/reporting/components/segment-personalization-goal-performance/segment-personalization-goal-performance.element.js +1 -1
- package/dist/reporting/components/segment-potential/segment-potential.element.js +1 -1
- package/dist/reporting/components/segment-selector/reporting-segment-selector.element.js +1 -1
- package/dist/reporting/screens/reporting-segments-screen.element.js +1 -1
- package/dist/section.manifests.js +1 -1
- package/dist/settings/cockpit-launcher/header-action/index.d.ts +1 -0
- package/dist/settings/cockpit-launcher/header-action/index.js +1 -0
- package/dist/settings/cockpit-launcher/header-action/manifests.d.ts +2 -0
- package/dist/settings/cockpit-launcher/header-action/manifests.js +15 -0
- package/dist/settings/cockpit-launcher/header-action/open-cockpit-header-action.element.d.ts +18 -0
- package/dist/settings/cockpit-launcher/header-action/open-cockpit-header-action.element.js +82 -0
- package/dist/settings/cockpit-launcher/index.d.ts +2 -0
- package/dist/settings/cockpit-launcher/index.js +2 -0
- package/dist/settings/cockpit-launcher/manifests.d.ts +1 -0
- package/dist/settings/cockpit-launcher/manifests.js +6 -0
- package/dist/settings/cockpit-launcher/modal/element/index.d.ts +1 -0
- package/dist/settings/cockpit-launcher/modal/element/index.js +1 -0
- package/dist/settings/cockpit-launcher/modal/element/open-cockpit-modal.element.d.ts +18 -0
- package/dist/settings/cockpit-launcher/modal/element/open-cockpit-modal.element.js +157 -0
- package/dist/settings/cockpit-launcher/modal/index.d.ts +3 -0
- package/dist/settings/cockpit-launcher/modal/index.js +3 -0
- package/dist/settings/cockpit-launcher/modal/manifests.d.ts +1 -0
- package/dist/settings/cockpit-launcher/modal/manifests.js +9 -0
- package/dist/settings/cockpit-launcher/modal/token/index.d.ts +1 -0
- package/dist/settings/cockpit-launcher/modal/token/index.js +1 -0
- package/dist/settings/cockpit-launcher/modal/token/open-cockpit-modal.token.d.ts +31 -0
- package/dist/settings/cockpit-launcher/modal/token/open-cockpit-modal.token.js +12 -0
- package/dist/settings/goals/collection/manifests.js +1 -1
- package/dist/settings/goals/collection/repository/goals-collection.repository.js +1 -1
- package/dist/settings/goals/collection/repository/goals-collection.server.data-source.d.ts +1 -1
- package/dist/settings/goals/collection/repository/goals-collection.server.data-source.js +1 -1
- package/dist/settings/goals/collection/views/manifests.js +1 -1
- package/dist/settings/goals/collection/views/table/goals-table-collection-view.element.js +1 -1
- package/dist/settings/goals/components/custom-goal/custom-goal.element.js +1 -1
- package/dist/settings/goals/components/goal-type-config/goal-type-config.element.js +1 -1
- package/dist/settings/goals/components/pageevent-goal/pageevent-goal.element.js +1 -1
- package/dist/settings/goals/components/pageview-goal/pageview-goal.element.js +4 -2
- package/dist/settings/goals/entities.d.ts +3 -3
- package/dist/settings/goals/repository/detail/goals-detail-server.data-source.js +4 -4
- package/dist/settings/goals/repository/detail/goals-detail.repository.d.ts +1 -1
- package/dist/settings/goals/repository/detail/goals-detail.store.d.ts +1 -1
- package/dist/settings/goals/workspace/entities.js +0 -2
- package/dist/settings/goals/workspace/goal-workspace-editor.element.js +1 -1
- package/dist/settings/goals/workspace/goal-workspace.context.d.ts +2 -1
- package/dist/settings/goals/workspace/goal-workspace.context.js +14 -0
- package/dist/settings/goals/workspace/manifests.js +1 -1
- package/dist/settings/goals/workspace/views/edit/goal-editor.element.js +2 -2
- package/dist/settings/index.d.ts +1 -0
- package/dist/settings/index.js +1 -0
- package/dist/settings/ip-filters/collection/manifests.js +1 -1
- package/dist/settings/ip-filters/collection/views/manifests.js +1 -1
- package/dist/settings/ip-filters/repository/detail/ip-filters-detail.repository.d.ts +1 -1
- package/dist/settings/ip-filters/repository/detail/ip-filters-detail.store.d.ts +1 -1
- package/dist/settings/ip-filters/workspace/ip-filter-workspace-context.token.d.ts +1 -1
- package/dist/settings/ip-filters/workspace/ip-filter-workspace-editor.element.js +1 -1
- package/dist/settings/ip-filters/workspace/manifests.js +1 -1
- package/dist/settings/manifests-settings.js +2 -0
- package/dist/settings/screens/goals-screen.element.js +1 -1
- package/dist/settings/screens/ipfilters-screen.element.js +1 -1
- package/dist/settings/tree/manifest.js +1 -1
- package/dist/settings/workspace/manifests.js +3 -3
- package/dist/settings/workspace/views/overview/components/ab-testing-configuration-panel.element.js +1 -1
- package/dist/settings/workspace/views/overview/components/analytics-configuration-panel.element.js +2 -2
- package/dist/settings/workspace/views/overview/components/cockpit-configuration-panel.element.js +14 -3
- package/dist/settings/workspace/views/overview/components/manifests.js +1 -1
- package/dist/settings/workspace/views/overview/components/profiles-configuration-panel.element.js +1 -1
- package/dist/settings/workspace/views/overview/components/segmentation-configuration-panel.element.js +1 -1
- package/dist/settings/workspace/views/overview/modal/element/data-cleanup-log-modal.element.js +1 -1
- package/dist/settings/workspace/views/overview/modal/element/data-generation-log-modal.element.js +1 -1
- package/dist/settings/workspace/views/overview/modal/element/data-log-modal-base.element.d.ts +3 -2
- package/dist/settings/workspace/views/overview/modal/element/data-log-modal-base.element.js +33 -29
- package/dist/settings/workspace/views/overview/settings-overview.element.d.ts +1 -1
- package/dist/settings/workspace/views/overview/settings-overview.element.js +2 -2
- package/dist/settings/workspace/views/permissions/components/user-group-permissions.element.js +1 -1
- package/dist/settings/workspace/views/permissions/manifests.d.ts +1 -1
- package/dist/settings/workspace/views/permissions/manifests.js +1 -1
- package/dist/settings/workspace/views/permissions/modal/element/user-group-permission-modal.element.d.ts +1 -1
- package/dist/settings/workspace/views/permissions/modal/element/user-group-permission-modal.element.js +3 -3
- package/dist/settings/workspace/views/permissions/modal/token/user-group-permission-modal.token.js +1 -1
- package/dist/start-page/screens/startpage-root-screen.element.js +46 -38
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/umbraco-package.json +1 -1
- package/package.json +1 -1
- package/dist/core/components/scoring/scoring-base.element.d.ts +0 -24
- package/dist/personalization/modal/scoring-group-base-modal.element.d.ts +0 -16
- package/dist/personalization/modal/scoring-group-base-modal.element.js +0 -98
|
@@ -285,12 +285,6 @@ export type AnalyticsInternalSiteSearchConfigurationModel = {
|
|
|
285
285
|
SearchBoxParameters?: string | null;
|
|
286
286
|
CategoryParameters?: string | null;
|
|
287
287
|
};
|
|
288
|
-
export type AnalyticsQueryFilterGroupModel = {
|
|
289
|
-
readonly and: Array<ColumnFilterModel>;
|
|
290
|
-
};
|
|
291
|
-
export type AnalyticsQueryFilterModel = {
|
|
292
|
-
readonly or: Array<AnalyticsQueryFilterGroupModel>;
|
|
293
|
-
};
|
|
294
288
|
export type AnalyticsQueryGetModel = {
|
|
295
289
|
startDate: string;
|
|
296
290
|
endDate: string;
|
|
@@ -299,10 +293,10 @@ export type AnalyticsQueryGetModel = {
|
|
|
299
293
|
realtime: boolean;
|
|
300
294
|
sort: ColumnModel;
|
|
301
295
|
ascending: boolean;
|
|
302
|
-
filter?: string | null;
|
|
303
296
|
page: number;
|
|
304
297
|
pageSize: number;
|
|
305
298
|
includeSubpages: boolean;
|
|
299
|
+
filter?: string | null;
|
|
306
300
|
};
|
|
307
301
|
export type AnalyticsQueryResultModel = {
|
|
308
302
|
columns: Array<ColumnModel>;
|
|
@@ -429,9 +423,10 @@ export type CampaignDtoModel = {
|
|
|
429
423
|
export type CampaignGroupCustomerJourneyScoringDtoModel = {
|
|
430
424
|
id: number;
|
|
431
425
|
unique: string;
|
|
426
|
+
score: number;
|
|
427
|
+
isLocked: boolean;
|
|
432
428
|
groupId: number;
|
|
433
429
|
customerJourneyStepId: number;
|
|
434
|
-
score: number;
|
|
435
430
|
};
|
|
436
431
|
export type CampaignGroupDtoModel = {
|
|
437
432
|
id: number;
|
|
@@ -450,9 +445,10 @@ export type CampaignGroupDtoModel = {
|
|
|
450
445
|
export type CampaignGroupPersonaScoringDtoModel = {
|
|
451
446
|
id: number;
|
|
452
447
|
unique: string;
|
|
448
|
+
score: number;
|
|
449
|
+
isLocked: boolean;
|
|
453
450
|
groupId: number;
|
|
454
451
|
personaId: number;
|
|
455
|
-
score: number;
|
|
456
452
|
};
|
|
457
453
|
export type CampaignParameterTypeModel = 'Empty' | 'NotEmpty' | 'ExactMatch' | 'Contains' | 'RegexMatch';
|
|
458
454
|
export type CampaignRangeTypeModel = 'Now' | 'Sessions' | 'Days' | 'Any' | 'CurrentPage';
|
|
@@ -474,14 +470,31 @@ export type ClientSideEventModel = {
|
|
|
474
470
|
nonInteraction: boolean;
|
|
475
471
|
timestamp: string;
|
|
476
472
|
};
|
|
473
|
+
export type CockpitAuthConfigurationDtoModel = {
|
|
474
|
+
readonly tokenLifetimeSeconds: number;
|
|
475
|
+
readonly sessionLifetimeMinutes: number;
|
|
476
|
+
readonly requireHttps: boolean;
|
|
477
|
+
readonly cleanupIntervalMinutes: number;
|
|
478
|
+
readonly tokenRetentionBufferMinutes: number;
|
|
479
|
+
readonly sessionRetentionBufferMinutes: number;
|
|
480
|
+
readonly sessionCookieSameSite: string;
|
|
481
|
+
};
|
|
482
|
+
export type CockpitAuthConfigurationModel = {
|
|
483
|
+
tokenLifetimeSeconds: number;
|
|
484
|
+
sessionLifetimeMinutes: number;
|
|
485
|
+
requireHttps: boolean;
|
|
486
|
+
cleanupIntervalMinutes: number;
|
|
487
|
+
tokenRetentionBufferMinutes: number;
|
|
488
|
+
sessionRetentionBufferMinutes: number;
|
|
489
|
+
sessionCookieSameSite: string;
|
|
490
|
+
};
|
|
477
491
|
export type CockpitConfigurationDtoModel = {
|
|
478
492
|
readonly enableInjection: boolean;
|
|
493
|
+
authentication: CockpitAuthConfigurationDtoModel;
|
|
479
494
|
};
|
|
480
495
|
export type CockpitConfigurationModel = {
|
|
481
496
|
enableInjection: boolean;
|
|
482
|
-
|
|
483
|
-
export type ColumnFilterModel = {
|
|
484
|
-
[key: string]: never;
|
|
497
|
+
authentication: CockpitAuthConfigurationModel;
|
|
485
498
|
};
|
|
486
499
|
export type ColumnModel = 'UNDEFINED' | 'usertype' | 'referralPath' | 'fullReferrer' | 'campaign' | 'source' | 'medium' | 'sourceMedium' | 'browser' | 'browserVersion' | 'operatingSystem' | 'operatingSystemVersion' | 'deviceCategory' | 'country' | 'city' | 'hostname' | 'pageUrl' | 'pageId' | 'AncestorNodeId' | 'NodeId' | 'NodeCulture' | 'NodeSegment' | 'NodeContentType' | 'pagePath' | 'eventCategory' | 'eventAction' | 'eventLabel' | 'date' | 'year' | 'month' | 'week' | 'day' | 'hour' | 'minute' | 'nthMonth' | 'nthWeek' | 'nthDay' | 'nthMinute' | 'nthHour' | 'abTest' | 'abTestVariant' | 'goal' | 'goalId' | 'goalType' | 'isMainGoal' | 'visitorType' | 'bot' | 'botId' | 'botVersion' | 'botVersionId' | 'referralHostname' | 'referralIsInternalPage' | 'referralPathAndQuery' | 'browserId' | 'datetime' | 'pageviewSegmentId' | 'pageviewSegmentName' | 'pageviewAppliedSegmentId' | 'pageviewAppliedSegmentName' | 'pageviewAppliedPersonalizationId' | 'pageviewAppliedPersonalizationName' | 'videoName' | 'videoUrl' | 'videoEventType' | 'videoEventTypeName' | 'umbracoFormsName' | 'umbracoFormsId' | 'umbracoFormsFieldName' | 'umbracoFormsFieldId' | 'umbracoFormsFieldError' | 'cityId' | 'countryId' | 'province' | 'provinceId' | 'county' | 'countyId' | 'sourcePlatform' | 'creativeFormat' | 'marketingTactic' | 'segmentId' | 'segmentName' | 'searchTerm' | 'users' | 'newVisitors' | 'percentNewSessions' | 'sessions' | 'bounceRate' | 'sessionDuration' | 'avgSessionDuration' | 'goalCompletionsAll' | 'goalValueAll' | 'pageviews' | 'pageviewsWithSubpages' | 'pageviewsPerSession' | 'uniquePageviews' | 'avgTimeOnPage' | 'totalEvents' | 'eventValue' | 'avgEventValue' | 'abTestVariantVisitors' | 'abTestVariantCompletionsAll' | 'videoPlays' | 'videoPlaytime' | 'avgVideoPlaytime' | 'avgRelativeVideoPlaytime' | 'videoEvents' | 'umbracoFormsViews' | 'umbracoFormsSubmissions' | 'umbracoFormsStarts' | 'umbracoFormsAbandons' | 'umbracoFormsErrors' | 'umbracoFormsFieldFocusses' | 'umbracoFormsFieldAbandons' | 'umbracoFormsFieldErrors' | 'avgEngagedTimeOnPage' | 'pageviewsBot' | 'pageSessions' | 'pageVisitors' | 'pageSessionsWithSubpages' | 'pageVisitorsWithSubpages' | 'activeSegmentPageviews' | 'inactiveSegmentPageviews' | 'activeSegmentSessions' | 'inactiveSegmentSessions' | 'activeSegmentProfiles' | 'inactiveSegmentProfiles' | 'activePersonalizedSegmentPageviews' | 'inactivePersonalizedSegmentPageviews' | 'activePersonalizedSegmentSessions' | 'inactivePersonalizedSegmentSessions' | 'activePersonalizedSegmentProfiles' | 'inactivePersonalizedSegmentProfiles' | 'searchVolume' | 'searchVolumeWithSubpages' | 'visitors' | 'campaignEntries' | 'campaignVisitors' | 'campaignGoals' | 'campaignGoalValue' | 'campaignFormSubmissions' | 'campaignCommerceOrders';
|
|
487
500
|
export type ConfigurationDtoModel = {
|
|
@@ -501,6 +514,7 @@ export type ContentScoringEntityDtoModel = {
|
|
|
501
514
|
documentUnique: string;
|
|
502
515
|
culture?: string | null;
|
|
503
516
|
score: number;
|
|
517
|
+
isLocked: boolean;
|
|
504
518
|
type: ContentScoringEntityTypeModel;
|
|
505
519
|
};
|
|
506
520
|
export type ContentScoringEntityTypeModel = 'None' | 'Persona' | 'Journey';
|
|
@@ -559,9 +573,11 @@ export type CustomerJourneyStepDtoModel = {
|
|
|
559
573
|
export type CustomerJourneyStepScoreModel = {
|
|
560
574
|
id: number;
|
|
561
575
|
unique: string;
|
|
562
|
-
customerJourneyStepId: number;
|
|
563
576
|
score: number;
|
|
577
|
+
isLocked: boolean;
|
|
578
|
+
customerJourneyStepId: number;
|
|
564
579
|
scoreType: PersonalizationScoreTypeModel;
|
|
580
|
+
readonly entityId: number;
|
|
565
581
|
};
|
|
566
582
|
export type DataCleanupLogDtoModel = {
|
|
567
583
|
started: string;
|
|
@@ -607,6 +623,14 @@ export type DocumentTypePermissionDtoModel = {
|
|
|
607
623
|
updatedByUmbracoUserKey: string;
|
|
608
624
|
updatedByUmbracoUser?: string | null;
|
|
609
625
|
};
|
|
626
|
+
export type DomainInfoModel = {
|
|
627
|
+
name: string;
|
|
628
|
+
rootContentId?: number | null;
|
|
629
|
+
languageIsoCode?: string | null;
|
|
630
|
+
};
|
|
631
|
+
export type DomainsResponseModel = {
|
|
632
|
+
domains: Array<DomainInfoModel>;
|
|
633
|
+
};
|
|
610
634
|
export type EditorInfoDtoModel = {
|
|
611
635
|
createdBy?: string | null;
|
|
612
636
|
createdDate: string;
|
|
@@ -644,6 +668,10 @@ export type FrequencyConfigModel = {
|
|
|
644
668
|
};
|
|
645
669
|
export type FrequencyOperatorModel = 'Equals' | 'GreaterThan' | 'LessThan';
|
|
646
670
|
export type FrequencyTypeModel = 'Never' | 'AtLeastOnceAny' | 'VariableAny' | 'AtLeastOnceAll' | 'VariableAll';
|
|
671
|
+
export type GenerateTokenResponseModel = {
|
|
672
|
+
token: string;
|
|
673
|
+
expires: string;
|
|
674
|
+
};
|
|
647
675
|
export type GetProfileOverviewRequestModel = {
|
|
648
676
|
skip: number;
|
|
649
677
|
take: number;
|
|
@@ -715,7 +743,6 @@ export type GoalSummaryModel = {
|
|
|
715
743
|
isInverted: boolean;
|
|
716
744
|
isImplicitScoringEnabled: boolean;
|
|
717
745
|
};
|
|
718
|
-
export type HeatmapDeviceTypeModel = 'Null' | 'Desktop' | 'Tablet' | 'Mobile';
|
|
719
746
|
export type HeatmapLineModel = {
|
|
720
747
|
pixels: number;
|
|
721
748
|
seenByVisitorPercentage: number;
|
|
@@ -731,7 +758,7 @@ export type HeatmapPageVariantModel = {
|
|
|
731
758
|
export type HeatmapSettingsRequestModel = {
|
|
732
759
|
from?: string | null;
|
|
733
760
|
to?: string | null;
|
|
734
|
-
|
|
761
|
+
deviceTypes?: Array<number> | null;
|
|
735
762
|
unique: string;
|
|
736
763
|
culture?: string | null;
|
|
737
764
|
segment?: string | null;
|
|
@@ -793,14 +820,15 @@ export type MemberRegisteredConfigModel = {
|
|
|
793
820
|
};
|
|
794
821
|
export type MetricModel = 'UNDEFINED' | 'users' | 'newVisitors' | 'percentNewSessions' | 'sessions' | 'bounceRate' | 'sessionDuration' | 'avgSessionDuration' | 'goalCompletionsAll' | 'goalValueAll' | 'pageviews' | 'pageviewsWithSubpages' | 'pageviewsPerSession' | 'uniquePageviews' | 'avgTimeOnPage' | 'totalEvents' | 'eventValue' | 'avgEventValue' | 'abTestVariantVisitors' | 'abTestVariantCompletionsAll' | 'videoPlays' | 'videoPlaytime' | 'avgVideoPlaytime' | 'avgRelativeVideoPlaytime' | 'videoEvents' | 'umbracoFormsViews' | 'umbracoFormsSubmissions' | 'umbracoFormsStarts' | 'umbracoFormsAbandons' | 'umbracoFormsErrors' | 'umbracoFormsFieldFocusses' | 'umbracoFormsFieldAbandons' | 'umbracoFormsFieldErrors' | 'avgEngagedTimeOnPage' | 'pageviewsBot' | 'pageSessions' | 'pageVisitors' | 'pageSessionsWithSubpages' | 'pageVisitorsWithSubpages' | 'activeSegmentPageviews' | 'inactiveSegmentPageviews' | 'activeSegmentSessions' | 'inactiveSegmentSessions' | 'activeSegmentProfiles' | 'inactiveSegmentProfiles' | 'activePersonalizedSegmentPageviews' | 'inactivePersonalizedSegmentPageviews' | 'activePersonalizedSegmentSessions' | 'inactivePersonalizedSegmentSessions' | 'activePersonalizedSegmentProfiles' | 'inactivePersonalizedSegmentProfiles' | 'searchVolume' | 'searchVolumeWithSubpages' | 'visitors' | 'campaignEntries' | 'campaignVisitors' | 'campaignGoals' | 'campaignGoalValue' | 'campaignFormSubmissions' | 'campaignCommerceOrders';
|
|
795
822
|
export type MinimumDeviationTypeModel = 'Absolute' | 'Percent';
|
|
823
|
+
export type ModifyExplicitScoreRequestModel = {
|
|
824
|
+
entityId: number;
|
|
825
|
+
visitorId: number;
|
|
826
|
+
};
|
|
796
827
|
export type NewProfileSummaryDtoModel = {
|
|
797
828
|
newlyIdentified: number;
|
|
798
829
|
formerlyUnknown: number;
|
|
799
830
|
unknown: number;
|
|
800
831
|
};
|
|
801
|
-
export type NotFoundResult = {
|
|
802
|
-
statusCode: number;
|
|
803
|
-
};
|
|
804
832
|
export type NotificationHeaderModel = {
|
|
805
833
|
message: string;
|
|
806
834
|
category: string;
|
|
@@ -888,9 +916,11 @@ export type PersonaDtoModel = {
|
|
|
888
916
|
export type PersonaScoreModel = {
|
|
889
917
|
id: number;
|
|
890
918
|
unique: string;
|
|
891
|
-
personaId: number;
|
|
892
919
|
score: number;
|
|
920
|
+
isLocked: boolean;
|
|
921
|
+
personaId: number;
|
|
893
922
|
scoreType: PersonalizationScoreTypeModel;
|
|
923
|
+
readonly entityId: number;
|
|
894
924
|
};
|
|
895
925
|
export type PersonaSegmentRuleConfigModel = {
|
|
896
926
|
Personas: Array<number>;
|
|
@@ -923,13 +953,23 @@ export type PreviewUrlResponseModel = {
|
|
|
923
953
|
errorMessage?: string | null;
|
|
924
954
|
previewUrl?: string | null;
|
|
925
955
|
};
|
|
956
|
+
export type ProblemDetails = {
|
|
957
|
+
type?: string | null;
|
|
958
|
+
title?: string | null;
|
|
959
|
+
status?: number | null;
|
|
960
|
+
detail?: string | null;
|
|
961
|
+
instance?: string | null;
|
|
962
|
+
[key: string]: unknown | string | null | string | null | number | null | string | null | string | null | undefined;
|
|
963
|
+
};
|
|
926
964
|
export type ProductsInCartRuleConfigModel = {
|
|
927
965
|
hasProductsInCart: boolean;
|
|
928
966
|
};
|
|
929
967
|
export type ProfileCustomerJourneyStepScoreDtoModel = {
|
|
930
|
-
|
|
968
|
+
groupId: number;
|
|
931
969
|
score: number;
|
|
932
970
|
isActive: boolean;
|
|
971
|
+
isLocked: boolean;
|
|
972
|
+
customerJourneyStepId: number;
|
|
933
973
|
};
|
|
934
974
|
export type ProfileGoalCompletionsDtoModel = {
|
|
935
975
|
unique: string;
|
|
@@ -990,9 +1030,11 @@ export type ProfilePageviewEventDtoModel = {
|
|
|
990
1030
|
detail?: string | null;
|
|
991
1031
|
};
|
|
992
1032
|
export type ProfilePersonaScoreDtoModel = {
|
|
993
|
-
|
|
1033
|
+
groupId: number;
|
|
994
1034
|
score: number;
|
|
995
1035
|
isActive: boolean;
|
|
1036
|
+
isLocked: boolean;
|
|
1037
|
+
personaId: number;
|
|
996
1038
|
};
|
|
997
1039
|
export type ProfilePotentialDtoModel = {
|
|
998
1040
|
active: number;
|
|
@@ -1108,9 +1150,10 @@ export type RangeTypeModel = 'Now' | 'Sessions' | 'Days' | 'Any';
|
|
|
1108
1150
|
export type ReferralGroupCustomerJourneyScoringDtoModel = {
|
|
1109
1151
|
id: number;
|
|
1110
1152
|
unique: string;
|
|
1153
|
+
score: number;
|
|
1154
|
+
isLocked: boolean;
|
|
1111
1155
|
groupId: number;
|
|
1112
1156
|
customerJourneyStepId: number;
|
|
1113
|
-
score: number;
|
|
1114
1157
|
};
|
|
1115
1158
|
export type ReferralGroupDtoModel = {
|
|
1116
1159
|
id: number;
|
|
@@ -1137,9 +1180,10 @@ export type ReferralGroupPageDtoModel = {
|
|
|
1137
1180
|
export type ReferralGroupPersonaScoringDtoModel = {
|
|
1138
1181
|
id: number;
|
|
1139
1182
|
unique: string;
|
|
1183
|
+
score: number;
|
|
1184
|
+
isLocked: boolean;
|
|
1140
1185
|
groupId: number;
|
|
1141
1186
|
personaId: number;
|
|
1142
|
-
score: number;
|
|
1143
1187
|
};
|
|
1144
1188
|
export type ReferralPageDtoModel = {
|
|
1145
1189
|
id: number;
|
|
@@ -1430,6 +1474,14 @@ export type AnalyticsQueryResultModelWritable = {
|
|
|
1430
1474
|
export type ConfigurationDtoModelWritable = {
|
|
1431
1475
|
[key: string]: never;
|
|
1432
1476
|
};
|
|
1477
|
+
export type CustomerJourneyStepScoreModelWritable = {
|
|
1478
|
+
id: number;
|
|
1479
|
+
unique: string;
|
|
1480
|
+
score: number;
|
|
1481
|
+
isLocked: boolean;
|
|
1482
|
+
customerJourneyStepId: number;
|
|
1483
|
+
scoreType: PersonalizationScoreTypeModel;
|
|
1484
|
+
};
|
|
1433
1485
|
export type DeliveryApiConfigurationModelWritable = {
|
|
1434
1486
|
Segmentation: DeliveryApiSegmentationConfigurationModelWritable;
|
|
1435
1487
|
};
|
|
@@ -1439,6 +1491,21 @@ export type DeliveryApiSegmentationConfigurationModelWritable = {
|
|
|
1439
1491
|
ContentByIds: boolean;
|
|
1440
1492
|
ContentByPath: boolean;
|
|
1441
1493
|
};
|
|
1494
|
+
export type GoalModelWritable = {
|
|
1495
|
+
id: number;
|
|
1496
|
+
unique: string;
|
|
1497
|
+
name: string;
|
|
1498
|
+
value: number;
|
|
1499
|
+
isImplicitScoringEnabled: boolean;
|
|
1500
|
+
goalTypeId: string;
|
|
1501
|
+
goalTypeConfig: string;
|
|
1502
|
+
isMain: boolean;
|
|
1503
|
+
isInverted: boolean;
|
|
1504
|
+
isActive: boolean;
|
|
1505
|
+
isInvalid: boolean;
|
|
1506
|
+
implicitPersonaScoring?: Array<PersonaScoreModelWritable> | null;
|
|
1507
|
+
implicitCustomerJourneyStepScoring?: Array<CustomerJourneyStepScoreModelWritable> | null;
|
|
1508
|
+
};
|
|
1442
1509
|
export type IPageReferralPageDtoModelWritable = {
|
|
1443
1510
|
[key: string]: never;
|
|
1444
1511
|
};
|
|
@@ -1452,6 +1519,14 @@ export type PageGoalSummaryModelWritable = {
|
|
|
1452
1519
|
itemsPerPage: number;
|
|
1453
1520
|
rows: Array<GoalSummaryModel>;
|
|
1454
1521
|
};
|
|
1522
|
+
export type PersonaScoreModelWritable = {
|
|
1523
|
+
id: number;
|
|
1524
|
+
unique: string;
|
|
1525
|
+
score: number;
|
|
1526
|
+
isLocked: boolean;
|
|
1527
|
+
personaId: number;
|
|
1528
|
+
scoreType: PersonalizationScoreTypeModel;
|
|
1529
|
+
};
|
|
1455
1530
|
export type ProfilesConfigurationDtoModelWritable = {
|
|
1456
1531
|
[key: string]: never;
|
|
1457
1532
|
};
|
|
@@ -1479,6 +1554,21 @@ export type SaveCustomerJourneyResponseModelWritable = {
|
|
|
1479
1554
|
journey: CustomerJourneyDtoModel | null;
|
|
1480
1555
|
validationResults: unknown;
|
|
1481
1556
|
};
|
|
1557
|
+
export type SaveGoalRequestModelWritable = {
|
|
1558
|
+
id?: number | null;
|
|
1559
|
+
unique: string;
|
|
1560
|
+
name: string;
|
|
1561
|
+
value: number;
|
|
1562
|
+
goalTypeId: string;
|
|
1563
|
+
goalTypeConfig: string;
|
|
1564
|
+
isMain: boolean;
|
|
1565
|
+
isInverted: boolean;
|
|
1566
|
+
isActive: boolean;
|
|
1567
|
+
isInvalid: boolean;
|
|
1568
|
+
isImplicitScoringEnabled: boolean;
|
|
1569
|
+
implicitPersonaScoring: Array<PersonaScoreModelWritable>;
|
|
1570
|
+
implicitCustomerJourneyStepScoring: Array<CustomerJourneyStepScoreModelWritable>;
|
|
1571
|
+
};
|
|
1482
1572
|
export type SavePersonaResponseModelWritable = {
|
|
1483
1573
|
persona: PersonasDtoModel | null;
|
|
1484
1574
|
validationResults: unknown;
|
|
@@ -2529,6 +2619,44 @@ export type GetCockpitGetUmbracoPageInfoResponses = {
|
|
|
2529
2619
|
200: UmbracoPageInfoDtoModel;
|
|
2530
2620
|
};
|
|
2531
2621
|
export type GetCockpitGetUmbracoPageInfoResponse = GetCockpitGetUmbracoPageInfoResponses[keyof GetCockpitGetUmbracoPageInfoResponses];
|
|
2622
|
+
export type GetCockpitAuthDomainsData = {
|
|
2623
|
+
body?: never;
|
|
2624
|
+
path?: never;
|
|
2625
|
+
query?: never;
|
|
2626
|
+
url: '/umbraco/engage/management/api/v1/cockpit-auth/domains';
|
|
2627
|
+
};
|
|
2628
|
+
export type GetCockpitAuthDomainsErrors = {
|
|
2629
|
+
/**
|
|
2630
|
+
* The resource is protected and requires an authentication token
|
|
2631
|
+
*/
|
|
2632
|
+
401: unknown;
|
|
2633
|
+
};
|
|
2634
|
+
export type GetCockpitAuthDomainsResponses = {
|
|
2635
|
+
/**
|
|
2636
|
+
* OK
|
|
2637
|
+
*/
|
|
2638
|
+
200: DomainsResponseModel;
|
|
2639
|
+
};
|
|
2640
|
+
export type GetCockpitAuthDomainsResponse = GetCockpitAuthDomainsResponses[keyof GetCockpitAuthDomainsResponses];
|
|
2641
|
+
export type PostCockpitAuthGenerateTokenData = {
|
|
2642
|
+
body?: never;
|
|
2643
|
+
path?: never;
|
|
2644
|
+
query?: never;
|
|
2645
|
+
url: '/umbraco/engage/management/api/v1/cockpit-auth/generate-token';
|
|
2646
|
+
};
|
|
2647
|
+
export type PostCockpitAuthGenerateTokenErrors = {
|
|
2648
|
+
/**
|
|
2649
|
+
* The resource is protected and requires an authentication token
|
|
2650
|
+
*/
|
|
2651
|
+
401: unknown;
|
|
2652
|
+
};
|
|
2653
|
+
export type PostCockpitAuthGenerateTokenResponses = {
|
|
2654
|
+
/**
|
|
2655
|
+
* OK
|
|
2656
|
+
*/
|
|
2657
|
+
200: GenerateTokenResponseModel;
|
|
2658
|
+
};
|
|
2659
|
+
export type PostCockpitAuthGenerateTokenResponse = PostCockpitAuthGenerateTokenResponses[keyof PostCockpitAuthGenerateTokenResponses];
|
|
2532
2660
|
export type GetConfigurationData = {
|
|
2533
2661
|
body?: never;
|
|
2534
2662
|
path?: never;
|
|
@@ -2569,84 +2697,84 @@ export type GetContentScoringAllResponses = {
|
|
|
2569
2697
|
200: ContentScoringResultModel;
|
|
2570
2698
|
};
|
|
2571
2699
|
export type GetContentScoringAllResponse = GetContentScoringAllResponses[keyof GetContentScoringAllResponses];
|
|
2572
|
-
export type
|
|
2700
|
+
export type GetContentScoringExportCustomerJourneyData = {
|
|
2573
2701
|
body?: never;
|
|
2574
2702
|
path?: never;
|
|
2575
2703
|
query?: never;
|
|
2576
|
-
url: '/umbraco/engage/management/api/v1/content-scoring/customer-journey
|
|
2704
|
+
url: '/umbraco/engage/management/api/v1/content-scoring/export/customer-journey';
|
|
2577
2705
|
};
|
|
2578
|
-
export type
|
|
2706
|
+
export type GetContentScoringExportCustomerJourneyErrors = {
|
|
2579
2707
|
/**
|
|
2580
2708
|
* The resource is protected and requires an authentication token
|
|
2581
2709
|
*/
|
|
2582
2710
|
401: unknown;
|
|
2583
2711
|
};
|
|
2584
|
-
export type
|
|
2712
|
+
export type GetContentScoringExportCustomerJourneyResponses = {
|
|
2585
2713
|
/**
|
|
2586
2714
|
* OK
|
|
2587
2715
|
*/
|
|
2588
2716
|
200: Blob | File;
|
|
2589
2717
|
};
|
|
2590
|
-
export type
|
|
2591
|
-
export type
|
|
2718
|
+
export type GetContentScoringExportCustomerJourneyResponse = GetContentScoringExportCustomerJourneyResponses[keyof GetContentScoringExportCustomerJourneyResponses];
|
|
2719
|
+
export type GetContentScoringExportPersonaData = {
|
|
2592
2720
|
body?: never;
|
|
2593
2721
|
path?: never;
|
|
2594
|
-
query?:
|
|
2595
|
-
|
|
2596
|
-
};
|
|
2597
|
-
url: '/umbraco/engage/management/api/v1/content-scoring/journey';
|
|
2722
|
+
query?: never;
|
|
2723
|
+
url: '/umbraco/engage/management/api/v1/content-scoring/export/persona';
|
|
2598
2724
|
};
|
|
2599
|
-
export type
|
|
2725
|
+
export type GetContentScoringExportPersonaErrors = {
|
|
2600
2726
|
/**
|
|
2601
2727
|
* The resource is protected and requires an authentication token
|
|
2602
2728
|
*/
|
|
2603
2729
|
401: unknown;
|
|
2604
2730
|
};
|
|
2605
|
-
export type
|
|
2731
|
+
export type GetContentScoringExportPersonaResponses = {
|
|
2606
2732
|
/**
|
|
2607
2733
|
* OK
|
|
2608
2734
|
*/
|
|
2609
|
-
200:
|
|
2735
|
+
200: Blob | File;
|
|
2610
2736
|
};
|
|
2611
|
-
export type
|
|
2737
|
+
export type GetContentScoringExportPersonaResponse = GetContentScoringExportPersonaResponses[keyof GetContentScoringExportPersonaResponses];
|
|
2738
|
+
export type DeleteContentScoringJourneyData = {
|
|
2612
2739
|
body?: never;
|
|
2613
2740
|
path?: never;
|
|
2614
2741
|
query?: {
|
|
2615
2742
|
id?: number;
|
|
2616
2743
|
};
|
|
2617
|
-
url: '/umbraco/engage/management/api/v1/content-scoring/
|
|
2744
|
+
url: '/umbraco/engage/management/api/v1/content-scoring/journey';
|
|
2618
2745
|
};
|
|
2619
|
-
export type
|
|
2746
|
+
export type DeleteContentScoringJourneyErrors = {
|
|
2620
2747
|
/**
|
|
2621
2748
|
* The resource is protected and requires an authentication token
|
|
2622
2749
|
*/
|
|
2623
2750
|
401: unknown;
|
|
2624
2751
|
};
|
|
2625
|
-
export type
|
|
2752
|
+
export type DeleteContentScoringJourneyResponses = {
|
|
2626
2753
|
/**
|
|
2627
2754
|
* OK
|
|
2628
2755
|
*/
|
|
2629
2756
|
200: unknown;
|
|
2630
2757
|
};
|
|
2631
|
-
export type
|
|
2758
|
+
export type DeleteContentScoringPersonaData = {
|
|
2632
2759
|
body?: never;
|
|
2633
2760
|
path?: never;
|
|
2634
|
-
query?:
|
|
2635
|
-
|
|
2761
|
+
query?: {
|
|
2762
|
+
id?: number;
|
|
2763
|
+
};
|
|
2764
|
+
url: '/umbraco/engage/management/api/v1/content-scoring/persona';
|
|
2636
2765
|
};
|
|
2637
|
-
export type
|
|
2766
|
+
export type DeleteContentScoringPersonaErrors = {
|
|
2638
2767
|
/**
|
|
2639
2768
|
* The resource is protected and requires an authentication token
|
|
2640
2769
|
*/
|
|
2641
2770
|
401: unknown;
|
|
2642
2771
|
};
|
|
2643
|
-
export type
|
|
2772
|
+
export type DeleteContentScoringPersonaResponses = {
|
|
2644
2773
|
/**
|
|
2645
2774
|
* OK
|
|
2646
2775
|
*/
|
|
2647
|
-
200:
|
|
2776
|
+
200: unknown;
|
|
2648
2777
|
};
|
|
2649
|
-
export type GetContentScoringPersonaExportCsvResponse = GetContentScoringPersonaExportCsvResponses[keyof GetContentScoringPersonaExportCsvResponses];
|
|
2650
2778
|
export type PostContentScoringSaveData = {
|
|
2651
2779
|
body?: Array<ContentScoringEntityDtoModel>;
|
|
2652
2780
|
path?: never;
|
|
@@ -2829,6 +2957,42 @@ export type GetCustomerJourneyEmptyResponses = {
|
|
|
2829
2957
|
200: CustomerJourneyDtoModel;
|
|
2830
2958
|
};
|
|
2831
2959
|
export type GetCustomerJourneyEmptyResponse = GetCustomerJourneyEmptyResponses[keyof GetCustomerJourneyEmptyResponses];
|
|
2960
|
+
export type PostCustomerJourneyLockData = {
|
|
2961
|
+
body?: ModifyExplicitScoreRequestModel;
|
|
2962
|
+
path?: never;
|
|
2963
|
+
query?: never;
|
|
2964
|
+
url: '/umbraco/engage/management/api/v1/customer-journey/lock';
|
|
2965
|
+
};
|
|
2966
|
+
export type PostCustomerJourneyLockErrors = {
|
|
2967
|
+
/**
|
|
2968
|
+
* The resource is protected and requires an authentication token
|
|
2969
|
+
*/
|
|
2970
|
+
401: unknown;
|
|
2971
|
+
};
|
|
2972
|
+
export type PostCustomerJourneyLockResponses = {
|
|
2973
|
+
/**
|
|
2974
|
+
* OK
|
|
2975
|
+
*/
|
|
2976
|
+
200: unknown;
|
|
2977
|
+
};
|
|
2978
|
+
export type PostCustomerJourneyUnlockData = {
|
|
2979
|
+
body?: ModifyExplicitScoreRequestModel;
|
|
2980
|
+
path?: never;
|
|
2981
|
+
query?: never;
|
|
2982
|
+
url: '/umbraco/engage/management/api/v1/customer-journey/unlock';
|
|
2983
|
+
};
|
|
2984
|
+
export type PostCustomerJourneyUnlockErrors = {
|
|
2985
|
+
/**
|
|
2986
|
+
* The resource is protected and requires an authentication token
|
|
2987
|
+
*/
|
|
2988
|
+
401: unknown;
|
|
2989
|
+
};
|
|
2990
|
+
export type PostCustomerJourneyUnlockResponses = {
|
|
2991
|
+
/**
|
|
2992
|
+
* OK
|
|
2993
|
+
*/
|
|
2994
|
+
200: unknown;
|
|
2995
|
+
};
|
|
2832
2996
|
export type GetDataCleanupLogsData = {
|
|
2833
2997
|
body?: never;
|
|
2834
2998
|
path?: never;
|
|
@@ -2934,7 +3098,7 @@ export type GetPermissionsDocumentTypeAllResponses = {
|
|
|
2934
3098
|
};
|
|
2935
3099
|
export type GetPermissionsDocumentTypeAllResponse = GetPermissionsDocumentTypeAllResponses[keyof GetPermissionsDocumentTypeAllResponses];
|
|
2936
3100
|
export type PostGoalData = {
|
|
2937
|
-
body?:
|
|
3101
|
+
body?: SaveGoalRequestModelWritable;
|
|
2938
3102
|
path?: never;
|
|
2939
3103
|
query?: never;
|
|
2940
3104
|
url: '/umbraco/engage/management/api/v1/goal';
|
|
@@ -3097,9 +3261,8 @@ export type GetHeatmapsVariantsErrors = {
|
|
|
3097
3261
|
/**
|
|
3098
3262
|
* Not Found
|
|
3099
3263
|
*/
|
|
3100
|
-
404:
|
|
3264
|
+
404: unknown;
|
|
3101
3265
|
};
|
|
3102
|
-
export type GetHeatmapsVariantsError = GetHeatmapsVariantsErrors[keyof GetHeatmapsVariantsErrors];
|
|
3103
3266
|
export type GetHeatmapsVariantsResponses = {
|
|
3104
3267
|
/**
|
|
3105
3268
|
* OK
|
|
@@ -3456,6 +3619,42 @@ export type GetPersonaEmptyResponses = {
|
|
|
3456
3619
|
200: PersonasDtoModel;
|
|
3457
3620
|
};
|
|
3458
3621
|
export type GetPersonaEmptyResponse = GetPersonaEmptyResponses[keyof GetPersonaEmptyResponses];
|
|
3622
|
+
export type PostPersonaLockData = {
|
|
3623
|
+
body?: ModifyExplicitScoreRequestModel;
|
|
3624
|
+
path?: never;
|
|
3625
|
+
query?: never;
|
|
3626
|
+
url: '/umbraco/engage/management/api/v1/persona/lock';
|
|
3627
|
+
};
|
|
3628
|
+
export type PostPersonaLockErrors = {
|
|
3629
|
+
/**
|
|
3630
|
+
* The resource is protected and requires an authentication token
|
|
3631
|
+
*/
|
|
3632
|
+
401: unknown;
|
|
3633
|
+
};
|
|
3634
|
+
export type PostPersonaLockResponses = {
|
|
3635
|
+
/**
|
|
3636
|
+
* OK
|
|
3637
|
+
*/
|
|
3638
|
+
200: unknown;
|
|
3639
|
+
};
|
|
3640
|
+
export type PostPersonaUnlockData = {
|
|
3641
|
+
body?: ModifyExplicitScoreRequestModel;
|
|
3642
|
+
path?: never;
|
|
3643
|
+
query?: never;
|
|
3644
|
+
url: '/umbraco/engage/management/api/v1/persona/unlock';
|
|
3645
|
+
};
|
|
3646
|
+
export type PostPersonaUnlockErrors = {
|
|
3647
|
+
/**
|
|
3648
|
+
* The resource is protected and requires an authentication token
|
|
3649
|
+
*/
|
|
3650
|
+
401: unknown;
|
|
3651
|
+
};
|
|
3652
|
+
export type PostPersonaUnlockResponses = {
|
|
3653
|
+
/**
|
|
3654
|
+
* OK
|
|
3655
|
+
*/
|
|
3656
|
+
200: unknown;
|
|
3657
|
+
};
|
|
3459
3658
|
export type GetProfileBotVisitorsData = {
|
|
3460
3659
|
body?: never;
|
|
3461
3660
|
path?: never;
|
|
@@ -3514,8 +3713,9 @@ export type GetProfileDetailsErrors = {
|
|
|
3514
3713
|
/**
|
|
3515
3714
|
* Not Found
|
|
3516
3715
|
*/
|
|
3517
|
-
404:
|
|
3716
|
+
404: ProblemDetails;
|
|
3518
3717
|
};
|
|
3718
|
+
export type GetProfileDetailsError = GetProfileDetailsErrors[keyof GetProfileDetailsErrors];
|
|
3519
3719
|
export type GetProfileDetailsResponses = {
|
|
3520
3720
|
/**
|
|
3521
3721
|
* OK
|
|
@@ -3744,9 +3944,8 @@ export type GetProfileRelatedErrors = {
|
|
|
3744
3944
|
/**
|
|
3745
3945
|
* Not Found
|
|
3746
3946
|
*/
|
|
3747
|
-
404:
|
|
3947
|
+
404: unknown;
|
|
3748
3948
|
};
|
|
3749
|
-
export type GetProfileRelatedError = GetProfileRelatedErrors[keyof GetProfileRelatedErrors];
|
|
3750
3949
|
export type GetProfileRelatedResponses = {
|
|
3751
3950
|
/**
|
|
3752
3951
|
* OK
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { ENGAGE_MEMBER_PROFILE_ENTITY_TYPE, ENGAGE_WORKSPACE_MEMBER_PROFILE_ALIAS, } from "./constants.js";
|
|
1
2
|
import { UMB_WORKSPACE_CONDITION_ALIAS } from "@umbraco-cms/backoffice/workspace";
|
|
2
3
|
import { UMB_MEMBER_WORKSPACE_ALIAS } from "@umbraco-cms/backoffice/member";
|
|
3
|
-
import { ENGAGE_MEMBER_PROFILE_ENTITY_TYPE, ENGAGE_WORKSPACE_MEMBER_PROFILE_ALIAS, } from "./constants.js";
|
|
4
4
|
export const manifests = [
|
|
5
5
|
{
|
|
6
6
|
type: "workspace",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { UmbControllerHost } from "@umbraco-cms/backoffice/controller-api";
|
|
2
2
|
import { UmbEntityActionBase, type UmbEntityActionArgs } from "@umbraco-cms/backoffice/entity-action";
|
|
3
3
|
import { UmbLocalizationController } from "@umbraco-cms/backoffice/localization-api";
|
|
4
|
-
import { UmbContextToken } from "@umbraco-cms/backoffice/context-api";
|
|
5
|
-
import { UmbContextBase } from "@umbraco-cms/backoffice/class-api";
|
|
4
|
+
import type { UmbContextToken } from "@umbraco-cms/backoffice/context-api";
|
|
5
|
+
import type { UmbContextBase } from "@umbraco-cms/backoffice/class-api";
|
|
6
6
|
export declare abstract class UePersonalizationBaseEntityAction<ContextType extends UmbContextBase> extends UmbEntityActionBase<any> {
|
|
7
7
|
protected localize: UmbLocalizationController<import("@umbraco-cms/backoffice/localization-api").UmbLocalizationSet>;
|
|
8
8
|
protected retrieveWorkspaceContext: Promise<ContextType | undefined>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UmbControllerHost } from "@umbraco-cms/backoffice/controller-api";
|
|
2
1
|
import { UePersonalizationBaseEntityAction } from "../../actions/personalization-base.action.js";
|
|
3
2
|
import { ENGAGE_APPLIED_PERSONALIZATION_EDITOR_VIEW_CONTEXT } from "../index.js";
|
|
4
|
-
import {
|
|
3
|
+
import type { UmbControllerHost } from "@umbraco-cms/backoffice/controller-api";
|
|
4
|
+
import type { UmbEntityActionArgs } from "@umbraco-cms/backoffice/entity-action";
|
|
5
5
|
export declare class EngageAppliedPersonalizationEditEntityAction extends UePersonalizationBaseEntityAction<typeof ENGAGE_APPLIED_PERSONALIZATION_EDITOR_VIEW_CONTEXT.TYPE> {
|
|
6
6
|
#private;
|
|
7
7
|
constructor(host: UmbControllerHost, args: UmbEntityActionArgs<any>);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { UeAppliedPersonalizationDetailModel } from "../../../../../applied-personalization/entities.js";
|
|
1
2
|
import { nothing } from "@umbraco-cms/backoffice/external/lit";
|
|
2
3
|
import { UmbLitElement } from "@umbraco-cms/backoffice/lit-element";
|
|
3
|
-
import type { UeAppliedPersonalizationDetailModel } from "../../../../../applied-personalization/entities.js";
|
|
4
4
|
declare const elementName = "ue-applied-personalization-table-name-column-layout";
|
|
5
5
|
export declare class UeAppliedPersonalizationTableTypeColumnLayoutElement extends UmbLitElement {
|
|
6
6
|
#private;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { UmbContextToken } from "@umbraco-cms/backoffice/context-api";
|
|
2
1
|
import type { UeAppliedPersonalizationEditorViewContext } from './applied-personalization-editor-view.context.js';
|
|
2
|
+
import { UmbContextToken } from "@umbraco-cms/backoffice/context-api";
|
|
3
3
|
export declare const ENGAGE_APPLIED_PERSONALIZATION_EDITOR_VIEW_CONTEXT: UmbContextToken<import("@umbraco-cms/backoffice/context-api").UmbContextMinimal, UeAppliedPersonalizationEditorViewContext>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ENGAGE_APPLIED_PERSONALIZATION_PREVIEW_ENTITY_ACTION_VISIBILITY_CONDITION_ALIAS } from "./conditions/index.js";
|
|
2
|
-
import { ENGAGE_APPLIED_PERSONALIZATION_ENTITY_TYPE } from "./index.js";
|
|
3
2
|
import { manifests as repositoryManifests } from "./repository/manifests.js";
|
|
4
3
|
import { manifests as workspaceManifests } from "./workspace/manifests.js";
|
|
5
4
|
import { manifests as conditionManifests } from "./conditions/manifests.js";
|
|
5
|
+
import { ENGAGE_APPLIED_PERSONALIZATION_ENTITY_TYPE } from "./index.js";
|
|
6
6
|
export const manifests = [
|
|
7
7
|
...repositoryManifests,
|
|
8
8
|
...workspaceManifests,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { UmbControllerHost } from "@umbraco-cms/backoffice/controller-api";
|
|
2
1
|
import type { UeAppliedPersonalizationDetailModel } from "../../entities.js";
|
|
2
|
+
import type { UmbControllerHost } from "@umbraco-cms/backoffice/controller-api";
|
|
3
3
|
import { UeDetailRepositoryBase } from "../../../../core/index.js";
|
|
4
4
|
type DetailType = UeAppliedPersonalizationDetailModel;
|
|
5
5
|
export declare class UeAppliedPersonalizationDetailRepository extends UeDetailRepositoryBase<DetailType> {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import type { UeAppliedPersonalizationDetailModel } from '../../entities.js';
|
|
1
2
|
import { UmbContextToken } from "@umbraco-cms/backoffice/context-api";
|
|
2
3
|
import { UmbDetailStoreBase } from "@umbraco-cms/backoffice/store";
|
|
3
4
|
import type { UmbControllerHostElement } from "@umbraco-cms/backoffice/controller-api";
|
|
4
|
-
import type { UeAppliedPersonalizationDetailModel } from '../../entities.js';
|
|
5
5
|
type DetailType = UeAppliedPersonalizationDetailModel;
|
|
6
6
|
export declare class UeAppliedPersonalizationDetailStore extends UmbDetailStoreBase<DetailType> {
|
|
7
7
|
constructor(host: UmbControllerHostElement);
|