geonetwork-ui 2.8.0-dev.83aaa1736 → 2.8.0-dev.8bc07e341
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/fesm2022/geonetwork-ui-date-locales-DhlIiWpT.mjs +35 -0
- package/fesm2022/geonetwork-ui-date-locales-DhlIiWpT.mjs.map +1 -0
- package/fesm2022/geonetwork-ui.mjs +2904 -2634
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/index.d.ts +6636 -23
- package/index.d.ts.map +1 -1
- package/index.ts +1 -0
- package/package.json +27 -29
- package/src/libs/api/metadata-converter/src/lib/common/distribution.mapper.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/common/resource-types.ts +11 -0
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.service+eaux-usees.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +5 -2
- package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/fixtures/georhena.records.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.reuse.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.service+napitswallonia.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +41 -8
- package/src/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.ts +3 -5
- package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +13 -6
- package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +6 -2
- package/src/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +4 -2
- package/src/libs/api/repository/src/lib/gn4/auth/auth.service.ts +7 -9
- package/src/libs/api/repository/src/lib/gn4/auth/gravatar.service.ts +3 -3
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/constant.ts +1 -1
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +4 -6
- package/src/libs/api/repository/src/lib/gn4/favorites/favorites.service.ts +4 -6
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +10 -12
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.ts +2 -0
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.ts +2 -0
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +2 -2
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +51 -50
- package/src/libs/api/repository/src/lib/gn4/selection/selection.service.ts +4 -2
- package/src/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.ts +6 -5
- package/src/libs/common/domain/src/index.ts +2 -0
- package/src/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.ts +1 -1
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +10 -1
- package/src/libs/common/domain/src/lib/model/search/sort-by.model.ts +5 -0
- package/src/libs/common/domain/src/lib/platform.service.interface.ts +1 -1
- package/src/libs/common/fixtures/src/lib/elasticsearch/metadata-links.fixtures.ts +5 -0
- package/src/libs/common/fixtures/src/lib/link.fixtures.ts +17 -0
- package/src/libs/data-access/gn4/src/openapi/api/atom.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/customstyle.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/formatters.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/groups.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/harvesters.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/identifiers.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/languages.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/links.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/logos.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/mapservers.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/mapservices.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/me.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/operations.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/pages.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/processes.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/records.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/regions.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/registries.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/related.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/search.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/selections.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/site.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/sources.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/standards.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/status.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/tags.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/tools.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/ui.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/users.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/usersearches.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/userselections.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api.module.ts +5 -10
- package/src/libs/feature/catalog/src/lib/my-org/my-org.service.ts +5 -5
- package/src/libs/feature/catalog/src/lib/organisations/organisations.component.html +19 -17
- package/src/libs/feature/catalog/src/lib/organisations/organisations.component.ts +4 -9
- package/src/libs/feature/catalog/src/lib/records/records.service.ts +3 -3
- package/src/libs/feature/catalog/src/lib/site-title/site-title.component.html +6 -5
- package/src/libs/feature/catalog/src/lib/site-title/site-title.component.ts +4 -2
- package/src/libs/feature/catalog/src/lib/source-label/source-label.component.ts +8 -2
- package/src/libs/feature/catalog/src/lib/sources/sources.service.ts +4 -6
- package/src/libs/feature/catalog/src/lib/users/users.service.ts +3 -3
- package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.html +36 -32
- package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +7 -7
- package/src/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.ts +3 -2
- package/src/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.ts +3 -2
- package/src/libs/feature/dataviz/src/lib/service/data.service.ts +32 -7
- package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.html +26 -22
- package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +9 -6
- package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.html +20 -17
- package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.ts +1 -2
- package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.ts +1 -3
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.html +16 -13
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +3 -4
- package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.html +23 -20
- package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.ts +8 -10
- package/src/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.html +26 -27
- package/src/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.ts +0 -2
- package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.html +123 -107
- package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.ts +9 -10
- package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.html +17 -15
- package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.html +66 -59
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +3 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.ts +1 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.html +20 -19
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.ts +3 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.html +16 -20
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.ts +6 -7
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.html +48 -53
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +4 -7
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +4 -4
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.ts +7 -10
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.html +43 -19
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +7 -10
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +7 -9
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.ts +1 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +5 -7
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.ts +3 -3
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.html +27 -25
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts +3 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.html +7 -6
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.ts +6 -15
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +3 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +3 -3
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +30 -0
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +24 -32
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +3 -3
- package/src/libs/feature/editor/src/lib/fields.config.ts +1 -1
- package/src/libs/feature/editor/src/lib/services/editor.service.ts +2 -2
- package/src/libs/feature/map/src/lib/+state/map.facade.ts +3 -3
- package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.ts +7 -4
- package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.html +2 -2
- package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.ts +16 -8
- package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.html +10 -6
- package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.ts +5 -13
- package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.html +39 -36
- package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts +4 -4
- package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.html +32 -25
- package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.ts +4 -8
- package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.html +46 -35
- package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.ts +4 -6
- package/src/libs/feature/map/src/lib/geocoding/geocoding.component.html +33 -31
- package/src/libs/feature/map/src/lib/geocoding/geocoding.component.ts +7 -7
- package/src/libs/feature/map/src/lib/geocoding.service.ts +2 -4
- package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.html +13 -14
- package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.ts +3 -2
- package/src/libs/feature/map/src/lib/map-state-container/map-state-container.component.ts +3 -3
- package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.html +16 -15
- package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.ts +2 -2
- package/src/libs/feature/record/src/index.ts +1 -0
- package/src/libs/feature/record/src/lib/data-view/data-view.component.html +30 -28
- package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +8 -3
- package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.html +6 -5
- package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +12 -11
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +12 -8
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.ts +6 -9
- package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +24 -10
- package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.html +10 -9
- package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +7 -13
- package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.html +14 -15
- package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.ts +13 -10
- package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.html +18 -15
- package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.ts +3 -3
- package/src/libs/feature/record/src/lib/map-view/map-view.component.html +41 -42
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +12 -10
- package/src/libs/feature/record/src/lib/record-meta/record-meta.component.ts +4 -4
- package/src/libs/feature/record/src/lib/stac-view/stac-view.component.css +8 -0
- package/src/libs/feature/record/src/lib/stac-view/stac-view.component.html +87 -0
- package/src/libs/feature/record/src/lib/stac-view/stac-view.component.ts +338 -0
- package/src/libs/feature/record/src/lib/stac-view/utils.ts +57 -0
- package/src/libs/feature/record/src/lib/state/mdview.effects.ts +6 -8
- package/src/libs/feature/record/src/lib/state/mdview.facade.ts +35 -8
- package/src/libs/feature/router/src/lib/default/container/search-router.container.directive.ts +3 -3
- package/src/libs/feature/router/src/lib/default/router.module.ts +4 -2
- package/src/libs/feature/router/src/lib/default/router.service.ts +11 -5
- package/src/libs/feature/router/src/lib/default/services/router-search.service.ts +4 -6
- package/src/libs/feature/router/src/lib/default/state/router.effects.ts +12 -15
- package/src/libs/feature/router/src/lib/default/state/router.facade.ts +4 -6
- package/src/libs/feature/search/src/lib/constants.ts +1 -1
- package/src/libs/feature/search/src/lib/facets/facets-container/facets-container.component.ts +4 -6
- package/src/libs/feature/search/src/lib/facets/facets.service.ts +2 -2
- package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.html +5 -6
- package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +7 -8
- package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.html +10 -10
- package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.ts +5 -6
- package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts +5 -6
- package/src/libs/feature/search/src/lib/records-metrics/records-metrics.component.html +10 -8
- package/src/libs/feature/search/src/lib/records-metrics/records-metrics.component.ts +10 -3
- package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.html +7 -6
- package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.ts +5 -7
- package/src/libs/feature/search/src/lib/results-layout/results-layout.component.ts +6 -7
- package/src/libs/feature/search/src/lib/results-list/results-list.container.component.html +52 -48
- package/src/libs/feature/search/src/lib/results-list/results-list.container.component.ts +15 -17
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.html +17 -16
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +8 -9
- package/src/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.html +18 -16
- package/src/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.ts +9 -15
- package/src/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.html +20 -20
- package/src/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.ts +7 -9
- package/src/libs/feature/search/src/lib/sort-by/sort-by.component.ts +12 -18
- package/src/libs/feature/search/src/lib/state/container/search-state.container.directive.ts +3 -3
- package/src/libs/feature/search/src/lib/state/effects.ts +10 -12
- package/src/libs/feature/search/src/lib/state/search.facade.ts +6 -8
- package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +4 -3
- package/src/libs/feature/search/src/lib/utils/service/fields.ts +37 -33
- package/src/libs/feature/search/src/lib/utils/service/search.service.ts +2 -2
- package/src/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.html +15 -15
- package/src/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.ts +1 -2
- package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.ts +4 -8
- package/src/libs/ui/dataviz/src/lib/chart/chart.component.ts +3 -3
- package/src/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.ts +4 -2
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.html +34 -33
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.ts +5 -6
- package/src/libs/ui/elements/src/index.ts +2 -0
- package/src/libs/ui/elements/src/lib/api-card/api-card.component.html +55 -50
- package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.html +25 -23
- package/src/libs/ui/elements/src/lib/avatar/avatar.component.html +12 -10
- package/src/libs/ui/elements/src/lib/avatar/avatar.component.ts +1 -2
- package/src/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.ts +7 -5
- package/src/libs/ui/elements/src/lib/content-ghost/content-ghost.component.html +10 -5
- package/src/libs/ui/elements/src/lib/content-ghost/content-ghost.component.ts +1 -2
- package/src/libs/ui/elements/src/lib/download-item/download-item.component.html +5 -3
- package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.html +66 -62
- package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +3 -4
- package/src/libs/ui/elements/src/lib/error/error.component.html +63 -54
- package/src/libs/ui/elements/src/lib/external-link-card/external-link-card.component.html +11 -10
- package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.html +15 -15
- package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.ts +8 -3
- package/src/libs/ui/elements/src/lib/image-input/image-input.component.html +83 -89
- package/src/libs/ui/elements/src/lib/image-input/image-input.component.ts +4 -5
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +22 -21
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.ts +1 -8
- package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.html +38 -33
- package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.ts +4 -4
- package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.html +10 -15
- package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +0 -2
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +83 -69
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.css +0 -0
- package/src/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.html +32 -0
- package/src/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.ts +24 -0
- package/src/libs/ui/elements/src/lib/metadata-info/linkify.directive.ts +3 -5
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +333 -271
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +5 -12
- package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.html +30 -27
- package/src/libs/ui/elements/src/lib/notification/notification.component.html +5 -8
- package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +10 -11
- package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.html +102 -95
- package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.html +110 -92
- package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.ts +11 -8
- package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.css +0 -0
- package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.html +15 -0
- package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.ts +14 -0
- package/src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.ts +5 -8
- package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.html +74 -65
- package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.ts +2 -2
- package/src/libs/ui/inputs/src/index.ts +1 -0
- package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +60 -57
- package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +3 -2
- package/src/libs/ui/inputs/src/lib/badge/badge.component.html +17 -16
- package/src/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.html +3 -3
- package/src/libs/ui/inputs/src/lib/checkbox/checkbox.component.css +8 -8
- package/src/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.html +16 -14
- package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +18 -1
- package/src/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.ts +11 -10
- package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.css +0 -0
- package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.html +15 -0
- package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.ts +40 -0
- package/src/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.html +8 -4
- package/src/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.ts +1 -2
- package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.html +68 -61
- package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.ts +5 -11
- package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.html +29 -27
- package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.ts +4 -2
- package/src/libs/ui/inputs/src/lib/editable-label/editable-label.directive.ts +4 -5
- package/src/libs/ui/inputs/src/lib/file-input/file-input.component.html +35 -35
- package/src/libs/ui/inputs/src/lib/file-input/file-input.component.ts +3 -2
- package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.html +22 -20
- package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.html +47 -46
- package/src/libs/ui/inputs/src/lib/search-input/search-input.component.html +10 -9
- package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.html +6 -4
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.css +1 -1
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.html +9 -8
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.ts +1 -2
- package/src/libs/ui/inputs/src/lib/url-input/url-input.component.html +12 -11
- package/src/libs/ui/inputs/src/lib/url-input/url-input.component.ts +3 -2
- package/src/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.ts +3 -2
- package/src/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.ts +3 -2
- package/src/libs/ui/layout/src/lib/block-list/block-list.component.ts +3 -2
- package/src/libs/ui/layout/src/lib/carousel/carousel.component.ts +3 -2
- package/src/libs/ui/layout/src/lib/cell-popin/cell-popin.component.html +31 -29
- package/src/libs/ui/layout/src/lib/cell-popin/cell-popin.component.ts +6 -13
- package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.html +13 -13
- package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.ts +3 -2
- package/src/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.html +6 -2
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.ts +1 -2
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +59 -53
- package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.html +14 -12
- package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.ts +3 -2
- package/src/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.ts +3 -5
- package/src/libs/ui/layout/src/lib/paginable.interface.ts +3 -3
- package/src/libs/ui/layout/src/lib/pagination/pagination.component.html +13 -11
- package/src/libs/ui/layout/src/lib/pagination/pagination.component.ts +2 -8
- package/src/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.html +26 -24
- package/src/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.ts +2 -2
- package/src/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.html +17 -15
- package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.html +12 -6
- package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.ts +4 -1
- package/src/libs/ui/layout/src/lib/sortable-list/sortable-list.component.html +2 -3
- package/src/libs/ui/layout/src/lib/sticky-header/sticky-header.component.ts +5 -7
- package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.html +9 -8
- package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.ts +6 -6
- package/src/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.html +9 -5
- package/src/libs/ui/map/src/lib/components/map-container/map-container.component.html +16 -14
- package/src/libs/ui/map/src/lib/components/map-container/map-container.component.ts +141 -71
- package/src/libs/ui/map/src/lib/components/map-legend/map-legend.component.html +3 -1
- package/src/libs/ui/map/src/lib/components/map-legend/map-legend.component.ts +1 -2
- package/src/libs/ui/search/src/lib/facets/facet-block/facet-block.component.html +85 -82
- package/src/libs/ui/search/src/lib/facets/facet-block/facet-block.component.ts +2 -8
- package/src/libs/ui/search/src/lib/facets/facet-item/facet-item.component.html +38 -36
- package/src/libs/ui/search/src/lib/facets/facet-item/facet-item.component.ts +1 -2
- package/src/libs/ui/search/src/lib/facets/facet-list/facet-list.component.html +9 -8
- package/src/libs/ui/search/src/lib/facets/facet-list/facet-list.component.ts +2 -2
- package/src/libs/ui/search/src/lib/record-metric/record-metric.component.ts +1 -2
- package/src/libs/ui/search/src/lib/record-preview/record-preview.component.ts +6 -3
- package/src/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.ts +2 -3
- package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.html +48 -42
- package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.ts +23 -15
- package/src/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.html +22 -14
- package/src/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.ts +2 -8
- package/src/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.ts +10 -4
- package/src/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.ts +2 -3
- package/src/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.ts +2 -3
- package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.html +16 -10
- package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.ts +1 -2
- package/src/libs/ui/search/src/lib/results-list/results-list.component.html +13 -15
- package/src/libs/ui/search/src/lib/results-list-item/results-list-item.component.ts +4 -5
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +38 -34
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +4 -7
- package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +7 -8
- package/src/libs/ui/widgets/src/lib/popover/popover.component.ts +5 -7
- package/src/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.ts +3 -2
- package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.html +6 -7
- package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.ts +1 -2
- package/src/libs/util/i18n/src/lib/date-locales.ts +63 -0
- package/src/libs/util/i18n/src/lib/i18n.interceptor.ts +2 -2
- package/src/libs/util/shared/src/index.ts +1 -0
- package/src/libs/util/shared/src/lib/humanize-date.directive.ts +40 -0
- package/src/libs/util/shared/src/lib/image-fallback.directive.ts +9 -2
- package/src/libs/util/shared/src/lib/links/link-classifier.service.ts +2 -0
- package/src/libs/util/shared/src/lib/links/link-utils.ts +19 -6
- package/src/libs/util/shared/src/lib/services/date.service.ts +29 -3
- package/src/libs/util/shared/src/lib/services/proxy.service.ts +4 -6
- package/src/libs/util/shared/src/lib/utils/sort-by.ts +8 -5
- package/tailwind.base.css +1 -1
- package/translations/de.json +17 -4
- package/translations/en.json +17 -5
- package/translations/es.json +16 -3
- package/translations/fr.json +17 -4
- package/translations/it.json +18 -5
- package/translations/nl.json +16 -3
- package/translations/pt.json +16 -3
- package/translations/sk.json +17 -4
- package/esm2022/geonetwork-ui.mjs +0 -5
- package/esm2022/index.mjs +0 -24
- package/esm2022/libs/api/metadata-converter/src/index.mjs +0 -9
- package/esm2022/libs/api/metadata-converter/src/lib/base.converter.mjs +0 -14
- package/esm2022/libs/api/metadata-converter/src/lib/common/distribution.mapper.mjs +0 -28
- package/esm2022/libs/api/metadata-converter/src/lib/common/license.mjs +0 -64
- package/esm2022/libs/api/metadata-converter/src/lib/common/resource-types.mjs +0 -40
- package/esm2022/libs/api/metadata-converter/src/lib/common/url.mjs +0 -14
- package/esm2022/libs/api/metadata-converter/src/lib/convert-utils.mjs +0 -19
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.mjs +0 -279
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/index.mjs +0 -2
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.mjs +0 -17
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.mjs +0 -224
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.mjs +0 -57
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.mjs +0 -96
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.mjs +0 -2
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.mjs +0 -47
- package/esm2022/libs/api/metadata-converter/src/lib/find-converter.mjs +0 -25
- package/esm2022/libs/api/metadata-converter/src/lib/function-utils.mjs +0 -40
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/atomic-operations.mjs +0 -77
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.converter.mjs +0 -54
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +0 -385
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/index.mjs +0 -4
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.mjs +0 -29
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.mjs +0 -12
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/index.mjs +0 -5
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.mjs +0 -2
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +0 -2
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/search.model.mjs +0 -11
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/index.mjs +0 -2
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.mjs +0 -129
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.mjs +0 -143
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.mjs +0 -153
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/index.mjs +0 -2
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +0 -310
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +0 -485
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.mjs +0 -31
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.mjs +0 -18
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.mjs +0 -14
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.mjs +0 -48
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.mjs +0 -21
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.mjs +0 -8
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +0 -516
- package/esm2022/libs/api/metadata-converter/src/lib/translate-utils.mjs +0 -17
- package/esm2022/libs/api/metadata-converter/src/lib/xml-utils.mjs +0 -456
- package/esm2022/libs/api/repository/src/index.mjs +0 -4
- package/esm2022/libs/api/repository/src/lib/gn4/auth/auth.service.mjs +0 -67
- package/esm2022/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.mjs +0 -3
- package/esm2022/libs/api/repository/src/lib/gn4/auth/gravatar.service.mjs +0 -39
- package/esm2022/libs/api/repository/src/lib/gn4/auth/index.mjs +0 -4
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/constant.mjs +0 -32
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.mjs +0 -12
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +0 -552
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/index.mjs +0 -4
- package/esm2022/libs/api/repository/src/lib/gn4/favorites/favorites.service.mjs +0 -66
- package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +0 -336
- package/esm2022/libs/api/repository/src/lib/gn4/gn4.provider.mjs +0 -42
- package/esm2022/libs/api/repository/src/lib/gn4/index.mjs +0 -11
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/index.mjs +0 -5
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.mjs +0 -5
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.mjs +0 -104
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.mjs +0 -198
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.mjs +0 -6
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +0 -104
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +0 -270
- package/esm2022/libs/api/repository/src/lib/gn4/selection/selection.service.mjs +0 -52
- package/esm2022/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.mjs +0 -26
- package/esm2022/libs/api/repository/src/lib/metadata-language.token.mjs +0 -3
- package/esm2022/libs/api/repository/src/lib/repository-url.mjs +0 -10
- package/esm2022/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.mjs +0 -9
- package/esm2022/libs/common/domain/src/lib/model/error/index.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/error/publication-version.error.mjs +0 -8
- package/esm2022/libs/common/domain/src/lib/model/record/contact.model.mjs +0 -51
- package/esm2022/libs/common/domain/src/lib/model/record/index.mjs +0 -6
- package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +0 -65
- package/esm2022/libs/common/domain/src/lib/model/record/organization.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/record/translation.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/record/user-feedbacks.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/search/aggregation.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/search/field.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/search/filter.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/search/index.mjs +0 -6
- package/esm2022/libs/common/domain/src/lib/model/search/search.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/search/sort-by.model.mjs +0 -8
- package/esm2022/libs/common/domain/src/lib/model/thesaurus/index.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/user/index.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/user/user.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/organizations.service.interface.mjs +0 -3
- package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +0 -3
- package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +0 -3
- package/esm2022/libs/data-access/gn4/src/fixtures/index.mjs +0 -3
- package/esm2022/libs/data-access/gn4/src/fixtures/site.fixtures.mjs +0 -61
- package/esm2022/libs/data-access/gn4/src/fixtures/ui.fixtures.mjs +0 -5
- package/esm2022/libs/data-access/gn4/src/index.mjs +0 -3
- package/esm2022/libs/data-access/gn4/src/openapi/api/api.mjs +0 -99
- package/esm2022/libs/data-access/gn4/src/openapi/api/atom.api.service.mjs +0 -251
- package/esm2022/libs/data-access/gn4/src/openapi/api/customstyle.api.service.mjs +0 -151
- package/esm2022/libs/data-access/gn4/src/openapi/api/formatters.api.service.mjs +0 -363
- package/esm2022/libs/data-access/gn4/src/openapi/api/groups.api.service.mjs +0 -313
- package/esm2022/libs/data-access/gn4/src/openapi/api/harvesters.api.service.mjs +0 -164
- package/esm2022/libs/data-access/gn4/src/openapi/api/identifiers.api.service.mjs +0 -223
- package/esm2022/libs/data-access/gn4/src/openapi/api/languages.api.service.mjs +0 -223
- package/esm2022/libs/data-access/gn4/src/openapi/api/links.api.service.mjs +0 -337
- package/esm2022/libs/data-access/gn4/src/openapi/api/logos.api.service.mjs +0 -211
- package/esm2022/libs/data-access/gn4/src/openapi/api/mapservers.api.service.mjs +0 -421
- package/esm2022/libs/data-access/gn4/src/openapi/api/mapservices.api.service.mjs +0 -117
- package/esm2022/libs/data-access/gn4/src/openapi/api/me.api.service.mjs +0 -117
- package/esm2022/libs/data-access/gn4/src/openapi/api/operations.api.service.mjs +0 -117
- package/esm2022/libs/data-access/gn4/src/openapi/api/pages.api.service.mjs +0 -456
- package/esm2022/libs/data-access/gn4/src/openapi/api/processes.api.service.mjs +0 -389
- package/esm2022/libs/data-access/gn4/src/openapi/api/records.api.service.mjs +0 -4080
- package/esm2022/libs/data-access/gn4/src/openapi/api/regions.api.service.mjs +0 -204
- package/esm2022/libs/data-access/gn4/src/openapi/api/registries.api.service.mjs +0 -979
- package/esm2022/libs/data-access/gn4/src/openapi/api/related.api.service.mjs +0 -135
- package/esm2022/libs/data-access/gn4/src/openapi/api/search.api.service.mjs +0 -174
- package/esm2022/libs/data-access/gn4/src/openapi/api/selections.api.service.mjs +0 -215
- package/esm2022/libs/data-access/gn4/src/openapi/api/site.api.service.mjs +0 -770
- package/esm2022/libs/data-access/gn4/src/openapi/api/sources.api.service.mjs +0 -249
- package/esm2022/libs/data-access/gn4/src/openapi/api/standards.api.service.mjs +0 -412
- package/esm2022/libs/data-access/gn4/src/openapi/api/status.api.service.mjs +0 -170
- package/esm2022/libs/data-access/gn4/src/openapi/api/tags.api.service.mjs +0 -246
- package/esm2022/libs/data-access/gn4/src/openapi/api/tools.api.service.mjs +0 -608
- package/esm2022/libs/data-access/gn4/src/openapi/api/ui.api.service.mjs +0 -244
- package/esm2022/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.mjs +0 -405
- package/esm2022/libs/data-access/gn4/src/openapi/api/users.api.service.mjs +0 -570
- package/esm2022/libs/data-access/gn4/src/openapi/api/usersearches.api.service.mjs +0 -343
- package/esm2022/libs/data-access/gn4/src/openapi/api/userselections.api.service.mjs +0 -323
- package/esm2022/libs/data-access/gn4/src/openapi/api.module.mjs +0 -41
- package/esm2022/libs/data-access/gn4/src/openapi/configuration.mjs +0 -72
- package/esm2022/libs/data-access/gn4/src/openapi/encoder.mjs +0 -19
- package/esm2022/libs/data-access/gn4/src/openapi/index.mjs +0 -6
- package/esm2022/libs/data-access/gn4/src/openapi/model/address.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/associated.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/category.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/children.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/codelist.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/crs.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/dataset.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/description.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/element.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/entry.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/extentDto.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/fcat.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/featureType.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/field.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/formatterData.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/group.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.mjs +0 -33
- package/esm2022/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/hassource.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/iSODate.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/infoReport.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.mjs +0 -26
- package/esm2022/libs/data-access/gn4/src/openapi/model/language.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/link.api.model.mjs +0 -8
- package/esm2022/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/localizedString.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/mapServer.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/mapService.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/meResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.mjs +0 -8
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.mjs +0 -20
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.mjs +0 -20
- package/esm2022/libs/data-access/gn4/src/openapi/model/models.mjs +0 -119
- package/esm2022/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/online.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/operation.api.model.mjs +0 -23
- package/esm2022/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/pageLink.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.mjs +0 -36
- package/esm2022/libs/data-access/gn4/src/openapi/model/pageable.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/parent.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/processingReport.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.mjs +0 -36
- package/esm2022/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/related.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/report.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/reports.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/section.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/selection.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/service.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/setting.api.model.mjs +0 -21
- package/esm2022/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/siblings.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/sort.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/source.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/status.api.model.mjs +0 -22
- package/esm2022/libs/data-access/gn4/src/openapi/model/statusValue.api.model.mjs +0 -33
- package/esm2022/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/translations.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/user.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/userDto.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/userGroup.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.mjs +0 -24
- package/esm2022/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.mjs +0 -19
- package/esm2022/libs/data-access/gn4/src/openapi/model/values.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/variables.mjs +0 -9
- package/esm2022/libs/feature/catalog/src/index.mjs +0 -9
- package/esm2022/libs/feature/catalog/src/lib/my-org/my-org.service.mjs +0 -42
- package/esm2022/libs/feature/catalog/src/lib/organisations/organisations.component.mjs +0 -127
- package/esm2022/libs/feature/catalog/src/lib/organization-url.token.mjs +0 -6
- package/esm2022/libs/feature/catalog/src/lib/records/records.service.mjs +0 -21
- package/esm2022/libs/feature/catalog/src/lib/site-title/site-title.component.mjs +0 -23
- package/esm2022/libs/feature/catalog/src/lib/source-label/source-label.component.mjs +0 -23
- package/esm2022/libs/feature/catalog/src/lib/sources/sources.model.mjs +0 -2
- package/esm2022/libs/feature/catalog/src/lib/sources/sources.service.mjs +0 -27
- package/esm2022/libs/feature/dataviz/src/index.mjs +0 -6
- package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +0 -245
- package/esm2022/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.mjs +0 -36
- package/esm2022/libs/feature/dataviz/src/lib/figure/figure.service.mjs +0 -31
- package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +0 -98
- package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +0 -244
- package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +0 -101
- package/esm2022/libs/feature/editor/src/index.mjs +0 -13
- package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +0 -17
- package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +0 -68
- package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +0 -66
- package/esm2022/libs/feature/editor/src/lib/+state/editor.models.mjs +0 -2
- package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +0 -84
- package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +0 -27
- package/esm2022/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.mjs +0 -66
- package/esm2022/libs/feature/editor/src/lib/components/contact-card/contact-card.component.mjs +0 -16
- package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +0 -89
- package/esm2022/libs/feature/editor/src/lib/components/import-record/import-record.component.mjs +0 -111
- package/esm2022/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.mjs +0 -80
- package/esm2022/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.mjs +0 -275
- package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +0 -75
- package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +0 -172
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.mjs +0 -11
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.mjs +0 -73
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.mjs +0 -35
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.mjs +0 -129
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.mjs +0 -105
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +0 -150
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.mjs +0 -19
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.mjs +0 -28
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +0 -39
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +0 -60
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.mjs +0 -11
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.mjs +0 -151
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.mjs +0 -181
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.mjs +0 -104
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +0 -41
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.mjs +0 -32
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +0 -123
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.mjs +0 -44
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.mjs +0 -88
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.mjs +0 -55
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +0 -96
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +0 -122
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +0 -14
- package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +0 -34
- package/esm2022/libs/feature/editor/src/lib/expressions.mjs +0 -13
- package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +0 -27
- package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +0 -376
- package/esm2022/libs/feature/editor/src/lib/models/editor-config.model.mjs +0 -2
- package/esm2022/libs/feature/editor/src/lib/models/index.mjs +0 -2
- package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +0 -63
- package/esm2022/libs/feature/map/src/index.mjs +0 -14
- package/esm2022/libs/feature/map/src/lib/+state/map.actions.mjs +0 -5
- package/esm2022/libs/feature/map/src/lib/+state/map.facade.mjs +0 -28
- package/esm2022/libs/feature/map/src/lib/+state/map.reducer.mjs +0 -27
- package/esm2022/libs/feature/map/src/lib/+state/map.selectors.mjs +0 -7
- package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +0 -49
- package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.mjs +0 -60
- package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +0 -118
- package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +0 -129
- package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +0 -74
- package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +0 -73
- package/esm2022/libs/feature/map/src/lib/constant/index.mjs +0 -2
- package/esm2022/libs/feature/map/src/lib/constant/projections.mjs +0 -2
- package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +0 -34
- package/esm2022/libs/feature/map/src/lib/geocoding/geocoding.component.mjs +0 -101
- package/esm2022/libs/feature/map/src/lib/geocoding.service.mjs +0 -40
- package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +0 -77
- package/esm2022/libs/feature/map/src/lib/map-state-container/map-state-container.component.mjs +0 -27
- package/esm2022/libs/feature/map/src/lib/style/index.mjs +0 -3
- package/esm2022/libs/feature/map/src/lib/style/map-style.fixtures.mjs +0 -43
- package/esm2022/libs/feature/map/src/lib/style/map-style.service.mjs +0 -96
- package/esm2022/libs/feature/map/src/lib/utils/index.mjs +0 -2
- package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +0 -29
- package/esm2022/libs/feature/notifications/src/index.mjs +0 -3
- package/esm2022/libs/feature/notifications/src/lib/notification.model.mjs +0 -2
- package/esm2022/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.mjs +0 -49
- package/esm2022/libs/feature/notifications/src/lib/notifications.service.mjs +0 -30
- package/esm2022/libs/feature/record/src/index.mjs +0 -11
- package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +0 -110
- package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +0 -77
- package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +0 -40
- package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +0 -83
- package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +0 -82
- package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +0 -29
- package/esm2022/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.mjs +0 -169
- package/esm2022/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.mjs +0 -58
- package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +0 -349
- package/esm2022/libs/feature/record/src/lib/record-meta/record-meta.component.mjs +0 -47
- package/esm2022/libs/feature/record/src/lib/state/index.mjs +0 -3
- package/esm2022/libs/feature/record/src/lib/state/mdview.actions.mjs +0 -32
- package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +0 -73
- package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +0 -119
- package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +0 -96
- package/esm2022/libs/feature/record/src/lib/state/mdview.selectors.mjs +0 -33
- package/esm2022/libs/feature/router/src/index.mjs +0 -2
- package/esm2022/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.mjs +0 -21
- package/esm2022/libs/feature/router/src/lib/default/constants.mjs +0 -13
- package/esm2022/libs/feature/router/src/lib/default/container/search-router.container.directive.mjs +0 -41
- package/esm2022/libs/feature/router/src/lib/default/index.mjs +0 -9
- package/esm2022/libs/feature/router/src/lib/default/router.config.mjs +0 -3
- package/esm2022/libs/feature/router/src/lib/default/router.module.mjs +0 -63
- package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +0 -61
- package/esm2022/libs/feature/router/src/lib/default/services/router-search.service.mjs +0 -56
- package/esm2022/libs/feature/router/src/lib/default/state/query-params.utils.mjs +0 -51
- package/esm2022/libs/feature/router/src/lib/default/state/router.actions.mjs +0 -5
- package/esm2022/libs/feature/router/src/lib/default/state/router.effects.mjs +0 -114
- package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +0 -73
- package/esm2022/libs/feature/router/src/lib/default/state/router.selectors.mjs +0 -14
- package/esm2022/libs/feature/search/src/index.mjs +0 -26
- package/esm2022/libs/feature/search/src/lib/constants.mjs +0 -38
- package/esm2022/libs/feature/search/src/lib/facets/facets-container/facets-container.component.mjs +0 -71
- package/esm2022/libs/feature/search/src/lib/facets/facets.service.mjs +0 -232
- package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +0 -121
- package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +0 -28
- package/esm2022/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.mjs +0 -68
- package/esm2022/libs/feature/search/src/lib/filter-geometry.token.mjs +0 -4
- package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +0 -92
- package/esm2022/libs/feature/search/src/lib/record-url.token.mjs +0 -6
- package/esm2022/libs/feature/search/src/lib/records-metrics/records-metrics.component.mjs +0 -45
- package/esm2022/libs/feature/search/src/lib/results-hits/results-hits.container.component.mjs +0 -48
- package/esm2022/libs/feature/search/src/lib/results-layout/results-layout.component.mjs +0 -34
- package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +0 -108
- package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +0 -99
- package/esm2022/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.mjs +0 -65
- package/esm2022/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.mjs +0 -84
- package/esm2022/libs/feature/search/src/lib/sort-by/sort-by.component.mjs +0 -58
- package/esm2022/libs/feature/search/src/lib/state/actions.mjs +0 -208
- package/esm2022/libs/feature/search/src/lib/state/container/search-state.container.directive.mjs +0 -29
- package/esm2022/libs/feature/search/src/lib/state/effects.mjs +0 -124
- package/esm2022/libs/feature/search/src/lib/state/reducer.mjs +0 -289
- package/esm2022/libs/feature/search/src/lib/state/search.facade.mjs +0 -130
- package/esm2022/libs/feature/search/src/lib/state/selectors.mjs +0 -22
- package/esm2022/libs/feature/search/src/lib/utils/operators/search.operator.mjs +0 -31
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +0 -436
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +0 -90
- package/esm2022/libs/feature/search/src/lib/utils/service/search.service.mjs +0 -37
- package/esm2022/libs/ui/catalog/src/index.mjs +0 -6
- package/esm2022/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.mjs +0 -19
- package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +0 -43
- package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +0 -42
- package/esm2022/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.mjs +0 -48
- package/esm2022/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.mjs +0 -16
- package/esm2022/libs/ui/dataviz/src/index.mjs +0 -5
- package/esm2022/libs/ui/dataviz/src/lib/chart/chart.component.mjs +0 -167
- package/esm2022/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.mjs +0 -51
- package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.component.mjs +0 -139
- package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.data.source.mjs +0 -24
- package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.mjs +0 -82
- package/esm2022/libs/ui/dataviz/src/lib/figure/figure.component.mjs +0 -33
- package/esm2022/libs/ui/elements/src/index.mjs +0 -29
- package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +0 -87
- package/esm2022/libs/ui/elements/src/lib/application-banner/application-banner.component.mjs +0 -78
- package/esm2022/libs/ui/elements/src/lib/avatar/avatar.component.mjs +0 -20
- package/esm2022/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.mjs +0 -29
- package/esm2022/libs/ui/elements/src/lib/content-ghost/content-ghost.component.mjs +0 -20
- package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +0 -62
- package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +0 -122
- package/esm2022/libs/ui/elements/src/lib/error/error.component.mjs +0 -49
- package/esm2022/libs/ui/elements/src/lib/external-link-card/external-link-card.component.mjs +0 -66
- package/esm2022/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.mjs +0 -61
- package/esm2022/libs/ui/elements/src/lib/image-input/image-input.component.mjs +0 -227
- package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +0 -45
- package/esm2022/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.mjs +0 -89
- package/esm2022/libs/ui/elements/src/lib/kind-badge/kind-badge.component.mjs +0 -76
- package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +0 -41
- package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +0 -19
- package/esm2022/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.mjs +0 -14
- package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +0 -61
- package/esm2022/libs/ui/elements/src/lib/metadata-info/linkify.directive.mjs +0 -78
- package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +0 -128
- package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +0 -82
- package/esm2022/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.mjs +0 -45
- package/esm2022/libs/ui/elements/src/lib/notification/notification.component.mjs +0 -71
- package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +0 -142
- package/esm2022/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.mjs +0 -70
- package/esm2022/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.mjs +0 -165
- package/esm2022/libs/ui/elements/src/lib/thumbnail/thumbnail.component.mjs +0 -96
- package/esm2022/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.mjs +0 -59
- package/esm2022/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.mjs +0 -77
- package/esm2022/libs/ui/elements/src/lib/user-preview/user-preview.component.mjs +0 -21
- package/esm2022/libs/ui/inputs/src/index.mjs +0 -27
- package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +0 -285
- package/esm2022/libs/ui/inputs/src/lib/badge/badge.component.mjs +0 -44
- package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +0 -62
- package/esm2022/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.mjs +0 -30
- package/esm2022/libs/ui/inputs/src/lib/checkbox/checkbox.component.mjs +0 -35
- package/esm2022/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.mjs +0 -33
- package/esm2022/libs/ui/inputs/src/lib/date-picker/date-picker.component.mjs +0 -39
- package/esm2022/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.mjs +0 -65
- package/esm2022/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.mjs +0 -44
- package/esm2022/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.mjs +0 -37
- package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +0 -215
- package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.mjs +0 -2
- package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +0 -202
- package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.mjs +0 -2
- package/esm2022/libs/ui/inputs/src/lib/editable-label/editable-label.directive.mjs +0 -48
- package/esm2022/libs/ui/inputs/src/lib/file-input/file-input.component.mjs +0 -106
- package/esm2022/libs/ui/inputs/src/lib/files-drop/files-drop.directive.mjs +0 -59
- package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.mjs +0 -43
- package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.mjs +0 -2
- package/esm2022/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.mjs +0 -74
- package/esm2022/libs/ui/inputs/src/lib/search-input/search-input.component.mjs +0 -46
- package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +0 -57
- package/esm2022/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.mjs +0 -36
- package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +0 -50
- package/esm2022/libs/ui/inputs/src/lib/text-input/text-input.component.mjs +0 -48
- package/esm2022/libs/ui/inputs/src/lib/url-input/url-input.component.mjs +0 -95
- package/esm2022/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.mjs +0 -46
- package/esm2022/libs/ui/layout/src/index.mjs +0 -20
- package/esm2022/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.mjs +0 -105
- package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +0 -128
- package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +0 -73
- package/esm2022/libs/ui/layout/src/lib/cell-popin/cell-popin.component.mjs +0 -110
- package/esm2022/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.mjs +0 -54
- package/esm2022/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.mjs +0 -25
- package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +0 -20
- package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.mjs +0 -38
- package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +0 -67
- package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +0 -70
- package/esm2022/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.mjs +0 -29
- package/esm2022/libs/ui/layout/src/lib/paginable.interface.mjs +0 -2
- package/esm2022/libs/ui/layout/src/lib/pagination/pagination.component.mjs +0 -51
- package/esm2022/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.mjs +0 -52
- package/esm2022/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.mjs +0 -36
- package/esm2022/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +0 -26
- package/esm2022/libs/ui/layout/src/lib/sortable-list/sortable-list.component.mjs +0 -35
- package/esm2022/libs/ui/layout/src/lib/sticky-header/sticky-header.component.mjs +0 -81
- package/esm2022/libs/ui/layout/src/lib/truncated-text/truncated-text.component.mjs +0 -71
- package/esm2022/libs/ui/map/src/index.mjs +0 -7
- package/esm2022/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.mjs +0 -46
- package/esm2022/libs/ui/map/src/lib/components/map-container/map-container.component.mjs +0 -157
- package/esm2022/libs/ui/map/src/lib/components/map-container/map-settings.token.mjs +0 -13
- package/esm2022/libs/ui/map/src/lib/components/map-legend/map-legend.component.mjs +0 -36
- package/esm2022/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.mjs +0 -80
- package/esm2022/libs/ui/map/src/lib/map-utils.mjs +0 -37
- package/esm2022/libs/ui/search/src/index.mjs +0 -21
- package/esm2022/libs/ui/search/src/lib/facets/facet-block/facet-block.component.mjs +0 -109
- package/esm2022/libs/ui/search/src/lib/facets/facet-item/facet-item.component.mjs +0 -43
- package/esm2022/libs/ui/search/src/lib/facets/facet-list/facet-list.component.mjs +0 -51
- package/esm2022/libs/ui/search/src/lib/facets/facets.model.mjs +0 -2
- package/esm2022/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.mjs +0 -50
- package/esm2022/libs/ui/search/src/lib/facets/fixtures/index.mjs +0 -2
- package/esm2022/libs/ui/search/src/lib/record-metric/record-metric.component.mjs +0 -26
- package/esm2022/libs/ui/search/src/lib/record-preview/record-preview.component.mjs +0 -62
- package/esm2022/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.mjs +0 -14
- package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +0 -68
- package/esm2022/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.mjs +0 -21
- package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +0 -29
- package/esm2022/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.mjs +0 -14
- package/esm2022/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.mjs +0 -14
- package/esm2022/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.mjs +0 -18
- package/esm2022/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.mjs +0 -63
- package/esm2022/libs/ui/search/src/lib/results-list/results-layout.config.mjs +0 -29
- package/esm2022/libs/ui/search/src/lib/results-list/results-list.component.mjs +0 -31
- package/esm2022/libs/ui/search/src/lib/results-list-item/results-list-item.component.mjs +0 -54
- package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +0 -76
- package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +0 -219
- package/esm2022/libs/ui/widgets/src/index.mjs +0 -7
- package/esm2022/libs/ui/widgets/src/lib/color-scale/color-scale.component.mjs +0 -11
- package/esm2022/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.mjs +0 -15
- package/esm2022/libs/ui/widgets/src/lib/popover/popover.component.mjs +0 -68
- package/esm2022/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.mjs +0 -62
- package/esm2022/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.mjs +0 -51
- package/esm2022/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.mjs +0 -11
- package/esm2022/libs/util/app-config/src/index.mjs +0 -5
- package/esm2022/libs/util/app-config/src/lib/app-config.mjs +0 -216
- package/esm2022/libs/util/app-config/src/lib/fixtures.mjs +0 -164
- package/esm2022/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.mjs +0 -18
- package/esm2022/libs/util/app-config/src/lib/map-layers.mjs +0 -33
- package/esm2022/libs/util/app-config/src/lib/model.mjs +0 -2
- package/esm2022/libs/util/app-config/src/lib/parse-utils.mjs +0 -89
- package/esm2022/libs/util/data-fetcher/src/index.mjs +0 -7
- package/esm2022/libs/util/data-fetcher/src/lib/data-fetcher.mjs +0 -70
- package/esm2022/libs/util/data-fetcher/src/lib/headers.mjs +0 -23
- package/esm2022/libs/util/data-fetcher/src/lib/model.mjs +0 -62
- package/esm2022/libs/util/data-fetcher/src/lib/readers/base-cache.mjs +0 -12
- package/esm2022/libs/util/data-fetcher/src/lib/readers/base-file.mjs +0 -37
- package/esm2022/libs/util/data-fetcher/src/lib/readers/base.mjs +0 -62
- package/esm2022/libs/util/data-fetcher/src/lib/readers/csv.mjs +0 -37
- package/esm2022/libs/util/data-fetcher/src/lib/readers/excel.mjs +0 -24
- package/esm2022/libs/util/data-fetcher/src/lib/readers/geojson.mjs +0 -21
- package/esm2022/libs/util/data-fetcher/src/lib/readers/gml.mjs +0 -38
- package/esm2022/libs/util/data-fetcher/src/lib/readers/json.mjs +0 -19
- package/esm2022/libs/util/data-fetcher/src/lib/readers/wfs.mjs +0 -133
- package/esm2022/libs/util/data-fetcher/src/lib/sql-utils.mjs +0 -93
- package/esm2022/libs/util/data-fetcher/src/lib/utils.mjs +0 -211
- package/esm2022/libs/util/i18n/src/index.mjs +0 -8
- package/esm2022/libs/util/i18n/src/lib/embedded.translate.loader.mjs +0 -18
- package/esm2022/libs/util/i18n/src/lib/file.translate.loader.mjs +0 -14
- package/esm2022/libs/util/i18n/src/lib/i18n.constants.mjs +0 -52
- package/esm2022/libs/util/i18n/src/lib/i18n.interceptor.mjs +0 -25
- package/esm2022/libs/util/i18n/src/lib/i18n.providers.mjs +0 -41
- package/esm2022/libs/util/i18n/src/lib/language-codes.mjs +0 -141
- package/esm2022/libs/util/i18n/src/lib/translate.loader.utils.mjs +0 -8
- package/esm2022/libs/util/shared/src/index.mjs +0 -7
- package/esm2022/libs/util/shared/src/lib/gn-ui-version.mjs +0 -6
- package/esm2022/libs/util/shared/src/lib/image-fallback.directive.mjs +0 -28
- package/esm2022/libs/util/shared/src/lib/links/index.mjs +0 -3
- package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +0 -70
- package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +0 -317
- package/esm2022/libs/util/shared/src/lib/record/index.mjs +0 -3
- package/esm2022/libs/util/shared/src/lib/record/quality-score.util.mjs +0 -46
- package/esm2022/libs/util/shared/src/lib/record/record.util.mjs +0 -56
- package/esm2022/libs/util/shared/src/lib/services/date.service.mjs +0 -41
- package/esm2022/libs/util/shared/src/lib/services/index.mjs +0 -5
- package/esm2022/libs/util/shared/src/lib/services/log.service.mjs +0 -22
- package/esm2022/libs/util/shared/src/lib/services/proxy.service.mjs +0 -43
- package/esm2022/libs/util/shared/src/lib/services/theme.service.mjs +0 -94
- package/esm2022/libs/util/shared/src/lib/utils/bytes-convert.mjs +0 -7
- package/esm2022/libs/util/shared/src/lib/utils/event.mjs +0 -12
- package/esm2022/libs/util/shared/src/lib/utils/format-fields.mjs +0 -9
- package/esm2022/libs/util/shared/src/lib/utils/fuzzy-filter.mjs +0 -27
- package/esm2022/libs/util/shared/src/lib/utils/geojson.mjs +0 -78
- package/esm2022/libs/util/shared/src/lib/utils/image-resize.mjs +0 -60
- package/esm2022/libs/util/shared/src/lib/utils/index.mjs +0 -16
- package/esm2022/libs/util/shared/src/lib/utils/mobile-screen.mjs +0 -9
- package/esm2022/libs/util/shared/src/lib/utils/no-duplicate-file-name.mjs +0 -19
- package/esm2022/libs/util/shared/src/lib/utils/parse.mjs +0 -33
- package/esm2022/libs/util/shared/src/lib/utils/remove-whitespace.mjs +0 -4
- package/esm2022/libs/util/shared/src/lib/utils/scroll.mjs +0 -40
- package/esm2022/libs/util/shared/src/lib/utils/sort-by.mjs +0 -14
- package/esm2022/libs/util/shared/src/lib/utils/strip-html.mjs +0 -7
- package/esm2022/libs/util/shared/src/lib/utils/temporal-extent-union.mjs +0 -32
- package/esm2022/libs/util/shared/src/lib/utils/url.mjs +0 -18
- package/esm2022/translations/de.json +0 -652
- package/esm2022/translations/en.json +0 -653
- package/esm2022/translations/es.json +0 -652
- package/esm2022/translations/fr.json +0 -652
- package/esm2022/translations/it.json +0 -652
- package/esm2022/translations/nl.json +0 -652
- package/esm2022/translations/pt.json +0 -652
- package/esm2022/translations/sk.json +0 -652
- package/geonetwork-ui.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/index.d.ts +0 -9
- package/libs/api/metadata-converter/src/index.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/base.converter.d.ts +0 -13
- package/libs/api/metadata-converter/src/lib/base.converter.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts +0 -4
- package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/common/license.d.ts +0 -3
- package/libs/api/metadata-converter/src/lib/common/license.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts +0 -26
- package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/common/url.d.ts +0 -7
- package/libs/api/metadata-converter/src/lib/common/url.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/convert-utils.d.ts +0 -2
- package/libs/api/metadata-converter/src/lib/convert-utils.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.d.ts +0 -13
- package/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/index.d.ts +0 -2
- package/libs/api/metadata-converter/src/lib/dcat-ap/index.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.d.ts +0 -16
- package/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.d.ts +0 -21
- package/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.d.ts +0 -15
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.d.ts +0 -8
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.d.ts +0 -2
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.d.ts +0 -6
- package/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/find-converter.d.ts +0 -3
- package/libs/api/metadata-converter/src/lib/find-converter.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/function-utils.d.ts +0 -27
- package/libs/api/metadata-converter/src/lib/function-utils.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts +0 -20
- package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/gn4.converter.d.ts +0 -16
- package/libs/api/metadata-converter/src/lib/gn4/gn4.converter.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts +0 -24
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/index.d.ts +0 -4
- package/libs/api/metadata-converter/src/lib/gn4/index.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.d.ts +0 -12
- package/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.d.ts +0 -37
- package/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/index.d.ts +0 -5
- package/libs/api/metadata-converter/src/lib/gn4/types/index.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts +0 -27
- package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +0 -196
- package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/search.model.d.ts +0 -78
- package/libs/api/metadata-converter/src/lib/gn4/types/search.model.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/index.d.ts +0 -2
- package/libs/api/metadata-converter/src/lib/iso19115-3/index.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts +0 -9
- package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts +0 -24
- package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts +0 -23
- package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/index.d.ts +0 -2
- package/libs/api/metadata-converter/src/lib/iso19139/index.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts +0 -13
- package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +0 -78
- package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.d.ts +0 -5
- package/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.d.ts +0 -8
- package/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts +0 -3
- package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.d.ts +0 -3
- package/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.d.ts +0 -3
- package/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.d.ts +0 -3
- package/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +0 -71
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/translate-utils.d.ts +0 -2
- package/libs/api/metadata-converter/src/lib/translate-utils.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/xml-utils.d.ts +0 -158
- package/libs/api/metadata-converter/src/lib/xml-utils.d.ts.map +0 -1
- package/libs/api/repository/src/index.d.ts +0 -4
- package/libs/api/repository/src/index.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/auth/auth.service.d.ts +0 -27
- package/libs/api/repository/src/lib/gn4/auth/auth.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts +0 -7
- package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts +0 -17
- package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/auth/index.d.ts +0 -4
- package/libs/api/repository/src/lib/gn4/auth/index.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/constant.d.ts +0 -11
- package/libs/api/repository/src/lib/gn4/elasticsearch/constant.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.d.ts +0 -4
- package/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts +0 -74
- package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/index.d.ts +0 -4
- package/libs/api/repository/src/lib/gn4/elasticsearch/index.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/favorites/favorites.service.d.ts +0 -20
- package/libs/api/repository/src/lib/gn4/favorites/favorites.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +0 -69
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts +0 -7
- package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/index.d.ts +0 -11
- package/libs/api/repository/src/lib/gn4/index.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/organizations/index.d.ts +0 -5
- package/libs/api/repository/src/lib/gn4/organizations/index.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.d.ts +0 -4
- package/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts +0 -29
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts +0 -40
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.d.ts +0 -9
- package/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts +0 -20
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +0 -68
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/selection/selection.service.d.ts +0 -17
- package/libs/api/repository/src/lib/gn4/selection/selection.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts +0 -15
- package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/metadata-language.token.d.ts +0 -5
- package/libs/api/repository/src/lib/metadata-language.token.d.ts.map +0 -1
- package/libs/api/repository/src/lib/repository-url.d.ts +0 -3
- package/libs/api/repository/src/lib/repository-url.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts +0 -17
- package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/error/index.d.ts +0 -2
- package/libs/common/domain/src/lib/model/error/index.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/error/publication-version.error.d.ts +0 -5
- package/libs/common/domain/src/lib/model/error/publication-version.error.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/record/contact.model.d.ts +0 -15
- package/libs/common/domain/src/lib/model/record/contact.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/record/index.d.ts +0 -6
- package/libs/common/domain/src/lib/model/record/index.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +0 -182
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/record/organization.model.d.ts +0 -11
- package/libs/common/domain/src/lib/model/record/organization.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/record/translation.model.d.ts +0 -26
- package/libs/common/domain/src/lib/model/record/translation.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts +0 -15
- package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/search/aggregation.model.d.ts +0 -44
- package/libs/common/domain/src/lib/model/search/aggregation.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/search/field.model.d.ts +0 -2
- package/libs/common/domain/src/lib/model/search/field.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/search/filter.model.d.ts +0 -21
- package/libs/common/domain/src/lib/model/search/filter.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/search/index.d.ts +0 -6
- package/libs/common/domain/src/lib/model/search/index.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/search/search.model.d.ts +0 -20
- package/libs/common/domain/src/lib/model/search/search.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/search/sort-by.model.d.ts +0 -3
- package/libs/common/domain/src/lib/model/search/sort-by.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/thesaurus/index.d.ts +0 -2
- package/libs/common/domain/src/lib/model/thesaurus/index.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts +0 -14
- package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/user/index.d.ts +0 -2
- package/libs/common/domain/src/lib/model/user/index.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/user/user.model.d.ts +0 -11
- package/libs/common/domain/src/lib/model/user/user.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/organizations.service.interface.d.ts +0 -11
- package/libs/common/domain/src/lib/organizations.service.interface.d.ts.map +0 -1
- package/libs/common/domain/src/lib/platform.service.interface.d.ts +0 -39
- package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +0 -1
- package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +0 -74
- package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +0 -1
- package/libs/data-access/gn4/src/fixtures/index.d.ts +0 -3
- package/libs/data-access/gn4/src/fixtures/index.d.ts.map +0 -1
- package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts +0 -61
- package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts.map +0 -1
- package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts +0 -5
- package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts.map +0 -1
- package/libs/data-access/gn4/src/index.d.ts +0 -3
- package/libs/data-access/gn4/src/index.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/api.d.ts +0 -66
- package/libs/data-access/gn4/src/openapi/api/api.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/atom.api.service.d.ts +0 -97
- package/libs/data-access/gn4/src/openapi/api/atom.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/customstyle.api.service.d.ts +0 -54
- package/libs/data-access/gn4/src/openapi/api/customstyle.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/formatters.api.service.d.ts +0 -150
- package/libs/data-access/gn4/src/openapi/api/formatters.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/groups.api.service.d.ts +0 -132
- package/libs/data-access/gn4/src/openapi/api/groups.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/harvesters.api.service.d.ts +0 -49
- package/libs/data-access/gn4/src/openapi/api/harvesters.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/identifiers.api.service.d.ts +0 -80
- package/libs/data-access/gn4/src/openapi/api/identifiers.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/languages.api.service.d.ts +0 -96
- package/libs/data-access/gn4/src/openapi/api/languages.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/links.api.service.d.ts +0 -128
- package/libs/data-access/gn4/src/openapi/api/links.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/logos.api.service.d.ts +0 -78
- package/libs/data-access/gn4/src/openapi/api/logos.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/mapservers.api.service.d.ts +0 -170
- package/libs/data-access/gn4/src/openapi/api/mapservers.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/mapservices.api.service.d.ts +0 -33
- package/libs/data-access/gn4/src/openapi/api/mapservices.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/me.api.service.d.ts +0 -33
- package/libs/data-access/gn4/src/openapi/api/me.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/operations.api.service.d.ts +0 -33
- package/libs/data-access/gn4/src/openapi/api/operations.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/pages.api.service.d.ts +0 -186
- package/libs/data-access/gn4/src/openapi/api/pages.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/processes.api.service.d.ts +0 -157
- package/libs/data-access/gn4/src/openapi/api/processes.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts +0 -1879
- package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/regions.api.service.d.ts +0 -72
- package/libs/data-access/gn4/src/openapi/api/regions.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/registries.api.service.d.ts +0 -391
- package/libs/data-access/gn4/src/openapi/api/registries.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/related.api.service.d.ts +0 -42
- package/libs/data-access/gn4/src/openapi/api/related.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/search.api.service.d.ts +0 -53
- package/libs/data-access/gn4/src/openapi/api/search.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/selections.api.service.d.ts +0 -84
- package/libs/data-access/gn4/src/openapi/api/selections.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/site.api.service.d.ts +0 -396
- package/libs/data-access/gn4/src/openapi/api/site.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/sources.api.service.d.ts +0 -96
- package/libs/data-access/gn4/src/openapi/api/sources.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/standards.api.service.d.ts +0 -195
- package/libs/data-access/gn4/src/openapi/api/standards.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/status.api.service.d.ts +0 -61
- package/libs/data-access/gn4/src/openapi/api/status.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/tags.api.service.d.ts +0 -94
- package/libs/data-access/gn4/src/openapi/api/tags.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/tools.api.service.d.ts +0 -302
- package/libs/data-access/gn4/src/openapi/api/tools.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/ui.api.service.d.ts +0 -93
- package/libs/data-access/gn4/src/openapi/api/ui.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.d.ts +0 -172
- package/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/users.api.service.d.ts +0 -262
- package/libs/data-access/gn4/src/openapi/api/users.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/usersearches.api.service.d.ts +0 -144
- package/libs/data-access/gn4/src/openapi/api/usersearches.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/userselections.api.service.d.ts +0 -128
- package/libs/data-access/gn4/src/openapi/api/userselections.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api.module.d.ts +0 -12
- package/libs/data-access/gn4/src/openapi/api.module.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/configuration.d.ts +0 -81
- package/libs/data-access/gn4/src/openapi/configuration.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/encoder.d.ts +0 -12
- package/libs/data-access/gn4/src/openapi/encoder.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/index.d.ts +0 -6
- package/libs/data-access/gn4/src/openapi/index.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/address.api.model.d.ts +0 -20
- package/libs/data-access/gn4/src/openapi/model/address.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.d.ts +0 -29
- package/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/associated.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/associated.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.d.ts +0 -26
- package/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/category.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/category.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/children.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/children.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/codelist.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/codelist.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/crs.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/crs.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/dataset.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/dataset.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/description.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/description.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/element.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/element.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/entry.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/entry.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/extentDto.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/extentDto.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.d.ts +0 -25
- package/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/fcat.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/fcat.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/featureType.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/featureType.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/field.api.model.d.ts +0 -22
- package/libs/data-access/gn4/src/openapi/model/field.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/formatterData.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/formatterData.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.d.ts +0 -15
- package/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/group.api.model.d.ts +0 -32
- package/libs/data-access/gn4/src/openapi/model/group.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.d.ts +0 -44
- package/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/hassource.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/hassource.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/iSODate.api.model.d.ts +0 -29
- package/libs/data-access/gn4/src/openapi/model/iSODate.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/infoReport.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/infoReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.d.ts +0 -20
- package/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.d.ts +0 -15
- package/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.d.ts +0 -50
- package/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/language.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/language.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/link.api.model.d.ts +0 -32
- package/libs/data-access/gn4/src/openapi/model/link.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.d.ts +0 -22
- package/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/localizedString.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/localizedString.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/mapServer.api.model.d.ts +0 -31
- package/libs/data-access/gn4/src/openapi/model/mapServer.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/mapService.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/mapService.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/meResponse.api.model.d.ts +0 -27
- package/libs/data-access/gn4/src/openapi/model/meResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.d.ts +0 -23
- package/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.d.ts +0 -40
- package/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.d.ts +0 -48
- package/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.d.ts +0 -33
- package/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.d.ts +0 -25
- package/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.d.ts +0 -31
- package/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/models.d.ts +0 -119
- package/libs/data-access/gn4/src/openapi/model/models.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/online.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/online.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/operation.api.model.d.ts +0 -32
- package/libs/data-access/gn4/src/openapi/model/operation.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/pageLink.api.model.d.ts +0 -28
- package/libs/data-access/gn4/src/openapi/model/pageLink.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.d.ts +0 -48
- package/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/pageable.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/pageable.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/parent.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/parent.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/processingReport.api.model.d.ts +0 -25
- package/libs/data-access/gn4/src/openapi/model/processingReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.d.ts +0 -46
- package/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.d.ts +0 -20
- package/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.d.ts +0 -20
- package/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.d.ts +0 -24
- package/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/related.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/related.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.d.ts +0 -25
- package/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.d.ts +0 -23
- package/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.d.ts +0 -40
- package/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.d.ts +0 -25
- package/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/report.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/report.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/reports.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/reports.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/section.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/section.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/selection.api.model.d.ts +0 -20
- package/libs/data-access/gn4/src/openapi/model/selection.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/service.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/service.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/setting.api.model.d.ts +0 -34
- package/libs/data-access/gn4/src/openapi/model/setting.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.d.ts +0 -20
- package/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/siblings.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/siblings.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.d.ts +0 -40
- package/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.d.ts +0 -29
- package/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/sort.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/sort.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/source.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/source.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/status.api.model.d.ts +0 -28
- package/libs/data-access/gn4/src/openapi/model/status.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/statusValue.api.model.d.ts +0 -46
- package/libs/data-access/gn4/src/openapi/model/statusValue.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.d.ts +0 -24
- package/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.d.ts +0 -29
- package/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/translations.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/translations.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/user.api.model.d.ts +0 -47
- package/libs/data-access/gn4/src/openapi/model/user.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userDto.api.model.d.ts +0 -31
- package/libs/data-access/gn4/src/openapi/model/userDto.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.d.ts +0 -34
- package/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userGroup.api.model.d.ts +0 -33
- package/libs/data-access/gn4/src/openapi/model/userGroup.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.d.ts +0 -29
- package/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.d.ts +0 -26
- package/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.d.ts +0 -28
- package/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.d.ts +0 -25
- package/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/values.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/values.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.d.ts +0 -42
- package/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/variables.d.ts +0 -9
- package/libs/data-access/gn4/src/openapi/variables.d.ts.map +0 -1
- package/libs/feature/catalog/src/index.d.ts +0 -9
- package/libs/feature/catalog/src/index.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/my-org/my-org.service.d.ts +0 -20
- package/libs/feature/catalog/src/lib/my-org/my-org.service.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts +0 -38
- package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/organization-url.token.d.ts +0 -4
- package/libs/feature/catalog/src/lib/organization-url.token.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/records/records.service.d.ts +0 -11
- package/libs/feature/catalog/src/lib/records/records.service.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/site-title/site-title.component.d.ts +0 -11
- package/libs/feature/catalog/src/lib/site-title/site-title.component.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/source-label/source-label.component.d.ts +0 -12
- package/libs/feature/catalog/src/lib/source-label/source-label.component.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/sources/sources.model.d.ts +0 -8
- package/libs/feature/catalog/src/lib/sources/sources.model.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/sources/sources.service.d.ts +0 -15
- package/libs/feature/catalog/src/lib/sources/sources.service.d.ts.map +0 -1
- package/libs/feature/dataviz/src/index.d.ts +0 -6
- package/libs/feature/dataviz/src/index.d.ts.map +0 -1
- package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +0 -60
- package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +0 -1
- package/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.d.ts +0 -19
- package/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.d.ts.map +0 -1
- package/libs/feature/dataviz/src/lib/figure/figure.service.d.ts +0 -10
- package/libs/feature/dataviz/src/lib/figure/figure.service.d.ts.map +0 -1
- package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts +0 -30
- package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts.map +0 -1
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts +0 -40
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +0 -1
- package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts +0 -26
- package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +0 -1
- package/libs/feature/editor/src/index.d.ts +0 -13
- package/libs/feature/editor/src/index.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +0 -73
- package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +0 -35
- package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +0 -36
- package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/+state/editor.models.d.ts +0 -10
- package/libs/feature/editor/src/lib/+state/editor.models.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts +0 -34
- package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +0 -21
- package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.d.ts +0 -16
- package/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts +0 -8
- package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts +0 -33
- package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts +0 -33
- package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.d.ts +0 -19
- package/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts +0 -52
- package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts +0 -15
- package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts +0 -59
- package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.d.ts +0 -6
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.d.ts +0 -18
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.d.ts +0 -6
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.d.ts +0 -32
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.d.ts +0 -38
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts +0 -42
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.d.ts +0 -9
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.d.ts +0 -11
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts +0 -17
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts +0 -20
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.d.ts +0 -6
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts +0 -35
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts +0 -43
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts +0 -31
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts +0 -14
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts +0 -13
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts +0 -30
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.d.ts +0 -14
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts +0 -25
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.d.ts +0 -20
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts +0 -21
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +0 -31
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +0 -14
- package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts +0 -16
- package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/expressions.d.ts +0 -4
- package/libs/feature/editor/src/lib/expressions.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/feature-editor.module.d.ts +0 -9
- package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/fields.config.d.ts +0 -72
- package/libs/feature/editor/src/lib/fields.config.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/models/editor-config.model.d.ts +0 -45
- package/libs/feature/editor/src/lib/models/editor-config.model.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/models/index.d.ts +0 -2
- package/libs/feature/editor/src/lib/models/index.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/services/editor.service.d.ts +0 -19
- package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +0 -1
- package/libs/feature/map/src/index.d.ts +0 -14
- package/libs/feature/map/src/index.d.ts.map +0 -1
- package/libs/feature/map/src/lib/+state/map.actions.d.ts +0 -14
- package/libs/feature/map/src/lib/+state/map.actions.d.ts.map +0 -1
- package/libs/feature/map/src/lib/+state/map.facade.d.ts +0 -18
- package/libs/feature/map/src/lib/+state/map.facade.d.ts.map +0 -1
- package/libs/feature/map/src/lib/+state/map.reducer.d.ts +0 -14
- package/libs/feature/map/src/lib/+state/map.reducer.d.ts.map +0 -1
- package/libs/feature/map/src/lib/+state/map.selectors.d.ts +0 -9
- package/libs/feature/map/src/lib/+state/map.selectors.d.ts.map +0 -1
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts +0 -11
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts +0 -21
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts +0 -22
- package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts +0 -28
- package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts +0 -22
- package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts +0 -22
- package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/constant/index.d.ts +0 -2
- package/libs/feature/map/src/lib/constant/index.d.ts.map +0 -1
- package/libs/feature/map/src/lib/constant/projections.d.ts +0 -2
- package/libs/feature/map/src/lib/constant/projections.d.ts.map +0 -1
- package/libs/feature/map/src/lib/feature-map.module.d.ts +0 -8
- package/libs/feature/map/src/lib/feature-map.module.d.ts.map +0 -1
- package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts +0 -25
- package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/geocoding.service.d.ts +0 -18
- package/libs/feature/map/src/lib/geocoding.service.d.ts.map +0 -1
- package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts +0 -14
- package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/map-state-container/map-state-container.component.d.ts +0 -14
- package/libs/feature/map/src/lib/map-state-container/map-state-container.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/style/index.d.ts +0 -3
- package/libs/feature/map/src/lib/style/index.d.ts.map +0 -1
- package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts +0 -4
- package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts.map +0 -1
- package/libs/feature/map/src/lib/style/map-style.service.d.ts +0 -24
- package/libs/feature/map/src/lib/style/map-style.service.d.ts.map +0 -1
- package/libs/feature/map/src/lib/utils/index.d.ts +0 -2
- package/libs/feature/map/src/lib/utils/index.d.ts.map +0 -1
- package/libs/feature/map/src/lib/utils/map-utils.service.d.ts +0 -9
- package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +0 -1
- package/libs/feature/notifications/src/index.d.ts +0 -3
- package/libs/feature/notifications/src/index.d.ts.map +0 -1
- package/libs/feature/notifications/src/lib/notification.model.d.ts +0 -7
- package/libs/feature/notifications/src/lib/notification.model.d.ts.map +0 -1
- package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts +0 -12
- package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts.map +0 -1
- package/libs/feature/notifications/src/lib/notifications.service.d.ts +0 -15
- package/libs/feature/notifications/src/lib/notifications.service.d.ts.map +0 -1
- package/libs/feature/record/src/index.d.ts +0 -11
- package/libs/feature/record/src/index.d.ts.map +0 -1
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +0 -43
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts +0 -18
- package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts +0 -11
- package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts +0 -15
- package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts +0 -20
- package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/feature-record.module.d.ts +0 -10
- package/libs/feature/record/src/lib/feature-record.module.d.ts.map +0 -1
- package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts +0 -74
- package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts +0 -19
- package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +0 -65
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts +0 -14
- package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/state/index.d.ts +0 -3
- package/libs/feature/record/src/lib/state/index.d.ts.map +0 -1
- package/libs/feature/record/src/lib/state/mdview.actions.d.ts +0 -95
- package/libs/feature/record/src/lib/state/mdview.actions.d.ts.map +0 -1
- package/libs/feature/record/src/lib/state/mdview.effects.d.ts +0 -53
- package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +0 -1
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts +0 -64
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +0 -1
- package/libs/feature/record/src/lib/state/mdview.reducer.d.ts +0 -25
- package/libs/feature/record/src/lib/state/mdview.reducer.d.ts.map +0 -1
- package/libs/feature/record/src/lib/state/mdview.selectors.d.ts +0 -23
- package/libs/feature/record/src/lib/state/mdview.selectors.d.ts.map +0 -1
- package/libs/feature/router/src/index.d.ts +0 -2
- package/libs/feature/router/src/index.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.d.ts +0 -10
- package/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/constants.d.ts +0 -14
- package/libs/feature/router/src/lib/default/constants.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts +0 -12
- package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/index.d.ts +0 -9
- package/libs/feature/router/src/lib/default/index.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/router.config.d.ts +0 -11
- package/libs/feature/router/src/lib/default/router.config.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/router.module.d.ts +0 -16
- package/libs/feature/router/src/lib/default/router.module.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/router.service.d.ts +0 -15
- package/libs/feature/router/src/lib/default/router.service.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/services/router-search.service.d.ts +0 -18
- package/libs/feature/router/src/lib/default/services/router-search.service.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/state/query-params.utils.d.ts +0 -4
- package/libs/feature/router/src/lib/default/state/query-params.utils.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/state/router.actions.d.ts +0 -10
- package/libs/feature/router/src/lib/default/state/router.actions.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/state/router.effects.d.ts +0 -34
- package/libs/feature/router/src/lib/default/state/router.effects.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/state/router.facade.d.ts +0 -30
- package/libs/feature/router/src/lib/default/state/router.facade.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/state/router.selectors.d.ts +0 -4
- package/libs/feature/router/src/lib/default/state/router.selectors.d.ts.map +0 -1
- package/libs/feature/search/src/index.d.ts +0 -26
- package/libs/feature/search/src/index.d.ts.map +0 -1
- package/libs/feature/search/src/lib/constants.d.ts +0 -6
- package/libs/feature/search/src/lib/constants.d.ts.map +0 -1
- package/libs/feature/search/src/lib/facets/facets-container/facets-container.component.d.ts +0 -22
- package/libs/feature/search/src/lib/facets/facets-container/facets-container.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/facets/facets.service.d.ts +0 -49
- package/libs/feature/search/src/lib/facets/facets.service.d.ts.map +0 -1
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts +0 -37
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/feature-search.module.d.ts +0 -9
- package/libs/feature/search/src/lib/feature-search.module.d.ts.map +0 -1
- package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts +0 -29
- package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/filter-geometry.token.d.ts +0 -4
- package/libs/feature/search/src/lib/filter-geometry.token.d.ts.map +0 -1
- package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts +0 -41
- package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/record-url.token.d.ts +0 -5
- package/libs/feature/search/src/lib/record-url.token.d.ts.map +0 -1
- package/libs/feature/search/src/lib/records-metrics/records-metrics.component.d.ts +0 -19
- package/libs/feature/search/src/lib/records-metrics/records-metrics.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts +0 -22
- package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/results-layout/results-layout.component.d.ts +0 -16
- package/libs/feature/search/src/lib/results-layout/results-layout.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts +0 -36
- package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +0 -38
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts +0 -21
- package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.d.ts +0 -34
- package/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts +0 -22
- package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/state/actions.d.ts +0 -162
- package/libs/feature/search/src/lib/state/actions.d.ts.map +0 -1
- package/libs/feature/search/src/lib/state/container/search-state.container.directive.d.ts +0 -12
- package/libs/feature/search/src/lib/state/container/search-state.container.directive.d.ts.map +0 -1
- package/libs/feature/search/src/lib/state/effects.d.ts +0 -27
- package/libs/feature/search/src/lib/state/effects.d.ts.map +0 -1
- package/libs/feature/search/src/lib/state/reducer.d.ts +0 -41
- package/libs/feature/search/src/lib/state/reducer.d.ts.map +0 -1
- package/libs/feature/search/src/lib/state/search.facade.d.ts +0 -52
- package/libs/feature/search/src/lib/state/search.facade.d.ts.map +0 -1
- package/libs/feature/search/src/lib/state/selectors.d.ts +0 -24
- package/libs/feature/search/src/lib/state/selectors.d.ts.map +0 -1
- package/libs/feature/search/src/lib/utils/operators/search.operator.d.ts +0 -11
- package/libs/feature/search/src/lib/utils/operators/search.operator.d.ts.map +0 -1
- package/libs/feature/search/src/lib/utils/service/fields.d.ts +0 -135
- package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +0 -1
- package/libs/feature/search/src/lib/utils/service/fields.service.d.ts +0 -22
- package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +0 -1
- package/libs/feature/search/src/lib/utils/service/search.service.d.ts +0 -23
- package/libs/feature/search/src/lib/utils/service/search.service.d.ts.map +0 -1
- package/libs/ui/catalog/src/index.d.ts +0 -6
- package/libs/ui/catalog/src/index.d.ts.map +0 -1
- package/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.d.ts +0 -9
- package/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.d.ts.map +0 -1
- package/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.d.ts +0 -18
- package/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.d.ts.map +0 -1
- package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts +0 -12
- package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts.map +0 -1
- package/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.d.ts +0 -18
- package/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.d.ts.map +0 -1
- package/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.d.ts +0 -8
- package/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.d.ts.map +0 -1
- package/libs/ui/dataviz/src/index.d.ts +0 -5
- package/libs/ui/dataviz/src/index.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts +0 -30
- package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.d.ts +0 -14
- package/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts +0 -50
- package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/data-table/data-table.data.source.d.ts +0 -12
- package/libs/ui/dataviz/src/lib/data-table/data-table.data.source.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.d.ts +0 -10
- package/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts +0 -13
- package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts.map +0 -1
- package/libs/ui/elements/src/index.d.ts +0 -29
- package/libs/ui/elements/src/index.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts +0 -24
- package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/application-banner/application-banner.component.d.ts +0 -16
- package/libs/ui/elements/src/lib/application-banner/application-banner.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/avatar/avatar.component.d.ts +0 -9
- package/libs/ui/elements/src/lib/avatar/avatar.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts +0 -20
- package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/content-ghost/content-ghost.component.d.ts +0 -8
- package/libs/ui/elements/src/lib/content-ghost/content-ghost.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts +0 -21
- package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +0 -32
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/error/error.component.d.ts +0 -18
- package/libs/ui/elements/src/lib/error/error.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts +0 -19
- package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts +0 -16
- package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/image-input/image-input.component.d.ts +0 -46
- package/libs/ui/elements/src/lib/image-input/image-input.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts +0 -10
- package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts +0 -30
- package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts +0 -14
- package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts +0 -13
- package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts +0 -9
- package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.d.ts +0 -7
- package/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.d.ts +0 -15
- package/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/metadata-info/linkify.directive.d.ts +0 -15
- package/libs/ui/elements/src/lib/metadata-info/linkify.directive.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +0 -33
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts +0 -21
- package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.d.ts +0 -14
- package/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/notification/notification.component.d.ts +0 -14
- package/libs/ui/elements/src/lib/notification/notification.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +0 -33
- package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts +0 -27
- package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts +0 -31
- package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts +0 -29
- package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts +0 -11
- package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts +0 -21
- package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/user-preview/user-preview.component.d.ts +0 -10
- package/libs/ui/elements/src/lib/user-preview/user-preview.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/index.d.ts +0 -27
- package/libs/ui/inputs/src/index.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts +0 -74
- package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/badge/badge.component.d.ts +0 -11
- package/libs/ui/inputs/src/lib/badge/badge.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/button/button.component.d.ts +0 -14
- package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts +0 -13
- package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/checkbox/checkbox.component.d.ts +0 -13
- package/libs/ui/inputs/src/lib/checkbox/checkbox.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.d.ts +0 -11
- package/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts +0 -9
- package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.d.ts +0 -20
- package/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts +0 -11
- package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.d.ts +0 -14
- package/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts +0 -46
- package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.d.ts +0 -5
- package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts +0 -41
- package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.d.ts +0 -5
- package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts +0 -15
- package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts +0 -25
- package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts +0 -14
- package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts +0 -14
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts +0 -6
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts +0 -18
- package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/search-input/search-input.component.d.ts +0 -13
- package/libs/ui/inputs/src/lib/search-input/search-input.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts +0 -13
- package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts +0 -18
- package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts +0 -19
- package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts +0 -19
- package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts +0 -25
- package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.d.ts +0 -18
- package/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.d.ts.map +0 -1
- package/libs/ui/layout/src/index.d.ts +0 -20
- package/libs/ui/layout/src/index.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts +0 -26
- package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts +0 -35
- package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts +0 -27
- package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/cell-popin/cell-popin.component.d.ts +0 -28
- package/libs/ui/layout/src/lib/cell-popin/cell-popin.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts +0 -20
- package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.d.ts +0 -10
- package/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts +0 -8
- package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts +0 -15
- package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts +0 -20
- package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/max-lines/max-lines.component.d.ts +0 -20
- package/libs/ui/layout/src/lib/max-lines/max-lines.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts +0 -20
- package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/paginable.interface.d.ts +0 -15
- package/libs/ui/layout/src/lib/paginable.interface.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/pagination/pagination.component.d.ts +0 -11
- package/libs/ui/layout/src/lib/pagination/pagination.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.d.ts +0 -9
- package/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.d.ts +0 -10
- package/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts +0 -8
- package/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts +0 -14
- package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/sticky-header/sticky-header.component.d.ts +0 -37
- package/libs/ui/layout/src/lib/sticky-header/sticky-header.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts +0 -22
- package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts.map +0 -1
- package/libs/ui/map/src/index.d.ts +0 -7
- package/libs/ui/map/src/index.d.ts.map +0 -1
- package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts +0 -13
- package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts.map +0 -1
- package/libs/ui/map/src/lib/components/map-container/map-container.component.d.ts +0 -39
- package/libs/ui/map/src/lib/components/map-container/map-container.component.d.ts.map +0 -1
- package/libs/ui/map/src/lib/components/map-container/map-settings.token.d.ts +0 -18
- package/libs/ui/map/src/lib/components/map-container/map-settings.token.d.ts.map +0 -1
- package/libs/ui/map/src/lib/components/map-legend/map-legend.component.d.ts +0 -12
- package/libs/ui/map/src/lib/components/map-legend/map-legend.component.d.ts.map +0 -1
- package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts +0 -15
- package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts.map +0 -1
- package/libs/ui/map/src/lib/map-utils.d.ts +0 -7
- package/libs/ui/map/src/lib/map-utils.d.ts.map +0 -1
- package/libs/ui/search/src/index.d.ts +0 -21
- package/libs/ui/search/src/index.d.ts.map +0 -1
- package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts +0 -34
- package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts +0 -16
- package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts +0 -19
- package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/facets/facets.model.d.ts +0 -27
- package/libs/ui/search/src/lib/facets/facets.model.d.ts.map +0 -1
- package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts +0 -5
- package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts.map +0 -1
- package/libs/ui/search/src/lib/facets/fixtures/index.d.ts +0 -2
- package/libs/ui/search/src/lib/facets/fixtures/index.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts +0 -12
- package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts +0 -27
- package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts +0 -7
- package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts +0 -18
- package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts +0 -7
- package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts +0 -12
- package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts +0 -7
- package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts +0 -7
- package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts +0 -8
- package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts +0 -17
- package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts +0 -13
- package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-list/results-list.component.d.ts +0 -17
- package/libs/ui/search/src/lib/results-list/results-list.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts +0 -24
- package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts +0 -27
- package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +0 -53
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +0 -1
- package/libs/ui/widgets/src/index.d.ts +0 -7
- package/libs/ui/widgets/src/index.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/color-scale/color-scale.component.d.ts +0 -6
- package/libs/ui/widgets/src/lib/color-scale/color-scale.component.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.d.ts +0 -7
- package/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/popover/popover.component.d.ts +0 -19
- package/libs/ui/widgets/src/lib/popover/popover.component.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts +0 -19
- package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.d.ts +0 -16
- package/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.d.ts +0 -6
- package/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.d.ts.map +0 -1
- package/libs/util/app-config/src/index.d.ts +0 -5
- package/libs/util/app-config/src/index.d.ts.map +0 -1
- package/libs/util/app-config/src/lib/app-config.d.ts +0 -26
- package/libs/util/app-config/src/lib/app-config.d.ts.map +0 -1
- package/libs/util/app-config/src/lib/fixtures.d.ts +0 -10
- package/libs/util/app-config/src/lib/fixtures.d.ts.map +0 -1
- package/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.d.ts +0 -10
- package/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.d.ts.map +0 -1
- package/libs/util/app-config/src/lib/map-layers.d.ts +0 -4
- package/libs/util/app-config/src/lib/map-layers.d.ts.map +0 -1
- package/libs/util/app-config/src/lib/model.d.ts +0 -71
- package/libs/util/app-config/src/lib/model.d.ts.map +0 -1
- package/libs/util/app-config/src/lib/parse-utils.d.ts +0 -19
- package/libs/util/app-config/src/lib/parse-utils.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/index.d.ts +0 -7
- package/libs/util/data-fetcher/src/index.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts +0 -23
- package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/headers.d.ts +0 -3
- package/libs/util/data-fetcher/src/lib/headers.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/model.d.ts +0 -68
- package/libs/util/data-fetcher/src/lib/model.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/base-cache.d.ts +0 -8
- package/libs/util/data-fetcher/src/lib/readers/base-cache.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/base-file.d.ts +0 -16
- package/libs/util/data-fetcher/src/lib/readers/base-file.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/base.d.ts +0 -24
- package/libs/util/data-fetcher/src/lib/readers/base.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/csv.d.ts +0 -13
- package/libs/util/data-fetcher/src/lib/readers/csv.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/excel.d.ts +0 -18
- package/libs/util/data-fetcher/src/lib/readers/excel.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/geojson.d.ts +0 -18
- package/libs/util/data-fetcher/src/lib/readers/geojson.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/gml.d.ts +0 -19
- package/libs/util/data-fetcher/src/lib/readers/gml.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/json.d.ts +0 -17
- package/libs/util/data-fetcher/src/lib/readers/json.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts +0 -25
- package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/sql-utils.d.ts +0 -13
- package/libs/util/data-fetcher/src/lib/sql-utils.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/utils.d.ts +0 -26
- package/libs/util/data-fetcher/src/lib/utils.d.ts.map +0 -1
- package/libs/util/i18n/src/index.d.ts +0 -8
- package/libs/util/i18n/src/index.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/embedded.translate.loader.d.ts +0 -6
- package/libs/util/i18n/src/lib/embedded.translate.loader.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/file.translate.loader.d.ts +0 -9
- package/libs/util/i18n/src/lib/file.translate.loader.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/i18n.constants.d.ts +0 -12
- package/libs/util/i18n/src/lib/i18n.constants.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/i18n.interceptor.d.ts +0 -12
- package/libs/util/i18n/src/lib/i18n.interceptor.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/i18n.providers.d.ts +0 -4
- package/libs/util/i18n/src/lib/i18n.providers.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/language-codes.d.ts +0 -94
- package/libs/util/i18n/src/lib/language-codes.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/translate.loader.utils.d.ts +0 -2
- package/libs/util/i18n/src/lib/translate.loader.utils.d.ts.map +0 -1
- package/libs/util/shared/src/index.d.ts +0 -7
- package/libs/util/shared/src/index.d.ts.map +0 -1
- package/libs/util/shared/src/lib/gn-ui-version.d.ts +0 -3
- package/libs/util/shared/src/lib/gn-ui-version.d.ts.map +0 -1
- package/libs/util/shared/src/lib/image-fallback.directive.d.ts +0 -11
- package/libs/util/shared/src/lib/image-fallback.directive.d.ts.map +0 -1
- package/libs/util/shared/src/lib/links/index.d.ts +0 -3
- package/libs/util/shared/src/lib/links/index.d.ts.map +0 -1
- package/libs/util/shared/src/lib/links/link-classifier.service.d.ts +0 -18
- package/libs/util/shared/src/lib/links/link-classifier.service.d.ts.map +0 -1
- package/libs/util/shared/src/lib/links/link-utils.d.ts +0 -145
- package/libs/util/shared/src/lib/links/link-utils.d.ts.map +0 -1
- package/libs/util/shared/src/lib/record/index.d.ts +0 -3
- package/libs/util/shared/src/lib/record/index.d.ts.map +0 -1
- package/libs/util/shared/src/lib/record/quality-score.util.d.ts +0 -13
- package/libs/util/shared/src/lib/record/quality-score.util.d.ts.map +0 -1
- package/libs/util/shared/src/lib/record/record.util.d.ts +0 -3
- package/libs/util/shared/src/lib/record/record.util.d.ts.map +0 -1
- package/libs/util/shared/src/lib/services/date.service.d.ts +0 -13
- package/libs/util/shared/src/lib/services/date.service.d.ts.map +0 -1
- package/libs/util/shared/src/lib/services/index.d.ts +0 -5
- package/libs/util/shared/src/lib/services/index.d.ts.map +0 -1
- package/libs/util/shared/src/lib/services/log.service.d.ts +0 -9
- package/libs/util/shared/src/lib/services/log.service.d.ts.map +0 -1
- package/libs/util/shared/src/lib/services/proxy.service.d.ts +0 -19
- package/libs/util/shared/src/lib/services/proxy.service.d.ts.map +0 -1
- package/libs/util/shared/src/lib/services/theme.service.d.ts +0 -11
- package/libs/util/shared/src/lib/services/theme.service.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/bytes-convert.d.ts +0 -3
- package/libs/util/shared/src/lib/utils/bytes-convert.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/event.d.ts +0 -7
- package/libs/util/shared/src/lib/utils/event.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/format-fields.d.ts +0 -2
- package/libs/util/shared/src/lib/utils/format-fields.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/fuzzy-filter.d.ts +0 -9
- package/libs/util/shared/src/lib/utils/fuzzy-filter.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/geojson.d.ts +0 -8
- package/libs/util/shared/src/lib/utils/geojson.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/image-resize.d.ts +0 -3
- package/libs/util/shared/src/lib/utils/image-resize.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/index.d.ts +0 -16
- package/libs/util/shared/src/lib/utils/index.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/mobile-screen.d.ts +0 -2
- package/libs/util/shared/src/lib/utils/mobile-screen.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/no-duplicate-file-name.d.ts +0 -2
- package/libs/util/shared/src/lib/utils/no-duplicate-file-name.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/parse.d.ts +0 -6
- package/libs/util/shared/src/lib/utils/parse.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/remove-whitespace.d.ts +0 -2
- package/libs/util/shared/src/lib/utils/remove-whitespace.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/scroll.d.ts +0 -12
- package/libs/util/shared/src/lib/utils/scroll.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/sort-by.d.ts +0 -5
- package/libs/util/shared/src/lib/utils/sort-by.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/strip-html.d.ts +0 -2
- package/libs/util/shared/src/lib/utils/strip-html.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts +0 -9
- package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/url.d.ts +0 -7
- package/libs/util/shared/src/lib/utils/url.d.ts.map +0 -1
- package/src/libs/common/domain/src/lib/index.ts +0 -2
- package/src/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.ts +0 -54
|
@@ -1,1879 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { AssociatedRecordApiModel, BatchEditParameterApiModel } from '../model/models';
|
|
4
|
-
import { ExtentDtoApiModel } from '../model/models';
|
|
5
|
-
import { FeatureResponseApiModel } from '../model/models';
|
|
6
|
-
import { IProcessingReportApiModel } from '../model/models';
|
|
7
|
-
import { MetadataBatchApproveParameterApiModel } from '../model/models';
|
|
8
|
-
import { MetadataBatchSubmitParameterApiModel } from '../model/models';
|
|
9
|
-
import { MetadataCategoryApiModel } from '../model/models';
|
|
10
|
-
import { MetadataProcessingReportApiModel } from '../model/models';
|
|
11
|
-
import { MetadataResourceApiModel } from '../model/models';
|
|
12
|
-
import { MetadataStatusParameterApiModel } from '../model/models';
|
|
13
|
-
import { PublicationOptionApiModel } from '../model/models';
|
|
14
|
-
import { RelatedResponseApiModel } from '../model/models';
|
|
15
|
-
import { ReportsApiModel } from '../model/models';
|
|
16
|
-
import { SavedQueryApiModel } from '../model/models';
|
|
17
|
-
import { SharingParameterApiModel } from '../model/models';
|
|
18
|
-
import { SharingResponseApiModel } from '../model/models';
|
|
19
|
-
import { SimpleMetadataProcessingReportApiModel } from '../model/models';
|
|
20
|
-
import { SuggestionTypeApiModel } from '../model/models';
|
|
21
|
-
import { Configuration } from '../configuration';
|
|
22
|
-
import * as i0 from "@angular/core";
|
|
23
|
-
export declare class RecordsApiService {
|
|
24
|
-
protected httpClient: HttpClient;
|
|
25
|
-
protected basePath: string;
|
|
26
|
-
defaultHeaders: HttpHeaders;
|
|
27
|
-
configuration: Configuration;
|
|
28
|
-
encoder: HttpParameterCodec;
|
|
29
|
-
constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
|
|
30
|
-
/**
|
|
31
|
-
* @param consumes string[] mime-types
|
|
32
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
33
|
-
*/
|
|
34
|
-
private canConsumeForm;
|
|
35
|
-
private addToHttpParams;
|
|
36
|
-
private addToHttpParamsRecursive;
|
|
37
|
-
/**
|
|
38
|
-
* Add element
|
|
39
|
-
* @param metadataUuid Record UUID.
|
|
40
|
-
* @param ref Reference of the insertion point.
|
|
41
|
-
* @param name Name of the element to add (with prefix)
|
|
42
|
-
* @param child Use geonet:attribute for attributes or child name.
|
|
43
|
-
* @param displayAttributes Should attributes be shown on the editor snippet?
|
|
44
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
45
|
-
* @param reportProgress flag to report request and response progress.
|
|
46
|
-
*/
|
|
47
|
-
addElement(metadataUuid: string, ref: string, name: string, child?: string, displayAttributes?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
48
|
-
httpHeaderAccept?: 'application/json';
|
|
49
|
-
}): Observable<any>;
|
|
50
|
-
addElement(metadataUuid: string, ref: string, name: string, child?: string, displayAttributes?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
51
|
-
httpHeaderAccept?: 'application/json';
|
|
52
|
-
}): Observable<HttpResponse<any>>;
|
|
53
|
-
addElement(metadataUuid: string, ref: string, name: string, child?: string, displayAttributes?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
54
|
-
httpHeaderAccept?: 'application/json';
|
|
55
|
-
}): Observable<HttpEvent<any>>;
|
|
56
|
-
/**
|
|
57
|
-
* Reorder element
|
|
58
|
-
* @param metadataUuid Record UUID.
|
|
59
|
-
* @param ref Reference of the element to move.
|
|
60
|
-
* @param direction Direction
|
|
61
|
-
* @param displayAttributes Should attributes be shown on the editor snippet?
|
|
62
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
63
|
-
* @param reportProgress flag to report request and response progress.
|
|
64
|
-
*/
|
|
65
|
-
addElement1(metadataUuid: string, ref: string, direction: 'up' | 'down', displayAttributes?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
66
|
-
httpHeaderAccept?: 'application/json';
|
|
67
|
-
}): Observable<any>;
|
|
68
|
-
addElement1(metadataUuid: string, ref: string, direction: 'up' | 'down', displayAttributes?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
69
|
-
httpHeaderAccept?: 'application/json';
|
|
70
|
-
}): Observable<HttpResponse<any>>;
|
|
71
|
-
addElement1(metadataUuid: string, ref: string, direction: 'up' | 'down', displayAttributes?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
72
|
-
httpHeaderAccept?: 'application/json';
|
|
73
|
-
}): Observable<HttpEvent<any>>;
|
|
74
|
-
/**
|
|
75
|
-
* Add samples
|
|
76
|
-
* Add sample records for one or more schemas. Samples are defined for each standard in the samples folder as MEF files.
|
|
77
|
-
* @param schema Schema identifiers
|
|
78
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
79
|
-
* @param reportProgress flag to report request and response progress.
|
|
80
|
-
*/
|
|
81
|
-
addSamples(schema: Array<string>, observe?: 'body', reportProgress?: boolean, options?: {
|
|
82
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
83
|
-
}): Observable<SimpleMetadataProcessingReportApiModel>;
|
|
84
|
-
addSamples(schema: Array<string>, observe?: 'response', reportProgress?: boolean, options?: {
|
|
85
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
86
|
-
}): Observable<HttpResponse<SimpleMetadataProcessingReportApiModel>>;
|
|
87
|
-
addSamples(schema: Array<string>, observe?: 'events', reportProgress?: boolean, options?: {
|
|
88
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
89
|
-
}): Observable<HttpEvent<SimpleMetadataProcessingReportApiModel>>;
|
|
90
|
-
/**
|
|
91
|
-
* Add templates
|
|
92
|
-
* Add template records for one or more schemas. Templates are defined for each standard in the template folder as XML files. Template may also contains subtemplates.
|
|
93
|
-
* @param schema Schema identifiers
|
|
94
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
95
|
-
* @param reportProgress flag to report request and response progress.
|
|
96
|
-
*/
|
|
97
|
-
addTemplates(schema: Array<string>, observe?: 'body', reportProgress?: boolean, options?: {
|
|
98
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
99
|
-
}): Observable<SimpleMetadataProcessingReportApiModel>;
|
|
100
|
-
addTemplates(schema: Array<string>, observe?: 'response', reportProgress?: boolean, options?: {
|
|
101
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
102
|
-
}): Observable<HttpResponse<SimpleMetadataProcessingReportApiModel>>;
|
|
103
|
-
addTemplates(schema: Array<string>, observe?: 'events', reportProgress?: boolean, options?: {
|
|
104
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
105
|
-
}): Observable<HttpEvent<SimpleMetadataProcessingReportApiModel>>;
|
|
106
|
-
/**
|
|
107
|
-
* Apply a saved query for this metadata
|
|
108
|
-
* All parameters will be substituted to the XPath query. eg. {{protocol}} in the XPath expression will be replaced by the protocol parameter provided in the request body.
|
|
109
|
-
* @param metadataUuid The metadata UUID
|
|
110
|
-
* @param savedQuery The saved query to apply
|
|
111
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
112
|
-
* @param reportProgress flag to report request and response progress.
|
|
113
|
-
*/
|
|
114
|
-
applyQuery(metadataUuid: string, savedQuery: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
115
|
-
httpHeaderAccept?: 'application/json';
|
|
116
|
-
}): Observable<{
|
|
117
|
-
[key: string]: string;
|
|
118
|
-
}>;
|
|
119
|
-
applyQuery(metadataUuid: string, savedQuery: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
120
|
-
httpHeaderAccept?: 'application/json';
|
|
121
|
-
}): Observable<HttpResponse<{
|
|
122
|
-
[key: string]: string;
|
|
123
|
-
}>>;
|
|
124
|
-
applyQuery(metadataUuid: string, savedQuery: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
125
|
-
httpHeaderAccept?: 'application/json';
|
|
126
|
-
}): Observable<HttpEvent<{
|
|
127
|
-
[key: string]: string;
|
|
128
|
-
}>>;
|
|
129
|
-
/**
|
|
130
|
-
* Set the records status to approved
|
|
131
|
-
* @param metadataBatchApproveParameterApiModel
|
|
132
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
133
|
-
* @param reportProgress flag to report request and response progress.
|
|
134
|
-
*/
|
|
135
|
-
approve(metadataBatchApproveParameterApiModel: MetadataBatchApproveParameterApiModel, observe?: 'body', reportProgress?: boolean, options?: {
|
|
136
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
137
|
-
}): Observable<MetadataProcessingReportApiModel>;
|
|
138
|
-
approve(metadataBatchApproveParameterApiModel: MetadataBatchApproveParameterApiModel, observe?: 'response', reportProgress?: boolean, options?: {
|
|
139
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
140
|
-
}): Observable<HttpResponse<MetadataProcessingReportApiModel>>;
|
|
141
|
-
approve(metadataBatchApproveParameterApiModel: MetadataBatchApproveParameterApiModel, observe?: 'events', reportProgress?: boolean, options?: {
|
|
142
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
143
|
-
}): Observable<HttpEvent<MetadataProcessingReportApiModel>>;
|
|
144
|
-
/**
|
|
145
|
-
* Edit a set of records by XPath expressions. This operations applies the update-fixed-info.xsl transformation for the metadata schema and updates the change date if the parameter updateDateStamp is set to true.
|
|
146
|
-
* @param batchEditParameterApiModel
|
|
147
|
-
* @param uuids Record UUIDs. If null current selection is used.
|
|
148
|
-
* @param bucket Selection bucket name
|
|
149
|
-
* @param updateDateStamp If true updates the DateStamp (or equivalent in standards different to ISO 19139) field in the metadata with the current timestamp
|
|
150
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
151
|
-
* @param reportProgress flag to report request and response progress.
|
|
152
|
-
*/
|
|
153
|
-
batchEdit(batchEditParameterApiModel: Array<BatchEditParameterApiModel>, uuids?: Array<string>, bucket?: string, updateDateStamp?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
154
|
-
httpHeaderAccept?: 'application/json';
|
|
155
|
-
}): Observable<IProcessingReportApiModel>;
|
|
156
|
-
batchEdit(batchEditParameterApiModel: Array<BatchEditParameterApiModel>, uuids?: Array<string>, bucket?: string, updateDateStamp?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
157
|
-
httpHeaderAccept?: 'application/json';
|
|
158
|
-
}): Observable<HttpResponse<IProcessingReportApiModel>>;
|
|
159
|
-
batchEdit(batchEditParameterApiModel: Array<BatchEditParameterApiModel>, uuids?: Array<string>, bucket?: string, updateDateStamp?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
160
|
-
httpHeaderAccept?: 'application/json';
|
|
161
|
-
}): Observable<HttpEvent<IProcessingReportApiModel>>;
|
|
162
|
-
/**
|
|
163
|
-
* Cancel edits
|
|
164
|
-
* Cancel current editing session.
|
|
165
|
-
* @param metadataUuid Record UUID.
|
|
166
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
167
|
-
* @param reportProgress flag to report request and response progress.
|
|
168
|
-
*/
|
|
169
|
-
cancelEdits(metadataUuid: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
170
|
-
httpHeaderAccept?: 'application/json';
|
|
171
|
-
}): Observable<any>;
|
|
172
|
-
cancelEdits(metadataUuid: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
173
|
-
httpHeaderAccept?: 'application/json';
|
|
174
|
-
}): Observable<HttpResponse<any>>;
|
|
175
|
-
cancelEdits(metadataUuid: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
176
|
-
httpHeaderAccept?: 'application/json';
|
|
177
|
-
}): Observable<HttpEvent<any>>;
|
|
178
|
-
/**
|
|
179
|
-
* Check that a record can be submitted to DataCite for DOI creation. DataCite requires some fields to be populated.
|
|
180
|
-
* @param metadataUuid Record UUID.
|
|
181
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
182
|
-
* @param reportProgress flag to report request and response progress.
|
|
183
|
-
*/
|
|
184
|
-
checkDoiStatus(metadataUuid: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
185
|
-
httpHeaderAccept?: 'application/json';
|
|
186
|
-
}): Observable<{
|
|
187
|
-
[key: string]: boolean;
|
|
188
|
-
}>;
|
|
189
|
-
checkDoiStatus(metadataUuid: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
190
|
-
httpHeaderAccept?: 'application/json';
|
|
191
|
-
}): Observable<HttpResponse<{
|
|
192
|
-
[key: string]: boolean;
|
|
193
|
-
}>>;
|
|
194
|
-
checkDoiStatus(metadataUuid: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
195
|
-
httpHeaderAccept?: 'application/json';
|
|
196
|
-
}): Observable<HttpEvent<{
|
|
197
|
-
[key: string]: boolean;
|
|
198
|
-
}>>;
|
|
199
|
-
/**
|
|
200
|
-
* Check the DOI URL created based on current configuration and pattern.
|
|
201
|
-
* @param metadataUuid Record UUID.
|
|
202
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
203
|
-
* @param reportProgress flag to report request and response progress.
|
|
204
|
-
*/
|
|
205
|
-
checkDoiUrl(metadataUuid: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
206
|
-
httpHeaderAccept?: 'application/json' | 'text/plain';
|
|
207
|
-
}): Observable<string>;
|
|
208
|
-
checkDoiUrl(metadataUuid: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
209
|
-
httpHeaderAccept?: 'application/json' | 'text/plain';
|
|
210
|
-
}): Observable<HttpResponse<string>>;
|
|
211
|
-
checkDoiUrl(metadataUuid: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
212
|
-
httpHeaderAccept?: 'application/json' | 'text/plain';
|
|
213
|
-
}): Observable<HttpEvent<string>>;
|
|
214
|
-
/**
|
|
215
|
-
* Check the status of validation with the INSPIRE service.
|
|
216
|
-
* User MUST be able to edit the record to validate it. An INSPIRE endpoint must be configured in Settings. If the process is complete an object with status is returned.
|
|
217
|
-
* @param testId Test identifier
|
|
218
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
219
|
-
* @param reportProgress flag to report request and response progress.
|
|
220
|
-
*/
|
|
221
|
-
checkValidation(testId: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
222
|
-
httpHeaderAccept?: 'application/json';
|
|
223
|
-
}): Observable<{
|
|
224
|
-
[key: string]: string;
|
|
225
|
-
}>;
|
|
226
|
-
checkValidation(testId: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
227
|
-
httpHeaderAccept?: 'application/json';
|
|
228
|
-
}): Observable<HttpResponse<{
|
|
229
|
-
[key: string]: string;
|
|
230
|
-
}>>;
|
|
231
|
-
checkValidation(testId: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
232
|
-
httpHeaderAccept?: 'application/json';
|
|
233
|
-
}): Observable<HttpEvent<{
|
|
234
|
-
[key: string]: string;
|
|
235
|
-
}>>;
|
|
236
|
-
/**
|
|
237
|
-
* Clear validation status of one or more records
|
|
238
|
-
* @param uuids Record UUIDs. If null current selection is used.
|
|
239
|
-
* @param bucket Selection bucket name
|
|
240
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
241
|
-
* @param reportProgress flag to report request and response progress.
|
|
242
|
-
*/
|
|
243
|
-
cleanValidationStatus(uuids?: Array<string>, bucket?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
244
|
-
httpHeaderAccept?: 'application/json';
|
|
245
|
-
}): Observable<SimpleMetadataProcessingReportApiModel>;
|
|
246
|
-
cleanValidationStatus(uuids?: Array<string>, bucket?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
247
|
-
httpHeaderAccept?: 'application/json';
|
|
248
|
-
}): Observable<HttpResponse<SimpleMetadataProcessingReportApiModel>>;
|
|
249
|
-
cleanValidationStatus(uuids?: Array<string>, bucket?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
250
|
-
httpHeaderAccept?: 'application/json';
|
|
251
|
-
}): Observable<HttpEvent<SimpleMetadataProcessingReportApiModel>>;
|
|
252
|
-
/**
|
|
253
|
-
* Close a record task
|
|
254
|
-
* @param metadataUuid Record UUID.
|
|
255
|
-
* @param statusId Status identifier
|
|
256
|
-
* @param userId User identifier
|
|
257
|
-
* @param changeDate Change date
|
|
258
|
-
* @param closeDate Close date
|
|
259
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
260
|
-
* @param reportProgress flag to report request and response progress.
|
|
261
|
-
*/
|
|
262
|
-
closeTask(metadataUuid: string, statusId: number, userId: number, changeDate: string, closeDate: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
263
|
-
httpHeaderAccept?: 'application/json';
|
|
264
|
-
}): Observable<any>;
|
|
265
|
-
closeTask(metadataUuid: string, statusId: number, userId: number, changeDate: string, closeDate: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
266
|
-
httpHeaderAccept?: 'application/json';
|
|
267
|
-
}): Observable<HttpResponse<any>>;
|
|
268
|
-
closeTask(metadataUuid: string, statusId: number, userId: number, changeDate: string, closeDate: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
269
|
-
httpHeaderAccept?: 'application/json';
|
|
270
|
-
}): Observable<HttpEvent<any>>;
|
|
271
|
-
/**
|
|
272
|
-
* Create a new record
|
|
273
|
-
* Create a record from a template or by copying an existing record.Return the UUID of the newly created record. Existing links in the source record are preserved, this means that the new record may contains link to the source attachments. They need to be manually updated after creation.
|
|
274
|
-
* @param sourceUuid UUID of the source record to copy.
|
|
275
|
-
* @param group The group the record is attached to.
|
|
276
|
-
* @param metadataType The type of record.
|
|
277
|
-
* @param targetUuid Assign a custom UUID. If this UUID already exist an error is returned. This is enabled only if metadata create / generate UUID settings is activated.
|
|
278
|
-
* @param allowEditGroupMembers Is editable by group members with editor profile? If not, only the author and administrator can edit the record.
|
|
279
|
-
* @param category Tags to assign to the record.
|
|
280
|
-
* @param hasCategoryOfSource Copy categories from source?
|
|
281
|
-
* @param isChildOfSource Is child of the record to copy?
|
|
282
|
-
* @param hasAttachmentsOfSource Copy attachments from source?
|
|
283
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
284
|
-
* @param reportProgress flag to report request and response progress.
|
|
285
|
-
*/
|
|
286
|
-
create(sourceUuid: string, group: string, metadataType?: 'METADATA' | 'TEMPLATE' | 'SUB_TEMPLATE' | 'TEMPLATE_OF_SUB_TEMPLATE', targetUuid?: string, allowEditGroupMembers?: boolean, category?: Array<string>, hasCategoryOfSource?: boolean, isChildOfSource?: boolean, hasAttachmentsOfSource?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
287
|
-
httpHeaderAccept?: 'application/json';
|
|
288
|
-
httpContentTypeSelected?: 'application/json;charset=UTF-8';
|
|
289
|
-
}): Observable<string>;
|
|
290
|
-
create(sourceUuid: string, group: string, metadataType?: 'METADATA' | 'TEMPLATE' | 'SUB_TEMPLATE' | 'TEMPLATE_OF_SUB_TEMPLATE', targetUuid?: string, allowEditGroupMembers?: boolean, category?: Array<string>, hasCategoryOfSource?: boolean, isChildOfSource?: boolean, hasAttachmentsOfSource?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
291
|
-
httpHeaderAccept?: 'application/json';
|
|
292
|
-
httpContentTypeSelected?: 'application/json;charset=UTF-8';
|
|
293
|
-
}): Observable<HttpResponse<string>>;
|
|
294
|
-
create(sourceUuid: string, group: string, metadataType?: 'METADATA' | 'TEMPLATE' | 'SUB_TEMPLATE' | 'TEMPLATE_OF_SUB_TEMPLATE', targetUuid?: string, allowEditGroupMembers?: boolean, category?: Array<string>, hasCategoryOfSource?: boolean, isChildOfSource?: boolean, hasAttachmentsOfSource?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
295
|
-
httpHeaderAccept?: 'application/json';
|
|
296
|
-
httpContentTypeSelected?: 'application/json;charset=UTF-8';
|
|
297
|
-
}): Observable<HttpEvent<string>>;
|
|
298
|
-
/**
|
|
299
|
-
* Submit a record to the Datacite metadata store in order to create a DOI.
|
|
300
|
-
* @param metadataUuid Record UUID.
|
|
301
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
302
|
-
* @param reportProgress flag to report request and response progress.
|
|
303
|
-
*/
|
|
304
|
-
createDoi(metadataUuid: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
305
|
-
httpHeaderAccept?: 'application/json';
|
|
306
|
-
}): Observable<{
|
|
307
|
-
[key: string]: string;
|
|
308
|
-
}>;
|
|
309
|
-
createDoi(metadataUuid: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
310
|
-
httpHeaderAccept?: 'application/json';
|
|
311
|
-
}): Observable<HttpResponse<{
|
|
312
|
-
[key: string]: string;
|
|
313
|
-
}>>;
|
|
314
|
-
createDoi(metadataUuid: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
315
|
-
httpHeaderAccept?: 'application/json';
|
|
316
|
-
}): Observable<HttpEvent<{
|
|
317
|
-
[key: string]: string;
|
|
318
|
-
}>>;
|
|
319
|
-
/**
|
|
320
|
-
* Delete a metadata resource
|
|
321
|
-
* @param metadataUuid The metadata UUID
|
|
322
|
-
* @param resourceId The resource identifier (ie. filename)
|
|
323
|
-
* @param approved Use approved version or not
|
|
324
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
325
|
-
* @param reportProgress flag to report request and response progress.
|
|
326
|
-
*/
|
|
327
|
-
delResource(metadataUuid: string, resourceId: string, approved?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
328
|
-
httpHeaderAccept?: 'application/json';
|
|
329
|
-
}): Observable<any>;
|
|
330
|
-
delResource(metadataUuid: string, resourceId: string, approved?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
331
|
-
httpHeaderAccept?: 'application/json';
|
|
332
|
-
}): Observable<HttpResponse<any>>;
|
|
333
|
-
delResource(metadataUuid: string, resourceId: string, approved?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
334
|
-
httpHeaderAccept?: 'application/json';
|
|
335
|
-
}): Observable<HttpEvent<any>>;
|
|
336
|
-
/**
|
|
337
|
-
* Delete all uploaded metadata resources
|
|
338
|
-
* @param metadataUuid The metadata UUID
|
|
339
|
-
* @param approved Use approved version or not
|
|
340
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
341
|
-
* @param reportProgress flag to report request and response progress.
|
|
342
|
-
*/
|
|
343
|
-
delResources(metadataUuid: string, approved?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
344
|
-
httpHeaderAccept?: 'application/json';
|
|
345
|
-
}): Observable<any>;
|
|
346
|
-
delResources(metadataUuid: string, approved?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
347
|
-
httpHeaderAccept?: 'application/json';
|
|
348
|
-
}): Observable<HttpResponse<any>>;
|
|
349
|
-
delResources(metadataUuid: string, approved?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
350
|
-
httpHeaderAccept?: 'application/json';
|
|
351
|
-
}): Observable<HttpEvent<any>>;
|
|
352
|
-
/**
|
|
353
|
-
* Delete all record status
|
|
354
|
-
* @param metadataUuid Record UUID.
|
|
355
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
356
|
-
* @param reportProgress flag to report request and response progress.
|
|
357
|
-
*/
|
|
358
|
-
deleteAllRecordStatus(metadataUuid: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
359
|
-
httpHeaderAccept?: 'application/json';
|
|
360
|
-
}): Observable<any>;
|
|
361
|
-
deleteAllRecordStatus(metadataUuid: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
362
|
-
httpHeaderAccept?: 'application/json';
|
|
363
|
-
}): Observable<HttpResponse<any>>;
|
|
364
|
-
deleteAllRecordStatus(metadataUuid: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
365
|
-
httpHeaderAccept?: 'application/json';
|
|
366
|
-
}): Observable<HttpEvent<any>>;
|
|
367
|
-
/**
|
|
368
|
-
* Delete attribute
|
|
369
|
-
* @param metadataUuid Record UUID.
|
|
370
|
-
* @param ref Reference of the attribute to remove.
|
|
371
|
-
* @param displayAttributes Should attributes be shown on the editor snippet?
|
|
372
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
373
|
-
* @param reportProgress flag to report request and response progress.
|
|
374
|
-
*/
|
|
375
|
-
deleteAttribute(metadataUuid: string, ref: string, displayAttributes?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
376
|
-
httpHeaderAccept?: 'application/json';
|
|
377
|
-
}): Observable<any>;
|
|
378
|
-
deleteAttribute(metadataUuid: string, ref: string, displayAttributes?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
379
|
-
httpHeaderAccept?: 'application/json';
|
|
380
|
-
}): Observable<HttpResponse<any>>;
|
|
381
|
-
deleteAttribute(metadataUuid: string, ref: string, displayAttributes?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
382
|
-
httpHeaderAccept?: 'application/json';
|
|
383
|
-
}): Observable<HttpEvent<any>>;
|
|
384
|
-
/**
|
|
385
|
-
* Delete element
|
|
386
|
-
* @param metadataUuid Record UUID.
|
|
387
|
-
* @param ref Reference of the element to remove.
|
|
388
|
-
* @param parent Name of the parent.
|
|
389
|
-
* @param displayAttributes Should attributes be shown on the editor snippet?
|
|
390
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
391
|
-
* @param reportProgress flag to report request and response progress.
|
|
392
|
-
*/
|
|
393
|
-
deleteElement(metadataUuid: string, ref: Array<string>, parent: string, displayAttributes?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
394
|
-
httpHeaderAccept?: 'application/json';
|
|
395
|
-
}): Observable<any>;
|
|
396
|
-
deleteElement(metadataUuid: string, ref: Array<string>, parent: string, displayAttributes?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
397
|
-
httpHeaderAccept?: 'application/json';
|
|
398
|
-
}): Observable<HttpResponse<any>>;
|
|
399
|
-
deleteElement(metadataUuid: string, ref: Array<string>, parent: string, displayAttributes?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
400
|
-
httpHeaderAccept?: 'application/json';
|
|
401
|
-
}): Observable<HttpEvent<any>>;
|
|
402
|
-
/**
|
|
403
|
-
* Delete a record
|
|
404
|
-
* User MUST be able to edit the record to delete it. By default, a backup is made in ZIP format. After that, the record attachments are removed, the document removed from the index and then from the database.
|
|
405
|
-
* @param metadataUuid Record UUID.
|
|
406
|
-
* @param withBackup Backup first the record as MEF in the metadata removed folder.
|
|
407
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
408
|
-
* @param reportProgress flag to report request and response progress.
|
|
409
|
-
*/
|
|
410
|
-
deleteRecord(metadataUuid: string, withBackup?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
411
|
-
httpHeaderAccept?: 'application/json';
|
|
412
|
-
}): Observable<any>;
|
|
413
|
-
deleteRecord(metadataUuid: string, withBackup?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
414
|
-
httpHeaderAccept?: 'application/json';
|
|
415
|
-
}): Observable<HttpResponse<any>>;
|
|
416
|
-
deleteRecord(metadataUuid: string, withBackup?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
417
|
-
httpHeaderAccept?: 'application/json';
|
|
418
|
-
}): Observable<HttpEvent<any>>;
|
|
419
|
-
/**
|
|
420
|
-
* Delete a record status
|
|
421
|
-
* @param metadataUuid Record UUID.
|
|
422
|
-
* @param statusId Status identifier
|
|
423
|
-
* @param userId User identifier
|
|
424
|
-
* @param changeDate Change date
|
|
425
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
426
|
-
* @param reportProgress flag to report request and response progress.
|
|
427
|
-
*/
|
|
428
|
-
deleteRecordStatus(metadataUuid: string, statusId: number, userId: number, changeDate: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
429
|
-
httpHeaderAccept?: 'application/json';
|
|
430
|
-
}): Observable<any>;
|
|
431
|
-
deleteRecordStatus(metadataUuid: string, statusId: number, userId: number, changeDate: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
432
|
-
httpHeaderAccept?: 'application/json';
|
|
433
|
-
}): Observable<HttpResponse<any>>;
|
|
434
|
-
deleteRecordStatus(metadataUuid: string, statusId: number, userId: number, changeDate: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
435
|
-
httpHeaderAccept?: 'application/json';
|
|
436
|
-
}): Observable<HttpEvent<any>>;
|
|
437
|
-
/**
|
|
438
|
-
* Delete one or more records
|
|
439
|
-
* User MUST be able to edit the record to delete it.
|
|
440
|
-
* @param uuids Record UUIDs. If null current selection is used.
|
|
441
|
-
* @param bucket Selection bucket name
|
|
442
|
-
* @param withBackup Backup first the record as MEF in the metadata removed folder.
|
|
443
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
444
|
-
* @param reportProgress flag to report request and response progress.
|
|
445
|
-
*/
|
|
446
|
-
deleteRecords(uuids?: Array<string>, bucket?: string, withBackup?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
447
|
-
httpHeaderAccept?: 'application/json';
|
|
448
|
-
}): Observable<SimpleMetadataProcessingReportApiModel>;
|
|
449
|
-
deleteRecords(uuids?: Array<string>, bucket?: string, withBackup?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
450
|
-
httpHeaderAccept?: 'application/json';
|
|
451
|
-
}): Observable<HttpResponse<SimpleMetadataProcessingReportApiModel>>;
|
|
452
|
-
deleteRecords(uuids?: Array<string>, bucket?: string, withBackup?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
453
|
-
httpHeaderAccept?: 'application/json';
|
|
454
|
-
}): Observable<HttpEvent<SimpleMetadataProcessingReportApiModel>>;
|
|
455
|
-
/**
|
|
456
|
-
* Delete tags to one or more records
|
|
457
|
-
* @param id Tag identifier
|
|
458
|
-
* @param uuids Record UUIDs. If null current selection is used.
|
|
459
|
-
* @param bucket Selection bucket name
|
|
460
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
461
|
-
* @param reportProgress flag to report request and response progress.
|
|
462
|
-
*/
|
|
463
|
-
deleteTagForRecords(id: Array<number>, uuids?: Array<string>, bucket?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
464
|
-
httpHeaderAccept?: 'application/json';
|
|
465
|
-
}): Observable<MetadataProcessingReportApiModel>;
|
|
466
|
-
deleteTagForRecords(id: Array<number>, uuids?: Array<string>, bucket?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
467
|
-
httpHeaderAccept?: 'application/json';
|
|
468
|
-
}): Observable<HttpResponse<MetadataProcessingReportApiModel>>;
|
|
469
|
-
deleteTagForRecords(id: Array<number>, uuids?: Array<string>, bucket?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
470
|
-
httpHeaderAccept?: 'application/json';
|
|
471
|
-
}): Observable<HttpEvent<MetadataProcessingReportApiModel>>;
|
|
472
|
-
/**
|
|
473
|
-
* Delete tags of a record
|
|
474
|
-
* @param metadataUuid Record UUID.
|
|
475
|
-
* @param id Tag identifier. If none, all tags are removed.
|
|
476
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
477
|
-
* @param reportProgress flag to report request and response progress.
|
|
478
|
-
*/
|
|
479
|
-
deleteTags(metadataUuid: string, id?: Array<number>, observe?: 'body', reportProgress?: boolean, options?: {
|
|
480
|
-
httpHeaderAccept?: 'application/json';
|
|
481
|
-
}): Observable<any>;
|
|
482
|
-
deleteTags(metadataUuid: string, id?: Array<number>, observe?: 'response', reportProgress?: boolean, options?: {
|
|
483
|
-
httpHeaderAccept?: 'application/json';
|
|
484
|
-
}): Observable<HttpResponse<any>>;
|
|
485
|
-
deleteTags(metadataUuid: string, id?: Array<number>, observe?: 'events', reportProgress?: boolean, options?: {
|
|
486
|
-
httpHeaderAccept?: 'application/json';
|
|
487
|
-
}): Observable<HttpEvent<any>>;
|
|
488
|
-
/**
|
|
489
|
-
* Download MEF backup archive
|
|
490
|
-
* The backup contains all metadata not harvested including templates.
|
|
491
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
492
|
-
* @param reportProgress flag to report request and response progress.
|
|
493
|
-
*/
|
|
494
|
-
downloadBackup(observe?: 'body', reportProgress?: boolean, options?: {
|
|
495
|
-
httpHeaderAccept?: 'application/json' | 'application/zip';
|
|
496
|
-
}): Observable<any>;
|
|
497
|
-
downloadBackup(observe?: 'response', reportProgress?: boolean, options?: {
|
|
498
|
-
httpHeaderAccept?: 'application/json' | 'application/zip';
|
|
499
|
-
}): Observable<HttpResponse<any>>;
|
|
500
|
-
downloadBackup(observe?: 'events', reportProgress?: boolean, options?: {
|
|
501
|
-
httpHeaderAccept?: 'application/json' | 'application/zip';
|
|
502
|
-
}): Observable<HttpEvent<any>>;
|
|
503
|
-
/**
|
|
504
|
-
* (Experimental) Enable version control
|
|
505
|
-
* @param metadataUuid Record UUID.
|
|
506
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
507
|
-
* @param reportProgress flag to report request and response progress.
|
|
508
|
-
*/
|
|
509
|
-
enableVersionControl(metadataUuid: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
510
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
511
|
-
}): Observable<string>;
|
|
512
|
-
enableVersionControl(metadataUuid: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
513
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
514
|
-
}): Observable<HttpResponse<string>>;
|
|
515
|
-
enableVersionControl(metadataUuid: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
516
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
517
|
-
}): Observable<HttpEvent<string>>;
|
|
518
|
-
/**
|
|
519
|
-
* (Experimental) Enable version control for one or more records
|
|
520
|
-
* @param uuids Record UUIDs. If null current selection is used.
|
|
521
|
-
* @param bucket Selection bucket name
|
|
522
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
523
|
-
* @param reportProgress flag to report request and response progress.
|
|
524
|
-
*/
|
|
525
|
-
enableVersionControlForRecords(uuids?: Array<string>, bucket?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
526
|
-
httpHeaderAccept?: 'application/json';
|
|
527
|
-
}): Observable<MetadataProcessingReportApiModel>;
|
|
528
|
-
enableVersionControlForRecords(uuids?: Array<string>, bucket?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
529
|
-
httpHeaderAccept?: 'application/json';
|
|
530
|
-
}): Observable<HttpResponse<MetadataProcessingReportApiModel>>;
|
|
531
|
-
enableVersionControlForRecords(uuids?: Array<string>, bucket?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
532
|
-
httpHeaderAccept?: 'application/json';
|
|
533
|
-
}): Observable<HttpEvent<MetadataProcessingReportApiModel>>;
|
|
534
|
-
/**
|
|
535
|
-
* Get a set of metadata records as CSV
|
|
536
|
-
* The CSV is a short summary of each records.
|
|
537
|
-
* @param uuids Record UUIDs. If null current selection is used.
|
|
538
|
-
* @param bucket Selection bucket name
|
|
539
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
540
|
-
* @param reportProgress flag to report request and response progress.
|
|
541
|
-
*/
|
|
542
|
-
exportAsCsv(uuids?: Array<string>, bucket?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
543
|
-
httpHeaderAccept?: 'application/json';
|
|
544
|
-
}): Observable<any>;
|
|
545
|
-
exportAsCsv(uuids?: Array<string>, bucket?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
546
|
-
httpHeaderAccept?: 'application/json';
|
|
547
|
-
}): Observable<HttpResponse<any>>;
|
|
548
|
-
exportAsCsv(uuids?: Array<string>, bucket?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
549
|
-
httpHeaderAccept?: 'application/json';
|
|
550
|
-
}): Observable<HttpEvent<any>>;
|
|
551
|
-
/**
|
|
552
|
-
* Get a set of metadata records as ZIP
|
|
553
|
-
* Metadata Exchange Format (MEF) is returned. MEF is a ZIP file containing the metadata as XML and some others files depending on the version requested. See http://geonetwork-opensource.org/manuals/trunk/eng/users/annexes/mef-format.html.
|
|
554
|
-
* @param uuids Record UUIDs. If null current selection is used.
|
|
555
|
-
* @param bucket Selection bucket name
|
|
556
|
-
* @param format MEF file format.
|
|
557
|
-
* @param withRelated With related records (parent and service).
|
|
558
|
-
* @param withXLinksResolved Resolve XLinks in the records.
|
|
559
|
-
* @param withXLinkAttribute Preserve XLink URLs in the records.
|
|
560
|
-
* @param addSchemaLocation
|
|
561
|
-
* @param approved Download the approved version
|
|
562
|
-
* @param accept
|
|
563
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
564
|
-
* @param reportProgress flag to report request and response progress.
|
|
565
|
-
*/
|
|
566
|
-
exportAsMef(uuids?: Array<string>, bucket?: string, format?: 'simple' | 'partial' | 'full', withRelated?: boolean, withXLinksResolved?: boolean, withXLinkAttribute?: boolean, addSchemaLocation?: boolean, approved?: boolean, accept?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
567
|
-
httpHeaderAccept?: 'application/json';
|
|
568
|
-
}): Observable<any>;
|
|
569
|
-
exportAsMef(uuids?: Array<string>, bucket?: string, format?: 'simple' | 'partial' | 'full', withRelated?: boolean, withXLinksResolved?: boolean, withXLinkAttribute?: boolean, addSchemaLocation?: boolean, approved?: boolean, accept?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
570
|
-
httpHeaderAccept?: 'application/json';
|
|
571
|
-
}): Observable<HttpResponse<any>>;
|
|
572
|
-
exportAsMef(uuids?: Array<string>, bucket?: string, format?: 'simple' | 'partial' | 'full', withRelated?: boolean, withXLinksResolved?: boolean, withXLinkAttribute?: boolean, addSchemaLocation?: boolean, approved?: boolean, accept?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
573
|
-
httpHeaderAccept?: 'application/json';
|
|
574
|
-
}): Observable<HttpEvent<any>>;
|
|
575
|
-
/**
|
|
576
|
-
* Get a set of metadata records as PDF
|
|
577
|
-
* The PDF is a short summary of each records with links to the complete metadata record in different format (ie. landing page on the portal, XML)
|
|
578
|
-
* @param uuids Record UUIDs. If null current selection is used.
|
|
579
|
-
* @param bucket Selection bucket name
|
|
580
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
581
|
-
* @param reportProgress flag to report request and response progress.
|
|
582
|
-
*/
|
|
583
|
-
exportAsPdf(uuids?: Array<string>, bucket?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
584
|
-
httpHeaderAccept?: 'application/json';
|
|
585
|
-
}): Observable<any>;
|
|
586
|
-
exportAsPdf(uuids?: Array<string>, bucket?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
587
|
-
httpHeaderAccept?: 'application/json';
|
|
588
|
-
}): Observable<HttpResponse<any>>;
|
|
589
|
-
exportAsPdf(uuids?: Array<string>, bucket?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
590
|
-
httpHeaderAccept?: 'application/json';
|
|
591
|
-
}): Observable<HttpEvent<any>>;
|
|
592
|
-
/**
|
|
593
|
-
* Get the list of users \"active\" during a time period.
|
|
594
|
-
* @param dateFrom From date of users login date
|
|
595
|
-
* @param dateTo To date of users login date
|
|
596
|
-
* @param groups Group(s) for the users
|
|
597
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
598
|
-
* @param reportProgress flag to report request and response progress.
|
|
599
|
-
*/
|
|
600
|
-
getActiveUsers(dateFrom: string, dateTo: string, groups?: Array<number>, observe?: 'body', reportProgress?: boolean, options?: {
|
|
601
|
-
httpHeaderAccept?: 'application/json';
|
|
602
|
-
}): Observable<any>;
|
|
603
|
-
getActiveUsers(dateFrom: string, dateTo: string, groups?: Array<number>, observe?: 'response', reportProgress?: boolean, options?: {
|
|
604
|
-
httpHeaderAccept?: 'application/json';
|
|
605
|
-
}): Observable<HttpResponse<any>>;
|
|
606
|
-
getActiveUsers(dateFrom: string, dateTo: string, groups?: Array<number>, observe?: 'events', reportProgress?: boolean, options?: {
|
|
607
|
-
httpHeaderAccept?: 'application/json';
|
|
608
|
-
}): Observable<HttpEvent<any>>;
|
|
609
|
-
/**
|
|
610
|
-
* Get record extents as image
|
|
611
|
-
* A rendering of the geometry as a png. If no background is specified the image will be transparent. In getMap the envelope of the geometry is calculated then it is expanded by a factor. That factor is the size of the map. This allows the map to be slightly bigger than the geometry allowing some context to be shown. This parameter allows different factors to be chosen per scale level. Proportion is the proportion of the world that the geometry covers (bounds of WGS84)/(bounds of geometry in WGS84) Named backgrounds allow the background parameter to be a simple key and the complete URL will be looked up from this list of named backgrounds
|
|
612
|
-
* @param metadataUuid Record UUID.
|
|
613
|
-
* @param mapsrs (optional) the background map projection. If not passed uses the region/getmap/mapproj setting. If the setting is not set defaults to EPSG:4326
|
|
614
|
-
* @param width (optional) width of the image that is created. Only one of width and height are permitted
|
|
615
|
-
* @param height (optional) height of the image that is created. Only one of width and height are permitted
|
|
616
|
-
* @param background (optional) URL for loading a background image for regions or a key that references the namedBackgrounds (configured in config-spring-geonetwork.xml). A WMS GetMap request is the typical example. The URL must be parameterized with the following parameters: minx, maxx, miny, maxy, width, height
|
|
617
|
-
* @param fillColor (optional) Fill color with format RED,GREEN,BLUE,ALPHA
|
|
618
|
-
* @param strokeColor (optional) Stroke color with format RED,GREEN,BLUE,ALPHA
|
|
619
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
620
|
-
* @param reportProgress flag to report request and response progress.
|
|
621
|
-
*/
|
|
622
|
-
getAllRecordExtentAsImage(metadataUuid: string, mapsrs?: string, width?: number, height?: number, background?: string, fillColor?: string, strokeColor?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
623
|
-
httpHeaderAccept?: 'application/json' | 'image/png';
|
|
624
|
-
}): Observable<Array<string>>;
|
|
625
|
-
getAllRecordExtentAsImage(metadataUuid: string, mapsrs?: string, width?: number, height?: number, background?: string, fillColor?: string, strokeColor?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
626
|
-
httpHeaderAccept?: 'application/json' | 'image/png';
|
|
627
|
-
}): Observable<HttpResponse<Array<string>>>;
|
|
628
|
-
getAllRecordExtentAsImage(metadataUuid: string, mapsrs?: string, width?: number, height?: number, background?: string, fillColor?: string, strokeColor?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
629
|
-
httpHeaderAccept?: 'application/json' | 'image/png';
|
|
630
|
-
}): Observable<HttpEvent<Array<string>>>;
|
|
631
|
-
/**
|
|
632
|
-
* Get list of record extents
|
|
633
|
-
* A rendering of the geometry as a png. If no background is specified the image will be transparent. In getMap the envelope of the geometry is calculated then it is expanded by a factor. That factor is the size of the map. This allows the map to be slightly bigger than the geometry allowing some context to be shown. This parameter allows different factors to be chosen per scale level. Proportion is the proportion of the world that the geometry covers (bounds of WGS84)/(bounds of geometry in WGS84) Named backgrounds allow the background parameter to be a simple key and the complete URL will be looked up from this list of named backgrounds
|
|
634
|
-
* @param metadataUuid Record UUID.
|
|
635
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
636
|
-
* @param reportProgress flag to report request and response progress.
|
|
637
|
-
*/
|
|
638
|
-
getAllRecordExtentAsJson(metadataUuid: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
639
|
-
httpHeaderAccept?: 'application/json';
|
|
640
|
-
}): Observable<Array<ExtentDtoApiModel>>;
|
|
641
|
-
getAllRecordExtentAsJson(metadataUuid: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
642
|
-
httpHeaderAccept?: 'application/json';
|
|
643
|
-
}): Observable<HttpResponse<Array<ExtentDtoApiModel>>>;
|
|
644
|
-
getAllRecordExtentAsJson(metadataUuid: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
645
|
-
httpHeaderAccept?: 'application/json';
|
|
646
|
-
}): Observable<HttpEvent<Array<ExtentDtoApiModel>>>;
|
|
647
|
-
/**
|
|
648
|
-
* List all metadata attachments
|
|
649
|
-
* <a href=\'http://geonetwork-opensource.org/manuals/trunk/eng/users/user-guide/associating-resources/using-filestore.html\'>More info</a>
|
|
650
|
-
* @param metadataUuid The metadata UUID
|
|
651
|
-
* @param sort Sort by
|
|
652
|
-
* @param approved Use approved version or not
|
|
653
|
-
* @param filter
|
|
654
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
655
|
-
* @param reportProgress flag to report request and response progress.
|
|
656
|
-
*/
|
|
657
|
-
getAllResources(metadataUuid: string, sort?: 'type' | 'name', approved?: boolean, filter?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
658
|
-
httpHeaderAccept?: 'application/json';
|
|
659
|
-
}): Observable<Array<MetadataResourceApiModel>>;
|
|
660
|
-
getAllResources(metadataUuid: string, sort?: 'type' | 'name', approved?: boolean, filter?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
661
|
-
httpHeaderAccept?: 'application/json';
|
|
662
|
-
}): Observable<HttpResponse<Array<MetadataResourceApiModel>>>;
|
|
663
|
-
getAllResources(metadataUuid: string, sort?: 'type' | 'name', approved?: boolean, filter?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
664
|
-
httpHeaderAccept?: 'application/json';
|
|
665
|
-
}): Observable<HttpEvent<Array<MetadataResourceApiModel>>>;
|
|
666
|
-
/**
|
|
667
|
-
* Get catalog content as RDF. This endpoint supports the same Lucene query parameters as for the GUI search.
|
|
668
|
-
* .
|
|
669
|
-
* @param from Indicates the start position in a sorted list of matches that the client wants to use as the beginning of a page result.
|
|
670
|
-
* @param hitsPerPage Indicates the number of hits per page.
|
|
671
|
-
* @param any Search key
|
|
672
|
-
* @param title A search key for the title.
|
|
673
|
-
* @param facetQ A search facet in the Lucene index. Use the GeoNetwork GUI search to generate the suitable filter values. Example: standard/dcat-ap&createDateYear/2018&sourceCatalog/6d93613e-2b76-4e26-94af-4b4c420a1758 (filter by creation year and source catalog).
|
|
674
|
-
* @param sortBy Lucene sortBy criteria. Relevant values: relevance, title, changeDate.
|
|
675
|
-
* @param sortOrder Sort order. Possible values: reverse.
|
|
676
|
-
* @param similarity Use the Lucene FuzzyQuery. Values range from 0.0 to 1.0 and defaults to 0.8.
|
|
677
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
678
|
-
* @param reportProgress flag to report request and response progress.
|
|
679
|
-
*/
|
|
680
|
-
getAsRdf(from?: number, hitsPerPage?: number, any?: string, title?: string, facetQ?: string, sortBy?: string, sortOrder?: string, similarity?: number, observe?: 'body', reportProgress?: boolean, options?: {
|
|
681
|
-
httpHeaderAccept?: 'application/json';
|
|
682
|
-
}): Observable<any>;
|
|
683
|
-
getAsRdf(from?: number, hitsPerPage?: number, any?: string, title?: string, facetQ?: string, sortBy?: string, sortOrder?: string, similarity?: number, observe?: 'response', reportProgress?: boolean, options?: {
|
|
684
|
-
httpHeaderAccept?: 'application/json';
|
|
685
|
-
}): Observable<HttpResponse<any>>;
|
|
686
|
-
getAsRdf(from?: number, hitsPerPage?: number, any?: string, title?: string, facetQ?: string, sortBy?: string, sortOrder?: string, similarity?: number, observe?: 'events', reportProgress?: boolean, options?: {
|
|
687
|
-
httpHeaderAccept?: 'application/json';
|
|
688
|
-
}): Observable<HttpEvent<any>>;
|
|
689
|
-
/**
|
|
690
|
-
* Get record related resources
|
|
691
|
-
* Retrieve related services, datasets, onlines, thumbnails, sources, ... to this records.<br/><a href=\'http://geonetwork-opensource.org/manuals/trunk/eng/users/user-guide/associating-resources/index.html\'>More info</a>
|
|
692
|
-
* @param metadataUuid Record UUID.
|
|
693
|
-
* @param type Type of related resource. If none, all resources are returned.
|
|
694
|
-
* @param approved Use approved version or not
|
|
695
|
-
* @param start Start offset for paging. Default 1. Only applies to related metadata records (ie. not for thumbnails).
|
|
696
|
-
* @param rows Number of rows returned. Default 100.
|
|
697
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
698
|
-
* @param reportProgress flag to report request and response progress.
|
|
699
|
-
*/
|
|
700
|
-
getAssociatedResources(metadataUuid: string, type?: Array<'children' | 'parent' | 'brothersAndSisters' | 'siblings' | 'associated' | 'services' | 'datasets' | 'fcats' | 'hasfeaturecats' | 'sources' | 'hassources' | 'related' | 'onlines' | 'thumbnails'>, approved?: boolean, start?: number, rows?: number, observe?: 'body', reportProgress?: boolean, options?: {
|
|
701
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
702
|
-
}): Observable<RelatedResponseApiModel>;
|
|
703
|
-
getAssociatedResources(metadataUuid: string, type?: Array<'children' | 'parent' | 'brothersAndSisters' | 'siblings' | 'associated' | 'services' | 'datasets' | 'fcats' | 'hasfeaturecats' | 'sources' | 'hassources' | 'related' | 'onlines' | 'thumbnails'>, approved?: boolean, start?: number, rows?: number, observe?: 'response', reportProgress?: boolean, options?: {
|
|
704
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
705
|
-
}): Observable<HttpResponse<RelatedResponseApiModel>>;
|
|
706
|
-
getAssociatedResources(metadataUuid: string, type?: Array<'children' | 'parent' | 'brothersAndSisters' | 'siblings' | 'associated' | 'services' | 'datasets' | 'fcats' | 'hasfeaturecats' | 'sources' | 'hassources' | 'related' | 'onlines' | 'thumbnails'>, approved?: boolean, start?: number, rows?: number, observe?: 'events', reportProgress?: boolean, options?: {
|
|
707
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
708
|
-
}): Observable<HttpEvent<RelatedResponseApiModel>>;
|
|
709
|
-
/**
|
|
710
|
-
* Get record associated resources
|
|
711
|
-
* Retrieve related services, datasets, sources, ... to this records.<br/><a href=\'http://geonetwork-opensource.org/manuals/trunk/eng/users/user-guide/associating-resources/index.html\'>More info</a>
|
|
712
|
-
* @param metadataUuid Record UUID.
|
|
713
|
-
* @param type Type of related resource. If none, all resources are returned.
|
|
714
|
-
* @param approved Use approved version or not
|
|
715
|
-
* @param start Start offset for paging. Default 1. Only applies to related metadata records (ie. not for thumbnails).
|
|
716
|
-
* @param rows Number of rows returned. Default 100.
|
|
717
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
718
|
-
* @param reportProgress flag to report request and response progress.
|
|
719
|
-
*/
|
|
720
|
-
getAssociatedResources1(metadataUuid: string, type?: Array<'children' | 'parent' | 'brothersAndSisters' | 'siblings' | 'associated' | 'services' | 'datasets' | 'fcats' | 'hasfeaturecats' | 'sources' | 'hassources' | 'related' | 'onlines' | 'thumbnails'>, approved?: boolean, start?: number, rows?: number, observe?: 'body', reportProgress?: boolean, options?: {
|
|
721
|
-
httpHeaderAccept?: 'application/json';
|
|
722
|
-
}): Observable<{
|
|
723
|
-
[key: string]: Array<AssociatedRecordApiModel>;
|
|
724
|
-
}>;
|
|
725
|
-
getAssociatedResources1(metadataUuid: string, type?: Array<'children' | 'parent' | 'brothersAndSisters' | 'siblings' | 'associated' | 'services' | 'datasets' | 'fcats' | 'hasfeaturecats' | 'sources' | 'hassources' | 'related' | 'onlines' | 'thumbnails'>, approved?: boolean, start?: number, rows?: number, observe?: 'response', reportProgress?: boolean, options?: {
|
|
726
|
-
httpHeaderAccept?: 'application/json';
|
|
727
|
-
}): Observable<HttpResponse<{
|
|
728
|
-
[key: string]: Array<AssociatedRecordApiModel>;
|
|
729
|
-
}>>;
|
|
730
|
-
getAssociatedResources1(metadataUuid: string, type?: Array<'children' | 'parent' | 'brothersAndSisters' | 'siblings' | 'associated' | 'services' | 'datasets' | 'fcats' | 'hasfeaturecats' | 'sources' | 'hassources' | 'related' | 'onlines' | 'thumbnails'>, approved?: boolean, start?: number, rows?: number, observe?: 'events', reportProgress?: boolean, options?: {
|
|
731
|
-
httpHeaderAccept?: 'application/json';
|
|
732
|
-
}): Observable<HttpEvent<{
|
|
733
|
-
[key: string]: Array<AssociatedRecordApiModel>;
|
|
734
|
-
}>>;
|
|
735
|
-
/**
|
|
736
|
-
* Returns a map to decode attributes in a dataset (from the associated feature catalog)
|
|
737
|
-
* @param metadataUuid Record UUID.
|
|
738
|
-
* @param approved Use approved version or not
|
|
739
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
740
|
-
* @param reportProgress flag to report request and response progress.
|
|
741
|
-
*/
|
|
742
|
-
getFeatureCatalog(metadataUuid: string, approved?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
743
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
744
|
-
}): Observable<FeatureResponseApiModel>;
|
|
745
|
-
getFeatureCatalog(metadataUuid: string, approved?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
746
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
747
|
-
}): Observable<HttpResponse<FeatureResponseApiModel>>;
|
|
748
|
-
getFeatureCatalog(metadataUuid: string, approved?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
749
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
750
|
-
}): Observable<HttpEvent<FeatureResponseApiModel>>;
|
|
751
|
-
/**
|
|
752
|
-
* Get one record extent as image
|
|
753
|
-
* A rendering of the geometry as a png. If no background is specified the image will be transparent. In getMap the envelope of the geometry is calculated then it is expanded by a factor. That factor is the size of the map. This allows the map to be slightly bigger than the geometry allowing some context to be shown. This parameter allows different factors to be chosen per scale level. Proportion is the proportion of the world that the geometry covers (bounds of WGS84)/(bounds of geometry in WGS84) Named backgrounds allow the background parameter to be a simple key and the complete URL will be looked up from this list of named backgrounds
|
|
754
|
-
* @param metadataUuid Record UUID.
|
|
755
|
-
* @param geometryIndex Index of the geometry or bounding box to display. Starts at 1.
|
|
756
|
-
* @param mapsrs (optional) the background map projection. If not passed uses the region/getmap/mapproj setting. If the setting is not set defaults to EPSG:4326
|
|
757
|
-
* @param width (optional) width of the image that is created. Only one of width and height are permitted
|
|
758
|
-
* @param height (optional) height of the image that is created. Only one of width and height are permitted
|
|
759
|
-
* @param background (optional) URL for loading a background image for regions or a key that references the namedBackgrounds (configured in config-spring-geonetwork.xml). A WMS GetMap request is the typical example. The URL must be parameterized with the following parameters: minx, maxx, miny, maxy, width, height
|
|
760
|
-
* @param fillColor (optional) Fill color with format RED,GREEN,BLUE,ALPHA
|
|
761
|
-
* @param strokeColor (optional) Stroke color with format RED,GREEN,BLUE,ALPHA
|
|
762
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
763
|
-
* @param reportProgress flag to report request and response progress.
|
|
764
|
-
*/
|
|
765
|
-
getOneRecordExtentAsImage(metadataUuid: string, geometryIndex: number, mapsrs?: string, width?: number, height?: number, background?: string, fillColor?: string, strokeColor?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
766
|
-
httpHeaderAccept?: 'application/json' | 'image/png';
|
|
767
|
-
}): Observable<Array<string>>;
|
|
768
|
-
getOneRecordExtentAsImage(metadataUuid: string, geometryIndex: number, mapsrs?: string, width?: number, height?: number, background?: string, fillColor?: string, strokeColor?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
769
|
-
httpHeaderAccept?: 'application/json' | 'image/png';
|
|
770
|
-
}): Observable<HttpResponse<Array<string>>>;
|
|
771
|
-
getOneRecordExtentAsImage(metadataUuid: string, geometryIndex: number, mapsrs?: string, width?: number, height?: number, background?: string, fillColor?: string, strokeColor?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
772
|
-
httpHeaderAccept?: 'application/json' | 'image/png';
|
|
773
|
-
}): Observable<HttpEvent<Array<string>>>;
|
|
774
|
-
/**
|
|
775
|
-
* Get publication options.
|
|
776
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
777
|
-
* @param reportProgress flag to report request and response progress.
|
|
778
|
-
*/
|
|
779
|
-
getPublicationOptions(observe?: 'body', reportProgress?: boolean, options?: {
|
|
780
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
781
|
-
}): Observable<Array<PublicationOptionApiModel>>;
|
|
782
|
-
getPublicationOptions(observe?: 'response', reportProgress?: boolean, options?: {
|
|
783
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
784
|
-
}): Observable<HttpResponse<Array<PublicationOptionApiModel>>>;
|
|
785
|
-
getPublicationOptions(observe?: 'events', reportProgress?: boolean, options?: {
|
|
786
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
787
|
-
}): Observable<HttpEvent<Array<PublicationOptionApiModel>>>;
|
|
788
|
-
/**
|
|
789
|
-
* Get a metadata record
|
|
790
|
-
* Depending on the accept header the appropriate formatter is used. When requesting a ZIP, a MEF version 2 file is returned. When requesting HTML, the default formatter is used.
|
|
791
|
-
* @param metadataUuid Record UUID.
|
|
792
|
-
* @param accept Accept header should indicate which is the appropriate format to return. It could be text/html, application/xml, application/zip, ...If no appropriate Accept header found, the XML format is returned.
|
|
793
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
794
|
-
* @param reportProgress flag to report request and response progress.
|
|
795
|
-
*/
|
|
796
|
-
getRecord(metadataUuid: string, accept: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
797
|
-
httpHeaderAccept?: 'application/json' | 'text/html' | 'application/xml' | 'application/xhtml+xml' | 'application/pdf' | 'application/zip' | 'application/x-gn-mef-1-zip' | 'application/x-gn-mef-2-zip' | '*/*';
|
|
798
|
-
}): Observable<string>;
|
|
799
|
-
getRecord(metadataUuid: string, accept: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
800
|
-
httpHeaderAccept?: 'application/json' | 'text/html' | 'application/xml' | 'application/xhtml+xml' | 'application/pdf' | 'application/zip' | 'application/x-gn-mef-1-zip' | 'application/x-gn-mef-2-zip' | '*/*';
|
|
801
|
-
}): Observable<HttpResponse<string>>;
|
|
802
|
-
getRecord(metadataUuid: string, accept: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
803
|
-
httpHeaderAccept?: 'application/json' | 'text/html' | 'application/xml' | 'application/xhtml+xml' | 'application/pdf' | 'application/zip' | 'application/x-gn-mef-1-zip' | 'application/x-gn-mef-2-zip' | '*/*';
|
|
804
|
-
}): Observable<HttpEvent<string>>;
|
|
805
|
-
/**
|
|
806
|
-
* Get a metadata record as XML or JSON
|
|
807
|
-
* @param metadataUuid Record UUID.
|
|
808
|
-
* @param addSchemaLocation Add XSD schema location based on standard configuration (see schema-ident.xml).
|
|
809
|
-
* @param increasePopularity Increase record popularity
|
|
810
|
-
* @param withInfo Add geonet:info details
|
|
811
|
-
* @param attachment Download as a file
|
|
812
|
-
* @param approved Download the approved version
|
|
813
|
-
* @param accept
|
|
814
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
815
|
-
* @param reportProgress flag to report request and response progress.
|
|
816
|
-
*/
|
|
817
|
-
getRecordAs(metadataUuid: string, addSchemaLocation?: boolean, increasePopularity?: boolean, withInfo?: boolean, attachment?: boolean, approved?: boolean, accept?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
818
|
-
httpHeaderAccept?: 'application/xml' | 'application/json';
|
|
819
|
-
}): Observable<string>;
|
|
820
|
-
getRecordAs(metadataUuid: string, addSchemaLocation?: boolean, increasePopularity?: boolean, withInfo?: boolean, attachment?: boolean, approved?: boolean, accept?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
821
|
-
httpHeaderAccept?: 'application/xml' | 'application/json';
|
|
822
|
-
}): Observable<HttpResponse<string>>;
|
|
823
|
-
getRecordAs(metadataUuid: string, addSchemaLocation?: boolean, increasePopularity?: boolean, withInfo?: boolean, attachment?: boolean, approved?: boolean, accept?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
824
|
-
httpHeaderAccept?: 'application/xml' | 'application/json';
|
|
825
|
-
}): Observable<HttpEvent<string>>;
|
|
826
|
-
/**
|
|
827
|
-
* Get a metadata record as XML or JSON
|
|
828
|
-
* @param metadataUuid Record UUID.
|
|
829
|
-
* @param addSchemaLocation Add XSD schema location based on standard configuration (see schema-ident.xml).
|
|
830
|
-
* @param increasePopularity Increase record popularity
|
|
831
|
-
* @param withInfo Add geonet:info details
|
|
832
|
-
* @param attachment Download as a file
|
|
833
|
-
* @param approved Download the approved version
|
|
834
|
-
* @param accept
|
|
835
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
836
|
-
* @param reportProgress flag to report request and response progress.
|
|
837
|
-
*/
|
|
838
|
-
getRecordAs1(metadataUuid: string, addSchemaLocation?: boolean, increasePopularity?: boolean, withInfo?: boolean, attachment?: boolean, approved?: boolean, accept?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
839
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
840
|
-
}): Observable<object>;
|
|
841
|
-
getRecordAs1(metadataUuid: string, addSchemaLocation?: boolean, increasePopularity?: boolean, withInfo?: boolean, attachment?: boolean, approved?: boolean, accept?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
842
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
843
|
-
}): Observable<HttpResponse<object>>;
|
|
844
|
-
getRecordAs1(metadataUuid: string, addSchemaLocation?: boolean, increasePopularity?: boolean, withInfo?: boolean, attachment?: boolean, approved?: boolean, accept?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
845
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
846
|
-
}): Observable<HttpEvent<object>>;
|
|
847
|
-
/**
|
|
848
|
-
* Get a metadata record as ZIP
|
|
849
|
-
* Metadata Exchange Format (MEF) is returned. MEF is a ZIP file containing the metadata as XML and some others files depending on the version requested. See http://geonetwork-opensource.org/manuals/trunk/eng/users/annexes/mef-format.html.
|
|
850
|
-
* @param metadataUuid Record UUID.
|
|
851
|
-
* @param format MEF file format.
|
|
852
|
-
* @param withRelated With related records (parent and service).
|
|
853
|
-
* @param withXLinksResolved Resolve XLinks in the records.
|
|
854
|
-
* @param withXLinkAttribute Preserve XLink URLs in the records.
|
|
855
|
-
* @param addSchemaLocation
|
|
856
|
-
* @param approved Download the approved version
|
|
857
|
-
* @param accept
|
|
858
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
859
|
-
* @param reportProgress flag to report request and response progress.
|
|
860
|
-
*/
|
|
861
|
-
getRecordAsZip(metadataUuid: string, format?: 'simple' | 'partial' | 'full', withRelated?: boolean, withXLinksResolved?: boolean, withXLinkAttribute?: boolean, addSchemaLocation?: boolean, approved?: boolean, accept?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
862
|
-
httpHeaderAccept?: 'application/json';
|
|
863
|
-
}): Observable<any>;
|
|
864
|
-
getRecordAsZip(metadataUuid: string, format?: 'simple' | 'partial' | 'full', withRelated?: boolean, withXLinksResolved?: boolean, withXLinkAttribute?: boolean, addSchemaLocation?: boolean, approved?: boolean, accept?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
865
|
-
httpHeaderAccept?: 'application/json';
|
|
866
|
-
}): Observable<HttpResponse<any>>;
|
|
867
|
-
getRecordAsZip(metadataUuid: string, format?: 'simple' | 'partial' | 'full', withRelated?: boolean, withXLinksResolved?: boolean, withXLinkAttribute?: boolean, addSchemaLocation?: boolean, approved?: boolean, accept?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
868
|
-
httpHeaderAccept?: 'application/json';
|
|
869
|
-
}): Observable<HttpEvent<any>>;
|
|
870
|
-
/**
|
|
871
|
-
* Get a formatted metadata record
|
|
872
|
-
* @param formatterId
|
|
873
|
-
* @param metadataUuid Record UUID.
|
|
874
|
-
* @param accept Formatter type to use.
|
|
875
|
-
* @param width
|
|
876
|
-
* @param mdpath
|
|
877
|
-
* @param language Optional language ISO 3 letters code to override HTTP Accept-language header.
|
|
878
|
-
* @param output
|
|
879
|
-
* @param approved Download the approved version
|
|
880
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
881
|
-
* @param reportProgress flag to report request and response progress.
|
|
882
|
-
*/
|
|
883
|
-
getRecordFormattedBy(formatterId: string, metadataUuid: string, accept?: string, width?: '_25' | '_50' | '_75' | '_100', mdpath?: string, language?: string, output?: 'txt' | 'html' | 'xml' | 'json' | 'jsonld' | 'pdf' | 'testpdf', approved?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
884
|
-
httpHeaderAccept?: 'application/json';
|
|
885
|
-
}): Observable<any>;
|
|
886
|
-
getRecordFormattedBy(formatterId: string, metadataUuid: string, accept?: string, width?: '_25' | '_50' | '_75' | '_100', mdpath?: string, language?: string, output?: 'txt' | 'html' | 'xml' | 'json' | 'jsonld' | 'pdf' | 'testpdf', approved?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
887
|
-
httpHeaderAccept?: 'application/json';
|
|
888
|
-
}): Observable<HttpResponse<any>>;
|
|
889
|
-
getRecordFormattedBy(formatterId: string, metadataUuid: string, accept?: string, width?: '_25' | '_50' | '_75' | '_100', mdpath?: string, language?: string, output?: 'txt' | 'html' | 'xml' | 'json' | 'jsonld' | 'pdf' | 'testpdf', approved?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
890
|
-
httpHeaderAccept?: 'application/json';
|
|
891
|
-
}): Observable<HttpEvent<any>>;
|
|
892
|
-
/**
|
|
893
|
-
* Get metadata record permalink
|
|
894
|
-
* Permalink is by default the landing page formatter but can be configured in the admin console > settings. If the record as a DOI and if enabled in the settings, then it takes priority.
|
|
895
|
-
* @param metadataUuid Record UUID.
|
|
896
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
897
|
-
* @param reportProgress flag to report request and response progress.
|
|
898
|
-
*/
|
|
899
|
-
getRecordPermalink(metadataUuid: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
900
|
-
httpHeaderAccept?: 'application/json' | 'text/plain';
|
|
901
|
-
}): Observable<string>;
|
|
902
|
-
getRecordPermalink(metadataUuid: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
903
|
-
httpHeaderAccept?: 'application/json' | 'text/plain';
|
|
904
|
-
}): Observable<HttpResponse<string>>;
|
|
905
|
-
getRecordPermalink(metadataUuid: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
906
|
-
httpHeaderAccept?: 'application/json' | 'text/plain';
|
|
907
|
-
}): Observable<HttpEvent<string>>;
|
|
908
|
-
/**
|
|
909
|
-
* Get record popularity
|
|
910
|
-
* @param metadataUuid Record UUID.
|
|
911
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
912
|
-
* @param reportProgress flag to report request and response progress.
|
|
913
|
-
*/
|
|
914
|
-
getRecordPopularity(metadataUuid: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
915
|
-
httpHeaderAccept?: 'application/json' | 'text/plain';
|
|
916
|
-
}): Observable<string>;
|
|
917
|
-
getRecordPopularity(metadataUuid: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
918
|
-
httpHeaderAccept?: 'application/json' | 'text/plain';
|
|
919
|
-
}): Observable<HttpResponse<string>>;
|
|
920
|
-
getRecordPopularity(metadataUuid: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
921
|
-
httpHeaderAccept?: 'application/json' | 'text/plain';
|
|
922
|
-
}): Observable<HttpEvent<string>>;
|
|
923
|
-
/**
|
|
924
|
-
* Get record sharing settings
|
|
925
|
-
* Return current sharing options for a record.
|
|
926
|
-
* @param metadataUuid Record UUID.
|
|
927
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
928
|
-
* @param reportProgress flag to report request and response progress.
|
|
929
|
-
*/
|
|
930
|
-
getRecordSharingSettings(metadataUuid: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
931
|
-
httpHeaderAccept?: 'application/json';
|
|
932
|
-
}): Observable<SharingResponseApiModel>;
|
|
933
|
-
getRecordSharingSettings(metadataUuid: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
934
|
-
httpHeaderAccept?: 'application/json';
|
|
935
|
-
}): Observable<HttpResponse<SharingResponseApiModel>>;
|
|
936
|
-
getRecordSharingSettings(metadataUuid: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
937
|
-
httpHeaderAccept?: 'application/json';
|
|
938
|
-
}): Observable<HttpEvent<SharingResponseApiModel>>;
|
|
939
|
-
/**
|
|
940
|
-
* Get record status history
|
|
941
|
-
* @param metadataUuid Record UUID.
|
|
942
|
-
* @param details
|
|
943
|
-
* @param sortOrder Sort direction
|
|
944
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
945
|
-
* @param reportProgress flag to report request and response progress.
|
|
946
|
-
*/
|
|
947
|
-
getRecordStatusHistory(metadataUuid: string, details?: boolean, sortOrder?: 'ASC' | 'DESC', observe?: 'body', reportProgress?: boolean, options?: {
|
|
948
|
-
httpHeaderAccept?: 'application/json';
|
|
949
|
-
}): Observable<any>;
|
|
950
|
-
getRecordStatusHistory(metadataUuid: string, details?: boolean, sortOrder?: 'ASC' | 'DESC', observe?: 'response', reportProgress?: boolean, options?: {
|
|
951
|
-
httpHeaderAccept?: 'application/json';
|
|
952
|
-
}): Observable<HttpResponse<any>>;
|
|
953
|
-
getRecordStatusHistory(metadataUuid: string, details?: boolean, sortOrder?: 'ASC' | 'DESC', observe?: 'events', reportProgress?: boolean, options?: {
|
|
954
|
-
httpHeaderAccept?: 'application/json';
|
|
955
|
-
}): Observable<HttpEvent<any>>;
|
|
956
|
-
/**
|
|
957
|
-
* Get record status history by type
|
|
958
|
-
* @param metadataUuid Record UUID.
|
|
959
|
-
* @param type Type
|
|
960
|
-
* @param details
|
|
961
|
-
* @param sortOrder Sort direction
|
|
962
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
963
|
-
* @param reportProgress flag to report request and response progress.
|
|
964
|
-
*/
|
|
965
|
-
getRecordStatusHistoryByType(metadataUuid: string, type: 'workflow' | 'task' | 'event', details?: boolean, sortOrder?: 'ASC' | 'DESC', observe?: 'body', reportProgress?: boolean, options?: {
|
|
966
|
-
httpHeaderAccept?: 'application/json';
|
|
967
|
-
}): Observable<any>;
|
|
968
|
-
getRecordStatusHistoryByType(metadataUuid: string, type: 'workflow' | 'task' | 'event', details?: boolean, sortOrder?: 'ASC' | 'DESC', observe?: 'response', reportProgress?: boolean, options?: {
|
|
969
|
-
httpHeaderAccept?: 'application/json';
|
|
970
|
-
}): Observable<HttpResponse<any>>;
|
|
971
|
-
getRecordStatusHistoryByType(metadataUuid: string, type: 'workflow' | 'task' | 'event', details?: boolean, sortOrder?: 'ASC' | 'DESC', observe?: 'events', reportProgress?: boolean, options?: {
|
|
972
|
-
httpHeaderAccept?: 'application/json';
|
|
973
|
-
}): Observable<HttpEvent<any>>;
|
|
974
|
-
/**
|
|
975
|
-
* Get record tags
|
|
976
|
-
* Tags are used to classify information.<br/><a href=\'http://geonetwork-opensource.org/manuals/trunk/eng/users/user-guide/tag-information/tagging-with-categories.html\'>More info</a>
|
|
977
|
-
* @param metadataUuid Record UUID.
|
|
978
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
979
|
-
* @param reportProgress flag to report request and response progress.
|
|
980
|
-
*/
|
|
981
|
-
getRecordTags(metadataUuid: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
982
|
-
httpHeaderAccept?: 'application/json';
|
|
983
|
-
}): Observable<Set<MetadataCategoryApiModel>>;
|
|
984
|
-
getRecordTags(metadataUuid: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
985
|
-
httpHeaderAccept?: 'application/json';
|
|
986
|
-
}): Observable<HttpResponse<Set<MetadataCategoryApiModel>>>;
|
|
987
|
-
getRecordTags(metadataUuid: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
988
|
-
httpHeaderAccept?: 'application/json';
|
|
989
|
-
}): Observable<HttpEvent<Set<MetadataCategoryApiModel>>>;
|
|
990
|
-
/**
|
|
991
|
-
* Get list of metadata file downloads
|
|
992
|
-
* @param dateFrom From date of the metadata downloads
|
|
993
|
-
* @param dateTo To date of the metadata downloads
|
|
994
|
-
* @param groups Metadata group(s)
|
|
995
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
996
|
-
* @param reportProgress flag to report request and response progress.
|
|
997
|
-
*/
|
|
998
|
-
getReportDataDownloads(dateFrom: string, dateTo: string, groups?: Array<number>, observe?: 'body', reportProgress?: boolean, options?: {
|
|
999
|
-
httpHeaderAccept?: 'application/json';
|
|
1000
|
-
}): Observable<any>;
|
|
1001
|
-
getReportDataDownloads(dateFrom: string, dateTo: string, groups?: Array<number>, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1002
|
-
httpHeaderAccept?: 'application/json';
|
|
1003
|
-
}): Observable<HttpResponse<any>>;
|
|
1004
|
-
getReportDataDownloads(dateFrom: string, dateTo: string, groups?: Array<number>, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1005
|
-
httpHeaderAccept?: 'application/json';
|
|
1006
|
-
}): Observable<HttpEvent<any>>;
|
|
1007
|
-
/**
|
|
1008
|
-
* Get uploaded files to metadata records during a period.
|
|
1009
|
-
* @param dateFrom From date of the metadata uploads
|
|
1010
|
-
* @param dateTo To date of the metadata uploads
|
|
1011
|
-
* @param groups Metadata group(s)
|
|
1012
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1013
|
-
* @param reportProgress flag to report request and response progress.
|
|
1014
|
-
*/
|
|
1015
|
-
getReportDataUploads(dateFrom: string, dateTo: string, groups?: Array<number>, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1016
|
-
httpHeaderAccept?: 'application/json';
|
|
1017
|
-
}): Observable<any>;
|
|
1018
|
-
getReportDataUploads(dateFrom: string, dateTo: string, groups?: Array<number>, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1019
|
-
httpHeaderAccept?: 'application/json';
|
|
1020
|
-
}): Observable<HttpResponse<any>>;
|
|
1021
|
-
getReportDataUploads(dateFrom: string, dateTo: string, groups?: Array<number>, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1022
|
-
httpHeaderAccept?: 'application/json';
|
|
1023
|
-
}): Observable<HttpEvent<any>>;
|
|
1024
|
-
/**
|
|
1025
|
-
* Get the metadata not published during a period.
|
|
1026
|
-
* @param dateFrom From date of metadata change date
|
|
1027
|
-
* @param dateTo To date of metadata change date
|
|
1028
|
-
* @param groups Metadata group(s)
|
|
1029
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1030
|
-
* @param reportProgress flag to report request and response progress.
|
|
1031
|
-
*/
|
|
1032
|
-
getReportInternalMetadata(dateFrom: string, dateTo: string, groups?: Array<number>, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1033
|
-
httpHeaderAccept?: 'application/json';
|
|
1034
|
-
}): Observable<any>;
|
|
1035
|
-
getReportInternalMetadata(dateFrom: string, dateTo: string, groups?: Array<number>, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1036
|
-
httpHeaderAccept?: 'application/json';
|
|
1037
|
-
}): Observable<HttpResponse<any>>;
|
|
1038
|
-
getReportInternalMetadata(dateFrom: string, dateTo: string, groups?: Array<number>, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1039
|
-
httpHeaderAccept?: 'application/json';
|
|
1040
|
-
}): Observable<HttpEvent<any>>;
|
|
1041
|
-
/**
|
|
1042
|
-
* Get the updated metadata during a period.
|
|
1043
|
-
* @param dateFrom From date of metadata change date
|
|
1044
|
-
* @param dateTo To date of metadata change date
|
|
1045
|
-
* @param groups Metadata group(s)
|
|
1046
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1047
|
-
* @param reportProgress flag to report request and response progress.
|
|
1048
|
-
*/
|
|
1049
|
-
getReportUpdatedMetadata(dateFrom: string, dateTo: string, groups?: Array<number>, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1050
|
-
httpHeaderAccept?: 'application/json';
|
|
1051
|
-
}): Observable<any>;
|
|
1052
|
-
getReportUpdatedMetadata(dateFrom: string, dateTo: string, groups?: Array<number>, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1053
|
-
httpHeaderAccept?: 'application/json';
|
|
1054
|
-
}): Observable<HttpResponse<any>>;
|
|
1055
|
-
getReportUpdatedMetadata(dateFrom: string, dateTo: string, groups?: Array<number>, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1056
|
-
httpHeaderAccept?: 'application/json';
|
|
1057
|
-
}): Observable<HttpEvent<any>>;
|
|
1058
|
-
/**
|
|
1059
|
-
* Get a metadata resource
|
|
1060
|
-
* @param metadataUuid The metadata UUID
|
|
1061
|
-
* @param resourceId The resource identifier (ie. filename)
|
|
1062
|
-
* @param approved Use approved version or not
|
|
1063
|
-
* @param size Size (only applies to images). From 1px to 2048px.
|
|
1064
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1065
|
-
* @param reportProgress flag to report request and response progress.
|
|
1066
|
-
*/
|
|
1067
|
-
getResource(metadataUuid: string, resourceId: string, approved?: boolean, size?: number, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1068
|
-
httpHeaderAccept?: 'application/json';
|
|
1069
|
-
}): Observable<any>;
|
|
1070
|
-
getResource(metadataUuid: string, resourceId: string, approved?: boolean, size?: number, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1071
|
-
httpHeaderAccept?: 'application/json';
|
|
1072
|
-
}): Observable<HttpResponse<any>>;
|
|
1073
|
-
getResource(metadataUuid: string, resourceId: string, approved?: boolean, size?: number, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1074
|
-
httpHeaderAccept?: 'application/json';
|
|
1075
|
-
}): Observable<HttpEvent<any>>;
|
|
1076
|
-
/**
|
|
1077
|
-
* List saved queries for this metadata
|
|
1078
|
-
* @param metadataUuid Record UUID.
|
|
1079
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1080
|
-
* @param reportProgress flag to report request and response progress.
|
|
1081
|
-
*/
|
|
1082
|
-
getSavedQueries(metadataUuid: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1083
|
-
httpHeaderAccept?: 'application/json';
|
|
1084
|
-
}): Observable<Array<SavedQueryApiModel>>;
|
|
1085
|
-
getSavedQueries(metadataUuid: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1086
|
-
httpHeaderAccept?: 'application/json';
|
|
1087
|
-
}): Observable<HttpResponse<Array<SavedQueryApiModel>>>;
|
|
1088
|
-
getSavedQueries(metadataUuid: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1089
|
-
httpHeaderAccept?: 'application/json';
|
|
1090
|
-
}): Observable<HttpEvent<Array<SavedQueryApiModel>>>;
|
|
1091
|
-
/**
|
|
1092
|
-
* Get record sharing settings
|
|
1093
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1094
|
-
* @param reportProgress flag to report request and response progress.
|
|
1095
|
-
*/
|
|
1096
|
-
getSharingSettings(observe?: 'body', reportProgress?: boolean, options?: {
|
|
1097
|
-
httpHeaderAccept?: 'application/json';
|
|
1098
|
-
}): Observable<SharingResponseApiModel>;
|
|
1099
|
-
getSharingSettings(observe?: 'response', reportProgress?: boolean, options?: {
|
|
1100
|
-
httpHeaderAccept?: 'application/json';
|
|
1101
|
-
}): Observable<HttpResponse<SharingResponseApiModel>>;
|
|
1102
|
-
getSharingSettings(observe?: 'events', reportProgress?: boolean, options?: {
|
|
1103
|
-
httpHeaderAccept?: 'application/json';
|
|
1104
|
-
}): Observable<HttpEvent<SharingResponseApiModel>>;
|
|
1105
|
-
/**
|
|
1106
|
-
* Get last workflow status for a record
|
|
1107
|
-
* @param metadataUuid Record UUID.
|
|
1108
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1109
|
-
* @param reportProgress flag to report request and response progress.
|
|
1110
|
-
*/
|
|
1111
|
-
getStatus(metadataUuid: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1112
|
-
httpHeaderAccept?: 'application/json';
|
|
1113
|
-
}): Observable<any>;
|
|
1114
|
-
getStatus(metadataUuid: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1115
|
-
httpHeaderAccept?: 'application/json';
|
|
1116
|
-
}): Observable<HttpResponse<any>>;
|
|
1117
|
-
getStatus(metadataUuid: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1118
|
-
httpHeaderAccept?: 'application/json';
|
|
1119
|
-
}): Observable<HttpEvent<any>>;
|
|
1120
|
-
/**
|
|
1121
|
-
* Get suggestions
|
|
1122
|
-
* Analyze the record an suggest processes to improve the quality of the record.<br/><a href=\'http://geonetwork-opensource.org/manuals/trunk/eng/users/user-guide/workflow/batchupdate-xsl.html\'>More info</a>
|
|
1123
|
-
* @param metadataUuid Record UUID.
|
|
1124
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1125
|
-
* @param reportProgress flag to report request and response progress.
|
|
1126
|
-
*/
|
|
1127
|
-
getSuggestions(metadataUuid: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1128
|
-
httpHeaderAccept?: 'application/json';
|
|
1129
|
-
}): Observable<Array<SuggestionTypeApiModel>>;
|
|
1130
|
-
getSuggestions(metadataUuid: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1131
|
-
httpHeaderAccept?: 'application/json';
|
|
1132
|
-
}): Observable<HttpResponse<Array<SuggestionTypeApiModel>>>;
|
|
1133
|
-
getSuggestions(metadataUuid: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1134
|
-
httpHeaderAccept?: 'application/json';
|
|
1135
|
-
}): Observable<HttpEvent<Array<SuggestionTypeApiModel>>>;
|
|
1136
|
-
/**
|
|
1137
|
-
* Get test suites available.
|
|
1138
|
-
* TG13, TG2, ...
|
|
1139
|
-
* @param metadataUuid Record UUID.
|
|
1140
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1141
|
-
* @param reportProgress flag to report request and response progress.
|
|
1142
|
-
*/
|
|
1143
|
-
getTestSuites(metadataUuid: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1144
|
-
httpHeaderAccept?: 'application/json';
|
|
1145
|
-
}): Observable<{
|
|
1146
|
-
[key: string]: Array<string>;
|
|
1147
|
-
}>;
|
|
1148
|
-
getTestSuites(metadataUuid: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1149
|
-
httpHeaderAccept?: 'application/json';
|
|
1150
|
-
}): Observable<HttpResponse<{
|
|
1151
|
-
[key: string]: Array<string>;
|
|
1152
|
-
}>>;
|
|
1153
|
-
getTestSuites(metadataUuid: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1154
|
-
httpHeaderAccept?: 'application/json';
|
|
1155
|
-
}): Observable<HttpEvent<{
|
|
1156
|
-
[key: string]: Array<string>;
|
|
1157
|
-
}>>;
|
|
1158
|
-
/**
|
|
1159
|
-
* Search status
|
|
1160
|
-
* @param type One or more types to retrieve (ie. worflow, event, task). Default is all.
|
|
1161
|
-
* @param details All event details including XML changes. Responses are bigger. Default is false
|
|
1162
|
-
* @param sortOrder Sort Order (ie. DESC or ASC). Default is none.
|
|
1163
|
-
* @param author One or more event author. Default is all.
|
|
1164
|
-
* @param owner One or more event owners. Default is all.
|
|
1165
|
-
* @param id One or more record identifier. Default is all.
|
|
1166
|
-
* @param recordIdentifier One or more metadata record identifier. Default is all.
|
|
1167
|
-
* @param uuid One or more metadata uuid. Default is all.
|
|
1168
|
-
* @param statusIds One or more status id. Default is all.
|
|
1169
|
-
* @param dateFrom Start date
|
|
1170
|
-
* @param dateTo End date
|
|
1171
|
-
* @param from From page
|
|
1172
|
-
* @param size Number of records to return
|
|
1173
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1174
|
-
* @param reportProgress flag to report request and response progress.
|
|
1175
|
-
*/
|
|
1176
|
-
getWorkflowStatusByType(type?: Array<'workflow' | 'task' | 'event'>, details?: boolean, sortOrder?: 'ASC' | 'DESC', author?: Array<number>, owner?: Array<number>, id?: Array<number>, recordIdentifier?: Array<number>, uuid?: Array<string>, statusIds?: Array<string>, dateFrom?: string, dateTo?: string, from?: number, size?: number, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1177
|
-
httpHeaderAccept?: 'application/json';
|
|
1178
|
-
}): Observable<any>;
|
|
1179
|
-
getWorkflowStatusByType(type?: Array<'workflow' | 'task' | 'event'>, details?: boolean, sortOrder?: 'ASC' | 'DESC', author?: Array<number>, owner?: Array<number>, id?: Array<number>, recordIdentifier?: Array<number>, uuid?: Array<string>, statusIds?: Array<string>, dateFrom?: string, dateTo?: string, from?: number, size?: number, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1180
|
-
httpHeaderAccept?: 'application/json';
|
|
1181
|
-
}): Observable<HttpResponse<any>>;
|
|
1182
|
-
getWorkflowStatusByType(type?: Array<'workflow' | 'task' | 'event'>, details?: boolean, sortOrder?: 'ASC' | 'DESC', author?: Array<number>, owner?: Array<number>, id?: Array<number>, recordIdentifier?: Array<number>, uuid?: Array<string>, statusIds?: Array<string>, dateFrom?: string, dateTo?: string, from?: number, size?: number, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1183
|
-
httpHeaderAccept?: 'application/json';
|
|
1184
|
-
}): Observable<HttpEvent<any>>;
|
|
1185
|
-
/**
|
|
1186
|
-
* Increase record popularity
|
|
1187
|
-
* Used when a view is based on the search results content and does not really access the record. Record is then added to the indexing queue and popularity will be updated soon.
|
|
1188
|
-
* @param metadataUuid Record UUID.
|
|
1189
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1190
|
-
* @param reportProgress flag to report request and response progress.
|
|
1191
|
-
*/
|
|
1192
|
-
increaseRecordPopularity(metadataUuid: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1193
|
-
httpHeaderAccept?: 'application/json' | 'text/plain';
|
|
1194
|
-
}): Observable<string>;
|
|
1195
|
-
increaseRecordPopularity(metadataUuid: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1196
|
-
httpHeaderAccept?: 'application/json' | 'text/plain';
|
|
1197
|
-
}): Observable<HttpResponse<string>>;
|
|
1198
|
-
increaseRecordPopularity(metadataUuid: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1199
|
-
httpHeaderAccept?: 'application/json' | 'text/plain';
|
|
1200
|
-
}): Observable<HttpEvent<string>>;
|
|
1201
|
-
/**
|
|
1202
|
-
* Index a set of records
|
|
1203
|
-
* Index a set of records provided either by a bucket or a list of uuids
|
|
1204
|
-
* @param uuids Record UUIDs. If null current selection is used.
|
|
1205
|
-
* @param bucket Selection bucket name
|
|
1206
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1207
|
-
* @param reportProgress flag to report request and response progress.
|
|
1208
|
-
*/
|
|
1209
|
-
index1(uuids?: Array<string>, bucket?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1210
|
-
httpHeaderAccept?: 'application/json';
|
|
1211
|
-
}): Observable<{
|
|
1212
|
-
[key: string]: object;
|
|
1213
|
-
}>;
|
|
1214
|
-
index1(uuids?: Array<string>, bucket?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1215
|
-
httpHeaderAccept?: 'application/json';
|
|
1216
|
-
}): Observable<HttpResponse<{
|
|
1217
|
-
[key: string]: object;
|
|
1218
|
-
}>>;
|
|
1219
|
-
index1(uuids?: Array<string>, bucket?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1220
|
-
httpHeaderAccept?: 'application/json';
|
|
1221
|
-
}): Observable<HttpEvent<{
|
|
1222
|
-
[key: string]: object;
|
|
1223
|
-
}>>;
|
|
1224
|
-
/**
|
|
1225
|
-
* Add a record
|
|
1226
|
-
* Add one or more record from an XML fragment, URL or file in a folder on the catalog server. When loadingfrom the catalog server folder, it might be faster to use a local filesystem harvester.
|
|
1227
|
-
* @param metadataType The type of record.
|
|
1228
|
-
* @param url URL of a file to download and insert.
|
|
1229
|
-
* @param serverFolder Server folder where to look for files.
|
|
1230
|
-
* @param recursiveSearch (Server folder import only) Recursive search in folder.
|
|
1231
|
-
* @param publishToAll (XML file only and if workflow is not enabled) Publish record.
|
|
1232
|
-
* @param assignToCatalog (MEF file only) Assign to current catalog.
|
|
1233
|
-
* @param uuidProcessing Record identifier processing.
|
|
1234
|
-
* @param group The group the record is attached to.
|
|
1235
|
-
* @param category Tags to assign to the record.
|
|
1236
|
-
* @param rejectIfInvalid Validate the record first and reject it if not valid.
|
|
1237
|
-
* @param transformWith XSL transformation to apply to the record.
|
|
1238
|
-
* @param schema Force the schema of the record. If not set, schema autodetection is used (and is the preferred method).
|
|
1239
|
-
* @param allowEditGroupMembers Is editable by group members with editor profile? If not, only the author and administrator can edit the record.
|
|
1240
|
-
* @param extra (experimental) Add extra information to the record.
|
|
1241
|
-
* @param body
|
|
1242
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1243
|
-
* @param reportProgress flag to report request and response progress.
|
|
1244
|
-
*/
|
|
1245
|
-
insert(metadataType?: 'METADATA' | 'TEMPLATE' | 'SUB_TEMPLATE' | 'TEMPLATE_OF_SUB_TEMPLATE', url?: Array<string>, serverFolder?: string, recursiveSearch?: boolean, publishToAll?: boolean, assignToCatalog?: boolean, uuidProcessing?: 'GENERATEUUID' | 'NOTHING' | 'OVERWRITE' | 'REMOVE_AND_REPLACE', group?: string, category?: Array<string>, rejectIfInvalid?: boolean, transformWith?: string, schema?: string, allowEditGroupMembers?: boolean, extra?: string, body?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1246
|
-
httpHeaderAccept?: 'application/json';
|
|
1247
|
-
}): Observable<SimpleMetadataProcessingReportApiModel>;
|
|
1248
|
-
insert(metadataType?: 'METADATA' | 'TEMPLATE' | 'SUB_TEMPLATE' | 'TEMPLATE_OF_SUB_TEMPLATE', url?: Array<string>, serverFolder?: string, recursiveSearch?: boolean, publishToAll?: boolean, assignToCatalog?: boolean, uuidProcessing?: 'GENERATEUUID' | 'NOTHING' | 'OVERWRITE' | 'REMOVE_AND_REPLACE', group?: string, category?: Array<string>, rejectIfInvalid?: boolean, transformWith?: string, schema?: string, allowEditGroupMembers?: boolean, extra?: string, body?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1249
|
-
httpHeaderAccept?: 'application/json';
|
|
1250
|
-
}): Observable<HttpResponse<SimpleMetadataProcessingReportApiModel>>;
|
|
1251
|
-
insert(metadataType?: 'METADATA' | 'TEMPLATE' | 'SUB_TEMPLATE' | 'TEMPLATE_OF_SUB_TEMPLATE', url?: Array<string>, serverFolder?: string, recursiveSearch?: boolean, publishToAll?: boolean, assignToCatalog?: boolean, uuidProcessing?: 'GENERATEUUID' | 'NOTHING' | 'OVERWRITE' | 'REMOVE_AND_REPLACE', group?: string, category?: Array<string>, rejectIfInvalid?: boolean, transformWith?: string, schema?: string, allowEditGroupMembers?: boolean, extra?: string, body?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1252
|
-
httpHeaderAccept?: 'application/json';
|
|
1253
|
-
}): Observable<HttpEvent<SimpleMetadataProcessingReportApiModel>>;
|
|
1254
|
-
/**
|
|
1255
|
-
* Add a record from XML or MEF/ZIP file
|
|
1256
|
-
* Add record in the catalog by uploading files.
|
|
1257
|
-
* @param metadataType The type of record.
|
|
1258
|
-
* @param file XML or MEF file to upload
|
|
1259
|
-
* @param uuidProcessing Record identifier processing.
|
|
1260
|
-
* @param group The group the record is attached to.
|
|
1261
|
-
* @param category Tags to assign to the record.
|
|
1262
|
-
* @param rejectIfInvalid Validate the record first and reject it if not valid.
|
|
1263
|
-
* @param publishToAll (XML file only) Publish record.
|
|
1264
|
-
* @param assignToCatalog (MEF file only) Assign to current catalog.
|
|
1265
|
-
* @param transformWith XSL transformation to apply to the record.
|
|
1266
|
-
* @param schema Force the schema of the record. If not set, schema autodetection is used (and is the preferred method).
|
|
1267
|
-
* @param extra (experimental) Add extra information to the record.
|
|
1268
|
-
* @param allowEditGroupMembers Is editable by group members with editor profile? If not, only the author and administrator can edit the record.
|
|
1269
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1270
|
-
* @param reportProgress flag to report request and response progress.
|
|
1271
|
-
*/
|
|
1272
|
-
insertFile(metadataType?: 'METADATA' | 'TEMPLATE' | 'SUB_TEMPLATE' | 'TEMPLATE_OF_SUB_TEMPLATE', file?: Array<Blob>, uuidProcessing?: 'GENERATEUUID' | 'NOTHING' | 'OVERWRITE' | 'REMOVE_AND_REPLACE', group?: string, category?: Array<string>, rejectIfInvalid?: boolean, publishToAll?: boolean, assignToCatalog?: boolean, transformWith?: string, schema?: string, extra?: string, allowEditGroupMembers?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1273
|
-
httpHeaderAccept?: 'application/json';
|
|
1274
|
-
}): Observable<SimpleMetadataProcessingReportApiModel>;
|
|
1275
|
-
insertFile(metadataType?: 'METADATA' | 'TEMPLATE' | 'SUB_TEMPLATE' | 'TEMPLATE_OF_SUB_TEMPLATE', file?: Array<Blob>, uuidProcessing?: 'GENERATEUUID' | 'NOTHING' | 'OVERWRITE' | 'REMOVE_AND_REPLACE', group?: string, category?: Array<string>, rejectIfInvalid?: boolean, publishToAll?: boolean, assignToCatalog?: boolean, transformWith?: string, schema?: string, extra?: string, allowEditGroupMembers?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1276
|
-
httpHeaderAccept?: 'application/json';
|
|
1277
|
-
}): Observable<HttpResponse<SimpleMetadataProcessingReportApiModel>>;
|
|
1278
|
-
insertFile(metadataType?: 'METADATA' | 'TEMPLATE' | 'SUB_TEMPLATE' | 'TEMPLATE_OF_SUB_TEMPLATE', file?: Array<Blob>, uuidProcessing?: 'GENERATEUUID' | 'NOTHING' | 'OVERWRITE' | 'REMOVE_AND_REPLACE', group?: string, category?: Array<string>, rejectIfInvalid?: boolean, publishToAll?: boolean, assignToCatalog?: boolean, transformWith?: string, schema?: string, extra?: string, allowEditGroupMembers?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1279
|
-
httpHeaderAccept?: 'application/json';
|
|
1280
|
-
}): Observable<HttpEvent<SimpleMetadataProcessingReportApiModel>>;
|
|
1281
|
-
/**
|
|
1282
|
-
* Add a map metadata record from OGC OWS context
|
|
1283
|
-
* Add record in the catalog by uploading a map context.
|
|
1284
|
-
* @param title A map title
|
|
1285
|
-
* @param recordAbstract A map abstract
|
|
1286
|
-
* @param xml OGC OWS context as string
|
|
1287
|
-
* @param filename OGC OWS context file name
|
|
1288
|
-
* @param url OGC OWS context URL
|
|
1289
|
-
* @param viewerUrl A map viewer URL to visualize the map
|
|
1290
|
-
* @param overview Map overview as PNG (base64 encoded)
|
|
1291
|
-
* @param overviewFilename Map overview filename
|
|
1292
|
-
* @param topic Topic category
|
|
1293
|
-
* @param publishToAll Publish record.
|
|
1294
|
-
* @param uuidProcessing Record identifier processing.
|
|
1295
|
-
* @param group The group the record is attached to.
|
|
1296
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1297
|
-
* @param reportProgress flag to report request and response progress.
|
|
1298
|
-
*/
|
|
1299
|
-
insertOgcMapContextFile(title: string, recordAbstract?: string, xml?: string, filename?: string, url?: string, viewerUrl?: string, overview?: string, overviewFilename?: string, topic?: string, publishToAll?: boolean, uuidProcessing?: 'GENERATEUUID' | 'NOTHING' | 'OVERWRITE' | 'REMOVE_AND_REPLACE', group?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1300
|
-
httpHeaderAccept?: 'application/json';
|
|
1301
|
-
}): Observable<SimpleMetadataProcessingReportApiModel>;
|
|
1302
|
-
insertOgcMapContextFile(title: string, recordAbstract?: string, xml?: string, filename?: string, url?: string, viewerUrl?: string, overview?: string, overviewFilename?: string, topic?: string, publishToAll?: boolean, uuidProcessing?: 'GENERATEUUID' | 'NOTHING' | 'OVERWRITE' | 'REMOVE_AND_REPLACE', group?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1303
|
-
httpHeaderAccept?: 'application/json';
|
|
1304
|
-
}): Observable<HttpResponse<SimpleMetadataProcessingReportApiModel>>;
|
|
1305
|
-
insertOgcMapContextFile(title: string, recordAbstract?: string, xml?: string, filename?: string, url?: string, viewerUrl?: string, overview?: string, overviewFilename?: string, topic?: string, publishToAll?: boolean, uuidProcessing?: 'GENERATEUUID' | 'NOTHING' | 'OVERWRITE' | 'REMOVE_AND_REPLACE', group?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1306
|
-
httpHeaderAccept?: 'application/json';
|
|
1307
|
-
}): Observable<HttpEvent<SimpleMetadataProcessingReportApiModel>>;
|
|
1308
|
-
/**
|
|
1309
|
-
* Update the metadata resource visibility
|
|
1310
|
-
* @param metadataUuid The metadata UUID
|
|
1311
|
-
* @param resourceId The resource identifier (ie. filename)
|
|
1312
|
-
* @param visibility The visibility
|
|
1313
|
-
* @param approved Use approved version or not
|
|
1314
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1315
|
-
* @param reportProgress flag to report request and response progress.
|
|
1316
|
-
*/
|
|
1317
|
-
patchResource(metadataUuid: string, resourceId: string, visibility: 'public' | 'private', approved?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1318
|
-
httpHeaderAccept?: 'application/json';
|
|
1319
|
-
}): Observable<MetadataResourceApiModel>;
|
|
1320
|
-
patchResource(metadataUuid: string, resourceId: string, visibility: 'public' | 'private', approved?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1321
|
-
httpHeaderAccept?: 'application/json';
|
|
1322
|
-
}): Observable<HttpResponse<MetadataResourceApiModel>>;
|
|
1323
|
-
patchResource(metadataUuid: string, resourceId: string, visibility: 'public' | 'private', approved?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1324
|
-
httpHeaderAccept?: 'application/json';
|
|
1325
|
-
}): Observable<HttpEvent<MetadataResourceApiModel>>;
|
|
1326
|
-
/**
|
|
1327
|
-
* Preview edits made by XPath expressions.
|
|
1328
|
-
* @param batchEditParameterApiModel
|
|
1329
|
-
* @param uuids Record UUIDs. If null current selection is used.
|
|
1330
|
-
* @param bucket Selection bucket name
|
|
1331
|
-
* @param diffType Return differences with diff, diffhtml or patch
|
|
1332
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1333
|
-
* @param reportProgress flag to report request and response progress.
|
|
1334
|
-
*/
|
|
1335
|
-
previewBatchEdit(batchEditParameterApiModel: Array<BatchEditParameterApiModel>, uuids?: Array<string>, bucket?: string, diffType?: 'patch' | 'diff' | 'diffhtml', observe?: 'body', reportProgress?: boolean, options?: {
|
|
1336
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
1337
|
-
}): Observable<object>;
|
|
1338
|
-
previewBatchEdit(batchEditParameterApiModel: Array<BatchEditParameterApiModel>, uuids?: Array<string>, bucket?: string, diffType?: 'patch' | 'diff' | 'diffhtml', observe?: 'response', reportProgress?: boolean, options?: {
|
|
1339
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
1340
|
-
}): Observable<HttpResponse<object>>;
|
|
1341
|
-
previewBatchEdit(batchEditParameterApiModel: Array<BatchEditParameterApiModel>, uuids?: Array<string>, bucket?: string, diffType?: 'patch' | 'diff' | 'diffhtml', observe?: 'events', reportProgress?: boolean, options?: {
|
|
1342
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
1343
|
-
}): Observable<HttpEvent<object>>;
|
|
1344
|
-
/**
|
|
1345
|
-
* Apply a process
|
|
1346
|
-
* Process a metadata with an XSL transformation declared in the metadata schema (See the process folder). Parameters sent to the service are forwarded to XSL process.
|
|
1347
|
-
* @param metadataUuid Record UUID.
|
|
1348
|
-
* @param process Process identifier
|
|
1349
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1350
|
-
* @param reportProgress flag to report request and response progress.
|
|
1351
|
-
*/
|
|
1352
|
-
processRecord(metadataUuid: string, process: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1353
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
1354
|
-
}): Observable<string>;
|
|
1355
|
-
processRecord(metadataUuid: string, process: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1356
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
1357
|
-
}): Observable<HttpResponse<string>>;
|
|
1358
|
-
processRecord(metadataUuid: string, process: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1359
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
1360
|
-
}): Observable<HttpEvent<string>>;
|
|
1361
|
-
/**
|
|
1362
|
-
* Preview process result
|
|
1363
|
-
* Process a metadata with an XSL transformation declared in the metadata schema (See the process folder). Parameters sent to the service are forwarded to XSL process.
|
|
1364
|
-
* @param metadataUuid Record UUID.
|
|
1365
|
-
* @param process Process identifier
|
|
1366
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1367
|
-
* @param reportProgress flag to report request and response progress.
|
|
1368
|
-
*/
|
|
1369
|
-
processRecordPreview(metadataUuid: string, process: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1370
|
-
httpHeaderAccept?: 'application/json';
|
|
1371
|
-
}): Observable<any>;
|
|
1372
|
-
processRecordPreview(metadataUuid: string, process: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1373
|
-
httpHeaderAccept?: 'application/json';
|
|
1374
|
-
}): Observable<HttpResponse<any>>;
|
|
1375
|
-
processRecordPreview(metadataUuid: string, process: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1376
|
-
httpHeaderAccept?: 'application/json';
|
|
1377
|
-
}): Observable<HttpEvent<any>>;
|
|
1378
|
-
/**
|
|
1379
|
-
* Publish one or more records
|
|
1380
|
-
* See record sharing for more details.
|
|
1381
|
-
* @param uuids Record UUIDs. If null current selection is used.
|
|
1382
|
-
* @param bucket Selection bucket name
|
|
1383
|
-
* @param body
|
|
1384
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1385
|
-
* @param reportProgress flag to report request and response progress.
|
|
1386
|
-
*/
|
|
1387
|
-
publish(uuids?: Array<string>, bucket?: string, body?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1388
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1389
|
-
}): Observable<MetadataProcessingReportApiModel>;
|
|
1390
|
-
publish(uuids?: Array<string>, bucket?: string, body?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1391
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1392
|
-
}): Observable<HttpResponse<MetadataProcessingReportApiModel>>;
|
|
1393
|
-
publish(uuids?: Array<string>, bucket?: string, body?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1394
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1395
|
-
}): Observable<HttpEvent<MetadataProcessingReportApiModel>>;
|
|
1396
|
-
/**
|
|
1397
|
-
* Set privileges for ALL group to publish the metadata for all users.
|
|
1398
|
-
* @param metadataUuid Record UUID.
|
|
1399
|
-
* @param body
|
|
1400
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1401
|
-
* @param reportProgress flag to report request and response progress.
|
|
1402
|
-
*/
|
|
1403
|
-
publish1(metadataUuid: string, body?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1404
|
-
httpHeaderAccept?: 'application/json';
|
|
1405
|
-
}): Observable<any>;
|
|
1406
|
-
publish1(metadataUuid: string, body?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1407
|
-
httpHeaderAccept?: 'application/json';
|
|
1408
|
-
}): Observable<HttpResponse<any>>;
|
|
1409
|
-
publish1(metadataUuid: string, body?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1410
|
-
httpHeaderAccept?: 'application/json';
|
|
1411
|
-
}): Observable<HttpEvent<any>>;
|
|
1412
|
-
/**
|
|
1413
|
-
* Create a new resource for a given metadata
|
|
1414
|
-
* @param metadataUuid The metadata UUID
|
|
1415
|
-
* @param file The file to upload
|
|
1416
|
-
* @param visibility The sharing policy
|
|
1417
|
-
* @param approved Use approved version or not
|
|
1418
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1419
|
-
* @param reportProgress flag to report request and response progress.
|
|
1420
|
-
*/
|
|
1421
|
-
putResource(metadataUuid: string, file: Blob, visibility?: 'public' | 'private', approved?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1422
|
-
httpHeaderAccept?: 'application/json';
|
|
1423
|
-
}): Observable<MetadataResourceApiModel>;
|
|
1424
|
-
putResource(metadataUuid: string, file: Blob, visibility?: 'public' | 'private', approved?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1425
|
-
httpHeaderAccept?: 'application/json';
|
|
1426
|
-
}): Observable<HttpResponse<MetadataResourceApiModel>>;
|
|
1427
|
-
putResource(metadataUuid: string, file: Blob, visibility?: 'public' | 'private', approved?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1428
|
-
httpHeaderAccept?: 'application/json';
|
|
1429
|
-
}): Observable<HttpEvent<MetadataResourceApiModel>>;
|
|
1430
|
-
/**
|
|
1431
|
-
* Create a new resource from a URL for a given metadata
|
|
1432
|
-
* @param metadataUuid The metadata UUID
|
|
1433
|
-
* @param url The URL to load in the store
|
|
1434
|
-
* @param visibility The sharing policy
|
|
1435
|
-
* @param approved Use approved version or not
|
|
1436
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1437
|
-
* @param reportProgress flag to report request and response progress.
|
|
1438
|
-
*/
|
|
1439
|
-
putResourceFromURL(metadataUuid: string, url: string, visibility?: 'public' | 'private', approved?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1440
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1441
|
-
}): Observable<MetadataResourceApiModel>;
|
|
1442
|
-
putResourceFromURL(metadataUuid: string, url: string, visibility?: 'public' | 'private', approved?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1443
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1444
|
-
}): Observable<HttpResponse<MetadataResourceApiModel>>;
|
|
1445
|
-
putResourceFromURL(metadataUuid: string, url: string, visibility?: 'public' | 'private', approved?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1446
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1447
|
-
}): Observable<HttpEvent<MetadataResourceApiModel>>;
|
|
1448
|
-
/**
|
|
1449
|
-
* Rate a record
|
|
1450
|
-
* User rating of metadata. If the metadata was harvested using the \'GeoNetwork\' protocol and the system setting localrating/enable is false (the default), the user\'s rating is shared between GN nodes in this harvesting network. If the metadata was not harvested or if localrating/enable is true then \'local rating\' is applied, counting only rating from users of this node.<br/>When a remote rating is applied, the local rating is not updated. It will be updated on the next harvest run (FIXME ?).
|
|
1451
|
-
* @param metadataUuid Record UUID.
|
|
1452
|
-
* @param body
|
|
1453
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1454
|
-
* @param reportProgress flag to report request and response progress.
|
|
1455
|
-
*/
|
|
1456
|
-
rateRecord(metadataUuid: string, body: number, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1457
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1458
|
-
}): Observable<number>;
|
|
1459
|
-
rateRecord(metadataUuid: string, body: number, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1460
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1461
|
-
}): Observable<HttpResponse<number>>;
|
|
1462
|
-
rateRecord(metadataUuid: string, body: number, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1463
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1464
|
-
}): Observable<HttpEvent<number>>;
|
|
1465
|
-
/**
|
|
1466
|
-
* Restore saved content from a status record
|
|
1467
|
-
* @param metadataUuid Record UUID.
|
|
1468
|
-
* @param statusId Status identifier
|
|
1469
|
-
* @param userId User identifier
|
|
1470
|
-
* @param changeDate Change date
|
|
1471
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1472
|
-
* @param reportProgress flag to report request and response progress.
|
|
1473
|
-
*/
|
|
1474
|
-
restoreAtStatusSave(metadataUuid: string, statusId: number, userId: number, changeDate: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1475
|
-
httpHeaderAccept?: 'application/json';
|
|
1476
|
-
}): Observable<any>;
|
|
1477
|
-
restoreAtStatusSave(metadataUuid: string, statusId: number, userId: number, changeDate: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1478
|
-
httpHeaderAccept?: 'application/json';
|
|
1479
|
-
}): Observable<HttpResponse<any>>;
|
|
1480
|
-
restoreAtStatusSave(metadataUuid: string, statusId: number, userId: number, changeDate: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1481
|
-
httpHeaderAccept?: 'application/json';
|
|
1482
|
-
}): Observable<HttpEvent<any>>;
|
|
1483
|
-
/**
|
|
1484
|
-
* Save edits
|
|
1485
|
-
* Save the HTML form content.
|
|
1486
|
-
* @param metadataUuid Record UUID.
|
|
1487
|
-
* @param tab Tab
|
|
1488
|
-
* @param withAttributes
|
|
1489
|
-
* @param withValidationErrors
|
|
1490
|
-
* @param minor
|
|
1491
|
-
* @param status Submit for review directly after save.
|
|
1492
|
-
* @param commit Save current edits.
|
|
1493
|
-
* @param terminate Save and terminate session.
|
|
1494
|
-
* @param data Record as XML. TODO: rename xml
|
|
1495
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1496
|
-
* @param reportProgress flag to report request and response progress.
|
|
1497
|
-
*/
|
|
1498
|
-
saveEdits(metadataUuid: string, tab?: string, withAttributes?: boolean, withValidationErrors?: boolean, minor?: boolean, status?: string, commit?: boolean, terminate?: boolean, data?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1499
|
-
httpHeaderAccept?: 'application/json';
|
|
1500
|
-
}): Observable<any>;
|
|
1501
|
-
saveEdits(metadataUuid: string, tab?: string, withAttributes?: boolean, withValidationErrors?: boolean, minor?: boolean, status?: string, commit?: boolean, terminate?: boolean, data?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1502
|
-
httpHeaderAccept?: 'application/json';
|
|
1503
|
-
}): Observable<HttpResponse<any>>;
|
|
1504
|
-
saveEdits(metadataUuid: string, tab?: string, withAttributes?: boolean, withValidationErrors?: boolean, minor?: boolean, status?: string, commit?: boolean, terminate?: boolean, data?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1505
|
-
httpHeaderAccept?: 'application/json';
|
|
1506
|
-
}): Observable<HttpEvent<any>>;
|
|
1507
|
-
/**
|
|
1508
|
-
* Create an overview using the map print module
|
|
1509
|
-
* <a href=\'http://geonetwork-opensource.org/manuals/trunk/eng/users/user-guide/associating-resources/linking-thumbnail.html#generating-a-thumbnail-using-wms-layers\'>More info</a>
|
|
1510
|
-
* @param metadataUuid Record UUID.
|
|
1511
|
-
* @param jsonConfig The mapprint module JSON configuration
|
|
1512
|
-
* @param rotationAngle The rotation angle of the map
|
|
1513
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1514
|
-
* @param reportProgress flag to report request and response progress.
|
|
1515
|
-
*/
|
|
1516
|
-
saveThumbnail(metadataUuid: string, jsonConfig: string, rotationAngle?: number, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1517
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1518
|
-
}): Observable<MetadataResourceApiModel>;
|
|
1519
|
-
saveThumbnail(metadataUuid: string, jsonConfig: string, rotationAngle?: number, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1520
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1521
|
-
}): Observable<HttpResponse<MetadataResourceApiModel>>;
|
|
1522
|
-
saveThumbnail(metadataUuid: string, jsonConfig: string, rotationAngle?: number, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1523
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1524
|
-
}): Observable<HttpEvent<MetadataResourceApiModel>>;
|
|
1525
|
-
/**
|
|
1526
|
-
* Set group and owner for one or more records
|
|
1527
|
-
* @param groupIdentifier Group identifier
|
|
1528
|
-
* @param userIdentifier User identifier
|
|
1529
|
-
* @param uuids Record UUIDs. If null current selection is used.
|
|
1530
|
-
* @param bucket Selection bucket name
|
|
1531
|
-
* @param approved Use approved version or not
|
|
1532
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1533
|
-
* @param reportProgress flag to report request and response progress.
|
|
1534
|
-
*/
|
|
1535
|
-
setGroupAndOwner(groupIdentifier: number, userIdentifier: number, uuids?: Array<string>, bucket?: string, approved?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1536
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1537
|
-
}): Observable<MetadataProcessingReportApiModel>;
|
|
1538
|
-
setGroupAndOwner(groupIdentifier: number, userIdentifier: number, uuids?: Array<string>, bucket?: string, approved?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1539
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1540
|
-
}): Observable<HttpResponse<MetadataProcessingReportApiModel>>;
|
|
1541
|
-
setGroupAndOwner(groupIdentifier: number, userIdentifier: number, uuids?: Array<string>, bucket?: string, approved?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1542
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1543
|
-
}): Observable<HttpEvent<MetadataProcessingReportApiModel>>;
|
|
1544
|
-
/**
|
|
1545
|
-
* Set record group
|
|
1546
|
-
* A record is related to one group.
|
|
1547
|
-
* @param metadataUuid Record UUID.
|
|
1548
|
-
* @param body
|
|
1549
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1550
|
-
* @param reportProgress flag to report request and response progress.
|
|
1551
|
-
*/
|
|
1552
|
-
setRecordGroup(metadataUuid: string, body: number, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1553
|
-
httpHeaderAccept?: 'application/json';
|
|
1554
|
-
}): Observable<any>;
|
|
1555
|
-
setRecordGroup(metadataUuid: string, body: number, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1556
|
-
httpHeaderAccept?: 'application/json';
|
|
1557
|
-
}): Observable<HttpResponse<any>>;
|
|
1558
|
-
setRecordGroup(metadataUuid: string, body: number, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1559
|
-
httpHeaderAccept?: 'application/json';
|
|
1560
|
-
}): Observable<HttpEvent<any>>;
|
|
1561
|
-
/**
|
|
1562
|
-
* Set record group and owner
|
|
1563
|
-
* @param metadataUuid Record UUID.
|
|
1564
|
-
* @param groupIdentifier Group identifier
|
|
1565
|
-
* @param userIdentifier User identifier
|
|
1566
|
-
* @param approved Use approved version or not
|
|
1567
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1568
|
-
* @param reportProgress flag to report request and response progress.
|
|
1569
|
-
*/
|
|
1570
|
-
setRecordOwnership(metadataUuid: string, groupIdentifier: number, userIdentifier: number, approved?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1571
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1572
|
-
}): Observable<MetadataProcessingReportApiModel>;
|
|
1573
|
-
setRecordOwnership(metadataUuid: string, groupIdentifier: number, userIdentifier: number, approved?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1574
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1575
|
-
}): Observable<HttpResponse<MetadataProcessingReportApiModel>>;
|
|
1576
|
-
setRecordOwnership(metadataUuid: string, groupIdentifier: number, userIdentifier: number, approved?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1577
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1578
|
-
}): Observable<HttpEvent<MetadataProcessingReportApiModel>>;
|
|
1579
|
-
/**
|
|
1580
|
-
* Set the record status
|
|
1581
|
-
* @param metadataUuid Record UUID.
|
|
1582
|
-
* @param metadataStatusParameterApiModel
|
|
1583
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1584
|
-
* @param reportProgress flag to report request and response progress.
|
|
1585
|
-
*/
|
|
1586
|
-
setStatus(metadataUuid: string, metadataStatusParameterApiModel: MetadataStatusParameterApiModel, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1587
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1588
|
-
}): Observable<{
|
|
1589
|
-
[key: string]: string;
|
|
1590
|
-
}>;
|
|
1591
|
-
setStatus(metadataUuid: string, metadataStatusParameterApiModel: MetadataStatusParameterApiModel, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1592
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1593
|
-
}): Observable<HttpResponse<{
|
|
1594
|
-
[key: string]: string;
|
|
1595
|
-
}>>;
|
|
1596
|
-
setStatus(metadataUuid: string, metadataStatusParameterApiModel: MetadataStatusParameterApiModel, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1597
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1598
|
-
}): Observable<HttpEvent<{
|
|
1599
|
-
[key: string]: string;
|
|
1600
|
-
}>>;
|
|
1601
|
-
/**
|
|
1602
|
-
* Set sharing settings for one or more records
|
|
1603
|
-
* See record sharing for more details.
|
|
1604
|
-
* @param sharingParameterApiModel
|
|
1605
|
-
* @param uuids Record UUIDs. If null current selection is used.
|
|
1606
|
-
* @param bucket Selection bucket name
|
|
1607
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1608
|
-
* @param reportProgress flag to report request and response progress.
|
|
1609
|
-
*/
|
|
1610
|
-
share(sharingParameterApiModel: SharingParameterApiModel, uuids?: Array<string>, bucket?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1611
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1612
|
-
}): Observable<MetadataProcessingReportApiModel>;
|
|
1613
|
-
share(sharingParameterApiModel: SharingParameterApiModel, uuids?: Array<string>, bucket?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1614
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1615
|
-
}): Observable<HttpResponse<MetadataProcessingReportApiModel>>;
|
|
1616
|
-
share(sharingParameterApiModel: SharingParameterApiModel, uuids?: Array<string>, bucket?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1617
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1618
|
-
}): Observable<HttpEvent<MetadataProcessingReportApiModel>>;
|
|
1619
|
-
/**
|
|
1620
|
-
* Set record sharing
|
|
1621
|
-
* Privileges are assigned by group. User needs to be able to edit a record to set sharing settings. For reserved group (ie. Internet, Intranet & Guest), user MUST be reviewer of one group. For other group, if Only set privileges to user\'s groups is set in catalog configuration user MUST be a member of the group.<br/>Clear first allows to unset all operations first before setting the new ones.Clear option does not remove reserved groups operation if user is not an administrator, a reviewer or the owner of the record.<br/><a href=\'http://geonetwork-opensource.org/manuals/trunk/eng/users/user-guide/publishing/managing-privileges.html\'>More info</a>
|
|
1622
|
-
* @param metadataUuid Record UUID.
|
|
1623
|
-
* @param sharingParameterApiModel
|
|
1624
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1625
|
-
* @param reportProgress flag to report request and response progress.
|
|
1626
|
-
*/
|
|
1627
|
-
share1(metadataUuid: string, sharingParameterApiModel: SharingParameterApiModel, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1628
|
-
httpHeaderAccept?: 'application/json';
|
|
1629
|
-
}): Observable<any>;
|
|
1630
|
-
share1(metadataUuid: string, sharingParameterApiModel: SharingParameterApiModel, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1631
|
-
httpHeaderAccept?: 'application/json';
|
|
1632
|
-
}): Observable<HttpResponse<any>>;
|
|
1633
|
-
share1(metadataUuid: string, sharingParameterApiModel: SharingParameterApiModel, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1634
|
-
httpHeaderAccept?: 'application/json';
|
|
1635
|
-
}): Observable<HttpEvent<any>>;
|
|
1636
|
-
/**
|
|
1637
|
-
* Get saved content from the status record after changes
|
|
1638
|
-
* @param metadataUuid Record UUID.
|
|
1639
|
-
* @param statusId Status identifier
|
|
1640
|
-
* @param userId User identifier
|
|
1641
|
-
* @param changeDate Change date
|
|
1642
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1643
|
-
* @param reportProgress flag to report request and response progress.
|
|
1644
|
-
*/
|
|
1645
|
-
showStatusAfter(metadataUuid: string, statusId: number, userId: number, changeDate: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1646
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
1647
|
-
}): Observable<string>;
|
|
1648
|
-
showStatusAfter(metadataUuid: string, statusId: number, userId: number, changeDate: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1649
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
1650
|
-
}): Observable<HttpResponse<string>>;
|
|
1651
|
-
showStatusAfter(metadataUuid: string, statusId: number, userId: number, changeDate: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1652
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
1653
|
-
}): Observable<HttpEvent<string>>;
|
|
1654
|
-
/**
|
|
1655
|
-
* Get saved content from the status record before changes
|
|
1656
|
-
* @param metadataUuid Record UUID.
|
|
1657
|
-
* @param statusId Status identifier
|
|
1658
|
-
* @param userId User identifier
|
|
1659
|
-
* @param changeDate Change date
|
|
1660
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1661
|
-
* @param reportProgress flag to report request and response progress.
|
|
1662
|
-
*/
|
|
1663
|
-
showStatusBefore(metadataUuid: string, statusId: number, userId: number, changeDate: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1664
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
1665
|
-
}): Observable<string>;
|
|
1666
|
-
showStatusBefore(metadataUuid: string, statusId: number, userId: number, changeDate: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1667
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
1668
|
-
}): Observable<HttpResponse<string>>;
|
|
1669
|
-
showStatusBefore(metadataUuid: string, statusId: number, userId: number, changeDate: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1670
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
1671
|
-
}): Observable<HttpEvent<string>>;
|
|
1672
|
-
/**
|
|
1673
|
-
* Edit a record
|
|
1674
|
-
* Return HTML form for editing.
|
|
1675
|
-
* @param metadataUuid Record UUID.
|
|
1676
|
-
* @param currTab Tab
|
|
1677
|
-
* @param withAttributes
|
|
1678
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1679
|
-
* @param reportProgress flag to report request and response progress.
|
|
1680
|
-
*/
|
|
1681
|
-
startEditing(metadataUuid: string, currTab?: string, withAttributes?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1682
|
-
httpHeaderAccept?: 'application/json';
|
|
1683
|
-
}): Observable<any>;
|
|
1684
|
-
startEditing(metadataUuid: string, currTab?: string, withAttributes?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1685
|
-
httpHeaderAccept?: 'application/json';
|
|
1686
|
-
}): Observable<HttpResponse<any>>;
|
|
1687
|
-
startEditing(metadataUuid: string, currTab?: string, withAttributes?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1688
|
-
httpHeaderAccept?: 'application/json';
|
|
1689
|
-
}): Observable<HttpEvent<any>>;
|
|
1690
|
-
/**
|
|
1691
|
-
* Set the records status to submitted
|
|
1692
|
-
* @param metadataBatchSubmitParameterApiModel
|
|
1693
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1694
|
-
* @param reportProgress flag to report request and response progress.
|
|
1695
|
-
*/
|
|
1696
|
-
submit(metadataBatchSubmitParameterApiModel: MetadataBatchSubmitParameterApiModel, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1697
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1698
|
-
}): Observable<MetadataProcessingReportApiModel>;
|
|
1699
|
-
submit(metadataBatchSubmitParameterApiModel: MetadataBatchSubmitParameterApiModel, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1700
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1701
|
-
}): Observable<HttpResponse<MetadataProcessingReportApiModel>>;
|
|
1702
|
-
submit(metadataBatchSubmitParameterApiModel: MetadataBatchSubmitParameterApiModel, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1703
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1704
|
-
}): Observable<HttpEvent<MetadataProcessingReportApiModel>>;
|
|
1705
|
-
/**
|
|
1706
|
-
* Add tags to a record
|
|
1707
|
-
* @param metadataUuid Record UUID.
|
|
1708
|
-
* @param id Tag identifier
|
|
1709
|
-
* @param clear Clear all before adding new ones
|
|
1710
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1711
|
-
* @param reportProgress flag to report request and response progress.
|
|
1712
|
-
*/
|
|
1713
|
-
tagRecord(metadataUuid: string, id: Array<number>, clear?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1714
|
-
httpHeaderAccept?: 'application/json';
|
|
1715
|
-
}): Observable<any>;
|
|
1716
|
-
tagRecord(metadataUuid: string, id: Array<number>, clear?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1717
|
-
httpHeaderAccept?: 'application/json';
|
|
1718
|
-
}): Observable<HttpResponse<any>>;
|
|
1719
|
-
tagRecord(metadataUuid: string, id: Array<number>, clear?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1720
|
-
httpHeaderAccept?: 'application/json';
|
|
1721
|
-
}): Observable<HttpEvent<any>>;
|
|
1722
|
-
/**
|
|
1723
|
-
* Add or remove tags to one or more records
|
|
1724
|
-
* @param uuids Record UUIDs. If null current selection is used.
|
|
1725
|
-
* @param bucket Selection bucket name
|
|
1726
|
-
* @param id Tag identifier
|
|
1727
|
-
* @param removeId Tag identifier to remove.
|
|
1728
|
-
* @param clear Clear all before adding new ones
|
|
1729
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1730
|
-
* @param reportProgress flag to report request and response progress.
|
|
1731
|
-
*/
|
|
1732
|
-
tagRecords(uuids?: Array<string>, bucket?: string, id?: Array<number>, removeId?: Array<number>, clear?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1733
|
-
httpHeaderAccept?: 'application/json';
|
|
1734
|
-
}): Observable<MetadataProcessingReportApiModel>;
|
|
1735
|
-
tagRecords(uuids?: Array<string>, bucket?: string, id?: Array<number>, removeId?: Array<number>, clear?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1736
|
-
httpHeaderAccept?: 'application/json';
|
|
1737
|
-
}): Observable<HttpResponse<MetadataProcessingReportApiModel>>;
|
|
1738
|
-
tagRecords(uuids?: Array<string>, bucket?: string, id?: Array<number>, removeId?: Array<number>, clear?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1739
|
-
httpHeaderAccept?: 'application/json';
|
|
1740
|
-
}): Observable<HttpEvent<MetadataProcessingReportApiModel>>;
|
|
1741
|
-
/**
|
|
1742
|
-
* Trigger MEF backup archive
|
|
1743
|
-
* The backup contains all metadata not harvested including templates.
|
|
1744
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1745
|
-
* @param reportProgress flag to report request and response progress.
|
|
1746
|
-
*/
|
|
1747
|
-
trigger(observe?: 'body', reportProgress?: boolean, options?: {
|
|
1748
|
-
httpHeaderAccept?: 'application/json';
|
|
1749
|
-
}): Observable<string>;
|
|
1750
|
-
trigger(observe?: 'response', reportProgress?: boolean, options?: {
|
|
1751
|
-
httpHeaderAccept?: 'application/json';
|
|
1752
|
-
}): Observable<HttpResponse<string>>;
|
|
1753
|
-
trigger(observe?: 'events', reportProgress?: boolean, options?: {
|
|
1754
|
-
httpHeaderAccept?: 'application/json';
|
|
1755
|
-
}): Observable<HttpEvent<string>>;
|
|
1756
|
-
/**
|
|
1757
|
-
* Un-publish one or more records
|
|
1758
|
-
* See record sharing for more details.
|
|
1759
|
-
* @param uuids Record UUIDs. If null current selection is used.
|
|
1760
|
-
* @param bucket Selection bucket name
|
|
1761
|
-
* @param body
|
|
1762
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1763
|
-
* @param reportProgress flag to report request and response progress.
|
|
1764
|
-
*/
|
|
1765
|
-
unpublish(uuids?: Array<string>, bucket?: string, body?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1766
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1767
|
-
}): Observable<MetadataProcessingReportApiModel>;
|
|
1768
|
-
unpublish(uuids?: Array<string>, bucket?: string, body?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1769
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1770
|
-
}): Observable<HttpResponse<MetadataProcessingReportApiModel>>;
|
|
1771
|
-
unpublish(uuids?: Array<string>, bucket?: string, body?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1772
|
-
httpHeaderAccept?: 'application/json' | '*/*';
|
|
1773
|
-
}): Observable<HttpEvent<MetadataProcessingReportApiModel>>;
|
|
1774
|
-
/**
|
|
1775
|
-
* Unsets privileges for ALL group to publish the metadata for all users.
|
|
1776
|
-
* @param metadataUuid Record UUID.
|
|
1777
|
-
* @param body
|
|
1778
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1779
|
-
* @param reportProgress flag to report request and response progress.
|
|
1780
|
-
*/
|
|
1781
|
-
unpublish1(metadataUuid: string, body?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1782
|
-
httpHeaderAccept?: 'application/json';
|
|
1783
|
-
}): Observable<any>;
|
|
1784
|
-
unpublish1(metadataUuid: string, body?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1785
|
-
httpHeaderAccept?: 'application/json';
|
|
1786
|
-
}): Observable<HttpResponse<any>>;
|
|
1787
|
-
unpublish1(metadataUuid: string, body?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1788
|
-
httpHeaderAccept?: 'application/json';
|
|
1789
|
-
}): Observable<HttpEvent<any>>;
|
|
1790
|
-
/**
|
|
1791
|
-
* Remove a DOI (this is not recommended, DOI are supposed to be persistent once created. This is mainly here for testing).
|
|
1792
|
-
* @param metadataUuid Record UUID.
|
|
1793
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1794
|
-
* @param reportProgress flag to report request and response progress.
|
|
1795
|
-
*/
|
|
1796
|
-
unregisterDoi(metadataUuid: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1797
|
-
httpHeaderAccept?: 'application/json';
|
|
1798
|
-
}): Observable<string>;
|
|
1799
|
-
unregisterDoi(metadataUuid: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1800
|
-
httpHeaderAccept?: 'application/json';
|
|
1801
|
-
}): Observable<HttpResponse<string>>;
|
|
1802
|
-
unregisterDoi(metadataUuid: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1803
|
-
httpHeaderAccept?: 'application/json';
|
|
1804
|
-
}): Observable<HttpEvent<string>>;
|
|
1805
|
-
/**
|
|
1806
|
-
* Validate a record
|
|
1807
|
-
* User MUST be able to edit the record to validate it. FIXME : id MUST be the id of the current metadata record in session ?
|
|
1808
|
-
* @param metadataUuid Record UUID.
|
|
1809
|
-
* @param isvalid Validation status. Should be provided only in case of SUBTEMPLATE validation. If provided for another type, throw a BadParameter Exception
|
|
1810
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1811
|
-
* @param reportProgress flag to report request and response progress.
|
|
1812
|
-
*/
|
|
1813
|
-
validateRecord(metadataUuid: string, isvalid?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1814
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
1815
|
-
}): Observable<ReportsApiModel>;
|
|
1816
|
-
validateRecord(metadataUuid: string, isvalid?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1817
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
1818
|
-
}): Observable<HttpResponse<ReportsApiModel>>;
|
|
1819
|
-
validateRecord(metadataUuid: string, isvalid?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1820
|
-
httpHeaderAccept?: 'application/json' | 'application/xml';
|
|
1821
|
-
}): Observable<HttpEvent<ReportsApiModel>>;
|
|
1822
|
-
/**
|
|
1823
|
-
* Submit a record to the INSPIRE service for validation.
|
|
1824
|
-
* User MUST be able to edit the record to validate it. An INSPIRE endpoint must be configured in Settings. This activates an asyncronous process, this method does not return any report. This method returns an id to be used to get the report.
|
|
1825
|
-
* @param metadataUuid Record UUID.
|
|
1826
|
-
* @param testsuite Test suite to run
|
|
1827
|
-
* @param mode Define the encoding of the record to use. By default, ISO19139 are used as is and ISO19115-3 are converted to ISO19139.If mode = csw, a GetRecordById request is used.If mode = any portal id, then a GetRecordById request is used on this portal CSW entry point which may define custom CSW post processing. See https://github.com/geonetwork/core-geonetwork/pull/4493.
|
|
1828
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1829
|
-
* @param reportProgress flag to report request and response progress.
|
|
1830
|
-
*/
|
|
1831
|
-
validateRecordForInspire(metadataUuid: string, testsuite: string, mode?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1832
|
-
httpHeaderAccept?: 'application/json' | 'text/plain';
|
|
1833
|
-
}): Observable<string>;
|
|
1834
|
-
validateRecordForInspire(metadataUuid: string, testsuite: string, mode?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1835
|
-
httpHeaderAccept?: 'application/json' | 'text/plain';
|
|
1836
|
-
}): Observable<HttpResponse<string>>;
|
|
1837
|
-
validateRecordForInspire(metadataUuid: string, testsuite: string, mode?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1838
|
-
httpHeaderAccept?: 'application/json' | 'text/plain';
|
|
1839
|
-
}): Observable<HttpEvent<string>>;
|
|
1840
|
-
/**
|
|
1841
|
-
* Validate one or more records
|
|
1842
|
-
* Update validation status for all records.
|
|
1843
|
-
* @param uuids Record UUIDs. If null current selection is used.
|
|
1844
|
-
* @param approved Use approved version or not
|
|
1845
|
-
* @param bucket Selection bucket name
|
|
1846
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1847
|
-
* @param reportProgress flag to report request and response progress.
|
|
1848
|
-
*/
|
|
1849
|
-
validateRecords(uuids?: Array<string>, approved?: boolean, bucket?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1850
|
-
httpHeaderAccept?: 'application/json';
|
|
1851
|
-
}): Observable<SimpleMetadataProcessingReportApiModel>;
|
|
1852
|
-
validateRecords(uuids?: Array<string>, approved?: boolean, bucket?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1853
|
-
httpHeaderAccept?: 'application/json';
|
|
1854
|
-
}): Observable<HttpResponse<SimpleMetadataProcessingReportApiModel>>;
|
|
1855
|
-
validateRecords(uuids?: Array<string>, approved?: boolean, bucket?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1856
|
-
httpHeaderAccept?: 'application/json';
|
|
1857
|
-
}): Observable<HttpEvent<SimpleMetadataProcessingReportApiModel>>;
|
|
1858
|
-
/**
|
|
1859
|
-
* Validate one or more records in INSPIRE validator
|
|
1860
|
-
* Update validation status for all records.
|
|
1861
|
-
* @param uuids Record UUIDs. If null current selection is used.
|
|
1862
|
-
* @param bucket Selection bucket name
|
|
1863
|
-
* @param mode Define the encoding of the record to use. By default, ISO19139 are used as is and ISO19115-3 are converted to ISO19139.If mode = csw, a GetRecordById request is used.If mode = any portal id, then a GetRecordById request is used on this portal CSW entry point which may define custom CSW post processing. See https://github.com/geonetwork/core-geonetwork/pull/4493.
|
|
1864
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1865
|
-
* @param reportProgress flag to report request and response progress.
|
|
1866
|
-
*/
|
|
1867
|
-
validateRecordsInspire(uuids?: Array<string>, bucket?: string, mode?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1868
|
-
httpHeaderAccept?: 'application/json';
|
|
1869
|
-
}): Observable<string>;
|
|
1870
|
-
validateRecordsInspire(uuids?: Array<string>, bucket?: string, mode?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1871
|
-
httpHeaderAccept?: 'application/json';
|
|
1872
|
-
}): Observable<HttpResponse<string>>;
|
|
1873
|
-
validateRecordsInspire(uuids?: Array<string>, bucket?: string, mode?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1874
|
-
httpHeaderAccept?: 'application/json';
|
|
1875
|
-
}): Observable<HttpEvent<string>>;
|
|
1876
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RecordsApiService, [null, { optional: true; }, { optional: true; }]>;
|
|
1877
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<RecordsApiService>;
|
|
1878
|
-
}
|
|
1879
|
-
//# sourceMappingURL=records.api.service.d.ts.map
|