@umbraco-deploy/backoffice 17.2.0-rc1 → 18.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/package.json +5 -5
- package/types/{entity-actions/compare → compare/actions}/compare.action.d.ts +1 -1
- package/types/compare/actions/index.d.ts +1 -0
- package/types/compare/actions/manifests.d.ts +2 -0
- package/types/{entity-actions/compare → compare/components}/compare-table.element.d.ts +1 -1
- package/types/compare/components/index.d.ts +1 -0
- package/types/{entity-actions/compare → compare/conditions}/compare.condition.d.ts +2 -3
- package/types/compare/conditions/constants.d.ts +1 -0
- package/types/compare/conditions/index.d.ts +1 -0
- package/types/compare/conditions/manifests.d.ts +6 -0
- package/types/compare/index.d.ts +4 -0
- package/types/compare/manifests.d.ts +11 -0
- package/types/{entity-actions/compare → compare}/modal/compare-modal.token.d.ts +1 -0
- package/types/compare/modal/constants.d.ts +1 -0
- package/types/compare/modal/index.d.ts +2 -0
- package/types/compare/modal/manifests.d.ts +6 -0
- package/types/compare/umbraco-package.d.ts +7 -0
- package/types/{components → core/components}/error-detail/error-detail.element.d.ts +0 -1
- package/types/{components → core/components}/index.d.ts +0 -3
- package/types/{components → core/components}/no-nodes.element.d.ts +2 -2
- package/types/core/components/work-progress/work-progress.element.d.ts +15 -0
- package/types/core/conditions/active-section.condition.d.ts +12 -0
- package/types/{entity-actions → core/conditions}/base.condition.d.ts +2 -2
- package/types/core/conditions/constants.d.ts +2 -0
- package/types/{entity-actions → core/conditions}/entity-type.condition.d.ts +1 -1
- package/types/core/conditions/index.d.ts +4 -0
- package/types/core/conditions/manifests.d.ts +11 -0
- package/types/{context → core/context}/deploy.context-token.d.ts +1 -0
- package/types/core/context/deploy.context.d.ts +18 -0
- package/types/{context → core/context}/signalr.context-token.d.ts +1 -0
- package/types/{context → core/context}/signalr.context.d.ts +2 -2
- package/types/{entities.d.ts → core/entities.d.ts} +16 -11
- package/types/{entity-actions → core/entity-actions}/base.action.d.ts +8 -11
- package/types/core/entity-actions/constants.d.ts +2 -0
- package/types/core/entity-actions/deploy-action-registrar.controller.d.ts +5 -0
- package/types/{entity-actions → core/entity-actions}/entity-action-registrar.manifest.d.ts +2 -1
- package/types/{entity-actions → core/entity-actions}/entity-type-mapping.manifest.d.ts +2 -1
- package/types/core/entity-actions/index.d.ts +5 -0
- package/types/core/entity-actions/manifests.d.ts +13 -0
- package/types/core/icons/folder-sync.d.ts +2 -0
- package/types/core/icons/icons.d.ts +8 -0
- package/types/core/icons/import.d.ts +2 -0
- package/types/core/icons/manifests.d.ts +6 -0
- package/types/core/index.d.ts +13 -0
- package/types/{lang → core/lang}/en.d.ts +105 -78
- package/types/core/manifests.d.ts +43 -0
- package/types/core/modal/constants.d.ts +3 -0
- package/types/core/modal/error-modal.element.d.ts +14 -0
- package/types/core/modal/error-modal.token.d.ts +7 -0
- package/types/core/modal/index.d.ts +8 -0
- package/types/core/modal/manifests.d.ts +16 -0
- package/types/{modal/element → core/modal}/no-nodes-modal.element.d.ts +0 -1
- package/types/{modal/element → core/modal}/progress-modal.element.d.ts +1 -1
- package/types/{modal/token → core/modal}/progress-modal.token.d.ts +3 -4
- package/types/core/progress-manager.controller.d.ts +6 -0
- package/types/core/queue/constants.d.ts +1 -0
- package/types/core/queue/empty-state.element.d.ts +15 -0
- package/types/core/queue/entities.d.ts +28 -0
- package/types/core/queue/index.d.ts +7 -0
- package/types/core/queue/queue-item-status-provider.context-token.d.ts +15 -0
- package/types/core/queue/queue-manager-context-base.d.ts +66 -0
- package/types/core/queue/queue-progress.element.d.ts +23 -0
- package/types/core/queue/queue-workspace-view-base.element.d.ts +14 -0
- package/types/{repository → core/repositories}/base.repository.d.ts +1 -2
- package/types/core/repositories/deploy.repository.d.ts +6 -0
- package/types/{repository → core/repositories}/entity.repository.d.ts +2 -3
- package/types/{repository → core/repositories}/index.d.ts +0 -3
- package/types/core/repositories/manifests.d.ts +1 -0
- package/types/{repository → core/repositories}/remote-tree/document/manifests.d.ts +1 -1
- package/types/{repository → core/repositories}/remote-tree/document/remote-document-tree.server.data-source.d.ts +1 -1
- package/types/{repository → core/repositories}/remote-tree/entity/manifests.d.ts +1 -1
- package/types/{repository → core/repositories}/remote-tree/entity/remote-entity-tree.server.data-source.d.ts +1 -1
- package/types/core/repositories/remote-tree/manifests.d.ts +1 -0
- package/types/{repository → core/repositories}/remote-tree/media/manifests.d.ts +1 -1
- package/types/{repository → core/repositories}/remote-tree/media/remote-media-tree.server.data-source.d.ts +1 -1
- package/types/{repository → core/repositories}/remote-tree/remote-tree-base.repository.d.ts +2 -2
- package/types/{repository → core/repositories}/remote-tree/remote-tree-server-data-source-base.d.ts +2 -2
- package/types/{types.d.ts → core/types.d.ts} +1 -1
- package/types/core/umbraco-package.d.ts +7 -0
- package/types/{entity-actions/permissions-manifests.d.ts → core/user-permissions/constants.d.ts} +0 -2
- package/types/core/user-permissions/index.d.ts +1 -0
- package/types/core/user-permissions/manifests.d.ts +2 -0
- package/types/{util.d.ts → core/util.d.ts} +18 -3
- package/types/core/work/deploy-work-runner.context.d.ts +28 -0
- package/types/core/work/entities.d.ts +50 -0
- package/types/core/work/index.d.ts +5 -0
- package/types/core/work/work-operation-context-base.d.ts +34 -0
- package/types/core/work/work-operation-workspace-view-base.element.d.ts +19 -0
- package/types/core/work/work-runner-provider.context-token.d.ts +8 -0
- package/types/deploy-context-registrar.controller.d.ts +11 -0
- package/types/environments/components/content-flow/content-flow.element.d.ts +18 -0
- package/types/{dashboards/environments → environments}/components/environment/environment.element.d.ts +3 -2
- package/types/{header-apps → environments/components/environment-name-header-app}/environment-name-header-app.element.d.ts +3 -2
- package/types/{components → environments/components}/environment-select/environment-select.element.d.ts +1 -1
- package/types/environments/components/index.d.ts +3 -0
- package/types/environments/conditions/constants.d.ts +1 -0
- package/types/environments/conditions/environment.condition.d.ts +21 -0
- package/types/environments/conditions/index.d.ts +1 -0
- package/types/environments/conditions/manifests.d.ts +6 -0
- package/types/environments/constants.d.ts +1 -0
- package/types/environments/entity-actions/manifests.d.ts +33 -0
- package/types/environments/entity-actions/open-backoffice/manifests.d.ts +17 -0
- package/types/environments/entity-actions/open-backoffice/open-backoffice.action.d.ts +5 -0
- package/types/environments/entity-actions/view-website/manifests.d.ts +17 -0
- package/types/environments/entity-actions/view-website/view-website.action.d.ts +5 -0
- package/types/environments/index.d.ts +1 -0
- package/types/environments/manifests.d.ts +38 -0
- package/types/environments/umbraco-package.d.ts +7 -0
- package/types/{entity-actions/export/environment → export/actions}/environment-export.action.d.ts +2 -2
- package/types/export/actions/manifests.d.ts +58 -0
- package/types/export/actions/tree-export.action.d.ts +4 -0
- package/types/export/conditions/constants.d.ts +1 -0
- package/types/export/conditions/index.d.ts +1 -0
- package/types/export/conditions/manifests.d.ts +6 -0
- package/types/{entity-actions/export/tree → export/conditions}/tree-export.condition.d.ts +2 -3
- package/types/export/constants.d.ts +0 -0
- package/types/export/entities.d.ts +10 -0
- package/types/export/index.d.ts +5 -0
- package/types/export/manifests.d.ts +68 -0
- package/types/export/modal/constants.d.ts +1 -0
- package/types/{modal/element → export/modal}/export-modal.element.d.ts +3 -4
- package/types/{modal/token → export/modal}/export-modal.token.d.ts +2 -0
- package/types/export/modal/index.d.ts +2 -0
- package/types/export/modal/manifests.d.ts +6 -0
- package/types/export/queue/export-queue-manager-context.token.d.ts +4 -0
- package/types/export/queue/export-queue-manager.context.d.ts +11 -0
- package/types/export/queue/export-runner-context.token.d.ts +3 -0
- package/types/export/queue/index.d.ts +3 -0
- package/types/{repository → export/repository}/export.repository.d.ts +7 -3
- package/types/export/repository/index.d.ts +1 -0
- package/types/export/umbraco-package.d.ts +7 -0
- package/types/exports.d.ts +39 -31
- package/types/generated/index.d.ts +1 -1
- package/types/generated/sdk.gen.d.ts +21 -20
- package/types/generated/types.gen.d.ts +209 -211
- package/types/import/entities.d.ts +18 -0
- package/types/import/index.d.ts +3 -0
- package/types/import/manifests.d.ts +1 -0
- package/types/import/queue/import-queue-manager-context.token.d.ts +4 -0
- package/types/import/queue/import-queue-manager.context.d.ts +10 -0
- package/types/import/queue/import-runner-context.token.d.ts +3 -0
- package/types/import/queue/index.d.ts +3 -0
- package/types/import/repository/import.repository.d.ts +5 -0
- package/types/import/repository/index.d.ts +1 -0
- package/types/import/umbraco-package.d.ts +7 -0
- package/types/index.d.ts +0 -7
- package/types/overview/actions/clear-queue.action.d.ts +10 -0
- package/types/overview/actions/deploy-clear-queue-menu-item.kind.d.ts +3 -0
- package/types/overview/actions/deploy-overview-workspace-action.kind.d.ts +3 -0
- package/types/overview/actions/export.action.d.ts +8 -0
- package/types/overview/actions/import.action.d.ts +13 -0
- package/types/overview/actions/manifests.d.ts +122 -0
- package/types/overview/actions/refresh-transfer-queue.action.d.ts +5 -0
- package/types/overview/actions/transfer.action.d.ts +13 -0
- package/types/overview/conditions/constants.d.ts +2 -0
- package/types/overview/conditions/has-queue.condition.d.ts +14 -0
- package/types/overview/conditions/index.d.ts +3 -0
- package/types/overview/conditions/manifests.d.ts +11 -0
- package/types/overview/conditions/queue-initialized.condition.d.ts +14 -0
- package/types/overview/constants.d.ts +6 -0
- package/types/overview/deploy-overview-workspace-editor.element.d.ts +17 -0
- package/types/overview/deploy-overview-workspace-view.kind.d.ts +13 -0
- package/types/overview/deploy-queue-item.element.d.ts +25 -0
- package/types/overview/entity-actions/help/help.action.d.ts +4 -0
- package/types/overview/entity-actions/help/manifests.d.ts +17 -0
- package/types/overview/entity-actions/manifests.d.ts +17 -0
- package/types/overview/entity-actions/open-cloud/manifests.d.ts +17 -0
- package/types/overview/entity-actions/open-cloud/open-cloud-project.action.d.ts +4 -0
- package/types/overview/index.d.ts +3 -0
- package/types/overview/manifests.d.ts +156 -0
- package/types/overview/umbraco-package.d.ts +7 -0
- package/types/overview/views/export/export-workspace-view.element.d.ts +22 -0
- package/types/overview/views/import/import-workspace-view.element.d.ts +22 -0
- package/types/overview/views/import/input-upload-field.element.d.ts +32 -0
- package/types/overview/views/transfer/transfer-workspace-view.element.d.ts +20 -0
- package/types/packages.d.ts +10 -0
- package/types/restore/actions/environment-restore.action.d.ts +4 -0
- package/types/restore/actions/manifests.d.ts +2 -0
- package/types/restore/actions/partial-restore.action.d.ts +4 -0
- package/types/restore/actions/tree-restore.action.d.ts +4 -0
- package/types/restore/conditions/constants.d.ts +3 -0
- package/types/{entity-actions/restore/environment → restore/conditions}/environment-restore.condition.d.ts +2 -3
- package/types/restore/conditions/index.d.ts +1 -0
- package/types/restore/conditions/manifests.d.ts +16 -0
- package/types/{entity-actions/restore/partial → restore/conditions}/partial-restore.condition.d.ts +2 -3
- package/types/{entity-actions/restore/tree → restore/conditions}/tree-restore.condition.d.ts +2 -3
- package/types/restore/index.d.ts +3 -0
- package/types/restore/manifests.d.ts +26 -0
- package/types/restore/modal/constants.d.ts +2 -0
- package/types/restore/modal/index.d.ts +3 -0
- package/types/restore/modal/manifests.d.ts +11 -0
- package/types/{modal/element → restore/modal}/partial-restore-modal.element.d.ts +1 -1
- package/types/{modal/token → restore/modal}/partial-restore-modal.token.d.ts +1 -1
- package/types/{modal/element → restore/modal}/restore-modal.element.d.ts +1 -1
- package/types/{modal/token → restore/modal}/restore-modal.token.d.ts +1 -1
- package/types/restore/repository/index.d.ts +1 -0
- package/types/restore/repository/restore.repository.d.ts +9 -0
- package/types/restore/umbraco-package.d.ts +7 -0
- package/types/settings/constants.d.ts +2 -0
- package/types/settings/entities.d.ts +11 -0
- package/types/settings/index.d.ts +4 -0
- package/types/settings/management.repository.d.ts +10 -0
- package/types/{dashboards/management → settings}/management.server.data.d.ts +7 -1
- package/types/settings/manifests.d.ts +1 -0
- package/types/settings/tree/manifests.d.ts +1 -0
- package/types/settings/umbraco-package.d.ts +7 -0
- package/types/settings/workspaces/configuration/constants.d.ts +2 -0
- package/types/settings/workspaces/configuration/deploy-configuration-workspace.element.d.ts +11 -0
- package/types/settings/workspaces/configuration/index.d.ts +1 -0
- package/types/settings/workspaces/configuration/manifests.d.ts +30 -0
- package/types/settings/workspaces/configuration/views/configuration-overview-view.element.d.ts +21 -0
- package/types/settings/workspaces/configuration/views/details.element.d.ts +12 -0
- package/types/settings/workspaces/configuration-layout.element.d.ts +11 -0
- package/types/settings/workspaces/deploy-settings-workspace-view.element.d.ts +7 -0
- package/types/settings/workspaces/index.d.ts +4 -0
- package/types/settings/workspaces/manifests.d.ts +1 -0
- package/types/settings/workspaces/schema/conditions/can-perform-action.condition.d.ts +12 -0
- package/types/settings/workspaces/schema/conditions/constants.d.ts +1 -0
- package/types/settings/workspaces/schema/conditions/index.d.ts +2 -0
- package/types/settings/workspaces/schema/conditions/manifests.d.ts +1 -0
- package/types/settings/workspaces/schema/constants.d.ts +3 -0
- package/types/settings/workspaces/schema/deploy-schema-workspace.element.d.ts +11 -0
- package/types/settings/workspaces/schema/entity-actions/create-file.action.d.ts +5 -0
- package/types/settings/workspaces/schema/entity-actions/create-item.action.d.ts +5 -0
- package/types/settings/workspaces/schema/entity-actions/delete-file.action.d.ts +5 -0
- package/types/settings/workspaces/schema/entity-actions/delete-item.action.d.ts +5 -0
- package/types/settings/workspaces/schema/entity-actions/manifests.d.ts +1 -0
- package/types/settings/workspaces/schema/entity-actions/schema-comparison-entity-action-base.d.ts +21 -0
- package/types/settings/workspaces/schema/entity-actions/update-file.action.d.ts +5 -0
- package/types/settings/workspaces/schema/entity-actions/update-item.action.d.ts +5 -0
- package/types/settings/workspaces/schema/entity-actions/view-details.action.d.ts +5 -0
- package/types/settings/workspaces/schema/entity-actions-table-column-view.element.d.ts +17 -0
- package/types/settings/workspaces/schema/index.d.ts +5 -0
- package/types/settings/workspaces/schema/manifests.d.ts +35 -0
- package/types/settings/workspaces/schema/modal/index.d.ts +2 -0
- package/types/settings/workspaces/schema/modal/manifests.d.ts +6 -0
- package/types/{dashboards/management/components/schema-comparison → settings/workspaces/schema/modal}/schema-detail-modal.element.d.ts +0 -2
- package/types/{dashboards/management/components/schema-comparison → settings/workspaces/schema/modal}/schema-detail-modal.token.d.ts +3 -3
- package/types/settings/workspaces/schema/repository/constants.d.ts +3 -0
- package/types/settings/workspaces/schema/repository/index.d.ts +3 -0
- package/types/settings/workspaces/schema/repository/manifests.d.ts +1 -0
- package/types/settings/workspaces/schema/repository/schema-comaprison.store.d.ts +8 -0
- package/types/settings/workspaces/schema/repository/schema-comparison.repository.d.ts +42 -0
- package/types/settings/workspaces/schema/repository/schema-comparison.server.data-source.d.ts +27 -0
- package/types/settings/workspaces/schema/repository/schema-comparison.store.context-token.d.ts +3 -0
- package/types/settings/workspaces/schema/views/schema-overview-view.element.d.ts +19 -0
- package/types/settings/workspaces/status/constants.d.ts +2 -0
- package/types/settings/workspaces/status/deploy-status-workspace.element.d.ts +11 -0
- package/types/settings/workspaces/status/index.d.ts +1 -0
- package/types/settings/workspaces/status/manifests.d.ts +30 -0
- package/types/settings/workspaces/status/views/deploy-operation.element.d.ts +19 -0
- package/types/{dashboards/management/components/deploy-status → settings/workspaces/status/views}/deploy-status.element.d.ts +3 -4
- package/types/settings/workspaces/status/views/download-artifacts.element.d.ts +12 -0
- package/types/settings/workspaces/status/views/status-overview-view.element.d.ts +20 -0
- package/types/transfer/actions/manifests.d.ts +3 -0
- package/types/transfer/actions/queue.action.d.ts +4 -0
- package/types/transfer/actions/transfer-now.action.d.ts +4 -0
- package/types/transfer/conditions/constants.d.ts +2 -0
- package/types/transfer/conditions/index.d.ts +1 -0
- package/types/transfer/conditions/manifests.d.ts +11 -0
- package/types/{entity-actions/queue → transfer/conditions}/queue.condition.d.ts +2 -3
- package/types/{entity-actions/transfer-now → transfer/conditions}/transfer-now.condition.d.ts +2 -3
- package/types/transfer/entities.d.ts +9 -0
- package/types/transfer/index.d.ts +4 -0
- package/types/transfer/manifests.d.ts +16 -0
- package/types/transfer/modal/constants.d.ts +1 -0
- package/types/transfer/modal/index.d.ts +2 -0
- package/types/transfer/modal/manifests.d.ts +6 -0
- package/types/{modal/element → transfer/modal}/queue-modal.element.d.ts +3 -3
- package/types/{modal/token → transfer/modal}/queue-modal.token.d.ts +6 -9
- package/types/{queue → transfer/queue}/index.d.ts +1 -0
- package/types/{queue → transfer/queue}/transfer-queue-manager-context.token.d.ts +1 -0
- package/types/transfer/queue/transfer-queue-manager.context.d.ts +32 -0
- package/types/transfer/queue/transfer-queue.repository.d.ts +12 -0
- package/types/transfer/queue/transfer-runner-context.token.d.ts +3 -0
- package/types/transfer/umbraco-package.d.ts +7 -0
- package/types/components/export-complete.element.d.ts +0 -17
- package/types/components/work-complete/work-complete.element.d.ts +0 -22
- package/types/components/work-progress/work-progress.element.d.ts +0 -18
- package/types/context/deploy.context.d.ts +0 -20
- package/types/dashboards/cloud-dashboard-header.element.d.ts +0 -19
- package/types/dashboards/environments/components/content-flow/content-flow.element.d.ts +0 -21
- package/types/dashboards/environments/components/deploy-queue/deploy-queue.element.d.ts +0 -24
- package/types/dashboards/environments/components/environment-add/environment-add.element.d.ts +0 -13
- package/types/dashboards/environments/components/environment-connect/environment-connect.element.d.ts +0 -17
- package/types/dashboards/environments/components/environment-deploy/environment-deploy.element.d.ts +0 -17
- package/types/dashboards/environments/components/environment-info/environment-info.element.d.ts +0 -16
- package/types/dashboards/environments/components/index.d.ts +0 -7
- package/types/dashboards/environments/environments-dashboard.element.d.ts +0 -17
- package/types/dashboards/environments/index.d.ts +0 -2
- package/types/dashboards/environments/manifests.d.ts +0 -2
- package/types/dashboards/index.d.ts +0 -4
- package/types/dashboards/management/components/configuration-details/configuration-details-notes-column-layout.element.d.ts +0 -18
- package/types/dashboards/management/components/configuration-details/configuration-details-setting-column-layout.element.d.ts +0 -15
- package/types/dashboards/management/components/configuration-details/configuration-details-value-column-layout.element.d.ts +0 -14
- package/types/dashboards/management/components/configuration-details/configuration-details.element.d.ts +0 -20
- package/types/dashboards/management/components/configuration-details/index.d.ts +0 -4
- package/types/dashboards/management/components/deploy-operations/deploy-operation.element.d.ts +0 -26
- package/types/dashboards/management/components/deploy-operations/deploy-operations.element.d.ts +0 -14
- package/types/dashboards/management/components/download-artifacts/download-artifacts.element.d.ts +0 -13
- package/types/dashboards/management/components/index.d.ts +0 -6
- package/types/dashboards/management/components/manifests.d.ts +0 -2
- package/types/dashboards/management/components/schema-comparison/index.d.ts +0 -5
- package/types/dashboards/management/components/schema-comparison/schema-comparison-entityactions-column-layout.element.d.ts +0 -22
- package/types/dashboards/management/components/schema-comparison/schema-comparison.element.d.ts +0 -18
- package/types/dashboards/management/index.d.ts +0 -5
- package/types/dashboards/management/management-dashboard.element.d.ts +0 -26
- package/types/dashboards/management/management.repository.d.ts +0 -19
- package/types/dashboards/management/manifests.d.ts +0 -4
- package/types/dashboards/manifests.d.ts +0 -1
- package/types/dashboards/onprem-dashboard-header.element.d.ts +0 -12
- package/types/entity-actions/compare/manifests.d.ts +0 -4
- package/types/entity-actions/conditions-manifests.d.ts +0 -2
- package/types/entity-actions/export/export-base.action.d.ts +0 -7
- package/types/entity-actions/export/manifests.d.ts +0 -3
- package/types/entity-actions/export/tree/tree-export.action.d.ts +0 -4
- package/types/entity-actions/import/import.action.d.ts +0 -8
- package/types/entity-actions/import/manifests.d.ts +0 -3
- package/types/entity-actions/import/modal/import-modal.element.d.ts +0 -22
- package/types/entity-actions/import/modal/import-modal.token.d.ts +0 -10
- package/types/entity-actions/index.d.ts +0 -4
- package/types/entity-actions/manifests.d.ts +0 -2
- package/types/entity-actions/queue/manifests.d.ts +0 -3
- package/types/entity-actions/queue/queue.action.d.ts +0 -8
- package/types/entity-actions/restore/environment/environment-restore.action.d.ts +0 -4
- package/types/entity-actions/restore/manifests.d.ts +0 -3
- package/types/entity-actions/restore/partial/partial-restore.action.d.ts +0 -4
- package/types/entity-actions/restore/restore-base.action.d.ts +0 -9
- package/types/entity-actions/restore/tree/tree-restore.action.d.ts +0 -4
- package/types/entity-actions/transfer-now/manifests.d.ts +0 -3
- package/types/entity-actions/transfer-now/transfer-now.action.d.ts +0 -7
- package/types/header-apps/index.d.ts +0 -1
- package/types/modal/element/index.d.ts +0 -6
- package/types/modal/index.d.ts +0 -2
- package/types/modal/manifests.d.ts +0 -2
- package/types/modal/token/index.d.ts +0 -6
- package/types/queue/transfer-queue-manager.context.d.ts +0 -15
- package/types/queue/transfer-queue.repository.d.ts +0 -10
- package/types/repository/deploy.repository.d.ts +0 -6
- package/types/repository/import.repository.d.ts +0 -5
- package/types/repository/manifests.d.ts +0 -1
- package/types/repository/remote-tree/manifests.d.ts +0 -1
- package/types/repository/restore.repository.d.ts +0 -9
- package/types/{entity-actions/compare → compare}/modal/compare-modal.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/busy-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/chunk-encoding-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/collision-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/content-type-changed-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/dependency-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/error-type-base.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/generic-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/import-artifacts-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/import-artifacts-unhandled-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/index.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/invalid-path-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/merge-conflict-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/remote-api-timeout-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/restore-schema-mismatch-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/schema-mismatch-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/unauthorized-client-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/web-exception-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error.element.d.ts +1 -1
- package/types/{components → core/components}/error/index.d.ts +0 -0
- package/types/{context → core/context}/index.d.ts +0 -0
- package/types/{context → core/context}/remote-tree.context-token.d.ts +0 -0
- package/types/{context → core/context}/remote-tree.context.d.ts +1 -1
- /package/types/{lang → core/lang}/en.dashboard-management-configuration-details.d.ts +0 -0
- /package/types/{lang → core/lang}/manifests.d.ts +0 -0
- /package/types/{modal/token → core/modal}/no-nodes-modal.token.d.ts +0 -0
- /package/types/{modal → core/modal}/styles.d.ts +0 -0
- /package/types/{repository → core/repositories}/remote-tree/document/index.d.ts +0 -0
- /package/types/{repository → core/repositories}/remote-tree/document/remote-document-tree.repository.d.ts +0 -0
- /package/types/{repository → core/repositories}/remote-tree/entity/index.d.ts +0 -0
- /package/types/{repository → core/repositories}/remote-tree/entity/remote-entity-tree.repository.d.ts +0 -0
- /package/types/{repository → core/repositories}/remote-tree/index.d.ts +0 -0
- /package/types/{repository → core/repositories}/remote-tree/media/index.d.ts +0 -0
- /package/types/{repository → core/repositories}/remote-tree/media/remote-media-tree.repository.d.ts +0 -0
- /package/types/{header-apps → environments/components}/manifests.d.ts +0 -0
- /package/types/{dashboards/management/components/schema-comparison → settings/workspaces/schema/views}/schema-comparison-boolean-column-layout.element.d.ts +0 -0
|
@@ -4,14 +4,34 @@ export type ClientOptions = {
|
|
|
4
4
|
export type AddToQueueModel = {
|
|
5
5
|
id: string;
|
|
6
6
|
entityType: string;
|
|
7
|
-
culture?:
|
|
7
|
+
culture?: null | string;
|
|
8
8
|
includeDescendants: boolean;
|
|
9
|
-
releaseDate?:
|
|
10
|
-
};
|
|
11
|
-
export type ClientConfigurationInfoModel =
|
|
9
|
+
releaseDate?: null | string;
|
|
10
|
+
};
|
|
11
|
+
export type ClientConfigurationInfoModel = ClientConfigurationInfoModelUmbracoCloudClientConfigurationInfoModel | ClientConfigurationInfoModelBase;
|
|
12
|
+
export type ClientConfigurationInfoModelBase = {
|
|
13
|
+
currentWorkspaceType?: string;
|
|
14
|
+
currentWorkspace?: string;
|
|
15
|
+
target?: null | WorkspaceInfoModel;
|
|
16
|
+
allowRestoreOptions?: boolean;
|
|
17
|
+
allowRestoreIgnoreDependencies?: boolean;
|
|
18
|
+
allowDeployOptions?: boolean;
|
|
19
|
+
allowDeployIgnoreDependencies?: boolean;
|
|
20
|
+
debugEnabled?: boolean;
|
|
21
|
+
isLocalWorkspace?: boolean;
|
|
22
|
+
restoreWorkspaces?: Array<WorkspaceInfoModel>;
|
|
23
|
+
workspaces?: Array<WorkspaceInfoModel>;
|
|
24
|
+
};
|
|
25
|
+
export type ClientConfigurationInfoModelUmbracoCloudClientConfigurationInfoModel = {
|
|
26
|
+
isTrial: boolean;
|
|
27
|
+
trialExpireInDays: number;
|
|
28
|
+
projectName: string;
|
|
29
|
+
projectId: string;
|
|
30
|
+
projectAlias: string;
|
|
31
|
+
projectUrl: string;
|
|
12
32
|
currentWorkspaceType: string;
|
|
13
33
|
currentWorkspace: string;
|
|
14
|
-
target?:
|
|
34
|
+
target?: null | WorkspaceInfoModel;
|
|
15
35
|
allowRestoreOptions: boolean;
|
|
16
36
|
allowRestoreIgnoreDependencies: boolean;
|
|
17
37
|
allowDeployOptions: boolean;
|
|
@@ -24,7 +44,7 @@ export type ClientConfigurationInfoModel = {
|
|
|
24
44
|
export type ClientConfigurationModel = {
|
|
25
45
|
restoreHubUrl: string;
|
|
26
46
|
deployHubUrl: string;
|
|
27
|
-
clientConfiguration: ClientConfigurationInfoModel
|
|
47
|
+
clientConfiguration: ClientConfigurationInfoModel;
|
|
28
48
|
registeredEntityOptions: {
|
|
29
49
|
[key: string]: DeployRegisteredEntityTypeDetailOptionsModel;
|
|
30
50
|
};
|
|
@@ -50,8 +70,8 @@ export type ConfigurationModel = {
|
|
|
50
70
|
trashedContentDeploymentOperations: string;
|
|
51
71
|
postDeploySchemaOperation: string;
|
|
52
72
|
reloadMemoryCacheFollowingDiskReadOperation: boolean;
|
|
53
|
-
sourceDeployBatchSize?:
|
|
54
|
-
packageBatchSize?:
|
|
73
|
+
sourceDeployBatchSize?: null | number;
|
|
74
|
+
packageBatchSize?: null | number;
|
|
55
75
|
mediaFileChecksumCalculationMethod: string;
|
|
56
76
|
numberOfSignaturesToUseAllRelationCache: number;
|
|
57
77
|
continueOnMediaFilePathTooLongException: boolean;
|
|
@@ -65,34 +85,34 @@ export type ConfigurationModel = {
|
|
|
65
85
|
importOnStartup: ImportOnStartupConfigurationModel;
|
|
66
86
|
};
|
|
67
87
|
export type ContentComparisonModel = {
|
|
68
|
-
local?:
|
|
69
|
-
remote?:
|
|
88
|
+
local?: null | ContentSummaryModel;
|
|
89
|
+
remote?: null | ContentSummaryModel;
|
|
70
90
|
};
|
|
71
91
|
export type ContentSummaryContainerModel = {
|
|
72
92
|
alias: string;
|
|
73
|
-
label:
|
|
74
|
-
type:
|
|
93
|
+
label: null | string;
|
|
94
|
+
type: null | string;
|
|
75
95
|
};
|
|
76
96
|
export type ContentSummaryModel = {
|
|
77
97
|
variantProperties: Array<ContentSummaryPropertyModel>;
|
|
78
|
-
name?:
|
|
98
|
+
name?: null | string;
|
|
79
99
|
parentName: string;
|
|
80
100
|
numberOfChildren: number;
|
|
81
101
|
lastEditedByName: string;
|
|
82
102
|
url: string;
|
|
83
103
|
created: boolean;
|
|
84
|
-
updateDate?:
|
|
85
|
-
releaseDate?:
|
|
86
|
-
expireDate?:
|
|
104
|
+
updateDate?: null | string;
|
|
105
|
+
releaseDate?: null | string;
|
|
106
|
+
expireDate?: null | string;
|
|
87
107
|
};
|
|
88
108
|
export type ContentSummaryPropertyModel = {
|
|
89
109
|
alias: string;
|
|
90
|
-
label:
|
|
110
|
+
label: null | string;
|
|
91
111
|
value: unknown;
|
|
92
|
-
container?:
|
|
112
|
+
container?: null | ContentSummaryContainerModel;
|
|
93
113
|
};
|
|
94
114
|
export type DashboardModel = {
|
|
95
|
-
version
|
|
115
|
+
version: null | string;
|
|
96
116
|
status: StatusModel;
|
|
97
117
|
numberOfExportArchives: number;
|
|
98
118
|
};
|
|
@@ -102,10 +122,11 @@ export type DeleteExportModel = {
|
|
|
102
122
|
export type DeployEntityTypeCategoriesModel = number;
|
|
103
123
|
export type DeployItemModel = {
|
|
104
124
|
name: string;
|
|
105
|
-
culture?:
|
|
106
|
-
udi:
|
|
125
|
+
culture?: null | string;
|
|
126
|
+
udi: Udi;
|
|
107
127
|
includeDescendants: boolean;
|
|
108
|
-
releaseDate?:
|
|
128
|
+
releaseDate?: null | string;
|
|
129
|
+
entityType: string;
|
|
109
130
|
};
|
|
110
131
|
export type DeployModel = {
|
|
111
132
|
targetUrl: string;
|
|
@@ -121,27 +142,34 @@ export type DeployRegisteredEntityTypeDetailOptionsModel = {
|
|
|
121
142
|
supportsExportOfDescendants: boolean;
|
|
122
143
|
permittedToRestore: boolean;
|
|
123
144
|
};
|
|
124
|
-
export type
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
category?: string | null;
|
|
145
|
+
export type EntityTagHeaderValue = {
|
|
146
|
+
tag: StringSegment;
|
|
147
|
+
isWeak: boolean;
|
|
128
148
|
};
|
|
129
149
|
export type ExportModel = {
|
|
130
150
|
include: DeployEntityTypeCategoriesModel;
|
|
131
151
|
includeDependencies: DeployEntityTypeCategoriesModel;
|
|
132
152
|
enableLogging: boolean;
|
|
133
153
|
};
|
|
154
|
+
export type FileStreamResult = {
|
|
155
|
+
fileStream: Stream;
|
|
156
|
+
contentType: null | string;
|
|
157
|
+
fileDownloadName: null | string;
|
|
158
|
+
lastModified?: null | string;
|
|
159
|
+
entityTag?: null | EntityTagHeaderValue;
|
|
160
|
+
enableRangeProcessing: boolean;
|
|
161
|
+
};
|
|
134
162
|
export type GetComparisonModel = {
|
|
135
163
|
udi: string;
|
|
136
|
-
culture?:
|
|
164
|
+
culture?: null | string;
|
|
137
165
|
workspaceUrl: string;
|
|
138
166
|
};
|
|
139
167
|
export type GetUdiRangeModel = {
|
|
140
168
|
id: string;
|
|
141
169
|
entityType: string;
|
|
142
|
-
culture?:
|
|
170
|
+
culture?: null | string;
|
|
143
171
|
includeDescendants: boolean;
|
|
144
|
-
releaseDate?:
|
|
172
|
+
releaseDate?: null | string;
|
|
145
173
|
};
|
|
146
174
|
export type HeartbeatModel = {
|
|
147
175
|
sessionId: string;
|
|
@@ -161,39 +189,38 @@ export type ImportOnStartupConfigurationModel = {
|
|
|
161
189
|
warningsAsErrors: boolean;
|
|
162
190
|
entityTypes: Array<string>;
|
|
163
191
|
cultures: Array<string>;
|
|
164
|
-
username?:
|
|
192
|
+
username?: null | string;
|
|
165
193
|
};
|
|
166
194
|
export type InstantDeployModel = {
|
|
195
|
+
items: Array<GetUdiRangeModel>;
|
|
167
196
|
targetUrl: string;
|
|
168
197
|
ignoreDependencies: boolean;
|
|
169
198
|
enableLogging: boolean;
|
|
170
|
-
items: Array<GetUdiRangeModel>;
|
|
171
199
|
};
|
|
172
200
|
export type LicenseStatusResponseModel = {
|
|
173
201
|
valid: boolean;
|
|
174
|
-
message?:
|
|
202
|
+
message?: null | string;
|
|
203
|
+
};
|
|
204
|
+
export type ListExportModel = {
|
|
205
|
+
items: Array<GetUdiRangeModel>;
|
|
206
|
+
includeDependencies: DeployEntityTypeCategoriesModel;
|
|
207
|
+
enableLogging: boolean;
|
|
175
208
|
};
|
|
176
209
|
export type MarkersExistDetailModel = {
|
|
177
210
|
markersExist: boolean;
|
|
178
211
|
};
|
|
179
|
-
export type
|
|
180
|
-
udi: UdiModel;
|
|
181
|
-
name: string;
|
|
182
|
-
alias: string;
|
|
183
|
-
differences: Array<DifferenceModel>;
|
|
184
|
-
};
|
|
185
|
-
export type PagedRemoteEntityTreeItemResponseModel = {
|
|
212
|
+
export type PagedViewModelOfRemoteEntityTreeItemResponseModel = {
|
|
186
213
|
total: number;
|
|
187
214
|
items: Array<RemoteEntityTreeItemResponseModel>;
|
|
188
215
|
};
|
|
189
216
|
export type PartialRestoreModel = {
|
|
190
|
-
sourceUrl: string;
|
|
191
|
-
enableLogging: boolean;
|
|
192
217
|
restoreNodes: Array<PartialRestoreNodeModel>;
|
|
193
218
|
ignoreDependencies: boolean;
|
|
219
|
+
sourceUrl: string;
|
|
220
|
+
enableLogging: boolean;
|
|
194
221
|
};
|
|
195
222
|
export type PartialRestoreNodeModel = {
|
|
196
|
-
udi?:
|
|
223
|
+
udi?: null | string;
|
|
197
224
|
id: string;
|
|
198
225
|
entityType: string;
|
|
199
226
|
includeDescendants: boolean;
|
|
@@ -207,6 +234,14 @@ export type PermissionToTransferDetailModel = {
|
|
|
207
234
|
canTransfer: boolean;
|
|
208
235
|
canTransferDescendants: boolean;
|
|
209
236
|
};
|
|
237
|
+
export type PhysicalFileResult = {
|
|
238
|
+
fileName: string;
|
|
239
|
+
contentType: null | string;
|
|
240
|
+
fileDownloadName: null | string;
|
|
241
|
+
lastModified?: null | string;
|
|
242
|
+
entityTag?: null | EntityTagHeaderValue;
|
|
243
|
+
enableRangeProcessing: boolean;
|
|
244
|
+
};
|
|
210
245
|
export type QueueExportModel = {
|
|
211
246
|
includeDependencies: DeployEntityTypeCategoriesModel;
|
|
212
247
|
enableLogging: boolean;
|
|
@@ -217,53 +252,63 @@ export type RemoteEntityTreeItemResponseModel = {
|
|
|
217
252
|
unique: string;
|
|
218
253
|
uniquePrefix: string;
|
|
219
254
|
hasChildren: boolean;
|
|
220
|
-
parentUnique?:
|
|
255
|
+
parentUnique?: null | string;
|
|
221
256
|
entityType: string;
|
|
222
257
|
};
|
|
223
258
|
export type RemoteTreeDetailModel = {
|
|
224
259
|
supportsRemoteMenu: boolean;
|
|
225
|
-
nodeName:
|
|
226
|
-
entityType:
|
|
260
|
+
nodeName: null | string;
|
|
261
|
+
entityType: null | string;
|
|
227
262
|
};
|
|
228
263
|
export type RemoveFromQueueModel = {
|
|
229
264
|
udi: string;
|
|
230
|
-
culture?:
|
|
265
|
+
culture?: null | string;
|
|
231
266
|
};
|
|
232
267
|
export type RestoreModel = {
|
|
233
268
|
sourceUrl: string;
|
|
234
269
|
enableLogging: boolean;
|
|
235
270
|
};
|
|
236
271
|
export type SchemaComparisonDetailModel = {
|
|
237
|
-
udi:
|
|
238
|
-
|
|
239
|
-
|
|
272
|
+
udi: Udi;
|
|
273
|
+
label: null | string;
|
|
274
|
+
fileName: null | string;
|
|
240
275
|
umbracoExists: boolean;
|
|
241
276
|
fileExists: boolean;
|
|
242
277
|
isUpToDate: boolean;
|
|
243
278
|
canDeleteItem: boolean;
|
|
279
|
+
entityType: string;
|
|
244
280
|
};
|
|
245
281
|
export type SchemaComparisonForEntityModel = {
|
|
246
|
-
artifactFromUmbraco?:
|
|
247
|
-
artifactFromFile?:
|
|
248
|
-
};
|
|
249
|
-
export type SchemaComparisonModel = {
|
|
250
|
-
comparisonData: {
|
|
251
|
-
[key: string]: Array<SchemaComparisonDetailModel>;
|
|
252
|
-
};
|
|
282
|
+
artifactFromUmbraco?: unknown;
|
|
283
|
+
artifactFromFile?: unknown;
|
|
253
284
|
};
|
|
254
285
|
export type SessionActionRequestModel = {
|
|
255
286
|
sessionId: string;
|
|
256
287
|
};
|
|
257
288
|
export type SessionUpdatedModel = {
|
|
258
|
-
sessionId: string;
|
|
259
|
-
serverTimeStamp: string;
|
|
260
|
-
workItem: string;
|
|
261
289
|
status: WorkStatusModel;
|
|
262
290
|
comment: string;
|
|
263
291
|
log: string;
|
|
264
292
|
exceptionJson: string;
|
|
265
293
|
percent: number;
|
|
266
|
-
mismatchList: Array<
|
|
294
|
+
mismatchList: Array<{
|
|
295
|
+
udi: {
|
|
296
|
+
uriValue: string;
|
|
297
|
+
entityType: string;
|
|
298
|
+
isRoot: boolean;
|
|
299
|
+
};
|
|
300
|
+
name: string;
|
|
301
|
+
alias: string;
|
|
302
|
+
differences: Array<{
|
|
303
|
+
title: string;
|
|
304
|
+
text?: null | string;
|
|
305
|
+
category?: null | string;
|
|
306
|
+
}>;
|
|
307
|
+
}>;
|
|
308
|
+
entityId?: null | string;
|
|
309
|
+
sessionId: string;
|
|
310
|
+
serverTimeStamp: string;
|
|
311
|
+
workItem: string;
|
|
267
312
|
};
|
|
268
313
|
export type StatusDetailModel = {
|
|
269
314
|
sessionId: string;
|
|
@@ -273,9 +318,18 @@ export type StatusDetailModel = {
|
|
|
273
318
|
log: string;
|
|
274
319
|
};
|
|
275
320
|
export type StatusModel = {
|
|
276
|
-
message: string;
|
|
277
|
-
|
|
278
|
-
|
|
321
|
+
message: null | string;
|
|
322
|
+
formattedDateTime: null | string;
|
|
323
|
+
lastOperationFailed: boolean;
|
|
324
|
+
isRunning: boolean;
|
|
325
|
+
};
|
|
326
|
+
export type Stream = Blob | File;
|
|
327
|
+
export type StringSegment = {
|
|
328
|
+
buffer?: null | string;
|
|
329
|
+
offset: number;
|
|
330
|
+
length: number;
|
|
331
|
+
value?: null | string;
|
|
332
|
+
hasValue: boolean;
|
|
279
333
|
};
|
|
280
334
|
export type SuspensionsConfigurationModel = {
|
|
281
335
|
diskRead: string;
|
|
@@ -293,30 +347,31 @@ export type TreeExportModel = {
|
|
|
293
347
|
enableLogging: boolean;
|
|
294
348
|
};
|
|
295
349
|
export type TreeRestoreModel = {
|
|
296
|
-
sourceUrl: string;
|
|
297
|
-
enableLogging: boolean;
|
|
298
350
|
entityType: string;
|
|
299
351
|
ignoreDependencies: boolean;
|
|
352
|
+
sourceUrl: string;
|
|
353
|
+
enableLogging: boolean;
|
|
300
354
|
};
|
|
301
355
|
export type TriggerOperationCommandModel = {
|
|
302
356
|
operation: string;
|
|
303
357
|
};
|
|
304
|
-
export type
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
};
|
|
309
|
-
export type UmbracoCloudClientConfigurationInfoModel = ClientConfigurationInfoModel & {
|
|
310
|
-
isTrial: boolean;
|
|
311
|
-
trialExpireInDays: number;
|
|
312
|
-
projectName: string;
|
|
313
|
-
projectId: string;
|
|
314
|
-
projectAlias: string;
|
|
315
|
-
projectUrl: string;
|
|
358
|
+
export type Udi = {
|
|
359
|
+
uriValue: string;
|
|
360
|
+
entityType: string;
|
|
361
|
+
isRoot: boolean;
|
|
316
362
|
};
|
|
317
363
|
export type WorkItemDetailModel = {
|
|
318
364
|
sessionId: string;
|
|
319
365
|
};
|
|
366
|
+
export type WorkspaceInfoModel = {
|
|
367
|
+
name: string;
|
|
368
|
+
type: string;
|
|
369
|
+
url: string;
|
|
370
|
+
umbracoUrl: string;
|
|
371
|
+
git: string;
|
|
372
|
+
current: boolean;
|
|
373
|
+
deployUrl: string;
|
|
374
|
+
};
|
|
320
375
|
export declare enum WorkStatusModel {
|
|
321
376
|
UNKNOWN = "Unknown",
|
|
322
377
|
NEW = "New",
|
|
@@ -327,58 +382,6 @@ export declare enum WorkStatusModel {
|
|
|
327
382
|
TIMED_OUT = "TimedOut",
|
|
328
383
|
MISMATCH = "Mismatch"
|
|
329
384
|
}
|
|
330
|
-
export type WorkspaceInfoModel = {
|
|
331
|
-
name: string;
|
|
332
|
-
type: string;
|
|
333
|
-
url: string;
|
|
334
|
-
umbracoUrl: string;
|
|
335
|
-
git: string;
|
|
336
|
-
current: boolean;
|
|
337
|
-
deployUrl: string;
|
|
338
|
-
};
|
|
339
|
-
export type DashboardModelWritable = {
|
|
340
|
-
version?: string | null;
|
|
341
|
-
status: StatusModelWritable;
|
|
342
|
-
numberOfExportArchives: number;
|
|
343
|
-
};
|
|
344
|
-
export type DeployItemModelWritable = {
|
|
345
|
-
name: string;
|
|
346
|
-
culture?: string | null;
|
|
347
|
-
udi: unknown;
|
|
348
|
-
includeDescendants: boolean;
|
|
349
|
-
releaseDate?: string | null;
|
|
350
|
-
};
|
|
351
|
-
export type MismatchDetailsModelWritable = {
|
|
352
|
-
udi: unknown;
|
|
353
|
-
name: string;
|
|
354
|
-
alias: string;
|
|
355
|
-
differences: Array<DifferenceModel>;
|
|
356
|
-
};
|
|
357
|
-
export type SchemaComparisonDetailModelWritable = {
|
|
358
|
-
umbracoExists: boolean;
|
|
359
|
-
fileExists: boolean;
|
|
360
|
-
isUpToDate: boolean;
|
|
361
|
-
canDeleteItem: boolean;
|
|
362
|
-
};
|
|
363
|
-
export type SchemaComparisonModelWritable = {
|
|
364
|
-
comparisonData: {
|
|
365
|
-
[key: string]: Array<SchemaComparisonDetailModelWritable>;
|
|
366
|
-
};
|
|
367
|
-
};
|
|
368
|
-
export type SessionUpdatedModelWritable = {
|
|
369
|
-
sessionId: string;
|
|
370
|
-
serverTimeStamp: string;
|
|
371
|
-
workItem: string;
|
|
372
|
-
status: WorkStatusModel;
|
|
373
|
-
comment: string;
|
|
374
|
-
log: string;
|
|
375
|
-
exceptionJson: string;
|
|
376
|
-
percent: number;
|
|
377
|
-
mismatchList: Array<MismatchDetailsModelWritable>;
|
|
378
|
-
};
|
|
379
|
-
export type StatusModelWritable = {
|
|
380
|
-
message: string;
|
|
381
|
-
};
|
|
382
385
|
export type GetConfigurationClientData = {
|
|
383
386
|
body?: never;
|
|
384
387
|
path?: never;
|
|
@@ -418,7 +421,7 @@ export type GetConfigurationDetailsResponses = {
|
|
|
418
421
|
};
|
|
419
422
|
export type GetConfigurationDetailsResponse = GetConfigurationDetailsResponses[keyof GetConfigurationDetailsResponses];
|
|
420
423
|
export type PostContentData = {
|
|
421
|
-
body
|
|
424
|
+
body: GetComparisonModel;
|
|
422
425
|
path?: never;
|
|
423
426
|
query?: never;
|
|
424
427
|
url: '/umbraco/deploy/management/api/v1/content';
|
|
@@ -428,10 +431,6 @@ export type PostContentErrors = {
|
|
|
428
431
|
* The resource is protected and requires an authentication token
|
|
429
432
|
*/
|
|
430
433
|
401: unknown;
|
|
431
|
-
/**
|
|
432
|
-
* Forbidden
|
|
433
|
-
*/
|
|
434
|
-
403: unknown;
|
|
435
434
|
};
|
|
436
435
|
export type PostContentResponses = {
|
|
437
436
|
/**
|
|
@@ -440,27 +439,8 @@ export type PostContentResponses = {
|
|
|
440
439
|
200: ContentComparisonModel;
|
|
441
440
|
};
|
|
442
441
|
export type PostContentResponse = PostContentResponses[keyof PostContentResponses];
|
|
443
|
-
export type GetArtifactsData = {
|
|
444
|
-
body?: never;
|
|
445
|
-
path?: never;
|
|
446
|
-
query?: never;
|
|
447
|
-
url: '/umbraco/deploy/management/api/v1/artifacts';
|
|
448
|
-
};
|
|
449
|
-
export type GetArtifactsErrors = {
|
|
450
|
-
/**
|
|
451
|
-
* The resource is protected and requires an authentication token
|
|
452
|
-
*/
|
|
453
|
-
401: unknown;
|
|
454
|
-
};
|
|
455
|
-
export type GetArtifactsResponses = {
|
|
456
|
-
/**
|
|
457
|
-
* OK
|
|
458
|
-
*/
|
|
459
|
-
200: Blob | File;
|
|
460
|
-
};
|
|
461
|
-
export type GetArtifactsResponse = GetArtifactsResponses[keyof GetArtifactsResponses];
|
|
462
442
|
export type PostDeployData = {
|
|
463
|
-
body
|
|
443
|
+
body: DeployModel;
|
|
464
444
|
path?: never;
|
|
465
445
|
query?: never;
|
|
466
446
|
url: '/umbraco/deploy/management/api/v1/deploy';
|
|
@@ -471,7 +451,7 @@ export type PostDeployErrors = {
|
|
|
471
451
|
*/
|
|
472
452
|
401: unknown;
|
|
473
453
|
/**
|
|
474
|
-
*
|
|
454
|
+
* The authenticated user does not have access to this resource
|
|
475
455
|
*/
|
|
476
456
|
403: unknown;
|
|
477
457
|
};
|
|
@@ -483,7 +463,7 @@ export type PostDeployResponses = {
|
|
|
483
463
|
};
|
|
484
464
|
export type PostDeployResponse = PostDeployResponses[keyof PostDeployResponses];
|
|
485
465
|
export type PostDeployInstantData = {
|
|
486
|
-
body
|
|
466
|
+
body: InstantDeployModel;
|
|
487
467
|
path?: never;
|
|
488
468
|
query?: never;
|
|
489
469
|
url: '/umbraco/deploy/management/api/v1/deploy/instant';
|
|
@@ -494,7 +474,7 @@ export type PostDeployInstantErrors = {
|
|
|
494
474
|
*/
|
|
495
475
|
401: unknown;
|
|
496
476
|
/**
|
|
497
|
-
*
|
|
477
|
+
* The authenticated user does not have access to this resource
|
|
498
478
|
*/
|
|
499
479
|
403: unknown;
|
|
500
480
|
};
|
|
@@ -505,6 +485,25 @@ export type PostDeployInstantResponses = {
|
|
|
505
485
|
200: WorkItemDetailModel;
|
|
506
486
|
};
|
|
507
487
|
export type PostDeployInstantResponse = PostDeployInstantResponses[keyof PostDeployInstantResponses];
|
|
488
|
+
export type GetArtifactsData = {
|
|
489
|
+
body?: never;
|
|
490
|
+
path?: never;
|
|
491
|
+
query?: never;
|
|
492
|
+
url: '/umbraco/deploy/management/api/v1/artifacts';
|
|
493
|
+
};
|
|
494
|
+
export type GetArtifactsErrors = {
|
|
495
|
+
/**
|
|
496
|
+
* The resource is protected and requires an authentication token
|
|
497
|
+
*/
|
|
498
|
+
401: unknown;
|
|
499
|
+
};
|
|
500
|
+
export type GetArtifactsResponses = {
|
|
501
|
+
/**
|
|
502
|
+
* OK
|
|
503
|
+
*/
|
|
504
|
+
200: Blob | File;
|
|
505
|
+
};
|
|
506
|
+
export type GetArtifactsResponse = GetArtifactsResponses[keyof GetArtifactsResponses];
|
|
508
507
|
export type PostEntityExportData = {
|
|
509
508
|
body?: never;
|
|
510
509
|
path?: never;
|
|
@@ -604,10 +603,6 @@ export type GetExportErrors = {
|
|
|
604
603
|
* The resource is protected and requires an authentication token
|
|
605
604
|
*/
|
|
606
605
|
401: unknown;
|
|
607
|
-
/**
|
|
608
|
-
* Forbidden
|
|
609
|
-
*/
|
|
610
|
-
403: unknown;
|
|
611
606
|
};
|
|
612
607
|
export type GetExportResponses = {
|
|
613
608
|
/**
|
|
@@ -617,7 +612,7 @@ export type GetExportResponses = {
|
|
|
617
612
|
};
|
|
618
613
|
export type GetExportResponse = GetExportResponses[keyof GetExportResponses];
|
|
619
614
|
export type PostExportData = {
|
|
620
|
-
body
|
|
615
|
+
body: ExportModel;
|
|
621
616
|
path?: never;
|
|
622
617
|
query?: never;
|
|
623
618
|
url: '/umbraco/deploy/management/api/v1/export';
|
|
@@ -640,7 +635,7 @@ export type PostExportResponses = {
|
|
|
640
635
|
};
|
|
641
636
|
export type PostExportResponse = PostExportResponses[keyof PostExportResponses];
|
|
642
637
|
export type PostExportDeleteData = {
|
|
643
|
-
body
|
|
638
|
+
body: DeleteExportModel;
|
|
644
639
|
path?: never;
|
|
645
640
|
query?: never;
|
|
646
641
|
url: '/umbraco/deploy/management/api/v1/export/delete';
|
|
@@ -650,19 +645,38 @@ export type PostExportDeleteErrors = {
|
|
|
650
645
|
* The resource is protected and requires an authentication token
|
|
651
646
|
*/
|
|
652
647
|
401: unknown;
|
|
648
|
+
};
|
|
649
|
+
export type PostExportDeleteResponses = {
|
|
650
|
+
/**
|
|
651
|
+
* OK
|
|
652
|
+
*/
|
|
653
|
+
200: unknown;
|
|
654
|
+
};
|
|
655
|
+
export type PostExportListData = {
|
|
656
|
+
body: ListExportModel;
|
|
657
|
+
path?: never;
|
|
658
|
+
query?: never;
|
|
659
|
+
url: '/umbraco/deploy/management/api/v1/export/list';
|
|
660
|
+
};
|
|
661
|
+
export type PostExportListErrors = {
|
|
662
|
+
/**
|
|
663
|
+
* The resource is protected and requires an authentication token
|
|
664
|
+
*/
|
|
665
|
+
401: unknown;
|
|
653
666
|
/**
|
|
654
|
-
*
|
|
667
|
+
* The authenticated user does not have access to this resource
|
|
655
668
|
*/
|
|
656
669
|
403: unknown;
|
|
657
670
|
};
|
|
658
|
-
export type
|
|
671
|
+
export type PostExportListResponses = {
|
|
659
672
|
/**
|
|
660
673
|
* OK
|
|
661
674
|
*/
|
|
662
|
-
200:
|
|
675
|
+
200: WorkItemDetailModel;
|
|
663
676
|
};
|
|
677
|
+
export type PostExportListResponse = PostExportListResponses[keyof PostExportListResponses];
|
|
664
678
|
export type PostExportQueueData = {
|
|
665
|
-
body
|
|
679
|
+
body: QueueExportModel;
|
|
666
680
|
path?: never;
|
|
667
681
|
query?: never;
|
|
668
682
|
url: '/umbraco/deploy/management/api/v1/export/queue';
|
|
@@ -685,7 +699,7 @@ export type PostExportQueueResponses = {
|
|
|
685
699
|
};
|
|
686
700
|
export type PostExportQueueResponse = PostExportQueueResponses[keyof PostExportQueueResponses];
|
|
687
701
|
export type PostExportTreeData = {
|
|
688
|
-
body
|
|
702
|
+
body: TreeExportModel;
|
|
689
703
|
path?: never;
|
|
690
704
|
query?: never;
|
|
691
705
|
url: '/umbraco/deploy/management/api/v1/export/tree';
|
|
@@ -696,7 +710,7 @@ export type PostExportTreeErrors = {
|
|
|
696
710
|
*/
|
|
697
711
|
401: unknown;
|
|
698
712
|
/**
|
|
699
|
-
*
|
|
713
|
+
* The authenticated user does not have access to this resource
|
|
700
714
|
*/
|
|
701
715
|
403: unknown;
|
|
702
716
|
};
|
|
@@ -708,7 +722,7 @@ export type PostExportTreeResponses = {
|
|
|
708
722
|
};
|
|
709
723
|
export type PostExportTreeResponse = PostExportTreeResponses[keyof PostExportTreeResponses];
|
|
710
724
|
export type PostImportData = {
|
|
711
|
-
body
|
|
725
|
+
body: ImportModel;
|
|
712
726
|
path?: never;
|
|
713
727
|
query?: never;
|
|
714
728
|
url: '/umbraco/deploy/management/api/v1/import';
|
|
@@ -719,7 +733,7 @@ export type PostImportErrors = {
|
|
|
719
733
|
*/
|
|
720
734
|
401: unknown;
|
|
721
735
|
/**
|
|
722
|
-
*
|
|
736
|
+
* The authenticated user does not have access to this resource
|
|
723
737
|
*/
|
|
724
738
|
403: unknown;
|
|
725
739
|
};
|
|
@@ -787,7 +801,7 @@ export type PostNoNodesCreateDiskReadTriggerResponses = {
|
|
|
787
801
|
200: unknown;
|
|
788
802
|
};
|
|
789
803
|
export type PostOperationData = {
|
|
790
|
-
body
|
|
804
|
+
body: TriggerOperationCommandModel;
|
|
791
805
|
path?: never;
|
|
792
806
|
query?: never;
|
|
793
807
|
url: '/umbraco/deploy/management/api/v1/operation';
|
|
@@ -849,7 +863,7 @@ export type GetQueueResponses = {
|
|
|
849
863
|
};
|
|
850
864
|
export type GetQueueResponse = GetQueueResponses[keyof GetQueueResponses];
|
|
851
865
|
export type PostQueueAddData = {
|
|
852
|
-
body
|
|
866
|
+
body: AddToQueueModel;
|
|
853
867
|
path?: never;
|
|
854
868
|
query?: never;
|
|
855
869
|
url: '/umbraco/deploy/management/api/v1/queue/add';
|
|
@@ -860,7 +874,7 @@ export type PostQueueAddErrors = {
|
|
|
860
874
|
*/
|
|
861
875
|
401: unknown;
|
|
862
876
|
/**
|
|
863
|
-
*
|
|
877
|
+
* The authenticated user does not have access to this resource
|
|
864
878
|
*/
|
|
865
879
|
403: unknown;
|
|
866
880
|
};
|
|
@@ -868,7 +882,11 @@ export type PostQueueAddResponses = {
|
|
|
868
882
|
/**
|
|
869
883
|
* OK
|
|
870
884
|
*/
|
|
871
|
-
200:
|
|
885
|
+
200: DeployItemModel;
|
|
886
|
+
/**
|
|
887
|
+
* No Content
|
|
888
|
+
*/
|
|
889
|
+
204: void;
|
|
872
890
|
};
|
|
873
891
|
export type PostQueueAddResponse = PostQueueAddResponses[keyof PostQueueAddResponses];
|
|
874
892
|
export type PostQueueClearData = {
|
|
@@ -890,7 +908,7 @@ export type PostQueueClearResponses = {
|
|
|
890
908
|
200: unknown;
|
|
891
909
|
};
|
|
892
910
|
export type PostQueueRemoveData = {
|
|
893
|
-
body
|
|
911
|
+
body: RemoveFromQueueModel;
|
|
894
912
|
path?: never;
|
|
895
913
|
query?: never;
|
|
896
914
|
url: '/umbraco/deploy/management/api/v1/queue/remove';
|
|
@@ -908,7 +926,7 @@ export type PostQueueRemoveResponses = {
|
|
|
908
926
|
200: unknown;
|
|
909
927
|
};
|
|
910
928
|
export type PostRestoreData = {
|
|
911
|
-
body
|
|
929
|
+
body: RestoreModel;
|
|
912
930
|
path?: never;
|
|
913
931
|
query?: never;
|
|
914
932
|
url: '/umbraco/deploy/management/api/v1/restore';
|
|
@@ -918,10 +936,6 @@ export type PostRestoreErrors = {
|
|
|
918
936
|
* The resource is protected and requires an authentication token
|
|
919
937
|
*/
|
|
920
938
|
401: unknown;
|
|
921
|
-
/**
|
|
922
|
-
* Forbidden
|
|
923
|
-
*/
|
|
924
|
-
403: unknown;
|
|
925
939
|
};
|
|
926
940
|
export type PostRestoreResponses = {
|
|
927
941
|
/**
|
|
@@ -931,7 +945,7 @@ export type PostRestoreResponses = {
|
|
|
931
945
|
};
|
|
932
946
|
export type PostRestoreResponse = PostRestoreResponses[keyof PostRestoreResponses];
|
|
933
947
|
export type PostRestoreNoNodesData = {
|
|
934
|
-
body
|
|
948
|
+
body: RestoreModel;
|
|
935
949
|
path?: never;
|
|
936
950
|
query?: never;
|
|
937
951
|
url: '/umbraco/deploy/management/api/v1/restore/no-nodes';
|
|
@@ -941,10 +955,6 @@ export type PostRestoreNoNodesErrors = {
|
|
|
941
955
|
* The resource is protected and requires an authentication token
|
|
942
956
|
*/
|
|
943
957
|
401: unknown;
|
|
944
|
-
/**
|
|
945
|
-
* Forbidden
|
|
946
|
-
*/
|
|
947
|
-
403: unknown;
|
|
948
958
|
};
|
|
949
959
|
export type PostRestoreNoNodesResponses = {
|
|
950
960
|
/**
|
|
@@ -954,7 +964,7 @@ export type PostRestoreNoNodesResponses = {
|
|
|
954
964
|
};
|
|
955
965
|
export type PostRestoreNoNodesResponse = PostRestoreNoNodesResponses[keyof PostRestoreNoNodesResponses];
|
|
956
966
|
export type PostRestorePartialData = {
|
|
957
|
-
body
|
|
967
|
+
body: PartialRestoreModel;
|
|
958
968
|
path?: never;
|
|
959
969
|
query?: never;
|
|
960
970
|
url: '/umbraco/deploy/management/api/v1/restore/partial';
|
|
@@ -965,7 +975,7 @@ export type PostRestorePartialErrors = {
|
|
|
965
975
|
*/
|
|
966
976
|
401: unknown;
|
|
967
977
|
/**
|
|
968
|
-
*
|
|
978
|
+
* The authenticated user does not have access to this resource
|
|
969
979
|
*/
|
|
970
980
|
403: unknown;
|
|
971
981
|
};
|
|
@@ -977,7 +987,7 @@ export type PostRestorePartialResponses = {
|
|
|
977
987
|
};
|
|
978
988
|
export type PostRestorePartialResponse = PostRestorePartialResponses[keyof PostRestorePartialResponses];
|
|
979
989
|
export type PostRestoreTreeData = {
|
|
980
|
-
body
|
|
990
|
+
body: TreeRestoreModel;
|
|
981
991
|
path?: never;
|
|
982
992
|
query?: never;
|
|
983
993
|
url: '/umbraco/deploy/management/api/v1/restore/tree';
|
|
@@ -988,7 +998,7 @@ export type PostRestoreTreeErrors = {
|
|
|
988
998
|
*/
|
|
989
999
|
401: unknown;
|
|
990
1000
|
/**
|
|
991
|
-
*
|
|
1001
|
+
* The authenticated user does not have access to this resource
|
|
992
1002
|
*/
|
|
993
1003
|
403: unknown;
|
|
994
1004
|
};
|
|
@@ -1015,7 +1025,7 @@ export type GetSchemaResponses = {
|
|
|
1015
1025
|
/**
|
|
1016
1026
|
* OK
|
|
1017
1027
|
*/
|
|
1018
|
-
200:
|
|
1028
|
+
200: Array<SchemaComparisonDetailModel>;
|
|
1019
1029
|
};
|
|
1020
1030
|
export type GetSchemaResponse = GetSchemaResponses[keyof GetSchemaResponses];
|
|
1021
1031
|
export type DeleteSchemaFileData = {
|
|
@@ -1184,7 +1194,7 @@ export type GetStatusLicenseResponses = {
|
|
|
1184
1194
|
};
|
|
1185
1195
|
export type GetStatusLicenseResponse = GetStatusLicenseResponses[keyof GetStatusLicenseResponses];
|
|
1186
1196
|
export type PostStatusStatusData = {
|
|
1187
|
-
body
|
|
1197
|
+
body: SessionActionRequestModel;
|
|
1188
1198
|
path?: never;
|
|
1189
1199
|
query?: never;
|
|
1190
1200
|
url: '/umbraco/deploy/management/api/v1/status/status';
|
|
@@ -1217,11 +1227,7 @@ export type GetTreeExternalContentErrors = {
|
|
|
1217
1227
|
*/
|
|
1218
1228
|
401: unknown;
|
|
1219
1229
|
/**
|
|
1220
|
-
*
|
|
1221
|
-
*/
|
|
1222
|
-
403: unknown;
|
|
1223
|
-
/**
|
|
1224
|
-
* Internal Server Error
|
|
1230
|
+
* Could not retrieve remote environment.
|
|
1225
1231
|
*/
|
|
1226
1232
|
500: unknown;
|
|
1227
1233
|
};
|
|
@@ -1229,7 +1235,7 @@ export type GetTreeExternalContentResponses = {
|
|
|
1229
1235
|
/**
|
|
1230
1236
|
* OK
|
|
1231
1237
|
*/
|
|
1232
|
-
200:
|
|
1238
|
+
200: PagedViewModelOfRemoteEntityTreeItemResponseModel;
|
|
1233
1239
|
};
|
|
1234
1240
|
export type GetTreeExternalContentResponse = GetTreeExternalContentResponses[keyof GetTreeExternalContentResponses];
|
|
1235
1241
|
export type GetTreeExternalEntityData = {
|
|
@@ -1248,11 +1254,7 @@ export type GetTreeExternalEntityErrors = {
|
|
|
1248
1254
|
*/
|
|
1249
1255
|
401: unknown;
|
|
1250
1256
|
/**
|
|
1251
|
-
*
|
|
1252
|
-
*/
|
|
1253
|
-
403: unknown;
|
|
1254
|
-
/**
|
|
1255
|
-
* Internal Server Error
|
|
1257
|
+
* Could not retrieve remote environment.
|
|
1256
1258
|
*/
|
|
1257
1259
|
500: unknown;
|
|
1258
1260
|
};
|
|
@@ -1260,7 +1262,7 @@ export type GetTreeExternalEntityResponses = {
|
|
|
1260
1262
|
/**
|
|
1261
1263
|
* OK
|
|
1262
1264
|
*/
|
|
1263
|
-
200:
|
|
1265
|
+
200: PagedViewModelOfRemoteEntityTreeItemResponseModel;
|
|
1264
1266
|
};
|
|
1265
1267
|
export type GetTreeExternalEntityResponse = GetTreeExternalEntityResponses[keyof GetTreeExternalEntityResponses];
|
|
1266
1268
|
export type GetTreeExternalMediaData = {
|
|
@@ -1278,11 +1280,7 @@ export type GetTreeExternalMediaErrors = {
|
|
|
1278
1280
|
*/
|
|
1279
1281
|
401: unknown;
|
|
1280
1282
|
/**
|
|
1281
|
-
*
|
|
1282
|
-
*/
|
|
1283
|
-
403: unknown;
|
|
1284
|
-
/**
|
|
1285
|
-
* Internal Server Error
|
|
1283
|
+
* Could not retrieve remote environment.
|
|
1286
1284
|
*/
|
|
1287
1285
|
500: unknown;
|
|
1288
1286
|
};
|
|
@@ -1290,11 +1288,11 @@ export type GetTreeExternalMediaResponses = {
|
|
|
1290
1288
|
/**
|
|
1291
1289
|
* OK
|
|
1292
1290
|
*/
|
|
1293
|
-
200:
|
|
1291
|
+
200: PagedViewModelOfRemoteEntityTreeItemResponseModel;
|
|
1294
1292
|
};
|
|
1295
1293
|
export type GetTreeExternalMediaResponse = GetTreeExternalMediaResponses[keyof GetTreeExternalMediaResponses];
|
|
1296
1294
|
export type PostUdiData = {
|
|
1297
|
-
body
|
|
1295
|
+
body: GetUdiRangeModel;
|
|
1298
1296
|
path?: never;
|
|
1299
1297
|
query?: never;
|
|
1300
1298
|
url: '/umbraco/deploy/management/api/v1/udi';
|