@pimcore/studio-ui-bundle 2025.4.0 → 2025.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/dist/build/types/src/core/app/api/pimcore/tags.d.ts +5 -0
  2. package/dist/build/types/src/core/app/config/services/service-ids.d.ts +5 -0
  3. package/dist/build/types/src/core/app/i18n/iframe-i18n.d.ts +0 -3
  4. package/dist/build/types/src/core/bootstrap.d.ts +2 -0
  5. package/dist/build/types/src/core/components/background/background.d.ts +5 -1
  6. package/dist/build/types/src/core/components/background/background.stories.d.ts +7 -3
  7. package/dist/build/types/src/core/components/background/background.styles.d.ts +11 -1
  8. package/dist/build/types/src/core/components/dropdown/dropdown.stories.d.ts +1 -1
  9. package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +11 -3
  10. package/dist/build/types/src/core/components/grid/grid-cell/grid-row.d.ts +2 -1
  11. package/dist/build/types/src/core/components/import-modal/components/selected-file-view/selected-file-view.d.ts +2 -1
  12. package/dist/build/types/src/core/components/import-modal/hooks/use-file-upload.d.ts +14 -2
  13. package/dist/build/types/src/core/components/import-modal/import-modal.d.ts +2 -22
  14. package/dist/build/types/src/core/components/import-modal/index.d.ts +2 -1
  15. package/dist/build/types/src/core/components/import-modal/types.d.ts +48 -0
  16. package/dist/build/types/src/core/components/many-to-many-relation/grid.d.ts +1 -0
  17. package/dist/build/types/src/core/components/many-to-many-relation/grid.styles.d.ts +15 -0
  18. package/dist/build/types/src/core/components/many-to-many-relation/many-to-many-relation.d.ts +1 -0
  19. package/dist/build/types/src/core/components/operational-grid/csv-import-button/csv-import-button.d.ts +11 -0
  20. package/dist/build/types/src/core/components/operational-grid/csv-import-modal/csv-import-modal.d.ts +19 -0
  21. package/dist/build/types/src/core/components/pql-query-input/pql-query-input.d.ts +2 -2
  22. package/dist/build/types/src/core/components/pql-query-input/pql-query-input.stories.d.ts +12 -0
  23. package/dist/build/types/src/core/components/pql-query-input/pql-query-input.styles.d.ts +1 -0
  24. package/dist/build/types/src/core/components/tabs/tab-context-menu.d.ts +16 -0
  25. package/dist/build/types/src/core/modules/app/app-loader/app-loader.d.ts +1 -0
  26. package/dist/build/types/src/core/modules/app/app-loader/context/app-loading-context.d.ts +27 -0
  27. package/dist/build/types/src/core/modules/app/app-loader/index.d.ts +10 -0
  28. package/dist/build/types/src/core/modules/app/component-registry/component-config.d.ts +6 -0
  29. package/dist/build/types/src/core/modules/app/error-handler/constants/errorTypes.d.ts +3 -1
  30. package/dist/build/types/src/core/modules/app/error-handler/types.d.ts +2 -0
  31. package/dist/build/types/src/core/modules/app/settings/settings-slice-enhanced.d.ts +14 -14
  32. package/dist/build/types/src/core/modules/app/settings/settings-slice.gen.d.ts +14 -14
  33. package/dist/build/types/src/core/modules/app/translations/translations-api-slice-enhanced.d.ts +6 -6
  34. package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +6 -6
  35. package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice-enhanced.d.ts +6 -6
  36. package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice.gen.d.ts +6 -6
  37. package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +22 -22
  38. package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +65 -65
  39. package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +6 -6
  40. package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +6 -6
  41. package/dist/build/types/src/core/modules/asset/editor/types/asset-thumbnails-api-slice.gen.d.ts +12 -12
  42. 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
  43. package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +2 -2
  44. package/dist/build/types/src/core/modules/auth/enums/user-permission.d.ts +2 -0
  45. package/dist/build/types/src/core/modules/auth/hooks/use-user-content-language.d.ts +11 -0
  46. package/dist/build/types/src/core/modules/auth/user/user-api-slice-enhanced.d.ts +2 -2
  47. package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +22 -22
  48. package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +82 -82
  49. package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +84 -84
  50. package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice-enhanced.d.ts +30 -30
  51. package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +28 -28
  52. package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +9 -9
  53. package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +40 -38
  54. 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
  55. 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
  56. 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
  57. 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
  58. 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
  59. package/dist/build/types/src/core/modules/data-object/listing/listing-container.d.ts +3 -3
  60. package/dist/build/types/src/core/modules/data-object/unit-slice-enhanced.d.ts +12 -12
  61. package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +10 -10
  62. package/dist/build/types/src/core/modules/data-object/utils/provider/class-defintions/class-definitions-provider.d.ts +2 -1
  63. package/dist/build/types/src/core/modules/document/actions/site/provider/site-modal.d.ts +0 -1
  64. package/dist/build/types/src/core/modules/document/actions/translations/components/link-translation-modal.d.ts +2 -1
  65. package/dist/build/types/src/core/modules/document/actions/translations/components/translation-error-alert.d.ts +16 -0
  66. package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +39 -39
  67. package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +38 -38
  68. package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +24 -24
  69. package/dist/build/types/src/core/modules/document/document-editor-slice.d.ts +6 -6
  70. package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/components/editables-dialog/types.d.ts +6 -1
  71. package/dist/build/types/src/core/modules/element/actions/index.d.ts +2 -1
  72. package/dist/build/types/src/core/modules/element/components/system-info-modal/system-info-modal.d.ts +5 -0
  73. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/areablock-editable.d.ts +2 -1
  74. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-manager.d.ts +3 -0
  75. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-utils.d.ts +1 -1
  76. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-table.d.ts +1 -0
  77. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/utils/select-options.d.ts +14 -1
  78. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/checkbox/dynamic-type-grid-cell-checkbox.d.ts +1 -1
  79. 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
  80. 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
  81. 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
  82. 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
  83. 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
  84. 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
  85. 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
  86. 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
  87. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/dynamic-type-object-data-abstract.d.ts +17 -0
  88. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-image.d.ts +2 -1
  89. 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
  90. 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
  91. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice-enhanced.d.ts +2 -2
  92. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice.gen.d.ts +2 -2
  93. 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
  94. 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
  95. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +4 -4
  96. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +4 -4
  97. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +4 -4
  98. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +4 -4
  99. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/components/assigned-tags/assigned-tags.d.ts +1 -1
  100. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/components/tags-tree/create-tree-structure.d.ts +5 -0
  101. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/hooks/use-optimistic-update.d.ts +4 -0
  102. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +4 -4
  103. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +6 -6
  104. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice-enhanced.d.ts +6 -6
  105. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice.gen.d.ts +10 -10
  106. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice-enhanced.d.ts +2 -2
  107. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +2 -2
  108. package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +19 -19
  109. package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +21 -21
  110. package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +14 -10
  111. package/dist/build/types/src/core/modules/element/listing/abstract/configuration-layer/provider/selected-columns/selected-columns-provider.d.ts +2 -1
  112. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/view-layer/components/sidebar/tabs/filters/filter-container.d.ts +1 -6
  113. package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice-enhanced.d.ts +2 -2
  114. package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice.gen.d.ts +2 -2
  115. package/dist/build/types/src/core/modules/email/emails-api-slice-enhanced.d.ts +12 -12
  116. package/dist/build/types/src/core/modules/email/emails-api-slice.gen.d.ts +12 -12
  117. package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +2 -2
  118. package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +2 -2
  119. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/abstract-batch-edit-job.d.ts +2 -0
  120. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/abstract-folder-batch-edit-job.d.ts +15 -0
  121. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/asset-folder-batch-edit-job.d.ts +3 -2
  122. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/data-object-folder-batch-edit-job.d.ts +3 -2
  123. package/dist/build/types/src/core/modules/execution-engine/jobs/download/download-job.d.ts +6 -0
  124. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-handler-types.d.ts +41 -0
  125. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-handler.d.ts +6 -38
  126. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-notification.d.ts +1 -0
  127. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/progress-calculator/progress-calculator.interface.d.ts +46 -0
  128. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/progress-calculator/progress-field-calculator.d.ts +30 -0
  129. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/progress-calculator/step-completion-calculator.d.ts +29 -0
  130. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/step-tracker/child-job-step-tracker.d.ts +40 -0
  131. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/step-tracker/default-step-tracker.d.ts +43 -0
  132. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/step-tracker/step-tracker.interface.d.ts +35 -0
  133. package/dist/build/types/src/core/modules/execution-engine/notification/job/job-view.d.ts +2 -0
  134. package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-api-slice.gen.d.ts +6 -6
  135. package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-slice-enhanced.d.ts +10 -10
  136. package/dist/build/types/src/core/modules/notifications/actions/share-via-notification/use-share-via-notification.d.ts +17 -0
  137. package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +4 -4
  138. package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +8 -8
  139. package/dist/build/types/src/core/modules/notifications/send-notification/send-notification-modal.d.ts +3 -1
  140. package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +1 -0
  141. package/dist/build/types/src/core/modules/perspectives/perspectives-slice.enhanced.d.ts +13 -13
  142. package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +13 -13
  143. package/dist/build/types/src/core/modules/quantity-value/table/table.d.ts +4 -1
  144. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice-enhanced.d.ts +2 -2
  145. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +2 -2
  146. package/dist/build/types/src/core/modules/redirects/hooks/use-redirect-options.d.ts +18 -0
  147. package/dist/build/types/src/core/modules/redirects/seo-api-slice-enhanced.d.ts +355 -11
  148. package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +12 -12
  149. package/dist/build/types/src/core/modules/reports/custom-reports-api-slice-enhanced.d.ts +28 -28
  150. package/dist/build/types/src/core/modules/reports/custom-reports-api-slice.gen.d.ts +49 -41
  151. package/dist/build/types/src/core/modules/reports/reports-editor/components/helpers.d.ts +11 -0
  152. package/dist/build/types/src/core/modules/reports/reports-editor/reports-editor.styles.d.ts +1 -3
  153. package/dist/build/types/src/core/modules/robots-txt/components/robots-txt-site-editor.d.ts +16 -0
  154. package/dist/build/types/src/core/modules/robots-txt/components/robots-txt-site-editor.styles.d.ts +12 -0
  155. package/dist/build/types/src/core/modules/robots-txt/index.d.ts +11 -0
  156. package/dist/build/types/src/core/modules/robots-txt/robots-txt-container.d.ts +11 -0
  157. package/dist/build/types/src/core/modules/robots-txt/robots-txt-container.styles.d.ts +12 -0
  158. package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +2 -2
  159. package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +14 -14
  160. package/dist/build/types/src/core/modules/select-option/components/tree/tree-container.d.ts +1 -1
  161. package/dist/build/types/src/core/modules/user/roles/roles-api-slice-enhanced.d.ts +4 -4
  162. package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +12 -12
  163. package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +22 -22
  164. package/dist/build/types/src/core/modules/website-settings/table/table.d.ts +4 -1
  165. package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice-enhanced.d.ts +4 -4
  166. package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +4 -4
  167. package/dist/build/types/src/core/modules/widget-editor/hooks/use-widget-editor.d.ts +1 -1
  168. package/dist/build/types/src/sdk/components/index.d.ts +1 -0
  169. package/dist/build/types/src/sdk/modules/app/index.d.ts +3 -0
  170. package/dist/build/types/test-utils/mocks/style-mock.d.ts +11 -0
  171. package/dist/build/types/test-utils/mocks/svg-react-mock.d.ts +12 -0
  172. package/package.json +6 -5
@@ -15,7 +15,6 @@ interface CurrentModal {
15
15
  config: SiteModalConfig;
16
16
  form: formInstanceType<SiteFormValues>;
17
17
  isLoading: boolean;
18
- hasUnsavedChanges: boolean;
19
18
  }
20
19
  interface SiteModalProps {
21
20
  modal: CurrentModal;
@@ -11,9 +11,10 @@ import React from 'react';
11
11
  import type { ManyToOneRelationValue } from '../../../../../components/many-to-one-relation/many-to-one-relation';
12
12
  export interface LinkTranslationModalProps {
13
13
  isOpen: boolean;
14
+ documentId: number;
14
15
  selectedDocument: ManyToOneRelationValue | null;
15
16
  onSelectedDocumentChange: (document: ManyToOneRelationValue | null) => void;
16
17
  onClose: () => void;
17
18
  onSubmit: () => Promise<void>;
18
19
  }
19
- export declare const LinkTranslationModal: ({ isOpen, selectedDocument, onSelectedDocumentChange, onClose, onSubmit }: LinkTranslationModalProps) => React.JSX.Element;
20
+ export declare const LinkTranslationModal: ({ isOpen, documentId, selectedDocument, onSelectedDocumentChange, onClose, onSubmit }: LinkTranslationModalProps) => React.JSX.Element;
@@ -0,0 +1,16 @@
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 React from 'react';
11
+ import type { ApiErrorData } from '../../../../../modules/app/error-handler/types';
12
+ interface TranslationErrorAlertProps {
13
+ error: ApiErrorData;
14
+ }
15
+ export declare const TranslationErrorAlert: ({ error }: TranslationErrorAlertProps) => React.JSX.Element;
16
+ export {};
@@ -417,7 +417,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
417
417
  isFetching: false;
418
418
  isSuccess: false;
419
419
  isError: false;
420
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
420
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
421
421
  isSuccess: true;
422
422
  isFetching: false;
423
423
  error: undefined;
@@ -449,7 +449,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
449
449
  isError: false;
450
450
  }, "error">>)> & {
451
451
  status: import("@reduxjs/toolkit/query").QueryStatus;
452
- }>(arg: import("./document-api-slice.gen").DocumentGetByIdApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
452
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./document-api-slice.gen").DocumentGetByIdApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
453
453
  skip?: boolean;
454
454
  refetchOnMountOrArgChange?: boolean | number;
455
455
  } & {
@@ -510,7 +510,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
510
510
  isFetching: false;
511
511
  isSuccess: false;
512
512
  isError: false;
513
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
513
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
514
514
  isSuccess: true;
515
515
  isFetching: false;
516
516
  error: undefined;
@@ -761,7 +761,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
761
761
  isFetching: false;
762
762
  isSuccess: false;
763
763
  isError: false;
764
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
764
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
765
765
  isSuccess: true;
766
766
  isFetching: false;
767
767
  error: undefined;
@@ -793,7 +793,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
793
793
  isError: false;
794
794
  }, "error">>)> & {
795
795
  status: import("@reduxjs/toolkit/query").QueryStatus;
796
- }>(arg: import("./document-api-slice.gen").DocumentGetTreeApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
796
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./document-api-slice.gen").DocumentGetTreeApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
797
797
  skip?: boolean;
798
798
  refetchOnMountOrArgChange?: boolean | number;
799
799
  } & {
@@ -854,7 +854,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
854
854
  isFetching: false;
855
855
  isSuccess: false;
856
856
  isError: false;
857
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
857
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
858
858
  isSuccess: true;
859
859
  isFetching: false;
860
860
  error: undefined;
@@ -945,7 +945,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
945
945
  isFetching: false;
946
946
  isSuccess: false;
947
947
  isError: false;
948
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
948
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
949
949
  isSuccess: true;
950
950
  isFetching: false;
951
951
  error: undefined;
@@ -1038,7 +1038,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
1038
1038
  isFetching: false;
1039
1039
  isSuccess: false;
1040
1040
  isError: false;
1041
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1041
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1042
1042
  isSuccess: true;
1043
1043
  isFetching: false;
1044
1044
  error: undefined;
@@ -1129,7 +1129,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
1129
1129
  isFetching: false;
1130
1130
  isSuccess: false;
1131
1131
  isError: false;
1132
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1132
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1133
1133
  isSuccess: true;
1134
1134
  isFetching: false;
1135
1135
  error: undefined;
@@ -1161,7 +1161,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
1161
1161
  isError: false;
1162
1162
  }, "error">>)> & {
1163
1163
  status: import("@reduxjs/toolkit/query").QueryStatus;
1164
- }>(arg: import("./document-api-slice.gen").DocumentDocTypeListApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
1164
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./document-api-slice.gen").DocumentDocTypeListApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
1165
1165
  skip?: boolean;
1166
1166
  refetchOnMountOrArgChange?: boolean | number;
1167
1167
  } & {
@@ -1222,7 +1222,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
1222
1222
  isFetching: false;
1223
1223
  isSuccess: false;
1224
1224
  isError: false;
1225
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1225
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1226
1226
  isSuccess: true;
1227
1227
  isFetching: false;
1228
1228
  error: undefined;
@@ -1313,7 +1313,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
1313
1313
  isFetching: false;
1314
1314
  isSuccess: false;
1315
1315
  isError: false;
1316
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1316
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1317
1317
  isSuccess: true;
1318
1318
  isFetching: false;
1319
1319
  error: undefined;
@@ -1406,7 +1406,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
1406
1406
  isFetching: false;
1407
1407
  isSuccess: false;
1408
1408
  isError: false;
1409
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1409
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1410
1410
  isSuccess: true;
1411
1411
  isFetching: false;
1412
1412
  error: undefined;
@@ -1497,7 +1497,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
1497
1497
  isFetching: false;
1498
1498
  isSuccess: false;
1499
1499
  isError: false;
1500
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1500
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1501
1501
  isSuccess: true;
1502
1502
  isFetching: false;
1503
1503
  error: undefined;
@@ -1590,7 +1590,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
1590
1590
  isFetching: false;
1591
1591
  isSuccess: false;
1592
1592
  isError: false;
1593
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1593
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1594
1594
  isSuccess: true;
1595
1595
  isFetching: false;
1596
1596
  error: undefined;
@@ -2321,7 +2321,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2321
2321
  isFetching: false;
2322
2322
  isSuccess: false;
2323
2323
  isError: false;
2324
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2324
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2325
2325
  isSuccess: true;
2326
2326
  isFetching: false;
2327
2327
  error: undefined;
@@ -2353,7 +2353,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2353
2353
  isError: false;
2354
2354
  }, "error">>)> & {
2355
2355
  status: import("@reduxjs/toolkit/query").QueryStatus;
2356
- }>(arg: import("./document-api-slice.gen").DocumentPageSnippetAreaBlockRenderApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
2356
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./document-api-slice.gen").DocumentPageSnippetAreaBlockRenderApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
2357
2357
  skip?: boolean;
2358
2358
  refetchOnMountOrArgChange?: boolean | number;
2359
2359
  } & {
@@ -2414,7 +2414,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2414
2414
  isFetching: false;
2415
2415
  isSuccess: false;
2416
2416
  isError: false;
2417
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2417
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2418
2418
  isSuccess: true;
2419
2419
  isFetching: false;
2420
2420
  error: undefined;
@@ -2505,7 +2505,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2505
2505
  isFetching: false;
2506
2506
  isSuccess: false;
2507
2507
  isError: false;
2508
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2508
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2509
2509
  isSuccess: true;
2510
2510
  isFetching: false;
2511
2511
  error: undefined;
@@ -2595,7 +2595,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2595
2595
  isFetching: false;
2596
2596
  isSuccess: false;
2597
2597
  isError: false;
2598
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2598
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2599
2599
  isSuccess: true;
2600
2600
  isFetching: false;
2601
2601
  error: undefined;
@@ -2688,7 +2688,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2688
2688
  isFetching: false;
2689
2689
  isSuccess: false;
2690
2690
  isError: false;
2691
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2691
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2692
2692
  isSuccess: true;
2693
2693
  isFetching: false;
2694
2694
  error: undefined;
@@ -2720,7 +2720,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2720
2720
  isError: false;
2721
2721
  }, "error">>)> & {
2722
2722
  status: import("@reduxjs/toolkit/query").QueryStatus;
2723
- }>(arg: DocumentRenderletRenderApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
2723
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DocumentRenderletRenderApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
2724
2724
  skip?: boolean;
2725
2725
  refetchOnMountOrArgChange?: boolean | number;
2726
2726
  } & {
@@ -2781,7 +2781,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2781
2781
  isFetching: false;
2782
2782
  isSuccess: false;
2783
2783
  isError: false;
2784
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2784
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2785
2785
  isSuccess: true;
2786
2786
  isFetching: false;
2787
2787
  error: undefined;
@@ -2872,7 +2872,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2872
2872
  isFetching: false;
2873
2873
  isSuccess: false;
2874
2874
  isError: false;
2875
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2875
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2876
2876
  isSuccess: true;
2877
2877
  isFetching: false;
2878
2878
  error: undefined;
@@ -2904,7 +2904,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2904
2904
  isError: false;
2905
2905
  }, "error">>)> & {
2906
2906
  status: import("@reduxjs/toolkit/query").QueryStatus;
2907
- }>(arg: import("./document-api-slice.gen").DocumentsListAvailableSitesApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
2907
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./document-api-slice.gen").DocumentsListAvailableSitesApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
2908
2908
  skip?: boolean;
2909
2909
  refetchOnMountOrArgChange?: boolean | number;
2910
2910
  } & {
@@ -2965,7 +2965,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2965
2965
  isFetching: false;
2966
2966
  isSuccess: false;
2967
2967
  isError: false;
2968
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2968
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2969
2969
  isSuccess: true;
2970
2970
  isFetching: false;
2971
2971
  error: undefined;
@@ -3056,7 +3056,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
3056
3056
  isFetching: false;
3057
3057
  isSuccess: false;
3058
3058
  isError: false;
3059
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3059
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3060
3060
  isSuccess: true;
3061
3061
  isFetching: false;
3062
3062
  error: undefined;
@@ -3088,7 +3088,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
3088
3088
  isError: false;
3089
3089
  }, "error">>)> & {
3090
3090
  status: import("@reduxjs/toolkit/query").QueryStatus;
3091
- }>(arg: import("./document-api-slice.gen").DocumentGetSiteApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
3091
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./document-api-slice.gen").DocumentGetSiteApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
3092
3092
  skip?: boolean;
3093
3093
  refetchOnMountOrArgChange?: boolean | number;
3094
3094
  } & {
@@ -3149,7 +3149,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
3149
3149
  isFetching: false;
3150
3150
  isSuccess: false;
3151
3151
  isError: false;
3152
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3152
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3153
3153
  isSuccess: true;
3154
3154
  isFetching: false;
3155
3155
  error: undefined;
@@ -3240,7 +3240,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
3240
3240
  isFetching: false;
3241
3241
  isSuccess: false;
3242
3242
  isError: false;
3243
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3243
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3244
3244
  isSuccess: true;
3245
3245
  isFetching: false;
3246
3246
  error: undefined;
@@ -3330,7 +3330,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
3330
3330
  isFetching: false;
3331
3331
  isSuccess: false;
3332
3332
  isError: false;
3333
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3333
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3334
3334
  isSuccess: true;
3335
3335
  isFetching: false;
3336
3336
  error: undefined;
@@ -3743,7 +3743,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
3743
3743
  isFetching: false;
3744
3744
  isSuccess: false;
3745
3745
  isError: false;
3746
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3746
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3747
3747
  isSuccess: true;
3748
3748
  isFetching: false;
3749
3749
  error: undefined;
@@ -3775,7 +3775,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
3775
3775
  isError: false;
3776
3776
  }, "error">>)> & {
3777
3777
  status: import("@reduxjs/toolkit/query").QueryStatus;
3778
- }>(arg: import("./document-api-slice.gen").DocumentGetTranslationsApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
3778
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./document-api-slice.gen").DocumentGetTranslationsApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
3779
3779
  skip?: boolean;
3780
3780
  refetchOnMountOrArgChange?: boolean | number;
3781
3781
  } & {
@@ -3836,7 +3836,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
3836
3836
  isFetching: false;
3837
3837
  isSuccess: false;
3838
3838
  isError: false;
3839
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3839
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3840
3840
  isSuccess: true;
3841
3841
  isFetching: false;
3842
3842
  error: undefined;
@@ -3927,7 +3927,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
3927
3927
  isFetching: false;
3928
3928
  isSuccess: false;
3929
3929
  isError: false;
3930
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3930
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3931
3931
  isSuccess: true;
3932
3932
  isFetching: false;
3933
3933
  error: undefined;
@@ -4017,7 +4017,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
4017
4017
  isFetching: false;
4018
4018
  isSuccess: false;
4019
4019
  isError: false;
4020
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4020
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4021
4021
  isSuccess: true;
4022
4022
  isFetching: false;
4023
4023
  error: undefined;
@@ -4430,7 +4430,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
4430
4430
  isFetching: false;
4431
4431
  isSuccess: false;
4432
4432
  isError: false;
4433
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4433
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4434
4434
  isSuccess: true;
4435
4435
  isFetching: false;
4436
4436
  error: undefined;
@@ -4462,7 +4462,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
4462
4462
  isError: false;
4463
4463
  }, "error">>)> & {
4464
4464
  status: import("@reduxjs/toolkit/query").QueryStatus;
4465
- }>(arg: import("./document-api-slice.gen").DocumentGetTranslationParentByLanguageApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
4465
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./document-api-slice.gen").DocumentGetTranslationParentByLanguageApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
4466
4466
  skip?: boolean;
4467
4467
  refetchOnMountOrArgChange?: boolean | number;
4468
4468
  } & {
@@ -4523,7 +4523,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
4523
4523
  isFetching: false;
4524
4524
  isSuccess: false;
4525
4525
  isError: false;
4526
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4526
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4527
4527
  isSuccess: true;
4528
4528
  isFetching: false;
4529
4529
  error: undefined;