@pimcore/studio-ui-bundle 2026.1.1 → 2026.1.2
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 +3 -0
- package/dist/build/types/src/core/app/config/services/service-ids.d.ts +5 -0
- package/dist/build/types/src/core/bootstrap.d.ts +2 -0
- package/dist/build/types/src/core/components/background/background.d.ts +5 -1
- package/dist/build/types/src/core/components/background/background.stories.d.ts +7 -3
- package/dist/build/types/src/core/components/background/background.styles.d.ts +11 -1
- package/dist/build/types/src/core/components/dropdown/dropdown.stories.d.ts +1 -1
- package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +1 -1
- package/dist/build/types/src/core/modules/app/app-loader/app-loader.d.ts +1 -0
- package/dist/build/types/src/core/modules/app/app-loader/context/app-loading-context.d.ts +27 -0
- package/dist/build/types/src/core/modules/app/app-loader/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/app/component-registry/component-config.d.ts +6 -0
- package/dist/build/types/src/core/modules/app/error-handler/constants/errorTypes.d.ts +1 -0
- package/dist/build/types/src/core/modules/app/settings/settings-slice-enhanced.d.ts +14 -14
- package/dist/build/types/src/core/modules/app/settings/settings-slice.gen.d.ts +14 -14
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice-enhanced.d.ts +6 -6
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +6 -6
- package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice-enhanced.d.ts +6 -6
- package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice.gen.d.ts +6 -6
- package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +22 -22
- package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +62 -62
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +6 -6
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +6 -6
- package/dist/build/types/src/core/modules/asset/editor/types/asset-thumbnails-api-slice.gen.d.ts +12 -12
- package/dist/build/types/src/core/modules/asset/listing/decorator/tag-filter/view-layer/components/sidebar/tabs/tag-filters/tags-tree-filters-container.d.ts +7 -5
- package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +2 -2
- package/dist/build/types/src/core/modules/auth/enums/user-permission.d.ts +2 -0
- package/dist/build/types/src/core/modules/auth/hooks/use-user-content-language.d.ts +11 -0
- package/dist/build/types/src/core/modules/auth/user/user-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +22 -22
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +82 -82
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +82 -82
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice-enhanced.d.ts +30 -30
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +28 -28
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +9 -9
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +37 -35
- package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/edit-form-provider.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/utils/build-field-type-map.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/utils/build-field-type-map.test.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/utils/merge-form-changes.d.ts +20 -0
- package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/utils/merge-form-changes.test.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/listing/listing-container.d.ts +3 -3
- package/dist/build/types/src/core/modules/data-object/unit-slice-enhanced.d.ts +12 -12
- package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +10 -10
- package/dist/build/types/src/core/modules/data-object/utils/provider/class-defintions/class-definitions-provider.d.ts +2 -1
- package/dist/build/types/src/core/modules/document/actions/site/provider/site-modal.d.ts +0 -1
- package/dist/build/types/src/core/modules/document/actions/translations/components/link-translation-modal.d.ts +2 -1
- package/dist/build/types/src/core/modules/document/actions/translations/components/translation-error-alert.d.ts +16 -0
- package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +39 -39
- package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +38 -38
- package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +24 -24
- package/dist/build/types/src/core/modules/document/document-editor-slice.d.ts +6 -6
- package/dist/build/types/src/core/modules/element/components/system-info-modal/system-info-modal.d.ts +5 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/areablock-editable.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-manager.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-utils.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-table.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/checkbox/dynamic-type-grid-cell-checkbox.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/date-time/dynamic-type-grid-cell-date-time.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/system-boolean/dynamic-type-grid-cell-system-boolean.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/system-datetime/dynamic-type-grid-cell-system-datetime.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/system-id/dynamic-type-grid-cell-system-id.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/system-integer/dynamic-type-grid-cell-system-integer.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/system-string/dynamic-type-grid-cell-system-string.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/hooks/use-data-object-grids.d.ts +3 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/utils/column-definition.d.ts +7 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/dynamic-type-object-data-abstract.d.ts +17 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-localized-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-localized-fields.test.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice-enhanced.d.ts +6 -6
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice.gen.d.ts +6 -6
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +4 -4
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +4 -4
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +4 -4
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +4 -4
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/components/tags-tree/create-tree-structure.d.ts +5 -0
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +4 -4
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +6 -6
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice-enhanced.d.ts +6 -6
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice.gen.d.ts +10 -10
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +19 -19
- package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +21 -21
- package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +4 -4
- package/dist/build/types/src/core/modules/element/listing/abstract/configuration-layer/provider/selected-columns/selected-columns-provider.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/email/emails-api-slice-enhanced.d.ts +12 -12
- package/dist/build/types/src/core/modules/email/emails-api-slice.gen.d.ts +12 -12
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-api-slice.gen.d.ts +6 -6
- package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-slice-enhanced.d.ts +10 -10
- package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +4 -4
- package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +8 -8
- package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +1 -0
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.enhanced.d.ts +13 -13
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +13 -13
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/redirects/hooks/use-redirect-options.d.ts +18 -0
- package/dist/build/types/src/core/modules/redirects/seo-api-slice-enhanced.d.ts +355 -11
- package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +12 -12
- package/dist/build/types/src/core/modules/reports/custom-reports-api-slice-enhanced.d.ts +28 -28
- package/dist/build/types/src/core/modules/reports/custom-reports-api-slice.gen.d.ts +49 -41
- package/dist/build/types/src/core/modules/reports/reports-editor/components/helpers.d.ts +11 -0
- package/dist/build/types/src/core/modules/reports/reports-editor/reports-editor.styles.d.ts +1 -3
- package/dist/build/types/src/core/modules/robots-txt/components/robots-txt-site-editor.d.ts +16 -0
- package/dist/build/types/src/core/modules/robots-txt/components/robots-txt-site-editor.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/robots-txt/index.d.ts +11 -0
- package/dist/build/types/src/core/modules/robots-txt/robots-txt-container.d.ts +11 -0
- package/dist/build/types/src/core/modules/robots-txt/robots-txt-container.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +14 -14
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice-enhanced.d.ts +4 -4
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +12 -12
- package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +22 -22
- package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice-enhanced.d.ts +4 -4
- package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +4 -4
- package/dist/build/types/src/sdk/modules/app/index.d.ts +3 -0
- package/dist/build/types/test-utils/mocks/style-mock.d.ts +11 -0
- package/dist/build/types/test-utils/mocks/svg-react-mock.d.ts +12 -0
- package/package.json +6 -5
|
@@ -96,7 +96,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
96
96
|
isFetching: false;
|
|
97
97
|
isSuccess: false;
|
|
98
98
|
isError: false;
|
|
99
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
99
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
100
100
|
isSuccess: true;
|
|
101
101
|
isFetching: false;
|
|
102
102
|
error: undefined;
|
|
@@ -189,7 +189,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
189
189
|
isFetching: false;
|
|
190
190
|
isSuccess: false;
|
|
191
191
|
isError: false;
|
|
192
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
192
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
193
193
|
isSuccess: true;
|
|
194
194
|
isFetching: false;
|
|
195
195
|
error: undefined;
|
|
@@ -280,7 +280,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
280
280
|
isFetching: false;
|
|
281
281
|
isSuccess: false;
|
|
282
282
|
isError: false;
|
|
283
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
283
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
284
284
|
isSuccess: true;
|
|
285
285
|
isFetching: false;
|
|
286
286
|
error: undefined;
|
|
@@ -373,7 +373,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
373
373
|
isFetching: false;
|
|
374
374
|
isSuccess: false;
|
|
375
375
|
isError: false;
|
|
376
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
376
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
377
377
|
isSuccess: true;
|
|
378
378
|
isFetching: false;
|
|
379
379
|
error: undefined;
|
|
@@ -464,7 +464,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
464
464
|
isFetching: false;
|
|
465
465
|
isSuccess: false;
|
|
466
466
|
isError: false;
|
|
467
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
467
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
468
468
|
isSuccess: true;
|
|
469
469
|
isFetching: false;
|
|
470
470
|
error: undefined;
|
|
@@ -557,7 +557,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
557
557
|
isFetching: false;
|
|
558
558
|
isSuccess: false;
|
|
559
559
|
isError: false;
|
|
560
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
560
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
561
561
|
isSuccess: true;
|
|
562
562
|
isFetching: false;
|
|
563
563
|
error: undefined;
|
|
@@ -648,7 +648,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
648
648
|
isFetching: false;
|
|
649
649
|
isSuccess: false;
|
|
650
650
|
isError: false;
|
|
651
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
651
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
652
652
|
isSuccess: true;
|
|
653
653
|
isFetching: false;
|
|
654
654
|
error: undefined;
|
|
@@ -741,7 +741,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
741
741
|
isFetching: false;
|
|
742
742
|
isSuccess: false;
|
|
743
743
|
isError: false;
|
|
744
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
744
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
745
745
|
isSuccess: true;
|
|
746
746
|
isFetching: false;
|
|
747
747
|
error: undefined;
|
|
@@ -832,7 +832,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
832
832
|
isFetching: false;
|
|
833
833
|
isSuccess: false;
|
|
834
834
|
isError: false;
|
|
835
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
835
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
836
836
|
isSuccess: true;
|
|
837
837
|
isFetching: false;
|
|
838
838
|
error: undefined;
|
|
@@ -925,7 +925,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
925
925
|
isFetching: false;
|
|
926
926
|
isSuccess: false;
|
|
927
927
|
isError: false;
|
|
928
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
928
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
929
929
|
isSuccess: true;
|
|
930
930
|
isFetching: false;
|
|
931
931
|
error: undefined;
|
|
@@ -3096,7 +3096,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
3096
3096
|
isFetching: false;
|
|
3097
3097
|
isSuccess: false;
|
|
3098
3098
|
isError: false;
|
|
3099
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3099
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3100
3100
|
isSuccess: true;
|
|
3101
3101
|
isFetching: false;
|
|
3102
3102
|
error: undefined;
|
|
@@ -3189,7 +3189,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
3189
3189
|
isFetching: false;
|
|
3190
3190
|
isSuccess: false;
|
|
3191
3191
|
isError: false;
|
|
3192
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3192
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3193
3193
|
isSuccess: true;
|
|
3194
3194
|
isFetching: false;
|
|
3195
3195
|
error: undefined;
|
|
@@ -3600,7 +3600,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
3600
3600
|
isFetching: false;
|
|
3601
3601
|
isSuccess: false;
|
|
3602
3602
|
isError: false;
|
|
3603
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3603
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3604
3604
|
isSuccess: true;
|
|
3605
3605
|
isFetching: false;
|
|
3606
3606
|
error: undefined;
|
|
@@ -3693,7 +3693,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
3693
3693
|
isFetching: false;
|
|
3694
3694
|
isSuccess: false;
|
|
3695
3695
|
isError: false;
|
|
3696
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3696
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3697
3697
|
isSuccess: true;
|
|
3698
3698
|
isFetching: false;
|
|
3699
3699
|
error: undefined;
|
|
@@ -3784,7 +3784,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
3784
3784
|
isFetching: false;
|
|
3785
3785
|
isSuccess: false;
|
|
3786
3786
|
isError: false;
|
|
3787
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3787
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3788
3788
|
isSuccess: true;
|
|
3789
3789
|
isFetching: false;
|
|
3790
3790
|
error: undefined;
|
|
@@ -3877,7 +3877,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
3877
3877
|
isFetching: false;
|
|
3878
3878
|
isSuccess: false;
|
|
3879
3879
|
isError: false;
|
|
3880
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3880
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3881
3881
|
isSuccess: true;
|
|
3882
3882
|
isFetching: false;
|
|
3883
3883
|
error: undefined;
|
|
@@ -3968,7 +3968,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
3968
3968
|
isFetching: false;
|
|
3969
3969
|
isSuccess: false;
|
|
3970
3970
|
isError: false;
|
|
3971
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3971
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3972
3972
|
isSuccess: true;
|
|
3973
3973
|
isFetching: false;
|
|
3974
3974
|
error: undefined;
|
|
@@ -4061,7 +4061,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
4061
4061
|
isFetching: false;
|
|
4062
4062
|
isSuccess: false;
|
|
4063
4063
|
isError: false;
|
|
4064
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4064
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4065
4065
|
isSuccess: true;
|
|
4066
4066
|
isFetching: false;
|
|
4067
4067
|
error: undefined;
|
|
@@ -4152,7 +4152,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
4152
4152
|
isFetching: false;
|
|
4153
4153
|
isSuccess: false;
|
|
4154
4154
|
isError: false;
|
|
4155
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4155
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4156
4156
|
isSuccess: true;
|
|
4157
4157
|
isFetching: false;
|
|
4158
4158
|
error: undefined;
|
|
@@ -4245,7 +4245,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
4245
4245
|
isFetching: false;
|
|
4246
4246
|
isSuccess: false;
|
|
4247
4247
|
isError: false;
|
|
4248
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4248
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4249
4249
|
isSuccess: true;
|
|
4250
4250
|
isFetching: false;
|
|
4251
4251
|
error: undefined;
|
|
@@ -4336,7 +4336,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
4336
4336
|
isFetching: false;
|
|
4337
4337
|
isSuccess: false;
|
|
4338
4338
|
isError: false;
|
|
4339
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4339
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4340
4340
|
isSuccess: true;
|
|
4341
4341
|
isFetching: false;
|
|
4342
4342
|
error: undefined;
|
|
@@ -4426,7 +4426,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
4426
4426
|
isFetching: false;
|
|
4427
4427
|
isSuccess: false;
|
|
4428
4428
|
isError: false;
|
|
4429
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4429
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4430
4430
|
isSuccess: true;
|
|
4431
4431
|
isFetching: false;
|
|
4432
4432
|
error: undefined;
|
|
@@ -4519,7 +4519,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
4519
4519
|
isFetching: false;
|
|
4520
4520
|
isSuccess: false;
|
|
4521
4521
|
isError: false;
|
|
4522
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4522
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4523
4523
|
isSuccess: true;
|
|
4524
4524
|
isFetching: false;
|
|
4525
4525
|
error: undefined;
|
|
@@ -4612,7 +4612,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
4612
4612
|
isFetching: false;
|
|
4613
4613
|
isSuccess: false;
|
|
4614
4614
|
isError: false;
|
|
4615
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4615
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4616
4616
|
isSuccess: true;
|
|
4617
4617
|
isFetching: false;
|
|
4618
4618
|
error: undefined;
|
|
@@ -4703,7 +4703,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
4703
4703
|
isFetching: false;
|
|
4704
4704
|
isSuccess: false;
|
|
4705
4705
|
isError: false;
|
|
4706
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4706
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4707
4707
|
isSuccess: true;
|
|
4708
4708
|
isFetching: false;
|
|
4709
4709
|
error: undefined;
|
|
@@ -4793,7 +4793,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
4793
4793
|
isFetching: false;
|
|
4794
4794
|
isSuccess: false;
|
|
4795
4795
|
isError: false;
|
|
4796
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4796
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4797
4797
|
isSuccess: true;
|
|
4798
4798
|
isFetching: false;
|
|
4799
4799
|
error: undefined;
|
|
@@ -4886,7 +4886,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
4886
4886
|
isFetching: false;
|
|
4887
4887
|
isSuccess: false;
|
|
4888
4888
|
isError: false;
|
|
4889
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4889
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4890
4890
|
isSuccess: true;
|
|
4891
4891
|
isFetching: false;
|
|
4892
4892
|
error: undefined;
|
|
@@ -4979,7 +4979,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
4979
4979
|
isFetching: false;
|
|
4980
4980
|
isSuccess: false;
|
|
4981
4981
|
isError: false;
|
|
4982
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4982
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4983
4983
|
isSuccess: true;
|
|
4984
4984
|
isFetching: false;
|
|
4985
4985
|
error: undefined;
|
|
@@ -5070,7 +5070,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
5070
5070
|
isFetching: false;
|
|
5071
5071
|
isSuccess: false;
|
|
5072
5072
|
isError: false;
|
|
5073
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
5073
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
5074
5074
|
isSuccess: true;
|
|
5075
5075
|
isFetching: false;
|
|
5076
5076
|
error: undefined;
|
|
@@ -5160,7 +5160,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
5160
5160
|
isFetching: false;
|
|
5161
5161
|
isSuccess: false;
|
|
5162
5162
|
isError: false;
|
|
5163
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
5163
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
5164
5164
|
isSuccess: true;
|
|
5165
5165
|
isFetching: false;
|
|
5166
5166
|
error: undefined;
|
|
@@ -669,7 +669,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
669
669
|
isFetching: false;
|
|
670
670
|
isSuccess: false;
|
|
671
671
|
isError: false;
|
|
672
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
672
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
673
673
|
isSuccess: true;
|
|
674
674
|
isFetching: false;
|
|
675
675
|
error: undefined;
|
|
@@ -762,7 +762,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
762
762
|
isFetching: false;
|
|
763
763
|
isSuccess: false;
|
|
764
764
|
isError: false;
|
|
765
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
765
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
766
766
|
isSuccess: true;
|
|
767
767
|
isFetching: false;
|
|
768
768
|
error: undefined;
|
|
@@ -1333,7 +1333,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
1333
1333
|
isFetching: false;
|
|
1334
1334
|
isSuccess: false;
|
|
1335
1335
|
isError: false;
|
|
1336
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1336
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1337
1337
|
isSuccess: true;
|
|
1338
1338
|
isFetching: false;
|
|
1339
1339
|
error: undefined;
|
|
@@ -1426,7 +1426,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
1426
1426
|
isFetching: false;
|
|
1427
1427
|
isSuccess: false;
|
|
1428
1428
|
isError: false;
|
|
1429
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1429
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1430
1430
|
isSuccess: true;
|
|
1431
1431
|
isFetching: false;
|
|
1432
1432
|
error: undefined;
|
|
@@ -1837,7 +1837,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
1837
1837
|
isFetching: false;
|
|
1838
1838
|
isSuccess: false;
|
|
1839
1839
|
isError: false;
|
|
1840
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1840
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1841
1841
|
isSuccess: true;
|
|
1842
1842
|
isFetching: false;
|
|
1843
1843
|
error: undefined;
|
|
@@ -1930,7 +1930,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
1930
1930
|
isFetching: false;
|
|
1931
1931
|
isSuccess: false;
|
|
1932
1932
|
isError: false;
|
|
1933
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1933
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1934
1934
|
isSuccess: true;
|
|
1935
1935
|
isFetching: false;
|
|
1936
1936
|
error: undefined;
|
|
@@ -2501,7 +2501,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
2501
2501
|
isFetching: false;
|
|
2502
2502
|
isSuccess: false;
|
|
2503
2503
|
isError: false;
|
|
2504
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2504
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2505
2505
|
isSuccess: true;
|
|
2506
2506
|
isFetching: false;
|
|
2507
2507
|
error: undefined;
|
|
@@ -2594,7 +2594,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
2594
2594
|
isFetching: false;
|
|
2595
2595
|
isSuccess: false;
|
|
2596
2596
|
isError: false;
|
|
2597
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2597
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2598
2598
|
isSuccess: true;
|
|
2599
2599
|
isFetching: false;
|
|
2600
2600
|
error: undefined;
|
|
@@ -3165,7 +3165,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
3165
3165
|
isFetching: false;
|
|
3166
3166
|
isSuccess: false;
|
|
3167
3167
|
isError: false;
|
|
3168
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3168
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3169
3169
|
isSuccess: true;
|
|
3170
3170
|
isFetching: false;
|
|
3171
3171
|
error: undefined;
|
|
@@ -3258,7 +3258,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
3258
3258
|
isFetching: false;
|
|
3259
3259
|
isSuccess: false;
|
|
3260
3260
|
isError: false;
|
|
3261
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3261
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3262
3262
|
isSuccess: true;
|
|
3263
3263
|
isFetching: false;
|
|
3264
3264
|
error: undefined;
|
|
@@ -3829,7 +3829,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
3829
3829
|
isFetching: false;
|
|
3830
3830
|
isSuccess: false;
|
|
3831
3831
|
isError: false;
|
|
3832
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3832
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3833
3833
|
isSuccess: true;
|
|
3834
3834
|
isFetching: false;
|
|
3835
3835
|
error: undefined;
|
|
@@ -3922,7 +3922,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
3922
3922
|
isFetching: false;
|
|
3923
3923
|
isSuccess: false;
|
|
3924
3924
|
isError: false;
|
|
3925
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3925
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3926
3926
|
isSuccess: true;
|
|
3927
3927
|
isFetching: false;
|
|
3928
3928
|
error: undefined;
|
|
@@ -4173,7 +4173,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
4173
4173
|
isFetching: false;
|
|
4174
4174
|
isSuccess: false;
|
|
4175
4175
|
isError: false;
|
|
4176
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4176
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4177
4177
|
isSuccess: true;
|
|
4178
4178
|
isFetching: false;
|
|
4179
4179
|
error: undefined;
|
|
@@ -4266,7 +4266,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
4266
4266
|
isFetching: false;
|
|
4267
4267
|
isSuccess: false;
|
|
4268
4268
|
isError: false;
|
|
4269
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4269
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4270
4270
|
isSuccess: true;
|
|
4271
4271
|
isFetching: false;
|
|
4272
4272
|
error: undefined;
|
|
@@ -4357,7 +4357,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
4357
4357
|
isFetching: false;
|
|
4358
4358
|
isSuccess: false;
|
|
4359
4359
|
isError: false;
|
|
4360
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4360
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4361
4361
|
isSuccess: true;
|
|
4362
4362
|
isFetching: false;
|
|
4363
4363
|
error: undefined;
|
|
@@ -4450,7 +4450,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
4450
4450
|
isFetching: false;
|
|
4451
4451
|
isSuccess: false;
|
|
4452
4452
|
isError: false;
|
|
4453
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4453
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4454
4454
|
isSuccess: true;
|
|
4455
4455
|
isFetching: false;
|
|
4456
4456
|
error: undefined;
|
|
@@ -4541,7 +4541,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
4541
4541
|
isFetching: false;
|
|
4542
4542
|
isSuccess: false;
|
|
4543
4543
|
isError: false;
|
|
4544
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4544
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4545
4545
|
isSuccess: true;
|
|
4546
4546
|
isFetching: false;
|
|
4547
4547
|
error: undefined;
|
|
@@ -4634,7 +4634,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
4634
4634
|
isFetching: false;
|
|
4635
4635
|
isSuccess: false;
|
|
4636
4636
|
isError: false;
|
|
4637
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4637
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4638
4638
|
isSuccess: true;
|
|
4639
4639
|
isFetching: false;
|
|
4640
4640
|
error: undefined;
|
|
@@ -4725,7 +4725,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
4725
4725
|
isFetching: false;
|
|
4726
4726
|
isSuccess: false;
|
|
4727
4727
|
isError: false;
|
|
4728
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4728
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4729
4729
|
isSuccess: true;
|
|
4730
4730
|
isFetching: false;
|
|
4731
4731
|
error: undefined;
|
|
@@ -4818,7 +4818,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
4818
4818
|
isFetching: false;
|
|
4819
4819
|
isSuccess: false;
|
|
4820
4820
|
isError: false;
|
|
4821
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4821
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4822
4822
|
isSuccess: true;
|
|
4823
4823
|
isFetching: false;
|
|
4824
4824
|
error: undefined;
|
|
@@ -4909,7 +4909,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
4909
4909
|
isFetching: false;
|
|
4910
4910
|
isSuccess: false;
|
|
4911
4911
|
isError: false;
|
|
4912
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4912
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4913
4913
|
isSuccess: true;
|
|
4914
4914
|
isFetching: false;
|
|
4915
4915
|
error: undefined;
|
|
@@ -5002,7 +5002,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
5002
5002
|
isFetching: false;
|
|
5003
5003
|
isSuccess: false;
|
|
5004
5004
|
isError: false;
|
|
5005
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
5005
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
5006
5006
|
isSuccess: true;
|
|
5007
5007
|
isFetching: false;
|
|
5008
5008
|
error: undefined;
|
|
@@ -5093,7 +5093,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
5093
5093
|
isFetching: false;
|
|
5094
5094
|
isSuccess: false;
|
|
5095
5095
|
isError: false;
|
|
5096
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
5096
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
5097
5097
|
isSuccess: true;
|
|
5098
5098
|
isFetching: false;
|
|
5099
5099
|
error: undefined;
|
|
@@ -5186,7 +5186,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
5186
5186
|
isFetching: false;
|
|
5187
5187
|
isSuccess: false;
|
|
5188
5188
|
isError: false;
|
|
5189
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
5189
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
5190
5190
|
isSuccess: true;
|
|
5191
5191
|
isFetching: false;
|
|
5192
5192
|
error: undefined;
|
|
@@ -5277,7 +5277,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
5277
5277
|
isFetching: false;
|
|
5278
5278
|
isSuccess: false;
|
|
5279
5279
|
isError: false;
|
|
5280
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
5280
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
5281
5281
|
isSuccess: true;
|
|
5282
5282
|
isFetching: false;
|
|
5283
5283
|
error: undefined;
|
|
@@ -5370,7 +5370,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
5370
5370
|
isFetching: false;
|
|
5371
5371
|
isSuccess: false;
|
|
5372
5372
|
isError: false;
|
|
5373
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
5373
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
5374
5374
|
isSuccess: true;
|
|
5375
5375
|
isFetching: false;
|
|
5376
5376
|
error: undefined;
|
|
@@ -5461,7 +5461,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
5461
5461
|
isFetching: false;
|
|
5462
5462
|
isSuccess: false;
|
|
5463
5463
|
isError: false;
|
|
5464
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
5464
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
5465
5465
|
isSuccess: true;
|
|
5466
5466
|
isFetching: false;
|
|
5467
5467
|
error: undefined;
|
|
@@ -5554,7 +5554,7 @@ export declare const useClassificationStoreConfigurationCollectionCollectionQuer
|
|
|
5554
5554
|
isFetching: false;
|
|
5555
5555
|
isSuccess: false;
|
|
5556
5556
|
isError: false;
|
|
5557
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
5557
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
5558
5558
|
isSuccess: true;
|
|
5559
5559
|
isFetching: false;
|
|
5560
5560
|
error: undefined;
|
|
@@ -411,7 +411,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
|
|
|
411
411
|
isFetching: false;
|
|
412
412
|
isSuccess: false;
|
|
413
413
|
isError: false;
|
|
414
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
414
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
415
415
|
isSuccess: true;
|
|
416
416
|
isFetching: false;
|
|
417
417
|
error: undefined;
|
|
@@ -443,7 +443,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
|
|
|
443
443
|
isError: false;
|
|
444
444
|
}, "error">>)> & {
|
|
445
445
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
446
|
-
}>(arg: import("./data-object-api-slice.gen").DataObjectGetByIdApiArg
|
|
446
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./data-object-api-slice.gen").DataObjectGetByIdApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
447
447
|
skip?: boolean;
|
|
448
448
|
refetchOnMountOrArgChange?: boolean | number;
|
|
449
449
|
} & {
|
|
@@ -504,7 +504,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
|
|
|
504
504
|
isFetching: false;
|
|
505
505
|
isSuccess: false;
|
|
506
506
|
isError: false;
|
|
507
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
507
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
508
508
|
isSuccess: true;
|
|
509
509
|
isFetching: false;
|
|
510
510
|
error: undefined;
|
|
@@ -1075,7 +1075,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
|
|
|
1075
1075
|
isFetching: false;
|
|
1076
1076
|
isSuccess: false;
|
|
1077
1077
|
isError: false;
|
|
1078
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1078
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1079
1079
|
isSuccess: true;
|
|
1080
1080
|
isFetching: false;
|
|
1081
1081
|
error: undefined;
|
|
@@ -1107,7 +1107,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
|
|
|
1107
1107
|
isError: false;
|
|
1108
1108
|
}, "error">>)> & {
|
|
1109
1109
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1110
|
-
}>(arg: import("./data-object-api-slice.gen").DataObjectGetTreeApiArg
|
|
1110
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./data-object-api-slice.gen").DataObjectGetTreeApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
1111
1111
|
skip?: boolean;
|
|
1112
1112
|
refetchOnMountOrArgChange?: boolean | number;
|
|
1113
1113
|
} & {
|
|
@@ -1168,7 +1168,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
|
|
|
1168
1168
|
isFetching: false;
|
|
1169
1169
|
isSuccess: false;
|
|
1170
1170
|
isError: false;
|
|
1171
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1171
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1172
1172
|
isSuccess: true;
|
|
1173
1173
|
isFetching: false;
|
|
1174
1174
|
error: undefined;
|
|
@@ -1259,7 +1259,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
|
|
|
1259
1259
|
isFetching: false;
|
|
1260
1260
|
isSuccess: false;
|
|
1261
1261
|
isError: false;
|
|
1262
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1262
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1263
1263
|
isSuccess: true;
|
|
1264
1264
|
isFetching: false;
|
|
1265
1265
|
error: undefined;
|
|
@@ -1291,7 +1291,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
|
|
|
1291
1291
|
isError: false;
|
|
1292
1292
|
}, "error">>)> & {
|
|
1293
1293
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1294
|
-
}>(arg: import("./data-object-api-slice.gen").DataObjectGetLayoutByIdApiArg
|
|
1294
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./data-object-api-slice.gen").DataObjectGetLayoutByIdApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
1295
1295
|
skip?: boolean;
|
|
1296
1296
|
refetchOnMountOrArgChange?: boolean | number;
|
|
1297
1297
|
} & {
|
|
@@ -1352,7 +1352,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
|
|
|
1352
1352
|
isFetching: false;
|
|
1353
1353
|
isSuccess: false;
|
|
1354
1354
|
isError: false;
|
|
1355
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1355
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1356
1356
|
isSuccess: true;
|
|
1357
1357
|
isFetching: false;
|
|
1358
1358
|
error: undefined;
|