@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.
Files changed (126) hide show
  1. package/dist/build/types/src/core/app/api/pimcore/tags.d.ts +3 -0
  2. package/dist/build/types/src/core/app/config/services/service-ids.d.ts +5 -0
  3. package/dist/build/types/src/core/bootstrap.d.ts +2 -0
  4. package/dist/build/types/src/core/components/background/background.d.ts +5 -1
  5. package/dist/build/types/src/core/components/background/background.stories.d.ts +7 -3
  6. package/dist/build/types/src/core/components/background/background.styles.d.ts +11 -1
  7. package/dist/build/types/src/core/components/dropdown/dropdown.stories.d.ts +1 -1
  8. package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +1 -1
  9. package/dist/build/types/src/core/modules/app/app-loader/app-loader.d.ts +1 -0
  10. package/dist/build/types/src/core/modules/app/app-loader/context/app-loading-context.d.ts +27 -0
  11. package/dist/build/types/src/core/modules/app/app-loader/index.d.ts +10 -0
  12. package/dist/build/types/src/core/modules/app/component-registry/component-config.d.ts +6 -0
  13. package/dist/build/types/src/core/modules/app/error-handler/constants/errorTypes.d.ts +1 -0
  14. package/dist/build/types/src/core/modules/app/settings/settings-slice-enhanced.d.ts +14 -14
  15. package/dist/build/types/src/core/modules/app/settings/settings-slice.gen.d.ts +14 -14
  16. package/dist/build/types/src/core/modules/app/translations/translations-api-slice-enhanced.d.ts +6 -6
  17. package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +6 -6
  18. package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice-enhanced.d.ts +6 -6
  19. package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice.gen.d.ts +6 -6
  20. package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +22 -22
  21. package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +62 -62
  22. package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +6 -6
  23. package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +6 -6
  24. package/dist/build/types/src/core/modules/asset/editor/types/asset-thumbnails-api-slice.gen.d.ts +12 -12
  25. 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
  26. package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +2 -2
  27. package/dist/build/types/src/core/modules/auth/enums/user-permission.d.ts +2 -0
  28. package/dist/build/types/src/core/modules/auth/hooks/use-user-content-language.d.ts +11 -0
  29. package/dist/build/types/src/core/modules/auth/user/user-api-slice-enhanced.d.ts +2 -2
  30. package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +22 -22
  31. package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +82 -82
  32. package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +82 -82
  33. package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice-enhanced.d.ts +30 -30
  34. package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +28 -28
  35. package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +9 -9
  36. package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +37 -35
  37. 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
  38. 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
  39. 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
  40. 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
  41. 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
  42. package/dist/build/types/src/core/modules/data-object/listing/listing-container.d.ts +3 -3
  43. package/dist/build/types/src/core/modules/data-object/unit-slice-enhanced.d.ts +12 -12
  44. package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +10 -10
  45. package/dist/build/types/src/core/modules/data-object/utils/provider/class-defintions/class-definitions-provider.d.ts +2 -1
  46. package/dist/build/types/src/core/modules/document/actions/site/provider/site-modal.d.ts +0 -1
  47. package/dist/build/types/src/core/modules/document/actions/translations/components/link-translation-modal.d.ts +2 -1
  48. package/dist/build/types/src/core/modules/document/actions/translations/components/translation-error-alert.d.ts +16 -0
  49. package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +39 -39
  50. package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +38 -38
  51. package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +24 -24
  52. package/dist/build/types/src/core/modules/document/document-editor-slice.d.ts +6 -6
  53. package/dist/build/types/src/core/modules/element/components/system-info-modal/system-info-modal.d.ts +5 -0
  54. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/areablock-editable.d.ts +2 -1
  55. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-manager.d.ts +3 -0
  56. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-utils.d.ts +1 -1
  57. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-table.d.ts +1 -0
  58. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/checkbox/dynamic-type-grid-cell-checkbox.d.ts +1 -1
  59. 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
  60. 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
  61. 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
  62. 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
  63. 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
  64. 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
  65. 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
  66. 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
  67. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/dynamic-type-object-data-abstract.d.ts +17 -0
  68. 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
  69. 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
  70. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice-enhanced.d.ts +2 -2
  71. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice.gen.d.ts +2 -2
  72. 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
  73. 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
  74. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +4 -4
  75. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +4 -4
  76. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +4 -4
  77. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +4 -4
  78. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/components/tags-tree/create-tree-structure.d.ts +5 -0
  79. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +4 -4
  80. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +6 -6
  81. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice-enhanced.d.ts +6 -6
  82. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice.gen.d.ts +10 -10
  83. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice-enhanced.d.ts +2 -2
  84. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +2 -2
  85. package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +19 -19
  86. package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +21 -21
  87. package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +4 -4
  88. package/dist/build/types/src/core/modules/element/listing/abstract/configuration-layer/provider/selected-columns/selected-columns-provider.d.ts +2 -1
  89. package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice-enhanced.d.ts +2 -2
  90. package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice.gen.d.ts +2 -2
  91. package/dist/build/types/src/core/modules/email/emails-api-slice-enhanced.d.ts +12 -12
  92. package/dist/build/types/src/core/modules/email/emails-api-slice.gen.d.ts +12 -12
  93. package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +2 -2
  94. package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +2 -2
  95. package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-api-slice.gen.d.ts +6 -6
  96. package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-slice-enhanced.d.ts +10 -10
  97. package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +4 -4
  98. package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +8 -8
  99. package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +1 -0
  100. package/dist/build/types/src/core/modules/perspectives/perspectives-slice.enhanced.d.ts +13 -13
  101. package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +13 -13
  102. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice-enhanced.d.ts +2 -2
  103. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +2 -2
  104. package/dist/build/types/src/core/modules/redirects/hooks/use-redirect-options.d.ts +18 -0
  105. package/dist/build/types/src/core/modules/redirects/seo-api-slice-enhanced.d.ts +355 -11
  106. package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +12 -12
  107. package/dist/build/types/src/core/modules/reports/custom-reports-api-slice-enhanced.d.ts +28 -28
  108. package/dist/build/types/src/core/modules/reports/custom-reports-api-slice.gen.d.ts +49 -41
  109. package/dist/build/types/src/core/modules/reports/reports-editor/components/helpers.d.ts +11 -0
  110. package/dist/build/types/src/core/modules/reports/reports-editor/reports-editor.styles.d.ts +1 -3
  111. package/dist/build/types/src/core/modules/robots-txt/components/robots-txt-site-editor.d.ts +16 -0
  112. package/dist/build/types/src/core/modules/robots-txt/components/robots-txt-site-editor.styles.d.ts +12 -0
  113. package/dist/build/types/src/core/modules/robots-txt/index.d.ts +11 -0
  114. package/dist/build/types/src/core/modules/robots-txt/robots-txt-container.d.ts +11 -0
  115. package/dist/build/types/src/core/modules/robots-txt/robots-txt-container.styles.d.ts +12 -0
  116. package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +2 -2
  117. package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +14 -14
  118. package/dist/build/types/src/core/modules/user/roles/roles-api-slice-enhanced.d.ts +4 -4
  119. package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +12 -12
  120. package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +22 -22
  121. package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice-enhanced.d.ts +4 -4
  122. package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +4 -4
  123. package/dist/build/types/src/sdk/modules/app/index.d.ts +3 -0
  124. package/dist/build/types/test-utils/mocks/style-mock.d.ts +11 -0
  125. package/dist/build/types/test-utils/mocks/svg-react-mock.d.ts +12 -0
  126. package/package.json +6 -5
@@ -424,7 +424,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
424
424
  isFetching: false;
425
425
  isSuccess: false;
426
426
  isError: false;
427
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
427
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
428
428
  isSuccess: true;
429
429
  isFetching: false;
430
430
  error: undefined;
@@ -517,7 +517,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
517
517
  isFetching: false;
518
518
  isSuccess: false;
519
519
  isError: false;
520
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
520
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
521
521
  isSuccess: true;
522
522
  isFetching: false;
523
523
  error: undefined;
@@ -608,7 +608,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
608
608
  isFetching: false;
609
609
  isSuccess: false;
610
610
  isError: false;
611
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
611
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
612
612
  isSuccess: true;
613
613
  isFetching: false;
614
614
  error: undefined;
@@ -640,7 +640,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
640
640
  isError: false;
641
641
  }, "error">>)> & {
642
642
  status: import("@reduxjs/toolkit/query").QueryStatus;
643
- }>(arg: PerspectiveGetConfigByIdApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
643
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | PerspectiveGetConfigByIdApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
644
644
  skip?: boolean;
645
645
  refetchOnMountOrArgChange?: boolean | number;
646
646
  } & {
@@ -701,7 +701,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
701
701
  isFetching: false;
702
702
  isSuccess: false;
703
703
  isError: false;
704
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
704
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
705
705
  isSuccess: true;
706
706
  isFetching: false;
707
707
  error: undefined;
@@ -1272,7 +1272,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
1272
1272
  isFetching: false;
1273
1273
  isSuccess: false;
1274
1274
  isError: false;
1275
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1275
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1276
1276
  isSuccess: true;
1277
1277
  isFetching: false;
1278
1278
  error: undefined;
@@ -1304,7 +1304,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
1304
1304
  isError: false;
1305
1305
  }, "error">>)> & {
1306
1306
  status: import("@reduxjs/toolkit/query").QueryStatus;
1307
- }>(arg: PerspectiveWidgetGetConfigCollectionApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
1307
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | PerspectiveWidgetGetConfigCollectionApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
1308
1308
  skip?: boolean;
1309
1309
  refetchOnMountOrArgChange?: boolean | number;
1310
1310
  } & {
@@ -1365,7 +1365,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
1365
1365
  isFetching: false;
1366
1366
  isSuccess: false;
1367
1367
  isError: false;
1368
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1368
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1369
1369
  isSuccess: true;
1370
1370
  isFetching: false;
1371
1371
  error: undefined;
@@ -1456,7 +1456,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
1456
1456
  isFetching: false;
1457
1457
  isSuccess: false;
1458
1458
  isError: false;
1459
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1459
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1460
1460
  isSuccess: true;
1461
1461
  isFetching: false;
1462
1462
  error: undefined;
@@ -1488,7 +1488,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
1488
1488
  isError: false;
1489
1489
  }, "error">>)> & {
1490
1490
  status: import("@reduxjs/toolkit/query").QueryStatus;
1491
- }>(arg: PerspectiveWidgetGetConfigByIdApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
1491
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | PerspectiveWidgetGetConfigByIdApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
1492
1492
  skip?: boolean;
1493
1493
  refetchOnMountOrArgChange?: boolean | number;
1494
1494
  } & {
@@ -1549,7 +1549,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
1549
1549
  isFetching: false;
1550
1550
  isSuccess: false;
1551
1551
  isError: false;
1552
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1552
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1553
1553
  isSuccess: true;
1554
1554
  isFetching: false;
1555
1555
  error: undefined;
@@ -1960,7 +1960,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
1960
1960
  isFetching: false;
1961
1961
  isSuccess: false;
1962
1962
  isError: false;
1963
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1963
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1964
1964
  isSuccess: true;
1965
1965
  isFetching: false;
1966
1966
  error: undefined;
@@ -2053,7 +2053,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
2053
2053
  isFetching: false;
2054
2054
  isSuccess: false;
2055
2055
  isError: false;
2056
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2056
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2057
2057
  isSuccess: true;
2058
2058
  isFetching: false;
2059
2059
  error: undefined;
@@ -70,7 +70,7 @@ export declare const useRecycleBinGetCollectionQuery: <R extends Record<string,
70
70
  isFetching: false;
71
71
  isSuccess: false;
72
72
  isError: false;
73
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
73
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
74
74
  isSuccess: true;
75
75
  isFetching: false;
76
76
  error: undefined;
@@ -163,7 +163,7 @@ export declare const useRecycleBinGetCollectionQuery: <R extends Record<string,
163
163
  isFetching: false;
164
164
  isSuccess: false;
165
165
  isError: false;
166
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
166
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
167
167
  isSuccess: true;
168
168
  isFetching: false;
169
169
  error: undefined;
@@ -128,7 +128,7 @@ export declare const useRecycleBinGetCollectionQuery: <R extends Record<string,
128
128
  isFetching: false;
129
129
  isSuccess: false;
130
130
  isError: false;
131
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
131
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
132
132
  isSuccess: true;
133
133
  isFetching: false;
134
134
  error: undefined;
@@ -221,7 +221,7 @@ export declare const useRecycleBinGetCollectionQuery: <R extends Record<string,
221
221
  isFetching: false;
222
222
  isSuccess: false;
223
223
  isError: false;
224
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
224
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
225
225
  isSuccess: true;
226
226
  isFetching: false;
227
227
  error: undefined;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import { type SelectOptionType } from '../../../modules/element/dynamic-types/definitions/grid-cell/utils/select-options';
11
+ interface OptionsHookResult {
12
+ isLoading: boolean;
13
+ options: SelectOptionType[];
14
+ }
15
+ export declare const useRedirectTypeOptions: () => OptionsHookResult;
16
+ export declare const useRedirectStatusOptions: () => OptionsHookResult;
17
+ export declare const useRedirectPriorityOptions: () => OptionsHookResult;
18
+ export {};
@@ -398,7 +398,7 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
398
398
  isFetching: false;
399
399
  isSuccess: false;
400
400
  isError: false;
401
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
401
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
402
402
  isSuccess: true;
403
403
  isFetching: false;
404
404
  error: undefined;
@@ -491,7 +491,7 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
491
491
  isFetching: false;
492
492
  isSuccess: false;
493
493
  isError: false;
494
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
494
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
495
495
  isSuccess: true;
496
496
  isFetching: false;
497
497
  error: undefined;
@@ -902,7 +902,7 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
902
902
  isFetching: false;
903
903
  isSuccess: false;
904
904
  isError: false;
905
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
905
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
906
906
  isSuccess: true;
907
907
  isFetching: false;
908
908
  error: undefined;
@@ -995,7 +995,7 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
995
995
  isFetching: false;
996
996
  isSuccess: false;
997
997
  isError: false;
998
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
998
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
999
999
  isSuccess: true;
1000
1000
  isFetching: false;
1001
1001
  error: undefined;
@@ -1246,7 +1246,7 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
1246
1246
  isFetching: false;
1247
1247
  isSuccess: false;
1248
1248
  isError: false;
1249
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1249
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1250
1250
  isSuccess: true;
1251
1251
  isFetching: false;
1252
1252
  error: undefined;
@@ -1339,7 +1339,7 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
1339
1339
  isFetching: false;
1340
1340
  isSuccess: false;
1341
1341
  isError: false;
1342
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1342
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1343
1343
  isSuccess: true;
1344
1344
  isFetching: false;
1345
1345
  error: undefined;
@@ -1430,7 +1430,7 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
1430
1430
  isFetching: false;
1431
1431
  isSuccess: false;
1432
1432
  isError: false;
1433
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1433
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1434
1434
  isSuccess: true;
1435
1435
  isFetching: false;
1436
1436
  error: undefined;
@@ -1523,7 +1523,7 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
1523
1523
  isFetching: false;
1524
1524
  isSuccess: false;
1525
1525
  isError: false;
1526
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1526
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1527
1527
  isSuccess: true;
1528
1528
  isFetching: false;
1529
1529
  error: undefined;
@@ -1614,7 +1614,7 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
1614
1614
  isFetching: false;
1615
1615
  isSuccess: false;
1616
1616
  isError: false;
1617
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1617
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1618
1618
  isSuccess: true;
1619
1619
  isFetching: false;
1620
1620
  error: undefined;
@@ -1707,7 +1707,7 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
1707
1707
  isFetching: false;
1708
1708
  isSuccess: false;
1709
1709
  isError: false;
1710
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1710
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1711
1711
  isSuccess: true;
1712
1712
  isFetching: false;
1713
1713
  error: undefined;
@@ -1742,5 +1742,349 @@ export declare const useBundleSeoRedirectAddMutation: <R extends Record<string,
1742
1742
  }) => R) | undefined;
1743
1743
  }) | undefined) => [R][R extends any ? 0 : never] & {
1744
1744
  refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./seo-api-slice.gen").BundleSeoRedirectListTypesApiResponse, "api", unknown>>;
1745
- };
1745
+ }, useBundleSeoRobotsTxtGetQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
1746
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1747
+ originalArgs?: undefined | undefined;
1748
+ data?: undefined | undefined;
1749
+ error?: undefined | undefined;
1750
+ requestId?: undefined | undefined;
1751
+ endpointName?: string | undefined;
1752
+ startedTimeStamp?: undefined | undefined;
1753
+ fulfilledTimeStamp?: undefined | undefined;
1754
+ } & {
1755
+ currentData?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1756
+ isUninitialized: false;
1757
+ isLoading: false;
1758
+ isFetching: false;
1759
+ isSuccess: false;
1760
+ isError: false;
1761
+ }, "isUninitialized"> & {
1762
+ isUninitialized: true;
1763
+ }) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig, "api", unknown>> & {
1764
+ currentData?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1765
+ isUninitialized: false;
1766
+ isLoading: false;
1767
+ isFetching: false;
1768
+ isSuccess: false;
1769
+ isError: false;
1770
+ }, "data" | "isLoading" | "isFetching"> & {
1771
+ isLoading: true;
1772
+ isFetching: boolean;
1773
+ data: undefined;
1774
+ }) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig, "api", unknown>> & {
1775
+ currentData?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1776
+ isUninitialized: false;
1777
+ isLoading: false;
1778
+ isFetching: false;
1779
+ isSuccess: false;
1780
+ isError: false;
1781
+ }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
1782
+ isSuccess: true;
1783
+ isFetching: true;
1784
+ error: undefined;
1785
+ } & {
1786
+ data: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig;
1787
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig, "api", unknown>> & {
1788
+ currentData?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1789
+ isUninitialized: false;
1790
+ isLoading: false;
1791
+ isFetching: false;
1792
+ isSuccess: false;
1793
+ isError: false;
1794
+ }, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig, "api", unknown>> & {
1795
+ currentData?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1796
+ isUninitialized: false;
1797
+ isLoading: false;
1798
+ isFetching: false;
1799
+ isSuccess: false;
1800
+ isError: false;
1801
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1802
+ isSuccess: true;
1803
+ isFetching: false;
1804
+ error: undefined;
1805
+ } & {
1806
+ data: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig;
1807
+ currentData: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig;
1808
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig, "api", unknown>> & {
1809
+ currentData?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1810
+ isUninitialized: false;
1811
+ isLoading: false;
1812
+ isFetching: false;
1813
+ isSuccess: false;
1814
+ isError: false;
1815
+ }, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig, "api", unknown>> & {
1816
+ currentData?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1817
+ isUninitialized: false;
1818
+ isLoading: false;
1819
+ isFetching: false;
1820
+ isSuccess: false;
1821
+ isError: false;
1822
+ }, "error" | "isError"> & {
1823
+ isError: true;
1824
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig, "api", unknown>> & {
1825
+ currentData?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1826
+ isUninitialized: false;
1827
+ isLoading: false;
1828
+ isFetching: false;
1829
+ isSuccess: false;
1830
+ isError: false;
1831
+ }, "error">>)> & {
1832
+ status: import("@reduxjs/toolkit/query").QueryStatus;
1833
+ }>(arg: void | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
1834
+ skip?: boolean;
1835
+ refetchOnMountOrArgChange?: boolean | number;
1836
+ } & {
1837
+ skip?: boolean;
1838
+ selectFromResult?: ((state: import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
1839
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1840
+ originalArgs?: undefined | undefined;
1841
+ data?: undefined | undefined;
1842
+ error?: undefined | undefined;
1843
+ requestId?: undefined | undefined;
1844
+ endpointName?: string | undefined;
1845
+ startedTimeStamp?: undefined | undefined;
1846
+ fulfilledTimeStamp?: undefined | undefined;
1847
+ } & {
1848
+ currentData?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1849
+ isUninitialized: false;
1850
+ isLoading: false;
1851
+ isFetching: false;
1852
+ isSuccess: false;
1853
+ isError: false;
1854
+ }, "isUninitialized"> & {
1855
+ isUninitialized: true;
1856
+ }) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig, "api", unknown>> & {
1857
+ currentData?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1858
+ isUninitialized: false;
1859
+ isLoading: false;
1860
+ isFetching: false;
1861
+ isSuccess: false;
1862
+ isError: false;
1863
+ }, "data" | "isLoading" | "isFetching"> & {
1864
+ isLoading: true;
1865
+ isFetching: boolean;
1866
+ data: undefined;
1867
+ }) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig, "api", unknown>> & {
1868
+ currentData?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1869
+ isUninitialized: false;
1870
+ isLoading: false;
1871
+ isFetching: false;
1872
+ isSuccess: false;
1873
+ isError: false;
1874
+ }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
1875
+ isSuccess: true;
1876
+ isFetching: true;
1877
+ error: undefined;
1878
+ } & {
1879
+ data: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig;
1880
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig, "api", unknown>> & {
1881
+ currentData?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1882
+ isUninitialized: false;
1883
+ isLoading: false;
1884
+ isFetching: false;
1885
+ isSuccess: false;
1886
+ isError: false;
1887
+ }, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig, "api", unknown>> & {
1888
+ currentData?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1889
+ isUninitialized: false;
1890
+ isLoading: false;
1891
+ isFetching: false;
1892
+ isSuccess: false;
1893
+ isError: false;
1894
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1895
+ isSuccess: true;
1896
+ isFetching: false;
1897
+ error: undefined;
1898
+ } & {
1899
+ data: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig;
1900
+ currentData: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig;
1901
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig, "api", unknown>> & {
1902
+ currentData?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1903
+ isUninitialized: false;
1904
+ isLoading: false;
1905
+ isFetching: false;
1906
+ isSuccess: false;
1907
+ isError: false;
1908
+ }, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig, "api", unknown>> & {
1909
+ currentData?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1910
+ isUninitialized: false;
1911
+ isLoading: false;
1912
+ isFetching: false;
1913
+ isSuccess: false;
1914
+ isError: false;
1915
+ }, "error" | "isError"> & {
1916
+ isError: true;
1917
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig, "api", unknown>> & {
1918
+ currentData?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1919
+ isUninitialized: false;
1920
+ isLoading: false;
1921
+ isFetching: false;
1922
+ isSuccess: false;
1923
+ isError: false;
1924
+ }, "error">>)> & {
1925
+ status: import("@reduxjs/toolkit/query").QueryStatus;
1926
+ }) => R) | undefined;
1927
+ }) | undefined) => [R][R extends any ? 0 : never] & {
1928
+ refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig, "api", unknown>>;
1929
+ }, useBundleSeoRobotsTxtUpdateMutation: <R extends Record<string, any> = ({
1930
+ requestId?: undefined;
1931
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1932
+ data?: undefined;
1933
+ error?: undefined;
1934
+ endpointName?: string;
1935
+ startedTimeStamp?: undefined;
1936
+ fulfilledTimeStamp?: undefined;
1937
+ } & {
1938
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1939
+ isUninitialized: true;
1940
+ isLoading: false;
1941
+ isSuccess: false;
1942
+ isError: false;
1943
+ }) | ({
1944
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1945
+ } & Omit<{
1946
+ requestId: string;
1947
+ data?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1948
+ error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
1949
+ endpointName: string;
1950
+ startedTimeStamp: number;
1951
+ fulfilledTimeStamp?: number;
1952
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
1953
+ requestId: string;
1954
+ data?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1955
+ error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
1956
+ endpointName: string;
1957
+ startedTimeStamp: number;
1958
+ fulfilledTimeStamp?: number;
1959
+ }, "data" | "fulfilledTimeStamp">> & {
1960
+ error: undefined;
1961
+ } & {
1962
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1963
+ isUninitialized: false;
1964
+ isLoading: false;
1965
+ isSuccess: true;
1966
+ isError: false;
1967
+ }) | ({
1968
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1969
+ } & {
1970
+ requestId: string;
1971
+ data?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1972
+ error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
1973
+ endpointName: string;
1974
+ startedTimeStamp: number;
1975
+ fulfilledTimeStamp?: number;
1976
+ } & {
1977
+ data?: undefined;
1978
+ } & {
1979
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1980
+ isUninitialized: false;
1981
+ isLoading: true;
1982
+ isSuccess: false;
1983
+ isError: false;
1984
+ }) | ({
1985
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1986
+ } & Omit<{
1987
+ requestId: string;
1988
+ data?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1989
+ error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
1990
+ endpointName: string;
1991
+ startedTimeStamp: number;
1992
+ fulfilledTimeStamp?: number;
1993
+ }, "error"> & Required<Pick<{
1994
+ requestId: string;
1995
+ data?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
1996
+ error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
1997
+ endpointName: string;
1998
+ startedTimeStamp: number;
1999
+ fulfilledTimeStamp?: number;
2000
+ }, "error">> & {
2001
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
2002
+ isUninitialized: false;
2003
+ isLoading: false;
2004
+ isSuccess: false;
2005
+ isError: true;
2006
+ })>(options?: {
2007
+ selectFromResult?: ((state: ({
2008
+ requestId?: undefined;
2009
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
2010
+ data?: undefined;
2011
+ error?: undefined;
2012
+ endpointName?: string;
2013
+ startedTimeStamp?: undefined;
2014
+ fulfilledTimeStamp?: undefined;
2015
+ } & {
2016
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
2017
+ isUninitialized: true;
2018
+ isLoading: false;
2019
+ isSuccess: false;
2020
+ isError: false;
2021
+ }) | ({
2022
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
2023
+ } & Omit<{
2024
+ requestId: string;
2025
+ data?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
2026
+ error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
2027
+ endpointName: string;
2028
+ startedTimeStamp: number;
2029
+ fulfilledTimeStamp?: number;
2030
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2031
+ requestId: string;
2032
+ data?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
2033
+ error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
2034
+ endpointName: string;
2035
+ startedTimeStamp: number;
2036
+ fulfilledTimeStamp?: number;
2037
+ }, "data" | "fulfilledTimeStamp">> & {
2038
+ error: undefined;
2039
+ } & {
2040
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
2041
+ isUninitialized: false;
2042
+ isLoading: false;
2043
+ isSuccess: true;
2044
+ isError: false;
2045
+ }) | ({
2046
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
2047
+ } & {
2048
+ requestId: string;
2049
+ data?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
2050
+ error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
2051
+ endpointName: string;
2052
+ startedTimeStamp: number;
2053
+ fulfilledTimeStamp?: number;
2054
+ } & {
2055
+ data?: undefined;
2056
+ } & {
2057
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
2058
+ isUninitialized: false;
2059
+ isLoading: true;
2060
+ isSuccess: false;
2061
+ isError: false;
2062
+ }) | ({
2063
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
2064
+ } & Omit<{
2065
+ requestId: string;
2066
+ data?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
2067
+ error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
2068
+ endpointName: string;
2069
+ startedTimeStamp: number;
2070
+ fulfilledTimeStamp?: number;
2071
+ }, "error"> & Required<Pick<{
2072
+ requestId: string;
2073
+ data?: import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig | undefined;
2074
+ error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
2075
+ endpointName: string;
2076
+ startedTimeStamp: number;
2077
+ fulfilledTimeStamp?: number;
2078
+ }, "error">> & {
2079
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
2080
+ isUninitialized: false;
2081
+ isLoading: false;
2082
+ isSuccess: false;
2083
+ isError: true;
2084
+ })) => R) | undefined;
2085
+ fixedCacheKey?: string;
2086
+ } | undefined) => readonly [(arg: import("./seo-api-slice.gen").BundleSeoRobotsTxtUpdateApiArg) => import("@reduxjs/toolkit/query").MutationActionCreatorResult<import("@reduxjs/toolkit/query").MutationDefinition<import("./seo-api-slice.gen").BundleSeoRobotsTxtUpdateApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./seo-api-slice.gen").BundleSeoRobotsTxtConfig, "api", unknown>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
2087
+ originalArgs?: import("./seo-api-slice.gen").BundleSeoRobotsTxtUpdateApiArg | undefined;
2088
+ reset: () => void;
2089
+ }];
1746
2090
  export { api };