@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
|
@@ -78,7 +78,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
78
78
|
isFetching: false;
|
|
79
79
|
isSuccess: false;
|
|
80
80
|
isError: false;
|
|
81
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
81
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
82
82
|
isSuccess: true;
|
|
83
83
|
isFetching: false;
|
|
84
84
|
error: undefined;
|
|
@@ -171,7 +171,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
171
171
|
isFetching: false;
|
|
172
172
|
isSuccess: false;
|
|
173
173
|
isError: false;
|
|
174
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
174
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
175
175
|
isSuccess: true;
|
|
176
176
|
isFetching: false;
|
|
177
177
|
error: undefined;
|
|
@@ -582,7 +582,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
582
582
|
isFetching: false;
|
|
583
583
|
isSuccess: false;
|
|
584
584
|
isError: false;
|
|
585
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
585
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
586
586
|
isSuccess: true;
|
|
587
587
|
isFetching: false;
|
|
588
588
|
error: undefined;
|
|
@@ -675,7 +675,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
675
675
|
isFetching: false;
|
|
676
676
|
isSuccess: false;
|
|
677
677
|
isError: false;
|
|
678
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
678
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
679
679
|
isSuccess: true;
|
|
680
680
|
isFetching: false;
|
|
681
681
|
error: undefined;
|
|
@@ -766,7 +766,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
766
766
|
isFetching: false;
|
|
767
767
|
isSuccess: false;
|
|
768
768
|
isError: false;
|
|
769
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
769
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
770
770
|
isSuccess: true;
|
|
771
771
|
isFetching: false;
|
|
772
772
|
error: undefined;
|
|
@@ -859,7 +859,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
859
859
|
isFetching: false;
|
|
860
860
|
isSuccess: false;
|
|
861
861
|
isError: false;
|
|
862
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
862
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
863
863
|
isSuccess: true;
|
|
864
864
|
isFetching: false;
|
|
865
865
|
error: undefined;
|
|
@@ -1110,7 +1110,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
1110
1110
|
isFetching: false;
|
|
1111
1111
|
isSuccess: false;
|
|
1112
1112
|
isError: false;
|
|
1113
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1113
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1114
1114
|
isSuccess: true;
|
|
1115
1115
|
isFetching: false;
|
|
1116
1116
|
error: undefined;
|
|
@@ -1203,7 +1203,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
1203
1203
|
isFetching: false;
|
|
1204
1204
|
isSuccess: false;
|
|
1205
1205
|
isError: false;
|
|
1206
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1206
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1207
1207
|
isSuccess: true;
|
|
1208
1208
|
isFetching: false;
|
|
1209
1209
|
error: undefined;
|
|
@@ -1294,7 +1294,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
1294
1294
|
isFetching: false;
|
|
1295
1295
|
isSuccess: false;
|
|
1296
1296
|
isError: false;
|
|
1297
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1297
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1298
1298
|
isSuccess: true;
|
|
1299
1299
|
isFetching: false;
|
|
1300
1300
|
error: undefined;
|
|
@@ -1387,7 +1387,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
1387
1387
|
isFetching: false;
|
|
1388
1388
|
isSuccess: false;
|
|
1389
1389
|
isError: false;
|
|
1390
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1390
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1391
1391
|
isSuccess: true;
|
|
1392
1392
|
isFetching: false;
|
|
1393
1393
|
error: undefined;
|
|
@@ -1478,7 +1478,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
1478
1478
|
isFetching: false;
|
|
1479
1479
|
isSuccess: false;
|
|
1480
1480
|
isError: false;
|
|
1481
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1481
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1482
1482
|
isSuccess: true;
|
|
1483
1483
|
isFetching: false;
|
|
1484
1484
|
error: undefined;
|
|
@@ -1571,7 +1571,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
1571
1571
|
isFetching: false;
|
|
1572
1572
|
isSuccess: false;
|
|
1573
1573
|
isError: false;
|
|
1574
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1574
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1575
1575
|
isSuccess: true;
|
|
1576
1576
|
isFetching: false;
|
|
1577
1577
|
error: undefined;
|
|
@@ -256,7 +256,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
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 useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
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;
|
|
@@ -760,7 +760,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
760
760
|
isFetching: false;
|
|
761
761
|
isSuccess: false;
|
|
762
762
|
isError: false;
|
|
763
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
763
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
764
764
|
isSuccess: true;
|
|
765
765
|
isFetching: false;
|
|
766
766
|
error: undefined;
|
|
@@ -853,7 +853,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
853
853
|
isFetching: false;
|
|
854
854
|
isSuccess: false;
|
|
855
855
|
isError: false;
|
|
856
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
856
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
857
857
|
isSuccess: true;
|
|
858
858
|
isFetching: false;
|
|
859
859
|
error: undefined;
|
|
@@ -944,7 +944,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
944
944
|
isFetching: false;
|
|
945
945
|
isSuccess: false;
|
|
946
946
|
isError: false;
|
|
947
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
947
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
948
948
|
isSuccess: true;
|
|
949
949
|
isFetching: false;
|
|
950
950
|
error: undefined;
|
|
@@ -1037,7 +1037,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
1037
1037
|
isFetching: false;
|
|
1038
1038
|
isSuccess: false;
|
|
1039
1039
|
isError: false;
|
|
1040
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1040
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1041
1041
|
isSuccess: true;
|
|
1042
1042
|
isFetching: false;
|
|
1043
1043
|
error: undefined;
|
|
@@ -1288,7 +1288,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
1288
1288
|
isFetching: false;
|
|
1289
1289
|
isSuccess: false;
|
|
1290
1290
|
isError: false;
|
|
1291
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1291
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1292
1292
|
isSuccess: true;
|
|
1293
1293
|
isFetching: false;
|
|
1294
1294
|
error: undefined;
|
|
@@ -1381,7 +1381,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
1381
1381
|
isFetching: false;
|
|
1382
1382
|
isSuccess: false;
|
|
1383
1383
|
isError: false;
|
|
1384
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1384
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1385
1385
|
isSuccess: true;
|
|
1386
1386
|
isFetching: false;
|
|
1387
1387
|
error: undefined;
|
|
@@ -1472,7 +1472,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
1472
1472
|
isFetching: false;
|
|
1473
1473
|
isSuccess: false;
|
|
1474
1474
|
isError: false;
|
|
1475
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1475
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1476
1476
|
isSuccess: true;
|
|
1477
1477
|
isFetching: false;
|
|
1478
1478
|
error: undefined;
|
|
@@ -1565,7 +1565,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
1565
1565
|
isFetching: false;
|
|
1566
1566
|
isSuccess: false;
|
|
1567
1567
|
isError: false;
|
|
1568
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1568
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1569
1569
|
isSuccess: true;
|
|
1570
1570
|
isFetching: false;
|
|
1571
1571
|
error: undefined;
|
|
@@ -1656,7 +1656,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
1656
1656
|
isFetching: false;
|
|
1657
1657
|
isSuccess: false;
|
|
1658
1658
|
isError: false;
|
|
1659
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1659
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1660
1660
|
isSuccess: true;
|
|
1661
1661
|
isFetching: false;
|
|
1662
1662
|
error: undefined;
|
|
@@ -1749,7 +1749,7 @@ export declare const useEmailBlocklistGetCollectionQuery: <R extends Record<stri
|
|
|
1749
1749
|
isFetching: false;
|
|
1750
1750
|
isSuccess: false;
|
|
1751
1751
|
isError: false;
|
|
1752
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1752
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1753
1753
|
isSuccess: true;
|
|
1754
1754
|
isFetching: false;
|
|
1755
1755
|
error: undefined;
|
package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts
CHANGED
|
@@ -384,7 +384,7 @@ export declare const useExecutionEngineAbortJobRunByIdMutation: <R extends Recor
|
|
|
384
384
|
isFetching: false;
|
|
385
385
|
isSuccess: false;
|
|
386
386
|
isError: false;
|
|
387
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
387
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
388
388
|
isSuccess: true;
|
|
389
389
|
isFetching: false;
|
|
390
390
|
error: undefined;
|
|
@@ -477,7 +477,7 @@ export declare const useExecutionEngineAbortJobRunByIdMutation: <R extends Recor
|
|
|
477
477
|
isFetching: false;
|
|
478
478
|
isSuccess: false;
|
|
479
479
|
isError: false;
|
|
480
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
480
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
481
481
|
isSuccess: true;
|
|
482
482
|
isFetching: false;
|
|
483
483
|
error: undefined;
|
package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts
CHANGED
|
@@ -444,7 +444,7 @@ export declare const useExecutionEngineAbortJobRunByIdMutation: <R extends Recor
|
|
|
444
444
|
isFetching: false;
|
|
445
445
|
isSuccess: false;
|
|
446
446
|
isError: false;
|
|
447
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
447
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
448
448
|
isSuccess: true;
|
|
449
449
|
isFetching: false;
|
|
450
450
|
error: undefined;
|
|
@@ -537,7 +537,7 @@ export declare const useExecutionEngineAbortJobRunByIdMutation: <R extends Recor
|
|
|
537
537
|
isFetching: false;
|
|
538
538
|
isSuccess: false;
|
|
539
539
|
isError: false;
|
|
540
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
540
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
541
541
|
isSuccess: true;
|
|
542
542
|
isFetching: false;
|
|
543
543
|
error: undefined;
|
package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-api-slice.gen.d.ts
CHANGED
|
@@ -119,7 +119,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
|
|
|
119
119
|
isFetching: false;
|
|
120
120
|
isSuccess: false;
|
|
121
121
|
isError: false;
|
|
122
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
122
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
123
123
|
isSuccess: true;
|
|
124
124
|
isFetching: false;
|
|
125
125
|
error: undefined;
|
|
@@ -212,7 +212,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
|
|
|
212
212
|
isFetching: false;
|
|
213
213
|
isSuccess: false;
|
|
214
214
|
isError: false;
|
|
215
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
215
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
216
216
|
isSuccess: true;
|
|
217
217
|
isFetching: false;
|
|
218
218
|
error: undefined;
|
|
@@ -303,7 +303,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
|
|
|
303
303
|
isFetching: false;
|
|
304
304
|
isSuccess: false;
|
|
305
305
|
isError: false;
|
|
306
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
306
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
307
307
|
isSuccess: true;
|
|
308
308
|
isFetching: false;
|
|
309
309
|
error: undefined;
|
|
@@ -396,7 +396,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
|
|
|
396
396
|
isFetching: false;
|
|
397
397
|
isSuccess: false;
|
|
398
398
|
isError: false;
|
|
399
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
399
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
400
400
|
isSuccess: true;
|
|
401
401
|
isFetching: false;
|
|
402
402
|
error: undefined;
|
|
@@ -487,7 +487,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
|
|
|
487
487
|
isFetching: false;
|
|
488
488
|
isSuccess: false;
|
|
489
489
|
isError: false;
|
|
490
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
490
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
491
491
|
isSuccess: true;
|
|
492
492
|
isFetching: false;
|
|
493
493
|
error: undefined;
|
|
@@ -580,7 +580,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
|
|
|
580
580
|
isFetching: false;
|
|
581
581
|
isSuccess: false;
|
|
582
582
|
isError: false;
|
|
583
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
583
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
584
584
|
isSuccess: true;
|
|
585
585
|
isFetching: false;
|
|
586
586
|
error: undefined;
|
|
@@ -68,7 +68,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
|
|
|
68
68
|
isFetching: false;
|
|
69
69
|
isSuccess: false;
|
|
70
70
|
isError: false;
|
|
71
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
71
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
72
72
|
isSuccess: true;
|
|
73
73
|
isFetching: false;
|
|
74
74
|
error: undefined;
|
|
@@ -161,7 +161,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
|
|
|
161
161
|
isFetching: false;
|
|
162
162
|
isSuccess: false;
|
|
163
163
|
isError: false;
|
|
164
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
164
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
165
165
|
isSuccess: true;
|
|
166
166
|
isFetching: false;
|
|
167
167
|
error: undefined;
|
|
@@ -252,7 +252,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
|
|
|
252
252
|
isFetching: false;
|
|
253
253
|
isSuccess: false;
|
|
254
254
|
isError: false;
|
|
255
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
255
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
256
256
|
isSuccess: true;
|
|
257
257
|
isFetching: false;
|
|
258
258
|
error: undefined;
|
|
@@ -342,7 +342,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
|
|
|
342
342
|
isFetching: false;
|
|
343
343
|
isSuccess: false;
|
|
344
344
|
isError: false;
|
|
345
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
345
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
346
346
|
isSuccess: true;
|
|
347
347
|
isFetching: false;
|
|
348
348
|
error: undefined;
|
|
@@ -435,7 +435,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
|
|
|
435
435
|
isFetching: false;
|
|
436
436
|
isSuccess: false;
|
|
437
437
|
isError: false;
|
|
438
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
438
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
439
439
|
isSuccess: true;
|
|
440
440
|
isFetching: false;
|
|
441
441
|
error: undefined;
|
|
@@ -528,7 +528,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
|
|
|
528
528
|
isFetching: false;
|
|
529
529
|
isSuccess: false;
|
|
530
530
|
isError: false;
|
|
531
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
531
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
532
532
|
isSuccess: true;
|
|
533
533
|
isFetching: false;
|
|
534
534
|
error: undefined;
|
|
@@ -619,7 +619,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
|
|
|
619
619
|
isFetching: false;
|
|
620
620
|
isSuccess: false;
|
|
621
621
|
isError: false;
|
|
622
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
622
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
623
623
|
isSuccess: true;
|
|
624
624
|
isFetching: false;
|
|
625
625
|
error: undefined;
|
|
@@ -712,7 +712,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
|
|
|
712
712
|
isFetching: false;
|
|
713
713
|
isSuccess: false;
|
|
714
714
|
isError: false;
|
|
715
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
715
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
716
716
|
isSuccess: true;
|
|
717
717
|
isFetching: false;
|
|
718
718
|
error: undefined;
|
|
@@ -803,7 +803,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
|
|
|
803
803
|
isFetching: false;
|
|
804
804
|
isSuccess: false;
|
|
805
805
|
isError: false;
|
|
806
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
806
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
807
807
|
isSuccess: true;
|
|
808
808
|
isFetching: false;
|
|
809
809
|
error: undefined;
|
|
@@ -893,7 +893,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
|
|
|
893
893
|
isFetching: false;
|
|
894
894
|
isSuccess: false;
|
|
895
895
|
isError: false;
|
|
896
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
896
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
897
897
|
isSuccess: true;
|
|
898
898
|
isFetching: false;
|
|
899
899
|
error: undefined;
|
|
@@ -394,7 +394,7 @@ export declare const useNotificationDeleteByIdMutation: <R extends Record<string
|
|
|
394
394
|
isFetching: false;
|
|
395
395
|
isSuccess: false;
|
|
396
396
|
isError: false;
|
|
397
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
397
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
398
398
|
isSuccess: true;
|
|
399
399
|
isFetching: false;
|
|
400
400
|
error: undefined;
|
|
@@ -487,7 +487,7 @@ export declare const useNotificationDeleteByIdMutation: <R extends Record<string
|
|
|
487
487
|
isFetching: false;
|
|
488
488
|
isSuccess: false;
|
|
489
489
|
isError: false;
|
|
490
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
490
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
491
491
|
isSuccess: true;
|
|
492
492
|
isFetching: false;
|
|
493
493
|
error: undefined;
|
|
@@ -578,7 +578,7 @@ export declare const useNotificationDeleteByIdMutation: <R extends Record<string
|
|
|
578
578
|
isFetching: false;
|
|
579
579
|
isSuccess: false;
|
|
580
580
|
isError: false;
|
|
581
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
581
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
582
582
|
isSuccess: true;
|
|
583
583
|
isFetching: false;
|
|
584
584
|
error: undefined;
|
|
@@ -671,7 +671,7 @@ export declare const useNotificationDeleteByIdMutation: <R extends Record<string
|
|
|
671
671
|
isFetching: false;
|
|
672
672
|
isSuccess: false;
|
|
673
673
|
isError: false;
|
|
674
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
674
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
675
675
|
isSuccess: true;
|
|
676
676
|
isFetching: false;
|
|
677
677
|
error: undefined;
|
|
@@ -178,7 +178,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
178
178
|
isFetching: false;
|
|
179
179
|
isSuccess: false;
|
|
180
180
|
isError: false;
|
|
181
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
181
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
182
182
|
isSuccess: true;
|
|
183
183
|
isFetching: false;
|
|
184
184
|
error: undefined;
|
|
@@ -271,7 +271,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
271
271
|
isFetching: false;
|
|
272
272
|
isSuccess: false;
|
|
273
273
|
isError: false;
|
|
274
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
274
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
275
275
|
isSuccess: true;
|
|
276
276
|
isFetching: false;
|
|
277
277
|
error: undefined;
|
|
@@ -522,7 +522,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
522
522
|
isFetching: false;
|
|
523
523
|
isSuccess: false;
|
|
524
524
|
isError: false;
|
|
525
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
525
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
526
526
|
isSuccess: true;
|
|
527
527
|
isFetching: false;
|
|
528
528
|
error: undefined;
|
|
@@ -615,7 +615,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
615
615
|
isFetching: false;
|
|
616
616
|
isSuccess: false;
|
|
617
617
|
isError: false;
|
|
618
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
618
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
619
619
|
isSuccess: true;
|
|
620
620
|
isFetching: false;
|
|
621
621
|
error: undefined;
|
|
@@ -1026,7 +1026,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
1026
1026
|
isFetching: false;
|
|
1027
1027
|
isSuccess: false;
|
|
1028
1028
|
isError: false;
|
|
1029
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1029
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1030
1030
|
isSuccess: true;
|
|
1031
1031
|
isFetching: false;
|
|
1032
1032
|
error: undefined;
|
|
@@ -1119,7 +1119,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
1119
1119
|
isFetching: false;
|
|
1120
1120
|
isSuccess: false;
|
|
1121
1121
|
isError: false;
|
|
1122
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1122
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1123
1123
|
isSuccess: true;
|
|
1124
1124
|
isFetching: false;
|
|
1125
1125
|
error: undefined;
|
|
@@ -1210,7 +1210,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
1210
1210
|
isFetching: false;
|
|
1211
1211
|
isSuccess: false;
|
|
1212
1212
|
isError: false;
|
|
1213
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1213
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1214
1214
|
isSuccess: true;
|
|
1215
1215
|
isFetching: false;
|
|
1216
1216
|
error: undefined;
|
|
@@ -1303,7 +1303,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
|
|
|
1303
1303
|
isFetching: false;
|
|
1304
1304
|
isSuccess: false;
|
|
1305
1305
|
isError: false;
|
|
1306
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1306
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1307
1307
|
isSuccess: true;
|
|
1308
1308
|
isFetching: false;
|
|
1309
1309
|
error: undefined;
|
|
@@ -34,6 +34,7 @@ export declare enum NavPermission {
|
|
|
34
34
|
DocumentTypes = "experienceEcommerce.documentTypes",
|
|
35
35
|
WebsiteSettings = "experienceEcommerce.websiteSettings",
|
|
36
36
|
Redirects = "experienceEcommerce.redirects",
|
|
37
|
+
RobotsTxt = "experienceEcommerce.robotsTxt",
|
|
37
38
|
TranslationsHidden = "translations.hidden",
|
|
38
39
|
Translations = "translations.translations",
|
|
39
40
|
Appearance = "system.appearanceBranding",
|
|
@@ -237,7 +237,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
|
|
|
237
237
|
isFetching: false;
|
|
238
238
|
isSuccess: false;
|
|
239
239
|
isError: false;
|
|
240
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
240
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
241
241
|
isSuccess: true;
|
|
242
242
|
isFetching: false;
|
|
243
243
|
error: undefined;
|
|
@@ -330,7 +330,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
|
|
|
330
330
|
isFetching: false;
|
|
331
331
|
isSuccess: false;
|
|
332
332
|
isError: false;
|
|
333
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
333
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
334
334
|
isSuccess: true;
|
|
335
335
|
isFetching: false;
|
|
336
336
|
error: undefined;
|
|
@@ -421,7 +421,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
|
|
|
421
421
|
isFetching: false;
|
|
422
422
|
isSuccess: false;
|
|
423
423
|
isError: false;
|
|
424
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
424
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
425
425
|
isSuccess: true;
|
|
426
426
|
isFetching: false;
|
|
427
427
|
error: undefined;
|
|
@@ -453,7 +453,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
|
|
|
453
453
|
isError: false;
|
|
454
454
|
}, "error">>)> & {
|
|
455
455
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
456
|
-
}>(arg: import("
|
|
456
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./perspectives-slice.gen").PerspectiveGetConfigByIdApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
457
457
|
skip?: boolean;
|
|
458
458
|
refetchOnMountOrArgChange?: boolean | number;
|
|
459
459
|
} & {
|
|
@@ -514,7 +514,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
|
|
|
514
514
|
isFetching: false;
|
|
515
515
|
isSuccess: false;
|
|
516
516
|
isError: false;
|
|
517
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
517
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
518
518
|
isSuccess: true;
|
|
519
519
|
isFetching: false;
|
|
520
520
|
error: undefined;
|
|
@@ -1085,7 +1085,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
|
|
|
1085
1085
|
isFetching: false;
|
|
1086
1086
|
isSuccess: false;
|
|
1087
1087
|
isError: false;
|
|
1088
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1088
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1089
1089
|
isSuccess: true;
|
|
1090
1090
|
isFetching: false;
|
|
1091
1091
|
error: undefined;
|
|
@@ -1117,7 +1117,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
|
|
|
1117
1117
|
isError: false;
|
|
1118
1118
|
}, "error">>)> & {
|
|
1119
1119
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1120
|
-
}>(arg: import("
|
|
1120
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./perspectives-slice.gen").PerspectiveWidgetGetConfigCollectionApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
1121
1121
|
skip?: boolean;
|
|
1122
1122
|
refetchOnMountOrArgChange?: boolean | number;
|
|
1123
1123
|
} & {
|
|
@@ -1178,7 +1178,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
|
|
|
1178
1178
|
isFetching: false;
|
|
1179
1179
|
isSuccess: false;
|
|
1180
1180
|
isError: false;
|
|
1181
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1181
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1182
1182
|
isSuccess: true;
|
|
1183
1183
|
isFetching: false;
|
|
1184
1184
|
error: undefined;
|
|
@@ -1269,7 +1269,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
|
|
|
1269
1269
|
isFetching: false;
|
|
1270
1270
|
isSuccess: false;
|
|
1271
1271
|
isError: false;
|
|
1272
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1272
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1273
1273
|
isSuccess: true;
|
|
1274
1274
|
isFetching: false;
|
|
1275
1275
|
error: undefined;
|
|
@@ -1301,7 +1301,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
|
|
|
1301
1301
|
isError: false;
|
|
1302
1302
|
}, "error">>)> & {
|
|
1303
1303
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1304
|
-
}>(arg: import("
|
|
1304
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./perspectives-slice.gen").PerspectiveWidgetGetConfigByIdApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
1305
1305
|
skip?: boolean;
|
|
1306
1306
|
refetchOnMountOrArgChange?: boolean | number;
|
|
1307
1307
|
} & {
|
|
@@ -1362,7 +1362,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
|
|
|
1362
1362
|
isFetching: false;
|
|
1363
1363
|
isSuccess: false;
|
|
1364
1364
|
isError: false;
|
|
1365
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1365
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1366
1366
|
isSuccess: true;
|
|
1367
1367
|
isFetching: false;
|
|
1368
1368
|
error: undefined;
|
|
@@ -1773,7 +1773,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
|
|
|
1773
1773
|
isFetching: false;
|
|
1774
1774
|
isSuccess: false;
|
|
1775
1775
|
isError: false;
|
|
1776
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1776
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1777
1777
|
isSuccess: true;
|
|
1778
1778
|
isFetching: false;
|
|
1779
1779
|
error: undefined;
|
|
@@ -1866,7 +1866,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
|
|
|
1866
1866
|
isFetching: false;
|
|
1867
1867
|
isSuccess: false;
|
|
1868
1868
|
isError: false;
|
|
1869
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1869
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1870
1870
|
isSuccess: true;
|
|
1871
1871
|
isFetching: false;
|
|
1872
1872
|
error: undefined;
|