@pimcore/studio-ui-bundle 0.10.21 → 0.12.9
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/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 +28 -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/{components/pagination/size-changer/size-changer.styles.d.ts → modules/about/index.d.ts} +1 -3
- 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 +5 -0
- 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 +3 -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/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 +762 -116
- package/dist/build/types/src/core/modules/auth/user/user-slice.d.ts +1 -1
- 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/{execution-engine/jobs/default/notification-job-container-message-bus.d.ts → element/dynamic-types/definitions/objects/layout-related/types/dynamic-type-object-layout-iframe.d.ts} +5 -5
- 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/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/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/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 +513 -96
- 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 +1 -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 +23 -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 +12 -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
|
@@ -140,21 +140,30 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
140
140
|
isError: false;
|
|
141
141
|
}, "isUninitialized"> & {
|
|
142
142
|
isUninitialized: true;
|
|
143
|
-
}) |
|
|
143
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", NotificationGetCollectionApiResponse, "api", unknown>> & {
|
|
144
144
|
currentData?: NotificationGetCollectionApiResponse | undefined;
|
|
145
145
|
isUninitialized: false;
|
|
146
146
|
isLoading: false;
|
|
147
147
|
isFetching: false;
|
|
148
148
|
isSuccess: false;
|
|
149
149
|
isError: false;
|
|
150
|
-
}, {
|
|
150
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
151
151
|
isLoading: true;
|
|
152
152
|
isFetching: boolean;
|
|
153
153
|
data: undefined;
|
|
154
|
-
} | ({
|
|
154
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", NotificationGetCollectionApiResponse, "api", unknown>> & {
|
|
155
|
+
currentData?: NotificationGetCollectionApiResponse | undefined;
|
|
156
|
+
isUninitialized: false;
|
|
157
|
+
isLoading: false;
|
|
158
|
+
isFetching: false;
|
|
159
|
+
isSuccess: false;
|
|
160
|
+
isError: false;
|
|
161
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
155
162
|
isSuccess: true;
|
|
156
163
|
isFetching: true;
|
|
157
164
|
error: undefined;
|
|
165
|
+
} & {
|
|
166
|
+
data: NotificationGetCollectionApiResponse;
|
|
158
167
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", NotificationGetCollectionApiResponse, "api", unknown>> & {
|
|
159
168
|
currentData?: NotificationGetCollectionApiResponse | undefined;
|
|
160
169
|
isUninitialized: false;
|
|
@@ -162,10 +171,20 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
162
171
|
isFetching: false;
|
|
163
172
|
isSuccess: false;
|
|
164
173
|
isError: false;
|
|
165
|
-
}, "
|
|
174
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", NotificationGetCollectionApiResponse, "api", unknown>> & {
|
|
175
|
+
currentData?: NotificationGetCollectionApiResponse | undefined;
|
|
176
|
+
isUninitialized: false;
|
|
177
|
+
isLoading: false;
|
|
178
|
+
isFetching: false;
|
|
179
|
+
isSuccess: false;
|
|
180
|
+
isError: false;
|
|
181
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
166
182
|
isSuccess: true;
|
|
167
183
|
isFetching: false;
|
|
168
184
|
error: undefined;
|
|
185
|
+
} & {
|
|
186
|
+
data: NotificationGetCollectionApiResponse;
|
|
187
|
+
currentData: NotificationGetCollectionApiResponse;
|
|
169
188
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", NotificationGetCollectionApiResponse, "api", unknown>> & {
|
|
170
189
|
currentData?: NotificationGetCollectionApiResponse | undefined;
|
|
171
190
|
isUninitialized: false;
|
|
@@ -173,7 +192,14 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
173
192
|
isFetching: false;
|
|
174
193
|
isSuccess: false;
|
|
175
194
|
isError: false;
|
|
176
|
-
}, "
|
|
195
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", NotificationGetCollectionApiResponse, "api", unknown>> & {
|
|
196
|
+
currentData?: NotificationGetCollectionApiResponse | undefined;
|
|
197
|
+
isUninitialized: false;
|
|
198
|
+
isLoading: false;
|
|
199
|
+
isFetching: false;
|
|
200
|
+
isSuccess: false;
|
|
201
|
+
isError: false;
|
|
202
|
+
}, "error" | "isError"> & {
|
|
177
203
|
isError: true;
|
|
178
204
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", NotificationGetCollectionApiResponse, "api", unknown>> & {
|
|
179
205
|
currentData?: NotificationGetCollectionApiResponse | undefined;
|
|
@@ -182,7 +208,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
182
208
|
isFetching: false;
|
|
183
209
|
isSuccess: false;
|
|
184
210
|
isError: false;
|
|
185
|
-
}, "error">>)
|
|
211
|
+
}, "error">>)> & {
|
|
186
212
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
187
213
|
}>(arg: NotificationGetCollectionApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
188
214
|
skip?: boolean;
|
|
@@ -207,21 +233,30 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
207
233
|
isError: false;
|
|
208
234
|
}, "isUninitialized"> & {
|
|
209
235
|
isUninitialized: true;
|
|
210
|
-
}) |
|
|
236
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", NotificationGetCollectionApiResponse, "api", unknown>> & {
|
|
211
237
|
currentData?: NotificationGetCollectionApiResponse | undefined;
|
|
212
238
|
isUninitialized: false;
|
|
213
239
|
isLoading: false;
|
|
214
240
|
isFetching: false;
|
|
215
241
|
isSuccess: false;
|
|
216
242
|
isError: false;
|
|
217
|
-
}, {
|
|
243
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
218
244
|
isLoading: true;
|
|
219
245
|
isFetching: boolean;
|
|
220
246
|
data: undefined;
|
|
221
|
-
} | ({
|
|
247
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", NotificationGetCollectionApiResponse, "api", unknown>> & {
|
|
248
|
+
currentData?: NotificationGetCollectionApiResponse | undefined;
|
|
249
|
+
isUninitialized: false;
|
|
250
|
+
isLoading: false;
|
|
251
|
+
isFetching: false;
|
|
252
|
+
isSuccess: false;
|
|
253
|
+
isError: false;
|
|
254
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
222
255
|
isSuccess: true;
|
|
223
256
|
isFetching: true;
|
|
224
257
|
error: undefined;
|
|
258
|
+
} & {
|
|
259
|
+
data: NotificationGetCollectionApiResponse;
|
|
225
260
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", NotificationGetCollectionApiResponse, "api", unknown>> & {
|
|
226
261
|
currentData?: NotificationGetCollectionApiResponse | undefined;
|
|
227
262
|
isUninitialized: false;
|
|
@@ -229,10 +264,20 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
229
264
|
isFetching: false;
|
|
230
265
|
isSuccess: false;
|
|
231
266
|
isError: false;
|
|
232
|
-
}, "
|
|
267
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", NotificationGetCollectionApiResponse, "api", unknown>> & {
|
|
268
|
+
currentData?: NotificationGetCollectionApiResponse | undefined;
|
|
269
|
+
isUninitialized: false;
|
|
270
|
+
isLoading: false;
|
|
271
|
+
isFetching: false;
|
|
272
|
+
isSuccess: false;
|
|
273
|
+
isError: false;
|
|
274
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
233
275
|
isSuccess: true;
|
|
234
276
|
isFetching: false;
|
|
235
277
|
error: undefined;
|
|
278
|
+
} & {
|
|
279
|
+
data: NotificationGetCollectionApiResponse;
|
|
280
|
+
currentData: NotificationGetCollectionApiResponse;
|
|
236
281
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", NotificationGetCollectionApiResponse, "api", unknown>> & {
|
|
237
282
|
currentData?: NotificationGetCollectionApiResponse | undefined;
|
|
238
283
|
isUninitialized: false;
|
|
@@ -240,7 +285,14 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
240
285
|
isFetching: false;
|
|
241
286
|
isSuccess: false;
|
|
242
287
|
isError: false;
|
|
243
|
-
}, "
|
|
288
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", NotificationGetCollectionApiResponse, "api", unknown>> & {
|
|
289
|
+
currentData?: NotificationGetCollectionApiResponse | undefined;
|
|
290
|
+
isUninitialized: false;
|
|
291
|
+
isLoading: false;
|
|
292
|
+
isFetching: false;
|
|
293
|
+
isSuccess: false;
|
|
294
|
+
isError: false;
|
|
295
|
+
}, "error" | "isError"> & {
|
|
244
296
|
isError: true;
|
|
245
297
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", NotificationGetCollectionApiResponse, "api", unknown>> & {
|
|
246
298
|
currentData?: NotificationGetCollectionApiResponse | undefined;
|
|
@@ -249,7 +301,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
249
301
|
isFetching: false;
|
|
250
302
|
isSuccess: false;
|
|
251
303
|
isError: false;
|
|
252
|
-
}, "error">>)
|
|
304
|
+
}, "error">>)> & {
|
|
253
305
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
254
306
|
}) => R) | undefined;
|
|
255
307
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
@@ -432,21 +484,30 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
432
484
|
isError: false;
|
|
433
485
|
}, "isUninitialized"> & {
|
|
434
486
|
isUninitialized: true;
|
|
435
|
-
}) |
|
|
487
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetByIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", Notification, "api", unknown>> & {
|
|
436
488
|
currentData?: Notification | undefined;
|
|
437
489
|
isUninitialized: false;
|
|
438
490
|
isLoading: false;
|
|
439
491
|
isFetching: false;
|
|
440
492
|
isSuccess: false;
|
|
441
493
|
isError: false;
|
|
442
|
-
}, {
|
|
494
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
443
495
|
isLoading: true;
|
|
444
496
|
isFetching: boolean;
|
|
445
497
|
data: undefined;
|
|
446
|
-
} | ({
|
|
498
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetByIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", Notification, "api", unknown>> & {
|
|
499
|
+
currentData?: Notification | undefined;
|
|
500
|
+
isUninitialized: false;
|
|
501
|
+
isLoading: false;
|
|
502
|
+
isFetching: false;
|
|
503
|
+
isSuccess: false;
|
|
504
|
+
isError: false;
|
|
505
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
447
506
|
isSuccess: true;
|
|
448
507
|
isFetching: true;
|
|
449
508
|
error: undefined;
|
|
509
|
+
} & {
|
|
510
|
+
data: Notification;
|
|
450
511
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetByIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", Notification, "api", unknown>> & {
|
|
451
512
|
currentData?: Notification | undefined;
|
|
452
513
|
isUninitialized: false;
|
|
@@ -454,10 +515,20 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
454
515
|
isFetching: false;
|
|
455
516
|
isSuccess: false;
|
|
456
517
|
isError: false;
|
|
457
|
-
}, "
|
|
518
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetByIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", Notification, "api", unknown>> & {
|
|
519
|
+
currentData?: Notification | undefined;
|
|
520
|
+
isUninitialized: false;
|
|
521
|
+
isLoading: false;
|
|
522
|
+
isFetching: false;
|
|
523
|
+
isSuccess: false;
|
|
524
|
+
isError: false;
|
|
525
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
458
526
|
isSuccess: true;
|
|
459
527
|
isFetching: false;
|
|
460
528
|
error: undefined;
|
|
529
|
+
} & {
|
|
530
|
+
data: Notification;
|
|
531
|
+
currentData: Notification;
|
|
461
532
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetByIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", Notification, "api", unknown>> & {
|
|
462
533
|
currentData?: Notification | undefined;
|
|
463
534
|
isUninitialized: false;
|
|
@@ -465,7 +536,14 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
465
536
|
isFetching: false;
|
|
466
537
|
isSuccess: false;
|
|
467
538
|
isError: false;
|
|
468
|
-
}, "
|
|
539
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetByIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", Notification, "api", unknown>> & {
|
|
540
|
+
currentData?: Notification | undefined;
|
|
541
|
+
isUninitialized: false;
|
|
542
|
+
isLoading: false;
|
|
543
|
+
isFetching: false;
|
|
544
|
+
isSuccess: false;
|
|
545
|
+
isError: false;
|
|
546
|
+
}, "error" | "isError"> & {
|
|
469
547
|
isError: true;
|
|
470
548
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetByIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", Notification, "api", unknown>> & {
|
|
471
549
|
currentData?: Notification | undefined;
|
|
@@ -474,7 +552,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
474
552
|
isFetching: false;
|
|
475
553
|
isSuccess: false;
|
|
476
554
|
isError: false;
|
|
477
|
-
}, "error">>)
|
|
555
|
+
}, "error">>)> & {
|
|
478
556
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
479
557
|
}>(arg: NotificationGetByIdApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
480
558
|
skip?: boolean;
|
|
@@ -499,21 +577,30 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
499
577
|
isError: false;
|
|
500
578
|
}, "isUninitialized"> & {
|
|
501
579
|
isUninitialized: true;
|
|
502
|
-
}) |
|
|
580
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetByIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", Notification, "api", unknown>> & {
|
|
503
581
|
currentData?: Notification | undefined;
|
|
504
582
|
isUninitialized: false;
|
|
505
583
|
isLoading: false;
|
|
506
584
|
isFetching: false;
|
|
507
585
|
isSuccess: false;
|
|
508
586
|
isError: false;
|
|
509
|
-
}, {
|
|
587
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
510
588
|
isLoading: true;
|
|
511
589
|
isFetching: boolean;
|
|
512
590
|
data: undefined;
|
|
513
|
-
} | ({
|
|
591
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetByIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", Notification, "api", unknown>> & {
|
|
592
|
+
currentData?: Notification | undefined;
|
|
593
|
+
isUninitialized: false;
|
|
594
|
+
isLoading: false;
|
|
595
|
+
isFetching: false;
|
|
596
|
+
isSuccess: false;
|
|
597
|
+
isError: false;
|
|
598
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
514
599
|
isSuccess: true;
|
|
515
600
|
isFetching: true;
|
|
516
601
|
error: undefined;
|
|
602
|
+
} & {
|
|
603
|
+
data: Notification;
|
|
517
604
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetByIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", Notification, "api", unknown>> & {
|
|
518
605
|
currentData?: Notification | undefined;
|
|
519
606
|
isUninitialized: false;
|
|
@@ -521,10 +608,20 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
521
608
|
isFetching: false;
|
|
522
609
|
isSuccess: false;
|
|
523
610
|
isError: false;
|
|
524
|
-
}, "
|
|
611
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetByIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", Notification, "api", unknown>> & {
|
|
612
|
+
currentData?: Notification | undefined;
|
|
613
|
+
isUninitialized: false;
|
|
614
|
+
isLoading: false;
|
|
615
|
+
isFetching: false;
|
|
616
|
+
isSuccess: false;
|
|
617
|
+
isError: false;
|
|
618
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
525
619
|
isSuccess: true;
|
|
526
620
|
isFetching: false;
|
|
527
621
|
error: undefined;
|
|
622
|
+
} & {
|
|
623
|
+
data: Notification;
|
|
624
|
+
currentData: Notification;
|
|
528
625
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetByIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", Notification, "api", unknown>> & {
|
|
529
626
|
currentData?: Notification | undefined;
|
|
530
627
|
isUninitialized: false;
|
|
@@ -532,7 +629,14 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
532
629
|
isFetching: false;
|
|
533
630
|
isSuccess: false;
|
|
534
631
|
isError: false;
|
|
535
|
-
}, "
|
|
632
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetByIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", Notification, "api", unknown>> & {
|
|
633
|
+
currentData?: Notification | undefined;
|
|
634
|
+
isUninitialized: false;
|
|
635
|
+
isLoading: false;
|
|
636
|
+
isFetching: false;
|
|
637
|
+
isSuccess: false;
|
|
638
|
+
isError: false;
|
|
639
|
+
}, "error" | "isError"> & {
|
|
536
640
|
isError: true;
|
|
537
641
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<NotificationGetByIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Notifications", Notification, "api", unknown>> & {
|
|
538
642
|
currentData?: Notification | undefined;
|
|
@@ -541,7 +645,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
541
645
|
isFetching: false;
|
|
542
646
|
isSuccess: false;
|
|
543
647
|
isError: false;
|
|
544
|
-
}, "error">>)
|
|
648
|
+
}, "error">>)> & {
|
|
545
649
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
546
650
|
}) => R) | undefined;
|
|
547
651
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
@@ -884,21 +988,30 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
884
988
|
isError: false;
|
|
885
989
|
}, "isUninitialized"> & {
|
|
886
990
|
isUninitialized: true;
|
|
887
|
-
}) |
|
|
991
|
+
}) | (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>, "Notifications", UnreadCount, "api", unknown>> & {
|
|
888
992
|
currentData?: UnreadCount | undefined;
|
|
889
993
|
isUninitialized: false;
|
|
890
994
|
isLoading: false;
|
|
891
995
|
isFetching: false;
|
|
892
996
|
isSuccess: false;
|
|
893
997
|
isError: false;
|
|
894
|
-
}, {
|
|
998
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
895
999
|
isLoading: true;
|
|
896
1000
|
isFetching: boolean;
|
|
897
1001
|
data: undefined;
|
|
898
|
-
} | ({
|
|
1002
|
+
}) | (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>, "Notifications", UnreadCount, "api", unknown>> & {
|
|
1003
|
+
currentData?: UnreadCount | undefined;
|
|
1004
|
+
isUninitialized: false;
|
|
1005
|
+
isLoading: false;
|
|
1006
|
+
isFetching: false;
|
|
1007
|
+
isSuccess: false;
|
|
1008
|
+
isError: false;
|
|
1009
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
899
1010
|
isSuccess: true;
|
|
900
1011
|
isFetching: true;
|
|
901
1012
|
error: undefined;
|
|
1013
|
+
} & {
|
|
1014
|
+
data: UnreadCount;
|
|
902
1015
|
} & 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>, "Notifications", UnreadCount, "api", unknown>> & {
|
|
903
1016
|
currentData?: UnreadCount | undefined;
|
|
904
1017
|
isUninitialized: false;
|
|
@@ -906,10 +1019,20 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
906
1019
|
isFetching: false;
|
|
907
1020
|
isSuccess: false;
|
|
908
1021
|
isError: false;
|
|
909
|
-
}, "
|
|
1022
|
+
}, "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>, "Notifications", UnreadCount, "api", unknown>> & {
|
|
1023
|
+
currentData?: UnreadCount | undefined;
|
|
1024
|
+
isUninitialized: false;
|
|
1025
|
+
isLoading: false;
|
|
1026
|
+
isFetching: false;
|
|
1027
|
+
isSuccess: false;
|
|
1028
|
+
isError: false;
|
|
1029
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
910
1030
|
isSuccess: true;
|
|
911
1031
|
isFetching: false;
|
|
912
1032
|
error: undefined;
|
|
1033
|
+
} & {
|
|
1034
|
+
data: UnreadCount;
|
|
1035
|
+
currentData: UnreadCount;
|
|
913
1036
|
} & 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>, "Notifications", UnreadCount, "api", unknown>> & {
|
|
914
1037
|
currentData?: UnreadCount | undefined;
|
|
915
1038
|
isUninitialized: false;
|
|
@@ -917,7 +1040,14 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
917
1040
|
isFetching: false;
|
|
918
1041
|
isSuccess: false;
|
|
919
1042
|
isError: false;
|
|
920
|
-
}, "
|
|
1043
|
+
}, "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>, "Notifications", UnreadCount, "api", unknown>> & {
|
|
1044
|
+
currentData?: UnreadCount | undefined;
|
|
1045
|
+
isUninitialized: false;
|
|
1046
|
+
isLoading: false;
|
|
1047
|
+
isFetching: false;
|
|
1048
|
+
isSuccess: false;
|
|
1049
|
+
isError: false;
|
|
1050
|
+
}, "error" | "isError"> & {
|
|
921
1051
|
isError: true;
|
|
922
1052
|
} & 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>, "Notifications", UnreadCount, "api", unknown>> & {
|
|
923
1053
|
currentData?: UnreadCount | undefined;
|
|
@@ -926,7 +1056,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
926
1056
|
isFetching: false;
|
|
927
1057
|
isSuccess: false;
|
|
928
1058
|
isError: false;
|
|
929
|
-
}, "error">>)
|
|
1059
|
+
}, "error">>)> & {
|
|
930
1060
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
931
1061
|
}>(arg: void | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
932
1062
|
skip?: boolean;
|
|
@@ -951,21 +1081,30 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
951
1081
|
isError: false;
|
|
952
1082
|
}, "isUninitialized"> & {
|
|
953
1083
|
isUninitialized: true;
|
|
954
|
-
}) |
|
|
1084
|
+
}) | (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>, "Notifications", UnreadCount, "api", unknown>> & {
|
|
955
1085
|
currentData?: UnreadCount | undefined;
|
|
956
1086
|
isUninitialized: false;
|
|
957
1087
|
isLoading: false;
|
|
958
1088
|
isFetching: false;
|
|
959
1089
|
isSuccess: false;
|
|
960
1090
|
isError: false;
|
|
961
|
-
}, {
|
|
1091
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
962
1092
|
isLoading: true;
|
|
963
1093
|
isFetching: boolean;
|
|
964
1094
|
data: undefined;
|
|
965
|
-
} | ({
|
|
1095
|
+
}) | (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>, "Notifications", UnreadCount, "api", unknown>> & {
|
|
1096
|
+
currentData?: UnreadCount | undefined;
|
|
1097
|
+
isUninitialized: false;
|
|
1098
|
+
isLoading: false;
|
|
1099
|
+
isFetching: false;
|
|
1100
|
+
isSuccess: false;
|
|
1101
|
+
isError: false;
|
|
1102
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
966
1103
|
isSuccess: true;
|
|
967
1104
|
isFetching: true;
|
|
968
1105
|
error: undefined;
|
|
1106
|
+
} & {
|
|
1107
|
+
data: UnreadCount;
|
|
969
1108
|
} & 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>, "Notifications", UnreadCount, "api", unknown>> & {
|
|
970
1109
|
currentData?: UnreadCount | undefined;
|
|
971
1110
|
isUninitialized: false;
|
|
@@ -973,10 +1112,20 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
973
1112
|
isFetching: false;
|
|
974
1113
|
isSuccess: false;
|
|
975
1114
|
isError: false;
|
|
976
|
-
}, "
|
|
1115
|
+
}, "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>, "Notifications", UnreadCount, "api", unknown>> & {
|
|
1116
|
+
currentData?: UnreadCount | undefined;
|
|
1117
|
+
isUninitialized: false;
|
|
1118
|
+
isLoading: false;
|
|
1119
|
+
isFetching: false;
|
|
1120
|
+
isSuccess: false;
|
|
1121
|
+
isError: false;
|
|
1122
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
977
1123
|
isSuccess: true;
|
|
978
1124
|
isFetching: false;
|
|
979
1125
|
error: undefined;
|
|
1126
|
+
} & {
|
|
1127
|
+
data: UnreadCount;
|
|
1128
|
+
currentData: UnreadCount;
|
|
980
1129
|
} & 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>, "Notifications", UnreadCount, "api", unknown>> & {
|
|
981
1130
|
currentData?: UnreadCount | undefined;
|
|
982
1131
|
isUninitialized: false;
|
|
@@ -984,7 +1133,14 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
984
1133
|
isFetching: false;
|
|
985
1134
|
isSuccess: false;
|
|
986
1135
|
isError: false;
|
|
987
|
-
}, "
|
|
1136
|
+
}, "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>, "Notifications", UnreadCount, "api", unknown>> & {
|
|
1137
|
+
currentData?: UnreadCount | undefined;
|
|
1138
|
+
isUninitialized: false;
|
|
1139
|
+
isLoading: false;
|
|
1140
|
+
isFetching: false;
|
|
1141
|
+
isSuccess: false;
|
|
1142
|
+
isError: false;
|
|
1143
|
+
}, "error" | "isError"> & {
|
|
988
1144
|
isError: true;
|
|
989
1145
|
} & 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>, "Notifications", UnreadCount, "api", unknown>> & {
|
|
990
1146
|
currentData?: UnreadCount | undefined;
|
|
@@ -993,7 +1149,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
993
1149
|
isFetching: false;
|
|
994
1150
|
isSuccess: false;
|
|
995
1151
|
isError: false;
|
|
996
|
-
}, "error">>)
|
|
1152
|
+
}, "error">>)> & {
|
|
997
1153
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
998
1154
|
}) => R) | undefined;
|
|
999
1155
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
@@ -1016,21 +1172,30 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
1016
1172
|
isError: false;
|
|
1017
1173
|
}, "isUninitialized"> & {
|
|
1018
1174
|
isUninitialized: true;
|
|
1019
|
-
}) |
|
|
1175
|
+
}) | (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>, "Notifications", NotificationGetRecipientsApiResponse, "api", unknown>> & {
|
|
1020
1176
|
currentData?: NotificationGetRecipientsApiResponse | undefined;
|
|
1021
1177
|
isUninitialized: false;
|
|
1022
1178
|
isLoading: false;
|
|
1023
1179
|
isFetching: false;
|
|
1024
1180
|
isSuccess: false;
|
|
1025
1181
|
isError: false;
|
|
1026
|
-
}, {
|
|
1182
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
1027
1183
|
isLoading: true;
|
|
1028
1184
|
isFetching: boolean;
|
|
1029
1185
|
data: undefined;
|
|
1030
|
-
} | ({
|
|
1186
|
+
}) | (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>, "Notifications", NotificationGetRecipientsApiResponse, "api", unknown>> & {
|
|
1187
|
+
currentData?: NotificationGetRecipientsApiResponse | undefined;
|
|
1188
|
+
isUninitialized: false;
|
|
1189
|
+
isLoading: false;
|
|
1190
|
+
isFetching: false;
|
|
1191
|
+
isSuccess: false;
|
|
1192
|
+
isError: false;
|
|
1193
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
1031
1194
|
isSuccess: true;
|
|
1032
1195
|
isFetching: true;
|
|
1033
1196
|
error: undefined;
|
|
1197
|
+
} & {
|
|
1198
|
+
data: NotificationGetRecipientsApiResponse;
|
|
1034
1199
|
} & 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>, "Notifications", NotificationGetRecipientsApiResponse, "api", unknown>> & {
|
|
1035
1200
|
currentData?: NotificationGetRecipientsApiResponse | undefined;
|
|
1036
1201
|
isUninitialized: false;
|
|
@@ -1038,10 +1203,20 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
1038
1203
|
isFetching: false;
|
|
1039
1204
|
isSuccess: false;
|
|
1040
1205
|
isError: false;
|
|
1041
|
-
}, "
|
|
1206
|
+
}, "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>, "Notifications", NotificationGetRecipientsApiResponse, "api", unknown>> & {
|
|
1207
|
+
currentData?: NotificationGetRecipientsApiResponse | undefined;
|
|
1208
|
+
isUninitialized: false;
|
|
1209
|
+
isLoading: false;
|
|
1210
|
+
isFetching: false;
|
|
1211
|
+
isSuccess: false;
|
|
1212
|
+
isError: false;
|
|
1213
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
1042
1214
|
isSuccess: true;
|
|
1043
1215
|
isFetching: false;
|
|
1044
1216
|
error: undefined;
|
|
1217
|
+
} & {
|
|
1218
|
+
data: NotificationGetRecipientsApiResponse;
|
|
1219
|
+
currentData: NotificationGetRecipientsApiResponse;
|
|
1045
1220
|
} & 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>, "Notifications", NotificationGetRecipientsApiResponse, "api", unknown>> & {
|
|
1046
1221
|
currentData?: NotificationGetRecipientsApiResponse | undefined;
|
|
1047
1222
|
isUninitialized: false;
|
|
@@ -1049,7 +1224,14 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
1049
1224
|
isFetching: false;
|
|
1050
1225
|
isSuccess: false;
|
|
1051
1226
|
isError: false;
|
|
1052
|
-
}, "
|
|
1227
|
+
}, "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>, "Notifications", NotificationGetRecipientsApiResponse, "api", unknown>> & {
|
|
1228
|
+
currentData?: NotificationGetRecipientsApiResponse | undefined;
|
|
1229
|
+
isUninitialized: false;
|
|
1230
|
+
isLoading: false;
|
|
1231
|
+
isFetching: false;
|
|
1232
|
+
isSuccess: false;
|
|
1233
|
+
isError: false;
|
|
1234
|
+
}, "error" | "isError"> & {
|
|
1053
1235
|
isError: true;
|
|
1054
1236
|
} & 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>, "Notifications", NotificationGetRecipientsApiResponse, "api", unknown>> & {
|
|
1055
1237
|
currentData?: NotificationGetRecipientsApiResponse | undefined;
|
|
@@ -1058,7 +1240,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
1058
1240
|
isFetching: false;
|
|
1059
1241
|
isSuccess: false;
|
|
1060
1242
|
isError: false;
|
|
1061
|
-
}, "error">>)
|
|
1243
|
+
}, "error">>)> & {
|
|
1062
1244
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1063
1245
|
}>(arg: void | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
1064
1246
|
skip?: boolean;
|
|
@@ -1083,21 +1265,30 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
1083
1265
|
isError: false;
|
|
1084
1266
|
}, "isUninitialized"> & {
|
|
1085
1267
|
isUninitialized: true;
|
|
1086
|
-
}) |
|
|
1268
|
+
}) | (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>, "Notifications", NotificationGetRecipientsApiResponse, "api", unknown>> & {
|
|
1087
1269
|
currentData?: NotificationGetRecipientsApiResponse | undefined;
|
|
1088
1270
|
isUninitialized: false;
|
|
1089
1271
|
isLoading: false;
|
|
1090
1272
|
isFetching: false;
|
|
1091
1273
|
isSuccess: false;
|
|
1092
1274
|
isError: false;
|
|
1093
|
-
}, {
|
|
1275
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
1094
1276
|
isLoading: true;
|
|
1095
1277
|
isFetching: boolean;
|
|
1096
1278
|
data: undefined;
|
|
1097
|
-
} | ({
|
|
1279
|
+
}) | (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>, "Notifications", NotificationGetRecipientsApiResponse, "api", unknown>> & {
|
|
1280
|
+
currentData?: NotificationGetRecipientsApiResponse | undefined;
|
|
1281
|
+
isUninitialized: false;
|
|
1282
|
+
isLoading: false;
|
|
1283
|
+
isFetching: false;
|
|
1284
|
+
isSuccess: false;
|
|
1285
|
+
isError: false;
|
|
1286
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
1098
1287
|
isSuccess: true;
|
|
1099
1288
|
isFetching: true;
|
|
1100
1289
|
error: undefined;
|
|
1290
|
+
} & {
|
|
1291
|
+
data: NotificationGetRecipientsApiResponse;
|
|
1101
1292
|
} & 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>, "Notifications", NotificationGetRecipientsApiResponse, "api", unknown>> & {
|
|
1102
1293
|
currentData?: NotificationGetRecipientsApiResponse | undefined;
|
|
1103
1294
|
isUninitialized: false;
|
|
@@ -1105,10 +1296,20 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
1105
1296
|
isFetching: false;
|
|
1106
1297
|
isSuccess: false;
|
|
1107
1298
|
isError: false;
|
|
1108
|
-
}, "
|
|
1299
|
+
}, "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>, "Notifications", NotificationGetRecipientsApiResponse, "api", unknown>> & {
|
|
1300
|
+
currentData?: NotificationGetRecipientsApiResponse | undefined;
|
|
1301
|
+
isUninitialized: false;
|
|
1302
|
+
isLoading: false;
|
|
1303
|
+
isFetching: false;
|
|
1304
|
+
isSuccess: false;
|
|
1305
|
+
isError: false;
|
|
1306
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
1109
1307
|
isSuccess: true;
|
|
1110
1308
|
isFetching: false;
|
|
1111
1309
|
error: undefined;
|
|
1310
|
+
} & {
|
|
1311
|
+
data: NotificationGetRecipientsApiResponse;
|
|
1312
|
+
currentData: NotificationGetRecipientsApiResponse;
|
|
1112
1313
|
} & 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>, "Notifications", NotificationGetRecipientsApiResponse, "api", unknown>> & {
|
|
1113
1314
|
currentData?: NotificationGetRecipientsApiResponse | undefined;
|
|
1114
1315
|
isUninitialized: false;
|
|
@@ -1116,7 +1317,14 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
1116
1317
|
isFetching: false;
|
|
1117
1318
|
isSuccess: false;
|
|
1118
1319
|
isError: false;
|
|
1119
|
-
}, "
|
|
1320
|
+
}, "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>, "Notifications", NotificationGetRecipientsApiResponse, "api", unknown>> & {
|
|
1321
|
+
currentData?: NotificationGetRecipientsApiResponse | undefined;
|
|
1322
|
+
isUninitialized: false;
|
|
1323
|
+
isLoading: false;
|
|
1324
|
+
isFetching: false;
|
|
1325
|
+
isSuccess: false;
|
|
1326
|
+
isError: false;
|
|
1327
|
+
}, "error" | "isError"> & {
|
|
1120
1328
|
isError: true;
|
|
1121
1329
|
} & 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>, "Notifications", NotificationGetRecipientsApiResponse, "api", unknown>> & {
|
|
1122
1330
|
currentData?: NotificationGetRecipientsApiResponse | undefined;
|
|
@@ -1125,7 +1333,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
1125
1333
|
isFetching: false;
|
|
1126
1334
|
isSuccess: false;
|
|
1127
1335
|
isError: false;
|
|
1128
|
-
}, "error">>)
|
|
1336
|
+
}, "error">>)> & {
|
|
1129
1337
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1130
1338
|
}) => R) | undefined;
|
|
1131
1339
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|