@pimcore/studio-ui-bundle 2025.4.1 → 2025.4.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
|
@@ -1020,7 +1020,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
1020
1020
|
isFetching: false;
|
|
1021
1021
|
isSuccess: false;
|
|
1022
1022
|
isError: false;
|
|
1023
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1023
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1024
1024
|
isSuccess: true;
|
|
1025
1025
|
isFetching: false;
|
|
1026
1026
|
error: undefined;
|
|
@@ -1113,7 +1113,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
1113
1113
|
isFetching: false;
|
|
1114
1114
|
isSuccess: false;
|
|
1115
1115
|
isError: false;
|
|
1116
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1116
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1117
1117
|
isSuccess: true;
|
|
1118
1118
|
isFetching: false;
|
|
1119
1119
|
error: undefined;
|
|
@@ -1524,7 +1524,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
1524
1524
|
isFetching: false;
|
|
1525
1525
|
isSuccess: false;
|
|
1526
1526
|
isError: false;
|
|
1527
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1527
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1528
1528
|
isSuccess: true;
|
|
1529
1529
|
isFetching: false;
|
|
1530
1530
|
error: undefined;
|
|
@@ -1617,7 +1617,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
1617
1617
|
isFetching: false;
|
|
1618
1618
|
isSuccess: false;
|
|
1619
1619
|
isError: false;
|
|
1620
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1620
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1621
1621
|
isSuccess: true;
|
|
1622
1622
|
isFetching: false;
|
|
1623
1623
|
error: undefined;
|
|
@@ -1708,7 +1708,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
1708
1708
|
isFetching: false;
|
|
1709
1709
|
isSuccess: false;
|
|
1710
1710
|
isError: false;
|
|
1711
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1711
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1712
1712
|
isSuccess: true;
|
|
1713
1713
|
isFetching: false;
|
|
1714
1714
|
error: undefined;
|
|
@@ -1801,7 +1801,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
1801
1801
|
isFetching: false;
|
|
1802
1802
|
isSuccess: false;
|
|
1803
1803
|
isError: false;
|
|
1804
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1804
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1805
1805
|
isSuccess: true;
|
|
1806
1806
|
isFetching: false;
|
|
1807
1807
|
error: undefined;
|
|
@@ -1892,7 +1892,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
1892
1892
|
isFetching: false;
|
|
1893
1893
|
isSuccess: false;
|
|
1894
1894
|
isError: false;
|
|
1895
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1895
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1896
1896
|
isSuccess: true;
|
|
1897
1897
|
isFetching: false;
|
|
1898
1898
|
error: undefined;
|
|
@@ -1985,7 +1985,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
1985
1985
|
isFetching: false;
|
|
1986
1986
|
isSuccess: false;
|
|
1987
1987
|
isError: false;
|
|
1988
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1988
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1989
1989
|
isSuccess: true;
|
|
1990
1990
|
isFetching: false;
|
|
1991
1991
|
error: undefined;
|
|
@@ -2076,7 +2076,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
2076
2076
|
isFetching: false;
|
|
2077
2077
|
isSuccess: false;
|
|
2078
2078
|
isError: false;
|
|
2079
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2079
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2080
2080
|
isSuccess: true;
|
|
2081
2081
|
isFetching: false;
|
|
2082
2082
|
error: undefined;
|
|
@@ -2169,7 +2169,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
2169
2169
|
isFetching: false;
|
|
2170
2170
|
isSuccess: false;
|
|
2171
2171
|
isError: false;
|
|
2172
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2172
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2173
2173
|
isSuccess: true;
|
|
2174
2174
|
isFetching: false;
|
|
2175
2175
|
error: undefined;
|
|
@@ -2260,7 +2260,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
2260
2260
|
isFetching: false;
|
|
2261
2261
|
isSuccess: false;
|
|
2262
2262
|
isError: false;
|
|
2263
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2263
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2264
2264
|
isSuccess: true;
|
|
2265
2265
|
isFetching: false;
|
|
2266
2266
|
error: undefined;
|
|
@@ -2353,7 +2353,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
2353
2353
|
isFetching: false;
|
|
2354
2354
|
isSuccess: false;
|
|
2355
2355
|
isError: false;
|
|
2356
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2356
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2357
2357
|
isSuccess: true;
|
|
2358
2358
|
isFetching: false;
|
|
2359
2359
|
error: undefined;
|
|
@@ -2444,7 +2444,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
2444
2444
|
isFetching: false;
|
|
2445
2445
|
isSuccess: false;
|
|
2446
2446
|
isError: false;
|
|
2447
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2447
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2448
2448
|
isSuccess: true;
|
|
2449
2449
|
isFetching: false;
|
|
2450
2450
|
error: undefined;
|
|
@@ -2537,7 +2537,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
2537
2537
|
isFetching: false;
|
|
2538
2538
|
isSuccess: false;
|
|
2539
2539
|
isError: false;
|
|
2540
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2540
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2541
2541
|
isSuccess: true;
|
|
2542
2542
|
isFetching: false;
|
|
2543
2543
|
error: undefined;
|
|
@@ -2628,7 +2628,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
2628
2628
|
isFetching: false;
|
|
2629
2629
|
isSuccess: false;
|
|
2630
2630
|
isError: false;
|
|
2631
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2631
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2632
2632
|
isSuccess: true;
|
|
2633
2633
|
isFetching: false;
|
|
2634
2634
|
error: undefined;
|
|
@@ -2721,7 +2721,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
2721
2721
|
isFetching: false;
|
|
2722
2722
|
isSuccess: false;
|
|
2723
2723
|
isError: false;
|
|
2724
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2724
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2725
2725
|
isSuccess: true;
|
|
2726
2726
|
isFetching: false;
|
|
2727
2727
|
error: undefined;
|
|
@@ -2812,7 +2812,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
2812
2812
|
isFetching: false;
|
|
2813
2813
|
isSuccess: false;
|
|
2814
2814
|
isError: false;
|
|
2815
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2815
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2816
2816
|
isSuccess: true;
|
|
2817
2817
|
isFetching: false;
|
|
2818
2818
|
error: undefined;
|
|
@@ -2905,7 +2905,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
2905
2905
|
isFetching: false;
|
|
2906
2906
|
isSuccess: false;
|
|
2907
2907
|
isError: false;
|
|
2908
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2908
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2909
2909
|
isSuccess: true;
|
|
2910
2910
|
isFetching: false;
|
|
2911
2911
|
error: undefined;
|
|
@@ -2996,7 +2996,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
2996
2996
|
isFetching: false;
|
|
2997
2997
|
isSuccess: false;
|
|
2998
2998
|
isError: false;
|
|
2999
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2999
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3000
3000
|
isSuccess: true;
|
|
3001
3001
|
isFetching: false;
|
|
3002
3002
|
error: undefined;
|
|
@@ -3089,7 +3089,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
3089
3089
|
isFetching: false;
|
|
3090
3090
|
isSuccess: false;
|
|
3091
3091
|
isError: false;
|
|
3092
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3092
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3093
3093
|
isSuccess: true;
|
|
3094
3094
|
isFetching: false;
|
|
3095
3095
|
error: undefined;
|
|
@@ -3340,7 +3340,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
3340
3340
|
isFetching: false;
|
|
3341
3341
|
isSuccess: false;
|
|
3342
3342
|
isError: false;
|
|
3343
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3343
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3344
3344
|
isSuccess: true;
|
|
3345
3345
|
isFetching: false;
|
|
3346
3346
|
error: undefined;
|
|
@@ -3433,7 +3433,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
3433
3433
|
isFetching: false;
|
|
3434
3434
|
isSuccess: false;
|
|
3435
3435
|
isError: false;
|
|
3436
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3436
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3437
3437
|
isSuccess: true;
|
|
3438
3438
|
isFetching: false;
|
|
3439
3439
|
error: undefined;
|
|
@@ -3844,7 +3844,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
3844
3844
|
isFetching: false;
|
|
3845
3845
|
isSuccess: false;
|
|
3846
3846
|
isError: false;
|
|
3847
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3847
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3848
3848
|
isSuccess: true;
|
|
3849
3849
|
isFetching: false;
|
|
3850
3850
|
error: undefined;
|
|
@@ -3937,7 +3937,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
3937
3937
|
isFetching: false;
|
|
3938
3938
|
isSuccess: false;
|
|
3939
3939
|
isError: false;
|
|
3940
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3940
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3941
3941
|
isSuccess: true;
|
|
3942
3942
|
isFetching: false;
|
|
3943
3943
|
error: undefined;
|
|
@@ -4348,7 +4348,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
4348
4348
|
isFetching: false;
|
|
4349
4349
|
isSuccess: false;
|
|
4350
4350
|
isError: false;
|
|
4351
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4351
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4352
4352
|
isSuccess: true;
|
|
4353
4353
|
isFetching: false;
|
|
4354
4354
|
error: undefined;
|
|
@@ -4441,7 +4441,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
4441
4441
|
isFetching: false;
|
|
4442
4442
|
isSuccess: false;
|
|
4443
4443
|
isError: false;
|
|
4444
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4444
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4445
4445
|
isSuccess: true;
|
|
4446
4446
|
isFetching: false;
|
|
4447
4447
|
error: undefined;
|
|
@@ -4532,7 +4532,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
4532
4532
|
isFetching: false;
|
|
4533
4533
|
isSuccess: false;
|
|
4534
4534
|
isError: false;
|
|
4535
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4535
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4536
4536
|
isSuccess: true;
|
|
4537
4537
|
isFetching: false;
|
|
4538
4538
|
error: undefined;
|
|
@@ -4625,7 +4625,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
4625
4625
|
isFetching: false;
|
|
4626
4626
|
isSuccess: false;
|
|
4627
4627
|
isError: false;
|
|
4628
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4628
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4629
4629
|
isSuccess: true;
|
|
4630
4630
|
isFetching: false;
|
|
4631
4631
|
error: undefined;
|
|
@@ -4716,7 +4716,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
4716
4716
|
isFetching: false;
|
|
4717
4717
|
isSuccess: false;
|
|
4718
4718
|
isError: false;
|
|
4719
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4719
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4720
4720
|
isSuccess: true;
|
|
4721
4721
|
isFetching: false;
|
|
4722
4722
|
error: undefined;
|
|
@@ -4809,7 +4809,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
4809
4809
|
isFetching: false;
|
|
4810
4810
|
isSuccess: false;
|
|
4811
4811
|
isError: false;
|
|
4812
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4812
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4813
4813
|
isSuccess: true;
|
|
4814
4814
|
isFetching: false;
|
|
4815
4815
|
error: undefined;
|
|
@@ -5540,7 +5540,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
5540
5540
|
isFetching: false;
|
|
5541
5541
|
isSuccess: false;
|
|
5542
5542
|
isError: false;
|
|
5543
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
5543
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
5544
5544
|
isSuccess: true;
|
|
5545
5545
|
isFetching: false;
|
|
5546
5546
|
error: undefined;
|
|
@@ -5633,7 +5633,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
5633
5633
|
isFetching: false;
|
|
5634
5634
|
isSuccess: false;
|
|
5635
5635
|
isError: false;
|
|
5636
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
5636
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
5637
5637
|
isSuccess: true;
|
|
5638
5638
|
isFetching: false;
|
|
5639
5639
|
error: undefined;
|
|
@@ -5724,7 +5724,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
5724
5724
|
isFetching: false;
|
|
5725
5725
|
isSuccess: false;
|
|
5726
5726
|
isError: false;
|
|
5727
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
5727
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
5728
5728
|
isSuccess: true;
|
|
5729
5729
|
isFetching: false;
|
|
5730
5730
|
error: undefined;
|
|
@@ -5817,7 +5817,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
5817
5817
|
isFetching: false;
|
|
5818
5818
|
isSuccess: false;
|
|
5819
5819
|
isError: false;
|
|
5820
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
5820
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
5821
5821
|
isSuccess: true;
|
|
5822
5822
|
isFetching: false;
|
|
5823
5823
|
error: undefined;
|
|
@@ -5908,7 +5908,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
5908
5908
|
isFetching: false;
|
|
5909
5909
|
isSuccess: false;
|
|
5910
5910
|
isError: false;
|
|
5911
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
5911
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
5912
5912
|
isSuccess: true;
|
|
5913
5913
|
isFetching: false;
|
|
5914
5914
|
error: undefined;
|
|
@@ -6001,7 +6001,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
6001
6001
|
isFetching: false;
|
|
6002
6002
|
isSuccess: false;
|
|
6003
6003
|
isError: false;
|
|
6004
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
6004
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
6005
6005
|
isSuccess: true;
|
|
6006
6006
|
isFetching: false;
|
|
6007
6007
|
error: undefined;
|
|
@@ -6092,7 +6092,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
6092
6092
|
isFetching: false;
|
|
6093
6093
|
isSuccess: false;
|
|
6094
6094
|
isError: false;
|
|
6095
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
6095
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
6096
6096
|
isSuccess: true;
|
|
6097
6097
|
isFetching: false;
|
|
6098
6098
|
error: undefined;
|
|
@@ -6185,7 +6185,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
6185
6185
|
isFetching: false;
|
|
6186
6186
|
isSuccess: false;
|
|
6187
6187
|
isError: false;
|
|
6188
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
6188
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
6189
6189
|
isSuccess: true;
|
|
6190
6190
|
isFetching: false;
|
|
6191
6191
|
error: undefined;
|
|
@@ -6276,7 +6276,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
6276
6276
|
isFetching: false;
|
|
6277
6277
|
isSuccess: false;
|
|
6278
6278
|
isError: false;
|
|
6279
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
6279
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
6280
6280
|
isSuccess: true;
|
|
6281
6281
|
isFetching: false;
|
|
6282
6282
|
error: undefined;
|
|
@@ -6369,7 +6369,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
6369
6369
|
isFetching: false;
|
|
6370
6370
|
isSuccess: false;
|
|
6371
6371
|
isError: false;
|
|
6372
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
6372
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
6373
6373
|
isSuccess: true;
|
|
6374
6374
|
isFetching: false;
|
|
6375
6375
|
error: undefined;
|
|
@@ -6460,7 +6460,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
6460
6460
|
isFetching: false;
|
|
6461
6461
|
isSuccess: false;
|
|
6462
6462
|
isError: false;
|
|
6463
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
6463
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
6464
6464
|
isSuccess: true;
|
|
6465
6465
|
isFetching: false;
|
|
6466
6466
|
error: undefined;
|
|
@@ -6553,7 +6553,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
6553
6553
|
isFetching: false;
|
|
6554
6554
|
isSuccess: false;
|
|
6555
6555
|
isError: false;
|
|
6556
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
6556
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
6557
6557
|
isSuccess: true;
|
|
6558
6558
|
isFetching: false;
|
|
6559
6559
|
error: undefined;
|
|
@@ -6644,7 +6644,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
6644
6644
|
isFetching: false;
|
|
6645
6645
|
isSuccess: false;
|
|
6646
6646
|
isError: false;
|
|
6647
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
6647
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
6648
6648
|
isSuccess: true;
|
|
6649
6649
|
isFetching: false;
|
|
6650
6650
|
error: undefined;
|
|
@@ -6737,7 +6737,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
6737
6737
|
isFetching: false;
|
|
6738
6738
|
isSuccess: false;
|
|
6739
6739
|
isError: false;
|
|
6740
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
6740
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
6741
6741
|
isSuccess: true;
|
|
6742
6742
|
isFetching: false;
|
|
6743
6743
|
error: undefined;
|
|
@@ -6828,7 +6828,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
6828
6828
|
isFetching: false;
|
|
6829
6829
|
isSuccess: false;
|
|
6830
6830
|
isError: false;
|
|
6831
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
6831
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
6832
6832
|
isSuccess: true;
|
|
6833
6833
|
isFetching: false;
|
|
6834
6834
|
error: undefined;
|
|
@@ -6921,7 +6921,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
6921
6921
|
isFetching: false;
|
|
6922
6922
|
isSuccess: false;
|
|
6923
6923
|
isError: false;
|
|
6924
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
6924
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
6925
6925
|
isSuccess: true;
|
|
6926
6926
|
isFetching: false;
|
|
6927
6927
|
error: undefined;
|
|
@@ -7012,7 +7012,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
7012
7012
|
isFetching: false;
|
|
7013
7013
|
isSuccess: false;
|
|
7014
7014
|
isError: false;
|
|
7015
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
7015
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
7016
7016
|
isSuccess: true;
|
|
7017
7017
|
isFetching: false;
|
|
7018
7018
|
error: undefined;
|
|
@@ -7105,7 +7105,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
7105
7105
|
isFetching: false;
|
|
7106
7106
|
isSuccess: false;
|
|
7107
7107
|
isError: false;
|
|
7108
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
7108
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
7109
7109
|
isSuccess: true;
|
|
7110
7110
|
isFetching: false;
|
|
7111
7111
|
error: undefined;
|
|
@@ -7676,7 +7676,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
7676
7676
|
isFetching: false;
|
|
7677
7677
|
isSuccess: false;
|
|
7678
7678
|
isError: false;
|
|
7679
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
7679
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
7680
7680
|
isSuccess: true;
|
|
7681
7681
|
isFetching: false;
|
|
7682
7682
|
error: undefined;
|
|
@@ -7769,7 +7769,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
7769
7769
|
isFetching: false;
|
|
7770
7770
|
isSuccess: false;
|
|
7771
7771
|
isError: false;
|
|
7772
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
7772
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
7773
7773
|
isSuccess: true;
|
|
7774
7774
|
isFetching: false;
|
|
7775
7775
|
error: undefined;
|
|
@@ -8020,7 +8020,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
8020
8020
|
isFetching: false;
|
|
8021
8021
|
isSuccess: false;
|
|
8022
8022
|
isError: false;
|
|
8023
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
8023
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
8024
8024
|
isSuccess: true;
|
|
8025
8025
|
isFetching: false;
|
|
8026
8026
|
error: undefined;
|
|
@@ -8113,7 +8113,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
8113
8113
|
isFetching: false;
|
|
8114
8114
|
isSuccess: false;
|
|
8115
8115
|
isError: false;
|
|
8116
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
8116
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
8117
8117
|
isSuccess: true;
|
|
8118
8118
|
isFetching: false;
|
|
8119
8119
|
error: undefined;
|
|
@@ -8524,7 +8524,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
8524
8524
|
isFetching: false;
|
|
8525
8525
|
isSuccess: false;
|
|
8526
8526
|
isError: false;
|
|
8527
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
8527
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
8528
8528
|
isSuccess: true;
|
|
8529
8529
|
isFetching: false;
|
|
8530
8530
|
error: undefined;
|
|
@@ -8617,7 +8617,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
8617
8617
|
isFetching: false;
|
|
8618
8618
|
isSuccess: false;
|
|
8619
8619
|
isError: false;
|
|
8620
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
8620
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
8621
8621
|
isSuccess: true;
|
|
8622
8622
|
isFetching: false;
|
|
8623
8623
|
error: undefined;
|
|
@@ -8708,7 +8708,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
8708
8708
|
isFetching: false;
|
|
8709
8709
|
isSuccess: false;
|
|
8710
8710
|
isError: false;
|
|
8711
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
8711
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
8712
8712
|
isSuccess: true;
|
|
8713
8713
|
isFetching: false;
|
|
8714
8714
|
error: undefined;
|
|
@@ -8801,7 +8801,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
8801
8801
|
isFetching: false;
|
|
8802
8802
|
isSuccess: false;
|
|
8803
8803
|
isError: false;
|
|
8804
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
8804
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
8805
8805
|
isSuccess: true;
|
|
8806
8806
|
isFetching: false;
|
|
8807
8807
|
error: undefined;
|
|
@@ -8892,7 +8892,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
8892
8892
|
isFetching: false;
|
|
8893
8893
|
isSuccess: false;
|
|
8894
8894
|
isError: false;
|
|
8895
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
8895
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
8896
8896
|
isSuccess: true;
|
|
8897
8897
|
isFetching: false;
|
|
8898
8898
|
error: undefined;
|
|
@@ -8985,7 +8985,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
8985
8985
|
isFetching: false;
|
|
8986
8986
|
isSuccess: false;
|
|
8987
8987
|
isError: false;
|
|
8988
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
8988
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
8989
8989
|
isSuccess: true;
|
|
8990
8990
|
isFetching: false;
|
|
8991
8991
|
error: undefined;
|
|
@@ -9076,7 +9076,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
9076
9076
|
isFetching: false;
|
|
9077
9077
|
isSuccess: false;
|
|
9078
9078
|
isError: false;
|
|
9079
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
9079
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
9080
9080
|
isSuccess: true;
|
|
9081
9081
|
isFetching: false;
|
|
9082
9082
|
error: undefined;
|
|
@@ -9169,7 +9169,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
9169
9169
|
isFetching: false;
|
|
9170
9170
|
isSuccess: false;
|
|
9171
9171
|
isError: false;
|
|
9172
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
9172
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
9173
9173
|
isSuccess: true;
|
|
9174
9174
|
isFetching: false;
|
|
9175
9175
|
error: undefined;
|
|
@@ -9260,7 +9260,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
9260
9260
|
isFetching: false;
|
|
9261
9261
|
isSuccess: false;
|
|
9262
9262
|
isError: false;
|
|
9263
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
9263
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
9264
9264
|
isSuccess: true;
|
|
9265
9265
|
isFetching: false;
|
|
9266
9266
|
error: undefined;
|
|
@@ -9353,7 +9353,7 @@ export declare const useAssetGetTypesQuery: <R extends Record<string, any> = imp
|
|
|
9353
9353
|
isFetching: false;
|
|
9354
9354
|
isSuccess: false;
|
|
9355
9355
|
isError: false;
|
|
9356
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
9356
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
9357
9357
|
isSuccess: true;
|
|
9358
9358
|
isFetching: false;
|
|
9359
9359
|
error: undefined;
|
|
@@ -72,7 +72,7 @@ export declare const useAssetCustomMetadataGetByIdQuery: <R extends Record<strin
|
|
|
72
72
|
isFetching: false;
|
|
73
73
|
isSuccess: false;
|
|
74
74
|
isError: false;
|
|
75
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
75
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
76
76
|
isSuccess: true;
|
|
77
77
|
isFetching: false;
|
|
78
78
|
error: undefined;
|
|
@@ -165,7 +165,7 @@ export declare const useAssetCustomMetadataGetByIdQuery: <R extends Record<strin
|
|
|
165
165
|
isFetching: false;
|
|
166
166
|
isSuccess: false;
|
|
167
167
|
isError: false;
|
|
168
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
168
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
169
169
|
isSuccess: true;
|
|
170
170
|
isFetching: false;
|
|
171
171
|
error: undefined;
|
|
@@ -256,7 +256,7 @@ export declare const useAssetCustomMetadataGetByIdQuery: <R extends Record<strin
|
|
|
256
256
|
isFetching: false;
|
|
257
257
|
isSuccess: false;
|
|
258
258
|
isError: false;
|
|
259
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
259
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
260
260
|
isSuccess: true;
|
|
261
261
|
isFetching: false;
|
|
262
262
|
error: undefined;
|
|
@@ -349,7 +349,7 @@ export declare const useAssetCustomMetadataGetByIdQuery: <R extends Record<strin
|
|
|
349
349
|
isFetching: false;
|
|
350
350
|
isSuccess: false;
|
|
351
351
|
isError: false;
|
|
352
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
352
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
353
353
|
isSuccess: true;
|
|
354
354
|
isFetching: false;
|
|
355
355
|
error: undefined;
|
|
@@ -440,7 +440,7 @@ export declare const useAssetCustomMetadataGetByIdQuery: <R extends Record<strin
|
|
|
440
440
|
isFetching: false;
|
|
441
441
|
isSuccess: false;
|
|
442
442
|
isError: false;
|
|
443
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
443
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
444
444
|
isSuccess: true;
|
|
445
445
|
isFetching: false;
|
|
446
446
|
error: undefined;
|
|
@@ -530,7 +530,7 @@ export declare const useAssetCustomMetadataGetByIdQuery: <R extends Record<strin
|
|
|
530
530
|
isFetching: false;
|
|
531
531
|
isSuccess: false;
|
|
532
532
|
isError: false;
|
|
533
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
533
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
534
534
|
isSuccess: true;
|
|
535
535
|
isFetching: false;
|
|
536
536
|
error: undefined;
|