geonetwork-ui 2.8.0-dev.398701d7f → 2.8.0-dev.3e963cace

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2136) hide show
  1. package/fesm2022/geonetwork-ui-date-locales-DhlIiWpT.mjs +35 -0
  2. package/fesm2022/geonetwork-ui-date-locales-DhlIiWpT.mjs.map +1 -0
  3. package/fesm2022/geonetwork-ui.mjs +2959 -2639
  4. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  5. package/index.d.ts +6636 -23
  6. package/index.d.ts.map +1 -1
  7. package/index.ts +1 -0
  8. package/package.json +27 -29
  9. package/src/libs/api/metadata-converter/src/lib/common/distribution.mapper.ts +2 -0
  10. package/src/libs/api/metadata-converter/src/lib/common/resource-types.ts +11 -0
  11. package/src/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.ts +2 -2
  12. package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +1 -1
  13. package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.service+eaux-usees.ts +1 -1
  14. package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +5 -2
  15. package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +1 -1
  16. package/src/libs/api/metadata-converter/src/lib/fixtures/georhena.records.ts +1 -1
  17. package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +2 -2
  18. package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.reuse.ts +1 -1
  19. package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.service+napitswallonia.ts +1 -1
  20. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +42 -8
  21. package/src/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.ts +3 -5
  22. package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +13 -6
  23. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +6 -2
  24. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +4 -2
  25. package/src/libs/api/repository/src/lib/gn4/auth/auth.service.ts +11 -10
  26. package/src/libs/api/repository/src/lib/gn4/auth/gravatar.service.ts +3 -3
  27. package/src/libs/api/repository/src/lib/gn4/elasticsearch/constant.ts +1 -1
  28. package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +4 -6
  29. package/src/libs/api/repository/src/lib/gn4/favorites/favorites.service.ts +4 -6
  30. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +10 -12
  31. package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.ts +2 -0
  32. package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.ts +2 -0
  33. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +14 -6
  34. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +51 -50
  35. package/src/libs/api/repository/src/lib/gn4/selection/selection.service.ts +4 -2
  36. package/src/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.ts +6 -5
  37. package/src/libs/common/domain/src/index.ts +2 -0
  38. package/src/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.ts +1 -1
  39. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +12 -1
  40. package/src/libs/common/domain/src/lib/model/search/sort-by.model.ts +5 -0
  41. package/src/libs/common/domain/src/lib/platform.service.interface.ts +1 -1
  42. package/src/libs/common/fixtures/src/lib/elasticsearch/metadata-links.fixtures.ts +5 -0
  43. package/src/libs/common/fixtures/src/lib/link.fixtures.ts +26 -0
  44. package/src/libs/data-access/gn4/src/openapi/api/atom.api.service.ts +7 -6
  45. package/src/libs/data-access/gn4/src/openapi/api/customstyle.api.service.ts +7 -6
  46. package/src/libs/data-access/gn4/src/openapi/api/formatters.api.service.ts +7 -6
  47. package/src/libs/data-access/gn4/src/openapi/api/groups.api.service.ts +7 -6
  48. package/src/libs/data-access/gn4/src/openapi/api/harvesters.api.service.ts +7 -6
  49. package/src/libs/data-access/gn4/src/openapi/api/identifiers.api.service.ts +7 -6
  50. package/src/libs/data-access/gn4/src/openapi/api/languages.api.service.ts +7 -6
  51. package/src/libs/data-access/gn4/src/openapi/api/links.api.service.ts +7 -6
  52. package/src/libs/data-access/gn4/src/openapi/api/logos.api.service.ts +7 -6
  53. package/src/libs/data-access/gn4/src/openapi/api/mapservers.api.service.ts +7 -6
  54. package/src/libs/data-access/gn4/src/openapi/api/mapservices.api.service.ts +7 -6
  55. package/src/libs/data-access/gn4/src/openapi/api/me.api.service.ts +7 -6
  56. package/src/libs/data-access/gn4/src/openapi/api/operations.api.service.ts +7 -6
  57. package/src/libs/data-access/gn4/src/openapi/api/pages.api.service.ts +7 -6
  58. package/src/libs/data-access/gn4/src/openapi/api/processes.api.service.ts +7 -6
  59. package/src/libs/data-access/gn4/src/openapi/api/records.api.service.ts +7 -6
  60. package/src/libs/data-access/gn4/src/openapi/api/regions.api.service.ts +7 -6
  61. package/src/libs/data-access/gn4/src/openapi/api/registries.api.service.ts +7 -6
  62. package/src/libs/data-access/gn4/src/openapi/api/related.api.service.ts +7 -6
  63. package/src/libs/data-access/gn4/src/openapi/api/search.api.service.ts +7 -6
  64. package/src/libs/data-access/gn4/src/openapi/api/selections.api.service.ts +7 -6
  65. package/src/libs/data-access/gn4/src/openapi/api/site.api.service.ts +7 -6
  66. package/src/libs/data-access/gn4/src/openapi/api/sources.api.service.ts +7 -6
  67. package/src/libs/data-access/gn4/src/openapi/api/standards.api.service.ts +7 -6
  68. package/src/libs/data-access/gn4/src/openapi/api/status.api.service.ts +7 -6
  69. package/src/libs/data-access/gn4/src/openapi/api/tags.api.service.ts +7 -6
  70. package/src/libs/data-access/gn4/src/openapi/api/tools.api.service.ts +7 -6
  71. package/src/libs/data-access/gn4/src/openapi/api/ui.api.service.ts +7 -6
  72. package/src/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.ts +7 -6
  73. package/src/libs/data-access/gn4/src/openapi/api/users.api.service.ts +7 -6
  74. package/src/libs/data-access/gn4/src/openapi/api/usersearches.api.service.ts +7 -6
  75. package/src/libs/data-access/gn4/src/openapi/api/userselections.api.service.ts +7 -6
  76. package/src/libs/data-access/gn4/src/openapi/api.module.ts +5 -10
  77. package/src/libs/data-access/gn4/src/openapi/model/user.api.model.ts +1 -1
  78. package/src/libs/feature/catalog/src/lib/my-org/my-org.service.ts +5 -5
  79. package/src/libs/feature/catalog/src/lib/organisations/organisations.component.html +19 -17
  80. package/src/libs/feature/catalog/src/lib/organisations/organisations.component.ts +4 -9
  81. package/src/libs/feature/catalog/src/lib/records/records.service.ts +3 -3
  82. package/src/libs/feature/catalog/src/lib/site-title/site-title.component.html +6 -5
  83. package/src/libs/feature/catalog/src/lib/site-title/site-title.component.ts +4 -2
  84. package/src/libs/feature/catalog/src/lib/source-label/source-label.component.ts +8 -2
  85. package/src/libs/feature/catalog/src/lib/sources/sources.service.ts +4 -6
  86. package/src/libs/feature/catalog/src/lib/users/users.service.ts +3 -3
  87. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.html +36 -32
  88. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +7 -7
  89. package/src/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.ts +3 -2
  90. package/src/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.ts +3 -2
  91. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +32 -7
  92. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.html +26 -22
  93. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +9 -6
  94. package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.html +20 -17
  95. package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.ts +1 -2
  96. package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.ts +1 -3
  97. package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.html +16 -13
  98. package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +3 -4
  99. package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.html +23 -20
  100. package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.ts +8 -10
  101. package/src/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.html +26 -27
  102. package/src/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.ts +0 -2
  103. package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.html +123 -107
  104. package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.ts +9 -10
  105. package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.html +17 -15
  106. package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +2 -2
  107. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.html +66 -59
  108. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +3 -2
  109. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.ts +1 -2
  110. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.html +20 -19
  111. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.ts +3 -2
  112. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.html +16 -20
  113. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.ts +6 -7
  114. 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
  115. 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
  116. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +4 -4
  117. 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
  118. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.html +43 -19
  119. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +7 -10
  120. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +7 -9
  121. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.ts +1 -2
  122. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +5 -7
  123. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.ts +3 -3
  124. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.html +27 -25
  125. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts +3 -2
  126. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.html +7 -6
  127. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.ts +6 -15
  128. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +3 -2
  129. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +3 -3
  130. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +30 -0
  131. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +24 -32
  132. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +3 -3
  133. package/src/libs/feature/editor/src/lib/fields.config.ts +1 -1
  134. package/src/libs/feature/editor/src/lib/services/editor.service.ts +2 -2
  135. package/src/libs/feature/map/src/lib/+state/map.facade.ts +3 -3
  136. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.ts +7 -4
  137. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.html +2 -2
  138. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.ts +16 -8
  139. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.html +10 -6
  140. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.ts +5 -13
  141. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.html +39 -36
  142. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts +4 -4
  143. package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.html +32 -25
  144. package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.ts +4 -8
  145. package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.html +46 -35
  146. package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.ts +4 -6
  147. package/src/libs/feature/map/src/lib/geocoding/geocoding.component.html +33 -31
  148. package/src/libs/feature/map/src/lib/geocoding/geocoding.component.ts +7 -7
  149. package/src/libs/feature/map/src/lib/geocoding.service.ts +2 -4
  150. package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.html +13 -14
  151. package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.ts +3 -2
  152. package/src/libs/feature/map/src/lib/map-state-container/map-state-container.component.ts +3 -3
  153. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.html +16 -15
  154. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.ts +2 -2
  155. package/src/libs/feature/record/src/index.ts +1 -0
  156. package/src/libs/feature/record/src/lib/data-view/data-view.component.html +30 -28
  157. package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +8 -3
  158. package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.html +6 -5
  159. package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +12 -11
  160. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +12 -8
  161. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.ts +6 -9
  162. package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +24 -10
  163. package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.html +10 -9
  164. package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +7 -13
  165. package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.html +14 -15
  166. package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.ts +13 -10
  167. package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.html +18 -15
  168. package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.ts +3 -3
  169. package/src/libs/feature/record/src/lib/map-view/map-view.component.html +41 -42
  170. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +13 -10
  171. package/src/libs/feature/record/src/lib/record-meta/record-meta.component.ts +4 -4
  172. package/src/libs/feature/record/src/lib/stac-view/stac-view.component.css +8 -0
  173. package/src/libs/feature/record/src/lib/stac-view/stac-view.component.html +87 -0
  174. package/src/libs/feature/record/src/lib/stac-view/stac-view.component.ts +338 -0
  175. package/src/libs/feature/record/src/lib/stac-view/utils.ts +57 -0
  176. package/src/libs/feature/record/src/lib/state/mdview.effects.ts +6 -8
  177. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +35 -8
  178. package/src/libs/feature/router/src/lib/default/container/search-router.container.directive.ts +3 -3
  179. package/src/libs/feature/router/src/lib/default/router.module.ts +4 -2
  180. package/src/libs/feature/router/src/lib/default/router.service.ts +11 -5
  181. package/src/libs/feature/router/src/lib/default/services/router-search.service.ts +4 -6
  182. package/src/libs/feature/router/src/lib/default/state/router.effects.ts +12 -15
  183. package/src/libs/feature/router/src/lib/default/state/router.facade.ts +4 -6
  184. package/src/libs/feature/search/src/lib/constants.ts +1 -1
  185. package/src/libs/feature/search/src/lib/facets/facets-container/facets-container.component.ts +4 -6
  186. package/src/libs/feature/search/src/lib/facets/facets.service.ts +2 -2
  187. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.html +5 -6
  188. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +7 -8
  189. package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.html +10 -10
  190. package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.ts +5 -6
  191. package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts +5 -6
  192. package/src/libs/feature/search/src/lib/records-metrics/records-metrics.component.html +10 -8
  193. package/src/libs/feature/search/src/lib/records-metrics/records-metrics.component.ts +10 -3
  194. package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.html +7 -6
  195. package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.ts +5 -7
  196. package/src/libs/feature/search/src/lib/results-layout/results-layout.component.ts +6 -7
  197. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.html +52 -48
  198. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.ts +15 -17
  199. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.html +17 -16
  200. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +8 -9
  201. package/src/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.html +18 -16
  202. package/src/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.ts +9 -15
  203. package/src/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.html +20 -20
  204. package/src/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.ts +7 -9
  205. package/src/libs/feature/search/src/lib/sort-by/sort-by.component.ts +12 -18
  206. package/src/libs/feature/search/src/lib/state/container/search-state.container.directive.ts +3 -3
  207. package/src/libs/feature/search/src/lib/state/effects.ts +10 -12
  208. package/src/libs/feature/search/src/lib/state/search.facade.ts +6 -8
  209. package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +4 -3
  210. package/src/libs/feature/search/src/lib/utils/service/fields.ts +37 -33
  211. package/src/libs/feature/search/src/lib/utils/service/search.service.ts +2 -2
  212. package/src/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.html +15 -15
  213. package/src/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.ts +1 -2
  214. package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.ts +4 -8
  215. package/src/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.ts +4 -2
  216. package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.html +34 -33
  217. package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.ts +5 -6
  218. package/src/libs/ui/elements/src/index.ts +2 -0
  219. package/src/libs/ui/elements/src/lib/api-card/api-card.component.html +55 -50
  220. package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.html +25 -23
  221. package/src/libs/ui/elements/src/lib/avatar/avatar.component.html +12 -10
  222. package/src/libs/ui/elements/src/lib/avatar/avatar.component.ts +1 -2
  223. package/src/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.ts +7 -5
  224. package/src/libs/ui/elements/src/lib/content-ghost/content-ghost.component.html +10 -5
  225. package/src/libs/ui/elements/src/lib/content-ghost/content-ghost.component.ts +1 -2
  226. package/src/libs/ui/elements/src/lib/download-item/download-item.component.html +5 -3
  227. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.html +66 -62
  228. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +3 -4
  229. package/src/libs/ui/elements/src/lib/error/error.component.html +68 -55
  230. package/src/libs/ui/elements/src/lib/external-link-card/external-link-card.component.html +47 -25
  231. package/src/libs/ui/elements/src/lib/external-link-card/external-link-card.component.ts +12 -3
  232. package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.html +15 -15
  233. package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.ts +8 -3
  234. package/src/libs/ui/elements/src/lib/image-input/image-input.component.html +83 -89
  235. package/src/libs/ui/elements/src/lib/image-input/image-input.component.ts +4 -5
  236. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +22 -21
  237. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.ts +1 -8
  238. package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.html +38 -33
  239. package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.ts +4 -4
  240. package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.html +10 -15
  241. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +0 -2
  242. package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +83 -69
  243. package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.ts +2 -2
  244. package/src/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.css +0 -0
  245. package/src/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.html +32 -0
  246. package/src/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.ts +24 -0
  247. package/src/libs/ui/elements/src/lib/metadata-info/linkify.directive.ts +3 -5
  248. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +333 -271
  249. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +5 -12
  250. package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.html +30 -27
  251. package/src/libs/ui/elements/src/lib/notification/notification.component.html +5 -8
  252. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +10 -11
  253. package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.html +102 -95
  254. package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.html +110 -92
  255. package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.ts +11 -8
  256. package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.css +0 -0
  257. package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.html +15 -0
  258. package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.ts +14 -0
  259. package/src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.ts +5 -8
  260. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.html +74 -65
  261. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.ts +2 -2
  262. package/src/libs/ui/inputs/src/index.ts +1 -0
  263. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +60 -57
  264. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +3 -2
  265. package/src/libs/ui/inputs/src/lib/badge/badge.component.html +17 -16
  266. package/src/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.html +3 -3
  267. package/src/libs/ui/inputs/src/lib/checkbox/checkbox.component.css +8 -8
  268. package/src/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.html +16 -14
  269. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +18 -1
  270. package/src/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.ts +11 -10
  271. package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.css +0 -0
  272. package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.html +15 -0
  273. package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.ts +40 -0
  274. package/src/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.html +8 -4
  275. package/src/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.ts +1 -2
  276. package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.html +68 -61
  277. package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.ts +5 -11
  278. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.html +29 -27
  279. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.ts +4 -2
  280. package/src/libs/ui/inputs/src/lib/editable-label/editable-label.directive.ts +4 -5
  281. package/src/libs/ui/inputs/src/lib/file-input/file-input.component.html +35 -35
  282. package/src/libs/ui/inputs/src/lib/file-input/file-input.component.ts +3 -2
  283. package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.html +22 -20
  284. package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.html +47 -46
  285. package/src/libs/ui/inputs/src/lib/search-input/search-input.component.html +10 -9
  286. package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.html +6 -4
  287. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.css +1 -1
  288. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.html +9 -8
  289. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.ts +1 -2
  290. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.html +12 -11
  291. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.ts +3 -2
  292. package/src/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.ts +3 -2
  293. package/src/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.ts +3 -2
  294. package/src/libs/ui/layout/src/lib/block-list/block-list.component.ts +3 -2
  295. package/src/libs/ui/layout/src/lib/carousel/carousel.component.ts +3 -2
  296. package/src/libs/ui/layout/src/lib/cell-popin/cell-popin.component.html +31 -29
  297. package/src/libs/ui/layout/src/lib/cell-popin/cell-popin.component.ts +6 -13
  298. package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.html +13 -13
  299. package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.ts +3 -2
  300. package/src/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.html +6 -2
  301. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.ts +1 -2
  302. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +59 -53
  303. package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.html +14 -12
  304. package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.ts +3 -2
  305. package/src/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.ts +3 -5
  306. package/src/libs/ui/layout/src/lib/paginable.interface.ts +3 -3
  307. package/src/libs/ui/layout/src/lib/pagination/pagination.component.html +13 -11
  308. package/src/libs/ui/layout/src/lib/pagination/pagination.component.ts +2 -8
  309. package/src/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.html +26 -24
  310. package/src/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.ts +2 -2
  311. package/src/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.html +17 -15
  312. package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.html +12 -6
  313. package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.ts +4 -1
  314. package/src/libs/ui/layout/src/lib/sortable-list/sortable-list.component.html +2 -3
  315. package/src/libs/ui/layout/src/lib/sticky-header/sticky-header.component.ts +5 -7
  316. package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.html +9 -8
  317. package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.ts +6 -6
  318. package/src/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.html +9 -5
  319. package/src/libs/ui/map/src/lib/components/map-container/map-container.component.html +16 -14
  320. package/src/libs/ui/map/src/lib/components/map-container/map-container.component.ts +141 -71
  321. package/src/libs/ui/map/src/lib/components/map-legend/map-legend.component.html +3 -1
  322. package/src/libs/ui/map/src/lib/components/map-legend/map-legend.component.ts +1 -2
  323. package/src/libs/ui/search/src/lib/facets/facet-block/facet-block.component.html +85 -82
  324. package/src/libs/ui/search/src/lib/facets/facet-block/facet-block.component.ts +2 -8
  325. package/src/libs/ui/search/src/lib/facets/facet-item/facet-item.component.html +38 -36
  326. package/src/libs/ui/search/src/lib/facets/facet-item/facet-item.component.ts +1 -2
  327. package/src/libs/ui/search/src/lib/facets/facet-list/facet-list.component.html +9 -8
  328. package/src/libs/ui/search/src/lib/facets/facet-list/facet-list.component.ts +2 -2
  329. package/src/libs/ui/search/src/lib/record-metric/record-metric.component.ts +1 -2
  330. package/src/libs/ui/search/src/lib/record-preview/record-preview.component.ts +6 -3
  331. package/src/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.ts +2 -3
  332. package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.html +48 -42
  333. package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.ts +23 -15
  334. package/src/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.html +22 -14
  335. package/src/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.ts +2 -8
  336. package/src/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.ts +10 -4
  337. package/src/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.ts +2 -3
  338. package/src/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.ts +2 -3
  339. package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.html +16 -10
  340. package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.ts +1 -2
  341. package/src/libs/ui/search/src/lib/results-list/results-list.component.html +13 -15
  342. package/src/libs/ui/search/src/lib/results-list-item/results-list-item.component.ts +4 -5
  343. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +38 -34
  344. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +4 -7
  345. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +7 -8
  346. package/src/libs/ui/widgets/src/lib/popover/popover.component.ts +5 -7
  347. package/src/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.ts +3 -2
  348. package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.html +6 -7
  349. package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.ts +1 -2
  350. package/src/libs/util/i18n/src/lib/date-locales.ts +63 -0
  351. package/src/libs/util/i18n/src/lib/i18n.interceptor.ts +2 -2
  352. package/src/libs/util/shared/src/index.ts +1 -0
  353. package/src/libs/util/shared/src/lib/humanize-date.directive.ts +40 -0
  354. package/src/libs/util/shared/src/lib/image-fallback.directive.ts +9 -2
  355. package/src/libs/util/shared/src/lib/links/link-classifier.service.ts +4 -0
  356. package/src/libs/util/shared/src/lib/links/link-utils.ts +29 -5
  357. package/src/libs/util/shared/src/lib/services/date.service.ts +29 -3
  358. package/src/libs/util/shared/src/lib/services/proxy.service.ts +7 -5
  359. package/src/libs/util/shared/src/lib/utils/sort-by.ts +8 -5
  360. package/tailwind.base.css +1 -1
  361. package/translations/de.json +20 -4
  362. package/translations/en.json +21 -6
  363. package/translations/es.json +19 -3
  364. package/translations/fr.json +21 -5
  365. package/translations/it.json +22 -6
  366. package/translations/nl.json +19 -3
  367. package/translations/pt.json +19 -3
  368. package/translations/sk.json +20 -4
  369. package/esm2022/geonetwork-ui.mjs +0 -5
  370. package/esm2022/index.mjs +0 -24
  371. package/esm2022/libs/api/metadata-converter/src/index.mjs +0 -9
  372. package/esm2022/libs/api/metadata-converter/src/lib/base.converter.mjs +0 -14
  373. package/esm2022/libs/api/metadata-converter/src/lib/common/distribution.mapper.mjs +0 -26
  374. package/esm2022/libs/api/metadata-converter/src/lib/common/license.mjs +0 -64
  375. package/esm2022/libs/api/metadata-converter/src/lib/common/resource-types.mjs +0 -40
  376. package/esm2022/libs/api/metadata-converter/src/lib/common/url.mjs +0 -14
  377. package/esm2022/libs/api/metadata-converter/src/lib/convert-utils.mjs +0 -19
  378. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.mjs +0 -279
  379. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/index.mjs +0 -2
  380. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.mjs +0 -17
  381. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.mjs +0 -224
  382. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.mjs +0 -57
  383. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.mjs +0 -96
  384. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.mjs +0 -2
  385. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.mjs +0 -47
  386. package/esm2022/libs/api/metadata-converter/src/lib/find-converter.mjs +0 -25
  387. package/esm2022/libs/api/metadata-converter/src/lib/function-utils.mjs +0 -40
  388. package/esm2022/libs/api/metadata-converter/src/lib/gn4/atomic-operations.mjs +0 -77
  389. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.converter.mjs +0 -54
  390. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +0 -384
  391. package/esm2022/libs/api/metadata-converter/src/lib/gn4/index.mjs +0 -4
  392. package/esm2022/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.mjs +0 -29
  393. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.mjs +0 -12
  394. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/index.mjs +0 -5
  395. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.mjs +0 -2
  396. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +0 -2
  397. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/search.model.mjs +0 -11
  398. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/index.mjs +0 -2
  399. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.mjs +0 -129
  400. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.mjs +0 -143
  401. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.mjs +0 -153
  402. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/index.mjs +0 -2
  403. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +0 -310
  404. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +0 -485
  405. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.mjs +0 -31
  406. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.mjs +0 -18
  407. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.mjs +0 -14
  408. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.mjs +0 -48
  409. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.mjs +0 -21
  410. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.mjs +0 -8
  411. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +0 -516
  412. package/esm2022/libs/api/metadata-converter/src/lib/translate-utils.mjs +0 -17
  413. package/esm2022/libs/api/metadata-converter/src/lib/xml-utils.mjs +0 -456
  414. package/esm2022/libs/api/repository/src/index.mjs +0 -4
  415. package/esm2022/libs/api/repository/src/lib/gn4/auth/auth.service.mjs +0 -67
  416. package/esm2022/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.mjs +0 -3
  417. package/esm2022/libs/api/repository/src/lib/gn4/auth/gravatar.service.mjs +0 -39
  418. package/esm2022/libs/api/repository/src/lib/gn4/auth/index.mjs +0 -4
  419. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/constant.mjs +0 -32
  420. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.mjs +0 -12
  421. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +0 -552
  422. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/index.mjs +0 -4
  423. package/esm2022/libs/api/repository/src/lib/gn4/favorites/favorites.service.mjs +0 -66
  424. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +0 -336
  425. package/esm2022/libs/api/repository/src/lib/gn4/gn4.provider.mjs +0 -42
  426. package/esm2022/libs/api/repository/src/lib/gn4/index.mjs +0 -11
  427. package/esm2022/libs/api/repository/src/lib/gn4/organizations/index.mjs +0 -5
  428. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.mjs +0 -5
  429. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.mjs +0 -104
  430. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.mjs +0 -198
  431. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.mjs +0 -6
  432. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +0 -100
  433. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +0 -270
  434. package/esm2022/libs/api/repository/src/lib/gn4/selection/selection.service.mjs +0 -52
  435. package/esm2022/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.mjs +0 -26
  436. package/esm2022/libs/api/repository/src/lib/metadata-language.token.mjs +0 -3
  437. package/esm2022/libs/api/repository/src/lib/repository-url.mjs +0 -10
  438. package/esm2022/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.mjs +0 -9
  439. package/esm2022/libs/common/domain/src/lib/model/error/index.mjs +0 -2
  440. package/esm2022/libs/common/domain/src/lib/model/error/publication-version.error.mjs +0 -8
  441. package/esm2022/libs/common/domain/src/lib/model/record/contact.model.mjs +0 -51
  442. package/esm2022/libs/common/domain/src/lib/model/record/index.mjs +0 -6
  443. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +0 -64
  444. package/esm2022/libs/common/domain/src/lib/model/record/organization.model.mjs +0 -2
  445. package/esm2022/libs/common/domain/src/lib/model/record/translation.model.mjs +0 -2
  446. package/esm2022/libs/common/domain/src/lib/model/record/user-feedbacks.model.mjs +0 -2
  447. package/esm2022/libs/common/domain/src/lib/model/search/aggregation.model.mjs +0 -2
  448. package/esm2022/libs/common/domain/src/lib/model/search/field.model.mjs +0 -2
  449. package/esm2022/libs/common/domain/src/lib/model/search/filter.model.mjs +0 -2
  450. package/esm2022/libs/common/domain/src/lib/model/search/index.mjs +0 -6
  451. package/esm2022/libs/common/domain/src/lib/model/search/search.model.mjs +0 -2
  452. package/esm2022/libs/common/domain/src/lib/model/search/sort-by.model.mjs +0 -8
  453. package/esm2022/libs/common/domain/src/lib/model/thesaurus/index.mjs +0 -2
  454. package/esm2022/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.mjs +0 -2
  455. package/esm2022/libs/common/domain/src/lib/model/user/index.mjs +0 -2
  456. package/esm2022/libs/common/domain/src/lib/model/user/user.model.mjs +0 -2
  457. package/esm2022/libs/common/domain/src/lib/organizations.service.interface.mjs +0 -3
  458. package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +0 -3
  459. package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +0 -3
  460. package/esm2022/libs/data-access/gn4/src/fixtures/index.mjs +0 -3
  461. package/esm2022/libs/data-access/gn4/src/fixtures/site.fixtures.mjs +0 -61
  462. package/esm2022/libs/data-access/gn4/src/fixtures/ui.fixtures.mjs +0 -5
  463. package/esm2022/libs/data-access/gn4/src/index.mjs +0 -3
  464. package/esm2022/libs/data-access/gn4/src/openapi/api/api.mjs +0 -99
  465. package/esm2022/libs/data-access/gn4/src/openapi/api/atom.api.service.mjs +0 -251
  466. package/esm2022/libs/data-access/gn4/src/openapi/api/customstyle.api.service.mjs +0 -151
  467. package/esm2022/libs/data-access/gn4/src/openapi/api/formatters.api.service.mjs +0 -363
  468. package/esm2022/libs/data-access/gn4/src/openapi/api/groups.api.service.mjs +0 -313
  469. package/esm2022/libs/data-access/gn4/src/openapi/api/harvesters.api.service.mjs +0 -164
  470. package/esm2022/libs/data-access/gn4/src/openapi/api/identifiers.api.service.mjs +0 -223
  471. package/esm2022/libs/data-access/gn4/src/openapi/api/languages.api.service.mjs +0 -223
  472. package/esm2022/libs/data-access/gn4/src/openapi/api/links.api.service.mjs +0 -337
  473. package/esm2022/libs/data-access/gn4/src/openapi/api/logos.api.service.mjs +0 -211
  474. package/esm2022/libs/data-access/gn4/src/openapi/api/mapservers.api.service.mjs +0 -421
  475. package/esm2022/libs/data-access/gn4/src/openapi/api/mapservices.api.service.mjs +0 -117
  476. package/esm2022/libs/data-access/gn4/src/openapi/api/me.api.service.mjs +0 -117
  477. package/esm2022/libs/data-access/gn4/src/openapi/api/operations.api.service.mjs +0 -117
  478. package/esm2022/libs/data-access/gn4/src/openapi/api/pages.api.service.mjs +0 -456
  479. package/esm2022/libs/data-access/gn4/src/openapi/api/processes.api.service.mjs +0 -389
  480. package/esm2022/libs/data-access/gn4/src/openapi/api/records.api.service.mjs +0 -4080
  481. package/esm2022/libs/data-access/gn4/src/openapi/api/regions.api.service.mjs +0 -204
  482. package/esm2022/libs/data-access/gn4/src/openapi/api/registries.api.service.mjs +0 -979
  483. package/esm2022/libs/data-access/gn4/src/openapi/api/related.api.service.mjs +0 -135
  484. package/esm2022/libs/data-access/gn4/src/openapi/api/search.api.service.mjs +0 -174
  485. package/esm2022/libs/data-access/gn4/src/openapi/api/selections.api.service.mjs +0 -215
  486. package/esm2022/libs/data-access/gn4/src/openapi/api/site.api.service.mjs +0 -770
  487. package/esm2022/libs/data-access/gn4/src/openapi/api/sources.api.service.mjs +0 -249
  488. package/esm2022/libs/data-access/gn4/src/openapi/api/standards.api.service.mjs +0 -412
  489. package/esm2022/libs/data-access/gn4/src/openapi/api/status.api.service.mjs +0 -170
  490. package/esm2022/libs/data-access/gn4/src/openapi/api/tags.api.service.mjs +0 -246
  491. package/esm2022/libs/data-access/gn4/src/openapi/api/tools.api.service.mjs +0 -608
  492. package/esm2022/libs/data-access/gn4/src/openapi/api/ui.api.service.mjs +0 -244
  493. package/esm2022/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.mjs +0 -405
  494. package/esm2022/libs/data-access/gn4/src/openapi/api/users.api.service.mjs +0 -570
  495. package/esm2022/libs/data-access/gn4/src/openapi/api/usersearches.api.service.mjs +0 -343
  496. package/esm2022/libs/data-access/gn4/src/openapi/api/userselections.api.service.mjs +0 -323
  497. package/esm2022/libs/data-access/gn4/src/openapi/api.module.mjs +0 -41
  498. package/esm2022/libs/data-access/gn4/src/openapi/configuration.mjs +0 -72
  499. package/esm2022/libs/data-access/gn4/src/openapi/encoder.mjs +0 -19
  500. package/esm2022/libs/data-access/gn4/src/openapi/index.mjs +0 -6
  501. package/esm2022/libs/data-access/gn4/src/openapi/model/address.api.model.mjs +0 -13
  502. package/esm2022/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.mjs +0 -2
  503. package/esm2022/libs/data-access/gn4/src/openapi/model/associated.api.model.mjs +0 -2
  504. package/esm2022/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.mjs +0 -2
  505. package/esm2022/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.mjs +0 -2
  506. package/esm2022/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.mjs +0 -2
  507. package/esm2022/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.mjs +0 -13
  508. package/esm2022/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.mjs +0 -2
  509. package/esm2022/libs/data-access/gn4/src/openapi/model/category.api.model.mjs +0 -13
  510. package/esm2022/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.mjs +0 -13
  511. package/esm2022/libs/data-access/gn4/src/openapi/model/children.api.model.mjs +0 -2
  512. package/esm2022/libs/data-access/gn4/src/openapi/model/codelist.api.model.mjs +0 -2
  513. package/esm2022/libs/data-access/gn4/src/openapi/model/crs.api.model.mjs +0 -13
  514. package/esm2022/libs/data-access/gn4/src/openapi/model/dataset.api.model.mjs +0 -2
  515. package/esm2022/libs/data-access/gn4/src/openapi/model/description.api.model.mjs +0 -2
  516. package/esm2022/libs/data-access/gn4/src/openapi/model/element.api.model.mjs +0 -2
  517. package/esm2022/libs/data-access/gn4/src/openapi/model/entry.api.model.mjs +0 -13
  518. package/esm2022/libs/data-access/gn4/src/openapi/model/extentDto.api.model.mjs +0 -13
  519. package/esm2022/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.mjs +0 -2
  520. package/esm2022/libs/data-access/gn4/src/openapi/model/fcat.api.model.mjs +0 -2
  521. package/esm2022/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.mjs +0 -13
  522. package/esm2022/libs/data-access/gn4/src/openapi/model/featureType.api.model.mjs +0 -2
  523. package/esm2022/libs/data-access/gn4/src/openapi/model/field.api.model.mjs +0 -13
  524. package/esm2022/libs/data-access/gn4/src/openapi/model/formatterData.api.model.mjs +0 -13
  525. package/esm2022/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.mjs +0 -2
  526. package/esm2022/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.mjs +0 -13
  527. package/esm2022/libs/data-access/gn4/src/openapi/model/group.api.model.mjs +0 -2
  528. package/esm2022/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.mjs +0 -13
  529. package/esm2022/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.mjs +0 -33
  530. package/esm2022/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.mjs +0 -2
  531. package/esm2022/libs/data-access/gn4/src/openapi/model/hassource.api.model.mjs +0 -2
  532. package/esm2022/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.mjs +0 -13
  533. package/esm2022/libs/data-access/gn4/src/openapi/model/iSODate.api.model.mjs +0 -13
  534. package/esm2022/libs/data-access/gn4/src/openapi/model/infoReport.api.model.mjs +0 -13
  535. package/esm2022/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.mjs +0 -13
  536. package/esm2022/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.mjs +0 -13
  537. package/esm2022/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.mjs +0 -13
  538. package/esm2022/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.mjs +0 -13
  539. package/esm2022/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.mjs +0 -26
  540. package/esm2022/libs/data-access/gn4/src/openapi/model/language.api.model.mjs +0 -13
  541. package/esm2022/libs/data-access/gn4/src/openapi/model/link.api.model.mjs +0 -8
  542. package/esm2022/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.mjs +0 -2
  543. package/esm2022/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.mjs +0 -2
  544. package/esm2022/libs/data-access/gn4/src/openapi/model/localizedString.api.model.mjs +0 -13
  545. package/esm2022/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.mjs +0 -13
  546. package/esm2022/libs/data-access/gn4/src/openapi/model/mapServer.api.model.mjs +0 -13
  547. package/esm2022/libs/data-access/gn4/src/openapi/model/mapService.api.model.mjs +0 -13
  548. package/esm2022/libs/data-access/gn4/src/openapi/model/meResponse.api.model.mjs +0 -13
  549. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.mjs +0 -13
  550. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.mjs +0 -13
  551. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.mjs +0 -13
  552. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.mjs +0 -13
  553. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.mjs +0 -13
  554. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.mjs +0 -2
  555. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.mjs +0 -2
  556. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.mjs +0 -8
  557. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.mjs +0 -20
  558. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.mjs +0 -20
  559. package/esm2022/libs/data-access/gn4/src/openapi/model/models.mjs +0 -119
  560. package/esm2022/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.mjs +0 -2
  561. package/esm2022/libs/data-access/gn4/src/openapi/model/online.api.model.mjs +0 -2
  562. package/esm2022/libs/data-access/gn4/src/openapi/model/operation.api.model.mjs +0 -23
  563. package/esm2022/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.mjs +0 -13
  564. package/esm2022/libs/data-access/gn4/src/openapi/model/pageLink.api.model.mjs +0 -2
  565. package/esm2022/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.mjs +0 -36
  566. package/esm2022/libs/data-access/gn4/src/openapi/model/pageable.api.model.mjs +0 -2
  567. package/esm2022/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.mjs +0 -2
  568. package/esm2022/libs/data-access/gn4/src/openapi/model/parent.api.model.mjs +0 -2
  569. package/esm2022/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.mjs +0 -13
  570. package/esm2022/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.mjs +0 -13
  571. package/esm2022/libs/data-access/gn4/src/openapi/model/processingReport.api.model.mjs +0 -2
  572. package/esm2022/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.mjs +0 -13
  573. package/esm2022/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.mjs +0 -36
  574. package/esm2022/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.mjs +0 -13
  575. package/esm2022/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.mjs +0 -13
  576. package/esm2022/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.mjs +0 -13
  577. package/esm2022/libs/data-access/gn4/src/openapi/model/related.api.model.mjs +0 -2
  578. package/esm2022/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.mjs +0 -2
  579. package/esm2022/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.mjs +0 -2
  580. package/esm2022/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.mjs +0 -2
  581. package/esm2022/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.mjs +0 -2
  582. package/esm2022/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.mjs +0 -2
  583. package/esm2022/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.mjs +0 -13
  584. package/esm2022/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.mjs +0 -2
  585. package/esm2022/libs/data-access/gn4/src/openapi/model/report.api.model.mjs +0 -13
  586. package/esm2022/libs/data-access/gn4/src/openapi/model/reports.api.model.mjs +0 -2
  587. package/esm2022/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.mjs +0 -13
  588. package/esm2022/libs/data-access/gn4/src/openapi/model/section.api.model.mjs +0 -2
  589. package/esm2022/libs/data-access/gn4/src/openapi/model/selection.api.model.mjs +0 -13
  590. package/esm2022/libs/data-access/gn4/src/openapi/model/service.api.model.mjs +0 -2
  591. package/esm2022/libs/data-access/gn4/src/openapi/model/setting.api.model.mjs +0 -21
  592. package/esm2022/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.mjs +0 -2
  593. package/esm2022/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.mjs +0 -2
  594. package/esm2022/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.mjs +0 -2
  595. package/esm2022/libs/data-access/gn4/src/openapi/model/siblings.api.model.mjs +0 -2
  596. package/esm2022/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.mjs +0 -2
  597. package/esm2022/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.mjs +0 -13
  598. package/esm2022/libs/data-access/gn4/src/openapi/model/sort.api.model.mjs +0 -13
  599. package/esm2022/libs/data-access/gn4/src/openapi/model/source.api.model.mjs +0 -2
  600. package/esm2022/libs/data-access/gn4/src/openapi/model/status.api.model.mjs +0 -22
  601. package/esm2022/libs/data-access/gn4/src/openapi/model/statusValue.api.model.mjs +0 -33
  602. package/esm2022/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.mjs +0 -13
  603. package/esm2022/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.mjs +0 -13
  604. package/esm2022/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.mjs +0 -13
  605. package/esm2022/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.mjs +0 -2
  606. package/esm2022/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.mjs +0 -13
  607. package/esm2022/libs/data-access/gn4/src/openapi/model/translations.api.model.mjs +0 -13
  608. package/esm2022/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.mjs +0 -13
  609. package/esm2022/libs/data-access/gn4/src/openapi/model/user.api.model.mjs +0 -13
  610. package/esm2022/libs/data-access/gn4/src/openapi/model/userDto.api.model.mjs +0 -2
  611. package/esm2022/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.mjs +0 -13
  612. package/esm2022/libs/data-access/gn4/src/openapi/model/userGroup.api.model.mjs +0 -13
  613. package/esm2022/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.mjs +0 -24
  614. package/esm2022/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.mjs +0 -13
  615. package/esm2022/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.mjs +0 -2
  616. package/esm2022/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.mjs +0 -13
  617. package/esm2022/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.mjs +0 -19
  618. package/esm2022/libs/data-access/gn4/src/openapi/model/values.api.model.mjs +0 -13
  619. package/esm2022/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.mjs +0 -2
  620. package/esm2022/libs/data-access/gn4/src/openapi/variables.mjs +0 -9
  621. package/esm2022/libs/feature/catalog/src/index.mjs +0 -9
  622. package/esm2022/libs/feature/catalog/src/lib/my-org/my-org.service.mjs +0 -42
  623. package/esm2022/libs/feature/catalog/src/lib/organisations/organisations.component.mjs +0 -127
  624. package/esm2022/libs/feature/catalog/src/lib/organization-url.token.mjs +0 -6
  625. package/esm2022/libs/feature/catalog/src/lib/records/records.service.mjs +0 -21
  626. package/esm2022/libs/feature/catalog/src/lib/site-title/site-title.component.mjs +0 -23
  627. package/esm2022/libs/feature/catalog/src/lib/source-label/source-label.component.mjs +0 -23
  628. package/esm2022/libs/feature/catalog/src/lib/sources/sources.model.mjs +0 -2
  629. package/esm2022/libs/feature/catalog/src/lib/sources/sources.service.mjs +0 -27
  630. package/esm2022/libs/feature/dataviz/src/index.mjs +0 -6
  631. package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +0 -245
  632. package/esm2022/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.mjs +0 -36
  633. package/esm2022/libs/feature/dataviz/src/lib/figure/figure.service.mjs +0 -31
  634. package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +0 -98
  635. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +0 -244
  636. package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +0 -101
  637. package/esm2022/libs/feature/editor/src/index.mjs +0 -13
  638. package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +0 -17
  639. package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +0 -68
  640. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +0 -66
  641. package/esm2022/libs/feature/editor/src/lib/+state/editor.models.mjs +0 -2
  642. package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +0 -84
  643. package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +0 -27
  644. package/esm2022/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.mjs +0 -66
  645. package/esm2022/libs/feature/editor/src/lib/components/contact-card/contact-card.component.mjs +0 -16
  646. package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +0 -89
  647. package/esm2022/libs/feature/editor/src/lib/components/import-record/import-record.component.mjs +0 -111
  648. package/esm2022/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.mjs +0 -80
  649. package/esm2022/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.mjs +0 -275
  650. package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +0 -75
  651. package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +0 -172
  652. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.mjs +0 -11
  653. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.mjs +0 -73
  654. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.mjs +0 -35
  655. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.mjs +0 -129
  656. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.mjs +0 -105
  657. 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
  658. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.mjs +0 -19
  659. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.mjs +0 -28
  660. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +0 -39
  661. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +0 -60
  662. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.mjs +0 -11
  663. 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
  664. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.mjs +0 -181
  665. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.mjs +0 -104
  666. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +0 -41
  667. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.mjs +0 -32
  668. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +0 -123
  669. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.mjs +0 -44
  670. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.mjs +0 -88
  671. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.mjs +0 -55
  672. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +0 -96
  673. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +0 -122
  674. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +0 -14
  675. package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +0 -34
  676. package/esm2022/libs/feature/editor/src/lib/expressions.mjs +0 -13
  677. package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +0 -27
  678. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +0 -376
  679. package/esm2022/libs/feature/editor/src/lib/models/editor-config.model.mjs +0 -2
  680. package/esm2022/libs/feature/editor/src/lib/models/index.mjs +0 -2
  681. package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +0 -63
  682. package/esm2022/libs/feature/map/src/index.mjs +0 -14
  683. package/esm2022/libs/feature/map/src/lib/+state/map.actions.mjs +0 -5
  684. package/esm2022/libs/feature/map/src/lib/+state/map.facade.mjs +0 -28
  685. package/esm2022/libs/feature/map/src/lib/+state/map.reducer.mjs +0 -27
  686. package/esm2022/libs/feature/map/src/lib/+state/map.selectors.mjs +0 -7
  687. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +0 -49
  688. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.mjs +0 -60
  689. package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +0 -118
  690. package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +0 -129
  691. package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +0 -74
  692. package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +0 -73
  693. package/esm2022/libs/feature/map/src/lib/constant/index.mjs +0 -2
  694. package/esm2022/libs/feature/map/src/lib/constant/projections.mjs +0 -2
  695. package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +0 -34
  696. package/esm2022/libs/feature/map/src/lib/geocoding/geocoding.component.mjs +0 -101
  697. package/esm2022/libs/feature/map/src/lib/geocoding.service.mjs +0 -40
  698. package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +0 -77
  699. package/esm2022/libs/feature/map/src/lib/map-state-container/map-state-container.component.mjs +0 -27
  700. package/esm2022/libs/feature/map/src/lib/style/index.mjs +0 -3
  701. package/esm2022/libs/feature/map/src/lib/style/map-style.fixtures.mjs +0 -43
  702. package/esm2022/libs/feature/map/src/lib/style/map-style.service.mjs +0 -96
  703. package/esm2022/libs/feature/map/src/lib/utils/index.mjs +0 -2
  704. package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +0 -29
  705. package/esm2022/libs/feature/notifications/src/index.mjs +0 -3
  706. package/esm2022/libs/feature/notifications/src/lib/notification.model.mjs +0 -2
  707. package/esm2022/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.mjs +0 -49
  708. package/esm2022/libs/feature/notifications/src/lib/notifications.service.mjs +0 -30
  709. package/esm2022/libs/feature/record/src/index.mjs +0 -11
  710. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +0 -110
  711. package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +0 -77
  712. package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +0 -40
  713. package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +0 -83
  714. package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +0 -82
  715. package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +0 -29
  716. package/esm2022/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.mjs +0 -169
  717. package/esm2022/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.mjs +0 -58
  718. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +0 -348
  719. package/esm2022/libs/feature/record/src/lib/record-meta/record-meta.component.mjs +0 -47
  720. package/esm2022/libs/feature/record/src/lib/state/index.mjs +0 -3
  721. package/esm2022/libs/feature/record/src/lib/state/mdview.actions.mjs +0 -32
  722. package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +0 -73
  723. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +0 -119
  724. package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +0 -96
  725. package/esm2022/libs/feature/record/src/lib/state/mdview.selectors.mjs +0 -33
  726. package/esm2022/libs/feature/router/src/index.mjs +0 -2
  727. package/esm2022/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.mjs +0 -21
  728. package/esm2022/libs/feature/router/src/lib/default/constants.mjs +0 -13
  729. package/esm2022/libs/feature/router/src/lib/default/container/search-router.container.directive.mjs +0 -41
  730. package/esm2022/libs/feature/router/src/lib/default/index.mjs +0 -9
  731. package/esm2022/libs/feature/router/src/lib/default/router.config.mjs +0 -3
  732. package/esm2022/libs/feature/router/src/lib/default/router.module.mjs +0 -63
  733. package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +0 -61
  734. package/esm2022/libs/feature/router/src/lib/default/services/router-search.service.mjs +0 -56
  735. package/esm2022/libs/feature/router/src/lib/default/state/query-params.utils.mjs +0 -51
  736. package/esm2022/libs/feature/router/src/lib/default/state/router.actions.mjs +0 -5
  737. package/esm2022/libs/feature/router/src/lib/default/state/router.effects.mjs +0 -114
  738. package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +0 -73
  739. package/esm2022/libs/feature/router/src/lib/default/state/router.selectors.mjs +0 -14
  740. package/esm2022/libs/feature/search/src/index.mjs +0 -26
  741. package/esm2022/libs/feature/search/src/lib/constants.mjs +0 -38
  742. package/esm2022/libs/feature/search/src/lib/facets/facets-container/facets-container.component.mjs +0 -71
  743. package/esm2022/libs/feature/search/src/lib/facets/facets.service.mjs +0 -232
  744. package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +0 -121
  745. package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +0 -28
  746. package/esm2022/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.mjs +0 -68
  747. package/esm2022/libs/feature/search/src/lib/filter-geometry.token.mjs +0 -4
  748. package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +0 -92
  749. package/esm2022/libs/feature/search/src/lib/record-url.token.mjs +0 -6
  750. package/esm2022/libs/feature/search/src/lib/records-metrics/records-metrics.component.mjs +0 -45
  751. package/esm2022/libs/feature/search/src/lib/results-hits/results-hits.container.component.mjs +0 -48
  752. package/esm2022/libs/feature/search/src/lib/results-layout/results-layout.component.mjs +0 -34
  753. package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +0 -108
  754. package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +0 -99
  755. package/esm2022/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.mjs +0 -65
  756. package/esm2022/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.mjs +0 -84
  757. package/esm2022/libs/feature/search/src/lib/sort-by/sort-by.component.mjs +0 -58
  758. package/esm2022/libs/feature/search/src/lib/state/actions.mjs +0 -208
  759. package/esm2022/libs/feature/search/src/lib/state/container/search-state.container.directive.mjs +0 -29
  760. package/esm2022/libs/feature/search/src/lib/state/effects.mjs +0 -124
  761. package/esm2022/libs/feature/search/src/lib/state/reducer.mjs +0 -289
  762. package/esm2022/libs/feature/search/src/lib/state/search.facade.mjs +0 -130
  763. package/esm2022/libs/feature/search/src/lib/state/selectors.mjs +0 -22
  764. package/esm2022/libs/feature/search/src/lib/utils/operators/search.operator.mjs +0 -31
  765. package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +0 -436
  766. package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +0 -90
  767. package/esm2022/libs/feature/search/src/lib/utils/service/search.service.mjs +0 -37
  768. package/esm2022/libs/ui/catalog/src/index.mjs +0 -6
  769. package/esm2022/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.mjs +0 -19
  770. package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +0 -43
  771. package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +0 -42
  772. package/esm2022/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.mjs +0 -48
  773. package/esm2022/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.mjs +0 -16
  774. package/esm2022/libs/ui/dataviz/src/index.mjs +0 -5
  775. package/esm2022/libs/ui/dataviz/src/lib/chart/chart.component.mjs +0 -167
  776. package/esm2022/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.mjs +0 -51
  777. package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.component.mjs +0 -139
  778. package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.data.source.mjs +0 -24
  779. package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.mjs +0 -82
  780. package/esm2022/libs/ui/dataviz/src/lib/figure/figure.component.mjs +0 -33
  781. package/esm2022/libs/ui/elements/src/index.mjs +0 -29
  782. package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +0 -87
  783. package/esm2022/libs/ui/elements/src/lib/application-banner/application-banner.component.mjs +0 -78
  784. package/esm2022/libs/ui/elements/src/lib/avatar/avatar.component.mjs +0 -20
  785. package/esm2022/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.mjs +0 -29
  786. package/esm2022/libs/ui/elements/src/lib/content-ghost/content-ghost.component.mjs +0 -20
  787. package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +0 -62
  788. package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +0 -122
  789. package/esm2022/libs/ui/elements/src/lib/error/error.component.mjs +0 -49
  790. package/esm2022/libs/ui/elements/src/lib/external-link-card/external-link-card.component.mjs +0 -59
  791. package/esm2022/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.mjs +0 -61
  792. package/esm2022/libs/ui/elements/src/lib/image-input/image-input.component.mjs +0 -227
  793. package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +0 -45
  794. package/esm2022/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.mjs +0 -89
  795. package/esm2022/libs/ui/elements/src/lib/kind-badge/kind-badge.component.mjs +0 -76
  796. package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +0 -41
  797. package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +0 -19
  798. package/esm2022/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.mjs +0 -14
  799. package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +0 -61
  800. package/esm2022/libs/ui/elements/src/lib/metadata-info/linkify.directive.mjs +0 -78
  801. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +0 -128
  802. package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +0 -82
  803. package/esm2022/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.mjs +0 -45
  804. package/esm2022/libs/ui/elements/src/lib/notification/notification.component.mjs +0 -71
  805. package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +0 -142
  806. package/esm2022/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.mjs +0 -70
  807. package/esm2022/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.mjs +0 -165
  808. package/esm2022/libs/ui/elements/src/lib/thumbnail/thumbnail.component.mjs +0 -96
  809. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.mjs +0 -59
  810. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.mjs +0 -77
  811. package/esm2022/libs/ui/elements/src/lib/user-preview/user-preview.component.mjs +0 -21
  812. package/esm2022/libs/ui/inputs/src/index.mjs +0 -27
  813. package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +0 -285
  814. package/esm2022/libs/ui/inputs/src/lib/badge/badge.component.mjs +0 -44
  815. package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +0 -62
  816. package/esm2022/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.mjs +0 -30
  817. package/esm2022/libs/ui/inputs/src/lib/checkbox/checkbox.component.mjs +0 -35
  818. package/esm2022/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.mjs +0 -33
  819. package/esm2022/libs/ui/inputs/src/lib/date-picker/date-picker.component.mjs +0 -39
  820. package/esm2022/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.mjs +0 -65
  821. package/esm2022/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.mjs +0 -44
  822. package/esm2022/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.mjs +0 -37
  823. package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +0 -215
  824. package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.mjs +0 -2
  825. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +0 -202
  826. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.mjs +0 -2
  827. package/esm2022/libs/ui/inputs/src/lib/editable-label/editable-label.directive.mjs +0 -48
  828. package/esm2022/libs/ui/inputs/src/lib/file-input/file-input.component.mjs +0 -106
  829. package/esm2022/libs/ui/inputs/src/lib/files-drop/files-drop.directive.mjs +0 -59
  830. package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.mjs +0 -43
  831. package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.mjs +0 -2
  832. package/esm2022/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.mjs +0 -74
  833. package/esm2022/libs/ui/inputs/src/lib/search-input/search-input.component.mjs +0 -46
  834. package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +0 -57
  835. package/esm2022/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.mjs +0 -36
  836. package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +0 -50
  837. package/esm2022/libs/ui/inputs/src/lib/text-input/text-input.component.mjs +0 -48
  838. package/esm2022/libs/ui/inputs/src/lib/url-input/url-input.component.mjs +0 -95
  839. package/esm2022/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.mjs +0 -46
  840. package/esm2022/libs/ui/layout/src/index.mjs +0 -20
  841. package/esm2022/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.mjs +0 -105
  842. package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +0 -128
  843. package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +0 -73
  844. package/esm2022/libs/ui/layout/src/lib/cell-popin/cell-popin.component.mjs +0 -110
  845. package/esm2022/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.mjs +0 -54
  846. package/esm2022/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.mjs +0 -25
  847. package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +0 -20
  848. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.mjs +0 -38
  849. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +0 -67
  850. package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +0 -70
  851. package/esm2022/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.mjs +0 -29
  852. package/esm2022/libs/ui/layout/src/lib/paginable.interface.mjs +0 -2
  853. package/esm2022/libs/ui/layout/src/lib/pagination/pagination.component.mjs +0 -51
  854. package/esm2022/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.mjs +0 -52
  855. package/esm2022/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.mjs +0 -36
  856. package/esm2022/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +0 -26
  857. package/esm2022/libs/ui/layout/src/lib/sortable-list/sortable-list.component.mjs +0 -35
  858. package/esm2022/libs/ui/layout/src/lib/sticky-header/sticky-header.component.mjs +0 -81
  859. package/esm2022/libs/ui/layout/src/lib/truncated-text/truncated-text.component.mjs +0 -71
  860. package/esm2022/libs/ui/map/src/index.mjs +0 -7
  861. package/esm2022/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.mjs +0 -46
  862. package/esm2022/libs/ui/map/src/lib/components/map-container/map-container.component.mjs +0 -157
  863. package/esm2022/libs/ui/map/src/lib/components/map-container/map-settings.token.mjs +0 -13
  864. package/esm2022/libs/ui/map/src/lib/components/map-legend/map-legend.component.mjs +0 -36
  865. package/esm2022/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.mjs +0 -80
  866. package/esm2022/libs/ui/map/src/lib/map-utils.mjs +0 -37
  867. package/esm2022/libs/ui/search/src/index.mjs +0 -21
  868. package/esm2022/libs/ui/search/src/lib/facets/facet-block/facet-block.component.mjs +0 -109
  869. package/esm2022/libs/ui/search/src/lib/facets/facet-item/facet-item.component.mjs +0 -43
  870. package/esm2022/libs/ui/search/src/lib/facets/facet-list/facet-list.component.mjs +0 -51
  871. package/esm2022/libs/ui/search/src/lib/facets/facets.model.mjs +0 -2
  872. package/esm2022/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.mjs +0 -50
  873. package/esm2022/libs/ui/search/src/lib/facets/fixtures/index.mjs +0 -2
  874. package/esm2022/libs/ui/search/src/lib/record-metric/record-metric.component.mjs +0 -26
  875. package/esm2022/libs/ui/search/src/lib/record-preview/record-preview.component.mjs +0 -62
  876. package/esm2022/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.mjs +0 -14
  877. package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +0 -68
  878. package/esm2022/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.mjs +0 -21
  879. package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +0 -29
  880. package/esm2022/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.mjs +0 -14
  881. package/esm2022/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.mjs +0 -14
  882. package/esm2022/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.mjs +0 -18
  883. package/esm2022/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.mjs +0 -63
  884. package/esm2022/libs/ui/search/src/lib/results-list/results-layout.config.mjs +0 -29
  885. package/esm2022/libs/ui/search/src/lib/results-list/results-list.component.mjs +0 -31
  886. package/esm2022/libs/ui/search/src/lib/results-list-item/results-list-item.component.mjs +0 -54
  887. package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +0 -76
  888. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +0 -219
  889. package/esm2022/libs/ui/widgets/src/index.mjs +0 -7
  890. package/esm2022/libs/ui/widgets/src/lib/color-scale/color-scale.component.mjs +0 -11
  891. package/esm2022/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.mjs +0 -15
  892. package/esm2022/libs/ui/widgets/src/lib/popover/popover.component.mjs +0 -68
  893. package/esm2022/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.mjs +0 -62
  894. package/esm2022/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.mjs +0 -51
  895. package/esm2022/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.mjs +0 -11
  896. package/esm2022/libs/util/app-config/src/index.mjs +0 -5
  897. package/esm2022/libs/util/app-config/src/lib/app-config.mjs +0 -216
  898. package/esm2022/libs/util/app-config/src/lib/fixtures.mjs +0 -164
  899. package/esm2022/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.mjs +0 -18
  900. package/esm2022/libs/util/app-config/src/lib/map-layers.mjs +0 -33
  901. package/esm2022/libs/util/app-config/src/lib/model.mjs +0 -2
  902. package/esm2022/libs/util/app-config/src/lib/parse-utils.mjs +0 -89
  903. package/esm2022/libs/util/data-fetcher/src/index.mjs +0 -7
  904. package/esm2022/libs/util/data-fetcher/src/lib/data-fetcher.mjs +0 -70
  905. package/esm2022/libs/util/data-fetcher/src/lib/headers.mjs +0 -23
  906. package/esm2022/libs/util/data-fetcher/src/lib/model.mjs +0 -62
  907. package/esm2022/libs/util/data-fetcher/src/lib/readers/base-cache.mjs +0 -12
  908. package/esm2022/libs/util/data-fetcher/src/lib/readers/base-file.mjs +0 -37
  909. package/esm2022/libs/util/data-fetcher/src/lib/readers/base.mjs +0 -62
  910. package/esm2022/libs/util/data-fetcher/src/lib/readers/csv.mjs +0 -37
  911. package/esm2022/libs/util/data-fetcher/src/lib/readers/excel.mjs +0 -24
  912. package/esm2022/libs/util/data-fetcher/src/lib/readers/geojson.mjs +0 -21
  913. package/esm2022/libs/util/data-fetcher/src/lib/readers/gml.mjs +0 -38
  914. package/esm2022/libs/util/data-fetcher/src/lib/readers/json.mjs +0 -19
  915. package/esm2022/libs/util/data-fetcher/src/lib/readers/wfs.mjs +0 -133
  916. package/esm2022/libs/util/data-fetcher/src/lib/sql-utils.mjs +0 -93
  917. package/esm2022/libs/util/data-fetcher/src/lib/utils.mjs +0 -211
  918. package/esm2022/libs/util/i18n/src/index.mjs +0 -8
  919. package/esm2022/libs/util/i18n/src/lib/embedded.translate.loader.mjs +0 -18
  920. package/esm2022/libs/util/i18n/src/lib/file.translate.loader.mjs +0 -14
  921. package/esm2022/libs/util/i18n/src/lib/i18n.constants.mjs +0 -52
  922. package/esm2022/libs/util/i18n/src/lib/i18n.interceptor.mjs +0 -25
  923. package/esm2022/libs/util/i18n/src/lib/i18n.providers.mjs +0 -41
  924. package/esm2022/libs/util/i18n/src/lib/language-codes.mjs +0 -141
  925. package/esm2022/libs/util/i18n/src/lib/translate.loader.utils.mjs +0 -8
  926. package/esm2022/libs/util/shared/src/index.mjs +0 -7
  927. package/esm2022/libs/util/shared/src/lib/gn-ui-version.mjs +0 -6
  928. package/esm2022/libs/util/shared/src/lib/image-fallback.directive.mjs +0 -28
  929. package/esm2022/libs/util/shared/src/lib/links/index.mjs +0 -3
  930. package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +0 -68
  931. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +0 -306
  932. package/esm2022/libs/util/shared/src/lib/record/index.mjs +0 -3
  933. package/esm2022/libs/util/shared/src/lib/record/quality-score.util.mjs +0 -46
  934. package/esm2022/libs/util/shared/src/lib/record/record.util.mjs +0 -56
  935. package/esm2022/libs/util/shared/src/lib/services/date.service.mjs +0 -41
  936. package/esm2022/libs/util/shared/src/lib/services/index.mjs +0 -5
  937. package/esm2022/libs/util/shared/src/lib/services/log.service.mjs +0 -22
  938. package/esm2022/libs/util/shared/src/lib/services/proxy.service.mjs +0 -45
  939. package/esm2022/libs/util/shared/src/lib/services/theme.service.mjs +0 -94
  940. package/esm2022/libs/util/shared/src/lib/utils/bytes-convert.mjs +0 -7
  941. package/esm2022/libs/util/shared/src/lib/utils/event.mjs +0 -12
  942. package/esm2022/libs/util/shared/src/lib/utils/format-fields.mjs +0 -9
  943. package/esm2022/libs/util/shared/src/lib/utils/fuzzy-filter.mjs +0 -27
  944. package/esm2022/libs/util/shared/src/lib/utils/geojson.mjs +0 -78
  945. package/esm2022/libs/util/shared/src/lib/utils/image-resize.mjs +0 -60
  946. package/esm2022/libs/util/shared/src/lib/utils/index.mjs +0 -16
  947. package/esm2022/libs/util/shared/src/lib/utils/mobile-screen.mjs +0 -9
  948. package/esm2022/libs/util/shared/src/lib/utils/no-duplicate-file-name.mjs +0 -19
  949. package/esm2022/libs/util/shared/src/lib/utils/parse.mjs +0 -33
  950. package/esm2022/libs/util/shared/src/lib/utils/remove-whitespace.mjs +0 -4
  951. package/esm2022/libs/util/shared/src/lib/utils/scroll.mjs +0 -40
  952. package/esm2022/libs/util/shared/src/lib/utils/sort-by.mjs +0 -14
  953. package/esm2022/libs/util/shared/src/lib/utils/strip-html.mjs +0 -7
  954. package/esm2022/libs/util/shared/src/lib/utils/temporal-extent-union.mjs +0 -32
  955. package/esm2022/libs/util/shared/src/lib/utils/url.mjs +0 -18
  956. package/esm2022/translations/de.json +0 -649
  957. package/esm2022/translations/en.json +0 -650
  958. package/esm2022/translations/es.json +0 -649
  959. package/esm2022/translations/fr.json +0 -649
  960. package/esm2022/translations/it.json +0 -649
  961. package/esm2022/translations/nl.json +0 -649
  962. package/esm2022/translations/pt.json +0 -649
  963. package/esm2022/translations/sk.json +0 -649
  964. package/geonetwork-ui.d.ts.map +0 -1
  965. package/libs/api/metadata-converter/src/index.d.ts +0 -9
  966. package/libs/api/metadata-converter/src/index.d.ts.map +0 -1
  967. package/libs/api/metadata-converter/src/lib/base.converter.d.ts +0 -13
  968. package/libs/api/metadata-converter/src/lib/base.converter.d.ts.map +0 -1
  969. package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts +0 -4
  970. package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts.map +0 -1
  971. package/libs/api/metadata-converter/src/lib/common/license.d.ts +0 -3
  972. package/libs/api/metadata-converter/src/lib/common/license.d.ts.map +0 -1
  973. package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts +0 -26
  974. package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts.map +0 -1
  975. package/libs/api/metadata-converter/src/lib/common/url.d.ts +0 -7
  976. package/libs/api/metadata-converter/src/lib/common/url.d.ts.map +0 -1
  977. package/libs/api/metadata-converter/src/lib/convert-utils.d.ts +0 -2
  978. package/libs/api/metadata-converter/src/lib/convert-utils.d.ts.map +0 -1
  979. package/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.d.ts +0 -13
  980. package/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.d.ts.map +0 -1
  981. package/libs/api/metadata-converter/src/lib/dcat-ap/index.d.ts +0 -2
  982. package/libs/api/metadata-converter/src/lib/dcat-ap/index.d.ts.map +0 -1
  983. package/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.d.ts +0 -16
  984. package/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.d.ts.map +0 -1
  985. package/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.d.ts +0 -21
  986. package/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.d.ts.map +0 -1
  987. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.d.ts +0 -15
  988. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.d.ts.map +0 -1
  989. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.d.ts +0 -8
  990. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.d.ts.map +0 -1
  991. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.d.ts +0 -2
  992. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.d.ts.map +0 -1
  993. package/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.d.ts +0 -6
  994. package/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.d.ts.map +0 -1
  995. package/libs/api/metadata-converter/src/lib/find-converter.d.ts +0 -3
  996. package/libs/api/metadata-converter/src/lib/find-converter.d.ts.map +0 -1
  997. package/libs/api/metadata-converter/src/lib/function-utils.d.ts +0 -27
  998. package/libs/api/metadata-converter/src/lib/function-utils.d.ts.map +0 -1
  999. package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts +0 -20
  1000. package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts.map +0 -1
  1001. package/libs/api/metadata-converter/src/lib/gn4/gn4.converter.d.ts +0 -16
  1002. package/libs/api/metadata-converter/src/lib/gn4/gn4.converter.d.ts.map +0 -1
  1003. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts +0 -24
  1004. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +0 -1
  1005. package/libs/api/metadata-converter/src/lib/gn4/index.d.ts +0 -4
  1006. package/libs/api/metadata-converter/src/lib/gn4/index.d.ts.map +0 -1
  1007. package/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.d.ts +0 -12
  1008. package/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.d.ts.map +0 -1
  1009. package/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.d.ts +0 -37
  1010. package/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.d.ts.map +0 -1
  1011. package/libs/api/metadata-converter/src/lib/gn4/types/index.d.ts +0 -5
  1012. package/libs/api/metadata-converter/src/lib/gn4/types/index.d.ts.map +0 -1
  1013. package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts +0 -27
  1014. package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts.map +0 -1
  1015. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +0 -196
  1016. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +0 -1
  1017. package/libs/api/metadata-converter/src/lib/gn4/types/search.model.d.ts +0 -78
  1018. package/libs/api/metadata-converter/src/lib/gn4/types/search.model.d.ts.map +0 -1
  1019. package/libs/api/metadata-converter/src/lib/iso19115-3/index.d.ts +0 -2
  1020. package/libs/api/metadata-converter/src/lib/iso19115-3/index.d.ts.map +0 -1
  1021. package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts +0 -9
  1022. package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts.map +0 -1
  1023. package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts +0 -24
  1024. package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts.map +0 -1
  1025. package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts +0 -23
  1026. package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts.map +0 -1
  1027. package/libs/api/metadata-converter/src/lib/iso19139/index.d.ts +0 -2
  1028. package/libs/api/metadata-converter/src/lib/iso19139/index.d.ts.map +0 -1
  1029. package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts +0 -13
  1030. package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +0 -1
  1031. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +0 -78
  1032. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +0 -1
  1033. package/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.d.ts +0 -5
  1034. package/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.d.ts.map +0 -1
  1035. package/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.d.ts +0 -8
  1036. package/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.d.ts.map +0 -1
  1037. package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts +0 -3
  1038. package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts.map +0 -1
  1039. package/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.d.ts +0 -3
  1040. package/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.d.ts.map +0 -1
  1041. package/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.d.ts +0 -3
  1042. package/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.d.ts.map +0 -1
  1043. package/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.d.ts +0 -3
  1044. package/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.d.ts.map +0 -1
  1045. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +0 -71
  1046. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +0 -1
  1047. package/libs/api/metadata-converter/src/lib/translate-utils.d.ts +0 -2
  1048. package/libs/api/metadata-converter/src/lib/translate-utils.d.ts.map +0 -1
  1049. package/libs/api/metadata-converter/src/lib/xml-utils.d.ts +0 -158
  1050. package/libs/api/metadata-converter/src/lib/xml-utils.d.ts.map +0 -1
  1051. package/libs/api/repository/src/index.d.ts +0 -4
  1052. package/libs/api/repository/src/index.d.ts.map +0 -1
  1053. package/libs/api/repository/src/lib/gn4/auth/auth.service.d.ts +0 -27
  1054. package/libs/api/repository/src/lib/gn4/auth/auth.service.d.ts.map +0 -1
  1055. package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts +0 -7
  1056. package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts.map +0 -1
  1057. package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts +0 -17
  1058. package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts.map +0 -1
  1059. package/libs/api/repository/src/lib/gn4/auth/index.d.ts +0 -4
  1060. package/libs/api/repository/src/lib/gn4/auth/index.d.ts.map +0 -1
  1061. package/libs/api/repository/src/lib/gn4/elasticsearch/constant.d.ts +0 -11
  1062. package/libs/api/repository/src/lib/gn4/elasticsearch/constant.d.ts.map +0 -1
  1063. package/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.d.ts +0 -4
  1064. package/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.d.ts.map +0 -1
  1065. package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts +0 -74
  1066. package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +0 -1
  1067. package/libs/api/repository/src/lib/gn4/elasticsearch/index.d.ts +0 -4
  1068. package/libs/api/repository/src/lib/gn4/elasticsearch/index.d.ts.map +0 -1
  1069. package/libs/api/repository/src/lib/gn4/favorites/favorites.service.d.ts +0 -20
  1070. package/libs/api/repository/src/lib/gn4/favorites/favorites.service.d.ts.map +0 -1
  1071. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +0 -69
  1072. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +0 -1
  1073. package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts +0 -7
  1074. package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts.map +0 -1
  1075. package/libs/api/repository/src/lib/gn4/index.d.ts +0 -11
  1076. package/libs/api/repository/src/lib/gn4/index.d.ts.map +0 -1
  1077. package/libs/api/repository/src/lib/gn4/organizations/index.d.ts +0 -5
  1078. package/libs/api/repository/src/lib/gn4/organizations/index.d.ts.map +0 -1
  1079. package/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.d.ts +0 -4
  1080. package/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.d.ts.map +0 -1
  1081. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts +0 -29
  1082. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts.map +0 -1
  1083. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts +0 -40
  1084. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts.map +0 -1
  1085. package/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.d.ts +0 -9
  1086. package/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.d.ts.map +0 -1
  1087. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts +0 -20
  1088. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +0 -1
  1089. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +0 -68
  1090. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +0 -1
  1091. package/libs/api/repository/src/lib/gn4/selection/selection.service.d.ts +0 -17
  1092. package/libs/api/repository/src/lib/gn4/selection/selection.service.d.ts.map +0 -1
  1093. package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts +0 -15
  1094. package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts.map +0 -1
  1095. package/libs/api/repository/src/lib/metadata-language.token.d.ts +0 -5
  1096. package/libs/api/repository/src/lib/metadata-language.token.d.ts.map +0 -1
  1097. package/libs/api/repository/src/lib/repository-url.d.ts +0 -3
  1098. package/libs/api/repository/src/lib/repository-url.d.ts.map +0 -1
  1099. package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts +0 -17
  1100. package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts.map +0 -1
  1101. package/libs/common/domain/src/lib/model/error/index.d.ts +0 -2
  1102. package/libs/common/domain/src/lib/model/error/index.d.ts.map +0 -1
  1103. package/libs/common/domain/src/lib/model/error/publication-version.error.d.ts +0 -5
  1104. package/libs/common/domain/src/lib/model/error/publication-version.error.d.ts.map +0 -1
  1105. package/libs/common/domain/src/lib/model/record/contact.model.d.ts +0 -15
  1106. package/libs/common/domain/src/lib/model/record/contact.model.d.ts.map +0 -1
  1107. package/libs/common/domain/src/lib/model/record/index.d.ts +0 -6
  1108. package/libs/common/domain/src/lib/model/record/index.d.ts.map +0 -1
  1109. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +0 -182
  1110. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +0 -1
  1111. package/libs/common/domain/src/lib/model/record/organization.model.d.ts +0 -11
  1112. package/libs/common/domain/src/lib/model/record/organization.model.d.ts.map +0 -1
  1113. package/libs/common/domain/src/lib/model/record/translation.model.d.ts +0 -26
  1114. package/libs/common/domain/src/lib/model/record/translation.model.d.ts.map +0 -1
  1115. package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts +0 -15
  1116. package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts.map +0 -1
  1117. package/libs/common/domain/src/lib/model/search/aggregation.model.d.ts +0 -44
  1118. package/libs/common/domain/src/lib/model/search/aggregation.model.d.ts.map +0 -1
  1119. package/libs/common/domain/src/lib/model/search/field.model.d.ts +0 -2
  1120. package/libs/common/domain/src/lib/model/search/field.model.d.ts.map +0 -1
  1121. package/libs/common/domain/src/lib/model/search/filter.model.d.ts +0 -21
  1122. package/libs/common/domain/src/lib/model/search/filter.model.d.ts.map +0 -1
  1123. package/libs/common/domain/src/lib/model/search/index.d.ts +0 -6
  1124. package/libs/common/domain/src/lib/model/search/index.d.ts.map +0 -1
  1125. package/libs/common/domain/src/lib/model/search/search.model.d.ts +0 -20
  1126. package/libs/common/domain/src/lib/model/search/search.model.d.ts.map +0 -1
  1127. package/libs/common/domain/src/lib/model/search/sort-by.model.d.ts +0 -3
  1128. package/libs/common/domain/src/lib/model/search/sort-by.model.d.ts.map +0 -1
  1129. package/libs/common/domain/src/lib/model/thesaurus/index.d.ts +0 -2
  1130. package/libs/common/domain/src/lib/model/thesaurus/index.d.ts.map +0 -1
  1131. package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts +0 -14
  1132. package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts.map +0 -1
  1133. package/libs/common/domain/src/lib/model/user/index.d.ts +0 -2
  1134. package/libs/common/domain/src/lib/model/user/index.d.ts.map +0 -1
  1135. package/libs/common/domain/src/lib/model/user/user.model.d.ts +0 -11
  1136. package/libs/common/domain/src/lib/model/user/user.model.d.ts.map +0 -1
  1137. package/libs/common/domain/src/lib/organizations.service.interface.d.ts +0 -11
  1138. package/libs/common/domain/src/lib/organizations.service.interface.d.ts.map +0 -1
  1139. package/libs/common/domain/src/lib/platform.service.interface.d.ts +0 -39
  1140. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +0 -1
  1141. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +0 -74
  1142. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +0 -1
  1143. package/libs/data-access/gn4/src/fixtures/index.d.ts +0 -3
  1144. package/libs/data-access/gn4/src/fixtures/index.d.ts.map +0 -1
  1145. package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts +0 -61
  1146. package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts.map +0 -1
  1147. package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts +0 -5
  1148. package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts.map +0 -1
  1149. package/libs/data-access/gn4/src/index.d.ts +0 -3
  1150. package/libs/data-access/gn4/src/index.d.ts.map +0 -1
  1151. package/libs/data-access/gn4/src/openapi/api/api.d.ts +0 -66
  1152. package/libs/data-access/gn4/src/openapi/api/api.d.ts.map +0 -1
  1153. package/libs/data-access/gn4/src/openapi/api/atom.api.service.d.ts +0 -97
  1154. package/libs/data-access/gn4/src/openapi/api/atom.api.service.d.ts.map +0 -1
  1155. package/libs/data-access/gn4/src/openapi/api/customstyle.api.service.d.ts +0 -54
  1156. package/libs/data-access/gn4/src/openapi/api/customstyle.api.service.d.ts.map +0 -1
  1157. package/libs/data-access/gn4/src/openapi/api/formatters.api.service.d.ts +0 -150
  1158. package/libs/data-access/gn4/src/openapi/api/formatters.api.service.d.ts.map +0 -1
  1159. package/libs/data-access/gn4/src/openapi/api/groups.api.service.d.ts +0 -132
  1160. package/libs/data-access/gn4/src/openapi/api/groups.api.service.d.ts.map +0 -1
  1161. package/libs/data-access/gn4/src/openapi/api/harvesters.api.service.d.ts +0 -49
  1162. package/libs/data-access/gn4/src/openapi/api/harvesters.api.service.d.ts.map +0 -1
  1163. package/libs/data-access/gn4/src/openapi/api/identifiers.api.service.d.ts +0 -80
  1164. package/libs/data-access/gn4/src/openapi/api/identifiers.api.service.d.ts.map +0 -1
  1165. package/libs/data-access/gn4/src/openapi/api/languages.api.service.d.ts +0 -96
  1166. package/libs/data-access/gn4/src/openapi/api/languages.api.service.d.ts.map +0 -1
  1167. package/libs/data-access/gn4/src/openapi/api/links.api.service.d.ts +0 -128
  1168. package/libs/data-access/gn4/src/openapi/api/links.api.service.d.ts.map +0 -1
  1169. package/libs/data-access/gn4/src/openapi/api/logos.api.service.d.ts +0 -78
  1170. package/libs/data-access/gn4/src/openapi/api/logos.api.service.d.ts.map +0 -1
  1171. package/libs/data-access/gn4/src/openapi/api/mapservers.api.service.d.ts +0 -170
  1172. package/libs/data-access/gn4/src/openapi/api/mapservers.api.service.d.ts.map +0 -1
  1173. package/libs/data-access/gn4/src/openapi/api/mapservices.api.service.d.ts +0 -33
  1174. package/libs/data-access/gn4/src/openapi/api/mapservices.api.service.d.ts.map +0 -1
  1175. package/libs/data-access/gn4/src/openapi/api/me.api.service.d.ts +0 -33
  1176. package/libs/data-access/gn4/src/openapi/api/me.api.service.d.ts.map +0 -1
  1177. package/libs/data-access/gn4/src/openapi/api/operations.api.service.d.ts +0 -33
  1178. package/libs/data-access/gn4/src/openapi/api/operations.api.service.d.ts.map +0 -1
  1179. package/libs/data-access/gn4/src/openapi/api/pages.api.service.d.ts +0 -186
  1180. package/libs/data-access/gn4/src/openapi/api/pages.api.service.d.ts.map +0 -1
  1181. package/libs/data-access/gn4/src/openapi/api/processes.api.service.d.ts +0 -157
  1182. package/libs/data-access/gn4/src/openapi/api/processes.api.service.d.ts.map +0 -1
  1183. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts +0 -1879
  1184. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts.map +0 -1
  1185. package/libs/data-access/gn4/src/openapi/api/regions.api.service.d.ts +0 -72
  1186. package/libs/data-access/gn4/src/openapi/api/regions.api.service.d.ts.map +0 -1
  1187. package/libs/data-access/gn4/src/openapi/api/registries.api.service.d.ts +0 -391
  1188. package/libs/data-access/gn4/src/openapi/api/registries.api.service.d.ts.map +0 -1
  1189. package/libs/data-access/gn4/src/openapi/api/related.api.service.d.ts +0 -42
  1190. package/libs/data-access/gn4/src/openapi/api/related.api.service.d.ts.map +0 -1
  1191. package/libs/data-access/gn4/src/openapi/api/search.api.service.d.ts +0 -53
  1192. package/libs/data-access/gn4/src/openapi/api/search.api.service.d.ts.map +0 -1
  1193. package/libs/data-access/gn4/src/openapi/api/selections.api.service.d.ts +0 -84
  1194. package/libs/data-access/gn4/src/openapi/api/selections.api.service.d.ts.map +0 -1
  1195. package/libs/data-access/gn4/src/openapi/api/site.api.service.d.ts +0 -396
  1196. package/libs/data-access/gn4/src/openapi/api/site.api.service.d.ts.map +0 -1
  1197. package/libs/data-access/gn4/src/openapi/api/sources.api.service.d.ts +0 -96
  1198. package/libs/data-access/gn4/src/openapi/api/sources.api.service.d.ts.map +0 -1
  1199. package/libs/data-access/gn4/src/openapi/api/standards.api.service.d.ts +0 -195
  1200. package/libs/data-access/gn4/src/openapi/api/standards.api.service.d.ts.map +0 -1
  1201. package/libs/data-access/gn4/src/openapi/api/status.api.service.d.ts +0 -61
  1202. package/libs/data-access/gn4/src/openapi/api/status.api.service.d.ts.map +0 -1
  1203. package/libs/data-access/gn4/src/openapi/api/tags.api.service.d.ts +0 -94
  1204. package/libs/data-access/gn4/src/openapi/api/tags.api.service.d.ts.map +0 -1
  1205. package/libs/data-access/gn4/src/openapi/api/tools.api.service.d.ts +0 -302
  1206. package/libs/data-access/gn4/src/openapi/api/tools.api.service.d.ts.map +0 -1
  1207. package/libs/data-access/gn4/src/openapi/api/ui.api.service.d.ts +0 -93
  1208. package/libs/data-access/gn4/src/openapi/api/ui.api.service.d.ts.map +0 -1
  1209. package/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.d.ts +0 -172
  1210. package/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.d.ts.map +0 -1
  1211. package/libs/data-access/gn4/src/openapi/api/users.api.service.d.ts +0 -262
  1212. package/libs/data-access/gn4/src/openapi/api/users.api.service.d.ts.map +0 -1
  1213. package/libs/data-access/gn4/src/openapi/api/usersearches.api.service.d.ts +0 -144
  1214. package/libs/data-access/gn4/src/openapi/api/usersearches.api.service.d.ts.map +0 -1
  1215. package/libs/data-access/gn4/src/openapi/api/userselections.api.service.d.ts +0 -128
  1216. package/libs/data-access/gn4/src/openapi/api/userselections.api.service.d.ts.map +0 -1
  1217. package/libs/data-access/gn4/src/openapi/api.module.d.ts +0 -12
  1218. package/libs/data-access/gn4/src/openapi/api.module.d.ts.map +0 -1
  1219. package/libs/data-access/gn4/src/openapi/configuration.d.ts +0 -81
  1220. package/libs/data-access/gn4/src/openapi/configuration.d.ts.map +0 -1
  1221. package/libs/data-access/gn4/src/openapi/encoder.d.ts +0 -12
  1222. package/libs/data-access/gn4/src/openapi/encoder.d.ts.map +0 -1
  1223. package/libs/data-access/gn4/src/openapi/index.d.ts +0 -6
  1224. package/libs/data-access/gn4/src/openapi/index.d.ts.map +0 -1
  1225. package/libs/data-access/gn4/src/openapi/model/address.api.model.d.ts +0 -20
  1226. package/libs/data-access/gn4/src/openapi/model/address.api.model.d.ts.map +0 -1
  1227. package/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.d.ts +0 -29
  1228. package/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.d.ts.map +0 -1
  1229. package/libs/data-access/gn4/src/openapi/model/associated.api.model.d.ts +0 -16
  1230. package/libs/data-access/gn4/src/openapi/model/associated.api.model.d.ts.map +0 -1
  1231. package/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.d.ts +0 -21
  1232. package/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.d.ts.map +0 -1
  1233. package/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.d.ts +0 -26
  1234. package/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.d.ts.map +0 -1
  1235. package/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.d.ts +0 -16
  1236. package/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.d.ts.map +0 -1
  1237. package/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.d.ts +0 -17
  1238. package/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.d.ts.map +0 -1
  1239. package/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.d.ts +0 -16
  1240. package/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.d.ts.map +0 -1
  1241. package/libs/data-access/gn4/src/openapi/model/category.api.model.d.ts +0 -16
  1242. package/libs/data-access/gn4/src/openapi/model/category.api.model.d.ts.map +0 -1
  1243. package/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.d.ts +0 -17
  1244. package/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.d.ts.map +0 -1
  1245. package/libs/data-access/gn4/src/openapi/model/children.api.model.d.ts +0 -16
  1246. package/libs/data-access/gn4/src/openapi/model/children.api.model.d.ts.map +0 -1
  1247. package/libs/data-access/gn4/src/openapi/model/codelist.api.model.d.ts +0 -18
  1248. package/libs/data-access/gn4/src/openapi/model/codelist.api.model.d.ts.map +0 -1
  1249. package/libs/data-access/gn4/src/openapi/model/crs.api.model.d.ts +0 -19
  1250. package/libs/data-access/gn4/src/openapi/model/crs.api.model.d.ts.map +0 -1
  1251. package/libs/data-access/gn4/src/openapi/model/dataset.api.model.d.ts +0 -16
  1252. package/libs/data-access/gn4/src/openapi/model/dataset.api.model.d.ts.map +0 -1
  1253. package/libs/data-access/gn4/src/openapi/model/description.api.model.d.ts +0 -16
  1254. package/libs/data-access/gn4/src/openapi/model/description.api.model.d.ts.map +0 -1
  1255. package/libs/data-access/gn4/src/openapi/model/element.api.model.d.ts +0 -21
  1256. package/libs/data-access/gn4/src/openapi/model/element.api.model.d.ts.map +0 -1
  1257. package/libs/data-access/gn4/src/openapi/model/entry.api.model.d.ts +0 -18
  1258. package/libs/data-access/gn4/src/openapi/model/entry.api.model.d.ts.map +0 -1
  1259. package/libs/data-access/gn4/src/openapi/model/extentDto.api.model.d.ts +0 -18
  1260. package/libs/data-access/gn4/src/openapi/model/extentDto.api.model.d.ts.map +0 -1
  1261. package/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.d.ts +0 -25
  1262. package/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.d.ts.map +0 -1
  1263. package/libs/data-access/gn4/src/openapi/model/fcat.api.model.d.ts +0 -16
  1264. package/libs/data-access/gn4/src/openapi/model/fcat.api.model.d.ts.map +0 -1
  1265. package/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.d.ts +0 -17
  1266. package/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.d.ts.map +0 -1
  1267. package/libs/data-access/gn4/src/openapi/model/featureType.api.model.d.ts +0 -16
  1268. package/libs/data-access/gn4/src/openapi/model/featureType.api.model.d.ts.map +0 -1
  1269. package/libs/data-access/gn4/src/openapi/model/field.api.model.d.ts +0 -22
  1270. package/libs/data-access/gn4/src/openapi/model/field.api.model.d.ts.map +0 -1
  1271. package/libs/data-access/gn4/src/openapi/model/formatterData.api.model.d.ts +0 -16
  1272. package/libs/data-access/gn4/src/openapi/model/formatterData.api.model.d.ts.map +0 -1
  1273. package/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.d.ts +0 -16
  1274. package/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.d.ts.map +0 -1
  1275. package/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.d.ts +0 -15
  1276. package/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.d.ts.map +0 -1
  1277. package/libs/data-access/gn4/src/openapi/model/group.api.model.d.ts +0 -32
  1278. package/libs/data-access/gn4/src/openapi/model/group.api.model.d.ts.map +0 -1
  1279. package/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.d.ts +0 -18
  1280. package/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.d.ts.map +0 -1
  1281. package/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.d.ts +0 -44
  1282. package/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.d.ts.map +0 -1
  1283. package/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.d.ts +0 -16
  1284. package/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.d.ts.map +0 -1
  1285. package/libs/data-access/gn4/src/openapi/model/hassource.api.model.d.ts +0 -16
  1286. package/libs/data-access/gn4/src/openapi/model/hassource.api.model.d.ts.map +0 -1
  1287. package/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.d.ts +0 -21
  1288. package/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.d.ts.map +0 -1
  1289. package/libs/data-access/gn4/src/openapi/model/iSODate.api.model.d.ts +0 -29
  1290. package/libs/data-access/gn4/src/openapi/model/iSODate.api.model.d.ts.map +0 -1
  1291. package/libs/data-access/gn4/src/openapi/model/infoReport.api.model.d.ts +0 -19
  1292. package/libs/data-access/gn4/src/openapi/model/infoReport.api.model.d.ts.map +0 -1
  1293. package/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.d.ts +0 -18
  1294. package/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.d.ts.map +0 -1
  1295. package/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.d.ts +0 -18
  1296. package/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.d.ts.map +0 -1
  1297. package/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.d.ts +0 -20
  1298. package/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.d.ts.map +0 -1
  1299. package/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.d.ts +0 -15
  1300. package/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.d.ts.map +0 -1
  1301. package/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.d.ts +0 -50
  1302. package/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.d.ts.map +0 -1
  1303. package/libs/data-access/gn4/src/openapi/model/language.api.model.d.ts +0 -18
  1304. package/libs/data-access/gn4/src/openapi/model/language.api.model.d.ts.map +0 -1
  1305. package/libs/data-access/gn4/src/openapi/model/link.api.model.d.ts +0 -32
  1306. package/libs/data-access/gn4/src/openapi/model/link.api.model.d.ts.map +0 -1
  1307. package/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.d.ts +0 -21
  1308. package/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.d.ts.map +0 -1
  1309. package/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.d.ts +0 -22
  1310. package/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.d.ts.map +0 -1
  1311. package/libs/data-access/gn4/src/openapi/model/localizedString.api.model.d.ts +0 -17
  1312. package/libs/data-access/gn4/src/openapi/model/localizedString.api.model.d.ts.map +0 -1
  1313. package/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.d.ts +0 -16
  1314. package/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.d.ts.map +0 -1
  1315. package/libs/data-access/gn4/src/openapi/model/mapServer.api.model.d.ts +0 -31
  1316. package/libs/data-access/gn4/src/openapi/model/mapServer.api.model.d.ts.map +0 -1
  1317. package/libs/data-access/gn4/src/openapi/model/mapService.api.model.d.ts +0 -18
  1318. package/libs/data-access/gn4/src/openapi/model/mapService.api.model.d.ts.map +0 -1
  1319. package/libs/data-access/gn4/src/openapi/model/meResponse.api.model.d.ts +0 -27
  1320. package/libs/data-access/gn4/src/openapi/model/meResponse.api.model.d.ts.map +0 -1
  1321. package/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.d.ts +0 -18
  1322. package/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.d.ts.map +0 -1
  1323. package/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.d.ts +0 -17
  1324. package/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.d.ts.map +0 -1
  1325. package/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.d.ts +0 -19
  1326. package/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.d.ts.map +0 -1
  1327. package/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.d.ts +0 -23
  1328. package/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.d.ts.map +0 -1
  1329. package/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.d.ts +0 -16
  1330. package/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.d.ts.map +0 -1
  1331. package/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.d.ts +0 -40
  1332. package/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.d.ts.map +0 -1
  1333. package/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.d.ts +0 -48
  1334. package/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.d.ts.map +0 -1
  1335. package/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.d.ts +0 -33
  1336. package/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.d.ts.map +0 -1
  1337. package/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.d.ts +0 -25
  1338. package/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.d.ts.map +0 -1
  1339. package/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.d.ts +0 -31
  1340. package/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.d.ts.map +0 -1
  1341. package/libs/data-access/gn4/src/openapi/model/models.d.ts +0 -119
  1342. package/libs/data-access/gn4/src/openapi/model/models.d.ts.map +0 -1
  1343. package/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.d.ts +0 -16
  1344. package/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.d.ts.map +0 -1
  1345. package/libs/data-access/gn4/src/openapi/model/online.api.model.d.ts +0 -16
  1346. package/libs/data-access/gn4/src/openapi/model/online.api.model.d.ts.map +0 -1
  1347. package/libs/data-access/gn4/src/openapi/model/operation.api.model.d.ts +0 -32
  1348. package/libs/data-access/gn4/src/openapi/model/operation.api.model.d.ts.map +0 -1
  1349. package/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.d.ts +0 -17
  1350. package/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.d.ts.map +0 -1
  1351. package/libs/data-access/gn4/src/openapi/model/pageLink.api.model.d.ts +0 -28
  1352. package/libs/data-access/gn4/src/openapi/model/pageLink.api.model.d.ts.map +0 -1
  1353. package/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.d.ts +0 -48
  1354. package/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.d.ts.map +0 -1
  1355. package/libs/data-access/gn4/src/openapi/model/pageable.api.model.d.ts +0 -21
  1356. package/libs/data-access/gn4/src/openapi/model/pageable.api.model.d.ts.map +0 -1
  1357. package/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.d.ts +0 -17
  1358. package/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.d.ts.map +0 -1
  1359. package/libs/data-access/gn4/src/openapi/model/parent.api.model.d.ts +0 -16
  1360. package/libs/data-access/gn4/src/openapi/model/parent.api.model.d.ts.map +0 -1
  1361. package/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.d.ts +0 -17
  1362. package/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.d.ts.map +0 -1
  1363. package/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.d.ts +0 -19
  1364. package/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.d.ts.map +0 -1
  1365. package/libs/data-access/gn4/src/openapi/model/processingReport.api.model.d.ts +0 -25
  1366. package/libs/data-access/gn4/src/openapi/model/processingReport.api.model.d.ts.map +0 -1
  1367. package/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.d.ts +0 -21
  1368. package/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.d.ts.map +0 -1
  1369. package/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.d.ts +0 -46
  1370. package/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.d.ts.map +0 -1
  1371. package/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.d.ts +0 -20
  1372. package/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.d.ts.map +0 -1
  1373. package/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.d.ts +0 -20
  1374. package/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.d.ts.map +0 -1
  1375. package/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.d.ts +0 -24
  1376. package/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.d.ts.map +0 -1
  1377. package/libs/data-access/gn4/src/openapi/model/related.api.model.d.ts +0 -16
  1378. package/libs/data-access/gn4/src/openapi/model/related.api.model.d.ts.map +0 -1
  1379. package/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.d.ts +0 -25
  1380. package/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.d.ts.map +0 -1
  1381. package/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.d.ts +0 -23
  1382. package/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.d.ts.map +0 -1
  1383. package/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.d.ts +0 -40
  1384. package/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.d.ts.map +0 -1
  1385. package/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.d.ts +0 -25
  1386. package/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.d.ts.map +0 -1
  1387. package/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.d.ts +0 -19
  1388. package/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.d.ts.map +0 -1
  1389. package/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.d.ts +0 -17
  1390. package/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.d.ts.map +0 -1
  1391. package/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.d.ts +0 -21
  1392. package/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.d.ts.map +0 -1
  1393. package/libs/data-access/gn4/src/openapi/model/report.api.model.d.ts +0 -19
  1394. package/libs/data-access/gn4/src/openapi/model/report.api.model.d.ts.map +0 -1
  1395. package/libs/data-access/gn4/src/openapi/model/reports.api.model.d.ts +0 -16
  1396. package/libs/data-access/gn4/src/openapi/model/reports.api.model.d.ts.map +0 -1
  1397. package/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.d.ts +0 -19
  1398. package/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.d.ts.map +0 -1
  1399. package/libs/data-access/gn4/src/openapi/model/section.api.model.d.ts +0 -17
  1400. package/libs/data-access/gn4/src/openapi/model/section.api.model.d.ts.map +0 -1
  1401. package/libs/data-access/gn4/src/openapi/model/selection.api.model.d.ts +0 -20
  1402. package/libs/data-access/gn4/src/openapi/model/selection.api.model.d.ts.map +0 -1
  1403. package/libs/data-access/gn4/src/openapi/model/service.api.model.d.ts +0 -16
  1404. package/libs/data-access/gn4/src/openapi/model/service.api.model.d.ts.map +0 -1
  1405. package/libs/data-access/gn4/src/openapi/model/setting.api.model.d.ts +0 -34
  1406. package/libs/data-access/gn4/src/openapi/model/setting.api.model.d.ts.map +0 -1
  1407. package/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.d.ts +0 -16
  1408. package/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.d.ts.map +0 -1
  1409. package/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.d.ts +0 -20
  1410. package/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.d.ts.map +0 -1
  1411. package/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.d.ts +0 -18
  1412. package/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.d.ts.map +0 -1
  1413. package/libs/data-access/gn4/src/openapi/model/siblings.api.model.d.ts +0 -16
  1414. package/libs/data-access/gn4/src/openapi/model/siblings.api.model.d.ts.map +0 -1
  1415. package/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.d.ts +0 -40
  1416. package/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.d.ts.map +0 -1
  1417. package/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.d.ts +0 -29
  1418. package/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.d.ts.map +0 -1
  1419. package/libs/data-access/gn4/src/openapi/model/sort.api.model.d.ts +0 -17
  1420. package/libs/data-access/gn4/src/openapi/model/sort.api.model.d.ts.map +0 -1
  1421. package/libs/data-access/gn4/src/openapi/model/source.api.model.d.ts +0 -16
  1422. package/libs/data-access/gn4/src/openapi/model/source.api.model.d.ts.map +0 -1
  1423. package/libs/data-access/gn4/src/openapi/model/status.api.model.d.ts +0 -28
  1424. package/libs/data-access/gn4/src/openapi/model/status.api.model.d.ts.map +0 -1
  1425. package/libs/data-access/gn4/src/openapi/model/statusValue.api.model.d.ts +0 -46
  1426. package/libs/data-access/gn4/src/openapi/model/statusValue.api.model.d.ts.map +0 -1
  1427. package/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.d.ts +0 -21
  1428. package/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.d.ts.map +0 -1
  1429. package/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.d.ts +0 -24
  1430. package/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.d.ts.map +0 -1
  1431. package/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.d.ts +0 -29
  1432. package/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.d.ts.map +0 -1
  1433. package/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.d.ts +0 -16
  1434. package/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.d.ts.map +0 -1
  1435. package/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.d.ts +0 -18
  1436. package/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.d.ts.map +0 -1
  1437. package/libs/data-access/gn4/src/openapi/model/translations.api.model.d.ts +0 -18
  1438. package/libs/data-access/gn4/src/openapi/model/translations.api.model.d.ts.map +0 -1
  1439. package/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.d.ts +0 -16
  1440. package/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.d.ts.map +0 -1
  1441. package/libs/data-access/gn4/src/openapi/model/user.api.model.d.ts +0 -47
  1442. package/libs/data-access/gn4/src/openapi/model/user.api.model.d.ts.map +0 -1
  1443. package/libs/data-access/gn4/src/openapi/model/userDto.api.model.d.ts +0 -31
  1444. package/libs/data-access/gn4/src/openapi/model/userDto.api.model.d.ts.map +0 -1
  1445. package/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.d.ts +0 -34
  1446. package/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.d.ts.map +0 -1
  1447. package/libs/data-access/gn4/src/openapi/model/userGroup.api.model.d.ts +0 -33
  1448. package/libs/data-access/gn4/src/openapi/model/userGroup.api.model.d.ts.map +0 -1
  1449. package/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.d.ts +0 -29
  1450. package/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.d.ts.map +0 -1
  1451. package/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.d.ts +0 -19
  1452. package/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.d.ts.map +0 -1
  1453. package/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.d.ts +0 -26
  1454. package/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.d.ts.map +0 -1
  1455. package/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.d.ts +0 -28
  1456. package/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.d.ts.map +0 -1
  1457. package/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.d.ts +0 -25
  1458. package/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.d.ts.map +0 -1
  1459. package/libs/data-access/gn4/src/openapi/model/values.api.model.d.ts +0 -17
  1460. package/libs/data-access/gn4/src/openapi/model/values.api.model.d.ts.map +0 -1
  1461. package/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.d.ts +0 -42
  1462. package/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.d.ts.map +0 -1
  1463. package/libs/data-access/gn4/src/openapi/variables.d.ts +0 -9
  1464. package/libs/data-access/gn4/src/openapi/variables.d.ts.map +0 -1
  1465. package/libs/feature/catalog/src/index.d.ts +0 -9
  1466. package/libs/feature/catalog/src/index.d.ts.map +0 -1
  1467. package/libs/feature/catalog/src/lib/my-org/my-org.service.d.ts +0 -20
  1468. package/libs/feature/catalog/src/lib/my-org/my-org.service.d.ts.map +0 -1
  1469. package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts +0 -38
  1470. package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts.map +0 -1
  1471. package/libs/feature/catalog/src/lib/organization-url.token.d.ts +0 -4
  1472. package/libs/feature/catalog/src/lib/organization-url.token.d.ts.map +0 -1
  1473. package/libs/feature/catalog/src/lib/records/records.service.d.ts +0 -11
  1474. package/libs/feature/catalog/src/lib/records/records.service.d.ts.map +0 -1
  1475. package/libs/feature/catalog/src/lib/site-title/site-title.component.d.ts +0 -11
  1476. package/libs/feature/catalog/src/lib/site-title/site-title.component.d.ts.map +0 -1
  1477. package/libs/feature/catalog/src/lib/source-label/source-label.component.d.ts +0 -12
  1478. package/libs/feature/catalog/src/lib/source-label/source-label.component.d.ts.map +0 -1
  1479. package/libs/feature/catalog/src/lib/sources/sources.model.d.ts +0 -8
  1480. package/libs/feature/catalog/src/lib/sources/sources.model.d.ts.map +0 -1
  1481. package/libs/feature/catalog/src/lib/sources/sources.service.d.ts +0 -15
  1482. package/libs/feature/catalog/src/lib/sources/sources.service.d.ts.map +0 -1
  1483. package/libs/feature/dataviz/src/index.d.ts +0 -6
  1484. package/libs/feature/dataviz/src/index.d.ts.map +0 -1
  1485. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +0 -60
  1486. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +0 -1
  1487. package/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.d.ts +0 -19
  1488. package/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.d.ts.map +0 -1
  1489. package/libs/feature/dataviz/src/lib/figure/figure.service.d.ts +0 -10
  1490. package/libs/feature/dataviz/src/lib/figure/figure.service.d.ts.map +0 -1
  1491. package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts +0 -30
  1492. package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts.map +0 -1
  1493. package/libs/feature/dataviz/src/lib/service/data.service.d.ts +0 -40
  1494. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +0 -1
  1495. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts +0 -26
  1496. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +0 -1
  1497. package/libs/feature/editor/src/index.d.ts +0 -13
  1498. package/libs/feature/editor/src/index.d.ts.map +0 -1
  1499. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +0 -73
  1500. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +0 -1
  1501. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +0 -35
  1502. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +0 -1
  1503. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +0 -36
  1504. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +0 -1
  1505. package/libs/feature/editor/src/lib/+state/editor.models.d.ts +0 -10
  1506. package/libs/feature/editor/src/lib/+state/editor.models.d.ts.map +0 -1
  1507. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts +0 -34
  1508. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +0 -1
  1509. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +0 -21
  1510. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +0 -1
  1511. package/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.d.ts +0 -16
  1512. package/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.d.ts.map +0 -1
  1513. package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts +0 -8
  1514. package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts.map +0 -1
  1515. package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts +0 -33
  1516. package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts.map +0 -1
  1517. package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts +0 -33
  1518. package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts.map +0 -1
  1519. package/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.d.ts +0 -19
  1520. package/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.d.ts.map +0 -1
  1521. package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts +0 -52
  1522. package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts.map +0 -1
  1523. package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts +0 -15
  1524. package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts.map +0 -1
  1525. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts +0 -59
  1526. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +0 -1
  1527. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.d.ts +0 -6
  1528. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.d.ts.map +0 -1
  1529. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.d.ts +0 -18
  1530. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.d.ts.map +0 -1
  1531. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.d.ts +0 -6
  1532. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.d.ts.map +0 -1
  1533. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.d.ts +0 -32
  1534. 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
  1535. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.d.ts +0 -38
  1536. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.d.ts.map +0 -1
  1537. 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
  1538. 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
  1539. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.d.ts +0 -9
  1540. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.d.ts.map +0 -1
  1541. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.d.ts +0 -11
  1542. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.d.ts.map +0 -1
  1543. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts +0 -17
  1544. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +0 -1
  1545. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts +0 -20
  1546. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts.map +0 -1
  1547. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.d.ts +0 -6
  1548. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.d.ts.map +0 -1
  1549. 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
  1550. 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
  1551. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts +0 -43
  1552. 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
  1553. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts +0 -31
  1554. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts.map +0 -1
  1555. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts +0 -14
  1556. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts.map +0 -1
  1557. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts +0 -13
  1558. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts.map +0 -1
  1559. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts +0 -30
  1560. 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
  1561. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.d.ts +0 -14
  1562. 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
  1563. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts +0 -25
  1564. 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
  1565. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.d.ts +0 -20
  1566. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.d.ts.map +0 -1
  1567. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts +0 -21
  1568. 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
  1569. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +0 -31
  1570. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +0 -1
  1571. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +0 -14
  1572. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +0 -1
  1573. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts +0 -16
  1574. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +0 -1
  1575. package/libs/feature/editor/src/lib/expressions.d.ts +0 -4
  1576. package/libs/feature/editor/src/lib/expressions.d.ts.map +0 -1
  1577. package/libs/feature/editor/src/lib/feature-editor.module.d.ts +0 -9
  1578. package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +0 -1
  1579. package/libs/feature/editor/src/lib/fields.config.d.ts +0 -72
  1580. package/libs/feature/editor/src/lib/fields.config.d.ts.map +0 -1
  1581. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts +0 -45
  1582. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts.map +0 -1
  1583. package/libs/feature/editor/src/lib/models/index.d.ts +0 -2
  1584. package/libs/feature/editor/src/lib/models/index.d.ts.map +0 -1
  1585. package/libs/feature/editor/src/lib/services/editor.service.d.ts +0 -19
  1586. package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +0 -1
  1587. package/libs/feature/map/src/index.d.ts +0 -14
  1588. package/libs/feature/map/src/index.d.ts.map +0 -1
  1589. package/libs/feature/map/src/lib/+state/map.actions.d.ts +0 -14
  1590. package/libs/feature/map/src/lib/+state/map.actions.d.ts.map +0 -1
  1591. package/libs/feature/map/src/lib/+state/map.facade.d.ts +0 -18
  1592. package/libs/feature/map/src/lib/+state/map.facade.d.ts.map +0 -1
  1593. package/libs/feature/map/src/lib/+state/map.reducer.d.ts +0 -14
  1594. package/libs/feature/map/src/lib/+state/map.reducer.d.ts.map +0 -1
  1595. package/libs/feature/map/src/lib/+state/map.selectors.d.ts +0 -9
  1596. package/libs/feature/map/src/lib/+state/map.selectors.d.ts.map +0 -1
  1597. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts +0 -11
  1598. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts.map +0 -1
  1599. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts +0 -21
  1600. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts.map +0 -1
  1601. package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts +0 -22
  1602. package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts.map +0 -1
  1603. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts +0 -28
  1604. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts.map +0 -1
  1605. package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts +0 -22
  1606. package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts.map +0 -1
  1607. package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts +0 -22
  1608. package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts.map +0 -1
  1609. package/libs/feature/map/src/lib/constant/index.d.ts +0 -2
  1610. package/libs/feature/map/src/lib/constant/index.d.ts.map +0 -1
  1611. package/libs/feature/map/src/lib/constant/projections.d.ts +0 -2
  1612. package/libs/feature/map/src/lib/constant/projections.d.ts.map +0 -1
  1613. package/libs/feature/map/src/lib/feature-map.module.d.ts +0 -8
  1614. package/libs/feature/map/src/lib/feature-map.module.d.ts.map +0 -1
  1615. package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts +0 -25
  1616. package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts.map +0 -1
  1617. package/libs/feature/map/src/lib/geocoding.service.d.ts +0 -18
  1618. package/libs/feature/map/src/lib/geocoding.service.d.ts.map +0 -1
  1619. package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts +0 -14
  1620. package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts.map +0 -1
  1621. package/libs/feature/map/src/lib/map-state-container/map-state-container.component.d.ts +0 -14
  1622. package/libs/feature/map/src/lib/map-state-container/map-state-container.component.d.ts.map +0 -1
  1623. package/libs/feature/map/src/lib/style/index.d.ts +0 -3
  1624. package/libs/feature/map/src/lib/style/index.d.ts.map +0 -1
  1625. package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts +0 -4
  1626. package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts.map +0 -1
  1627. package/libs/feature/map/src/lib/style/map-style.service.d.ts +0 -24
  1628. package/libs/feature/map/src/lib/style/map-style.service.d.ts.map +0 -1
  1629. package/libs/feature/map/src/lib/utils/index.d.ts +0 -2
  1630. package/libs/feature/map/src/lib/utils/index.d.ts.map +0 -1
  1631. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts +0 -9
  1632. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +0 -1
  1633. package/libs/feature/notifications/src/index.d.ts +0 -3
  1634. package/libs/feature/notifications/src/index.d.ts.map +0 -1
  1635. package/libs/feature/notifications/src/lib/notification.model.d.ts +0 -7
  1636. package/libs/feature/notifications/src/lib/notification.model.d.ts.map +0 -1
  1637. package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts +0 -12
  1638. package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts.map +0 -1
  1639. package/libs/feature/notifications/src/lib/notifications.service.d.ts +0 -15
  1640. package/libs/feature/notifications/src/lib/notifications.service.d.ts.map +0 -1
  1641. package/libs/feature/record/src/index.d.ts +0 -11
  1642. package/libs/feature/record/src/index.d.ts.map +0 -1
  1643. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +0 -43
  1644. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +0 -1
  1645. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts +0 -18
  1646. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts.map +0 -1
  1647. package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts +0 -11
  1648. package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts.map +0 -1
  1649. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts +0 -15
  1650. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts.map +0 -1
  1651. package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts +0 -20
  1652. package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +0 -1
  1653. package/libs/feature/record/src/lib/feature-record.module.d.ts +0 -10
  1654. package/libs/feature/record/src/lib/feature-record.module.d.ts.map +0 -1
  1655. package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts +0 -74
  1656. package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts.map +0 -1
  1657. package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts +0 -19
  1658. package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts.map +0 -1
  1659. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +0 -65
  1660. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +0 -1
  1661. package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts +0 -14
  1662. package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts.map +0 -1
  1663. package/libs/feature/record/src/lib/state/index.d.ts +0 -3
  1664. package/libs/feature/record/src/lib/state/index.d.ts.map +0 -1
  1665. package/libs/feature/record/src/lib/state/mdview.actions.d.ts +0 -95
  1666. package/libs/feature/record/src/lib/state/mdview.actions.d.ts.map +0 -1
  1667. package/libs/feature/record/src/lib/state/mdview.effects.d.ts +0 -53
  1668. package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +0 -1
  1669. package/libs/feature/record/src/lib/state/mdview.facade.d.ts +0 -64
  1670. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +0 -1
  1671. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts +0 -25
  1672. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts.map +0 -1
  1673. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts +0 -23
  1674. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts.map +0 -1
  1675. package/libs/feature/router/src/index.d.ts +0 -2
  1676. package/libs/feature/router/src/index.d.ts.map +0 -1
  1677. package/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.d.ts +0 -10
  1678. package/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.d.ts.map +0 -1
  1679. package/libs/feature/router/src/lib/default/constants.d.ts +0 -14
  1680. package/libs/feature/router/src/lib/default/constants.d.ts.map +0 -1
  1681. package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts +0 -12
  1682. package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts.map +0 -1
  1683. package/libs/feature/router/src/lib/default/index.d.ts +0 -9
  1684. package/libs/feature/router/src/lib/default/index.d.ts.map +0 -1
  1685. package/libs/feature/router/src/lib/default/router.config.d.ts +0 -11
  1686. package/libs/feature/router/src/lib/default/router.config.d.ts.map +0 -1
  1687. package/libs/feature/router/src/lib/default/router.module.d.ts +0 -16
  1688. package/libs/feature/router/src/lib/default/router.module.d.ts.map +0 -1
  1689. package/libs/feature/router/src/lib/default/router.service.d.ts +0 -15
  1690. package/libs/feature/router/src/lib/default/router.service.d.ts.map +0 -1
  1691. package/libs/feature/router/src/lib/default/services/router-search.service.d.ts +0 -18
  1692. package/libs/feature/router/src/lib/default/services/router-search.service.d.ts.map +0 -1
  1693. package/libs/feature/router/src/lib/default/state/query-params.utils.d.ts +0 -4
  1694. package/libs/feature/router/src/lib/default/state/query-params.utils.d.ts.map +0 -1
  1695. package/libs/feature/router/src/lib/default/state/router.actions.d.ts +0 -10
  1696. package/libs/feature/router/src/lib/default/state/router.actions.d.ts.map +0 -1
  1697. package/libs/feature/router/src/lib/default/state/router.effects.d.ts +0 -34
  1698. package/libs/feature/router/src/lib/default/state/router.effects.d.ts.map +0 -1
  1699. package/libs/feature/router/src/lib/default/state/router.facade.d.ts +0 -30
  1700. package/libs/feature/router/src/lib/default/state/router.facade.d.ts.map +0 -1
  1701. package/libs/feature/router/src/lib/default/state/router.selectors.d.ts +0 -4
  1702. package/libs/feature/router/src/lib/default/state/router.selectors.d.ts.map +0 -1
  1703. package/libs/feature/search/src/index.d.ts +0 -26
  1704. package/libs/feature/search/src/index.d.ts.map +0 -1
  1705. package/libs/feature/search/src/lib/constants.d.ts +0 -6
  1706. package/libs/feature/search/src/lib/constants.d.ts.map +0 -1
  1707. package/libs/feature/search/src/lib/facets/facets-container/facets-container.component.d.ts +0 -22
  1708. package/libs/feature/search/src/lib/facets/facets-container/facets-container.component.d.ts.map +0 -1
  1709. package/libs/feature/search/src/lib/facets/facets.service.d.ts +0 -49
  1710. package/libs/feature/search/src/lib/facets/facets.service.d.ts.map +0 -1
  1711. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts +0 -37
  1712. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +0 -1
  1713. package/libs/feature/search/src/lib/feature-search.module.d.ts +0 -9
  1714. package/libs/feature/search/src/lib/feature-search.module.d.ts.map +0 -1
  1715. package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts +0 -29
  1716. package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts.map +0 -1
  1717. package/libs/feature/search/src/lib/filter-geometry.token.d.ts +0 -4
  1718. package/libs/feature/search/src/lib/filter-geometry.token.d.ts.map +0 -1
  1719. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts +0 -41
  1720. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts.map +0 -1
  1721. package/libs/feature/search/src/lib/record-url.token.d.ts +0 -5
  1722. package/libs/feature/search/src/lib/record-url.token.d.ts.map +0 -1
  1723. package/libs/feature/search/src/lib/records-metrics/records-metrics.component.d.ts +0 -19
  1724. package/libs/feature/search/src/lib/records-metrics/records-metrics.component.d.ts.map +0 -1
  1725. package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts +0 -22
  1726. package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts.map +0 -1
  1727. package/libs/feature/search/src/lib/results-layout/results-layout.component.d.ts +0 -16
  1728. package/libs/feature/search/src/lib/results-layout/results-layout.component.d.ts.map +0 -1
  1729. package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts +0 -36
  1730. package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts.map +0 -1
  1731. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +0 -38
  1732. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +0 -1
  1733. package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts +0 -21
  1734. package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts.map +0 -1
  1735. package/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.d.ts +0 -34
  1736. package/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.d.ts.map +0 -1
  1737. package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts +0 -22
  1738. package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts.map +0 -1
  1739. package/libs/feature/search/src/lib/state/actions.d.ts +0 -162
  1740. package/libs/feature/search/src/lib/state/actions.d.ts.map +0 -1
  1741. package/libs/feature/search/src/lib/state/container/search-state.container.directive.d.ts +0 -12
  1742. package/libs/feature/search/src/lib/state/container/search-state.container.directive.d.ts.map +0 -1
  1743. package/libs/feature/search/src/lib/state/effects.d.ts +0 -27
  1744. package/libs/feature/search/src/lib/state/effects.d.ts.map +0 -1
  1745. package/libs/feature/search/src/lib/state/reducer.d.ts +0 -41
  1746. package/libs/feature/search/src/lib/state/reducer.d.ts.map +0 -1
  1747. package/libs/feature/search/src/lib/state/search.facade.d.ts +0 -52
  1748. package/libs/feature/search/src/lib/state/search.facade.d.ts.map +0 -1
  1749. package/libs/feature/search/src/lib/state/selectors.d.ts +0 -24
  1750. package/libs/feature/search/src/lib/state/selectors.d.ts.map +0 -1
  1751. package/libs/feature/search/src/lib/utils/operators/search.operator.d.ts +0 -11
  1752. package/libs/feature/search/src/lib/utils/operators/search.operator.d.ts.map +0 -1
  1753. package/libs/feature/search/src/lib/utils/service/fields.d.ts +0 -135
  1754. package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +0 -1
  1755. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts +0 -22
  1756. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +0 -1
  1757. package/libs/feature/search/src/lib/utils/service/search.service.d.ts +0 -23
  1758. package/libs/feature/search/src/lib/utils/service/search.service.d.ts.map +0 -1
  1759. package/libs/ui/catalog/src/index.d.ts +0 -6
  1760. package/libs/ui/catalog/src/index.d.ts.map +0 -1
  1761. package/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.d.ts +0 -9
  1762. package/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.d.ts.map +0 -1
  1763. package/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.d.ts +0 -18
  1764. package/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.d.ts.map +0 -1
  1765. package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts +0 -12
  1766. package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts.map +0 -1
  1767. package/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.d.ts +0 -18
  1768. package/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.d.ts.map +0 -1
  1769. package/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.d.ts +0 -8
  1770. package/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.d.ts.map +0 -1
  1771. package/libs/ui/dataviz/src/index.d.ts +0 -5
  1772. package/libs/ui/dataviz/src/index.d.ts.map +0 -1
  1773. package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts +0 -30
  1774. package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts.map +0 -1
  1775. package/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.d.ts +0 -14
  1776. package/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.d.ts.map +0 -1
  1777. package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts +0 -50
  1778. package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts.map +0 -1
  1779. package/libs/ui/dataviz/src/lib/data-table/data-table.data.source.d.ts +0 -12
  1780. package/libs/ui/dataviz/src/lib/data-table/data-table.data.source.d.ts.map +0 -1
  1781. package/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.d.ts +0 -10
  1782. package/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.d.ts.map +0 -1
  1783. package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts +0 -13
  1784. package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts.map +0 -1
  1785. package/libs/ui/elements/src/index.d.ts +0 -29
  1786. package/libs/ui/elements/src/index.d.ts.map +0 -1
  1787. package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts +0 -24
  1788. package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts.map +0 -1
  1789. package/libs/ui/elements/src/lib/application-banner/application-banner.component.d.ts +0 -16
  1790. package/libs/ui/elements/src/lib/application-banner/application-banner.component.d.ts.map +0 -1
  1791. package/libs/ui/elements/src/lib/avatar/avatar.component.d.ts +0 -9
  1792. package/libs/ui/elements/src/lib/avatar/avatar.component.d.ts.map +0 -1
  1793. package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts +0 -20
  1794. package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts.map +0 -1
  1795. package/libs/ui/elements/src/lib/content-ghost/content-ghost.component.d.ts +0 -8
  1796. package/libs/ui/elements/src/lib/content-ghost/content-ghost.component.d.ts.map +0 -1
  1797. package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts +0 -21
  1798. package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts.map +0 -1
  1799. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +0 -32
  1800. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts.map +0 -1
  1801. package/libs/ui/elements/src/lib/error/error.component.d.ts +0 -18
  1802. package/libs/ui/elements/src/lib/error/error.component.d.ts.map +0 -1
  1803. package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts +0 -18
  1804. package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts.map +0 -1
  1805. package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts +0 -16
  1806. package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts.map +0 -1
  1807. package/libs/ui/elements/src/lib/image-input/image-input.component.d.ts +0 -46
  1808. package/libs/ui/elements/src/lib/image-input/image-input.component.d.ts.map +0 -1
  1809. package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts +0 -10
  1810. package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts.map +0 -1
  1811. package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts +0 -30
  1812. package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts.map +0 -1
  1813. package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts +0 -14
  1814. package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts.map +0 -1
  1815. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts +0 -13
  1816. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts.map +0 -1
  1817. package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts +0 -9
  1818. package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts.map +0 -1
  1819. package/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.d.ts +0 -7
  1820. package/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.d.ts.map +0 -1
  1821. package/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.d.ts +0 -15
  1822. package/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.d.ts.map +0 -1
  1823. package/libs/ui/elements/src/lib/metadata-info/linkify.directive.d.ts +0 -15
  1824. package/libs/ui/elements/src/lib/metadata-info/linkify.directive.d.ts.map +0 -1
  1825. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +0 -33
  1826. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +0 -1
  1827. package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts +0 -21
  1828. package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts.map +0 -1
  1829. package/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.d.ts +0 -14
  1830. package/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.d.ts.map +0 -1
  1831. package/libs/ui/elements/src/lib/notification/notification.component.d.ts +0 -14
  1832. package/libs/ui/elements/src/lib/notification/notification.component.d.ts.map +0 -1
  1833. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +0 -33
  1834. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts.map +0 -1
  1835. package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts +0 -27
  1836. package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts.map +0 -1
  1837. package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts +0 -31
  1838. package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts.map +0 -1
  1839. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts +0 -29
  1840. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts.map +0 -1
  1841. package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts +0 -11
  1842. package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts.map +0 -1
  1843. package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts +0 -21
  1844. package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts.map +0 -1
  1845. package/libs/ui/elements/src/lib/user-preview/user-preview.component.d.ts +0 -10
  1846. package/libs/ui/elements/src/lib/user-preview/user-preview.component.d.ts.map +0 -1
  1847. package/libs/ui/inputs/src/index.d.ts +0 -27
  1848. package/libs/ui/inputs/src/index.d.ts.map +0 -1
  1849. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts +0 -74
  1850. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +0 -1
  1851. package/libs/ui/inputs/src/lib/badge/badge.component.d.ts +0 -11
  1852. package/libs/ui/inputs/src/lib/badge/badge.component.d.ts.map +0 -1
  1853. package/libs/ui/inputs/src/lib/button/button.component.d.ts +0 -14
  1854. package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +0 -1
  1855. package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts +0 -13
  1856. package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts.map +0 -1
  1857. package/libs/ui/inputs/src/lib/checkbox/checkbox.component.d.ts +0 -13
  1858. package/libs/ui/inputs/src/lib/checkbox/checkbox.component.d.ts.map +0 -1
  1859. package/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.d.ts +0 -11
  1860. package/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.d.ts.map +0 -1
  1861. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts +0 -9
  1862. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts.map +0 -1
  1863. package/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.d.ts +0 -20
  1864. package/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.d.ts.map +0 -1
  1865. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts +0 -11
  1866. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts.map +0 -1
  1867. package/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.d.ts +0 -14
  1868. package/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.d.ts.map +0 -1
  1869. package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts +0 -46
  1870. package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts.map +0 -1
  1871. package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.d.ts +0 -5
  1872. package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.d.ts.map +0 -1
  1873. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts +0 -41
  1874. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts.map +0 -1
  1875. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.d.ts +0 -5
  1876. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.d.ts.map +0 -1
  1877. package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts +0 -15
  1878. package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts.map +0 -1
  1879. package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts +0 -25
  1880. package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts.map +0 -1
  1881. package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts +0 -14
  1882. package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts.map +0 -1
  1883. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts +0 -14
  1884. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts.map +0 -1
  1885. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts +0 -6
  1886. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts.map +0 -1
  1887. package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts +0 -18
  1888. package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts.map +0 -1
  1889. package/libs/ui/inputs/src/lib/search-input/search-input.component.d.ts +0 -13
  1890. package/libs/ui/inputs/src/lib/search-input/search-input.component.d.ts.map +0 -1
  1891. package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts +0 -13
  1892. package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts.map +0 -1
  1893. package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts +0 -18
  1894. package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts.map +0 -1
  1895. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts +0 -19
  1896. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts.map +0 -1
  1897. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts +0 -19
  1898. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts.map +0 -1
  1899. package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts +0 -25
  1900. package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts.map +0 -1
  1901. package/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.d.ts +0 -18
  1902. package/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.d.ts.map +0 -1
  1903. package/libs/ui/layout/src/index.d.ts +0 -20
  1904. package/libs/ui/layout/src/index.d.ts.map +0 -1
  1905. package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts +0 -26
  1906. package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts.map +0 -1
  1907. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts +0 -35
  1908. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts.map +0 -1
  1909. package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts +0 -27
  1910. package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts.map +0 -1
  1911. package/libs/ui/layout/src/lib/cell-popin/cell-popin.component.d.ts +0 -28
  1912. package/libs/ui/layout/src/lib/cell-popin/cell-popin.component.d.ts.map +0 -1
  1913. package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts +0 -20
  1914. package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts.map +0 -1
  1915. package/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.d.ts +0 -10
  1916. package/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.d.ts.map +0 -1
  1917. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts +0 -8
  1918. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts.map +0 -1
  1919. package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts +0 -15
  1920. package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts.map +0 -1
  1921. package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts +0 -20
  1922. package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts.map +0 -1
  1923. package/libs/ui/layout/src/lib/max-lines/max-lines.component.d.ts +0 -20
  1924. package/libs/ui/layout/src/lib/max-lines/max-lines.component.d.ts.map +0 -1
  1925. package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts +0 -20
  1926. package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts.map +0 -1
  1927. package/libs/ui/layout/src/lib/paginable.interface.d.ts +0 -15
  1928. package/libs/ui/layout/src/lib/paginable.interface.d.ts.map +0 -1
  1929. package/libs/ui/layout/src/lib/pagination/pagination.component.d.ts +0 -11
  1930. package/libs/ui/layout/src/lib/pagination/pagination.component.d.ts.map +0 -1
  1931. package/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.d.ts +0 -9
  1932. package/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.d.ts.map +0 -1
  1933. package/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.d.ts +0 -10
  1934. package/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.d.ts.map +0 -1
  1935. package/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts +0 -8
  1936. package/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts.map +0 -1
  1937. package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts +0 -14
  1938. package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts.map +0 -1
  1939. package/libs/ui/layout/src/lib/sticky-header/sticky-header.component.d.ts +0 -37
  1940. package/libs/ui/layout/src/lib/sticky-header/sticky-header.component.d.ts.map +0 -1
  1941. package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts +0 -22
  1942. package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts.map +0 -1
  1943. package/libs/ui/map/src/index.d.ts +0 -7
  1944. package/libs/ui/map/src/index.d.ts.map +0 -1
  1945. package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts +0 -13
  1946. package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts.map +0 -1
  1947. package/libs/ui/map/src/lib/components/map-container/map-container.component.d.ts +0 -39
  1948. package/libs/ui/map/src/lib/components/map-container/map-container.component.d.ts.map +0 -1
  1949. package/libs/ui/map/src/lib/components/map-container/map-settings.token.d.ts +0 -18
  1950. package/libs/ui/map/src/lib/components/map-container/map-settings.token.d.ts.map +0 -1
  1951. package/libs/ui/map/src/lib/components/map-legend/map-legend.component.d.ts +0 -12
  1952. package/libs/ui/map/src/lib/components/map-legend/map-legend.component.d.ts.map +0 -1
  1953. package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts +0 -15
  1954. package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts.map +0 -1
  1955. package/libs/ui/map/src/lib/map-utils.d.ts +0 -7
  1956. package/libs/ui/map/src/lib/map-utils.d.ts.map +0 -1
  1957. package/libs/ui/search/src/index.d.ts +0 -21
  1958. package/libs/ui/search/src/index.d.ts.map +0 -1
  1959. package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts +0 -34
  1960. package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts.map +0 -1
  1961. package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts +0 -16
  1962. package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts.map +0 -1
  1963. package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts +0 -19
  1964. package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts.map +0 -1
  1965. package/libs/ui/search/src/lib/facets/facets.model.d.ts +0 -27
  1966. package/libs/ui/search/src/lib/facets/facets.model.d.ts.map +0 -1
  1967. package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts +0 -5
  1968. package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts.map +0 -1
  1969. package/libs/ui/search/src/lib/facets/fixtures/index.d.ts +0 -2
  1970. package/libs/ui/search/src/lib/facets/fixtures/index.d.ts.map +0 -1
  1971. package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts +0 -12
  1972. package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts.map +0 -1
  1973. package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts +0 -27
  1974. package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts.map +0 -1
  1975. package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts +0 -7
  1976. package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts.map +0 -1
  1977. package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts +0 -18
  1978. package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts.map +0 -1
  1979. package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts +0 -7
  1980. package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts.map +0 -1
  1981. package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts +0 -12
  1982. package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts.map +0 -1
  1983. package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts +0 -7
  1984. package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts.map +0 -1
  1985. package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts +0 -7
  1986. package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts.map +0 -1
  1987. package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts +0 -8
  1988. package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts.map +0 -1
  1989. package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts +0 -17
  1990. package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts.map +0 -1
  1991. package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts +0 -13
  1992. package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts.map +0 -1
  1993. package/libs/ui/search/src/lib/results-list/results-list.component.d.ts +0 -17
  1994. package/libs/ui/search/src/lib/results-list/results-list.component.d.ts.map +0 -1
  1995. package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts +0 -24
  1996. package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts.map +0 -1
  1997. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts +0 -27
  1998. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts.map +0 -1
  1999. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +0 -53
  2000. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +0 -1
  2001. package/libs/ui/widgets/src/index.d.ts +0 -7
  2002. package/libs/ui/widgets/src/index.d.ts.map +0 -1
  2003. package/libs/ui/widgets/src/lib/color-scale/color-scale.component.d.ts +0 -6
  2004. package/libs/ui/widgets/src/lib/color-scale/color-scale.component.d.ts.map +0 -1
  2005. package/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.d.ts +0 -7
  2006. package/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.d.ts.map +0 -1
  2007. package/libs/ui/widgets/src/lib/popover/popover.component.d.ts +0 -19
  2008. package/libs/ui/widgets/src/lib/popover/popover.component.d.ts.map +0 -1
  2009. package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts +0 -19
  2010. package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts.map +0 -1
  2011. package/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.d.ts +0 -16
  2012. package/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.d.ts.map +0 -1
  2013. package/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.d.ts +0 -6
  2014. package/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.d.ts.map +0 -1
  2015. package/libs/util/app-config/src/index.d.ts +0 -5
  2016. package/libs/util/app-config/src/index.d.ts.map +0 -1
  2017. package/libs/util/app-config/src/lib/app-config.d.ts +0 -26
  2018. package/libs/util/app-config/src/lib/app-config.d.ts.map +0 -1
  2019. package/libs/util/app-config/src/lib/fixtures.d.ts +0 -10
  2020. package/libs/util/app-config/src/lib/fixtures.d.ts.map +0 -1
  2021. package/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.d.ts +0 -10
  2022. package/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.d.ts.map +0 -1
  2023. package/libs/util/app-config/src/lib/map-layers.d.ts +0 -4
  2024. package/libs/util/app-config/src/lib/map-layers.d.ts.map +0 -1
  2025. package/libs/util/app-config/src/lib/model.d.ts +0 -71
  2026. package/libs/util/app-config/src/lib/model.d.ts.map +0 -1
  2027. package/libs/util/app-config/src/lib/parse-utils.d.ts +0 -19
  2028. package/libs/util/app-config/src/lib/parse-utils.d.ts.map +0 -1
  2029. package/libs/util/data-fetcher/src/index.d.ts +0 -7
  2030. package/libs/util/data-fetcher/src/index.d.ts.map +0 -1
  2031. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts +0 -23
  2032. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts.map +0 -1
  2033. package/libs/util/data-fetcher/src/lib/headers.d.ts +0 -3
  2034. package/libs/util/data-fetcher/src/lib/headers.d.ts.map +0 -1
  2035. package/libs/util/data-fetcher/src/lib/model.d.ts +0 -68
  2036. package/libs/util/data-fetcher/src/lib/model.d.ts.map +0 -1
  2037. package/libs/util/data-fetcher/src/lib/readers/base-cache.d.ts +0 -8
  2038. package/libs/util/data-fetcher/src/lib/readers/base-cache.d.ts.map +0 -1
  2039. package/libs/util/data-fetcher/src/lib/readers/base-file.d.ts +0 -16
  2040. package/libs/util/data-fetcher/src/lib/readers/base-file.d.ts.map +0 -1
  2041. package/libs/util/data-fetcher/src/lib/readers/base.d.ts +0 -24
  2042. package/libs/util/data-fetcher/src/lib/readers/base.d.ts.map +0 -1
  2043. package/libs/util/data-fetcher/src/lib/readers/csv.d.ts +0 -13
  2044. package/libs/util/data-fetcher/src/lib/readers/csv.d.ts.map +0 -1
  2045. package/libs/util/data-fetcher/src/lib/readers/excel.d.ts +0 -18
  2046. package/libs/util/data-fetcher/src/lib/readers/excel.d.ts.map +0 -1
  2047. package/libs/util/data-fetcher/src/lib/readers/geojson.d.ts +0 -18
  2048. package/libs/util/data-fetcher/src/lib/readers/geojson.d.ts.map +0 -1
  2049. package/libs/util/data-fetcher/src/lib/readers/gml.d.ts +0 -19
  2050. package/libs/util/data-fetcher/src/lib/readers/gml.d.ts.map +0 -1
  2051. package/libs/util/data-fetcher/src/lib/readers/json.d.ts +0 -17
  2052. package/libs/util/data-fetcher/src/lib/readers/json.d.ts.map +0 -1
  2053. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts +0 -25
  2054. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts.map +0 -1
  2055. package/libs/util/data-fetcher/src/lib/sql-utils.d.ts +0 -13
  2056. package/libs/util/data-fetcher/src/lib/sql-utils.d.ts.map +0 -1
  2057. package/libs/util/data-fetcher/src/lib/utils.d.ts +0 -26
  2058. package/libs/util/data-fetcher/src/lib/utils.d.ts.map +0 -1
  2059. package/libs/util/i18n/src/index.d.ts +0 -8
  2060. package/libs/util/i18n/src/index.d.ts.map +0 -1
  2061. package/libs/util/i18n/src/lib/embedded.translate.loader.d.ts +0 -6
  2062. package/libs/util/i18n/src/lib/embedded.translate.loader.d.ts.map +0 -1
  2063. package/libs/util/i18n/src/lib/file.translate.loader.d.ts +0 -9
  2064. package/libs/util/i18n/src/lib/file.translate.loader.d.ts.map +0 -1
  2065. package/libs/util/i18n/src/lib/i18n.constants.d.ts +0 -12
  2066. package/libs/util/i18n/src/lib/i18n.constants.d.ts.map +0 -1
  2067. package/libs/util/i18n/src/lib/i18n.interceptor.d.ts +0 -12
  2068. package/libs/util/i18n/src/lib/i18n.interceptor.d.ts.map +0 -1
  2069. package/libs/util/i18n/src/lib/i18n.providers.d.ts +0 -4
  2070. package/libs/util/i18n/src/lib/i18n.providers.d.ts.map +0 -1
  2071. package/libs/util/i18n/src/lib/language-codes.d.ts +0 -94
  2072. package/libs/util/i18n/src/lib/language-codes.d.ts.map +0 -1
  2073. package/libs/util/i18n/src/lib/translate.loader.utils.d.ts +0 -2
  2074. package/libs/util/i18n/src/lib/translate.loader.utils.d.ts.map +0 -1
  2075. package/libs/util/shared/src/index.d.ts +0 -7
  2076. package/libs/util/shared/src/index.d.ts.map +0 -1
  2077. package/libs/util/shared/src/lib/gn-ui-version.d.ts +0 -3
  2078. package/libs/util/shared/src/lib/gn-ui-version.d.ts.map +0 -1
  2079. package/libs/util/shared/src/lib/image-fallback.directive.d.ts +0 -11
  2080. package/libs/util/shared/src/lib/image-fallback.directive.d.ts.map +0 -1
  2081. package/libs/util/shared/src/lib/links/index.d.ts +0 -3
  2082. package/libs/util/shared/src/lib/links/index.d.ts.map +0 -1
  2083. package/libs/util/shared/src/lib/links/link-classifier.service.d.ts +0 -18
  2084. package/libs/util/shared/src/lib/links/link-classifier.service.d.ts.map +0 -1
  2085. package/libs/util/shared/src/lib/links/link-utils.d.ts +0 -139
  2086. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +0 -1
  2087. package/libs/util/shared/src/lib/record/index.d.ts +0 -3
  2088. package/libs/util/shared/src/lib/record/index.d.ts.map +0 -1
  2089. package/libs/util/shared/src/lib/record/quality-score.util.d.ts +0 -13
  2090. package/libs/util/shared/src/lib/record/quality-score.util.d.ts.map +0 -1
  2091. package/libs/util/shared/src/lib/record/record.util.d.ts +0 -3
  2092. package/libs/util/shared/src/lib/record/record.util.d.ts.map +0 -1
  2093. package/libs/util/shared/src/lib/services/date.service.d.ts +0 -13
  2094. package/libs/util/shared/src/lib/services/date.service.d.ts.map +0 -1
  2095. package/libs/util/shared/src/lib/services/index.d.ts +0 -5
  2096. package/libs/util/shared/src/lib/services/index.d.ts.map +0 -1
  2097. package/libs/util/shared/src/lib/services/log.service.d.ts +0 -9
  2098. package/libs/util/shared/src/lib/services/log.service.d.ts.map +0 -1
  2099. package/libs/util/shared/src/lib/services/proxy.service.d.ts +0 -18
  2100. package/libs/util/shared/src/lib/services/proxy.service.d.ts.map +0 -1
  2101. package/libs/util/shared/src/lib/services/theme.service.d.ts +0 -11
  2102. package/libs/util/shared/src/lib/services/theme.service.d.ts.map +0 -1
  2103. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts +0 -3
  2104. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts.map +0 -1
  2105. package/libs/util/shared/src/lib/utils/event.d.ts +0 -7
  2106. package/libs/util/shared/src/lib/utils/event.d.ts.map +0 -1
  2107. package/libs/util/shared/src/lib/utils/format-fields.d.ts +0 -2
  2108. package/libs/util/shared/src/lib/utils/format-fields.d.ts.map +0 -1
  2109. package/libs/util/shared/src/lib/utils/fuzzy-filter.d.ts +0 -9
  2110. package/libs/util/shared/src/lib/utils/fuzzy-filter.d.ts.map +0 -1
  2111. package/libs/util/shared/src/lib/utils/geojson.d.ts +0 -8
  2112. package/libs/util/shared/src/lib/utils/geojson.d.ts.map +0 -1
  2113. package/libs/util/shared/src/lib/utils/image-resize.d.ts +0 -3
  2114. package/libs/util/shared/src/lib/utils/image-resize.d.ts.map +0 -1
  2115. package/libs/util/shared/src/lib/utils/index.d.ts +0 -16
  2116. package/libs/util/shared/src/lib/utils/index.d.ts.map +0 -1
  2117. package/libs/util/shared/src/lib/utils/mobile-screen.d.ts +0 -2
  2118. package/libs/util/shared/src/lib/utils/mobile-screen.d.ts.map +0 -1
  2119. package/libs/util/shared/src/lib/utils/no-duplicate-file-name.d.ts +0 -2
  2120. package/libs/util/shared/src/lib/utils/no-duplicate-file-name.d.ts.map +0 -1
  2121. package/libs/util/shared/src/lib/utils/parse.d.ts +0 -6
  2122. package/libs/util/shared/src/lib/utils/parse.d.ts.map +0 -1
  2123. package/libs/util/shared/src/lib/utils/remove-whitespace.d.ts +0 -2
  2124. package/libs/util/shared/src/lib/utils/remove-whitespace.d.ts.map +0 -1
  2125. package/libs/util/shared/src/lib/utils/scroll.d.ts +0 -12
  2126. package/libs/util/shared/src/lib/utils/scroll.d.ts.map +0 -1
  2127. package/libs/util/shared/src/lib/utils/sort-by.d.ts +0 -5
  2128. package/libs/util/shared/src/lib/utils/sort-by.d.ts.map +0 -1
  2129. package/libs/util/shared/src/lib/utils/strip-html.d.ts +0 -2
  2130. package/libs/util/shared/src/lib/utils/strip-html.d.ts.map +0 -1
  2131. package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts +0 -9
  2132. package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts.map +0 -1
  2133. package/libs/util/shared/src/lib/utils/url.d.ts +0 -7
  2134. package/libs/util/shared/src/lib/utils/url.d.ts.map +0 -1
  2135. package/src/libs/common/domain/src/lib/index.ts +0 -2
  2136. 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 \&quot;active\&quot; 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
- * &lt;a href&#x3D;\&#39;http://geonetwork-opensource.org/manuals/trunk/eng/users/user-guide/associating-resources/using-filestore.html\&#39;&gt;More info&lt;/a&gt;
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&amp;createDateYear/2018&amp;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.&lt;br/&gt;&lt;a href&#x3D;\&#39;http://geonetwork-opensource.org/manuals/trunk/eng/users/user-guide/associating-resources/index.html\&#39;&gt;More info&lt;/a&gt;
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.&lt;br/&gt;&lt;a href&#x3D;\&#39;http://geonetwork-opensource.org/manuals/trunk/eng/users/user-guide/associating-resources/index.html\&#39;&gt;More info&lt;/a&gt;
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 &gt; 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.&lt;br/&gt;&lt;a href&#x3D;\&#39;http://geonetwork-opensource.org/manuals/trunk/eng/users/user-guide/tag-information/tagging-with-categories.html\&#39;&gt;More info&lt;/a&gt;
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.&lt;br/&gt;&lt;a href&#x3D;\&#39;http://geonetwork-opensource.org/manuals/trunk/eng/users/user-guide/workflow/batchupdate-xsl.html\&#39;&gt;More info&lt;/a&gt;
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 \&#39;GeoNetwork\&#39; protocol and the system setting localrating/enable is false (the default), the user\&#39;s rating is shared between GN nodes in this harvesting network. If the metadata was not harvested or if localrating/enable is true then \&#39;local rating\&#39; is applied, counting only rating from users of this node.&lt;br/&gt;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
- * &lt;a href&#x3D;\&#39;http://geonetwork-opensource.org/manuals/trunk/eng/users/user-guide/associating-resources/linking-thumbnail.html#generating-a-thumbnail-using-wms-layers\&#39;&gt;More info&lt;/a&gt;
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 &amp; Guest), user MUST be reviewer of one group. For other group, if Only set privileges to user\&#39;s groups is set in catalog configuration user MUST be a member of the group.&lt;br/&gt;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.&lt;br/&gt;&lt;a href&#x3D;\&#39;http://geonetwork-opensource.org/manuals/trunk/eng/users/user-guide/publishing/managing-privileges.html\&#39;&gt;More info&lt;/a&gt;
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 &#x3D; csw, a GetRecordById request is used.If mode &#x3D; 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 &#x3D; csw, a GetRecordById request is used.If mode &#x3D; 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