@umbraco-engage/backoffice 17.0.0-rc1
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/README.md +7 -0
- package/dist/ab-testing/editor-view/ab-testing-editor-view-context.token.d.ts +3 -0
- package/dist/ab-testing/editor-view/ab-testing-editor-view-context.token.js +3 -0
- package/dist/ab-testing/editor-view/ab-testing-editor-view.context.d.ts +15 -0
- package/dist/ab-testing/editor-view/ab-testing-editor-view.context.js +51 -0
- package/dist/ab-testing/editor-view/ab-testing-editor-view.element.d.ts +13 -0
- package/dist/ab-testing/editor-view/ab-testing-editor-view.element.js +46 -0
- package/dist/ab-testing/editor-view/index.d.ts +3 -0
- package/dist/ab-testing/editor-view/index.js +3 -0
- package/dist/ab-testing/index.d.ts +5 -0
- package/dist/ab-testing/index.js +5 -0
- package/dist/ab-testing/manifests.d.ts +1 -0
- package/dist/ab-testing/manifests.js +62 -0
- package/dist/ab-testing/project/components/ab-testing-project-card.element.d.ts +11 -0
- package/dist/ab-testing/project/components/ab-testing-project-card.element.js +32 -0
- package/dist/ab-testing/project/components/ab-testing-project-list.element.d.ts +18 -0
- package/dist/ab-testing/project/components/ab-testing-project-list.element.js +83 -0
- package/dist/ab-testing/project/components/ab-testing-project-overview.element.d.ts +19 -0
- package/dist/ab-testing/project/components/ab-testing-project-overview.element.js +104 -0
- package/dist/ab-testing/project/components/ab-testing-project-status-list.element.d.ts +16 -0
- package/dist/ab-testing/project/components/ab-testing-project-status-list.element.js +66 -0
- package/dist/ab-testing/project/components/index.d.ts +4 -0
- package/dist/ab-testing/project/components/index.js +4 -0
- package/dist/ab-testing/project/constants.d.ts +2 -0
- package/dist/ab-testing/project/constants.js +2 -0
- package/dist/ab-testing/project/entities.d.ts +25 -0
- package/dist/ab-testing/project/entities.js +1 -0
- package/dist/ab-testing/project/index.d.ts +3 -0
- package/dist/ab-testing/project/index.js +3 -0
- package/dist/ab-testing/project/manifests.d.ts +1 -0
- package/dist/ab-testing/project/manifests.js +3 -0
- package/dist/ab-testing/project/repository/detail/ab-testing-project-detail-server.data-source.d.ts +38 -0
- package/dist/ab-testing/project/repository/detail/ab-testing-project-detail-server.data-source.js +86 -0
- package/dist/ab-testing/project/repository/detail/ab-testing-project-detail.repository.d.ts +8 -0
- package/dist/ab-testing/project/repository/detail/ab-testing-project-detail.repository.js +9 -0
- package/dist/ab-testing/project/repository/detail/ab-testing-project-detail.store.d.ts +10 -0
- package/dist/ab-testing/project/repository/detail/ab-testing-project-detail.store.js +9 -0
- package/dist/ab-testing/project/repository/detail/constants.d.ts +2 -0
- package/dist/ab-testing/project/repository/detail/constants.js +2 -0
- package/dist/ab-testing/project/repository/detail/index.d.ts +1 -0
- package/dist/ab-testing/project/repository/detail/index.js +1 -0
- package/dist/ab-testing/project/repository/detail/manifests.d.ts +2 -0
- package/dist/ab-testing/project/repository/detail/manifests.js +14 -0
- package/dist/ab-testing/project/repository/index.d.ts +2 -0
- package/dist/ab-testing/project/repository/index.js +2 -0
- package/dist/ab-testing/project/repository/item/ab-testing-project-item-server.data-source.d.ts +9 -0
- package/dist/ab-testing/project/repository/item/ab-testing-project-item-server.data-source.js +15 -0
- package/dist/ab-testing/project/repository/item/ab-testing-project-item.repository.d.ts +8 -0
- package/dist/ab-testing/project/repository/item/ab-testing-project-item.repository.js +9 -0
- package/dist/ab-testing/project/repository/item/ab-testing-project-item.store.d.ts +10 -0
- package/dist/ab-testing/project/repository/item/ab-testing-project-item.store.js +9 -0
- package/dist/ab-testing/project/repository/item/constants.d.ts +2 -0
- package/dist/ab-testing/project/repository/item/constants.js +2 -0
- package/dist/ab-testing/project/repository/item/index.d.ts +1 -0
- package/dist/ab-testing/project/repository/item/index.js +1 -0
- package/dist/ab-testing/project/repository/item/manifests.d.ts +1 -0
- package/dist/ab-testing/project/repository/item/manifests.js +15 -0
- package/dist/ab-testing/project/repository/manifests.d.ts +1 -0
- package/dist/ab-testing/project/repository/manifests.js +6 -0
- package/dist/ab-testing/project/workspace/ab-testing-project-workspace-context.token.d.ts +4 -0
- package/dist/ab-testing/project/workspace/ab-testing-project-workspace-context.token.js +3 -0
- package/dist/ab-testing/project/workspace/ab-testing-project-workspace-editor.element.d.ts +12 -0
- package/dist/ab-testing/project/workspace/ab-testing-project-workspace-editor.element.js +25 -0
- package/dist/ab-testing/project/workspace/ab-testing-project-workspace.context.d.ts +12 -0
- package/dist/ab-testing/project/workspace/ab-testing-project-workspace.context.js +21 -0
- package/dist/ab-testing/project/workspace/entities.d.ts +3 -0
- package/dist/ab-testing/project/workspace/entities.js +23 -0
- package/dist/ab-testing/project/workspace/index.d.ts +4 -0
- package/dist/ab-testing/project/workspace/index.js +4 -0
- package/dist/ab-testing/project/workspace/manifests.d.ts +34 -0
- package/dist/ab-testing/project/workspace/manifests.js +33 -0
- package/dist/ab-testing/project/workspace/views/edit/ab-testing-project-editor.element.d.ts +16 -0
- package/dist/ab-testing/project/workspace/views/edit/ab-testing-project-editor.element.js +122 -0
- package/dist/ab-testing/screens/abtesting-root-screen.element.d.ts +16 -0
- package/dist/ab-testing/screens/abtesting-root-screen.element.js +101 -0
- package/dist/ab-testing/screens/index.d.ts +1 -0
- package/dist/ab-testing/screens/index.js +1 -0
- package/dist/ab-testing/test/collection/elements/ab-test-variant-name-column-layout.element.d.ts +15 -0
- package/dist/ab-testing/test/collection/elements/ab-test-variant-name-column-layout.element.js +42 -0
- package/dist/ab-testing/test/collection/elements/ab-test-variant-percentage-column-layout.element.d.ts +12 -0
- package/dist/ab-testing/test/collection/elements/ab-test-variant-percentage-column-layout.element.js +25 -0
- package/dist/ab-testing/test/collection/elements/ab-test-variant-status-column-layout.element.d.ts +16 -0
- package/dist/ab-testing/test/collection/elements/ab-test-variant-status-column-layout.element.js +48 -0
- package/dist/ab-testing/test/collection/elements/ab-test-variant-warning-column-layout.element.d.ts +13 -0
- package/dist/ab-testing/test/collection/elements/ab-test-variant-warning-column-layout.element.js +29 -0
- package/dist/ab-testing/test/components/ab-testing-test-card.element.d.ts +16 -0
- package/dist/ab-testing/test/components/ab-testing-test-card.element.js +310 -0
- package/dist/ab-testing/test/components/index.d.ts +4 -0
- package/dist/ab-testing/test/components/index.js +4 -0
- package/dist/ab-testing/test/components/manifests.d.ts +1 -0
- package/dist/ab-testing/test/components/manifests.js +24 -0
- package/dist/ab-testing/test/components/split-url-picker/ab-testing-test-split-url-picker.element.d.ts +21 -0
- package/dist/ab-testing/test/components/split-url-picker/ab-testing-test-split-url-picker.element.js +88 -0
- package/dist/ab-testing/test/components/split-url-picker/index.d.ts +0 -0
- package/dist/ab-testing/test/components/split-url-picker/index.js +1 -0
- package/dist/ab-testing/test/components/test-advice/ab-testing-test-advice.element.d.ts +14 -0
- package/dist/ab-testing/test/components/test-advice/ab-testing-test-advice.element.js +56 -0
- package/dist/ab-testing/test/components/test-advice/ab-testing-test-indication.element.d.ts +13 -0
- package/dist/ab-testing/test/components/test-advice/ab-testing-test-indication.element.js +106 -0
- package/dist/ab-testing/test/components/test-advice/index.d.ts +3 -0
- package/dist/ab-testing/test/components/test-advice/index.js +3 -0
- package/dist/ab-testing/test/components/test-advice/viable-test-advice-generator.controller.d.ts +12 -0
- package/dist/ab-testing/test/components/test-advice/viable-test-advice-generator.controller.js +191 -0
- package/dist/ab-testing/test/components/test-list/ab-testing-document-test-list.element.d.ts +11 -0
- package/dist/ab-testing/test/components/test-list/ab-testing-document-test-list.element.js +26 -0
- package/dist/ab-testing/test/components/test-list/ab-testing-test-list-base.element.d.ts +20 -0
- package/dist/ab-testing/test/components/test-list/ab-testing-test-list-base.element.js +170 -0
- package/dist/ab-testing/test/components/test-list/ab-testing-test-list.element.d.ts +11 -0
- package/dist/ab-testing/test/components/test-list/ab-testing-test-list.element.js +26 -0
- package/dist/ab-testing/test/components/test-list/index.d.ts +2 -0
- package/dist/ab-testing/test/components/test-list/index.js +2 -0
- package/dist/ab-testing/test/components/variant-picker/ab-testing-test-variant-picker.element.d.ts +16 -0
- package/dist/ab-testing/test/components/variant-picker/ab-testing-test-variant-picker.element.js +189 -0
- package/dist/ab-testing/test/components/variant-picker/index.d.ts +1 -0
- package/dist/ab-testing/test/components/variant-picker/index.js +1 -0
- package/dist/ab-testing/test/constants.d.ts +2 -0
- package/dist/ab-testing/test/constants.js +2 -0
- package/dist/ab-testing/test/entities.d.ts +10 -0
- package/dist/ab-testing/test/entities.js +93 -0
- package/dist/ab-testing/test/index.d.ts +5 -0
- package/dist/ab-testing/test/index.js +5 -0
- package/dist/ab-testing/test/manifests.d.ts +1 -0
- package/dist/ab-testing/test/manifests.js +10 -0
- package/dist/ab-testing/test/modal/element/ab-testing-delete-test-modal.element.d.ts +15 -0
- package/dist/ab-testing/test/modal/element/ab-testing-delete-test-modal.element.js +54 -0
- package/dist/ab-testing/test/modal/element/ab-testing-edit-variant-modal.element.d.ts +18 -0
- package/dist/ab-testing/test/modal/element/ab-testing-edit-variant-modal.element.js +136 -0
- package/dist/ab-testing/test/modal/element/ab-testing-end-test-modal.element.d.ts +17 -0
- package/dist/ab-testing/test/modal/element/ab-testing-end-test-modal.element.js +71 -0
- package/dist/ab-testing/test/modal/element/ab-testing-schedule-test-modal.element.d.ts +15 -0
- package/dist/ab-testing/test/modal/element/ab-testing-schedule-test-modal.element.js +59 -0
- package/dist/ab-testing/test/modal/element/ab-testing-test-select-winner-modal.element.d.ts +23 -0
- package/dist/ab-testing/test/modal/element/ab-testing-test-select-winner-modal.element.js +190 -0
- package/dist/ab-testing/test/modal/element/index.d.ts +5 -0
- package/dist/ab-testing/test/modal/element/index.js +5 -0
- package/dist/ab-testing/test/modal/index.d.ts +2 -0
- package/dist/ab-testing/test/modal/index.js +2 -0
- package/dist/ab-testing/test/modal/manifests.d.ts +1 -0
- package/dist/ab-testing/test/modal/manifests.js +33 -0
- package/dist/ab-testing/test/modal/token/ab-testing-delete-test-modal.token.d.ts +6 -0
- package/dist/ab-testing/test/modal/token/ab-testing-delete-test-modal.token.js +8 -0
- package/dist/ab-testing/test/modal/token/ab-testing-edit-variant-modal.token.d.ts +15 -0
- package/dist/ab-testing/test/modal/token/ab-testing-edit-variant-modal.token.js +8 -0
- package/dist/ab-testing/test/modal/token/ab-testing-end-test-modal.token.d.ts +6 -0
- package/dist/ab-testing/test/modal/token/ab-testing-end-test-modal.token.js +8 -0
- package/dist/ab-testing/test/modal/token/ab-testing-schedule-test-modal.token.d.ts +6 -0
- package/dist/ab-testing/test/modal/token/ab-testing-schedule-test-modal.token.js +8 -0
- package/dist/ab-testing/test/modal/token/ab-testing-test-select-winner-modal.token.d.ts +7 -0
- package/dist/ab-testing/test/modal/token/ab-testing-test-select-winner-modal.token.js +8 -0
- package/dist/ab-testing/test/modal/token/index.d.ts +5 -0
- package/dist/ab-testing/test/modal/token/index.js +5 -0
- package/dist/ab-testing/test/repository/detail/ab-testing-test-detail-server.data-source.d.ts +38 -0
- package/dist/ab-testing/test/repository/detail/ab-testing-test-detail-server.data-source.js +84 -0
- package/dist/ab-testing/test/repository/detail/ab-testing-test-detail.repository.d.ts +8 -0
- package/dist/ab-testing/test/repository/detail/ab-testing-test-detail.repository.js +9 -0
- package/dist/ab-testing/test/repository/detail/ab-testing-test-detail.store.d.ts +10 -0
- package/dist/ab-testing/test/repository/detail/ab-testing-test-detail.store.js +9 -0
- package/dist/ab-testing/test/repository/detail/constants.d.ts +2 -0
- package/dist/ab-testing/test/repository/detail/constants.js +2 -0
- package/dist/ab-testing/test/repository/detail/index.d.ts +1 -0
- package/dist/ab-testing/test/repository/detail/index.js +1 -0
- package/dist/ab-testing/test/repository/detail/manifests.d.ts +2 -0
- package/dist/ab-testing/test/repository/detail/manifests.js +14 -0
- package/dist/ab-testing/test/repository/index.d.ts +1 -0
- package/dist/ab-testing/test/repository/index.js +1 -0
- package/dist/ab-testing/test/repository/manifests.d.ts +1 -0
- package/dist/ab-testing/test/repository/manifests.js +2 -0
- package/dist/ab-testing/test/workspace/ab-testing-test-workspace-context.token.d.ts +4 -0
- package/dist/ab-testing/test/workspace/ab-testing-test-workspace-context.token.js +3 -0
- package/dist/ab-testing/test/workspace/ab-testing-test-workspace-editor.element.d.ts +17 -0
- package/dist/ab-testing/test/workspace/ab-testing-test-workspace-editor.element.js +90 -0
- package/dist/ab-testing/test/workspace/ab-testing-test-workspace.context.d.ts +30 -0
- package/dist/ab-testing/test/workspace/ab-testing-test-workspace.context.js +146 -0
- package/dist/ab-testing/test/workspace/actions/ab-test-action-base.d.ts +13 -0
- package/dist/ab-testing/test/workspace/actions/ab-test-action-base.js +43 -0
- package/dist/ab-testing/test/workspace/actions/delete-test-action.d.ts +8 -0
- package/dist/ab-testing/test/workspace/actions/delete-test-action.js +19 -0
- package/dist/ab-testing/test/workspace/actions/end-test-action.d.ts +9 -0
- package/dist/ab-testing/test/workspace/actions/end-test-action.js +33 -0
- package/dist/ab-testing/test/workspace/actions/index.d.ts +8 -0
- package/dist/ab-testing/test/workspace/actions/index.js +8 -0
- package/dist/ab-testing/test/workspace/actions/manifests.d.ts +1 -0
- package/dist/ab-testing/test/workspace/actions/manifests.js +111 -0
- package/dist/ab-testing/test/workspace/actions/save-test-action.d.ts +8 -0
- package/dist/ab-testing/test/workspace/actions/save-test-action.js +10 -0
- package/dist/ab-testing/test/workspace/actions/schedule-test-action.d.ts +8 -0
- package/dist/ab-testing/test/workspace/actions/schedule-test-action.js +18 -0
- package/dist/ab-testing/test/workspace/actions/select-winner-action.d.ts +8 -0
- package/dist/ab-testing/test/workspace/actions/select-winner-action.js +22 -0
- package/dist/ab-testing/test/workspace/actions/start-test-action.d.ts +8 -0
- package/dist/ab-testing/test/workspace/actions/start-test-action.js +11 -0
- package/dist/ab-testing/test/workspace/actions/submit-test-action.d.ts +8 -0
- package/dist/ab-testing/test/workspace/actions/submit-test-action.js +11 -0
- package/dist/ab-testing/test/workspace/actions/unschedule-test-action.d.ts +8 -0
- package/dist/ab-testing/test/workspace/actions/unschedule-test-action.js +16 -0
- package/dist/ab-testing/test/workspace/conditions/ab-testing-test-entity-action-visibility.condition.d.ts +10 -0
- package/dist/ab-testing/test/workspace/conditions/ab-testing-test-entity-action-visibility.condition.js +23 -0
- package/dist/ab-testing/test/workspace/conditions/constants.d.ts +1 -0
- package/dist/ab-testing/test/workspace/conditions/constants.js +1 -0
- package/dist/ab-testing/test/workspace/conditions/manifests.d.ts +13 -0
- package/dist/ab-testing/test/workspace/conditions/manifests.js +9 -0
- package/dist/ab-testing/test/workspace/index.d.ts +7 -0
- package/dist/ab-testing/test/workspace/index.js +7 -0
- package/dist/ab-testing/test/workspace/manifests.d.ts +76 -0
- package/dist/ab-testing/test/workspace/manifests.js +87 -0
- package/dist/ab-testing/test/workspace/views/edit/ab-testing-test-editor.element.d.ts +20 -0
- package/dist/ab-testing/test/workspace/views/edit/ab-testing-test-editor.element.js +118 -0
- package/dist/ab-testing/test/workspace/views/info/ab-testing-test-info.element.d.ts +17 -0
- package/dist/ab-testing/test/workspace/views/info/ab-testing-test-info.element.js +110 -0
- package/dist/ab-testing/test/workspace/views/scoring/ab-testing-test-scoring.element.d.ts +23 -0
- package/dist/ab-testing/test/workspace/views/scoring/ab-testing-test-scoring.element.js +280 -0
- package/dist/ab-testing/umbraco-package.d.ts +8 -0
- package/dist/ab-testing/umbraco-package.js +10 -0
- package/dist/ab-testing/workspace-view/abtesting-document-workspace-context.d.ts +11 -0
- package/dist/ab-testing/workspace-view/abtesting-document-workspace-context.js +35 -0
- package/dist/ab-testing/workspace-view/abtesting-document-workspace-context.token.d.ts +4 -0
- package/dist/ab-testing/workspace-view/abtesting-document-workspace-context.token.js +3 -0
- package/dist/ab-testing/workspace-view/abtesting-workspace-view.element.d.ts +14 -0
- package/dist/ab-testing/workspace-view/abtesting-workspace-view.element.js +76 -0
- package/dist/ab-testing/workspace-view/index.d.ts +2 -0
- package/dist/ab-testing/workspace-view/index.js +2 -0
- package/dist/analytics/analytics-context.d.ts +26 -0
- package/dist/analytics/analytics-context.js +182 -0
- package/dist/analytics/components/analytics-groupby-controls.element.d.ts +15 -0
- package/dist/analytics/components/analytics-groupby-controls.element.js +52 -0
- package/dist/analytics/components/analytics-settings.element.d.ts +15 -0
- package/dist/analytics/components/analytics-settings.element.js +67 -0
- package/dist/analytics/components/annotations/annotation-dataset-generator.controller.d.ts +7 -0
- package/dist/analytics/components/annotations/annotation-dataset-generator.controller.js +71 -0
- package/dist/analytics/components/annotations/annotation-icon-generator.d.ts +4 -0
- package/dist/analytics/components/annotations/annotation-icon-generator.js +27 -0
- package/dist/analytics/components/annotations/annotations-element.d.ts +19 -0
- package/dist/analytics/components/annotations/annotations-element.js +227 -0
- package/dist/analytics/components/annotations/svg/ab-test-end.d.ts +2 -0
- package/dist/analytics/components/annotations/svg/ab-test-end.js +16 -0
- package/dist/analytics/components/annotations/svg/ab-test-start.d.ts +2 -0
- package/dist/analytics/components/annotations/svg/ab-test-start.js +7 -0
- package/dist/analytics/components/annotations/svg/always.d.ts +2 -0
- package/dist/analytics/components/annotations/svg/always.js +4 -0
- package/dist/analytics/components/annotations/svg/created.d.ts +2 -0
- package/dist/analytics/components/annotations/svg/created.js +19 -0
- package/dist/analytics/components/annotations/svg/engage.d.ts +2 -0
- package/dist/analytics/components/annotations/svg/engage.js +2 -0
- package/dist/analytics/components/annotations/svg/node-and-descendants.d.ts +2 -0
- package/dist/analytics/components/annotations/svg/node-and-descendants.js +5 -0
- package/dist/analytics/components/annotations/svg/node.d.ts +2 -0
- package/dist/analytics/components/annotations/svg/node.js +4 -0
- package/dist/analytics/components/annotations/svg/published.d.ts +2 -0
- package/dist/analytics/components/annotations/svg/published.js +19 -0
- package/dist/analytics/components/chart/analytics-chart.element.d.ts +32 -0
- package/dist/analytics/components/chart/analytics-chart.element.js +179 -0
- package/dist/analytics/components/chart/chart-dataset-generator.controller.d.ts +26 -0
- package/dist/analytics/components/chart/chart-dataset-generator.controller.js +297 -0
- package/dist/analytics/components/chart/chart-registrar.controller.d.ts +3 -0
- package/dist/analytics/components/chart/chart-registrar.controller.js +7 -0
- package/dist/analytics/components/chart/chart-settings-generator.controller.d.ts +15 -0
- package/dist/analytics/components/chart/chart-settings-generator.controller.js +205 -0
- package/dist/analytics/components/chart/entities.d.ts +26 -0
- package/dist/analytics/components/chart/entities.js +1 -0
- package/dist/analytics/components/chart/index.d.ts +4 -0
- package/dist/analytics/components/chart/index.js +4 -0
- package/dist/analytics/components/chart/prefab-chart-prefabs-generator.controller.d.ts +10 -0
- package/dist/analytics/components/chart/prefab-chart-prefabs-generator.controller.js +253 -0
- package/dist/analytics/components/chart/prefab-chart.element.d.ts +15 -0
- package/dist/analytics/components/chart/prefab-chart.element.js +41 -0
- package/dist/analytics/components/heatmap/heatmap.element.d.ts +27 -0
- package/dist/analytics/components/heatmap/heatmap.element.js +377 -0
- package/dist/analytics/components/index.d.ts +7 -0
- package/dist/analytics/components/index.js +7 -0
- package/dist/analytics/components/table/analytics-table.element.d.ts +28 -0
- package/dist/analytics/components/table/analytics-table.element.js +531 -0
- package/dist/analytics/components/table/entities.d.ts +22 -0
- package/dist/analytics/components/table/entities.js +1 -0
- package/dist/analytics/components/table/index.d.ts +2 -0
- package/dist/analytics/components/table/index.js +2 -0
- package/dist/analytics/components/table/prefab-analytics-table.element.d.ts +13 -0
- package/dist/analytics/components/table/prefab-analytics-table.element.js +25 -0
- package/dist/analytics/components/table/prefab-table-prefabs-generator.controller.d.ts +10 -0
- package/dist/analytics/components/table/prefab-table-prefabs-generator.controller.js +383 -0
- package/dist/analytics/components/table/table-dataset-generator.controller.d.ts +9 -0
- package/dist/analytics/components/table/table-dataset-generator.controller.js +71 -0
- package/dist/analytics/components/toggle/chart-toggle.element.d.ts +15 -0
- package/dist/analytics/components/toggle/chart-toggle.element.js +86 -0
- package/dist/analytics/constants.d.ts +1 -0
- package/dist/analytics/constants.js +1 -0
- package/dist/analytics/entities.d.ts +37 -0
- package/dist/analytics/entities.js +1 -0
- package/dist/analytics/index.d.ts +5 -0
- package/dist/analytics/index.js +5 -0
- package/dist/analytics/manifests-analytics.d.ts +1 -0
- package/dist/analytics/manifests-analytics.js +130 -0
- package/dist/analytics/modal/element/edit-annotation-modal.element.d.ts +17 -0
- package/dist/analytics/modal/element/edit-annotation-modal.element.js +123 -0
- package/dist/analytics/modal/element/index.d.ts +1 -0
- package/dist/analytics/modal/element/index.js +1 -0
- package/dist/analytics/modal/index.d.ts +2 -0
- package/dist/analytics/modal/index.js +2 -0
- package/dist/analytics/modal/manifests.d.ts +1 -0
- package/dist/analytics/modal/manifests.js +9 -0
- package/dist/analytics/modal/token/edit-annotation-modal.token.d.ts +10 -0
- package/dist/analytics/modal/token/edit-annotation-modal.token.js +8 -0
- package/dist/analytics/modal/token/index.d.ts +1 -0
- package/dist/analytics/modal/token/index.js +1 -0
- package/dist/analytics/prefab-generator-base.controller.d.ts +16 -0
- package/dist/analytics/prefab-generator-base.controller.js +66 -0
- package/dist/analytics/screens/analytics-drillable-screen-base.element.d.ts +18 -0
- package/dist/analytics/screens/analytics-drillable-screen-base.element.js +69 -0
- package/dist/analytics/screens/analytics-root-screen.element.d.ts +10 -0
- package/dist/analytics/screens/analytics-root-screen.element.js +16 -0
- package/dist/analytics/screens/analytics-screen-base.element.d.ts +17 -0
- package/dist/analytics/screens/analytics-screen-base.element.js +111 -0
- package/dist/analytics/screens/analytics-view.element.d.ts +19 -0
- package/dist/analytics/screens/analytics-view.element.js +37 -0
- package/dist/analytics/screens/browsers-screen.element.d.ts +19 -0
- package/dist/analytics/screens/browsers-screen.element.js +49 -0
- package/dist/analytics/screens/campaigns-screen.elment.d.ts +19 -0
- package/dist/analytics/screens/campaigns-screen.elment.js +41 -0
- package/dist/analytics/screens/devices-screen.element.d.ts +14 -0
- package/dist/analytics/screens/devices-screen.element.js +32 -0
- package/dist/analytics/screens/events-screen.element.d.ts +21 -0
- package/dist/analytics/screens/events-screen.element.js +34 -0
- package/dist/analytics/screens/goals-screen.element.d.ts +20 -0
- package/dist/analytics/screens/goals-screen.element.js +31 -0
- package/dist/analytics/screens/heatmap-screen.element.d.ts +22 -0
- package/dist/analytics/screens/heatmap-screen.element.js +203 -0
- package/dist/analytics/screens/index.d.ts +18 -0
- package/dist/analytics/screens/index.js +18 -0
- package/dist/analytics/screens/locations-screen.element.d.ts +23 -0
- package/dist/analytics/screens/locations-screen.element.js +53 -0
- package/dist/analytics/screens/pageviews-screen.element.d.ts +14 -0
- package/dist/analytics/screens/pageviews-screen.element.js +36 -0
- package/dist/analytics/screens/referrals-screen.element.d.ts +20 -0
- package/dist/analytics/screens/referrals-screen.element.js +33 -0
- package/dist/analytics/screens/searchterms-screen.element.d.ts +14 -0
- package/dist/analytics/screens/searchterms-screen.element.js +32 -0
- package/dist/analytics/screens/sessions-screen.element.d.ts +14 -0
- package/dist/analytics/screens/sessions-screen.element.js +36 -0
- package/dist/analytics/screens/time-on-page-screen.element.d.ts +14 -0
- package/dist/analytics/screens/time-on-page-screen.element.js +28 -0
- package/dist/analytics/screens/umbraco-forms-screen.element.d.ts +21 -0
- package/dist/analytics/screens/umbraco-forms-screen.element.js +36 -0
- package/dist/analytics/screens/videos-screen.element.d.ts +20 -0
- package/dist/analytics/screens/videos-screen.element.js +33 -0
- package/dist/analytics/screens/visitors-screen.element.d.ts +15 -0
- package/dist/analytics/screens/visitors-screen.element.js +33 -0
- package/dist/analytics/umbraco-package.d.ts +8 -0
- package/dist/analytics/umbraco-package.js +10 -0
- package/dist/analytics/workspace-view/analytics-workspace-view.element.d.ts +11 -0
- package/dist/analytics/workspace-view/analytics-workspace-view.element.js +19 -0
- package/dist/constants.d.ts +13 -0
- package/dist/constants.js +14 -0
- package/dist/core/actions/action-event.d.ts +8 -0
- package/dist/core/actions/action-event.js +7 -0
- package/dist/core/actions/entity-actions-bundle.d.ts +25 -0
- package/dist/core/actions/entity-actions-bundle.js +169 -0
- package/dist/core/actions/index.d.ts +4 -0
- package/dist/core/actions/index.js +4 -0
- package/dist/core/actions/save-workspace-action.d.ts +4 -0
- package/dist/core/actions/save-workspace-action.js +15 -0
- package/dist/core/actions/submit-workspace-action.d.ts +4 -0
- package/dist/core/actions/submit-workspace-action.js +25 -0
- package/dist/core/collection/collection-create-action.element.d.ts +15 -0
- package/dist/core/collection/collection-create-action.element.js +47 -0
- package/dist/core/collection/collection-default.element.d.ts +12 -0
- package/dist/core/collection/collection-default.element.js +36 -0
- package/dist/core/collection/collection-table-base.element.d.ts +23 -0
- package/dist/core/collection/collection-table-base.element.js +112 -0
- package/dist/core/collection/entity-delete.action.d.ts +6 -0
- package/dist/core/collection/entity-delete.action.js +47 -0
- package/dist/core/collection/entity-delete.event.d.ts +13 -0
- package/dist/core/collection/entity-delete.event.js +14 -0
- package/dist/core/collection/index.d.ts +5 -0
- package/dist/core/collection/index.js +5 -0
- package/dist/core/collection/manifests.d.ts +2 -0
- package/dist/core/collection/manifests.js +32 -0
- package/dist/core/collection/table-name-column-layout.element.d.ts +21 -0
- package/dist/core/collection/table-name-column-layout.element.js +54 -0
- package/dist/core/components/active-toggle/active-toggle.element.d.ts +13 -0
- package/dist/core/components/active-toggle/active-toggle.element.js +36 -0
- package/dist/core/components/advice.element.d.ts +16 -0
- package/dist/core/components/advice.element.js +103 -0
- package/dist/core/components/body-layout.element.d.ts +4 -0
- package/dist/core/components/body-layout.element.js +44 -0
- package/dist/core/components/button-group/button-group.element.d.ts +27 -0
- package/dist/core/components/button-group/button-group.element.js +84 -0
- package/dist/core/components/button-group/manifests.d.ts +1 -0
- package/dist/core/components/button-group/manifests.js +14 -0
- package/dist/core/components/card-element.d.ts +14 -0
- package/dist/core/components/card-element.js +50 -0
- package/dist/core/components/chart/bar-chart.element.d.ts +16 -0
- package/dist/core/components/chart/bar-chart.element.js +142 -0
- package/dist/core/components/chart/chart-base.element.d.ts +20 -0
- package/dist/core/components/chart/chart-base.element.js +136 -0
- package/dist/core/components/chart/chart.element.d.ts +15 -0
- package/dist/core/components/chart/chart.element.js +78 -0
- package/dist/core/components/chart/donut-chart.element.d.ts +13 -0
- package/dist/core/components/chart/donut-chart.element.js +75 -0
- package/dist/core/components/chart/index.d.ts +19 -0
- package/dist/core/components/chart/index.js +14 -0
- package/dist/core/components/chart/profile-potential-chart.element.d.ts +1 -0
- package/dist/core/components/chart/profile-potential-chart.element.js +2 -0
- package/dist/core/components/checkbox/checkbox.element.d.ts +19 -0
- package/dist/core/components/checkbox/checkbox.element.js +92 -0
- package/dist/core/components/checkmark.element.d.ts +13 -0
- package/dist/core/components/checkmark.element.js +38 -0
- package/dist/core/components/collapsing-box/collapsing-box.element.d.ts +16 -0
- package/dist/core/components/collapsing-box/collapsing-box.element.js +106 -0
- package/dist/core/components/custom-code/ue-custom-code.element.d.ts +30 -0
- package/dist/core/components/custom-code/ue-custom-code.element.js +104 -0
- package/dist/core/components/daterange-picker/daterange-manager.context.d.ts +32 -0
- package/dist/core/components/daterange-picker/daterange-manager.context.js +188 -0
- package/dist/core/components/daterange-picker/daterange-picker-modal.element.d.ts +17 -0
- package/dist/core/components/daterange-picker/daterange-picker-modal.element.js +199 -0
- package/dist/core/components/daterange-picker/daterange-picker-modal.token.d.ts +9 -0
- package/dist/core/components/daterange-picker/daterange-picker-modal.token.js +8 -0
- package/dist/core/components/daterange-picker/daterange-picker.element.d.ts +20 -0
- package/dist/core/components/daterange-picker/daterange-picker.element.js +109 -0
- package/dist/core/components/daterange-picker/entities.d.ts +28 -0
- package/dist/core/components/daterange-picker/entities.js +1 -0
- package/dist/core/components/daterange-picker/index.d.ts +5 -0
- package/dist/core/components/daterange-picker/index.js +5 -0
- package/dist/core/components/daterange-picker/manifests.d.ts +1 -0
- package/dist/core/components/daterange-picker/manifests.js +27 -0
- package/dist/core/components/divider/divider.element.d.ts +14 -0
- package/dist/core/components/divider/divider.element.js +46 -0
- package/dist/core/components/empty-state/empty-state.element.d.ts +15 -0
- package/dist/core/components/empty-state/empty-state.element.js +48 -0
- package/dist/core/components/grid.element.d.ts +15 -0
- package/dist/core/components/grid.element.js +41 -0
- package/dist/core/components/group-box/group-box.element.d.ts +19 -0
- package/dist/core/components/group-box/group-box.element.js +104 -0
- package/dist/core/components/index.d.ts +23 -0
- package/dist/core/components/index.js +23 -0
- package/dist/core/components/label.element.d.ts +13 -0
- package/dist/core/components/label.element.js +35 -0
- package/dist/core/components/manifests.d.ts +31 -0
- package/dist/core/components/manifests.js +39 -0
- package/dist/core/components/package-status/package-status.element.d.ts +15 -0
- package/dist/core/components/package-status/package-status.element.js +123 -0
- package/dist/core/components/radio/radio.element.d.ts +16 -0
- package/dist/core/components/radio/radio.element.js +66 -0
- package/dist/core/components/scoring/entities.d.ts +17 -0
- package/dist/core/components/scoring/entities.js +1 -0
- package/dist/core/components/scoring/index.d.ts +1 -0
- package/dist/core/components/scoring/index.js +1 -0
- package/dist/core/components/scoring/scoring-base.element.d.ts +23 -0
- package/dist/core/components/scoring/scoring-base.element.js +125 -0
- package/dist/core/components/screen/constants.d.ts +7 -0
- package/dist/core/components/screen/constants.js +7 -0
- package/dist/core/components/screen/content-screen-base.element.d.ts +8 -0
- package/dist/core/components/screen/content-screen-base.element.js +56 -0
- package/dist/core/components/screen/index.d.ts +5 -0
- package/dist/core/components/screen/index.js +5 -0
- package/dist/core/components/screen/root-screen-base.element.d.ts +8 -0
- package/dist/core/components/screen/root-screen-base.element.js +23 -0
- package/dist/core/components/screen/screen-header.element.d.ts +15 -0
- package/dist/core/components/screen/screen-header.element.js +67 -0
- package/dist/core/components/screen/tabbed-layout.element.d.ts +26 -0
- package/dist/core/components/screen/tabbed-layout.element.js +291 -0
- package/dist/core/components/sidebar-layout.element.d.ts +12 -0
- package/dist/core/components/sidebar-layout.element.js +57 -0
- package/dist/core/components/tooltip/tooltip-element.d.ts +16 -0
- package/dist/core/components/tooltip/tooltip-element.js +79 -0
- package/dist/core/components/variant-pickers/index.d.ts +13 -0
- package/dist/core/components/variant-pickers/index.js +3 -0
- package/dist/core/components/variant-pickers/variant-content-picker.element.d.ts +16 -0
- package/dist/core/components/variant-pickers/variant-content-picker.element.js +61 -0
- package/dist/core/components/variant-pickers/variant-content-type-picker.element.d.ts +18 -0
- package/dist/core/components/variant-pickers/variant-content-type-picker.element.js +87 -0
- package/dist/core/components/variant-pickers/variant-picker-base.element.d.ts +20 -0
- package/dist/core/components/variant-pickers/variant-picker-base.element.js +68 -0
- package/dist/core/components/workspace-editor-base.element.d.ts +23 -0
- package/dist/core/components/workspace-editor-base.element.js +52 -0
- package/dist/core/conditions/constants.d.ts +6 -0
- package/dist/core/conditions/constants.js +6 -0
- package/dist/core/conditions/document-type-accessible.condition.d.ts +8 -0
- package/dist/core/conditions/document-type-accessible.condition.js +22 -0
- package/dist/core/conditions/entity-is-not-new.condition.d.ts +8 -0
- package/dist/core/conditions/entity-is-not-new.condition.js +13 -0
- package/dist/core/conditions/extension-visibility.condition.d.ts +11 -0
- package/dist/core/conditions/extension-visibility.condition.js +30 -0
- package/dist/core/conditions/index.d.ts +1 -0
- package/dist/core/conditions/index.js +1 -0
- package/dist/core/conditions/manifests.d.ts +37 -0
- package/dist/core/conditions/manifests.js +45 -0
- package/dist/core/conditions/types.d.ts +33 -0
- package/dist/core/conditions/types.js +1 -0
- package/dist/core/conditions/user-group-accessible.condition.d.ts +8 -0
- package/dist/core/conditions/user-group-accessible.condition.js +17 -0
- package/dist/core/conditions/workspace-property-has-value.condition.d.ts +7 -0
- package/dist/core/conditions/workspace-property-has-value.condition.js +15 -0
- package/dist/core/conditions/workspace-view-active.condition.d.ts +8 -0
- package/dist/core/conditions/workspace-view-active.condition.js +21 -0
- package/dist/core/constants.d.ts +10 -0
- package/dist/core/constants.js +10 -0
- package/dist/core/context/context/engage-context.d.ts +21 -0
- package/dist/core/context/context/engage-context.js +102 -0
- package/dist/core/context/context/engage-property-dataset.context.d.ts +13 -0
- package/dist/core/context/context/engage-property-dataset.context.js +27 -0
- package/dist/core/context/context/index.d.ts +2 -0
- package/dist/core/context/context/index.js +2 -0
- package/dist/core/context/entities.d.ts +13 -0
- package/dist/core/context/entities.js +1 -0
- package/dist/core/context/index.d.ts +4 -0
- package/dist/core/context/index.js +4 -0
- package/dist/core/context/manifests.d.ts +1 -0
- package/dist/core/context/manifests.js +9 -0
- package/dist/core/context/token/engage-property-dataset-context.token.d.ts +3 -0
- package/dist/core/context/token/engage-property-dataset-context.token.js +3 -0
- package/dist/core/context/token/engage-view-aware-workspace-context.token.d.ts +2 -0
- package/dist/core/context/token/engage-view-aware-workspace-context.token.js +2 -0
- package/dist/core/context/token/engage.context-token.d.ts +4 -0
- package/dist/core/context/token/engage.context-token.js +3 -0
- package/dist/core/context/token/index.d.ts +3 -0
- package/dist/core/context/token/index.js +3 -0
- package/dist/core/context/workspace-context-base.d.ts +17 -0
- package/dist/core/context/workspace-context-base.js +133 -0
- package/dist/core/context/workspace-context.interface.d.ts +8 -0
- package/dist/core/context/workspace-context.interface.js +1 -0
- package/dist/core/context/workspace-context.token.d.ts +4 -0
- package/dist/core/context/workspace-context.token.js +2 -0
- package/dist/core/entities.d.ts +95 -0
- package/dist/core/entities.js +31 -0
- package/dist/core/extension-manifests/collection-create-action.extension.d.ts +14 -0
- package/dist/core/extension-manifests/collection-create-action.extension.js +1 -0
- package/dist/core/extension-manifests/collection-delete-bulk-action.extension.d.ts +15 -0
- package/dist/core/extension-manifests/collection-delete-bulk-action.extension.js +1 -0
- package/dist/core/extension-manifests/index.d.ts +3 -0
- package/dist/core/extension-manifests/index.js +3 -0
- package/dist/core/extension-manifests/screen-element.extension.d.ts +20 -0
- package/dist/core/extension-manifests/screen-element.extension.js +1 -0
- package/dist/core/functions/date-utils.d.ts +50 -0
- package/dist/core/functions/date-utils.js +180 -0
- package/dist/core/functions/index.d.ts +4 -0
- package/dist/core/functions/index.js +6 -0
- package/dist/core/functions/screen-manifest-generator.function.d.ts +3 -0
- package/dist/core/functions/screen-manifest-generator.function.js +15 -0
- package/dist/core/functions/string-utils.d.ts +1 -0
- package/dist/core/functions/string-utils.js +5 -0
- package/dist/core/icons/icon-ab-testing.d.ts +2 -0
- package/dist/core/icons/icon-ab-testing.js +5 -0
- package/dist/core/icons/icon-book-open-check.d.ts +2 -0
- package/dist/core/icons/icon-book-open-check.js +1 -0
- package/dist/core/icons/icon-browser.d.ts +2 -0
- package/dist/core/icons/icon-browser.js +6 -0
- package/dist/core/icons/icon-chart-pie.d.ts +2 -0
- package/dist/core/icons/icon-chart-pie.js +1 -0
- package/dist/core/icons/icon-chrome-logo.d.ts +2 -0
- package/dist/core/icons/icon-chrome-logo.js +4 -0
- package/dist/core/icons/icon-circle-arrow-down.d.ts +2 -0
- package/dist/core/icons/icon-circle-arrow-down.js +1 -0
- package/dist/core/icons/icon-circle-arrow-right.d.ts +2 -0
- package/dist/core/icons/icon-circle-arrow-right.js +1 -0
- package/dist/core/icons/icon-circle-arrow-up.d.ts +2 -0
- package/dist/core/icons/icon-circle-arrow-up.js +1 -0
- package/dist/core/icons/icon-circle-user-round.d.ts +2 -0
- package/dist/core/icons/icon-circle-user-round.js +1 -0
- package/dist/core/icons/icon-device.d.ts +2 -0
- package/dist/core/icons/icon-device.js +17 -0
- package/dist/core/icons/icon-engage.d.ts +2 -0
- package/dist/core/icons/icon-engage.js +1 -0
- package/dist/core/icons/icon-event-click.d.ts +2 -0
- package/dist/core/icons/icon-event-click.js +1 -0
- package/dist/core/icons/icon-event-form.d.ts +2 -0
- package/dist/core/icons/icon-event-form.js +5 -0
- package/dist/core/icons/icon-event-goal-reached.d.ts +2 -0
- package/dist/core/icons/icon-event-goal-reached.js +1 -0
- package/dist/core/icons/icon-event-scroll.d.ts +2 -0
- package/dist/core/icons/icon-event-scroll.js +2 -0
- package/dist/core/icons/icon-event-video.d.ts +2 -0
- package/dist/core/icons/icon-event-video.js +1 -0
- package/dist/core/icons/icon-folder-check.d.ts +2 -0
- package/dist/core/icons/icon-folder-check.js +1 -0
- package/dist/core/icons/icon-folder-clock.d.ts +2 -0
- package/dist/core/icons/icon-folder-clock.js +1 -0
- package/dist/core/icons/icon-hashtag.d.ts +2 -0
- package/dist/core/icons/icon-hashtag.js +1 -0
- package/dist/core/icons/icon-ip.d.ts +2 -0
- package/dist/core/icons/icon-ip.js +4 -0
- package/dist/core/icons/icon-kanban.d.ts +2 -0
- package/dist/core/icons/icon-kanban.js +1 -0
- package/dist/core/icons/icon-lightbulb.d.ts +2 -0
- package/dist/core/icons/icon-lightbulb.js +1 -0
- package/dist/core/icons/icon-location-map.d.ts +2 -0
- package/dist/core/icons/icon-location-map.js +3 -0
- package/dist/core/icons/icon-logo.d.ts +2 -0
- package/dist/core/icons/icon-logo.js +5 -0
- package/dist/core/icons/icon-percentage.d.ts +2 -0
- package/dist/core/icons/icon-percentage.js +1 -0
- package/dist/core/icons/icon-permissions.d.ts +2 -0
- package/dist/core/icons/icon-permissions.js +1 -0
- package/dist/core/icons/icon-personalization.d.ts +2 -0
- package/dist/core/icons/icon-personalization.js +3 -0
- package/dist/core/icons/icon-preview.d.ts +2 -0
- package/dist/core/icons/icon-preview.js +1 -0
- package/dist/core/icons/icon-segment-core.d.ts +2 -0
- package/dist/core/icons/icon-segment-core.js +4 -0
- package/dist/core/icons/icon-segment-temporary.d.ts +2 -0
- package/dist/core/icons/icon-segment-temporary.js +5 -0
- package/dist/core/icons/icon-square-pen.d.ts +2 -0
- package/dist/core/icons/icon-square-pen.js +1 -0
- package/dist/core/icons/icon-waypoints.d.ts +2 -0
- package/dist/core/icons/icon-waypoints.js +1 -0
- package/dist/core/icons/icons.d.ts +126 -0
- package/dist/core/icons/icons.js +64 -0
- package/dist/core/icons/manifests.d.ts +6 -0
- package/dist/core/icons/manifests.js +8 -0
- package/dist/core/index.d.ts +15 -0
- package/dist/core/index.js +15 -0
- package/dist/core/lang/en-us.d.ts +6 -0
- package/dist/core/lang/en-us.js +893 -0
- package/dist/core/lang/manifests.d.ts +1 -0
- package/dist/core/lang/manifests.js +12 -0
- package/dist/core/manifests.d.ts +2 -0
- package/dist/core/manifests.js +34 -0
- package/dist/core/modal/element/engage-property-dataset-modal-base.element.d.ts +9 -0
- package/dist/core/modal/element/engage-property-dataset-modal-base.element.js +33 -0
- package/dist/core/modal/element/engage-readonly-code-modal.element.d.ts +13 -0
- package/dist/core/modal/element/engage-readonly-code-modal.element.js +45 -0
- package/dist/core/modal/element/index.d.ts +2 -0
- package/dist/core/modal/element/index.js +2 -0
- package/dist/core/modal/index.d.ts +2 -0
- package/dist/core/modal/index.js +2 -0
- package/dist/core/modal/manifests.d.ts +1 -0
- package/dist/core/modal/manifests.js +9 -0
- package/dist/core/modal/token/engage-readonly-code-modal.token.d.ts +8 -0
- package/dist/core/modal/token/engage-readonly-code-modal.token.js +8 -0
- package/dist/core/modal/token/index.d.ts +1 -0
- package/dist/core/modal/token/index.js +1 -0
- package/dist/core/path/edit-variant-workspace-path-pattern.class.d.ts +7 -0
- package/dist/core/path/edit-variant-workspace-path-pattern.class.js +26 -0
- package/dist/core/path/edit-variant-workspace-path-pattern.d.ts +10 -0
- package/dist/core/path/edit-variant-workspace-path-pattern.js +5 -0
- package/dist/core/path/index.d.ts +1 -0
- package/dist/core/path/index.js +1 -0
- package/dist/core/path/url-pattern-to-string.function.d.ts +2 -0
- package/dist/core/path/url-pattern-to-string.function.js +13 -0
- package/dist/core/property/constants.d.ts +2 -0
- package/dist/core/property/constants.js +4 -0
- package/dist/core/property/dropdown-property.d.ts +6 -0
- package/dist/core/property/dropdown-property.js +13 -0
- package/dist/core/property/index.d.ts +4 -0
- package/dist/core/property/index.js +4 -0
- package/dist/core/property/property-config.d.ts +21 -0
- package/dist/core/property/property-config.js +6 -0
- package/dist/core/property/property-dataset-renderer.controller.d.ts +19 -0
- package/dist/core/property/property-dataset-renderer.controller.js +183 -0
- package/dist/core/property/property-value-validator.controller.d.ts +13 -0
- package/dist/core/property/property-value-validator.controller.js +86 -0
- package/dist/core/property/types.d.ts +39 -0
- package/dist/core/property/types.js +1 -0
- package/dist/core/repository/detail-base.repository.d.ts +14 -0
- package/dist/core/repository/detail-base.repository.js +9 -0
- package/dist/core/repository/engage-detail-data-source.interface.d.ts +4 -0
- package/dist/core/repository/engage-detail-data-source.interface.js +1 -0
- package/dist/core/repository/entity-delete-repository.interface.d.ts +5 -0
- package/dist/core/repository/entity-delete-repository.interface.js +1 -0
- package/dist/core/repository/index.d.ts +3 -0
- package/dist/core/repository/index.js +3 -0
- package/dist/core/svg/fingerprint.d.ts +1 -0
- package/dist/core/svg/fingerprint.js +35 -0
- package/dist/core/svg/index.d.ts +1 -0
- package/dist/core/svg/index.js +1 -0
- package/dist/core/umbraco-package.d.ts +8 -0
- package/dist/core/umbraco-package.js +10 -0
- package/dist/core/variant-preview.controller.d.ts +4 -0
- package/dist/core/variant-preview.controller.js +30 -0
- package/dist/generated/client.gen.d.ts +12 -0
- package/dist/generated/client.gen.js +6 -0
- package/dist/generated/index.d.ts +3 -0
- package/dist/generated/index.js +3 -0
- package/dist/generated/sdk.gen.d.ts +217 -0
- package/dist/generated/sdk.gen.js +1786 -0
- package/dist/generated/types.gen.d.ts +4257 -0
- package/dist/generated/types.gen.js +2 -0
- package/dist/images/a-b-testing.svg +178 -0
- package/dist/images/advice-01.svg +1 -0
- package/dist/images/advice-02.svg +1 -0
- package/dist/images/advice-03.svg +1 -0
- package/dist/images/advice-04.svg +1 -0
- package/dist/images/illustration-laptop.svg +42 -0
- package/dist/images/illustration-marketing-automation.svg +1487 -0
- package/dist/images/illustration-scoring.png +0 -0
- package/dist/images/illustration-segment-builder.png +0 -0
- package/dist/images/illustration-settings-config.png +0 -0
- package/dist/images/index.d.ts +11 -0
- package/dist/images/index.js +12 -0
- package/dist/images/index.ts +12 -0
- package/dist/images/infotext-illustration-scoring.svg +197 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +28 -0
- package/dist/manifests.d.ts +2 -0
- package/dist/manifests.js +4 -0
- package/dist/members/constants.d.ts +2 -0
- package/dist/members/constants.js +2 -0
- package/dist/members/index.d.ts +1 -0
- package/dist/members/index.js +1 -0
- package/dist/members/manifests.d.ts +1 -0
- package/dist/members/manifests.js +32 -0
- package/dist/members/umbraco-package.d.ts +8 -0
- package/dist/members/umbraco-package.js +10 -0
- package/dist/members/workspace/engage-member-profile-workspace.element.d.ts +11 -0
- package/dist/members/workspace/engage-member-profile-workspace.element.js +24 -0
- package/dist/members/workspace/index.d.ts +1 -0
- package/dist/members/workspace/index.js +1 -0
- package/dist/members/workspace/views/member-profile.element.d.ts +15 -0
- package/dist/members/workspace/views/member-profile.element.js +76 -0
- package/dist/packages.d.ts +17 -0
- package/dist/packages.js +28 -0
- package/dist/personalization/actions/applied-personalization-base.action.d.ts +13 -0
- package/dist/personalization/actions/applied-personalization-base.action.js +16 -0
- package/dist/personalization/actions/grouped-item-delete.action.d.ts +8 -0
- package/dist/personalization/actions/grouped-item-delete.action.js +33 -0
- package/dist/personalization/actions/grouped-item-edit.action.d.ts +8 -0
- package/dist/personalization/actions/grouped-item-edit.action.js +39 -0
- package/dist/personalization/actions/index.d.ts +3 -0
- package/dist/personalization/actions/index.js +3 -0
- package/dist/personalization/applied-personalization/actions/delete.action.d.ts +9 -0
- package/dist/personalization/applied-personalization/actions/delete.action.js +22 -0
- package/dist/personalization/applied-personalization/actions/edit.action.d.ts +11 -0
- package/dist/personalization/applied-personalization/actions/edit.action.js +28 -0
- package/dist/personalization/applied-personalization/actions/index.d.ts +3 -0
- package/dist/personalization/applied-personalization/actions/index.js +3 -0
- package/dist/personalization/applied-personalization/actions/preview.action.d.ts +9 -0
- package/dist/personalization/applied-personalization/actions/preview.action.js +18 -0
- package/dist/personalization/applied-personalization/collection/views/table/elements/applied-personalization-table-name-column-layout.element.d.ts +18 -0
- package/dist/personalization/applied-personalization/collection/views/table/elements/applied-personalization-table-name-column-layout.element.js +62 -0
- package/dist/personalization/applied-personalization/conditions/constants.d.ts +1 -0
- package/dist/personalization/applied-personalization/conditions/constants.js +1 -0
- package/dist/personalization/applied-personalization/conditions/index.d.ts +1 -0
- package/dist/personalization/applied-personalization/conditions/index.js +1 -0
- package/dist/personalization/applied-personalization/conditions/manifests.d.ts +6 -0
- package/dist/personalization/applied-personalization/conditions/manifests.js +9 -0
- package/dist/personalization/applied-personalization/conditions/preview-entity-action-visibility.condition.d.ts +7 -0
- package/dist/personalization/applied-personalization/conditions/preview-entity-action-visibility.condition.js +19 -0
- package/dist/personalization/applied-personalization/constants.d.ts +2 -0
- package/dist/personalization/applied-personalization/constants.js +2 -0
- package/dist/personalization/applied-personalization/editor-view/applied-personalization-editor-view-context.token.d.ts +3 -0
- package/dist/personalization/applied-personalization/editor-view/applied-personalization-editor-view-context.token.js +3 -0
- package/dist/personalization/applied-personalization/editor-view/applied-personalization-editor-view.context.d.ts +14 -0
- package/dist/personalization/applied-personalization/editor-view/applied-personalization-editor-view.context.js +83 -0
- package/dist/personalization/applied-personalization/editor-view/applied-personalization-editor-view.element.d.ts +18 -0
- package/dist/personalization/applied-personalization/editor-view/applied-personalization-editor-view.element.js +174 -0
- package/dist/personalization/applied-personalization/editor-view/index.d.ts +3 -0
- package/dist/personalization/applied-personalization/editor-view/index.js +3 -0
- package/dist/personalization/applied-personalization/entities.d.ts +27 -0
- package/dist/personalization/applied-personalization/entities.js +44 -0
- package/dist/personalization/applied-personalization/index.d.ts +6 -0
- package/dist/personalization/applied-personalization/index.js +6 -0
- package/dist/personalization/applied-personalization/manifests.d.ts +46 -0
- package/dist/personalization/applied-personalization/manifests.js +51 -0
- package/dist/personalization/applied-personalization/repository/detail/applied-personalization-detail-server.data-source.d.ts +46 -0
- package/dist/personalization/applied-personalization/repository/detail/applied-personalization-detail-server.data-source.js +82 -0
- package/dist/personalization/applied-personalization/repository/detail/applied-personalization-detail.repository.d.ts +8 -0
- package/dist/personalization/applied-personalization/repository/detail/applied-personalization-detail.repository.js +9 -0
- package/dist/personalization/applied-personalization/repository/detail/applied-personalization-detail.store.d.ts +10 -0
- package/dist/personalization/applied-personalization/repository/detail/applied-personalization-detail.store.js +9 -0
- package/dist/personalization/applied-personalization/repository/detail/constants.d.ts +2 -0
- package/dist/personalization/applied-personalization/repository/detail/constants.js +2 -0
- package/dist/personalization/applied-personalization/repository/detail/index.d.ts +1 -0
- package/dist/personalization/applied-personalization/repository/detail/index.js +1 -0
- package/dist/personalization/applied-personalization/repository/detail/manifests.d.ts +1 -0
- package/dist/personalization/applied-personalization/repository/detail/manifests.js +15 -0
- package/dist/personalization/applied-personalization/repository/index.d.ts +2 -0
- package/dist/personalization/applied-personalization/repository/index.js +2 -0
- package/dist/personalization/applied-personalization/repository/item/applied-personalization-item-server.data-source.d.ts +7 -0
- package/dist/personalization/applied-personalization/repository/item/applied-personalization-item-server.data-source.js +18 -0
- package/dist/personalization/applied-personalization/repository/item/applied-personalization-item.repository.d.ts +8 -0
- package/dist/personalization/applied-personalization/repository/item/applied-personalization-item.repository.js +9 -0
- package/dist/personalization/applied-personalization/repository/item/applied-personalization-item.store.d.ts +10 -0
- package/dist/personalization/applied-personalization/repository/item/applied-personalization-item.store.js +9 -0
- package/dist/personalization/applied-personalization/repository/item/constants.d.ts +2 -0
- package/dist/personalization/applied-personalization/repository/item/constants.js +2 -0
- package/dist/personalization/applied-personalization/repository/item/index.d.ts +1 -0
- package/dist/personalization/applied-personalization/repository/item/index.js +1 -0
- package/dist/personalization/applied-personalization/repository/item/manifests.d.ts +1 -0
- package/dist/personalization/applied-personalization/repository/item/manifests.js +15 -0
- package/dist/personalization/applied-personalization/repository/manifests.d.ts +1 -0
- package/dist/personalization/applied-personalization/repository/manifests.js +3 -0
- package/dist/personalization/applied-personalization/workspace/actions/manifests.d.ts +1 -0
- package/dist/personalization/applied-personalization/workspace/actions/manifests.js +24 -0
- package/dist/personalization/applied-personalization/workspace/actions/schedule.action.d.ts +8 -0
- package/dist/personalization/applied-personalization/workspace/actions/schedule.action.js +25 -0
- package/dist/personalization/applied-personalization/workspace/applied-personalization-rule-workspace-context.token.d.ts +4 -0
- package/dist/personalization/applied-personalization/workspace/applied-personalization-rule-workspace-context.token.js +3 -0
- package/dist/personalization/applied-personalization/workspace/applied-personalization-rule-workspace-editor.element.d.ts +12 -0
- package/dist/personalization/applied-personalization/workspace/applied-personalization-rule-workspace-editor.element.js +25 -0
- package/dist/personalization/applied-personalization/workspace/applied-personalization-rule-workspace.context.d.ts +10 -0
- package/dist/personalization/applied-personalization/workspace/applied-personalization-rule-workspace.context.js +21 -0
- package/dist/personalization/applied-personalization/workspace/index.d.ts +5 -0
- package/dist/personalization/applied-personalization/workspace/index.js +5 -0
- package/dist/personalization/applied-personalization/workspace/manifests.d.ts +52 -0
- package/dist/personalization/applied-personalization/workspace/manifests.js +56 -0
- package/dist/personalization/applied-personalization/workspace/modal/applied-personalization-rule-schedule-modal.element.d.ts +15 -0
- package/dist/personalization/applied-personalization/workspace/modal/applied-personalization-rule-schedule-modal.element.js +85 -0
- package/dist/personalization/applied-personalization/workspace/modal/applied-personalization-rule-schedule-modal.token.d.ts +8 -0
- package/dist/personalization/applied-personalization/workspace/modal/applied-personalization-rule-schedule-modal.token.js +9 -0
- package/dist/personalization/applied-personalization/workspace/modal/manifests.d.ts +1 -0
- package/dist/personalization/applied-personalization/workspace/modal/manifests.js +9 -0
- package/dist/personalization/applied-personalization/workspace/views/edit/applied-personalization-rule-editor.element.d.ts +17 -0
- package/dist/personalization/applied-personalization/workspace/views/edit/applied-personalization-rule-editor.element.js +70 -0
- package/dist/personalization/applied-personalization/workspace/views/info/applied-personalization-rule-info.element.d.ts +17 -0
- package/dist/personalization/applied-personalization/workspace/views/info/applied-personalization-rule-info.element.js +73 -0
- package/dist/personalization/campaign-scoring/campaign-group/collection/constants.d.ts +3 -0
- package/dist/personalization/campaign-scoring/campaign-group/collection/constants.js +3 -0
- package/dist/personalization/campaign-scoring/campaign-group/collection/entities.d.ts +5 -0
- package/dist/personalization/campaign-scoring/campaign-group/collection/entities.js +1 -0
- package/dist/personalization/campaign-scoring/campaign-group/collection/index.d.ts +2 -0
- package/dist/personalization/campaign-scoring/campaign-group/collection/index.js +2 -0
- package/dist/personalization/campaign-scoring/campaign-group/collection/manifests.d.ts +1 -0
- package/dist/personalization/campaign-scoring/campaign-group/collection/manifests.js +52 -0
- package/dist/personalization/campaign-scoring/campaign-group/collection/repository/campaign-group-collection.repository.d.ts +8 -0
- package/dist/personalization/campaign-scoring/campaign-group/collection/repository/campaign-group-collection.repository.js +13 -0
- package/dist/personalization/campaign-scoring/campaign-group/collection/repository/campaign-group-collection.server.data-source.d.ts +7 -0
- package/dist/personalization/campaign-scoring/campaign-group/collection/repository/campaign-group-collection.server.data-source.js +11 -0
- package/dist/personalization/campaign-scoring/campaign-group/collection/repository/index.d.ts +1 -0
- package/dist/personalization/campaign-scoring/campaign-group/collection/repository/index.js +1 -0
- package/dist/personalization/campaign-scoring/campaign-group/collection/repository/manifests.d.ts +1 -0
- package/dist/personalization/campaign-scoring/campaign-group/collection/repository/manifests.js +9 -0
- package/dist/personalization/campaign-scoring/campaign-group/collection/views/manifests.d.ts +2 -0
- package/dist/personalization/campaign-scoring/campaign-group/collection/views/manifests.js +21 -0
- package/dist/personalization/campaign-scoring/campaign-group/collection/views/table/campaign-group-table-collection-view.element.d.ts +15 -0
- package/dist/personalization/campaign-scoring/campaign-group/collection/views/table/campaign-group-table-collection-view.element.js +32 -0
- package/dist/personalization/campaign-scoring/campaign-group/constants.d.ts +2 -0
- package/dist/personalization/campaign-scoring/campaign-group/constants.js +2 -0
- package/dist/personalization/campaign-scoring/campaign-group/entities.d.ts +7 -0
- package/dist/personalization/campaign-scoring/campaign-group/entities.js +1 -0
- package/dist/personalization/campaign-scoring/campaign-group/index.d.ts +2 -0
- package/dist/personalization/campaign-scoring/campaign-group/index.js +2 -0
- package/dist/personalization/campaign-scoring/campaign-group/manifests.d.ts +1 -0
- package/dist/personalization/campaign-scoring/campaign-group/manifests.js +8 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/campaign-group-detail-server.data-source.d.ts +10 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/campaign-group-detail-server.data-source.js +26 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/campaign-group-detail-store-context.token.d.ts +3 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/campaign-group-detail-store-context.token.js +2 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/campaign-group-detail.repository.d.ts +7 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/campaign-group-detail.repository.js +9 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/campaign-group-detail.store.d.ts +7 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/campaign-group-detail.store.js +8 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/constants.d.ts +2 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/constants.js +2 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/index.d.ts +3 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/index.js +3 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/manifests.d.ts +1 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/detail/manifests.js +15 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/index.d.ts +2 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/index.js +2 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/campaign-group-item-server.data-source.d.ts +7 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/campaign-group-item-server.data-source.js +14 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/campaign-group-item-store-context.token.d.ts +3 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/campaign-group-item-store-context.token.js +2 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/campaign-group-item.repository.d.ts +7 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/campaign-group-item.repository.js +9 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/campaign-group-item.store.d.ts +7 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/campaign-group-item.store.js +8 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/constants.d.ts +3 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/constants.js +3 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/index.d.ts +2 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/index.js +2 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/manifests.d.ts +1 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/item/manifests.js +15 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/manifests.d.ts +1 -0
- package/dist/personalization/campaign-scoring/campaign-group/repository/manifests.js +3 -0
- package/dist/personalization/campaign-scoring/campaign-group/workspace/campaign-group-workspace-context.token.d.ts +4 -0
- package/dist/personalization/campaign-scoring/campaign-group/workspace/campaign-group-workspace-context.token.js +3 -0
- package/dist/personalization/campaign-scoring/campaign-group/workspace/campaign-group-workspace-editor.element.d.ts +12 -0
- package/dist/personalization/campaign-scoring/campaign-group/workspace/campaign-group-workspace-editor.element.js +25 -0
- package/dist/personalization/campaign-scoring/campaign-group/workspace/campaign-group-workspace.context.d.ts +11 -0
- package/dist/personalization/campaign-scoring/campaign-group/workspace/campaign-group-workspace.context.js +29 -0
- package/dist/personalization/campaign-scoring/campaign-group/workspace/index.d.ts +2 -0
- package/dist/personalization/campaign-scoring/campaign-group/workspace/index.js +2 -0
- package/dist/personalization/campaign-scoring/campaign-group/workspace/manifests.d.ts +34 -0
- package/dist/personalization/campaign-scoring/campaign-group/workspace/manifests.js +33 -0
- package/dist/personalization/campaign-scoring/campaign-group/workspace/views/campaign-group-editor.element.d.ts +15 -0
- package/dist/personalization/campaign-scoring/campaign-group/workspace/views/campaign-group-editor.element.js +90 -0
- package/dist/personalization/campaign-scoring/components/campaign-scoring-base.element.d.ts +31 -0
- package/dist/personalization/campaign-scoring/components/campaign-scoring-base.element.js +128 -0
- package/dist/personalization/campaign-scoring/components/index.d.ts +2 -0
- package/dist/personalization/campaign-scoring/components/index.js +2 -0
- package/dist/personalization/campaign-scoring/components/scored-campaigns.element.d.ts +16 -0
- package/dist/personalization/campaign-scoring/components/scored-campaigns.element.js +109 -0
- package/dist/personalization/campaign-scoring/components/unscored-campaigns.element.d.ts +15 -0
- package/dist/personalization/campaign-scoring/components/unscored-campaigns.element.js +53 -0
- package/dist/personalization/campaign-scoring/constants.d.ts +1 -0
- package/dist/personalization/campaign-scoring/constants.js +1 -0
- package/dist/personalization/campaign-scoring/entities.d.ts +4 -0
- package/dist/personalization/campaign-scoring/entities.js +15 -0
- package/dist/personalization/campaign-scoring/index.d.ts +4 -0
- package/dist/personalization/campaign-scoring/index.js +4 -0
- package/dist/personalization/campaign-scoring/manifests.d.ts +1 -0
- package/dist/personalization/campaign-scoring/manifests.js +6 -0
- package/dist/personalization/campaign-scoring/modal/element/assign-campaign-modal.element.d.ts +17 -0
- package/dist/personalization/campaign-scoring/modal/element/assign-campaign-modal.element.js +129 -0
- package/dist/personalization/campaign-scoring/modal/element/index.d.ts +1 -0
- package/dist/personalization/campaign-scoring/modal/element/index.js +1 -0
- package/dist/personalization/campaign-scoring/modal/index.d.ts +2 -0
- package/dist/personalization/campaign-scoring/modal/index.js +2 -0
- package/dist/personalization/campaign-scoring/modal/manifests.d.ts +1 -0
- package/dist/personalization/campaign-scoring/modal/manifests.js +9 -0
- package/dist/personalization/campaign-scoring/modal/token/assign-campaign-modal.token.d.ts +10 -0
- package/dist/personalization/campaign-scoring/modal/token/assign-campaign-modal.token.js +8 -0
- package/dist/personalization/campaign-scoring/modal/token/index.d.ts +1 -0
- package/dist/personalization/campaign-scoring/modal/token/index.js +1 -0
- package/dist/personalization/campaign-scoring/workspace/campaign-scoring-workspace-context.token.d.ts +4 -0
- package/dist/personalization/campaign-scoring/workspace/campaign-scoring-workspace-context.token.js +3 -0
- package/dist/personalization/campaign-scoring/workspace/campaign-scoring-workspace-editor.element.d.ts +16 -0
- package/dist/personalization/campaign-scoring/workspace/campaign-scoring-workspace-editor.element.js +103 -0
- package/dist/personalization/campaign-scoring/workspace/campaign-scoring-workspace.context.d.ts +28 -0
- package/dist/personalization/campaign-scoring/workspace/campaign-scoring-workspace.context.js +81 -0
- package/dist/personalization/campaign-scoring/workspace/index.d.ts +3 -0
- package/dist/personalization/campaign-scoring/workspace/index.js +3 -0
- package/dist/personalization/components/grouped-item/grouped-item-detail-editor-base.element.d.ts +12 -0
- package/dist/personalization/components/grouped-item/grouped-item-detail-editor-base.element.js +53 -0
- package/dist/personalization/components/grouped-item/grouped-item-list-editor-base.element.d.ts +16 -0
- package/dist/personalization/components/grouped-item/grouped-item-list-editor-base.element.js +164 -0
- package/dist/personalization/components/grouped-item/grouped-item-workspace-editor-base.element.d.ts +23 -0
- package/dist/personalization/components/grouped-item/grouped-item-workspace-editor-base.element.js +146 -0
- package/dist/personalization/components/grouped-item/index.d.ts +3 -0
- package/dist/personalization/components/grouped-item/index.js +3 -0
- package/dist/personalization/components/grouped-scoring/collection/group-collection-base.repository.d.ts +25 -0
- package/dist/personalization/components/grouped-scoring/collection/group-collection-base.repository.js +24 -0
- package/dist/personalization/components/grouped-scoring/collection/group-collection-base.server.data-source.d.ts +24 -0
- package/dist/personalization/components/grouped-scoring/collection/group-collection-base.server.data-source.js +26 -0
- package/dist/personalization/components/grouped-scoring/collection/group-table-collection-view-base.element.d.ts +12 -0
- package/dist/personalization/components/grouped-scoring/collection/group-table-collection-view-base.element.js +47 -0
- package/dist/personalization/components/grouped-scoring/collection/index.d.ts +3 -0
- package/dist/personalization/components/grouped-scoring/collection/index.js +3 -0
- package/dist/personalization/components/grouped-scoring/entities.d.ts +25 -0
- package/dist/personalization/components/grouped-scoring/entities.js +1 -0
- package/dist/personalization/components/grouped-scoring/group-detail-server.data-source.d.ts +54 -0
- package/dist/personalization/components/grouped-scoring/group-detail-server.data-source.js +52 -0
- package/dist/personalization/components/grouped-scoring/group-editor-workspace-view-edit-base.element.d.ts +21 -0
- package/dist/personalization/components/grouped-scoring/group-editor-workspace-view-edit-base.element.js +136 -0
- package/dist/personalization/components/grouped-scoring/index.d.ts +4 -0
- package/dist/personalization/components/grouped-scoring/index.js +4 -0
- package/dist/personalization/components/index.d.ts +3 -0
- package/dist/personalization/components/index.js +3 -0
- package/dist/personalization/components/personalization-workspace-base.element.d.ts +18 -0
- package/dist/personalization/components/personalization-workspace-base.element.js +97 -0
- package/dist/personalization/content-scoring/constants.d.ts +2 -0
- package/dist/personalization/content-scoring/constants.js +2 -0
- package/dist/personalization/content-scoring/entities.d.ts +16 -0
- package/dist/personalization/content-scoring/entities.js +1 -0
- package/dist/personalization/content-scoring/index.d.ts +1 -0
- package/dist/personalization/content-scoring/index.js +1 -0
- package/dist/personalization/content-scoring/manifests.d.ts +1 -0
- package/dist/personalization/content-scoring/manifests.js +2 -0
- package/dist/personalization/content-scoring/repository/detail/constants.d.ts +2 -0
- package/dist/personalization/content-scoring/repository/detail/constants.js +2 -0
- package/dist/personalization/content-scoring/repository/detail/content-scoring-detail-server.data-source.d.ts +36 -0
- package/dist/personalization/content-scoring/repository/detail/content-scoring-detail-server.data-source.js +67 -0
- package/dist/personalization/content-scoring/repository/detail/content-scoring-detail.repository.d.ts +7 -0
- package/dist/personalization/content-scoring/repository/detail/content-scoring-detail.repository.js +9 -0
- package/dist/personalization/content-scoring/repository/detail/content-scoring-detail.store.d.ts +9 -0
- package/dist/personalization/content-scoring/repository/detail/content-scoring-detail.store.js +9 -0
- package/dist/personalization/content-scoring/repository/detail/index.d.ts +1 -0
- package/dist/personalization/content-scoring/repository/detail/index.js +1 -0
- package/dist/personalization/content-scoring/repository/detail/manifests.d.ts +1 -0
- package/dist/personalization/content-scoring/repository/detail/manifests.js +15 -0
- package/dist/personalization/content-scoring/repository/manifests.d.ts +1 -0
- package/dist/personalization/content-scoring/repository/manifests.js +2 -0
- package/dist/personalization/content-scoring/workspace/content-scoring-workspace-context.token.d.ts +4 -0
- package/dist/personalization/content-scoring/workspace/content-scoring-workspace-context.token.js +3 -0
- package/dist/personalization/content-scoring/workspace/content-scoring-workspace-editor.element.d.ts +19 -0
- package/dist/personalization/content-scoring/workspace/content-scoring-workspace-editor.element.js +204 -0
- package/dist/personalization/content-scoring/workspace/content-scoring-workspace.context.d.ts +17 -0
- package/dist/personalization/content-scoring/workspace/content-scoring-workspace.context.js +77 -0
- package/dist/personalization/content-scoring/workspace/index.d.ts +3 -0
- package/dist/personalization/content-scoring/workspace/index.js +3 -0
- package/dist/personalization/context/grouped-items-workspace-context.interface.d.ts +24 -0
- package/dist/personalization/context/grouped-items-workspace-context.interface.js +1 -0
- package/dist/personalization/context/grouped-items-workspace-context.token.d.ts +4 -0
- package/dist/personalization/context/grouped-items-workspace-context.token.js +3 -0
- package/dist/personalization/context/grouped-items-workspace.context.d.ts +45 -0
- package/dist/personalization/context/grouped-items-workspace.context.js +152 -0
- package/dist/personalization/context/index.d.ts +4 -0
- package/dist/personalization/context/index.js +4 -0
- package/dist/personalization/context/personalization-editor-view-base.context.d.ts +25 -0
- package/dist/personalization/context/personalization-editor-view-base.context.js +78 -0
- package/dist/personalization/entities.d.ts +23 -0
- package/dist/personalization/entities.js +1 -0
- package/dist/personalization/index.d.ts +12 -0
- package/dist/personalization/index.js +12 -0
- package/dist/personalization/journeys/components/customer-journey-scoring.element.d.ts +12 -0
- package/dist/personalization/journeys/components/customer-journey-scoring.element.js +20 -0
- package/dist/personalization/journeys/components/index.d.ts +1 -0
- package/dist/personalization/journeys/components/index.js +1 -0
- package/dist/personalization/journeys/components/manifests.d.ts +1 -0
- package/dist/personalization/journeys/components/manifests.js +14 -0
- package/dist/personalization/journeys/constants.d.ts +3 -0
- package/dist/personalization/journeys/constants.js +3 -0
- package/dist/personalization/journeys/entities.d.ts +5 -0
- package/dist/personalization/journeys/entities.js +90 -0
- package/dist/personalization/journeys/index.d.ts +4 -0
- package/dist/personalization/journeys/index.js +4 -0
- package/dist/personalization/journeys/manifests.d.ts +1 -0
- package/dist/personalization/journeys/manifests.js +30 -0
- package/dist/personalization/journeys/repository/detail/constants.d.ts +2 -0
- package/dist/personalization/journeys/repository/detail/constants.js +2 -0
- package/dist/personalization/journeys/repository/detail/customer-journey-detail-server.data-source.d.ts +48 -0
- package/dist/personalization/journeys/repository/detail/customer-journey-detail-server.data-source.js +78 -0
- package/dist/personalization/journeys/repository/detail/customer-journey-detail.repository.d.ts +7 -0
- package/dist/personalization/journeys/repository/detail/customer-journey-detail.repository.js +9 -0
- package/dist/personalization/journeys/repository/detail/customer-journey-detail.store.d.ts +9 -0
- package/dist/personalization/journeys/repository/detail/customer-journey-detail.store.js +9 -0
- package/dist/personalization/journeys/repository/detail/index.d.ts +1 -0
- package/dist/personalization/journeys/repository/detail/index.js +1 -0
- package/dist/personalization/journeys/repository/detail/manifests.d.ts +1 -0
- package/dist/personalization/journeys/repository/detail/manifests.js +15 -0
- package/dist/personalization/journeys/repository/manifests.d.ts +1 -0
- package/dist/personalization/journeys/repository/manifests.js +2 -0
- package/dist/personalization/journeys/workspace/customer-journey-workspace-context.token.d.ts +4 -0
- package/dist/personalization/journeys/workspace/customer-journey-workspace-context.token.js +3 -0
- package/dist/personalization/journeys/workspace/customer-journey-workspace-editor.element.d.ts +24 -0
- package/dist/personalization/journeys/workspace/customer-journey-workspace-editor.element.js +42 -0
- package/dist/personalization/journeys/workspace/customer-journey-workspace.context.d.ts +14 -0
- package/dist/personalization/journeys/workspace/customer-journey-workspace.context.js +17 -0
- package/dist/personalization/journeys/workspace/index.d.ts +4 -0
- package/dist/personalization/journeys/workspace/index.js +4 -0
- package/dist/personalization/journeys/workspace/views/edit/customer-journey-detail-editor.element.d.ts +12 -0
- package/dist/personalization/journeys/workspace/views/edit/customer-journey-detail-editor.element.js +19 -0
- package/dist/personalization/journeys/workspace/views/edit/customer-journey-editor.element.d.ts +13 -0
- package/dist/personalization/journeys/workspace/views/edit/customer-journey-editor.element.js +38 -0
- package/dist/personalization/journeys/workspace/views/edit/customer-journey-steps-list-editor.element.d.ts +12 -0
- package/dist/personalization/journeys/workspace/views/edit/customer-journey-steps-list-editor.element.js +22 -0
- package/dist/personalization/journeys/workspace/views/edit/index.d.ts +3 -0
- package/dist/personalization/journeys/workspace/views/edit/index.js +3 -0
- package/dist/personalization/manifests-personalization.d.ts +1 -0
- package/dist/personalization/manifests-personalization.js +158 -0
- package/dist/personalization/modal/element/grouped-item-edit-detail-modal.element.d.ts +16 -0
- package/dist/personalization/modal/element/grouped-item-edit-detail-modal.element.js +62 -0
- package/dist/personalization/modal/element/grouped-item-edit-item-modal.element.d.ts +16 -0
- package/dist/personalization/modal/element/grouped-item-edit-item-modal.element.js +84 -0
- package/dist/personalization/modal/element/index.d.ts +3 -0
- package/dist/personalization/modal/element/index.js +3 -0
- package/dist/personalization/modal/element/scoring-overview-modal.element.d.ts +18 -0
- package/dist/personalization/modal/element/scoring-overview-modal.element.js +89 -0
- package/dist/personalization/modal/index.d.ts +3 -0
- package/dist/personalization/modal/index.js +3 -0
- package/dist/personalization/modal/manifests.d.ts +1 -0
- package/dist/personalization/modal/manifests.js +21 -0
- package/dist/personalization/modal/scoring-group-base-modal.element.d.ts +16 -0
- package/dist/personalization/modal/scoring-group-base-modal.element.js +98 -0
- package/dist/personalization/modal/token/grouped-item-edit-detail-modal.token.d.ts +12 -0
- package/dist/personalization/modal/token/grouped-item-edit-detail-modal.token.js +8 -0
- package/dist/personalization/modal/token/grouped-item-edit-item-modal.token.d.ts +11 -0
- package/dist/personalization/modal/token/grouped-item-edit-item-modal.token.js +8 -0
- package/dist/personalization/modal/token/index.d.ts +3 -0
- package/dist/personalization/modal/token/index.js +3 -0
- package/dist/personalization/modal/token/scoring-overview-modal.token.d.ts +5 -0
- package/dist/personalization/modal/token/scoring-overview-modal.token.js +8 -0
- package/dist/personalization/personalized-variants/constants.d.ts +2 -0
- package/dist/personalization/personalized-variants/constants.js +2 -0
- package/dist/personalization/personalized-variants/editor-view/index.d.ts +3 -0
- package/dist/personalization/personalized-variants/editor-view/index.js +3 -0
- package/dist/personalization/personalized-variants/editor-view/personalized-variants-editor-view-context.token.d.ts +3 -0
- package/dist/personalization/personalized-variants/editor-view/personalized-variants-editor-view-context.token.js +3 -0
- package/dist/personalization/personalized-variants/editor-view/personalized-variants-editor-view.context.d.ts +6 -0
- package/dist/personalization/personalized-variants/editor-view/personalized-variants-editor-view.context.js +8 -0
- package/dist/personalization/personalized-variants/editor-view/personalized-variants-editor-view.element.d.ts +16 -0
- package/dist/personalization/personalized-variants/editor-view/personalized-variants-editor-view.element.js +279 -0
- package/dist/personalization/personalized-variants/entities.d.ts +5 -0
- package/dist/personalization/personalized-variants/entities.js +33 -0
- package/dist/personalization/personalized-variants/index.d.ts +3 -0
- package/dist/personalization/personalized-variants/index.js +3 -0
- package/dist/personalization/personalized-variants/manifests.d.ts +34 -0
- package/dist/personalization/personalized-variants/manifests.js +2 -0
- package/dist/personalization/personalized-variants/workspace/index.d.ts +4 -0
- package/dist/personalization/personalized-variants/workspace/index.js +4 -0
- package/dist/personalization/personalized-variants/workspace/manifests.d.ts +34 -0
- package/dist/personalization/personalized-variants/workspace/manifests.js +33 -0
- package/dist/personalization/personalized-variants/workspace/personalized-variant-workspace-context.token.d.ts +4 -0
- package/dist/personalization/personalized-variants/workspace/personalized-variant-workspace-context.token.js +3 -0
- package/dist/personalization/personalized-variants/workspace/personalized-variant-workspace-editor.element.d.ts +12 -0
- package/dist/personalization/personalized-variants/workspace/personalized-variant-workspace-editor.element.js +25 -0
- package/dist/personalization/personalized-variants/workspace/personalized-variant-workspace.context.d.ts +19 -0
- package/dist/personalization/personalized-variants/workspace/personalized-variant-workspace.context.js +133 -0
- package/dist/personalization/personalized-variants/workspace/views/edit/personalized-variant-editor.element.d.ts +16 -0
- package/dist/personalization/personalized-variants/workspace/views/edit/personalized-variant-editor.element.js +47 -0
- package/dist/personalization/personas/components/index.d.ts +1 -0
- package/dist/personalization/personas/components/index.js +1 -0
- package/dist/personalization/personas/components/manifests.d.ts +1 -0
- package/dist/personalization/personas/components/manifests.js +14 -0
- package/dist/personalization/personas/components/persona-group-scoring.element.d.ts +12 -0
- package/dist/personalization/personas/components/persona-group-scoring.element.js +20 -0
- package/dist/personalization/personas/constants.d.ts +3 -0
- package/dist/personalization/personas/constants.js +3 -0
- package/dist/personalization/personas/entities.d.ts +5 -0
- package/dist/personalization/personas/entities.js +90 -0
- package/dist/personalization/personas/index.d.ts +5 -0
- package/dist/personalization/personas/index.js +5 -0
- package/dist/personalization/personas/manifests.d.ts +1 -0
- package/dist/personalization/personas/manifests.js +30 -0
- package/dist/personalization/personas/repository/detail/constants.d.ts +2 -0
- package/dist/personalization/personas/repository/detail/constants.js +2 -0
- package/dist/personalization/personas/repository/detail/index.d.ts +1 -0
- package/dist/personalization/personas/repository/detail/index.js +1 -0
- package/dist/personalization/personas/repository/detail/manifests.d.ts +1 -0
- package/dist/personalization/personas/repository/detail/manifests.js +15 -0
- package/dist/personalization/personas/repository/detail/persona-group-detail-server.data-source.d.ts +48 -0
- package/dist/personalization/personas/repository/detail/persona-group-detail-server.data-source.js +79 -0
- package/dist/personalization/personas/repository/detail/persona-group-detail.repository.d.ts +7 -0
- package/dist/personalization/personas/repository/detail/persona-group-detail.repository.js +9 -0
- package/dist/personalization/personas/repository/detail/persona-group-detail.store.d.ts +9 -0
- package/dist/personalization/personas/repository/detail/persona-group-detail.store.js +9 -0
- package/dist/personalization/personas/repository/manifests.d.ts +1 -0
- package/dist/personalization/personas/repository/manifests.js +2 -0
- package/dist/personalization/personas/workspace/index.d.ts +4 -0
- package/dist/personalization/personas/workspace/index.js +4 -0
- package/dist/personalization/personas/workspace/persona-group-workspace-context.token.d.ts +4 -0
- package/dist/personalization/personas/workspace/persona-group-workspace-context.token.js +3 -0
- package/dist/personalization/personas/workspace/persona-group-workspace-editor.element.d.ts +24 -0
- package/dist/personalization/personas/workspace/persona-group-workspace-editor.element.js +42 -0
- package/dist/personalization/personas/workspace/persona-group-workspace.context.d.ts +14 -0
- package/dist/personalization/personas/workspace/persona-group-workspace.context.js +17 -0
- package/dist/personalization/personas/workspace/views/edit/index.d.ts +3 -0
- package/dist/personalization/personas/workspace/views/edit/index.js +3 -0
- package/dist/personalization/personas/workspace/views/edit/persona-group-detail-editor.element.d.ts +12 -0
- package/dist/personalization/personas/workspace/views/edit/persona-group-detail-editor.element.js +19 -0
- package/dist/personalization/personas/workspace/views/edit/persona-group-editor.element.d.ts +13 -0
- package/dist/personalization/personas/workspace/views/edit/persona-group-editor.element.js +38 -0
- package/dist/personalization/personas/workspace/views/edit/persona-group-personas-list-editor.element.d.ts +12 -0
- package/dist/personalization/personas/workspace/views/edit/persona-group-personas-list-editor.element.js +22 -0
- package/dist/personalization/referral-scoring/components/index.d.ts +2 -0
- package/dist/personalization/referral-scoring/components/index.js +2 -0
- package/dist/personalization/referral-scoring/components/referral-scoring-base.element.d.ts +23 -0
- package/dist/personalization/referral-scoring/components/referral-scoring-base.element.js +119 -0
- package/dist/personalization/referral-scoring/components/scored-referrals.element.d.ts +15 -0
- package/dist/personalization/referral-scoring/components/scored-referrals.element.js +108 -0
- package/dist/personalization/referral-scoring/components/unscored-referrals.element.d.ts +15 -0
- package/dist/personalization/referral-scoring/components/unscored-referrals.element.js +60 -0
- package/dist/personalization/referral-scoring/constants.d.ts +1 -0
- package/dist/personalization/referral-scoring/constants.js +1 -0
- package/dist/personalization/referral-scoring/entities.d.ts +8 -0
- package/dist/personalization/referral-scoring/entities.js +1 -0
- package/dist/personalization/referral-scoring/index.d.ts +3 -0
- package/dist/personalization/referral-scoring/index.js +3 -0
- package/dist/personalization/referral-scoring/manifests.d.ts +1 -0
- package/dist/personalization/referral-scoring/manifests.js +6 -0
- package/dist/personalization/referral-scoring/modal/element/assign-referral-modal.element.d.ts +17 -0
- package/dist/personalization/referral-scoring/modal/element/assign-referral-modal.element.js +117 -0
- package/dist/personalization/referral-scoring/modal/element/index.d.ts +1 -0
- package/dist/personalization/referral-scoring/modal/element/index.js +1 -0
- package/dist/personalization/referral-scoring/modal/index.d.ts +2 -0
- package/dist/personalization/referral-scoring/modal/index.js +2 -0
- package/dist/personalization/referral-scoring/modal/manifests.d.ts +1 -0
- package/dist/personalization/referral-scoring/modal/manifests.js +9 -0
- package/dist/personalization/referral-scoring/modal/token/assign-referral-modal.token.d.ts +10 -0
- package/dist/personalization/referral-scoring/modal/token/assign-referral-modal.token.js +8 -0
- package/dist/personalization/referral-scoring/modal/token/index.d.ts +1 -0
- package/dist/personalization/referral-scoring/modal/token/index.js +1 -0
- package/dist/personalization/referral-scoring/referral-group/collection/constants.d.ts +3 -0
- package/dist/personalization/referral-scoring/referral-group/collection/constants.js +3 -0
- package/dist/personalization/referral-scoring/referral-group/collection/entities.d.ts +5 -0
- package/dist/personalization/referral-scoring/referral-group/collection/entities.js +1 -0
- package/dist/personalization/referral-scoring/referral-group/collection/index.d.ts +2 -0
- package/dist/personalization/referral-scoring/referral-group/collection/index.js +2 -0
- package/dist/personalization/referral-scoring/referral-group/collection/manifests.d.ts +1 -0
- package/dist/personalization/referral-scoring/referral-group/collection/manifests.js +52 -0
- package/dist/personalization/referral-scoring/referral-group/collection/repository/index.d.ts +1 -0
- package/dist/personalization/referral-scoring/referral-group/collection/repository/index.js +1 -0
- package/dist/personalization/referral-scoring/referral-group/collection/repository/manifests.d.ts +1 -0
- package/dist/personalization/referral-scoring/referral-group/collection/repository/manifests.js +9 -0
- package/dist/personalization/referral-scoring/referral-group/collection/repository/referral-group-collection.repository.d.ts +8 -0
- package/dist/personalization/referral-scoring/referral-group/collection/repository/referral-group-collection.repository.js +13 -0
- package/dist/personalization/referral-scoring/referral-group/collection/repository/referral-group-collection.server.data-source.d.ts +7 -0
- package/dist/personalization/referral-scoring/referral-group/collection/repository/referral-group-collection.server.data-source.js +11 -0
- package/dist/personalization/referral-scoring/referral-group/collection/views/manifests.d.ts +2 -0
- package/dist/personalization/referral-scoring/referral-group/collection/views/manifests.js +21 -0
- package/dist/personalization/referral-scoring/referral-group/collection/views/table/referral-group-table-collection-view.element.d.ts +16 -0
- package/dist/personalization/referral-scoring/referral-group/collection/views/table/referral-group-table-collection-view.element.js +43 -0
- package/dist/personalization/referral-scoring/referral-group/constants.d.ts +2 -0
- package/dist/personalization/referral-scoring/referral-group/constants.js +2 -0
- package/dist/personalization/referral-scoring/referral-group/entities.d.ts +7 -0
- package/dist/personalization/referral-scoring/referral-group/entities.js +1 -0
- package/dist/personalization/referral-scoring/referral-group/index.d.ts +2 -0
- package/dist/personalization/referral-scoring/referral-group/index.js +2 -0
- package/dist/personalization/referral-scoring/referral-group/manifests.d.ts +1 -0
- package/dist/personalization/referral-scoring/referral-group/manifests.js +8 -0
- package/dist/personalization/referral-scoring/referral-group/repository/detail/constants.d.ts +2 -0
- package/dist/personalization/referral-scoring/referral-group/repository/detail/constants.js +2 -0
- package/dist/personalization/referral-scoring/referral-group/repository/detail/index.d.ts +3 -0
- package/dist/personalization/referral-scoring/referral-group/repository/detail/index.js +3 -0
- package/dist/personalization/referral-scoring/referral-group/repository/detail/manifests.d.ts +1 -0
- package/dist/personalization/referral-scoring/referral-group/repository/detail/manifests.js +15 -0
- package/dist/personalization/referral-scoring/referral-group/repository/detail/referral-group-detail-server.data-source.d.ts +10 -0
- package/dist/personalization/referral-scoring/referral-group/repository/detail/referral-group-detail-server.data-source.js +26 -0
- package/dist/personalization/referral-scoring/referral-group/repository/detail/referral-group-detail-store-context.token.d.ts +3 -0
- package/dist/personalization/referral-scoring/referral-group/repository/detail/referral-group-detail-store-context.token.js +2 -0
- package/dist/personalization/referral-scoring/referral-group/repository/detail/referral-group-detail.repository.d.ts +7 -0
- package/dist/personalization/referral-scoring/referral-group/repository/detail/referral-group-detail.repository.js +9 -0
- package/dist/personalization/referral-scoring/referral-group/repository/detail/referral-group-detail.store.d.ts +7 -0
- package/dist/personalization/referral-scoring/referral-group/repository/detail/referral-group-detail.store.js +8 -0
- package/dist/personalization/referral-scoring/referral-group/repository/index.d.ts +2 -0
- package/dist/personalization/referral-scoring/referral-group/repository/index.js +2 -0
- package/dist/personalization/referral-scoring/referral-group/repository/item/constants.d.ts +3 -0
- package/dist/personalization/referral-scoring/referral-group/repository/item/constants.js +3 -0
- package/dist/personalization/referral-scoring/referral-group/repository/item/index.d.ts +2 -0
- package/dist/personalization/referral-scoring/referral-group/repository/item/index.js +2 -0
- package/dist/personalization/referral-scoring/referral-group/repository/item/manifests.d.ts +1 -0
- package/dist/personalization/referral-scoring/referral-group/repository/item/manifests.js +15 -0
- package/dist/personalization/referral-scoring/referral-group/repository/item/referral-group-item-server.data-source.d.ts +7 -0
- package/dist/personalization/referral-scoring/referral-group/repository/item/referral-group-item-server.data-source.js +14 -0
- package/dist/personalization/referral-scoring/referral-group/repository/item/referral-group-item-store-context.token.d.ts +3 -0
- package/dist/personalization/referral-scoring/referral-group/repository/item/referral-group-item-store-context.token.js +2 -0
- package/dist/personalization/referral-scoring/referral-group/repository/item/referral-group-item.repository.d.ts +7 -0
- package/dist/personalization/referral-scoring/referral-group/repository/item/referral-group-item.repository.js +9 -0
- package/dist/personalization/referral-scoring/referral-group/repository/item/referral-group-item.store.d.ts +7 -0
- package/dist/personalization/referral-scoring/referral-group/repository/item/referral-group-item.store.js +8 -0
- package/dist/personalization/referral-scoring/referral-group/repository/manifests.d.ts +1 -0
- package/dist/personalization/referral-scoring/referral-group/repository/manifests.js +3 -0
- package/dist/personalization/referral-scoring/referral-group/workspace/index.d.ts +2 -0
- package/dist/personalization/referral-scoring/referral-group/workspace/index.js +2 -0
- package/dist/personalization/referral-scoring/referral-group/workspace/manifests.d.ts +34 -0
- package/dist/personalization/referral-scoring/referral-group/workspace/manifests.js +33 -0
- package/dist/personalization/referral-scoring/referral-group/workspace/referral-group-workspace-context.token.d.ts +4 -0
- package/dist/personalization/referral-scoring/referral-group/workspace/referral-group-workspace-context.token.js +2 -0
- package/dist/personalization/referral-scoring/referral-group/workspace/referral-group-workspace-editor.element.d.ts +12 -0
- package/dist/personalization/referral-scoring/referral-group/workspace/referral-group-workspace-editor.element.js +25 -0
- package/dist/personalization/referral-scoring/referral-group/workspace/referral-group-workspace.context.d.ts +11 -0
- package/dist/personalization/referral-scoring/referral-group/workspace/referral-group-workspace.context.js +29 -0
- package/dist/personalization/referral-scoring/referral-group/workspace/views/referral-group-editor.element.d.ts +14 -0
- package/dist/personalization/referral-scoring/referral-group/workspace/views/referral-group-editor.element.js +66 -0
- package/dist/personalization/referral-scoring/workspace/index.d.ts +3 -0
- package/dist/personalization/referral-scoring/workspace/index.js +3 -0
- package/dist/personalization/referral-scoring/workspace/referral-scoring-workspace-context.token.d.ts +4 -0
- package/dist/personalization/referral-scoring/workspace/referral-scoring-workspace-context.token.js +3 -0
- package/dist/personalization/referral-scoring/workspace/referral-scoring-workspace-editor.element.d.ts +16 -0
- package/dist/personalization/referral-scoring/workspace/referral-scoring-workspace-editor.element.js +103 -0
- package/dist/personalization/referral-scoring/workspace/referral-scoring-workspace.context.d.ts +27 -0
- package/dist/personalization/referral-scoring/workspace/referral-scoring-workspace.context.js +75 -0
- package/dist/personalization/screens/applied-personalization-screen.element.d.ts +13 -0
- package/dist/personalization/screens/applied-personalization-screen.element.js +33 -0
- package/dist/personalization/screens/applied-segment-insights-screen.element.d.ts +11 -0
- package/dist/personalization/screens/applied-segment-insights-screen.element.js +23 -0
- package/dist/personalization/screens/campaign-scoring-screen.element.d.ts +13 -0
- package/dist/personalization/screens/campaign-scoring-screen.element.js +34 -0
- package/dist/personalization/screens/content-scoring-screen.element.d.ts +13 -0
- package/dist/personalization/screens/content-scoring-screen.element.js +43 -0
- package/dist/personalization/screens/index.d.ts +12 -0
- package/dist/personalization/screens/index.js +12 -0
- package/dist/personalization/screens/insights-screen.element.d.ts +13 -0
- package/dist/personalization/screens/insights-screen.element.js +41 -0
- package/dist/personalization/screens/journeys-screen.element.d.ts +11 -0
- package/dist/personalization/screens/journeys-screen.element.js +19 -0
- package/dist/personalization/screens/personalization-root-screen.element.d.ts +12 -0
- package/dist/personalization/screens/personalization-root-screen.element.js +32 -0
- package/dist/personalization/screens/personalized-variants-screen.element.d.ts +15 -0
- package/dist/personalization/screens/personalized-variants-screen.element.js +35 -0
- package/dist/personalization/screens/personas-screen.element.d.ts +11 -0
- package/dist/personalization/screens/personas-screen.element.js +19 -0
- package/dist/personalization/screens/referral-scoring-screen.element.d.ts +13 -0
- package/dist/personalization/screens/referral-scoring-screen.element.js +34 -0
- package/dist/personalization/screens/segment-insights-screen.element.d.ts +11 -0
- package/dist/personalization/screens/segment-insights-screen.element.js +23 -0
- package/dist/personalization/screens/segments-screen.element.d.ts +12 -0
- package/dist/personalization/screens/segments-screen.element.js +34 -0
- package/dist/personalization/segments/actions/delete.action.d.ts +10 -0
- package/dist/personalization/segments/actions/delete.action.js +27 -0
- package/dist/personalization/segments/collection/constants.d.ts +2 -0
- package/dist/personalization/segments/collection/constants.js +2 -0
- package/dist/personalization/segments/collection/index.d.ts +3 -0
- package/dist/personalization/segments/collection/index.js +3 -0
- package/dist/personalization/segments/collection/manifests.d.ts +1 -0
- package/dist/personalization/segments/collection/manifests.js +37 -0
- package/dist/personalization/segments/collection/repository/constants.d.ts +1 -0
- package/dist/personalization/segments/collection/repository/constants.js +1 -0
- package/dist/personalization/segments/collection/repository/index.d.ts +1 -0
- package/dist/personalization/segments/collection/repository/index.js +1 -0
- package/dist/personalization/segments/collection/repository/manifests.d.ts +1 -0
- package/dist/personalization/segments/collection/repository/manifests.js +9 -0
- package/dist/personalization/segments/collection/repository/segments-collection.repository.d.ts +25 -0
- package/dist/personalization/segments/collection/repository/segments-collection.repository.js +20 -0
- package/dist/personalization/segments/collection/repository/segments-collection.server.data-source.d.ts +22 -0
- package/dist/personalization/segments/collection/repository/segments-collection.server.data-source.js +37 -0
- package/dist/personalization/segments/collection/segments-collection-toolbar.element.d.ts +9 -0
- package/dist/personalization/segments/collection/segments-collection-toolbar.element.js +72 -0
- package/dist/personalization/segments/collection/segments-collection.context.d.ts +15 -0
- package/dist/personalization/segments/collection/segments-collection.context.js +97 -0
- package/dist/personalization/segments/collection/segments-collection.element.d.ts +11 -0
- package/dist/personalization/segments/collection/segments-collection.element.js +21 -0
- package/dist/personalization/segments/collection/views/manifests.d.ts +15 -0
- package/dist/personalization/segments/collection/views/manifests.js +21 -0
- package/dist/personalization/segments/collection/views/table/elements/segments-table-applied-column-layout.element.d.ts +16 -0
- package/dist/personalization/segments/collection/views/table/elements/segments-table-applied-column-layout.element.js +49 -0
- package/dist/personalization/segments/collection/views/table/elements/segments-table-priority-column-layout.element.d.ts +17 -0
- package/dist/personalization/segments/collection/views/table/elements/segments-table-priority-column-layout.element.js +44 -0
- package/dist/personalization/segments/collection/views/table/elements/segments-table-used-parameters-column-layout.element.d.ts +20 -0
- package/dist/personalization/segments/collection/views/table/elements/segments-table-used-parameters-column-layout.element.js +36 -0
- package/dist/personalization/segments/collection/views/table/segments-table-collection-view.element.d.ts +25 -0
- package/dist/personalization/segments/collection/views/table/segments-table-collection-view.element.js +229 -0
- package/dist/personalization/segments/components/index.d.ts +2 -0
- package/dist/personalization/segments/components/index.js +3 -0
- package/dist/personalization/segments/components/segment-applied-parameter.element.d.ts +19 -0
- package/dist/personalization/segments/components/segment-applied-parameter.element.js +48 -0
- package/dist/personalization/segments/components/segment-rule-editor-rule-card.element.d.ts +17 -0
- package/dist/personalization/segments/components/segment-rule-editor-rule-card.element.js +93 -0
- package/dist/personalization/segments/constants.d.ts +2 -0
- package/dist/personalization/segments/constants.js +2 -0
- package/dist/personalization/segments/entities.d.ts +40 -0
- package/dist/personalization/segments/entities.js +1 -0
- package/dist/personalization/segments/index.d.ts +6 -0
- package/dist/personalization/segments/index.js +6 -0
- package/dist/personalization/segments/manifests.d.ts +1 -0
- package/dist/personalization/segments/manifests.js +20 -0
- package/dist/personalization/segments/repository/detail/constants.d.ts +2 -0
- package/dist/personalization/segments/repository/detail/constants.js +2 -0
- package/dist/personalization/segments/repository/detail/index.d.ts +1 -0
- package/dist/personalization/segments/repository/detail/index.js +1 -0
- package/dist/personalization/segments/repository/detail/manifests.d.ts +1 -0
- package/dist/personalization/segments/repository/detail/manifests.js +15 -0
- package/dist/personalization/segments/repository/detail/segments-detail-server.data-source.d.ts +44 -0
- package/dist/personalization/segments/repository/detail/segments-detail-server.data-source.js +80 -0
- package/dist/personalization/segments/repository/detail/segments-detail.repository.d.ts +7 -0
- package/dist/personalization/segments/repository/detail/segments-detail.repository.js +9 -0
- package/dist/personalization/segments/repository/detail/segments-detail.store.d.ts +9 -0
- package/dist/personalization/segments/repository/detail/segments-detail.store.js +9 -0
- package/dist/personalization/segments/repository/manifests.d.ts +1 -0
- package/dist/personalization/segments/repository/manifests.js +2 -0
- package/dist/personalization/segments/rules/base/entities.d.ts +8 -0
- package/dist/personalization/segments/rules/base/entities.js +1 -0
- package/dist/personalization/segments/rules/base/index.d.ts +4 -0
- package/dist/personalization/segments/rules/base/index.js +4 -0
- package/dist/personalization/segments/rules/base/segment-rule-base-analytics-dimension.element.d.ts +11 -0
- package/dist/personalization/segments/rules/base/segment-rule-base-analytics-dimension.element.js +71 -0
- package/dist/personalization/segments/rules/base/segment-rule-base-grouped-extended-checkbox.element.d.ts +18 -0
- package/dist/personalization/segments/rules/base/segment-rule-base-grouped-extended-checkbox.element.js +100 -0
- package/dist/personalization/segments/rules/base/segment-rule-base.element.d.ts +28 -0
- package/dist/personalization/segments/rules/base/segment-rule-base.element.js +186 -0
- package/dist/personalization/segments/rules/configuration/index.d.ts +3 -0
- package/dist/personalization/segments/rules/configuration/index.js +3 -0
- package/dist/personalization/segments/rules/configuration/segment-rule-extended-checkbox-configuration.element.d.ts +16 -0
- package/dist/personalization/segments/rules/configuration/segment-rule-extended-checkbox-configuration.element.js +46 -0
- package/dist/personalization/segments/rules/configuration/segment-rule-frequency-configuration.element.d.ts +20 -0
- package/dist/personalization/segments/rules/configuration/segment-rule-frequency-configuration.element.js +105 -0
- package/dist/personalization/segments/rules/configuration/segment-rule-range-configuration.element.d.ts +24 -0
- package/dist/personalization/segments/rules/configuration/segment-rule-range-configuration.element.js +78 -0
- package/dist/personalization/segments/rules/entities.d.ts +33 -0
- package/dist/personalization/segments/rules/entities.js +1 -0
- package/dist/personalization/segments/rules/index.d.ts +16 -0
- package/dist/personalization/segments/rules/index.js +16 -0
- package/dist/personalization/segments/rules/manifests.d.ts +1 -0
- package/dist/personalization/segments/rules/manifests.js +145 -0
- package/dist/personalization/segments/rules/segment-rule-browser.d.ts +15 -0
- package/dist/personalization/segments/rules/segment-rule-browser.js +23 -0
- package/dist/personalization/segments/rules/segment-rule-campaigns.d.ts +19 -0
- package/dist/personalization/segments/rules/segment-rule-campaigns.js +301 -0
- package/dist/personalization/segments/rules/segment-rule-customer-journey.d.ts +15 -0
- package/dist/personalization/segments/rules/segment-rule-customer-journey.js +24 -0
- package/dist/personalization/segments/rules/segment-rule-device.d.ts +15 -0
- package/dist/personalization/segments/rules/segment-rule-device.js +23 -0
- package/dist/personalization/segments/rules/segment-rule-event-triggered.d.ts +17 -0
- package/dist/personalization/segments/rules/segment-rule-event-triggered.js +115 -0
- package/dist/personalization/segments/rules/segment-rule-location.d.ts +19 -0
- package/dist/personalization/segments/rules/segment-rule-location.js +126 -0
- package/dist/personalization/segments/rules/segment-rule-logged-in-members.d.ts +16 -0
- package/dist/personalization/segments/rules/segment-rule-logged-in-members.js +32 -0
- package/dist/personalization/segments/rules/segment-rule-number-of-sessions.d.ts +19 -0
- package/dist/personalization/segments/rules/segment-rule-number-of-sessions.js +93 -0
- package/dist/personalization/segments/rules/segment-rule-persona.d.ts +15 -0
- package/dist/personalization/segments/rules/segment-rule-persona.js +24 -0
- package/dist/personalization/segments/rules/segment-rule-reached-goals.d.ts +19 -0
- package/dist/personalization/segments/rules/segment-rule-reached-goals.js +114 -0
- package/dist/personalization/segments/rules/segment-rule-registered-members.d.ts +16 -0
- package/dist/personalization/segments/rules/segment-rule-registered-members.js +34 -0
- package/dist/personalization/segments/rules/segment-rule-time-of-day.d.ts +17 -0
- package/dist/personalization/segments/rules/segment-rule-time-of-day.js +102 -0
- package/dist/personalization/segments/rules/segment-rule-visited-pages.d.ts +18 -0
- package/dist/personalization/segments/rules/segment-rule-visited-pages.js +74 -0
- package/dist/personalization/segments/rules/segment-rule.interface.d.ts +19 -0
- package/dist/personalization/segments/rules/segment-rule.interface.js +1 -0
- package/dist/personalization/segments/workspace/entities.d.ts +3 -0
- package/dist/personalization/segments/workspace/entities.js +36 -0
- package/dist/personalization/segments/workspace/index.d.ts +3 -0
- package/dist/personalization/segments/workspace/index.js +3 -0
- package/dist/personalization/segments/workspace/manifests.d.ts +34 -0
- package/dist/personalization/segments/workspace/manifests.js +33 -0
- package/dist/personalization/segments/workspace/segment-workspace-context.token.d.ts +4 -0
- package/dist/personalization/segments/workspace/segment-workspace-context.token.js +2 -0
- package/dist/personalization/segments/workspace/segment-workspace-editor.element.d.ts +12 -0
- package/dist/personalization/segments/workspace/segment-workspace-editor.element.js +25 -0
- package/dist/personalization/segments/workspace/segment-workspace.context.d.ts +20 -0
- package/dist/personalization/segments/workspace/segment-workspace.context.js +75 -0
- package/dist/personalization/segments/workspace/views/edit/index.d.ts +4 -0
- package/dist/personalization/segments/workspace/views/edit/index.js +4 -0
- package/dist/personalization/segments/workspace/views/edit/segment-editor.element.d.ts +16 -0
- package/dist/personalization/segments/workspace/views/edit/segment-editor.element.js +121 -0
- package/dist/personalization/segments/workspace/views/edit/segment-rule-editor-choose.element.d.ts +14 -0
- package/dist/personalization/segments/workspace/views/edit/segment-rule-editor-choose.element.js +46 -0
- package/dist/personalization/segments/workspace/views/edit/segment-rule-editor-setup.element.d.ts +18 -0
- package/dist/personalization/segments/workspace/views/edit/segment-rule-editor-setup.element.js +97 -0
- package/dist/personalization/segments/workspace/views/edit/segment-rule-editor.element.d.ts +18 -0
- package/dist/personalization/segments/workspace/views/edit/segment-rule-editor.element.js +153 -0
- package/dist/personalization/umbraco-package.d.ts +8 -0
- package/dist/personalization/umbraco-package.js +10 -0
- package/dist/personalization/workspace-view/personalization-workspace-view.element.d.ts +11 -0
- package/dist/personalization/workspace-view/personalization-workspace-view.element.js +19 -0
- package/dist/profiles/activity-tracker/activity-tracker.element.d.ts +18 -0
- package/dist/profiles/activity-tracker/activity-tracker.element.js +289 -0
- package/dist/profiles/activity-tracker/components/activity-events/activity-events.element.d.ts +20 -0
- package/dist/profiles/activity-tracker/components/activity-events/activity-events.element.js +321 -0
- package/dist/profiles/activity-tracker/components/activity-pageviews/activity-pageviews.element.d.ts +23 -0
- package/dist/profiles/activity-tracker/components/activity-pageviews/activity-pageviews.element.js +336 -0
- package/dist/profiles/activity-tracker/components/entities.d.ts +3 -0
- package/dist/profiles/activity-tracker/components/entities.js +1 -0
- package/dist/profiles/activity-tracker/components/index.d.ts +5 -0
- package/dist/profiles/activity-tracker/components/index.js +5 -0
- package/dist/profiles/activity-tracker/components/profile-line-item/profile-line-item.element.d.ts +23 -0
- package/dist/profiles/activity-tracker/components/profile-line-item/profile-line-item.element.js +173 -0
- package/dist/profiles/activity-tracker/components/profile-type-indicator/profile-type-indicator.element.d.ts +18 -0
- package/dist/profiles/activity-tracker/components/profile-type-indicator/profile-type-indicator.element.js +103 -0
- package/dist/profiles/activity-tracker/components/session-specs/profile-session-specs.element.d.ts +18 -0
- package/dist/profiles/activity-tracker/components/session-specs/profile-session-specs.element.js +113 -0
- package/dist/profiles/activity-tracker/index.d.ts +2 -0
- package/dist/profiles/activity-tracker/index.js +2 -0
- package/dist/profiles/activity-tracker/profile-activity-base.element.d.ts +6 -0
- package/dist/profiles/activity-tracker/profile-activity-base.element.js +39 -0
- package/dist/profiles/activity-tracker/ue-table.styles.d.ts +1 -0
- package/dist/profiles/activity-tracker/ue-table.styles.js +31 -0
- package/dist/profiles/collection/constants.d.ts +3 -0
- package/dist/profiles/collection/constants.js +3 -0
- package/dist/profiles/collection/entities.d.ts +8 -0
- package/dist/profiles/collection/entities.js +1 -0
- package/dist/profiles/collection/index.d.ts +3 -0
- package/dist/profiles/collection/index.js +3 -0
- package/dist/profiles/collection/manifests.d.ts +1 -0
- package/dist/profiles/collection/manifests.js +20 -0
- package/dist/profiles/collection/modal/entities.d.ts +3 -0
- package/dist/profiles/collection/modal/entities.js +26 -0
- package/dist/profiles/collection/modal/index.d.ts +2 -0
- package/dist/profiles/collection/modal/index.js +2 -0
- package/dist/profiles/collection/modal/manifests.d.ts +1 -0
- package/dist/profiles/collection/modal/manifests.js +9 -0
- package/dist/profiles/collection/modal/profiles-collection-filter-modal.element.d.ts +17 -0
- package/dist/profiles/collection/modal/profiles-collection-filter-modal.element.js +87 -0
- package/dist/profiles/collection/modal/profiles-collection-filter-modal.token.d.ts +8 -0
- package/dist/profiles/collection/modal/profiles-collection-filter-modal.token.js +8 -0
- package/dist/profiles/collection/profiles-collection-header.element.d.ts +18 -0
- package/dist/profiles/collection/profiles-collection-header.element.js +101 -0
- package/dist/profiles/collection/profiles-collection.context-token.d.ts +3 -0
- package/dist/profiles/collection/profiles-collection.context-token.js +2 -0
- package/dist/profiles/collection/profiles-collection.context.d.ts +16 -0
- package/dist/profiles/collection/profiles-collection.context.js +75 -0
- package/dist/profiles/collection/profiles-collection.element.d.ts +12 -0
- package/dist/profiles/collection/profiles-collection.element.js +22 -0
- package/dist/profiles/collection/repository/index.d.ts +1 -0
- package/dist/profiles/collection/repository/index.js +1 -0
- package/dist/profiles/collection/repository/manifests.d.ts +1 -0
- package/dist/profiles/collection/repository/manifests.js +9 -0
- package/dist/profiles/collection/repository/profiles-collection.repository.d.ts +16 -0
- package/dist/profiles/collection/repository/profiles-collection.repository.js +14 -0
- package/dist/profiles/collection/repository/profiles-collection.server.data-source.d.ts +18 -0
- package/dist/profiles/collection/repository/profiles-collection.server.data-source.js +81 -0
- package/dist/profiles/collection/views/manifests.d.ts +2 -0
- package/dist/profiles/collection/views/manifests.js +21 -0
- package/dist/profiles/collection/views/table/elements/profiles-table-type-column-layout.element.d.ts +19 -0
- package/dist/profiles/collection/views/table/elements/profiles-table-type-column-layout.element.js +89 -0
- package/dist/profiles/collection/views/table/profiles-table-collection-view.element.d.ts +21 -0
- package/dist/profiles/collection/views/table/profiles-table-collection-view.element.js +200 -0
- package/dist/profiles/constants.d.ts +1 -0
- package/dist/profiles/constants.js +1 -0
- package/dist/profiles/details/components/activity-tracker/activity-tracker.element.d.ts +0 -0
- package/dist/profiles/details/components/activity-tracker/activity-tracker.element.js +1 -0
- package/dist/profiles/details/components/external-data/external-data-component.interface.d.ts +10 -0
- package/dist/profiles/details/components/external-data/external-data-component.interface.js +1 -0
- package/dist/profiles/details/components/external-data/index.d.ts +1 -0
- package/dist/profiles/details/components/external-data/index.js +1 -0
- package/dist/profiles/details/components/index.d.ts +3 -0
- package/dist/profiles/details/components/index.js +3 -0
- package/dist/profiles/details/components/member-profile/member-and-profile.element.d.ts +26 -0
- package/dist/profiles/details/components/member-profile/member-and-profile.element.js +215 -0
- package/dist/profiles/details/components/related-profile/related-profile.element.d.ts +17 -0
- package/dist/profiles/details/components/related-profile/related-profile.element.js +87 -0
- package/dist/profiles/details/index.d.ts +2 -0
- package/dist/profiles/details/index.js +2 -0
- package/dist/profiles/details/manifests.d.ts +2 -0
- package/dist/profiles/details/manifests.js +6 -0
- package/dist/profiles/details/workspace/conditions/constants.d.ts +1 -0
- package/dist/profiles/details/workspace/conditions/constants.js +1 -0
- package/dist/profiles/details/workspace/conditions/external-package-installed.condition.d.ts +7 -0
- package/dist/profiles/details/workspace/conditions/external-package-installed.condition.js +10 -0
- package/dist/profiles/details/workspace/conditions/manifests.d.ts +1 -0
- package/dist/profiles/details/workspace/conditions/manifests.js +10 -0
- package/dist/profiles/details/workspace/constants.d.ts +3 -0
- package/dist/profiles/details/workspace/constants.js +3 -0
- package/dist/profiles/details/workspace/index.d.ts +1 -0
- package/dist/profiles/details/workspace/index.js +1 -0
- package/dist/profiles/details/workspace/manifests.d.ts +2 -0
- package/dist/profiles/details/workspace/manifests.js +66 -0
- package/dist/profiles/details/workspace/profile-detail-workspace-view.kind.d.ts +2 -0
- package/dist/profiles/details/workspace/profile-detail-workspace-view.kind.js +18 -0
- package/dist/profiles/details/workspace/profile-details-workspace-context-token.d.ts +3 -0
- package/dist/profiles/details/workspace/profile-details-workspace-context-token.js +3 -0
- package/dist/profiles/details/workspace/profile-details-workspace.context.d.ts +16 -0
- package/dist/profiles/details/workspace/profile-details-workspace.context.js +53 -0
- package/dist/profiles/details/workspace/profile-details-workspace.element.d.ts +12 -0
- package/dist/profiles/details/workspace/profile-details-workspace.element.js +25 -0
- package/dist/profiles/details/workspace/views/activity/profile-details-activity.workspace-view.element.d.ts +14 -0
- package/dist/profiles/details/workspace/views/activity/profile-details-activity.workspace-view.element.js +46 -0
- package/dist/profiles/details/workspace/views/external-data/external-data.workspace-view.element.d.ts +15 -0
- package/dist/profiles/details/workspace/views/external-data/external-data.workspace-view.element.js +49 -0
- package/dist/profiles/details/workspace/views/insights/profile-details-insight.workspace-view.element.d.ts +17 -0
- package/dist/profiles/details/workspace/views/insights/profile-details-insight.workspace-view.element.js +89 -0
- package/dist/profiles/entities.d.ts +26 -0
- package/dist/profiles/entities.js +1 -0
- package/dist/profiles/index.d.ts +6 -0
- package/dist/profiles/index.js +6 -0
- package/dist/profiles/insights/active-segments/active-segments-list.element.d.ts +16 -0
- package/dist/profiles/insights/active-segments/active-segments-list.element.js +83 -0
- package/dist/profiles/insights/campaigns/campaigns-list.element.d.ts +15 -0
- package/dist/profiles/insights/campaigns/campaigns-list.element.js +104 -0
- package/dist/profiles/insights/constants.d.ts +1 -0
- package/dist/profiles/insights/constants.js +1 -0
- package/dist/profiles/insights/customer-journeys/customer-journeys.element.d.ts +15 -0
- package/dist/profiles/insights/customer-journeys/customer-journeys.element.js +65 -0
- package/dist/profiles/insights/engage-profile-insight.interface.d.ts +28 -0
- package/dist/profiles/insights/engage-profile-insight.interface.js +34 -0
- package/dist/profiles/insights/goals/goals-table-collection-view.element.d.ts +16 -0
- package/dist/profiles/insights/goals/goals-table-collection-view.element.js +122 -0
- package/dist/profiles/insights/index.d.ts +9 -0
- package/dist/profiles/insights/index.js +9 -0
- package/dist/profiles/insights/manifests.d.ts +1 -0
- package/dist/profiles/insights/manifests.js +48 -0
- package/dist/profiles/insights/persona-groups/persona-groups.element.d.ts +15 -0
- package/dist/profiles/insights/persona-groups/persona-groups.element.js +65 -0
- package/dist/profiles/insights/potential/potential.css.d.ts +1 -0
- package/dist/profiles/insights/potential/potential.css.js +191 -0
- package/dist/profiles/insights/potential/potential.element.d.ts +20 -0
- package/dist/profiles/insights/potential/potential.element.js +109 -0
- package/dist/profiles/insights/search-terms/search-terms.element.d.ts +19 -0
- package/dist/profiles/insights/search-terms/search-terms.element.js +149 -0
- package/dist/profiles/manifests-profiles.d.ts +2 -0
- package/dist/profiles/manifests-profiles.js +35 -0
- package/dist/profiles/screens/index.d.ts +2 -0
- package/dist/profiles/screens/index.js +2 -0
- package/dist/profiles/screens/profiles-root-screen.element.d.ts +10 -0
- package/dist/profiles/screens/profiles-root-screen.element.js +16 -0
- package/dist/profiles/screens/profiles-screen.element.d.ts +20 -0
- package/dist/profiles/screens/profiles-screen.element.js +118 -0
- package/dist/profiles/umbraco-package.d.ts +8 -0
- package/dist/profiles/umbraco-package.js +10 -0
- package/dist/reporting/components/index.d.ts +5 -0
- package/dist/reporting/components/index.js +5 -0
- package/dist/reporting/components/reporting-chart-card/reporting-chart-card.element.d.ts +16 -0
- package/dist/reporting/components/reporting-chart-card/reporting-chart-card.element.js +51 -0
- package/dist/reporting/components/segment-personalization/segment-personalization.element.d.ts +15 -0
- package/dist/reporting/components/segment-personalization/segment-personalization.element.js +93 -0
- package/dist/reporting/components/segment-personalization-goal-performance/segment-personalization-goal-performance.element.d.ts +16 -0
- package/dist/reporting/components/segment-personalization-goal-performance/segment-personalization-goal-performance.element.js +244 -0
- package/dist/reporting/components/segment-potential/segment-potential.element.d.ts +15 -0
- package/dist/reporting/components/segment-potential/segment-potential.element.js +93 -0
- package/dist/reporting/components/segment-selector/reporting-segment-selector.element.d.ts +17 -0
- package/dist/reporting/components/segment-selector/reporting-segment-selector.element.js +211 -0
- package/dist/reporting/index.d.ts +2 -0
- package/dist/reporting/index.js +2 -0
- package/dist/reporting/manifests-reporting.d.ts +1 -0
- package/dist/reporting/manifests-reporting.js +26 -0
- package/dist/reporting/reporting.context.d.ts +17 -0
- package/dist/reporting/reporting.context.js +49 -0
- package/dist/reporting/screens/index.d.ts +2 -0
- package/dist/reporting/screens/index.js +2 -0
- package/dist/reporting/screens/reporting-root-screen.element.d.ts +10 -0
- package/dist/reporting/screens/reporting-root-screen.element.js +16 -0
- package/dist/reporting/screens/reporting-segments-screen.element.d.ts +17 -0
- package/dist/reporting/screens/reporting-segments-screen.element.js +61 -0
- package/dist/reporting/umbraco-package.d.ts +8 -0
- package/dist/reporting/umbraco-package.js +10 -0
- package/dist/section.manifests.d.ts +2 -0
- package/dist/section.manifests.js +32 -0
- package/dist/settings/constants.d.ts +3 -0
- package/dist/settings/constants.js +3 -0
- package/dist/settings/goals/collection/constants.d.ts +3 -0
- package/dist/settings/goals/collection/constants.js +3 -0
- package/dist/settings/goals/collection/entities.d.ts +5 -0
- package/dist/settings/goals/collection/entities.js +1 -0
- package/dist/settings/goals/collection/index.d.ts +2 -0
- package/dist/settings/goals/collection/index.js +2 -0
- package/dist/settings/goals/collection/manifests.d.ts +1 -0
- package/dist/settings/goals/collection/manifests.js +35 -0
- package/dist/settings/goals/collection/repository/goals-collection.repository.d.ts +18 -0
- package/dist/settings/goals/collection/repository/goals-collection.repository.js +14 -0
- package/dist/settings/goals/collection/repository/goals-collection.server.data-source.d.ts +18 -0
- package/dist/settings/goals/collection/repository/goals-collection.server.data-source.js +31 -0
- package/dist/settings/goals/collection/repository/index.d.ts +1 -0
- package/dist/settings/goals/collection/repository/index.js +1 -0
- package/dist/settings/goals/collection/repository/manifests.d.ts +1 -0
- package/dist/settings/goals/collection/repository/manifests.js +9 -0
- package/dist/settings/goals/collection/views/manifests.d.ts +2 -0
- package/dist/settings/goals/collection/views/manifests.js +21 -0
- package/dist/settings/goals/collection/views/table/goals-table-collection-view.element.d.ts +14 -0
- package/dist/settings/goals/collection/views/table/goals-table-collection-view.element.js +104 -0
- package/dist/settings/goals/components/custom-goal/custom-goal.element.d.ts +14 -0
- package/dist/settings/goals/components/custom-goal/custom-goal.element.js +58 -0
- package/dist/settings/goals/components/goal-trigger-base.element.d.ts +7 -0
- package/dist/settings/goals/components/goal-trigger-base.element.js +24 -0
- package/dist/settings/goals/components/goal-type-config/goal-type-config.element.d.ts +20 -0
- package/dist/settings/goals/components/goal-type-config/goal-type-config.element.js +120 -0
- package/dist/settings/goals/components/index.d.ts +5 -0
- package/dist/settings/goals/components/index.js +5 -0
- package/dist/settings/goals/components/manifests.d.ts +2 -0
- package/dist/settings/goals/components/manifests.js +52 -0
- package/dist/settings/goals/components/pageevent-goal/pageevent-goal.element.d.ts +19 -0
- package/dist/settings/goals/components/pageevent-goal/pageevent-goal.element.js +80 -0
- package/dist/settings/goals/components/pageview-goal/pageview-goal.element.d.ts +21 -0
- package/dist/settings/goals/components/pageview-goal/pageview-goal.element.js +136 -0
- package/dist/settings/goals/constants.d.ts +3 -0
- package/dist/settings/goals/constants.js +3 -0
- package/dist/settings/goals/entities.d.ts +6 -0
- package/dist/settings/goals/entities.js +1 -0
- package/dist/settings/goals/index.d.ts +5 -0
- package/dist/settings/goals/index.js +5 -0
- package/dist/settings/goals/manifests.d.ts +1 -0
- package/dist/settings/goals/manifests.js +10 -0
- package/dist/settings/goals/repository/detail/constants.d.ts +2 -0
- package/dist/settings/goals/repository/detail/constants.js +2 -0
- package/dist/settings/goals/repository/detail/goals-detail-server.data-source.d.ts +32 -0
- package/dist/settings/goals/repository/detail/goals-detail-server.data-source.js +89 -0
- package/dist/settings/goals/repository/detail/goals-detail.repository.d.ts +7 -0
- package/dist/settings/goals/repository/detail/goals-detail.repository.js +9 -0
- package/dist/settings/goals/repository/detail/goals-detail.store.d.ts +9 -0
- package/dist/settings/goals/repository/detail/goals-detail.store.js +9 -0
- package/dist/settings/goals/repository/detail/index.d.ts +2 -0
- package/dist/settings/goals/repository/detail/index.js +2 -0
- package/dist/settings/goals/repository/detail/manifests.d.ts +1 -0
- package/dist/settings/goals/repository/detail/manifests.js +15 -0
- package/dist/settings/goals/repository/manifests.d.ts +1 -0
- package/dist/settings/goals/repository/manifests.js +2 -0
- package/dist/settings/goals/workspace/entities.d.ts +3 -0
- package/dist/settings/goals/workspace/entities.js +74 -0
- package/dist/settings/goals/workspace/goal-workspace-context.token.d.ts +4 -0
- package/dist/settings/goals/workspace/goal-workspace-context.token.js +2 -0
- package/dist/settings/goals/workspace/goal-workspace-editor.element.d.ts +12 -0
- package/dist/settings/goals/workspace/goal-workspace-editor.element.js +26 -0
- package/dist/settings/goals/workspace/goal-workspace.context.d.ts +11 -0
- package/dist/settings/goals/workspace/goal-workspace.context.js +22 -0
- package/dist/settings/goals/workspace/index.d.ts +2 -0
- package/dist/settings/goals/workspace/index.js +2 -0
- package/dist/settings/goals/workspace/manifests.d.ts +34 -0
- package/dist/settings/goals/workspace/manifests.js +33 -0
- package/dist/settings/goals/workspace/views/edit/goal-editor.element.d.ts +15 -0
- package/dist/settings/goals/workspace/views/edit/goal-editor.element.js +51 -0
- package/dist/settings/goals/workspace/views/edit/index.d.ts +1 -0
- package/dist/settings/goals/workspace/views/edit/index.js +1 -0
- package/dist/settings/index.d.ts +5 -0
- package/dist/settings/index.js +5 -0
- package/dist/settings/ip-filters/collection/constants.d.ts +3 -0
- package/dist/settings/ip-filters/collection/constants.js +3 -0
- package/dist/settings/ip-filters/collection/entities.d.ts +4 -0
- package/dist/settings/ip-filters/collection/entities.js +1 -0
- package/dist/settings/ip-filters/collection/index.d.ts +2 -0
- package/dist/settings/ip-filters/collection/index.js +2 -0
- package/dist/settings/ip-filters/collection/manifests.d.ts +1 -0
- package/dist/settings/ip-filters/collection/manifests.js +53 -0
- package/dist/settings/ip-filters/collection/repository/index.d.ts +1 -0
- package/dist/settings/ip-filters/collection/repository/index.js +1 -0
- package/dist/settings/ip-filters/collection/repository/ip-filter-collection.repository.d.ts +20 -0
- package/dist/settings/ip-filters/collection/repository/ip-filter-collection.repository.js +17 -0
- package/dist/settings/ip-filters/collection/repository/ip-filter-collection.server.data-source.d.ts +22 -0
- package/dist/settings/ip-filters/collection/repository/ip-filter-collection.server.data-source.js +31 -0
- package/dist/settings/ip-filters/collection/repository/manifests.d.ts +1 -0
- package/dist/settings/ip-filters/collection/repository/manifests.js +9 -0
- package/dist/settings/ip-filters/collection/views/manifests.d.ts +2 -0
- package/dist/settings/ip-filters/collection/views/manifests.js +21 -0
- package/dist/settings/ip-filters/collection/views/table/ip-filter-table-collection-view.element.d.ts +15 -0
- package/dist/settings/ip-filters/collection/views/table/ip-filter-table-collection-view.element.js +76 -0
- package/dist/settings/ip-filters/constants.d.ts +2 -0
- package/dist/settings/ip-filters/constants.js +2 -0
- package/dist/settings/ip-filters/entities.d.ts +5 -0
- package/dist/settings/ip-filters/entities.js +40 -0
- package/dist/settings/ip-filters/index.d.ts +2 -0
- package/dist/settings/ip-filters/index.js +2 -0
- package/dist/settings/ip-filters/manifests.d.ts +1 -0
- package/dist/settings/ip-filters/manifests.js +8 -0
- package/dist/settings/ip-filters/repository/detail/constants.d.ts +2 -0
- package/dist/settings/ip-filters/repository/detail/constants.js +2 -0
- package/dist/settings/ip-filters/repository/detail/index.d.ts +2 -0
- package/dist/settings/ip-filters/repository/detail/index.js +2 -0
- package/dist/settings/ip-filters/repository/detail/ip-filters-detail-server.data-source.d.ts +53 -0
- package/dist/settings/ip-filters/repository/detail/ip-filters-detail-server.data-source.js +49 -0
- package/dist/settings/ip-filters/repository/detail/ip-filters-detail.repository.d.ts +7 -0
- package/dist/settings/ip-filters/repository/detail/ip-filters-detail.repository.js +9 -0
- package/dist/settings/ip-filters/repository/detail/ip-filters-detail.store.d.ts +9 -0
- package/dist/settings/ip-filters/repository/detail/ip-filters-detail.store.js +9 -0
- package/dist/settings/ip-filters/repository/detail/manifests.d.ts +1 -0
- package/dist/settings/ip-filters/repository/detail/manifests.js +15 -0
- package/dist/settings/ip-filters/repository/manifests.d.ts +1 -0
- package/dist/settings/ip-filters/repository/manifests.js +2 -0
- package/dist/settings/ip-filters/workspace/index.d.ts +2 -0
- package/dist/settings/ip-filters/workspace/index.js +2 -0
- package/dist/settings/ip-filters/workspace/ip-filter-workspace-context.token.d.ts +4 -0
- package/dist/settings/ip-filters/workspace/ip-filter-workspace-context.token.js +2 -0
- package/dist/settings/ip-filters/workspace/ip-filter-workspace-editor.element.d.ts +12 -0
- package/dist/settings/ip-filters/workspace/ip-filter-workspace-editor.element.js +25 -0
- package/dist/settings/ip-filters/workspace/ip-filter-workspace.context.d.ts +11 -0
- package/dist/settings/ip-filters/workspace/ip-filter-workspace.context.js +40 -0
- package/dist/settings/ip-filters/workspace/manifests.d.ts +34 -0
- package/dist/settings/ip-filters/workspace/manifests.js +33 -0
- package/dist/settings/ip-filters/workspace/views/edit/index.d.ts +1 -0
- package/dist/settings/ip-filters/workspace/views/edit/index.js +1 -0
- package/dist/settings/ip-filters/workspace/views/edit/ip-filter-editor.element.d.ts +14 -0
- package/dist/settings/ip-filters/workspace/views/edit/ip-filter-editor.element.js +46 -0
- package/dist/settings/manifests-settings.d.ts +2 -0
- package/dist/settings/manifests-settings.js +40 -0
- package/dist/settings/screens/goals-screen.element.d.ts +12 -0
- package/dist/settings/screens/goals-screen.element.js +31 -0
- package/dist/settings/screens/index.d.ts +3 -0
- package/dist/settings/screens/index.js +3 -0
- package/dist/settings/screens/ipfilters-screen.element.d.ts +12 -0
- package/dist/settings/screens/ipfilters-screen.element.js +31 -0
- package/dist/settings/screens/settings-root-screen.element.d.ts +10 -0
- package/dist/settings/screens/settings-root-screen.element.js +16 -0
- package/dist/settings/tree/manifest.d.ts +1 -0
- package/dist/settings/tree/manifest.js +39 -0
- package/dist/settings/umbraco-package.d.ts +8 -0
- package/dist/settings/umbraco-package.js +10 -0
- package/dist/settings/workspace/configuration-workspace.element.d.ts +11 -0
- package/dist/settings/workspace/configuration-workspace.element.js +24 -0
- package/dist/settings/workspace/constants.d.ts +1 -0
- package/dist/settings/workspace/constants.js +1 -0
- package/dist/settings/workspace/index.d.ts +1 -0
- package/dist/settings/workspace/index.js +1 -0
- package/dist/settings/workspace/manifests.d.ts +73 -0
- package/dist/settings/workspace/manifests.js +78 -0
- package/dist/settings/workspace/views/index.d.ts +2 -0
- package/dist/settings/workspace/views/index.js +2 -0
- package/dist/settings/workspace/views/manifests.d.ts +1 -0
- package/dist/settings/workspace/views/manifests.js +3 -0
- package/dist/settings/workspace/views/overview/components/ab-testing-configuration-panel.element.d.ts +13 -0
- package/dist/settings/workspace/views/overview/components/ab-testing-configuration-panel.element.js +31 -0
- package/dist/settings/workspace/views/overview/components/analytics-configuration-panel.element.d.ts +13 -0
- package/dist/settings/workspace/views/overview/components/analytics-configuration-panel.element.js +103 -0
- package/dist/settings/workspace/views/overview/components/cockpit-configuration-panel.element.d.ts +13 -0
- package/dist/settings/workspace/views/overview/components/cockpit-configuration-panel.element.js +24 -0
- package/dist/settings/workspace/views/overview/components/configuration-panel.element.d.ts +21 -0
- package/dist/settings/workspace/views/overview/components/configuration-panel.element.js +110 -0
- package/dist/settings/workspace/views/overview/components/configuration-panel.interface.d.ts +15 -0
- package/dist/settings/workspace/views/overview/components/configuration-panel.interface.js +1 -0
- package/dist/settings/workspace/views/overview/components/index.d.ts +2 -0
- package/dist/settings/workspace/views/overview/components/index.js +2 -0
- package/dist/settings/workspace/views/overview/components/manifests.d.ts +1 -0
- package/dist/settings/workspace/views/overview/components/manifests.js +51 -0
- package/dist/settings/workspace/views/overview/components/profiles-configuration-panel.element.d.ts +13 -0
- package/dist/settings/workspace/views/overview/components/profiles-configuration-panel.element.js +37 -0
- package/dist/settings/workspace/views/overview/components/reporting-configuration-panel.element.d.ts +17 -0
- package/dist/settings/workspace/views/overview/components/reporting-configuration-panel.element.js +110 -0
- package/dist/settings/workspace/views/overview/components/segmentation-configuration-panel.element.d.ts +13 -0
- package/dist/settings/workspace/views/overview/components/segmentation-configuration-panel.element.js +24 -0
- package/dist/settings/workspace/views/overview/components/settings-configuration-panel.element.d.ts +14 -0
- package/dist/settings/workspace/views/overview/components/settings-configuration-panel.element.js +59 -0
- package/dist/settings/workspace/views/overview/index.d.ts +2 -0
- package/dist/settings/workspace/views/overview/index.js +2 -0
- package/dist/settings/workspace/views/overview/manifests.d.ts +1 -0
- package/dist/settings/workspace/views/overview/manifests.js +3 -0
- package/dist/settings/workspace/views/overview/modal/element/data-cleanup-log-modal.element.d.ts +12 -0
- package/dist/settings/workspace/views/overview/modal/element/data-cleanup-log-modal.element.js +25 -0
- package/dist/settings/workspace/views/overview/modal/element/data-generation-log-modal.element.d.ts +12 -0
- package/dist/settings/workspace/views/overview/modal/element/data-generation-log-modal.element.js +23 -0
- package/dist/settings/workspace/views/overview/modal/element/data-log-modal-base.element.d.ts +28 -0
- package/dist/settings/workspace/views/overview/modal/element/data-log-modal-base.element.js +97 -0
- package/dist/settings/workspace/views/overview/modal/element/index.d.ts +2 -0
- package/dist/settings/workspace/views/overview/modal/element/index.js +2 -0
- package/dist/settings/workspace/views/overview/modal/index.d.ts +2 -0
- package/dist/settings/workspace/views/overview/modal/index.js +2 -0
- package/dist/settings/workspace/views/overview/modal/manifests.d.ts +1 -0
- package/dist/settings/workspace/views/overview/modal/manifests.js +16 -0
- package/dist/settings/workspace/views/overview/modal/token/data-cleanup-log-modal.token.d.ts +5 -0
- package/dist/settings/workspace/views/overview/modal/token/data-cleanup-log-modal.token.js +8 -0
- package/dist/settings/workspace/views/overview/modal/token/data-generation-log-modal.token.d.ts +5 -0
- package/dist/settings/workspace/views/overview/modal/token/data-generation-log-modal.token.js +8 -0
- package/dist/settings/workspace/views/overview/modal/token/index.d.ts +2 -0
- package/dist/settings/workspace/views/overview/modal/token/index.js +2 -0
- package/dist/settings/workspace/views/overview/settings-overview.element.d.ts +19 -0
- package/dist/settings/workspace/views/overview/settings-overview.element.js +88 -0
- package/dist/settings/workspace/views/permissions/components/document-permissions.element.d.ts +18 -0
- package/dist/settings/workspace/views/permissions/components/document-permissions.element.js +240 -0
- package/dist/settings/workspace/views/permissions/components/index.d.ts +2 -0
- package/dist/settings/workspace/views/permissions/components/index.js +2 -0
- package/dist/settings/workspace/views/permissions/components/user-group-permissions.element.d.ts +18 -0
- package/dist/settings/workspace/views/permissions/components/user-group-permissions.element.js +126 -0
- package/dist/settings/workspace/views/permissions/index.d.ts +2 -0
- package/dist/settings/workspace/views/permissions/index.js +2 -0
- package/dist/settings/workspace/views/permissions/manifests.d.ts +1 -0
- package/dist/settings/workspace/views/permissions/manifests.js +2 -0
- package/dist/settings/workspace/views/permissions/modal/element/constants.d.ts +1 -0
- package/dist/settings/workspace/views/permissions/modal/element/constants.js +1 -0
- package/dist/settings/workspace/views/permissions/modal/element/index.d.ts +1 -0
- package/dist/settings/workspace/views/permissions/modal/element/index.js +1 -0
- package/dist/settings/workspace/views/permissions/modal/element/user-group-permission-modal.element.d.ts +17 -0
- package/dist/settings/workspace/views/permissions/modal/element/user-group-permission-modal.element.js +124 -0
- package/dist/settings/workspace/views/permissions/modal/index.d.ts +2 -0
- package/dist/settings/workspace/views/permissions/modal/index.js +2 -0
- package/dist/settings/workspace/views/permissions/modal/manifests.d.ts +1 -0
- package/dist/settings/workspace/views/permissions/modal/manifests.js +9 -0
- package/dist/settings/workspace/views/permissions/modal/token/data-generation-log-modal.token.d.ts +5 -0
- package/dist/settings/workspace/views/permissions/modal/token/data-generation-log-modal.token.js +8 -0
- package/dist/settings/workspace/views/permissions/modal/token/index.d.ts +1 -0
- package/dist/settings/workspace/views/permissions/modal/token/index.js +1 -0
- package/dist/settings/workspace/views/permissions/modal/token/user-group-permission-modal.token.d.ts +6 -0
- package/dist/settings/workspace/views/permissions/modal/token/user-group-permission-modal.token.js +8 -0
- package/dist/settings/workspace/views/permissions/settings-permissions.element.d.ts +14 -0
- package/dist/settings/workspace/views/permissions/settings-permissions.element.js +72 -0
- package/dist/settings/workspace/views/statistics/settings-statistics.element.d.ts +16 -0
- package/dist/settings/workspace/views/statistics/settings-statistics.element.js +63 -0
- package/dist/start-page/components/index.d.ts +2 -0
- package/dist/start-page/components/index.js +2 -0
- package/dist/start-page/components/license-viewer.element.d.ts +18 -0
- package/dist/start-page/components/license-viewer.element.js +322 -0
- package/dist/start-page/index.d.ts +1 -0
- package/dist/start-page/index.js +1 -0
- package/dist/start-page/manifests-startpage.d.ts +1 -0
- package/dist/start-page/manifests-startpage.js +15 -0
- package/dist/start-page/screens/startpage-root-screen.element.d.ts +20 -0
- package/dist/start-page/screens/startpage-root-screen.element.js +188 -0
- package/dist/start-page/umbraco-package.d.ts +8 -0
- package/dist/start-page/umbraco-package.js +10 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -0
- package/dist/umbraco-package.json +1 -0
- package/package.json +39 -0
|
@@ -0,0 +1,4257 @@
|
|
|
1
|
+
export type ClientOptions = {
|
|
2
|
+
baseUrl: 'http://localhost:45064' | (string & {});
|
|
3
|
+
};
|
|
4
|
+
export type AbTestingConfigurationModel = {
|
|
5
|
+
RequiredVisitorPercentageBeforeShowingAdvice: number;
|
|
6
|
+
MinimumPercentageMacroGoalWarning: number;
|
|
7
|
+
};
|
|
8
|
+
export type AbTestContentTypeDtoModel = {
|
|
9
|
+
contentTypeId: number;
|
|
10
|
+
contentTypeName?: string | null;
|
|
11
|
+
culture?: string | null;
|
|
12
|
+
};
|
|
13
|
+
export type AbTestDetailModel = {
|
|
14
|
+
test: AbTestDtoModel;
|
|
15
|
+
indication?: AbTestIndicationModel | null;
|
|
16
|
+
variants?: Array<AbTestDetailVariantInfoModel> | null;
|
|
17
|
+
isInvertedGoal: boolean;
|
|
18
|
+
};
|
|
19
|
+
export type AbTestDetailVariantInfoModel = {
|
|
20
|
+
id: number;
|
|
21
|
+
key: string;
|
|
22
|
+
abTestId: number;
|
|
23
|
+
name?: string | null;
|
|
24
|
+
description?: string | null;
|
|
25
|
+
redirectNodeKey?: string | null;
|
|
26
|
+
css?: string | null;
|
|
27
|
+
javascript?: string | null;
|
|
28
|
+
created: string;
|
|
29
|
+
createdByUmbracoUserKey: string;
|
|
30
|
+
isBenchmark: boolean;
|
|
31
|
+
disabled?: string | null;
|
|
32
|
+
disabledByUmbracoUserKey?: string | null;
|
|
33
|
+
isDisabled: boolean;
|
|
34
|
+
segment?: string | null;
|
|
35
|
+
totalPageviewsForVariant: number;
|
|
36
|
+
totalVisitorsForVariant: number;
|
|
37
|
+
label?: string | null;
|
|
38
|
+
currentTotalParticipantCount: number;
|
|
39
|
+
currentTotalPageviewCount: number;
|
|
40
|
+
requiredTotalVisitorCount?: number | null;
|
|
41
|
+
goalCompletions: number;
|
|
42
|
+
goalValue: number;
|
|
43
|
+
difference: number;
|
|
44
|
+
participantPortion: number;
|
|
45
|
+
visitorsPortion: number;
|
|
46
|
+
conversionRate: number;
|
|
47
|
+
conversionRateImprovement: number;
|
|
48
|
+
conversionRateImprovementRelative: number;
|
|
49
|
+
mainGoalComparisons: Array<AbTestVariantMainGoalComparisonModel>;
|
|
50
|
+
mainGoalWarning: boolean;
|
|
51
|
+
goalWarning: boolean;
|
|
52
|
+
status: AbTestVariantStatusModel;
|
|
53
|
+
previewUrl?: string | null;
|
|
54
|
+
isWinner: boolean;
|
|
55
|
+
isLeading: boolean;
|
|
56
|
+
};
|
|
57
|
+
export type AbTestDtoModel = {
|
|
58
|
+
id?: number | null;
|
|
59
|
+
unique: string;
|
|
60
|
+
projectId?: number | null;
|
|
61
|
+
goalId?: number | null;
|
|
62
|
+
status: AbTestStatusModel;
|
|
63
|
+
goal?: GoalDtoModel | null;
|
|
64
|
+
name?: string | null;
|
|
65
|
+
description?: string | null;
|
|
66
|
+
created?: string | null;
|
|
67
|
+
createdByUmbracoUserKey?: string | null;
|
|
68
|
+
createdByUmbracoUsername?: string | null;
|
|
69
|
+
testType: AbTestTypeModel;
|
|
70
|
+
startTime?: string | null;
|
|
71
|
+
endTime?: string | null;
|
|
72
|
+
participationPercentage?: number | null;
|
|
73
|
+
minimumDetectableEffect?: number | null;
|
|
74
|
+
variants: Array<AbTestVariantDtoModel>;
|
|
75
|
+
umbracoPageVariants: Array<AbTestUmbracoPageVariantDtoModel>;
|
|
76
|
+
contentTypes: Array<AbTestContentTypeDtoModel>;
|
|
77
|
+
winner?: AbTestVariantDtoModel | null;
|
|
78
|
+
isCompleted: boolean;
|
|
79
|
+
completedOn?: string | null;
|
|
80
|
+
completedByUmbracoUserKey?: string | null;
|
|
81
|
+
stoppedByUmbracoUserKey?: string | null;
|
|
82
|
+
estimatedDailyVisitors?: number | null;
|
|
83
|
+
baselineConversionRate?: number | null;
|
|
84
|
+
assignVisitorsOnAnyPage: boolean;
|
|
85
|
+
viableVisitorThreshold?: number | null;
|
|
86
|
+
};
|
|
87
|
+
export type AbTestIndicationModel = {
|
|
88
|
+
readonly estimatedRuntimeInDays?: number | null;
|
|
89
|
+
readonly estimatedRequiredRuntimeRemainingInDays?: number | null;
|
|
90
|
+
readonly currentRuntimeInDays: number;
|
|
91
|
+
readonly mde: number;
|
|
92
|
+
readonly benchmarkConversionRate: number;
|
|
93
|
+
readonly targetConversionRate: number;
|
|
94
|
+
readonly variantCount: number;
|
|
95
|
+
readonly requiredVisitorsTotal?: number | null;
|
|
96
|
+
readonly requiredVisitorsPerVariant?: number | null;
|
|
97
|
+
readonly expectedDailyVisitors: number;
|
|
98
|
+
status: AbTestStatusModel;
|
|
99
|
+
readonly hurtingVariants: Array<AbTestVariantInfoModel>;
|
|
100
|
+
readonly currentVisitorsPerVariant: number;
|
|
101
|
+
readonly currentVisitors: number;
|
|
102
|
+
readonly reliableVariants: number;
|
|
103
|
+
readonly isInvertedGoal: boolean;
|
|
104
|
+
readonly originalVariantIsWinning: boolean;
|
|
105
|
+
winningVariant?: AbTestVariantInfoModel | null;
|
|
106
|
+
bestNonBenchmarkVariant?: AbTestVariantInfoModel | null;
|
|
107
|
+
earliestReliableVariant?: AbTestVariantInfoModel | null;
|
|
108
|
+
bestPrognosis: AbTestVariantRuntimePrognosisModel;
|
|
109
|
+
winner?: AbTestVariantInfoModel | null;
|
|
110
|
+
readonly winningVariantConversionChange: number;
|
|
111
|
+
readonly bestNonWinningVariantConversionChange: number;
|
|
112
|
+
readonly winnerConversionChange: number;
|
|
113
|
+
readonly stoppedOn?: string | null;
|
|
114
|
+
startTime?: string | null;
|
|
115
|
+
readonly completedOn?: string | null;
|
|
116
|
+
readonly hasSelectedWinner: boolean;
|
|
117
|
+
readonly completedByUsername?: string | null;
|
|
118
|
+
readonly stoppedByUsername?: string | null;
|
|
119
|
+
readonly hasSurpassedViableVisitorThreshold: boolean;
|
|
120
|
+
readonly variantStatus: {
|
|
121
|
+
[key: string]: AbTestVariantStatusModel;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
export type AbTestProjectDtoModel = {
|
|
125
|
+
id: number;
|
|
126
|
+
unique: string;
|
|
127
|
+
name?: string | null;
|
|
128
|
+
description?: string | null;
|
|
129
|
+
created: string;
|
|
130
|
+
createdByUmbracoUserKey: string;
|
|
131
|
+
createdByUmbracoUsername?: string | null;
|
|
132
|
+
amountOfTests: number;
|
|
133
|
+
amountOfActiveTests: number;
|
|
134
|
+
invalid: boolean;
|
|
135
|
+
archived: boolean;
|
|
136
|
+
updated?: string | null;
|
|
137
|
+
updatedByUmbracoUserKey?: string | null;
|
|
138
|
+
abTests: Array<AbTestDtoModel>;
|
|
139
|
+
};
|
|
140
|
+
export type AbTestStatusModel = 'Unknown' | 'Scheduled' | 'Running' | 'Stopped' | 'Completed' | 'Draft';
|
|
141
|
+
export type AbTestTypeModel = 'SinglePage' | 'MultiPage' | 'ContentType' | 'SplitUrl';
|
|
142
|
+
export type AbTestUmbracoPageVariantDtoModel = {
|
|
143
|
+
id: number;
|
|
144
|
+
unique: string;
|
|
145
|
+
nodeName?: string | null;
|
|
146
|
+
culture?: string | null;
|
|
147
|
+
abTestId?: number | null;
|
|
148
|
+
};
|
|
149
|
+
export type AbTestVariantDtoModel = {
|
|
150
|
+
id: number;
|
|
151
|
+
key: string;
|
|
152
|
+
abTestId: number;
|
|
153
|
+
name?: string | null;
|
|
154
|
+
description?: string | null;
|
|
155
|
+
redirectNodeKey?: string | null;
|
|
156
|
+
css?: string | null;
|
|
157
|
+
javascript?: string | null;
|
|
158
|
+
created: string;
|
|
159
|
+
createdByUmbracoUserKey: string;
|
|
160
|
+
isBenchmark: boolean;
|
|
161
|
+
disabled?: string | null;
|
|
162
|
+
disabledByUmbracoUserKey?: string | null;
|
|
163
|
+
isDisabled: boolean;
|
|
164
|
+
segment?: string | null;
|
|
165
|
+
totalPageviewsForVariant: number;
|
|
166
|
+
totalVisitorsForVariant: number;
|
|
167
|
+
};
|
|
168
|
+
export type AbTestVariantInfoModel = {
|
|
169
|
+
abTestVariant: AbTestVariantModel;
|
|
170
|
+
readonly visitors: number;
|
|
171
|
+
readonly goalCompletions: number;
|
|
172
|
+
readonly benchmarkVisitors: number;
|
|
173
|
+
readonly benchmarkGoalCompletions: number;
|
|
174
|
+
readonly conversionRate: number;
|
|
175
|
+
readonly mainGoalComparisons: Array<AbTestVariantMainGoalComparisonModel>;
|
|
176
|
+
};
|
|
177
|
+
export type AbTestVariantMainGoalComparisonModel = {
|
|
178
|
+
mainGoalId: number;
|
|
179
|
+
mainGoalCompletions: number;
|
|
180
|
+
mainGoalCompletionsTotalValue: number;
|
|
181
|
+
benchmarkMainGoalCompletions: number;
|
|
182
|
+
isInvertedGoal: boolean;
|
|
183
|
+
hurtingThreshold: number;
|
|
184
|
+
readonly mainGoalDifference: number;
|
|
185
|
+
readonly warning: boolean;
|
|
186
|
+
readonly mainGoalRatio?: number | null;
|
|
187
|
+
readonly isHurting: boolean;
|
|
188
|
+
};
|
|
189
|
+
export type AbTestVariantModel = {
|
|
190
|
+
id: number;
|
|
191
|
+
unique: string;
|
|
192
|
+
name?: string | null;
|
|
193
|
+
description?: string | null;
|
|
194
|
+
redirectNodeKey?: string | null;
|
|
195
|
+
css?: string | null;
|
|
196
|
+
javascript?: string | null;
|
|
197
|
+
created: string;
|
|
198
|
+
createdByUmbracoUserKey: string;
|
|
199
|
+
disabled?: string | null;
|
|
200
|
+
disabledByUmbracoUserKey?: string | null;
|
|
201
|
+
isDisabled: boolean;
|
|
202
|
+
isBenchmark: boolean;
|
|
203
|
+
totalPageviewsForVariant: number;
|
|
204
|
+
totalVisitorsForVariant: number;
|
|
205
|
+
readonly segment: string;
|
|
206
|
+
};
|
|
207
|
+
export type AbTestVariantRuntimePrognosisModel = {
|
|
208
|
+
variantId: number;
|
|
209
|
+
conversionIncrease: number;
|
|
210
|
+
currentVisitors: number;
|
|
211
|
+
requiredVisitorsTotal?: number | null;
|
|
212
|
+
expectedDailyVisitors: number;
|
|
213
|
+
estimatedRuntimeInDays?: number | null;
|
|
214
|
+
isHurtingMainConversion: boolean;
|
|
215
|
+
readonly remainingVisitors?: number | null;
|
|
216
|
+
readonly isReliable: boolean;
|
|
217
|
+
};
|
|
218
|
+
export type AbTestVariantStatusModel = 'Running' | 'Warning' | 'Disabled' | 'Reliable' | 'Stopped' | 'Scheduled' | 'Completed' | 'Draft';
|
|
219
|
+
export type AbTestingConfigurationDtoModel = {
|
|
220
|
+
readonly requiredVisitorPercentageBeforeShowingAdvice: number;
|
|
221
|
+
readonly minimumPercentageMacroGoalWarning: number;
|
|
222
|
+
};
|
|
223
|
+
export type AnalyticsConfigurationDtoModel = {
|
|
224
|
+
visitorCookie: AnalyticsVisitorCookieConfigurationModel | AnalyticsVisitorCookieConfigurationDtoModel;
|
|
225
|
+
dataCollection: AnalyticsDataCollectionConfigurationModel | AnalyticsDataCollectionConfigurationDtoModel;
|
|
226
|
+
dataStorage: AnalyticsDataStorageConfigurationModel | AnalyticsDataStorageConfigurationDtoModel;
|
|
227
|
+
dataProcessing: AnalyticsDataProcessingConfigurationModel | AnalyticsDataProcessingConfigurationDtoModel;
|
|
228
|
+
dataCleanup: AnalyticsDataCleanupConfigurationModel | AnalyticsDataCleanupConfigurationDtoModel;
|
|
229
|
+
};
|
|
230
|
+
export type AnalyticsConfigurationModel = {
|
|
231
|
+
VisitorCookie: AnalyticsVisitorCookieConfigurationModel;
|
|
232
|
+
DataCollection: AnalyticsDataCollectionConfigurationModel;
|
|
233
|
+
DataStorage: AnalyticsDataStorageConfigurationModel;
|
|
234
|
+
DataProcessing: AnalyticsDataProcessingConfigurationModel;
|
|
235
|
+
DataCleanup: AnalyticsDataCleanupConfigurationModel;
|
|
236
|
+
};
|
|
237
|
+
export type AnalyticsDataCleanupConfigurationDtoModel = {
|
|
238
|
+
readonly startAfterSeconds: number;
|
|
239
|
+
readonly intervalInSeconds: number;
|
|
240
|
+
readonly numberOfRows: number;
|
|
241
|
+
};
|
|
242
|
+
export type AnalyticsDataCleanupConfigurationModel = {
|
|
243
|
+
StartAfterSeconds: number;
|
|
244
|
+
IntervalInSeconds: number;
|
|
245
|
+
NumberOfRows: number;
|
|
246
|
+
};
|
|
247
|
+
export type AnalyticsDataCollectionConfigurationDtoModel = {
|
|
248
|
+
readonly anonymizeIPAddress: boolean;
|
|
249
|
+
readonly flushRateInRecords: number;
|
|
250
|
+
readonly flushIntervalInSeconds: number;
|
|
251
|
+
internalSiteSearch: AnalyticsInternalSiteSearchConfigurationModel | InternalSiteSearchConfigurationDtoModel;
|
|
252
|
+
};
|
|
253
|
+
export type AnalyticsDataCollectionConfigurationModel = {
|
|
254
|
+
AnonymizeIPAddress: boolean;
|
|
255
|
+
FlushRateInRecords: number;
|
|
256
|
+
FlushIntervalInSeconds: number;
|
|
257
|
+
InternalSiteSearch: AnalyticsInternalSiteSearchConfigurationModel;
|
|
258
|
+
};
|
|
259
|
+
export type AnalyticsDataProcessingConfigurationDtoModel = {
|
|
260
|
+
readonly intervalInSeconds: number;
|
|
261
|
+
readonly sessionLengthInMinutes: number;
|
|
262
|
+
readonly isProcessingServer: boolean;
|
|
263
|
+
};
|
|
264
|
+
export type AnalyticsDataProcessingConfigurationModel = {
|
|
265
|
+
IntervalInSeconds: number;
|
|
266
|
+
SessionLengthInMinutes: number;
|
|
267
|
+
IsProcessingServer: boolean;
|
|
268
|
+
};
|
|
269
|
+
export type AnalyticsDataStorageConfigurationDtoModel = {
|
|
270
|
+
readonly anonymizeAnalyticsDataAfterDays: number;
|
|
271
|
+
readonly deleteAnalyticsDataAfterDays: number;
|
|
272
|
+
readonly deleteControlGroupDataAfterDays: number;
|
|
273
|
+
readonly deleteRawDataAfterDays: number;
|
|
274
|
+
};
|
|
275
|
+
export type AnalyticsDataStorageConfigurationModel = {
|
|
276
|
+
AnonymizeAnalyticsDataAfterDays: number;
|
|
277
|
+
DeleteAnalyticsDataAfterDays: number;
|
|
278
|
+
deleteControlGroupDataAfterDays: number;
|
|
279
|
+
DeleteRawDataAfterDays: number;
|
|
280
|
+
};
|
|
281
|
+
export type AnalyticsInternalSiteSearchConfigurationModel = {
|
|
282
|
+
AutomaticSearchTracking: boolean;
|
|
283
|
+
SearchTermParameters: string;
|
|
284
|
+
SearchBoxParameters?: string | null;
|
|
285
|
+
CategoryParameters?: string | null;
|
|
286
|
+
};
|
|
287
|
+
export type AnalyticsQueryFilterGroupModel = {
|
|
288
|
+
readonly and: Array<ColumnFilterModel>;
|
|
289
|
+
};
|
|
290
|
+
export type AnalyticsQueryFilterModel = {
|
|
291
|
+
readonly or: Array<AnalyticsQueryFilterGroupModel>;
|
|
292
|
+
};
|
|
293
|
+
export type AnalyticsQueryGetModel = {
|
|
294
|
+
startDate: string;
|
|
295
|
+
endDate: string;
|
|
296
|
+
metrics: Array<MetricModel>;
|
|
297
|
+
dimensions: Array<DimensionModel>;
|
|
298
|
+
realtime: boolean;
|
|
299
|
+
sort: ColumnModel;
|
|
300
|
+
ascending: boolean;
|
|
301
|
+
filter?: string | null;
|
|
302
|
+
page: number;
|
|
303
|
+
pageSize: number;
|
|
304
|
+
includeSubpages: boolean;
|
|
305
|
+
};
|
|
306
|
+
export type AnalyticsQueryResultModel = {
|
|
307
|
+
columns: Array<ColumnModel>;
|
|
308
|
+
currentPage: number;
|
|
309
|
+
rows: Array<Array<unknown>>;
|
|
310
|
+
rowsPerPage: number;
|
|
311
|
+
totalRows: number;
|
|
312
|
+
totalPages: number;
|
|
313
|
+
readonly fromRow: number;
|
|
314
|
+
readonly toRow: number;
|
|
315
|
+
reportsExist: boolean;
|
|
316
|
+
};
|
|
317
|
+
export type AnalyticsVisitorCookieConfigurationDtoModel = {
|
|
318
|
+
readonly expirationInDays: number;
|
|
319
|
+
readonly cookieName: string;
|
|
320
|
+
readonly legacyCookieName: string;
|
|
321
|
+
readonly includeSubdomains: boolean;
|
|
322
|
+
};
|
|
323
|
+
export type AnalyticsVisitorCookieConfigurationModel = {
|
|
324
|
+
ExpirationInDays: number;
|
|
325
|
+
CookieName: string;
|
|
326
|
+
LegacyCookieName: string;
|
|
327
|
+
IncludeSubdomains: boolean;
|
|
328
|
+
};
|
|
329
|
+
export type AnnotationModel = {
|
|
330
|
+
id: number;
|
|
331
|
+
timestamp: string;
|
|
332
|
+
description: string;
|
|
333
|
+
created: string;
|
|
334
|
+
createdByUmbracoUserKey: string;
|
|
335
|
+
createdByUsername: string;
|
|
336
|
+
visibility: AnnotationVisibilityModel;
|
|
337
|
+
invalid: boolean;
|
|
338
|
+
pageVariants: Array<AnnotationPageVariantModel>;
|
|
339
|
+
};
|
|
340
|
+
export type AnnotationPageVariantModel = {
|
|
341
|
+
unique: string;
|
|
342
|
+
culture?: string | null;
|
|
343
|
+
};
|
|
344
|
+
export type AnnotationVisibilityModel = 'Always' | 'Node' | 'NodeAndDescendants' | 'Created' | 'Published' | 'AbTestStart' | 'AbTestEnd';
|
|
345
|
+
export type AppliedPersonalizationContentTypeDtoModel = {
|
|
346
|
+
id: number;
|
|
347
|
+
key: string;
|
|
348
|
+
contentTypeId: number;
|
|
349
|
+
culture?: string | null;
|
|
350
|
+
};
|
|
351
|
+
export type AppliedPersonalizationDtoModel = {
|
|
352
|
+
id: number;
|
|
353
|
+
unique: string;
|
|
354
|
+
segmentId?: number | null;
|
|
355
|
+
segment?: SegmentDtoModel | null;
|
|
356
|
+
type: AppliedPersonalizationTypeModel;
|
|
357
|
+
umbracoSegmentAlias?: string | null;
|
|
358
|
+
name?: string | null;
|
|
359
|
+
description?: string | null;
|
|
360
|
+
css?: string | null;
|
|
361
|
+
javascript?: string | null;
|
|
362
|
+
started?: string | null;
|
|
363
|
+
isActive: boolean;
|
|
364
|
+
created: string;
|
|
365
|
+
createdByUmbracoUserKey: string;
|
|
366
|
+
createdByUmbracoUserName?: string | null;
|
|
367
|
+
updated?: string | null;
|
|
368
|
+
updatedByUmbracoUserKey?: string | null;
|
|
369
|
+
updatedByUmbracoUserName?: string | null;
|
|
370
|
+
pages: Array<AppliedPersonalizationUmbracoPageVariantDtoModel>;
|
|
371
|
+
contentTypes: Array<AppliedPersonalizationContentTypeDtoModel>;
|
|
372
|
+
previewUrl?: string | null;
|
|
373
|
+
};
|
|
374
|
+
export type AppliedPersonalizationTypeModel = 'SinglePage' | 'MultiPage' | 'ContentType';
|
|
375
|
+
export type AppliedPersonalizationUmbracoPageVariantDtoModel = {
|
|
376
|
+
id: number;
|
|
377
|
+
unique: string;
|
|
378
|
+
nodeId: number;
|
|
379
|
+
culture?: string | null;
|
|
380
|
+
};
|
|
381
|
+
export type BackofficeConfigurationDtoModel = {
|
|
382
|
+
readonly personaGroupColorPicker: string;
|
|
383
|
+
readonly personaGroupMediaPicker: string;
|
|
384
|
+
readonly customerJourneyColorPicker: string;
|
|
385
|
+
readonly customerJourneyIconPicker: string;
|
|
386
|
+
};
|
|
387
|
+
export type BrowserSegmentRuleConfigModel = {
|
|
388
|
+
Browsers: Array<string>;
|
|
389
|
+
};
|
|
390
|
+
export type CampaignConfigParameterModel = {
|
|
391
|
+
type: CampaignParameterTypeModel;
|
|
392
|
+
input: Array<string>;
|
|
393
|
+
};
|
|
394
|
+
export type CampaignConfigParametersModel = {
|
|
395
|
+
source?: CampaignConfigParameterModel | null;
|
|
396
|
+
medium?: CampaignConfigParameterModel | null;
|
|
397
|
+
campaign?: CampaignConfigParameterModel | null;
|
|
398
|
+
term?: CampaignConfigParameterModel | null;
|
|
399
|
+
content?: CampaignConfigParameterModel | null;
|
|
400
|
+
sourcePlatform?: CampaignConfigParameterModel | null;
|
|
401
|
+
creativeFormat?: CampaignConfigParameterModel | null;
|
|
402
|
+
marketingTactic?: CampaignConfigParameterModel | null;
|
|
403
|
+
};
|
|
404
|
+
export type CampaignConfigSettingRangeModel = {
|
|
405
|
+
type: CampaignRangeTypeModel;
|
|
406
|
+
maximum?: number | null;
|
|
407
|
+
};
|
|
408
|
+
export type CampaignConfigSettingsModel = {
|
|
409
|
+
range: CampaignConfigSettingRangeModel;
|
|
410
|
+
};
|
|
411
|
+
export type CampaignDtoModel = {
|
|
412
|
+
id: number;
|
|
413
|
+
unique?: string | null;
|
|
414
|
+
campaignGroupId: number;
|
|
415
|
+
created: string;
|
|
416
|
+
createdByUmbracoUserKey: string;
|
|
417
|
+
updated?: string | null;
|
|
418
|
+
updatedByUmbracoUserKey?: string | null;
|
|
419
|
+
utmSource?: string | null;
|
|
420
|
+
utmMedium?: string | null;
|
|
421
|
+
utmCampaign?: string | null;
|
|
422
|
+
utmTerm?: string | null;
|
|
423
|
+
utmContent?: string | null;
|
|
424
|
+
utmSourcePlatform?: string | null;
|
|
425
|
+
utmCreativeFormat?: string | null;
|
|
426
|
+
utmMarketingTactic?: string | null;
|
|
427
|
+
};
|
|
428
|
+
export type CampaignGroupCustomerJourneyScoringDtoModel = {
|
|
429
|
+
id: number;
|
|
430
|
+
unique: string;
|
|
431
|
+
groupId: number;
|
|
432
|
+
customerJourneyStepId: number;
|
|
433
|
+
score: number;
|
|
434
|
+
};
|
|
435
|
+
export type CampaignGroupDtoModel = {
|
|
436
|
+
id: number;
|
|
437
|
+
unique: string;
|
|
438
|
+
name?: string | null;
|
|
439
|
+
description?: string | null;
|
|
440
|
+
created: string;
|
|
441
|
+
createdByUmbracoUserKey?: string | null;
|
|
442
|
+
updated?: string | null;
|
|
443
|
+
updatedByUmbracoUserKey?: string | null;
|
|
444
|
+
invalid: boolean;
|
|
445
|
+
campaigns: Array<CampaignDtoModel>;
|
|
446
|
+
customerJourneyScoring: Array<CampaignGroupCustomerJourneyScoringDtoModel>;
|
|
447
|
+
personaScoring: Array<CampaignGroupPersonaScoringDtoModel>;
|
|
448
|
+
};
|
|
449
|
+
export type CampaignGroupPersonaScoringDtoModel = {
|
|
450
|
+
id: number;
|
|
451
|
+
unique: string;
|
|
452
|
+
groupId: number;
|
|
453
|
+
personaId: number;
|
|
454
|
+
score: number;
|
|
455
|
+
};
|
|
456
|
+
export type CampaignParameterTypeModel = 'Empty' | 'NotEmpty' | 'ExactMatch' | 'Contains' | 'RegexMatch';
|
|
457
|
+
export type CampaignRangeTypeModel = 'Now' | 'Sessions' | 'Days' | 'Any' | 'CurrentPage';
|
|
458
|
+
export type CampaignSegmentRuleConfigModel = {
|
|
459
|
+
parameters: CampaignConfigParametersModel;
|
|
460
|
+
settings: CampaignConfigSettingsModel;
|
|
461
|
+
};
|
|
462
|
+
export type CampaignsByVisitorDtoModel = {
|
|
463
|
+
timestamp: string;
|
|
464
|
+
utmCampaign?: string | null;
|
|
465
|
+
utmSource?: string | null;
|
|
466
|
+
utmMedium?: string | null;
|
|
467
|
+
};
|
|
468
|
+
export type ClientSideEventModel = {
|
|
469
|
+
category?: string | null;
|
|
470
|
+
action?: string | null;
|
|
471
|
+
label?: string | null;
|
|
472
|
+
value?: number | null;
|
|
473
|
+
nonInteraction: boolean;
|
|
474
|
+
timestamp: string;
|
|
475
|
+
};
|
|
476
|
+
export type CockpitConfigurationDtoModel = {
|
|
477
|
+
readonly enableInjection: boolean;
|
|
478
|
+
};
|
|
479
|
+
export type CockpitConfigurationModel = {
|
|
480
|
+
enableInjection: boolean;
|
|
481
|
+
};
|
|
482
|
+
export type ColumnFilterModel = {
|
|
483
|
+
[key: string]: never;
|
|
484
|
+
};
|
|
485
|
+
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';
|
|
486
|
+
export type ConfigurationDtoModel = {
|
|
487
|
+
settings: SettingsConfigurationModel | SettingsConfigurationDtoModel;
|
|
488
|
+
analytics: AnalyticsConfigurationModel | AnalyticsConfigurationDtoModel;
|
|
489
|
+
abTesting: AbTestingConfigurationModel | AbTestingConfigurationDtoModel;
|
|
490
|
+
profiles: ProfilesConfigurationModel | ProfilesConfigurationDtoModel;
|
|
491
|
+
reporting: ReportingConfigurationModel | ReportingConfigurationDtoModel;
|
|
492
|
+
deliveryApi?: DeliveryApiConfigurationModel | null;
|
|
493
|
+
backoffice: BackofficeConfigurationDtoModel;
|
|
494
|
+
cockpit: CockpitConfigurationModel | CockpitConfigurationDtoModel;
|
|
495
|
+
segmentation: SegmentationConfigurationModel | SegmentationConfigurationDtoModel;
|
|
496
|
+
};
|
|
497
|
+
export type ContentScoringEntityDtoModel = {
|
|
498
|
+
id: number;
|
|
499
|
+
entityId: number;
|
|
500
|
+
documentUnique: string;
|
|
501
|
+
culture?: string | null;
|
|
502
|
+
score: number;
|
|
503
|
+
type: ContentScoringEntityTypeModel;
|
|
504
|
+
};
|
|
505
|
+
export type ContentScoringEntityTypeModel = 'None' | 'Persona' | 'Journey';
|
|
506
|
+
export type ContentScoringResultModel = {
|
|
507
|
+
items: Array<ContentScoringEntityDtoModel>;
|
|
508
|
+
unique: string;
|
|
509
|
+
};
|
|
510
|
+
export type CreateAppliedPersonalizationSegmentResponseModel = {
|
|
511
|
+
created: boolean;
|
|
512
|
+
};
|
|
513
|
+
export type CreateSegmentAbTestResponseModel = {
|
|
514
|
+
created: boolean;
|
|
515
|
+
};
|
|
516
|
+
export type CustomGoalTypeModel = {
|
|
517
|
+
readonly configurationEditorAlias: string;
|
|
518
|
+
readonly id: string;
|
|
519
|
+
readonly name: string;
|
|
520
|
+
};
|
|
521
|
+
export type CustomerJourneyDtoModel = {
|
|
522
|
+
id: number;
|
|
523
|
+
unique: string;
|
|
524
|
+
title?: string | null;
|
|
525
|
+
description?: string | null;
|
|
526
|
+
steps: Array<CustomerJourneyStepDtoModel>;
|
|
527
|
+
createdOn?: string | null;
|
|
528
|
+
createdByUmbracoUserKey?: string | null;
|
|
529
|
+
createdByUmbracoUsername?: string | null;
|
|
530
|
+
updatedOn?: string | null;
|
|
531
|
+
updatedByUmbracoUserKey?: string | null;
|
|
532
|
+
updatedByUmbracoUsername?: string | null;
|
|
533
|
+
minimumParticipationScoreThreshold?: number | null;
|
|
534
|
+
minimumDeviationType: MinimumDeviationTypeModel;
|
|
535
|
+
minimumDeviation?: number | null;
|
|
536
|
+
expirationType: ExpirationTypeModel;
|
|
537
|
+
expiration?: number | null;
|
|
538
|
+
upperScoreLimit?: number | null;
|
|
539
|
+
};
|
|
540
|
+
export type CustomerJourneySegmentRuleConfigModel = {
|
|
541
|
+
customerJourneySteps: Array<number>;
|
|
542
|
+
};
|
|
543
|
+
export type CustomerJourneyStepDtoModel = {
|
|
544
|
+
id: number;
|
|
545
|
+
unique: string;
|
|
546
|
+
title?: string | null;
|
|
547
|
+
description?: string | null;
|
|
548
|
+
icon?: string | null;
|
|
549
|
+
iconUrl?: string | null;
|
|
550
|
+
color?: string | null;
|
|
551
|
+
createdOn?: string | null;
|
|
552
|
+
createdByUmbracoUserKey?: string | null;
|
|
553
|
+
createdByUmbracoUsername?: string | null;
|
|
554
|
+
updatedOn?: string | null;
|
|
555
|
+
updatedByUmbracoUserKey?: string | null;
|
|
556
|
+
updatedByUmbracoUsername?: string | null;
|
|
557
|
+
};
|
|
558
|
+
export type CustomerJourneyStepScoreModel = {
|
|
559
|
+
id: number;
|
|
560
|
+
unique: string;
|
|
561
|
+
customerJourneyStepId: number;
|
|
562
|
+
score: number;
|
|
563
|
+
scoreType: PersonalizationScoreTypeModel;
|
|
564
|
+
};
|
|
565
|
+
export type DataCleanupLogDtoModel = {
|
|
566
|
+
started: string;
|
|
567
|
+
finished?: string | null;
|
|
568
|
+
executor?: string | null;
|
|
569
|
+
failed: boolean;
|
|
570
|
+
errorMessage?: string | null;
|
|
571
|
+
};
|
|
572
|
+
export type DataGenerationLogDtoModel = {
|
|
573
|
+
started: string;
|
|
574
|
+
finished?: string | null;
|
|
575
|
+
failed: boolean;
|
|
576
|
+
errorMessage?: string | null;
|
|
577
|
+
};
|
|
578
|
+
export type DateRangeModel = {
|
|
579
|
+
from?: string | null;
|
|
580
|
+
to?: string | null;
|
|
581
|
+
};
|
|
582
|
+
export type DeliveryApiConfigurationModel = {
|
|
583
|
+
Segmentation: DeliveryApiSegmentationConfigurationModel;
|
|
584
|
+
};
|
|
585
|
+
export type DeliveryApiSegmentationConfigurationModel = {
|
|
586
|
+
ContentByQuery: boolean;
|
|
587
|
+
ContentById: boolean;
|
|
588
|
+
ContentByIds: boolean;
|
|
589
|
+
ContentByPath: boolean;
|
|
590
|
+
readonly anySegmentationEnabled: boolean;
|
|
591
|
+
};
|
|
592
|
+
export type DeviceSegmentRuleConfigModel = {
|
|
593
|
+
Devices: Array<string>;
|
|
594
|
+
};
|
|
595
|
+
export type DeviceTypeModel = 'Unknown' | 'Desktop' | 'Tablet' | 'Mobile' | 'Console' | 'TV' | 'CarBrowser' | 'SmartDisplay' | 'Camera' | 'PortableMediaPlayer' | 'Phablet' | 'SmartSpeaker' | 'Wearable';
|
|
596
|
+
export type DimensionModel = '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';
|
|
597
|
+
export type DocumentTypePermissionDtoModel = {
|
|
598
|
+
id: number;
|
|
599
|
+
contentTypeId: number;
|
|
600
|
+
contentTypeName?: string | null;
|
|
601
|
+
showAnalytics: boolean;
|
|
602
|
+
allowAbTesting: boolean;
|
|
603
|
+
allowScorePersonalization: boolean;
|
|
604
|
+
allowApplyPersonalization: boolean;
|
|
605
|
+
updated: string;
|
|
606
|
+
updatedByUmbracoUserKey: string;
|
|
607
|
+
updatedByUmbracoUser?: string | null;
|
|
608
|
+
};
|
|
609
|
+
export type EditorInfoDtoModel = {
|
|
610
|
+
createdBy?: string | null;
|
|
611
|
+
createdDate: string;
|
|
612
|
+
editedBy?: string | null;
|
|
613
|
+
editedDate?: string | null;
|
|
614
|
+
};
|
|
615
|
+
export type EnabledAddonsModel = {
|
|
616
|
+
umbracoForms: boolean;
|
|
617
|
+
umbracoCommerce: boolean;
|
|
618
|
+
};
|
|
619
|
+
export type EnmFilterTypeModel = 'List' | 'RegularExpression';
|
|
620
|
+
export type EventMessageTypeModel = 'Default' | 'Info' | 'Error' | 'Success' | 'Warning';
|
|
621
|
+
export type ExpirationTypeModel = 'days' | 'sessions' | 'never';
|
|
622
|
+
export type ExportProfileDtoModel = {
|
|
623
|
+
type?: string | null;
|
|
624
|
+
sessionCount: number;
|
|
625
|
+
pageviewCount: number;
|
|
626
|
+
firstSession: string;
|
|
627
|
+
lastSession: string;
|
|
628
|
+
totalGoalCompletions: number;
|
|
629
|
+
totalGoalValue: number;
|
|
630
|
+
visitorId: number;
|
|
631
|
+
url?: string | null;
|
|
632
|
+
memberName?: string | null;
|
|
633
|
+
memberEmail?: string | null;
|
|
634
|
+
};
|
|
635
|
+
export type FindProfileResponseModel = {
|
|
636
|
+
results: Array<ProfileResponseDtoModel>;
|
|
637
|
+
totalResults: number;
|
|
638
|
+
};
|
|
639
|
+
export type FrequencyConfigModel = {
|
|
640
|
+
type: FrequencyTypeModel;
|
|
641
|
+
operator: FrequencyOperatorModel;
|
|
642
|
+
completions?: number | null;
|
|
643
|
+
};
|
|
644
|
+
export type FrequencyOperatorModel = 'Equals' | 'GreaterThan' | 'LessThan';
|
|
645
|
+
export type FrequencyTypeModel = 'Never' | 'AtLeastOnceAny' | 'VariableAny' | 'AtLeastOnceAll' | 'VariableAll';
|
|
646
|
+
export type GetProfileOverviewRequestModel = {
|
|
647
|
+
skip: number;
|
|
648
|
+
take: number;
|
|
649
|
+
order?: string | null;
|
|
650
|
+
ascending?: boolean | null;
|
|
651
|
+
segmentId?: string | null;
|
|
652
|
+
minimumGoalValue?: number | null;
|
|
653
|
+
minimumCompletedGoals?: number | null;
|
|
654
|
+
isUnidentified?: boolean | null;
|
|
655
|
+
isIdentified?: boolean | null;
|
|
656
|
+
isHighPotential?: boolean | null;
|
|
657
|
+
activeRange?: DateRangeModel | null;
|
|
658
|
+
identifiedName?: string | null;
|
|
659
|
+
};
|
|
660
|
+
export type GoalDtoModel = {
|
|
661
|
+
id: number;
|
|
662
|
+
key: string;
|
|
663
|
+
name?: string | null;
|
|
664
|
+
value: number;
|
|
665
|
+
goalTypeId: string;
|
|
666
|
+
goalTypeConfig: string;
|
|
667
|
+
isMain: boolean;
|
|
668
|
+
isInverted: boolean;
|
|
669
|
+
isActive: boolean;
|
|
670
|
+
isInvalid: boolean;
|
|
671
|
+
created: string;
|
|
672
|
+
createdBy: string;
|
|
673
|
+
updated?: string | null;
|
|
674
|
+
updatedBy?: string | null;
|
|
675
|
+
};
|
|
676
|
+
export type GoalModel = {
|
|
677
|
+
id: number;
|
|
678
|
+
unique: string;
|
|
679
|
+
name: string;
|
|
680
|
+
value: number;
|
|
681
|
+
isImplicitScoringEnabled: boolean;
|
|
682
|
+
goalTypeId: string;
|
|
683
|
+
goalTypeConfig: string;
|
|
684
|
+
isMain: boolean;
|
|
685
|
+
isInverted: boolean;
|
|
686
|
+
isActive: boolean;
|
|
687
|
+
isInvalid: boolean;
|
|
688
|
+
implicitPersonaScoring?: Array<PersonaScoreModel> | null;
|
|
689
|
+
implicitCustomerJourneyStepScoring?: Array<CustomerJourneyStepScoreModel> | null;
|
|
690
|
+
};
|
|
691
|
+
export type GoalPersonalizationPerformanceDtoModel = {
|
|
692
|
+
goalName?: string | null;
|
|
693
|
+
goalType?: string | null;
|
|
694
|
+
controlGroupProfiles: number;
|
|
695
|
+
controlGroupGoalCompletions: number;
|
|
696
|
+
controlGroupGoalValue: number;
|
|
697
|
+
personalizedGroupProfiles: number;
|
|
698
|
+
personalizedGroupGoalCompletions: number;
|
|
699
|
+
personalizedGroupGoalValue: number;
|
|
700
|
+
};
|
|
701
|
+
export type GoalSegmentRuleConfigModel = {
|
|
702
|
+
frequency: FrequencyConfigModel;
|
|
703
|
+
goals: Array<number>;
|
|
704
|
+
range: RangeConfigModel;
|
|
705
|
+
};
|
|
706
|
+
export type GoalSummaryModel = {
|
|
707
|
+
id: number;
|
|
708
|
+
unique: string;
|
|
709
|
+
name?: string | null;
|
|
710
|
+
typeText?: string | null;
|
|
711
|
+
completionCount: number;
|
|
712
|
+
isMain: boolean;
|
|
713
|
+
isActive: boolean;
|
|
714
|
+
isInverted: boolean;
|
|
715
|
+
isImplicitScoringEnabled: boolean;
|
|
716
|
+
};
|
|
717
|
+
export type HeatmapDeviceTypeModel = 'Null' | 'Desktop' | 'Tablet' | 'Mobile';
|
|
718
|
+
export type HeatmapLineModel = {
|
|
719
|
+
pixels: number;
|
|
720
|
+
seenByVisitorPercentage: number;
|
|
721
|
+
};
|
|
722
|
+
export type HeatmapModel = {
|
|
723
|
+
visitorPercentagesPerPixel: Array<PixelVisitorPercentageModel>;
|
|
724
|
+
borderLines: Array<HeatmapLineModel>;
|
|
725
|
+
};
|
|
726
|
+
export type HeatmapPageVariantModel = {
|
|
727
|
+
name?: string | null;
|
|
728
|
+
queryString?: string | null;
|
|
729
|
+
};
|
|
730
|
+
export type HeatmapSettingsRequestModel = {
|
|
731
|
+
from?: string | null;
|
|
732
|
+
to?: string | null;
|
|
733
|
+
deviceType: HeatmapDeviceTypeModel;
|
|
734
|
+
unique: string;
|
|
735
|
+
culture?: string | null;
|
|
736
|
+
segment?: string | null;
|
|
737
|
+
borderLines?: Array<number> | null;
|
|
738
|
+
};
|
|
739
|
+
export type IPageReferralPageDtoModel = {
|
|
740
|
+
readonly currentPage: number;
|
|
741
|
+
readonly totalPages: number;
|
|
742
|
+
readonly totalRowCount: number;
|
|
743
|
+
readonly itemsPerPage: number;
|
|
744
|
+
readonly rows: Array<ReferralPageDtoModel>;
|
|
745
|
+
};
|
|
746
|
+
export type InternalSiteSearchConfigurationDtoModel = {
|
|
747
|
+
readonly automaticSearchTracking: boolean;
|
|
748
|
+
readonly searchTermParameters: Array<string>;
|
|
749
|
+
readonly searchBoxParameters: Array<string>;
|
|
750
|
+
readonly categoryParameters: Array<string>;
|
|
751
|
+
};
|
|
752
|
+
export type IpFilterModel = {
|
|
753
|
+
id: number;
|
|
754
|
+
key: string;
|
|
755
|
+
created: string;
|
|
756
|
+
updated?: string | null;
|
|
757
|
+
createdByUmbracoUserKey: string;
|
|
758
|
+
createdByUmbracoUsername?: string | null;
|
|
759
|
+
name?: string | null;
|
|
760
|
+
description?: string | null;
|
|
761
|
+
filterType: EnmFilterTypeModel;
|
|
762
|
+
ipAddresses: Array<string>;
|
|
763
|
+
regularExpression?: string | null;
|
|
764
|
+
};
|
|
765
|
+
export type LicenseStatusModel = 'Undefined' | 'Valid' | 'Expired' | 'Invalid' | 'LimitReached';
|
|
766
|
+
export type LocationRuleResponseModel = {
|
|
767
|
+
countries: Array<string>;
|
|
768
|
+
provinces: {
|
|
769
|
+
[key: string]: Array<string>;
|
|
770
|
+
};
|
|
771
|
+
cities: {
|
|
772
|
+
[key: string]: Array<string>;
|
|
773
|
+
};
|
|
774
|
+
counties: {
|
|
775
|
+
[key: string]: Array<string>;
|
|
776
|
+
};
|
|
777
|
+
};
|
|
778
|
+
export type LocationSegmentRuleConfigModel = {
|
|
779
|
+
country?: string | null;
|
|
780
|
+
province?: string | null;
|
|
781
|
+
county?: string | null;
|
|
782
|
+
city?: string | null;
|
|
783
|
+
};
|
|
784
|
+
export type MainSwitchStatusResponseModel = {
|
|
785
|
+
on: boolean;
|
|
786
|
+
};
|
|
787
|
+
export type MemberLoggedInRuleConfigModel = {
|
|
788
|
+
isLoggedIn: boolean;
|
|
789
|
+
};
|
|
790
|
+
export type MemberRegisteredConfigModel = {
|
|
791
|
+
isRegisteredMember: boolean;
|
|
792
|
+
};
|
|
793
|
+
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';
|
|
794
|
+
export type MinimumDeviationTypeModel = 'Absolute' | 'Percent';
|
|
795
|
+
export type NewProfileSummaryDtoModel = {
|
|
796
|
+
newlyIdentified: number;
|
|
797
|
+
formerlyUnknown: number;
|
|
798
|
+
unknown: number;
|
|
799
|
+
};
|
|
800
|
+
export type NotFoundResult = {
|
|
801
|
+
statusCode: number;
|
|
802
|
+
};
|
|
803
|
+
export type NotificationHeaderModel = {
|
|
804
|
+
message: string;
|
|
805
|
+
category: string;
|
|
806
|
+
type: EventMessageTypeModel;
|
|
807
|
+
};
|
|
808
|
+
export type NumberOfSessionsRuleConfigModel = {
|
|
809
|
+
operator: OperatorModel;
|
|
810
|
+
sessions: number;
|
|
811
|
+
};
|
|
812
|
+
export type OperatorModel = 'eq' | 'gt' | 'lt';
|
|
813
|
+
export type PackageStatusResultModel = {
|
|
814
|
+
readonly tierName: string;
|
|
815
|
+
readonly domains: Array<string>;
|
|
816
|
+
readonly featureAnalyticsEnabled: boolean;
|
|
817
|
+
readonly featureAbTestingEnabled: boolean;
|
|
818
|
+
readonly featurePersonalizationEnabled: boolean;
|
|
819
|
+
readonly expirationDate?: string | null;
|
|
820
|
+
readonly isPackageEnabled: boolean;
|
|
821
|
+
readonly isTrialMode: boolean;
|
|
822
|
+
licenseStatus: LicenseStatusModel;
|
|
823
|
+
readonly expiresSoon: boolean;
|
|
824
|
+
readonly isNearLimit: boolean;
|
|
825
|
+
readonly monthlyPageviewLimit: number;
|
|
826
|
+
readonly currentPageviewsThisMonth: number;
|
|
827
|
+
readonly version?: string | null;
|
|
828
|
+
readonly whitelistedDomainRegexes: Array<string>;
|
|
829
|
+
};
|
|
830
|
+
export type PageEventGoalTypeModel = {
|
|
831
|
+
readonly configurationEditorAlias: string;
|
|
832
|
+
readonly id: string;
|
|
833
|
+
readonly name: string;
|
|
834
|
+
};
|
|
835
|
+
export type PageEventModel = {
|
|
836
|
+
category?: string | null;
|
|
837
|
+
action?: string | null;
|
|
838
|
+
label?: string | null;
|
|
839
|
+
};
|
|
840
|
+
export type PageEventSegmentRuleConfigModel = {
|
|
841
|
+
frequency: FrequencyConfigModel;
|
|
842
|
+
range: RangeConfigModel;
|
|
843
|
+
events: Array<PageEventModel>;
|
|
844
|
+
};
|
|
845
|
+
export type PageGoalSummaryModel = {
|
|
846
|
+
currentPage: number;
|
|
847
|
+
totalPages: number;
|
|
848
|
+
totalRowCount: number;
|
|
849
|
+
itemsPerPage: number;
|
|
850
|
+
rows: Array<GoalSummaryModel>;
|
|
851
|
+
readonly fromRow: number;
|
|
852
|
+
readonly toRow: number;
|
|
853
|
+
};
|
|
854
|
+
export type PageviewEventTypeModel = 'UNDEFINED' | 'Start' | 'End' | 'ScrollDepth' | 'GoalCompletion' | 'OutClick' | 'Event' | 'Video' | 'UmbracoForms';
|
|
855
|
+
export type PageviewGoalTypeModel = {
|
|
856
|
+
readonly configurationEditorAlias: string;
|
|
857
|
+
readonly id: string;
|
|
858
|
+
readonly name: string;
|
|
859
|
+
};
|
|
860
|
+
export type PersonaDtoModel = {
|
|
861
|
+
id: number;
|
|
862
|
+
unique: string;
|
|
863
|
+
title?: string | null;
|
|
864
|
+
description?: string | null;
|
|
865
|
+
icon?: string | null;
|
|
866
|
+
iconUrl?: string | null;
|
|
867
|
+
color?: string | null;
|
|
868
|
+
createdOn?: string | null;
|
|
869
|
+
createdByUmbracoUserKey?: string | null;
|
|
870
|
+
createdByUmbracoUsername?: string | null;
|
|
871
|
+
updatedOn?: string | null;
|
|
872
|
+
updatedByUmbracoUserKey?: string | null;
|
|
873
|
+
updatedByUmbracoUsername?: string | null;
|
|
874
|
+
};
|
|
875
|
+
export type PersonaScoreModel = {
|
|
876
|
+
id: number;
|
|
877
|
+
unique: string;
|
|
878
|
+
personaId: number;
|
|
879
|
+
score: number;
|
|
880
|
+
scoreType: PersonalizationScoreTypeModel;
|
|
881
|
+
};
|
|
882
|
+
export type PersonaSegmentRuleConfigModel = {
|
|
883
|
+
Personas: Array<number>;
|
|
884
|
+
};
|
|
885
|
+
export type PersonalizationScoreTypeModel = 'UNDEFINED' | 'Content' | 'Referral' | 'Searchterm' | 'Custom' | 'Campaign' | 'GoalCompletion';
|
|
886
|
+
export type PersonasDtoModel = {
|
|
887
|
+
id: number;
|
|
888
|
+
unique: string;
|
|
889
|
+
title?: string | null;
|
|
890
|
+
description?: string | null;
|
|
891
|
+
personas: Array<PersonaDtoModel>;
|
|
892
|
+
createdOn?: string | null;
|
|
893
|
+
createdByUmbracoUserKey?: string | null;
|
|
894
|
+
createdByUmbracoUsername?: string | null;
|
|
895
|
+
updatedOn?: string | null;
|
|
896
|
+
updatedByUmbracoUserKey?: string | null;
|
|
897
|
+
updatedByUmbracoUsername?: string | null;
|
|
898
|
+
minimumParticipationScoreThreshold?: number | null;
|
|
899
|
+
minimumDeviationType: MinimumDeviationTypeModel;
|
|
900
|
+
minimumDeviation?: number | null;
|
|
901
|
+
expirationType: ExpirationTypeModel;
|
|
902
|
+
expiration?: number | null;
|
|
903
|
+
upperScoreLimit?: number | null;
|
|
904
|
+
};
|
|
905
|
+
export type PixelVisitorPercentageModel = {
|
|
906
|
+
visitorPercentage: number;
|
|
907
|
+
pixelCount: number;
|
|
908
|
+
};
|
|
909
|
+
export type PreviewUrlResponseModel = {
|
|
910
|
+
errorMessage?: string | null;
|
|
911
|
+
previewUrl?: string | null;
|
|
912
|
+
};
|
|
913
|
+
export type ProfileCustomerJourneyStepScoreDtoModel = {
|
|
914
|
+
customerJourneyStepId: number;
|
|
915
|
+
score: number;
|
|
916
|
+
isActive: boolean;
|
|
917
|
+
};
|
|
918
|
+
export type ProfileGoalCompletionsDtoModel = {
|
|
919
|
+
unique: string;
|
|
920
|
+
goalId: number;
|
|
921
|
+
completionCount: number;
|
|
922
|
+
totalValue: number;
|
|
923
|
+
};
|
|
924
|
+
export type ProfileGrowthSeriesDtoModel = {
|
|
925
|
+
identified: Array<ProfileGrowthStatDtoModel>;
|
|
926
|
+
unknown: Array<ProfileGrowthStatDtoModel>;
|
|
927
|
+
};
|
|
928
|
+
export type ProfileGrowthStatDtoModel = {
|
|
929
|
+
year: number;
|
|
930
|
+
month: number;
|
|
931
|
+
count: number;
|
|
932
|
+
};
|
|
933
|
+
export type ProfileMemberDtoModel = {
|
|
934
|
+
id: string;
|
|
935
|
+
name: string;
|
|
936
|
+
unique?: string | null;
|
|
937
|
+
registrationDate?: string | null;
|
|
938
|
+
lastLoginDate?: string | null;
|
|
939
|
+
properties?: {
|
|
940
|
+
[key: string]: unknown;
|
|
941
|
+
} | null;
|
|
942
|
+
};
|
|
943
|
+
export type ProfilePageviewAbTestDtoModel = {
|
|
944
|
+
id?: number | null;
|
|
945
|
+
name?: string | null;
|
|
946
|
+
description?: string | null;
|
|
947
|
+
variantId?: number | null;
|
|
948
|
+
variantName?: string | null;
|
|
949
|
+
};
|
|
950
|
+
export type ProfilePageviewDtoModel = {
|
|
951
|
+
id: number;
|
|
952
|
+
date: string;
|
|
953
|
+
url?: string | null;
|
|
954
|
+
referrerUrl?: string | null;
|
|
955
|
+
timeOnPageInSeconds?: number | null;
|
|
956
|
+
engagedTimeInSeconds?: number | null;
|
|
957
|
+
scrollDepth?: number | null;
|
|
958
|
+
umbracoNodeId?: number | null;
|
|
959
|
+
goalCompletions: number;
|
|
960
|
+
events: number;
|
|
961
|
+
appliedPersonalizationId?: number | null;
|
|
962
|
+
appliedPersonalizationName?: string | null;
|
|
963
|
+
abTests: Array<ProfilePageviewAbTestDtoModel>;
|
|
964
|
+
ipAddress?: string | null;
|
|
965
|
+
country?: string | null;
|
|
966
|
+
city?: string | null;
|
|
967
|
+
memberId?: string | null;
|
|
968
|
+
isInControlGroup: boolean;
|
|
969
|
+
};
|
|
970
|
+
export type ProfilePageviewEventDtoModel = {
|
|
971
|
+
id: number;
|
|
972
|
+
type: PageviewEventTypeModel;
|
|
973
|
+
timestamp: string;
|
|
974
|
+
detail?: string | null;
|
|
975
|
+
};
|
|
976
|
+
export type ProfilePersonaScoreDtoModel = {
|
|
977
|
+
personaId: number;
|
|
978
|
+
score: number;
|
|
979
|
+
isActive: boolean;
|
|
980
|
+
};
|
|
981
|
+
export type ProfilePotentialDtoModel = {
|
|
982
|
+
active: number;
|
|
983
|
+
engaged: number;
|
|
984
|
+
};
|
|
985
|
+
export type ProfileResponseDtoModel = {
|
|
986
|
+
visitorExternalId: string;
|
|
987
|
+
visitorId: number;
|
|
988
|
+
identifiedOn?: string | null;
|
|
989
|
+
firstActiveOn: string;
|
|
990
|
+
lastActiveOn: string;
|
|
991
|
+
totalGoalCompletions: number;
|
|
992
|
+
totalGoalValue: number;
|
|
993
|
+
totalSeconds: number;
|
|
994
|
+
totalEngagedSeconds: number;
|
|
995
|
+
totalSessions: number;
|
|
996
|
+
totalPageviews: number;
|
|
997
|
+
hasBeenPersonalized: boolean;
|
|
998
|
+
hasBeenAbTested: boolean;
|
|
999
|
+
members: Array<ProfileMemberDtoModel>;
|
|
1000
|
+
};
|
|
1001
|
+
export type ProfileSessionDtoModel = {
|
|
1002
|
+
id: number;
|
|
1003
|
+
wasAbTested: boolean;
|
|
1004
|
+
wasPersonalized: boolean;
|
|
1005
|
+
startDate: string;
|
|
1006
|
+
deviceType: DeviceTypeModel;
|
|
1007
|
+
pageviewCount: number;
|
|
1008
|
+
sessionDurationInSeconds: number;
|
|
1009
|
+
engagedTimeInSeconds: number;
|
|
1010
|
+
goalCompletionCount: number;
|
|
1011
|
+
eventCount: number;
|
|
1012
|
+
inboundUrl?: string | null;
|
|
1013
|
+
referrerUrl?: string | null;
|
|
1014
|
+
operatingSystemName?: string | null;
|
|
1015
|
+
browserName?: string | null;
|
|
1016
|
+
browserVersion?: string | null;
|
|
1017
|
+
country?: string | null;
|
|
1018
|
+
province?: string | null;
|
|
1019
|
+
county?: string | null;
|
|
1020
|
+
city?: string | null;
|
|
1021
|
+
};
|
|
1022
|
+
export type ProfileTotalSummaryDtoModel = {
|
|
1023
|
+
identified: number;
|
|
1024
|
+
unknown: number;
|
|
1025
|
+
};
|
|
1026
|
+
export type ProfilesConfigurationDtoModel = {
|
|
1027
|
+
potential: ProfilesPotentialConfigurationModel | ProfilesPotentialConfigurationDtoModel;
|
|
1028
|
+
identification: ProfilesIdentificationConfigurationModel | ProfilesIdentificationConfigurationDtoModel;
|
|
1029
|
+
};
|
|
1030
|
+
export type ProfilesConfigurationModel = {
|
|
1031
|
+
Potential: ProfilesPotentialConfigurationModel;
|
|
1032
|
+
Identification: ProfilesIdentificationConfigurationModel;
|
|
1033
|
+
};
|
|
1034
|
+
export type ProfilesIdentificationConfigurationDtoModel = {
|
|
1035
|
+
readonly name: string;
|
|
1036
|
+
readonly abbreviation: string;
|
|
1037
|
+
};
|
|
1038
|
+
export type ProfilesIdentificationConfigurationModel = {
|
|
1039
|
+
Name: string;
|
|
1040
|
+
Abbreviation: string;
|
|
1041
|
+
};
|
|
1042
|
+
export type ProfilesPotentialConfigurationDtoModel = {
|
|
1043
|
+
readonly activeThresholdInDays: number;
|
|
1044
|
+
readonly engagedThresholdInSeconds: number;
|
|
1045
|
+
readonly engagedThresholdNumberOfSessions: number;
|
|
1046
|
+
};
|
|
1047
|
+
export type ProfilesPotentialConfigurationModel = {
|
|
1048
|
+
ActiveThresholdInDays: number;
|
|
1049
|
+
EngagedThresholdInSeconds: number;
|
|
1050
|
+
EngagedThresholdNumberOfSessions: number;
|
|
1051
|
+
};
|
|
1052
|
+
export type ProjectAbTestModel = {
|
|
1053
|
+
unique: string;
|
|
1054
|
+
created?: string | null;
|
|
1055
|
+
abTestId: number;
|
|
1056
|
+
name?: string | null;
|
|
1057
|
+
description?: string | null;
|
|
1058
|
+
createdByUmbracoUserKey?: string | null;
|
|
1059
|
+
createdByUmbracoUserName?: string | null;
|
|
1060
|
+
testType: AbTestTypeModel;
|
|
1061
|
+
startTime?: string | null;
|
|
1062
|
+
status: AbTestStatusModel;
|
|
1063
|
+
endTime?: string | null;
|
|
1064
|
+
runtimeInDays?: number | null;
|
|
1065
|
+
totalVariants: number;
|
|
1066
|
+
totalVisitors: number;
|
|
1067
|
+
winner?: string | null;
|
|
1068
|
+
winnerDescription?: string | null;
|
|
1069
|
+
};
|
|
1070
|
+
export type ProjectModel = {
|
|
1071
|
+
id: number;
|
|
1072
|
+
unique: string;
|
|
1073
|
+
name?: string | null;
|
|
1074
|
+
description?: string | null;
|
|
1075
|
+
created: string;
|
|
1076
|
+
createdByUmbracoUserKey: string;
|
|
1077
|
+
createdByUmbracoUserName?: string | null;
|
|
1078
|
+
updated?: string | null;
|
|
1079
|
+
updatedByUmbracoUserKey?: string | null;
|
|
1080
|
+
updatedByUmbracoUserName?: string | null;
|
|
1081
|
+
invalid: boolean;
|
|
1082
|
+
abTests: Array<ProjectAbTestModel>;
|
|
1083
|
+
amountOfActiveTests: number;
|
|
1084
|
+
readonly amountOfTests: number;
|
|
1085
|
+
archived: boolean;
|
|
1086
|
+
};
|
|
1087
|
+
export type RangeConfigModel = {
|
|
1088
|
+
type: RangeTypeModel;
|
|
1089
|
+
maximum?: number | null;
|
|
1090
|
+
};
|
|
1091
|
+
export type RangeTypeModel = 'Now' | 'Sessions' | 'Days' | 'Any';
|
|
1092
|
+
export type ReferralGroupCustomerJourneyScoringDtoModel = {
|
|
1093
|
+
id: number;
|
|
1094
|
+
unique: string;
|
|
1095
|
+
groupId: number;
|
|
1096
|
+
customerJourneyStepId: number;
|
|
1097
|
+
score: number;
|
|
1098
|
+
};
|
|
1099
|
+
export type ReferralGroupDtoModel = {
|
|
1100
|
+
id: number;
|
|
1101
|
+
unique: string;
|
|
1102
|
+
name?: string | null;
|
|
1103
|
+
description?: string | null;
|
|
1104
|
+
created?: string | null;
|
|
1105
|
+
createdByUmbracoUserKey?: string | null;
|
|
1106
|
+
updated?: string | null;
|
|
1107
|
+
updatedByUmbracoUserKey?: string | null;
|
|
1108
|
+
invalid: boolean;
|
|
1109
|
+
pages: Array<ReferralGroupPageDtoModel>;
|
|
1110
|
+
customerJourneyScoring: Array<ReferralGroupCustomerJourneyScoringDtoModel>;
|
|
1111
|
+
personaScoring: Array<ReferralGroupPersonaScoringDtoModel>;
|
|
1112
|
+
};
|
|
1113
|
+
export type ReferralGroupPageDtoModel = {
|
|
1114
|
+
id: number;
|
|
1115
|
+
key: string;
|
|
1116
|
+
pageId: number;
|
|
1117
|
+
referralGroupId: number;
|
|
1118
|
+
domainOnly: boolean;
|
|
1119
|
+
pageUrl?: string | null;
|
|
1120
|
+
};
|
|
1121
|
+
export type ReferralGroupPersonaScoringDtoModel = {
|
|
1122
|
+
id: number;
|
|
1123
|
+
unique: string;
|
|
1124
|
+
groupId: number;
|
|
1125
|
+
personaId: number;
|
|
1126
|
+
score: number;
|
|
1127
|
+
};
|
|
1128
|
+
export type ReferralPageDtoModel = {
|
|
1129
|
+
id: number;
|
|
1130
|
+
referralGroupId?: number | null;
|
|
1131
|
+
url?: string | null;
|
|
1132
|
+
referrals: number;
|
|
1133
|
+
};
|
|
1134
|
+
export type ReferralPageFiltersModel = {
|
|
1135
|
+
page: number;
|
|
1136
|
+
pageSize: number;
|
|
1137
|
+
amountOfDays: number;
|
|
1138
|
+
};
|
|
1139
|
+
export type ReportingConfigurationDtoModel = {
|
|
1140
|
+
readonly dataGenerationEnabled: boolean;
|
|
1141
|
+
readonly dataGenerationTime?: string | null;
|
|
1142
|
+
};
|
|
1143
|
+
export type ReportingConfigurationModel = {
|
|
1144
|
+
dataGenerationEnabled: boolean;
|
|
1145
|
+
dataGenerationTime: string;
|
|
1146
|
+
};
|
|
1147
|
+
export type ReportingStatusModel = {
|
|
1148
|
+
reportingTablesExist: boolean;
|
|
1149
|
+
isGenerating: boolean;
|
|
1150
|
+
databaseIsRunningStatus: boolean;
|
|
1151
|
+
lastGenerated?: string | null;
|
|
1152
|
+
};
|
|
1153
|
+
export type SaveAbTestResponseModel = {
|
|
1154
|
+
test: AbTestDetailModel;
|
|
1155
|
+
validationResults: ValidationResultsModel;
|
|
1156
|
+
};
|
|
1157
|
+
export type SaveCustomerJourneyResponseModel = {
|
|
1158
|
+
journey: CustomerJourneyDtoModel | null;
|
|
1159
|
+
validationResults: ValidationResultsModel;
|
|
1160
|
+
};
|
|
1161
|
+
export type SaveGoalRequestModel = {
|
|
1162
|
+
id?: number | null;
|
|
1163
|
+
unique: string;
|
|
1164
|
+
name: string;
|
|
1165
|
+
value: number;
|
|
1166
|
+
goalTypeId: string;
|
|
1167
|
+
goalTypeConfig: string;
|
|
1168
|
+
isMain: boolean;
|
|
1169
|
+
isInverted: boolean;
|
|
1170
|
+
isActive: boolean;
|
|
1171
|
+
isInvalid: boolean;
|
|
1172
|
+
isImplicitScoringEnabled: boolean;
|
|
1173
|
+
implicitPersonaScoring: Array<PersonaScoreModel>;
|
|
1174
|
+
implicitCustomerJourneyStepScoring: Array<CustomerJourneyStepScoreModel>;
|
|
1175
|
+
};
|
|
1176
|
+
export type SavePersonaResponseModel = {
|
|
1177
|
+
persona: PersonasDtoModel | null;
|
|
1178
|
+
validationResults: ValidationResultsModel;
|
|
1179
|
+
};
|
|
1180
|
+
export type SearchTermByVisitorDtoModel = {
|
|
1181
|
+
query: string;
|
|
1182
|
+
timestamp: string;
|
|
1183
|
+
};
|
|
1184
|
+
export type SegmentDtoModel = {
|
|
1185
|
+
id: number;
|
|
1186
|
+
unique: string;
|
|
1187
|
+
name?: string | null;
|
|
1188
|
+
description?: string | null;
|
|
1189
|
+
created: string;
|
|
1190
|
+
endTime?: string | null;
|
|
1191
|
+
isTemporary: boolean;
|
|
1192
|
+
sortOrder: number;
|
|
1193
|
+
rules: Array<SegmentRuleDtoModel>;
|
|
1194
|
+
controlGroupSize: number;
|
|
1195
|
+
createdByUmbracoUserKey: string;
|
|
1196
|
+
};
|
|
1197
|
+
export type SegmentPriorityUpdateModel = {
|
|
1198
|
+
id: number;
|
|
1199
|
+
sortOrder: number;
|
|
1200
|
+
};
|
|
1201
|
+
export type SegmentRuleDtoModel = {
|
|
1202
|
+
id: number;
|
|
1203
|
+
unique: string;
|
|
1204
|
+
segmentId: number;
|
|
1205
|
+
type?: string | null;
|
|
1206
|
+
config?: unknown;
|
|
1207
|
+
isNegation: boolean;
|
|
1208
|
+
created: string;
|
|
1209
|
+
};
|
|
1210
|
+
export type SegmentSessionsNeededDtoModel = {
|
|
1211
|
+
segmentId: number;
|
|
1212
|
+
one: number;
|
|
1213
|
+
two: number;
|
|
1214
|
+
three: number;
|
|
1215
|
+
four: number;
|
|
1216
|
+
moreThanFour: number;
|
|
1217
|
+
};
|
|
1218
|
+
export type SegmentationConfigurationDtoModel = {
|
|
1219
|
+
readonly excludedPropertyAliases: Array<string>;
|
|
1220
|
+
};
|
|
1221
|
+
export type SegmentationConfigurationModel = {
|
|
1222
|
+
excludedPropertyAliases: Array<string>;
|
|
1223
|
+
};
|
|
1224
|
+
export type SessionsResponseModel = {
|
|
1225
|
+
results: Array<ProfileSessionDtoModel>;
|
|
1226
|
+
totalResults: number;
|
|
1227
|
+
};
|
|
1228
|
+
export type SettingsConfigurationDtoModel = {
|
|
1229
|
+
readonly databaseConnectionStringName: string;
|
|
1230
|
+
enabled: boolean;
|
|
1231
|
+
readonly useLegacySegmentNames: boolean;
|
|
1232
|
+
};
|
|
1233
|
+
export type SettingsConfigurationModel = {
|
|
1234
|
+
DatabaseConnectionStringName: string;
|
|
1235
|
+
Enabled: boolean;
|
|
1236
|
+
UseLegacySegmentNames: boolean;
|
|
1237
|
+
};
|
|
1238
|
+
export type TableFilterModel = {
|
|
1239
|
+
page: number;
|
|
1240
|
+
pageSize: number;
|
|
1241
|
+
filterBy?: string | null;
|
|
1242
|
+
orderBy?: string | null;
|
|
1243
|
+
includeInvalid?: boolean | null;
|
|
1244
|
+
};
|
|
1245
|
+
export type TimeOfDayRangeModel = {
|
|
1246
|
+
from?: number | null;
|
|
1247
|
+
to?: number | null;
|
|
1248
|
+
};
|
|
1249
|
+
export type TimeOfDaySegmentRuleConfigModel = {
|
|
1250
|
+
TimeRanges: Array<TimeOfDayRangeModel>;
|
|
1251
|
+
};
|
|
1252
|
+
export type UmbracoPageInfoDtoModel = {
|
|
1253
|
+
status?: string | null;
|
|
1254
|
+
documentType?: string | null;
|
|
1255
|
+
template?: string | null;
|
|
1256
|
+
id: number;
|
|
1257
|
+
url?: string | null;
|
|
1258
|
+
editor?: EditorInfoDtoModel | null;
|
|
1259
|
+
};
|
|
1260
|
+
export type UmsContentTypeModel = {
|
|
1261
|
+
id: number;
|
|
1262
|
+
alias?: string | null;
|
|
1263
|
+
name?: string | null;
|
|
1264
|
+
};
|
|
1265
|
+
export type UmsStatisticsModel = {
|
|
1266
|
+
numberOfPageviews: number;
|
|
1267
|
+
numberOfPersonVisitors: number;
|
|
1268
|
+
numberOfBotVisitors: number;
|
|
1269
|
+
numberOfEvents: number;
|
|
1270
|
+
numberOfSegmentSettings: number;
|
|
1271
|
+
};
|
|
1272
|
+
export type UnscoredCampaignDtoModel = {
|
|
1273
|
+
utmSource?: string | null;
|
|
1274
|
+
utmMedium?: string | null;
|
|
1275
|
+
utmCampaign?: string | null;
|
|
1276
|
+
utmTerm?: string | null;
|
|
1277
|
+
utmContent?: string | null;
|
|
1278
|
+
utmSourcePlatform?: string | null;
|
|
1279
|
+
utmCreativeFormat?: string | null;
|
|
1280
|
+
utmMarketingTactic?: string | null;
|
|
1281
|
+
};
|
|
1282
|
+
export type UserGroupPermissionDtoModel = {
|
|
1283
|
+
id: number;
|
|
1284
|
+
unique: string;
|
|
1285
|
+
userGroupKey: string;
|
|
1286
|
+
userGroupName?: string | null;
|
|
1287
|
+
userGroupAlias?: string | null;
|
|
1288
|
+
userGroupIconUrl?: string | null;
|
|
1289
|
+
accessToAnalytics: boolean;
|
|
1290
|
+
accessToAbTesting: boolean;
|
|
1291
|
+
accessToPersonalization: boolean;
|
|
1292
|
+
accessToSettings: boolean;
|
|
1293
|
+
accessToProfiles: boolean;
|
|
1294
|
+
accessToReporting: boolean;
|
|
1295
|
+
updated: string;
|
|
1296
|
+
updatedByUmbracoUserKey: string;
|
|
1297
|
+
updatedByUmbracoUser?: string | null;
|
|
1298
|
+
};
|
|
1299
|
+
export type ValidationResultsModel = {
|
|
1300
|
+
readonly isValid: boolean;
|
|
1301
|
+
readonly warnings: Array<string>;
|
|
1302
|
+
readonly errors: Array<string>;
|
|
1303
|
+
};
|
|
1304
|
+
export type VisitedPagesSegmentRuleConfigModel = {
|
|
1305
|
+
visitedPages: Array<string>;
|
|
1306
|
+
range: RangeConfigModel;
|
|
1307
|
+
allPages: boolean;
|
|
1308
|
+
};
|
|
1309
|
+
export type AbTestIndicationModelWritable = {
|
|
1310
|
+
status: AbTestStatusModel;
|
|
1311
|
+
startTime?: string | null;
|
|
1312
|
+
};
|
|
1313
|
+
export type AbTestVariantInfoModelWritable = {
|
|
1314
|
+
abTestVariant: AbTestVariantModelWritable;
|
|
1315
|
+
};
|
|
1316
|
+
export type AbTestVariantMainGoalComparisonModelWritable = {
|
|
1317
|
+
mainGoalId: number;
|
|
1318
|
+
mainGoalCompletions: number;
|
|
1319
|
+
mainGoalCompletionsTotalValue: number;
|
|
1320
|
+
benchmarkMainGoalCompletions: number;
|
|
1321
|
+
isInvertedGoal: boolean;
|
|
1322
|
+
hurtingThreshold: number;
|
|
1323
|
+
};
|
|
1324
|
+
export type AbTestVariantModelWritable = {
|
|
1325
|
+
id: number;
|
|
1326
|
+
unique: string;
|
|
1327
|
+
name?: string | null;
|
|
1328
|
+
description?: string | null;
|
|
1329
|
+
redirectNodeKey?: string | null;
|
|
1330
|
+
css?: string | null;
|
|
1331
|
+
javascript?: string | null;
|
|
1332
|
+
created: string;
|
|
1333
|
+
createdByUmbracoUserKey: string;
|
|
1334
|
+
disabled?: string | null;
|
|
1335
|
+
disabledByUmbracoUserKey?: string | null;
|
|
1336
|
+
isDisabled: boolean;
|
|
1337
|
+
isBenchmark: boolean;
|
|
1338
|
+
totalPageviewsForVariant: number;
|
|
1339
|
+
totalVisitorsForVariant: number;
|
|
1340
|
+
};
|
|
1341
|
+
export type AbTestVariantRuntimePrognosisModelWritable = {
|
|
1342
|
+
variantId: number;
|
|
1343
|
+
conversionIncrease: number;
|
|
1344
|
+
currentVisitors: number;
|
|
1345
|
+
requiredVisitorsTotal?: number | null;
|
|
1346
|
+
expectedDailyVisitors: number;
|
|
1347
|
+
estimatedRuntimeInDays?: number | null;
|
|
1348
|
+
isHurtingMainConversion: boolean;
|
|
1349
|
+
};
|
|
1350
|
+
export type AnalyticsConfigurationDtoModelWritable = {
|
|
1351
|
+
[key: string]: never;
|
|
1352
|
+
};
|
|
1353
|
+
export type AnalyticsDataCollectionConfigurationDtoModelWritable = {
|
|
1354
|
+
[key: string]: never;
|
|
1355
|
+
};
|
|
1356
|
+
export type AnalyticsQueryResultModelWritable = {
|
|
1357
|
+
columns: Array<ColumnModel>;
|
|
1358
|
+
currentPage: number;
|
|
1359
|
+
rows: Array<Array<unknown>>;
|
|
1360
|
+
rowsPerPage: number;
|
|
1361
|
+
totalRows: number;
|
|
1362
|
+
totalPages: number;
|
|
1363
|
+
reportsExist: boolean;
|
|
1364
|
+
};
|
|
1365
|
+
export type ConfigurationDtoModelWritable = {
|
|
1366
|
+
[key: string]: never;
|
|
1367
|
+
};
|
|
1368
|
+
export type DeliveryApiSegmentationConfigurationModelWritable = {
|
|
1369
|
+
ContentByQuery: boolean;
|
|
1370
|
+
ContentById: boolean;
|
|
1371
|
+
ContentByIds: boolean;
|
|
1372
|
+
ContentByPath: boolean;
|
|
1373
|
+
};
|
|
1374
|
+
export type IPageReferralPageDtoModelWritable = {
|
|
1375
|
+
[key: string]: never;
|
|
1376
|
+
};
|
|
1377
|
+
export type PackageStatusResultModelWritable = {
|
|
1378
|
+
licenseStatus: LicenseStatusModel;
|
|
1379
|
+
};
|
|
1380
|
+
export type PageGoalSummaryModelWritable = {
|
|
1381
|
+
currentPage: number;
|
|
1382
|
+
totalPages: number;
|
|
1383
|
+
totalRowCount: number;
|
|
1384
|
+
itemsPerPage: number;
|
|
1385
|
+
rows: Array<GoalSummaryModel>;
|
|
1386
|
+
};
|
|
1387
|
+
export type ProfilesConfigurationDtoModelWritable = {
|
|
1388
|
+
[key: string]: never;
|
|
1389
|
+
};
|
|
1390
|
+
export type ProjectModelWritable = {
|
|
1391
|
+
id: number;
|
|
1392
|
+
unique: string;
|
|
1393
|
+
name?: string | null;
|
|
1394
|
+
description?: string | null;
|
|
1395
|
+
created: string;
|
|
1396
|
+
createdByUmbracoUserKey: string;
|
|
1397
|
+
createdByUmbracoUserName?: string | null;
|
|
1398
|
+
updated?: string | null;
|
|
1399
|
+
updatedByUmbracoUserKey?: string | null;
|
|
1400
|
+
updatedByUmbracoUserName?: string | null;
|
|
1401
|
+
invalid: boolean;
|
|
1402
|
+
abTests: Array<ProjectAbTestModel>;
|
|
1403
|
+
amountOfActiveTests: number;
|
|
1404
|
+
archived: boolean;
|
|
1405
|
+
};
|
|
1406
|
+
export type SaveAbTestResponseModelWritable = {
|
|
1407
|
+
test: AbTestDetailModel;
|
|
1408
|
+
validationResults: unknown;
|
|
1409
|
+
};
|
|
1410
|
+
export type SaveCustomerJourneyResponseModelWritable = {
|
|
1411
|
+
journey: CustomerJourneyDtoModel | null;
|
|
1412
|
+
validationResults: unknown;
|
|
1413
|
+
};
|
|
1414
|
+
export type SavePersonaResponseModelWritable = {
|
|
1415
|
+
persona: PersonasDtoModel | null;
|
|
1416
|
+
validationResults: unknown;
|
|
1417
|
+
};
|
|
1418
|
+
export type SettingsConfigurationDtoModelWritable = {
|
|
1419
|
+
enabled: boolean;
|
|
1420
|
+
};
|
|
1421
|
+
export type DeleteAbTestProjectData = {
|
|
1422
|
+
body?: never;
|
|
1423
|
+
path?: never;
|
|
1424
|
+
query?: {
|
|
1425
|
+
id?: string;
|
|
1426
|
+
};
|
|
1427
|
+
url: '/umbraco/engage/management/api/v1/ab-test-project';
|
|
1428
|
+
};
|
|
1429
|
+
export type DeleteAbTestProjectErrors = {
|
|
1430
|
+
/**
|
|
1431
|
+
* Bad Request
|
|
1432
|
+
*/
|
|
1433
|
+
400: unknown;
|
|
1434
|
+
/**
|
|
1435
|
+
* The resource is protected and requires an authentication token
|
|
1436
|
+
*/
|
|
1437
|
+
401: unknown;
|
|
1438
|
+
};
|
|
1439
|
+
export type DeleteAbTestProjectResponses = {
|
|
1440
|
+
/**
|
|
1441
|
+
* OK
|
|
1442
|
+
*/
|
|
1443
|
+
200: unknown;
|
|
1444
|
+
};
|
|
1445
|
+
export type GetAbTestProjectData = {
|
|
1446
|
+
body?: never;
|
|
1447
|
+
path?: never;
|
|
1448
|
+
query?: {
|
|
1449
|
+
id?: string;
|
|
1450
|
+
};
|
|
1451
|
+
url: '/umbraco/engage/management/api/v1/ab-test-project';
|
|
1452
|
+
};
|
|
1453
|
+
export type GetAbTestProjectErrors = {
|
|
1454
|
+
/**
|
|
1455
|
+
* The resource is protected and requires an authentication token
|
|
1456
|
+
*/
|
|
1457
|
+
401: unknown;
|
|
1458
|
+
/**
|
|
1459
|
+
* Not Found
|
|
1460
|
+
*/
|
|
1461
|
+
404: unknown;
|
|
1462
|
+
};
|
|
1463
|
+
export type GetAbTestProjectResponses = {
|
|
1464
|
+
/**
|
|
1465
|
+
* OK
|
|
1466
|
+
*/
|
|
1467
|
+
200: AbTestProjectDtoModel;
|
|
1468
|
+
};
|
|
1469
|
+
export type GetAbTestProjectResponse = GetAbTestProjectResponses[keyof GetAbTestProjectResponses];
|
|
1470
|
+
export type PostAbTestProjectData = {
|
|
1471
|
+
body?: AbTestProjectDtoModel;
|
|
1472
|
+
path?: never;
|
|
1473
|
+
query?: never;
|
|
1474
|
+
url: '/umbraco/engage/management/api/v1/ab-test-project';
|
|
1475
|
+
};
|
|
1476
|
+
export type PostAbTestProjectErrors = {
|
|
1477
|
+
/**
|
|
1478
|
+
* The resource is protected and requires an authentication token
|
|
1479
|
+
*/
|
|
1480
|
+
401: unknown;
|
|
1481
|
+
};
|
|
1482
|
+
export type PostAbTestProjectResponses = {
|
|
1483
|
+
/**
|
|
1484
|
+
* OK
|
|
1485
|
+
*/
|
|
1486
|
+
200: AbTestProjectDtoModel;
|
|
1487
|
+
};
|
|
1488
|
+
export type PostAbTestProjectResponse = PostAbTestProjectResponses[keyof PostAbTestProjectResponses];
|
|
1489
|
+
export type PutAbTestProjectData = {
|
|
1490
|
+
body?: AbTestProjectDtoModel;
|
|
1491
|
+
path?: never;
|
|
1492
|
+
query?: never;
|
|
1493
|
+
url: '/umbraco/engage/management/api/v1/ab-test-project';
|
|
1494
|
+
};
|
|
1495
|
+
export type PutAbTestProjectErrors = {
|
|
1496
|
+
/**
|
|
1497
|
+
* The resource is protected and requires an authentication token
|
|
1498
|
+
*/
|
|
1499
|
+
401: unknown;
|
|
1500
|
+
};
|
|
1501
|
+
export type PutAbTestProjectResponses = {
|
|
1502
|
+
/**
|
|
1503
|
+
* OK
|
|
1504
|
+
*/
|
|
1505
|
+
200: AbTestProjectDtoModel;
|
|
1506
|
+
};
|
|
1507
|
+
export type PutAbTestProjectResponse = PutAbTestProjectResponses[keyof PutAbTestProjectResponses];
|
|
1508
|
+
export type GetAbTestProjectAllData = {
|
|
1509
|
+
body?: never;
|
|
1510
|
+
path?: never;
|
|
1511
|
+
query?: never;
|
|
1512
|
+
url: '/umbraco/engage/management/api/v1/ab-test-project/all';
|
|
1513
|
+
};
|
|
1514
|
+
export type GetAbTestProjectAllErrors = {
|
|
1515
|
+
/**
|
|
1516
|
+
* The resource is protected and requires an authentication token
|
|
1517
|
+
*/
|
|
1518
|
+
401: unknown;
|
|
1519
|
+
};
|
|
1520
|
+
export type GetAbTestProjectAllResponses = {
|
|
1521
|
+
/**
|
|
1522
|
+
* OK
|
|
1523
|
+
*/
|
|
1524
|
+
200: Array<AbTestProjectDtoModel>;
|
|
1525
|
+
};
|
|
1526
|
+
export type GetAbTestProjectAllResponse = GetAbTestProjectAllResponses[keyof GetAbTestProjectAllResponses];
|
|
1527
|
+
export type GetAbTestProjectDetailsData = {
|
|
1528
|
+
body?: never;
|
|
1529
|
+
path?: never;
|
|
1530
|
+
query?: {
|
|
1531
|
+
id?: string;
|
|
1532
|
+
};
|
|
1533
|
+
url: '/umbraco/engage/management/api/v1/ab-test-project/details';
|
|
1534
|
+
};
|
|
1535
|
+
export type GetAbTestProjectDetailsErrors = {
|
|
1536
|
+
/**
|
|
1537
|
+
* The resource is protected and requires an authentication token
|
|
1538
|
+
*/
|
|
1539
|
+
401: unknown;
|
|
1540
|
+
};
|
|
1541
|
+
export type GetAbTestProjectDetailsResponses = {
|
|
1542
|
+
/**
|
|
1543
|
+
* OK
|
|
1544
|
+
*/
|
|
1545
|
+
200: ProjectModel;
|
|
1546
|
+
};
|
|
1547
|
+
export type GetAbTestProjectDetailsResponse = GetAbTestProjectDetailsResponses[keyof GetAbTestProjectDetailsResponses];
|
|
1548
|
+
export type DeleteAbTestVariantData = {
|
|
1549
|
+
body?: never;
|
|
1550
|
+
path?: never;
|
|
1551
|
+
query?: {
|
|
1552
|
+
variantId?: number;
|
|
1553
|
+
};
|
|
1554
|
+
url: '/umbraco/engage/management/api/v1/ab-test-variant';
|
|
1555
|
+
};
|
|
1556
|
+
export type DeleteAbTestVariantErrors = {
|
|
1557
|
+
/**
|
|
1558
|
+
* The resource is protected and requires an authentication token
|
|
1559
|
+
*/
|
|
1560
|
+
401: unknown;
|
|
1561
|
+
};
|
|
1562
|
+
export type DeleteAbTestVariantResponses = {
|
|
1563
|
+
/**
|
|
1564
|
+
* OK
|
|
1565
|
+
*/
|
|
1566
|
+
200: unknown;
|
|
1567
|
+
};
|
|
1568
|
+
export type GetAbTestVariantData = {
|
|
1569
|
+
body?: never;
|
|
1570
|
+
path?: never;
|
|
1571
|
+
query?: {
|
|
1572
|
+
id?: number;
|
|
1573
|
+
};
|
|
1574
|
+
url: '/umbraco/engage/management/api/v1/ab-test-variant';
|
|
1575
|
+
};
|
|
1576
|
+
export type GetAbTestVariantErrors = {
|
|
1577
|
+
/**
|
|
1578
|
+
* The resource is protected and requires an authentication token
|
|
1579
|
+
*/
|
|
1580
|
+
401: unknown;
|
|
1581
|
+
};
|
|
1582
|
+
export type GetAbTestVariantResponses = {
|
|
1583
|
+
/**
|
|
1584
|
+
* OK
|
|
1585
|
+
*/
|
|
1586
|
+
200: AbTestVariantDtoModel;
|
|
1587
|
+
};
|
|
1588
|
+
export type GetAbTestVariantResponse = GetAbTestVariantResponses[keyof GetAbTestVariantResponses];
|
|
1589
|
+
export type PostAbTestVariantData = {
|
|
1590
|
+
body?: AbTestVariantDtoModel;
|
|
1591
|
+
path?: never;
|
|
1592
|
+
query?: never;
|
|
1593
|
+
url: '/umbraco/engage/management/api/v1/ab-test-variant';
|
|
1594
|
+
};
|
|
1595
|
+
export type PostAbTestVariantErrors = {
|
|
1596
|
+
/**
|
|
1597
|
+
* Bad Request
|
|
1598
|
+
*/
|
|
1599
|
+
400: unknown;
|
|
1600
|
+
/**
|
|
1601
|
+
* The resource is protected and requires an authentication token
|
|
1602
|
+
*/
|
|
1603
|
+
401: unknown;
|
|
1604
|
+
};
|
|
1605
|
+
export type PostAbTestVariantResponses = {
|
|
1606
|
+
/**
|
|
1607
|
+
* OK
|
|
1608
|
+
*/
|
|
1609
|
+
200: AbTestVariantDtoModel;
|
|
1610
|
+
};
|
|
1611
|
+
export type PostAbTestVariantResponse = PostAbTestVariantResponses[keyof PostAbTestVariantResponses];
|
|
1612
|
+
export type GetAbTestVariantAllData = {
|
|
1613
|
+
body?: never;
|
|
1614
|
+
path?: never;
|
|
1615
|
+
query?: {
|
|
1616
|
+
abTestId?: number;
|
|
1617
|
+
};
|
|
1618
|
+
url: '/umbraco/engage/management/api/v1/ab-test-variant/all';
|
|
1619
|
+
};
|
|
1620
|
+
export type GetAbTestVariantAllErrors = {
|
|
1621
|
+
/**
|
|
1622
|
+
* The resource is protected and requires an authentication token
|
|
1623
|
+
*/
|
|
1624
|
+
401: unknown;
|
|
1625
|
+
};
|
|
1626
|
+
export type GetAbTestVariantAllResponses = {
|
|
1627
|
+
/**
|
|
1628
|
+
* OK
|
|
1629
|
+
*/
|
|
1630
|
+
200: Array<AbTestVariantDtoModel>;
|
|
1631
|
+
};
|
|
1632
|
+
export type GetAbTestVariantAllResponse = GetAbTestVariantAllResponses[keyof GetAbTestVariantAllResponses];
|
|
1633
|
+
export type PostAbTestVariantDisableData = {
|
|
1634
|
+
body?: never;
|
|
1635
|
+
path?: never;
|
|
1636
|
+
query?: {
|
|
1637
|
+
variantId?: number;
|
|
1638
|
+
};
|
|
1639
|
+
url: '/umbraco/engage/management/api/v1/ab-test-variant/disable';
|
|
1640
|
+
};
|
|
1641
|
+
export type PostAbTestVariantDisableErrors = {
|
|
1642
|
+
/**
|
|
1643
|
+
* The resource is protected and requires an authentication token
|
|
1644
|
+
*/
|
|
1645
|
+
401: unknown;
|
|
1646
|
+
/**
|
|
1647
|
+
* Not Found
|
|
1648
|
+
*/
|
|
1649
|
+
404: unknown;
|
|
1650
|
+
};
|
|
1651
|
+
export type PostAbTestVariantDisableResponses = {
|
|
1652
|
+
/**
|
|
1653
|
+
* OK
|
|
1654
|
+
*/
|
|
1655
|
+
200: AbTestVariantDtoModel;
|
|
1656
|
+
};
|
|
1657
|
+
export type PostAbTestVariantDisableResponse = PostAbTestVariantDisableResponses[keyof PostAbTestVariantDisableResponses];
|
|
1658
|
+
export type GetAbTestVariantSegmentData = {
|
|
1659
|
+
body?: never;
|
|
1660
|
+
path?: never;
|
|
1661
|
+
query?: {
|
|
1662
|
+
segment?: string;
|
|
1663
|
+
};
|
|
1664
|
+
url: '/umbraco/engage/management/api/v1/ab-test-variant/segment';
|
|
1665
|
+
};
|
|
1666
|
+
export type GetAbTestVariantSegmentErrors = {
|
|
1667
|
+
/**
|
|
1668
|
+
* The resource is protected and requires an authentication token
|
|
1669
|
+
*/
|
|
1670
|
+
401: unknown;
|
|
1671
|
+
};
|
|
1672
|
+
export type GetAbTestVariantSegmentResponses = {
|
|
1673
|
+
/**
|
|
1674
|
+
* OK
|
|
1675
|
+
*/
|
|
1676
|
+
200: AbTestVariantDtoModel;
|
|
1677
|
+
};
|
|
1678
|
+
export type GetAbTestVariantSegmentResponse = GetAbTestVariantSegmentResponses[keyof GetAbTestVariantSegmentResponses];
|
|
1679
|
+
export type DeleteAbTestData = {
|
|
1680
|
+
body?: never;
|
|
1681
|
+
path?: never;
|
|
1682
|
+
query?: {
|
|
1683
|
+
unique?: string;
|
|
1684
|
+
};
|
|
1685
|
+
url: '/umbraco/engage/management/api/v1/ab-test';
|
|
1686
|
+
};
|
|
1687
|
+
export type DeleteAbTestErrors = {
|
|
1688
|
+
/**
|
|
1689
|
+
* The resource is protected and requires an authentication token
|
|
1690
|
+
*/
|
|
1691
|
+
401: unknown;
|
|
1692
|
+
};
|
|
1693
|
+
export type DeleteAbTestResponses = {
|
|
1694
|
+
/**
|
|
1695
|
+
* OK
|
|
1696
|
+
*/
|
|
1697
|
+
200: ValidationResultsModel;
|
|
1698
|
+
};
|
|
1699
|
+
export type DeleteAbTestResponse = DeleteAbTestResponses[keyof DeleteAbTestResponses];
|
|
1700
|
+
export type GetAbTestData = {
|
|
1701
|
+
body?: never;
|
|
1702
|
+
path?: never;
|
|
1703
|
+
query?: {
|
|
1704
|
+
id?: number;
|
|
1705
|
+
};
|
|
1706
|
+
url: '/umbraco/engage/management/api/v1/ab-test';
|
|
1707
|
+
};
|
|
1708
|
+
export type GetAbTestErrors = {
|
|
1709
|
+
/**
|
|
1710
|
+
* Bad Request
|
|
1711
|
+
*/
|
|
1712
|
+
400: unknown;
|
|
1713
|
+
/**
|
|
1714
|
+
* The resource is protected and requires an authentication token
|
|
1715
|
+
*/
|
|
1716
|
+
401: unknown;
|
|
1717
|
+
/**
|
|
1718
|
+
* Not Found
|
|
1719
|
+
*/
|
|
1720
|
+
404: unknown;
|
|
1721
|
+
};
|
|
1722
|
+
export type GetAbTestResponses = {
|
|
1723
|
+
/**
|
|
1724
|
+
* OK
|
|
1725
|
+
*/
|
|
1726
|
+
200: AbTestDtoModel;
|
|
1727
|
+
};
|
|
1728
|
+
export type GetAbTestResponse = GetAbTestResponses[keyof GetAbTestResponses];
|
|
1729
|
+
export type PostAbTestData = {
|
|
1730
|
+
body?: AbTestDetailModel;
|
|
1731
|
+
path?: never;
|
|
1732
|
+
query?: {
|
|
1733
|
+
validate?: boolean;
|
|
1734
|
+
};
|
|
1735
|
+
url: '/umbraco/engage/management/api/v1/ab-test';
|
|
1736
|
+
};
|
|
1737
|
+
export type PostAbTestErrors = {
|
|
1738
|
+
/**
|
|
1739
|
+
* The resource is protected and requires an authentication token
|
|
1740
|
+
*/
|
|
1741
|
+
401: unknown;
|
|
1742
|
+
/**
|
|
1743
|
+
* Not Found
|
|
1744
|
+
*/
|
|
1745
|
+
404: unknown;
|
|
1746
|
+
};
|
|
1747
|
+
export type PostAbTestResponses = {
|
|
1748
|
+
/**
|
|
1749
|
+
* OK
|
|
1750
|
+
*/
|
|
1751
|
+
200: SaveAbTestResponseModel;
|
|
1752
|
+
};
|
|
1753
|
+
export type PostAbTestResponse = PostAbTestResponses[keyof PostAbTestResponses];
|
|
1754
|
+
export type GetAbTestAllData = {
|
|
1755
|
+
body?: never;
|
|
1756
|
+
path?: never;
|
|
1757
|
+
query?: never;
|
|
1758
|
+
url: '/umbraco/engage/management/api/v1/ab-test/all';
|
|
1759
|
+
};
|
|
1760
|
+
export type GetAbTestAllErrors = {
|
|
1761
|
+
/**
|
|
1762
|
+
* The resource is protected and requires an authentication token
|
|
1763
|
+
*/
|
|
1764
|
+
401: unknown;
|
|
1765
|
+
};
|
|
1766
|
+
export type GetAbTestAllResponses = {
|
|
1767
|
+
/**
|
|
1768
|
+
* OK
|
|
1769
|
+
*/
|
|
1770
|
+
200: Array<AbTestDtoModel>;
|
|
1771
|
+
};
|
|
1772
|
+
export type GetAbTestAllResponse = GetAbTestAllResponses[keyof GetAbTestAllResponses];
|
|
1773
|
+
export type GetAbTestEmptyData = {
|
|
1774
|
+
body?: never;
|
|
1775
|
+
path?: never;
|
|
1776
|
+
query?: {
|
|
1777
|
+
testType?: AbTestTypeModel;
|
|
1778
|
+
};
|
|
1779
|
+
url: '/umbraco/engage/management/api/v1/ab-test/empty';
|
|
1780
|
+
};
|
|
1781
|
+
export type GetAbTestEmptyErrors = {
|
|
1782
|
+
/**
|
|
1783
|
+
* The resource is protected and requires an authentication token
|
|
1784
|
+
*/
|
|
1785
|
+
401: unknown;
|
|
1786
|
+
};
|
|
1787
|
+
export type GetAbTestEmptyResponses = {
|
|
1788
|
+
/**
|
|
1789
|
+
* OK
|
|
1790
|
+
*/
|
|
1791
|
+
200: AbTestDetailModel;
|
|
1792
|
+
};
|
|
1793
|
+
export type GetAbTestEmptyResponse = GetAbTestEmptyResponses[keyof GetAbTestEmptyResponses];
|
|
1794
|
+
export type GetAbTestPageData = {
|
|
1795
|
+
body?: never;
|
|
1796
|
+
path?: never;
|
|
1797
|
+
query?: {
|
|
1798
|
+
unique?: string;
|
|
1799
|
+
};
|
|
1800
|
+
url: '/umbraco/engage/management/api/v1/ab-test/page';
|
|
1801
|
+
};
|
|
1802
|
+
export type GetAbTestPageErrors = {
|
|
1803
|
+
/**
|
|
1804
|
+
* Bad Request
|
|
1805
|
+
*/
|
|
1806
|
+
400: unknown;
|
|
1807
|
+
/**
|
|
1808
|
+
* The resource is protected and requires an authentication token
|
|
1809
|
+
*/
|
|
1810
|
+
401: unknown;
|
|
1811
|
+
};
|
|
1812
|
+
export type GetAbTestPageResponses = {
|
|
1813
|
+
/**
|
|
1814
|
+
* OK
|
|
1815
|
+
*/
|
|
1816
|
+
200: Array<ProjectAbTestModel>;
|
|
1817
|
+
};
|
|
1818
|
+
export type GetAbTestPageResponse = GetAbTestPageResponses[keyof GetAbTestPageResponses];
|
|
1819
|
+
export type GetAbTestPreviewUrlData = {
|
|
1820
|
+
body?: never;
|
|
1821
|
+
path?: never;
|
|
1822
|
+
query?: {
|
|
1823
|
+
abTestId?: number;
|
|
1824
|
+
variantId?: number;
|
|
1825
|
+
};
|
|
1826
|
+
url: '/umbraco/engage/management/api/v1/ab-test/preview-url';
|
|
1827
|
+
};
|
|
1828
|
+
export type GetAbTestPreviewUrlErrors = {
|
|
1829
|
+
/**
|
|
1830
|
+
* The resource is protected and requires an authentication token
|
|
1831
|
+
*/
|
|
1832
|
+
401: unknown;
|
|
1833
|
+
};
|
|
1834
|
+
export type GetAbTestPreviewUrlResponses = {
|
|
1835
|
+
/**
|
|
1836
|
+
* OK
|
|
1837
|
+
*/
|
|
1838
|
+
200: PreviewUrlResponseModel;
|
|
1839
|
+
};
|
|
1840
|
+
export type GetAbTestPreviewUrlResponse = GetAbTestPreviewUrlResponses[keyof GetAbTestPreviewUrlResponses];
|
|
1841
|
+
export type PostAbTestRuntimeIndicationData = {
|
|
1842
|
+
body?: AbTestDtoModel;
|
|
1843
|
+
path?: never;
|
|
1844
|
+
query?: never;
|
|
1845
|
+
url: '/umbraco/engage/management/api/v1/ab-test/runtime-indication';
|
|
1846
|
+
};
|
|
1847
|
+
export type PostAbTestRuntimeIndicationErrors = {
|
|
1848
|
+
/**
|
|
1849
|
+
* Bad Request
|
|
1850
|
+
*/
|
|
1851
|
+
400: unknown;
|
|
1852
|
+
/**
|
|
1853
|
+
* The resource is protected and requires an authentication token
|
|
1854
|
+
*/
|
|
1855
|
+
401: unknown;
|
|
1856
|
+
};
|
|
1857
|
+
export type PostAbTestRuntimeIndicationResponses = {
|
|
1858
|
+
/**
|
|
1859
|
+
* OK
|
|
1860
|
+
*/
|
|
1861
|
+
200: AbTestIndicationModel;
|
|
1862
|
+
};
|
|
1863
|
+
export type PostAbTestRuntimeIndicationResponse = PostAbTestRuntimeIndicationResponses[keyof PostAbTestRuntimeIndicationResponses];
|
|
1864
|
+
export type PostAbTestSegmentData = {
|
|
1865
|
+
body?: never;
|
|
1866
|
+
path?: never;
|
|
1867
|
+
query?: {
|
|
1868
|
+
unique?: string;
|
|
1869
|
+
culture?: string;
|
|
1870
|
+
segment?: string;
|
|
1871
|
+
};
|
|
1872
|
+
url: '/umbraco/engage/management/api/v1/ab-test/segment';
|
|
1873
|
+
};
|
|
1874
|
+
export type PostAbTestSegmentErrors = {
|
|
1875
|
+
/**
|
|
1876
|
+
* Bad Request
|
|
1877
|
+
*/
|
|
1878
|
+
400: unknown;
|
|
1879
|
+
/**
|
|
1880
|
+
* The resource is protected and requires an authentication token
|
|
1881
|
+
*/
|
|
1882
|
+
401: unknown;
|
|
1883
|
+
};
|
|
1884
|
+
export type PostAbTestSegmentResponses = {
|
|
1885
|
+
/**
|
|
1886
|
+
* OK
|
|
1887
|
+
*/
|
|
1888
|
+
200: CreateSegmentAbTestResponseModel;
|
|
1889
|
+
};
|
|
1890
|
+
export type PostAbTestSegmentResponse = PostAbTestSegmentResponses[keyof PostAbTestSegmentResponses];
|
|
1891
|
+
export type PostAbTestVariantDetailsData = {
|
|
1892
|
+
body?: AbTestDtoModel;
|
|
1893
|
+
path?: never;
|
|
1894
|
+
query?: never;
|
|
1895
|
+
url: '/umbraco/engage/management/api/v1/ab-test/variant-details';
|
|
1896
|
+
};
|
|
1897
|
+
export type PostAbTestVariantDetailsErrors = {
|
|
1898
|
+
/**
|
|
1899
|
+
* The resource is protected and requires an authentication token
|
|
1900
|
+
*/
|
|
1901
|
+
401: unknown;
|
|
1902
|
+
};
|
|
1903
|
+
export type PostAbTestVariantDetailsResponses = {
|
|
1904
|
+
/**
|
|
1905
|
+
* OK
|
|
1906
|
+
*/
|
|
1907
|
+
200: Array<AbTestDetailVariantInfoModel>;
|
|
1908
|
+
};
|
|
1909
|
+
export type PostAbTestVariantDetailsResponse = PostAbTestVariantDetailsResponses[keyof PostAbTestVariantDetailsResponses];
|
|
1910
|
+
export type GetAbTestViewModelData = {
|
|
1911
|
+
body?: never;
|
|
1912
|
+
path?: never;
|
|
1913
|
+
query?: {
|
|
1914
|
+
unique?: string;
|
|
1915
|
+
};
|
|
1916
|
+
url: '/umbraco/engage/management/api/v1/ab-test/view-model';
|
|
1917
|
+
};
|
|
1918
|
+
export type GetAbTestViewModelErrors = {
|
|
1919
|
+
/**
|
|
1920
|
+
* The resource is protected and requires an authentication token
|
|
1921
|
+
*/
|
|
1922
|
+
401: unknown;
|
|
1923
|
+
/**
|
|
1924
|
+
* Not Found
|
|
1925
|
+
*/
|
|
1926
|
+
404: unknown;
|
|
1927
|
+
};
|
|
1928
|
+
export type GetAbTestViewModelResponses = {
|
|
1929
|
+
/**
|
|
1930
|
+
* OK
|
|
1931
|
+
*/
|
|
1932
|
+
200: AbTestDetailModel;
|
|
1933
|
+
};
|
|
1934
|
+
export type GetAbTestViewModelResponse = GetAbTestViewModelResponses[keyof GetAbTestViewModelResponses];
|
|
1935
|
+
export type GetAddOnsData = {
|
|
1936
|
+
body?: never;
|
|
1937
|
+
path?: never;
|
|
1938
|
+
query?: never;
|
|
1939
|
+
url: '/umbraco/engage/management/api/v1/add-ons';
|
|
1940
|
+
};
|
|
1941
|
+
export type GetAddOnsErrors = {
|
|
1942
|
+
/**
|
|
1943
|
+
* The resource is protected and requires an authentication token
|
|
1944
|
+
*/
|
|
1945
|
+
401: unknown;
|
|
1946
|
+
};
|
|
1947
|
+
export type GetAddOnsResponses = {
|
|
1948
|
+
/**
|
|
1949
|
+
* OK
|
|
1950
|
+
*/
|
|
1951
|
+
200: EnabledAddonsModel;
|
|
1952
|
+
};
|
|
1953
|
+
export type GetAddOnsResponse = GetAddOnsResponses[keyof GetAddOnsResponses];
|
|
1954
|
+
export type GetAnalyticsDistinctData = {
|
|
1955
|
+
body?: never;
|
|
1956
|
+
path?: never;
|
|
1957
|
+
query?: {
|
|
1958
|
+
dimension?: DimensionModel;
|
|
1959
|
+
};
|
|
1960
|
+
url: '/umbraco/engage/management/api/v1/analytics/distinct';
|
|
1961
|
+
};
|
|
1962
|
+
export type GetAnalyticsDistinctErrors = {
|
|
1963
|
+
/**
|
|
1964
|
+
* The resource is protected and requires an authentication token
|
|
1965
|
+
*/
|
|
1966
|
+
401: unknown;
|
|
1967
|
+
};
|
|
1968
|
+
export type GetAnalyticsDistinctResponses = {
|
|
1969
|
+
/**
|
|
1970
|
+
* OK
|
|
1971
|
+
*/
|
|
1972
|
+
200: Array<string>;
|
|
1973
|
+
};
|
|
1974
|
+
export type GetAnalyticsDistinctResponse = GetAnalyticsDistinctResponses[keyof GetAnalyticsDistinctResponses];
|
|
1975
|
+
export type PostAnalyticsQueryData = {
|
|
1976
|
+
body?: AnalyticsQueryGetModel;
|
|
1977
|
+
path?: never;
|
|
1978
|
+
query?: never;
|
|
1979
|
+
url: '/umbraco/engage/management/api/v1/analytics/query';
|
|
1980
|
+
};
|
|
1981
|
+
export type PostAnalyticsQueryErrors = {
|
|
1982
|
+
/**
|
|
1983
|
+
* Bad Request
|
|
1984
|
+
*/
|
|
1985
|
+
400: unknown;
|
|
1986
|
+
/**
|
|
1987
|
+
* The resource is protected and requires an authentication token
|
|
1988
|
+
*/
|
|
1989
|
+
401: unknown;
|
|
1990
|
+
};
|
|
1991
|
+
export type PostAnalyticsQueryResponses = {
|
|
1992
|
+
/**
|
|
1993
|
+
* OK
|
|
1994
|
+
*/
|
|
1995
|
+
200: AnalyticsQueryResultModel;
|
|
1996
|
+
};
|
|
1997
|
+
export type PostAnalyticsQueryResponse = PostAnalyticsQueryResponses[keyof PostAnalyticsQueryResponses];
|
|
1998
|
+
export type DeleteAnnotationsData = {
|
|
1999
|
+
body?: never;
|
|
2000
|
+
path?: never;
|
|
2001
|
+
query?: {
|
|
2002
|
+
id?: number;
|
|
2003
|
+
};
|
|
2004
|
+
url: '/umbraco/engage/management/api/v1/annotations';
|
|
2005
|
+
};
|
|
2006
|
+
export type DeleteAnnotationsErrors = {
|
|
2007
|
+
/**
|
|
2008
|
+
* The resource is protected and requires an authentication token
|
|
2009
|
+
*/
|
|
2010
|
+
401: unknown;
|
|
2011
|
+
};
|
|
2012
|
+
export type DeleteAnnotationsResponses = {
|
|
2013
|
+
/**
|
|
2014
|
+
* OK
|
|
2015
|
+
*/
|
|
2016
|
+
200: unknown;
|
|
2017
|
+
};
|
|
2018
|
+
export type PostAnnotationsData = {
|
|
2019
|
+
body?: AnnotationModel;
|
|
2020
|
+
path?: never;
|
|
2021
|
+
query?: never;
|
|
2022
|
+
url: '/umbraco/engage/management/api/v1/annotations';
|
|
2023
|
+
};
|
|
2024
|
+
export type PostAnnotationsErrors = {
|
|
2025
|
+
/**
|
|
2026
|
+
* The resource is protected and requires an authentication token
|
|
2027
|
+
*/
|
|
2028
|
+
401: unknown;
|
|
2029
|
+
};
|
|
2030
|
+
export type PostAnnotationsResponses = {
|
|
2031
|
+
/**
|
|
2032
|
+
* OK
|
|
2033
|
+
*/
|
|
2034
|
+
200: AnnotationModel;
|
|
2035
|
+
};
|
|
2036
|
+
export type PostAnnotationsResponse = PostAnnotationsResponses[keyof PostAnnotationsResponses];
|
|
2037
|
+
export type GetAnnotationsAllData = {
|
|
2038
|
+
body?: never;
|
|
2039
|
+
path?: never;
|
|
2040
|
+
query?: {
|
|
2041
|
+
from?: string;
|
|
2042
|
+
to?: string;
|
|
2043
|
+
};
|
|
2044
|
+
url: '/umbraco/engage/management/api/v1/annotations/all';
|
|
2045
|
+
};
|
|
2046
|
+
export type GetAnnotationsAllErrors = {
|
|
2047
|
+
/**
|
|
2048
|
+
* The resource is protected and requires an authentication token
|
|
2049
|
+
*/
|
|
2050
|
+
401: unknown;
|
|
2051
|
+
};
|
|
2052
|
+
export type GetAnnotationsAllResponses = {
|
|
2053
|
+
/**
|
|
2054
|
+
* OK
|
|
2055
|
+
*/
|
|
2056
|
+
200: Array<AnnotationModel>;
|
|
2057
|
+
};
|
|
2058
|
+
export type GetAnnotationsAllResponse = GetAnnotationsAllResponses[keyof GetAnnotationsAllResponses];
|
|
2059
|
+
export type GetAnnotationsEmptyData = {
|
|
2060
|
+
body?: never;
|
|
2061
|
+
path?: never;
|
|
2062
|
+
query?: never;
|
|
2063
|
+
url: '/umbraco/engage/management/api/v1/annotations/empty';
|
|
2064
|
+
};
|
|
2065
|
+
export type GetAnnotationsEmptyErrors = {
|
|
2066
|
+
/**
|
|
2067
|
+
* The resource is protected and requires an authentication token
|
|
2068
|
+
*/
|
|
2069
|
+
401: unknown;
|
|
2070
|
+
};
|
|
2071
|
+
export type GetAnnotationsEmptyResponses = {
|
|
2072
|
+
/**
|
|
2073
|
+
* OK
|
|
2074
|
+
*/
|
|
2075
|
+
200: AnnotationModel;
|
|
2076
|
+
};
|
|
2077
|
+
export type GetAnnotationsEmptyResponse = GetAnnotationsEmptyResponses[keyof GetAnnotationsEmptyResponses];
|
|
2078
|
+
export type GetAnnotationsGlobalData = {
|
|
2079
|
+
body?: never;
|
|
2080
|
+
path?: never;
|
|
2081
|
+
query?: {
|
|
2082
|
+
from?: string;
|
|
2083
|
+
to?: string;
|
|
2084
|
+
};
|
|
2085
|
+
url: '/umbraco/engage/management/api/v1/annotations/global';
|
|
2086
|
+
};
|
|
2087
|
+
export type GetAnnotationsGlobalErrors = {
|
|
2088
|
+
/**
|
|
2089
|
+
* The resource is protected and requires an authentication token
|
|
2090
|
+
*/
|
|
2091
|
+
401: unknown;
|
|
2092
|
+
};
|
|
2093
|
+
export type GetAnnotationsGlobalResponses = {
|
|
2094
|
+
/**
|
|
2095
|
+
* OK
|
|
2096
|
+
*/
|
|
2097
|
+
200: Array<AnnotationModel>;
|
|
2098
|
+
};
|
|
2099
|
+
export type GetAnnotationsGlobalResponse = GetAnnotationsGlobalResponses[keyof GetAnnotationsGlobalResponses];
|
|
2100
|
+
export type GetAnnotationsPageData = {
|
|
2101
|
+
body?: never;
|
|
2102
|
+
path?: never;
|
|
2103
|
+
query?: {
|
|
2104
|
+
unique?: string;
|
|
2105
|
+
from?: string;
|
|
2106
|
+
to?: string;
|
|
2107
|
+
culture?: string;
|
|
2108
|
+
};
|
|
2109
|
+
url: '/umbraco/engage/management/api/v1/annotations/page';
|
|
2110
|
+
};
|
|
2111
|
+
export type GetAnnotationsPageErrors = {
|
|
2112
|
+
/**
|
|
2113
|
+
* The resource is protected and requires an authentication token
|
|
2114
|
+
*/
|
|
2115
|
+
401: unknown;
|
|
2116
|
+
};
|
|
2117
|
+
export type GetAnnotationsPageResponses = {
|
|
2118
|
+
/**
|
|
2119
|
+
* OK
|
|
2120
|
+
*/
|
|
2121
|
+
200: Array<AnnotationModel>;
|
|
2122
|
+
};
|
|
2123
|
+
export type GetAnnotationsPageResponse = GetAnnotationsPageResponses[keyof GetAnnotationsPageResponses];
|
|
2124
|
+
export type DeleteAppliedPersonalizationData = {
|
|
2125
|
+
body?: never;
|
|
2126
|
+
path?: never;
|
|
2127
|
+
query?: {
|
|
2128
|
+
id?: string;
|
|
2129
|
+
};
|
|
2130
|
+
url: '/umbraco/engage/management/api/v1/applied-personalization';
|
|
2131
|
+
};
|
|
2132
|
+
export type DeleteAppliedPersonalizationErrors = {
|
|
2133
|
+
/**
|
|
2134
|
+
* The resource is protected and requires an authentication token
|
|
2135
|
+
*/
|
|
2136
|
+
401: unknown;
|
|
2137
|
+
};
|
|
2138
|
+
export type DeleteAppliedPersonalizationResponses = {
|
|
2139
|
+
/**
|
|
2140
|
+
* OK
|
|
2141
|
+
*/
|
|
2142
|
+
200: unknown;
|
|
2143
|
+
};
|
|
2144
|
+
export type PostAppliedPersonalizationData = {
|
|
2145
|
+
body?: AppliedPersonalizationDtoModel;
|
|
2146
|
+
path?: never;
|
|
2147
|
+
query?: never;
|
|
2148
|
+
url: '/umbraco/engage/management/api/v1/applied-personalization';
|
|
2149
|
+
};
|
|
2150
|
+
export type PostAppliedPersonalizationErrors = {
|
|
2151
|
+
/**
|
|
2152
|
+
* The resource is protected and requires an authentication token
|
|
2153
|
+
*/
|
|
2154
|
+
401: unknown;
|
|
2155
|
+
};
|
|
2156
|
+
export type PostAppliedPersonalizationResponses = {
|
|
2157
|
+
/**
|
|
2158
|
+
* OK
|
|
2159
|
+
*/
|
|
2160
|
+
200: AppliedPersonalizationDtoModel;
|
|
2161
|
+
};
|
|
2162
|
+
export type PostAppliedPersonalizationResponse = PostAppliedPersonalizationResponses[keyof PostAppliedPersonalizationResponses];
|
|
2163
|
+
export type GetAppliedPersonalizationAllData = {
|
|
2164
|
+
body?: never;
|
|
2165
|
+
path?: never;
|
|
2166
|
+
query?: never;
|
|
2167
|
+
url: '/umbraco/engage/management/api/v1/applied-personalization/all';
|
|
2168
|
+
};
|
|
2169
|
+
export type GetAppliedPersonalizationAllErrors = {
|
|
2170
|
+
/**
|
|
2171
|
+
* The resource is protected and requires an authentication token
|
|
2172
|
+
*/
|
|
2173
|
+
401: unknown;
|
|
2174
|
+
};
|
|
2175
|
+
export type GetAppliedPersonalizationAllResponses = {
|
|
2176
|
+
/**
|
|
2177
|
+
* OK
|
|
2178
|
+
*/
|
|
2179
|
+
200: Array<AppliedPersonalizationDtoModel>;
|
|
2180
|
+
};
|
|
2181
|
+
export type GetAppliedPersonalizationAllResponse = GetAppliedPersonalizationAllResponses[keyof GetAppliedPersonalizationAllResponses];
|
|
2182
|
+
export type GetAppliedPersonalizationIdData = {
|
|
2183
|
+
body?: never;
|
|
2184
|
+
path?: never;
|
|
2185
|
+
query?: {
|
|
2186
|
+
id?: string;
|
|
2187
|
+
};
|
|
2188
|
+
url: '/umbraco/engage/management/api/v1/applied-personalization/id';
|
|
2189
|
+
};
|
|
2190
|
+
export type GetAppliedPersonalizationIdErrors = {
|
|
2191
|
+
/**
|
|
2192
|
+
* The resource is protected and requires an authentication token
|
|
2193
|
+
*/
|
|
2194
|
+
401: unknown;
|
|
2195
|
+
/**
|
|
2196
|
+
* Not Found
|
|
2197
|
+
*/
|
|
2198
|
+
404: unknown;
|
|
2199
|
+
};
|
|
2200
|
+
export type GetAppliedPersonalizationIdResponses = {
|
|
2201
|
+
/**
|
|
2202
|
+
* OK
|
|
2203
|
+
*/
|
|
2204
|
+
200: AppliedPersonalizationDtoModel;
|
|
2205
|
+
};
|
|
2206
|
+
export type GetAppliedPersonalizationIdResponse = GetAppliedPersonalizationIdResponses[keyof GetAppliedPersonalizationIdResponses];
|
|
2207
|
+
export type GetAppliedPersonalizationSegmentData = {
|
|
2208
|
+
body?: never;
|
|
2209
|
+
path?: never;
|
|
2210
|
+
query?: {
|
|
2211
|
+
segment?: string;
|
|
2212
|
+
};
|
|
2213
|
+
url: '/umbraco/engage/management/api/v1/applied-personalization/segment';
|
|
2214
|
+
};
|
|
2215
|
+
export type GetAppliedPersonalizationSegmentErrors = {
|
|
2216
|
+
/**
|
|
2217
|
+
* The resource is protected and requires an authentication token
|
|
2218
|
+
*/
|
|
2219
|
+
401: unknown;
|
|
2220
|
+
};
|
|
2221
|
+
export type GetAppliedPersonalizationSegmentResponses = {
|
|
2222
|
+
/**
|
|
2223
|
+
* OK
|
|
2224
|
+
*/
|
|
2225
|
+
200: AppliedPersonalizationDtoModel;
|
|
2226
|
+
};
|
|
2227
|
+
export type GetAppliedPersonalizationSegmentResponse = GetAppliedPersonalizationSegmentResponses[keyof GetAppliedPersonalizationSegmentResponses];
|
|
2228
|
+
export type PostAppliedPersonalizationSegmentData = {
|
|
2229
|
+
body?: never;
|
|
2230
|
+
path?: never;
|
|
2231
|
+
query?: {
|
|
2232
|
+
unique?: string;
|
|
2233
|
+
segment?: string;
|
|
2234
|
+
culture?: string;
|
|
2235
|
+
};
|
|
2236
|
+
url: '/umbraco/engage/management/api/v1/applied-personalization/segment';
|
|
2237
|
+
};
|
|
2238
|
+
export type PostAppliedPersonalizationSegmentErrors = {
|
|
2239
|
+
/**
|
|
2240
|
+
* The resource is protected and requires an authentication token
|
|
2241
|
+
*/
|
|
2242
|
+
401: unknown;
|
|
2243
|
+
};
|
|
2244
|
+
export type PostAppliedPersonalizationSegmentResponses = {
|
|
2245
|
+
/**
|
|
2246
|
+
* OK
|
|
2247
|
+
*/
|
|
2248
|
+
200: CreateAppliedPersonalizationSegmentResponseModel;
|
|
2249
|
+
};
|
|
2250
|
+
export type PostAppliedPersonalizationSegmentResponse = PostAppliedPersonalizationSegmentResponses[keyof PostAppliedPersonalizationSegmentResponses];
|
|
2251
|
+
export type DeleteCampaignGroupData = {
|
|
2252
|
+
body?: never;
|
|
2253
|
+
path?: never;
|
|
2254
|
+
query?: {
|
|
2255
|
+
id?: string;
|
|
2256
|
+
};
|
|
2257
|
+
url: '/umbraco/engage/management/api/v1/campaign-group';
|
|
2258
|
+
};
|
|
2259
|
+
export type DeleteCampaignGroupErrors = {
|
|
2260
|
+
/**
|
|
2261
|
+
* The resource is protected and requires an authentication token
|
|
2262
|
+
*/
|
|
2263
|
+
401: unknown;
|
|
2264
|
+
};
|
|
2265
|
+
export type DeleteCampaignGroupResponses = {
|
|
2266
|
+
/**
|
|
2267
|
+
* OK
|
|
2268
|
+
*/
|
|
2269
|
+
200: unknown;
|
|
2270
|
+
};
|
|
2271
|
+
export type GetCampaignGroupData = {
|
|
2272
|
+
body?: never;
|
|
2273
|
+
path?: never;
|
|
2274
|
+
query?: {
|
|
2275
|
+
id?: string;
|
|
2276
|
+
};
|
|
2277
|
+
url: '/umbraco/engage/management/api/v1/campaign-group';
|
|
2278
|
+
};
|
|
2279
|
+
export type GetCampaignGroupErrors = {
|
|
2280
|
+
/**
|
|
2281
|
+
* The resource is protected and requires an authentication token
|
|
2282
|
+
*/
|
|
2283
|
+
401: unknown;
|
|
2284
|
+
/**
|
|
2285
|
+
* Not Found
|
|
2286
|
+
*/
|
|
2287
|
+
404: unknown;
|
|
2288
|
+
};
|
|
2289
|
+
export type GetCampaignGroupResponses = {
|
|
2290
|
+
/**
|
|
2291
|
+
* OK
|
|
2292
|
+
*/
|
|
2293
|
+
200: CampaignGroupDtoModel;
|
|
2294
|
+
};
|
|
2295
|
+
export type GetCampaignGroupResponse = GetCampaignGroupResponses[keyof GetCampaignGroupResponses];
|
|
2296
|
+
export type PostCampaignGroupData = {
|
|
2297
|
+
body?: CampaignGroupDtoModel;
|
|
2298
|
+
path?: never;
|
|
2299
|
+
query?: never;
|
|
2300
|
+
url: '/umbraco/engage/management/api/v1/campaign-group';
|
|
2301
|
+
};
|
|
2302
|
+
export type PostCampaignGroupErrors = {
|
|
2303
|
+
/**
|
|
2304
|
+
* Bad Request
|
|
2305
|
+
*/
|
|
2306
|
+
400: unknown;
|
|
2307
|
+
/**
|
|
2308
|
+
* The resource is protected and requires an authentication token
|
|
2309
|
+
*/
|
|
2310
|
+
401: unknown;
|
|
2311
|
+
};
|
|
2312
|
+
export type PostCampaignGroupResponses = {
|
|
2313
|
+
/**
|
|
2314
|
+
* OK
|
|
2315
|
+
*/
|
|
2316
|
+
200: CampaignGroupDtoModel;
|
|
2317
|
+
};
|
|
2318
|
+
export type PostCampaignGroupResponse = PostCampaignGroupResponses[keyof PostCampaignGroupResponses];
|
|
2319
|
+
export type GetCampaignGroupAllData = {
|
|
2320
|
+
body?: never;
|
|
2321
|
+
path?: never;
|
|
2322
|
+
query?: never;
|
|
2323
|
+
url: '/umbraco/engage/management/api/v1/campaign-group/all';
|
|
2324
|
+
};
|
|
2325
|
+
export type GetCampaignGroupAllErrors = {
|
|
2326
|
+
/**
|
|
2327
|
+
* The resource is protected and requires an authentication token
|
|
2328
|
+
*/
|
|
2329
|
+
401: unknown;
|
|
2330
|
+
};
|
|
2331
|
+
export type GetCampaignGroupAllResponses = {
|
|
2332
|
+
/**
|
|
2333
|
+
* OK
|
|
2334
|
+
*/
|
|
2335
|
+
200: Array<CampaignGroupDtoModel>;
|
|
2336
|
+
};
|
|
2337
|
+
export type GetCampaignGroupAllResponse = GetCampaignGroupAllResponses[keyof GetCampaignGroupAllResponses];
|
|
2338
|
+
export type GetCampaignGroupUnscoredData = {
|
|
2339
|
+
body?: never;
|
|
2340
|
+
path?: never;
|
|
2341
|
+
query?: never;
|
|
2342
|
+
url: '/umbraco/engage/management/api/v1/campaign-group/unscored';
|
|
2343
|
+
};
|
|
2344
|
+
export type GetCampaignGroupUnscoredErrors = {
|
|
2345
|
+
/**
|
|
2346
|
+
* The resource is protected and requires an authentication token
|
|
2347
|
+
*/
|
|
2348
|
+
401: unknown;
|
|
2349
|
+
};
|
|
2350
|
+
export type GetCampaignGroupUnscoredResponses = {
|
|
2351
|
+
/**
|
|
2352
|
+
* OK
|
|
2353
|
+
*/
|
|
2354
|
+
200: Array<UnscoredCampaignDtoModel>;
|
|
2355
|
+
};
|
|
2356
|
+
export type GetCampaignGroupUnscoredResponse = GetCampaignGroupUnscoredResponses[keyof GetCampaignGroupUnscoredResponses];
|
|
2357
|
+
export type GetCampaignGroupVisitorsData = {
|
|
2358
|
+
body?: never;
|
|
2359
|
+
path?: never;
|
|
2360
|
+
query?: {
|
|
2361
|
+
amountOfDays?: number;
|
|
2362
|
+
};
|
|
2363
|
+
url: '/umbraco/engage/management/api/v1/campaign-group/visitors';
|
|
2364
|
+
};
|
|
2365
|
+
export type GetCampaignGroupVisitorsErrors = {
|
|
2366
|
+
/**
|
|
2367
|
+
* The resource is protected and requires an authentication token
|
|
2368
|
+
*/
|
|
2369
|
+
401: unknown;
|
|
2370
|
+
};
|
|
2371
|
+
export type GetCampaignGroupVisitorsResponses = {
|
|
2372
|
+
/**
|
|
2373
|
+
* OK
|
|
2374
|
+
*/
|
|
2375
|
+
200: {
|
|
2376
|
+
[key: string]: number;
|
|
2377
|
+
};
|
|
2378
|
+
};
|
|
2379
|
+
export type GetCampaignGroupVisitorsResponse = GetCampaignGroupVisitorsResponses[keyof GetCampaignGroupVisitorsResponses];
|
|
2380
|
+
export type GetCampaignsData = {
|
|
2381
|
+
body?: never;
|
|
2382
|
+
path?: never;
|
|
2383
|
+
query?: {
|
|
2384
|
+
visitorId?: number;
|
|
2385
|
+
};
|
|
2386
|
+
url: '/umbraco/engage/management/api/v1/campaigns';
|
|
2387
|
+
};
|
|
2388
|
+
export type GetCampaignsErrors = {
|
|
2389
|
+
/**
|
|
2390
|
+
* The resource is protected and requires an authentication token
|
|
2391
|
+
*/
|
|
2392
|
+
401: unknown;
|
|
2393
|
+
};
|
|
2394
|
+
export type GetCampaignsResponses = {
|
|
2395
|
+
/**
|
|
2396
|
+
* OK
|
|
2397
|
+
*/
|
|
2398
|
+
200: Array<CampaignsByVisitorDtoModel>;
|
|
2399
|
+
};
|
|
2400
|
+
export type GetCampaignsResponse = GetCampaignsResponses[keyof GetCampaignsResponses];
|
|
2401
|
+
export type PostCockpitDeleteCookieData = {
|
|
2402
|
+
body?: never;
|
|
2403
|
+
path?: never;
|
|
2404
|
+
query?: never;
|
|
2405
|
+
url: '/umbraco/engage/management/api/v1/cockpit/delete-cookie';
|
|
2406
|
+
};
|
|
2407
|
+
export type PostCockpitDeleteCookieErrors = {
|
|
2408
|
+
/**
|
|
2409
|
+
* The resource is protected and requires an authentication token
|
|
2410
|
+
*/
|
|
2411
|
+
401: unknown;
|
|
2412
|
+
};
|
|
2413
|
+
export type PostCockpitDeleteCookieResponses = {
|
|
2414
|
+
/**
|
|
2415
|
+
* OK
|
|
2416
|
+
*/
|
|
2417
|
+
200: unknown;
|
|
2418
|
+
};
|
|
2419
|
+
export type GetCockpitGetUmbracoPageInfoData = {
|
|
2420
|
+
body?: never;
|
|
2421
|
+
path?: never;
|
|
2422
|
+
query?: {
|
|
2423
|
+
pageId?: string;
|
|
2424
|
+
culture?: string;
|
|
2425
|
+
};
|
|
2426
|
+
url: '/umbraco/engage/management/api/v1/cockpit/get-umbraco-page-info';
|
|
2427
|
+
};
|
|
2428
|
+
export type GetCockpitGetUmbracoPageInfoErrors = {
|
|
2429
|
+
/**
|
|
2430
|
+
* The resource is protected and requires an authentication token
|
|
2431
|
+
*/
|
|
2432
|
+
401: unknown;
|
|
2433
|
+
};
|
|
2434
|
+
export type GetCockpitGetUmbracoPageInfoResponses = {
|
|
2435
|
+
/**
|
|
2436
|
+
* OK
|
|
2437
|
+
*/
|
|
2438
|
+
200: UmbracoPageInfoDtoModel;
|
|
2439
|
+
};
|
|
2440
|
+
export type GetCockpitGetUmbracoPageInfoResponse = GetCockpitGetUmbracoPageInfoResponses[keyof GetCockpitGetUmbracoPageInfoResponses];
|
|
2441
|
+
export type GetConfigurationData = {
|
|
2442
|
+
body?: never;
|
|
2443
|
+
path?: never;
|
|
2444
|
+
query?: never;
|
|
2445
|
+
url: '/umbraco/engage/management/api/v1/configuration';
|
|
2446
|
+
};
|
|
2447
|
+
export type GetConfigurationErrors = {
|
|
2448
|
+
/**
|
|
2449
|
+
* The resource is protected and requires an authentication token
|
|
2450
|
+
*/
|
|
2451
|
+
401: unknown;
|
|
2452
|
+
};
|
|
2453
|
+
export type GetConfigurationResponses = {
|
|
2454
|
+
/**
|
|
2455
|
+
* OK
|
|
2456
|
+
*/
|
|
2457
|
+
200: ConfigurationDtoModel;
|
|
2458
|
+
};
|
|
2459
|
+
export type GetConfigurationResponse = GetConfigurationResponses[keyof GetConfigurationResponses];
|
|
2460
|
+
export type GetContentScoringAllData = {
|
|
2461
|
+
body?: never;
|
|
2462
|
+
path?: never;
|
|
2463
|
+
query?: {
|
|
2464
|
+
unique?: string;
|
|
2465
|
+
};
|
|
2466
|
+
url: '/umbraco/engage/management/api/v1/content-scoring/all';
|
|
2467
|
+
};
|
|
2468
|
+
export type GetContentScoringAllErrors = {
|
|
2469
|
+
/**
|
|
2470
|
+
* The resource is protected and requires an authentication token
|
|
2471
|
+
*/
|
|
2472
|
+
401: unknown;
|
|
2473
|
+
};
|
|
2474
|
+
export type GetContentScoringAllResponses = {
|
|
2475
|
+
/**
|
|
2476
|
+
* OK
|
|
2477
|
+
*/
|
|
2478
|
+
200: ContentScoringResultModel;
|
|
2479
|
+
};
|
|
2480
|
+
export type GetContentScoringAllResponse = GetContentScoringAllResponses[keyof GetContentScoringAllResponses];
|
|
2481
|
+
export type GetContentScoringCustomerJourneyExportCsvData = {
|
|
2482
|
+
body?: never;
|
|
2483
|
+
path?: never;
|
|
2484
|
+
query?: never;
|
|
2485
|
+
url: '/umbraco/engage/management/api/v1/content-scoring/customer-journey/export/csv';
|
|
2486
|
+
};
|
|
2487
|
+
export type GetContentScoringCustomerJourneyExportCsvErrors = {
|
|
2488
|
+
/**
|
|
2489
|
+
* The resource is protected and requires an authentication token
|
|
2490
|
+
*/
|
|
2491
|
+
401: unknown;
|
|
2492
|
+
};
|
|
2493
|
+
export type GetContentScoringCustomerJourneyExportCsvResponses = {
|
|
2494
|
+
/**
|
|
2495
|
+
* OK
|
|
2496
|
+
*/
|
|
2497
|
+
200: Blob | File;
|
|
2498
|
+
};
|
|
2499
|
+
export type GetContentScoringCustomerJourneyExportCsvResponse = GetContentScoringCustomerJourneyExportCsvResponses[keyof GetContentScoringCustomerJourneyExportCsvResponses];
|
|
2500
|
+
export type DeleteContentScoringJourneyData = {
|
|
2501
|
+
body?: never;
|
|
2502
|
+
path?: never;
|
|
2503
|
+
query?: {
|
|
2504
|
+
id?: number;
|
|
2505
|
+
};
|
|
2506
|
+
url: '/umbraco/engage/management/api/v1/content-scoring/journey';
|
|
2507
|
+
};
|
|
2508
|
+
export type DeleteContentScoringJourneyErrors = {
|
|
2509
|
+
/**
|
|
2510
|
+
* The resource is protected and requires an authentication token
|
|
2511
|
+
*/
|
|
2512
|
+
401: unknown;
|
|
2513
|
+
};
|
|
2514
|
+
export type DeleteContentScoringJourneyResponses = {
|
|
2515
|
+
/**
|
|
2516
|
+
* OK
|
|
2517
|
+
*/
|
|
2518
|
+
200: unknown;
|
|
2519
|
+
};
|
|
2520
|
+
export type DeleteContentScoringPersonaData = {
|
|
2521
|
+
body?: never;
|
|
2522
|
+
path?: never;
|
|
2523
|
+
query?: {
|
|
2524
|
+
id?: number;
|
|
2525
|
+
};
|
|
2526
|
+
url: '/umbraco/engage/management/api/v1/content-scoring/persona';
|
|
2527
|
+
};
|
|
2528
|
+
export type DeleteContentScoringPersonaErrors = {
|
|
2529
|
+
/**
|
|
2530
|
+
* The resource is protected and requires an authentication token
|
|
2531
|
+
*/
|
|
2532
|
+
401: unknown;
|
|
2533
|
+
};
|
|
2534
|
+
export type DeleteContentScoringPersonaResponses = {
|
|
2535
|
+
/**
|
|
2536
|
+
* OK
|
|
2537
|
+
*/
|
|
2538
|
+
200: unknown;
|
|
2539
|
+
};
|
|
2540
|
+
export type GetContentScoringPersonaExportCsvData = {
|
|
2541
|
+
body?: never;
|
|
2542
|
+
path?: never;
|
|
2543
|
+
query?: never;
|
|
2544
|
+
url: '/umbraco/engage/management/api/v1/content-scoring/persona/export/csv';
|
|
2545
|
+
};
|
|
2546
|
+
export type GetContentScoringPersonaExportCsvErrors = {
|
|
2547
|
+
/**
|
|
2548
|
+
* The resource is protected and requires an authentication token
|
|
2549
|
+
*/
|
|
2550
|
+
401: unknown;
|
|
2551
|
+
};
|
|
2552
|
+
export type GetContentScoringPersonaExportCsvResponses = {
|
|
2553
|
+
/**
|
|
2554
|
+
* OK
|
|
2555
|
+
*/
|
|
2556
|
+
200: Blob | File;
|
|
2557
|
+
};
|
|
2558
|
+
export type GetContentScoringPersonaExportCsvResponse = GetContentScoringPersonaExportCsvResponses[keyof GetContentScoringPersonaExportCsvResponses];
|
|
2559
|
+
export type PostContentScoringSaveData = {
|
|
2560
|
+
body?: Array<ContentScoringEntityDtoModel>;
|
|
2561
|
+
path?: never;
|
|
2562
|
+
query?: never;
|
|
2563
|
+
url: '/umbraco/engage/management/api/v1/content-scoring/save';
|
|
2564
|
+
};
|
|
2565
|
+
export type PostContentScoringSaveErrors = {
|
|
2566
|
+
/**
|
|
2567
|
+
* The resource is protected and requires an authentication token
|
|
2568
|
+
*/
|
|
2569
|
+
401: unknown;
|
|
2570
|
+
};
|
|
2571
|
+
export type PostContentScoringSaveResponses = {
|
|
2572
|
+
/**
|
|
2573
|
+
* OK
|
|
2574
|
+
*/
|
|
2575
|
+
200: unknown;
|
|
2576
|
+
};
|
|
2577
|
+
export type GetContentTypesAllData = {
|
|
2578
|
+
body?: never;
|
|
2579
|
+
path?: never;
|
|
2580
|
+
query?: never;
|
|
2581
|
+
url: '/umbraco/engage/management/api/v1/content-types/all';
|
|
2582
|
+
};
|
|
2583
|
+
export type GetContentTypesAllErrors = {
|
|
2584
|
+
/**
|
|
2585
|
+
* The resource is protected and requires an authentication token
|
|
2586
|
+
*/
|
|
2587
|
+
401: unknown;
|
|
2588
|
+
};
|
|
2589
|
+
export type GetContentTypesAllResponses = {
|
|
2590
|
+
/**
|
|
2591
|
+
* OK
|
|
2592
|
+
*/
|
|
2593
|
+
200: Array<UmsContentTypeModel>;
|
|
2594
|
+
};
|
|
2595
|
+
export type GetContentTypesAllResponse = GetContentTypesAllResponses[keyof GetContentTypesAllResponses];
|
|
2596
|
+
export type GetContentTypesSegmentedPropertyData = {
|
|
2597
|
+
body?: never;
|
|
2598
|
+
path?: never;
|
|
2599
|
+
query?: {
|
|
2600
|
+
unique?: string;
|
|
2601
|
+
};
|
|
2602
|
+
url: '/umbraco/engage/management/api/v1/content-types/segmented-property';
|
|
2603
|
+
};
|
|
2604
|
+
export type GetContentTypesSegmentedPropertyErrors = {
|
|
2605
|
+
/**
|
|
2606
|
+
* The resource is protected and requires an authentication token
|
|
2607
|
+
*/
|
|
2608
|
+
401: unknown;
|
|
2609
|
+
};
|
|
2610
|
+
export type GetContentTypesSegmentedPropertyResponses = {
|
|
2611
|
+
/**
|
|
2612
|
+
* OK
|
|
2613
|
+
*/
|
|
2614
|
+
200: boolean;
|
|
2615
|
+
};
|
|
2616
|
+
export type GetContentTypesSegmentedPropertyResponse = GetContentTypesSegmentedPropertyResponses[keyof GetContentTypesSegmentedPropertyResponses];
|
|
2617
|
+
export type GetCulturesData = {
|
|
2618
|
+
body?: never;
|
|
2619
|
+
path?: never;
|
|
2620
|
+
query?: {
|
|
2621
|
+
id?: number;
|
|
2622
|
+
};
|
|
2623
|
+
url: '/umbraco/engage/management/api/v1/cultures';
|
|
2624
|
+
};
|
|
2625
|
+
export type GetCulturesErrors = {
|
|
2626
|
+
/**
|
|
2627
|
+
* The resource is protected and requires an authentication token
|
|
2628
|
+
*/
|
|
2629
|
+
401: unknown;
|
|
2630
|
+
};
|
|
2631
|
+
export type GetCulturesResponses = {
|
|
2632
|
+
/**
|
|
2633
|
+
* OK
|
|
2634
|
+
*/
|
|
2635
|
+
200: Array<string>;
|
|
2636
|
+
};
|
|
2637
|
+
export type GetCulturesResponse = GetCulturesResponses[keyof GetCulturesResponses];
|
|
2638
|
+
export type DeleteCustomerJourneyData = {
|
|
2639
|
+
body?: never;
|
|
2640
|
+
path?: never;
|
|
2641
|
+
query?: {
|
|
2642
|
+
id?: string;
|
|
2643
|
+
};
|
|
2644
|
+
url: '/umbraco/engage/management/api/v1/customer-journey';
|
|
2645
|
+
};
|
|
2646
|
+
export type DeleteCustomerJourneyErrors = {
|
|
2647
|
+
/**
|
|
2648
|
+
* The resource is protected and requires an authentication token
|
|
2649
|
+
*/
|
|
2650
|
+
401: unknown;
|
|
2651
|
+
};
|
|
2652
|
+
export type DeleteCustomerJourneyResponses = {
|
|
2653
|
+
/**
|
|
2654
|
+
* OK
|
|
2655
|
+
*/
|
|
2656
|
+
200: ValidationResultsModel;
|
|
2657
|
+
};
|
|
2658
|
+
export type DeleteCustomerJourneyResponse = DeleteCustomerJourneyResponses[keyof DeleteCustomerJourneyResponses];
|
|
2659
|
+
export type PostCustomerJourneyData = {
|
|
2660
|
+
body?: CustomerJourneyDtoModel;
|
|
2661
|
+
path?: never;
|
|
2662
|
+
query?: never;
|
|
2663
|
+
url: '/umbraco/engage/management/api/v1/customer-journey';
|
|
2664
|
+
};
|
|
2665
|
+
export type PostCustomerJourneyErrors = {
|
|
2666
|
+
/**
|
|
2667
|
+
* The resource is protected and requires an authentication token
|
|
2668
|
+
*/
|
|
2669
|
+
401: unknown;
|
|
2670
|
+
};
|
|
2671
|
+
export type PostCustomerJourneyResponses = {
|
|
2672
|
+
/**
|
|
2673
|
+
* OK
|
|
2674
|
+
*/
|
|
2675
|
+
200: SaveCustomerJourneyResponseModel;
|
|
2676
|
+
};
|
|
2677
|
+
export type PostCustomerJourneyResponse = PostCustomerJourneyResponses[keyof PostCustomerJourneyResponses];
|
|
2678
|
+
export type GetCustomerJourneyAllData = {
|
|
2679
|
+
body?: never;
|
|
2680
|
+
path?: never;
|
|
2681
|
+
query?: never;
|
|
2682
|
+
url: '/umbraco/engage/management/api/v1/customer-journey/all';
|
|
2683
|
+
};
|
|
2684
|
+
export type GetCustomerJourneyAllErrors = {
|
|
2685
|
+
/**
|
|
2686
|
+
* The resource is protected and requires an authentication token
|
|
2687
|
+
*/
|
|
2688
|
+
401: unknown;
|
|
2689
|
+
};
|
|
2690
|
+
export type GetCustomerJourneyAllResponses = {
|
|
2691
|
+
/**
|
|
2692
|
+
* OK
|
|
2693
|
+
*/
|
|
2694
|
+
200: Array<CustomerJourneyDtoModel>;
|
|
2695
|
+
};
|
|
2696
|
+
export type GetCustomerJourneyAllResponse = GetCustomerJourneyAllResponses[keyof GetCustomerJourneyAllResponses];
|
|
2697
|
+
export type GetCustomerJourneyDetailsData = {
|
|
2698
|
+
body?: never;
|
|
2699
|
+
path?: never;
|
|
2700
|
+
query?: {
|
|
2701
|
+
id?: string;
|
|
2702
|
+
};
|
|
2703
|
+
url: '/umbraco/engage/management/api/v1/customer-journey/details';
|
|
2704
|
+
};
|
|
2705
|
+
export type GetCustomerJourneyDetailsErrors = {
|
|
2706
|
+
/**
|
|
2707
|
+
* The resource is protected and requires an authentication token
|
|
2708
|
+
*/
|
|
2709
|
+
401: unknown;
|
|
2710
|
+
/**
|
|
2711
|
+
* Not Found
|
|
2712
|
+
*/
|
|
2713
|
+
404: unknown;
|
|
2714
|
+
};
|
|
2715
|
+
export type GetCustomerJourneyDetailsResponses = {
|
|
2716
|
+
/**
|
|
2717
|
+
* OK
|
|
2718
|
+
*/
|
|
2719
|
+
200: CustomerJourneyDtoModel;
|
|
2720
|
+
};
|
|
2721
|
+
export type GetCustomerJourneyDetailsResponse = GetCustomerJourneyDetailsResponses[keyof GetCustomerJourneyDetailsResponses];
|
|
2722
|
+
export type GetCustomerJourneyEmptyData = {
|
|
2723
|
+
body?: never;
|
|
2724
|
+
path?: never;
|
|
2725
|
+
query?: never;
|
|
2726
|
+
url: '/umbraco/engage/management/api/v1/customer-journey/empty';
|
|
2727
|
+
};
|
|
2728
|
+
export type GetCustomerJourneyEmptyErrors = {
|
|
2729
|
+
/**
|
|
2730
|
+
* The resource is protected and requires an authentication token
|
|
2731
|
+
*/
|
|
2732
|
+
401: unknown;
|
|
2733
|
+
};
|
|
2734
|
+
export type GetCustomerJourneyEmptyResponses = {
|
|
2735
|
+
/**
|
|
2736
|
+
* OK
|
|
2737
|
+
*/
|
|
2738
|
+
200: CustomerJourneyDtoModel;
|
|
2739
|
+
};
|
|
2740
|
+
export type GetCustomerJourneyEmptyResponse = GetCustomerJourneyEmptyResponses[keyof GetCustomerJourneyEmptyResponses];
|
|
2741
|
+
export type GetDataCleanupLogsData = {
|
|
2742
|
+
body?: never;
|
|
2743
|
+
path?: never;
|
|
2744
|
+
query?: {
|
|
2745
|
+
amount?: number;
|
|
2746
|
+
};
|
|
2747
|
+
url: '/umbraco/engage/management/api/v1/data-cleanup/logs';
|
|
2748
|
+
};
|
|
2749
|
+
export type GetDataCleanupLogsErrors = {
|
|
2750
|
+
/**
|
|
2751
|
+
* The resource is protected and requires an authentication token
|
|
2752
|
+
*/
|
|
2753
|
+
401: unknown;
|
|
2754
|
+
};
|
|
2755
|
+
export type GetDataCleanupLogsResponses = {
|
|
2756
|
+
/**
|
|
2757
|
+
* OK
|
|
2758
|
+
*/
|
|
2759
|
+
200: Array<DataCleanupLogDtoModel>;
|
|
2760
|
+
};
|
|
2761
|
+
export type GetDataCleanupLogsResponse = GetDataCleanupLogsResponses[keyof GetDataCleanupLogsResponses];
|
|
2762
|
+
export type GetDataGenerationLogsData = {
|
|
2763
|
+
body?: never;
|
|
2764
|
+
path?: never;
|
|
2765
|
+
query?: {
|
|
2766
|
+
amount?: number;
|
|
2767
|
+
};
|
|
2768
|
+
url: '/umbraco/engage/management/api/v1/data-generation/logs';
|
|
2769
|
+
};
|
|
2770
|
+
export type GetDataGenerationLogsErrors = {
|
|
2771
|
+
/**
|
|
2772
|
+
* The resource is protected and requires an authentication token
|
|
2773
|
+
*/
|
|
2774
|
+
401: unknown;
|
|
2775
|
+
};
|
|
2776
|
+
export type GetDataGenerationLogsResponses = {
|
|
2777
|
+
/**
|
|
2778
|
+
* OK
|
|
2779
|
+
*/
|
|
2780
|
+
200: Array<DataGenerationLogDtoModel>;
|
|
2781
|
+
};
|
|
2782
|
+
export type GetDataGenerationLogsResponse = GetDataGenerationLogsResponses[keyof GetDataGenerationLogsResponses];
|
|
2783
|
+
export type GetPermissionsDocumentTypeData = {
|
|
2784
|
+
body?: never;
|
|
2785
|
+
path?: never;
|
|
2786
|
+
query?: {
|
|
2787
|
+
contentTypeId?: number;
|
|
2788
|
+
};
|
|
2789
|
+
url: '/umbraco/engage/management/api/v1/permissions/document-type';
|
|
2790
|
+
};
|
|
2791
|
+
export type GetPermissionsDocumentTypeErrors = {
|
|
2792
|
+
/**
|
|
2793
|
+
* The resource is protected and requires an authentication token
|
|
2794
|
+
*/
|
|
2795
|
+
401: unknown;
|
|
2796
|
+
};
|
|
2797
|
+
export type GetPermissionsDocumentTypeResponses = {
|
|
2798
|
+
/**
|
|
2799
|
+
* OK
|
|
2800
|
+
*/
|
|
2801
|
+
200: DocumentTypePermissionDtoModel;
|
|
2802
|
+
};
|
|
2803
|
+
export type GetPermissionsDocumentTypeResponse = GetPermissionsDocumentTypeResponses[keyof GetPermissionsDocumentTypeResponses];
|
|
2804
|
+
export type PostPermissionsDocumentTypeData = {
|
|
2805
|
+
body?: Array<DocumentTypePermissionDtoModel>;
|
|
2806
|
+
path?: never;
|
|
2807
|
+
query?: never;
|
|
2808
|
+
url: '/umbraco/engage/management/api/v1/permissions/document-type';
|
|
2809
|
+
};
|
|
2810
|
+
export type PostPermissionsDocumentTypeErrors = {
|
|
2811
|
+
/**
|
|
2812
|
+
* Bad Request
|
|
2813
|
+
*/
|
|
2814
|
+
400: unknown;
|
|
2815
|
+
/**
|
|
2816
|
+
* The resource is protected and requires an authentication token
|
|
2817
|
+
*/
|
|
2818
|
+
401: unknown;
|
|
2819
|
+
};
|
|
2820
|
+
export type PostPermissionsDocumentTypeResponses = {
|
|
2821
|
+
/**
|
|
2822
|
+
* OK
|
|
2823
|
+
*/
|
|
2824
|
+
200: unknown;
|
|
2825
|
+
};
|
|
2826
|
+
export type GetPermissionsDocumentTypeAllData = {
|
|
2827
|
+
body?: never;
|
|
2828
|
+
path?: never;
|
|
2829
|
+
query?: never;
|
|
2830
|
+
url: '/umbraco/engage/management/api/v1/permissions/document-type/all';
|
|
2831
|
+
};
|
|
2832
|
+
export type GetPermissionsDocumentTypeAllErrors = {
|
|
2833
|
+
/**
|
|
2834
|
+
* The resource is protected and requires an authentication token
|
|
2835
|
+
*/
|
|
2836
|
+
401: unknown;
|
|
2837
|
+
};
|
|
2838
|
+
export type GetPermissionsDocumentTypeAllResponses = {
|
|
2839
|
+
/**
|
|
2840
|
+
* OK
|
|
2841
|
+
*/
|
|
2842
|
+
200: Array<DocumentTypePermissionDtoModel>;
|
|
2843
|
+
};
|
|
2844
|
+
export type GetPermissionsDocumentTypeAllResponse = GetPermissionsDocumentTypeAllResponses[keyof GetPermissionsDocumentTypeAllResponses];
|
|
2845
|
+
export type PostGoalData = {
|
|
2846
|
+
body?: SaveGoalRequestModel;
|
|
2847
|
+
path?: never;
|
|
2848
|
+
query?: never;
|
|
2849
|
+
url: '/umbraco/engage/management/api/v1/goal';
|
|
2850
|
+
};
|
|
2851
|
+
export type PostGoalErrors = {
|
|
2852
|
+
/**
|
|
2853
|
+
* Bad Request
|
|
2854
|
+
*/
|
|
2855
|
+
400: unknown;
|
|
2856
|
+
/**
|
|
2857
|
+
* The resource is protected and requires an authentication token
|
|
2858
|
+
*/
|
|
2859
|
+
401: unknown;
|
|
2860
|
+
/**
|
|
2861
|
+
* Not Found
|
|
2862
|
+
*/
|
|
2863
|
+
404: unknown;
|
|
2864
|
+
};
|
|
2865
|
+
export type PostGoalResponses = {
|
|
2866
|
+
/**
|
|
2867
|
+
* OK
|
|
2868
|
+
*/
|
|
2869
|
+
200: string;
|
|
2870
|
+
};
|
|
2871
|
+
export type PostGoalResponse = PostGoalResponses[keyof PostGoalResponses];
|
|
2872
|
+
export type PostGoalAllData = {
|
|
2873
|
+
body?: TableFilterModel;
|
|
2874
|
+
path?: never;
|
|
2875
|
+
query?: never;
|
|
2876
|
+
url: '/umbraco/engage/management/api/v1/goal/all';
|
|
2877
|
+
};
|
|
2878
|
+
export type PostGoalAllErrors = {
|
|
2879
|
+
/**
|
|
2880
|
+
* The resource is protected and requires an authentication token
|
|
2881
|
+
*/
|
|
2882
|
+
401: unknown;
|
|
2883
|
+
};
|
|
2884
|
+
export type PostGoalAllResponses = {
|
|
2885
|
+
/**
|
|
2886
|
+
* OK
|
|
2887
|
+
*/
|
|
2888
|
+
200: PageGoalSummaryModel;
|
|
2889
|
+
};
|
|
2890
|
+
export type PostGoalAllResponse = PostGoalAllResponses[keyof PostGoalAllResponses];
|
|
2891
|
+
export type GetGoalAllTypesData = {
|
|
2892
|
+
body?: never;
|
|
2893
|
+
path?: never;
|
|
2894
|
+
query?: never;
|
|
2895
|
+
url: '/umbraco/engage/management/api/v1/goal/all/types';
|
|
2896
|
+
};
|
|
2897
|
+
export type GetGoalAllTypesErrors = {
|
|
2898
|
+
/**
|
|
2899
|
+
* The resource is protected and requires an authentication token
|
|
2900
|
+
*/
|
|
2901
|
+
401: unknown;
|
|
2902
|
+
};
|
|
2903
|
+
export type GetGoalAllTypesResponses = {
|
|
2904
|
+
/**
|
|
2905
|
+
* OK
|
|
2906
|
+
*/
|
|
2907
|
+
200: Array<CustomGoalTypeModel | PageEventGoalTypeModel | PageviewGoalTypeModel>;
|
|
2908
|
+
};
|
|
2909
|
+
export type GetGoalAllTypesResponse = GetGoalAllTypesResponses[keyof GetGoalAllTypesResponses];
|
|
2910
|
+
export type GetGoalDetailsData = {
|
|
2911
|
+
body?: never;
|
|
2912
|
+
path?: never;
|
|
2913
|
+
query?: {
|
|
2914
|
+
id?: string;
|
|
2915
|
+
};
|
|
2916
|
+
url: '/umbraco/engage/management/api/v1/goal/details';
|
|
2917
|
+
};
|
|
2918
|
+
export type GetGoalDetailsErrors = {
|
|
2919
|
+
/**
|
|
2920
|
+
* The resource is protected and requires an authentication token
|
|
2921
|
+
*/
|
|
2922
|
+
401: unknown;
|
|
2923
|
+
/**
|
|
2924
|
+
* Not Found
|
|
2925
|
+
*/
|
|
2926
|
+
404: unknown;
|
|
2927
|
+
};
|
|
2928
|
+
export type GetGoalDetailsResponses = {
|
|
2929
|
+
/**
|
|
2930
|
+
* OK
|
|
2931
|
+
*/
|
|
2932
|
+
200: GoalModel;
|
|
2933
|
+
};
|
|
2934
|
+
export type GetGoalDetailsResponse = GetGoalDetailsResponses[keyof GetGoalDetailsResponses];
|
|
2935
|
+
export type GetGoalsAllData = {
|
|
2936
|
+
body?: never;
|
|
2937
|
+
path?: never;
|
|
2938
|
+
query?: never;
|
|
2939
|
+
url: '/umbraco/engage/management/api/v1/goals/all';
|
|
2940
|
+
};
|
|
2941
|
+
export type GetGoalsAllErrors = {
|
|
2942
|
+
/**
|
|
2943
|
+
* The resource is protected and requires an authentication token
|
|
2944
|
+
*/
|
|
2945
|
+
401: unknown;
|
|
2946
|
+
};
|
|
2947
|
+
export type GetGoalsAllResponses = {
|
|
2948
|
+
/**
|
|
2949
|
+
* OK
|
|
2950
|
+
*/
|
|
2951
|
+
200: Array<GoalDtoModel>;
|
|
2952
|
+
};
|
|
2953
|
+
export type GetGoalsAllResponse = GetGoalsAllResponses[keyof GetGoalsAllResponses];
|
|
2954
|
+
export type GetGoalsMainData = {
|
|
2955
|
+
body?: never;
|
|
2956
|
+
path?: never;
|
|
2957
|
+
query?: never;
|
|
2958
|
+
url: '/umbraco/engage/management/api/v1/goals/main';
|
|
2959
|
+
};
|
|
2960
|
+
export type GetGoalsMainErrors = {
|
|
2961
|
+
/**
|
|
2962
|
+
* The resource is protected and requires an authentication token
|
|
2963
|
+
*/
|
|
2964
|
+
401: unknown;
|
|
2965
|
+
};
|
|
2966
|
+
export type GetGoalsMainResponses = {
|
|
2967
|
+
/**
|
|
2968
|
+
* OK
|
|
2969
|
+
*/
|
|
2970
|
+
200: Array<GoalDtoModel>;
|
|
2971
|
+
};
|
|
2972
|
+
export type GetGoalsMainResponse = GetGoalsMainResponses[keyof GetGoalsMainResponses];
|
|
2973
|
+
export type PostHeatmapsGenerateScrollHeatmapData = {
|
|
2974
|
+
body?: HeatmapSettingsRequestModel;
|
|
2975
|
+
path?: never;
|
|
2976
|
+
query?: never;
|
|
2977
|
+
url: '/umbraco/engage/management/api/v1/heatmaps/generate-scroll-heatmap';
|
|
2978
|
+
};
|
|
2979
|
+
export type PostHeatmapsGenerateScrollHeatmapErrors = {
|
|
2980
|
+
/**
|
|
2981
|
+
* The resource is protected and requires an authentication token
|
|
2982
|
+
*/
|
|
2983
|
+
401: unknown;
|
|
2984
|
+
};
|
|
2985
|
+
export type PostHeatmapsGenerateScrollHeatmapResponses = {
|
|
2986
|
+
/**
|
|
2987
|
+
* OK
|
|
2988
|
+
*/
|
|
2989
|
+
200: HeatmapModel;
|
|
2990
|
+
};
|
|
2991
|
+
export type PostHeatmapsGenerateScrollHeatmapResponse = PostHeatmapsGenerateScrollHeatmapResponses[keyof PostHeatmapsGenerateScrollHeatmapResponses];
|
|
2992
|
+
export type GetHeatmapsVariantsData = {
|
|
2993
|
+
body?: never;
|
|
2994
|
+
path?: never;
|
|
2995
|
+
query?: {
|
|
2996
|
+
unique?: string;
|
|
2997
|
+
culture?: string;
|
|
2998
|
+
};
|
|
2999
|
+
url: '/umbraco/engage/management/api/v1/heatmaps/variants';
|
|
3000
|
+
};
|
|
3001
|
+
export type GetHeatmapsVariantsErrors = {
|
|
3002
|
+
/**
|
|
3003
|
+
* The resource is protected and requires an authentication token
|
|
3004
|
+
*/
|
|
3005
|
+
401: unknown;
|
|
3006
|
+
/**
|
|
3007
|
+
* Not Found
|
|
3008
|
+
*/
|
|
3009
|
+
404: NotFoundResult;
|
|
3010
|
+
};
|
|
3011
|
+
export type GetHeatmapsVariantsError = GetHeatmapsVariantsErrors[keyof GetHeatmapsVariantsErrors];
|
|
3012
|
+
export type GetHeatmapsVariantsResponses = {
|
|
3013
|
+
/**
|
|
3014
|
+
* OK
|
|
3015
|
+
*/
|
|
3016
|
+
200: Array<HeatmapPageVariantModel>;
|
|
3017
|
+
};
|
|
3018
|
+
export type GetHeatmapsVariantsResponse = GetHeatmapsVariantsResponses[keyof GetHeatmapsVariantsResponses];
|
|
3019
|
+
export type DeleteIpFiltersData = {
|
|
3020
|
+
body?: never;
|
|
3021
|
+
path?: never;
|
|
3022
|
+
query?: {
|
|
3023
|
+
id?: number;
|
|
3024
|
+
};
|
|
3025
|
+
url: '/umbraco/engage/management/api/v1/ip-filters';
|
|
3026
|
+
};
|
|
3027
|
+
export type DeleteIpFiltersErrors = {
|
|
3028
|
+
/**
|
|
3029
|
+
* The resource is protected and requires an authentication token
|
|
3030
|
+
*/
|
|
3031
|
+
401: unknown;
|
|
3032
|
+
};
|
|
3033
|
+
export type DeleteIpFiltersResponses = {
|
|
3034
|
+
/**
|
|
3035
|
+
* OK
|
|
3036
|
+
*/
|
|
3037
|
+
200: unknown;
|
|
3038
|
+
};
|
|
3039
|
+
export type PostIpFiltersData = {
|
|
3040
|
+
body?: IpFilterModel;
|
|
3041
|
+
path?: never;
|
|
3042
|
+
query?: never;
|
|
3043
|
+
url: '/umbraco/engage/management/api/v1/ip-filters';
|
|
3044
|
+
};
|
|
3045
|
+
export type PostIpFiltersErrors = {
|
|
3046
|
+
/**
|
|
3047
|
+
* The resource is protected and requires an authentication token
|
|
3048
|
+
*/
|
|
3049
|
+
401: unknown;
|
|
3050
|
+
};
|
|
3051
|
+
export type PostIpFiltersResponses = {
|
|
3052
|
+
/**
|
|
3053
|
+
* OK
|
|
3054
|
+
*/
|
|
3055
|
+
200: number;
|
|
3056
|
+
};
|
|
3057
|
+
export type PostIpFiltersResponse = PostIpFiltersResponses[keyof PostIpFiltersResponses];
|
|
3058
|
+
export type GetIpFiltersAllData = {
|
|
3059
|
+
body?: never;
|
|
3060
|
+
path?: never;
|
|
3061
|
+
query?: never;
|
|
3062
|
+
url: '/umbraco/engage/management/api/v1/ip-filters/all';
|
|
3063
|
+
};
|
|
3064
|
+
export type GetIpFiltersAllErrors = {
|
|
3065
|
+
/**
|
|
3066
|
+
* The resource is protected and requires an authentication token
|
|
3067
|
+
*/
|
|
3068
|
+
401: unknown;
|
|
3069
|
+
};
|
|
3070
|
+
export type GetIpFiltersAllResponses = {
|
|
3071
|
+
/**
|
|
3072
|
+
* OK
|
|
3073
|
+
*/
|
|
3074
|
+
200: Array<IpFilterModel>;
|
|
3075
|
+
};
|
|
3076
|
+
export type GetIpFiltersAllResponse = GetIpFiltersAllResponses[keyof GetIpFiltersAllResponses];
|
|
3077
|
+
export type GetIpFiltersEmptyData = {
|
|
3078
|
+
body?: never;
|
|
3079
|
+
path?: never;
|
|
3080
|
+
query?: never;
|
|
3081
|
+
url: '/umbraco/engage/management/api/v1/ip-filters/empty';
|
|
3082
|
+
};
|
|
3083
|
+
export type GetIpFiltersEmptyErrors = {
|
|
3084
|
+
/**
|
|
3085
|
+
* The resource is protected and requires an authentication token
|
|
3086
|
+
*/
|
|
3087
|
+
401: unknown;
|
|
3088
|
+
};
|
|
3089
|
+
export type GetIpFiltersEmptyResponses = {
|
|
3090
|
+
/**
|
|
3091
|
+
* OK
|
|
3092
|
+
*/
|
|
3093
|
+
200: IpFilterModel;
|
|
3094
|
+
};
|
|
3095
|
+
export type GetIpFiltersEmptyResponse = GetIpFiltersEmptyResponses[keyof GetIpFiltersEmptyResponses];
|
|
3096
|
+
export type GetMainSwitchData = {
|
|
3097
|
+
body?: never;
|
|
3098
|
+
path?: never;
|
|
3099
|
+
query?: never;
|
|
3100
|
+
url: '/umbraco/engage/management/api/v1/main-switch';
|
|
3101
|
+
};
|
|
3102
|
+
export type GetMainSwitchErrors = {
|
|
3103
|
+
/**
|
|
3104
|
+
* The resource is protected and requires an authentication token
|
|
3105
|
+
*/
|
|
3106
|
+
401: unknown;
|
|
3107
|
+
};
|
|
3108
|
+
export type GetMainSwitchResponses = {
|
|
3109
|
+
/**
|
|
3110
|
+
* OK
|
|
3111
|
+
*/
|
|
3112
|
+
200: MainSwitchStatusResponseModel;
|
|
3113
|
+
};
|
|
3114
|
+
export type GetMainSwitchResponse = GetMainSwitchResponses[keyof GetMainSwitchResponses];
|
|
3115
|
+
export type PostMainSwitchTurnOffData = {
|
|
3116
|
+
body?: never;
|
|
3117
|
+
path?: never;
|
|
3118
|
+
query?: never;
|
|
3119
|
+
url: '/umbraco/engage/management/api/v1/main-switch/turn-off';
|
|
3120
|
+
};
|
|
3121
|
+
export type PostMainSwitchTurnOffErrors = {
|
|
3122
|
+
/**
|
|
3123
|
+
* The resource is protected and requires an authentication token
|
|
3124
|
+
*/
|
|
3125
|
+
401: unknown;
|
|
3126
|
+
/**
|
|
3127
|
+
* Internal Server Error
|
|
3128
|
+
*/
|
|
3129
|
+
500: unknown;
|
|
3130
|
+
};
|
|
3131
|
+
export type PostMainSwitchTurnOffResponses = {
|
|
3132
|
+
/**
|
|
3133
|
+
* OK
|
|
3134
|
+
*/
|
|
3135
|
+
200: unknown;
|
|
3136
|
+
};
|
|
3137
|
+
export type PostMainSwitchTurnOnData = {
|
|
3138
|
+
body?: never;
|
|
3139
|
+
path?: never;
|
|
3140
|
+
query?: never;
|
|
3141
|
+
url: '/umbraco/engage/management/api/v1/main-switch/turn-on';
|
|
3142
|
+
};
|
|
3143
|
+
export type PostMainSwitchTurnOnErrors = {
|
|
3144
|
+
/**
|
|
3145
|
+
* The resource is protected and requires an authentication token
|
|
3146
|
+
*/
|
|
3147
|
+
401: unknown;
|
|
3148
|
+
/**
|
|
3149
|
+
* Internal Server Error
|
|
3150
|
+
*/
|
|
3151
|
+
500: unknown;
|
|
3152
|
+
};
|
|
3153
|
+
export type PostMainSwitchTurnOnResponses = {
|
|
3154
|
+
/**
|
|
3155
|
+
* OK
|
|
3156
|
+
*/
|
|
3157
|
+
200: unknown;
|
|
3158
|
+
};
|
|
3159
|
+
export type GetPackageData = {
|
|
3160
|
+
body?: never;
|
|
3161
|
+
path?: never;
|
|
3162
|
+
query?: never;
|
|
3163
|
+
url: '/umbraco/engage/management/api/v1/package';
|
|
3164
|
+
};
|
|
3165
|
+
export type GetPackageErrors = {
|
|
3166
|
+
/**
|
|
3167
|
+
* The resource is protected and requires an authentication token
|
|
3168
|
+
*/
|
|
3169
|
+
401: unknown;
|
|
3170
|
+
};
|
|
3171
|
+
export type GetPackageResponses = {
|
|
3172
|
+
/**
|
|
3173
|
+
* OK
|
|
3174
|
+
*/
|
|
3175
|
+
200: PackageStatusResultModel;
|
|
3176
|
+
};
|
|
3177
|
+
export type GetPackageResponse = GetPackageResponses[keyof GetPackageResponses];
|
|
3178
|
+
export type PostUmbracoEngagePagedataCollectData = {
|
|
3179
|
+
body?: never;
|
|
3180
|
+
path?: never;
|
|
3181
|
+
query?: {
|
|
3182
|
+
version?: number;
|
|
3183
|
+
pageviewGuid?: string;
|
|
3184
|
+
};
|
|
3185
|
+
url: '/umbraco/engage/pagedata/collect';
|
|
3186
|
+
};
|
|
3187
|
+
export type PostUmbracoEngagePagedataCollectErrors = {
|
|
3188
|
+
/**
|
|
3189
|
+
* The resource is protected and requires an authentication token
|
|
3190
|
+
*/
|
|
3191
|
+
401: unknown;
|
|
3192
|
+
};
|
|
3193
|
+
export type PostUmbracoEngagePagedataCollectResponses = {
|
|
3194
|
+
/**
|
|
3195
|
+
* No Content
|
|
3196
|
+
*/
|
|
3197
|
+
204: void;
|
|
3198
|
+
};
|
|
3199
|
+
export type PostUmbracoEngagePagedataCollectResponse = PostUmbracoEngagePagedataCollectResponses[keyof PostUmbracoEngagePagedataCollectResponses];
|
|
3200
|
+
export type PostUmbracoEngagePagedataCollectEventData = {
|
|
3201
|
+
body?: ClientSideEventModel;
|
|
3202
|
+
path?: never;
|
|
3203
|
+
query?: never;
|
|
3204
|
+
url: '/umbraco/engage/pagedata/collect-event';
|
|
3205
|
+
};
|
|
3206
|
+
export type PostUmbracoEngagePagedataCollectEventErrors = {
|
|
3207
|
+
/**
|
|
3208
|
+
* The resource is protected and requires an authentication token
|
|
3209
|
+
*/
|
|
3210
|
+
401: unknown;
|
|
3211
|
+
};
|
|
3212
|
+
export type PostUmbracoEngagePagedataCollectEventResponses = {
|
|
3213
|
+
/**
|
|
3214
|
+
* No Content
|
|
3215
|
+
*/
|
|
3216
|
+
204: void;
|
|
3217
|
+
};
|
|
3218
|
+
export type PostUmbracoEngagePagedataCollectEventResponse = PostUmbracoEngagePagedataCollectEventResponses[keyof PostUmbracoEngagePagedataCollectEventResponses];
|
|
3219
|
+
export type GetUmbracoEngagePagedataPingData = {
|
|
3220
|
+
body?: never;
|
|
3221
|
+
path?: never;
|
|
3222
|
+
query?: never;
|
|
3223
|
+
url: '/umbraco/engage/pagedata/ping';
|
|
3224
|
+
};
|
|
3225
|
+
export type GetUmbracoEngagePagedataPingErrors = {
|
|
3226
|
+
/**
|
|
3227
|
+
* The resource is protected and requires an authentication token
|
|
3228
|
+
*/
|
|
3229
|
+
401: unknown;
|
|
3230
|
+
/**
|
|
3231
|
+
* Method Not Allowed
|
|
3232
|
+
*/
|
|
3233
|
+
405: unknown;
|
|
3234
|
+
};
|
|
3235
|
+
export type GetUmbracoEngagePagedataPingResponses = {
|
|
3236
|
+
/**
|
|
3237
|
+
* No Content
|
|
3238
|
+
*/
|
|
3239
|
+
204: void;
|
|
3240
|
+
};
|
|
3241
|
+
export type GetUmbracoEngagePagedataPingResponse = GetUmbracoEngagePagedataPingResponses[keyof GetUmbracoEngagePagedataPingResponses];
|
|
3242
|
+
export type PostUmbracoEngagePagedataPingData = {
|
|
3243
|
+
body?: never;
|
|
3244
|
+
path?: never;
|
|
3245
|
+
query?: never;
|
|
3246
|
+
url: '/umbraco/engage/pagedata/ping';
|
|
3247
|
+
};
|
|
3248
|
+
export type PostUmbracoEngagePagedataPingErrors = {
|
|
3249
|
+
/**
|
|
3250
|
+
* The resource is protected and requires an authentication token
|
|
3251
|
+
*/
|
|
3252
|
+
401: unknown;
|
|
3253
|
+
/**
|
|
3254
|
+
* Method Not Allowed
|
|
3255
|
+
*/
|
|
3256
|
+
405: unknown;
|
|
3257
|
+
};
|
|
3258
|
+
export type PostUmbracoEngagePagedataPingResponses = {
|
|
3259
|
+
/**
|
|
3260
|
+
* No Content
|
|
3261
|
+
*/
|
|
3262
|
+
204: void;
|
|
3263
|
+
};
|
|
3264
|
+
export type PostUmbracoEngagePagedataPingResponse = PostUmbracoEngagePagedataPingResponses[keyof PostUmbracoEngagePagedataPingResponses];
|
|
3265
|
+
export type DeletePersonaData = {
|
|
3266
|
+
body?: never;
|
|
3267
|
+
path?: never;
|
|
3268
|
+
query?: {
|
|
3269
|
+
id?: string;
|
|
3270
|
+
};
|
|
3271
|
+
url: '/umbraco/engage/management/api/v1/persona';
|
|
3272
|
+
};
|
|
3273
|
+
export type DeletePersonaErrors = {
|
|
3274
|
+
/**
|
|
3275
|
+
* The resource is protected and requires an authentication token
|
|
3276
|
+
*/
|
|
3277
|
+
401: unknown;
|
|
3278
|
+
};
|
|
3279
|
+
export type DeletePersonaResponses = {
|
|
3280
|
+
/**
|
|
3281
|
+
* OK
|
|
3282
|
+
*/
|
|
3283
|
+
200: ValidationResultsModel;
|
|
3284
|
+
};
|
|
3285
|
+
export type DeletePersonaResponse = DeletePersonaResponses[keyof DeletePersonaResponses];
|
|
3286
|
+
export type PostPersonaData = {
|
|
3287
|
+
body?: PersonasDtoModel;
|
|
3288
|
+
path?: never;
|
|
3289
|
+
query?: never;
|
|
3290
|
+
url: '/umbraco/engage/management/api/v1/persona';
|
|
3291
|
+
};
|
|
3292
|
+
export type PostPersonaErrors = {
|
|
3293
|
+
/**
|
|
3294
|
+
* The resource is protected and requires an authentication token
|
|
3295
|
+
*/
|
|
3296
|
+
401: unknown;
|
|
3297
|
+
};
|
|
3298
|
+
export type PostPersonaResponses = {
|
|
3299
|
+
/**
|
|
3300
|
+
* OK
|
|
3301
|
+
*/
|
|
3302
|
+
200: SavePersonaResponseModel;
|
|
3303
|
+
};
|
|
3304
|
+
export type PostPersonaResponse = PostPersonaResponses[keyof PostPersonaResponses];
|
|
3305
|
+
export type GetPersonaAllData = {
|
|
3306
|
+
body?: never;
|
|
3307
|
+
path?: never;
|
|
3308
|
+
query?: never;
|
|
3309
|
+
url: '/umbraco/engage/management/api/v1/persona/all';
|
|
3310
|
+
};
|
|
3311
|
+
export type GetPersonaAllErrors = {
|
|
3312
|
+
/**
|
|
3313
|
+
* The resource is protected and requires an authentication token
|
|
3314
|
+
*/
|
|
3315
|
+
401: unknown;
|
|
3316
|
+
};
|
|
3317
|
+
export type GetPersonaAllResponses = {
|
|
3318
|
+
/**
|
|
3319
|
+
* OK
|
|
3320
|
+
*/
|
|
3321
|
+
200: Array<PersonasDtoModel>;
|
|
3322
|
+
};
|
|
3323
|
+
export type GetPersonaAllResponse = GetPersonaAllResponses[keyof GetPersonaAllResponses];
|
|
3324
|
+
export type GetPersonaDetailsData = {
|
|
3325
|
+
body?: never;
|
|
3326
|
+
path?: never;
|
|
3327
|
+
query?: {
|
|
3328
|
+
id?: string;
|
|
3329
|
+
};
|
|
3330
|
+
url: '/umbraco/engage/management/api/v1/persona/details';
|
|
3331
|
+
};
|
|
3332
|
+
export type GetPersonaDetailsErrors = {
|
|
3333
|
+
/**
|
|
3334
|
+
* The resource is protected and requires an authentication token
|
|
3335
|
+
*/
|
|
3336
|
+
401: unknown;
|
|
3337
|
+
/**
|
|
3338
|
+
* Not Found
|
|
3339
|
+
*/
|
|
3340
|
+
404: unknown;
|
|
3341
|
+
};
|
|
3342
|
+
export type GetPersonaDetailsResponses = {
|
|
3343
|
+
/**
|
|
3344
|
+
* OK
|
|
3345
|
+
*/
|
|
3346
|
+
200: PersonasDtoModel;
|
|
3347
|
+
};
|
|
3348
|
+
export type GetPersonaDetailsResponse = GetPersonaDetailsResponses[keyof GetPersonaDetailsResponses];
|
|
3349
|
+
export type GetPersonaEmptyData = {
|
|
3350
|
+
body?: never;
|
|
3351
|
+
path?: never;
|
|
3352
|
+
query?: never;
|
|
3353
|
+
url: '/umbraco/engage/management/api/v1/persona/empty';
|
|
3354
|
+
};
|
|
3355
|
+
export type GetPersonaEmptyErrors = {
|
|
3356
|
+
/**
|
|
3357
|
+
* The resource is protected and requires an authentication token
|
|
3358
|
+
*/
|
|
3359
|
+
401: unknown;
|
|
3360
|
+
};
|
|
3361
|
+
export type GetPersonaEmptyResponses = {
|
|
3362
|
+
/**
|
|
3363
|
+
* OK
|
|
3364
|
+
*/
|
|
3365
|
+
200: PersonasDtoModel;
|
|
3366
|
+
};
|
|
3367
|
+
export type GetPersonaEmptyResponse = GetPersonaEmptyResponses[keyof GetPersonaEmptyResponses];
|
|
3368
|
+
export type GetProfileBotVisitorsData = {
|
|
3369
|
+
body?: never;
|
|
3370
|
+
path?: never;
|
|
3371
|
+
query?: never;
|
|
3372
|
+
url: '/umbraco/engage/management/api/v1/profile/bot-visitors';
|
|
3373
|
+
};
|
|
3374
|
+
export type GetProfileBotVisitorsErrors = {
|
|
3375
|
+
/**
|
|
3376
|
+
* The resource is protected and requires an authentication token
|
|
3377
|
+
*/
|
|
3378
|
+
401: unknown;
|
|
3379
|
+
};
|
|
3380
|
+
export type GetProfileBotVisitorsResponses = {
|
|
3381
|
+
/**
|
|
3382
|
+
* OK
|
|
3383
|
+
*/
|
|
3384
|
+
200: {
|
|
3385
|
+
[key: string]: string;
|
|
3386
|
+
};
|
|
3387
|
+
};
|
|
3388
|
+
export type GetProfileBotVisitorsResponse = GetProfileBotVisitorsResponses[keyof GetProfileBotVisitorsResponses];
|
|
3389
|
+
export type GetProfileCustomerJourneyStepScoresData = {
|
|
3390
|
+
body?: never;
|
|
3391
|
+
path?: never;
|
|
3392
|
+
query?: {
|
|
3393
|
+
visitorId?: number;
|
|
3394
|
+
};
|
|
3395
|
+
url: '/umbraco/engage/management/api/v1/profile/customer-journey-step-scores';
|
|
3396
|
+
};
|
|
3397
|
+
export type GetProfileCustomerJourneyStepScoresErrors = {
|
|
3398
|
+
/**
|
|
3399
|
+
* The resource is protected and requires an authentication token
|
|
3400
|
+
*/
|
|
3401
|
+
401: unknown;
|
|
3402
|
+
};
|
|
3403
|
+
export type GetProfileCustomerJourneyStepScoresResponses = {
|
|
3404
|
+
/**
|
|
3405
|
+
* OK
|
|
3406
|
+
*/
|
|
3407
|
+
200: Array<ProfileCustomerJourneyStepScoreDtoModel>;
|
|
3408
|
+
};
|
|
3409
|
+
export type GetProfileCustomerJourneyStepScoresResponse = GetProfileCustomerJourneyStepScoresResponses[keyof GetProfileCustomerJourneyStepScoresResponses];
|
|
3410
|
+
export type GetProfileDetailsData = {
|
|
3411
|
+
body?: never;
|
|
3412
|
+
path?: never;
|
|
3413
|
+
query?: {
|
|
3414
|
+
visitorId?: number;
|
|
3415
|
+
};
|
|
3416
|
+
url: '/umbraco/engage/management/api/v1/profile/details';
|
|
3417
|
+
};
|
|
3418
|
+
export type GetProfileDetailsErrors = {
|
|
3419
|
+
/**
|
|
3420
|
+
* The resource is protected and requires an authentication token
|
|
3421
|
+
*/
|
|
3422
|
+
401: unknown;
|
|
3423
|
+
/**
|
|
3424
|
+
* Not Found
|
|
3425
|
+
*/
|
|
3426
|
+
404: unknown;
|
|
3427
|
+
};
|
|
3428
|
+
export type GetProfileDetailsResponses = {
|
|
3429
|
+
/**
|
|
3430
|
+
* OK
|
|
3431
|
+
*/
|
|
3432
|
+
200: ProfileResponseDtoModel;
|
|
3433
|
+
};
|
|
3434
|
+
export type GetProfileDetailsResponse = GetProfileDetailsResponses[keyof GetProfileDetailsResponses];
|
|
3435
|
+
export type GetProfileExportData = {
|
|
3436
|
+
body?: never;
|
|
3437
|
+
path?: never;
|
|
3438
|
+
query?: {
|
|
3439
|
+
Skip?: number;
|
|
3440
|
+
Take?: number;
|
|
3441
|
+
Order?: string;
|
|
3442
|
+
Ascending?: boolean;
|
|
3443
|
+
SegmentId?: string;
|
|
3444
|
+
MinimumGoalValue?: number;
|
|
3445
|
+
MinimumCompletedGoals?: number;
|
|
3446
|
+
IsUnidentified?: boolean;
|
|
3447
|
+
IsIdentified?: boolean;
|
|
3448
|
+
IsHighPotential?: boolean;
|
|
3449
|
+
'ActiveRange.From'?: string;
|
|
3450
|
+
'ActiveRange.To'?: string;
|
|
3451
|
+
IdentifiedName?: string;
|
|
3452
|
+
};
|
|
3453
|
+
url: '/umbraco/engage/management/api/v1/profile/export';
|
|
3454
|
+
};
|
|
3455
|
+
export type GetProfileExportErrors = {
|
|
3456
|
+
/**
|
|
3457
|
+
* The resource is protected and requires an authentication token
|
|
3458
|
+
*/
|
|
3459
|
+
401: unknown;
|
|
3460
|
+
};
|
|
3461
|
+
export type GetProfileExportResponses = {
|
|
3462
|
+
/**
|
|
3463
|
+
* OK
|
|
3464
|
+
*/
|
|
3465
|
+
200: Array<ExportProfileDtoModel>;
|
|
3466
|
+
};
|
|
3467
|
+
export type GetProfileExportResponse = GetProfileExportResponses[keyof GetProfileExportResponses];
|
|
3468
|
+
export type PostProfileExportCsvData = {
|
|
3469
|
+
body?: GetProfileOverviewRequestModel;
|
|
3470
|
+
path?: never;
|
|
3471
|
+
query?: never;
|
|
3472
|
+
url: '/umbraco/engage/management/api/v1/profile/export/csv';
|
|
3473
|
+
};
|
|
3474
|
+
export type PostProfileExportCsvErrors = {
|
|
3475
|
+
/**
|
|
3476
|
+
* The resource is protected and requires an authentication token
|
|
3477
|
+
*/
|
|
3478
|
+
401: unknown;
|
|
3479
|
+
};
|
|
3480
|
+
export type PostProfileExportCsvResponses = {
|
|
3481
|
+
/**
|
|
3482
|
+
* OK
|
|
3483
|
+
*/
|
|
3484
|
+
200: Blob | File;
|
|
3485
|
+
};
|
|
3486
|
+
export type PostProfileExportCsvResponse = PostProfileExportCsvResponses[keyof PostProfileExportCsvResponses];
|
|
3487
|
+
export type GetProfileGoalCompletionsData = {
|
|
3488
|
+
body?: never;
|
|
3489
|
+
path?: never;
|
|
3490
|
+
query?: {
|
|
3491
|
+
visitorId?: number;
|
|
3492
|
+
};
|
|
3493
|
+
url: '/umbraco/engage/management/api/v1/profile/goal-completions';
|
|
3494
|
+
};
|
|
3495
|
+
export type GetProfileGoalCompletionsErrors = {
|
|
3496
|
+
/**
|
|
3497
|
+
* The resource is protected and requires an authentication token
|
|
3498
|
+
*/
|
|
3499
|
+
401: unknown;
|
|
3500
|
+
};
|
|
3501
|
+
export type GetProfileGoalCompletionsResponses = {
|
|
3502
|
+
/**
|
|
3503
|
+
* OK
|
|
3504
|
+
*/
|
|
3505
|
+
200: Array<ProfileGoalCompletionsDtoModel>;
|
|
3506
|
+
};
|
|
3507
|
+
export type GetProfileGoalCompletionsResponse = GetProfileGoalCompletionsResponses[keyof GetProfileGoalCompletionsResponses];
|
|
3508
|
+
export type GetProfileLastActiveSegmentData = {
|
|
3509
|
+
body?: never;
|
|
3510
|
+
path?: never;
|
|
3511
|
+
query?: {
|
|
3512
|
+
visitorId?: number;
|
|
3513
|
+
};
|
|
3514
|
+
url: '/umbraco/engage/management/api/v1/profile/last-active-segment';
|
|
3515
|
+
};
|
|
3516
|
+
export type GetProfileLastActiveSegmentErrors = {
|
|
3517
|
+
/**
|
|
3518
|
+
* The resource is protected and requires an authentication token
|
|
3519
|
+
*/
|
|
3520
|
+
401: unknown;
|
|
3521
|
+
};
|
|
3522
|
+
export type GetProfileLastActiveSegmentResponses = {
|
|
3523
|
+
/**
|
|
3524
|
+
* OK
|
|
3525
|
+
*/
|
|
3526
|
+
200: Array<string>;
|
|
3527
|
+
};
|
|
3528
|
+
export type GetProfileLastActiveSegmentResponse = GetProfileLastActiveSegmentResponses[keyof GetProfileLastActiveSegmentResponses];
|
|
3529
|
+
export type PostProfileOverviewData = {
|
|
3530
|
+
body?: GetProfileOverviewRequestModel;
|
|
3531
|
+
path?: never;
|
|
3532
|
+
query?: never;
|
|
3533
|
+
url: '/umbraco/engage/management/api/v1/profile/overview';
|
|
3534
|
+
};
|
|
3535
|
+
export type PostProfileOverviewErrors = {
|
|
3536
|
+
/**
|
|
3537
|
+
* Bad Request
|
|
3538
|
+
*/
|
|
3539
|
+
400: unknown;
|
|
3540
|
+
/**
|
|
3541
|
+
* The resource is protected and requires an authentication token
|
|
3542
|
+
*/
|
|
3543
|
+
401: unknown;
|
|
3544
|
+
};
|
|
3545
|
+
export type PostProfileOverviewResponses = {
|
|
3546
|
+
/**
|
|
3547
|
+
* OK
|
|
3548
|
+
*/
|
|
3549
|
+
200: FindProfileResponseModel;
|
|
3550
|
+
};
|
|
3551
|
+
export type PostProfileOverviewResponse = PostProfileOverviewResponses[keyof PostProfileOverviewResponses];
|
|
3552
|
+
export type GetProfilePageEventsData = {
|
|
3553
|
+
body?: never;
|
|
3554
|
+
path?: never;
|
|
3555
|
+
query?: {
|
|
3556
|
+
pageviewId?: number;
|
|
3557
|
+
};
|
|
3558
|
+
url: '/umbraco/engage/management/api/v1/profile/page-events';
|
|
3559
|
+
};
|
|
3560
|
+
export type GetProfilePageEventsErrors = {
|
|
3561
|
+
/**
|
|
3562
|
+
* The resource is protected and requires an authentication token
|
|
3563
|
+
*/
|
|
3564
|
+
401: unknown;
|
|
3565
|
+
};
|
|
3566
|
+
export type GetProfilePageEventsResponses = {
|
|
3567
|
+
/**
|
|
3568
|
+
* OK
|
|
3569
|
+
*/
|
|
3570
|
+
200: Array<ProfilePageviewEventDtoModel>;
|
|
3571
|
+
};
|
|
3572
|
+
export type GetProfilePageEventsResponse = GetProfilePageEventsResponses[keyof GetProfilePageEventsResponses];
|
|
3573
|
+
export type GetProfilePageviewsData = {
|
|
3574
|
+
body?: never;
|
|
3575
|
+
path?: never;
|
|
3576
|
+
query?: {
|
|
3577
|
+
sessionId?: number;
|
|
3578
|
+
};
|
|
3579
|
+
url: '/umbraco/engage/management/api/v1/profile/pageviews';
|
|
3580
|
+
};
|
|
3581
|
+
export type GetProfilePageviewsErrors = {
|
|
3582
|
+
/**
|
|
3583
|
+
* The resource is protected and requires an authentication token
|
|
3584
|
+
*/
|
|
3585
|
+
401: unknown;
|
|
3586
|
+
};
|
|
3587
|
+
export type GetProfilePageviewsResponses = {
|
|
3588
|
+
/**
|
|
3589
|
+
* OK
|
|
3590
|
+
*/
|
|
3591
|
+
200: Array<ProfilePageviewDtoModel>;
|
|
3592
|
+
};
|
|
3593
|
+
export type GetProfilePageviewsResponse = GetProfilePageviewsResponses[keyof GetProfilePageviewsResponses];
|
|
3594
|
+
export type GetProfilePersonaScoresData = {
|
|
3595
|
+
body?: never;
|
|
3596
|
+
path?: never;
|
|
3597
|
+
query?: {
|
|
3598
|
+
visitorId?: number;
|
|
3599
|
+
};
|
|
3600
|
+
url: '/umbraco/engage/management/api/v1/profile/persona-scores';
|
|
3601
|
+
};
|
|
3602
|
+
export type GetProfilePersonaScoresErrors = {
|
|
3603
|
+
/**
|
|
3604
|
+
* The resource is protected and requires an authentication token
|
|
3605
|
+
*/
|
|
3606
|
+
401: unknown;
|
|
3607
|
+
};
|
|
3608
|
+
export type GetProfilePersonaScoresResponses = {
|
|
3609
|
+
/**
|
|
3610
|
+
* OK
|
|
3611
|
+
*/
|
|
3612
|
+
200: Array<ProfilePersonaScoreDtoModel>;
|
|
3613
|
+
};
|
|
3614
|
+
export type GetProfilePersonaScoresResponse = GetProfilePersonaScoresResponses[keyof GetProfilePersonaScoresResponses];
|
|
3615
|
+
export type GetProfilePotentialData = {
|
|
3616
|
+
body?: never;
|
|
3617
|
+
path?: never;
|
|
3618
|
+
query?: {
|
|
3619
|
+
visitorId?: number;
|
|
3620
|
+
};
|
|
3621
|
+
url: '/umbraco/engage/management/api/v1/profile/potential';
|
|
3622
|
+
};
|
|
3623
|
+
export type GetProfilePotentialErrors = {
|
|
3624
|
+
/**
|
|
3625
|
+
* The resource is protected and requires an authentication token
|
|
3626
|
+
*/
|
|
3627
|
+
401: unknown;
|
|
3628
|
+
/**
|
|
3629
|
+
* Not Found
|
|
3630
|
+
*/
|
|
3631
|
+
404: unknown;
|
|
3632
|
+
};
|
|
3633
|
+
export type GetProfilePotentialResponses = {
|
|
3634
|
+
/**
|
|
3635
|
+
* OK
|
|
3636
|
+
*/
|
|
3637
|
+
200: ProfilePotentialDtoModel;
|
|
3638
|
+
};
|
|
3639
|
+
export type GetProfilePotentialResponse = GetProfilePotentialResponses[keyof GetProfilePotentialResponses];
|
|
3640
|
+
export type GetProfileRelatedData = {
|
|
3641
|
+
body?: never;
|
|
3642
|
+
path?: never;
|
|
3643
|
+
query?: {
|
|
3644
|
+
memberId?: string;
|
|
3645
|
+
};
|
|
3646
|
+
url: '/umbraco/engage/management/api/v1/profile/related';
|
|
3647
|
+
};
|
|
3648
|
+
export type GetProfileRelatedErrors = {
|
|
3649
|
+
/**
|
|
3650
|
+
* The resource is protected and requires an authentication token
|
|
3651
|
+
*/
|
|
3652
|
+
401: unknown;
|
|
3653
|
+
/**
|
|
3654
|
+
* Not Found
|
|
3655
|
+
*/
|
|
3656
|
+
404: NotFoundResult;
|
|
3657
|
+
};
|
|
3658
|
+
export type GetProfileRelatedError = GetProfileRelatedErrors[keyof GetProfileRelatedErrors];
|
|
3659
|
+
export type GetProfileRelatedResponses = {
|
|
3660
|
+
/**
|
|
3661
|
+
* OK
|
|
3662
|
+
*/
|
|
3663
|
+
200: Array<number>;
|
|
3664
|
+
};
|
|
3665
|
+
export type GetProfileRelatedResponse = GetProfileRelatedResponses[keyof GetProfileRelatedResponses];
|
|
3666
|
+
export type GetProfileSessionsData = {
|
|
3667
|
+
body?: never;
|
|
3668
|
+
path?: never;
|
|
3669
|
+
query?: {
|
|
3670
|
+
VisitorId?: number;
|
|
3671
|
+
PageIndex?: number;
|
|
3672
|
+
PageSize?: number;
|
|
3673
|
+
};
|
|
3674
|
+
url: '/umbraco/engage/management/api/v1/profile/sessions';
|
|
3675
|
+
};
|
|
3676
|
+
export type GetProfileSessionsErrors = {
|
|
3677
|
+
/**
|
|
3678
|
+
* The resource is protected and requires an authentication token
|
|
3679
|
+
*/
|
|
3680
|
+
401: unknown;
|
|
3681
|
+
};
|
|
3682
|
+
export type GetProfileSessionsResponses = {
|
|
3683
|
+
/**
|
|
3684
|
+
* OK
|
|
3685
|
+
*/
|
|
3686
|
+
200: SessionsResponseModel;
|
|
3687
|
+
};
|
|
3688
|
+
export type GetProfileSessionsResponse = GetProfileSessionsResponses[keyof GetProfileSessionsResponses];
|
|
3689
|
+
export type GetProfileStatisticsGrowthData = {
|
|
3690
|
+
body?: never;
|
|
3691
|
+
path?: never;
|
|
3692
|
+
query?: {
|
|
3693
|
+
numberOfMonths?: number;
|
|
3694
|
+
};
|
|
3695
|
+
url: '/umbraco/engage/management/api/v1/profile/statistics/growth';
|
|
3696
|
+
};
|
|
3697
|
+
export type GetProfileStatisticsGrowthErrors = {
|
|
3698
|
+
/**
|
|
3699
|
+
* The resource is protected and requires an authentication token
|
|
3700
|
+
*/
|
|
3701
|
+
401: unknown;
|
|
3702
|
+
};
|
|
3703
|
+
export type GetProfileStatisticsGrowthResponses = {
|
|
3704
|
+
/**
|
|
3705
|
+
* OK
|
|
3706
|
+
*/
|
|
3707
|
+
200: ProfileGrowthSeriesDtoModel;
|
|
3708
|
+
};
|
|
3709
|
+
export type GetProfileStatisticsGrowthResponse = GetProfileStatisticsGrowthResponses[keyof GetProfileStatisticsGrowthResponses];
|
|
3710
|
+
export type GetProfileStatisticsIdentificationData = {
|
|
3711
|
+
body?: never;
|
|
3712
|
+
path?: never;
|
|
3713
|
+
query?: {
|
|
3714
|
+
numberOfDays?: number;
|
|
3715
|
+
};
|
|
3716
|
+
url: '/umbraco/engage/management/api/v1/profile/statistics/identification';
|
|
3717
|
+
};
|
|
3718
|
+
export type GetProfileStatisticsIdentificationErrors = {
|
|
3719
|
+
/**
|
|
3720
|
+
* The resource is protected and requires an authentication token
|
|
3721
|
+
*/
|
|
3722
|
+
401: unknown;
|
|
3723
|
+
};
|
|
3724
|
+
export type GetProfileStatisticsIdentificationResponses = {
|
|
3725
|
+
/**
|
|
3726
|
+
* OK
|
|
3727
|
+
*/
|
|
3728
|
+
200: NewProfileSummaryDtoModel;
|
|
3729
|
+
};
|
|
3730
|
+
export type GetProfileStatisticsIdentificationResponse = GetProfileStatisticsIdentificationResponses[keyof GetProfileStatisticsIdentificationResponses];
|
|
3731
|
+
export type GetProfileStatisticsTotalData = {
|
|
3732
|
+
body?: never;
|
|
3733
|
+
path?: never;
|
|
3734
|
+
query?: never;
|
|
3735
|
+
url: '/umbraco/engage/management/api/v1/profile/statistics/total';
|
|
3736
|
+
};
|
|
3737
|
+
export type GetProfileStatisticsTotalErrors = {
|
|
3738
|
+
/**
|
|
3739
|
+
* The resource is protected and requires an authentication token
|
|
3740
|
+
*/
|
|
3741
|
+
401: unknown;
|
|
3742
|
+
};
|
|
3743
|
+
export type GetProfileStatisticsTotalResponses = {
|
|
3744
|
+
/**
|
|
3745
|
+
* OK
|
|
3746
|
+
*/
|
|
3747
|
+
200: ProfileTotalSummaryDtoModel;
|
|
3748
|
+
};
|
|
3749
|
+
export type GetProfileStatisticsTotalResponse = GetProfileStatisticsTotalResponses[keyof GetProfileStatisticsTotalResponses];
|
|
3750
|
+
export type DeleteReferralGroupData = {
|
|
3751
|
+
body?: never;
|
|
3752
|
+
path?: never;
|
|
3753
|
+
query?: {
|
|
3754
|
+
id?: string;
|
|
3755
|
+
};
|
|
3756
|
+
url: '/umbraco/engage/management/api/v1/referral-group';
|
|
3757
|
+
};
|
|
3758
|
+
export type DeleteReferralGroupErrors = {
|
|
3759
|
+
/**
|
|
3760
|
+
* The resource is protected and requires an authentication token
|
|
3761
|
+
*/
|
|
3762
|
+
401: unknown;
|
|
3763
|
+
};
|
|
3764
|
+
export type DeleteReferralGroupResponses = {
|
|
3765
|
+
/**
|
|
3766
|
+
* OK
|
|
3767
|
+
*/
|
|
3768
|
+
200: unknown;
|
|
3769
|
+
};
|
|
3770
|
+
export type GetReferralGroupData = {
|
|
3771
|
+
body?: never;
|
|
3772
|
+
path?: never;
|
|
3773
|
+
query?: {
|
|
3774
|
+
id?: string;
|
|
3775
|
+
};
|
|
3776
|
+
url: '/umbraco/engage/management/api/v1/referral-group';
|
|
3777
|
+
};
|
|
3778
|
+
export type GetReferralGroupErrors = {
|
|
3779
|
+
/**
|
|
3780
|
+
* The resource is protected and requires an authentication token
|
|
3781
|
+
*/
|
|
3782
|
+
401: unknown;
|
|
3783
|
+
/**
|
|
3784
|
+
* Not Found
|
|
3785
|
+
*/
|
|
3786
|
+
404: unknown;
|
|
3787
|
+
};
|
|
3788
|
+
export type GetReferralGroupResponses = {
|
|
3789
|
+
/**
|
|
3790
|
+
* OK
|
|
3791
|
+
*/
|
|
3792
|
+
200: ReferralGroupDtoModel;
|
|
3793
|
+
};
|
|
3794
|
+
export type GetReferralGroupResponse = GetReferralGroupResponses[keyof GetReferralGroupResponses];
|
|
3795
|
+
export type PostReferralGroupData = {
|
|
3796
|
+
body?: ReferralGroupDtoModel;
|
|
3797
|
+
path?: never;
|
|
3798
|
+
query?: never;
|
|
3799
|
+
url: '/umbraco/engage/management/api/v1/referral-group';
|
|
3800
|
+
};
|
|
3801
|
+
export type PostReferralGroupErrors = {
|
|
3802
|
+
/**
|
|
3803
|
+
* The resource is protected and requires an authentication token
|
|
3804
|
+
*/
|
|
3805
|
+
401: unknown;
|
|
3806
|
+
};
|
|
3807
|
+
export type PostReferralGroupResponses = {
|
|
3808
|
+
/**
|
|
3809
|
+
* OK
|
|
3810
|
+
*/
|
|
3811
|
+
200: ReferralGroupDtoModel;
|
|
3812
|
+
};
|
|
3813
|
+
export type PostReferralGroupResponse = PostReferralGroupResponses[keyof PostReferralGroupResponses];
|
|
3814
|
+
export type GetReferralGroupAllData = {
|
|
3815
|
+
body?: never;
|
|
3816
|
+
path?: never;
|
|
3817
|
+
query?: never;
|
|
3818
|
+
url: '/umbraco/engage/management/api/v1/referral-group/all';
|
|
3819
|
+
};
|
|
3820
|
+
export type GetReferralGroupAllErrors = {
|
|
3821
|
+
/**
|
|
3822
|
+
* The resource is protected and requires an authentication token
|
|
3823
|
+
*/
|
|
3824
|
+
401: unknown;
|
|
3825
|
+
};
|
|
3826
|
+
export type GetReferralGroupAllResponses = {
|
|
3827
|
+
/**
|
|
3828
|
+
* OK
|
|
3829
|
+
*/
|
|
3830
|
+
200: Array<ReferralGroupDtoModel>;
|
|
3831
|
+
};
|
|
3832
|
+
export type GetReferralGroupAllResponse = GetReferralGroupAllResponses[keyof GetReferralGroupAllResponses];
|
|
3833
|
+
export type GetReferralGroupVisitorsData = {
|
|
3834
|
+
body?: never;
|
|
3835
|
+
path?: never;
|
|
3836
|
+
query?: {
|
|
3837
|
+
amountOfDays?: number;
|
|
3838
|
+
};
|
|
3839
|
+
url: '/umbraco/engage/management/api/v1/referral-group/visitors';
|
|
3840
|
+
};
|
|
3841
|
+
export type GetReferralGroupVisitorsErrors = {
|
|
3842
|
+
/**
|
|
3843
|
+
* The resource is protected and requires an authentication token
|
|
3844
|
+
*/
|
|
3845
|
+
401: unknown;
|
|
3846
|
+
};
|
|
3847
|
+
export type GetReferralGroupVisitorsResponses = {
|
|
3848
|
+
/**
|
|
3849
|
+
* OK
|
|
3850
|
+
*/
|
|
3851
|
+
200: {
|
|
3852
|
+
[key: string]: number;
|
|
3853
|
+
};
|
|
3854
|
+
};
|
|
3855
|
+
export type GetReferralGroupVisitorsResponse = GetReferralGroupVisitorsResponses[keyof GetReferralGroupVisitorsResponses];
|
|
3856
|
+
export type PostReferralScoringScoredData = {
|
|
3857
|
+
body?: ReferralPageFiltersModel;
|
|
3858
|
+
path?: never;
|
|
3859
|
+
query?: never;
|
|
3860
|
+
url: '/umbraco/engage/management/api/v1/referral-scoring/scored';
|
|
3861
|
+
};
|
|
3862
|
+
export type PostReferralScoringScoredErrors = {
|
|
3863
|
+
/**
|
|
3864
|
+
* The resource is protected and requires an authentication token
|
|
3865
|
+
*/
|
|
3866
|
+
401: unknown;
|
|
3867
|
+
};
|
|
3868
|
+
export type PostReferralScoringScoredResponses = {
|
|
3869
|
+
/**
|
|
3870
|
+
* OK
|
|
3871
|
+
*/
|
|
3872
|
+
200: IPageReferralPageDtoModel;
|
|
3873
|
+
};
|
|
3874
|
+
export type PostReferralScoringScoredResponse = PostReferralScoringScoredResponses[keyof PostReferralScoringScoredResponses];
|
|
3875
|
+
export type PostReferralScoringUnscoredData = {
|
|
3876
|
+
body?: ReferralPageFiltersModel;
|
|
3877
|
+
path?: never;
|
|
3878
|
+
query?: never;
|
|
3879
|
+
url: '/umbraco/engage/management/api/v1/referral-scoring/unscored';
|
|
3880
|
+
};
|
|
3881
|
+
export type PostReferralScoringUnscoredErrors = {
|
|
3882
|
+
/**
|
|
3883
|
+
* The resource is protected and requires an authentication token
|
|
3884
|
+
*/
|
|
3885
|
+
401: unknown;
|
|
3886
|
+
};
|
|
3887
|
+
export type PostReferralScoringUnscoredResponses = {
|
|
3888
|
+
/**
|
|
3889
|
+
* OK
|
|
3890
|
+
*/
|
|
3891
|
+
200: IPageReferralPageDtoModel;
|
|
3892
|
+
};
|
|
3893
|
+
export type PostReferralScoringUnscoredResponse = PostReferralScoringUnscoredResponses[keyof PostReferralScoringUnscoredResponses];
|
|
3894
|
+
export type GetReportingData = {
|
|
3895
|
+
body?: never;
|
|
3896
|
+
path?: never;
|
|
3897
|
+
query?: {
|
|
3898
|
+
segmentId?: number;
|
|
3899
|
+
};
|
|
3900
|
+
url: '/umbraco/engage/management/api/v1/reporting';
|
|
3901
|
+
};
|
|
3902
|
+
export type GetReportingErrors = {
|
|
3903
|
+
/**
|
|
3904
|
+
* Bad Request
|
|
3905
|
+
*/
|
|
3906
|
+
400: unknown;
|
|
3907
|
+
/**
|
|
3908
|
+
* The resource is protected and requires an authentication token
|
|
3909
|
+
*/
|
|
3910
|
+
401: unknown;
|
|
3911
|
+
};
|
|
3912
|
+
export type GetReportingResponses = {
|
|
3913
|
+
/**
|
|
3914
|
+
* OK
|
|
3915
|
+
*/
|
|
3916
|
+
200: Array<GoalPersonalizationPerformanceDtoModel>;
|
|
3917
|
+
};
|
|
3918
|
+
export type GetReportingResponse = GetReportingResponses[keyof GetReportingResponses];
|
|
3919
|
+
export type PostReportingGenerationStartData = {
|
|
3920
|
+
body?: never;
|
|
3921
|
+
path?: never;
|
|
3922
|
+
query?: never;
|
|
3923
|
+
url: '/umbraco/engage/management/api/v1/reporting/generation/start';
|
|
3924
|
+
};
|
|
3925
|
+
export type PostReportingGenerationStartErrors = {
|
|
3926
|
+
/**
|
|
3927
|
+
* The resource is protected and requires an authentication token
|
|
3928
|
+
*/
|
|
3929
|
+
401: unknown;
|
|
3930
|
+
};
|
|
3931
|
+
export type PostReportingGenerationStartResponses = {
|
|
3932
|
+
/**
|
|
3933
|
+
* OK
|
|
3934
|
+
*/
|
|
3935
|
+
200: unknown;
|
|
3936
|
+
};
|
|
3937
|
+
export type GetReportingGenerationStatusData = {
|
|
3938
|
+
body?: never;
|
|
3939
|
+
path?: never;
|
|
3940
|
+
query?: never;
|
|
3941
|
+
url: '/umbraco/engage/management/api/v1/reporting/generation/status';
|
|
3942
|
+
};
|
|
3943
|
+
export type GetReportingGenerationStatusErrors = {
|
|
3944
|
+
/**
|
|
3945
|
+
* The resource is protected and requires an authentication token
|
|
3946
|
+
*/
|
|
3947
|
+
401: unknown;
|
|
3948
|
+
};
|
|
3949
|
+
export type GetReportingGenerationStatusResponses = {
|
|
3950
|
+
/**
|
|
3951
|
+
* OK
|
|
3952
|
+
*/
|
|
3953
|
+
200: ReportingStatusModel;
|
|
3954
|
+
};
|
|
3955
|
+
export type GetReportingGenerationStatusResponse = GetReportingGenerationStatusResponses[keyof GetReportingGenerationStatusResponses];
|
|
3956
|
+
export type GetReportingGoalPersonalizationPerformanceBySegmentIdData = {
|
|
3957
|
+
body?: never;
|
|
3958
|
+
path: {
|
|
3959
|
+
segmentId: number;
|
|
3960
|
+
};
|
|
3961
|
+
query?: never;
|
|
3962
|
+
url: '/umbraco/engage/management/api/v1/reporting/goal/personalization/performance/{segmentId}';
|
|
3963
|
+
};
|
|
3964
|
+
export type GetReportingGoalPersonalizationPerformanceBySegmentIdErrors = {
|
|
3965
|
+
/**
|
|
3966
|
+
* The resource is protected and requires an authentication token
|
|
3967
|
+
*/
|
|
3968
|
+
401: unknown;
|
|
3969
|
+
};
|
|
3970
|
+
export type GetReportingGoalPersonalizationPerformanceBySegmentIdResponses = {
|
|
3971
|
+
/**
|
|
3972
|
+
* OK
|
|
3973
|
+
*/
|
|
3974
|
+
200: Array<GoalPersonalizationPerformanceDtoModel>;
|
|
3975
|
+
};
|
|
3976
|
+
export type GetReportingGoalPersonalizationPerformanceBySegmentIdResponse = GetReportingGoalPersonalizationPerformanceBySegmentIdResponses[keyof GetReportingGoalPersonalizationPerformanceBySegmentIdResponses];
|
|
3977
|
+
export type GetReportingSegmentSessionsPersonalizationBySegmentIdData = {
|
|
3978
|
+
body?: never;
|
|
3979
|
+
path: {
|
|
3980
|
+
segmentId: number;
|
|
3981
|
+
};
|
|
3982
|
+
query?: never;
|
|
3983
|
+
url: '/umbraco/engage/management/api/v1/reporting/segment/sessions/personalization/{segmentId}';
|
|
3984
|
+
};
|
|
3985
|
+
export type GetReportingSegmentSessionsPersonalizationBySegmentIdErrors = {
|
|
3986
|
+
/**
|
|
3987
|
+
* The resource is protected and requires an authentication token
|
|
3988
|
+
*/
|
|
3989
|
+
401: unknown;
|
|
3990
|
+
};
|
|
3991
|
+
export type GetReportingSegmentSessionsPersonalizationBySegmentIdResponses = {
|
|
3992
|
+
/**
|
|
3993
|
+
* OK
|
|
3994
|
+
*/
|
|
3995
|
+
200: SegmentSessionsNeededDtoModel;
|
|
3996
|
+
};
|
|
3997
|
+
export type GetReportingSegmentSessionsPersonalizationBySegmentIdResponse = GetReportingSegmentSessionsPersonalizationBySegmentIdResponses[keyof GetReportingSegmentSessionsPersonalizationBySegmentIdResponses];
|
|
3998
|
+
export type GetReportingSegmentSessionsPotentialBySegmentIdData = {
|
|
3999
|
+
body?: never;
|
|
4000
|
+
path: {
|
|
4001
|
+
segmentId: number;
|
|
4002
|
+
};
|
|
4003
|
+
query?: never;
|
|
4004
|
+
url: '/umbraco/engage/management/api/v1/reporting/segment/sessions/potential/{segmentId}';
|
|
4005
|
+
};
|
|
4006
|
+
export type GetReportingSegmentSessionsPotentialBySegmentIdErrors = {
|
|
4007
|
+
/**
|
|
4008
|
+
* The resource is protected and requires an authentication token
|
|
4009
|
+
*/
|
|
4010
|
+
401: unknown;
|
|
4011
|
+
};
|
|
4012
|
+
export type GetReportingSegmentSessionsPotentialBySegmentIdResponses = {
|
|
4013
|
+
/**
|
|
4014
|
+
* OK
|
|
4015
|
+
*/
|
|
4016
|
+
200: SegmentSessionsNeededDtoModel;
|
|
4017
|
+
};
|
|
4018
|
+
export type GetReportingSegmentSessionsPotentialBySegmentIdResponse = GetReportingSegmentSessionsPotentialBySegmentIdResponses[keyof GetReportingSegmentSessionsPotentialBySegmentIdResponses];
|
|
4019
|
+
export type GetSearchTermsData = {
|
|
4020
|
+
body?: never;
|
|
4021
|
+
path?: never;
|
|
4022
|
+
query?: {
|
|
4023
|
+
visitorId?: number;
|
|
4024
|
+
};
|
|
4025
|
+
url: '/umbraco/engage/management/api/v1/search-terms';
|
|
4026
|
+
};
|
|
4027
|
+
export type GetSearchTermsErrors = {
|
|
4028
|
+
/**
|
|
4029
|
+
* The resource is protected and requires an authentication token
|
|
4030
|
+
*/
|
|
4031
|
+
401: unknown;
|
|
4032
|
+
};
|
|
4033
|
+
export type GetSearchTermsResponses = {
|
|
4034
|
+
/**
|
|
4035
|
+
* OK
|
|
4036
|
+
*/
|
|
4037
|
+
200: Array<SearchTermByVisitorDtoModel>;
|
|
4038
|
+
};
|
|
4039
|
+
export type GetSearchTermsResponse = GetSearchTermsResponses[keyof GetSearchTermsResponses];
|
|
4040
|
+
export type DeleteSegmentsData = {
|
|
4041
|
+
body?: never;
|
|
4042
|
+
path?: never;
|
|
4043
|
+
query?: {
|
|
4044
|
+
id?: string;
|
|
4045
|
+
};
|
|
4046
|
+
url: '/umbraco/engage/management/api/v1/segments';
|
|
4047
|
+
};
|
|
4048
|
+
export type DeleteSegmentsErrors = {
|
|
4049
|
+
/**
|
|
4050
|
+
* The resource is protected and requires an authentication token
|
|
4051
|
+
*/
|
|
4052
|
+
401: unknown;
|
|
4053
|
+
};
|
|
4054
|
+
export type DeleteSegmentsResponses = {
|
|
4055
|
+
/**
|
|
4056
|
+
* OK
|
|
4057
|
+
*/
|
|
4058
|
+
200: unknown;
|
|
4059
|
+
};
|
|
4060
|
+
export type GetSegmentsData = {
|
|
4061
|
+
body?: never;
|
|
4062
|
+
path?: never;
|
|
4063
|
+
query?: {
|
|
4064
|
+
id?: string;
|
|
4065
|
+
};
|
|
4066
|
+
url: '/umbraco/engage/management/api/v1/segments';
|
|
4067
|
+
};
|
|
4068
|
+
export type GetSegmentsErrors = {
|
|
4069
|
+
/**
|
|
4070
|
+
* The resource is protected and requires an authentication token
|
|
4071
|
+
*/
|
|
4072
|
+
401: unknown;
|
|
4073
|
+
};
|
|
4074
|
+
export type GetSegmentsResponses = {
|
|
4075
|
+
/**
|
|
4076
|
+
* OK
|
|
4077
|
+
*/
|
|
4078
|
+
200: SegmentDtoModel;
|
|
4079
|
+
};
|
|
4080
|
+
export type GetSegmentsResponse = GetSegmentsResponses[keyof GetSegmentsResponses];
|
|
4081
|
+
export type PostSegmentsData = {
|
|
4082
|
+
body?: SegmentDtoModel;
|
|
4083
|
+
path?: never;
|
|
4084
|
+
query?: never;
|
|
4085
|
+
url: '/umbraco/engage/management/api/v1/segments';
|
|
4086
|
+
};
|
|
4087
|
+
export type PostSegmentsErrors = {
|
|
4088
|
+
/**
|
|
4089
|
+
* The resource is protected and requires an authentication token
|
|
4090
|
+
*/
|
|
4091
|
+
401: unknown;
|
|
4092
|
+
};
|
|
4093
|
+
export type PostSegmentsResponses = {
|
|
4094
|
+
/**
|
|
4095
|
+
* OK
|
|
4096
|
+
*/
|
|
4097
|
+
200: SegmentDtoModel;
|
|
4098
|
+
};
|
|
4099
|
+
export type PostSegmentsResponse = PostSegmentsResponses[keyof PostSegmentsResponses];
|
|
4100
|
+
export type GetSegmentsAllData = {
|
|
4101
|
+
body?: never;
|
|
4102
|
+
path?: never;
|
|
4103
|
+
query?: {
|
|
4104
|
+
isTemporary?: boolean;
|
|
4105
|
+
amountOfDays?: number;
|
|
4106
|
+
};
|
|
4107
|
+
url: '/umbraco/engage/management/api/v1/segments/all';
|
|
4108
|
+
};
|
|
4109
|
+
export type GetSegmentsAllErrors = {
|
|
4110
|
+
/**
|
|
4111
|
+
* The resource is protected and requires an authentication token
|
|
4112
|
+
*/
|
|
4113
|
+
401: unknown;
|
|
4114
|
+
};
|
|
4115
|
+
export type GetSegmentsAllResponses = {
|
|
4116
|
+
/**
|
|
4117
|
+
* OK
|
|
4118
|
+
*/
|
|
4119
|
+
200: Array<SegmentDtoModel>;
|
|
4120
|
+
};
|
|
4121
|
+
export type GetSegmentsAllResponse = GetSegmentsAllResponses[keyof GetSegmentsAllResponses];
|
|
4122
|
+
export type DeleteSegmentsDeleteSegmentContentData = {
|
|
4123
|
+
body?: never;
|
|
4124
|
+
path?: never;
|
|
4125
|
+
query?: {
|
|
4126
|
+
segment?: string;
|
|
4127
|
+
contentId?: string;
|
|
4128
|
+
};
|
|
4129
|
+
url: '/umbraco/engage/management/api/v1/segments/delete-segment-content';
|
|
4130
|
+
};
|
|
4131
|
+
export type DeleteSegmentsDeleteSegmentContentErrors = {
|
|
4132
|
+
/**
|
|
4133
|
+
* The resource is protected and requires an authentication token
|
|
4134
|
+
*/
|
|
4135
|
+
401: unknown;
|
|
4136
|
+
};
|
|
4137
|
+
export type DeleteSegmentsDeleteSegmentContentResponses = {
|
|
4138
|
+
/**
|
|
4139
|
+
* OK
|
|
4140
|
+
*/
|
|
4141
|
+
200: boolean;
|
|
4142
|
+
};
|
|
4143
|
+
export type DeleteSegmentsDeleteSegmentContentResponse = DeleteSegmentsDeleteSegmentContentResponses[keyof DeleteSegmentsDeleteSegmentContentResponses];
|
|
4144
|
+
export type GetSegmentsLocationsDataData = {
|
|
4145
|
+
body?: never;
|
|
4146
|
+
path?: never;
|
|
4147
|
+
query?: never;
|
|
4148
|
+
url: '/umbraco/engage/management/api/v1/segments/locations/data';
|
|
4149
|
+
};
|
|
4150
|
+
export type GetSegmentsLocationsDataErrors = {
|
|
4151
|
+
/**
|
|
4152
|
+
* The resource is protected and requires an authentication token
|
|
4153
|
+
*/
|
|
4154
|
+
401: unknown;
|
|
4155
|
+
};
|
|
4156
|
+
export type GetSegmentsLocationsDataResponses = {
|
|
4157
|
+
/**
|
|
4158
|
+
* OK
|
|
4159
|
+
*/
|
|
4160
|
+
200: LocationRuleResponseModel;
|
|
4161
|
+
};
|
|
4162
|
+
export type GetSegmentsLocationsDataResponse = GetSegmentsLocationsDataResponses[keyof GetSegmentsLocationsDataResponses];
|
|
4163
|
+
export type PostSegmentsUpdatePriorityData = {
|
|
4164
|
+
body?: Array<SegmentPriorityUpdateModel>;
|
|
4165
|
+
path?: never;
|
|
4166
|
+
query?: never;
|
|
4167
|
+
url: '/umbraco/engage/management/api/v1/segments/update-priority';
|
|
4168
|
+
};
|
|
4169
|
+
export type PostSegmentsUpdatePriorityErrors = {
|
|
4170
|
+
/**
|
|
4171
|
+
* The resource is protected and requires an authentication token
|
|
4172
|
+
*/
|
|
4173
|
+
401: unknown;
|
|
4174
|
+
};
|
|
4175
|
+
export type PostSegmentsUpdatePriorityResponses = {
|
|
4176
|
+
/**
|
|
4177
|
+
* OK
|
|
4178
|
+
*/
|
|
4179
|
+
200: unknown;
|
|
4180
|
+
};
|
|
4181
|
+
export type GetStatisticsData = {
|
|
4182
|
+
body?: never;
|
|
4183
|
+
path?: never;
|
|
4184
|
+
query?: never;
|
|
4185
|
+
url: '/umbraco/engage/management/api/v1/statistics';
|
|
4186
|
+
};
|
|
4187
|
+
export type GetStatisticsErrors = {
|
|
4188
|
+
/**
|
|
4189
|
+
* The resource is protected and requires an authentication token
|
|
4190
|
+
*/
|
|
4191
|
+
401: unknown;
|
|
4192
|
+
};
|
|
4193
|
+
export type GetStatisticsResponses = {
|
|
4194
|
+
/**
|
|
4195
|
+
* OK
|
|
4196
|
+
*/
|
|
4197
|
+
200: UmsStatisticsModel;
|
|
4198
|
+
};
|
|
4199
|
+
export type GetStatisticsResponse = GetStatisticsResponses[keyof GetStatisticsResponses];
|
|
4200
|
+
export type GetPermissionsUserGroupData = {
|
|
4201
|
+
body?: never;
|
|
4202
|
+
path?: never;
|
|
4203
|
+
query?: {
|
|
4204
|
+
userGroupKey?: string;
|
|
4205
|
+
};
|
|
4206
|
+
url: '/umbraco/engage/management/api/v1/permissions/user-group';
|
|
4207
|
+
};
|
|
4208
|
+
export type GetPermissionsUserGroupErrors = {
|
|
4209
|
+
/**
|
|
4210
|
+
* The resource is protected and requires an authentication token
|
|
4211
|
+
*/
|
|
4212
|
+
401: unknown;
|
|
4213
|
+
};
|
|
4214
|
+
export type GetPermissionsUserGroupResponses = {
|
|
4215
|
+
/**
|
|
4216
|
+
* OK
|
|
4217
|
+
*/
|
|
4218
|
+
200: UserGroupPermissionDtoModel;
|
|
4219
|
+
};
|
|
4220
|
+
export type GetPermissionsUserGroupResponse = GetPermissionsUserGroupResponses[keyof GetPermissionsUserGroupResponses];
|
|
4221
|
+
export type PostPermissionsUserGroupData = {
|
|
4222
|
+
body?: UserGroupPermissionDtoModel;
|
|
4223
|
+
path?: never;
|
|
4224
|
+
query?: never;
|
|
4225
|
+
url: '/umbraco/engage/management/api/v1/permissions/user-group';
|
|
4226
|
+
};
|
|
4227
|
+
export type PostPermissionsUserGroupErrors = {
|
|
4228
|
+
/**
|
|
4229
|
+
* The resource is protected and requires an authentication token
|
|
4230
|
+
*/
|
|
4231
|
+
401: unknown;
|
|
4232
|
+
};
|
|
4233
|
+
export type PostPermissionsUserGroupResponses = {
|
|
4234
|
+
/**
|
|
4235
|
+
* OK
|
|
4236
|
+
*/
|
|
4237
|
+
200: unknown;
|
|
4238
|
+
};
|
|
4239
|
+
export type GetPermissionsUserGroupAllData = {
|
|
4240
|
+
body?: never;
|
|
4241
|
+
path?: never;
|
|
4242
|
+
query?: never;
|
|
4243
|
+
url: '/umbraco/engage/management/api/v1/permissions/user-group/all';
|
|
4244
|
+
};
|
|
4245
|
+
export type GetPermissionsUserGroupAllErrors = {
|
|
4246
|
+
/**
|
|
4247
|
+
* The resource is protected and requires an authentication token
|
|
4248
|
+
*/
|
|
4249
|
+
401: unknown;
|
|
4250
|
+
};
|
|
4251
|
+
export type GetPermissionsUserGroupAllResponses = {
|
|
4252
|
+
/**
|
|
4253
|
+
* OK
|
|
4254
|
+
*/
|
|
4255
|
+
200: Array<UserGroupPermissionDtoModel>;
|
|
4256
|
+
};
|
|
4257
|
+
export type GetPermissionsUserGroupAllResponse = GetPermissionsUserGroupAllResponses[keyof GetPermissionsUserGroupAllResponses];
|