@umbraco-cms/backoffice 16.3.4 → 16.4.0-rc
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 +8 -0
- package/dist-cms/apps/backoffice/components/backoffice-header-sections.element.js +3 -2
- package/dist-cms/apps/preview/apps/preview-exit.element.js +1 -1
- package/dist-cms/apps/preview/apps/preview-open-website.element.js +1 -1
- package/dist-cms/apps/preview/preview.context.d.ts +1 -1
- package/dist-cms/apps/preview/preview.context.js +24 -4
- package/dist-cms/apps/preview/preview.element.js +1 -1
- package/dist-cms/assets/lang/da.js +17 -13
- package/dist-cms/assets/lang/de.js +3 -0
- package/dist-cms/assets/lang/en.js +17 -2
- package/dist-cms/assets/lang/es.js +3 -0
- package/dist-cms/assets/lang/fr.js +1 -0
- package/dist-cms/assets/lang/nb.js +1 -1
- package/dist-cms/assets/lang/nl.js +1 -0
- package/dist-cms/assets/lang/pt.js +7 -0
- package/dist-cms/custom-elements.json +250 -18
- package/dist-cms/external/dompurify/package.json +1 -1
- package/dist-cms/external/lit/package.json +1 -1
- package/dist-cms/external/marked/package.json +1 -1
- package/dist-cms/external/monaco-editor/package.json +1 -1
- package/dist-cms/external/monaco-editor/vite.config.js +1 -1
- package/dist-cms/external/openid/src/redirect_based_handler.d.ts +6 -0
- package/dist-cms/external/openid/src/redirect_based_handler.js +35 -7
- package/dist-cms/external/uui/package.json +2 -2
- package/dist-cms/libs/localization-api/localization.controller.d.ts +9 -0
- package/dist-cms/libs/localization-api/localization.controller.js +9 -0
- package/dist-cms/packages/block/block/workspace/block-workspace-editor.element.js +1 -4
- package/dist-cms/packages/block/block/workspace/block-workspace.context.js +37 -12
- package/dist-cms/packages/block/block/workspace/views/edit/block-workspace-view-edit-content-no-router.element.js +16 -21
- package/dist-cms/packages/block/block-grid/components/block-grid-area-config-entry/block-grid-area-config-entry.element.js +7 -3
- package/dist-cms/packages/block/block-grid/components/block-grid-area-config-entry/workspace/views/settings.element.js +2 -2
- package/dist-cms/packages/block/block-grid/components/block-grid-block/block-grid-block.element.d.ts +1 -0
- package/dist-cms/packages/block/block-grid/components/block-grid-block/block-grid-block.element.js +4 -1
- package/dist-cms/packages/block/block-grid/components/block-grid-block-inline/block-grid-block-inline.element.d.ts +1 -0
- package/dist-cms/packages/block/block-grid/components/block-grid-block-inline/block-grid-block-inline.element.js +4 -1
- package/dist-cms/packages/block/block-grid/components/block-grid-entries/block-grid-entries.element.js +3 -3
- package/dist-cms/packages/block/block-grid/components/block-grid-entry/block-grid-entry.element.js +3 -1
- package/dist-cms/packages/block/block-grid/property-editors/block-grid-area-type-permission/block-grid-area-type-permission.element.js +11 -2
- package/dist-cms/packages/block/block-grid/property-editors/block-grid-areas-config/property-editor-ui-block-grid-areas-config.element.js +6 -0
- package/dist-cms/packages/block/block-grid/property-editors/block-grid-type-configuration/property-editor-ui-block-grid-type-configuration.element.js +21 -13
- package/dist-cms/packages/block/block-grid/workspace/views/block-grid-type-workspace-view-areas.element.js +1 -1
- package/dist-cms/packages/block/block-list/components/block-list-entry/block-list-entry.element.d.ts +2 -2
- package/dist-cms/packages/block/block-list/components/block-list-entry/block-list-entry.element.js +8 -7
- package/dist-cms/packages/block/block-list/components/inline-list-block/inline-list-block.element.d.ts +1 -0
- package/dist-cms/packages/block/block-list/components/inline-list-block/inline-list-block.element.js +4 -5
- package/dist-cms/packages/block/block-list/components/ref-list-block/ref-list-block.element.d.ts +1 -0
- package/dist-cms/packages/block/block-list/components/ref-list-block/ref-list-block.element.js +4 -1
- package/dist-cms/packages/block/block-list/property-editors/block-list-editor/property-editor-ui-block-list.element.js +5 -4
- package/dist-cms/packages/block/block-rte/components/block-rte-entry/block-rte-entry.element.d.ts +1 -1
- package/dist-cms/packages/block/block-rte/components/block-rte-entry/block-rte-entry.element.js +6 -5
- package/dist-cms/packages/block/block-rte/components/ref-rte-block/ref-rte-block.element.d.ts +1 -0
- package/dist-cms/packages/block/block-rte/components/ref-rte-block/ref-rte-block.element.js +4 -1
- package/dist-cms/packages/block/block-type/components/input-block-type/input-block-type.element.js +3 -4
- package/dist-cms/packages/clipboard/clipboard-entry/picker/clipboard-entry-picker.element.js +1 -1
- package/dist-cms/packages/content/content/manager/content-data-manager.js +1 -0
- package/dist-cms/packages/content/content/manager/element-data-manager.js +6 -5
- package/dist-cms/packages/content/content/types.d.ts +8 -2
- package/dist-cms/packages/content/content/workspace/content-detail-workspace-base.d.ts +4 -0
- package/dist-cms/packages/content/content/workspace/content-detail-workspace-base.js +34 -10
- package/dist-cms/packages/content/content/workspace/views/edit/content-editor.element.d.ts +2 -1
- package/dist-cms/packages/content/content/workspace/views/edit/content-editor.element.js +10 -2
- package/dist-cms/packages/content/content-type/structure/content-type-container-structure-helper.class.js +1 -1
- package/dist-cms/packages/content/content-type/structure/content-type-structure-manager.class.d.ts +9 -5
- package/dist-cms/packages/content/content-type/structure/content-type-structure-manager.class.js +25 -5
- package/dist-cms/packages/content/content-type/workspace/content-type-workspace-context-base.js +1 -0
- package/dist-cms/packages/content/content-type/workspace/views/design/content-type-design-editor-group.element.js +3 -4
- package/dist-cms/packages/content/content-type/workspace/views/design/content-type-design-editor-property.element.js +17 -5
- package/dist-cms/packages/content/content-type/workspace/views/design/content-type-design-editor-tab.element.js +39 -20
- package/dist-cms/packages/content/content-type/workspace/views/design/content-type-design-editor.element.js +1 -1
- package/dist-cms/packages/content/property-type/workspace/views/settings/property-workspace-view-settings.element.js +1 -1
- package/dist-cms/packages/core/auth/auth-flow.js +3 -0
- package/dist-cms/packages/core/backend-api/client/client.gen.js +39 -11
- package/dist-cms/packages/core/backend-api/client/index.d.ts +1 -0
- package/dist-cms/packages/core/backend-api/client/index.js +1 -0
- package/dist-cms/packages/core/backend-api/client/types.gen.d.ts +1 -1
- package/dist-cms/packages/core/backend-api/client/utils.gen.d.ts +6 -11
- package/dist-cms/packages/core/backend-api/client/utils.gen.js +27 -23
- package/dist-cms/packages/core/backend-api/client.gen.d.ts +3 -3
- package/dist-cms/packages/core/backend-api/core/queryKeySerializer.gen.d.ts +18 -0
- package/dist-cms/packages/core/backend-api/core/queryKeySerializer.gen.js +99 -0
- package/dist-cms/packages/core/backend-api/core/serverSentEvents.gen.d.ts +13 -1
- package/dist-cms/packages/core/backend-api/core/serverSentEvents.gen.js +16 -2
- package/dist-cms/packages/core/backend-api/core/utils.gen.d.ts +6 -1
- package/dist-cms/packages/core/backend-api/core/utils.gen.js +18 -0
- package/dist-cms/packages/core/backend-api/sdk.gen.d.ts +12 -6
- package/dist-cms/packages/core/backend-api/sdk.gen.js +500 -416
- package/dist-cms/packages/core/backend-api/types.gen.d.ts +294 -6
- package/dist-cms/packages/core/backend-api/types.gen.js +1 -0
- package/dist-cms/packages/core/collection/action/create/manifests.js +1 -1
- package/dist-cms/packages/core/components/backoffice-notification-container/backoffice-notification-container.element.d.ts +4 -0
- package/dist-cms/packages/core/components/backoffice-notification-container/backoffice-notification-container.element.js +39 -2
- package/dist-cms/packages/core/components/body-layout/body-layout.element.js +1 -1
- package/dist-cms/packages/core/components/entity-actions-bundle/entity-actions-bundle.element.d.ts +1 -1
- package/dist-cms/packages/core/components/entity-actions-bundle/entity-actions-bundle.element.js +18 -12
- package/dist-cms/packages/core/components/index.d.ts +1 -0
- package/dist-cms/packages/core/components/index.js +1 -0
- package/dist-cms/packages/core/components/input-number-range/input-number-range.element.js +1 -1
- package/dist-cms/packages/core/components/input-slider/input-slider.element.d.ts +8 -3
- package/dist-cms/packages/core/components/input-slider/input-slider.element.js +95 -9
- package/dist-cms/packages/core/components/multiple-color-picker-input/multiple-color-picker-item-input.element.js +28 -5
- package/dist-cms/packages/core/components/split-panel/split-panel.element.d.ts +3 -2
- package/dist-cms/packages/core/components/split-panel/split-panel.element.js +7 -2
- package/dist-cms/packages/core/components/view-loader/view-loader.element.d.ts +5 -0
- package/dist-cms/packages/core/components/view-loader/view-loader.element.js +36 -0
- package/dist-cms/packages/core/culture/manifests.d.ts +1 -1
- package/dist-cms/packages/core/entity-action/common/create/create.action.js +1 -1
- package/dist-cms/packages/core/entity-action/common/create/create.action.kind.js +1 -1
- package/dist-cms/packages/core/entity-action/global-components/entity-actions-table-column-view/entity-actions-table-column-view.element.js +1 -1
- package/dist-cms/packages/core/entity-flag/index.d.ts +1 -0
- package/dist-cms/packages/core/entity-flag/index.js +1 -0
- package/dist-cms/packages/core/entity-flag/types.d.ts +10 -0
- package/dist-cms/packages/core/entity-flag/types.js +1 -0
- package/dist-cms/packages/core/entity-sign/components/entity-sign-bundle.element.d.ts +21 -0
- package/dist-cms/packages/core/entity-sign/components/entity-sign-bundle.element.js +257 -0
- package/dist-cms/packages/core/entity-sign/components/index.d.ts +1 -0
- package/dist-cms/packages/core/entity-sign/components/index.js +1 -0
- package/dist-cms/packages/core/entity-sign/extensions/entity-sign-api.interface.d.ts +18 -0
- package/dist-cms/packages/core/entity-sign/extensions/entity-sign-api.interface.js +1 -0
- package/dist-cms/packages/core/entity-sign/extensions/entity-sign-element.interface.d.ts +5 -0
- package/dist-cms/packages/core/entity-sign/extensions/entity-sign-element.interface.js +1 -0
- package/dist-cms/packages/core/entity-sign/extensions/entity-sign.extension.d.ts +20 -0
- package/dist-cms/packages/core/entity-sign/extensions/entity-sign.extension.js +1 -0
- package/dist-cms/packages/core/entity-sign/extensions/types.d.ts +3 -0
- package/dist-cms/packages/core/entity-sign/extensions/types.js +1 -0
- package/dist-cms/packages/core/entity-sign/index.d.ts +2 -0
- package/dist-cms/packages/core/entity-sign/index.js +1 -0
- package/dist-cms/packages/core/entity-sign/kinds/icon/entity-sign-icon.api.d.ts +10 -0
- package/dist-cms/packages/core/entity-sign/kinds/icon/entity-sign-icon.api.js +11 -0
- package/dist-cms/packages/core/entity-sign/kinds/icon/entity-sign-icon.element.d.ts +10 -0
- package/dist-cms/packages/core/entity-sign/kinds/icon/entity-sign-icon.element.js +41 -0
- package/dist-cms/packages/core/entity-sign/kinds/icon/index.d.ts +1 -0
- package/dist-cms/packages/core/entity-sign/kinds/icon/index.js +1 -0
- package/dist-cms/packages/core/entity-sign/kinds/icon/manifests.d.ts +2 -0
- package/dist-cms/packages/core/entity-sign/kinds/icon/manifests.js +14 -0
- package/dist-cms/packages/core/entity-sign/kinds/icon/types.d.ts +15 -0
- package/dist-cms/packages/core/entity-sign/kinds/icon/types.js +1 -0
- package/dist-cms/packages/core/entity-sign/kinds/manifests.d.ts +2 -0
- package/dist-cms/packages/core/entity-sign/kinds/manifests.js +2 -0
- package/dist-cms/packages/core/entity-sign/kinds/types.d.ts +1 -0
- package/dist-cms/packages/core/entity-sign/kinds/types.js +1 -0
- package/dist-cms/packages/core/entity-sign/manifests.d.ts +2 -0
- package/dist-cms/packages/core/entity-sign/manifests.js +2 -0
- package/dist-cms/packages/core/entity-sign/types.d.ts +1 -0
- package/dist-cms/packages/core/entity-sign/types.js +1 -0
- package/dist-cms/packages/core/entry-point.d.ts +1 -0
- package/dist-cms/packages/core/entry-point.js +1 -0
- package/dist-cms/packages/core/icon-registry/icon-dictionary.json +8 -0
- package/dist-cms/packages/core/icon-registry/icon-picker-modal/icon-picker-modal.element.d.ts +1 -3
- package/dist-cms/packages/core/icon-registry/icon-picker-modal/icon-picker-modal.element.js +44 -26
- package/dist-cms/packages/core/icon-registry/icon-picker-modal/icon-picker-modal.token.d.ts +5 -2
- package/dist-cms/packages/core/icon-registry/icons/icon-bar-chart.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-bar-chart.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-bars.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-bars.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-blockquote.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-blockquote.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-bug.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-bug.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-bulleted-list.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-bulleted-list.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-equalizer.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-equalizer.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-heading-5.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-heading-5.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-heading-6.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-heading-6.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-heading.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-heading.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-home.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-home.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-indent.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-indent.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-list.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-list.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-ordered-list.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-ordered-list.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-outdent.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-outdent.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-playlist.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-playlist.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-stretch-horizontal.d.ts +2 -0
- package/dist-cms/packages/core/icon-registry/icons/icon-stretch-horizontal.js +1 -0
- package/dist-cms/packages/core/icon-registry/icons/icon-text-align-center.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-text-align-center.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-text-align-justify.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-text-align-justify.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-text-align-left.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-text-align-left.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-text-align-right.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-text-align-right.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-trending-up-down.d.ts +2 -0
- package/dist-cms/packages/core/icon-registry/icons/icon-trending-up-down.js +1 -0
- package/dist-cms/packages/core/icon-registry/icons/icon-twitter-x.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-twitter-x.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons.d.ts +10 -0
- package/dist-cms/packages/core/icon-registry/icons.js +6 -0
- package/dist-cms/packages/core/manifests.js +2 -0
- package/dist-cms/packages/core/menu/components/menu-item-layout/menu-item-layout.element.js +20 -19
- package/dist-cms/packages/core/menu/section-sidebar-menu-with-entity-actions/section-sidebar-menu-with-entity-actions.element.js +3 -2
- package/dist-cms/packages/core/openapi-ts.config.d.ts +31 -1
- package/dist-cms/packages/core/package.json +4 -4
- package/dist-cms/packages/core/property/components/property/property.element.d.ts +1 -1
- package/dist-cms/packages/core/property/components/property/property.element.js +6 -1
- package/dist-cms/packages/core/property/components/property-layout/property-layout.element.js +2 -1
- package/dist-cms/packages/core/property/manifests.d.ts +1 -1
- package/dist-cms/packages/core/property/property-value-preset/property-value-preset-builder.controller.d.ts +3 -1
- package/dist-cms/packages/core/property/property-value-preset/property-value-preset-builder.controller.js +25 -16
- package/dist-cms/packages/core/property/property-value-preset/property-value-preset-variant-builder.controller.js +12 -10
- package/dist-cms/packages/core/property/property-value-preset/types.d.ts +1 -0
- package/dist-cms/packages/core/property-editor/constants.d.ts +2 -0
- package/dist-cms/packages/core/property-editor/constants.js +2 -0
- package/dist-cms/packages/core/recycle-bin/entity-action/restore-from-recycle-bin/modal/restore-from-recycle-bin-modal.element.js +1 -1
- package/dist-cms/packages/core/recycle-bin/entity-action/restore-from-recycle-bin/restore-from-recycle-bin.action.js +8 -5
- package/dist-cms/packages/core/resources/extractUmbColorVariable.function.js +1 -0
- package/dist-cms/packages/core/router/modal-registration/modal-route-registration.controller.js +8 -4
- package/dist-cms/packages/core/section/extensions/section.extension.d.ts +1 -0
- package/dist-cms/packages/core/sorter/sorter.controller.d.ts +0 -1
- package/dist-cms/packages/core/sorter/sorter.controller.js +0 -1
- package/dist-cms/packages/core/temporary-file/manifests.d.ts +1 -1
- package/dist-cms/packages/core/themes/manifests.d.ts +1 -1
- package/dist-cms/packages/core/tree/tree-item/tree-item-base/tree-item-element-base.d.ts +10 -0
- package/dist-cms/packages/core/tree/tree-item/tree-item-base/tree-item-element-base.js +75 -15
- package/dist-cms/packages/core/tree/types.d.ts +2 -1
- package/dist-cms/packages/core/validation/controllers/validation.controller.js +4 -2
- package/dist-cms/packages/core/variant/types.d.ts +2 -0
- package/dist-cms/packages/core/vite.config.js +2 -0
- package/dist-cms/packages/core/workspace/components/workspace-breadcrumb/workspace-menu-breadcrumb/workspace-menu-breadcrumb.element.js +5 -1
- package/dist-cms/packages/core/workspace/components/workspace-breadcrumb/workspace-variant-menu-breadcrumb/workspace-variant-menu-breadcrumb.element.js +5 -2
- package/dist-cms/packages/core/workspace/components/workspace-split-view/workspace-split-view-variant-selector.element.js +22 -4
- package/dist-cms/packages/core/workspace/components/workspace-split-view/workspace-split-view.element.d.ts +2 -1
- package/dist-cms/packages/core/workspace/components/workspace-split-view/workspace-split-view.element.js +5 -0
- package/dist-cms/packages/core/workspace/entity-detail/entity-detail-workspace-base.d.ts +6 -0
- package/dist-cms/packages/core/workspace/entity-detail/entity-detail-workspace-base.js +12 -2
- package/dist-cms/packages/core/workspace/kinds/default/default-workspace.context.d.ts +1 -1
- package/dist-cms/packages/core/workspace/workspace.element.d.ts +2 -2
- package/dist-cms/packages/core/workspace/workspace.element.js +2 -2
- package/dist-cms/packages/data-type/index.d.ts +1 -0
- package/dist-cms/packages/data-type/index.js +1 -0
- package/dist-cms/packages/data-type/workspace/data-type-workspace.context.js +4 -1
- package/dist-cms/packages/data-type/workspace/index.d.ts +1 -0
- package/dist-cms/packages/data-type/workspace/index.js +1 -0
- package/dist-cms/packages/data-type/workspace/views/details/data-type-details-workspace-property-editor-picker.element.d.ts +22 -0
- package/dist-cms/packages/data-type/workspace/views/details/data-type-details-workspace-property-editor-picker.element.js +128 -0
- package/dist-cms/packages/data-type/workspace/views/details/data-type-details-workspace-view.element.js +23 -72
- package/dist-cms/packages/data-type/workspace/views/index.d.ts +1 -0
- package/dist-cms/packages/data-type/workspace/views/index.js +1 -0
- package/dist-cms/packages/dictionary/entity-action/manifests.js +1 -1
- package/dist-cms/packages/dictionary/workspace/views/workspace-view-dictionary-editor.element.js +5 -8
- package/dist-cms/packages/documents/document-blueprints/entity-actions/create/manifests.js +1 -1
- package/dist-cms/packages/documents/document-blueprints/repository/detail/document-blueprint-detail.server.data-source.js +3 -0
- package/dist-cms/packages/documents/document-blueprints/types.d.ts +2 -2
- package/dist-cms/packages/documents/document-types/entity-actions/create/manifests.js +1 -1
- package/dist-cms/packages/documents/documents/collection/repository/document-collection.server.data-source.js +2 -0
- package/dist-cms/packages/documents/documents/collection/types.d.ts +3 -2
- package/dist-cms/packages/documents/documents/constants.d.ts +1 -0
- package/dist-cms/packages/documents/documents/entity-actions/create/create.action.d.ts +1 -1
- package/dist-cms/packages/documents/documents/entity-actions/create/create.action.js +1 -1
- package/dist-cms/packages/documents/documents/entity-actions/create/manifests.js +1 -1
- package/dist-cms/packages/documents/documents/entity-sign/constants.d.ts +2 -0
- package/dist-cms/packages/documents/documents/entity-sign/constants.js +1 -0
- package/dist-cms/packages/documents/documents/entity-sign/has-pending-changes/constants.d.ts +1 -0
- package/dist-cms/packages/documents/documents/entity-sign/has-pending-changes/constants.js +1 -0
- package/dist-cms/packages/documents/documents/entity-sign/has-pending-changes/manifests.d.ts +1 -0
- package/dist-cms/packages/documents/documents/entity-sign/has-pending-changes/manifests.js +12 -0
- package/dist-cms/packages/documents/documents/entity-sign/has-schedule/constants.d.ts +1 -0
- package/dist-cms/packages/documents/documents/entity-sign/has-schedule/constants.js +1 -0
- package/dist-cms/packages/documents/documents/entity-sign/has-schedule/manifests.d.ts +1 -0
- package/dist-cms/packages/documents/documents/entity-sign/has-schedule/manifests.js +18 -0
- package/dist-cms/packages/documents/documents/entity-sign/is-protected/constants.d.ts +1 -0
- package/dist-cms/packages/documents/documents/entity-sign/is-protected/constants.js +1 -0
- package/dist-cms/packages/documents/documents/entity-sign/is-protected/manifest.d.ts +1 -0
- package/dist-cms/packages/documents/documents/entity-sign/is-protected/manifest.js +15 -0
- package/dist-cms/packages/documents/documents/entity-sign/manifests.d.ts +1 -0
- package/dist-cms/packages/documents/documents/entity-sign/manifests.js +8 -0
- package/dist-cms/packages/documents/documents/item/document-item-data-resolver.d.ts +9 -6
- package/dist-cms/packages/documents/documents/item/document-item-data-resolver.js +43 -21
- package/dist-cms/packages/documents/documents/item/repository/document-item.server.cache-invalidation.manager.js +1 -0
- package/dist-cms/packages/documents/documents/item/repository/document-item.server.data-source.js +2 -0
- package/dist-cms/packages/documents/documents/item/repository/types.d.ts +3 -1
- package/dist-cms/packages/documents/documents/manifests.js +2 -0
- package/dist-cms/packages/documents/documents/publishing/publish/entity-bulk-action/publish.bulk-action.js +1 -0
- package/dist-cms/packages/documents/documents/publishing/repository/document-publishing.server.data-source.js +2 -0
- package/dist-cms/packages/documents/documents/publishing/unpublish/entity-bulk-action/unpublish.bulk-action.js +1 -0
- package/dist-cms/packages/documents/documents/recycle-bin/tree/data/document-recycle-bin-tree.server.data-source.js +3 -0
- package/dist-cms/packages/documents/documents/reference/repository/document-reference-response.management-api.mapping.js +1 -0
- package/dist-cms/packages/documents/documents/repository/detail/document-detail.server.data-source.js +3 -0
- package/dist-cms/packages/documents/documents/search/document-search.server.data-source.js +2 -0
- package/dist-cms/packages/documents/documents/tree/document-tree.server.data-source.js +2 -0
- package/dist-cms/packages/documents/documents/tree/tree-item/document-tree-item.context.d.ts +1 -0
- package/dist-cms/packages/documents/documents/tree/tree-item/document-tree-item.context.js +1 -0
- package/dist-cms/packages/documents/documents/tree/tree-item/document-tree-item.element.d.ts +7 -3
- package/dist-cms/packages/documents/documents/tree/tree-item/document-tree-item.element.js +20 -90
- package/dist-cms/packages/documents/documents/tree/types.d.ts +3 -1
- package/dist-cms/packages/documents/documents/user-permissions/document/manifests.js +1 -1
- package/dist-cms/packages/documents/documents/utils.js +1 -0
- package/dist-cms/packages/documents/documents/workspace/constants.js +1 -0
- package/dist-cms/packages/documents/documents/workspace/document-workspace-editor.element.d.ts +2 -1
- package/dist-cms/packages/documents/documents/workspace/document-workspace-editor.element.js +10 -3
- package/dist-cms/packages/documents/documents/workspace/document-workspace-split-view-variant-selector.element.d.ts +1 -3
- package/dist-cms/packages/documents/documents/workspace/document-workspace-split-view-variant-selector.element.js +2 -2
- package/dist-cms/packages/documents/documents/workspace/document-workspace-split-view.element.d.ts +1 -0
- package/dist-cms/packages/documents/documents/workspace/document-workspace-split-view.element.js +13 -6
- package/dist-cms/packages/documents/documents/workspace/document-workspace.context.js +9 -1
- package/dist-cms/packages/extension-types/index.d.ts +2 -0
- package/dist-cms/packages/language/entity-actions/manifests.js +1 -1
- package/dist-cms/packages/log-viewer/workspace/logviewer-workspace.context.d.ts +1 -0
- package/dist-cms/packages/log-viewer/workspace/logviewer-workspace.context.js +8 -1
- package/dist-cms/packages/management-api/detail/cache-invalidation.manager.d.ts +1 -0
- package/dist-cms/packages/management-api/detail/cache-invalidation.manager.js +3 -1
- package/dist-cms/packages/management-api/detail/detail-data.request-manager.js +1 -1
- package/dist-cms/packages/management-api/item/cache-invalidation.manager.d.ts +1 -0
- package/dist-cms/packages/management-api/item/cache-invalidation.manager.js +3 -1
- package/dist-cms/packages/media/media/audit-log/info-app/media-history-workspace-info-app.element.js +1 -0
- package/dist-cms/packages/media/media/collection/media-collection.context.js +1 -0
- package/dist-cms/packages/media/media/collection/repository/media-collection.server.data-source.js +1 -0
- package/dist-cms/packages/media/media/collection/types.d.ts +2 -1
- package/dist-cms/packages/media/media/components/input-upload-field/preview/input-upload-field-svg.element.js +1 -0
- package/dist-cms/packages/media/media/dropzone/media-dropzone.manager.js +1 -1
- package/dist-cms/packages/media/media/entity-actions/create/create.action.d.ts +1 -1
- package/dist-cms/packages/media/media/entity-actions/create/create.action.js +1 -1
- package/dist-cms/packages/media/media/entity-actions/create/manifests.js +1 -1
- package/dist-cms/packages/media/media/modals/media-picker/components/media-picker-folder-path.element.js +1 -0
- package/dist-cms/packages/media/media/paths.js +1 -1
- package/dist-cms/packages/media/media/property-editors/upload-field/Umbraco.UploadField.js +1 -1
- package/dist-cms/packages/media/media/repository/detail/media-detail.server.data-source.js +5 -0
- package/dist-cms/packages/media/media/repository/item/media-item.server.cache-invalidation.manager.js +1 -0
- package/dist-cms/packages/media/media/tree/media-tree.server.data-source.js +3 -0
- package/dist-cms/packages/media/media/workspace/constants.js +1 -0
- package/dist-cms/packages/members/member/collection/repository/member-collection.server.data-source.js +1 -0
- package/dist-cms/packages/members/member/entity-actions/create/manifests.js +1 -1
- package/dist-cms/packages/members/member/repository/detail/member-detail.server.data-source.js +5 -0
- package/dist-cms/packages/members/member/workspace/member/constants.js +1 -0
- package/dist-cms/packages/members/member-group/entity-actions/manifests.js +1 -1
- package/dist-cms/packages/property-editors/collection/manifests.js +1 -0
- package/dist-cms/packages/property-editors/icon-picker/manifests.js +10 -0
- package/dist-cms/packages/property-editors/icon-picker/property-editor-ui-icon-picker.element.d.ts +7 -3
- package/dist-cms/packages/property-editors/icon-picker/property-editor-ui-icon-picker.element.js +45 -14
- package/dist-cms/packages/property-editors/missing/manifests.js +15 -2
- package/dist-cms/packages/property-editors/missing/property-editor-ui-missing-base.element.d.ts +18 -0
- package/dist-cms/packages/property-editors/missing/property-editor-ui-missing-base.element.js +130 -0
- package/dist-cms/packages/property-editors/missing/property-editor-ui-missing-ui.element.d.ts +13 -0
- package/dist-cms/packages/property-editors/missing/property-editor-ui-missing-ui.element.js +24 -0
- package/dist-cms/packages/property-editors/missing/property-editor-ui-missing.element.d.ts +2 -13
- package/dist-cms/packages/property-editors/missing/property-editor-ui-missing.element.js +6 -112
- package/dist-cms/packages/property-editors/slider/property-editor-ui-slider.element.d.ts +2 -2
- package/dist-cms/packages/property-editors/slider/property-editor-ui-slider.element.js +29 -11
- package/dist-cms/packages/property-editors/slider/slider-property-value-preset.d.ts +1 -4
- package/dist-cms/packages/property-editors/slider/types.d.ts +3 -2
- package/dist-cms/packages/templating/partial-views/entity-actions/create/manifests.js +1 -1
- package/dist-cms/packages/templating/scripts/entity-actions/create/manifests.js +1 -1
- package/dist-cms/packages/templating/templates/entity-actions/manifests.js +1 -1
- package/dist-cms/packages/templating/templates/workspace/template-workspace-editor.element.js +2 -2
- package/dist-cms/packages/templating/templates/workspace/template-workspace.context.d.ts +1 -1
- package/dist-cms/packages/templating/templates/workspace/template-workspace.context.js +14 -6
- package/dist-cms/packages/tiptap/components/toolbar/tiptap-toolbar.element.js +3 -3
- package/dist-cms/packages/tiptap/extensions/horizontal-rule/manifests.js +1 -0
- package/dist-cms/packages/tiptap/extensions/style-select/manifests.js +1 -0
- package/dist-cms/packages/tiptap/property-editors/extensions-configuration/property-editor-ui-tiptap-extensions-configuration.element.js +2 -2
- package/dist-cms/packages/tiptap/property-editors/statusbar-configuration/property-editor-ui-tiptap-statusbar-configuration.element.js +37 -25
- package/dist-cms/packages/tiptap/property-editors/statusbar-configuration/tiptap-statusbar-configuration.context.d.ts +2 -2
- package/dist-cms/packages/tiptap/property-editors/statusbar-configuration/tiptap-statusbar-configuration.context.js +2 -1
- package/dist-cms/packages/tiptap/property-editors/toolbar-configuration/property-editor-ui-tiptap-toolbar-configuration.element.js +1 -3
- package/dist-cms/packages/tiptap/property-editors/toolbar-configuration/tiptap-toolbar-configuration.context.d.ts +2 -2
- package/dist-cms/packages/tiptap/property-editors/toolbar-configuration/tiptap-toolbar-configuration.context.js +1 -1
- package/dist-cms/packages/tiptap/property-editors/toolbar-configuration/tiptap-toolbar-group-configuration.element.js +22 -19
- package/dist-cms/packages/tiptap/property-editors/types.d.ts +4 -4
- package/dist-cms/packages/ufm/contexts/ufm.context.d.ts +1 -1
- package/dist-cms/packages/ufm/filters/manifests.js +24 -0
- package/dist-cms/packages/ufm/filters/strip-html.filter.d.ts +1 -0
- package/dist-cms/packages/ufm/filters/strip-html.filter.js +1 -0
- package/dist-cms/packages/ufm/filters/truncate.filter.d.ts +1 -0
- package/dist-cms/packages/ufm/filters/truncate.filter.js +8 -1
- package/dist-cms/packages/umbraco-news/umbraco-news-dashboard.element.js +1 -2
- package/dist-cms/packages/user/user-permission/constants.d.ts +1 -0
- package/dist-cms/packages/user/user-permission/constants.js +1 -0
- package/dist-cms/packages/user/user-permission/fallback-permission-condition/constants.d.ts +1 -0
- package/dist-cms/packages/user/user-permission/fallback-permission-condition/constants.js +1 -0
- package/dist-cms/packages/user/user-permission/fallback-permission-condition/fallback-user-permission.condition.d.ts +9 -0
- package/dist-cms/packages/user/user-permission/fallback-permission-condition/fallback-user-permission.condition.js +34 -0
- package/dist-cms/packages/user/user-permission/fallback-permission-condition/manifests.d.ts +1 -0
- package/dist-cms/packages/user/user-permission/fallback-permission-condition/manifests.js +9 -0
- package/dist-cms/packages/user/user-permission/fallback-permission-condition/types.d.ts +20 -0
- package/dist-cms/packages/user/user-permission/fallback-permission-condition/types.js +1 -0
- package/dist-cms/packages/user/user-permission/index.d.ts +1 -0
- package/dist-cms/packages/user/user-permission/index.js +1 -0
- package/dist-cms/packages/user/user-permission/manifests.js +2 -1
- package/dist-cms/tsconfig.build.tsbuildinfo +1 -1
- package/dist-cms/umbraco-package-schema.json +3 -0
- package/dist-cms/umbraco-package.json +1 -1
- package/dist-cms/vscode-html-custom-data.json +133 -30
- package/examples/user-permission/constants.ts +4 -0
- package/examples/user-permission/entity-action/action-1.ts +9 -0
- package/examples/user-permission/entity-action/action-2.ts +9 -0
- package/examples/user-permission/entity-action/manifests.ts +47 -0
- package/examples/user-permission/entity-user-permission/manifests.ts +30 -0
- package/examples/user-permission/index.ts +9 -0
- package/examples/user-permission/localization/en.ts +6 -0
- package/examples/user-permission/localization/manifests.ts +12 -0
- package/examples/validation-context/validation-context-dashboard.ts +9 -8
- package/package.json +13 -11
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
2
|
import { formDataBodySerializer } from './client/index.js';
|
|
3
|
-
import { client
|
|
3
|
+
import { client } from './client.gen.js';
|
|
4
4
|
export class CultureService {
|
|
5
5
|
static getCulture(options) {
|
|
6
|
-
return (options?.client ??
|
|
6
|
+
return (options?.client ?? client).get({
|
|
7
7
|
security: [
|
|
8
8
|
{
|
|
9
9
|
scheme: 'bearer',
|
|
@@ -17,7 +17,7 @@ export class CultureService {
|
|
|
17
17
|
}
|
|
18
18
|
export class DataTypeService {
|
|
19
19
|
static postDataType(options) {
|
|
20
|
-
return (options?.client ??
|
|
20
|
+
return (options?.client ?? client).post({
|
|
21
21
|
security: [
|
|
22
22
|
{
|
|
23
23
|
scheme: 'bearer',
|
|
@@ -33,7 +33,7 @@ export class DataTypeService {
|
|
|
33
33
|
});
|
|
34
34
|
}
|
|
35
35
|
static deleteDataTypeById(options) {
|
|
36
|
-
return (options.client ??
|
|
36
|
+
return (options.client ?? client).delete({
|
|
37
37
|
security: [
|
|
38
38
|
{
|
|
39
39
|
scheme: 'bearer',
|
|
@@ -45,7 +45,7 @@ export class DataTypeService {
|
|
|
45
45
|
});
|
|
46
46
|
}
|
|
47
47
|
static getDataTypeById(options) {
|
|
48
|
-
return (options.client ??
|
|
48
|
+
return (options.client ?? client).get({
|
|
49
49
|
security: [
|
|
50
50
|
{
|
|
51
51
|
scheme: 'bearer',
|
|
@@ -57,7 +57,7 @@ export class DataTypeService {
|
|
|
57
57
|
});
|
|
58
58
|
}
|
|
59
59
|
static putDataTypeById(options) {
|
|
60
|
-
return (options.client ??
|
|
60
|
+
return (options.client ?? client).put({
|
|
61
61
|
security: [
|
|
62
62
|
{
|
|
63
63
|
scheme: 'bearer',
|
|
@@ -73,7 +73,7 @@ export class DataTypeService {
|
|
|
73
73
|
});
|
|
74
74
|
}
|
|
75
75
|
static postDataTypeByIdCopy(options) {
|
|
76
|
-
return (options.client ??
|
|
76
|
+
return (options.client ?? client).post({
|
|
77
77
|
security: [
|
|
78
78
|
{
|
|
79
79
|
scheme: 'bearer',
|
|
@@ -89,7 +89,7 @@ export class DataTypeService {
|
|
|
89
89
|
});
|
|
90
90
|
}
|
|
91
91
|
static getDataTypeByIdIsUsed(options) {
|
|
92
|
-
return (options.client ??
|
|
92
|
+
return (options.client ?? client).get({
|
|
93
93
|
security: [
|
|
94
94
|
{
|
|
95
95
|
scheme: 'bearer',
|
|
@@ -101,7 +101,7 @@ export class DataTypeService {
|
|
|
101
101
|
});
|
|
102
102
|
}
|
|
103
103
|
static putDataTypeByIdMove(options) {
|
|
104
|
-
return (options.client ??
|
|
104
|
+
return (options.client ?? client).put({
|
|
105
105
|
security: [
|
|
106
106
|
{
|
|
107
107
|
scheme: 'bearer',
|
|
@@ -117,7 +117,7 @@ export class DataTypeService {
|
|
|
117
117
|
});
|
|
118
118
|
}
|
|
119
119
|
static getDataTypeByIdReferencedBy(options) {
|
|
120
|
-
return (options.client ??
|
|
120
|
+
return (options.client ?? client).get({
|
|
121
121
|
security: [
|
|
122
122
|
{
|
|
123
123
|
scheme: 'bearer',
|
|
@@ -132,7 +132,7 @@ export class DataTypeService {
|
|
|
132
132
|
* @deprecated
|
|
133
133
|
*/
|
|
134
134
|
static getDataTypeByIdReferences(options) {
|
|
135
|
-
return (options.client ??
|
|
135
|
+
return (options.client ?? client).get({
|
|
136
136
|
security: [
|
|
137
137
|
{
|
|
138
138
|
scheme: 'bearer',
|
|
@@ -144,7 +144,7 @@ export class DataTypeService {
|
|
|
144
144
|
});
|
|
145
145
|
}
|
|
146
146
|
static getDataTypeConfiguration(options) {
|
|
147
|
-
return (options?.client ??
|
|
147
|
+
return (options?.client ?? client).get({
|
|
148
148
|
security: [
|
|
149
149
|
{
|
|
150
150
|
scheme: 'bearer',
|
|
@@ -156,7 +156,7 @@ export class DataTypeService {
|
|
|
156
156
|
});
|
|
157
157
|
}
|
|
158
158
|
static postDataTypeFolder(options) {
|
|
159
|
-
return (options?.client ??
|
|
159
|
+
return (options?.client ?? client).post({
|
|
160
160
|
security: [
|
|
161
161
|
{
|
|
162
162
|
scheme: 'bearer',
|
|
@@ -172,7 +172,7 @@ export class DataTypeService {
|
|
|
172
172
|
});
|
|
173
173
|
}
|
|
174
174
|
static deleteDataTypeFolderById(options) {
|
|
175
|
-
return (options.client ??
|
|
175
|
+
return (options.client ?? client).delete({
|
|
176
176
|
security: [
|
|
177
177
|
{
|
|
178
178
|
scheme: 'bearer',
|
|
@@ -184,7 +184,7 @@ export class DataTypeService {
|
|
|
184
184
|
});
|
|
185
185
|
}
|
|
186
186
|
static getDataTypeFolderById(options) {
|
|
187
|
-
return (options.client ??
|
|
187
|
+
return (options.client ?? client).get({
|
|
188
188
|
security: [
|
|
189
189
|
{
|
|
190
190
|
scheme: 'bearer',
|
|
@@ -196,7 +196,7 @@ export class DataTypeService {
|
|
|
196
196
|
});
|
|
197
197
|
}
|
|
198
198
|
static putDataTypeFolderById(options) {
|
|
199
|
-
return (options.client ??
|
|
199
|
+
return (options.client ?? client).put({
|
|
200
200
|
security: [
|
|
201
201
|
{
|
|
202
202
|
scheme: 'bearer',
|
|
@@ -212,7 +212,7 @@ export class DataTypeService {
|
|
|
212
212
|
});
|
|
213
213
|
}
|
|
214
214
|
static getFilterDataType(options) {
|
|
215
|
-
return (options?.client ??
|
|
215
|
+
return (options?.client ?? client).get({
|
|
216
216
|
security: [
|
|
217
217
|
{
|
|
218
218
|
scheme: 'bearer',
|
|
@@ -224,7 +224,7 @@ export class DataTypeService {
|
|
|
224
224
|
});
|
|
225
225
|
}
|
|
226
226
|
static getItemDataType(options) {
|
|
227
|
-
return (options?.client ??
|
|
227
|
+
return (options?.client ?? client).get({
|
|
228
228
|
security: [
|
|
229
229
|
{
|
|
230
230
|
scheme: 'bearer',
|
|
@@ -236,7 +236,7 @@ export class DataTypeService {
|
|
|
236
236
|
});
|
|
237
237
|
}
|
|
238
238
|
static getItemDataTypeSearch(options) {
|
|
239
|
-
return (options?.client ??
|
|
239
|
+
return (options?.client ?? client).get({
|
|
240
240
|
security: [
|
|
241
241
|
{
|
|
242
242
|
scheme: 'bearer',
|
|
@@ -248,7 +248,7 @@ export class DataTypeService {
|
|
|
248
248
|
});
|
|
249
249
|
}
|
|
250
250
|
static getTreeDataTypeAncestors(options) {
|
|
251
|
-
return (options?.client ??
|
|
251
|
+
return (options?.client ?? client).get({
|
|
252
252
|
security: [
|
|
253
253
|
{
|
|
254
254
|
scheme: 'bearer',
|
|
@@ -260,7 +260,7 @@ export class DataTypeService {
|
|
|
260
260
|
});
|
|
261
261
|
}
|
|
262
262
|
static getTreeDataTypeChildren(options) {
|
|
263
|
-
return (options?.client ??
|
|
263
|
+
return (options?.client ?? client).get({
|
|
264
264
|
security: [
|
|
265
265
|
{
|
|
266
266
|
scheme: 'bearer',
|
|
@@ -272,7 +272,7 @@ export class DataTypeService {
|
|
|
272
272
|
});
|
|
273
273
|
}
|
|
274
274
|
static getTreeDataTypeRoot(options) {
|
|
275
|
-
return (options?.client ??
|
|
275
|
+
return (options?.client ?? client).get({
|
|
276
276
|
security: [
|
|
277
277
|
{
|
|
278
278
|
scheme: 'bearer',
|
|
@@ -284,7 +284,7 @@ export class DataTypeService {
|
|
|
284
284
|
});
|
|
285
285
|
}
|
|
286
286
|
static getTreeDataTypeSiblings(options) {
|
|
287
|
-
return (options?.client ??
|
|
287
|
+
return (options?.client ?? client).get({
|
|
288
288
|
security: [
|
|
289
289
|
{
|
|
290
290
|
scheme: 'bearer',
|
|
@@ -298,7 +298,7 @@ export class DataTypeService {
|
|
|
298
298
|
}
|
|
299
299
|
export class DictionaryService {
|
|
300
300
|
static getDictionary(options) {
|
|
301
|
-
return (options?.client ??
|
|
301
|
+
return (options?.client ?? client).get({
|
|
302
302
|
security: [
|
|
303
303
|
{
|
|
304
304
|
scheme: 'bearer',
|
|
@@ -310,7 +310,7 @@ export class DictionaryService {
|
|
|
310
310
|
});
|
|
311
311
|
}
|
|
312
312
|
static postDictionary(options) {
|
|
313
|
-
return (options?.client ??
|
|
313
|
+
return (options?.client ?? client).post({
|
|
314
314
|
security: [
|
|
315
315
|
{
|
|
316
316
|
scheme: 'bearer',
|
|
@@ -326,7 +326,7 @@ export class DictionaryService {
|
|
|
326
326
|
});
|
|
327
327
|
}
|
|
328
328
|
static deleteDictionaryById(options) {
|
|
329
|
-
return (options.client ??
|
|
329
|
+
return (options.client ?? client).delete({
|
|
330
330
|
security: [
|
|
331
331
|
{
|
|
332
332
|
scheme: 'bearer',
|
|
@@ -338,7 +338,7 @@ export class DictionaryService {
|
|
|
338
338
|
});
|
|
339
339
|
}
|
|
340
340
|
static getDictionaryById(options) {
|
|
341
|
-
return (options.client ??
|
|
341
|
+
return (options.client ?? client).get({
|
|
342
342
|
security: [
|
|
343
343
|
{
|
|
344
344
|
scheme: 'bearer',
|
|
@@ -350,7 +350,7 @@ export class DictionaryService {
|
|
|
350
350
|
});
|
|
351
351
|
}
|
|
352
352
|
static putDictionaryById(options) {
|
|
353
|
-
return (options.client ??
|
|
353
|
+
return (options.client ?? client).put({
|
|
354
354
|
security: [
|
|
355
355
|
{
|
|
356
356
|
scheme: 'bearer',
|
|
@@ -366,7 +366,7 @@ export class DictionaryService {
|
|
|
366
366
|
});
|
|
367
367
|
}
|
|
368
368
|
static getDictionaryByIdExport(options) {
|
|
369
|
-
return (options.client ??
|
|
369
|
+
return (options.client ?? client).get({
|
|
370
370
|
security: [
|
|
371
371
|
{
|
|
372
372
|
scheme: 'bearer',
|
|
@@ -378,7 +378,7 @@ export class DictionaryService {
|
|
|
378
378
|
});
|
|
379
379
|
}
|
|
380
380
|
static putDictionaryByIdMove(options) {
|
|
381
|
-
return (options.client ??
|
|
381
|
+
return (options.client ?? client).put({
|
|
382
382
|
security: [
|
|
383
383
|
{
|
|
384
384
|
scheme: 'bearer',
|
|
@@ -394,7 +394,7 @@ export class DictionaryService {
|
|
|
394
394
|
});
|
|
395
395
|
}
|
|
396
396
|
static postDictionaryImport(options) {
|
|
397
|
-
return (options?.client ??
|
|
397
|
+
return (options?.client ?? client).post({
|
|
398
398
|
security: [
|
|
399
399
|
{
|
|
400
400
|
scheme: 'bearer',
|
|
@@ -410,7 +410,7 @@ export class DictionaryService {
|
|
|
410
410
|
});
|
|
411
411
|
}
|
|
412
412
|
static getItemDictionary(options) {
|
|
413
|
-
return (options?.client ??
|
|
413
|
+
return (options?.client ?? client).get({
|
|
414
414
|
security: [
|
|
415
415
|
{
|
|
416
416
|
scheme: 'bearer',
|
|
@@ -422,7 +422,7 @@ export class DictionaryService {
|
|
|
422
422
|
});
|
|
423
423
|
}
|
|
424
424
|
static getTreeDictionaryAncestors(options) {
|
|
425
|
-
return (options?.client ??
|
|
425
|
+
return (options?.client ?? client).get({
|
|
426
426
|
security: [
|
|
427
427
|
{
|
|
428
428
|
scheme: 'bearer',
|
|
@@ -434,7 +434,7 @@ export class DictionaryService {
|
|
|
434
434
|
});
|
|
435
435
|
}
|
|
436
436
|
static getTreeDictionaryChildren(options) {
|
|
437
|
-
return (options?.client ??
|
|
437
|
+
return (options?.client ?? client).get({
|
|
438
438
|
security: [
|
|
439
439
|
{
|
|
440
440
|
scheme: 'bearer',
|
|
@@ -446,7 +446,7 @@ export class DictionaryService {
|
|
|
446
446
|
});
|
|
447
447
|
}
|
|
448
448
|
static getTreeDictionaryRoot(options) {
|
|
449
|
-
return (options?.client ??
|
|
449
|
+
return (options?.client ?? client).get({
|
|
450
450
|
security: [
|
|
451
451
|
{
|
|
452
452
|
scheme: 'bearer',
|
|
@@ -460,7 +460,7 @@ export class DictionaryService {
|
|
|
460
460
|
}
|
|
461
461
|
export class DocumentBlueprintService {
|
|
462
462
|
static postDocumentBlueprint(options) {
|
|
463
|
-
return (options?.client ??
|
|
463
|
+
return (options?.client ?? client).post({
|
|
464
464
|
security: [
|
|
465
465
|
{
|
|
466
466
|
scheme: 'bearer',
|
|
@@ -476,7 +476,7 @@ export class DocumentBlueprintService {
|
|
|
476
476
|
});
|
|
477
477
|
}
|
|
478
478
|
static deleteDocumentBlueprintById(options) {
|
|
479
|
-
return (options.client ??
|
|
479
|
+
return (options.client ?? client).delete({
|
|
480
480
|
security: [
|
|
481
481
|
{
|
|
482
482
|
scheme: 'bearer',
|
|
@@ -488,7 +488,7 @@ export class DocumentBlueprintService {
|
|
|
488
488
|
});
|
|
489
489
|
}
|
|
490
490
|
static getDocumentBlueprintById(options) {
|
|
491
|
-
return (options.client ??
|
|
491
|
+
return (options.client ?? client).get({
|
|
492
492
|
security: [
|
|
493
493
|
{
|
|
494
494
|
scheme: 'bearer',
|
|
@@ -500,7 +500,7 @@ export class DocumentBlueprintService {
|
|
|
500
500
|
});
|
|
501
501
|
}
|
|
502
502
|
static putDocumentBlueprintById(options) {
|
|
503
|
-
return (options.client ??
|
|
503
|
+
return (options.client ?? client).put({
|
|
504
504
|
security: [
|
|
505
505
|
{
|
|
506
506
|
scheme: 'bearer',
|
|
@@ -516,7 +516,7 @@ export class DocumentBlueprintService {
|
|
|
516
516
|
});
|
|
517
517
|
}
|
|
518
518
|
static putDocumentBlueprintByIdMove(options) {
|
|
519
|
-
return (options.client ??
|
|
519
|
+
return (options.client ?? client).put({
|
|
520
520
|
security: [
|
|
521
521
|
{
|
|
522
522
|
scheme: 'bearer',
|
|
@@ -532,7 +532,7 @@ export class DocumentBlueprintService {
|
|
|
532
532
|
});
|
|
533
533
|
}
|
|
534
534
|
static getDocumentBlueprintByIdScaffold(options) {
|
|
535
|
-
return (options.client ??
|
|
535
|
+
return (options.client ?? client).get({
|
|
536
536
|
security: [
|
|
537
537
|
{
|
|
538
538
|
scheme: 'bearer',
|
|
@@ -544,7 +544,7 @@ export class DocumentBlueprintService {
|
|
|
544
544
|
});
|
|
545
545
|
}
|
|
546
546
|
static postDocumentBlueprintFolder(options) {
|
|
547
|
-
return (options?.client ??
|
|
547
|
+
return (options?.client ?? client).post({
|
|
548
548
|
security: [
|
|
549
549
|
{
|
|
550
550
|
scheme: 'bearer',
|
|
@@ -560,7 +560,7 @@ export class DocumentBlueprintService {
|
|
|
560
560
|
});
|
|
561
561
|
}
|
|
562
562
|
static deleteDocumentBlueprintFolderById(options) {
|
|
563
|
-
return (options.client ??
|
|
563
|
+
return (options.client ?? client).delete({
|
|
564
564
|
security: [
|
|
565
565
|
{
|
|
566
566
|
scheme: 'bearer',
|
|
@@ -572,7 +572,7 @@ export class DocumentBlueprintService {
|
|
|
572
572
|
});
|
|
573
573
|
}
|
|
574
574
|
static getDocumentBlueprintFolderById(options) {
|
|
575
|
-
return (options.client ??
|
|
575
|
+
return (options.client ?? client).get({
|
|
576
576
|
security: [
|
|
577
577
|
{
|
|
578
578
|
scheme: 'bearer',
|
|
@@ -584,7 +584,7 @@ export class DocumentBlueprintService {
|
|
|
584
584
|
});
|
|
585
585
|
}
|
|
586
586
|
static putDocumentBlueprintFolderById(options) {
|
|
587
|
-
return (options.client ??
|
|
587
|
+
return (options.client ?? client).put({
|
|
588
588
|
security: [
|
|
589
589
|
{
|
|
590
590
|
scheme: 'bearer',
|
|
@@ -600,7 +600,7 @@ export class DocumentBlueprintService {
|
|
|
600
600
|
});
|
|
601
601
|
}
|
|
602
602
|
static postDocumentBlueprintFromDocument(options) {
|
|
603
|
-
return (options?.client ??
|
|
603
|
+
return (options?.client ?? client).post({
|
|
604
604
|
security: [
|
|
605
605
|
{
|
|
606
606
|
scheme: 'bearer',
|
|
@@ -616,7 +616,7 @@ export class DocumentBlueprintService {
|
|
|
616
616
|
});
|
|
617
617
|
}
|
|
618
618
|
static getItemDocumentBlueprint(options) {
|
|
619
|
-
return (options?.client ??
|
|
619
|
+
return (options?.client ?? client).get({
|
|
620
620
|
security: [
|
|
621
621
|
{
|
|
622
622
|
scheme: 'bearer',
|
|
@@ -628,7 +628,7 @@ export class DocumentBlueprintService {
|
|
|
628
628
|
});
|
|
629
629
|
}
|
|
630
630
|
static getTreeDocumentBlueprintAncestors(options) {
|
|
631
|
-
return (options?.client ??
|
|
631
|
+
return (options?.client ?? client).get({
|
|
632
632
|
security: [
|
|
633
633
|
{
|
|
634
634
|
scheme: 'bearer',
|
|
@@ -640,7 +640,7 @@ export class DocumentBlueprintService {
|
|
|
640
640
|
});
|
|
641
641
|
}
|
|
642
642
|
static getTreeDocumentBlueprintChildren(options) {
|
|
643
|
-
return (options?.client ??
|
|
643
|
+
return (options?.client ?? client).get({
|
|
644
644
|
security: [
|
|
645
645
|
{
|
|
646
646
|
scheme: 'bearer',
|
|
@@ -652,7 +652,7 @@ export class DocumentBlueprintService {
|
|
|
652
652
|
});
|
|
653
653
|
}
|
|
654
654
|
static getTreeDocumentBlueprintRoot(options) {
|
|
655
|
-
return (options?.client ??
|
|
655
|
+
return (options?.client ?? client).get({
|
|
656
656
|
security: [
|
|
657
657
|
{
|
|
658
658
|
scheme: 'bearer',
|
|
@@ -664,7 +664,7 @@ export class DocumentBlueprintService {
|
|
|
664
664
|
});
|
|
665
665
|
}
|
|
666
666
|
static getTreeDocumentBlueprintSiblings(options) {
|
|
667
|
-
return (options?.client ??
|
|
667
|
+
return (options?.client ?? client).get({
|
|
668
668
|
security: [
|
|
669
669
|
{
|
|
670
670
|
scheme: 'bearer',
|
|
@@ -678,7 +678,7 @@ export class DocumentBlueprintService {
|
|
|
678
678
|
}
|
|
679
679
|
export class DocumentTypeService {
|
|
680
680
|
static postDocumentType(options) {
|
|
681
|
-
return (options?.client ??
|
|
681
|
+
return (options?.client ?? client).post({
|
|
682
682
|
security: [
|
|
683
683
|
{
|
|
684
684
|
scheme: 'bearer',
|
|
@@ -694,7 +694,7 @@ export class DocumentTypeService {
|
|
|
694
694
|
});
|
|
695
695
|
}
|
|
696
696
|
static deleteDocumentTypeById(options) {
|
|
697
|
-
return (options.client ??
|
|
697
|
+
return (options.client ?? client).delete({
|
|
698
698
|
security: [
|
|
699
699
|
{
|
|
700
700
|
scheme: 'bearer',
|
|
@@ -706,7 +706,7 @@ export class DocumentTypeService {
|
|
|
706
706
|
});
|
|
707
707
|
}
|
|
708
708
|
static getDocumentTypeById(options) {
|
|
709
|
-
return (options.client ??
|
|
709
|
+
return (options.client ?? client).get({
|
|
710
710
|
security: [
|
|
711
711
|
{
|
|
712
712
|
scheme: 'bearer',
|
|
@@ -718,7 +718,7 @@ export class DocumentTypeService {
|
|
|
718
718
|
});
|
|
719
719
|
}
|
|
720
720
|
static putDocumentTypeById(options) {
|
|
721
|
-
return (options.client ??
|
|
721
|
+
return (options.client ?? client).put({
|
|
722
722
|
security: [
|
|
723
723
|
{
|
|
724
724
|
scheme: 'bearer',
|
|
@@ -734,7 +734,7 @@ export class DocumentTypeService {
|
|
|
734
734
|
});
|
|
735
735
|
}
|
|
736
736
|
static getDocumentTypeByIdAllowedChildren(options) {
|
|
737
|
-
return (options.client ??
|
|
737
|
+
return (options.client ?? client).get({
|
|
738
738
|
security: [
|
|
739
739
|
{
|
|
740
740
|
scheme: 'bearer',
|
|
@@ -746,7 +746,7 @@ export class DocumentTypeService {
|
|
|
746
746
|
});
|
|
747
747
|
}
|
|
748
748
|
static getDocumentTypeByIdBlueprint(options) {
|
|
749
|
-
return (options.client ??
|
|
749
|
+
return (options.client ?? client).get({
|
|
750
750
|
security: [
|
|
751
751
|
{
|
|
752
752
|
scheme: 'bearer',
|
|
@@ -758,7 +758,7 @@ export class DocumentTypeService {
|
|
|
758
758
|
});
|
|
759
759
|
}
|
|
760
760
|
static getDocumentTypeByIdCompositionReferences(options) {
|
|
761
|
-
return (options.client ??
|
|
761
|
+
return (options.client ?? client).get({
|
|
762
762
|
security: [
|
|
763
763
|
{
|
|
764
764
|
scheme: 'bearer',
|
|
@@ -770,7 +770,7 @@ export class DocumentTypeService {
|
|
|
770
770
|
});
|
|
771
771
|
}
|
|
772
772
|
static postDocumentTypeByIdCopy(options) {
|
|
773
|
-
return (options.client ??
|
|
773
|
+
return (options.client ?? client).post({
|
|
774
774
|
security: [
|
|
775
775
|
{
|
|
776
776
|
scheme: 'bearer',
|
|
@@ -786,7 +786,7 @@ export class DocumentTypeService {
|
|
|
786
786
|
});
|
|
787
787
|
}
|
|
788
788
|
static getDocumentTypeByIdExport(options) {
|
|
789
|
-
return (options.client ??
|
|
789
|
+
return (options.client ?? client).get({
|
|
790
790
|
security: [
|
|
791
791
|
{
|
|
792
792
|
scheme: 'bearer',
|
|
@@ -798,7 +798,7 @@ export class DocumentTypeService {
|
|
|
798
798
|
});
|
|
799
799
|
}
|
|
800
800
|
static putDocumentTypeByIdImport(options) {
|
|
801
|
-
return (options.client ??
|
|
801
|
+
return (options.client ?? client).put({
|
|
802
802
|
security: [
|
|
803
803
|
{
|
|
804
804
|
scheme: 'bearer',
|
|
@@ -814,7 +814,7 @@ export class DocumentTypeService {
|
|
|
814
814
|
});
|
|
815
815
|
}
|
|
816
816
|
static putDocumentTypeByIdMove(options) {
|
|
817
|
-
return (options.client ??
|
|
817
|
+
return (options.client ?? client).put({
|
|
818
818
|
security: [
|
|
819
819
|
{
|
|
820
820
|
scheme: 'bearer',
|
|
@@ -830,7 +830,7 @@ export class DocumentTypeService {
|
|
|
830
830
|
});
|
|
831
831
|
}
|
|
832
832
|
static getDocumentTypeAllowedAtRoot(options) {
|
|
833
|
-
return (options?.client ??
|
|
833
|
+
return (options?.client ?? client).get({
|
|
834
834
|
security: [
|
|
835
835
|
{
|
|
836
836
|
scheme: 'bearer',
|
|
@@ -842,7 +842,7 @@ export class DocumentTypeService {
|
|
|
842
842
|
});
|
|
843
843
|
}
|
|
844
844
|
static postDocumentTypeAvailableCompositions(options) {
|
|
845
|
-
return (options?.client ??
|
|
845
|
+
return (options?.client ?? client).post({
|
|
846
846
|
security: [
|
|
847
847
|
{
|
|
848
848
|
scheme: 'bearer',
|
|
@@ -858,7 +858,7 @@ export class DocumentTypeService {
|
|
|
858
858
|
});
|
|
859
859
|
}
|
|
860
860
|
static getDocumentTypeConfiguration(options) {
|
|
861
|
-
return (options?.client ??
|
|
861
|
+
return (options?.client ?? client).get({
|
|
862
862
|
security: [
|
|
863
863
|
{
|
|
864
864
|
scheme: 'bearer',
|
|
@@ -870,7 +870,7 @@ export class DocumentTypeService {
|
|
|
870
870
|
});
|
|
871
871
|
}
|
|
872
872
|
static postDocumentTypeFolder(options) {
|
|
873
|
-
return (options?.client ??
|
|
873
|
+
return (options?.client ?? client).post({
|
|
874
874
|
security: [
|
|
875
875
|
{
|
|
876
876
|
scheme: 'bearer',
|
|
@@ -886,7 +886,7 @@ export class DocumentTypeService {
|
|
|
886
886
|
});
|
|
887
887
|
}
|
|
888
888
|
static deleteDocumentTypeFolderById(options) {
|
|
889
|
-
return (options.client ??
|
|
889
|
+
return (options.client ?? client).delete({
|
|
890
890
|
security: [
|
|
891
891
|
{
|
|
892
892
|
scheme: 'bearer',
|
|
@@ -898,7 +898,7 @@ export class DocumentTypeService {
|
|
|
898
898
|
});
|
|
899
899
|
}
|
|
900
900
|
static getDocumentTypeFolderById(options) {
|
|
901
|
-
return (options.client ??
|
|
901
|
+
return (options.client ?? client).get({
|
|
902
902
|
security: [
|
|
903
903
|
{
|
|
904
904
|
scheme: 'bearer',
|
|
@@ -910,7 +910,7 @@ export class DocumentTypeService {
|
|
|
910
910
|
});
|
|
911
911
|
}
|
|
912
912
|
static putDocumentTypeFolderById(options) {
|
|
913
|
-
return (options.client ??
|
|
913
|
+
return (options.client ?? client).put({
|
|
914
914
|
security: [
|
|
915
915
|
{
|
|
916
916
|
scheme: 'bearer',
|
|
@@ -926,7 +926,7 @@ export class DocumentTypeService {
|
|
|
926
926
|
});
|
|
927
927
|
}
|
|
928
928
|
static postDocumentTypeImport(options) {
|
|
929
|
-
return (options?.client ??
|
|
929
|
+
return (options?.client ?? client).post({
|
|
930
930
|
security: [
|
|
931
931
|
{
|
|
932
932
|
scheme: 'bearer',
|
|
@@ -942,7 +942,7 @@ export class DocumentTypeService {
|
|
|
942
942
|
});
|
|
943
943
|
}
|
|
944
944
|
static getItemDocumentType(options) {
|
|
945
|
-
return (options?.client ??
|
|
945
|
+
return (options?.client ?? client).get({
|
|
946
946
|
security: [
|
|
947
947
|
{
|
|
948
948
|
scheme: 'bearer',
|
|
@@ -954,7 +954,7 @@ export class DocumentTypeService {
|
|
|
954
954
|
});
|
|
955
955
|
}
|
|
956
956
|
static getItemDocumentTypeSearch(options) {
|
|
957
|
-
return (options?.client ??
|
|
957
|
+
return (options?.client ?? client).get({
|
|
958
958
|
security: [
|
|
959
959
|
{
|
|
960
960
|
scheme: 'bearer',
|
|
@@ -966,7 +966,7 @@ export class DocumentTypeService {
|
|
|
966
966
|
});
|
|
967
967
|
}
|
|
968
968
|
static getTreeDocumentTypeAncestors(options) {
|
|
969
|
-
return (options?.client ??
|
|
969
|
+
return (options?.client ?? client).get({
|
|
970
970
|
security: [
|
|
971
971
|
{
|
|
972
972
|
scheme: 'bearer',
|
|
@@ -978,7 +978,7 @@ export class DocumentTypeService {
|
|
|
978
978
|
});
|
|
979
979
|
}
|
|
980
980
|
static getTreeDocumentTypeChildren(options) {
|
|
981
|
-
return (options?.client ??
|
|
981
|
+
return (options?.client ?? client).get({
|
|
982
982
|
security: [
|
|
983
983
|
{
|
|
984
984
|
scheme: 'bearer',
|
|
@@ -990,7 +990,7 @@ export class DocumentTypeService {
|
|
|
990
990
|
});
|
|
991
991
|
}
|
|
992
992
|
static getTreeDocumentTypeRoot(options) {
|
|
993
|
-
return (options?.client ??
|
|
993
|
+
return (options?.client ?? client).get({
|
|
994
994
|
security: [
|
|
995
995
|
{
|
|
996
996
|
scheme: 'bearer',
|
|
@@ -1002,7 +1002,7 @@ export class DocumentTypeService {
|
|
|
1002
1002
|
});
|
|
1003
1003
|
}
|
|
1004
1004
|
static getTreeDocumentTypeSiblings(options) {
|
|
1005
|
-
return (options?.client ??
|
|
1005
|
+
return (options?.client ?? client).get({
|
|
1006
1006
|
security: [
|
|
1007
1007
|
{
|
|
1008
1008
|
scheme: 'bearer',
|
|
@@ -1016,7 +1016,7 @@ export class DocumentTypeService {
|
|
|
1016
1016
|
}
|
|
1017
1017
|
export class DocumentVersionService {
|
|
1018
1018
|
static getDocumentVersion(options) {
|
|
1019
|
-
return (options.client ??
|
|
1019
|
+
return (options.client ?? client).get({
|
|
1020
1020
|
security: [
|
|
1021
1021
|
{
|
|
1022
1022
|
scheme: 'bearer',
|
|
@@ -1028,7 +1028,7 @@ export class DocumentVersionService {
|
|
|
1028
1028
|
});
|
|
1029
1029
|
}
|
|
1030
1030
|
static getDocumentVersionById(options) {
|
|
1031
|
-
return (options.client ??
|
|
1031
|
+
return (options.client ?? client).get({
|
|
1032
1032
|
security: [
|
|
1033
1033
|
{
|
|
1034
1034
|
scheme: 'bearer',
|
|
@@ -1040,7 +1040,7 @@ export class DocumentVersionService {
|
|
|
1040
1040
|
});
|
|
1041
1041
|
}
|
|
1042
1042
|
static putDocumentVersionByIdPreventCleanup(options) {
|
|
1043
|
-
return (options.client ??
|
|
1043
|
+
return (options.client ?? client).put({
|
|
1044
1044
|
security: [
|
|
1045
1045
|
{
|
|
1046
1046
|
scheme: 'bearer',
|
|
@@ -1052,7 +1052,7 @@ export class DocumentVersionService {
|
|
|
1052
1052
|
});
|
|
1053
1053
|
}
|
|
1054
1054
|
static postDocumentVersionByIdRollback(options) {
|
|
1055
|
-
return (options.client ??
|
|
1055
|
+
return (options.client ?? client).post({
|
|
1056
1056
|
security: [
|
|
1057
1057
|
{
|
|
1058
1058
|
scheme: 'bearer',
|
|
@@ -1064,9 +1064,9 @@ export class DocumentVersionService {
|
|
|
1064
1064
|
});
|
|
1065
1065
|
}
|
|
1066
1066
|
}
|
|
1067
|
-
class DocumentByIdValidate1Service {
|
|
1067
|
+
export class DocumentByIdValidate1Service {
|
|
1068
1068
|
static putUmbracoManagementApiV11DocumentByIdValidate11(options) {
|
|
1069
|
-
return (options.client ??
|
|
1069
|
+
return (options.client ?? client).put({
|
|
1070
1070
|
security: [
|
|
1071
1071
|
{
|
|
1072
1072
|
scheme: 'bearer',
|
|
@@ -1082,12 +1082,12 @@ class DocumentByIdValidate1Service {
|
|
|
1082
1082
|
});
|
|
1083
1083
|
}
|
|
1084
1084
|
}
|
|
1085
|
-
class PutUmbracoManagementApiV1Service {
|
|
1085
|
+
export class PutUmbracoManagementApiV1Service {
|
|
1086
1086
|
static { this.documentByIdValidate1Service = DocumentByIdValidate1Service; }
|
|
1087
1087
|
}
|
|
1088
1088
|
export class DocumentService {
|
|
1089
1089
|
static getCollectionDocumentById(options) {
|
|
1090
|
-
return (options.client ??
|
|
1090
|
+
return (options.client ?? client).get({
|
|
1091
1091
|
security: [
|
|
1092
1092
|
{
|
|
1093
1093
|
scheme: 'bearer',
|
|
@@ -1099,7 +1099,7 @@ export class DocumentService {
|
|
|
1099
1099
|
});
|
|
1100
1100
|
}
|
|
1101
1101
|
static postDocument(options) {
|
|
1102
|
-
return (options?.client ??
|
|
1102
|
+
return (options?.client ?? client).post({
|
|
1103
1103
|
security: [
|
|
1104
1104
|
{
|
|
1105
1105
|
scheme: 'bearer',
|
|
@@ -1115,7 +1115,7 @@ export class DocumentService {
|
|
|
1115
1115
|
});
|
|
1116
1116
|
}
|
|
1117
1117
|
static deleteDocumentById(options) {
|
|
1118
|
-
return (options.client ??
|
|
1118
|
+
return (options.client ?? client).delete({
|
|
1119
1119
|
security: [
|
|
1120
1120
|
{
|
|
1121
1121
|
scheme: 'bearer',
|
|
@@ -1127,7 +1127,7 @@ export class DocumentService {
|
|
|
1127
1127
|
});
|
|
1128
1128
|
}
|
|
1129
1129
|
static getDocumentById(options) {
|
|
1130
|
-
return (options.client ??
|
|
1130
|
+
return (options.client ?? client).get({
|
|
1131
1131
|
security: [
|
|
1132
1132
|
{
|
|
1133
1133
|
scheme: 'bearer',
|
|
@@ -1139,7 +1139,7 @@ export class DocumentService {
|
|
|
1139
1139
|
});
|
|
1140
1140
|
}
|
|
1141
1141
|
static putDocumentById(options) {
|
|
1142
|
-
return (options.client ??
|
|
1142
|
+
return (options.client ?? client).put({
|
|
1143
1143
|
security: [
|
|
1144
1144
|
{
|
|
1145
1145
|
scheme: 'bearer',
|
|
@@ -1155,7 +1155,7 @@ export class DocumentService {
|
|
|
1155
1155
|
});
|
|
1156
1156
|
}
|
|
1157
1157
|
static getDocumentByIdAuditLog(options) {
|
|
1158
|
-
return (options.client ??
|
|
1158
|
+
return (options.client ?? client).get({
|
|
1159
1159
|
security: [
|
|
1160
1160
|
{
|
|
1161
1161
|
scheme: 'bearer',
|
|
@@ -1170,7 +1170,7 @@ export class DocumentService {
|
|
|
1170
1170
|
* @deprecated
|
|
1171
1171
|
*/
|
|
1172
1172
|
static getDocumentByIdAvailableSegmentOptions(options) {
|
|
1173
|
-
return (options.client ??
|
|
1173
|
+
return (options.client ?? client).get({
|
|
1174
1174
|
security: [
|
|
1175
1175
|
{
|
|
1176
1176
|
scheme: 'bearer',
|
|
@@ -1182,7 +1182,7 @@ export class DocumentService {
|
|
|
1182
1182
|
});
|
|
1183
1183
|
}
|
|
1184
1184
|
static postDocumentByIdCopy(options) {
|
|
1185
|
-
return (options.client ??
|
|
1185
|
+
return (options.client ?? client).post({
|
|
1186
1186
|
security: [
|
|
1187
1187
|
{
|
|
1188
1188
|
scheme: 'bearer',
|
|
@@ -1198,7 +1198,7 @@ export class DocumentService {
|
|
|
1198
1198
|
});
|
|
1199
1199
|
}
|
|
1200
1200
|
static getDocumentByIdDomains(options) {
|
|
1201
|
-
return (options.client ??
|
|
1201
|
+
return (options.client ?? client).get({
|
|
1202
1202
|
security: [
|
|
1203
1203
|
{
|
|
1204
1204
|
scheme: 'bearer',
|
|
@@ -1210,7 +1210,7 @@ export class DocumentService {
|
|
|
1210
1210
|
});
|
|
1211
1211
|
}
|
|
1212
1212
|
static putDocumentByIdDomains(options) {
|
|
1213
|
-
return (options.client ??
|
|
1213
|
+
return (options.client ?? client).put({
|
|
1214
1214
|
security: [
|
|
1215
1215
|
{
|
|
1216
1216
|
scheme: 'bearer',
|
|
@@ -1226,7 +1226,7 @@ export class DocumentService {
|
|
|
1226
1226
|
});
|
|
1227
1227
|
}
|
|
1228
1228
|
static putDocumentByIdMove(options) {
|
|
1229
|
-
return (options.client ??
|
|
1229
|
+
return (options.client ?? client).put({
|
|
1230
1230
|
security: [
|
|
1231
1231
|
{
|
|
1232
1232
|
scheme: 'bearer',
|
|
@@ -1242,7 +1242,7 @@ export class DocumentService {
|
|
|
1242
1242
|
});
|
|
1243
1243
|
}
|
|
1244
1244
|
static putDocumentByIdMoveToRecycleBin(options) {
|
|
1245
|
-
return (options.client ??
|
|
1245
|
+
return (options.client ?? client).put({
|
|
1246
1246
|
security: [
|
|
1247
1247
|
{
|
|
1248
1248
|
scheme: 'bearer',
|
|
@@ -1254,7 +1254,7 @@ export class DocumentService {
|
|
|
1254
1254
|
});
|
|
1255
1255
|
}
|
|
1256
1256
|
static getDocumentByIdNotifications(options) {
|
|
1257
|
-
return (options.client ??
|
|
1257
|
+
return (options.client ?? client).get({
|
|
1258
1258
|
security: [
|
|
1259
1259
|
{
|
|
1260
1260
|
scheme: 'bearer',
|
|
@@ -1266,7 +1266,7 @@ export class DocumentService {
|
|
|
1266
1266
|
});
|
|
1267
1267
|
}
|
|
1268
1268
|
static putDocumentByIdNotifications(options) {
|
|
1269
|
-
return (options.client ??
|
|
1269
|
+
return (options.client ?? client).put({
|
|
1270
1270
|
security: [
|
|
1271
1271
|
{
|
|
1272
1272
|
scheme: 'bearer',
|
|
@@ -1282,7 +1282,7 @@ export class DocumentService {
|
|
|
1282
1282
|
});
|
|
1283
1283
|
}
|
|
1284
1284
|
static deleteDocumentByIdPublicAccess(options) {
|
|
1285
|
-
return (options.client ??
|
|
1285
|
+
return (options.client ?? client).delete({
|
|
1286
1286
|
security: [
|
|
1287
1287
|
{
|
|
1288
1288
|
scheme: 'bearer',
|
|
@@ -1294,7 +1294,7 @@ export class DocumentService {
|
|
|
1294
1294
|
});
|
|
1295
1295
|
}
|
|
1296
1296
|
static getDocumentByIdPublicAccess(options) {
|
|
1297
|
-
return (options.client ??
|
|
1297
|
+
return (options.client ?? client).get({
|
|
1298
1298
|
security: [
|
|
1299
1299
|
{
|
|
1300
1300
|
scheme: 'bearer',
|
|
@@ -1306,7 +1306,7 @@ export class DocumentService {
|
|
|
1306
1306
|
});
|
|
1307
1307
|
}
|
|
1308
1308
|
static postDocumentByIdPublicAccess(options) {
|
|
1309
|
-
return (options.client ??
|
|
1309
|
+
return (options.client ?? client).post({
|
|
1310
1310
|
security: [
|
|
1311
1311
|
{
|
|
1312
1312
|
scheme: 'bearer',
|
|
@@ -1322,7 +1322,7 @@ export class DocumentService {
|
|
|
1322
1322
|
});
|
|
1323
1323
|
}
|
|
1324
1324
|
static putDocumentByIdPublicAccess(options) {
|
|
1325
|
-
return (options.client ??
|
|
1325
|
+
return (options.client ?? client).put({
|
|
1326
1326
|
security: [
|
|
1327
1327
|
{
|
|
1328
1328
|
scheme: 'bearer',
|
|
@@ -1338,7 +1338,7 @@ export class DocumentService {
|
|
|
1338
1338
|
});
|
|
1339
1339
|
}
|
|
1340
1340
|
static putDocumentByIdPublish(options) {
|
|
1341
|
-
return (options.client ??
|
|
1341
|
+
return (options.client ?? client).put({
|
|
1342
1342
|
security: [
|
|
1343
1343
|
{
|
|
1344
1344
|
scheme: 'bearer',
|
|
@@ -1354,7 +1354,7 @@ export class DocumentService {
|
|
|
1354
1354
|
});
|
|
1355
1355
|
}
|
|
1356
1356
|
static putDocumentByIdPublishWithDescendants(options) {
|
|
1357
|
-
return (options.client ??
|
|
1357
|
+
return (options.client ?? client).put({
|
|
1358
1358
|
security: [
|
|
1359
1359
|
{
|
|
1360
1360
|
scheme: 'bearer',
|
|
@@ -1370,7 +1370,7 @@ export class DocumentService {
|
|
|
1370
1370
|
});
|
|
1371
1371
|
}
|
|
1372
1372
|
static getDocumentByIdPublishWithDescendantsResultByTaskId(options) {
|
|
1373
|
-
return (options.client ??
|
|
1373
|
+
return (options.client ?? client).get({
|
|
1374
1374
|
security: [
|
|
1375
1375
|
{
|
|
1376
1376
|
scheme: 'bearer',
|
|
@@ -1382,7 +1382,7 @@ export class DocumentService {
|
|
|
1382
1382
|
});
|
|
1383
1383
|
}
|
|
1384
1384
|
static getDocumentByIdPublished(options) {
|
|
1385
|
-
return (options.client ??
|
|
1385
|
+
return (options.client ?? client).get({
|
|
1386
1386
|
security: [
|
|
1387
1387
|
{
|
|
1388
1388
|
scheme: 'bearer',
|
|
@@ -1394,7 +1394,7 @@ export class DocumentService {
|
|
|
1394
1394
|
});
|
|
1395
1395
|
}
|
|
1396
1396
|
static getDocumentByIdReferencedBy(options) {
|
|
1397
|
-
return (options.client ??
|
|
1397
|
+
return (options.client ?? client).get({
|
|
1398
1398
|
security: [
|
|
1399
1399
|
{
|
|
1400
1400
|
scheme: 'bearer',
|
|
@@ -1406,7 +1406,7 @@ export class DocumentService {
|
|
|
1406
1406
|
});
|
|
1407
1407
|
}
|
|
1408
1408
|
static getDocumentByIdReferencedDescendants(options) {
|
|
1409
|
-
return (options.client ??
|
|
1409
|
+
return (options.client ?? client).get({
|
|
1410
1410
|
security: [
|
|
1411
1411
|
{
|
|
1412
1412
|
scheme: 'bearer',
|
|
@@ -1418,7 +1418,7 @@ export class DocumentService {
|
|
|
1418
1418
|
});
|
|
1419
1419
|
}
|
|
1420
1420
|
static putDocumentByIdUnpublish(options) {
|
|
1421
|
-
return (options.client ??
|
|
1421
|
+
return (options.client ?? client).put({
|
|
1422
1422
|
security: [
|
|
1423
1423
|
{
|
|
1424
1424
|
scheme: 'bearer',
|
|
@@ -1434,7 +1434,7 @@ export class DocumentService {
|
|
|
1434
1434
|
});
|
|
1435
1435
|
}
|
|
1436
1436
|
static getDocumentAreReferenced(options) {
|
|
1437
|
-
return (options?.client ??
|
|
1437
|
+
return (options?.client ?? client).get({
|
|
1438
1438
|
security: [
|
|
1439
1439
|
{
|
|
1440
1440
|
scheme: 'bearer',
|
|
@@ -1446,7 +1446,7 @@ export class DocumentService {
|
|
|
1446
1446
|
});
|
|
1447
1447
|
}
|
|
1448
1448
|
static getDocumentConfiguration(options) {
|
|
1449
|
-
return (options?.client ??
|
|
1449
|
+
return (options?.client ?? client).get({
|
|
1450
1450
|
security: [
|
|
1451
1451
|
{
|
|
1452
1452
|
scheme: 'bearer',
|
|
@@ -1458,7 +1458,7 @@ export class DocumentService {
|
|
|
1458
1458
|
});
|
|
1459
1459
|
}
|
|
1460
1460
|
static putDocumentSort(options) {
|
|
1461
|
-
return (options?.client ??
|
|
1461
|
+
return (options?.client ?? client).put({
|
|
1462
1462
|
security: [
|
|
1463
1463
|
{
|
|
1464
1464
|
scheme: 'bearer',
|
|
@@ -1474,7 +1474,7 @@ export class DocumentService {
|
|
|
1474
1474
|
});
|
|
1475
1475
|
}
|
|
1476
1476
|
static getDocumentUrls(options) {
|
|
1477
|
-
return (options?.client ??
|
|
1477
|
+
return (options?.client ?? client).get({
|
|
1478
1478
|
security: [
|
|
1479
1479
|
{
|
|
1480
1480
|
scheme: 'bearer',
|
|
@@ -1486,7 +1486,7 @@ export class DocumentService {
|
|
|
1486
1486
|
});
|
|
1487
1487
|
}
|
|
1488
1488
|
static postDocumentValidate(options) {
|
|
1489
|
-
return (options?.client ??
|
|
1489
|
+
return (options?.client ?? client).post({
|
|
1490
1490
|
security: [
|
|
1491
1491
|
{
|
|
1492
1492
|
scheme: 'bearer',
|
|
@@ -1502,7 +1502,7 @@ export class DocumentService {
|
|
|
1502
1502
|
});
|
|
1503
1503
|
}
|
|
1504
1504
|
static getItemDocument(options) {
|
|
1505
|
-
return (options?.client ??
|
|
1505
|
+
return (options?.client ?? client).get({
|
|
1506
1506
|
security: [
|
|
1507
1507
|
{
|
|
1508
1508
|
scheme: 'bearer',
|
|
@@ -1514,7 +1514,7 @@ export class DocumentService {
|
|
|
1514
1514
|
});
|
|
1515
1515
|
}
|
|
1516
1516
|
static getItemDocumentSearch(options) {
|
|
1517
|
-
return (options?.client ??
|
|
1517
|
+
return (options?.client ?? client).get({
|
|
1518
1518
|
security: [
|
|
1519
1519
|
{
|
|
1520
1520
|
scheme: 'bearer',
|
|
@@ -1526,7 +1526,7 @@ export class DocumentService {
|
|
|
1526
1526
|
});
|
|
1527
1527
|
}
|
|
1528
1528
|
static deleteRecycleBinDocument(options) {
|
|
1529
|
-
return (options?.client ??
|
|
1529
|
+
return (options?.client ?? client).delete({
|
|
1530
1530
|
security: [
|
|
1531
1531
|
{
|
|
1532
1532
|
scheme: 'bearer',
|
|
@@ -1538,7 +1538,7 @@ export class DocumentService {
|
|
|
1538
1538
|
});
|
|
1539
1539
|
}
|
|
1540
1540
|
static deleteRecycleBinDocumentById(options) {
|
|
1541
|
-
return (options.client ??
|
|
1541
|
+
return (options.client ?? client).delete({
|
|
1542
1542
|
security: [
|
|
1543
1543
|
{
|
|
1544
1544
|
scheme: 'bearer',
|
|
@@ -1550,7 +1550,7 @@ export class DocumentService {
|
|
|
1550
1550
|
});
|
|
1551
1551
|
}
|
|
1552
1552
|
static getRecycleBinDocumentByIdOriginalParent(options) {
|
|
1553
|
-
return (options.client ??
|
|
1553
|
+
return (options.client ?? client).get({
|
|
1554
1554
|
security: [
|
|
1555
1555
|
{
|
|
1556
1556
|
scheme: 'bearer',
|
|
@@ -1562,7 +1562,7 @@ export class DocumentService {
|
|
|
1562
1562
|
});
|
|
1563
1563
|
}
|
|
1564
1564
|
static putRecycleBinDocumentByIdRestore(options) {
|
|
1565
|
-
return (options.client ??
|
|
1565
|
+
return (options.client ?? client).put({
|
|
1566
1566
|
security: [
|
|
1567
1567
|
{
|
|
1568
1568
|
scheme: 'bearer',
|
|
@@ -1578,7 +1578,7 @@ export class DocumentService {
|
|
|
1578
1578
|
});
|
|
1579
1579
|
}
|
|
1580
1580
|
static getRecycleBinDocumentChildren(options) {
|
|
1581
|
-
return (options?.client ??
|
|
1581
|
+
return (options?.client ?? client).get({
|
|
1582
1582
|
security: [
|
|
1583
1583
|
{
|
|
1584
1584
|
scheme: 'bearer',
|
|
@@ -1590,7 +1590,7 @@ export class DocumentService {
|
|
|
1590
1590
|
});
|
|
1591
1591
|
}
|
|
1592
1592
|
static getRecycleBinDocumentReferencedBy(options) {
|
|
1593
|
-
return (options?.client ??
|
|
1593
|
+
return (options?.client ?? client).get({
|
|
1594
1594
|
security: [
|
|
1595
1595
|
{
|
|
1596
1596
|
scheme: 'bearer',
|
|
@@ -1602,7 +1602,7 @@ export class DocumentService {
|
|
|
1602
1602
|
});
|
|
1603
1603
|
}
|
|
1604
1604
|
static getRecycleBinDocumentRoot(options) {
|
|
1605
|
-
return (options?.client ??
|
|
1605
|
+
return (options?.client ?? client).get({
|
|
1606
1606
|
security: [
|
|
1607
1607
|
{
|
|
1608
1608
|
scheme: 'bearer',
|
|
@@ -1613,8 +1613,20 @@ export class DocumentService {
|
|
|
1613
1613
|
...options
|
|
1614
1614
|
});
|
|
1615
1615
|
}
|
|
1616
|
+
static getRecycleBinDocumentSiblings(options) {
|
|
1617
|
+
return (options?.client ?? client).get({
|
|
1618
|
+
security: [
|
|
1619
|
+
{
|
|
1620
|
+
scheme: 'bearer',
|
|
1621
|
+
type: 'http'
|
|
1622
|
+
}
|
|
1623
|
+
],
|
|
1624
|
+
url: '/umbraco/management/api/v1/recycle-bin/document/siblings',
|
|
1625
|
+
...options
|
|
1626
|
+
});
|
|
1627
|
+
}
|
|
1616
1628
|
static getTreeDocumentAncestors(options) {
|
|
1617
|
-
return (options?.client ??
|
|
1629
|
+
return (options?.client ?? client).get({
|
|
1618
1630
|
security: [
|
|
1619
1631
|
{
|
|
1620
1632
|
scheme: 'bearer',
|
|
@@ -1626,7 +1638,7 @@ export class DocumentService {
|
|
|
1626
1638
|
});
|
|
1627
1639
|
}
|
|
1628
1640
|
static getTreeDocumentChildren(options) {
|
|
1629
|
-
return (options?.client ??
|
|
1641
|
+
return (options?.client ?? client).get({
|
|
1630
1642
|
security: [
|
|
1631
1643
|
{
|
|
1632
1644
|
scheme: 'bearer',
|
|
@@ -1638,7 +1650,7 @@ export class DocumentService {
|
|
|
1638
1650
|
});
|
|
1639
1651
|
}
|
|
1640
1652
|
static getTreeDocumentRoot(options) {
|
|
1641
|
-
return (options?.client ??
|
|
1653
|
+
return (options?.client ?? client).get({
|
|
1642
1654
|
security: [
|
|
1643
1655
|
{
|
|
1644
1656
|
scheme: 'bearer',
|
|
@@ -1650,7 +1662,7 @@ export class DocumentService {
|
|
|
1650
1662
|
});
|
|
1651
1663
|
}
|
|
1652
1664
|
static getTreeDocumentSiblings(options) {
|
|
1653
|
-
return (options?.client ??
|
|
1665
|
+
return (options?.client ?? client).get({
|
|
1654
1666
|
security: [
|
|
1655
1667
|
{
|
|
1656
1668
|
scheme: 'bearer',
|
|
@@ -1665,7 +1677,7 @@ export class DocumentService {
|
|
|
1665
1677
|
}
|
|
1666
1678
|
export class DynamicRootService {
|
|
1667
1679
|
static postDynamicRootQuery(options) {
|
|
1668
|
-
return (options?.client ??
|
|
1680
|
+
return (options?.client ?? client).post({
|
|
1669
1681
|
security: [
|
|
1670
1682
|
{
|
|
1671
1683
|
scheme: 'bearer',
|
|
@@ -1681,7 +1693,7 @@ export class DynamicRootService {
|
|
|
1681
1693
|
});
|
|
1682
1694
|
}
|
|
1683
1695
|
static getDynamicRootSteps(options) {
|
|
1684
|
-
return (options?.client ??
|
|
1696
|
+
return (options?.client ?? client).get({
|
|
1685
1697
|
security: [
|
|
1686
1698
|
{
|
|
1687
1699
|
scheme: 'bearer',
|
|
@@ -1695,7 +1707,7 @@ export class DynamicRootService {
|
|
|
1695
1707
|
}
|
|
1696
1708
|
export class HealthCheckService {
|
|
1697
1709
|
static getHealthCheckGroup(options) {
|
|
1698
|
-
return (options?.client ??
|
|
1710
|
+
return (options?.client ?? client).get({
|
|
1699
1711
|
security: [
|
|
1700
1712
|
{
|
|
1701
1713
|
scheme: 'bearer',
|
|
@@ -1707,7 +1719,7 @@ export class HealthCheckService {
|
|
|
1707
1719
|
});
|
|
1708
1720
|
}
|
|
1709
1721
|
static getHealthCheckGroupByName(options) {
|
|
1710
|
-
return (options.client ??
|
|
1722
|
+
return (options.client ?? client).get({
|
|
1711
1723
|
security: [
|
|
1712
1724
|
{
|
|
1713
1725
|
scheme: 'bearer',
|
|
@@ -1719,7 +1731,7 @@ export class HealthCheckService {
|
|
|
1719
1731
|
});
|
|
1720
1732
|
}
|
|
1721
1733
|
static postHealthCheckGroupByNameCheck(options) {
|
|
1722
|
-
return (options.client ??
|
|
1734
|
+
return (options.client ?? client).post({
|
|
1723
1735
|
security: [
|
|
1724
1736
|
{
|
|
1725
1737
|
scheme: 'bearer',
|
|
@@ -1731,7 +1743,7 @@ export class HealthCheckService {
|
|
|
1731
1743
|
});
|
|
1732
1744
|
}
|
|
1733
1745
|
static postHealthCheckExecuteAction(options) {
|
|
1734
|
-
return (options?.client ??
|
|
1746
|
+
return (options?.client ?? client).post({
|
|
1735
1747
|
security: [
|
|
1736
1748
|
{
|
|
1737
1749
|
scheme: 'bearer',
|
|
@@ -1749,7 +1761,7 @@ export class HealthCheckService {
|
|
|
1749
1761
|
}
|
|
1750
1762
|
export class HelpService {
|
|
1751
1763
|
static getHelp(options) {
|
|
1752
|
-
return (options?.client ??
|
|
1764
|
+
return (options?.client ?? client).get({
|
|
1753
1765
|
security: [
|
|
1754
1766
|
{
|
|
1755
1767
|
scheme: 'bearer',
|
|
@@ -1763,7 +1775,7 @@ export class HelpService {
|
|
|
1763
1775
|
}
|
|
1764
1776
|
export class ImagingService {
|
|
1765
1777
|
static getImagingResizeUrls(options) {
|
|
1766
|
-
return (options?.client ??
|
|
1778
|
+
return (options?.client ?? client).get({
|
|
1767
1779
|
security: [
|
|
1768
1780
|
{
|
|
1769
1781
|
scheme: 'bearer',
|
|
@@ -1777,7 +1789,7 @@ export class ImagingService {
|
|
|
1777
1789
|
}
|
|
1778
1790
|
export class ImportService {
|
|
1779
1791
|
static getImportAnalyze(options) {
|
|
1780
|
-
return (options?.client ??
|
|
1792
|
+
return (options?.client ?? client).get({
|
|
1781
1793
|
security: [
|
|
1782
1794
|
{
|
|
1783
1795
|
scheme: 'bearer',
|
|
@@ -1791,7 +1803,7 @@ export class ImportService {
|
|
|
1791
1803
|
}
|
|
1792
1804
|
export class IndexerService {
|
|
1793
1805
|
static getIndexer(options) {
|
|
1794
|
-
return (options?.client ??
|
|
1806
|
+
return (options?.client ?? client).get({
|
|
1795
1807
|
security: [
|
|
1796
1808
|
{
|
|
1797
1809
|
scheme: 'bearer',
|
|
@@ -1803,7 +1815,7 @@ export class IndexerService {
|
|
|
1803
1815
|
});
|
|
1804
1816
|
}
|
|
1805
1817
|
static getIndexerByIndexName(options) {
|
|
1806
|
-
return (options.client ??
|
|
1818
|
+
return (options.client ?? client).get({
|
|
1807
1819
|
security: [
|
|
1808
1820
|
{
|
|
1809
1821
|
scheme: 'bearer',
|
|
@@ -1815,7 +1827,7 @@ export class IndexerService {
|
|
|
1815
1827
|
});
|
|
1816
1828
|
}
|
|
1817
1829
|
static postIndexerByIndexNameRebuild(options) {
|
|
1818
|
-
return (options.client ??
|
|
1830
|
+
return (options.client ?? client).post({
|
|
1819
1831
|
security: [
|
|
1820
1832
|
{
|
|
1821
1833
|
scheme: 'bearer',
|
|
@@ -1829,13 +1841,13 @@ export class IndexerService {
|
|
|
1829
1841
|
}
|
|
1830
1842
|
export class InstallService {
|
|
1831
1843
|
static getInstallSettings(options) {
|
|
1832
|
-
return (options?.client ??
|
|
1844
|
+
return (options?.client ?? client).get({
|
|
1833
1845
|
url: '/umbraco/management/api/v1/install/settings',
|
|
1834
1846
|
...options
|
|
1835
1847
|
});
|
|
1836
1848
|
}
|
|
1837
1849
|
static postInstallSetup(options) {
|
|
1838
|
-
return (options?.client ??
|
|
1850
|
+
return (options?.client ?? client).post({
|
|
1839
1851
|
url: '/umbraco/management/api/v1/install/setup',
|
|
1840
1852
|
...options,
|
|
1841
1853
|
headers: {
|
|
@@ -1845,7 +1857,7 @@ export class InstallService {
|
|
|
1845
1857
|
});
|
|
1846
1858
|
}
|
|
1847
1859
|
static postInstallValidateDatabase(options) {
|
|
1848
|
-
return (options?.client ??
|
|
1860
|
+
return (options?.client ?? client).post({
|
|
1849
1861
|
url: '/umbraco/management/api/v1/install/validate-database',
|
|
1850
1862
|
...options,
|
|
1851
1863
|
headers: {
|
|
@@ -1857,7 +1869,7 @@ export class InstallService {
|
|
|
1857
1869
|
}
|
|
1858
1870
|
export class LanguageService {
|
|
1859
1871
|
static getItemLanguage(options) {
|
|
1860
|
-
return (options?.client ??
|
|
1872
|
+
return (options?.client ?? client).get({
|
|
1861
1873
|
security: [
|
|
1862
1874
|
{
|
|
1863
1875
|
scheme: 'bearer',
|
|
@@ -1869,7 +1881,7 @@ export class LanguageService {
|
|
|
1869
1881
|
});
|
|
1870
1882
|
}
|
|
1871
1883
|
static getItemLanguageDefault(options) {
|
|
1872
|
-
return (options?.client ??
|
|
1884
|
+
return (options?.client ?? client).get({
|
|
1873
1885
|
security: [
|
|
1874
1886
|
{
|
|
1875
1887
|
scheme: 'bearer',
|
|
@@ -1881,7 +1893,7 @@ export class LanguageService {
|
|
|
1881
1893
|
});
|
|
1882
1894
|
}
|
|
1883
1895
|
static getLanguage(options) {
|
|
1884
|
-
return (options?.client ??
|
|
1896
|
+
return (options?.client ?? client).get({
|
|
1885
1897
|
security: [
|
|
1886
1898
|
{
|
|
1887
1899
|
scheme: 'bearer',
|
|
@@ -1893,7 +1905,7 @@ export class LanguageService {
|
|
|
1893
1905
|
});
|
|
1894
1906
|
}
|
|
1895
1907
|
static postLanguage(options) {
|
|
1896
|
-
return (options?.client ??
|
|
1908
|
+
return (options?.client ?? client).post({
|
|
1897
1909
|
security: [
|
|
1898
1910
|
{
|
|
1899
1911
|
scheme: 'bearer',
|
|
@@ -1909,7 +1921,7 @@ export class LanguageService {
|
|
|
1909
1921
|
});
|
|
1910
1922
|
}
|
|
1911
1923
|
static deleteLanguageByIsoCode(options) {
|
|
1912
|
-
return (options.client ??
|
|
1924
|
+
return (options.client ?? client).delete({
|
|
1913
1925
|
security: [
|
|
1914
1926
|
{
|
|
1915
1927
|
scheme: 'bearer',
|
|
@@ -1921,7 +1933,7 @@ export class LanguageService {
|
|
|
1921
1933
|
});
|
|
1922
1934
|
}
|
|
1923
1935
|
static getLanguageByIsoCode(options) {
|
|
1924
|
-
return (options.client ??
|
|
1936
|
+
return (options.client ?? client).get({
|
|
1925
1937
|
security: [
|
|
1926
1938
|
{
|
|
1927
1939
|
scheme: 'bearer',
|
|
@@ -1933,7 +1945,7 @@ export class LanguageService {
|
|
|
1933
1945
|
});
|
|
1934
1946
|
}
|
|
1935
1947
|
static putLanguageByIsoCode(options) {
|
|
1936
|
-
return (options.client ??
|
|
1948
|
+
return (options.client ?? client).put({
|
|
1937
1949
|
security: [
|
|
1938
1950
|
{
|
|
1939
1951
|
scheme: 'bearer',
|
|
@@ -1951,7 +1963,7 @@ export class LanguageService {
|
|
|
1951
1963
|
}
|
|
1952
1964
|
export class LogViewerService {
|
|
1953
1965
|
static getLogViewerLevel(options) {
|
|
1954
|
-
return (options?.client ??
|
|
1966
|
+
return (options?.client ?? client).get({
|
|
1955
1967
|
security: [
|
|
1956
1968
|
{
|
|
1957
1969
|
scheme: 'bearer',
|
|
@@ -1963,7 +1975,7 @@ export class LogViewerService {
|
|
|
1963
1975
|
});
|
|
1964
1976
|
}
|
|
1965
1977
|
static getLogViewerLevelCount(options) {
|
|
1966
|
-
return (options?.client ??
|
|
1978
|
+
return (options?.client ?? client).get({
|
|
1967
1979
|
security: [
|
|
1968
1980
|
{
|
|
1969
1981
|
scheme: 'bearer',
|
|
@@ -1975,7 +1987,7 @@ export class LogViewerService {
|
|
|
1975
1987
|
});
|
|
1976
1988
|
}
|
|
1977
1989
|
static getLogViewerLog(options) {
|
|
1978
|
-
return (options?.client ??
|
|
1990
|
+
return (options?.client ?? client).get({
|
|
1979
1991
|
security: [
|
|
1980
1992
|
{
|
|
1981
1993
|
scheme: 'bearer',
|
|
@@ -1987,7 +1999,7 @@ export class LogViewerService {
|
|
|
1987
1999
|
});
|
|
1988
2000
|
}
|
|
1989
2001
|
static getLogViewerMessageTemplate(options) {
|
|
1990
|
-
return (options?.client ??
|
|
2002
|
+
return (options?.client ?? client).get({
|
|
1991
2003
|
security: [
|
|
1992
2004
|
{
|
|
1993
2005
|
scheme: 'bearer',
|
|
@@ -1999,7 +2011,7 @@ export class LogViewerService {
|
|
|
1999
2011
|
});
|
|
2000
2012
|
}
|
|
2001
2013
|
static getLogViewerSavedSearch(options) {
|
|
2002
|
-
return (options?.client ??
|
|
2014
|
+
return (options?.client ?? client).get({
|
|
2003
2015
|
security: [
|
|
2004
2016
|
{
|
|
2005
2017
|
scheme: 'bearer',
|
|
@@ -2011,7 +2023,7 @@ export class LogViewerService {
|
|
|
2011
2023
|
});
|
|
2012
2024
|
}
|
|
2013
2025
|
static postLogViewerSavedSearch(options) {
|
|
2014
|
-
return (options?.client ??
|
|
2026
|
+
return (options?.client ?? client).post({
|
|
2015
2027
|
security: [
|
|
2016
2028
|
{
|
|
2017
2029
|
scheme: 'bearer',
|
|
@@ -2027,7 +2039,7 @@ export class LogViewerService {
|
|
|
2027
2039
|
});
|
|
2028
2040
|
}
|
|
2029
2041
|
static deleteLogViewerSavedSearchByName(options) {
|
|
2030
|
-
return (options.client ??
|
|
2042
|
+
return (options.client ?? client).delete({
|
|
2031
2043
|
security: [
|
|
2032
2044
|
{
|
|
2033
2045
|
scheme: 'bearer',
|
|
@@ -2039,7 +2051,7 @@ export class LogViewerService {
|
|
|
2039
2051
|
});
|
|
2040
2052
|
}
|
|
2041
2053
|
static getLogViewerSavedSearchByName(options) {
|
|
2042
|
-
return (options.client ??
|
|
2054
|
+
return (options.client ?? client).get({
|
|
2043
2055
|
security: [
|
|
2044
2056
|
{
|
|
2045
2057
|
scheme: 'bearer',
|
|
@@ -2051,7 +2063,7 @@ export class LogViewerService {
|
|
|
2051
2063
|
});
|
|
2052
2064
|
}
|
|
2053
2065
|
static getLogViewerValidateLogsSize(options) {
|
|
2054
|
-
return (options?.client ??
|
|
2066
|
+
return (options?.client ?? client).get({
|
|
2055
2067
|
security: [
|
|
2056
2068
|
{
|
|
2057
2069
|
scheme: 'bearer',
|
|
@@ -2065,7 +2077,7 @@ export class LogViewerService {
|
|
|
2065
2077
|
}
|
|
2066
2078
|
export class ManifestService {
|
|
2067
2079
|
static getManifestManifest(options) {
|
|
2068
|
-
return (options?.client ??
|
|
2080
|
+
return (options?.client ?? client).get({
|
|
2069
2081
|
security: [
|
|
2070
2082
|
{
|
|
2071
2083
|
scheme: 'bearer',
|
|
@@ -2077,7 +2089,7 @@ export class ManifestService {
|
|
|
2077
2089
|
});
|
|
2078
2090
|
}
|
|
2079
2091
|
static getManifestManifestPrivate(options) {
|
|
2080
|
-
return (options?.client ??
|
|
2092
|
+
return (options?.client ?? client).get({
|
|
2081
2093
|
security: [
|
|
2082
2094
|
{
|
|
2083
2095
|
scheme: 'bearer',
|
|
@@ -2089,7 +2101,7 @@ export class ManifestService {
|
|
|
2089
2101
|
});
|
|
2090
2102
|
}
|
|
2091
2103
|
static getManifestManifestPublic(options) {
|
|
2092
|
-
return (options?.client ??
|
|
2104
|
+
return (options?.client ?? client).get({
|
|
2093
2105
|
url: '/umbraco/management/api/v1/manifest/manifest/public',
|
|
2094
2106
|
...options
|
|
2095
2107
|
});
|
|
@@ -2097,7 +2109,7 @@ export class ManifestService {
|
|
|
2097
2109
|
}
|
|
2098
2110
|
export class MediaTypeService {
|
|
2099
2111
|
static getItemMediaType(options) {
|
|
2100
|
-
return (options?.client ??
|
|
2112
|
+
return (options?.client ?? client).get({
|
|
2101
2113
|
security: [
|
|
2102
2114
|
{
|
|
2103
2115
|
scheme: 'bearer',
|
|
@@ -2109,7 +2121,7 @@ export class MediaTypeService {
|
|
|
2109
2121
|
});
|
|
2110
2122
|
}
|
|
2111
2123
|
static getItemMediaTypeAllowed(options) {
|
|
2112
|
-
return (options?.client ??
|
|
2124
|
+
return (options?.client ?? client).get({
|
|
2113
2125
|
security: [
|
|
2114
2126
|
{
|
|
2115
2127
|
scheme: 'bearer',
|
|
@@ -2121,7 +2133,7 @@ export class MediaTypeService {
|
|
|
2121
2133
|
});
|
|
2122
2134
|
}
|
|
2123
2135
|
static getItemMediaTypeFolders(options) {
|
|
2124
|
-
return (options?.client ??
|
|
2136
|
+
return (options?.client ?? client).get({
|
|
2125
2137
|
security: [
|
|
2126
2138
|
{
|
|
2127
2139
|
scheme: 'bearer',
|
|
@@ -2133,7 +2145,7 @@ export class MediaTypeService {
|
|
|
2133
2145
|
});
|
|
2134
2146
|
}
|
|
2135
2147
|
static getItemMediaTypeSearch(options) {
|
|
2136
|
-
return (options?.client ??
|
|
2148
|
+
return (options?.client ?? client).get({
|
|
2137
2149
|
security: [
|
|
2138
2150
|
{
|
|
2139
2151
|
scheme: 'bearer',
|
|
@@ -2145,7 +2157,7 @@ export class MediaTypeService {
|
|
|
2145
2157
|
});
|
|
2146
2158
|
}
|
|
2147
2159
|
static postMediaType(options) {
|
|
2148
|
-
return (options?.client ??
|
|
2160
|
+
return (options?.client ?? client).post({
|
|
2149
2161
|
security: [
|
|
2150
2162
|
{
|
|
2151
2163
|
scheme: 'bearer',
|
|
@@ -2161,7 +2173,7 @@ export class MediaTypeService {
|
|
|
2161
2173
|
});
|
|
2162
2174
|
}
|
|
2163
2175
|
static deleteMediaTypeById(options) {
|
|
2164
|
-
return (options.client ??
|
|
2176
|
+
return (options.client ?? client).delete({
|
|
2165
2177
|
security: [
|
|
2166
2178
|
{
|
|
2167
2179
|
scheme: 'bearer',
|
|
@@ -2173,7 +2185,7 @@ export class MediaTypeService {
|
|
|
2173
2185
|
});
|
|
2174
2186
|
}
|
|
2175
2187
|
static getMediaTypeById(options) {
|
|
2176
|
-
return (options.client ??
|
|
2188
|
+
return (options.client ?? client).get({
|
|
2177
2189
|
security: [
|
|
2178
2190
|
{
|
|
2179
2191
|
scheme: 'bearer',
|
|
@@ -2185,7 +2197,7 @@ export class MediaTypeService {
|
|
|
2185
2197
|
});
|
|
2186
2198
|
}
|
|
2187
2199
|
static putMediaTypeById(options) {
|
|
2188
|
-
return (options.client ??
|
|
2200
|
+
return (options.client ?? client).put({
|
|
2189
2201
|
security: [
|
|
2190
2202
|
{
|
|
2191
2203
|
scheme: 'bearer',
|
|
@@ -2201,7 +2213,7 @@ export class MediaTypeService {
|
|
|
2201
2213
|
});
|
|
2202
2214
|
}
|
|
2203
2215
|
static getMediaTypeByIdAllowedChildren(options) {
|
|
2204
|
-
return (options.client ??
|
|
2216
|
+
return (options.client ?? client).get({
|
|
2205
2217
|
security: [
|
|
2206
2218
|
{
|
|
2207
2219
|
scheme: 'bearer',
|
|
@@ -2213,7 +2225,7 @@ export class MediaTypeService {
|
|
|
2213
2225
|
});
|
|
2214
2226
|
}
|
|
2215
2227
|
static getMediaTypeByIdCompositionReferences(options) {
|
|
2216
|
-
return (options.client ??
|
|
2228
|
+
return (options.client ?? client).get({
|
|
2217
2229
|
security: [
|
|
2218
2230
|
{
|
|
2219
2231
|
scheme: 'bearer',
|
|
@@ -2225,7 +2237,7 @@ export class MediaTypeService {
|
|
|
2225
2237
|
});
|
|
2226
2238
|
}
|
|
2227
2239
|
static postMediaTypeByIdCopy(options) {
|
|
2228
|
-
return (options.client ??
|
|
2240
|
+
return (options.client ?? client).post({
|
|
2229
2241
|
security: [
|
|
2230
2242
|
{
|
|
2231
2243
|
scheme: 'bearer',
|
|
@@ -2241,7 +2253,7 @@ export class MediaTypeService {
|
|
|
2241
2253
|
});
|
|
2242
2254
|
}
|
|
2243
2255
|
static getMediaTypeByIdExport(options) {
|
|
2244
|
-
return (options.client ??
|
|
2256
|
+
return (options.client ?? client).get({
|
|
2245
2257
|
security: [
|
|
2246
2258
|
{
|
|
2247
2259
|
scheme: 'bearer',
|
|
@@ -2253,7 +2265,7 @@ export class MediaTypeService {
|
|
|
2253
2265
|
});
|
|
2254
2266
|
}
|
|
2255
2267
|
static putMediaTypeByIdImport(options) {
|
|
2256
|
-
return (options.client ??
|
|
2268
|
+
return (options.client ?? client).put({
|
|
2257
2269
|
security: [
|
|
2258
2270
|
{
|
|
2259
2271
|
scheme: 'bearer',
|
|
@@ -2269,7 +2281,7 @@ export class MediaTypeService {
|
|
|
2269
2281
|
});
|
|
2270
2282
|
}
|
|
2271
2283
|
static putMediaTypeByIdMove(options) {
|
|
2272
|
-
return (options.client ??
|
|
2284
|
+
return (options.client ?? client).put({
|
|
2273
2285
|
security: [
|
|
2274
2286
|
{
|
|
2275
2287
|
scheme: 'bearer',
|
|
@@ -2285,7 +2297,7 @@ export class MediaTypeService {
|
|
|
2285
2297
|
});
|
|
2286
2298
|
}
|
|
2287
2299
|
static getMediaTypeAllowedAtRoot(options) {
|
|
2288
|
-
return (options?.client ??
|
|
2300
|
+
return (options?.client ?? client).get({
|
|
2289
2301
|
security: [
|
|
2290
2302
|
{
|
|
2291
2303
|
scheme: 'bearer',
|
|
@@ -2297,7 +2309,7 @@ export class MediaTypeService {
|
|
|
2297
2309
|
});
|
|
2298
2310
|
}
|
|
2299
2311
|
static postMediaTypeAvailableCompositions(options) {
|
|
2300
|
-
return (options?.client ??
|
|
2312
|
+
return (options?.client ?? client).post({
|
|
2301
2313
|
security: [
|
|
2302
2314
|
{
|
|
2303
2315
|
scheme: 'bearer',
|
|
@@ -2313,7 +2325,7 @@ export class MediaTypeService {
|
|
|
2313
2325
|
});
|
|
2314
2326
|
}
|
|
2315
2327
|
static getMediaTypeConfiguration(options) {
|
|
2316
|
-
return (options?.client ??
|
|
2328
|
+
return (options?.client ?? client).get({
|
|
2317
2329
|
security: [
|
|
2318
2330
|
{
|
|
2319
2331
|
scheme: 'bearer',
|
|
@@ -2325,7 +2337,7 @@ export class MediaTypeService {
|
|
|
2325
2337
|
});
|
|
2326
2338
|
}
|
|
2327
2339
|
static postMediaTypeFolder(options) {
|
|
2328
|
-
return (options?.client ??
|
|
2340
|
+
return (options?.client ?? client).post({
|
|
2329
2341
|
security: [
|
|
2330
2342
|
{
|
|
2331
2343
|
scheme: 'bearer',
|
|
@@ -2341,7 +2353,7 @@ export class MediaTypeService {
|
|
|
2341
2353
|
});
|
|
2342
2354
|
}
|
|
2343
2355
|
static deleteMediaTypeFolderById(options) {
|
|
2344
|
-
return (options.client ??
|
|
2356
|
+
return (options.client ?? client).delete({
|
|
2345
2357
|
security: [
|
|
2346
2358
|
{
|
|
2347
2359
|
scheme: 'bearer',
|
|
@@ -2353,7 +2365,7 @@ export class MediaTypeService {
|
|
|
2353
2365
|
});
|
|
2354
2366
|
}
|
|
2355
2367
|
static getMediaTypeFolderById(options) {
|
|
2356
|
-
return (options.client ??
|
|
2368
|
+
return (options.client ?? client).get({
|
|
2357
2369
|
security: [
|
|
2358
2370
|
{
|
|
2359
2371
|
scheme: 'bearer',
|
|
@@ -2365,7 +2377,7 @@ export class MediaTypeService {
|
|
|
2365
2377
|
});
|
|
2366
2378
|
}
|
|
2367
2379
|
static putMediaTypeFolderById(options) {
|
|
2368
|
-
return (options.client ??
|
|
2380
|
+
return (options.client ?? client).put({
|
|
2369
2381
|
security: [
|
|
2370
2382
|
{
|
|
2371
2383
|
scheme: 'bearer',
|
|
@@ -2381,7 +2393,7 @@ export class MediaTypeService {
|
|
|
2381
2393
|
});
|
|
2382
2394
|
}
|
|
2383
2395
|
static postMediaTypeImport(options) {
|
|
2384
|
-
return (options?.client ??
|
|
2396
|
+
return (options?.client ?? client).post({
|
|
2385
2397
|
security: [
|
|
2386
2398
|
{
|
|
2387
2399
|
scheme: 'bearer',
|
|
@@ -2397,7 +2409,7 @@ export class MediaTypeService {
|
|
|
2397
2409
|
});
|
|
2398
2410
|
}
|
|
2399
2411
|
static getTreeMediaTypeAncestors(options) {
|
|
2400
|
-
return (options?.client ??
|
|
2412
|
+
return (options?.client ?? client).get({
|
|
2401
2413
|
security: [
|
|
2402
2414
|
{
|
|
2403
2415
|
scheme: 'bearer',
|
|
@@ -2409,7 +2421,7 @@ export class MediaTypeService {
|
|
|
2409
2421
|
});
|
|
2410
2422
|
}
|
|
2411
2423
|
static getTreeMediaTypeChildren(options) {
|
|
2412
|
-
return (options?.client ??
|
|
2424
|
+
return (options?.client ?? client).get({
|
|
2413
2425
|
security: [
|
|
2414
2426
|
{
|
|
2415
2427
|
scheme: 'bearer',
|
|
@@ -2421,7 +2433,7 @@ export class MediaTypeService {
|
|
|
2421
2433
|
});
|
|
2422
2434
|
}
|
|
2423
2435
|
static getTreeMediaTypeRoot(options) {
|
|
2424
|
-
return (options?.client ??
|
|
2436
|
+
return (options?.client ?? client).get({
|
|
2425
2437
|
security: [
|
|
2426
2438
|
{
|
|
2427
2439
|
scheme: 'bearer',
|
|
@@ -2433,7 +2445,7 @@ export class MediaTypeService {
|
|
|
2433
2445
|
});
|
|
2434
2446
|
}
|
|
2435
2447
|
static getTreeMediaTypeSiblings(options) {
|
|
2436
|
-
return (options?.client ??
|
|
2448
|
+
return (options?.client ?? client).get({
|
|
2437
2449
|
security: [
|
|
2438
2450
|
{
|
|
2439
2451
|
scheme: 'bearer',
|
|
@@ -2447,7 +2459,7 @@ export class MediaTypeService {
|
|
|
2447
2459
|
}
|
|
2448
2460
|
export class MediaService {
|
|
2449
2461
|
static getCollectionMedia(options) {
|
|
2450
|
-
return (options?.client ??
|
|
2462
|
+
return (options?.client ?? client).get({
|
|
2451
2463
|
security: [
|
|
2452
2464
|
{
|
|
2453
2465
|
scheme: 'bearer',
|
|
@@ -2459,7 +2471,7 @@ export class MediaService {
|
|
|
2459
2471
|
});
|
|
2460
2472
|
}
|
|
2461
2473
|
static getItemMedia(options) {
|
|
2462
|
-
return (options?.client ??
|
|
2474
|
+
return (options?.client ?? client).get({
|
|
2463
2475
|
security: [
|
|
2464
2476
|
{
|
|
2465
2477
|
scheme: 'bearer',
|
|
@@ -2471,7 +2483,7 @@ export class MediaService {
|
|
|
2471
2483
|
});
|
|
2472
2484
|
}
|
|
2473
2485
|
static getItemMediaSearch(options) {
|
|
2474
|
-
return (options?.client ??
|
|
2486
|
+
return (options?.client ?? client).get({
|
|
2475
2487
|
security: [
|
|
2476
2488
|
{
|
|
2477
2489
|
scheme: 'bearer',
|
|
@@ -2483,7 +2495,7 @@ export class MediaService {
|
|
|
2483
2495
|
});
|
|
2484
2496
|
}
|
|
2485
2497
|
static postMedia(options) {
|
|
2486
|
-
return (options?.client ??
|
|
2498
|
+
return (options?.client ?? client).post({
|
|
2487
2499
|
security: [
|
|
2488
2500
|
{
|
|
2489
2501
|
scheme: 'bearer',
|
|
@@ -2499,7 +2511,7 @@ export class MediaService {
|
|
|
2499
2511
|
});
|
|
2500
2512
|
}
|
|
2501
2513
|
static deleteMediaById(options) {
|
|
2502
|
-
return (options.client ??
|
|
2514
|
+
return (options.client ?? client).delete({
|
|
2503
2515
|
security: [
|
|
2504
2516
|
{
|
|
2505
2517
|
scheme: 'bearer',
|
|
@@ -2511,7 +2523,7 @@ export class MediaService {
|
|
|
2511
2523
|
});
|
|
2512
2524
|
}
|
|
2513
2525
|
static getMediaById(options) {
|
|
2514
|
-
return (options.client ??
|
|
2526
|
+
return (options.client ?? client).get({
|
|
2515
2527
|
security: [
|
|
2516
2528
|
{
|
|
2517
2529
|
scheme: 'bearer',
|
|
@@ -2523,7 +2535,7 @@ export class MediaService {
|
|
|
2523
2535
|
});
|
|
2524
2536
|
}
|
|
2525
2537
|
static putMediaById(options) {
|
|
2526
|
-
return (options.client ??
|
|
2538
|
+
return (options.client ?? client).put({
|
|
2527
2539
|
security: [
|
|
2528
2540
|
{
|
|
2529
2541
|
scheme: 'bearer',
|
|
@@ -2539,7 +2551,7 @@ export class MediaService {
|
|
|
2539
2551
|
});
|
|
2540
2552
|
}
|
|
2541
2553
|
static getMediaByIdAuditLog(options) {
|
|
2542
|
-
return (options.client ??
|
|
2554
|
+
return (options.client ?? client).get({
|
|
2543
2555
|
security: [
|
|
2544
2556
|
{
|
|
2545
2557
|
scheme: 'bearer',
|
|
@@ -2551,7 +2563,7 @@ export class MediaService {
|
|
|
2551
2563
|
});
|
|
2552
2564
|
}
|
|
2553
2565
|
static putMediaByIdMove(options) {
|
|
2554
|
-
return (options.client ??
|
|
2566
|
+
return (options.client ?? client).put({
|
|
2555
2567
|
security: [
|
|
2556
2568
|
{
|
|
2557
2569
|
scheme: 'bearer',
|
|
@@ -2567,7 +2579,7 @@ export class MediaService {
|
|
|
2567
2579
|
});
|
|
2568
2580
|
}
|
|
2569
2581
|
static putMediaByIdMoveToRecycleBin(options) {
|
|
2570
|
-
return (options.client ??
|
|
2582
|
+
return (options.client ?? client).put({
|
|
2571
2583
|
security: [
|
|
2572
2584
|
{
|
|
2573
2585
|
scheme: 'bearer',
|
|
@@ -2579,7 +2591,7 @@ export class MediaService {
|
|
|
2579
2591
|
});
|
|
2580
2592
|
}
|
|
2581
2593
|
static getMediaByIdReferencedBy(options) {
|
|
2582
|
-
return (options.client ??
|
|
2594
|
+
return (options.client ?? client).get({
|
|
2583
2595
|
security: [
|
|
2584
2596
|
{
|
|
2585
2597
|
scheme: 'bearer',
|
|
@@ -2591,7 +2603,7 @@ export class MediaService {
|
|
|
2591
2603
|
});
|
|
2592
2604
|
}
|
|
2593
2605
|
static getMediaByIdReferencedDescendants(options) {
|
|
2594
|
-
return (options.client ??
|
|
2606
|
+
return (options.client ?? client).get({
|
|
2595
2607
|
security: [
|
|
2596
2608
|
{
|
|
2597
2609
|
scheme: 'bearer',
|
|
@@ -2603,7 +2615,7 @@ export class MediaService {
|
|
|
2603
2615
|
});
|
|
2604
2616
|
}
|
|
2605
2617
|
static putMediaByIdValidate(options) {
|
|
2606
|
-
return (options.client ??
|
|
2618
|
+
return (options.client ?? client).put({
|
|
2607
2619
|
security: [
|
|
2608
2620
|
{
|
|
2609
2621
|
scheme: 'bearer',
|
|
@@ -2619,7 +2631,7 @@ export class MediaService {
|
|
|
2619
2631
|
});
|
|
2620
2632
|
}
|
|
2621
2633
|
static getMediaAreReferenced(options) {
|
|
2622
|
-
return (options?.client ??
|
|
2634
|
+
return (options?.client ?? client).get({
|
|
2623
2635
|
security: [
|
|
2624
2636
|
{
|
|
2625
2637
|
scheme: 'bearer',
|
|
@@ -2634,7 +2646,7 @@ export class MediaService {
|
|
|
2634
2646
|
* @deprecated
|
|
2635
2647
|
*/
|
|
2636
2648
|
static getMediaConfiguration(options) {
|
|
2637
|
-
return (options?.client ??
|
|
2649
|
+
return (options?.client ?? client).get({
|
|
2638
2650
|
security: [
|
|
2639
2651
|
{
|
|
2640
2652
|
scheme: 'bearer',
|
|
@@ -2646,7 +2658,7 @@ export class MediaService {
|
|
|
2646
2658
|
});
|
|
2647
2659
|
}
|
|
2648
2660
|
static putMediaSort(options) {
|
|
2649
|
-
return (options?.client ??
|
|
2661
|
+
return (options?.client ?? client).put({
|
|
2650
2662
|
security: [
|
|
2651
2663
|
{
|
|
2652
2664
|
scheme: 'bearer',
|
|
@@ -2662,7 +2674,7 @@ export class MediaService {
|
|
|
2662
2674
|
});
|
|
2663
2675
|
}
|
|
2664
2676
|
static getMediaUrls(options) {
|
|
2665
|
-
return (options?.client ??
|
|
2677
|
+
return (options?.client ?? client).get({
|
|
2666
2678
|
security: [
|
|
2667
2679
|
{
|
|
2668
2680
|
scheme: 'bearer',
|
|
@@ -2674,7 +2686,7 @@ export class MediaService {
|
|
|
2674
2686
|
});
|
|
2675
2687
|
}
|
|
2676
2688
|
static postMediaValidate(options) {
|
|
2677
|
-
return (options?.client ??
|
|
2689
|
+
return (options?.client ?? client).post({
|
|
2678
2690
|
security: [
|
|
2679
2691
|
{
|
|
2680
2692
|
scheme: 'bearer',
|
|
@@ -2690,7 +2702,7 @@ export class MediaService {
|
|
|
2690
2702
|
});
|
|
2691
2703
|
}
|
|
2692
2704
|
static deleteRecycleBinMedia(options) {
|
|
2693
|
-
return (options?.client ??
|
|
2705
|
+
return (options?.client ?? client).delete({
|
|
2694
2706
|
security: [
|
|
2695
2707
|
{
|
|
2696
2708
|
scheme: 'bearer',
|
|
@@ -2702,7 +2714,7 @@ export class MediaService {
|
|
|
2702
2714
|
});
|
|
2703
2715
|
}
|
|
2704
2716
|
static deleteRecycleBinMediaById(options) {
|
|
2705
|
-
return (options.client ??
|
|
2717
|
+
return (options.client ?? client).delete({
|
|
2706
2718
|
security: [
|
|
2707
2719
|
{
|
|
2708
2720
|
scheme: 'bearer',
|
|
@@ -2714,7 +2726,7 @@ export class MediaService {
|
|
|
2714
2726
|
});
|
|
2715
2727
|
}
|
|
2716
2728
|
static getRecycleBinMediaByIdOriginalParent(options) {
|
|
2717
|
-
return (options.client ??
|
|
2729
|
+
return (options.client ?? client).get({
|
|
2718
2730
|
security: [
|
|
2719
2731
|
{
|
|
2720
2732
|
scheme: 'bearer',
|
|
@@ -2726,7 +2738,7 @@ export class MediaService {
|
|
|
2726
2738
|
});
|
|
2727
2739
|
}
|
|
2728
2740
|
static putRecycleBinMediaByIdRestore(options) {
|
|
2729
|
-
return (options.client ??
|
|
2741
|
+
return (options.client ?? client).put({
|
|
2730
2742
|
security: [
|
|
2731
2743
|
{
|
|
2732
2744
|
scheme: 'bearer',
|
|
@@ -2742,7 +2754,7 @@ export class MediaService {
|
|
|
2742
2754
|
});
|
|
2743
2755
|
}
|
|
2744
2756
|
static getRecycleBinMediaChildren(options) {
|
|
2745
|
-
return (options?.client ??
|
|
2757
|
+
return (options?.client ?? client).get({
|
|
2746
2758
|
security: [
|
|
2747
2759
|
{
|
|
2748
2760
|
scheme: 'bearer',
|
|
@@ -2754,7 +2766,7 @@ export class MediaService {
|
|
|
2754
2766
|
});
|
|
2755
2767
|
}
|
|
2756
2768
|
static getRecycleBinMediaReferencedBy(options) {
|
|
2757
|
-
return (options?.client ??
|
|
2769
|
+
return (options?.client ?? client).get({
|
|
2758
2770
|
security: [
|
|
2759
2771
|
{
|
|
2760
2772
|
scheme: 'bearer',
|
|
@@ -2766,7 +2778,7 @@ export class MediaService {
|
|
|
2766
2778
|
});
|
|
2767
2779
|
}
|
|
2768
2780
|
static getRecycleBinMediaRoot(options) {
|
|
2769
|
-
return (options?.client ??
|
|
2781
|
+
return (options?.client ?? client).get({
|
|
2770
2782
|
security: [
|
|
2771
2783
|
{
|
|
2772
2784
|
scheme: 'bearer',
|
|
@@ -2777,8 +2789,20 @@ export class MediaService {
|
|
|
2777
2789
|
...options
|
|
2778
2790
|
});
|
|
2779
2791
|
}
|
|
2792
|
+
static getRecycleBinMediaSiblings(options) {
|
|
2793
|
+
return (options?.client ?? client).get({
|
|
2794
|
+
security: [
|
|
2795
|
+
{
|
|
2796
|
+
scheme: 'bearer',
|
|
2797
|
+
type: 'http'
|
|
2798
|
+
}
|
|
2799
|
+
],
|
|
2800
|
+
url: '/umbraco/management/api/v1/recycle-bin/media/siblings',
|
|
2801
|
+
...options
|
|
2802
|
+
});
|
|
2803
|
+
}
|
|
2780
2804
|
static getTreeMediaAncestors(options) {
|
|
2781
|
-
return (options?.client ??
|
|
2805
|
+
return (options?.client ?? client).get({
|
|
2782
2806
|
security: [
|
|
2783
2807
|
{
|
|
2784
2808
|
scheme: 'bearer',
|
|
@@ -2790,7 +2814,7 @@ export class MediaService {
|
|
|
2790
2814
|
});
|
|
2791
2815
|
}
|
|
2792
2816
|
static getTreeMediaChildren(options) {
|
|
2793
|
-
return (options?.client ??
|
|
2817
|
+
return (options?.client ?? client).get({
|
|
2794
2818
|
security: [
|
|
2795
2819
|
{
|
|
2796
2820
|
scheme: 'bearer',
|
|
@@ -2802,7 +2826,7 @@ export class MediaService {
|
|
|
2802
2826
|
});
|
|
2803
2827
|
}
|
|
2804
2828
|
static getTreeMediaRoot(options) {
|
|
2805
|
-
return (options?.client ??
|
|
2829
|
+
return (options?.client ?? client).get({
|
|
2806
2830
|
security: [
|
|
2807
2831
|
{
|
|
2808
2832
|
scheme: 'bearer',
|
|
@@ -2814,7 +2838,7 @@ export class MediaService {
|
|
|
2814
2838
|
});
|
|
2815
2839
|
}
|
|
2816
2840
|
static getTreeMediaSiblings(options) {
|
|
2817
|
-
return (options?.client ??
|
|
2841
|
+
return (options?.client ?? client).get({
|
|
2818
2842
|
security: [
|
|
2819
2843
|
{
|
|
2820
2844
|
scheme: 'bearer',
|
|
@@ -2828,7 +2852,7 @@ export class MediaService {
|
|
|
2828
2852
|
}
|
|
2829
2853
|
export class MemberGroupService {
|
|
2830
2854
|
static getItemMemberGroup(options) {
|
|
2831
|
-
return (options?.client ??
|
|
2855
|
+
return (options?.client ?? client).get({
|
|
2832
2856
|
security: [
|
|
2833
2857
|
{
|
|
2834
2858
|
scheme: 'bearer',
|
|
@@ -2840,7 +2864,7 @@ export class MemberGroupService {
|
|
|
2840
2864
|
});
|
|
2841
2865
|
}
|
|
2842
2866
|
static getMemberGroup(options) {
|
|
2843
|
-
return (options?.client ??
|
|
2867
|
+
return (options?.client ?? client).get({
|
|
2844
2868
|
security: [
|
|
2845
2869
|
{
|
|
2846
2870
|
scheme: 'bearer',
|
|
@@ -2852,7 +2876,7 @@ export class MemberGroupService {
|
|
|
2852
2876
|
});
|
|
2853
2877
|
}
|
|
2854
2878
|
static postMemberGroup(options) {
|
|
2855
|
-
return (options?.client ??
|
|
2879
|
+
return (options?.client ?? client).post({
|
|
2856
2880
|
security: [
|
|
2857
2881
|
{
|
|
2858
2882
|
scheme: 'bearer',
|
|
@@ -2868,7 +2892,7 @@ export class MemberGroupService {
|
|
|
2868
2892
|
});
|
|
2869
2893
|
}
|
|
2870
2894
|
static deleteMemberGroupById(options) {
|
|
2871
|
-
return (options.client ??
|
|
2895
|
+
return (options.client ?? client).delete({
|
|
2872
2896
|
security: [
|
|
2873
2897
|
{
|
|
2874
2898
|
scheme: 'bearer',
|
|
@@ -2880,7 +2904,7 @@ export class MemberGroupService {
|
|
|
2880
2904
|
});
|
|
2881
2905
|
}
|
|
2882
2906
|
static getMemberGroupById(options) {
|
|
2883
|
-
return (options.client ??
|
|
2907
|
+
return (options.client ?? client).get({
|
|
2884
2908
|
security: [
|
|
2885
2909
|
{
|
|
2886
2910
|
scheme: 'bearer',
|
|
@@ -2892,7 +2916,7 @@ export class MemberGroupService {
|
|
|
2892
2916
|
});
|
|
2893
2917
|
}
|
|
2894
2918
|
static putMemberGroupById(options) {
|
|
2895
|
-
return (options.client ??
|
|
2919
|
+
return (options.client ?? client).put({
|
|
2896
2920
|
security: [
|
|
2897
2921
|
{
|
|
2898
2922
|
scheme: 'bearer',
|
|
@@ -2908,7 +2932,7 @@ export class MemberGroupService {
|
|
|
2908
2932
|
});
|
|
2909
2933
|
}
|
|
2910
2934
|
static getTreeMemberGroupRoot(options) {
|
|
2911
|
-
return (options?.client ??
|
|
2935
|
+
return (options?.client ?? client).get({
|
|
2912
2936
|
security: [
|
|
2913
2937
|
{
|
|
2914
2938
|
scheme: 'bearer',
|
|
@@ -2922,7 +2946,7 @@ export class MemberGroupService {
|
|
|
2922
2946
|
}
|
|
2923
2947
|
export class MemberTypeService {
|
|
2924
2948
|
static getItemMemberType(options) {
|
|
2925
|
-
return (options?.client ??
|
|
2949
|
+
return (options?.client ?? client).get({
|
|
2926
2950
|
security: [
|
|
2927
2951
|
{
|
|
2928
2952
|
scheme: 'bearer',
|
|
@@ -2934,7 +2958,7 @@ export class MemberTypeService {
|
|
|
2934
2958
|
});
|
|
2935
2959
|
}
|
|
2936
2960
|
static getItemMemberTypeSearch(options) {
|
|
2937
|
-
return (options?.client ??
|
|
2961
|
+
return (options?.client ?? client).get({
|
|
2938
2962
|
security: [
|
|
2939
2963
|
{
|
|
2940
2964
|
scheme: 'bearer',
|
|
@@ -2946,7 +2970,7 @@ export class MemberTypeService {
|
|
|
2946
2970
|
});
|
|
2947
2971
|
}
|
|
2948
2972
|
static postMemberType(options) {
|
|
2949
|
-
return (options?.client ??
|
|
2973
|
+
return (options?.client ?? client).post({
|
|
2950
2974
|
security: [
|
|
2951
2975
|
{
|
|
2952
2976
|
scheme: 'bearer',
|
|
@@ -2962,7 +2986,7 @@ export class MemberTypeService {
|
|
|
2962
2986
|
});
|
|
2963
2987
|
}
|
|
2964
2988
|
static deleteMemberTypeById(options) {
|
|
2965
|
-
return (options.client ??
|
|
2989
|
+
return (options.client ?? client).delete({
|
|
2966
2990
|
security: [
|
|
2967
2991
|
{
|
|
2968
2992
|
scheme: 'bearer',
|
|
@@ -2974,7 +2998,7 @@ export class MemberTypeService {
|
|
|
2974
2998
|
});
|
|
2975
2999
|
}
|
|
2976
3000
|
static getMemberTypeById(options) {
|
|
2977
|
-
return (options.client ??
|
|
3001
|
+
return (options.client ?? client).get({
|
|
2978
3002
|
security: [
|
|
2979
3003
|
{
|
|
2980
3004
|
scheme: 'bearer',
|
|
@@ -2986,7 +3010,7 @@ export class MemberTypeService {
|
|
|
2986
3010
|
});
|
|
2987
3011
|
}
|
|
2988
3012
|
static putMemberTypeById(options) {
|
|
2989
|
-
return (options.client ??
|
|
3013
|
+
return (options.client ?? client).put({
|
|
2990
3014
|
security: [
|
|
2991
3015
|
{
|
|
2992
3016
|
scheme: 'bearer',
|
|
@@ -3002,7 +3026,7 @@ export class MemberTypeService {
|
|
|
3002
3026
|
});
|
|
3003
3027
|
}
|
|
3004
3028
|
static getMemberTypeByIdCompositionReferences(options) {
|
|
3005
|
-
return (options.client ??
|
|
3029
|
+
return (options.client ?? client).get({
|
|
3006
3030
|
security: [
|
|
3007
3031
|
{
|
|
3008
3032
|
scheme: 'bearer',
|
|
@@ -3014,7 +3038,7 @@ export class MemberTypeService {
|
|
|
3014
3038
|
});
|
|
3015
3039
|
}
|
|
3016
3040
|
static postMemberTypeByIdCopy(options) {
|
|
3017
|
-
return (options.client ??
|
|
3041
|
+
return (options.client ?? client).post({
|
|
3018
3042
|
security: [
|
|
3019
3043
|
{
|
|
3020
3044
|
scheme: 'bearer',
|
|
@@ -3026,7 +3050,7 @@ export class MemberTypeService {
|
|
|
3026
3050
|
});
|
|
3027
3051
|
}
|
|
3028
3052
|
static postMemberTypeAvailableCompositions(options) {
|
|
3029
|
-
return (options?.client ??
|
|
3053
|
+
return (options?.client ?? client).post({
|
|
3030
3054
|
security: [
|
|
3031
3055
|
{
|
|
3032
3056
|
scheme: 'bearer',
|
|
@@ -3042,7 +3066,7 @@ export class MemberTypeService {
|
|
|
3042
3066
|
});
|
|
3043
3067
|
}
|
|
3044
3068
|
static getMemberTypeConfiguration(options) {
|
|
3045
|
-
return (options?.client ??
|
|
3069
|
+
return (options?.client ?? client).get({
|
|
3046
3070
|
security: [
|
|
3047
3071
|
{
|
|
3048
3072
|
scheme: 'bearer',
|
|
@@ -3054,7 +3078,7 @@ export class MemberTypeService {
|
|
|
3054
3078
|
});
|
|
3055
3079
|
}
|
|
3056
3080
|
static getTreeMemberTypeRoot(options) {
|
|
3057
|
-
return (options?.client ??
|
|
3081
|
+
return (options?.client ?? client).get({
|
|
3058
3082
|
security: [
|
|
3059
3083
|
{
|
|
3060
3084
|
scheme: 'bearer',
|
|
@@ -3065,10 +3089,22 @@ export class MemberTypeService {
|
|
|
3065
3089
|
...options
|
|
3066
3090
|
});
|
|
3067
3091
|
}
|
|
3092
|
+
static getTreeMemberTypeSiblings(options) {
|
|
3093
|
+
return (options?.client ?? client).get({
|
|
3094
|
+
security: [
|
|
3095
|
+
{
|
|
3096
|
+
scheme: 'bearer',
|
|
3097
|
+
type: 'http'
|
|
3098
|
+
}
|
|
3099
|
+
],
|
|
3100
|
+
url: '/umbraco/management/api/v1/tree/member-type/siblings',
|
|
3101
|
+
...options
|
|
3102
|
+
});
|
|
3103
|
+
}
|
|
3068
3104
|
}
|
|
3069
3105
|
export class MemberService {
|
|
3070
3106
|
static getFilterMember(options) {
|
|
3071
|
-
return (options?.client ??
|
|
3107
|
+
return (options?.client ?? client).get({
|
|
3072
3108
|
security: [
|
|
3073
3109
|
{
|
|
3074
3110
|
scheme: 'bearer',
|
|
@@ -3080,7 +3116,7 @@ export class MemberService {
|
|
|
3080
3116
|
});
|
|
3081
3117
|
}
|
|
3082
3118
|
static getItemMember(options) {
|
|
3083
|
-
return (options?.client ??
|
|
3119
|
+
return (options?.client ?? client).get({
|
|
3084
3120
|
security: [
|
|
3085
3121
|
{
|
|
3086
3122
|
scheme: 'bearer',
|
|
@@ -3092,7 +3128,7 @@ export class MemberService {
|
|
|
3092
3128
|
});
|
|
3093
3129
|
}
|
|
3094
3130
|
static getItemMemberSearch(options) {
|
|
3095
|
-
return (options?.client ??
|
|
3131
|
+
return (options?.client ?? client).get({
|
|
3096
3132
|
security: [
|
|
3097
3133
|
{
|
|
3098
3134
|
scheme: 'bearer',
|
|
@@ -3104,7 +3140,7 @@ export class MemberService {
|
|
|
3104
3140
|
});
|
|
3105
3141
|
}
|
|
3106
3142
|
static postMember(options) {
|
|
3107
|
-
return (options?.client ??
|
|
3143
|
+
return (options?.client ?? client).post({
|
|
3108
3144
|
security: [
|
|
3109
3145
|
{
|
|
3110
3146
|
scheme: 'bearer',
|
|
@@ -3120,7 +3156,7 @@ export class MemberService {
|
|
|
3120
3156
|
});
|
|
3121
3157
|
}
|
|
3122
3158
|
static deleteMemberById(options) {
|
|
3123
|
-
return (options.client ??
|
|
3159
|
+
return (options.client ?? client).delete({
|
|
3124
3160
|
security: [
|
|
3125
3161
|
{
|
|
3126
3162
|
scheme: 'bearer',
|
|
@@ -3132,7 +3168,7 @@ export class MemberService {
|
|
|
3132
3168
|
});
|
|
3133
3169
|
}
|
|
3134
3170
|
static getMemberById(options) {
|
|
3135
|
-
return (options.client ??
|
|
3171
|
+
return (options.client ?? client).get({
|
|
3136
3172
|
security: [
|
|
3137
3173
|
{
|
|
3138
3174
|
scheme: 'bearer',
|
|
@@ -3144,7 +3180,7 @@ export class MemberService {
|
|
|
3144
3180
|
});
|
|
3145
3181
|
}
|
|
3146
3182
|
static putMemberById(options) {
|
|
3147
|
-
return (options.client ??
|
|
3183
|
+
return (options.client ?? client).put({
|
|
3148
3184
|
security: [
|
|
3149
3185
|
{
|
|
3150
3186
|
scheme: 'bearer',
|
|
@@ -3160,7 +3196,7 @@ export class MemberService {
|
|
|
3160
3196
|
});
|
|
3161
3197
|
}
|
|
3162
3198
|
static getMemberByIdReferencedBy(options) {
|
|
3163
|
-
return (options.client ??
|
|
3199
|
+
return (options.client ?? client).get({
|
|
3164
3200
|
security: [
|
|
3165
3201
|
{
|
|
3166
3202
|
scheme: 'bearer',
|
|
@@ -3172,7 +3208,7 @@ export class MemberService {
|
|
|
3172
3208
|
});
|
|
3173
3209
|
}
|
|
3174
3210
|
static getMemberByIdReferencedDescendants(options) {
|
|
3175
|
-
return (options.client ??
|
|
3211
|
+
return (options.client ?? client).get({
|
|
3176
3212
|
security: [
|
|
3177
3213
|
{
|
|
3178
3214
|
scheme: 'bearer',
|
|
@@ -3184,7 +3220,7 @@ export class MemberService {
|
|
|
3184
3220
|
});
|
|
3185
3221
|
}
|
|
3186
3222
|
static putMemberByIdValidate(options) {
|
|
3187
|
-
return (options.client ??
|
|
3223
|
+
return (options.client ?? client).put({
|
|
3188
3224
|
security: [
|
|
3189
3225
|
{
|
|
3190
3226
|
scheme: 'bearer',
|
|
@@ -3200,7 +3236,7 @@ export class MemberService {
|
|
|
3200
3236
|
});
|
|
3201
3237
|
}
|
|
3202
3238
|
static getMemberAreReferenced(options) {
|
|
3203
|
-
return (options?.client ??
|
|
3239
|
+
return (options?.client ?? client).get({
|
|
3204
3240
|
security: [
|
|
3205
3241
|
{
|
|
3206
3242
|
scheme: 'bearer',
|
|
@@ -3212,7 +3248,7 @@ export class MemberService {
|
|
|
3212
3248
|
});
|
|
3213
3249
|
}
|
|
3214
3250
|
static getMemberConfiguration(options) {
|
|
3215
|
-
return (options?.client ??
|
|
3251
|
+
return (options?.client ?? client).get({
|
|
3216
3252
|
security: [
|
|
3217
3253
|
{
|
|
3218
3254
|
scheme: 'bearer',
|
|
@@ -3224,7 +3260,7 @@ export class MemberService {
|
|
|
3224
3260
|
});
|
|
3225
3261
|
}
|
|
3226
3262
|
static postMemberValidate(options) {
|
|
3227
|
-
return (options?.client ??
|
|
3263
|
+
return (options?.client ?? client).post({
|
|
3228
3264
|
security: [
|
|
3229
3265
|
{
|
|
3230
3266
|
scheme: 'bearer',
|
|
@@ -3242,7 +3278,7 @@ export class MemberService {
|
|
|
3242
3278
|
}
|
|
3243
3279
|
export class ModelsBuilderService {
|
|
3244
3280
|
static postModelsBuilderBuild(options) {
|
|
3245
|
-
return (options?.client ??
|
|
3281
|
+
return (options?.client ?? client).post({
|
|
3246
3282
|
security: [
|
|
3247
3283
|
{
|
|
3248
3284
|
scheme: 'bearer',
|
|
@@ -3254,7 +3290,7 @@ export class ModelsBuilderService {
|
|
|
3254
3290
|
});
|
|
3255
3291
|
}
|
|
3256
3292
|
static getModelsBuilderDashboard(options) {
|
|
3257
|
-
return (options?.client ??
|
|
3293
|
+
return (options?.client ?? client).get({
|
|
3258
3294
|
security: [
|
|
3259
3295
|
{
|
|
3260
3296
|
scheme: 'bearer',
|
|
@@ -3266,7 +3302,7 @@ export class ModelsBuilderService {
|
|
|
3266
3302
|
});
|
|
3267
3303
|
}
|
|
3268
3304
|
static getModelsBuilderStatus(options) {
|
|
3269
|
-
return (options?.client ??
|
|
3305
|
+
return (options?.client ?? client).get({
|
|
3270
3306
|
security: [
|
|
3271
3307
|
{
|
|
3272
3308
|
scheme: 'bearer',
|
|
@@ -3280,7 +3316,7 @@ export class ModelsBuilderService {
|
|
|
3280
3316
|
}
|
|
3281
3317
|
export class ObjectTypesService {
|
|
3282
3318
|
static getObjectTypes(options) {
|
|
3283
|
-
return (options?.client ??
|
|
3319
|
+
return (options?.client ?? client).get({
|
|
3284
3320
|
security: [
|
|
3285
3321
|
{
|
|
3286
3322
|
scheme: 'bearer',
|
|
@@ -3294,7 +3330,7 @@ export class ObjectTypesService {
|
|
|
3294
3330
|
}
|
|
3295
3331
|
export class OEmbedService {
|
|
3296
3332
|
static getOembedQuery(options) {
|
|
3297
|
-
return (options?.client ??
|
|
3333
|
+
return (options?.client ?? client).get({
|
|
3298
3334
|
security: [
|
|
3299
3335
|
{
|
|
3300
3336
|
scheme: 'bearer',
|
|
@@ -3308,7 +3344,7 @@ export class OEmbedService {
|
|
|
3308
3344
|
}
|
|
3309
3345
|
export class PackageService {
|
|
3310
3346
|
static postPackageByNameRunMigration(options) {
|
|
3311
|
-
return (options.client ??
|
|
3347
|
+
return (options.client ?? client).post({
|
|
3312
3348
|
security: [
|
|
3313
3349
|
{
|
|
3314
3350
|
scheme: 'bearer',
|
|
@@ -3320,7 +3356,7 @@ export class PackageService {
|
|
|
3320
3356
|
});
|
|
3321
3357
|
}
|
|
3322
3358
|
static getPackageConfiguration(options) {
|
|
3323
|
-
return (options?.client ??
|
|
3359
|
+
return (options?.client ?? client).get({
|
|
3324
3360
|
security: [
|
|
3325
3361
|
{
|
|
3326
3362
|
scheme: 'bearer',
|
|
@@ -3332,7 +3368,7 @@ export class PackageService {
|
|
|
3332
3368
|
});
|
|
3333
3369
|
}
|
|
3334
3370
|
static getPackageCreated(options) {
|
|
3335
|
-
return (options?.client ??
|
|
3371
|
+
return (options?.client ?? client).get({
|
|
3336
3372
|
security: [
|
|
3337
3373
|
{
|
|
3338
3374
|
scheme: 'bearer',
|
|
@@ -3344,7 +3380,7 @@ export class PackageService {
|
|
|
3344
3380
|
});
|
|
3345
3381
|
}
|
|
3346
3382
|
static postPackageCreated(options) {
|
|
3347
|
-
return (options?.client ??
|
|
3383
|
+
return (options?.client ?? client).post({
|
|
3348
3384
|
security: [
|
|
3349
3385
|
{
|
|
3350
3386
|
scheme: 'bearer',
|
|
@@ -3360,7 +3396,7 @@ export class PackageService {
|
|
|
3360
3396
|
});
|
|
3361
3397
|
}
|
|
3362
3398
|
static deletePackageCreatedById(options) {
|
|
3363
|
-
return (options.client ??
|
|
3399
|
+
return (options.client ?? client).delete({
|
|
3364
3400
|
security: [
|
|
3365
3401
|
{
|
|
3366
3402
|
scheme: 'bearer',
|
|
@@ -3372,7 +3408,7 @@ export class PackageService {
|
|
|
3372
3408
|
});
|
|
3373
3409
|
}
|
|
3374
3410
|
static getPackageCreatedById(options) {
|
|
3375
|
-
return (options.client ??
|
|
3411
|
+
return (options.client ?? client).get({
|
|
3376
3412
|
security: [
|
|
3377
3413
|
{
|
|
3378
3414
|
scheme: 'bearer',
|
|
@@ -3384,7 +3420,7 @@ export class PackageService {
|
|
|
3384
3420
|
});
|
|
3385
3421
|
}
|
|
3386
3422
|
static putPackageCreatedById(options) {
|
|
3387
|
-
return (options.client ??
|
|
3423
|
+
return (options.client ?? client).put({
|
|
3388
3424
|
security: [
|
|
3389
3425
|
{
|
|
3390
3426
|
scheme: 'bearer',
|
|
@@ -3400,7 +3436,7 @@ export class PackageService {
|
|
|
3400
3436
|
});
|
|
3401
3437
|
}
|
|
3402
3438
|
static getPackageCreatedByIdDownload(options) {
|
|
3403
|
-
return (options.client ??
|
|
3439
|
+
return (options.client ?? client).get({
|
|
3404
3440
|
security: [
|
|
3405
3441
|
{
|
|
3406
3442
|
scheme: 'bearer',
|
|
@@ -3412,7 +3448,7 @@ export class PackageService {
|
|
|
3412
3448
|
});
|
|
3413
3449
|
}
|
|
3414
3450
|
static getPackageMigrationStatus(options) {
|
|
3415
|
-
return (options?.client ??
|
|
3451
|
+
return (options?.client ?? client).get({
|
|
3416
3452
|
security: [
|
|
3417
3453
|
{
|
|
3418
3454
|
scheme: 'bearer',
|
|
@@ -3426,7 +3462,7 @@ export class PackageService {
|
|
|
3426
3462
|
}
|
|
3427
3463
|
export class PartialViewService {
|
|
3428
3464
|
static getItemPartialView(options) {
|
|
3429
|
-
return (options?.client ??
|
|
3465
|
+
return (options?.client ?? client).get({
|
|
3430
3466
|
security: [
|
|
3431
3467
|
{
|
|
3432
3468
|
scheme: 'bearer',
|
|
@@ -3438,7 +3474,7 @@ export class PartialViewService {
|
|
|
3438
3474
|
});
|
|
3439
3475
|
}
|
|
3440
3476
|
static postPartialView(options) {
|
|
3441
|
-
return (options?.client ??
|
|
3477
|
+
return (options?.client ?? client).post({
|
|
3442
3478
|
security: [
|
|
3443
3479
|
{
|
|
3444
3480
|
scheme: 'bearer',
|
|
@@ -3454,7 +3490,7 @@ export class PartialViewService {
|
|
|
3454
3490
|
});
|
|
3455
3491
|
}
|
|
3456
3492
|
static deletePartialViewByPath(options) {
|
|
3457
|
-
return (options.client ??
|
|
3493
|
+
return (options.client ?? client).delete({
|
|
3458
3494
|
security: [
|
|
3459
3495
|
{
|
|
3460
3496
|
scheme: 'bearer',
|
|
@@ -3466,7 +3502,7 @@ export class PartialViewService {
|
|
|
3466
3502
|
});
|
|
3467
3503
|
}
|
|
3468
3504
|
static getPartialViewByPath(options) {
|
|
3469
|
-
return (options.client ??
|
|
3505
|
+
return (options.client ?? client).get({
|
|
3470
3506
|
security: [
|
|
3471
3507
|
{
|
|
3472
3508
|
scheme: 'bearer',
|
|
@@ -3478,7 +3514,7 @@ export class PartialViewService {
|
|
|
3478
3514
|
});
|
|
3479
3515
|
}
|
|
3480
3516
|
static putPartialViewByPath(options) {
|
|
3481
|
-
return (options.client ??
|
|
3517
|
+
return (options.client ?? client).put({
|
|
3482
3518
|
security: [
|
|
3483
3519
|
{
|
|
3484
3520
|
scheme: 'bearer',
|
|
@@ -3494,7 +3530,7 @@ export class PartialViewService {
|
|
|
3494
3530
|
});
|
|
3495
3531
|
}
|
|
3496
3532
|
static putPartialViewByPathRename(options) {
|
|
3497
|
-
return (options.client ??
|
|
3533
|
+
return (options.client ?? client).put({
|
|
3498
3534
|
security: [
|
|
3499
3535
|
{
|
|
3500
3536
|
scheme: 'bearer',
|
|
@@ -3510,7 +3546,7 @@ export class PartialViewService {
|
|
|
3510
3546
|
});
|
|
3511
3547
|
}
|
|
3512
3548
|
static postPartialViewFolder(options) {
|
|
3513
|
-
return (options?.client ??
|
|
3549
|
+
return (options?.client ?? client).post({
|
|
3514
3550
|
security: [
|
|
3515
3551
|
{
|
|
3516
3552
|
scheme: 'bearer',
|
|
@@ -3526,7 +3562,7 @@ export class PartialViewService {
|
|
|
3526
3562
|
});
|
|
3527
3563
|
}
|
|
3528
3564
|
static deletePartialViewFolderByPath(options) {
|
|
3529
|
-
return (options.client ??
|
|
3565
|
+
return (options.client ?? client).delete({
|
|
3530
3566
|
security: [
|
|
3531
3567
|
{
|
|
3532
3568
|
scheme: 'bearer',
|
|
@@ -3538,7 +3574,7 @@ export class PartialViewService {
|
|
|
3538
3574
|
});
|
|
3539
3575
|
}
|
|
3540
3576
|
static getPartialViewFolderByPath(options) {
|
|
3541
|
-
return (options.client ??
|
|
3577
|
+
return (options.client ?? client).get({
|
|
3542
3578
|
security: [
|
|
3543
3579
|
{
|
|
3544
3580
|
scheme: 'bearer',
|
|
@@ -3550,7 +3586,7 @@ export class PartialViewService {
|
|
|
3550
3586
|
});
|
|
3551
3587
|
}
|
|
3552
3588
|
static getPartialViewSnippet(options) {
|
|
3553
|
-
return (options?.client ??
|
|
3589
|
+
return (options?.client ?? client).get({
|
|
3554
3590
|
security: [
|
|
3555
3591
|
{
|
|
3556
3592
|
scheme: 'bearer',
|
|
@@ -3562,7 +3598,7 @@ export class PartialViewService {
|
|
|
3562
3598
|
});
|
|
3563
3599
|
}
|
|
3564
3600
|
static getPartialViewSnippetById(options) {
|
|
3565
|
-
return (options.client ??
|
|
3601
|
+
return (options.client ?? client).get({
|
|
3566
3602
|
security: [
|
|
3567
3603
|
{
|
|
3568
3604
|
scheme: 'bearer',
|
|
@@ -3574,7 +3610,7 @@ export class PartialViewService {
|
|
|
3574
3610
|
});
|
|
3575
3611
|
}
|
|
3576
3612
|
static getTreePartialViewAncestors(options) {
|
|
3577
|
-
return (options?.client ??
|
|
3613
|
+
return (options?.client ?? client).get({
|
|
3578
3614
|
security: [
|
|
3579
3615
|
{
|
|
3580
3616
|
scheme: 'bearer',
|
|
@@ -3586,7 +3622,7 @@ export class PartialViewService {
|
|
|
3586
3622
|
});
|
|
3587
3623
|
}
|
|
3588
3624
|
static getTreePartialViewChildren(options) {
|
|
3589
|
-
return (options?.client ??
|
|
3625
|
+
return (options?.client ?? client).get({
|
|
3590
3626
|
security: [
|
|
3591
3627
|
{
|
|
3592
3628
|
scheme: 'bearer',
|
|
@@ -3598,7 +3634,7 @@ export class PartialViewService {
|
|
|
3598
3634
|
});
|
|
3599
3635
|
}
|
|
3600
3636
|
static getTreePartialViewRoot(options) {
|
|
3601
|
-
return (options?.client ??
|
|
3637
|
+
return (options?.client ?? client).get({
|
|
3602
3638
|
security: [
|
|
3603
3639
|
{
|
|
3604
3640
|
scheme: 'bearer',
|
|
@@ -3609,16 +3645,28 @@ export class PartialViewService {
|
|
|
3609
3645
|
...options
|
|
3610
3646
|
});
|
|
3611
3647
|
}
|
|
3648
|
+
static getTreePartialViewSiblings(options) {
|
|
3649
|
+
return (options?.client ?? client).get({
|
|
3650
|
+
security: [
|
|
3651
|
+
{
|
|
3652
|
+
scheme: 'bearer',
|
|
3653
|
+
type: 'http'
|
|
3654
|
+
}
|
|
3655
|
+
],
|
|
3656
|
+
url: '/umbraco/management/api/v1/tree/partial-view/siblings',
|
|
3657
|
+
...options
|
|
3658
|
+
});
|
|
3659
|
+
}
|
|
3612
3660
|
}
|
|
3613
3661
|
export class PreviewService {
|
|
3614
3662
|
static deletePreview(options) {
|
|
3615
|
-
return (options?.client ??
|
|
3663
|
+
return (options?.client ?? client).delete({
|
|
3616
3664
|
url: '/umbraco/management/api/v1/preview',
|
|
3617
3665
|
...options
|
|
3618
3666
|
});
|
|
3619
3667
|
}
|
|
3620
3668
|
static postPreview(options) {
|
|
3621
|
-
return (options?.client ??
|
|
3669
|
+
return (options?.client ?? client).post({
|
|
3622
3670
|
security: [
|
|
3623
3671
|
{
|
|
3624
3672
|
scheme: 'bearer',
|
|
@@ -3632,7 +3680,7 @@ export class PreviewService {
|
|
|
3632
3680
|
}
|
|
3633
3681
|
export class ProfilingService {
|
|
3634
3682
|
static getProfilingStatus(options) {
|
|
3635
|
-
return (options?.client ??
|
|
3683
|
+
return (options?.client ?? client).get({
|
|
3636
3684
|
security: [
|
|
3637
3685
|
{
|
|
3638
3686
|
scheme: 'bearer',
|
|
@@ -3644,7 +3692,7 @@ export class ProfilingService {
|
|
|
3644
3692
|
});
|
|
3645
3693
|
}
|
|
3646
3694
|
static putProfilingStatus(options) {
|
|
3647
|
-
return (options?.client ??
|
|
3695
|
+
return (options?.client ?? client).put({
|
|
3648
3696
|
security: [
|
|
3649
3697
|
{
|
|
3650
3698
|
scheme: 'bearer',
|
|
@@ -3662,7 +3710,7 @@ export class ProfilingService {
|
|
|
3662
3710
|
}
|
|
3663
3711
|
export class PropertyTypeService {
|
|
3664
3712
|
static getPropertyTypeIsUsed(options) {
|
|
3665
|
-
return (options?.client ??
|
|
3713
|
+
return (options?.client ?? client).get({
|
|
3666
3714
|
security: [
|
|
3667
3715
|
{
|
|
3668
3716
|
scheme: 'bearer',
|
|
@@ -3676,7 +3724,7 @@ export class PropertyTypeService {
|
|
|
3676
3724
|
}
|
|
3677
3725
|
export class PublishedCacheService {
|
|
3678
3726
|
static postPublishedCacheRebuild(options) {
|
|
3679
|
-
return (options?.client ??
|
|
3727
|
+
return (options?.client ?? client).post({
|
|
3680
3728
|
security: [
|
|
3681
3729
|
{
|
|
3682
3730
|
scheme: 'bearer',
|
|
@@ -3688,7 +3736,7 @@ export class PublishedCacheService {
|
|
|
3688
3736
|
});
|
|
3689
3737
|
}
|
|
3690
3738
|
static getPublishedCacheRebuildStatus(options) {
|
|
3691
|
-
return (options?.client ??
|
|
3739
|
+
return (options?.client ?? client).get({
|
|
3692
3740
|
security: [
|
|
3693
3741
|
{
|
|
3694
3742
|
scheme: 'bearer',
|
|
@@ -3700,7 +3748,7 @@ export class PublishedCacheService {
|
|
|
3700
3748
|
});
|
|
3701
3749
|
}
|
|
3702
3750
|
static postPublishedCacheReload(options) {
|
|
3703
|
-
return (options?.client ??
|
|
3751
|
+
return (options?.client ?? client).post({
|
|
3704
3752
|
security: [
|
|
3705
3753
|
{
|
|
3706
3754
|
scheme: 'bearer',
|
|
@@ -3714,7 +3762,7 @@ export class PublishedCacheService {
|
|
|
3714
3762
|
}
|
|
3715
3763
|
export class RedirectManagementService {
|
|
3716
3764
|
static getRedirectManagement(options) {
|
|
3717
|
-
return (options?.client ??
|
|
3765
|
+
return (options?.client ?? client).get({
|
|
3718
3766
|
security: [
|
|
3719
3767
|
{
|
|
3720
3768
|
scheme: 'bearer',
|
|
@@ -3726,7 +3774,7 @@ export class RedirectManagementService {
|
|
|
3726
3774
|
});
|
|
3727
3775
|
}
|
|
3728
3776
|
static deleteRedirectManagementById(options) {
|
|
3729
|
-
return (options.client ??
|
|
3777
|
+
return (options.client ?? client).delete({
|
|
3730
3778
|
security: [
|
|
3731
3779
|
{
|
|
3732
3780
|
scheme: 'bearer',
|
|
@@ -3738,7 +3786,7 @@ export class RedirectManagementService {
|
|
|
3738
3786
|
});
|
|
3739
3787
|
}
|
|
3740
3788
|
static getRedirectManagementById(options) {
|
|
3741
|
-
return (options.client ??
|
|
3789
|
+
return (options.client ?? client).get({
|
|
3742
3790
|
security: [
|
|
3743
3791
|
{
|
|
3744
3792
|
scheme: 'bearer',
|
|
@@ -3750,7 +3798,7 @@ export class RedirectManagementService {
|
|
|
3750
3798
|
});
|
|
3751
3799
|
}
|
|
3752
3800
|
static getRedirectManagementStatus(options) {
|
|
3753
|
-
return (options?.client ??
|
|
3801
|
+
return (options?.client ?? client).get({
|
|
3754
3802
|
security: [
|
|
3755
3803
|
{
|
|
3756
3804
|
scheme: 'bearer',
|
|
@@ -3762,7 +3810,7 @@ export class RedirectManagementService {
|
|
|
3762
3810
|
});
|
|
3763
3811
|
}
|
|
3764
3812
|
static postRedirectManagementStatus(options) {
|
|
3765
|
-
return (options?.client ??
|
|
3813
|
+
return (options?.client ?? client).post({
|
|
3766
3814
|
security: [
|
|
3767
3815
|
{
|
|
3768
3816
|
scheme: 'bearer',
|
|
@@ -3776,7 +3824,7 @@ export class RedirectManagementService {
|
|
|
3776
3824
|
}
|
|
3777
3825
|
export class RelationTypeService {
|
|
3778
3826
|
static getItemRelationType(options) {
|
|
3779
|
-
return (options?.client ??
|
|
3827
|
+
return (options?.client ?? client).get({
|
|
3780
3828
|
security: [
|
|
3781
3829
|
{
|
|
3782
3830
|
scheme: 'bearer',
|
|
@@ -3788,7 +3836,7 @@ export class RelationTypeService {
|
|
|
3788
3836
|
});
|
|
3789
3837
|
}
|
|
3790
3838
|
static getRelationType(options) {
|
|
3791
|
-
return (options?.client ??
|
|
3839
|
+
return (options?.client ?? client).get({
|
|
3792
3840
|
security: [
|
|
3793
3841
|
{
|
|
3794
3842
|
scheme: 'bearer',
|
|
@@ -3800,7 +3848,7 @@ export class RelationTypeService {
|
|
|
3800
3848
|
});
|
|
3801
3849
|
}
|
|
3802
3850
|
static getRelationTypeById(options) {
|
|
3803
|
-
return (options.client ??
|
|
3851
|
+
return (options.client ?? client).get({
|
|
3804
3852
|
security: [
|
|
3805
3853
|
{
|
|
3806
3854
|
scheme: 'bearer',
|
|
@@ -3814,7 +3862,7 @@ export class RelationTypeService {
|
|
|
3814
3862
|
}
|
|
3815
3863
|
export class RelationService {
|
|
3816
3864
|
static getRelationByRelationTypeId(options) {
|
|
3817
|
-
return (options.client ??
|
|
3865
|
+
return (options.client ?? client).get({
|
|
3818
3866
|
security: [
|
|
3819
3867
|
{
|
|
3820
3868
|
scheme: 'bearer',
|
|
@@ -3828,7 +3876,7 @@ export class RelationService {
|
|
|
3828
3876
|
}
|
|
3829
3877
|
export class ScriptService {
|
|
3830
3878
|
static getItemScript(options) {
|
|
3831
|
-
return (options?.client ??
|
|
3879
|
+
return (options?.client ?? client).get({
|
|
3832
3880
|
security: [
|
|
3833
3881
|
{
|
|
3834
3882
|
scheme: 'bearer',
|
|
@@ -3840,7 +3888,7 @@ export class ScriptService {
|
|
|
3840
3888
|
});
|
|
3841
3889
|
}
|
|
3842
3890
|
static postScript(options) {
|
|
3843
|
-
return (options?.client ??
|
|
3891
|
+
return (options?.client ?? client).post({
|
|
3844
3892
|
security: [
|
|
3845
3893
|
{
|
|
3846
3894
|
scheme: 'bearer',
|
|
@@ -3856,7 +3904,7 @@ export class ScriptService {
|
|
|
3856
3904
|
});
|
|
3857
3905
|
}
|
|
3858
3906
|
static deleteScriptByPath(options) {
|
|
3859
|
-
return (options.client ??
|
|
3907
|
+
return (options.client ?? client).delete({
|
|
3860
3908
|
security: [
|
|
3861
3909
|
{
|
|
3862
3910
|
scheme: 'bearer',
|
|
@@ -3868,7 +3916,7 @@ export class ScriptService {
|
|
|
3868
3916
|
});
|
|
3869
3917
|
}
|
|
3870
3918
|
static getScriptByPath(options) {
|
|
3871
|
-
return (options.client ??
|
|
3919
|
+
return (options.client ?? client).get({
|
|
3872
3920
|
security: [
|
|
3873
3921
|
{
|
|
3874
3922
|
scheme: 'bearer',
|
|
@@ -3880,7 +3928,7 @@ export class ScriptService {
|
|
|
3880
3928
|
});
|
|
3881
3929
|
}
|
|
3882
3930
|
static putScriptByPath(options) {
|
|
3883
|
-
return (options.client ??
|
|
3931
|
+
return (options.client ?? client).put({
|
|
3884
3932
|
security: [
|
|
3885
3933
|
{
|
|
3886
3934
|
scheme: 'bearer',
|
|
@@ -3896,7 +3944,7 @@ export class ScriptService {
|
|
|
3896
3944
|
});
|
|
3897
3945
|
}
|
|
3898
3946
|
static putScriptByPathRename(options) {
|
|
3899
|
-
return (options.client ??
|
|
3947
|
+
return (options.client ?? client).put({
|
|
3900
3948
|
security: [
|
|
3901
3949
|
{
|
|
3902
3950
|
scheme: 'bearer',
|
|
@@ -3912,7 +3960,7 @@ export class ScriptService {
|
|
|
3912
3960
|
});
|
|
3913
3961
|
}
|
|
3914
3962
|
static postScriptFolder(options) {
|
|
3915
|
-
return (options?.client ??
|
|
3963
|
+
return (options?.client ?? client).post({
|
|
3916
3964
|
security: [
|
|
3917
3965
|
{
|
|
3918
3966
|
scheme: 'bearer',
|
|
@@ -3928,7 +3976,7 @@ export class ScriptService {
|
|
|
3928
3976
|
});
|
|
3929
3977
|
}
|
|
3930
3978
|
static deleteScriptFolderByPath(options) {
|
|
3931
|
-
return (options.client ??
|
|
3979
|
+
return (options.client ?? client).delete({
|
|
3932
3980
|
security: [
|
|
3933
3981
|
{
|
|
3934
3982
|
scheme: 'bearer',
|
|
@@ -3940,7 +3988,7 @@ export class ScriptService {
|
|
|
3940
3988
|
});
|
|
3941
3989
|
}
|
|
3942
3990
|
static getScriptFolderByPath(options) {
|
|
3943
|
-
return (options.client ??
|
|
3991
|
+
return (options.client ?? client).get({
|
|
3944
3992
|
security: [
|
|
3945
3993
|
{
|
|
3946
3994
|
scheme: 'bearer',
|
|
@@ -3952,7 +4000,7 @@ export class ScriptService {
|
|
|
3952
4000
|
});
|
|
3953
4001
|
}
|
|
3954
4002
|
static getTreeScriptAncestors(options) {
|
|
3955
|
-
return (options?.client ??
|
|
4003
|
+
return (options?.client ?? client).get({
|
|
3956
4004
|
security: [
|
|
3957
4005
|
{
|
|
3958
4006
|
scheme: 'bearer',
|
|
@@ -3964,7 +4012,7 @@ export class ScriptService {
|
|
|
3964
4012
|
});
|
|
3965
4013
|
}
|
|
3966
4014
|
static getTreeScriptChildren(options) {
|
|
3967
|
-
return (options?.client ??
|
|
4015
|
+
return (options?.client ?? client).get({
|
|
3968
4016
|
security: [
|
|
3969
4017
|
{
|
|
3970
4018
|
scheme: 'bearer',
|
|
@@ -3976,7 +4024,7 @@ export class ScriptService {
|
|
|
3976
4024
|
});
|
|
3977
4025
|
}
|
|
3978
4026
|
static getTreeScriptRoot(options) {
|
|
3979
|
-
return (options?.client ??
|
|
4027
|
+
return (options?.client ?? client).get({
|
|
3980
4028
|
security: [
|
|
3981
4029
|
{
|
|
3982
4030
|
scheme: 'bearer',
|
|
@@ -3987,10 +4035,22 @@ export class ScriptService {
|
|
|
3987
4035
|
...options
|
|
3988
4036
|
});
|
|
3989
4037
|
}
|
|
4038
|
+
static getTreeScriptSiblings(options) {
|
|
4039
|
+
return (options?.client ?? client).get({
|
|
4040
|
+
security: [
|
|
4041
|
+
{
|
|
4042
|
+
scheme: 'bearer',
|
|
4043
|
+
type: 'http'
|
|
4044
|
+
}
|
|
4045
|
+
],
|
|
4046
|
+
url: '/umbraco/management/api/v1/tree/script/siblings',
|
|
4047
|
+
...options
|
|
4048
|
+
});
|
|
4049
|
+
}
|
|
3990
4050
|
}
|
|
3991
4051
|
export class SearcherService {
|
|
3992
4052
|
static getSearcher(options) {
|
|
3993
|
-
return (options?.client ??
|
|
4053
|
+
return (options?.client ?? client).get({
|
|
3994
4054
|
security: [
|
|
3995
4055
|
{
|
|
3996
4056
|
scheme: 'bearer',
|
|
@@ -4002,7 +4062,7 @@ export class SearcherService {
|
|
|
4002
4062
|
});
|
|
4003
4063
|
}
|
|
4004
4064
|
static getSearcherBySearcherNameQuery(options) {
|
|
4005
|
-
return (options.client ??
|
|
4065
|
+
return (options.client ?? client).get({
|
|
4006
4066
|
security: [
|
|
4007
4067
|
{
|
|
4008
4068
|
scheme: 'bearer',
|
|
@@ -4016,7 +4076,7 @@ export class SearcherService {
|
|
|
4016
4076
|
}
|
|
4017
4077
|
export class SecurityService {
|
|
4018
4078
|
static getSecurityConfiguration(options) {
|
|
4019
|
-
return (options?.client ??
|
|
4079
|
+
return (options?.client ?? client).get({
|
|
4020
4080
|
security: [
|
|
4021
4081
|
{
|
|
4022
4082
|
scheme: 'bearer',
|
|
@@ -4028,7 +4088,7 @@ export class SecurityService {
|
|
|
4028
4088
|
});
|
|
4029
4089
|
}
|
|
4030
4090
|
static postSecurityForgotPassword(options) {
|
|
4031
|
-
return (options?.client ??
|
|
4091
|
+
return (options?.client ?? client).post({
|
|
4032
4092
|
security: [
|
|
4033
4093
|
{
|
|
4034
4094
|
scheme: 'bearer',
|
|
@@ -4044,7 +4104,7 @@ export class SecurityService {
|
|
|
4044
4104
|
});
|
|
4045
4105
|
}
|
|
4046
4106
|
static postSecurityForgotPasswordReset(options) {
|
|
4047
|
-
return (options?.client ??
|
|
4107
|
+
return (options?.client ?? client).post({
|
|
4048
4108
|
security: [
|
|
4049
4109
|
{
|
|
4050
4110
|
scheme: 'bearer',
|
|
@@ -4060,7 +4120,7 @@ export class SecurityService {
|
|
|
4060
4120
|
});
|
|
4061
4121
|
}
|
|
4062
4122
|
static postSecurityForgotPasswordVerify(options) {
|
|
4063
|
-
return (options?.client ??
|
|
4123
|
+
return (options?.client ?? client).post({
|
|
4064
4124
|
url: '/umbraco/management/api/v1/security/forgot-password/verify',
|
|
4065
4125
|
...options,
|
|
4066
4126
|
headers: {
|
|
@@ -4072,7 +4132,7 @@ export class SecurityService {
|
|
|
4072
4132
|
}
|
|
4073
4133
|
export class SegmentService {
|
|
4074
4134
|
static getSegment(options) {
|
|
4075
|
-
return (options?.client ??
|
|
4135
|
+
return (options?.client ?? client).get({
|
|
4076
4136
|
security: [
|
|
4077
4137
|
{
|
|
4078
4138
|
scheme: 'bearer',
|
|
@@ -4086,13 +4146,13 @@ export class SegmentService {
|
|
|
4086
4146
|
}
|
|
4087
4147
|
export class ServerService {
|
|
4088
4148
|
static getServerConfiguration(options) {
|
|
4089
|
-
return (options?.client ??
|
|
4149
|
+
return (options?.client ?? client).get({
|
|
4090
4150
|
url: '/umbraco/management/api/v1/server/configuration',
|
|
4091
4151
|
...options
|
|
4092
4152
|
});
|
|
4093
4153
|
}
|
|
4094
4154
|
static getServerInformation(options) {
|
|
4095
|
-
return (options?.client ??
|
|
4155
|
+
return (options?.client ?? client).get({
|
|
4096
4156
|
security: [
|
|
4097
4157
|
{
|
|
4098
4158
|
scheme: 'bearer',
|
|
@@ -4104,13 +4164,13 @@ export class ServerService {
|
|
|
4104
4164
|
});
|
|
4105
4165
|
}
|
|
4106
4166
|
static getServerStatus(options) {
|
|
4107
|
-
return (options?.client ??
|
|
4167
|
+
return (options?.client ?? client).get({
|
|
4108
4168
|
url: '/umbraco/management/api/v1/server/status',
|
|
4109
4169
|
...options
|
|
4110
4170
|
});
|
|
4111
4171
|
}
|
|
4112
4172
|
static getServerTroubleshooting(options) {
|
|
4113
|
-
return (options?.client ??
|
|
4173
|
+
return (options?.client ?? client).get({
|
|
4114
4174
|
security: [
|
|
4115
4175
|
{
|
|
4116
4176
|
scheme: 'bearer',
|
|
@@ -4122,7 +4182,7 @@ export class ServerService {
|
|
|
4122
4182
|
});
|
|
4123
4183
|
}
|
|
4124
4184
|
static getServerUpgradeCheck(options) {
|
|
4125
|
-
return (options?.client ??
|
|
4185
|
+
return (options?.client ?? client).get({
|
|
4126
4186
|
security: [
|
|
4127
4187
|
{
|
|
4128
4188
|
scheme: 'bearer',
|
|
@@ -4136,7 +4196,7 @@ export class ServerService {
|
|
|
4136
4196
|
}
|
|
4137
4197
|
export class StaticFileService {
|
|
4138
4198
|
static getItemStaticFile(options) {
|
|
4139
|
-
return (options?.client ??
|
|
4199
|
+
return (options?.client ?? client).get({
|
|
4140
4200
|
security: [
|
|
4141
4201
|
{
|
|
4142
4202
|
scheme: 'bearer',
|
|
@@ -4148,7 +4208,7 @@ export class StaticFileService {
|
|
|
4148
4208
|
});
|
|
4149
4209
|
}
|
|
4150
4210
|
static getTreeStaticFileAncestors(options) {
|
|
4151
|
-
return (options?.client ??
|
|
4211
|
+
return (options?.client ?? client).get({
|
|
4152
4212
|
security: [
|
|
4153
4213
|
{
|
|
4154
4214
|
scheme: 'bearer',
|
|
@@ -4160,7 +4220,7 @@ export class StaticFileService {
|
|
|
4160
4220
|
});
|
|
4161
4221
|
}
|
|
4162
4222
|
static getTreeStaticFileChildren(options) {
|
|
4163
|
-
return (options?.client ??
|
|
4223
|
+
return (options?.client ?? client).get({
|
|
4164
4224
|
security: [
|
|
4165
4225
|
{
|
|
4166
4226
|
scheme: 'bearer',
|
|
@@ -4172,7 +4232,7 @@ export class StaticFileService {
|
|
|
4172
4232
|
});
|
|
4173
4233
|
}
|
|
4174
4234
|
static getTreeStaticFileRoot(options) {
|
|
4175
|
-
return (options?.client ??
|
|
4235
|
+
return (options?.client ?? client).get({
|
|
4176
4236
|
security: [
|
|
4177
4237
|
{
|
|
4178
4238
|
scheme: 'bearer',
|
|
@@ -4186,7 +4246,7 @@ export class StaticFileService {
|
|
|
4186
4246
|
}
|
|
4187
4247
|
export class StylesheetService {
|
|
4188
4248
|
static getItemStylesheet(options) {
|
|
4189
|
-
return (options?.client ??
|
|
4249
|
+
return (options?.client ?? client).get({
|
|
4190
4250
|
security: [
|
|
4191
4251
|
{
|
|
4192
4252
|
scheme: 'bearer',
|
|
@@ -4198,7 +4258,7 @@ export class StylesheetService {
|
|
|
4198
4258
|
});
|
|
4199
4259
|
}
|
|
4200
4260
|
static postStylesheet(options) {
|
|
4201
|
-
return (options?.client ??
|
|
4261
|
+
return (options?.client ?? client).post({
|
|
4202
4262
|
security: [
|
|
4203
4263
|
{
|
|
4204
4264
|
scheme: 'bearer',
|
|
@@ -4214,7 +4274,7 @@ export class StylesheetService {
|
|
|
4214
4274
|
});
|
|
4215
4275
|
}
|
|
4216
4276
|
static deleteStylesheetByPath(options) {
|
|
4217
|
-
return (options.client ??
|
|
4277
|
+
return (options.client ?? client).delete({
|
|
4218
4278
|
security: [
|
|
4219
4279
|
{
|
|
4220
4280
|
scheme: 'bearer',
|
|
@@ -4226,7 +4286,7 @@ export class StylesheetService {
|
|
|
4226
4286
|
});
|
|
4227
4287
|
}
|
|
4228
4288
|
static getStylesheetByPath(options) {
|
|
4229
|
-
return (options.client ??
|
|
4289
|
+
return (options.client ?? client).get({
|
|
4230
4290
|
security: [
|
|
4231
4291
|
{
|
|
4232
4292
|
scheme: 'bearer',
|
|
@@ -4238,7 +4298,7 @@ export class StylesheetService {
|
|
|
4238
4298
|
});
|
|
4239
4299
|
}
|
|
4240
4300
|
static putStylesheetByPath(options) {
|
|
4241
|
-
return (options.client ??
|
|
4301
|
+
return (options.client ?? client).put({
|
|
4242
4302
|
security: [
|
|
4243
4303
|
{
|
|
4244
4304
|
scheme: 'bearer',
|
|
@@ -4254,7 +4314,7 @@ export class StylesheetService {
|
|
|
4254
4314
|
});
|
|
4255
4315
|
}
|
|
4256
4316
|
static putStylesheetByPathRename(options) {
|
|
4257
|
-
return (options.client ??
|
|
4317
|
+
return (options.client ?? client).put({
|
|
4258
4318
|
security: [
|
|
4259
4319
|
{
|
|
4260
4320
|
scheme: 'bearer',
|
|
@@ -4270,7 +4330,7 @@ export class StylesheetService {
|
|
|
4270
4330
|
});
|
|
4271
4331
|
}
|
|
4272
4332
|
static postStylesheetFolder(options) {
|
|
4273
|
-
return (options?.client ??
|
|
4333
|
+
return (options?.client ?? client).post({
|
|
4274
4334
|
security: [
|
|
4275
4335
|
{
|
|
4276
4336
|
scheme: 'bearer',
|
|
@@ -4286,7 +4346,7 @@ export class StylesheetService {
|
|
|
4286
4346
|
});
|
|
4287
4347
|
}
|
|
4288
4348
|
static deleteStylesheetFolderByPath(options) {
|
|
4289
|
-
return (options.client ??
|
|
4349
|
+
return (options.client ?? client).delete({
|
|
4290
4350
|
security: [
|
|
4291
4351
|
{
|
|
4292
4352
|
scheme: 'bearer',
|
|
@@ -4298,7 +4358,7 @@ export class StylesheetService {
|
|
|
4298
4358
|
});
|
|
4299
4359
|
}
|
|
4300
4360
|
static getStylesheetFolderByPath(options) {
|
|
4301
|
-
return (options.client ??
|
|
4361
|
+
return (options.client ?? client).get({
|
|
4302
4362
|
security: [
|
|
4303
4363
|
{
|
|
4304
4364
|
scheme: 'bearer',
|
|
@@ -4310,7 +4370,7 @@ export class StylesheetService {
|
|
|
4310
4370
|
});
|
|
4311
4371
|
}
|
|
4312
4372
|
static getTreeStylesheetAncestors(options) {
|
|
4313
|
-
return (options?.client ??
|
|
4373
|
+
return (options?.client ?? client).get({
|
|
4314
4374
|
security: [
|
|
4315
4375
|
{
|
|
4316
4376
|
scheme: 'bearer',
|
|
@@ -4322,7 +4382,7 @@ export class StylesheetService {
|
|
|
4322
4382
|
});
|
|
4323
4383
|
}
|
|
4324
4384
|
static getTreeStylesheetChildren(options) {
|
|
4325
|
-
return (options?.client ??
|
|
4385
|
+
return (options?.client ?? client).get({
|
|
4326
4386
|
security: [
|
|
4327
4387
|
{
|
|
4328
4388
|
scheme: 'bearer',
|
|
@@ -4334,7 +4394,7 @@ export class StylesheetService {
|
|
|
4334
4394
|
});
|
|
4335
4395
|
}
|
|
4336
4396
|
static getTreeStylesheetRoot(options) {
|
|
4337
|
-
return (options?.client ??
|
|
4397
|
+
return (options?.client ?? client).get({
|
|
4338
4398
|
security: [
|
|
4339
4399
|
{
|
|
4340
4400
|
scheme: 'bearer',
|
|
@@ -4345,10 +4405,22 @@ export class StylesheetService {
|
|
|
4345
4405
|
...options
|
|
4346
4406
|
});
|
|
4347
4407
|
}
|
|
4408
|
+
static getTreeStylesheetSiblings(options) {
|
|
4409
|
+
return (options?.client ?? client).get({
|
|
4410
|
+
security: [
|
|
4411
|
+
{
|
|
4412
|
+
scheme: 'bearer',
|
|
4413
|
+
type: 'http'
|
|
4414
|
+
}
|
|
4415
|
+
],
|
|
4416
|
+
url: '/umbraco/management/api/v1/tree/stylesheet/siblings',
|
|
4417
|
+
...options
|
|
4418
|
+
});
|
|
4419
|
+
}
|
|
4348
4420
|
}
|
|
4349
4421
|
export class TagService {
|
|
4350
4422
|
static getTag(options) {
|
|
4351
|
-
return (options?.client ??
|
|
4423
|
+
return (options?.client ?? client).get({
|
|
4352
4424
|
security: [
|
|
4353
4425
|
{
|
|
4354
4426
|
scheme: 'bearer',
|
|
@@ -4362,7 +4434,7 @@ export class TagService {
|
|
|
4362
4434
|
}
|
|
4363
4435
|
export class TelemetryService {
|
|
4364
4436
|
static getTelemetry(options) {
|
|
4365
|
-
return (options?.client ??
|
|
4437
|
+
return (options?.client ?? client).get({
|
|
4366
4438
|
security: [
|
|
4367
4439
|
{
|
|
4368
4440
|
scheme: 'bearer',
|
|
@@ -4374,7 +4446,7 @@ export class TelemetryService {
|
|
|
4374
4446
|
});
|
|
4375
4447
|
}
|
|
4376
4448
|
static getTelemetryLevel(options) {
|
|
4377
|
-
return (options?.client ??
|
|
4449
|
+
return (options?.client ?? client).get({
|
|
4378
4450
|
security: [
|
|
4379
4451
|
{
|
|
4380
4452
|
scheme: 'bearer',
|
|
@@ -4386,7 +4458,7 @@ export class TelemetryService {
|
|
|
4386
4458
|
});
|
|
4387
4459
|
}
|
|
4388
4460
|
static postTelemetryLevel(options) {
|
|
4389
|
-
return (options?.client ??
|
|
4461
|
+
return (options?.client ?? client).post({
|
|
4390
4462
|
security: [
|
|
4391
4463
|
{
|
|
4392
4464
|
scheme: 'bearer',
|
|
@@ -4404,7 +4476,7 @@ export class TelemetryService {
|
|
|
4404
4476
|
}
|
|
4405
4477
|
export class TemplateService {
|
|
4406
4478
|
static getItemTemplate(options) {
|
|
4407
|
-
return (options?.client ??
|
|
4479
|
+
return (options?.client ?? client).get({
|
|
4408
4480
|
security: [
|
|
4409
4481
|
{
|
|
4410
4482
|
scheme: 'bearer',
|
|
@@ -4416,7 +4488,7 @@ export class TemplateService {
|
|
|
4416
4488
|
});
|
|
4417
4489
|
}
|
|
4418
4490
|
static getItemTemplateSearch(options) {
|
|
4419
|
-
return (options?.client ??
|
|
4491
|
+
return (options?.client ?? client).get({
|
|
4420
4492
|
security: [
|
|
4421
4493
|
{
|
|
4422
4494
|
scheme: 'bearer',
|
|
@@ -4428,7 +4500,7 @@ export class TemplateService {
|
|
|
4428
4500
|
});
|
|
4429
4501
|
}
|
|
4430
4502
|
static postTemplate(options) {
|
|
4431
|
-
return (options?.client ??
|
|
4503
|
+
return (options?.client ?? client).post({
|
|
4432
4504
|
security: [
|
|
4433
4505
|
{
|
|
4434
4506
|
scheme: 'bearer',
|
|
@@ -4444,7 +4516,7 @@ export class TemplateService {
|
|
|
4444
4516
|
});
|
|
4445
4517
|
}
|
|
4446
4518
|
static deleteTemplateById(options) {
|
|
4447
|
-
return (options.client ??
|
|
4519
|
+
return (options.client ?? client).delete({
|
|
4448
4520
|
security: [
|
|
4449
4521
|
{
|
|
4450
4522
|
scheme: 'bearer',
|
|
@@ -4456,7 +4528,7 @@ export class TemplateService {
|
|
|
4456
4528
|
});
|
|
4457
4529
|
}
|
|
4458
4530
|
static getTemplateById(options) {
|
|
4459
|
-
return (options.client ??
|
|
4531
|
+
return (options.client ?? client).get({
|
|
4460
4532
|
security: [
|
|
4461
4533
|
{
|
|
4462
4534
|
scheme: 'bearer',
|
|
@@ -4468,7 +4540,7 @@ export class TemplateService {
|
|
|
4468
4540
|
});
|
|
4469
4541
|
}
|
|
4470
4542
|
static putTemplateById(options) {
|
|
4471
|
-
return (options.client ??
|
|
4543
|
+
return (options.client ?? client).put({
|
|
4472
4544
|
security: [
|
|
4473
4545
|
{
|
|
4474
4546
|
scheme: 'bearer',
|
|
@@ -4484,7 +4556,7 @@ export class TemplateService {
|
|
|
4484
4556
|
});
|
|
4485
4557
|
}
|
|
4486
4558
|
static getTemplateConfiguration(options) {
|
|
4487
|
-
return (options?.client ??
|
|
4559
|
+
return (options?.client ?? client).get({
|
|
4488
4560
|
security: [
|
|
4489
4561
|
{
|
|
4490
4562
|
scheme: 'bearer',
|
|
@@ -4496,7 +4568,7 @@ export class TemplateService {
|
|
|
4496
4568
|
});
|
|
4497
4569
|
}
|
|
4498
4570
|
static postTemplateQueryExecute(options) {
|
|
4499
|
-
return (options?.client ??
|
|
4571
|
+
return (options?.client ?? client).post({
|
|
4500
4572
|
security: [
|
|
4501
4573
|
{
|
|
4502
4574
|
scheme: 'bearer',
|
|
@@ -4512,7 +4584,7 @@ export class TemplateService {
|
|
|
4512
4584
|
});
|
|
4513
4585
|
}
|
|
4514
4586
|
static getTemplateQuerySettings(options) {
|
|
4515
|
-
return (options?.client ??
|
|
4587
|
+
return (options?.client ?? client).get({
|
|
4516
4588
|
security: [
|
|
4517
4589
|
{
|
|
4518
4590
|
scheme: 'bearer',
|
|
@@ -4524,7 +4596,7 @@ export class TemplateService {
|
|
|
4524
4596
|
});
|
|
4525
4597
|
}
|
|
4526
4598
|
static getTreeTemplateAncestors(options) {
|
|
4527
|
-
return (options?.client ??
|
|
4599
|
+
return (options?.client ?? client).get({
|
|
4528
4600
|
security: [
|
|
4529
4601
|
{
|
|
4530
4602
|
scheme: 'bearer',
|
|
@@ -4536,7 +4608,7 @@ export class TemplateService {
|
|
|
4536
4608
|
});
|
|
4537
4609
|
}
|
|
4538
4610
|
static getTreeTemplateChildren(options) {
|
|
4539
|
-
return (options?.client ??
|
|
4611
|
+
return (options?.client ?? client).get({
|
|
4540
4612
|
security: [
|
|
4541
4613
|
{
|
|
4542
4614
|
scheme: 'bearer',
|
|
@@ -4548,7 +4620,7 @@ export class TemplateService {
|
|
|
4548
4620
|
});
|
|
4549
4621
|
}
|
|
4550
4622
|
static getTreeTemplateRoot(options) {
|
|
4551
|
-
return (options?.client ??
|
|
4623
|
+
return (options?.client ?? client).get({
|
|
4552
4624
|
security: [
|
|
4553
4625
|
{
|
|
4554
4626
|
scheme: 'bearer',
|
|
@@ -4560,7 +4632,7 @@ export class TemplateService {
|
|
|
4560
4632
|
});
|
|
4561
4633
|
}
|
|
4562
4634
|
static getTreeTemplateSiblings(options) {
|
|
4563
|
-
return (options?.client ??
|
|
4635
|
+
return (options?.client ?? client).get({
|
|
4564
4636
|
security: [
|
|
4565
4637
|
{
|
|
4566
4638
|
scheme: 'bearer',
|
|
@@ -4574,7 +4646,7 @@ export class TemplateService {
|
|
|
4574
4646
|
}
|
|
4575
4647
|
export class TemporaryFileService {
|
|
4576
4648
|
static postTemporaryFile(options) {
|
|
4577
|
-
return (options?.client ??
|
|
4649
|
+
return (options?.client ?? client).post({
|
|
4578
4650
|
...formDataBodySerializer,
|
|
4579
4651
|
security: [
|
|
4580
4652
|
{
|
|
@@ -4591,7 +4663,7 @@ export class TemporaryFileService {
|
|
|
4591
4663
|
});
|
|
4592
4664
|
}
|
|
4593
4665
|
static deleteTemporaryFileById(options) {
|
|
4594
|
-
return (options.client ??
|
|
4666
|
+
return (options.client ?? client).delete({
|
|
4595
4667
|
security: [
|
|
4596
4668
|
{
|
|
4597
4669
|
scheme: 'bearer',
|
|
@@ -4603,7 +4675,7 @@ export class TemporaryFileService {
|
|
|
4603
4675
|
});
|
|
4604
4676
|
}
|
|
4605
4677
|
static getTemporaryFileById(options) {
|
|
4606
|
-
return (options.client ??
|
|
4678
|
+
return (options.client ?? client).get({
|
|
4607
4679
|
security: [
|
|
4608
4680
|
{
|
|
4609
4681
|
scheme: 'bearer',
|
|
@@ -4615,7 +4687,7 @@ export class TemporaryFileService {
|
|
|
4615
4687
|
});
|
|
4616
4688
|
}
|
|
4617
4689
|
static getTemporaryFileConfiguration(options) {
|
|
4618
|
-
return (options?.client ??
|
|
4690
|
+
return (options?.client ?? client).get({
|
|
4619
4691
|
security: [
|
|
4620
4692
|
{
|
|
4621
4693
|
scheme: 'bearer',
|
|
@@ -4629,7 +4701,7 @@ export class TemporaryFileService {
|
|
|
4629
4701
|
}
|
|
4630
4702
|
export class UpgradeService {
|
|
4631
4703
|
static postUpgradeAuthorize(options) {
|
|
4632
|
-
return (options?.client ??
|
|
4704
|
+
return (options?.client ?? client).post({
|
|
4633
4705
|
security: [
|
|
4634
4706
|
{
|
|
4635
4707
|
scheme: 'bearer',
|
|
@@ -4641,7 +4713,7 @@ export class UpgradeService {
|
|
|
4641
4713
|
});
|
|
4642
4714
|
}
|
|
4643
4715
|
static getUpgradeSettings(options) {
|
|
4644
|
-
return (options?.client ??
|
|
4716
|
+
return (options?.client ?? client).get({
|
|
4645
4717
|
security: [
|
|
4646
4718
|
{
|
|
4647
4719
|
scheme: 'bearer',
|
|
@@ -4655,7 +4727,7 @@ export class UpgradeService {
|
|
|
4655
4727
|
}
|
|
4656
4728
|
export class UserDataService {
|
|
4657
4729
|
static getUserData(options) {
|
|
4658
|
-
return (options?.client ??
|
|
4730
|
+
return (options?.client ?? client).get({
|
|
4659
4731
|
security: [
|
|
4660
4732
|
{
|
|
4661
4733
|
scheme: 'bearer',
|
|
@@ -4667,7 +4739,7 @@ export class UserDataService {
|
|
|
4667
4739
|
});
|
|
4668
4740
|
}
|
|
4669
4741
|
static postUserData(options) {
|
|
4670
|
-
return (options?.client ??
|
|
4742
|
+
return (options?.client ?? client).post({
|
|
4671
4743
|
security: [
|
|
4672
4744
|
{
|
|
4673
4745
|
scheme: 'bearer',
|
|
@@ -4683,7 +4755,7 @@ export class UserDataService {
|
|
|
4683
4755
|
});
|
|
4684
4756
|
}
|
|
4685
4757
|
static putUserData(options) {
|
|
4686
|
-
return (options?.client ??
|
|
4758
|
+
return (options?.client ?? client).put({
|
|
4687
4759
|
security: [
|
|
4688
4760
|
{
|
|
4689
4761
|
scheme: 'bearer',
|
|
@@ -4698,8 +4770,20 @@ export class UserDataService {
|
|
|
4698
4770
|
}
|
|
4699
4771
|
});
|
|
4700
4772
|
}
|
|
4773
|
+
static deleteUserDataById(options) {
|
|
4774
|
+
return (options.client ?? client).delete({
|
|
4775
|
+
security: [
|
|
4776
|
+
{
|
|
4777
|
+
scheme: 'bearer',
|
|
4778
|
+
type: 'http'
|
|
4779
|
+
}
|
|
4780
|
+
],
|
|
4781
|
+
url: '/umbraco/management/api/v1/user-data/{id}',
|
|
4782
|
+
...options
|
|
4783
|
+
});
|
|
4784
|
+
}
|
|
4701
4785
|
static getUserDataById(options) {
|
|
4702
|
-
return (options.client ??
|
|
4786
|
+
return (options.client ?? client).get({
|
|
4703
4787
|
security: [
|
|
4704
4788
|
{
|
|
4705
4789
|
scheme: 'bearer',
|
|
@@ -4713,7 +4797,7 @@ export class UserDataService {
|
|
|
4713
4797
|
}
|
|
4714
4798
|
export class UserGroupService {
|
|
4715
4799
|
static getFilterUserGroup(options) {
|
|
4716
|
-
return (options?.client ??
|
|
4800
|
+
return (options?.client ?? client).get({
|
|
4717
4801
|
security: [
|
|
4718
4802
|
{
|
|
4719
4803
|
scheme: 'bearer',
|
|
@@ -4725,7 +4809,7 @@ export class UserGroupService {
|
|
|
4725
4809
|
});
|
|
4726
4810
|
}
|
|
4727
4811
|
static getItemUserGroup(options) {
|
|
4728
|
-
return (options?.client ??
|
|
4812
|
+
return (options?.client ?? client).get({
|
|
4729
4813
|
security: [
|
|
4730
4814
|
{
|
|
4731
4815
|
scheme: 'bearer',
|
|
@@ -4737,7 +4821,7 @@ export class UserGroupService {
|
|
|
4737
4821
|
});
|
|
4738
4822
|
}
|
|
4739
4823
|
static deleteUserGroup(options) {
|
|
4740
|
-
return (options?.client ??
|
|
4824
|
+
return (options?.client ?? client).delete({
|
|
4741
4825
|
security: [
|
|
4742
4826
|
{
|
|
4743
4827
|
scheme: 'bearer',
|
|
@@ -4753,7 +4837,7 @@ export class UserGroupService {
|
|
|
4753
4837
|
});
|
|
4754
4838
|
}
|
|
4755
4839
|
static getUserGroup(options) {
|
|
4756
|
-
return (options?.client ??
|
|
4840
|
+
return (options?.client ?? client).get({
|
|
4757
4841
|
security: [
|
|
4758
4842
|
{
|
|
4759
4843
|
scheme: 'bearer',
|
|
@@ -4765,7 +4849,7 @@ export class UserGroupService {
|
|
|
4765
4849
|
});
|
|
4766
4850
|
}
|
|
4767
4851
|
static postUserGroup(options) {
|
|
4768
|
-
return (options?.client ??
|
|
4852
|
+
return (options?.client ?? client).post({
|
|
4769
4853
|
security: [
|
|
4770
4854
|
{
|
|
4771
4855
|
scheme: 'bearer',
|
|
@@ -4781,7 +4865,7 @@ export class UserGroupService {
|
|
|
4781
4865
|
});
|
|
4782
4866
|
}
|
|
4783
4867
|
static deleteUserGroupById(options) {
|
|
4784
|
-
return (options.client ??
|
|
4868
|
+
return (options.client ?? client).delete({
|
|
4785
4869
|
security: [
|
|
4786
4870
|
{
|
|
4787
4871
|
scheme: 'bearer',
|
|
@@ -4793,7 +4877,7 @@ export class UserGroupService {
|
|
|
4793
4877
|
});
|
|
4794
4878
|
}
|
|
4795
4879
|
static getUserGroupById(options) {
|
|
4796
|
-
return (options.client ??
|
|
4880
|
+
return (options.client ?? client).get({
|
|
4797
4881
|
security: [
|
|
4798
4882
|
{
|
|
4799
4883
|
scheme: 'bearer',
|
|
@@ -4805,7 +4889,7 @@ export class UserGroupService {
|
|
|
4805
4889
|
});
|
|
4806
4890
|
}
|
|
4807
4891
|
static putUserGroupById(options) {
|
|
4808
|
-
return (options.client ??
|
|
4892
|
+
return (options.client ?? client).put({
|
|
4809
4893
|
security: [
|
|
4810
4894
|
{
|
|
4811
4895
|
scheme: 'bearer',
|
|
@@ -4821,7 +4905,7 @@ export class UserGroupService {
|
|
|
4821
4905
|
});
|
|
4822
4906
|
}
|
|
4823
4907
|
static deleteUserGroupByIdUsers(options) {
|
|
4824
|
-
return (options.client ??
|
|
4908
|
+
return (options.client ?? client).delete({
|
|
4825
4909
|
security: [
|
|
4826
4910
|
{
|
|
4827
4911
|
scheme: 'bearer',
|
|
@@ -4837,7 +4921,7 @@ export class UserGroupService {
|
|
|
4837
4921
|
});
|
|
4838
4922
|
}
|
|
4839
4923
|
static postUserGroupByIdUsers(options) {
|
|
4840
|
-
return (options.client ??
|
|
4924
|
+
return (options.client ?? client).post({
|
|
4841
4925
|
security: [
|
|
4842
4926
|
{
|
|
4843
4927
|
scheme: 'bearer',
|
|
@@ -4855,7 +4939,7 @@ export class UserGroupService {
|
|
|
4855
4939
|
}
|
|
4856
4940
|
export class UserService {
|
|
4857
4941
|
static getFilterUser(options) {
|
|
4858
|
-
return (options?.client ??
|
|
4942
|
+
return (options?.client ?? client).get({
|
|
4859
4943
|
security: [
|
|
4860
4944
|
{
|
|
4861
4945
|
scheme: 'bearer',
|
|
@@ -4867,7 +4951,7 @@ export class UserService {
|
|
|
4867
4951
|
});
|
|
4868
4952
|
}
|
|
4869
4953
|
static getItemUser(options) {
|
|
4870
|
-
return (options?.client ??
|
|
4954
|
+
return (options?.client ?? client).get({
|
|
4871
4955
|
security: [
|
|
4872
4956
|
{
|
|
4873
4957
|
scheme: 'bearer',
|
|
@@ -4879,7 +4963,7 @@ export class UserService {
|
|
|
4879
4963
|
});
|
|
4880
4964
|
}
|
|
4881
4965
|
static deleteUser(options) {
|
|
4882
|
-
return (options?.client ??
|
|
4966
|
+
return (options?.client ?? client).delete({
|
|
4883
4967
|
security: [
|
|
4884
4968
|
{
|
|
4885
4969
|
scheme: 'bearer',
|
|
@@ -4895,7 +4979,7 @@ export class UserService {
|
|
|
4895
4979
|
});
|
|
4896
4980
|
}
|
|
4897
4981
|
static getUser(options) {
|
|
4898
|
-
return (options?.client ??
|
|
4982
|
+
return (options?.client ?? client).get({
|
|
4899
4983
|
security: [
|
|
4900
4984
|
{
|
|
4901
4985
|
scheme: 'bearer',
|
|
@@ -4907,7 +4991,7 @@ export class UserService {
|
|
|
4907
4991
|
});
|
|
4908
4992
|
}
|
|
4909
4993
|
static postUser(options) {
|
|
4910
|
-
return (options?.client ??
|
|
4994
|
+
return (options?.client ?? client).post({
|
|
4911
4995
|
security: [
|
|
4912
4996
|
{
|
|
4913
4997
|
scheme: 'bearer',
|
|
@@ -4923,7 +5007,7 @@ export class UserService {
|
|
|
4923
5007
|
});
|
|
4924
5008
|
}
|
|
4925
5009
|
static deleteUserById(options) {
|
|
4926
|
-
return (options.client ??
|
|
5010
|
+
return (options.client ?? client).delete({
|
|
4927
5011
|
security: [
|
|
4928
5012
|
{
|
|
4929
5013
|
scheme: 'bearer',
|
|
@@ -4935,7 +5019,7 @@ export class UserService {
|
|
|
4935
5019
|
});
|
|
4936
5020
|
}
|
|
4937
5021
|
static getUserById(options) {
|
|
4938
|
-
return (options.client ??
|
|
5022
|
+
return (options.client ?? client).get({
|
|
4939
5023
|
security: [
|
|
4940
5024
|
{
|
|
4941
5025
|
scheme: 'bearer',
|
|
@@ -4947,7 +5031,7 @@ export class UserService {
|
|
|
4947
5031
|
});
|
|
4948
5032
|
}
|
|
4949
5033
|
static putUserById(options) {
|
|
4950
|
-
return (options.client ??
|
|
5034
|
+
return (options.client ?? client).put({
|
|
4951
5035
|
security: [
|
|
4952
5036
|
{
|
|
4953
5037
|
scheme: 'bearer',
|
|
@@ -4963,7 +5047,7 @@ export class UserService {
|
|
|
4963
5047
|
});
|
|
4964
5048
|
}
|
|
4965
5049
|
static getUserById2Fa(options) {
|
|
4966
|
-
return (options.client ??
|
|
5050
|
+
return (options.client ?? client).get({
|
|
4967
5051
|
security: [
|
|
4968
5052
|
{
|
|
4969
5053
|
scheme: 'bearer',
|
|
@@ -4975,7 +5059,7 @@ export class UserService {
|
|
|
4975
5059
|
});
|
|
4976
5060
|
}
|
|
4977
5061
|
static deleteUserById2FaByProviderName(options) {
|
|
4978
|
-
return (options.client ??
|
|
5062
|
+
return (options.client ?? client).delete({
|
|
4979
5063
|
security: [
|
|
4980
5064
|
{
|
|
4981
5065
|
scheme: 'bearer',
|
|
@@ -4987,7 +5071,7 @@ export class UserService {
|
|
|
4987
5071
|
});
|
|
4988
5072
|
}
|
|
4989
5073
|
static getUserByIdCalculateStartNodes(options) {
|
|
4990
|
-
return (options.client ??
|
|
5074
|
+
return (options.client ?? client).get({
|
|
4991
5075
|
security: [
|
|
4992
5076
|
{
|
|
4993
5077
|
scheme: 'bearer',
|
|
@@ -4999,7 +5083,7 @@ export class UserService {
|
|
|
4999
5083
|
});
|
|
5000
5084
|
}
|
|
5001
5085
|
static postUserByIdChangePassword(options) {
|
|
5002
|
-
return (options.client ??
|
|
5086
|
+
return (options.client ?? client).post({
|
|
5003
5087
|
security: [
|
|
5004
5088
|
{
|
|
5005
5089
|
scheme: 'bearer',
|
|
@@ -5015,7 +5099,7 @@ export class UserService {
|
|
|
5015
5099
|
});
|
|
5016
5100
|
}
|
|
5017
5101
|
static getUserByIdClientCredentials(options) {
|
|
5018
|
-
return (options.client ??
|
|
5102
|
+
return (options.client ?? client).get({
|
|
5019
5103
|
security: [
|
|
5020
5104
|
{
|
|
5021
5105
|
scheme: 'bearer',
|
|
@@ -5027,7 +5111,7 @@ export class UserService {
|
|
|
5027
5111
|
});
|
|
5028
5112
|
}
|
|
5029
5113
|
static postUserByIdClientCredentials(options) {
|
|
5030
|
-
return (options.client ??
|
|
5114
|
+
return (options.client ?? client).post({
|
|
5031
5115
|
security: [
|
|
5032
5116
|
{
|
|
5033
5117
|
scheme: 'bearer',
|
|
@@ -5043,7 +5127,7 @@ export class UserService {
|
|
|
5043
5127
|
});
|
|
5044
5128
|
}
|
|
5045
5129
|
static deleteUserByIdClientCredentialsByClientId(options) {
|
|
5046
|
-
return (options.client ??
|
|
5130
|
+
return (options.client ?? client).delete({
|
|
5047
5131
|
security: [
|
|
5048
5132
|
{
|
|
5049
5133
|
scheme: 'bearer',
|
|
@@ -5055,7 +5139,7 @@ export class UserService {
|
|
|
5055
5139
|
});
|
|
5056
5140
|
}
|
|
5057
5141
|
static postUserByIdResetPassword(options) {
|
|
5058
|
-
return (options.client ??
|
|
5142
|
+
return (options.client ?? client).post({
|
|
5059
5143
|
security: [
|
|
5060
5144
|
{
|
|
5061
5145
|
scheme: 'bearer',
|
|
@@ -5067,7 +5151,7 @@ export class UserService {
|
|
|
5067
5151
|
});
|
|
5068
5152
|
}
|
|
5069
5153
|
static deleteUserAvatarById(options) {
|
|
5070
|
-
return (options.client ??
|
|
5154
|
+
return (options.client ?? client).delete({
|
|
5071
5155
|
security: [
|
|
5072
5156
|
{
|
|
5073
5157
|
scheme: 'bearer',
|
|
@@ -5079,7 +5163,7 @@ export class UserService {
|
|
|
5079
5163
|
});
|
|
5080
5164
|
}
|
|
5081
5165
|
static postUserAvatarById(options) {
|
|
5082
|
-
return (options.client ??
|
|
5166
|
+
return (options.client ?? client).post({
|
|
5083
5167
|
security: [
|
|
5084
5168
|
{
|
|
5085
5169
|
scheme: 'bearer',
|
|
@@ -5095,7 +5179,7 @@ export class UserService {
|
|
|
5095
5179
|
});
|
|
5096
5180
|
}
|
|
5097
5181
|
static getUserConfiguration(options) {
|
|
5098
|
-
return (options?.client ??
|
|
5182
|
+
return (options?.client ?? client).get({
|
|
5099
5183
|
security: [
|
|
5100
5184
|
{
|
|
5101
5185
|
scheme: 'bearer',
|
|
@@ -5107,7 +5191,7 @@ export class UserService {
|
|
|
5107
5191
|
});
|
|
5108
5192
|
}
|
|
5109
5193
|
static getUserCurrent(options) {
|
|
5110
|
-
return (options?.client ??
|
|
5194
|
+
return (options?.client ?? client).get({
|
|
5111
5195
|
security: [
|
|
5112
5196
|
{
|
|
5113
5197
|
scheme: 'bearer',
|
|
@@ -5119,7 +5203,7 @@ export class UserService {
|
|
|
5119
5203
|
});
|
|
5120
5204
|
}
|
|
5121
5205
|
static getUserCurrent2Fa(options) {
|
|
5122
|
-
return (options?.client ??
|
|
5206
|
+
return (options?.client ?? client).get({
|
|
5123
5207
|
security: [
|
|
5124
5208
|
{
|
|
5125
5209
|
scheme: 'bearer',
|
|
@@ -5131,7 +5215,7 @@ export class UserService {
|
|
|
5131
5215
|
});
|
|
5132
5216
|
}
|
|
5133
5217
|
static deleteUserCurrent2FaByProviderName(options) {
|
|
5134
|
-
return (options.client ??
|
|
5218
|
+
return (options.client ?? client).delete({
|
|
5135
5219
|
security: [
|
|
5136
5220
|
{
|
|
5137
5221
|
scheme: 'bearer',
|
|
@@ -5143,7 +5227,7 @@ export class UserService {
|
|
|
5143
5227
|
});
|
|
5144
5228
|
}
|
|
5145
5229
|
static getUserCurrent2FaByProviderName(options) {
|
|
5146
|
-
return (options.client ??
|
|
5230
|
+
return (options.client ?? client).get({
|
|
5147
5231
|
security: [
|
|
5148
5232
|
{
|
|
5149
5233
|
scheme: 'bearer',
|
|
@@ -5155,7 +5239,7 @@ export class UserService {
|
|
|
5155
5239
|
});
|
|
5156
5240
|
}
|
|
5157
5241
|
static postUserCurrent2FaByProviderName(options) {
|
|
5158
|
-
return (options.client ??
|
|
5242
|
+
return (options.client ?? client).post({
|
|
5159
5243
|
security: [
|
|
5160
5244
|
{
|
|
5161
5245
|
scheme: 'bearer',
|
|
@@ -5171,7 +5255,7 @@ export class UserService {
|
|
|
5171
5255
|
});
|
|
5172
5256
|
}
|
|
5173
5257
|
static postUserCurrentAvatar(options) {
|
|
5174
|
-
return (options?.client ??
|
|
5258
|
+
return (options?.client ?? client).post({
|
|
5175
5259
|
security: [
|
|
5176
5260
|
{
|
|
5177
5261
|
scheme: 'bearer',
|
|
@@ -5187,7 +5271,7 @@ export class UserService {
|
|
|
5187
5271
|
});
|
|
5188
5272
|
}
|
|
5189
5273
|
static postUserCurrentChangePassword(options) {
|
|
5190
|
-
return (options?.client ??
|
|
5274
|
+
return (options?.client ?? client).post({
|
|
5191
5275
|
security: [
|
|
5192
5276
|
{
|
|
5193
5277
|
scheme: 'bearer',
|
|
@@ -5203,7 +5287,7 @@ export class UserService {
|
|
|
5203
5287
|
});
|
|
5204
5288
|
}
|
|
5205
5289
|
static getUserCurrentConfiguration(options) {
|
|
5206
|
-
return (options?.client ??
|
|
5290
|
+
return (options?.client ?? client).get({
|
|
5207
5291
|
security: [
|
|
5208
5292
|
{
|
|
5209
5293
|
scheme: 'bearer',
|
|
@@ -5215,7 +5299,7 @@ export class UserService {
|
|
|
5215
5299
|
});
|
|
5216
5300
|
}
|
|
5217
5301
|
static getUserCurrentLoginProviders(options) {
|
|
5218
|
-
return (options?.client ??
|
|
5302
|
+
return (options?.client ?? client).get({
|
|
5219
5303
|
security: [
|
|
5220
5304
|
{
|
|
5221
5305
|
scheme: 'bearer',
|
|
@@ -5227,7 +5311,7 @@ export class UserService {
|
|
|
5227
5311
|
});
|
|
5228
5312
|
}
|
|
5229
5313
|
static getUserCurrentPermissions(options) {
|
|
5230
|
-
return (options?.client ??
|
|
5314
|
+
return (options?.client ?? client).get({
|
|
5231
5315
|
security: [
|
|
5232
5316
|
{
|
|
5233
5317
|
scheme: 'bearer',
|
|
@@ -5239,7 +5323,7 @@ export class UserService {
|
|
|
5239
5323
|
});
|
|
5240
5324
|
}
|
|
5241
5325
|
static getUserCurrentPermissionsDocument(options) {
|
|
5242
|
-
return (options?.client ??
|
|
5326
|
+
return (options?.client ?? client).get({
|
|
5243
5327
|
security: [
|
|
5244
5328
|
{
|
|
5245
5329
|
scheme: 'bearer',
|
|
@@ -5251,7 +5335,7 @@ export class UserService {
|
|
|
5251
5335
|
});
|
|
5252
5336
|
}
|
|
5253
5337
|
static getUserCurrentPermissionsMedia(options) {
|
|
5254
|
-
return (options?.client ??
|
|
5338
|
+
return (options?.client ?? client).get({
|
|
5255
5339
|
security: [
|
|
5256
5340
|
{
|
|
5257
5341
|
scheme: 'bearer',
|
|
@@ -5263,7 +5347,7 @@ export class UserService {
|
|
|
5263
5347
|
});
|
|
5264
5348
|
}
|
|
5265
5349
|
static postUserDisable(options) {
|
|
5266
|
-
return (options?.client ??
|
|
5350
|
+
return (options?.client ?? client).post({
|
|
5267
5351
|
security: [
|
|
5268
5352
|
{
|
|
5269
5353
|
scheme: 'bearer',
|
|
@@ -5279,7 +5363,7 @@ export class UserService {
|
|
|
5279
5363
|
});
|
|
5280
5364
|
}
|
|
5281
5365
|
static postUserEnable(options) {
|
|
5282
|
-
return (options?.client ??
|
|
5366
|
+
return (options?.client ?? client).post({
|
|
5283
5367
|
security: [
|
|
5284
5368
|
{
|
|
5285
5369
|
scheme: 'bearer',
|
|
@@ -5295,7 +5379,7 @@ export class UserService {
|
|
|
5295
5379
|
});
|
|
5296
5380
|
}
|
|
5297
5381
|
static postUserInvite(options) {
|
|
5298
|
-
return (options?.client ??
|
|
5382
|
+
return (options?.client ?? client).post({
|
|
5299
5383
|
security: [
|
|
5300
5384
|
{
|
|
5301
5385
|
scheme: 'bearer',
|
|
@@ -5311,7 +5395,7 @@ export class UserService {
|
|
|
5311
5395
|
});
|
|
5312
5396
|
}
|
|
5313
5397
|
static postUserInviteCreatePassword(options) {
|
|
5314
|
-
return (options?.client ??
|
|
5398
|
+
return (options?.client ?? client).post({
|
|
5315
5399
|
url: '/umbraco/management/api/v1/user/invite/create-password',
|
|
5316
5400
|
...options,
|
|
5317
5401
|
headers: {
|
|
@@ -5321,7 +5405,7 @@ export class UserService {
|
|
|
5321
5405
|
});
|
|
5322
5406
|
}
|
|
5323
5407
|
static postUserInviteResend(options) {
|
|
5324
|
-
return (options?.client ??
|
|
5408
|
+
return (options?.client ?? client).post({
|
|
5325
5409
|
security: [
|
|
5326
5410
|
{
|
|
5327
5411
|
scheme: 'bearer',
|
|
@@ -5337,7 +5421,7 @@ export class UserService {
|
|
|
5337
5421
|
});
|
|
5338
5422
|
}
|
|
5339
5423
|
static postUserInviteVerify(options) {
|
|
5340
|
-
return (options?.client ??
|
|
5424
|
+
return (options?.client ?? client).post({
|
|
5341
5425
|
url: '/umbraco/management/api/v1/user/invite/verify',
|
|
5342
5426
|
...options,
|
|
5343
5427
|
headers: {
|
|
@@ -5347,7 +5431,7 @@ export class UserService {
|
|
|
5347
5431
|
});
|
|
5348
5432
|
}
|
|
5349
5433
|
static postUserSetUserGroups(options) {
|
|
5350
|
-
return (options?.client ??
|
|
5434
|
+
return (options?.client ?? client).post({
|
|
5351
5435
|
security: [
|
|
5352
5436
|
{
|
|
5353
5437
|
scheme: 'bearer',
|
|
@@ -5363,7 +5447,7 @@ export class UserService {
|
|
|
5363
5447
|
});
|
|
5364
5448
|
}
|
|
5365
5449
|
static postUserUnlock(options) {
|
|
5366
|
-
return (options?.client ??
|
|
5450
|
+
return (options?.client ?? client).post({
|
|
5367
5451
|
security: [
|
|
5368
5452
|
{
|
|
5369
5453
|
scheme: 'bearer',
|
|
@@ -5381,7 +5465,7 @@ export class UserService {
|
|
|
5381
5465
|
}
|
|
5382
5466
|
export class WebhookService {
|
|
5383
5467
|
static getItemWebhook(options) {
|
|
5384
|
-
return (options?.client ??
|
|
5468
|
+
return (options?.client ?? client).get({
|
|
5385
5469
|
security: [
|
|
5386
5470
|
{
|
|
5387
5471
|
scheme: 'bearer',
|
|
@@ -5393,7 +5477,7 @@ export class WebhookService {
|
|
|
5393
5477
|
});
|
|
5394
5478
|
}
|
|
5395
5479
|
static getWebhook(options) {
|
|
5396
|
-
return (options?.client ??
|
|
5480
|
+
return (options?.client ?? client).get({
|
|
5397
5481
|
security: [
|
|
5398
5482
|
{
|
|
5399
5483
|
scheme: 'bearer',
|
|
@@ -5405,7 +5489,7 @@ export class WebhookService {
|
|
|
5405
5489
|
});
|
|
5406
5490
|
}
|
|
5407
5491
|
static postWebhook(options) {
|
|
5408
|
-
return (options?.client ??
|
|
5492
|
+
return (options?.client ?? client).post({
|
|
5409
5493
|
security: [
|
|
5410
5494
|
{
|
|
5411
5495
|
scheme: 'bearer',
|
|
@@ -5421,7 +5505,7 @@ export class WebhookService {
|
|
|
5421
5505
|
});
|
|
5422
5506
|
}
|
|
5423
5507
|
static deleteWebhookById(options) {
|
|
5424
|
-
return (options.client ??
|
|
5508
|
+
return (options.client ?? client).delete({
|
|
5425
5509
|
security: [
|
|
5426
5510
|
{
|
|
5427
5511
|
scheme: 'bearer',
|
|
@@ -5433,7 +5517,7 @@ export class WebhookService {
|
|
|
5433
5517
|
});
|
|
5434
5518
|
}
|
|
5435
5519
|
static getWebhookById(options) {
|
|
5436
|
-
return (options.client ??
|
|
5520
|
+
return (options.client ?? client).get({
|
|
5437
5521
|
security: [
|
|
5438
5522
|
{
|
|
5439
5523
|
scheme: 'bearer',
|
|
@@ -5445,7 +5529,7 @@ export class WebhookService {
|
|
|
5445
5529
|
});
|
|
5446
5530
|
}
|
|
5447
5531
|
static putWebhookById(options) {
|
|
5448
|
-
return (options.client ??
|
|
5532
|
+
return (options.client ?? client).put({
|
|
5449
5533
|
security: [
|
|
5450
5534
|
{
|
|
5451
5535
|
scheme: 'bearer',
|
|
@@ -5461,7 +5545,7 @@ export class WebhookService {
|
|
|
5461
5545
|
});
|
|
5462
5546
|
}
|
|
5463
5547
|
static getWebhookByIdLogs(options) {
|
|
5464
|
-
return (options.client ??
|
|
5548
|
+
return (options.client ?? client).get({
|
|
5465
5549
|
security: [
|
|
5466
5550
|
{
|
|
5467
5551
|
scheme: 'bearer',
|
|
@@ -5473,7 +5557,7 @@ export class WebhookService {
|
|
|
5473
5557
|
});
|
|
5474
5558
|
}
|
|
5475
5559
|
static getWebhookEvents(options) {
|
|
5476
|
-
return (options?.client ??
|
|
5560
|
+
return (options?.client ?? client).get({
|
|
5477
5561
|
security: [
|
|
5478
5562
|
{
|
|
5479
5563
|
scheme: 'bearer',
|
|
@@ -5485,7 +5569,7 @@ export class WebhookService {
|
|
|
5485
5569
|
});
|
|
5486
5570
|
}
|
|
5487
5571
|
static getWebhookLogs(options) {
|
|
5488
|
-
return (options?.client ??
|
|
5572
|
+
return (options?.client ?? client).get({
|
|
5489
5573
|
security: [
|
|
5490
5574
|
{
|
|
5491
5575
|
scheme: 'bearer',
|