@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
@@ -133,7 +133,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
133
133
  isFetching: false;
134
134
  isSuccess: false;
135
135
  isError: false;
136
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
136
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
137
137
  isSuccess: true;
138
138
  isFetching: false;
139
139
  error: undefined;
@@ -226,7 +226,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
226
226
  isFetching: false;
227
227
  isSuccess: false;
228
228
  isError: false;
229
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
229
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
230
230
  isSuccess: true;
231
231
  isFetching: false;
232
232
  error: undefined;
@@ -317,7 +317,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
317
317
  isFetching: false;
318
318
  isSuccess: false;
319
319
  isError: false;
320
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
320
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
321
321
  isSuccess: true;
322
322
  isFetching: false;
323
323
  error: undefined;
@@ -410,7 +410,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
410
410
  isFetching: false;
411
411
  isSuccess: false;
412
412
  isError: false;
413
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
413
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
414
414
  isSuccess: true;
415
415
  isFetching: false;
416
416
  error: undefined;
@@ -501,7 +501,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
501
501
  isFetching: false;
502
502
  isSuccess: false;
503
503
  isError: false;
504
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
504
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
505
505
  isSuccess: true;
506
506
  isFetching: false;
507
507
  error: undefined;
@@ -594,7 +594,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
594
594
  isFetching: false;
595
595
  isSuccess: false;
596
596
  isError: false;
597
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
597
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
598
598
  isSuccess: true;
599
599
  isFetching: false;
600
600
  error: undefined;
@@ -845,7 +845,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
845
845
  isFetching: false;
846
846
  isSuccess: false;
847
847
  isError: false;
848
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
848
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
849
849
  isSuccess: true;
850
850
  isFetching: false;
851
851
  error: undefined;
@@ -938,7 +938,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
938
938
  isFetching: false;
939
939
  isSuccess: false;
940
940
  isError: false;
941
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
941
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
942
942
  isSuccess: true;
943
943
  isFetching: false;
944
944
  error: undefined;
@@ -1349,7 +1349,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
1349
1349
  isFetching: false;
1350
1350
  isSuccess: false;
1351
1351
  isError: false;
1352
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1352
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1353
1353
  isSuccess: true;
1354
1354
  isFetching: false;
1355
1355
  error: undefined;
@@ -1442,7 +1442,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
1442
1442
  isFetching: false;
1443
1443
  isSuccess: false;
1444
1444
  isError: false;
1445
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1445
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1446
1446
  isSuccess: true;
1447
1447
  isFetching: false;
1448
1448
  error: undefined;
@@ -1533,7 +1533,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
1533
1533
  isFetching: false;
1534
1534
  isSuccess: false;
1535
1535
  isError: false;
1536
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1536
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1537
1537
  isSuccess: true;
1538
1538
  isFetching: false;
1539
1539
  error: undefined;
@@ -1626,7 +1626,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
1626
1626
  isFetching: false;
1627
1627
  isSuccess: false;
1628
1628
  isError: false;
1629
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1629
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1630
1630
  isSuccess: true;
1631
1631
  isFetching: false;
1632
1632
  error: undefined;
@@ -1877,7 +1877,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
1877
1877
  isFetching: false;
1878
1878
  isSuccess: false;
1879
1879
  isError: false;
1880
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1880
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1881
1881
  isSuccess: true;
1882
1882
  isFetching: false;
1883
1883
  error: undefined;
@@ -1970,7 +1970,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
1970
1970
  isFetching: false;
1971
1971
  isSuccess: false;
1972
1972
  isError: false;
1973
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1973
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1974
1974
  isSuccess: true;
1975
1975
  isFetching: false;
1976
1976
  error: undefined;
@@ -2061,7 +2061,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
2061
2061
  isFetching: false;
2062
2062
  isSuccess: false;
2063
2063
  isError: false;
2064
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2064
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2065
2065
  isSuccess: true;
2066
2066
  isFetching: false;
2067
2067
  error: undefined;
@@ -2154,7 +2154,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
2154
2154
  isFetching: false;
2155
2155
  isSuccess: false;
2156
2156
  isError: false;
2157
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2157
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2158
2158
  isSuccess: true;
2159
2159
  isFetching: false;
2160
2160
  error: undefined;
@@ -2245,7 +2245,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
2245
2245
  isFetching: false;
2246
2246
  isSuccess: false;
2247
2247
  isError: false;
2248
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2248
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2249
2249
  isSuccess: true;
2250
2250
  isFetching: false;
2251
2251
  error: undefined;
@@ -2338,7 +2338,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
2338
2338
  isFetching: false;
2339
2339
  isSuccess: false;
2340
2340
  isError: false;
2341
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2341
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2342
2342
  isSuccess: true;
2343
2343
  isFetching: false;
2344
2344
  error: undefined;
@@ -2429,7 +2429,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
2429
2429
  isFetching: false;
2430
2430
  isSuccess: false;
2431
2431
  isError: false;
2432
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2432
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2433
2433
  isSuccess: true;
2434
2434
  isFetching: false;
2435
2435
  error: undefined;
@@ -2522,7 +2522,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
2522
2522
  isFetching: false;
2523
2523
  isSuccess: false;
2524
2524
  isError: false;
2525
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2525
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2526
2526
  isSuccess: true;
2527
2527
  isFetching: false;
2528
2528
  error: undefined;
@@ -2773,7 +2773,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
2773
2773
  isFetching: false;
2774
2774
  isSuccess: false;
2775
2775
  isError: false;
2776
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2776
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2777
2777
  isSuccess: true;
2778
2778
  isFetching: false;
2779
2779
  error: undefined;
@@ -2866,7 +2866,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
2866
2866
  isFetching: false;
2867
2867
  isSuccess: false;
2868
2868
  isError: false;
2869
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2869
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2870
2870
  isSuccess: true;
2871
2871
  isFetching: false;
2872
2872
  error: undefined;
@@ -2957,7 +2957,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
2957
2957
  isFetching: false;
2958
2958
  isSuccess: false;
2959
2959
  isError: false;
2960
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2960
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2961
2961
  isSuccess: true;
2962
2962
  isFetching: false;
2963
2963
  error: undefined;
@@ -3050,7 +3050,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
3050
3050
  isFetching: false;
3051
3051
  isSuccess: false;
3052
3052
  isError: false;
3053
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3053
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3054
3054
  isSuccess: true;
3055
3055
  isFetching: false;
3056
3056
  error: undefined;
@@ -3141,7 +3141,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
3141
3141
  isFetching: false;
3142
3142
  isSuccess: false;
3143
3143
  isError: false;
3144
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3144
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3145
3145
  isSuccess: true;
3146
3146
  isFetching: false;
3147
3147
  error: undefined;
@@ -3234,7 +3234,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
3234
3234
  isFetching: false;
3235
3235
  isSuccess: false;
3236
3236
  isError: false;
3237
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3237
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3238
3238
  isSuccess: true;
3239
3239
  isFetching: false;
3240
3240
  error: undefined;
@@ -3645,7 +3645,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
3645
3645
  isFetching: false;
3646
3646
  isSuccess: false;
3647
3647
  isError: false;
3648
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3648
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3649
3649
  isSuccess: true;
3650
3650
  isFetching: false;
3651
3651
  error: undefined;
@@ -3738,7 +3738,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
3738
3738
  isFetching: false;
3739
3739
  isSuccess: false;
3740
3740
  isError: false;
3741
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3741
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3742
3742
  isSuccess: true;
3743
3743
  isFetching: false;
3744
3744
  error: undefined;
@@ -3829,7 +3829,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
3829
3829
  isFetching: false;
3830
3830
  isSuccess: false;
3831
3831
  isError: false;
3832
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3832
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3833
3833
  isSuccess: true;
3834
3834
  isFetching: false;
3835
3835
  error: undefined;
@@ -3919,7 +3919,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
3919
3919
  isFetching: false;
3920
3920
  isSuccess: false;
3921
3921
  isError: false;
3922
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3922
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3923
3923
  isSuccess: true;
3924
3924
  isFetching: false;
3925
3925
  error: undefined;
@@ -4172,7 +4172,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
4172
4172
  isFetching: false;
4173
4173
  isSuccess: false;
4174
4174
  isError: false;
4175
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4175
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4176
4176
  isSuccess: true;
4177
4177
  isFetching: false;
4178
4178
  error: undefined;
@@ -4265,7 +4265,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
4265
4265
  isFetching: false;
4266
4266
  isSuccess: false;
4267
4267
  isError: false;
4268
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4268
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4269
4269
  isSuccess: true;
4270
4270
  isFetching: false;
4271
4271
  error: undefined;
@@ -4356,7 +4356,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
4356
4356
  isFetching: false;
4357
4357
  isSuccess: false;
4358
4358
  isError: false;
4359
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4359
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4360
4360
  isSuccess: true;
4361
4361
  isFetching: false;
4362
4362
  error: undefined;
@@ -4449,7 +4449,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
4449
4449
  isFetching: false;
4450
4450
  isSuccess: false;
4451
4451
  isError: false;
4452
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4452
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4453
4453
  isSuccess: true;
4454
4454
  isFetching: false;
4455
4455
  error: undefined;
@@ -4540,7 +4540,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
4540
4540
  isFetching: false;
4541
4541
  isSuccess: false;
4542
4542
  isError: false;
4543
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4543
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4544
4544
  isSuccess: true;
4545
4545
  isFetching: false;
4546
4546
  error: undefined;
@@ -4633,7 +4633,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
4633
4633
  isFetching: false;
4634
4634
  isSuccess: false;
4635
4635
  isError: false;
4636
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4636
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4637
4637
  isSuccess: true;
4638
4638
  isFetching: false;
4639
4639
  error: undefined;
@@ -4724,7 +4724,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
4724
4724
  isFetching: false;
4725
4725
  isSuccess: false;
4726
4726
  isError: false;
4727
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4727
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4728
4728
  isSuccess: true;
4729
4729
  isFetching: false;
4730
4730
  error: undefined;
@@ -4817,7 +4817,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
4817
4817
  isFetching: false;
4818
4818
  isSuccess: false;
4819
4819
  isError: false;
4820
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4820
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4821
4821
  isSuccess: true;
4822
4822
  isFetching: false;
4823
4823
  error: undefined;
@@ -4908,7 +4908,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
4908
4908
  isFetching: false;
4909
4909
  isSuccess: false;
4910
4910
  isError: false;
4911
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4911
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4912
4912
  isSuccess: true;
4913
4913
  isFetching: false;
4914
4914
  error: undefined;
@@ -5001,7 +5001,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
5001
5001
  isFetching: false;
5002
5002
  isSuccess: false;
5003
5003
  isError: false;
5004
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
5004
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
5005
5005
  isSuccess: true;
5006
5006
  isFetching: false;
5007
5007
  error: undefined;
@@ -5092,7 +5092,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
5092
5092
  isFetching: false;
5093
5093
  isSuccess: false;
5094
5094
  isError: false;
5095
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
5095
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
5096
5096
  isSuccess: true;
5097
5097
  isFetching: false;
5098
5098
  error: undefined;
@@ -5185,7 +5185,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
5185
5185
  isFetching: false;
5186
5186
  isSuccess: false;
5187
5187
  isError: false;
5188
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
5188
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
5189
5189
  isSuccess: true;
5190
5190
  isFetching: false;
5191
5191
  error: undefined;
@@ -5436,7 +5436,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
5436
5436
  isFetching: false;
5437
5437
  isSuccess: false;
5438
5438
  isError: false;
5439
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
5439
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
5440
5440
  isSuccess: true;
5441
5441
  isFetching: false;
5442
5442
  error: undefined;
@@ -5529,7 +5529,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
5529
5529
  isFetching: false;
5530
5530
  isSuccess: false;
5531
5531
  isError: false;
5532
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
5532
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
5533
5533
  isSuccess: true;
5534
5534
  isFetching: false;
5535
5535
  error: undefined;
@@ -5940,7 +5940,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
5940
5940
  isFetching: false;
5941
5941
  isSuccess: false;
5942
5942
  isError: false;
5943
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
5943
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
5944
5944
  isSuccess: true;
5945
5945
  isFetching: false;
5946
5946
  error: undefined;
@@ -6033,7 +6033,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
6033
6033
  isFetching: false;
6034
6034
  isSuccess: false;
6035
6035
  isError: false;
6036
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
6036
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
6037
6037
  isSuccess: true;
6038
6038
  isFetching: false;
6039
6039
  error: undefined;
@@ -6124,7 +6124,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
6124
6124
  isFetching: false;
6125
6125
  isSuccess: false;
6126
6126
  isError: false;
6127
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
6127
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
6128
6128
  isSuccess: true;
6129
6129
  isFetching: false;
6130
6130
  error: undefined;
@@ -6214,7 +6214,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
6214
6214
  isFetching: false;
6215
6215
  isSuccess: false;
6216
6216
  isError: false;
6217
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
6217
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
6218
6218
  isSuccess: true;
6219
6219
  isFetching: false;
6220
6220
  error: undefined;
@@ -6467,7 +6467,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
6467
6467
  isFetching: false;
6468
6468
  isSuccess: false;
6469
6469
  isError: false;
6470
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
6470
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
6471
6471
  isSuccess: true;
6472
6472
  isFetching: false;
6473
6473
  error: undefined;
@@ -6560,7 +6560,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
6560
6560
  isFetching: false;
6561
6561
  isSuccess: false;
6562
6562
  isError: false;
6563
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
6563
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
6564
6564
  isSuccess: true;
6565
6565
  isFetching: false;
6566
6566
  error: undefined;
@@ -6651,7 +6651,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
6651
6651
  isFetching: false;
6652
6652
  isSuccess: false;
6653
6653
  isError: false;
6654
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
6654
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
6655
6655
  isSuccess: true;
6656
6656
  isFetching: false;
6657
6657
  error: undefined;
@@ -6744,7 +6744,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
6744
6744
  isFetching: false;
6745
6745
  isSuccess: false;
6746
6746
  isError: false;
6747
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
6747
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
6748
6748
  isSuccess: true;
6749
6749
  isFetching: false;
6750
6750
  error: undefined;
@@ -6835,7 +6835,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
6835
6835
  isFetching: false;
6836
6836
  isSuccess: false;
6837
6837
  isError: false;
6838
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
6838
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
6839
6839
  isSuccess: true;
6840
6840
  isFetching: false;
6841
6841
  error: undefined;
@@ -6928,7 +6928,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
6928
6928
  isFetching: false;
6929
6929
  isSuccess: false;
6930
6930
  isError: false;
6931
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
6931
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
6932
6932
  isSuccess: true;
6933
6933
  isFetching: false;
6934
6934
  error: undefined;
@@ -7019,7 +7019,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
7019
7019
  isFetching: false;
7020
7020
  isSuccess: false;
7021
7021
  isError: false;
7022
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
7022
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
7023
7023
  isSuccess: true;
7024
7024
  isFetching: false;
7025
7025
  error: undefined;
@@ -7112,7 +7112,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
7112
7112
  isFetching: false;
7113
7113
  isSuccess: false;
7114
7114
  isError: false;
7115
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
7115
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
7116
7116
  isSuccess: true;
7117
7117
  isFetching: false;
7118
7118
  error: undefined;
@@ -7203,7 +7203,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
7203
7203
  isFetching: false;
7204
7204
  isSuccess: false;
7205
7205
  isError: false;
7206
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
7206
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
7207
7207
  isSuccess: true;
7208
7208
  isFetching: false;
7209
7209
  error: undefined;
@@ -7296,7 +7296,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
7296
7296
  isFetching: false;
7297
7297
  isSuccess: false;
7298
7298
  isError: false;
7299
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
7299
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
7300
7300
  isSuccess: true;
7301
7301
  isFetching: false;
7302
7302
  error: undefined;
@@ -7387,7 +7387,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
7387
7387
  isFetching: false;
7388
7388
  isSuccess: false;
7389
7389
  isError: false;
7390
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
7390
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
7391
7391
  isSuccess: true;
7392
7392
  isFetching: false;
7393
7393
  error: undefined;
@@ -7480,7 +7480,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
7480
7480
  isFetching: false;
7481
7481
  isSuccess: false;
7482
7482
  isError: false;
7483
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
7483
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
7484
7484
  isSuccess: true;
7485
7485
  isFetching: false;
7486
7486
  error: undefined;
@@ -7571,7 +7571,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
7571
7571
  isFetching: false;
7572
7572
  isSuccess: false;
7573
7573
  isError: false;
7574
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
7574
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
7575
7575
  isSuccess: true;
7576
7576
  isFetching: false;
7577
7577
  error: undefined;
@@ -7664,7 +7664,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
7664
7664
  isFetching: false;
7665
7665
  isSuccess: false;
7666
7666
  isError: false;
7667
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
7667
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
7668
7668
  isSuccess: true;
7669
7669
  isFetching: false;
7670
7670
  error: undefined;
@@ -8235,7 +8235,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
8235
8235
  isFetching: false;
8236
8236
  isSuccess: false;
8237
8237
  isError: false;
8238
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
8238
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
8239
8239
  isSuccess: true;
8240
8240
  isFetching: false;
8241
8241
  error: undefined;
@@ -8328,7 +8328,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
8328
8328
  isFetching: false;
8329
8329
  isSuccess: false;
8330
8330
  isError: false;
8331
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
8331
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
8332
8332
  isSuccess: true;
8333
8333
  isFetching: false;
8334
8334
  error: undefined;
@@ -8419,7 +8419,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
8419
8419
  isFetching: false;
8420
8420
  isSuccess: false;
8421
8421
  isError: false;
8422
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
8422
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
8423
8423
  isSuccess: true;
8424
8424
  isFetching: false;
8425
8425
  error: undefined;
@@ -8512,7 +8512,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
8512
8512
  isFetching: false;
8513
8513
  isSuccess: false;
8514
8514
  isError: false;
8515
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
8515
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
8516
8516
  isSuccess: true;
8517
8517
  isFetching: false;
8518
8518
  error: undefined;
@@ -8603,7 +8603,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
8603
8603
  isFetching: false;
8604
8604
  isSuccess: false;
8605
8605
  isError: false;
8606
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
8606
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
8607
8607
  isSuccess: true;
8608
8608
  isFetching: false;
8609
8609
  error: undefined;
@@ -8696,7 +8696,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
8696
8696
  isFetching: false;
8697
8697
  isSuccess: false;
8698
8698
  isError: false;
8699
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
8699
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
8700
8700
  isSuccess: true;
8701
8701
  isFetching: false;
8702
8702
  error: undefined;
@@ -8787,7 +8787,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
8787
8787
  isFetching: false;
8788
8788
  isSuccess: false;
8789
8789
  isError: false;
8790
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
8790
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
8791
8791
  isSuccess: true;
8792
8792
  isFetching: false;
8793
8793
  error: undefined;
@@ -8877,7 +8877,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
8877
8877
  isFetching: false;
8878
8878
  isSuccess: false;
8879
8879
  isError: false;
8880
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
8880
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
8881
8881
  isSuccess: true;
8882
8882
  isFetching: false;
8883
8883
  error: undefined;
@@ -9130,7 +9130,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
9130
9130
  isFetching: false;
9131
9131
  isSuccess: false;
9132
9132
  isError: false;
9133
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
9133
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
9134
9134
  isSuccess: true;
9135
9135
  isFetching: false;
9136
9136
  error: undefined;
@@ -9223,7 +9223,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
9223
9223
  isFetching: false;
9224
9224
  isSuccess: false;
9225
9225
  isError: false;
9226
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
9226
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
9227
9227
  isSuccess: true;
9228
9228
  isFetching: false;
9229
9229
  error: undefined;
@@ -9634,7 +9634,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
9634
9634
  isFetching: false;
9635
9635
  isSuccess: false;
9636
9636
  isError: false;
9637
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
9637
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
9638
9638
  isSuccess: true;
9639
9639
  isFetching: false;
9640
9640
  error: undefined;
@@ -9727,7 +9727,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
9727
9727
  isFetching: false;
9728
9728
  isSuccess: false;
9729
9729
  isError: false;
9730
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
9730
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
9731
9731
  isSuccess: true;
9732
9732
  isFetching: false;
9733
9733
  error: undefined;
@@ -9978,7 +9978,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
9978
9978
  isFetching: false;
9979
9979
  isSuccess: false;
9980
9980
  isError: false;
9981
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
9981
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
9982
9982
  isSuccess: true;
9983
9983
  isFetching: false;
9984
9984
  error: undefined;
@@ -10071,7 +10071,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
10071
10071
  isFetching: false;
10072
10072
  isSuccess: false;
10073
10073
  isError: false;
10074
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
10074
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
10075
10075
  isSuccess: true;
10076
10076
  isFetching: false;
10077
10077
  error: undefined;
@@ -10322,7 +10322,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
10322
10322
  isFetching: false;
10323
10323
  isSuccess: false;
10324
10324
  isError: false;
10325
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
10325
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
10326
10326
  isSuccess: true;
10327
10327
  isFetching: false;
10328
10328
  error: undefined;
@@ -10415,7 +10415,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
10415
10415
  isFetching: false;
10416
10416
  isSuccess: false;
10417
10417
  isError: false;
10418
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
10418
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
10419
10419
  isSuccess: true;
10420
10420
  isFetching: false;
10421
10421
  error: undefined;
@@ -10826,7 +10826,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
10826
10826
  isFetching: false;
10827
10827
  isSuccess: false;
10828
10828
  isError: false;
10829
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
10829
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
10830
10830
  isSuccess: true;
10831
10831
  isFetching: false;
10832
10832
  error: undefined;
@@ -10919,7 +10919,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
10919
10919
  isFetching: false;
10920
10920
  isSuccess: false;
10921
10921
  isError: false;
10922
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
10922
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
10923
10923
  isSuccess: true;
10924
10924
  isFetching: false;
10925
10925
  error: undefined;
@@ -11010,7 +11010,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
11010
11010
  isFetching: false;
11011
11011
  isSuccess: false;
11012
11012
  isError: false;
11013
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
11013
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
11014
11014
  isSuccess: true;
11015
11015
  isFetching: false;
11016
11016
  error: undefined;
@@ -11103,7 +11103,7 @@ export declare const useClassDefinitionCollectionQuery: <R extends Record<string
11103
11103
  isFetching: false;
11104
11104
  isSuccess: false;
11105
11105
  isError: false;
11106
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
11106
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
11107
11107
  isSuccess: true;
11108
11108
  isFetching: false;
11109
11109
  error: undefined;