@pimcore/studio-ui-bundle 0.10.21 → 0.12.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build/types/src/core/app/api/pimcore/tags.d.ts +5 -8
- package/dist/build/types/src/core/app/config/services/service-ids.d.ts +18 -2
- package/dist/build/types/src/core/app/plugin-system/plugin-system.d.ts +2 -0
- package/dist/build/types/src/core/app/router/router.d.ts +2 -0
- package/dist/build/types/src/core/app/store/index.d.ts +1 -1
- package/dist/build/types/src/core/bootstrap.d.ts +2 -0
- package/dist/build/types/src/core/components/block/block.d.ts +3 -1
- package/dist/build/types/src/core/components/context-menu-wrapper/context-menu-wrapper.d.ts +2 -1
- package/dist/build/types/src/core/components/date-picker/time-picker.d.ts +1 -1
- package/dist/build/types/src/core/components/date-picker/time-range-picker.d.ts +23 -0
- package/dist/build/types/src/core/components/date-picker/time-range-picker.stories.d.ts +21 -0
- package/dist/build/types/src/core/components/drag-and-drop/drag-and-drop.stories.d.ts +4 -0
- package/dist/build/types/src/core/components/drag-and-drop/droppable-context-provider.d.ts +1 -0
- package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable/base-hotspot-droppable.d.ts +18 -0
- package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable/hotspot-helpers.d.ts +24 -0
- package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable/use-hotspot-aggregate-state.d.ts +14 -0
- package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable.d.ts +42 -0
- package/dist/build/types/src/core/components/dropdown/dropdown-height-provider.d.ts +19 -0
- package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +22 -14
- package/dist/build/types/src/core/components/element-tree/element-tree.d.ts +2 -2
- package/dist/build/types/src/core/components/{pagination/size-changer/size-changer.stories.d.ts → element-tree/hooks/use-element-tree-fallback-root-node.d.ts} +4 -10
- package/dist/build/types/src/core/components/element-tree/hooks/use-element-tree-root-node.d.ts +1 -1
- package/dist/build/types/src/core/components/element-tree/node/tree-node.d.ts +2 -2
- package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/pager/pager-container.d.ts +1 -1
- package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-permission-provider/tree-permission-provider.d.ts +1 -1
- package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-permission-provider/use-tree-permission.d.ts +1 -1
- package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/search/search-container.d.ts +1 -1
- package/dist/build/types/src/core/components/element-tree/types/node-api-hook.d.ts +1 -1
- package/dist/build/types/src/core/components/flex/flex.d.ts +1 -1
- package/dist/build/types/src/core/components/form/form.d.ts +1 -1
- package/dist/build/types/src/core/components/form/layouts/tabpanel/tabpanel.stories.d.ts +1 -1
- package/dist/build/types/src/core/components/formatted-date/formatted-date.d.ts +1 -0
- package/dist/build/types/src/core/components/grid/columns/default-cell.d.ts +1 -1
- package/dist/build/types/src/core/components/grid/columns/default-cell.styles.d.ts +5 -1
- package/dist/build/types/src/core/components/grid/contexts/columns-context.d.ts +6 -6
- package/dist/build/types/src/core/components/grid/grid-cell/grid-cell.d.ts +3 -1
- package/dist/build/types/src/core/components/grid/grid-cell/grid-row.d.ts +6 -2
- package/dist/build/types/src/core/components/grid/grid-context.d.ts +3 -1
- package/dist/build/types/src/core/components/grid/grid.d.ts +4 -4
- package/dist/build/types/src/core/components/grid/grid.stories.d.ts +7 -0
- package/dist/build/types/src/core/components/grid/grid.styles.d.ts +6 -1
- package/dist/build/types/src/core/components/hotspot-image/hotspot-image.d.ts +9 -3
- package/dist/build/types/src/core/components/{pagination/size-changer/size-changer.styles.d.ts → hotspot-image/marker-icon.d.ts} +1 -3
- package/dist/build/types/src/core/components/iframe/iframe.d.ts +1 -1
- package/dist/build/types/src/core/components/language-selection/language-selection.d.ts +2 -1
- package/dist/build/types/src/core/components/many-to-one-relation/index.d.ts +1 -0
- package/dist/build/types/src/core/components/many-to-one-relation/many-to-one-relation-input.d.ts +16 -0
- package/dist/build/types/src/core/components/many-to-one-relation/path-target.d.ts +1 -0
- package/dist/build/types/src/core/components/many-to-one-relation/path-target.styles.d.ts +20 -0
- package/dist/build/types/src/core/{modules/execution-engine/jobs/default/notification-job-container.d.ts → components/modal/form-modal/components/dont-ask-again-switch.d.ts} +3 -2
- package/dist/build/types/src/core/components/modal/form-modal/components/input-form.d.ts +21 -0
- package/dist/build/types/src/core/components/modal/form-modal/components/textarea-form.d.ts +19 -0
- package/dist/build/types/src/core/components/modal/form-modal/components/upload-form.d.ts +21 -0
- package/dist/build/types/src/core/components/modal/form-modal/hooks/use-form-modal.d.ts +9 -5
- package/dist/build/types/src/core/components/modal-upload/hooks/use-upload-conflict-handler.d.ts +29 -0
- package/dist/build/types/src/core/components/operational-grid/operational-grid.d.ts +1 -1
- package/dist/build/types/src/core/components/operational-grid/operational-grid.stories.d.ts +4 -4
- package/dist/build/types/src/core/components/pagination/pagination.d.ts +3 -11
- package/dist/build/types/src/core/components/pagination/pagination.stories.d.ts +26 -13
- package/dist/build/types/src/core/components/pagination/pagination.styles.d.ts +1 -1
- package/dist/build/types/src/core/components/panel/panel.d.ts +1 -2
- package/dist/build/types/src/core/{modules/element/editor/shared-components/workflow/log-modal/workflow-log-modal.d.ts → components/password-reset/password-reset.d.ts} +1 -1
- package/dist/build/types/src/core/components/split-layout/split-layout.d.ts +3 -1
- package/dist/build/types/src/core/components/split-layout/split-layout.stories.d.ts +19 -0
- package/dist/build/types/src/core/components/tabpanel/tabpanel.d.ts +4 -1
- package/dist/build/types/src/core/constants/global.d.ts +1 -0
- package/dist/build/types/src/core/lib/event-bus/event-types.d.ts +4 -0
- package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog-container.d.ts +11 -0
- package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog.d.ts +15 -0
- package/dist/build/types/src/core/{components/pagination/inline-textfield/inline-textfield.styles.d.ts → modules/about/components/about-dialog/about-dialog.styles.d.ts} +2 -1
- package/dist/build/types/src/core/modules/about/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/app/app-loader/loader/session/session-pinger.d.ts +11 -0
- package/dist/build/types/src/core/modules/app/app-loader/loader/session/use-session-ping.d.ts +10 -0
- package/dist/build/types/src/core/modules/app/app-loader/services/app-loader-registry.d.ts +22 -0
- package/dist/build/types/src/core/modules/app/base-layout/main-nav/services/main-nav-registry.d.ts +12 -1
- package/dist/build/types/src/core/modules/app/base-layout/main-nav/services/main-nav-widget-restorer.d.ts +18 -0
- package/dist/build/types/src/core/modules/app/base-layout/right-sidebar/logo/subscription-details.d.ts +17 -0
- package/dist/build/types/src/core/modules/{element/dynamic-types/definitions/grid-cell/components/date/date-cell.styles.d.ts → app/base-layout/right-sidebar/logo/subscription-details.styles.d.ts} +2 -2
- package/dist/build/types/src/core/modules/app/base-layout/right-sidebar/logo.d.ts +11 -0
- package/dist/build/types/src/core/modules/app/component-registry/component-config.d.ts +72 -0
- package/dist/build/types/src/core/modules/app/component-registry/component-registry.d.ts +3 -0
- package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-registry.d.ts +6 -0
- package/dist/build/types/src/core/modules/app/error-handler/classes/api-error.d.ts +1 -4
- package/dist/build/types/src/core/modules/app/error-handler/types.d.ts +5 -0
- package/dist/build/types/src/core/modules/app/hook/use-date-converter.d.ts +20 -0
- package/dist/build/types/src/core/modules/app/hook/use-handle-keybindings.d.ts +2 -1
- package/dist/build/types/src/core/modules/app/hook-processor-registry/abstract-hook-processor-registry.d.ts +34 -0
- package/dist/build/types/src/core/modules/app/processor-registry/abstract-data-context.d.ts +33 -0
- package/dist/build/types/src/core/modules/app/processor-registry/abstract-processor-registry.d.ts +34 -0
- package/dist/build/types/src/core/modules/app/settings/settings-slice-enhanced.d.ts +1118 -0
- package/dist/build/types/src/core/modules/app/settings/settings-slice.gen.d.ts +315 -24
- package/dist/build/types/src/core/modules/app/theme/dynamic-types/definitions/studio-default-light/dynamic-type-theme-studio-default-light.d.ts +13 -0
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice-enhanced.d.ts +193 -37
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +193 -37
- package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice.gen.d.ts +192 -36
- package/dist/build/types/src/core/modules/asset/actions/upload-new-version/upload-new-version.d.ts +1 -1
- package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +833 -129
- package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +1899 -386
- package/dist/build/types/src/core/modules/asset/asset-draft-slice.d.ts +1 -0
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/asset/editor/types/asset-thumbnails-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/{execution-engine/jobs/tag-assign/notification-job-container.d.ts → asset/editor/types/document/tab-manager/tabs/preview/unsafe-pdf-view.d.ts} +5 -3
- package/dist/build/types/src/core/modules/asset/editor/types/document/tab-manager/tabs/preview/unsafe-pdf-view.styles.d.ts +15 -0
- package/dist/build/types/src/core/modules/asset/events/post-update-event.d.ts +22 -0
- package/dist/build/types/src/core/modules/asset/hooks/use-global-asset-context.d.ts +9 -0
- package/dist/build/types/src/core/modules/asset/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/asset/listing/builder/asset-listing-builder.d.ts +32 -0
- package/dist/build/types/src/core/{components/pagination/inline-textfield/inline-textfield.stories.d.ts → modules/asset/listing/decorator/dynamic-type/context-layer/with-dynamic-types.d.ts} +2 -10
- package/dist/build/types/src/core/modules/asset/listing/decorator/dynamic-type/dynamic-type-decorator.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/listing/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +210 -1
- package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-inner.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-left.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-right.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/services/asset-opening-service.d.ts +2 -0
- package/dist/build/types/src/core/modules/asset/services/processors/asset-save-data-processor-registry.d.ts +29 -0
- package/dist/build/types/src/core/modules/asset/tree/utils/transform-api-data-to-node.d.ts +3 -1
- package/dist/build/types/src/core/modules/auth/authorization-api-slice.gen.d.ts +26 -118
- package/dist/build/types/src/core/modules/auth/components/forgot-password-form/forgot-password-form.d.ts +15 -0
- package/dist/build/types/src/core/{components/login-form/login-form.d.ts → modules/auth/components/login-form/login-form-container.d.ts} +1 -1
- package/dist/build/types/src/core/{components/pagination/size-changer/size-changer.d.ts → modules/auth/components/login-form/login-form.d.ts} +9 -7
- package/dist/build/types/src/core/modules/auth/hooks/use-authentication.d.ts +15 -0
- package/dist/build/types/src/core/modules/auth/profile/profile-container.d.ts +4 -1
- package/dist/build/types/src/core/modules/auth/profile/profile-detail.d.ts +2 -1
- package/dist/build/types/src/core/modules/auth/user/user-api-slice-enhanced.d.ts +65 -12
- package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +778 -108
- package/dist/build/types/src/core/modules/auth/user/user-slice.d.ts +1 -1
- package/dist/build/types/src/core/modules/auth/util/user-helper.d.ts +11 -0
- package/dist/build/types/src/core/modules/background-processor/process/abstract-mercure-process.d.ts +7 -1
- package/dist/build/types/src/core/modules/background-processor/process/global-message-bus-process.d.ts +0 -2
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +576 -108
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +640 -120
- package/dist/build/types/src/core/modules/data-object/actions/add-object/use-add-object.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice-enhanced.d.ts +576 -108
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +384 -72
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +193 -36
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +912 -138
- package/dist/build/types/src/core/modules/data-object/data-object-draft-slice.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/editor/toolbar/context-menu/provider/layout-selection-provider.d.ts +1 -1
- package/dist/build/types/src/core/modules/data-object/events/post-update-event.d.ts +24 -0
- package/dist/build/types/src/core/modules/data-object/hooks/use-global-data-object-context.d.ts +9 -0
- package/dist/build/types/src/core/modules/data-object/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/listing/builder/object-listing-builder.d.ts +32 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/hooks/with-configuration-sidebar-entry.d.ts +4 -1
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/tabs/grid-config/grid-config.d.ts +5 -1
- package/dist/build/types/src/core/modules/data-object/listing/decorator/dynamic-type/context-layer/with-dynamic-types.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/dynamic-type/dynamic-type-decorator.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/listing/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/listing/listing-container.d.ts +211 -1
- package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-inner.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-left.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-right.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/services/data-object-opening-service.d.ts +2 -0
- package/dist/build/types/src/core/modules/data-object/services/processors/data-object-save-data-processor-registry.d.ts +31 -0
- package/dist/build/types/src/core/modules/data-object/tree/utils/transform-api-data-to-node.d.ts +3 -1
- package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +192 -36
- package/dist/build/types/src/core/modules/document/actions/open-in-new-window/use-open-in-new-window.d.ts +2 -4
- package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +967 -187
- package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +845 -166
- package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +1 -0
- package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/content-settings/content-settings-form.d.ts +2 -1
- package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/content-settings/content-settings-sidebar.d.ts +4 -1
- package/dist/build/types/src/core/modules/document/events/post-update-event.d.ts +24 -0
- package/dist/build/types/src/core/modules/document/hooks/use-document-url-processor.d.ts +18 -0
- package/dist/build/types/src/core/modules/document/hooks/use-global-document-context.d.ts +9 -0
- package/dist/build/types/src/core/modules/document/services/document-opening-service.d.ts +2 -0
- package/dist/build/types/src/core/modules/document/services/processors/document-save-data-processor-registry.d.ts +33 -0
- package/dist/build/types/src/core/modules/document/services/processors/document-url-processor-registry.d.ts +29 -0
- package/dist/build/types/src/core/modules/document/tree/utils/transform-api-data-to-node.d.ts +3 -1
- package/dist/build/types/src/core/modules/element/actions/index.d.ts +4 -0
- package/dist/build/types/src/core/modules/element/actions/locate-in-tree/use-locate-in-tree.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/actions/publish/use-publish.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/actions/refresh-tree/use-refresh-tree.d.ts +2 -3
- package/dist/build/types/src/core/modules/element/actions/rename/use-rename.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/actions/sorting/use-sorting.d.ts +25 -0
- package/dist/build/types/src/core/modules/element/actions/unpublish/use-unpublish.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/components/language-selection/permission-based-language-selection-control.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-color-component.d.ts +14 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-date-component.d.ts +12 -0
- package/dist/build/types/src/core/modules/{execution-engine/jobs/download/notification-job-container.d.ts → element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-input-quantity-value-component.d.ts} +3 -5
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-multiselect-component.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-number-component.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-quantity-value-component.d.ts +27 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-time-component.d.ts +26 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/dynamic-type-field-filter-abstract.d.ts +3 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/frontendTypes.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/boolean/dynamic-type-field-filter-boolean.d.ts +2 -6
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/classification-store/dynamic-type-field-filter-classification-store.d.ts +3 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/color/dynamic-type-field-filter-color.d.ts +17 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/data-object-adapter/dynamic-type-field-filter-data-object-adapter.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/data-object-brick/dynamic-type-field-filter-data-object-object-brick.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/date/dynamic-type-field-filter-date.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/datetime/dynamic-type-field-filter-datetime.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/input-quantity-value/dynamic-type-field-filter-input-quantity-value.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/multiselect/dynamic-type-field-filter-multiselect.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/none/dynamic-type-field-filter-none.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/number/dynamic-type-field-filter-number.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/quantity-value/dynamic-type-field-filter-quantity-value.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/time/dynamic-type-field-filter-time.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/checkbox/checkbox-cell.styles.d.ts +0 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/listing/types/dynamic-type-listing-asset-link.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-asset.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-checkbox.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-date.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-document.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-input.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-object.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-select.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-textarea.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/dynamic-type-object-data-abstract.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/abstract/dynamic-type-object-data-abstract-select.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-boolean-select.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-calculated-value.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-checkbox.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-consent.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-country-multiselect.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-country.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-date.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-datetime.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-email.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-external-image.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-firstname.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-gender.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-input-quantity-value.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-input.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-language-multiselect.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-language.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-lastname.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-multiselect.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-numeric.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-quantity-value.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-reverse-object-relation.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-rgba-color.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-select.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-slider.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-textarea.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-time.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-user.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-wysiwyg.d.ts +1 -1
- package/dist/build/types/src/core/modules/{execution-engine/jobs/zip-upload/notification-job-container.d.ts → element/dynamic-types/definitions/objects/layout-related/components/iframe/iframe.d.ts} +6 -5
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/types/dynamic-type-object-layout-iframe.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/views/accordion-view.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/views/card-view.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/php-code/php-code.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/php-code/php-code.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/hooks/use-submit-workflow.d.ts +18 -0
- package/dist/build/types/src/core/modules/element/{dynamic-types/definitions/field-filters/types/fullText/dynamic-type-field-filter-fulltext.d.ts → editor/shared-components/workflow/hooks/use-workflow-action.d.ts} +6 -4
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/hooks/use-workflow-field-renderer.d.ts +31 -0
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/{log-modal/hooks → hooks}/use-workflow.d.ts +2 -3
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/modal/workflow-modal.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/{log-modal → provider}/workflow-provider.d.ts +4 -9
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/types/workflow-types.d.ts +41 -0
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice.gen.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice.gen.d.ts +192 -36
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +128 -24
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +130 -26
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +195 -39
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice.gen.d.ts +322 -60
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +384 -72
- package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +803 -85
- package/dist/build/types/src/core/modules/element/element-helper.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/element/hooks/use-element-api.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/hooks/use-element-helper.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/listing/abstract/builder/listing-builder.d.ts +47 -0
- package/dist/build/types/src/core/modules/element/listing/abstract/builder/use-listing-builder.d.ts +22 -0
- package/dist/build/types/src/core/modules/element/listing/abstract/listing-container.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/listing/abstract/settings/settings-provider.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/abstract-decorator.d.ts +4 -2
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/context-layer/provider/search-term-filter/search-term-filter-provider.d.ts +2 -3
- package/dist/build/types/src/core/modules/element/listing/decorators/global-context/global-context-decorator.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/global-context/hooks/use-global-context-identifiers.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/global-context/view-layer/global-context-subscriber.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/global-context/with-global-context-subscriber.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/sorting/data-layer/with-sorting-data-query-arg.d.ts +5 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/components/search-replace-form/search-replace-form.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/components/table/table.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/components/toolbar/toolbar.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/index.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/providers/search-replace-assignments/search-replace-assignments-provider.d.ts +44 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/search-replace-assignments-container.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice-enhanced.d.ts +358 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice.gen.d.ts +421 -0
- package/dist/build/types/src/core/modules/element/services/element-widget-restorer.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/services/processors/element-icon-processor-registry.d.ts +29 -0
- package/dist/build/types/src/core/modules/email/emails-api-slice-enhanced.d.ts +384 -72
- package/dist/build/types/src/core/modules/email/emails-api-slice.gen.d.ts +384 -72
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +517 -0
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +573 -0
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-slice.d.ts +0 -3
- package/dist/build/types/src/core/modules/execution-engine/jobs/abstact-job.d.ts +0 -5
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/abstract-batch-delete-job.d.ts +25 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/asset-batch-delete-job.d.ts +15 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/data-object-batch-delete-job.d.ts +15 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/abstract-batch-edit-job.d.ts +27 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/asset-batch-edit-job.d.ts +22 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/asset-folder-batch-edit-job.d.ts +24 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/data-object-batch-edit-job.d.ts +22 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/data-object-folder-batch-edit-job.d.ts +26 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/abstract-clone-job.d.ts +1 -7
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/document-clone-job.d.ts +1 -1
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/element-clone-job.d.ts +2 -2
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/notification-job-container.d.ts +1 -5
- package/dist/build/types/src/core/modules/execution-engine/jobs/delete/element-delete-job.d.ts +9 -15
- package/dist/build/types/src/core/modules/execution-engine/jobs/download/download-job.d.ts +22 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-delete-job.d.ts +7 -12
- package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-restore-job.d.ts +7 -12
- package/dist/build/types/src/core/modules/execution-engine/jobs/search-replace-assignments/search-replace-assignments-job.d.ts +35 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/tag-assign/tag-assign-job.d.ts +28 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/zip-upload/zip-upload-job.d.ts +21 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/job-error-modal.d.ts +16 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/job-run-polling.d.ts +43 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-handler.d.ts +76 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-notification.d.ts +20 -0
- package/dist/build/types/src/core/modules/execution-engine/notification/job/job-view.d.ts +3 -3
- package/dist/build/types/src/core/modules/execution-engine/services/execution-engine.d.ts +3 -1
- package/dist/build/types/src/core/modules/execution-engine/topics.d.ts +0 -1
- package/dist/build/types/src/core/modules/notifications/hooks/use-optimistic-update.d.ts +1 -0
- package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +128 -24
- package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +256 -48
- package/dist/build/types/src/core/modules/open-element/open-element.d.ts +2 -1
- package/dist/build/types/src/core/modules/perspective-editor/components/perspective-form/perspective-form.d.ts +1 -2
- package/dist/build/types/src/core/modules/perspective-editor/context/perspective-editor-provider.d.ts +1 -3
- package/dist/build/types/src/core/modules/perspective-editor/hooks/use-perspective-editor.d.ts +1 -0
- package/dist/build/types/src/core/modules/perspective-editor/registry/perspective-permission-provider-registry.d.ts +26 -0
- package/dist/build/types/src/core/modules/perspective-editor/services/providers/main-nav-perspective-permission-provider.d.ts +13 -0
- package/dist/build/types/src/core/modules/{element/dynamic-types/definitions/field-filters/types/input/dynamic-type-field-filter-input.d.ts → perspective-editor/services/providers/search-perspective-permission-provider.d.ts} +3 -4
- package/dist/build/types/src/core/modules/perspectives/active-perspective-slice.d.ts +1 -1
- package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +29 -21
- package/dist/build/types/src/core/modules/perspectives/hooks/use-perspectives.d.ts +8 -3
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.enhanced.d.ts +329 -69
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +335 -70
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +64 -12
- package/dist/build/types/src/core/modules/redirects/seo-api-slice-enhanced.d.ts +320 -60
- package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +320 -60
- package/dist/build/types/src/core/modules/reports/custom-reports-api-slice-enhanced.d.ts +384 -72
- package/dist/build/types/src/core/modules/reports/custom-reports-api-slice.gen.d.ts +386 -72
- package/dist/build/types/src/core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/dynamic-type-custom-report-definition-abstract.d.ts +2 -2
- package/dist/build/types/src/core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/types/dynamic-type-custom-report-definition-sql-adapter.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/components/source-definition/source-definition.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-editor/types.d.ts +2 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/bar-chart/bar-chart.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/line-chart/line-chart.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/pie-chart/pie-chart.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/report-chart.d.ts +2 -1
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/types.d.ts +1 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/helpers.d.ts +36 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/types.d.ts +19 -0
- package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +448 -84
- package/dist/build/types/src/core/modules/search/search.d.ts +1 -1
- package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/constants.d.ts +15 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/helpers.d.ts +10 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/key-bindings.d.ts +2 -1
- package/dist/build/types/src/core/modules/user/management/detail/tabs/settings/components/login-token-modal/login-token-modal-container.d.ts +15 -0
- package/dist/build/types/src/core/modules/{execution-engine/jobs/default/notification-job-container-message-bus.d.ts → user/management/detail/tabs/settings/components/login-token-modal/login-token-modal.d.ts} +6 -5
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +324 -64
- package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +888 -104
- package/dist/build/types/src/core/modules/user/user-management-slice.d.ts +1 -0
- package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice-enhanced.d.ts +128 -24
- package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/widget-editor/components/widget-type-form/context/widget-form-provider.d.ts +4 -1
- package/dist/build/types/src/core/modules/widget-editor/context/widget-editor-provider.d.ts +0 -2
- package/dist/build/types/src/core/modules/widget-editor/hooks/use-widget-editor.d.ts +1 -0
- package/dist/build/types/src/core/modules/widget-manager/components/widget-restorer.d.ts +11 -0
- package/dist/build/types/src/core/modules/widget-manager/events/{close-main-widget-event.d.ts → close-widget-events.d.ts} +11 -0
- package/dist/build/types/src/core/modules/widget-manager/events/index.d.ts +1 -1
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-is-active-main-widget.d.ts +1 -1
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-manager.d.ts +2 -0
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-title.d.ts +21 -0
- package/dist/build/types/src/core/modules/widget-manager/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/widget-manager/services/processors/perspective-processor-registry.d.ts +98 -0
- package/dist/build/types/src/core/modules/widget-manager/services/static-widget-restorer.d.ts +21 -0
- package/dist/build/types/src/core/modules/widget-manager/services/widget-registry.d.ts +6 -0
- package/dist/build/types/src/core/modules/widget-manager/services/widget-restorer-registry.d.ts +23 -0
- package/dist/build/types/src/core/modules/widget-manager/title/tab-title-container.d.ts +4 -1
- package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.d.ts +3 -2
- package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.styles.d.ts +1 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-container.d.ts +2 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-container.d.ts +25 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-view.d.ts +22 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-view.d.ts +5 -1
- package/dist/build/types/src/core/modules/widget-manager/widget-manager-persistence.d.ts +14 -0
- package/dist/build/types/src/core/modules/widget-manager/widget-manager-slice.d.ts +3 -1
- package/dist/build/types/src/core/types/components/types.d.ts +4 -2
- package/dist/build/types/src/core/utils/clipboard.d.ts +2 -0
- package/dist/build/types/src/core/utils/exponential-backoff.d.ts +27 -0
- package/dist/build/types/src/core/utils/global-context-identifiers.d.ts +18 -0
- package/dist/build/types/src/core/utils/hooks/use-element-resize.d.ts +1 -1
- package/dist/build/types/src/core/utils/hooks/use-element-visible.d.ts +1 -1
- package/dist/build/types/src/core/utils/local-storage.d.ts +29 -0
- package/dist/build/types/src/core/utils/polling-helper.d.ts +2 -1
- package/dist/build/types/src/core/utils/redux-state-persistence.d.ts +21 -0
- package/dist/build/types/src/core/utils/test-id-generator.d.ts +2 -2
- package/dist/build/types/src/sdk/api/perspectives/index.d.ts +1 -1
- package/dist/build/types/src/sdk/app/index.d.ts +1 -0
- package/dist/build/types/src/sdk/components/index.d.ts +24 -2
- package/dist/build/types/src/sdk/modules/app/index.d.ts +6 -0
- package/dist/build/types/src/sdk/modules/asset/index.d.ts +5 -0
- package/dist/build/types/src/sdk/modules/auth/index.d.ts +14 -0
- package/dist/build/types/src/sdk/modules/data-object/index.d.ts +8 -0
- package/dist/build/types/src/sdk/modules/document/index.d.ts +8 -0
- package/dist/build/types/src/sdk/modules/element/index.d.ts +18 -0
- package/dist/build/types/src/sdk/modules/notifications/index.d.ts +11 -0
- package/dist/build/types/src/sdk/modules/perspectives/index.d.ts +10 -0
- package/dist/build/types/src/sdk/modules/reports/index.d.ts +5 -0
- package/dist/build/types/src/sdk/modules/widget-editor/index.d.ts +11 -0
- package/dist/build/types/src/sdk/modules/widget-manager/index.d.ts +13 -1
- package/dist/build/types/src/sdk/utils/index.d.ts +2 -0
- package/package.json +2 -1
- package/dist/build/types/src/core/components/pagination/inline-textfield/inline-textfield.d.ts +0 -20
- package/dist/build/types/src/core/modules/document/utils/preview-url-helper.d.ts +0 -13
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/number/number-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/text/text-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/textarea/textarea-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/time/time-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/translate/translate-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/log-modal/hooks/use-submit-workflow.d.ts +0 -24
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/factory.d.ts +0 -25
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/notification-job-container.d.ts +0 -17
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/factory.d.ts +0 -25
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/notification-job-container.d.ts +0 -17
- package/dist/build/types/src/core/modules/execution-engine/jobs/default/factory.d.ts +0 -20
- package/dist/build/types/src/core/modules/execution-engine/jobs/download/factory.d.ts +0 -23
- package/dist/build/types/src/core/modules/execution-engine/jobs/tag-assign/factory.d.ts +0 -20
- package/dist/build/types/src/core/modules/execution-engine/jobs/zip-upload/factory.d.ts +0 -23
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/default-job-handler.d.ts +0 -53
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/step-based-progress-job-handler.d.ts +0 -16
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/utils/helpers.d.ts +0 -30
- /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-filter-provider/tree-filter-provider.d.ts +0 -0
- /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-filter-provider/use-tree-filter.d.ts +0 -0
- /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-id-provider/tree-id-provider.d.ts +0 -0
- /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-id-provider/use-tree-id.d.ts +0 -0
- /package/dist/build/types/src/core/{components → modules/auth/components}/login-form/login-form-style.d.ts +0 -0
- /package/dist/build/types/src/core/{components → modules/auth/components}/login-form/login-form.stories.d.ts +0 -0
|
@@ -515,21 +515,30 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
515
515
|
isError: false;
|
|
516
516
|
}, "isUninitialized"> & {
|
|
517
517
|
isUninitialized: true;
|
|
518
|
-
}) |
|
|
518
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<BundleSeoRedirectsGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectsGetCollectionApiResponse, "api", unknown>> & {
|
|
519
519
|
currentData?: BundleSeoRedirectsGetCollectionApiResponse | undefined;
|
|
520
520
|
isUninitialized: false;
|
|
521
521
|
isLoading: false;
|
|
522
522
|
isFetching: false;
|
|
523
523
|
isSuccess: false;
|
|
524
524
|
isError: false;
|
|
525
|
-
}, {
|
|
525
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
526
526
|
isLoading: true;
|
|
527
527
|
isFetching: boolean;
|
|
528
528
|
data: undefined;
|
|
529
|
-
} | ({
|
|
529
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<BundleSeoRedirectsGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectsGetCollectionApiResponse, "api", unknown>> & {
|
|
530
|
+
currentData?: BundleSeoRedirectsGetCollectionApiResponse | undefined;
|
|
531
|
+
isUninitialized: false;
|
|
532
|
+
isLoading: false;
|
|
533
|
+
isFetching: false;
|
|
534
|
+
isSuccess: false;
|
|
535
|
+
isError: false;
|
|
536
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
530
537
|
isSuccess: true;
|
|
531
538
|
isFetching: true;
|
|
532
539
|
error: undefined;
|
|
540
|
+
} & {
|
|
541
|
+
data: BundleSeoRedirectsGetCollectionApiResponse;
|
|
533
542
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<BundleSeoRedirectsGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectsGetCollectionApiResponse, "api", unknown>> & {
|
|
534
543
|
currentData?: BundleSeoRedirectsGetCollectionApiResponse | undefined;
|
|
535
544
|
isUninitialized: false;
|
|
@@ -537,10 +546,20 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
537
546
|
isFetching: false;
|
|
538
547
|
isSuccess: false;
|
|
539
548
|
isError: false;
|
|
540
|
-
}, "
|
|
549
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<BundleSeoRedirectsGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectsGetCollectionApiResponse, "api", unknown>> & {
|
|
550
|
+
currentData?: BundleSeoRedirectsGetCollectionApiResponse | undefined;
|
|
551
|
+
isUninitialized: false;
|
|
552
|
+
isLoading: false;
|
|
553
|
+
isFetching: false;
|
|
554
|
+
isSuccess: false;
|
|
555
|
+
isError: false;
|
|
556
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
541
557
|
isSuccess: true;
|
|
542
558
|
isFetching: false;
|
|
543
559
|
error: undefined;
|
|
560
|
+
} & {
|
|
561
|
+
data: BundleSeoRedirectsGetCollectionApiResponse;
|
|
562
|
+
currentData: BundleSeoRedirectsGetCollectionApiResponse;
|
|
544
563
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<BundleSeoRedirectsGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectsGetCollectionApiResponse, "api", unknown>> & {
|
|
545
564
|
currentData?: BundleSeoRedirectsGetCollectionApiResponse | undefined;
|
|
546
565
|
isUninitialized: false;
|
|
@@ -548,7 +567,14 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
548
567
|
isFetching: false;
|
|
549
568
|
isSuccess: false;
|
|
550
569
|
isError: false;
|
|
551
|
-
}, "
|
|
570
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<BundleSeoRedirectsGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectsGetCollectionApiResponse, "api", unknown>> & {
|
|
571
|
+
currentData?: BundleSeoRedirectsGetCollectionApiResponse | undefined;
|
|
572
|
+
isUninitialized: false;
|
|
573
|
+
isLoading: false;
|
|
574
|
+
isFetching: false;
|
|
575
|
+
isSuccess: false;
|
|
576
|
+
isError: false;
|
|
577
|
+
}, "error" | "isError"> & {
|
|
552
578
|
isError: true;
|
|
553
579
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<BundleSeoRedirectsGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectsGetCollectionApiResponse, "api", unknown>> & {
|
|
554
580
|
currentData?: BundleSeoRedirectsGetCollectionApiResponse | undefined;
|
|
@@ -557,7 +583,7 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
557
583
|
isFetching: false;
|
|
558
584
|
isSuccess: false;
|
|
559
585
|
isError: false;
|
|
560
|
-
}, "error">>)
|
|
586
|
+
}, "error">>)> & {
|
|
561
587
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
562
588
|
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | BundleSeoRedirectsGetCollectionApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
563
589
|
skip?: boolean;
|
|
@@ -582,21 +608,30 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
582
608
|
isError: false;
|
|
583
609
|
}, "isUninitialized"> & {
|
|
584
610
|
isUninitialized: true;
|
|
585
|
-
}) |
|
|
611
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<BundleSeoRedirectsGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectsGetCollectionApiResponse, "api", unknown>> & {
|
|
586
612
|
currentData?: BundleSeoRedirectsGetCollectionApiResponse | undefined;
|
|
587
613
|
isUninitialized: false;
|
|
588
614
|
isLoading: false;
|
|
589
615
|
isFetching: false;
|
|
590
616
|
isSuccess: false;
|
|
591
617
|
isError: false;
|
|
592
|
-
}, {
|
|
618
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
593
619
|
isLoading: true;
|
|
594
620
|
isFetching: boolean;
|
|
595
621
|
data: undefined;
|
|
596
|
-
} | ({
|
|
622
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<BundleSeoRedirectsGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectsGetCollectionApiResponse, "api", unknown>> & {
|
|
623
|
+
currentData?: BundleSeoRedirectsGetCollectionApiResponse | undefined;
|
|
624
|
+
isUninitialized: false;
|
|
625
|
+
isLoading: false;
|
|
626
|
+
isFetching: false;
|
|
627
|
+
isSuccess: false;
|
|
628
|
+
isError: false;
|
|
629
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
597
630
|
isSuccess: true;
|
|
598
631
|
isFetching: true;
|
|
599
632
|
error: undefined;
|
|
633
|
+
} & {
|
|
634
|
+
data: BundleSeoRedirectsGetCollectionApiResponse;
|
|
600
635
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<BundleSeoRedirectsGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectsGetCollectionApiResponse, "api", unknown>> & {
|
|
601
636
|
currentData?: BundleSeoRedirectsGetCollectionApiResponse | undefined;
|
|
602
637
|
isUninitialized: false;
|
|
@@ -604,10 +639,20 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
604
639
|
isFetching: false;
|
|
605
640
|
isSuccess: false;
|
|
606
641
|
isError: false;
|
|
607
|
-
}, "
|
|
642
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<BundleSeoRedirectsGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectsGetCollectionApiResponse, "api", unknown>> & {
|
|
643
|
+
currentData?: BundleSeoRedirectsGetCollectionApiResponse | undefined;
|
|
644
|
+
isUninitialized: false;
|
|
645
|
+
isLoading: false;
|
|
646
|
+
isFetching: false;
|
|
647
|
+
isSuccess: false;
|
|
648
|
+
isError: false;
|
|
649
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
608
650
|
isSuccess: true;
|
|
609
651
|
isFetching: false;
|
|
610
652
|
error: undefined;
|
|
653
|
+
} & {
|
|
654
|
+
data: BundleSeoRedirectsGetCollectionApiResponse;
|
|
655
|
+
currentData: BundleSeoRedirectsGetCollectionApiResponse;
|
|
611
656
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<BundleSeoRedirectsGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectsGetCollectionApiResponse, "api", unknown>> & {
|
|
612
657
|
currentData?: BundleSeoRedirectsGetCollectionApiResponse | undefined;
|
|
613
658
|
isUninitialized: false;
|
|
@@ -615,7 +660,14 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
615
660
|
isFetching: false;
|
|
616
661
|
isSuccess: false;
|
|
617
662
|
isError: false;
|
|
618
|
-
}, "
|
|
663
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<BundleSeoRedirectsGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectsGetCollectionApiResponse, "api", unknown>> & {
|
|
664
|
+
currentData?: BundleSeoRedirectsGetCollectionApiResponse | undefined;
|
|
665
|
+
isUninitialized: false;
|
|
666
|
+
isLoading: false;
|
|
667
|
+
isFetching: false;
|
|
668
|
+
isSuccess: false;
|
|
669
|
+
isError: false;
|
|
670
|
+
}, "error" | "isError"> & {
|
|
619
671
|
isError: true;
|
|
620
672
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<BundleSeoRedirectsGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectsGetCollectionApiResponse, "api", unknown>> & {
|
|
621
673
|
currentData?: BundleSeoRedirectsGetCollectionApiResponse | undefined;
|
|
@@ -624,7 +676,7 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
624
676
|
isFetching: false;
|
|
625
677
|
isSuccess: false;
|
|
626
678
|
isError: false;
|
|
627
|
-
}, "error">>)
|
|
679
|
+
}, "error">>)> & {
|
|
628
680
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
629
681
|
}) => R) | undefined;
|
|
630
682
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
@@ -967,21 +1019,30 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
967
1019
|
isError: false;
|
|
968
1020
|
}, "isUninitialized"> & {
|
|
969
1021
|
isUninitialized: true;
|
|
970
|
-
}) |
|
|
1022
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", Blob, "api", unknown>> & {
|
|
971
1023
|
currentData?: Blob | undefined;
|
|
972
1024
|
isUninitialized: false;
|
|
973
1025
|
isLoading: false;
|
|
974
1026
|
isFetching: false;
|
|
975
1027
|
isSuccess: false;
|
|
976
1028
|
isError: false;
|
|
977
|
-
}, {
|
|
1029
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
978
1030
|
isLoading: true;
|
|
979
1031
|
isFetching: boolean;
|
|
980
1032
|
data: undefined;
|
|
981
|
-
} | ({
|
|
1033
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", Blob, "api", unknown>> & {
|
|
1034
|
+
currentData?: Blob | undefined;
|
|
1035
|
+
isUninitialized: false;
|
|
1036
|
+
isLoading: false;
|
|
1037
|
+
isFetching: false;
|
|
1038
|
+
isSuccess: false;
|
|
1039
|
+
isError: false;
|
|
1040
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
982
1041
|
isSuccess: true;
|
|
983
1042
|
isFetching: true;
|
|
984
1043
|
error: undefined;
|
|
1044
|
+
} & {
|
|
1045
|
+
data: Blob;
|
|
985
1046
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", Blob, "api", unknown>> & {
|
|
986
1047
|
currentData?: Blob | undefined;
|
|
987
1048
|
isUninitialized: false;
|
|
@@ -989,10 +1050,20 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
989
1050
|
isFetching: false;
|
|
990
1051
|
isSuccess: false;
|
|
991
1052
|
isError: false;
|
|
992
|
-
}, "
|
|
1053
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", Blob, "api", unknown>> & {
|
|
1054
|
+
currentData?: Blob | undefined;
|
|
1055
|
+
isUninitialized: false;
|
|
1056
|
+
isLoading: false;
|
|
1057
|
+
isFetching: false;
|
|
1058
|
+
isSuccess: false;
|
|
1059
|
+
isError: false;
|
|
1060
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
993
1061
|
isSuccess: true;
|
|
994
1062
|
isFetching: false;
|
|
995
1063
|
error: undefined;
|
|
1064
|
+
} & {
|
|
1065
|
+
data: Blob;
|
|
1066
|
+
currentData: Blob;
|
|
996
1067
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", Blob, "api", unknown>> & {
|
|
997
1068
|
currentData?: Blob | undefined;
|
|
998
1069
|
isUninitialized: false;
|
|
@@ -1000,7 +1071,14 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1000
1071
|
isFetching: false;
|
|
1001
1072
|
isSuccess: false;
|
|
1002
1073
|
isError: false;
|
|
1003
|
-
}, "
|
|
1074
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", Blob, "api", unknown>> & {
|
|
1075
|
+
currentData?: Blob | undefined;
|
|
1076
|
+
isUninitialized: false;
|
|
1077
|
+
isLoading: false;
|
|
1078
|
+
isFetching: false;
|
|
1079
|
+
isSuccess: false;
|
|
1080
|
+
isError: false;
|
|
1081
|
+
}, "error" | "isError"> & {
|
|
1004
1082
|
isError: true;
|
|
1005
1083
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", Blob, "api", unknown>> & {
|
|
1006
1084
|
currentData?: Blob | undefined;
|
|
@@ -1009,7 +1087,7 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1009
1087
|
isFetching: false;
|
|
1010
1088
|
isSuccess: false;
|
|
1011
1089
|
isError: false;
|
|
1012
|
-
}, "error">>)
|
|
1090
|
+
}, "error">>)> & {
|
|
1013
1091
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1014
1092
|
}>(arg: void | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
1015
1093
|
skip?: boolean;
|
|
@@ -1034,21 +1112,30 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1034
1112
|
isError: false;
|
|
1035
1113
|
}, "isUninitialized"> & {
|
|
1036
1114
|
isUninitialized: true;
|
|
1037
|
-
}) |
|
|
1115
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", Blob, "api", unknown>> & {
|
|
1038
1116
|
currentData?: Blob | undefined;
|
|
1039
1117
|
isUninitialized: false;
|
|
1040
1118
|
isLoading: false;
|
|
1041
1119
|
isFetching: false;
|
|
1042
1120
|
isSuccess: false;
|
|
1043
1121
|
isError: false;
|
|
1044
|
-
}, {
|
|
1122
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
1045
1123
|
isLoading: true;
|
|
1046
1124
|
isFetching: boolean;
|
|
1047
1125
|
data: undefined;
|
|
1048
|
-
} | ({
|
|
1126
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", Blob, "api", unknown>> & {
|
|
1127
|
+
currentData?: Blob | undefined;
|
|
1128
|
+
isUninitialized: false;
|
|
1129
|
+
isLoading: false;
|
|
1130
|
+
isFetching: false;
|
|
1131
|
+
isSuccess: false;
|
|
1132
|
+
isError: false;
|
|
1133
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
1049
1134
|
isSuccess: true;
|
|
1050
1135
|
isFetching: true;
|
|
1051
1136
|
error: undefined;
|
|
1137
|
+
} & {
|
|
1138
|
+
data: Blob;
|
|
1052
1139
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", Blob, "api", unknown>> & {
|
|
1053
1140
|
currentData?: Blob | undefined;
|
|
1054
1141
|
isUninitialized: false;
|
|
@@ -1056,10 +1143,20 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1056
1143
|
isFetching: false;
|
|
1057
1144
|
isSuccess: false;
|
|
1058
1145
|
isError: false;
|
|
1059
|
-
}, "
|
|
1146
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", Blob, "api", unknown>> & {
|
|
1147
|
+
currentData?: Blob | undefined;
|
|
1148
|
+
isUninitialized: false;
|
|
1149
|
+
isLoading: false;
|
|
1150
|
+
isFetching: false;
|
|
1151
|
+
isSuccess: false;
|
|
1152
|
+
isError: false;
|
|
1153
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
1060
1154
|
isSuccess: true;
|
|
1061
1155
|
isFetching: false;
|
|
1062
1156
|
error: undefined;
|
|
1157
|
+
} & {
|
|
1158
|
+
data: Blob;
|
|
1159
|
+
currentData: Blob;
|
|
1063
1160
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", Blob, "api", unknown>> & {
|
|
1064
1161
|
currentData?: Blob | undefined;
|
|
1065
1162
|
isUninitialized: false;
|
|
@@ -1067,7 +1164,14 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1067
1164
|
isFetching: false;
|
|
1068
1165
|
isSuccess: false;
|
|
1069
1166
|
isError: false;
|
|
1070
|
-
}, "
|
|
1167
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", Blob, "api", unknown>> & {
|
|
1168
|
+
currentData?: Blob | undefined;
|
|
1169
|
+
isUninitialized: false;
|
|
1170
|
+
isLoading: false;
|
|
1171
|
+
isFetching: false;
|
|
1172
|
+
isSuccess: false;
|
|
1173
|
+
isError: false;
|
|
1174
|
+
}, "error" | "isError"> & {
|
|
1071
1175
|
isError: true;
|
|
1072
1176
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", Blob, "api", unknown>> & {
|
|
1073
1177
|
currentData?: Blob | undefined;
|
|
@@ -1076,7 +1180,7 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1076
1180
|
isFetching: false;
|
|
1077
1181
|
isSuccess: false;
|
|
1078
1182
|
isError: false;
|
|
1079
|
-
}, "error">>)
|
|
1183
|
+
}, "error">>)> & {
|
|
1080
1184
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1081
1185
|
}) => R) | undefined;
|
|
1082
1186
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
@@ -1259,21 +1363,30 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1259
1363
|
isError: false;
|
|
1260
1364
|
}, "isUninitialized"> & {
|
|
1261
1365
|
isUninitialized: true;
|
|
1262
|
-
}) |
|
|
1366
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListPrioritiesApiResponse, "api", unknown>> & {
|
|
1263
1367
|
currentData?: BundleSeoRedirectListPrioritiesApiResponse | undefined;
|
|
1264
1368
|
isUninitialized: false;
|
|
1265
1369
|
isLoading: false;
|
|
1266
1370
|
isFetching: false;
|
|
1267
1371
|
isSuccess: false;
|
|
1268
1372
|
isError: false;
|
|
1269
|
-
}, {
|
|
1373
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
1270
1374
|
isLoading: true;
|
|
1271
1375
|
isFetching: boolean;
|
|
1272
1376
|
data: undefined;
|
|
1273
|
-
} | ({
|
|
1377
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListPrioritiesApiResponse, "api", unknown>> & {
|
|
1378
|
+
currentData?: BundleSeoRedirectListPrioritiesApiResponse | undefined;
|
|
1379
|
+
isUninitialized: false;
|
|
1380
|
+
isLoading: false;
|
|
1381
|
+
isFetching: false;
|
|
1382
|
+
isSuccess: false;
|
|
1383
|
+
isError: false;
|
|
1384
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
1274
1385
|
isSuccess: true;
|
|
1275
1386
|
isFetching: true;
|
|
1276
1387
|
error: undefined;
|
|
1388
|
+
} & {
|
|
1389
|
+
data: BundleSeoRedirectListPrioritiesApiResponse;
|
|
1277
1390
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListPrioritiesApiResponse, "api", unknown>> & {
|
|
1278
1391
|
currentData?: BundleSeoRedirectListPrioritiesApiResponse | undefined;
|
|
1279
1392
|
isUninitialized: false;
|
|
@@ -1281,10 +1394,20 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1281
1394
|
isFetching: false;
|
|
1282
1395
|
isSuccess: false;
|
|
1283
1396
|
isError: false;
|
|
1284
|
-
}, "
|
|
1397
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListPrioritiesApiResponse, "api", unknown>> & {
|
|
1398
|
+
currentData?: BundleSeoRedirectListPrioritiesApiResponse | undefined;
|
|
1399
|
+
isUninitialized: false;
|
|
1400
|
+
isLoading: false;
|
|
1401
|
+
isFetching: false;
|
|
1402
|
+
isSuccess: false;
|
|
1403
|
+
isError: false;
|
|
1404
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
1285
1405
|
isSuccess: true;
|
|
1286
1406
|
isFetching: false;
|
|
1287
1407
|
error: undefined;
|
|
1408
|
+
} & {
|
|
1409
|
+
data: BundleSeoRedirectListPrioritiesApiResponse;
|
|
1410
|
+
currentData: BundleSeoRedirectListPrioritiesApiResponse;
|
|
1288
1411
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListPrioritiesApiResponse, "api", unknown>> & {
|
|
1289
1412
|
currentData?: BundleSeoRedirectListPrioritiesApiResponse | undefined;
|
|
1290
1413
|
isUninitialized: false;
|
|
@@ -1292,7 +1415,14 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1292
1415
|
isFetching: false;
|
|
1293
1416
|
isSuccess: false;
|
|
1294
1417
|
isError: false;
|
|
1295
|
-
}, "
|
|
1418
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListPrioritiesApiResponse, "api", unknown>> & {
|
|
1419
|
+
currentData?: BundleSeoRedirectListPrioritiesApiResponse | undefined;
|
|
1420
|
+
isUninitialized: false;
|
|
1421
|
+
isLoading: false;
|
|
1422
|
+
isFetching: false;
|
|
1423
|
+
isSuccess: false;
|
|
1424
|
+
isError: false;
|
|
1425
|
+
}, "error" | "isError"> & {
|
|
1296
1426
|
isError: true;
|
|
1297
1427
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListPrioritiesApiResponse, "api", unknown>> & {
|
|
1298
1428
|
currentData?: BundleSeoRedirectListPrioritiesApiResponse | undefined;
|
|
@@ -1301,7 +1431,7 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1301
1431
|
isFetching: false;
|
|
1302
1432
|
isSuccess: false;
|
|
1303
1433
|
isError: false;
|
|
1304
|
-
}, "error">>)
|
|
1434
|
+
}, "error">>)> & {
|
|
1305
1435
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1306
1436
|
}>(arg: void | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
1307
1437
|
skip?: boolean;
|
|
@@ -1326,21 +1456,30 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1326
1456
|
isError: false;
|
|
1327
1457
|
}, "isUninitialized"> & {
|
|
1328
1458
|
isUninitialized: true;
|
|
1329
|
-
}) |
|
|
1459
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListPrioritiesApiResponse, "api", unknown>> & {
|
|
1330
1460
|
currentData?: BundleSeoRedirectListPrioritiesApiResponse | undefined;
|
|
1331
1461
|
isUninitialized: false;
|
|
1332
1462
|
isLoading: false;
|
|
1333
1463
|
isFetching: false;
|
|
1334
1464
|
isSuccess: false;
|
|
1335
1465
|
isError: false;
|
|
1336
|
-
}, {
|
|
1466
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
1337
1467
|
isLoading: true;
|
|
1338
1468
|
isFetching: boolean;
|
|
1339
1469
|
data: undefined;
|
|
1340
|
-
} | ({
|
|
1470
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListPrioritiesApiResponse, "api", unknown>> & {
|
|
1471
|
+
currentData?: BundleSeoRedirectListPrioritiesApiResponse | undefined;
|
|
1472
|
+
isUninitialized: false;
|
|
1473
|
+
isLoading: false;
|
|
1474
|
+
isFetching: false;
|
|
1475
|
+
isSuccess: false;
|
|
1476
|
+
isError: false;
|
|
1477
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
1341
1478
|
isSuccess: true;
|
|
1342
1479
|
isFetching: true;
|
|
1343
1480
|
error: undefined;
|
|
1481
|
+
} & {
|
|
1482
|
+
data: BundleSeoRedirectListPrioritiesApiResponse;
|
|
1344
1483
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListPrioritiesApiResponse, "api", unknown>> & {
|
|
1345
1484
|
currentData?: BundleSeoRedirectListPrioritiesApiResponse | undefined;
|
|
1346
1485
|
isUninitialized: false;
|
|
@@ -1348,10 +1487,20 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1348
1487
|
isFetching: false;
|
|
1349
1488
|
isSuccess: false;
|
|
1350
1489
|
isError: false;
|
|
1351
|
-
}, "
|
|
1490
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListPrioritiesApiResponse, "api", unknown>> & {
|
|
1491
|
+
currentData?: BundleSeoRedirectListPrioritiesApiResponse | undefined;
|
|
1492
|
+
isUninitialized: false;
|
|
1493
|
+
isLoading: false;
|
|
1494
|
+
isFetching: false;
|
|
1495
|
+
isSuccess: false;
|
|
1496
|
+
isError: false;
|
|
1497
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
1352
1498
|
isSuccess: true;
|
|
1353
1499
|
isFetching: false;
|
|
1354
1500
|
error: undefined;
|
|
1501
|
+
} & {
|
|
1502
|
+
data: BundleSeoRedirectListPrioritiesApiResponse;
|
|
1503
|
+
currentData: BundleSeoRedirectListPrioritiesApiResponse;
|
|
1355
1504
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListPrioritiesApiResponse, "api", unknown>> & {
|
|
1356
1505
|
currentData?: BundleSeoRedirectListPrioritiesApiResponse | undefined;
|
|
1357
1506
|
isUninitialized: false;
|
|
@@ -1359,7 +1508,14 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1359
1508
|
isFetching: false;
|
|
1360
1509
|
isSuccess: false;
|
|
1361
1510
|
isError: false;
|
|
1362
|
-
}, "
|
|
1511
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListPrioritiesApiResponse, "api", unknown>> & {
|
|
1512
|
+
currentData?: BundleSeoRedirectListPrioritiesApiResponse | undefined;
|
|
1513
|
+
isUninitialized: false;
|
|
1514
|
+
isLoading: false;
|
|
1515
|
+
isFetching: false;
|
|
1516
|
+
isSuccess: false;
|
|
1517
|
+
isError: false;
|
|
1518
|
+
}, "error" | "isError"> & {
|
|
1363
1519
|
isError: true;
|
|
1364
1520
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListPrioritiesApiResponse, "api", unknown>> & {
|
|
1365
1521
|
currentData?: BundleSeoRedirectListPrioritiesApiResponse | undefined;
|
|
@@ -1368,7 +1524,7 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1368
1524
|
isFetching: false;
|
|
1369
1525
|
isSuccess: false;
|
|
1370
1526
|
isError: false;
|
|
1371
|
-
}, "error">>)
|
|
1527
|
+
}, "error">>)> & {
|
|
1372
1528
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1373
1529
|
}) => R) | undefined;
|
|
1374
1530
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
@@ -1391,21 +1547,30 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1391
1547
|
isError: false;
|
|
1392
1548
|
}, "isUninitialized"> & {
|
|
1393
1549
|
isUninitialized: true;
|
|
1394
|
-
}) |
|
|
1550
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListStatusesApiResponse, "api", unknown>> & {
|
|
1395
1551
|
currentData?: BundleSeoRedirectListStatusesApiResponse | undefined;
|
|
1396
1552
|
isUninitialized: false;
|
|
1397
1553
|
isLoading: false;
|
|
1398
1554
|
isFetching: false;
|
|
1399
1555
|
isSuccess: false;
|
|
1400
1556
|
isError: false;
|
|
1401
|
-
}, {
|
|
1557
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
1402
1558
|
isLoading: true;
|
|
1403
1559
|
isFetching: boolean;
|
|
1404
1560
|
data: undefined;
|
|
1405
|
-
} | ({
|
|
1561
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListStatusesApiResponse, "api", unknown>> & {
|
|
1562
|
+
currentData?: BundleSeoRedirectListStatusesApiResponse | undefined;
|
|
1563
|
+
isUninitialized: false;
|
|
1564
|
+
isLoading: false;
|
|
1565
|
+
isFetching: false;
|
|
1566
|
+
isSuccess: false;
|
|
1567
|
+
isError: false;
|
|
1568
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
1406
1569
|
isSuccess: true;
|
|
1407
1570
|
isFetching: true;
|
|
1408
1571
|
error: undefined;
|
|
1572
|
+
} & {
|
|
1573
|
+
data: BundleSeoRedirectListStatusesApiResponse;
|
|
1409
1574
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListStatusesApiResponse, "api", unknown>> & {
|
|
1410
1575
|
currentData?: BundleSeoRedirectListStatusesApiResponse | undefined;
|
|
1411
1576
|
isUninitialized: false;
|
|
@@ -1413,10 +1578,20 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1413
1578
|
isFetching: false;
|
|
1414
1579
|
isSuccess: false;
|
|
1415
1580
|
isError: false;
|
|
1416
|
-
}, "
|
|
1581
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListStatusesApiResponse, "api", unknown>> & {
|
|
1582
|
+
currentData?: BundleSeoRedirectListStatusesApiResponse | undefined;
|
|
1583
|
+
isUninitialized: false;
|
|
1584
|
+
isLoading: false;
|
|
1585
|
+
isFetching: false;
|
|
1586
|
+
isSuccess: false;
|
|
1587
|
+
isError: false;
|
|
1588
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
1417
1589
|
isSuccess: true;
|
|
1418
1590
|
isFetching: false;
|
|
1419
1591
|
error: undefined;
|
|
1592
|
+
} & {
|
|
1593
|
+
data: BundleSeoRedirectListStatusesApiResponse;
|
|
1594
|
+
currentData: BundleSeoRedirectListStatusesApiResponse;
|
|
1420
1595
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListStatusesApiResponse, "api", unknown>> & {
|
|
1421
1596
|
currentData?: BundleSeoRedirectListStatusesApiResponse | undefined;
|
|
1422
1597
|
isUninitialized: false;
|
|
@@ -1424,7 +1599,14 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1424
1599
|
isFetching: false;
|
|
1425
1600
|
isSuccess: false;
|
|
1426
1601
|
isError: false;
|
|
1427
|
-
}, "
|
|
1602
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListStatusesApiResponse, "api", unknown>> & {
|
|
1603
|
+
currentData?: BundleSeoRedirectListStatusesApiResponse | undefined;
|
|
1604
|
+
isUninitialized: false;
|
|
1605
|
+
isLoading: false;
|
|
1606
|
+
isFetching: false;
|
|
1607
|
+
isSuccess: false;
|
|
1608
|
+
isError: false;
|
|
1609
|
+
}, "error" | "isError"> & {
|
|
1428
1610
|
isError: true;
|
|
1429
1611
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListStatusesApiResponse, "api", unknown>> & {
|
|
1430
1612
|
currentData?: BundleSeoRedirectListStatusesApiResponse | undefined;
|
|
@@ -1433,7 +1615,7 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1433
1615
|
isFetching: false;
|
|
1434
1616
|
isSuccess: false;
|
|
1435
1617
|
isError: false;
|
|
1436
|
-
}, "error">>)
|
|
1618
|
+
}, "error">>)> & {
|
|
1437
1619
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1438
1620
|
}>(arg: void | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
1439
1621
|
skip?: boolean;
|
|
@@ -1458,21 +1640,30 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1458
1640
|
isError: false;
|
|
1459
1641
|
}, "isUninitialized"> & {
|
|
1460
1642
|
isUninitialized: true;
|
|
1461
|
-
}) |
|
|
1643
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListStatusesApiResponse, "api", unknown>> & {
|
|
1462
1644
|
currentData?: BundleSeoRedirectListStatusesApiResponse | undefined;
|
|
1463
1645
|
isUninitialized: false;
|
|
1464
1646
|
isLoading: false;
|
|
1465
1647
|
isFetching: false;
|
|
1466
1648
|
isSuccess: false;
|
|
1467
1649
|
isError: false;
|
|
1468
|
-
}, {
|
|
1650
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
1469
1651
|
isLoading: true;
|
|
1470
1652
|
isFetching: boolean;
|
|
1471
1653
|
data: undefined;
|
|
1472
|
-
} | ({
|
|
1654
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListStatusesApiResponse, "api", unknown>> & {
|
|
1655
|
+
currentData?: BundleSeoRedirectListStatusesApiResponse | undefined;
|
|
1656
|
+
isUninitialized: false;
|
|
1657
|
+
isLoading: false;
|
|
1658
|
+
isFetching: false;
|
|
1659
|
+
isSuccess: false;
|
|
1660
|
+
isError: false;
|
|
1661
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
1473
1662
|
isSuccess: true;
|
|
1474
1663
|
isFetching: true;
|
|
1475
1664
|
error: undefined;
|
|
1665
|
+
} & {
|
|
1666
|
+
data: BundleSeoRedirectListStatusesApiResponse;
|
|
1476
1667
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListStatusesApiResponse, "api", unknown>> & {
|
|
1477
1668
|
currentData?: BundleSeoRedirectListStatusesApiResponse | undefined;
|
|
1478
1669
|
isUninitialized: false;
|
|
@@ -1480,10 +1671,20 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1480
1671
|
isFetching: false;
|
|
1481
1672
|
isSuccess: false;
|
|
1482
1673
|
isError: false;
|
|
1483
|
-
}, "
|
|
1674
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListStatusesApiResponse, "api", unknown>> & {
|
|
1675
|
+
currentData?: BundleSeoRedirectListStatusesApiResponse | undefined;
|
|
1676
|
+
isUninitialized: false;
|
|
1677
|
+
isLoading: false;
|
|
1678
|
+
isFetching: false;
|
|
1679
|
+
isSuccess: false;
|
|
1680
|
+
isError: false;
|
|
1681
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
1484
1682
|
isSuccess: true;
|
|
1485
1683
|
isFetching: false;
|
|
1486
1684
|
error: undefined;
|
|
1685
|
+
} & {
|
|
1686
|
+
data: BundleSeoRedirectListStatusesApiResponse;
|
|
1687
|
+
currentData: BundleSeoRedirectListStatusesApiResponse;
|
|
1487
1688
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListStatusesApiResponse, "api", unknown>> & {
|
|
1488
1689
|
currentData?: BundleSeoRedirectListStatusesApiResponse | undefined;
|
|
1489
1690
|
isUninitialized: false;
|
|
@@ -1491,7 +1692,14 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1491
1692
|
isFetching: false;
|
|
1492
1693
|
isSuccess: false;
|
|
1493
1694
|
isError: false;
|
|
1494
|
-
}, "
|
|
1695
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListStatusesApiResponse, "api", unknown>> & {
|
|
1696
|
+
currentData?: BundleSeoRedirectListStatusesApiResponse | undefined;
|
|
1697
|
+
isUninitialized: false;
|
|
1698
|
+
isLoading: false;
|
|
1699
|
+
isFetching: false;
|
|
1700
|
+
isSuccess: false;
|
|
1701
|
+
isError: false;
|
|
1702
|
+
}, "error" | "isError"> & {
|
|
1495
1703
|
isError: true;
|
|
1496
1704
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListStatusesApiResponse, "api", unknown>> & {
|
|
1497
1705
|
currentData?: BundleSeoRedirectListStatusesApiResponse | undefined;
|
|
@@ -1500,7 +1708,7 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1500
1708
|
isFetching: false;
|
|
1501
1709
|
isSuccess: false;
|
|
1502
1710
|
isError: false;
|
|
1503
|
-
}, "error">>)
|
|
1711
|
+
}, "error">>)> & {
|
|
1504
1712
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1505
1713
|
}) => R) | undefined;
|
|
1506
1714
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
@@ -1523,21 +1731,30 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1523
1731
|
isError: false;
|
|
1524
1732
|
}, "isUninitialized"> & {
|
|
1525
1733
|
isUninitialized: true;
|
|
1526
|
-
}) |
|
|
1734
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListTypesApiResponse, "api", unknown>> & {
|
|
1527
1735
|
currentData?: BundleSeoRedirectListTypesApiResponse | undefined;
|
|
1528
1736
|
isUninitialized: false;
|
|
1529
1737
|
isLoading: false;
|
|
1530
1738
|
isFetching: false;
|
|
1531
1739
|
isSuccess: false;
|
|
1532
1740
|
isError: false;
|
|
1533
|
-
}, {
|
|
1741
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
1534
1742
|
isLoading: true;
|
|
1535
1743
|
isFetching: boolean;
|
|
1536
1744
|
data: undefined;
|
|
1537
|
-
} | ({
|
|
1745
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListTypesApiResponse, "api", unknown>> & {
|
|
1746
|
+
currentData?: BundleSeoRedirectListTypesApiResponse | undefined;
|
|
1747
|
+
isUninitialized: false;
|
|
1748
|
+
isLoading: false;
|
|
1749
|
+
isFetching: false;
|
|
1750
|
+
isSuccess: false;
|
|
1751
|
+
isError: false;
|
|
1752
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
1538
1753
|
isSuccess: true;
|
|
1539
1754
|
isFetching: true;
|
|
1540
1755
|
error: undefined;
|
|
1756
|
+
} & {
|
|
1757
|
+
data: BundleSeoRedirectListTypesApiResponse;
|
|
1541
1758
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListTypesApiResponse, "api", unknown>> & {
|
|
1542
1759
|
currentData?: BundleSeoRedirectListTypesApiResponse | undefined;
|
|
1543
1760
|
isUninitialized: false;
|
|
@@ -1545,10 +1762,20 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1545
1762
|
isFetching: false;
|
|
1546
1763
|
isSuccess: false;
|
|
1547
1764
|
isError: false;
|
|
1548
|
-
}, "
|
|
1765
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListTypesApiResponse, "api", unknown>> & {
|
|
1766
|
+
currentData?: BundleSeoRedirectListTypesApiResponse | undefined;
|
|
1767
|
+
isUninitialized: false;
|
|
1768
|
+
isLoading: false;
|
|
1769
|
+
isFetching: false;
|
|
1770
|
+
isSuccess: false;
|
|
1771
|
+
isError: false;
|
|
1772
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
1549
1773
|
isSuccess: true;
|
|
1550
1774
|
isFetching: false;
|
|
1551
1775
|
error: undefined;
|
|
1776
|
+
} & {
|
|
1777
|
+
data: BundleSeoRedirectListTypesApiResponse;
|
|
1778
|
+
currentData: BundleSeoRedirectListTypesApiResponse;
|
|
1552
1779
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListTypesApiResponse, "api", unknown>> & {
|
|
1553
1780
|
currentData?: BundleSeoRedirectListTypesApiResponse | undefined;
|
|
1554
1781
|
isUninitialized: false;
|
|
@@ -1556,7 +1783,14 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1556
1783
|
isFetching: false;
|
|
1557
1784
|
isSuccess: false;
|
|
1558
1785
|
isError: false;
|
|
1559
|
-
}, "
|
|
1786
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListTypesApiResponse, "api", unknown>> & {
|
|
1787
|
+
currentData?: BundleSeoRedirectListTypesApiResponse | undefined;
|
|
1788
|
+
isUninitialized: false;
|
|
1789
|
+
isLoading: false;
|
|
1790
|
+
isFetching: false;
|
|
1791
|
+
isSuccess: false;
|
|
1792
|
+
isError: false;
|
|
1793
|
+
}, "error" | "isError"> & {
|
|
1560
1794
|
isError: true;
|
|
1561
1795
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListTypesApiResponse, "api", unknown>> & {
|
|
1562
1796
|
currentData?: BundleSeoRedirectListTypesApiResponse | undefined;
|
|
@@ -1565,7 +1799,7 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1565
1799
|
isFetching: false;
|
|
1566
1800
|
isSuccess: false;
|
|
1567
1801
|
isError: false;
|
|
1568
|
-
}, "error">>)
|
|
1802
|
+
}, "error">>)> & {
|
|
1569
1803
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1570
1804
|
}>(arg: void | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
1571
1805
|
skip?: boolean;
|
|
@@ -1590,21 +1824,30 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1590
1824
|
isError: false;
|
|
1591
1825
|
}, "isUninitialized"> & {
|
|
1592
1826
|
isUninitialized: true;
|
|
1593
|
-
}) |
|
|
1827
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListTypesApiResponse, "api", unknown>> & {
|
|
1594
1828
|
currentData?: BundleSeoRedirectListTypesApiResponse | undefined;
|
|
1595
1829
|
isUninitialized: false;
|
|
1596
1830
|
isLoading: false;
|
|
1597
1831
|
isFetching: false;
|
|
1598
1832
|
isSuccess: false;
|
|
1599
1833
|
isError: false;
|
|
1600
|
-
}, {
|
|
1834
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
1601
1835
|
isLoading: true;
|
|
1602
1836
|
isFetching: boolean;
|
|
1603
1837
|
data: undefined;
|
|
1604
|
-
} | ({
|
|
1838
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListTypesApiResponse, "api", unknown>> & {
|
|
1839
|
+
currentData?: BundleSeoRedirectListTypesApiResponse | undefined;
|
|
1840
|
+
isUninitialized: false;
|
|
1841
|
+
isLoading: false;
|
|
1842
|
+
isFetching: false;
|
|
1843
|
+
isSuccess: false;
|
|
1844
|
+
isError: false;
|
|
1845
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
1605
1846
|
isSuccess: true;
|
|
1606
1847
|
isFetching: true;
|
|
1607
1848
|
error: undefined;
|
|
1849
|
+
} & {
|
|
1850
|
+
data: BundleSeoRedirectListTypesApiResponse;
|
|
1608
1851
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListTypesApiResponse, "api", unknown>> & {
|
|
1609
1852
|
currentData?: BundleSeoRedirectListTypesApiResponse | undefined;
|
|
1610
1853
|
isUninitialized: false;
|
|
@@ -1612,10 +1855,20 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1612
1855
|
isFetching: false;
|
|
1613
1856
|
isSuccess: false;
|
|
1614
1857
|
isError: false;
|
|
1615
|
-
}, "
|
|
1858
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListTypesApiResponse, "api", unknown>> & {
|
|
1859
|
+
currentData?: BundleSeoRedirectListTypesApiResponse | undefined;
|
|
1860
|
+
isUninitialized: false;
|
|
1861
|
+
isLoading: false;
|
|
1862
|
+
isFetching: false;
|
|
1863
|
+
isSuccess: false;
|
|
1864
|
+
isError: false;
|
|
1865
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
1616
1866
|
isSuccess: true;
|
|
1617
1867
|
isFetching: false;
|
|
1618
1868
|
error: undefined;
|
|
1869
|
+
} & {
|
|
1870
|
+
data: BundleSeoRedirectListTypesApiResponse;
|
|
1871
|
+
currentData: BundleSeoRedirectListTypesApiResponse;
|
|
1619
1872
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListTypesApiResponse, "api", unknown>> & {
|
|
1620
1873
|
currentData?: BundleSeoRedirectListTypesApiResponse | undefined;
|
|
1621
1874
|
isUninitialized: false;
|
|
@@ -1623,7 +1876,14 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1623
1876
|
isFetching: false;
|
|
1624
1877
|
isSuccess: false;
|
|
1625
1878
|
isError: false;
|
|
1626
|
-
}, "
|
|
1879
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListTypesApiResponse, "api", unknown>> & {
|
|
1880
|
+
currentData?: BundleSeoRedirectListTypesApiResponse | undefined;
|
|
1881
|
+
isUninitialized: false;
|
|
1882
|
+
isLoading: false;
|
|
1883
|
+
isFetching: false;
|
|
1884
|
+
isSuccess: false;
|
|
1885
|
+
isError: false;
|
|
1886
|
+
}, "error" | "isError"> & {
|
|
1627
1887
|
isError: true;
|
|
1628
1888
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Seo", BundleSeoRedirectListTypesApiResponse, "api", unknown>> & {
|
|
1629
1889
|
currentData?: BundleSeoRedirectListTypesApiResponse | undefined;
|
|
@@ -1632,7 +1892,7 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
|
|
|
1632
1892
|
isFetching: false;
|
|
1633
1893
|
isSuccess: false;
|
|
1634
1894
|
isError: false;
|
|
1635
|
-
}, "error">>)
|
|
1895
|
+
}, "error">>)> & {
|
|
1636
1896
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1637
1897
|
}) => R) | undefined;
|
|
1638
1898
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|