@pimcore/studio-ui-bundle 0.10.21 → 0.12.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build/types/src/core/app/api/pimcore/tags.d.ts +5 -8
- package/dist/build/types/src/core/app/config/services/service-ids.d.ts +18 -2
- package/dist/build/types/src/core/app/plugin-system/plugin-system.d.ts +2 -0
- package/dist/build/types/src/core/app/router/router.d.ts +2 -0
- package/dist/build/types/src/core/app/store/index.d.ts +1 -1
- package/dist/build/types/src/core/bootstrap.d.ts +2 -0
- package/dist/build/types/src/core/components/block/block.d.ts +3 -1
- package/dist/build/types/src/core/components/context-menu-wrapper/context-menu-wrapper.d.ts +2 -1
- package/dist/build/types/src/core/components/date-picker/time-picker.d.ts +1 -1
- package/dist/build/types/src/core/components/date-picker/time-range-picker.d.ts +23 -0
- package/dist/build/types/src/core/components/date-picker/time-range-picker.stories.d.ts +21 -0
- package/dist/build/types/src/core/components/drag-and-drop/drag-and-drop.stories.d.ts +4 -0
- package/dist/build/types/src/core/components/drag-and-drop/droppable-context-provider.d.ts +1 -0
- package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable/base-hotspot-droppable.d.ts +18 -0
- package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable/hotspot-helpers.d.ts +24 -0
- package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable/use-hotspot-aggregate-state.d.ts +14 -0
- package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable.d.ts +42 -0
- package/dist/build/types/src/core/components/dropdown/dropdown-height-provider.d.ts +19 -0
- package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +22 -14
- package/dist/build/types/src/core/components/element-tree/element-tree.d.ts +2 -2
- package/dist/build/types/src/core/components/{pagination/size-changer/size-changer.stories.d.ts → element-tree/hooks/use-element-tree-fallback-root-node.d.ts} +4 -10
- package/dist/build/types/src/core/components/element-tree/hooks/use-element-tree-root-node.d.ts +1 -1
- package/dist/build/types/src/core/components/element-tree/node/tree-node.d.ts +2 -2
- package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/pager/pager-container.d.ts +1 -1
- package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-permission-provider/tree-permission-provider.d.ts +1 -1
- package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-permission-provider/use-tree-permission.d.ts +1 -1
- package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/search/search-container.d.ts +1 -1
- package/dist/build/types/src/core/components/element-tree/types/node-api-hook.d.ts +1 -1
- package/dist/build/types/src/core/components/flex/flex.d.ts +1 -1
- package/dist/build/types/src/core/components/form/form.d.ts +1 -1
- package/dist/build/types/src/core/components/form/layouts/tabpanel/tabpanel.stories.d.ts +1 -1
- package/dist/build/types/src/core/components/formatted-date/formatted-date.d.ts +1 -0
- package/dist/build/types/src/core/components/grid/columns/default-cell.d.ts +1 -1
- package/dist/build/types/src/core/components/grid/columns/default-cell.styles.d.ts +5 -1
- package/dist/build/types/src/core/components/grid/contexts/columns-context.d.ts +6 -6
- package/dist/build/types/src/core/components/grid/grid-cell/grid-cell.d.ts +3 -1
- package/dist/build/types/src/core/components/grid/grid-cell/grid-row.d.ts +6 -2
- package/dist/build/types/src/core/components/grid/grid-context.d.ts +3 -1
- package/dist/build/types/src/core/components/grid/grid.d.ts +4 -4
- package/dist/build/types/src/core/components/grid/grid.stories.d.ts +7 -0
- package/dist/build/types/src/core/components/grid/grid.styles.d.ts +6 -1
- package/dist/build/types/src/core/components/hotspot-image/hotspot-image.d.ts +9 -3
- package/dist/build/types/src/core/components/{pagination/size-changer/size-changer.styles.d.ts → hotspot-image/marker-icon.d.ts} +1 -3
- package/dist/build/types/src/core/components/iframe/iframe.d.ts +1 -1
- package/dist/build/types/src/core/components/language-selection/language-selection.d.ts +2 -1
- package/dist/build/types/src/core/components/many-to-one-relation/index.d.ts +1 -0
- package/dist/build/types/src/core/components/many-to-one-relation/many-to-one-relation-input.d.ts +16 -0
- package/dist/build/types/src/core/components/many-to-one-relation/path-target.d.ts +1 -0
- package/dist/build/types/src/core/components/many-to-one-relation/path-target.styles.d.ts +20 -0
- package/dist/build/types/src/core/{modules/execution-engine/jobs/default/notification-job-container.d.ts → components/modal/form-modal/components/dont-ask-again-switch.d.ts} +3 -2
- package/dist/build/types/src/core/components/modal/form-modal/components/input-form.d.ts +21 -0
- package/dist/build/types/src/core/components/modal/form-modal/components/textarea-form.d.ts +19 -0
- package/dist/build/types/src/core/components/modal/form-modal/components/upload-form.d.ts +21 -0
- package/dist/build/types/src/core/components/modal/form-modal/hooks/use-form-modal.d.ts +9 -5
- package/dist/build/types/src/core/components/modal-upload/hooks/use-upload-conflict-handler.d.ts +29 -0
- package/dist/build/types/src/core/components/operational-grid/operational-grid.d.ts +1 -1
- package/dist/build/types/src/core/components/operational-grid/operational-grid.stories.d.ts +4 -4
- package/dist/build/types/src/core/components/pagination/pagination.d.ts +3 -11
- package/dist/build/types/src/core/components/pagination/pagination.stories.d.ts +26 -13
- package/dist/build/types/src/core/components/pagination/pagination.styles.d.ts +1 -1
- package/dist/build/types/src/core/components/panel/panel.d.ts +1 -2
- package/dist/build/types/src/core/{modules/element/editor/shared-components/workflow/log-modal/workflow-log-modal.d.ts → components/password-reset/password-reset.d.ts} +1 -1
- package/dist/build/types/src/core/components/split-layout/split-layout.d.ts +3 -1
- package/dist/build/types/src/core/components/split-layout/split-layout.stories.d.ts +19 -0
- package/dist/build/types/src/core/components/tabpanel/tabpanel.d.ts +4 -1
- package/dist/build/types/src/core/constants/global.d.ts +1 -0
- package/dist/build/types/src/core/lib/event-bus/event-types.d.ts +4 -0
- package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog-container.d.ts +11 -0
- package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog.d.ts +15 -0
- package/dist/build/types/src/core/{components/pagination/inline-textfield/inline-textfield.styles.d.ts → modules/about/components/about-dialog/about-dialog.styles.d.ts} +2 -1
- package/dist/build/types/src/core/modules/about/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/app/app-loader/loader/session/session-pinger.d.ts +11 -0
- package/dist/build/types/src/core/modules/app/app-loader/loader/session/use-session-ping.d.ts +10 -0
- package/dist/build/types/src/core/modules/app/app-loader/services/app-loader-registry.d.ts +22 -0
- package/dist/build/types/src/core/modules/app/base-layout/main-nav/services/main-nav-registry.d.ts +12 -1
- package/dist/build/types/src/core/modules/app/base-layout/main-nav/services/main-nav-widget-restorer.d.ts +18 -0
- package/dist/build/types/src/core/modules/app/base-layout/right-sidebar/logo/subscription-details.d.ts +17 -0
- package/dist/build/types/src/core/modules/{element/dynamic-types/definitions/grid-cell/components/date/date-cell.styles.d.ts → app/base-layout/right-sidebar/logo/subscription-details.styles.d.ts} +2 -2
- package/dist/build/types/src/core/modules/app/base-layout/right-sidebar/logo.d.ts +11 -0
- package/dist/build/types/src/core/modules/app/component-registry/component-config.d.ts +72 -0
- package/dist/build/types/src/core/modules/app/component-registry/component-registry.d.ts +3 -0
- package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-registry.d.ts +6 -0
- package/dist/build/types/src/core/modules/app/error-handler/classes/api-error.d.ts +1 -4
- package/dist/build/types/src/core/modules/app/error-handler/types.d.ts +5 -0
- package/dist/build/types/src/core/modules/app/hook/use-date-converter.d.ts +20 -0
- package/dist/build/types/src/core/modules/app/hook/use-handle-keybindings.d.ts +2 -1
- package/dist/build/types/src/core/modules/app/hook-processor-registry/abstract-hook-processor-registry.d.ts +34 -0
- package/dist/build/types/src/core/modules/app/processor-registry/abstract-data-context.d.ts +33 -0
- package/dist/build/types/src/core/modules/app/processor-registry/abstract-processor-registry.d.ts +34 -0
- package/dist/build/types/src/core/modules/app/settings/settings-slice-enhanced.d.ts +1118 -0
- package/dist/build/types/src/core/modules/app/settings/settings-slice.gen.d.ts +315 -24
- package/dist/build/types/src/core/modules/app/theme/dynamic-types/definitions/studio-default-light/dynamic-type-theme-studio-default-light.d.ts +13 -0
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice-enhanced.d.ts +193 -37
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +193 -37
- package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice.gen.d.ts +192 -36
- package/dist/build/types/src/core/modules/asset/actions/upload-new-version/upload-new-version.d.ts +1 -1
- package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +833 -129
- package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +1899 -386
- package/dist/build/types/src/core/modules/asset/asset-draft-slice.d.ts +1 -0
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/asset/editor/types/asset-thumbnails-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/{execution-engine/jobs/tag-assign/notification-job-container.d.ts → asset/editor/types/document/tab-manager/tabs/preview/unsafe-pdf-view.d.ts} +5 -3
- package/dist/build/types/src/core/modules/asset/editor/types/document/tab-manager/tabs/preview/unsafe-pdf-view.styles.d.ts +15 -0
- package/dist/build/types/src/core/modules/asset/events/post-update-event.d.ts +22 -0
- package/dist/build/types/src/core/modules/asset/hooks/use-global-asset-context.d.ts +9 -0
- package/dist/build/types/src/core/modules/asset/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/asset/listing/builder/asset-listing-builder.d.ts +32 -0
- package/dist/build/types/src/core/{components/pagination/inline-textfield/inline-textfield.stories.d.ts → modules/asset/listing/decorator/dynamic-type/context-layer/with-dynamic-types.d.ts} +2 -10
- package/dist/build/types/src/core/modules/asset/listing/decorator/dynamic-type/dynamic-type-decorator.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/listing/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +210 -1
- package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-inner.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-left.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-right.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/services/asset-opening-service.d.ts +2 -0
- package/dist/build/types/src/core/modules/asset/services/processors/asset-save-data-processor-registry.d.ts +29 -0
- package/dist/build/types/src/core/modules/asset/tree/utils/transform-api-data-to-node.d.ts +3 -1
- package/dist/build/types/src/core/modules/auth/authorization-api-slice.gen.d.ts +26 -118
- package/dist/build/types/src/core/modules/auth/components/forgot-password-form/forgot-password-form.d.ts +15 -0
- package/dist/build/types/src/core/{components/login-form/login-form.d.ts → modules/auth/components/login-form/login-form-container.d.ts} +1 -1
- package/dist/build/types/src/core/{components/pagination/size-changer/size-changer.d.ts → modules/auth/components/login-form/login-form.d.ts} +9 -7
- package/dist/build/types/src/core/modules/auth/hooks/use-authentication.d.ts +15 -0
- package/dist/build/types/src/core/modules/auth/profile/profile-container.d.ts +4 -1
- package/dist/build/types/src/core/modules/auth/profile/profile-detail.d.ts +2 -1
- package/dist/build/types/src/core/modules/auth/user/user-api-slice-enhanced.d.ts +65 -12
- package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +778 -108
- package/dist/build/types/src/core/modules/auth/user/user-slice.d.ts +1 -1
- package/dist/build/types/src/core/modules/auth/util/user-helper.d.ts +11 -0
- package/dist/build/types/src/core/modules/background-processor/process/abstract-mercure-process.d.ts +7 -1
- package/dist/build/types/src/core/modules/background-processor/process/global-message-bus-process.d.ts +0 -2
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +576 -108
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +640 -120
- package/dist/build/types/src/core/modules/data-object/actions/add-object/use-add-object.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice-enhanced.d.ts +576 -108
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +384 -72
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +193 -36
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +912 -138
- package/dist/build/types/src/core/modules/data-object/data-object-draft-slice.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/editor/toolbar/context-menu/provider/layout-selection-provider.d.ts +1 -1
- package/dist/build/types/src/core/modules/data-object/events/post-update-event.d.ts +24 -0
- package/dist/build/types/src/core/modules/data-object/hooks/use-global-data-object-context.d.ts +9 -0
- package/dist/build/types/src/core/modules/data-object/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/listing/builder/object-listing-builder.d.ts +32 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/hooks/with-configuration-sidebar-entry.d.ts +4 -1
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/tabs/grid-config/grid-config.d.ts +5 -1
- package/dist/build/types/src/core/modules/data-object/listing/decorator/dynamic-type/context-layer/with-dynamic-types.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/dynamic-type/dynamic-type-decorator.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/listing/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/listing/listing-container.d.ts +211 -1
- package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-inner.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-left.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-right.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/services/data-object-opening-service.d.ts +2 -0
- package/dist/build/types/src/core/modules/data-object/services/processors/data-object-save-data-processor-registry.d.ts +31 -0
- package/dist/build/types/src/core/modules/data-object/tree/utils/transform-api-data-to-node.d.ts +3 -1
- package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +192 -36
- package/dist/build/types/src/core/modules/document/actions/open-in-new-window/use-open-in-new-window.d.ts +2 -4
- package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +967 -187
- package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +845 -166
- package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +1 -0
- package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/content-settings/content-settings-form.d.ts +2 -1
- package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/content-settings/content-settings-sidebar.d.ts +4 -1
- package/dist/build/types/src/core/modules/document/events/post-update-event.d.ts +24 -0
- package/dist/build/types/src/core/modules/document/hooks/use-document-url-processor.d.ts +18 -0
- package/dist/build/types/src/core/modules/document/hooks/use-global-document-context.d.ts +9 -0
- package/dist/build/types/src/core/modules/document/services/document-opening-service.d.ts +2 -0
- package/dist/build/types/src/core/modules/document/services/processors/document-save-data-processor-registry.d.ts +33 -0
- package/dist/build/types/src/core/modules/document/services/processors/document-url-processor-registry.d.ts +29 -0
- package/dist/build/types/src/core/modules/document/tree/utils/transform-api-data-to-node.d.ts +3 -1
- package/dist/build/types/src/core/modules/element/actions/index.d.ts +4 -0
- package/dist/build/types/src/core/modules/element/actions/locate-in-tree/use-locate-in-tree.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/actions/publish/use-publish.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/actions/refresh-tree/use-refresh-tree.d.ts +2 -3
- package/dist/build/types/src/core/modules/element/actions/rename/use-rename.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/actions/sorting/use-sorting.d.ts +25 -0
- package/dist/build/types/src/core/modules/element/actions/unpublish/use-unpublish.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/components/language-selection/permission-based-language-selection-control.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-color-component.d.ts +14 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-date-component.d.ts +12 -0
- package/dist/build/types/src/core/modules/{execution-engine/jobs/download/notification-job-container.d.ts → element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-input-quantity-value-component.d.ts} +3 -5
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-multiselect-component.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-number-component.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-quantity-value-component.d.ts +27 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-time-component.d.ts +26 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/dynamic-type-field-filter-abstract.d.ts +3 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/frontendTypes.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/boolean/dynamic-type-field-filter-boolean.d.ts +2 -6
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/classification-store/dynamic-type-field-filter-classification-store.d.ts +3 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/color/dynamic-type-field-filter-color.d.ts +17 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/data-object-adapter/dynamic-type-field-filter-data-object-adapter.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/data-object-brick/dynamic-type-field-filter-data-object-object-brick.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/date/dynamic-type-field-filter-date.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/datetime/dynamic-type-field-filter-datetime.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/input-quantity-value/dynamic-type-field-filter-input-quantity-value.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/multiselect/dynamic-type-field-filter-multiselect.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/none/dynamic-type-field-filter-none.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/number/dynamic-type-field-filter-number.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/quantity-value/dynamic-type-field-filter-quantity-value.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/time/dynamic-type-field-filter-time.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/checkbox/checkbox-cell.styles.d.ts +0 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/listing/types/dynamic-type-listing-asset-link.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-asset.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-checkbox.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-date.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-document.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-input.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-object.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-select.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-textarea.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/dynamic-type-object-data-abstract.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/abstract/dynamic-type-object-data-abstract-select.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-boolean-select.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-calculated-value.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-checkbox.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-consent.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-country-multiselect.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-country.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-date.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-datetime.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-email.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-external-image.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-firstname.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-gender.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-input-quantity-value.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-input.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-language-multiselect.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-language.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-lastname.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-multiselect.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-numeric.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-quantity-value.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-reverse-object-relation.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-rgba-color.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-select.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-slider.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-textarea.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-time.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-user.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-wysiwyg.d.ts +1 -1
- package/dist/build/types/src/core/modules/{execution-engine/jobs/zip-upload/notification-job-container.d.ts → element/dynamic-types/definitions/objects/layout-related/components/iframe/iframe.d.ts} +6 -5
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/types/dynamic-type-object-layout-iframe.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/views/accordion-view.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/views/card-view.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/php-code/php-code.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/php-code/php-code.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/hooks/use-submit-workflow.d.ts +18 -0
- package/dist/build/types/src/core/modules/element/{dynamic-types/definitions/field-filters/types/fullText/dynamic-type-field-filter-fulltext.d.ts → editor/shared-components/workflow/hooks/use-workflow-action.d.ts} +6 -4
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/hooks/use-workflow-field-renderer.d.ts +31 -0
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/{log-modal/hooks → hooks}/use-workflow.d.ts +2 -3
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/modal/workflow-modal.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/{log-modal → provider}/workflow-provider.d.ts +4 -9
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/types/workflow-types.d.ts +41 -0
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice.gen.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice.gen.d.ts +192 -36
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +128 -24
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +130 -26
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +195 -39
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice.gen.d.ts +322 -60
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +384 -72
- package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +803 -85
- package/dist/build/types/src/core/modules/element/element-helper.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/element/hooks/use-element-api.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/hooks/use-element-helper.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/listing/abstract/builder/listing-builder.d.ts +47 -0
- package/dist/build/types/src/core/modules/element/listing/abstract/builder/use-listing-builder.d.ts +22 -0
- package/dist/build/types/src/core/modules/element/listing/abstract/listing-container.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/listing/abstract/settings/settings-provider.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/abstract-decorator.d.ts +4 -2
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/context-layer/provider/search-term-filter/search-term-filter-provider.d.ts +2 -3
- package/dist/build/types/src/core/modules/element/listing/decorators/global-context/global-context-decorator.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/global-context/hooks/use-global-context-identifiers.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/global-context/view-layer/global-context-subscriber.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/global-context/with-global-context-subscriber.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/sorting/data-layer/with-sorting-data-query-arg.d.ts +5 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/components/search-replace-form/search-replace-form.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/components/table/table.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/components/toolbar/toolbar.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/index.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/providers/search-replace-assignments/search-replace-assignments-provider.d.ts +44 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/search-replace-assignments-container.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice-enhanced.d.ts +358 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice.gen.d.ts +421 -0
- package/dist/build/types/src/core/modules/element/services/element-widget-restorer.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/services/processors/element-icon-processor-registry.d.ts +29 -0
- package/dist/build/types/src/core/modules/email/emails-api-slice-enhanced.d.ts +384 -72
- package/dist/build/types/src/core/modules/email/emails-api-slice.gen.d.ts +384 -72
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +517 -0
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +573 -0
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-slice.d.ts +0 -3
- package/dist/build/types/src/core/modules/execution-engine/jobs/abstact-job.d.ts +0 -5
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/abstract-batch-delete-job.d.ts +25 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/asset-batch-delete-job.d.ts +15 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/data-object-batch-delete-job.d.ts +15 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/abstract-batch-edit-job.d.ts +27 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/asset-batch-edit-job.d.ts +22 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/asset-folder-batch-edit-job.d.ts +24 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/data-object-batch-edit-job.d.ts +22 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/data-object-folder-batch-edit-job.d.ts +26 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/abstract-clone-job.d.ts +1 -7
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/document-clone-job.d.ts +1 -1
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/element-clone-job.d.ts +2 -2
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/notification-job-container.d.ts +1 -5
- package/dist/build/types/src/core/modules/execution-engine/jobs/delete/element-delete-job.d.ts +9 -15
- package/dist/build/types/src/core/modules/execution-engine/jobs/download/download-job.d.ts +22 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-delete-job.d.ts +7 -12
- package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-restore-job.d.ts +7 -12
- package/dist/build/types/src/core/modules/execution-engine/jobs/search-replace-assignments/search-replace-assignments-job.d.ts +35 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/tag-assign/tag-assign-job.d.ts +28 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/zip-upload/zip-upload-job.d.ts +21 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/job-error-modal.d.ts +16 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/job-run-polling.d.ts +43 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-handler.d.ts +76 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-notification.d.ts +20 -0
- package/dist/build/types/src/core/modules/execution-engine/notification/job/job-view.d.ts +3 -3
- package/dist/build/types/src/core/modules/execution-engine/services/execution-engine.d.ts +3 -1
- package/dist/build/types/src/core/modules/execution-engine/topics.d.ts +0 -1
- package/dist/build/types/src/core/modules/notifications/hooks/use-optimistic-update.d.ts +1 -0
- package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +128 -24
- package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +256 -48
- package/dist/build/types/src/core/modules/open-element/open-element.d.ts +2 -1
- package/dist/build/types/src/core/modules/perspective-editor/components/perspective-form/perspective-form.d.ts +1 -2
- package/dist/build/types/src/core/modules/perspective-editor/context/perspective-editor-provider.d.ts +1 -3
- package/dist/build/types/src/core/modules/perspective-editor/hooks/use-perspective-editor.d.ts +1 -0
- package/dist/build/types/src/core/modules/perspective-editor/registry/perspective-permission-provider-registry.d.ts +26 -0
- package/dist/build/types/src/core/modules/perspective-editor/services/providers/main-nav-perspective-permission-provider.d.ts +13 -0
- package/dist/build/types/src/core/modules/{element/dynamic-types/definitions/field-filters/types/input/dynamic-type-field-filter-input.d.ts → perspective-editor/services/providers/search-perspective-permission-provider.d.ts} +3 -4
- package/dist/build/types/src/core/modules/perspectives/active-perspective-slice.d.ts +1 -1
- package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +29 -21
- package/dist/build/types/src/core/modules/perspectives/hooks/use-perspectives.d.ts +8 -3
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.enhanced.d.ts +329 -69
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +335 -70
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +64 -12
- package/dist/build/types/src/core/modules/redirects/seo-api-slice-enhanced.d.ts +320 -60
- package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +320 -60
- package/dist/build/types/src/core/modules/reports/custom-reports-api-slice-enhanced.d.ts +384 -72
- package/dist/build/types/src/core/modules/reports/custom-reports-api-slice.gen.d.ts +386 -72
- package/dist/build/types/src/core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/dynamic-type-custom-report-definition-abstract.d.ts +2 -2
- package/dist/build/types/src/core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/types/dynamic-type-custom-report-definition-sql-adapter.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/components/source-definition/source-definition.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-editor/types.d.ts +2 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/bar-chart/bar-chart.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/line-chart/line-chart.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/pie-chart/pie-chart.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/report-chart.d.ts +2 -1
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/types.d.ts +1 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/helpers.d.ts +36 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/types.d.ts +19 -0
- package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +448 -84
- package/dist/build/types/src/core/modules/search/search.d.ts +1 -1
- package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/constants.d.ts +15 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/helpers.d.ts +10 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/key-bindings.d.ts +2 -1
- package/dist/build/types/src/core/modules/user/management/detail/tabs/settings/components/login-token-modal/login-token-modal-container.d.ts +15 -0
- package/dist/build/types/src/core/modules/{execution-engine/jobs/default/notification-job-container-message-bus.d.ts → user/management/detail/tabs/settings/components/login-token-modal/login-token-modal.d.ts} +6 -5
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +324 -64
- package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +888 -104
- package/dist/build/types/src/core/modules/user/user-management-slice.d.ts +1 -0
- package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice-enhanced.d.ts +128 -24
- package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/widget-editor/components/widget-type-form/context/widget-form-provider.d.ts +4 -1
- package/dist/build/types/src/core/modules/widget-editor/context/widget-editor-provider.d.ts +0 -2
- package/dist/build/types/src/core/modules/widget-editor/hooks/use-widget-editor.d.ts +1 -0
- package/dist/build/types/src/core/modules/widget-manager/components/widget-restorer.d.ts +11 -0
- package/dist/build/types/src/core/modules/widget-manager/events/{close-main-widget-event.d.ts → close-widget-events.d.ts} +11 -0
- package/dist/build/types/src/core/modules/widget-manager/events/index.d.ts +1 -1
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-is-active-main-widget.d.ts +1 -1
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-manager.d.ts +2 -0
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-title.d.ts +21 -0
- package/dist/build/types/src/core/modules/widget-manager/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/widget-manager/services/processors/perspective-processor-registry.d.ts +98 -0
- package/dist/build/types/src/core/modules/widget-manager/services/static-widget-restorer.d.ts +21 -0
- package/dist/build/types/src/core/modules/widget-manager/services/widget-registry.d.ts +6 -0
- package/dist/build/types/src/core/modules/widget-manager/services/widget-restorer-registry.d.ts +23 -0
- package/dist/build/types/src/core/modules/widget-manager/title/tab-title-container.d.ts +4 -1
- package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.d.ts +3 -2
- package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.styles.d.ts +1 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-container.d.ts +2 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-container.d.ts +25 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-view.d.ts +22 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-view.d.ts +5 -1
- package/dist/build/types/src/core/modules/widget-manager/widget-manager-persistence.d.ts +14 -0
- package/dist/build/types/src/core/modules/widget-manager/widget-manager-slice.d.ts +3 -1
- package/dist/build/types/src/core/types/components/types.d.ts +4 -2
- package/dist/build/types/src/core/utils/clipboard.d.ts +2 -0
- package/dist/build/types/src/core/utils/exponential-backoff.d.ts +27 -0
- package/dist/build/types/src/core/utils/global-context-identifiers.d.ts +18 -0
- package/dist/build/types/src/core/utils/hooks/use-element-resize.d.ts +1 -1
- package/dist/build/types/src/core/utils/hooks/use-element-visible.d.ts +1 -1
- package/dist/build/types/src/core/utils/local-storage.d.ts +29 -0
- package/dist/build/types/src/core/utils/polling-helper.d.ts +2 -1
- package/dist/build/types/src/core/utils/redux-state-persistence.d.ts +21 -0
- package/dist/build/types/src/core/utils/test-id-generator.d.ts +2 -2
- package/dist/build/types/src/sdk/api/perspectives/index.d.ts +1 -1
- package/dist/build/types/src/sdk/app/index.d.ts +1 -0
- package/dist/build/types/src/sdk/components/index.d.ts +24 -2
- package/dist/build/types/src/sdk/modules/app/index.d.ts +6 -0
- package/dist/build/types/src/sdk/modules/asset/index.d.ts +5 -0
- package/dist/build/types/src/sdk/modules/auth/index.d.ts +14 -0
- package/dist/build/types/src/sdk/modules/data-object/index.d.ts +8 -0
- package/dist/build/types/src/sdk/modules/document/index.d.ts +8 -0
- package/dist/build/types/src/sdk/modules/element/index.d.ts +18 -0
- package/dist/build/types/src/sdk/modules/notifications/index.d.ts +11 -0
- package/dist/build/types/src/sdk/modules/perspectives/index.d.ts +10 -0
- package/dist/build/types/src/sdk/modules/reports/index.d.ts +5 -0
- package/dist/build/types/src/sdk/modules/widget-editor/index.d.ts +11 -0
- package/dist/build/types/src/sdk/modules/widget-manager/index.d.ts +13 -1
- package/dist/build/types/src/sdk/utils/index.d.ts +2 -0
- package/package.json +2 -1
- package/dist/build/types/src/core/components/pagination/inline-textfield/inline-textfield.d.ts +0 -20
- package/dist/build/types/src/core/modules/document/utils/preview-url-helper.d.ts +0 -13
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/number/number-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/text/text-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/textarea/textarea-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/time/time-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/translate/translate-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/log-modal/hooks/use-submit-workflow.d.ts +0 -24
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/factory.d.ts +0 -25
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/notification-job-container.d.ts +0 -17
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/factory.d.ts +0 -25
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/notification-job-container.d.ts +0 -17
- package/dist/build/types/src/core/modules/execution-engine/jobs/default/factory.d.ts +0 -20
- package/dist/build/types/src/core/modules/execution-engine/jobs/download/factory.d.ts +0 -23
- package/dist/build/types/src/core/modules/execution-engine/jobs/tag-assign/factory.d.ts +0 -20
- package/dist/build/types/src/core/modules/execution-engine/jobs/zip-upload/factory.d.ts +0 -23
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/default-job-handler.d.ts +0 -53
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/step-based-progress-job-handler.d.ts +0 -16
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/utils/helpers.d.ts +0 -30
- /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-filter-provider/tree-filter-provider.d.ts +0 -0
- /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-filter-provider/use-tree-filter.d.ts +0 -0
- /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-id-provider/tree-id-provider.d.ts +0 -0
- /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-id-provider/use-tree-id.d.ts +0 -0
- /package/dist/build/types/src/core/{components → modules/auth/components}/login-form/login-form-style.d.ts +0 -0
- /package/dist/build/types/src/core/{components → modules/auth/components}/login-form/login-form.stories.d.ts +0 -0
|
@@ -193,21 +193,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
193
193
|
isError: false;
|
|
194
194
|
}, "isUninitialized"> & {
|
|
195
195
|
isUninitialized: true;
|
|
196
|
-
}) |
|
|
196
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
197
197
|
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
198
198
|
isUninitialized: false;
|
|
199
199
|
isLoading: false;
|
|
200
200
|
isFetching: false;
|
|
201
201
|
isSuccess: false;
|
|
202
202
|
isError: false;
|
|
203
|
-
}, {
|
|
203
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
204
204
|
isLoading: true;
|
|
205
205
|
isFetching: boolean;
|
|
206
206
|
data: undefined;
|
|
207
|
-
} | ({
|
|
207
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
208
|
+
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
209
|
+
isUninitialized: false;
|
|
210
|
+
isLoading: false;
|
|
211
|
+
isFetching: false;
|
|
212
|
+
isSuccess: false;
|
|
213
|
+
isError: false;
|
|
214
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
208
215
|
isSuccess: true;
|
|
209
216
|
isFetching: true;
|
|
210
217
|
error: undefined;
|
|
218
|
+
} & {
|
|
219
|
+
data: ClassificationStoreGetCollectionsApiResponse;
|
|
211
220
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
212
221
|
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
213
222
|
isUninitialized: false;
|
|
@@ -215,10 +224,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
215
224
|
isFetching: false;
|
|
216
225
|
isSuccess: false;
|
|
217
226
|
isError: false;
|
|
218
|
-
}, "
|
|
227
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
228
|
+
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
229
|
+
isUninitialized: false;
|
|
230
|
+
isLoading: false;
|
|
231
|
+
isFetching: false;
|
|
232
|
+
isSuccess: false;
|
|
233
|
+
isError: false;
|
|
234
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
219
235
|
isSuccess: true;
|
|
220
236
|
isFetching: false;
|
|
221
237
|
error: undefined;
|
|
238
|
+
} & {
|
|
239
|
+
data: ClassificationStoreGetCollectionsApiResponse;
|
|
240
|
+
currentData: ClassificationStoreGetCollectionsApiResponse;
|
|
222
241
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
223
242
|
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
224
243
|
isUninitialized: false;
|
|
@@ -226,7 +245,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
226
245
|
isFetching: false;
|
|
227
246
|
isSuccess: false;
|
|
228
247
|
isError: false;
|
|
229
|
-
}, "
|
|
248
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
249
|
+
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
250
|
+
isUninitialized: false;
|
|
251
|
+
isLoading: false;
|
|
252
|
+
isFetching: false;
|
|
253
|
+
isSuccess: false;
|
|
254
|
+
isError: false;
|
|
255
|
+
}, "error" | "isError"> & {
|
|
230
256
|
isError: true;
|
|
231
257
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
232
258
|
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
@@ -235,7 +261,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
235
261
|
isFetching: false;
|
|
236
262
|
isSuccess: false;
|
|
237
263
|
isError: false;
|
|
238
|
-
}, "error">>)
|
|
264
|
+
}, "error">>)> & {
|
|
239
265
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
240
266
|
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | ClassificationStoreGetCollectionsApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
241
267
|
skip?: boolean;
|
|
@@ -260,21 +286,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
260
286
|
isError: false;
|
|
261
287
|
}, "isUninitialized"> & {
|
|
262
288
|
isUninitialized: true;
|
|
263
|
-
}) |
|
|
289
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
264
290
|
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
265
291
|
isUninitialized: false;
|
|
266
292
|
isLoading: false;
|
|
267
293
|
isFetching: false;
|
|
268
294
|
isSuccess: false;
|
|
269
295
|
isError: false;
|
|
270
|
-
}, {
|
|
296
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
271
297
|
isLoading: true;
|
|
272
298
|
isFetching: boolean;
|
|
273
299
|
data: undefined;
|
|
274
|
-
} | ({
|
|
300
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
301
|
+
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
302
|
+
isUninitialized: false;
|
|
303
|
+
isLoading: false;
|
|
304
|
+
isFetching: false;
|
|
305
|
+
isSuccess: false;
|
|
306
|
+
isError: false;
|
|
307
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
275
308
|
isSuccess: true;
|
|
276
309
|
isFetching: true;
|
|
277
310
|
error: undefined;
|
|
311
|
+
} & {
|
|
312
|
+
data: ClassificationStoreGetCollectionsApiResponse;
|
|
278
313
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
279
314
|
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
280
315
|
isUninitialized: false;
|
|
@@ -282,10 +317,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
282
317
|
isFetching: false;
|
|
283
318
|
isSuccess: false;
|
|
284
319
|
isError: false;
|
|
285
|
-
}, "
|
|
320
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
321
|
+
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
322
|
+
isUninitialized: false;
|
|
323
|
+
isLoading: false;
|
|
324
|
+
isFetching: false;
|
|
325
|
+
isSuccess: false;
|
|
326
|
+
isError: false;
|
|
327
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
286
328
|
isSuccess: true;
|
|
287
329
|
isFetching: false;
|
|
288
330
|
error: undefined;
|
|
331
|
+
} & {
|
|
332
|
+
data: ClassificationStoreGetCollectionsApiResponse;
|
|
333
|
+
currentData: ClassificationStoreGetCollectionsApiResponse;
|
|
289
334
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
290
335
|
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
291
336
|
isUninitialized: false;
|
|
@@ -293,7 +338,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
293
338
|
isFetching: false;
|
|
294
339
|
isSuccess: false;
|
|
295
340
|
isError: false;
|
|
296
|
-
}, "
|
|
341
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
342
|
+
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
343
|
+
isUninitialized: false;
|
|
344
|
+
isLoading: false;
|
|
345
|
+
isFetching: false;
|
|
346
|
+
isSuccess: false;
|
|
347
|
+
isError: false;
|
|
348
|
+
}, "error" | "isError"> & {
|
|
297
349
|
isError: true;
|
|
298
350
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
299
351
|
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
@@ -302,7 +354,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
302
354
|
isFetching: false;
|
|
303
355
|
isSuccess: false;
|
|
304
356
|
isError: false;
|
|
305
|
-
}, "error">>)
|
|
357
|
+
}, "error">>)> & {
|
|
306
358
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
307
359
|
}) => R) | undefined;
|
|
308
360
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
@@ -325,21 +377,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
325
377
|
isError: false;
|
|
326
378
|
}, "isUninitialized"> & {
|
|
327
379
|
isUninitialized: true;
|
|
328
|
-
}) |
|
|
380
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
329
381
|
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
330
382
|
isUninitialized: false;
|
|
331
383
|
isLoading: false;
|
|
332
384
|
isFetching: false;
|
|
333
385
|
isSuccess: false;
|
|
334
386
|
isError: false;
|
|
335
|
-
}, {
|
|
387
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
336
388
|
isLoading: true;
|
|
337
389
|
isFetching: boolean;
|
|
338
390
|
data: undefined;
|
|
339
|
-
} | ({
|
|
391
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
392
|
+
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
393
|
+
isUninitialized: false;
|
|
394
|
+
isLoading: false;
|
|
395
|
+
isFetching: false;
|
|
396
|
+
isSuccess: false;
|
|
397
|
+
isError: false;
|
|
398
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
340
399
|
isSuccess: true;
|
|
341
400
|
isFetching: true;
|
|
342
401
|
error: undefined;
|
|
402
|
+
} & {
|
|
403
|
+
data: ClassificationStoreGetGroupsApiResponse;
|
|
343
404
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
344
405
|
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
345
406
|
isUninitialized: false;
|
|
@@ -347,10 +408,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
347
408
|
isFetching: false;
|
|
348
409
|
isSuccess: false;
|
|
349
410
|
isError: false;
|
|
350
|
-
}, "
|
|
411
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
412
|
+
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
413
|
+
isUninitialized: false;
|
|
414
|
+
isLoading: false;
|
|
415
|
+
isFetching: false;
|
|
416
|
+
isSuccess: false;
|
|
417
|
+
isError: false;
|
|
418
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
351
419
|
isSuccess: true;
|
|
352
420
|
isFetching: false;
|
|
353
421
|
error: undefined;
|
|
422
|
+
} & {
|
|
423
|
+
data: ClassificationStoreGetGroupsApiResponse;
|
|
424
|
+
currentData: ClassificationStoreGetGroupsApiResponse;
|
|
354
425
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
355
426
|
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
356
427
|
isUninitialized: false;
|
|
@@ -358,7 +429,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
358
429
|
isFetching: false;
|
|
359
430
|
isSuccess: false;
|
|
360
431
|
isError: false;
|
|
361
|
-
}, "
|
|
432
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
433
|
+
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
434
|
+
isUninitialized: false;
|
|
435
|
+
isLoading: false;
|
|
436
|
+
isFetching: false;
|
|
437
|
+
isSuccess: false;
|
|
438
|
+
isError: false;
|
|
439
|
+
}, "error" | "isError"> & {
|
|
362
440
|
isError: true;
|
|
363
441
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
364
442
|
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
@@ -367,7 +445,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
367
445
|
isFetching: false;
|
|
368
446
|
isSuccess: false;
|
|
369
447
|
isError: false;
|
|
370
|
-
}, "error">>)
|
|
448
|
+
}, "error">>)> & {
|
|
371
449
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
372
450
|
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | ClassificationStoreGetGroupsApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
373
451
|
skip?: boolean;
|
|
@@ -392,21 +470,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
392
470
|
isError: false;
|
|
393
471
|
}, "isUninitialized"> & {
|
|
394
472
|
isUninitialized: true;
|
|
395
|
-
}) |
|
|
473
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
396
474
|
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
397
475
|
isUninitialized: false;
|
|
398
476
|
isLoading: false;
|
|
399
477
|
isFetching: false;
|
|
400
478
|
isSuccess: false;
|
|
401
479
|
isError: false;
|
|
402
|
-
}, {
|
|
480
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
403
481
|
isLoading: true;
|
|
404
482
|
isFetching: boolean;
|
|
405
483
|
data: undefined;
|
|
406
|
-
} | ({
|
|
484
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
485
|
+
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
486
|
+
isUninitialized: false;
|
|
487
|
+
isLoading: false;
|
|
488
|
+
isFetching: false;
|
|
489
|
+
isSuccess: false;
|
|
490
|
+
isError: false;
|
|
491
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
407
492
|
isSuccess: true;
|
|
408
493
|
isFetching: true;
|
|
409
494
|
error: undefined;
|
|
495
|
+
} & {
|
|
496
|
+
data: ClassificationStoreGetGroupsApiResponse;
|
|
410
497
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
411
498
|
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
412
499
|
isUninitialized: false;
|
|
@@ -414,10 +501,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
414
501
|
isFetching: false;
|
|
415
502
|
isSuccess: false;
|
|
416
503
|
isError: false;
|
|
417
|
-
}, "
|
|
504
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
505
|
+
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
506
|
+
isUninitialized: false;
|
|
507
|
+
isLoading: false;
|
|
508
|
+
isFetching: false;
|
|
509
|
+
isSuccess: false;
|
|
510
|
+
isError: false;
|
|
511
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
418
512
|
isSuccess: true;
|
|
419
513
|
isFetching: false;
|
|
420
514
|
error: undefined;
|
|
515
|
+
} & {
|
|
516
|
+
data: ClassificationStoreGetGroupsApiResponse;
|
|
517
|
+
currentData: ClassificationStoreGetGroupsApiResponse;
|
|
421
518
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
422
519
|
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
423
520
|
isUninitialized: false;
|
|
@@ -425,7 +522,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
425
522
|
isFetching: false;
|
|
426
523
|
isSuccess: false;
|
|
427
524
|
isError: false;
|
|
428
|
-
}, "
|
|
525
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
526
|
+
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
527
|
+
isUninitialized: false;
|
|
528
|
+
isLoading: false;
|
|
529
|
+
isFetching: false;
|
|
530
|
+
isSuccess: false;
|
|
531
|
+
isError: false;
|
|
532
|
+
}, "error" | "isError"> & {
|
|
429
533
|
isError: true;
|
|
430
534
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
431
535
|
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
@@ -434,7 +538,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
434
538
|
isFetching: false;
|
|
435
539
|
isSuccess: false;
|
|
436
540
|
isError: false;
|
|
437
|
-
}, "error">>)
|
|
541
|
+
}, "error">>)> & {
|
|
438
542
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
439
543
|
}) => R) | undefined;
|
|
440
544
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
@@ -457,21 +561,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
457
561
|
isError: false;
|
|
458
562
|
}, "isUninitialized"> & {
|
|
459
563
|
isUninitialized: true;
|
|
460
|
-
}) |
|
|
564
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
461
565
|
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
462
566
|
isUninitialized: false;
|
|
463
567
|
isLoading: false;
|
|
464
568
|
isFetching: false;
|
|
465
569
|
isSuccess: false;
|
|
466
570
|
isError: false;
|
|
467
|
-
}, {
|
|
571
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
468
572
|
isLoading: true;
|
|
469
573
|
isFetching: boolean;
|
|
470
574
|
data: undefined;
|
|
471
|
-
} | ({
|
|
575
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
576
|
+
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
577
|
+
isUninitialized: false;
|
|
578
|
+
isLoading: false;
|
|
579
|
+
isFetching: false;
|
|
580
|
+
isSuccess: false;
|
|
581
|
+
isError: false;
|
|
582
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
472
583
|
isSuccess: true;
|
|
473
584
|
isFetching: true;
|
|
474
585
|
error: undefined;
|
|
586
|
+
} & {
|
|
587
|
+
data: ClassificationStoreGetKeyGroupRelationsApiResponse;
|
|
475
588
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
476
589
|
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
477
590
|
isUninitialized: false;
|
|
@@ -479,10 +592,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
479
592
|
isFetching: false;
|
|
480
593
|
isSuccess: false;
|
|
481
594
|
isError: false;
|
|
482
|
-
}, "
|
|
595
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
596
|
+
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
597
|
+
isUninitialized: false;
|
|
598
|
+
isLoading: false;
|
|
599
|
+
isFetching: false;
|
|
600
|
+
isSuccess: false;
|
|
601
|
+
isError: false;
|
|
602
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
483
603
|
isSuccess: true;
|
|
484
604
|
isFetching: false;
|
|
485
605
|
error: undefined;
|
|
606
|
+
} & {
|
|
607
|
+
data: ClassificationStoreGetKeyGroupRelationsApiResponse;
|
|
608
|
+
currentData: ClassificationStoreGetKeyGroupRelationsApiResponse;
|
|
486
609
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
487
610
|
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
488
611
|
isUninitialized: false;
|
|
@@ -490,7 +613,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
490
613
|
isFetching: false;
|
|
491
614
|
isSuccess: false;
|
|
492
615
|
isError: false;
|
|
493
|
-
}, "
|
|
616
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
617
|
+
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
618
|
+
isUninitialized: false;
|
|
619
|
+
isLoading: false;
|
|
620
|
+
isFetching: false;
|
|
621
|
+
isSuccess: false;
|
|
622
|
+
isError: false;
|
|
623
|
+
}, "error" | "isError"> & {
|
|
494
624
|
isError: true;
|
|
495
625
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
496
626
|
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
@@ -499,7 +629,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
499
629
|
isFetching: false;
|
|
500
630
|
isSuccess: false;
|
|
501
631
|
isError: false;
|
|
502
|
-
}, "error">>)
|
|
632
|
+
}, "error">>)> & {
|
|
503
633
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
504
634
|
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | ClassificationStoreGetKeyGroupRelationsApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
505
635
|
skip?: boolean;
|
|
@@ -524,21 +654,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
524
654
|
isError: false;
|
|
525
655
|
}, "isUninitialized"> & {
|
|
526
656
|
isUninitialized: true;
|
|
527
|
-
}) |
|
|
657
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
528
658
|
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
529
659
|
isUninitialized: false;
|
|
530
660
|
isLoading: false;
|
|
531
661
|
isFetching: false;
|
|
532
662
|
isSuccess: false;
|
|
533
663
|
isError: false;
|
|
534
|
-
}, {
|
|
664
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
535
665
|
isLoading: true;
|
|
536
666
|
isFetching: boolean;
|
|
537
667
|
data: undefined;
|
|
538
|
-
} | ({
|
|
668
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
669
|
+
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
670
|
+
isUninitialized: false;
|
|
671
|
+
isLoading: false;
|
|
672
|
+
isFetching: false;
|
|
673
|
+
isSuccess: false;
|
|
674
|
+
isError: false;
|
|
675
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
539
676
|
isSuccess: true;
|
|
540
677
|
isFetching: true;
|
|
541
678
|
error: undefined;
|
|
679
|
+
} & {
|
|
680
|
+
data: ClassificationStoreGetKeyGroupRelationsApiResponse;
|
|
542
681
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
543
682
|
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
544
683
|
isUninitialized: false;
|
|
@@ -546,10 +685,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
546
685
|
isFetching: false;
|
|
547
686
|
isSuccess: false;
|
|
548
687
|
isError: false;
|
|
549
|
-
}, "
|
|
688
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
689
|
+
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
690
|
+
isUninitialized: false;
|
|
691
|
+
isLoading: false;
|
|
692
|
+
isFetching: false;
|
|
693
|
+
isSuccess: false;
|
|
694
|
+
isError: false;
|
|
695
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
550
696
|
isSuccess: true;
|
|
551
697
|
isFetching: false;
|
|
552
698
|
error: undefined;
|
|
699
|
+
} & {
|
|
700
|
+
data: ClassificationStoreGetKeyGroupRelationsApiResponse;
|
|
701
|
+
currentData: ClassificationStoreGetKeyGroupRelationsApiResponse;
|
|
553
702
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
554
703
|
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
555
704
|
isUninitialized: false;
|
|
@@ -557,7 +706,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
557
706
|
isFetching: false;
|
|
558
707
|
isSuccess: false;
|
|
559
708
|
isError: false;
|
|
560
|
-
}, "
|
|
709
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
710
|
+
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
711
|
+
isUninitialized: false;
|
|
712
|
+
isLoading: false;
|
|
713
|
+
isFetching: false;
|
|
714
|
+
isSuccess: false;
|
|
715
|
+
isError: false;
|
|
716
|
+
}, "error" | "isError"> & {
|
|
561
717
|
isError: true;
|
|
562
718
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
563
719
|
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
@@ -566,7 +722,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
566
722
|
isFetching: false;
|
|
567
723
|
isSuccess: false;
|
|
568
724
|
isError: false;
|
|
569
|
-
}, "error">>)
|
|
725
|
+
}, "error">>)> & {
|
|
570
726
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
571
727
|
}) => R) | undefined;
|
|
572
728
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
@@ -589,21 +745,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
589
745
|
isError: false;
|
|
590
746
|
}, "isUninitialized"> & {
|
|
591
747
|
isUninitialized: true;
|
|
592
|
-
}) |
|
|
748
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
593
749
|
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
594
750
|
isUninitialized: false;
|
|
595
751
|
isLoading: false;
|
|
596
752
|
isFetching: false;
|
|
597
753
|
isSuccess: false;
|
|
598
754
|
isError: false;
|
|
599
|
-
}, {
|
|
755
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
600
756
|
isLoading: true;
|
|
601
757
|
isFetching: boolean;
|
|
602
758
|
data: undefined;
|
|
603
|
-
} | ({
|
|
759
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
760
|
+
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
761
|
+
isUninitialized: false;
|
|
762
|
+
isLoading: false;
|
|
763
|
+
isFetching: false;
|
|
764
|
+
isSuccess: false;
|
|
765
|
+
isError: false;
|
|
766
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
604
767
|
isSuccess: true;
|
|
605
768
|
isFetching: true;
|
|
606
769
|
error: undefined;
|
|
770
|
+
} & {
|
|
771
|
+
data: ClassificationStoreGroupLayout;
|
|
607
772
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
608
773
|
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
609
774
|
isUninitialized: false;
|
|
@@ -611,10 +776,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
611
776
|
isFetching: false;
|
|
612
777
|
isSuccess: false;
|
|
613
778
|
isError: false;
|
|
614
|
-
}, "
|
|
779
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
780
|
+
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
781
|
+
isUninitialized: false;
|
|
782
|
+
isLoading: false;
|
|
783
|
+
isFetching: false;
|
|
784
|
+
isSuccess: false;
|
|
785
|
+
isError: false;
|
|
786
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
615
787
|
isSuccess: true;
|
|
616
788
|
isFetching: false;
|
|
617
789
|
error: undefined;
|
|
790
|
+
} & {
|
|
791
|
+
data: ClassificationStoreGroupLayout;
|
|
792
|
+
currentData: ClassificationStoreGroupLayout;
|
|
618
793
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
619
794
|
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
620
795
|
isUninitialized: false;
|
|
@@ -622,7 +797,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
622
797
|
isFetching: false;
|
|
623
798
|
isSuccess: false;
|
|
624
799
|
isError: false;
|
|
625
|
-
}, "
|
|
800
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
801
|
+
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
802
|
+
isUninitialized: false;
|
|
803
|
+
isLoading: false;
|
|
804
|
+
isFetching: false;
|
|
805
|
+
isSuccess: false;
|
|
806
|
+
isError: false;
|
|
807
|
+
}, "error" | "isError"> & {
|
|
626
808
|
isError: true;
|
|
627
809
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
628
810
|
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
@@ -631,7 +813,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
631
813
|
isFetching: false;
|
|
632
814
|
isSuccess: false;
|
|
633
815
|
isError: false;
|
|
634
|
-
}, "error">>)
|
|
816
|
+
}, "error">>)> & {
|
|
635
817
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
636
818
|
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | ClassificationStoreGetLayoutByCollectionApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
637
819
|
skip?: boolean;
|
|
@@ -656,21 +838,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
656
838
|
isError: false;
|
|
657
839
|
}, "isUninitialized"> & {
|
|
658
840
|
isUninitialized: true;
|
|
659
|
-
}) |
|
|
841
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
660
842
|
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
661
843
|
isUninitialized: false;
|
|
662
844
|
isLoading: false;
|
|
663
845
|
isFetching: false;
|
|
664
846
|
isSuccess: false;
|
|
665
847
|
isError: false;
|
|
666
|
-
}, {
|
|
848
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
667
849
|
isLoading: true;
|
|
668
850
|
isFetching: boolean;
|
|
669
851
|
data: undefined;
|
|
670
|
-
} | ({
|
|
852
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
853
|
+
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
854
|
+
isUninitialized: false;
|
|
855
|
+
isLoading: false;
|
|
856
|
+
isFetching: false;
|
|
857
|
+
isSuccess: false;
|
|
858
|
+
isError: false;
|
|
859
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
671
860
|
isSuccess: true;
|
|
672
861
|
isFetching: true;
|
|
673
862
|
error: undefined;
|
|
863
|
+
} & {
|
|
864
|
+
data: ClassificationStoreGroupLayout;
|
|
674
865
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
675
866
|
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
676
867
|
isUninitialized: false;
|
|
@@ -678,10 +869,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
678
869
|
isFetching: false;
|
|
679
870
|
isSuccess: false;
|
|
680
871
|
isError: false;
|
|
681
|
-
}, "
|
|
872
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
873
|
+
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
874
|
+
isUninitialized: false;
|
|
875
|
+
isLoading: false;
|
|
876
|
+
isFetching: false;
|
|
877
|
+
isSuccess: false;
|
|
878
|
+
isError: false;
|
|
879
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
682
880
|
isSuccess: true;
|
|
683
881
|
isFetching: false;
|
|
684
882
|
error: undefined;
|
|
883
|
+
} & {
|
|
884
|
+
data: ClassificationStoreGroupLayout;
|
|
885
|
+
currentData: ClassificationStoreGroupLayout;
|
|
685
886
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
686
887
|
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
687
888
|
isUninitialized: false;
|
|
@@ -689,7 +890,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
689
890
|
isFetching: false;
|
|
690
891
|
isSuccess: false;
|
|
691
892
|
isError: false;
|
|
692
|
-
}, "
|
|
893
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
894
|
+
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
895
|
+
isUninitialized: false;
|
|
896
|
+
isLoading: false;
|
|
897
|
+
isFetching: false;
|
|
898
|
+
isSuccess: false;
|
|
899
|
+
isError: false;
|
|
900
|
+
}, "error" | "isError"> & {
|
|
693
901
|
isError: true;
|
|
694
902
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
695
903
|
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
@@ -698,7 +906,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
698
906
|
isFetching: false;
|
|
699
907
|
isSuccess: false;
|
|
700
908
|
isError: false;
|
|
701
|
-
}, "error">>)
|
|
909
|
+
}, "error">>)> & {
|
|
702
910
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
703
911
|
}) => R) | undefined;
|
|
704
912
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
@@ -721,21 +929,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
721
929
|
isError: false;
|
|
722
930
|
}, "isUninitialized"> & {
|
|
723
931
|
isUninitialized: true;
|
|
724
|
-
}) |
|
|
932
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
725
933
|
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
726
934
|
isUninitialized: false;
|
|
727
935
|
isLoading: false;
|
|
728
936
|
isFetching: false;
|
|
729
937
|
isSuccess: false;
|
|
730
938
|
isError: false;
|
|
731
|
-
}, {
|
|
939
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
732
940
|
isLoading: true;
|
|
733
941
|
isFetching: boolean;
|
|
734
942
|
data: undefined;
|
|
735
|
-
} | ({
|
|
943
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
944
|
+
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
945
|
+
isUninitialized: false;
|
|
946
|
+
isLoading: false;
|
|
947
|
+
isFetching: false;
|
|
948
|
+
isSuccess: false;
|
|
949
|
+
isError: false;
|
|
950
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
736
951
|
isSuccess: true;
|
|
737
952
|
isFetching: true;
|
|
738
953
|
error: undefined;
|
|
954
|
+
} & {
|
|
955
|
+
data: ClassificationStoreGroupLayout2;
|
|
739
956
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
740
957
|
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
741
958
|
isUninitialized: false;
|
|
@@ -743,10 +960,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
743
960
|
isFetching: false;
|
|
744
961
|
isSuccess: false;
|
|
745
962
|
isError: false;
|
|
746
|
-
}, "
|
|
963
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
964
|
+
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
965
|
+
isUninitialized: false;
|
|
966
|
+
isLoading: false;
|
|
967
|
+
isFetching: false;
|
|
968
|
+
isSuccess: false;
|
|
969
|
+
isError: false;
|
|
970
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
747
971
|
isSuccess: true;
|
|
748
972
|
isFetching: false;
|
|
749
973
|
error: undefined;
|
|
974
|
+
} & {
|
|
975
|
+
data: ClassificationStoreGroupLayout2;
|
|
976
|
+
currentData: ClassificationStoreGroupLayout2;
|
|
750
977
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
751
978
|
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
752
979
|
isUninitialized: false;
|
|
@@ -754,7 +981,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
754
981
|
isFetching: false;
|
|
755
982
|
isSuccess: false;
|
|
756
983
|
isError: false;
|
|
757
|
-
}, "
|
|
984
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
985
|
+
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
986
|
+
isUninitialized: false;
|
|
987
|
+
isLoading: false;
|
|
988
|
+
isFetching: false;
|
|
989
|
+
isSuccess: false;
|
|
990
|
+
isError: false;
|
|
991
|
+
}, "error" | "isError"> & {
|
|
758
992
|
isError: true;
|
|
759
993
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
760
994
|
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
@@ -763,7 +997,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
763
997
|
isFetching: false;
|
|
764
998
|
isSuccess: false;
|
|
765
999
|
isError: false;
|
|
766
|
-
}, "error">>)
|
|
1000
|
+
}, "error">>)> & {
|
|
767
1001
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
768
1002
|
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | ClassificationStoreGetLayoutByGroupApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
769
1003
|
skip?: boolean;
|
|
@@ -788,21 +1022,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
788
1022
|
isError: false;
|
|
789
1023
|
}, "isUninitialized"> & {
|
|
790
1024
|
isUninitialized: true;
|
|
791
|
-
}) |
|
|
1025
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
792
1026
|
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
793
1027
|
isUninitialized: false;
|
|
794
1028
|
isLoading: false;
|
|
795
1029
|
isFetching: false;
|
|
796
1030
|
isSuccess: false;
|
|
797
1031
|
isError: false;
|
|
798
|
-
}, {
|
|
1032
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
799
1033
|
isLoading: true;
|
|
800
1034
|
isFetching: boolean;
|
|
801
1035
|
data: undefined;
|
|
802
|
-
} | ({
|
|
1036
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
1037
|
+
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
1038
|
+
isUninitialized: false;
|
|
1039
|
+
isLoading: false;
|
|
1040
|
+
isFetching: false;
|
|
1041
|
+
isSuccess: false;
|
|
1042
|
+
isError: false;
|
|
1043
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
803
1044
|
isSuccess: true;
|
|
804
1045
|
isFetching: true;
|
|
805
1046
|
error: undefined;
|
|
1047
|
+
} & {
|
|
1048
|
+
data: ClassificationStoreGroupLayout2;
|
|
806
1049
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
807
1050
|
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
808
1051
|
isUninitialized: false;
|
|
@@ -810,10 +1053,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
810
1053
|
isFetching: false;
|
|
811
1054
|
isSuccess: false;
|
|
812
1055
|
isError: false;
|
|
813
|
-
}, "
|
|
1056
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
1057
|
+
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
1058
|
+
isUninitialized: false;
|
|
1059
|
+
isLoading: false;
|
|
1060
|
+
isFetching: false;
|
|
1061
|
+
isSuccess: false;
|
|
1062
|
+
isError: false;
|
|
1063
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
814
1064
|
isSuccess: true;
|
|
815
1065
|
isFetching: false;
|
|
816
1066
|
error: undefined;
|
|
1067
|
+
} & {
|
|
1068
|
+
data: ClassificationStoreGroupLayout2;
|
|
1069
|
+
currentData: ClassificationStoreGroupLayout2;
|
|
817
1070
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
818
1071
|
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
819
1072
|
isUninitialized: false;
|
|
@@ -821,7 +1074,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
821
1074
|
isFetching: false;
|
|
822
1075
|
isSuccess: false;
|
|
823
1076
|
isError: false;
|
|
824
|
-
}, "
|
|
1077
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
1078
|
+
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
1079
|
+
isUninitialized: false;
|
|
1080
|
+
isLoading: false;
|
|
1081
|
+
isFetching: false;
|
|
1082
|
+
isSuccess: false;
|
|
1083
|
+
isError: false;
|
|
1084
|
+
}, "error" | "isError"> & {
|
|
825
1085
|
isError: true;
|
|
826
1086
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
827
1087
|
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
@@ -830,7 +1090,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
830
1090
|
isFetching: false;
|
|
831
1091
|
isSuccess: false;
|
|
832
1092
|
isError: false;
|
|
833
|
-
}, "error">>)
|
|
1093
|
+
}, "error">>)> & {
|
|
834
1094
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
835
1095
|
}) => R) | undefined;
|
|
836
1096
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
@@ -853,21 +1113,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
853
1113
|
isError: false;
|
|
854
1114
|
}, "isUninitialized"> & {
|
|
855
1115
|
isUninitialized: true;
|
|
856
|
-
}) |
|
|
1116
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
857
1117
|
currentData?: ClassificationStoreCollection2 | undefined;
|
|
858
1118
|
isUninitialized: false;
|
|
859
1119
|
isLoading: false;
|
|
860
1120
|
isFetching: false;
|
|
861
1121
|
isSuccess: false;
|
|
862
1122
|
isError: false;
|
|
863
|
-
}, {
|
|
1123
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
864
1124
|
isLoading: true;
|
|
865
1125
|
isFetching: boolean;
|
|
866
1126
|
data: undefined;
|
|
867
|
-
} | ({
|
|
1127
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
1128
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1129
|
+
isUninitialized: false;
|
|
1130
|
+
isLoading: false;
|
|
1131
|
+
isFetching: false;
|
|
1132
|
+
isSuccess: false;
|
|
1133
|
+
isError: false;
|
|
1134
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
868
1135
|
isSuccess: true;
|
|
869
1136
|
isFetching: true;
|
|
870
1137
|
error: undefined;
|
|
1138
|
+
} & {
|
|
1139
|
+
data: ClassificationStoreCollection2;
|
|
871
1140
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
872
1141
|
currentData?: ClassificationStoreCollection2 | undefined;
|
|
873
1142
|
isUninitialized: false;
|
|
@@ -875,10 +1144,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
875
1144
|
isFetching: false;
|
|
876
1145
|
isSuccess: false;
|
|
877
1146
|
isError: false;
|
|
878
|
-
}, "
|
|
1147
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
1148
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1149
|
+
isUninitialized: false;
|
|
1150
|
+
isLoading: false;
|
|
1151
|
+
isFetching: false;
|
|
1152
|
+
isSuccess: false;
|
|
1153
|
+
isError: false;
|
|
1154
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
879
1155
|
isSuccess: true;
|
|
880
1156
|
isFetching: false;
|
|
881
1157
|
error: undefined;
|
|
1158
|
+
} & {
|
|
1159
|
+
data: ClassificationStoreCollection2;
|
|
1160
|
+
currentData: ClassificationStoreCollection2;
|
|
882
1161
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
883
1162
|
currentData?: ClassificationStoreCollection2 | undefined;
|
|
884
1163
|
isUninitialized: false;
|
|
@@ -886,7 +1165,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
886
1165
|
isFetching: false;
|
|
887
1166
|
isSuccess: false;
|
|
888
1167
|
isError: false;
|
|
889
|
-
}, "
|
|
1168
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
1169
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1170
|
+
isUninitialized: false;
|
|
1171
|
+
isLoading: false;
|
|
1172
|
+
isFetching: false;
|
|
1173
|
+
isSuccess: false;
|
|
1174
|
+
isError: false;
|
|
1175
|
+
}, "error" | "isError"> & {
|
|
890
1176
|
isError: true;
|
|
891
1177
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
892
1178
|
currentData?: ClassificationStoreCollection2 | undefined;
|
|
@@ -895,7 +1181,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
895
1181
|
isFetching: false;
|
|
896
1182
|
isSuccess: false;
|
|
897
1183
|
isError: false;
|
|
898
|
-
}, "error">>)
|
|
1184
|
+
}, "error">>)> & {
|
|
899
1185
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
900
1186
|
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | ClassificationStoreGetLayoutByKeyApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
901
1187
|
skip?: boolean;
|
|
@@ -920,21 +1206,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
920
1206
|
isError: false;
|
|
921
1207
|
}, "isUninitialized"> & {
|
|
922
1208
|
isUninitialized: true;
|
|
923
|
-
}) |
|
|
1209
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
924
1210
|
currentData?: ClassificationStoreCollection2 | undefined;
|
|
925
1211
|
isUninitialized: false;
|
|
926
1212
|
isLoading: false;
|
|
927
1213
|
isFetching: false;
|
|
928
1214
|
isSuccess: false;
|
|
929
1215
|
isError: false;
|
|
930
|
-
}, {
|
|
1216
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
931
1217
|
isLoading: true;
|
|
932
1218
|
isFetching: boolean;
|
|
933
1219
|
data: undefined;
|
|
934
|
-
} | ({
|
|
1220
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
1221
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1222
|
+
isUninitialized: false;
|
|
1223
|
+
isLoading: false;
|
|
1224
|
+
isFetching: false;
|
|
1225
|
+
isSuccess: false;
|
|
1226
|
+
isError: false;
|
|
1227
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
935
1228
|
isSuccess: true;
|
|
936
1229
|
isFetching: true;
|
|
937
1230
|
error: undefined;
|
|
1231
|
+
} & {
|
|
1232
|
+
data: ClassificationStoreCollection2;
|
|
938
1233
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
939
1234
|
currentData?: ClassificationStoreCollection2 | undefined;
|
|
940
1235
|
isUninitialized: false;
|
|
@@ -942,10 +1237,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
942
1237
|
isFetching: false;
|
|
943
1238
|
isSuccess: false;
|
|
944
1239
|
isError: false;
|
|
945
|
-
}, "
|
|
1240
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
1241
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1242
|
+
isUninitialized: false;
|
|
1243
|
+
isLoading: false;
|
|
1244
|
+
isFetching: false;
|
|
1245
|
+
isSuccess: false;
|
|
1246
|
+
isError: false;
|
|
1247
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
946
1248
|
isSuccess: true;
|
|
947
1249
|
isFetching: false;
|
|
948
1250
|
error: undefined;
|
|
1251
|
+
} & {
|
|
1252
|
+
data: ClassificationStoreCollection2;
|
|
1253
|
+
currentData: ClassificationStoreCollection2;
|
|
949
1254
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
950
1255
|
currentData?: ClassificationStoreCollection2 | undefined;
|
|
951
1256
|
isUninitialized: false;
|
|
@@ -953,7 +1258,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
953
1258
|
isFetching: false;
|
|
954
1259
|
isSuccess: false;
|
|
955
1260
|
isError: false;
|
|
956
|
-
}, "
|
|
1261
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
1262
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1263
|
+
isUninitialized: false;
|
|
1264
|
+
isLoading: false;
|
|
1265
|
+
isFetching: false;
|
|
1266
|
+
isSuccess: false;
|
|
1267
|
+
isError: false;
|
|
1268
|
+
}, "error" | "isError"> & {
|
|
957
1269
|
isError: true;
|
|
958
1270
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
959
1271
|
currentData?: ClassificationStoreCollection2 | undefined;
|
|
@@ -962,7 +1274,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
962
1274
|
isFetching: false;
|
|
963
1275
|
isSuccess: false;
|
|
964
1276
|
isError: false;
|
|
965
|
-
}, "error">>)
|
|
1277
|
+
}, "error">>)> & {
|
|
966
1278
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
967
1279
|
}) => R) | undefined;
|
|
968
1280
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|