@pimcore/studio-ui-bundle 2026.1.2 → 2026.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build/types/src/core/app/api/pimcore/index.d.ts +4 -3
- package/dist/build/types/src/core/app/config/app-config.d.ts +1 -0
- package/dist/build/types/src/core/app/config/services/service-ids.d.ts +1 -0
- package/dist/build/types/src/core/bootstrap.d.ts +1 -0
- package/dist/build/types/src/core/components/element-tag/element-tag.d.ts +1 -0
- package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +4 -1
- package/dist/build/types/src/core/components/many-to-one-relation/path-target.styles.d.ts +1 -0
- package/dist/build/types/src/core/components/stack-list/stack-list-item.d.ts +1 -0
- package/dist/build/types/src/core/modules/app/mercure-api-slice.gen.d.ts +3 -3
- package/dist/build/types/src/core/modules/app/settings/settings-slice-enhanced.d.ts +117 -117
- package/dist/build/types/src/core/modules/app/settings/settings-slice.gen.d.ts +117 -117
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice-enhanced.d.ts +700 -60
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +65 -65
- package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice-enhanced.d.ts +49 -49
- package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice.gen.d.ts +49 -49
- package/dist/build/types/src/core/modules/application-logger/application-logger.d.ts +5 -1
- package/dist/build/types/src/core/modules/application-logger/components/sidebar/tabs/filter/provider/filter-provider/filter-provider.d.ts +4 -1
- package/dist/build/types/src/core/modules/application-logger/components/table/table.d.ts +5 -1
- package/dist/build/types/src/core/modules/{field-definitions/dynamic-types/types/layout/fieldset/field-definition-fieldset-form-fields.d.ts → application-logger/tabs/object-tab/object-tab.d.ts} +3 -2
- package/dist/build/types/src/core/modules/asset/actions/zip-download/use-zip-download.d.ts +0 -1
- package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +226 -226
- package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +531 -531
- package/dist/build/types/src/core/modules/asset/asset-draft-slice.d.ts +130 -1
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +55 -55
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +55 -55
- package/dist/build/types/src/core/modules/asset/editor/types/asset-thumbnails-api-slice.gen.d.ts +109 -109
- package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +15 -15
- package/dist/build/types/src/core/modules/auth/authorization-api-slice.gen.d.ts +7 -7
- package/dist/build/types/src/core/modules/auth/enums/user-permission.d.ts +2 -1
- package/dist/build/types/src/core/modules/auth/user/user-api-slice-enhanced.d.ts +39 -39
- package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +201 -201
- package/dist/build/types/src/core/modules/bulk-import/components/bulk-import-modal/hooks/use-bulk-import.d.ts +1 -1
- package/dist/build/types/src/core/modules/bulk-import/jobs/bulk-import-job.d.ts +9 -2
- package/dist/build/types/src/core/modules/cache/cache-actions.d.ts +12 -0
- package/dist/build/types/src/core/modules/cache/cache-api-slice.gen.d.ts +509 -0
- package/dist/build/types/src/core/modules/cache/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +894 -709
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +910 -710
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice-enhanced.d.ts +273 -273
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +255 -255
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +76 -76
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +221 -219
- package/dist/build/types/src/core/modules/data-object/data-object-draft-slice.d.ts +118 -1
- package/dist/build/types/src/core/modules/data-object/listing/listing-container.d.ts +15 -15
- package/dist/build/types/src/core/modules/data-object/unit-slice-enhanced.d.ts +104 -104
- package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +89 -89
- package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +266 -266
- package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +253 -253
- package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +120 -1
- package/dist/build/types/src/core/modules/document/tree/node/content/tree-node-static-generator-icon.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/components/combo-field/combo-field-ui.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/components/combo-field/combo-field-ui.styles.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/components/combo-field/combo-field-utils.d.ts +15 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/components/combo-field/hooks/use-combo-field-data.d.ts +35 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/components/combo-field/many-to-many-object-relation-combo-field.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/helpers/label/suppress-empty-field-label-provider.d.ts +15 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/helpers/relations/utils/resolve-field-name.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-many-to-many-object-relation.d.ts +3 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/grid-cell-preview/advanced-many-to-many-relation/advanced-many-to-many-relation.d.ts +9 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/grid-cell-preview/relation-list/formatted-relation-list.d.ts +22 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/grid-cell-preview/relation-list/relation-list.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/components/field-container/field-container.d.ts +3 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/components/text/text.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/menu/workflow-menu.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice-enhanced.d.ts +17 -17
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice.gen.d.ts +17 -17
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice-enhanced.d.ts +53 -53
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice.gen.d.ts +53 -53
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +38 -38
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +39 -39
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +39 -39
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +39 -39
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +46 -46
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +61 -61
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice-enhanced.d.ts +59 -59
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice.gen.d.ts +91 -89
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice-enhanced.d.ts +16 -16
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +19 -19
- package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +107 -107
- package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +119 -119
- package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +49 -49
- package/dist/build/types/src/core/modules/element/listing/decorators/utils/column-configuration/has-field-definition.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice-enhanced.d.ts +19 -19
- package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice.gen.d.ts +19 -19
- package/dist/build/types/src/core/modules/email/emails-api-slice-enhanced.d.ts +109 -109
- package/dist/build/types/src/core/modules/email/emails-api-slice.gen.d.ts +109 -109
- package/dist/build/types/src/core/modules/email/log/components/text-preview/text-preview.d.ts +2 -1
- package/dist/build/types/src/core/modules/execution-engine/app-loader/rehydrate-jobs-loader.d.ts +11 -0
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +17 -17
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +23 -21
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-slice.d.ts +7 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/__tests__/job-rehydration.test.d.ts +10 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/abstact-job.d.ts +1 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/abstract-batch-delete-job.d.ts +6 -2
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/asset-batch-delete-job.d.ts +4 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/data-object-batch-delete-job.d.ts +4 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/abstract-batch-edit-job.d.ts +13 -4
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/abstract-folder-batch-edit-job.d.ts +6 -3
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/abstract-clone-job.d.ts +11 -2
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/asset-clone-job.d.ts +20 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/data-object-clone-job.d.ts +24 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/document-clone-job.d.ts +5 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/delete/element-delete-job.d.ts +5 -2
- package/dist/build/types/src/core/modules/execution-engine/jobs/download/abstract-download-job.d.ts +35 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/download/csv-download-job.d.ts +24 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/download/xlsx-download-job.d.ts +24 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/download/zip-download-job.d.ts +18 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-delete-job.d.ts +6 -5
- package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-restore-job.d.ts +6 -2
- package/dist/build/types/src/core/modules/execution-engine/jobs/rehydration-helpers.d.ts +15 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/search-replace-assignments/search-replace-assignments-job.d.ts +5 -2
- package/dist/build/types/src/core/modules/execution-engine/jobs/tag-assign/tag-assign-job.d.ts +5 -2
- package/dist/build/types/src/core/modules/execution-engine/jobs/zip-upload/zip-upload-job.d.ts +6 -2
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/__tests__/message-bus-job-handler-polling.test.d.ts +10 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/job-run-polling.d.ts +1 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-handler-types.d.ts +2 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-handler.d.ts +3 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-notification.d.ts +1 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/step-tracker/child-job-step-tracker.d.ts +5 -0
- package/dist/build/types/src/core/modules/execution-engine/notification/job/job-view.d.ts +1 -0
- package/dist/build/types/src/core/modules/execution-engine/notification/job-list/job-list.styles.d.ts +1 -0
- package/dist/build/types/src/core/modules/execution-engine/services/execution-engine.d.ts +5 -9
- package/dist/build/types/src/core/modules/execution-engine/services/job-rehydration-registry.d.ts +22 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/refresh-provider.d.ts +20 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/data/_abstracts/use-sync-title-from-name.d.ts +10 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/data/classificationstore/dynamic-type-field-definition-classificationstore.d.ts +2 -1
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/data/fieldcollections/dynamic-type-field-definition-fieldcollections.d.ts +0 -2
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/accordion/dynamic-type-field-definition-accordion.d.ts +2 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/fieldcontainer/dynamic-type-field-definition-field-container.d.ts +2 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/fieldset/dynamic-type-field-definition-fieldset.d.ts +1 -2
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/iframe/dynamic-type-field-definition-iframe.d.ts +2 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/region/dynamic-type-field-definition-region.d.ts +2 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/tabpanel/dynamic-type-field-definition-tabpanel.d.ts +2 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/text/dynamic-type-field-definition-text.d.ts +2 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-api-slice.gen.d.ts +49 -49
- package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-slice-enhanced.d.ts +79 -79
- package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +41 -41
- package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +73 -73
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.enhanced.d.ts +93 -93
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +93 -93
- package/dist/build/types/src/core/modules/recycle-bin/components/batch-actions/batch-actions.d.ts +1 -6
- package/dist/build/types/src/core/modules/recycle-bin/context/selected-items-context.d.ts +14 -1
- package/dist/build/types/src/core/modules/recycle-bin/hooks/use-recycle-bin.d.ts +2 -2
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice-enhanced.d.ts +23 -23
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +23 -23
- package/dist/build/types/src/core/modules/redirects/seo-api-slice-enhanced.d.ts +109 -109
- package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +109 -109
- package/dist/build/types/src/core/modules/reports/custom-reports-api-slice-enhanced.d.ts +95 -95
- package/dist/build/types/src/core/modules/reports/custom-reports-api-slice.gen.d.ts +107 -107
- package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +15 -15
- package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +113 -113
- package/dist/build/types/src/core/modules/translations/components/cleanup-translations-button.d.ts +16 -0
- package/dist/build/types/src/core/modules/translations/components/export-translations-button.d.ts +19 -0
- package/dist/build/types/src/core/modules/translations/components/import-translations-button.d.ts +16 -0
- package/dist/build/types/src/core/modules/translations/components/import-translations-modal/csv-settings-step.d.ts +22 -0
- package/dist/build/types/src/core/modules/translations/components/import-translations-modal/file-select-step.d.ts +17 -0
- package/dist/build/types/src/core/modules/translations/components/import-translations-modal/hooks/use-import-csv.d.ts +29 -0
- package/dist/build/types/src/core/modules/translations/components/import-translations-modal/import-translations-modal.d.ts +18 -0
- package/dist/build/types/src/core/modules/translations/components/import-translations-modal/import-translations-modal.styles.d.ts +15 -0
- package/dist/build/types/src/core/modules/translations/components/import-translations-modal/types.d.ts +17 -0
- package/dist/build/types/src/core/modules/translations/components/translation-merger/hooks/use-merger-columns.d.ts +18 -0
- package/dist/build/types/src/core/modules/translations/components/translation-merger/hooks/use-merger-rows.d.ts +38 -0
- package/dist/build/types/src/core/modules/translations/components/translation-merger/merger-data-store.d.ts +18 -0
- package/dist/build/types/src/core/modules/translations/components/translation-merger/translation-merger-container.d.ts +11 -0
- package/dist/build/types/src/core/modules/translations/components/translation-merger/translation-merger.d.ts +17 -0
- package/dist/build/types/src/core/modules/translations/components/translation-merger/translation-merger.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/translations/hooks/translation-domain-provider.d.ts +2 -1
- package/dist/build/types/src/core/modules/translations/translations-container.d.ts +4 -1
- package/dist/build/types/src/core/modules/translations/translations-container.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/translations/translations-wrapper.d.ts +5 -1
- package/dist/build/types/src/core/modules/user/hooks/use-merged-keybindings.d.ts +1 -1
- package/dist/build/types/src/core/modules/user/management/detail/tabs/workspaces/components/special-settings-modal.d.ts +24 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/workspaces/workspace-type.d.ts +14 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/workspaces/workspaces-container.d.ts +0 -5
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice-enhanced.d.ts +43 -43
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +109 -109
- package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +198 -198
- package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice-enhanced.d.ts +39 -39
- package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +39 -39
- package/dist/build/types/src/core/utils/css.d.ts +9 -0
- package/dist/build/types/src/core/utils/files.d.ts +7 -0
- package/package.json +1 -1
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/element-clone-job.d.ts +0 -28
- package/dist/build/types/src/core/modules/execution-engine/jobs/download/download-job.d.ts +0 -28
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
-
export declare const api: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
11
|
-
propertyGetCollection: import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
12
|
-
propertyCreate: import("@reduxjs/toolkit/query").MutationDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
13
|
-
propertyUpdate: import("@reduxjs/toolkit/query").MutationDefinition<import("./properties-api-slice.gen").PropertyUpdateApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
14
|
-
propertyDelete: import("@reduxjs/toolkit/query").MutationDefinition<import("./properties-api-slice.gen").PropertyDeleteApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
15
|
-
propertyGetCollectionForElementByTypeAndId: import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
10
|
+
export declare const api: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, import("@reduxjs/toolkit/query").UpdateDefinitions<import("@reduxjs/toolkit/query").UpdateDefinitions<{}, "Properties", never> & {
|
|
11
|
+
propertyGetCollection: import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Properties", import("./properties-api-slice.gen").PropertyGetCollectionApiResponse, "api", unknown>;
|
|
12
|
+
propertyCreate: import("@reduxjs/toolkit/query").MutationDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Properties", import("./properties-api-slice.gen").PredefinedProperty, "api", unknown>;
|
|
13
|
+
propertyUpdate: import("@reduxjs/toolkit/query").MutationDefinition<import("./properties-api-slice.gen").PropertyUpdateApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Properties", import("./properties-api-slice.gen").PredefinedProperty, "api", unknown>;
|
|
14
|
+
propertyDelete: import("@reduxjs/toolkit/query").MutationDefinition<import("./properties-api-slice.gen").PropertyDeleteApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Properties", unknown, "api", unknown>;
|
|
15
|
+
propertyGetCollectionForElementByTypeAndId: import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Properties", import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse, "api", unknown>;
|
|
16
16
|
}, string, never>, "api", string, typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
|
|
17
17
|
export type * from './properties-api-slice.gen';
|
|
18
18
|
export declare const usePropertyGetCollectionQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
@@ -33,7 +33,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
33
33
|
isError: false;
|
|
34
34
|
}, "isUninitialized"> & {
|
|
35
35
|
isUninitialized: true;
|
|
36
|
-
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
36
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionApiResponse, "api", unknown>> & {
|
|
37
37
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionApiResponse | undefined;
|
|
38
38
|
isUninitialized: false;
|
|
39
39
|
isLoading: false;
|
|
@@ -44,7 +44,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
44
44
|
isLoading: true;
|
|
45
45
|
isFetching: boolean;
|
|
46
46
|
data: undefined;
|
|
47
|
-
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
47
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionApiResponse, "api", unknown>> & {
|
|
48
48
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionApiResponse | undefined;
|
|
49
49
|
isUninitialized: false;
|
|
50
50
|
isLoading: false;
|
|
@@ -57,14 +57,14 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
57
57
|
error: undefined;
|
|
58
58
|
} & {
|
|
59
59
|
data: import("./properties-api-slice.gen").PropertyGetCollectionApiResponse;
|
|
60
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
60
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionApiResponse, "api", unknown>> & {
|
|
61
61
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionApiResponse | undefined;
|
|
62
62
|
isUninitialized: false;
|
|
63
63
|
isLoading: false;
|
|
64
64
|
isFetching: false;
|
|
65
65
|
isSuccess: false;
|
|
66
66
|
isError: false;
|
|
67
|
-
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
67
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionApiResponse, "api", unknown>> & {
|
|
68
68
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionApiResponse | undefined;
|
|
69
69
|
isUninitialized: false;
|
|
70
70
|
isLoading: false;
|
|
@@ -78,14 +78,14 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
78
78
|
} & {
|
|
79
79
|
data: import("./properties-api-slice.gen").PropertyGetCollectionApiResponse;
|
|
80
80
|
currentData: import("./properties-api-slice.gen").PropertyGetCollectionApiResponse;
|
|
81
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
81
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionApiResponse, "api", unknown>> & {
|
|
82
82
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionApiResponse | undefined;
|
|
83
83
|
isUninitialized: false;
|
|
84
84
|
isLoading: false;
|
|
85
85
|
isFetching: false;
|
|
86
86
|
isSuccess: false;
|
|
87
87
|
isError: false;
|
|
88
|
-
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
88
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionApiResponse, "api", unknown>> & {
|
|
89
89
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionApiResponse | undefined;
|
|
90
90
|
isUninitialized: false;
|
|
91
91
|
isLoading: false;
|
|
@@ -94,7 +94,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
94
94
|
isError: false;
|
|
95
95
|
}, "error" | "isError"> & {
|
|
96
96
|
isError: true;
|
|
97
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
97
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionApiResponse, "api", unknown>> & {
|
|
98
98
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionApiResponse | undefined;
|
|
99
99
|
isUninitialized: false;
|
|
100
100
|
isLoading: false;
|
|
@@ -126,7 +126,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
126
126
|
isError: false;
|
|
127
127
|
}, "isUninitialized"> & {
|
|
128
128
|
isUninitialized: true;
|
|
129
|
-
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
129
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionApiResponse, "api", unknown>> & {
|
|
130
130
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionApiResponse | undefined;
|
|
131
131
|
isUninitialized: false;
|
|
132
132
|
isLoading: false;
|
|
@@ -137,7 +137,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
137
137
|
isLoading: true;
|
|
138
138
|
isFetching: boolean;
|
|
139
139
|
data: undefined;
|
|
140
|
-
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
140
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionApiResponse, "api", unknown>> & {
|
|
141
141
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionApiResponse | undefined;
|
|
142
142
|
isUninitialized: false;
|
|
143
143
|
isLoading: false;
|
|
@@ -150,14 +150,14 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
150
150
|
error: undefined;
|
|
151
151
|
} & {
|
|
152
152
|
data: import("./properties-api-slice.gen").PropertyGetCollectionApiResponse;
|
|
153
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
153
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionApiResponse, "api", unknown>> & {
|
|
154
154
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionApiResponse | undefined;
|
|
155
155
|
isUninitialized: false;
|
|
156
156
|
isLoading: false;
|
|
157
157
|
isFetching: false;
|
|
158
158
|
isSuccess: false;
|
|
159
159
|
isError: false;
|
|
160
|
-
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
160
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionApiResponse, "api", unknown>> & {
|
|
161
161
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionApiResponse | undefined;
|
|
162
162
|
isUninitialized: false;
|
|
163
163
|
isLoading: false;
|
|
@@ -171,14 +171,14 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
171
171
|
} & {
|
|
172
172
|
data: import("./properties-api-slice.gen").PropertyGetCollectionApiResponse;
|
|
173
173
|
currentData: import("./properties-api-slice.gen").PropertyGetCollectionApiResponse;
|
|
174
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
174
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionApiResponse, "api", unknown>> & {
|
|
175
175
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionApiResponse | undefined;
|
|
176
176
|
isUninitialized: false;
|
|
177
177
|
isLoading: false;
|
|
178
178
|
isFetching: false;
|
|
179
179
|
isSuccess: false;
|
|
180
180
|
isError: false;
|
|
181
|
-
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
181
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionApiResponse, "api", unknown>> & {
|
|
182
182
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionApiResponse | undefined;
|
|
183
183
|
isUninitialized: false;
|
|
184
184
|
isLoading: false;
|
|
@@ -187,7 +187,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
187
187
|
isError: false;
|
|
188
188
|
}, "error" | "isError"> & {
|
|
189
189
|
isError: true;
|
|
190
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
190
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionApiResponse, "api", unknown>> & {
|
|
191
191
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionApiResponse | undefined;
|
|
192
192
|
isUninitialized: false;
|
|
193
193
|
isLoading: false;
|
|
@@ -198,7 +198,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
198
198
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
199
199
|
}) => R) | undefined;
|
|
200
200
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
201
|
-
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
201
|
+
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionApiResponse, "api", unknown>>;
|
|
202
202
|
}, usePropertyGetCollectionForElementByTypeAndIdQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
203
203
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
204
204
|
originalArgs?: undefined | undefined;
|
|
@@ -217,7 +217,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
217
217
|
isError: false;
|
|
218
218
|
}, "isUninitialized"> & {
|
|
219
219
|
isUninitialized: true;
|
|
220
|
-
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
220
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse, "api", unknown>> & {
|
|
221
221
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse | undefined;
|
|
222
222
|
isUninitialized: false;
|
|
223
223
|
isLoading: false;
|
|
@@ -228,7 +228,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
228
228
|
isLoading: true;
|
|
229
229
|
isFetching: boolean;
|
|
230
230
|
data: undefined;
|
|
231
|
-
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
231
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse, "api", unknown>> & {
|
|
232
232
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse | undefined;
|
|
233
233
|
isUninitialized: false;
|
|
234
234
|
isLoading: false;
|
|
@@ -241,14 +241,14 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
241
241
|
error: undefined;
|
|
242
242
|
} & {
|
|
243
243
|
data: import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse;
|
|
244
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
244
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse, "api", unknown>> & {
|
|
245
245
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse | undefined;
|
|
246
246
|
isUninitialized: false;
|
|
247
247
|
isLoading: false;
|
|
248
248
|
isFetching: false;
|
|
249
249
|
isSuccess: false;
|
|
250
250
|
isError: false;
|
|
251
|
-
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
251
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse, "api", unknown>> & {
|
|
252
252
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse | undefined;
|
|
253
253
|
isUninitialized: false;
|
|
254
254
|
isLoading: false;
|
|
@@ -262,14 +262,14 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
262
262
|
} & {
|
|
263
263
|
data: import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse;
|
|
264
264
|
currentData: import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse;
|
|
265
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
265
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse, "api", unknown>> & {
|
|
266
266
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse | undefined;
|
|
267
267
|
isUninitialized: false;
|
|
268
268
|
isLoading: false;
|
|
269
269
|
isFetching: false;
|
|
270
270
|
isSuccess: false;
|
|
271
271
|
isError: false;
|
|
272
|
-
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
272
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse, "api", unknown>> & {
|
|
273
273
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse | undefined;
|
|
274
274
|
isUninitialized: false;
|
|
275
275
|
isLoading: false;
|
|
@@ -278,7 +278,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
278
278
|
isError: false;
|
|
279
279
|
}, "error" | "isError"> & {
|
|
280
280
|
isError: true;
|
|
281
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
281
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse, "api", unknown>> & {
|
|
282
282
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse | undefined;
|
|
283
283
|
isUninitialized: false;
|
|
284
284
|
isLoading: false;
|
|
@@ -310,7 +310,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
310
310
|
isError: false;
|
|
311
311
|
}, "isUninitialized"> & {
|
|
312
312
|
isUninitialized: true;
|
|
313
|
-
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
313
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse, "api", unknown>> & {
|
|
314
314
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse | undefined;
|
|
315
315
|
isUninitialized: false;
|
|
316
316
|
isLoading: false;
|
|
@@ -321,7 +321,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
321
321
|
isLoading: true;
|
|
322
322
|
isFetching: boolean;
|
|
323
323
|
data: undefined;
|
|
324
|
-
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
324
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse, "api", unknown>> & {
|
|
325
325
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse | undefined;
|
|
326
326
|
isUninitialized: false;
|
|
327
327
|
isLoading: false;
|
|
@@ -334,14 +334,14 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
334
334
|
error: undefined;
|
|
335
335
|
} & {
|
|
336
336
|
data: import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse;
|
|
337
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
337
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse, "api", unknown>> & {
|
|
338
338
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse | undefined;
|
|
339
339
|
isUninitialized: false;
|
|
340
340
|
isLoading: false;
|
|
341
341
|
isFetching: false;
|
|
342
342
|
isSuccess: false;
|
|
343
343
|
isError: false;
|
|
344
|
-
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
344
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse, "api", unknown>> & {
|
|
345
345
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse | undefined;
|
|
346
346
|
isUninitialized: false;
|
|
347
347
|
isLoading: false;
|
|
@@ -355,14 +355,14 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
355
355
|
} & {
|
|
356
356
|
data: import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse;
|
|
357
357
|
currentData: import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse;
|
|
358
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
358
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse, "api", unknown>> & {
|
|
359
359
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse | undefined;
|
|
360
360
|
isUninitialized: false;
|
|
361
361
|
isLoading: false;
|
|
362
362
|
isFetching: false;
|
|
363
363
|
isSuccess: false;
|
|
364
364
|
isError: false;
|
|
365
|
-
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
365
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse, "api", unknown>> & {
|
|
366
366
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse | undefined;
|
|
367
367
|
isUninitialized: false;
|
|
368
368
|
isLoading: false;
|
|
@@ -371,7 +371,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
371
371
|
isError: false;
|
|
372
372
|
}, "error" | "isError"> & {
|
|
373
373
|
isError: true;
|
|
374
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
374
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse, "api", unknown>> & {
|
|
375
375
|
currentData?: import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse | undefined;
|
|
376
376
|
isUninitialized: false;
|
|
377
377
|
isLoading: false;
|
|
@@ -382,7 +382,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
382
382
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
383
383
|
}) => R) | undefined;
|
|
384
384
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
385
|
-
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
385
|
+
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PropertyGetCollectionForElementByTypeAndIdApiResponse, "api", unknown>>;
|
|
386
386
|
}, usePropertyUpdateMutation: <R extends Record<string, any> = ({
|
|
387
387
|
requestId?: undefined;
|
|
388
388
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
@@ -540,7 +540,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
540
540
|
isError: true;
|
|
541
541
|
})) => R) | undefined;
|
|
542
542
|
fixedCacheKey?: string;
|
|
543
|
-
} | undefined) => readonly [(arg: import("./properties-api-slice.gen").PropertyUpdateApiArg) => import("@reduxjs/toolkit/query").MutationActionCreatorResult<import("@reduxjs/toolkit/query").MutationDefinition<import("./properties-api-slice.gen").PropertyUpdateApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
543
|
+
} | undefined) => readonly [(arg: import("./properties-api-slice.gen").PropertyUpdateApiArg) => import("@reduxjs/toolkit/query").MutationActionCreatorResult<import("@reduxjs/toolkit/query").MutationDefinition<import("./properties-api-slice.gen").PropertyUpdateApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, import("./properties-api-slice.gen").PredefinedProperty, "api", unknown>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
544
544
|
originalArgs?: import("./properties-api-slice.gen").PropertyUpdateApiArg | undefined;
|
|
545
545
|
reset: () => void;
|
|
546
546
|
}], usePropertyDeleteMutation: <R extends Record<string, any> = ({
|
|
@@ -700,7 +700,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
|
|
|
700
700
|
isError: true;
|
|
701
701
|
})) => R) | undefined;
|
|
702
702
|
fixedCacheKey?: string;
|
|
703
|
-
} | undefined) => readonly [(arg: import("./properties-api-slice.gen").PropertyDeleteApiArg) => import("@reduxjs/toolkit/query").MutationActionCreatorResult<import("@reduxjs/toolkit/query").MutationDefinition<import("./properties-api-slice.gen").PropertyDeleteApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError
|
|
703
|
+
} | undefined) => readonly [(arg: import("./properties-api-slice.gen").PropertyDeleteApiArg) => import("@reduxjs/toolkit/query").MutationActionCreatorResult<import("@reduxjs/toolkit/query").MutationDefinition<import("./properties-api-slice.gen").PropertyDeleteApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, string, unknown, "api", unknown>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
704
704
|
originalArgs?: import("./properties-api-slice.gen").PropertyDeleteApiArg | undefined;
|
|
705
705
|
reset: () => void;
|
|
706
706
|
}];
|